
.cs-height{height:300px !important;}
.widget-content img{width:100%;}

html {
	scroll-behavior: smooth;
}

.case_study_page p {
	font-size: 16px;
	color: #000000;
}

.case_study_page a:hover {
	text-decoration: none;
}

.case_study_page .sub_tagline {
	font-weight: bold;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 0;
}

.w-25 {
	width: 25%;
}

.w-50 {
	width: 50%;
}

.w-75 {
	width: 75%;
}

.w-100 {
	width: 100%;
}

.img-fluid {
	max-width: 100%;
}

.d-flex {
	display: flex;
	display: -webkit-flex;
}

.mobile_hero_img {
	display: none;
}

.representation_service h4 {
	margin-top: 20px;
	padding-bottom: 0 !important;
	font-size: 20px;
	line-height: 30px;
	color: #487ab9;
	font-weight: 600;
	margin-bottom: 15px;
}

.hero-main {

	height: 500px;
	background-size: cover;
	background-position: right bottom;
	position: relative;
}

.hero-main:before,
.hero-main:after {
	content: "";
	background: transparent;
	width: 25%;
	height: 100%;
	position: absolute;
	left: 25%;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

.hero-main:after {
	right: 25%;
	left: auto;
}

.top-head {
	background-color: rgb(0, 0, 0, 0.76);
	padding: 30px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.top-head h5 {
	margin: 0;
	font: normal normal normal 24px/35px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: right;
}

.self-logo-area {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgb(0, 0, 0, 0.6);
	padding: 30px;
	border-top: 5px solid #ffffff;
	min-height: 260px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
}

.links-right {
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: rgb(220, 230, 244, 0.9);
	padding: 20px 30px;
	border-top: 5px solid #ffffff;
	min-height: 260px;
	display: flex;
	display: -webkit-flex;
	z-index: 9;
}

.links-right div:last-child {
	padding-left: 30px;
}

.links-right h6 {
	font-size: 16px;
	margin: 0;
}

.linkhover {
	font-size: 14px;
	color: #000000;
	padding: 0;
	list-style: none;
	margin-bottom: 20px;
}

.btn-outline-black {
	display: inline-block;
	border: 2px solid #000000;
	color: #000000 !important;
	border-radius: 58px;
	padding: 10px 20px;
	font-size: 14px;
}

.btn-outline-black:hover {
	border-color: #ff0000;
	color: #ff0000 !important;
}

.linkhover li {
	display: block;
}

.linkhover li .link-wrapper {
	position: relative;
	display: inline-block;
	padding: 10px 0;
}

.linkhover a {
	color: #000000;
}

.linkhover li .link-wrapper:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 2px;
	background-color: #000000;
	transform: scaleX(1);
	transform-origin: bottom left;
	transition: transform 0.3s;
}

.linkhover li .link-wrapper:hover:after {
	transform: scaleX(0);
}

.overview_sec {
	padding: 60px 30px;
	display: flex;
	display: -webkit-flex;
	justify-content: flex-end;
}

.custom_head {
	font-size: 65px;
	margin: 0;
	font-weight: normal;
}

.sub_tagline:before {
	content: "";
	background: #58bfee;
	height: 5px;
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	max-width: 330px;
}

.sub_tagline {
	position: relative;
	font-size: 18px;
	padding: 20px 0;
}

.custom_head_title {
	font-size: 24px;
}

.sec2 .w-50 {
	padding: 60px;
}

.grey_bg {
	background-color: #f4f7fa;
}

.dot_bg {
	background-size: 100%;
	background-attachment: fixed;
}

.blue_band {
	display: block;
	background-color: #5cc0ee;
	padding: 50px;
}

.common_pad {
	padding: 30px 0;
}

.border-right {
	border-right: 1px solid rgb(112, 112, 112, 0.35);
}

.grid_list {
	padding: 0;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	margin: 0;
}

.grid_list li {
	margin: 0;
	list-style: none;
	width: 50%;
	padding-right: 30px;
	margin-bottom: 50px;
}

.grid_list span {
	font-size: 14px;
	font-style: italic;
	border: 3px solid #707070;
	border-radius: 25px;
	font-weight: bold;
	display: inline-block;
	padding: 14px;
	position: relative;
	background: #fff;
	width: 100%;
}

.grid_list span:after {
	content: "";
	background: #ebebeb;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 20px;
	top: 20px;
	border-radius: 25px;
	z-index: -1;
	border: 3px solid #707070;
	transition: all ease-in-out 0.3s;
}

/* .grid_list li:hover span:after{ left: 0; top: 0;} */
.solution_sec {
	margin-bottom: 30px;
}

.solution_sec .w-50 {
	padding: 30px 30px 20px;
	position: relative;
	z-index: 0;
}

.solution_sec .solution-div {
	padding: 60px 30px;
}

@media screen and (max-width: 1500px) {
	.grid_list span br {
		display: none;
	}
}

@media screen and (max-width: 1300px) {
	.grid_list li {
		padding-right: 30px;
	}

	.solution_sec .w-50 {
		padding: 20px;
	}

	.solution_sec .solution-div.w-50 {
		padding: 60px;
	}
}

@media screen and (max-width: 767px) {
	.self-logo-area img {
		height: 50px;
	}

	.self-logo-area {
		padding: 20px;
	}

	.mobile_hero_img {
		display: block;
	}

	.hero-main {
		background: none;
		height: auto;
	}

	.top-head,
	.self-logo-area,
	.links-right {
		position: initial;
		width: 100%;
		min-height: auto;
	}

	.overview_sec .w-25 {
		display: none;
	}

	.w-50 {
		width: 100%;
	}

	.blank_sec {
		display: none;
	}

	.sec2 .grey_bg {
		display: none;
	}

	.grid_list li {
		width: 100%;
		padding-right: 0;
	}

	.solution_sec.d-flex {
		flex-direction: column;
	}

	.solution_sec .w-50,
	.solution_sec .solution-div,
	.sec2 .w-50,
	.overview_sec {
		padding: 40px;
	}

	.custom_head {
		font-size: 40px;
		margin-bottom: 10px;
	}

	.custom_head br {
		display: none;
	}

	.overview-img .w-25 {
		display: none;
	}

	.links-right div:nth-child(1) {
		width: 70%;
	}

	.links-right div:nth-child(2) {
		width: 30%;
	}

	.links-right div:last-child {
		padding-left: 0;
	}

	.hero-main:before,
	.hero-main:after {
		display: none;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	.solution_sec.d-flex {
		display: block;
	}

	.solution_sec .w-50 {
		width: 100%;
	}
}

