.inner-banner-wrap {
	background: url(../images/casestudies/banner-bg.png) no-repeat 0 0;
	background-size: cover;
	background-position: top right
}

.inner-banner-wrap {
	/* padding: 50px 50px 0px 90px; */
	/* padding: 40px 30px 20px 40px; */
	padding: 40px 12px 40px 65px;
	margin-bottom: 10px;
	border-radius: 0 0 80px 80px;
}

.inner-banner-wrap-index {
	/* padding: 50px 50px 0px 90px; */
	/* padding: 40px 30px 20px 40px; */
	padding: 40px 12px 40px 65px;
	margin-bottom: 10px;
	border-radius: 0 0 80px 80px;
}

.banner-caption {
	max-width: 650px;
	/* margin-top: 40px; */
margin: auto !important;
width : 90% !important;
}

.banner-caption h1 {
	color: #000;
	font-weight: 800;
	font-size: 58px;
	line-height: 66px;
}

.banner-caption h1 span {
	color: var(--color-orange)
}

.banner-caption p {
	font-family: var(--heading-font);
	font-size: 24px;
	line-height: 32px;
	margin-top: 20px;
	position: relative;
	/* padding-left: 20px; */
}


.banner-caption .btn i {
	position: relative;
	margin-left: 6px;
}

.banner-caption .btn i:before {
	position: relative;
	z-index: 10;
	top: 2px;
}


.banner-caption div {
	font-family: 'Playfair Display', serif;
	font-size: 40px;
	line-height: 1.2;
	font-weight: 600;
}

.banner-caption div span {
	color: var(--color-orange);
}

.banner-caption p {
	font-size: 18px;
	line-height: 1.2;
}

.section-title {
	font-family: 'Heebo', sans-serif;
}

a {
	text-decoration: none;
	color: black;
}

a:hover {
	color: var(--color-orange);
}


a .bg-o {
	border-left: 1px solid black;
}

a .bg-o:hover {
	background-color: var(--color-orange);
	border-left: 1px solid var(--color-orange);
}

a .hoverstyle:hover .bg-o {
	background-color: var(--color-orange);
}

.pr-0 {
	padding-right: 15px !important;
}

.pl-0 {
	padding-left: 15px !important;
}


.inner-banner-wrap {
	background: url(../images/inner-banner-bg.jpg) no-repeat 0 0;
	background-size: cover;
	background-position: top right
}


.inner-banner-wrap {
	/* padding: 50px 50px 50px 90px; */
	padding: 40px 12px 40px 65px;
	margin-bottom: 10px;
	border-radius: 0 0 80px 80px;
}

.inner-banner-wrap-index {
	padding: 50px 50px 50px 90px;
	margin-bottom: 10px;
	border-radius: 0 0 80px 80px;
}

.banner-caption {
	max-width: 650px;
}

.banner-caption h1 {
	color: #000;
	font-weight: 800;
	font-size: 58px;
	line-height: 66px;
}

.banner-caption h1 span {
	color: var(--color-orange)
}

.banner-caption p {
	font-family: var(--heading-font);
	font-size: 24px;
	line-height: 32px;
	margin-top: 20px;
	position: relative;
	padding-left: 20px;
}

/* .banner-caption p:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 8px;
	height: 100%;
	border-radius: 10px;
	background: var(--color-orange)
} */

.banner-caption .btn i {
	position: relative;
	margin-left: 6px;
}

.banner-caption .btn i:before {
	position: relative;
	z-index: 10
}

.banner-caption .btn i::after {
	content: "";
	position: absolute;
	top: 0px;
	right: -6px;
	width: 20px;
	height: 20px;
	background: #000;
	border-radius: 50%;
	z-index: 0;
}

.section-caption {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 500;
	color: #aaaaaa
}

.section-title span {
	color: var(--color-orange)
}

.section-pt {
	padding-top: 70px
}

.section-pb {
	padding-bottom: 70px
}

.section-pad {
	padding: 30px 0;
	/* padding: 70px 0; */
}

.intro-service-list {
	margin: 0;
	padding: 0;
	margin-left: 80px;
	border: 1px solid #d4d4d4;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	padding: 30px;
	border-radius: 12px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	background: #fffcfc;
	width: 80%;
	justify-content: space-between;
}

.intro-service-list:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 140px;
	left: -75px;
	height: 1px;
	background: rgba(0, 0, 0, 0.1);
	z-index: -1
}

.intro-service-list li {
	list-style: none;
	color: var(--color-orange);
	flex: 0 0 48%;
	max-width: 48%;
	margin-bottom: 10px;
	position: relative;
}

.intro-service-list li:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 15px;
	height: 1px;
	background: var(--color-orange);
	opacity: 0;
	transition: all 0.5s
}

.intro-service-list li.active:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 15px;
	height: 1px;
	background: var(--color-orange);
	transition: all 0.5s;
	opacity: 1
}

.intro-service-list li:hover:before {
	opacity: 1
}

.intro-service-list.slick-slider.slick-vertical .slick-list {
	height: 210px !important;
}

.intro-service-list .slick-prev:before,
.intro-service-list .slick-next:before {
	font-weight: 900;
}

.intro-service-list .slick-next:before {
	content: "\f175";
}

.intro-service-list .slick-prev:before {
	content: "\f176";
}

.intro-service-list .slick-prev.slick-disabled:before,
.intro-service-list .slick-next.slick-disabled:before {
	opacity: 1;
}

.intro-service-list .slick-next.slick-disabled:before,
.intro-service-list .slick-prev.slick-disabled:before {
	opacity: .25;
}

.intro-service-list .slick-prev {
	right: -60px;
	top: 46%;
	left: auto;
	border: 1px solid #d1d1d1;
	border-bottom: 0;
	padding: 8px;
	width: auto;
	border-radius: 6px 6px 0 0;
	height: auto;
}

.intro-service-list .slick-next {
	right: -60px;
	top: 58%;
	left: auto;
	border: 1px solid #d1d1d1;
	border-top: 0;
	padding: 8px;
	width: auto;
	border-radius: 0 0 6px 6px;
	height: auto;
}

.intro-service-list .slick-prev:before,
.intro-service-list .slick-next:before {
	color: #000
}

.img-wrap .rounded {
	border-radius: 15px !important;
}

.sabout-pad60 {
	padding-left: 60px;
	margin-top: 100px;
}

.service-about-desc {
	background: #f1f1f1;
	padding: 30px 50px;
	border-radius: 10px;
	margin-left: -375px;
}

.service-benetifs {
	padding-left: 110px;
	margin-bottom: 40px;
	position: relative;
	padding-top: 10px;
}

.service-benetifs h3 {
	font-size: 18px;
}

.sb-icon {
	width: 90px;
	height: 90px;
	border: 1px solid #cccccc;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
}

.sb-icon img {
	max-width: 38px;
}

.ss-circle-outer {
	width: 470px;
	height: 470px;
	border: 3px dotted #707070;
	border-radius: 50%;
	overflow: hidden;
	padding: 45px;
	flex-shrink: 0;
}

.ss-circle-inner {
	width: 100%;
	height: 100%;
	background: #f8d1aa;
	border-radius: 50%;
	padding: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.ss-circle-inner h2 {
	font-family: var(--heading-font);
}

.ss-stories {
	display: flex;
	align-items: center;
}

.ss-circle-outer+img {
	flex-shrink: 0;
	height: 100%;
	margin-left: -42px;
}

.case-studybox h3 a,
.case-studybox h3 {
	text-decoration: none;
	font-size: 20px;
	color: var(--color-dgrey);
	font-weight: 600
}

.case-studybox {
	border: 1px solid #cfcfcf;
	padding: 30px 30px 30px 60px;
	border-radius: 20px;
}

.case-studybox h3 {
	line-height: 24px;
}

.case-studybox {
	border: 1px solid #cfcfcf;
	padding: 30px 30px 30px 80px;
	border-radius: 20px;
	position: relative;
	min-height: 200px;
	display: flex;
	flex-direction: column;
}

.case-studybox:before {
	content: "CASE STUDY";
	position: absolute;
	left: -26px;
	top: 45%;
	rotate: -90deg;
	letter-spacing: 2px;
	font-size: 18px;
	font-weight: 500;
	color: #cecece;
}

.btn.case-btn i {
	color: var(--color-orange);
	margin-left: 8px;
}

.btn.case-btn {
	position: relative;
	padding-top: 14px;
	margin-top: auto;
	display: inline-flex;
	align-items: center;
}

.btn.case-btn:before {
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	background: var(--color-orange);
	left: 0;
	z-index: -1;
	top: 11px;
}

.ss-mleft {
	padding-left: 80px;
}

.case-studybox h3 a:hover {
	color: var(--color-orange)
}

.testim-header {
	padding-left: 60px;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative
}

.testim-header .img {
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
	max-width: 48px;
	border: 3px solid #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.testim-title {
	font-size: 20px;
	font-weight: 600;
	color: #000;
}

.testim-desig {
	font-weight: 500;
	color: #000;
}

.testimonial-wrap {
	background: #f5f5f5;
	padding: 35px;
	border-radius: 20px;
	margin-left: 45px;
	position: relative
}

.testimonial-wrap:before {
	content: "";
	position: absolute;
	left: -50px;
	top: 103px;
	width: 100%;
	height: 1px;
	background: #cbcbcb;
}

.slick-dotted.slick-slider {
	margin-bottom: 0;
}

.testim-body {
	min-height: 100px;
}

.slick-dots {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 2%;
	z-index: 100000
}

.slick-dots {
	position: absolute;
	top: 0;
	transform: rotate(90deg);
	right: 0;
	z-index: 100000;
	width: auto;
}

.slick-dots li {
	margin: 0
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: #e67e26;
}

.slick-dots li button {
	margin: 0
}

.slick-dots li button:before {
	color: #e67e26;
}

.section-testim .container {
	background: url(../images/testim-bg.png) no-repeat 0 0;
	background-size: cover;
	background-color: var(--color-orange);
	border-radius: 15px;
	padding: 50px 70px;
	color: #fff;
}

.section-testim h2 {
	color: #fff;
	font-family: var(--heading-font);
	color: #fff;
}

.section-testim .btn {
	background: #fff !important;
	border-color: var(--color-orange);
	color: var(--color-orange) !important;
	padding: 15px;
	border-radius: 10px;
	font-size: 20px;
	font-weight: 600;
}

.breadcrum {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	margin-top: 10px;
	font-size: 13px;
}

.breadcrum li {
	list-style: none;
	margin: 0 3px;
	color: var(--color-orange);
}

.breadcrum li a {
	text-decoration: none;
	color: #999
}

.caseLanding-box {
	border: 1px solid #000;
	padding: 25px 25px 0 25px;
	border-radius: 15px;
	margin-bottom: 30px;
	display: flex;
	width: 100%;
	transition: all 0.5s
}

.caseLanding-box .case-publish-date {
	width: 200px;
}

.caseLanding-box .caseList-box {
	width: 65%;
	padding-left: 20px;
}

.caseLanding-box .caseList-box h3 {
	color: #000;
	font-size: 24px;
	margin-bottom: 30px;
}

.caseList-box a {
	display: inline-flex;
	padding: 0 0 20px;
	position: relative;
	text-decoration: none;
	color: #000;
	align-items: center;
}

.caseList-box a i {
	margin-left: 10px;
}

.caseList-box a::after {
	content: "";
	position: absolute;
	width: 32px;
	height: 4px;
	background: var(--color-orange);
	left: 0;
	bottom: -1px;
	z-index: 100;
}

.caseLanding-box .case-publish-date .cdt {
	font-family: var(--heading-font);
	color: #000;
	font-size: 38px;
	position: relative;
	margin-bottom: 15px;
}

.caseLanding-box .case-publish-date .cdt:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 34px;
	width: 90px;
	height: 1px;
	background: #000;
}

.caseLanding-box .case-publish-date .cdt-year {
	font-family: var(--heading-font);
	color: #000;
	font-size: 20px;
}

.caseLanding-box.recent-caseBox h3 {
	font-size: 42px;
}

.caseLanding-box:hover {
	border: 1px solid var(--color-orange)
}

.caseLanding-box * {
	transition: all 0.5s
}

.caseLanding-box:hover * {
	color: var(--color-orange) !important
}

.caseLanding-box.recent-caseBox .caseList-box {
	width: 80%;
}

@media only screen and (min-width:1366px) {
	.w-1024 {
		width: 100%;
		max-width: 75%;
	}

	/* .case-sidebar {}

	.section-casestudy-details .case-dts-content {} */
}

@media only screen and (min-width:1680px) {
	.w-1024 {
		width: 100%;
		max-width: 1280px;
	}

	.case-sidebar {
		width: 350px
	}

	.section-casestudy-details .case-dts-content {
		width: 930px
	}
}

.case-details .banner-caption .h5 {
	font-family: var(--heading-font);
}

.case-details .banner-caption h1 {
	font-size: 32px;
	font-family: var(--body-font);
	text-align: center;
	line-height: 36px;
	font-weight: 500
}

.section-casedt-caption {
	font-family: var(--heading-font);
	color: #000;
	font-size: 24px;
	letter-spacing: 1px;
	position: relative;
	margin-bottom: 30px;
	padding-left: 72px;
}

.section-casedt-caption:before {
	content: "";
	position: absolute;
	left: 0;
	top: 16px;
	width: 56px;
	height: 1px;
	background: #000;
}

.sec-caption-box {
	border: 1px solid #000;
	border-radius: 10px;
	padding: 30px 0;
	display: flex;
	justify-content: end;

}

.sec-caption-box .section-casedt-caption {
	margin-bottom: 0;
	margin-right: -20%;
	line-height: 1.4;
}

.sec-caption-box .section-casedt-caption span {
	background: #fff;
}

.section-casestudy-details {
	color: #000
}

.cs-content-large {
	font-size: 20px;
	font-weight: 300;
	line-height: 28px;
}

.cstory-content {
	margin-left: 10%;
	margin-top: 20px;
}

.cdt-challage-story {
	background: #fbfbfb;
	padding: 70px 0;
	position: relative
}

.cdt-challage-story:before {
	content: "";
	position: absolute;
	left: 45%;
	top: 0;
	width: 120px;
	height: 1px;
	background: #000;
	transform: rotate(90deg);
}

.cdt-challage-story:after {
	content: "";
	position: absolute;
	left: 45%;
	bottom: 0;
	width: 120px;
	height: 1px;
	background: #000;
	transform: rotate(90deg);
}

.cdt-cs-icon {
	width: 260px;
	height: 260px;
	border-radius: 50%;
	background: #ffe7d3;
	display: flex;
	align-items: center;
	justify-content: start;
	flex-shrink: 0;
}

.cdt-cs-icon img {
	position: relative;
	left: 40px;
}

.cdt-title-col {
	display: flex;
	align-items: center;
}

.cdt-challage-story .sec-caption-box {
	margin-left: -90px;
}

.cdt-challage-story .sec-caption-box .section-casedt-caption span {
	background: #fbfbfb
}

.case-list {
	margin: 0;
	padding: 0;
	width: 100%;
}

.btn-banner-cta {
	background: #fff;
	border-color: #000;
	color: #000;
	margin: 0 7px;
	padding: 13px 30px;
	font-weight: 700;
}

.case-list li {
	list-style: none;
	position: relative;
	padding-left: 30px;
	margin-bottom: 15px;
	font-size: 15px;
}

.case-list li:before {
	content: url('/assets/images/icon-tick.png');
	position: absolute;
	top: 0;
	left: -15px;
	color: var(--color-orange);
	font-size: 20px;
}

.cdt-result {
	padding: 100px 0 30px
}

.result-desc {
	margin: 0;
	padding: 0;
	border: 1px solid #ddd;
	border-radius: 12px;
	padding: 80px 80px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}

.section-partner-ws-header {
	margin: 30px;
}

.sec-customer-story {
	padding-bottom: 110px;
}

.result-desc .case-list {
	width: 100%
}

.banner-form {
	/* background: #fff;
	border-radius: 8px;
	padding: 25px 40px;
	border: 1px solid #000;
	padding: 25px 40px; */
	background: #fff;
	border-radius: 8px;
	padding: 25px 40px;
	border: 2px solid #828282;
	padding: 25px 40px;
	border-left: none;
	border-top: none;
}

.banner-form .h5,
.sidebar-widTitle .h5 {
	color: #000;
	position: relative;
	margin-bottom: 50px;
	font-size: 24px;
}

.banner-form .h5:after,
.sidebar-widTitle .h5:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -25px;
	width: 90px;
	height: 4px;
	background: var(--color-orange);
}


#contact-form .form-control {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	background-color: transparent;
	border: 0;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: currentcolor;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: currentcolor;
	border-bottom: 1px solid #ced4da;
	border-radius: 0;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	height: auto;
	padding: .6rem 0 .4rem 0;
	margin: 0 0 .5rem 0;
}

.recent-case-studies {
	margin: 0;
	padding: 0;
	margin-top: 30px;
}

.recent-case-studies li {
	list-style: none;
	position: relative;
	padding-left: 115px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.recent-case-studies li:last-child {
	border: none;
}

.recent-case-studies li a {
	text-decoration: none;
}

.recent-case-studies li h5 {
	font-size: 18px;
}

.recent-case-studies li .case-fig {
	width: 100px;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 4px;
	overflow: hidden
}

.recent-case-studies li .case-fig img {
	max-width: 100%;
}


@media only screen and (min-width:1200px) and (max-width:1440px) {
	.ss-circle-outer {
		width: 370px;
		height: 370px;
	}

	.ss-circle-inner h2 {
		font-size: 24px;
	}

	.ss-circle-inner {
		font-size: 14px;
		line-height: 20px;
	}

	.case-studybox {
		padding: 30px 30px 30px 60px;
	}

	.case-studybox h3 a {
		font-size: 16px;
	}

	.case-studybox h3 {
		line-height: 18px;
	}

	.case-studybox:before {
		font-size: 16px;
	}

	.ss-circle-outer+img {
		max-width: 43%;
	}
}

@media only screen and (min-width:1200px) and (max-width:1679px) {

	.tick-size {
		height: 18px !important;
		width: 18px !important;
	}

	.section-casedt-caption {
		font-size: 22px;
	}

	.section-casedt-caption:before {
		width: 30px;
	}

	.sec-caption-box .section-casedt-caption {
		margin-right: -34%;
	}

	.section-casedt-caption {
		padding-left: 42px;
	}

	.service-carrier-desc {
		background: #f1f1f1;
		padding: 15px 15px;
		margin-right: 606px;
		position: absolute;
		border-radius: 20px;
	}
}


@media only screen and (max-width:767px) {
	.inner-banner-wrap {
		padding: 30px;
	}

	.img-wrap{
		display: none !important;
	}

	.inner-banner-wrap-index {
		background: #e9e9e9 !important;
		padding: 30px;
	}

	.section-pb {
		padding-bottom: 40px;
	}

	.banner-caption h1 {
		font-size: 30px;
		line-height: 38px;
	}

	.banner-caption p {
		font-size: 20px;
		line-height: 28px;
	}

	.inner-banner-wrap {
		border-radius: 0 0 40px 40px;
	}

	.inner-banner-wrap-index {
		border-radius: 0 0 40px 40px;
	}

	.intro-service-list {
		margin-left: 0;
		width: 100%
	}

	.intro-service-list li {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.sabout-pad60 {
		padding-left: 15px;
		margin-top: 0px !important;
	}

	.service-about-desc {
		margin-left: 0
	}

	.section-pad{
		padding: 30px 20px !important;
	}

	.service-about-desc {
		padding: 30px 30px;
	}

	.ss-stories {
		flex-direction: column;
	}

	.ss-circle-outer {
		width: 100%;
		height: 100%;
		border-radius: 0;
		padding: 25px;
	}

	.ss-circle-inner {
		border-radius: 0;
		padding: 35px;
	}

	.ss-circle-outer+img {
		margin-top: -46px;
		transform: rotate(-90deg);
		width: 60%;
		margin: -42px auto;
	}

	.ss-mleft {
		padding-left: 15px;
	}

	.testimonial-wrap {
		margin-left: 0
	}

	.testim-body {
		min-height: 300px;
	}

	.contact-email {
		font-size: 16px;
	}

	.footer-right-patch:before {
		width: auto;
		height: auto;
	}

	.testimonial-wrap:before {
		display: none;
	}

	.footer-right-patch {
		padding-left: 15px;
		margin-top: 30px;
	}

	.resources {
		margin-bottom: 20px;
	}

	.social-links {
		justify-content: flex-start;
	}

	.social-links li {
		margin-left: 0;
		margin-right: 15px;
		margin-top: 20px;
	}

	.section-testim .container {
		padding: 30px 30px;
	}

	.section-testim {
		padding: 0 15px 70px;
	}

	.section-testim h2 {
		margin-bottom: 20px;
	}

	.slick-dots {
		position: static;
		transform: rotate(0);
	}

	.caseLanding-box {
		flex-direction: column;
	}

	.caseLanding-box .caseList-box {
		width: 100%;
		padding-left: 0;
		margin-top: 20px;
	}

	.caseLanding-box.recent-caseBox .caseList-box {
		width: 100%
	}

	.caseLanding-box.recent-caseBox h3,
	.caseLanding-box .caseList-box h3 {
		font-size: 22px;
	}

	.section-pad.section-casestudy-landing {
		padding: 40px 0
	}

	.sec-caption-box .section-casedt-caption span {
		background: none;
		line-height: 32px;
	}

	.section-casedt-caption {
		font-size: 24px;
	}

	.sec-caption-box .section-casedt-caption {
		margin-right: 0
	}

	.sec-caption-box {
		padding: 20px 15px;
	}

	.cstory-content {
		margin-left: 0;
		margin-top: 30px;
	}

	.cdt-title-col {
		flex-direction: column;
	}

	.cdt-cs-icon img {
		left: 0
	}

	.cdt-cs-icon {
		width: 180px;
		height: 180px;
		justify-content: center;
	}

	.cdt-challage-story .sec-caption-box {
		margin-left: 0;
		margin-top: 20px;
	}

	.result-desc {
		padding: 40px;
	}

	.cdt-result {
		padding: 30px 0;
	}

	.cdt-challage-story:before,
	.cdt-challage-story:after {
		display: none;
	}

	.case-details .section-testim {
		padding: 0 15px 0
	}

	.btn-banner-cta {
		width: 240px;
		margin: 0 auto 10px;
	}

	.service-carrier-desc {
		background: #f1f1f1;
		padding: 20px 50px;
		margin-right: 0px !important;
		position: absolute;
		border-radius: 20px;
	}

	
	

}

@media only screen and (min-width:768px) and (max-width:991px) {

	.service-carrier-desc {
		background: #f1f1f1;
		padding: 15px 15px;
		margin-right: 606px;
		position: absolute;
		border-radius: 20px;
	}

	.inner-banner-wrap {
		padding: 40px;
	}

	.inner-banner-wrap-index {
		padding: 40px;
	}

	.banner-caption h1 {
		font-size: 30px;
		line-height: 34px;
	}

	.banner-caption p {
		font-size: 18px;
		line-height: 28px;
	}

	.intro-service-list {
		margin-left: 60px;
		width: 80%;
	}

	.intro-service-list:before {
		left: -60px;
		width: 60px;
	}

	.intro-service-list li {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.service-about-desc {
		margin-left: 0;
	}

	.ss-mleft {
		padding-left: 0;
	}

	.ss-circle-outer+img {
		display: none;
	}

	.ss-stories {
		justify-content: center;
		margin-bottom: 30px;
	}

	.testim-body {
		min-height: 140px;
	}

	.section-testim .container {
		padding: 30px 40px;
	}

	.footer-right-patch:before {
		display: none;
	}

	.footer-right-patch {
		padding-left: 15px;
	}

	.footer-links ul {
		flex-direction: row;
		flex-wrap: wrap;
	}

	.footer-links ul li {
		margin-right: 30px;
	}

	.slick-dots {
		position: static;
		transform: rotate(0);
	}

	.caseLanding-box {
		flex-direction: column;
	}

	.caseLanding-box .caseList-box {
		width: 100%;
		padding-left: 0;
		margin-top: 20px;
	}

	.caseLanding-box.recent-caseBox .caseList-box {
		width: 100%
	}

	.caseLanding-box.recent-caseBox h3,
	.caseLanding-box .caseList-box h3 {
		font-size: 22px;
	}

	.section-pad.section-casestudy-landing {
		padding: 40px 0
	}

	.cstory-content {
		margin-left: 0;
		margin-top: 20px;
	}

	.section-casedt-caption {
		font-size: 26px;
	}

	.result-desc {
		padding: 30px;
	}

	.case-details .banner-caption h1 br {
		display: none;
	}

	.sec-customer-story {
		padding-bottom: 30px;
	}

	.sabout-pad60 {
		margin-top: 20px;
		padding-left: 0
	}

	.cdt-challage-story:before,
	.cdt-challage-story:after {
		display: none;
	}

	.cdt-challage-story .case-list {
		margin-bottom: 60px;
	}

	.cdt-challage-story {
		padding: 70px 0 0;
	}

	.btn-banner-cta {
		padding: 10px 20px;
		font-size: 15px;
		margin: 0;
	}

	.cdt-result {
		padding: 30px 0 30px;
	}

	.section-pad {
		padding: 70px 0 40px;
	}

	.tick-size {
		height: 18px !important;
		width: 18px !important;
	}

}

@media only screen and (min-width:992px) and (max-width:1199px) {

	.tick-size {
		height: 18px !important;
		width: 18px !important;
	}

	.slick-dots {
		position: static;
		transform: rotate(0);
	}

	.section-testim .container {
		padding: 30px 30px;
	}

	.section-testim .btn {
		font-size: 16px;
	}

	.intro-service-list li {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.ss-circle-outer {
		width: 340px;
		height: 340px;
		padding: 25px;
	}

	.ss-circle-inner {
		padding: 30px;
	}

	.ss-circle-inner h2 {
		font-size: 24px;
	}

	.ss-circle-outer+img {
		/* height: 200px;
		margin-left: -27px; */
		height: 160px;
		margin-left: -25px;
	}

	.case-studybox {
		padding: 20px 20px 20px 50px
	}

	.case-studybox:before {
		left: -30px;
		font-size: 14px;
	}

	.case-studybox h3 a {
		font-size: 16px;
		line-height: 20px;
	}

	.case-studybox {
		min-height: 270px;
	}

	.testim-body {
		min-height: 200px;
	}

	.caseLanding-box.recent-caseBox h3 {
		font-size: 30px;
	}

	.caseLanding-box .caseList-box h3 {
		font-size: 20px;
	}

	.cstory-content {
		margin-left: 0;
		margin-top: 20px;
	}

	.section-casedt-caption {
		font-size: 18px;
	}

	.cdt-cs-icon {
		width: 200px;
		height: 200px;
	}

	.case-details .banner-caption h1 br {
		display: none;
	}

	.banner-caption h1 {
		font-size: 38px;
		line-height: 44px;
	}

	.banner-caption p {
		font-size: 18px;
		line-height: 26px;
	}

	.sec-caption-box .section-casedt-caption {
		margin-right: -37%;
	}

	.cdt-challage-story .sec-caption-box {
		margin-left: -28px;
	}

	.service-carrier-desc {
		background: #f1f1f1;
		padding: 20px 50px;
		/* margin-right: 430px; */
		position: absolute;
		border-radius: 20px;
		width: 50% !important;
	}

}

@media only screen and (min-width:1920px) {
	
	.ss-circle-outer {
		width: 430px !important;
		height: 430px !important;
		border: 3px dotted #707070;
		border-radius: 50%;
		overflow: hidden;
		padding: 45px;
		flex-shrink: 0;
	}

	.pd-r {
		padding-right: 0px !important;
	}

	.pd-l {
		padding-left: 0px !important;
	}

	.pd-rrr {
		padding-right: 55px !important;
	}

	.pd-lll {
		padding-left: 55px !important;
	}

	.service-carrier-desc {
		background: #f1f1f1;
		padding: 20px 50px;
		/* margin-right: 430px; */
		position: absolute;
		border-radius: 20px;
		width: 45% !important;
	}

	.service-carrier-desc12 {
		background: #f1f1f1;
		padding: 20px 50px;
		/* margin-right: 430px; */
		position: absolute;
		border-radius: 20px;
		width: 28% !important;
	}


	.tick-size {
		height: 24px !important;
		width: 24px !important;
	}


	.section-casestudy-details .case-dts-content12 {
		width: 100% !important;
	}

	
}


.service-carrier-desc12 {
	background: #f1f1f1;
	padding: 20px 50px;
	margin-right: 430px;
	position: absolute;
	border-radius: 20px;
	/* width: 28% !important; */
}