:root {
	--body-font: "Instrument Sans", sans-serif;
	--font-bebas: "Bebas Neue", sans-serif;
	--fw500: 500;
	--fw600: 600;
	--fw700: 700;
	--fw800: 800;
}


@media (min-width: 1400px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1400px;
	}
}

.thank-you-section {
	min-height: 150px;
}

#thank-you-overlay {
	height: 150px;
}

.thankyou-container {
	max-width: 600px;
	margin: 20px auto;
	background: #fff;
	padding: 20px;
	border-radius: 8px;
	/*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
	text-align: center;
}

.thankyou-header {
	margin-bottom: 20px;
}

.thankyou-message {
	margin-bottom: 20px;
}

.thankyou-button {
	font-size: 16px;
	display: inline-block;
	background-color: #007bff;
	color: #fff;
	padding: 10px 20px;
	text-decoration: none;
	border-radius: 5px;
	text-align: center;
}

.thankyou-button:hover {
	color: #fff;
	background-color: #0056b3;
}

.thankyou-footer {
	font-size: 12px;
	color: #888;
}

.full-width {
	width: 100%;
}

.loader_form {
	width: 10%;
	/*float: right;*/
	margin-right: 20px;
	display: none;
}

.sec-title {
	font-size: 52px;
	line-height: 58px;
	font-weight: 700
}

.sec-sub-title {
	font-size: 30px;
	font-weight: 400;
	line-height: 40px;
}

.fw500 {
	font-weight: var(--fw500)
}

.fw600 {
	font-weight: var(--fw600)
}

.fw700 {
	font-weight: var(--fw700)
}

.fw800 {
	font-weight: var(--fw800)
}

.mt-10 {
	margin-top: 10px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-50 {
	margin-top: 50px;
}

.mt-60 {
	margin-top: 60px;
}

.mt-70 {
	margin-top: 70px;
}

.mt-80 {
	margin-top: 80px;
}

.mt-90 {
	margin-top: 90px;
}

.mt-100 {
	margin-top: 100px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-20 {
	margin-bottom: 20px;
}

.pe-80 {
	padding-right: 80px;
}

.mb80 {
	margin-bottom: 40px;
}

.pt80 {
	padding-top: 80px;
}

.pt40 {
	padding-top: 40px;
}

body {
	font-family: var(--body-font);
	font-size: 16px;
	line-height: 26px;
}

header {}

header .fixed-top {
	left: 10%;
	right: 10%;
	padding-top: 50px;
}

header .navbar-brand {
	flex: 0 0 80px;
}

.navbar-brand>.img-fluid.logo-color {
	display: none;
}

#navbarSblContent .navbar-nav .nav-link {
	color: #fff;
	text-decoration: none;
}

#navbarSblContent .navbar-nav .nav-link {
	padding-left: 15px;
	padding-right: 15px;
}

.btn-contact-white {
	background: none;
	border-color: #fff;
	color: #fff;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
}

header.navbar-fixed {
	transition: all 0.5s
}

.logo-white,
.logo-color {
	display: none;
}

header.navbar-fixed .logo-white {
	display: none;
}

header.navbar-fixed .logo-color {
	display: block;
}

header.navbar-fixed .navbar-brand>.img-fluid.logo-color {
	display: block;
}

header .logo-white {
	display: block;
}

.background-cover,
.slide {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.slide {
	/*height: 100vh;*/
	height: 983px;
}

.slide--1 {
	background-image: url(../images/home-banner1.webp);
}

.slide--2 {
	background-image: url(../images/home-banner1.webp);
}

.slide--3 {
	background-image: url(../images/home-banner1.webp);
}

.slider-nav-thumbnails {
	margin-top: -270px;
	margin-left: 400px;
	position: relative;
	z-index: 10
}

.slider-nav-thumbnails .slick-slide {
	cursor: pointer;
	outline: none;
}

.slider-nav-thumbnails .slick-slide.slick-current.slick-active {
	opacity: 1;
}

.slider-nav-thumbnails .slick-slide img {
	padding: 3px;
	background: transparent;
	;
}

.slider-nav-thumbnails .slick-slide.slick-current.slick-active img {
	background: #fff;
}

.slider-nav-thumbnails img {
	width: 150px;
	margin: 0 5px;
}

.slider-nav-thumbnails .slick-slide:first-child img {
	margin-left: 0;
}

.slider-nav-thumbnails .slick-slide:last-child img {
	margin-right: 0;
}

.home-banner-slider .banner-content {
	color: #fff;
	z-index: 110;
	display: flex;
	align-items: start;
	width: 100%;
	padding-right: 70px;
	padding-left: 5%;
	padding-right: 5%;
	height: 100%;
	justify-content: center;
	flex-direction: column;
	position: relative;
}

.home-banner-slider .banner-content:after {
	content: "";
	position: absolute;
	top: 0;
	left: 7%;
	width: 1px;
	height: 100%;
	border-left: 1px solid rgba(255, 255, 255, 0.3)
}

.home-banner-slider .banner-content h2 {
	font-family: var(--font-bebas);
	font-size: 85px;
	line-height: 84px;
	padding-left: 55%
}

.home-banner-slider .banner-content p {
	font-size: 20px;
	text-align: left;
	padding-left: 55%
}

.home-banner-slider .banner-content .banner-count-caption p {
	padding-left: 0px;
}

.home-banner-slider .btn-banner-cta {
	margin-left: 55%;
	margin-top: 20px;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.banner-count-caption {
	border-left: 3px solid #76bc21;
	padding-left: 40px;
	padding-top: 40px;
	padding-bottom: 70px;
	position: absolute;
	left: 7%;
	top: 25%;
	font-size: 20px;
}

.blue-layer {
	position: absolute;
	bottom: -30px;
	left: 0;
	z-index: 0;
	left: 52px
}

.home-banner-slider {
	height: 983px;
	position: relative
}

.home-banner-slide .slick-dots li {
	margin: 0
}

.home-banner-slide .slick-prev:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 90px;
	height: 10px;
	background: url(../images/slider-arrow-long-left-white.png) no-repeat 0 0
}

.home-banner-slide .slick-next:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 90px;
	height: 10px;
	background: url(../images/slider-arrow-long-right-white.png) no-repeat 0 0
}

.home-banner-slide .slick-prev,
.home-banner-slide .slick-next {
	top: auto;
	width: 90px;
	bottom: 40px;
	z-index: 99;
}

.home-banner-slide .slick-prev {
	left: 27%;
}

.home-banner-slide .slick-next {
	right: auto;
	left: 33%;
}

.navbar-fixed {
	top: 0;
	z-index: 100;
	position: fixed;
	width: 100%;
	background: #fff;
	height: 80px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	transition: all 0.5s
}

.navbar-fixed #navbarSblContent .navbar-nav .nav-link {
	color: #585858
}

.navbar-fixed .btn-contact-white {
	border-color: #585858;
	color: #585858
}

.navbar-fixed .btn-contact-white:hover {
	color: #fff;
	background: #013e53;
	border-color: #013e53
}

.navbar-fixed .fixed-top {
	padding-top: 10px;
}

/* intro section */
.home-intro {
	padding-top: 125px;
	padding-bottom: 100px;
	background: url(../images/home-intro-bg-circle.png) no-repeat center left;
	background-size: auto;
	;
}

.stat-counter-box {
	width: 212px;
	height: 136px;
	padding-left: 36px;
	padding-right: 80px;
}

.stat-counter-box .count {
	font-size: 46px;
	font-weight: 600;
	text-align: right;
	margin-bottom: 10px;
}

.stat-counter-box .count-text {
	text-align: right;
	font-weight: 500;
	line-height: 18px;
}

.stat-counter-box.cbox1 {
	background: url(../images/counter-bg1.svg) no-repeat 0 0;
	background-size: cover;
	display: flex;
	align-items: end;
	flex-direction: column;
	justify-content: center
}

.stat-counter-box.cbox2 {
	background: url(../images/counter-bg2.svg) no-repeat 0 0;
	background-size: cover;
	display: flex;
	align-items: end;
	flex-direction: column;
	justify-content: center
}

.stat-counter-box.cbox3 {
	background: url(../images/counter-bg3.svg) no-repeat 0 0;
	background-size: cover;
	display: flex;
	align-items: end;
	flex-direction: column;
	justify-content: center
}

.img-intro {
	margin-top: -90px;
}

/* clients */
.sec-clients .cl-title {
	position: relative;
}

.sec-clients .cl-title span {
	background: #fff;
	padding: 10px 30px 10px 0;
	font-weight: 600;
	color: #b8b8b8;
	text-transform: uppercase;
}

.sec-clients .cl-title:after {
	content: "";
	position: absolute;
	top: 15px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #b0b0b0;
	z-index: -1;
}

.sec-clients .slick-slide {
	margin: 0px 20px;
}

.sec-clients .slick-track {
	display: flex;
	align-items: center;
}

.sec-clients .cl-boxl {
	transition: 0.5 all;
}

.sec-clients .cl-boxl img {
	filter: grayscale(1);
}

.sec-clients .cl-boxl:hover img {
	filter: grayscale(0);
}

.slick-dots li button:before {
	font-size: 12px;
}

.sec-clients .slick-active .slick-dots li button:before {
	font-size: 12px;
	color: #31beff !important
}

.sec-clients .slick-dots li.slick-active button::before {
	opacity: 1;
	color: #31beff
}

.sec-clients .slick-dots li {
	margin: 0
}

.sec-clients .slick-prev:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 90px;
	height: 10px;
	background: url(../images/slider-arrow-long-left.png) no-repeat 0 0
}

.sec-clients .slick-next:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 90px;
	height: 10px;
	background: url(../images/slider-arrow-long-right.png) no-repeat 0 0
}

.sec-clients .slick-prev,
.sec-clients .slick-next {
	top: auto;
	width: 90px;
	bottom: -80px;
}

.sec-clients .slick-prev {
	left: 35%;
}

.sec-clients .slick-next {
	right: 35%;
}


/* our services */
.home-services {
	padding: 60px 0;
	background: url(../images/intro-bg-left.png) no-repeat 0 0;
	background-size: contain;
	background-color: #1870c6;
}

.service-box {
	border: 1px solid #8cb8e3;
	padding: 20px 30px;
	min-height: 350px;
	color: #fff;
	transition: all 0.5s;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	transition: all 0.5s;
	overflow: hidden
}

.service-box img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: greyscale(1);
	transition: opacity .25s, visibility .25s ease-in;
}

.service-box:hover img {
	opacity: 1;
	filter: grayscale(90%);
}

.service-box:hover,
.service-box.active {
	border: 1px solid transparent
}

.service-box .bg-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	opacity: 0;
	transition: opacity .25s, visibility .25s ease-in;
}

.service-box:hover .bg-overlay {
	opacity: 0.8;
}

.service-box .service-desc {
	font-size: 14px;
	line-height: 18px;
}

.service-box .service-action h3 {
	font-weight: 600;
	font-size: 25px;
	border-bottom: 3px solid #fff;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.service-box .service-action a {
	display: flex;
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	justify-content: space-between
}

.service-box.active .bg-overlay {
	opacity: 0.8;
}

.service-box.active img {
	opacity: 1;
	filter: grayscale(90%);
}

.sec-desc2 {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 0px;
	color: #7e7e7e;
}

.service-sec-desc2 {}

.service-img2 {
	position: absolute;
	left: -10px;
	top: 0;
}

.service-img3 {
	position: absolute;
	right: -10px;
	top: 0;
}

.home-Industries-insights {
	padding: 80px 0;
	position: relative;
}

.industries-list {
	margin: 0;
	padding: 0;
	display: inline-flex;
	flex-direction: column
}

.industries-list li {
	list-style: none;
	margin-bottom: 10px;
	position: relative
}

.industries-list li a {
	text-decoration: none;
	color: #000;
	font-size: 20px;
	font-weight: 600;
	color: #b0b0b0;
	border: 1px solid #000;
	padding: 7px 30px 7px 10px;
	display: inline-flex;
}

.industries-list li.active a,
.industries-list li:hover a {
	color: #000
}

.industries-list li img {
	margin-left: -20px;
	opacity: 0;
	transition: opacity .25s, visibility .25s ease-in;
}

.industries-list li:hover img,
.industries-list li.active img {
	opacity: 1;
}

.insight-list {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	align-items: end;
	position: relative;
}

.insight-list li {
	list-style: none;
	flex: 0 0 19%;
	overflow: hidden;
}

.insight-list li .insight-photo {
	overflow: hidden;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.insight-list li .insight-photo img {
	max-width: none;
}

.insight-list li:nth-child(1) .insight-photo,
.insight-list li:nth-child(5) .insight-photo {
	height: 400px;
}

.insight-list li:nth-child(2) .insight-photo,
.insight-list li:nth-child(4) .insight-photo {
	height: 290px;
}

.insight-list li:nth-child(3) .insight-photo {
	height: 230px;
}

.insight-list .insight-title {
	font-size: 22px;
	font-weight: 500;
	margin-top: 50px;
	padding-bottom: 10px;
}

.insight-list .insight-desc {
	font-size: 15px;
	color: #788a99;
	line-height: 20px;
	padding-right: 30px;
	min-height: 90px;
}

.insight-list::before {
	content: "";
	position: absolute;
	left: 10%;
	right: 0;
	width: 80%;
	height: 60%;
	background: #dff1ff;
	z-index: -1;
	border-radius: 40px;
	top: -140px;
}

.insight-action a {
	position: relative;
	transition: 0.2s ease-in;
}

.insight-action a img {
	transition: 0.2s ease-in;
}

.insight-action a:hover img {
	transform: translateX(50%);
}

/* success stories */
.home-success-stores {
	padding-bottom: 80px;
}

.home-success-stores .header-part {
	padding-top: 220px;
}

.hss-img {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

.testim-content {
	background: #013e53;
	padding: 50px;
	color: #fff;
	min-height: 320px;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: start;
}

.testim-content p {
	font-size: 20px;
}

.testim-content .testim-info {
	position: relative;
	font-size: 28px;
	font-weight: 600;
	padding-left: 120px;
}

.testim-content .testim-info:before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	width: 110px;
	height: 15px;
	background: #a19d9e
}

.testim-content .testim-info span {
	display: block;
	font-size: 16px;
	font-weight: 400;
	color: #76d4ff;
	padding-top: 5px;
}

.testimonial-wrap .slick-prev,
.testimonial-wrap .slick-next {
	background: #013e53;
	padding: 40px 50px;
	height: auto;
	top: auto;
	bottom: -50px;
}

.testimonial-wrap .slick-prev {
	left: -200px;
}

.testimonial-wrap .slick-next {
	right: auto;
	left: -100px;
}

.testimonial-wrap .slick-prev.slick-disabled,
.testimonial-wrap .slick-next.slick-disabled {
	background: #76d4ff
}

.testimonial-wrap .slick-prev:before {
	content: "\f12f";
	font-family: bootstrap-icons !important;
}

.testimonial-wrap .slick-next:before {
	content: "\f138";
	font-family: bootstrap-icons !important;
}

.slick-prev.slick-disabled::before,
.slick-next.slick-disabled::before {
	opacity: 0.8;
}

.testimonial-box {
	margin-top: -221px;
}

.certification-logos {
	max-width: 310px;
	width: unset;
}


/* footer */
footer.sbl_footer {
	background: #000000;
	padding: 80px 0 60px
}

.footer-top .row {
	width: 100%;
	margin: 0px;
	max-width: unset;
}

.footer-slogan {
	font-size: 36px;
	color: #a3a3a3;
	font-weight: 600;
	line-height: 38px;
}

.footer-contact {
	margin: 0;
	padding: 0;
	display: inline-flex;
	flex-direction: column;
}

.footer-contact li {
	list-style: none;
	color: #fff;
	padding-left: 92px;
	position: relative;
	min-height: 72px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 15px;
}

.footer-contact li .contact-icon {
	position: absolute;
	left: 0;
	top: 0;
}

.footer-contact li a {
	color: #fff;
	font-size: 25px;
	font-weight: 500;
	text-decoration: none;
}

.footer-contact li span {
	display: block;
	color: rgba(255, 255, 255, 0.7)
}

.footer-contact li:nth-child(1) .contact-icon {
	background: #bcd0a5;
	border-radius: 12px;
	width: 72px;
	height: 72px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
	font-size: 30px;
}

.footer-contact li:nth-child(2) .contact-icon {
	background: #bce3f1;
	border-radius: 12px;
	width: 72px;
	height: 72px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
	font-size: 30px;
}

.footer-top {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	padding-bottom: 50px;
}

.footer-bottom {
	padding: 50px 0 0
}

.footer-bottom .row {
	max-width: unset;
}

.logo-footer {
	max-width: 80px;
}

.copyright {
	font-size: 13px;
	margin-top: 10px;
	color: #fff;
	line-height: 15px;
}

.ft-link-title {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 500;
	color: #fff
}

.sbl-ftLink {
	margin: 0;
	padding: 0;
}

h6.c-w {
	color: #fff;
	font-size: 15px;
}

.sbl-ftLink li {
	list-style: none;
}

.sbl-ftLink li a {
	font-size: 15px;
	color: rgba(255, 255, 255, 0.5);
	text-decoration: none;
	padding: 4px 0;
	display: flex;
	transition: all 0.5s
}

.sbl-ftLink li a:hover {
	color: #fff
}

.sbl-smLink {
	margin: 0;
	padding: 0;
	display: flex;
}

.sbl-smLink li {
	list-style: none;
	margin-right: 15px;
}

.sbl-smLink li img {
	transition: transform .7s ease-in-out;
}

.sbl-smLink li:hover img {
	transform: rotate(360deg);
}


/* products page */
body {
	color: #000
}

.section-inner-banner {}

.bg-inner-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.65);
	display: none;
}

.bg-inner-overlay:after {
	content: "";
	position: absolute;
	width: 46%;
	height: 100%;
	top: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.2)
}

.banner-inner-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: end;
	z-index: 99;
	color: #fff;
}

.inner-banner-tabline:after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 62px;
	height: 2px;
	background: #fff;
	left: 0
}

.inner-banner-tabline {
	position: relative;
	display: inline-flex;
	font-size: 20px;
}

.inner-banner-tabline::after {
	content: "";
	position: absolute;
	bottom: 7px;
	width: 62px;
	height: 2px;
	background: #fff;
	right: -70px;
	display: inline-flex;
	left: auto;
}

.banner-inner-content .h1 {
	font-family: var(--font-bebas);
	font-size: 44px;
	line-height: 50px;
}

.banner-inner-content .h1+p,
.banner-inner-content .h1+.p {
	font-size: 20px;
	line-height: 28px;
}

.section-products-intro .intro-product-title {
	font-size: 26px;
	font-weight: 600
}

.section-products-intro {
	padding: 80px 0;
	background: url(../images/home-intro-bg-circle.png) no-repeat center left;
	background-size: contain;
}

.intro-product-main-desc {
	font-size: 32px;
	line-height: 44px;
}

.products-keyfeatures {
	padding-bottom: 80px
}

.products-keyfeatures ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.products-keyfeatures ul li {
	list-style: none;
	position: relative;
	flex: 0 0 40%;
	margin-right: 10%;
	padding-left: 28px;
	padding-right: 50px;
	border-bottom: 1px solid #b5b5b5;
	padding-bottom: 10px;
	margin-bottom: 10px;
	line-height: 22px;
}

.products-keyfeatures ul li:nth-child(even) {
	margin-right: 0
}

.products-keyfeatures ul li:before {
	content: "\f26b";
	font-family: bootstrap-icons !important;
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 17px;
}

.products-keyfeatures-content {
	padding: 60px 65px;
	background: #f9f9f8
}

.products-benefits {
	padding-bottom: 80px;
}

.products-benefits ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.products-benefits ul li {
	list-style: none;
	flex: 0 0 20%;
	padding: 35px 40px;
	border: 1px solid #cccccc;
	margin-top: -1px;
	margin-right: -1px;
	position: relative
}

.products-benefits ul li strong {
	display: block;
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 15px;
}

.products-benefits.border-top-bottom {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.products-benefits.heading-part {
	padding-bottom: 40px;
}

.products-case-studies {
	padding-bottom: 80px;
	padding-top: 80px;
}

.case-study-grid {
	background: #f3f3f3;
	padding: 0 40px 30px;
	position: relative
}

.case-study-grid:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 45%;
	border-bottom: 2px solid #000
}

.cs-img-wrap img {
	object-fit: cover;
	width: 190px;
	height: 190px;
	margin: 0 auto;
	margin-bottom: 0px;
	display: block;
	margin-bottom: 0
}

.cs-img-wrap {
	position: relative;
	top: -40px;
}

.case-study-grid h3 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
}

.case-study-grid .cs-action a {
	text-decoration: none;
	color: #000;
	display: flex;
	align-items: center
}

.case-study-grid .cs-action a i {
	font-size: 26px;
	margin-right: 15px;
}

.products-how-getstart {
	padding: 40px 0 80px;
	position: relative;
	margin-top: 40px;
}

.getstart-cta {
	padding-top: 85px;
	border-bottom: 2px solid #000;
	padding-bottom: 10px;
}

.getstart-cta span {
	display: block;
	font-size: 20px;
}

.getstart-cta a {
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.getstart-cta a i {
	font-size: 62px;
}

.inner-footer-form {
	background: #f4f4f4;
	padding: 10px 0 0 60px;
}

.inner-footer-form form {
	padding-top: 60px;
}

.inner-footer-form form .btn-submit {
	background: #000;
	border-color: #000;
	border-radius: 0;
	padding: 14px 60px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
}

.inner-footer-form form .form-control {
	border: 0 none;
	border-bottom: 1px solid #000;
	background: none;
	border-radius: 0;
	padding: 10px 10px 10px 0;
}

.products-how-getstart:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background: #f4f4f4;
	z-index: -1;
}


/* industries page */
.services-by-industries {
	padding-top: 0;
	padding-bottom: 80px;
}

.services-by-industries a {
	color: unset;
	text-decoration: none;
}

.responsive-tab-menu .nav-pills .nav-link.active,
.responsive-tab-menu .nav-pills .show>.nav-link {
	color: unset;
}

@media (max-width: 767px) {
	#thank-you-overlay {
		height: 120px;
	}

	.responsive-tab-content,
	.responsive-tab-menu {
		display: block !important;
	}

	.nav-pills.nav-tabs-dropdown,
	.nav-tabs-dropdown {
		border: 1px solid #dddddd;
		border-radius: 5px;
		overflow: hidden;
		position: relative;
	}

	.nav-pills.nav-tabs-dropdown::after,
	.nav-tabs-dropdown::after {
		content: "☰";
		position: absolute;
		top: 8px;
		right: 15px;
		z-index: 2;
		pointer-events: none;
	}

	.nav-pills.nav-tabs-dropdown.open a,
	.nav-tabs-dropdown.open a {
		position: relative;
		display: block;
	}

	/* .nav-pills.nav-tabs-dropdown.open>li.active>a,
            .nav-tabs-dropdown.open>li.active>a {
                background-color: #eeeeee;
            } */

	.nav-pills.nav-tabs-dropdown li,
	.nav-tabs-dropdown li {
		display: block;
		padding: 0;
		vertical-align: bottom;
	}

	.nav-pills.nav-tabs-dropdown>li>a,
	.nav-tabs-dropdown>li>a {
		position: absolute;
		top: 0;
		left: 0;
		margin: 0;
		width: 100%;
		height: 100%;
		display: inline-block;
		border-color: transparent;
	}

	.nav-pills.nav-tabs-dropdown>li>a:focus,
	.nav-tabs-dropdown>li>a:focus,
	.nav-pills.nav-tabs-dropdown>li>a:hover,
	.nav-tabs-dropdown>li>a:hover,
	.nav-pills.nav-tabs-dropdown>li>a:active,
	.nav-tabs-dropdown>li>a:active {
		border-color: transparent;
	}

	/* hh */
	.nav-pills.nav-tabs-dropdown>li>a.active,
	.nav-tabs-dropdown>li>a.active {
		display: block;
		border-color: transparent;
		position: relative;
		z-index: 1;
		background: #fff;
	}

	.nav-pills.nav-tabs-dropdown>li.active>a:focus,
	.nav-tabs-dropdown>li.active>a:focus,
	.nav-pills.nav-tabs-dropdown>li.active>a:hover,
	.nav-tabs-dropdown>li.active>a:hover,
	.nav-pills.nav-tabs-dropdown>li.active>a:active,
	.nav-tabs-dropdown>li.active>a:active {
		border-color: transparent;
	}
}

.services-by-industries .responsive-tab-menu ul {
	background: #1870c6;
	padding: 50px 30px;
	flex: 0 0 35%;
	margin-bottom: 120px;
}

.services-by-industries .responsive-tab-menu .responsive-tab-content {
	width: 65%;
}

.services-by-industries .responsive-tab-menu .responsive-tab-content .tab-inner {
	padding: 70px 70px 100px 100px;
	background: #f9f9f9;
}

.services-by-industries .responsive-tab-menu .responsive-tab-content .tab-inner+img {
	width: 100%
}

.services-by-industries .responsive-tab-menu ul li.nav-item .nav-link {
	color: #fff;
	font-weight: 500;
	position: relative;
}

.services-by-industries .responsive-tab-menu ul li.nav-item .nav-link.active:after {
	content: "";
	position: absolute;
	top: 22px;
	right: -110px;
	width: 100px;
	height: 2px;
	background: #000;
}

.services-by-industries .responsive-tab-menu {
	/*background: #f9f9f9;*/
}

.product-industries-wrap {
	padding: 80px 0
}

#accorIndus .accordion-button:focus {
	outline: 0 none !important;
	box-shadow: none !important;
}

#accorIndus .accordion-item {
	background: none;
	margin-bottom: 20px;
	border: 0 none;
	border: 1px solid #ddd;
	border-radius: 0;
}

#accorIndus .accordion-button:not(.collapsed) {
	color: #00a8ff;
	background-color: transparent;
	box-shadow: none;
}

#accorIndus .accordion-button {
	font-size: 32px;
	font-weight: 500;
	padding: 20px 50px;
}

#accorIndus .accordion-body {
	padding: 0 50px 20px 50px;
}

.industries-keypoints {
	padding: 20px 0;
	position: relative;
	overflow: hidden;
	margin-bottom: 80px;
}

.industries-keypoints:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 58.333%;
	background: #dff1ff
}

.ikeypoints {
	background: #dff1ff;
	padding: 80px 150px 80px 60px
}

.ikeypoints ul {
	margin: 0;
	padding: 0
}

.ikeypoints ul li {
	list-style: none;
	margin-bottom: 15px;
	position: relative;
	padding-left: 30px;
}

.ikeypoints ul li:before {
	content: "\f26e";
	position: absolute;
	left: 0;
	top: 0;
	font-family: bootstrap-icons !important;
	font-size: 22px;
}

.khi-img {
	position: absolute;
	top: 30%;
	transform: translate(68%);
	right: 0;
	z-index: 50;
}

.sec-title.shade:before {
	content: "";
	position: absolute;
	bottom: -10px;
	right: 0;
	width: 90%;
	height: 60px;
	background: #e3f1ff;
	z-index: -1
}

.sec-title.shade {
	position: relative;
}

#keypoints-bg {
	position: absolute;
	top: 80px;
	left: 0;
	z-index: -1
}


/* about us */
.counter-box {
	display: block;
	padding: 0;
}

.counter-box p {
	margin: 5px 0 0;
	padding: 0;
	color: #000;
	font-size: 22px;
	font-weight: 800;
}

.counter {
	display: block;
	font-size: 64px;
	font-weight: 700;
	color: #000;
	line-height: 60px;
}

.about-stats-counter {
	padding-bottom: 80px
}

.about-stats-counter .counter-box {
	padding-left: 120px;
	position: relative;
}

.about-stats-counter .counter-box {
	position: relative;
	height: 90px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.about-stats-counter .counter-box img {
	position: absolute;
	top: 0;
	left: 0
}

.about-intro-desc {
	font-size: 26px;
	line-height: 38px;
}

.font22 {
	font-size: 20px;
	line-height: 32px;
}

.about-why-us {
	padding-bottom: 80px;
}

.vm-content {

	display: flex;
	align-items: center;
}

.abt-vm-box {
	background: #013e53;
	padding: 30px 40px;
	color: #fff;
	border-radius: 12px;
	height: 100%;
}

.vm-content .vm-desc {
	padding-right: 40px;
}

.vm-content .vm-desc .h4 {
	font-weight: 600
}

.vm-content .vm-icon {
	flex: 0 0 80px;
}

.section-about-values {
	padding-top: 80px;
	padding-bottom: 80px;
}

.our-value-box {
	border-top: 1px solid #444;
	padding-top: 15px;
	padding-bottom: 40px;
}

.our-value-box .h4 {
	padding-bottom: 15px;
}

.about-achievement {
	padding: 80px 0 20px;
	background: url(../images/bg-achieve.jpg) no-repeat 0 0;
	background-size: cover;
	color: #fff
}

.achieve-sl {
	padding: 60px 20px;
}

.achieve-sl-count {
	position: relative
}

.achieve-sl .achieve-sl-count:after {
	content: "";
	position: absolute;
	right: 0;
	top: 10px;
	width: 70%;
	height: 6px;
	background: rgba(255, 255, 255, 0.4);
	border-radius: 10px;
}

.achieve-sl-count {
	font-size: 48px;
	font-weight: 500;
	margin-bottom: 30px;
}

.achieve-sl-year {
	font-size: 22px;
	font-weight: 500;
}

.achieve-slider .slick-prev:before,
.achieve-slider .slick-next:before {
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: white;
	font-family: bootstrap-icons !important;
	font-size: 42px;
}

.achieve-slider .slick-next:before {
	content: "\f27b";
}

.achieve-slider .slick-prev:before {
	content: "\f27a";
}


.contact-info-form {
	padding: 80px 0
}

.contact-info-title {
	font-size: 22px;
	font-weight: 600
}

.contact-info-email a {
	font-size: 54px;
	font-weight: 800;
	text-decoration: none;
	color: #0c5cd4;
	line-height: 64px;
}

.toll-no {
	margin-top: 110px;
}

.toll-no .title {
	font-size: 18px;
	font-weight: 600;
	line-height: 20px;
	margin-bottom: 5px;
}

.toll-no .toll-link a {
	text-decoration: none;
	color: #000;
	font-weight: 700;
	font-size: 28px;
	line-height: 30px;
}

.toll-no .toll-meta {
	font-weight: 600;
	border-bottom: 2px solid #000;
	padding: 10px 0;
	display: inline-flex;
}

.contact-page-form p {
	font-size: 18px;
	font-weight: 600
}

.contact-form {
	background: #fff;
}

.contact-form form {
	padding-top: 60px;
}

.contact-form form .btn-submit {
	background: #000;
	border-color: #000;
	border-radius: 0;
	padding: 14px 60px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
}

.contact-form form .form-control {
	border: 0 none;
	border-bottom: 1px solid #000;
	background: none;
	border-radius: 0;
	padding: 10px 10px 10px 0;
}

.contact-info-locations {
	padding: 0 0 80px;
	position: relative
}

.contact-info-locations:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #eaebec;
	min-height: 320px;
	z-index: -1
}

.contactab#myTab {
	margin-top: -90px;
}

/*@media (max-width: 991px) {
  .tab-content > .tab-pane {
    display: block;
    opacity: 1;
  }
}*/

.contact-info-locations #myTab.nav-tabs {
	border: 0 none;
	margin-bottom: 85px;
}

.contact-info-locations #myTab.nav-tabs .nav-item {
	margin-right: 60px;
}

.contact-info-locations #myTab.nav-tabs .nav-link {
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 700;
	color: #999;
	padding: 10px 0
}

.contact-info-locations #myTab.nav-tabs .nav-link,
.contact-info-locations #myTab.nav-tabs .nav-link.active,
.contact-info-locations #myTab.nav-tabs .nav-link:hover,
.contact-info-locations #myTab.nav-tabs .nav-link:focus {
	border: 0 none !important;
	background: none;
	color: #000;
	position: relative;
}

.contact-info-locations #myTab.nav-tabs .nav-link.active:after {
	content: "";
	position: absolute;
	bottom: 0;
	border-bottom: 4px solid #000;
	width: 100%;
	left: 0
}

.contact-info-locations #myTabContent.tab-content {
	border: 0 none;
}

.contact-info-locations #myTabContent.tab-content .accordion-item {
	border: 0 none;
	padding: 0;
	background: none;
}

.contact-info-locations #myTabContent.tab-content .accordion-item .accordion-body {
	padding: 0
}


.service-stats-counter .counter-box {
	position: relative;
}

.service-stats-counter .counter-box {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.service-stats-counter .counter-box img {
	position: absolute;
	top: 0;
	left: 0
}

.service-stats-counter .counter {
	font-size: 42px;
	color: #fff;
	font-size: 34px;
	line-height: 34px;
}

.service-stats-counter .counter-box p {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
}

.service-stats-counter {
	background: #013e53;
	margin: 0;
	padding: 0;
}

/*.service-stats-counter{display:flex; padding:45px 45px 45px 0; border-radius:25px; flex-wrap:wrap; position:relative}*/
.service-stats-counter {
	display: flex;
	padding: 45px 45px 45px 45px;
	border-radius: 0 25px 25px 25px;
	top: -22px;
	position: relative;
	flex-wrap: wrap;
	position: relative
}

.service-stats-counter:before {
	content: "";
	position: absolute;
	left: -74%;
	bottom: 0;
	height: 100%;
	width: 100%;
	/*background: #1b49b9;*/
	border-radius: 20px;
	z-index: 0;
}

.zindx20 {
	z-index: 20
}

.service-stats-counter li {
	list-style: none;
	flex: 0 0 33.33%;
}

.service-stats-counter li:nth-child(odd) .counter-box {
	background: rgba(255, 255, 255, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.3);
}

.circle-bg1 {
	position: absolute;
	bottom: -12%;
	left: -15%;
	z-index: -1;
}

.service-stats-counter li:nth-child(even) .counter-box {
	background: none;

}

.service-stats-counter li .counter-box {
	padding: 25px;

	margin-left: -1px;
	min-height: 150px;
}

.service-inner-icon {
	background: #013e53;
	display: inline-block;
	width: 60px;
	height: 60px;
	padding: 10px;
	border-radius: 7px;
	position: absolute;
	left: 28px;
	top: -30px;
}

.service-inner-icon::after {
	content: "";
	width: 1px;
	height: 80px;
	position: absolute;
	left: 50%;
	bottom: -80px;
	background: #999;
}

.section-service-intro {
	padding: 40px 0 0;


}

.bg-service-overlay {
	content: "";
	top: 0;
	position: absolute;
	left: 15%;
	right: 15%;
	width: 70%;
	background: #eef4fd;
	border-radius: 0 0 30px 30px;
	height: 110%;
	z-index: -1
}

.service-boxHorz {
	padding: 45px 45px 45px 110px;
	border-radius: 10px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	position: relative;
	background: #fff
}

.service-boxHorz h3 {
	font-size: 28px;
	color: #013e53;
	margin-bottom: 10px;
	font-weight: 600
}

.service-boxHorz p {
	font-size: 15px;
	line-height: 24px;
	color: #7e7e7e;
}

.cta-wrap1 {
	background: url(../images/shape-cta.png) no-repeat 0 0 #013e53;
}

.cta-box {
	padding: 80px 90px;
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 0
}

.cta-box .cta-title {
	font-size: 36px;
	line-height: 44px;
	font-weight: 700;
	color: #fff;
	flex: 0 0 60%;
}

.cta-box .btn.btn-primary {
	background: #fff;
	color: #013e53;
	border-color: #fff;
	padding: 15px 45px;
	font-weight: 700;
	font-size: 20px;
	border-radius: 0
}

.cta-box .btn.btn-primary i {
	margin-right: 20px;
	font-size: 20px
}

.service-tech {
	padding: 100px 0 80px
}

.tech-list {
	margin: 0;
	padding: 50px 40px 20px 40px;
	border: 1px solid #ddd;
	margin-top: 50px;
}

.tech-list a {
	text-align: center;
	text-decoration: none;
}

.tech-list li {
	list-style: none;
	margin-bottom: 30px;
}

.tech-list li .tlist {
	/*border:1px solid #ddd;*/
	background: #013e53;
	color: #fff;
	font-weight: 600;
	font-size: 20px;
	text-align: center;
	padding: 20px 30px;
	height: 100%;
	align-items: center
}

.intro-product-main-desc.tech {
	font-size: 27px;
	line-height: 38px;
}

.cta-wrap2 {
	background: url(../images/lines-wave-bg.png) no-repeat -20% 0 #092537
}

.cta-box2 {
	padding: 80px 90px;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	border-radius: 0
}

.cta-box2 .cta-title {
	font-size: 36px;
	line-height: 44px;
	font-weight: 700;
	color: #fff;
	flex: 0 0 60%;
}

.cta-box2 .btn {
	color: #fff;
	border-color: #fff;
	padding: 15px 45px;
	font-weight: 700;
	font-size: 20px;
	border-radius: 0;
	margin-top: 20px;
}

.cta-box2 .btn:hover {
	background: #fff;
	color: #e05a7b
}

.cta-box2 .btn.btn-primary i {
	margin-right: 20px;
	font-size: 20px
}

.btn-cta-style-white {
	border-color: #fff;
	border-radius: 0;
	padding: 15px 45px;
	font-weight: 700;
	font-size: 20px;
	color: #fff;
}

.cta-box-left {
	flex: 0 0 70%
}

.service-faq {
	padding: 0 0 80px;
}

.cta-wrap3 {
	background: url(../images/lines-wave-bg.png) no-repeat -20% 0 #013e53
}

.cta-box3 {
	padding: 10px 10px;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	border-radius: 0
}

.cta-box3 .cta-title {
	font-size: 36px;
	line-height: 44px;
	font-weight: 700;
	color: #fff;
	flex: 0 0 60%;
	margin-bottom: 30px;
	margin-top: 30px;
}

.cta-box3 .cta-content {
	color: #fff;
	margin-bottom: 20px;
}

.cta-box3 img {
	margin: 0px 20px;
	width: 100%;
	max-width: -webkit-fill-available;
}

.faq-accordion-area {
	margin-top: 47px;
}

.faq-accordion-area .accordion .accordion-item {
	background: transparent;
	margin-bottom: 30px;
	border: 1px solid #ddd;
	border-radius: 6px;
}

.faq-accordion-area .accordion .accordion-item:last-child {
	margin-bottom: 0;
}

.faq-accordion-area .accordion .accordion-item .accordion-header button {
	border: 1px solid #414857;
	background: transparent;
	border-radius: 5px;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	height: 70px;
	align-items: center;
	display: flex;
	padding: 0 60px 0 35px;
}

@media only screen and (max-width: 575px) {
	.faq-accordion-area .accordion .accordion-item .accordion-header button {
		font-size: 14px;
	}
}

.faq-accordion-area .accordion .accordion-item .accordion-header button[aria-expanded=true] {
	border: 1px solid transparent;
	background: #fff;
	color: #1C2539;
	border-radius: 5px 5px 0 0;
}

.faq-accordion-area .accordion .accordion-item .accordion-header button[aria-expanded=true]::after {
	content: "\f286";
	font-family: bootstrap-icons !important;
	background-image: none;
	top: -5px;
	position: relative;
}

.faq-accordion-area .accordion .accordion-item .accordion-header button span {
	color: var(--color-primary);
	margin-right: 10px;
	min-width: max-content;
}

.faq-accordion-area .accordion .accordion-item .accordion-header button:focus {
	box-shadow: none;
}

.faq-accordion-area .accordion .accordion-item .accordion-header button::after {
	content: "\f282";
	font-family: bootstrap-icons !important;
	background-image: none;
	top: -5px;
	position: relative;
	transform: none;
	color: var(--color-primary);
}

.faq-accordion-area .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
	box-shadow: none;
}

.faq-accordion-area .accordion .accordion-body {
	background: #fff;
	border-radius: 0 0 5px 5px;
	padding: 10px 35px 35px 35px;
}

.img-faq {
	max-width: 30%;
}

.inner-contact-form {
	width: 460px;
	padding: 35px 30px;
	background: #fff;
	border-radius: 15px;
	color: #000
}

.inner-contact-form .form-title {
	color: #585858;
	font-size: 22px;
	font-weight: 500;
}

.inner-contact-form .form-desc {
	padding-bottom: 15px;
	margin-bottom: 18px;
	border-bottom: 1px solid #eee;
	font-size: 14px;
	color: #7e7e7e;
}

.inner-contact-form form .form-control {
	background: #f3f4f6
}

.inner-contact-form form label {
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 3px;
	color: #585858;
}

.inner-contact-form form .btn-form-submit {
	background: #013e53;
	width: 100%;
	color: #fff;
	font-weight: 500;
	padding: 15px
}

.inner-banner-content-info {
	padding-top: 140px;
}

.inner-contact-form {
	position: relative;
	top: 70px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1)
}

.inner-contact-form form .form-control:focus {
	outline: 0 none;
	box-shadow: none;
}

.inner-contact-form form textarea.form-control {
	height: 120px;
}

.service-why-choose-us {
	padding-top: 70px;
}

.text-blue {
	color: #013e53
}

.fw-600 {
	font-weight: 600
}

.techstack-v2 ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -1px;
}

.techstack-v2 ul li {
	list-style: none;
	flex: 0 0 33.333%;
	padding: 35px 40px;
	border: 1px solid #cccccc;
	margin-top: -1px;
	margin-right: -1px;
	position: relative
}

.techstack-v2 ul li strong {
	display: block;
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 15px;
}

.techstack-v2.border-top-bottom {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.techstackv2-icon {
	opacity: 0.2
}

.techstackv2-title {
	font-size: 20px;
	font-weight: 700;
	color: #1b49b9;
}

.techstackv2-listbar ul {
	margin: 0;
	padding: 0;
	display: block
}

.techstackv2-listbar ul li {
	list-style: none;
	border: 0 none;
	padding: 5px 0;
}

.techstackv2-box {
	display: flex;
}

.techstackv2-sidebar {
	flex: 0 0 40%
}

.techstackv2-listbar {
	flex: 0 0 60%;
	padding-left: 30px;
}

.services-awads {
	padding: 100px 0 120px
}

.awards-list {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 60px;
}

.awards-list li {
	list-style: none;
	flex: 0 0 19%;
	text-align: center;
	min-height: 140px;
	position: relative;
	line-height: 20px;
}

.awards-list li img {
	margin-bottom: 10px;
}

.awards-list li:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	border-bottom: 6px solid #b2d9ff;
	width: 100%;
}

.techstack-v3-heading {
	background: #1f6ae7;
	padding: 90px 100px;
	color: #fff;
}

.techstack-v3-content {
	padding-left: 65px;
}

.services-techstack-v3 {
	background: url(../images/techstack-v3-bg.png) no-repeat 0 0;
	background-size: contain;
	padding-top: 130px;
	padding-bottom: 220px;
}

#accordiontechv3 .accordion-item {
	border: 0 none;
}

#accordiontechv3 .accordion-button {
	font-size: 20px;
	padding: 8px 0;
	font-weight: 700;
	color: #1b49b9
}

#accordiontechv3 .accordion-button:not(.collapsed) {
	background: none;
	box-shadow: none;
	border: 0 none;
	outline: 0 none;
}

#accordiontechv3 .accordion-button:focus {
	border: none;
	outline: none;
	box-shadow: none;
}

#accordiontechv3 .accordion-button:after {
	order: -1;
	margin-left: 0;
	margin-right: 1em;
}

#accordiontechv3 .accordion-body {
	padding-left: 40px;
}

.techstack-v3-list {
	margin: 0;
	padding: 0
}

.techstack-v3-list li {
	position: relative;
	list-style: none;
	padding-left: 30px;
}

.techstack-v3-list li:before {
	content: "\f26e";
	font-family: bootstrap-icons !important;
	font-size: 22px;
	top: 1px;
	position: absolute;
	left: 0
}

.our-approach-v2-banner {
	padding-left: 90px;
	position: relative
}

.our-approach-v2-banner:before {
	content: "";
	position: absolute;
	left: 0;
	top: 15%;
	height: 70%;
	width: 90px;
	background: #013e53;
}

.section-our-approach-v2 {
	margin-top: 40px;
}

.our-approach-v2-header {
	background: #fff;
	padding: 30px;
}

.section-our-approach-v2 {
	background: #efefef;
	position: relative
}

.section-our-approach-v2::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 30%;
	background: #fff;
}

.our-approach-v2-header {
	margin-top: -100px;
	z-index: 20;
	position: relative
}

.approach-v2-list {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	margin: 0 -0.5%;
	padding: 60px 0;
}

.approach-v2-list li {
	list-style: none;
	flex: 0 0 19%;
	margin: 0 0.5%;
}

.approach-process-step {
	padding: 50px 30px 35px;
	background: #fff;
	height: 100%;
	position: relative;
}

.step-content {
	font-weight: 600;
	line-height: 22px;
}

.step-lbl {
	font-size: 15px;
	font-weight: 600;
	color: #838282;
	margin: 10px 0;
}

.app-process-sc {
	border: 1px solid #ddd;
	position: absolute;
	width: 38px;
	height: 38px;
	font-size: 15px;
	color: #000;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	top: -18px;
	right: 24px;
	background: #fff;
}

.section-whychoose-v3-header {
	padding-top: 80px;
	padding-bottom: 40px;
}

.section-whychoose-v3-body {
	position: relative;
	padding-top: 64px;
	padding-bottom: 60px;
}

.section-whychoose-v3-body:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 230px;
	background: #013e53;
	z-index: -1
}

.whychoose-v3-box {
	background: #fff;
	padding: 48px 64px;
	border: 1px solid #e2e2e2;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
	height: 100%;
	transition: all 0.5s;
	position: relative;
}

.whychoose-v3-title {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 12px;
	color: #585858;
}

.whychoose-v3-desc {
	font-size: 14px;
	line-height: 18px;
	color: #7e7e7e;
}

.whychoose-v3-circle {
	border-radius: 50%;
	position: absolute;
	right: 0;
	top: -65%;
	z-index: 0;
}

.whychoose-v3-box:hover {
	background: #013e53;
	border-color: #013e53
}

.whychoose-v3-box:hover .whychoose-v3-title,
.whychoose-v3-box:hover .whychoose-v3-desc {
	color: #fff;
}

.casestudy-v2-header span {
	display: block;
	font-size: 28px;
	line-height: 30px;
}

.section-casestudy-v2 {
	padding-top: 120px;
	position: relative;
	padding-bottom: 100px;
}

.casestudy-v2-banner {
	padding-right: 80px;
	position: relative;
	margin-top: 30px;
}

.casestudy-v2-banner:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 280px;
	height: 120%;
	background: #23b9ff;
	z-index: -1;
	top: -10%;
}

.casestudy-v2-box {
	background: url(../images/lines-wave-bg.png) no-repeat top right #ddecf9;
	background-size: contain;
	padding: 35px;
	border-radius: 12px;
	margin-bottom: 20px;
	min-height: 160px;
	transition: all 0.5s;
}

.casestudy-v2-box:hover {
	background: url(../images/lines-wave-bg-white.png) no-repeat top right #0d77df;
	background-size: contain
}

.casestudy-v2-list {
	margin-right: -70px;
}

.casestudy-v2-list {
	margin-right: -70px;
	position: relative;
	z-index: 30;
	margin-top: 180px;
}

.casestudy-v2-box h3 a {
	text-decoration: none;
	font-size: 24px;
	font-weight: 700;
	color: #1870c6
}

.casestudy-v2-box:hover h3 a {
	color: #fff;
}

.section-casestudy-v2::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 55%;
	background: #f8f8f8;
	z-index: -1;
}

#formRquestQuote .inner-contact-form {
	top: 0;
	box-shadow: none;
	border-radius: 0;
}

.grid {
	position: relative;
	list-style: none;
	text-align: center;
	display: flex;
	justify-content: start;
	flex-wrap: wrap;

}

/* Common style */

.service-portfolio {
	padding: 170px 0 60px;
	position: relative;
	margin-top: 60px;
}

.bg-service-portfolio-overlay {
	content: "";
	top: -13%;
	position: absolute;
	left: 15%;
	right: 15%;
	width: 70%;
	background: #eef4fd;
	border-radius: 30px 30px;
	height: 100%;
	z-index: -1;
}

.grid figure {
	position: relative;
	overflow: hidden;
	min-width: 320px;
	max-width: 480px;
	max-height: 280px;
	width: 32%;
	background: #fff;
	text-align: center;
	cursor: pointer;

}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption>a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption>a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

figure.effect-layla {
	background: none;
}

figure.effect-layla img {
	height: auto;
	width: 100%;
}

figure.effect-layla figcaption {
	padding: 3em;
}

figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after {
	position: absolute;
	content: '';
	opacity: 0;
}

figure.effect-layla figcaption::before {
	top: 50px;
	right: 30px;
	bottom: 50px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

figure.effect-layla figcaption::after {
	top: 25px;
	right: 40px;
	bottom: 25px;
	left: 40px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

figure.effect-layla h2 {
	padding-top: 10%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	opacity: 0;
	font-size: 22px;
}

figure.effect-layla p {
	padding: 0.5em 2em;
	text-transform: none;
	opacity: 0;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
}

figure.effect-layla img,
figure.effect-layla h2 {
	-webkit-transform: translate3d(0, -30px, 0);
	transform: translate3d(0, -30px, 0);
}

figure.effect-layla img,
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after,
figure.effect-layla p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-layla:hover img {
	opacity: 0.7;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

figure.effect-layla:hover figcaption::before,
figure.effect-layla:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-layla:hover h2,
figure.effect-layla:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

figure.effect-layla:hover figcaption::after,
figure.effect-layla:hover h2,
figure.effect-layla:hover p,
figure.effect-layla:hover img {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

.service-portfolio-header {
	background: #1b49b9;
	padding: 60px 50px;
	border-radius: 15px;
	color: #fff;
	margin-top: -150px;
	position: relative;
	z-index: 99;
}

.contact-info-box {
	background: #fff;
	border: 1px solid #ddd;
	padding: 30px;
}

.contact-info-box .location-city {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
}

.contact-info-box .address {
	margin-bottom: 40px;
}

.contact-info-box .location-phone a {
	text-decoration: none;
	color: #000;
	font-weight: 600
}

.contact-info-box .toll-free-no {
	margin-top: 40px;
}

.contact-info-box .toll-free-no .tf-lbl,
.contact-info-box .toll-free-no .tf-no {
	font-weight: 700;
	text-decoration: none;
}

.contact-info-box .toll-free-no .tf-info {
	font-size: 14px;
}

.contact-slider-india .contact-info-box {
	background: #fff;
	border: 1px solid #ddd;
	padding: 30px;
	margin: 0 10px;
	min-height: 420px;
}

.contact-info-box {
	background: #fff;
	border: 1px solid #ddd;
	padding: 30px;
	margin: 0 10px;
}

.contact-slider-india .slick-prev:before,
.contact-slider-india .slick-next:before {
	color: #000
}

.contact-info-locations #myTabContent.tab-content .accordion-button {
	border: 1px solid #ddd;
	border-radius: 0 !important;
}

.accordion-button:focus {
	box-shadow: none;
	outline: 0 none;
}

@media only screen and (max-width:567px) {
	.insight-list li {
		flex: 0 0 100%;
	}

	.slide,
	.home-banner-slider {
		height: 100%;
		min-height: 440px;
	}

	.home-banner-slide .slick-slide {
		padding-top: 40px;
	}

	.home-banner-slider .banner-content h2 {
		font-size: 34px;
		line-height: 36px;
		padding-left: 0;
	}

	.home-banner-slider .banner-content {
		padding-top: 80px;
		padding-bottom: 60px
	}

	header .fixed-top {
		left: 0;
		right: 0;
		padding-top: 20px;
	}

	.home-banner-slide .slick-prev {
		left: 16px;
	}

	.home-banner-slide .slick-next {
		left: 40%;
	}

	.testimonial-wrap .slick-prev,
	.testimonial-wrap .slick-next {}

	.testimonial-wrap .slick-prev {
		left: 0;
	}

	.testimonial-wrap .slick-next {
		left: 200px;
	}

	.testimonial-wrap .slick-prev,
	.testimonial-wrap .slick-next {
		bottom: -158px;
	}

	.footer-slogan {
		font-size: 24px;
		line-height: 34px;
	}

	.footer-slogan br {
		display: none;
	}

	.footer-contact {
		margin-top: 30px;
	}

	.certification-logos {
		max-width: 100%
	}

	.footer-bottom .col {
		flex: 0 0 50%
	}

	.slider-nav-thumbnails .slick-slide {
		display: none;
	}

	.grid figure {
		min-width: 100%;
		max-width: 480px;
		width: 48%;
	}

	.grid figure {
		max-height: 155px;
	}

	.bg-service-portfolio-overlay {
		top: -65px;
	}

	.service-portfolio {
		padding: 60px 0 60px;
	}

	.products-keyfeatures ul li {
		flex: 0 0 100%;
		margin-right: 0;
		max-width: 100%;
	}
}

@media only screen and (min-width:568px) and (max-width:767px) {
	.insight-list li {
		flex: 0 0 45%;
	}

	.home-banner-slide .slick-slide {
		padding-top: 40px;
	}

	.slider-nav-thumbnails {
		margin-top: -88px;
	}

	.slider-nav-thumbnails img {
		width: 65px;
	}

	.home-banner-slider .banner-content h2 {
		font-size: 42px;
		line-height: 42px;
		padding-left: 0;
	}

	.home-banner-slider .banner-content p {
		font-size: 16px;
	}

	.home-banner-slider .btn-banner-cta {
		margin-top: 0;
	}

	header .navbar-brand {
		margin-left: 20px;
	}

	.slider-nav-thumbnails .slick-slide {
		display: none;
	}

	.slide,
	.home-banner-slider {
		height: 100%;
		min-height: 440px;
	}

	.home-banner-slide .slick-slide {
		padding-top: 40px;
	}

	.home-banner-slider .banner-content h2 {
		font-size: 34px;
		line-height: 36px;
		padding-left: 0;
	}

	.home-banner-slider .banner-content {
		padding-top: 80px;
		padding-bottom: 60px
	}

	header .navbar-brand {
		flex: 0 0 90px;
	}

	header .fixed-top {
		left: 5%;
		right: 10%;
		padding-top: 10px;
	}

	.home-banner-slide .slick-prev {
		left: 5%;
	}

	.home-banner-slide .slick-next {
		left: 25%;
	}


	.testimonial-wrap .slick-prev,
	.testimonial-wrap .slick-next {
		padding: 15px 50px;
	}

	.testimonial-wrap .slick-prev {
		left: 0;
	}

	.testimonial-wrap .slick-next {
		left: 80px;
	}

	.testimonial-wrap .slick-prev,
	.testimonial-wrap .slick-next {
		bottom: -75px;
	}

	.footer-slogan {
		font-size: 18px;
		line-height: 22px;
	}

	.footer-contact {
		margin-top: 0;
	}

	.footer-contact li {
		padding-left: 72px;
		min-height: 56px;
	}

	.footer-contact li a {
		font-size: 22px;
	}

	.certification-logos {
		max-width: 85%
	}

	.footer-bottom .col {
		flex: 0 0 33%;
		margin-bottom: 30px
	}

	footer {
		padding: 80px 0 0;
	}

	.grid figure {
		max-height: 155px;
		min-width: 275px;
		width: 48%;
	}


}

@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu {
		display: none;
	}

	.navbar .nav-item:hover .nav-link {}

	.navbar .nav-item:hover .dropdown-menu {
		display: block;
	}

	.navbar .nav-item .dropdown-menu {
		margin-top: 0;
	}

	.cta-wrap3 {
		padding: 80px;
	}
}

@media all and (max-width: 991px) {
	.cta-wrap3 {
		padding: 40px;
	}
}

@media only screen and (max-width:767px) {
	.cta-box-left {
		text-align: center;
	}

	.cta-box2 {
		text-align: center;
	}

	.navbar-fixed {
		height: 80px;
	}

	header .navbar-brand {
		margin-left: 20px;
	}

	button.navbar-toggler {
		background: #fff;
		border-radius: 0;
		padding: 3px 8px;
		margin-right: 20px;
	}

	.blue-layer {
		display: none;
	}

	.banner-count-caption {
		display: none
	}

	#navbarSblContent .navbar-nav .nav-link {
		color: #000;
		border-bottom: 1px solid #eee;
	}

	.navbar-nav .dropdown-menu {
		margin: 10px;
	}

	.home-banner-slider .banner-content p {
		padding-left: 0%;
	}

	.home-banner-slider .btn-banner-cta {
		margin-left: 0;
	}

	.home-banner-slide .slick-prev,
	.home-banner-slide .slick-next {
		bottom: 0
	}

	.insight-list li .insight-photo {
		height: 200px !important
	}

	header ul.navbar-nav {
		background: #fff;
		position: absolute;
		width: 100%;
	}

	.counters {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.stat-counter-box {
		width: 144px;
		height: 92px;
		padding-left: 12px;
		padding-right: 40px;
		margin-bottom: 20px;
	}

	.stat-counter-box .count {
		font-size: 26px;
	}

	.stat-counter-box .count {
		margin-bottom: 3px;
	}

	.stat-counter-box.cbox2.mt-30 {
		margin-top: 0 !important
	}

	.stat-counter-box.cbox3.mt-30 {
		margin-top: 0 !important
	}

	.home-banner-slider .banner-content:after {
		border: 0 none;
	}

	.sec-title {
		font-size: 20px;
		line-height: 26px;
	}

	.service-img3 {
		right: 0;
	}

	.home-intro {
		padding-top: 45px;
	}

	.sec-sub-title {
		font-size: 22px;
		line-height: 32px;
	}

	.img-intro {
		margin-top: 40px;
	}

	.pe-80 {
		padding-right: 15px;
	}

	.mb-20 {
		margin-bottom: 10px;
	}

	.pt40 {
		padding-top: 20px;
	}

	.service-img2,
	.service-img3 {
		display: none;
	}

	.home-services {
		background-image: none;
	}

	.service-box {
		min-height: auto;
		margin-bottom: 20px;
	}

	.service-box .service-action h3 {
		padding-top: 30px;
	}

	.industries-list {
		margin-top: 30px;
		margin-bottom: 20px;
	}

	.industries-list li img {
		display: none;
	}

	.insight-list {
		flex-wrap: wrap;
	}

	.insight-list .insight-title {
		margin-top: 20px;
	}

	.insight-list .insight-desc {
		min-height: auto;
	}

	.insight-list li {
		margin-bottom: 40px;
	}

	.home-Industries-insights {
		padding-bottom: 0
	}

	.home-success-stores .header-part {
		padding-top: 130px;
	}

	.testimonial-box {
		margin-top: 0;
	}

	.testim-content {
		padding: 30px;
	}

	.testim-content .testim-info {
		font-size: 20px;
		padding-left: 30px;
	}

	.testim-content .testim-info:before {
		width: 20px;
	}

	.home-success-stores {
		padding-bottom: 40px
	}

	.footer-contact li:nth-child(1) .contact-icon,
	.footer-contact li:nth-child(2) .contact-icon {
		border-radius: 8px;
		width: 42px;
		height: 42px;
	}

	.footer-contact li .contact-icon i {
		font-size: 22px;
	}

	.footer-contact li {
		padding-left: 58px;
	}

	.footer-bottom {
		padding: 20px 15px;
	}

	.home-Industries-insights .mt-100 {
		margin-top: 50px;
	}

	.insight-list::before {
		display: none;
	}

	.footer-bottom .col:nth-child(1) {
		order: 5;
	}

	.footer-bottom .col:nth-child(6) {
		order: 6;
	}

	.footer-bottom .col:nth-child(2) {
		order: 3;
	}

	.sbl-ftLink {
		margin-bottom: 30px;
	}

	.footer-contact li {
		justify-content: start;
	}

	#navbarSblContent .navbar-nav .nav-link {
		position: relative
	}

	#navbarSblContent .navbar-nav .nav-link:after {
		position: absolute;
		right: 25px;
		top: 18px;
	}

	.section-inner-banner .fig-inner-banner {
		object-fit: cover;
		height: 100%;
		position: absolute
	}

	.banner-inner-content .h1 {
		font-size: 36px;
		line-height: 40px;
		;
	}

	.banner-inner-content .h1+p,
	.banner-inner-content .h1+.p {
		font-size: 18px;
		line-height: 26px;
	}

	.banner-inner-content {
		padding-bottom: 20px;
	}

	.service-stats-counter .col {
		flex: 0 0 auto;
		width: 50%;
		margin-bottom: 15px;
	}

	.service-stats-counter .counter {
		font-size: 24px;
	}

	.service-stats-counter .counter-box {
		border: 1px solid #ddd;
		padding: 8px;
		height: 100%;
	}

	.service-stats-counter .counter-box p {
		font-size: 16px;
		line-height: 24px;
	}

	.section-products-intro {
		padding: 40px 0;
	}

	.mt-80 {
		margin-top: 40px;
	}

	.services-by-industries .responsive-tab-menu ul li.nav-item .nav-link {
		background: none;
	}

	.responsive-tab-menu .nav-tabs-dropdown:after {
		display: none
	}

	.services-by-industries .responsive-tab-menu ul li.nav-item .nav-link.active:after {
		right: 0;
		width: 50px;
	}

	.services-by-industries .responsive-tab-menu ul {
		padding: 20px 20px;
		margin-bottom: 30px;
	}

	.responsive-tab-menu .responsive-tab-content .tab-content>.tab-pane {
		display: none;
		opacity: 0
	}

	.services-by-industries .responsive-tab-menu .responsive-tab-content {
		width: 100%
	}

	.services-by-industries .responsive-tab-menu .responsive-tab-content .tab-inner {
		padding: 30px;
	}

	.product-industries-wrap {
		padding: 0 0 40px;
	}

	#accorIndus .accordion-button {
		padding: 20px 20px;
		padding-right: 40px;
		font-size: 18px;
	}

	#accorIndus .accordion-body {
		padding: 0 20px 20px 20px;
	}

	#accorIndus .accordion-button::after {
		position: absolute;
		right: 10px;
		top: 20px;
	}

	.cta-box {
		padding: 25px;
		flex-direction: column;
	}

	.cta-box .cta-title {
		font-size: 26px;
		line-height: 32px;
		margin-bottom: 20px;
	}

	.cta-box .btn.btn-primary {
		position: relative;
		padding: 15px 20px;
		text-align: left;
		padding-left: 55px;
		line-height: 22px;
	}

	.cta-box .btn.btn-primary i {
		position: absolute;
		left: 15px;
		top: 15px
	}

	.intro-product-main-desc.tech {
		font-size: 20px;
		line-height: 32px;
	}

	.service-tech {
		padding: 60px 0 40px;
	}

	.tech-list {
		padding: 25px 15px 12px;
	}

	.tech-list li .tlist {
		font-size: 16px;
		padding: 15px;
		font-weight: 500;
	}

	.tech-list li {
		margin-bottom: 10px;
	}

	.cta-box2 {
		padding: 25px;
	}

	.cta-box2 .cta-title {
		font-size: 24px;
		line-height: 34px;
	}

	.cta-box2 .btn {
		padding: 15px 15px;
		font-weight: 600;
		font-size: 19px;
	}

	.service-faq {
		padding: 20px 0 20px;
	}

	.faq-accordion-area .accordion .accordion-item .accordion-header button {
		padding: 10px 20px 10px 35px;
		height: auto;
		line-height: 20px;
	}

	.faq-accordion-area .accordion .accordion-item {
		margin-bottom: 15px;
	}

	.img-faq {
		margin-top: 30px;
		margin-bottom: 30px !important;
	}

	.products-case-studies {
		padding-bottom: 40px;
		padding-top: 40px;
	}

	.case-study-grid {
		margin-top: 90px;
	}

	.intro-product-main-desc {
		font-size: 18px;
		line-height: 30px;
	}

	.getstart-cta a {
		font-size: 22px;
		line-height: 30px;
	}

	.getstart-cta a i {
		font-size: 54px;
	}

	.getstart-cta {
		padding-top: 45px;
		padding-bottom: 40px;
	}

	.inner-footer-form {
		padding: 25px;
	}

	.inner-footer-form form {
		padding-top: 0;
	}

	.inner-footer-form form .row .col-md-6 {
		margin-bottom: 18px;
	}

	.inner-footer-form form .row.mb-4 {
		margin-bottom: 0 !important
	}

	.inner-footer-form form .form-check {
		margin-top: 20px;
	}

	.inner-banner-top {
		order: 1;
	}

	.inner-banner-bottom {
		order: 2
	}

	.inner-banner-content-info {
		position: relative;
	}

	.banner-inner-content {
		position: static;
		height: 475px;
	}

	.section-inner-banner.services-banner .banner-inner-content {
		position: static;
		height: auto;
	}

	.inner-contact-form .form-desc {
		line-height: 20px;
	}

	.section-service-intro {
		padding: 20px 0 0
	}

	.service-stats-counter {
		padding: 25px;
	}

	.service-stats-counter::before {
		left: 0
	}

	.service-stats-counter li .counter-box {
		padding: 20px;
		height: auto;
	}

	.service-stats-counter li {
		flex: 0 0 50%;
	}

	.service-stats-counter li .counter-box {
		background: none !important;
		border: 1px solid rgba(255, 255, 255, 0.3);
		min-height: auto
	}

	.service-boxHorz {
		padding: 30px;
	}

	.service-inner-icon {
		position: static;
		margin-bottom: 10px;
	}

	.service-boxHorz h3 {
		font-size: 22px;
	}

	.service-inner-icon:after {
		display: none;
	}

	.service-why-choose-us {
		padding-top: 40px;
	}

	.bg-service-overlay {
		height: 103%;
	}

	.techstack-v2 ul li {
		padding: 25px 20px;
		flex: 0 0 100%
	}

	.approach-v2-list {
		flex-wrap: wrap;
	}

	.approach-v2-list li {
		flex: 0 0 100%;
		margin-bottom: 30px;
	}

	.casestudy-v2-list {
		margin-right: 0;
	}

	.techstack-v2 ul {}

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

	.techstackv2-listbar {
		flex: 0 0 100%;
		padding-left: 0;
	}

	.techstackv2-listbar ul li {
		padding: 0;
		font-size: 14px;
		flex: 0 0 50%;
		padding-right: 10px;
	}

	.techstackv2-listbar ul {
		margin-top: 15px;
		display: flex;
	}

	.techstackv2-sidebar {
		display: flex;
	}

	.techstackv2-sidebar .techstackv2-icon {
		margin-right: 20px;
		flex: 0 0 48px;
	}

	.techstackv2-title {
		margin: 0 !important;
		padding: 0;
		font-size: 18px;
		line-height: 23px;
	}

	.awards-list li {
		flex: 0 0 45%;
		margin-bottom: 30px;
	}

	.awards-list li::after {
		border-bottom: 3px solid #b2d9ff;
	}

	.awards-list li img {
		max-width: 50%;
	}

	.services-awads {
		padding: 40px 0 40px;
	}

	.services-techstack-v3 {
		padding-top: 60px;
		padding-bottom: 40px;
	}

	.techstack-v3-heading {
		padding: 30px 40px;
	}

	.techstack-v3-content {
		padding-left: 0;
		padding-top: 30px;
	}

	#accordiontechv3 .accordion-button {
		font-size: 16px;
	}

	.section-our-approach-v2::before {
		height: 5%;
	}

	.our-approach-v2-banner img {
		object-fit: cover;
		height: 200px;
	}

	.our-approach-v2-banner {
		padding-left: 30px;
	}

	.our-approach-v2-banner::before {
		width: 30px;
	}

	.approach-process-step {
		padding: 30px 30px 35px;
	}

	.whychoose-v3-circle {
		position: static;
		max-width: 90%;
		margin: 0 auto 30px;
		display: block;
	}

	.section-whychoose-v3-header {
		padding-top: 40px;
	}

	.whychoose-v3-box {
		padding: 20px;
	}

	.section-casestudy-v2 {
		padding-top: 60px;
		padding-bottom: 0
	}

	.casestudy-v2-list {
		margin-top: 30px;
	}

	.service-portfolio-header {
		margin-top: 0;
	}

	.service-portfolio {
		margin-top: 60px;
	}

	.products-benefits ul li {
		flex: 0 0 48%;
		max-width: 48%;
		padding: 15px 20px;
		font-size: 14px;
		line-height: 20px;
	}

	.products-benefits ul li strong {
		font-size: 16px;
		line-height: 20px;
	}

	.sec-title br {
		display: none;
	}

	.ikeypoints {
		padding: 20px;
	}

	.industries-keypoints:before {
		display: none;
	}

	.ikeypoints ul li {
		font-size: 15px;
		line-height: 20px;
	}

	.products-keyfeatures-content {
		padding: 30px 25px;
	}

	.about-stats-counter .counter-box img {
		max-width: 64px;
	}

	.counter {
		font-size: 38px;
		line-height: 38px;
	}

	.about-stats-counter .counter-box {
		margin-bottom: 20px;
	}

	.vm-content {
		align-items: start;
		flex-direction: column;
	}

	.vm-content .vm-desc {
		padding-right: 0;
		order: 2
	}

	.vm-content .vm-icon {
		order: 1
	}

	.abt-vm-box {
		padding: 20px 20px;
	}

	.vm-content .vm-icon img {
		max-width: 68px;
	}

	.achieve-slider .slick-next {
		right: 0
	}

	.achieve-slider .slick-prev {
		left: 0;
	}

	.font22 {
		font-size: 18px;
		line-height: 26px;
	}

	.about-achievement {
		overflow-x: hidden
	}

	.achieve-sl {
		padding: 60px 20px 60px 45px;
	}

	.contact-info-email a {
		font-size: 26px;
	}

	.contact-info-title {
		font-size: 18px;
	}

	.contact-info-locations #myTabContent.tab-content>.tab-pane {
		display: block;
		margin-bottom: 20px;
	}

	.contact-info-locations #myTabContent.tab-content .accordion-item .accordion-body {
		padding: 20px;
	}

	.contact-info-locations #myTabContent .accordion-body {
		background: #fff;
		padding: 40px;
		border-radius: 0
	}

	.contact-info-locations #myTabContent.tab-content>.tab-pane.fade:not(.show) {
		opacity: 1
	}


}

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

	.banner-count-caption {
		max-width: 200px;
	}

	.home-banner-slider .banner-content h2 {
		font-family: var(--font-bebas);
		font-size: 60px;
		line-height: 60px;
	}

	.home-banner-slider .banner-content p {
		padding-left: 40%;
	}

	.blue-layer {
		left: 7px;
		max-width: 40%;
	}

	.blue-layer img {
		max-width: 80%;
	}

	.slider-nav-thumbnails img {
		width: 90px;
	}

	.slider-nav-thumbnails {
		margin-top: -185px;
		margin-left: 230px;
	}

	.home-banner-slide .slick-prev {
		left: 40%;
	}

	.home-banner-slide .slick-next {
		right: auto;
		left: 54%;
	}

	.home-banner-slider .btn-banner-cta {
		margin-left: 40%;
	}

	.counters {
		display: flex;
		justify-content: space-between;
	}

	.stat-counter-box {
		width: 208px;
		height: 133px;
		padding-left: 36px;
		padding-right: 85px;
	}

	.stat-counter-box .count {
		font-size: 36px;
	}

	.stat-counter-box.cbox2.mt-30 {
		margin-top: 0 !important
	}

	.stat-counter-box.cbox3.mt-30 {
		margin-top: 0 !important
	}

	.img-intro {
		margin-top: 40px;
	}

	.home-services .pe-80 {
		padding-right: 15px;
	}

	.industries-list {
		margin: 40px 0
	}

	.insight-list li .insight-photo {
		height: 200px !important
	}

	.insight-list .insight-title {
		font-size: 17px;
	}

	.insight-list .insight-desc {
		min-height: 200px;
	}

	.home-success-stores .header-part {
		padding-top: 160px;
	}

	.testimonial-box {
		margin-top: -30px;
	}

	.testim-content p {
		font-size: 16px;
		line-height: 22px;
	}

	.testim-content .testim-info {
		font-size: 22px;
	}

	.testim-content {
		padding: 30px;
	}

	.testimonial-wrap .slick-prev,
	.testimonial-wrap .slick-next {
		padding: 30px 40px;
	}

	.testimonial-wrap .slick-next {
		left: -81px;
	}

	.testimonial-wrap .slick-prev {
		left: -160px;
	}

	.testimonial-wrap .slick-prev,
	.testimonial-wrap .slick-next {
		bottom: -40px;
	}

	.home-banner-slider,
	.slide {
		height: 700px
	}

	.home-banner-slider .banner-content h2 {
		padding-left: 40%;
		font-size: 42px;
		line-height: 42px;
	}

	button.navbar-toggler {
		background: #fff;
		border-radius: 0;
		padding: 3px 8px;
		margin-right: 20px;
	}

	.sec-title {
		font-size: 28px;
		line-height: 34px;
	}

	.logo-footer {
		max-width: 65px;
	}

	.footer-slogan {
		font-size: 28px;
	}

	.footer-slogan br {
		display: none;
	}

	.sbl-smLink {
		flex-wrap: wrap;
	}

	.sbl-smLink li img {
		margin-bottom: 10px;
	}

	header ul.navbar-nav {
		background: #fff;
		position: absolute;
		width: 100%;
	}

	#navbarSblContent .navbar-nav .nav-link {
		color: #000;
		border-bottom: 1px solid #eee;
	}

	#navbarSblContent .navbar-nav .nav-link {
		position: relative
	}

	#navbarSblContent .navbar-nav .nav-link:after {
		position: absolute;
		right: 25px;
		top: 18px;
	}

	.navbar-nav .dropdown-menu {
		margin: 10px;
	}

	.section-inner-banner.services-banner .fig-inner-banner {
		object-fit: cover;
		height: 600px;
	}

	.section-inner-banner .fig-inner-banner {
		object-fit: cover;
		height: 600px;
	}

	.inner-contact-form .form-desc {
		line-height: 18px;
	}

	.inner-contact-form {
		padding: 25px 20px;
	}

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

	.banner-inner-content .h1+p,
	.banner-inner-content .h1+.p {
		font-size: 15px;
		line-height: 22px;
	}

	.inner-contact-form form textarea.form-control {
		height: 80px;
	}

	.banner-inner-content {
		padding-bottom: 20px;
		padding-top: 100px
	}

	.section-inner-banner.services-banner .banner-inner-content {
		padding-bottom: 20px;
	}

	#keypoints-bg {
		opacity: 0.5;
	}

	#accorIndus .accordion-button {
		font-size: 26px;
		font-weight: 500;
		padding: 10px 20px;
	}

	#accorIndus .accordion-body {
		padding: 0 20px 20px 20px;
	}

	.cta-box {
		padding: 30px 20px;
	}

	.cta-box .cta-title {
		font-size: 22px;
		line-height: 28px;
	}

	.cta-box .cta-title br {
		display: none;
	}

	.cta-box .btn.btn-primary {
		position: relative;
		padding: 15px 20px;
		text-align: left;
		padding-left: 55px;
		line-height: 22px;
	}

	.cta-box .btn.btn-primary i {
		position: absolute;
		left: 15px;
		top: 15px
	}

	.tech-list {
		padding: 30px 20px 10px 20px;
	}

	.tech-list li .tlist {
		font-weight: 500;
		font-size: 16px;
		text-align: center;
		padding: 10px 15px;
		line-height: 20px;
	}

	.testim-content {
		min-height: 280px;
	}

	.cta-box2 {
		padding: 30px 20px;
	}

	.cta-box2 .cta-title {
		font-size: 28px;
		line-height: 36px;
	}

	.cta-box2 .cta-title br {
		display: none;
	}

	.cta-box2 .btn {
		padding: 12px 35px;
		font-weight: 600;
		font-size: 18px;
	}

	.img-faq {
		position: absolute;
		left: 11px;
		max-width: 120px;
		top: 30px;
	}

	.service-faq .sec-sub-title {
		padding-left: 100px;
	}

	.case-study-grid {
		margin-top: 90px;
		padding: 0 25px 30px;
	}

	.cs-img-wrap img {
		height: 100px;
	}

	.case-study-grid h3 {
		font-size: 16px;
	}

	.products-how-getstart .intro-product-main-desc {
		font-size: 22px;
		line-height: 32px;
	}

	.inner-footer-form {
		padding: 10px 0 0 10px;
	}

	.getstart-cta a {
		font-size: 22px;
		line-height: 30px;
	}

	.getstart-cta a i {
		font-size: 54px;
	}

	.getstart-cta {
		padding-top: 45px;
		padding-bottom: 40px;
	}

	.footer-contact li .contact-icon {
		width: 62px !important;
		height: 62px !important;
	}

	.service-stats-counter:before {
		background: none;
	}

	.service-stats-counter .counter {
		font-size: 20px;
		line-height: 28px;
	}

	.service-stats-counter {
		padding: 25px;
	}

	.service-stats-counter li {
		flex: 0 0 33%;
	}

	.service-stats-counter li .counter-box {
		padding: 15px;
		min-height: 110px;
	}

	.service-stats-counter .counter-box p {
		font-size: 14px;
		line-height: 18px;
	}

	.bg-service-overlay {
		left: 10%;
		right: 10%;
		width: 80%;
		border-radius: 30px;
		height: 107%;
	}

	.pt80 {
		padding-top: 40px !important;
	}

	.service-boxHorz {
		padding: 35px;
	}

	.service-inner-icon {
		position: static;
		margin-bottom: 15px;
	}

	.service-boxHorz h3 {
		font-size: 22px;
	}

	.service-inner-icon:after {
		display: none;
	}

	.service-why-choose-us {
		padding-top: 80px;
	}

	.product-industries-wrap {
		padding: 0 0 80px;
	}

	.techstack-v2 ul li {
		flex: 0 0 50%;
		padding: 25px 20px;
	}

	.techstackv2-title {
		font-size: 16px;
		line-height: 22px;
	}

	.techstackv2-icon img {
		max-width: 48px;
	}

	.techstackv2-listbar ul li {
		font-size: 14px;
		padding: 1px 0;
	}

	.services-awads {
		padding: 60px 0 60px;
	}

	.awards-list li {
		flex: 0 0 30%;
		margin-bottom: 30px;
	}

	.awards-list li img {
		max-width: 100px;
	}

	.awards-list {
		justify-content: center;
	}

	.sec-sub-title {
		font-size: 22px;
		line-height: 32px;
	}

	.services-techstack-v3 {
		padding-top: 60px;
		padding-bottom: 80px;
	}

	.techstack-v3-heading {
		padding: 25px;
	}

	.techstack-v3-content {
		padding-left: 0;
		padding-bottom: 60px;
	}

	#accordiontechv3 .accordion-button {
		padding: 8px 15px;
		font-size: 16px;
	}

	.techstack-v3-list li {
		font-size: 14px;
	}

	.approach-v2-list {
		flex-wrap: wrap;
	}

	.approach-v2-list li {
		flex: 0 0 30%;
		margin: 0 1% 4%;
	}

	.whychoose-v3-circle {
		top: -21%;
		z-index: 0;
		max-width: 52%;
	}

	.section-whychoose-v3-header {
		padding-top: 60px;
	}

	.whychoose-v3-box {
		padding: 24px;
	}

	.section-whychoose-v3-body {
		padding-bottom: 80px
	}

	.cta-wrap2 .cta-box-left {
		flex: 0 0 50%;
	}

	.cta-wrap2 .cta-box {
		padding: 30px 0;
	}

	.sec-desc2 {
		font-size: 16px;
	}

	.casestudy-v2-box h3 a {
		font-size: 18px;
		line-height: 20px;
	}

	.casestudy-v2-box {
		padding: 10px 20px;
		min-height: auto;
		margin-bottom: 10px;
	}

	.casestudy-v2-list {
		margin-top: 80px;
	}

	.section-casestudy-v2 {
		padding-top: 60px;
		padding-bottom: 40px;
	}

	.intro-product-main-desc {
		font-size: 22px;
		line-height: 34px;
	}

	.products-benefits ul li {
		padding: 15px 20px;
		flex: 0 0 33.33%;
	}

	.products-benefits ul li strong {
		font-size: 18px;
		line-height: 22px;
	}

	.industries-keypoints::before {
		display: none;
	}

	.products-keyfeatures ul li {
		flex: 0 0 100%;
	}

	.vm-content {
		align-items: start;
		flex-direction: column;
	}

	.vm-content .vm-desc {
		padding-right: 0;
		order: 2
	}

	.vm-content .vm-icon {
		order: 1
	}

	.abt-vm-box {
		padding: 20px 20px;
	}

	.vm-content .vm-icon img {
		max-width: 68px;
	}

	.contact-info-email a {
		font-size: 30px;
	}


	.contact-info-locations #myTabContent.tab-content>.tab-pane {
		display: block;
		margin-bottom: 20px;
	}

	.contact-info-locations #myTabContent.tab-content .accordion-item .accordion-body {
		padding: 20px;
	}

	.contact-info-locations #myTabContent .accordion-body {
		background: #fff;
		padding: 40px;
		border-radius: 0
	}

	.contact-info-locations #myTabContent.tab-content>.tab-pane.fade:not(.show) {
		opacity: 1
	}


}


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

	.home-banner-slider,
	.slide {
		height: 700px
	}

	.home-banner-slider .banner-content h2 {
		padding-left: 40%;
	}

	.home-banner-slider .banner-content h2 {
		padding-left: 40%;
	}

	.banner-count-caption {
		max-width: 200px;
	}

	.home-banner-slider .banner-content h2 {
		font-family: var(--font-bebas);
		font-size: 60px;
		line-height: 60px;
	}

	.home-banner-slider .banner-content p {
		padding-left: 40%;
	}

	.blue-layer {
		left: 19px;
		max-width: 27%;
	}

	.slider-nav-thumbnails img {
		width: 110px;
	}

	.slider-nav-thumbnails {
		margin-top: -220px;
		margin-left: 422px;
	}

	.home-banner-slide .slick-prev {
		left: 41%;
	}

	.home-banner-slide .slick-next {
		right: auto;
		left: 68%;
	}

	.home-banner-slide .slick-next {
		left: 52%;
	}

	.home-banner-slider .btn-banner-cta {
		margin-left: 40%;
	}

	.sec-title {
		font-size: 34px;
		line-height: 46px;
	}

	.home-services .pe-80 {
		padding-right: 40px;
	}

	.service-box .service-action h3 {
		font-size: 22px;
	}

	.industries-list li a {
		font-size: 16px;
	}

	.insight-list .insight-desc {
		min-height: 150px;
	}

	.testim-content {
		padding: 30px;
	}

	.testimonial-box {
		margin-top: -190px;
	}

	.section-inner-banner.services-banner .section-inner-banner .fig-inner-banner {
		object-fit: cover;
		height: 600px;
	}

	.section-inner-banner .fig-inner-banner {
		object-fit: cover;
		height: 700px;
	}

	.banner-inner-content .h1 {
		font-size: 34px;
		line-height: 42px;
	}

	.banner-inner-content .h1+p,
	.banner-inner-content .h1+.p {
		font-size: 18px;
		line-height: 26px;
	}

	.banner-inner-content {
		padding-bottom: 20px;
	}

	#keypoints-bg {
		opacity: 0.5;
	}

	#accorIndus .accordion-button {
		font-size: 26px;
		font-weight: 500;
		padding: 10px 20px;
	}

	#accorIndus .accordion-body {
		padding: 0 20px 20px 20px;
	}

	.cta-box {
		padding: 30px 0;
	}

	.cta-box .cta-title {
		font-size: 28px;
		line-height: 36px;
		padding-right: 60px;
	}

	.cta-box .cta-title br {
		display: none;
	}

	.cta-box .btn.btn-primary {
		position: relative;
		padding: 15px 20px;
		text-align: left;
		padding-left: 55px;
		line-height: 22px;
		font-size: 18px;
	}

	.sec-sub-title {
		font-size: 20px;
		line-height: 32px;
	}

	.cta-box .btn.btn-primary i {
		position: absolute;
		left: 15px;
		top: 15px
	}

	.tech-list {
		padding: 30px 20px 10px 20px;
	}

	.tech-list li .tlist {
		font-weight: 500;
		font-size: 16px;
		text-align: center;
		padding: 10px 15px;
		line-height: 20px;
	}

	.testim-content {
		min-height: 280px;
	}

	.cta-box2 {
		padding: 30px 20px;
	}

	.cta-box2 .cta-title {
		font-size: 28px;
		line-height: 36px;
	}

	.cta-box2 .cta-title br {
		display: none;
	}

	.cta-box2 .btn {
		padding: 12px 35px;
		font-weight: 600;
		font-size: 18px;
	}

	.img-faq {
		position: absolute;
		left: 11px;
		max-width: 120px;
		top: 30px;
	}

	.service-faq .sec-sub-title {
		padding-left: 100px;
	}

	.case-study-grid {
		margin-top: 90px;
		padding: 0 25px 30px;
	}

	.cs-img-wrap img {
		height: 100px;
	}

	.case-study-grid h3 {
		font-size: 16px;
	}

	.products-how-getstart .intro-product-main-desc {
		font-size: 22px;
		line-height: 32px;
	}

	.inner-footer-form {
		padding: 10px 0 0 10px;
	}

	.getstart-cta a {
		font-size: 22px;
		line-height: 30px;
	}

	.getstart-cta a i {
		font-size: 54px;
	}

	.getstart-cta {
		padding-top: 45px;
		padding-bottom: 40px;
	}

	.footer-contact li .contact-icon {
		width: 62px !important;
		height: 62px !important;
	}

	.inner-contact-form form textarea.form-control {
		height: 90px;
	}

	.service-stats-counter .counter {
		font-size: 26px;
	}

	.service-boxHorz {
		padding: 45px 45px 45px 85px;
	}

	.service-boxHorz h3 {
		font-size: 22px;
	}

	.service-why-choose-us {
		padding-top: 100px;
	}

	.techstack-v2 ul li {
		padding: 25px 20px;
	}

	.techstackv2-listbar ul li {
		padding: 2px 0;
		font-size: 14px;
	}

	.techstackv2-title {
		font-size: 16px;
		line-height: 20px;
	}

	.techstackv2-icon img {
		max-width: 48px;
	}

	.awards-list li img {
		max-width: 100px;
	}

	.awards-list li img+p {
		font-size: 14px;
	}

	.techstack-v3-heading {
		padding: 25px;
	}

	.techstack-v3-content {
		padding-left: 60px;
		padding-bottom: 60px;
	}

	#accordiontechv3 .accordion-button {
		padding: 8px 15px;
		font-size: 16px;
	}

	.techstack-v3-list li {
		font-size: 14px;
	}

	.approach-v2-list {
		flex-wrap: wrap;
	}

	.approach-v2-list li {
		flex: 0 0 30%;
		margin: 0 1% 4%;
	}

	.services-techstack-v3 {
		padding-top: 100px;
		padding-bottom: 140px;
	}

	.whychoose-v3-circle {
		top: -40%;
		max-width: 50%;
	}

	.whychoose-v3-box {
		padding: 20px;
	}

	.cta-wrap2 .sec-desc2 {
		font-size: 18px;
	}

	.section-casestudy-v2 {
		padding-top: 80px;
		padding-bottom: 20px;
	}

	.casestudy-v2-box h3 a {
		font-size: 20px;
	}

	.casestudy-v2-box {
		min-height: auto;
		padding: 25px;
	}

	.casestudy-v2-list {
		margin-top: 100px;
	}

	.intro-product-main-desc {
		font-size: 22px;
		line-height: 34px;
	}

	.products-benefits ul li {
		padding: 15px 20px;
		flex: 0 0 33.33%;
	}

	.products-benefits ul li strong {
		font-size: 18px;
		line-height: 22px;
	}

	.industries-keypoints::before {
		display: none;
	}

	.contact-info-email a {
		font-size: 30px;
	}

	.contact-slider-india .contact-info-box {
		font-size: 14px;
	}

}

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

	.home-banner-slider,
	.slide {
		height: 700px
	}

	.home-banner-slider .banner-content h2 {
		padding-left: 40%;
	}

	.banner-count-caption {
		max-width: 200px;
	}

	.home-banner-slider .banner-content h2 {
		font-family: var(--font-bebas);
		font-size: 48px;
		line-height: 48px;
	}

	.home-banner-slider .banner-content p {
		padding-left: 40%;
	}

	.blue-layer {
		left: 19px;
		max-width: 27%;
	}

	.slider-nav-thumbnails img {
		width: 110px;
	}

	.slider-nav-thumbnails {
		margin-top: -200px;
		margin-left: 250px;
	}

	.home-banner-slide .slick-prev {
		left: 32%;
	}

	.home-banner-slide .slick-next {
		right: auto;
		left: 43%;
	}

	.home-banner-slider .btn-banner-cta {
		margin-left: 40%;
	}

	.sec-title {
		font-size: 30px;
		line-height: 42px;
	}

	.home-services .pe-80 {
		padding-right: 40px;
	}

	.service-box .service-action h3 {
		font-size: 22px;
	}

	.industries-list li a {
		font-size: 16px;
	}

	.insight-list .insight-desc {
		min-height: 150px;
	}

	.testim-content {
		padding: 30px;
	}

	.testimonial-box {
		margin-top: -190px;
	}

	.section-inner-banner .fig-inner-banner {
		object-fit: cover;
		height: 700px;
	}

	.banner-inner-content .h1 {
		font-size: 52px;
		line-height: 60px;
	}

	.banner-inner-content .h1+p,
	.banner-inner-content .h1+.p {
		font-size: 18px;
		line-height: 26px;
	}

	.banner-inner-content {
		padding-bottom: 20px;
	}

	#keypoints-bg {
		opacity: 0.5;
	}

	#accorIndus .accordion-button {
		font-size: 26px;
		font-weight: 500;
		padding: 10px 20px;
	}

	#accorIndus .accordion-body {
		padding: 0 20px 20px 20px;
	}

	.cta-box {
		padding: 30px 0;
	}

	.cta-box .cta-title {
		font-size: 28px;
		line-height: 36px;
	}

	.cta-box .cta-title br {
		display: none;
	}

	.cta-box .btn.btn-primary {
		position: relative;
		padding: 15px 20px;
		text-align: left;
		padding-left: 55px;
		line-height: 22px;
		font-size: 17px;
	}

	.cta-box .btn.btn-primary i {
		position: absolute;
		left: 15px;
		top: 15px;
		font-size: 17px;
	}

	.tech-list {
		padding: 30px 20px 10px 20px;
	}

	.tech-list li .tlist {
		font-weight: 500;
		font-size: 16px;
		text-align: center;
		padding: 10px 15px;
		line-height: 20px;
	}

	.testim-content {
		min-height: 280px;
	}

	.cta-box2 {
		padding: 30px 20px;
	}

	.cta-box2 .cta-title {
		font-size: 28px;
		line-height: 36px;
	}

	.cta-box2 .cta-title br {
		display: none;
	}

	.cta-box2 .btn {
		padding: 12px 35px;
		font-weight: 600;
		font-size: 18px;
	}

	.img-faq {
		position: absolute;
		left: 11px;
		max-width: 120px;
		top: 30px;
	}

	.service-faq .sec-sub-title {
		padding-left: 100px;
	}

	.case-study-grid {
		margin-top: 90px;
		padding: 0 25px 30px;
	}

	.cs-img-wrap img {
		height: 100px;
	}

	.case-study-grid h3 {
		font-size: 16px;
	}

	.products-how-getstart .intro-product-main-desc {
		font-size: 22px;
		line-height: 32px;
	}

	.inner-footer-form {
		padding: 10px 0 0 10px;
	}

	.getstart-cta a {
		font-size: 22px;
		line-height: 30px;
	}

	.getstart-cta a i {
		font-size: 54px;
	}

	.getstart-cta {
		padding-top: 45px;
		padding-bottom: 40px;
	}

	.footer-contact li .contact-icon {
		width: 62px !important;
		height: 62px !important;
	}

	.section-inner-banner .fig-inner-banner {
		object-fit: cover;
		height: 700px;
	}

	.banner-inner-content .h1 {
		font-size: 34px;
		line-height: 42px;
	}

	.inner-contact-form form textarea.form-control {
		height: 90px;
	}

	.service-stats-counter .counter {
		font-size: 26px;
	}

	.service-boxHorz {
		padding: 45px 45px 45px 85px;
	}

	.service-boxHorz h3 {
		font-size: 22px;
	}

	.service-why-choose-us {
		padding-top: 100px;
	}

	.techstack-v2 ul li {
		padding: 25px 20px;
	}

	.techstackv2-listbar ul li {
		padding: 2px 0;
		font-size: 14px;
	}

	.techstackv2-title {
		font-size: 16px;
		line-height: 20px;
	}

	.techstackv2-icon img {
		max-width: 48px;
	}

	.awards-list li img {
		max-width: 100px;
	}

	.awards-list li img+p {
		font-size: 14px;
	}

	.techstack-v3-heading {
		padding: 25px;
	}

	.techstack-v3-content {
		padding-left: 60px;
		padding-bottom: 60px;
	}

	#accordiontechv3 .accordion-button {
		padding: 8px 15px;
		font-size: 16px;
	}

	.techstack-v3-list li {
		font-size: 14px;
	}

	.approach-v2-list {
		flex-wrap: wrap;
	}

	.approach-v2-list li {
		flex: 0 0 30%;
		margin: 0 1% 4%;
	}

	.services-techstack-v3 {
		padding-top: 100px;
		padding-bottom: 140px;
	}

	.whychoose-v3-circle {
		top: -40%;
		max-width: 50%;
	}

	.whychoose-v3-box {
		padding: 20px;
	}

	.cta-wrap2 .sec-desc2 {
		font-size: 18px;
	}

	.section-casestudy-v2 {
		padding-top: 80px;
		padding-bottom: 20px;
	}

	.casestudy-v2-box h3 a {
		font-size: 20px;
	}

	.casestudy-v2-box {
		min-height: auto;
		padding: 25px;
	}

	.casestudy-v2-list {
		margin-top: 100px;
	}

	.sec-sub-title {
		font-size: 22px;
		line-height: 32px;
	}

	.intro-product-main-desc {
		font-size: 22px;
		line-height: 34px;
	}

	.products-benefits ul li {
		padding: 15px 20px;
		flex: 0 0 33.33%;
	}

	.products-benefits ul li strong {
		font-size: 18px;
		line-height: 22px;
	}

	.industries-keypoints::before {
		display: none;
	}

	.contact-info-email a {
		font-size: 30px;
	}

}

@media only screen and (min-width:1200px) and (max-width:1659px) {
	.home-banner-slider .banner-content h2 {
		font-size: 56px;
		line-height: 56px;
	}

	.home-banner-slider .banner-content h2 br {
		display: none;
	}

	.blue-layer img {
		max-width: 70%;
	}

	.blue-layer {
		left: 40px;
	}

	.slider-nav-thumbnails img {
		width: 100px;
	}

	.home-banner-slider,
	.slide {
		height: 760px;
	}

	.slider-nav-thumbnails {
		margin-top: -210px;
		margin-left: 300px;
	}

	.sec-title {
		font-size: 44px;
		line-height: 50px;
		color: #585858;
	}

	.insight-list .insight-desc {
		min-height: 110px;
	}

	.testim-content {
		padding: 35px;
	}

	.testim-content p {
		font-size: 18px;
	}

	.testim-content .testim-info {
		font-size: 24px;
	}

	.home-banner-slide .slick-next {
		right: auto;
		left: 35%;
	}

	.sec-sub-title {
		font-size: 26px;
	}

	.service-box .service-action h3 {
		font-size: 22px;
	}

	.section-inner-banner .fig-inner-banner {
		object-fit: cover;
		height: 700px;
	}

	.banner-inner-content .h1 {
		font-size: 52px;
		line-height: 60px;
	}

	.banner-inner-content .h1+p,
	.banner-inner-content .h1+.p {
		font-size: 18px;
		line-height: 26px;
	}

	.banner-inner-content {
		padding-bottom: 20px;
	}

	#keypoints-bg {
		opacity: 0.5;
	}

	#accorIndus .accordion-button {
		font-size: 26px;
		font-weight: 500;
		padding: 10px 20px;
	}

	#accorIndus .accordion-body {
		padding: 0 20px 20px 20px;
	}

	.cta-box {
		padding: 30px 20px;
	}

	.cta-box .cta-title {
		font-size: 28px;
		line-height: 36px;
	}

	.cta-box .cta-title br {
		display: none;
	}

	.cta-box .btn.btn-primary {
		position: relative;
		padding: 15px 20px;
		text-align: left;
		padding-left: 55px;
		line-height: 22px;
	}

	.cta-box .btn.btn-primary i {
		position: absolute;
		left: 15px;
		top: 15px
	}

	.tech-list {
		padding: 30px 20px 10px 20px;
	}

	.tech-list li .tlist {
		font-weight: 500;
		font-size: 16px;
		text-align: center;
		padding: 10px 15px;
		line-height: 20px;
	}

	.testim-content {
		min-height: 280px;
	}

	.cta-box2 {
		padding: 30px 20px;
	}

	.cta-box2 .cta-title {
		font-size: 28px;
		line-height: 36px;
	}

	.cta-box2 .cta-title br {
		display: none;
	}

	.cta-box2 .btn {
		padding: 12px 35px;
		font-weight: 600;
		font-size: 18px;
	}

	.img-faq {
		position: absolute;
		left: 11px;
		max-width: 120px;
		top: 30px;
	}

	.service-faq .sec-sub-title {
		padding-left: 100px;
	}

	.case-study-grid {
		margin-top: 90px;
		padding: 0 25px 30px;
	}

	.cs-img-wrap img {
		height: 100px;
	}

	.case-study-grid h3 {
		font-size: 16px;
	}

	.products-how-getstart .intro-product-main-desc {
		font-size: 22px;
		line-height: 32px;
	}

	.inner-footer-form {
		padding: 10px 0 0 10px;
	}

	.getstart-cta a {
		font-size: 22px;
		line-height: 30px;
	}

	.getstart-cta a i {
		font-size: 54px;
	}

	.getstart-cta {
		padding-top: 45px;
		padding-bottom: 40px;
	}

	.footer-contact li .contact-icon {
		width: 62px !important;
		height: 62px !important;
	}

	.section-inner-banner .fig-inner-banner {
		object-fit: cover;
		height: 700px;
	}

	.banner-inner-content .h1 {
		font-size: 34px;
		line-height: 42px;
	}

	.inner-contact-form form textarea.form-control {
		height: 90px;
	}

	.techstack-v3-content {
		padding-left: 120px;
	}

	.awards-list li img {
		margin-bottom: 10px;
		max-width: 140px;
	}

	.whychoose-v3-circle {
		top: -36%;
		max-width: 52%;
	}

	.section-casestudy-v2 {
		padding-bottom: 0
	}

}

@media only screen and (min-width:1660px) and (max-width:1720px) {
	.banner-inner-content .h1 {
		font-size: 70px;
		line-height: 70px;
	}

	.section-inner-banner .fig-inner-banner {
		object-fit: cover;
		height: 700px;
	}
}

@media only screen and (min-width: 1721px) {
	.section-inner-banner .fig-inner-banner {
		object-fit: cover;
		height: 700px;
	}
}

@media (min-width: 768px) {
	.whychoose-v3-circle {
		max-width: 40%;
	}
}

/*new spacing*/


footer.sbl_footer {
	padding: 40px 0 30px;
}

.service-faq {
	padding: 0 0 80px;
}

.home-success-stores {
	padding: 40px 0;
}

.approach-v2-list {
	padding: 30px 0;
}

.section-whychoose-v3-body {
	padding: 40px 0;
}

.section-whychoose-v3-header {
	padding: 60px 0 40px;
}

.our-value-box {
	border-top: 1px solid #444;
	padding: 15px 0 25px;
	color: #7e7e7e;
}

.section-about-values {
	padding: 0 0 30px;
}

.service-why-choose-us {
	padding-top: 10px;
}

.whychoose-v3-circle {
	top: -40%;
}

.service-tech {
	padding: 40px 0 30px;
}

.subheading {
	margin-bottom: 0;
	font-weight: 400;
	color: #7e7e7e;
}

@media only screen and (min-width: 1025px) and (max-width: 1199px) {
	.service-why-choose-us {
		padding-top: 40px;
	}
}

@media (min-width: 992px) {
	.cta-wrap3 {
		padding: 30px 0;
	}
}

@media (max-width: 991px) {
	.cta-wrap3 {
		padding: 20px 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-whychoose-v3-header {
		padding: 40px 0;
	}

	.section-whychoose-v3-body {
		padding-bottom: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.home-success-stores {
		padding: 40px 0 20px;
	}

	.approach-v2-list {
		padding: 20px 0;
	}

	.section-whychoose-v3-header {
		padding-top: 40px;
	}

	.section-whychoose-v3-header {
		padding: 30px 0;
	}

	.bg-inner-overlay {
		height: 475px;
	}

	.service-why-choose-us {
		padding-top: 30px;
	}

	.service-tech {
		padding: 40px 0 30px;
	}
}

/*readmore*/
.about-description {
	overflow: hidden;
	transition: all 0.5s ease;
}

.about-read-more {
	text-align: right;
	cursor: pointer;
	font-size: 14px;
	color: #4285f4;
}

/*slider height*/

.slide {
	height: 100%;
}


.cust_logo14225 {
	width: 170px;
}

.img-fluid {
	max-width: -webkit-fill-available;
	height: auto;
}

.accordion-button:not(.collapsed) {
	color: #013e53;
}

.about-description span {
	color: #7e7e7e;
}

.section-whychoose-v3-header p {
	color: #7e7e7e;
}

.step-content p {
	color: #585858;
}

.sbl_header_contact_button a:hover {
	background-color: #013e53;
	border: 1px solid #013e53;
}

a {
	text-decoration: none;
}

.cpyclywht{
	color: white !important;
}
.form-control-cust{    padding: 10px 12px !important;    font-size: 16px !important;    height: 37px !important;}

.blog_details_image {
	width: 100% !important;
	border-radius: 20px !important;
}

.post-content {
	margin-top: 50px;
}

.content-part {
	margin: 30px;
}

.recent-blog-divider {
	border-top: 2px dotted #000000 !important;
}

.recent-blog-title {
	font-size: 13px !important;
}

.detail_contains {
	p {
		font-size: larger !important;
		color: #363636 !important;
	}
}

.blog_image {
	height: 350px !important;
}

.blog_description {
	padding: 0 50px !important;
	p {
		font-size: larger !important;
		color: #363636 !important;
	}
}

.service_detail_contents {
	height: 220px !important;
}

.overlay {
	opacity: 0.5 !important;
	background-color: #000 !important;
}

.detail_contains_img {
	width: 70%;
	display: block;
	margin: 0 auto;
}

.service_link_anchor {
	color: inherit !important;
	text-decoration: none !important;
}