@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

/*------------global declaration------------*/
body, html {
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif;
}

a, a:hover{
	text-decoration: none;
	color: #fff;
}
ul{
	padding: 0;
	list-style: none;
}
img {
	width: 100%;
}

.container {
    max-width: 80%;
}
.btn {
    background: #E91C29;
    border-radius: 0;
    color: #fff;
    padding: 8px 28px;
    margin-top: 20px;
	font-weight: 600;
}
/*------------Header Section------------*/
.header-top {
    padding: 15px 0;
}
.header-bottom {
    background-color: #232323;
    padding: 10px 0;
}
header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo a {
    display: block;
}
.logo img {
    max-height: 50px;
}
nav ul {
    display: flex;
    margin: 0;
}
nav ul li {
    margin: 0 0 0 40px;
}
.navbar-light .navbar-nav .nav-link, .dropdown-menu a {
	color: #1e1e1e;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}
.navbar-light .navbar-nav .nav-link:focus-visible {
    outline: none;
}
.navbar-light .navbar-toggler {
    border: none;
}
.contact-info {
    text-align: right;
}
.contact-info p {
    margin: 5px 0;
	font-weight: 600;
	font-size: 16px;
}
.contact-info i {
    margin-right: 5px;
}

.header-top .contact-info {
    color: #161616;
}
.header-top .contact-info i {
	color: #E91C29;
}
.header-bottom .contact-info{
	color: #fff;
}
button.navbar-toggler:focus, button.navbar-toggler:focus-visible {
    border: none;
    outline: none;
}
.dropdown-menu {
    border: none;
    border-radius: 0;
	padding-bottom: 0;
}
.dropdown-item {
    padding: 13px 9px;
    border-bottom: 1px solid #ccc;
}
.dropdown-item:last-child{
	border-bottom: none;
}
/*------------Banner Section------------*/
.banner {
    background: url("../images/banner-bg.png") no-repeat;
    background-size: cover;
    width: 100%;
    height: 92vh;
    /* display: flex; */
    /* align-items: center; */
    /* vertical-align: middle; */
    padding: 6% 0;
}
.ld-vertcls {
    padding: 44px;
    text-align: center;
}
.ld-vertcl-img{
	position: relative;
}
.ld-vertcl-img img {
    position: relative;
    z-index: 1;
}
.ld-vertcl-img::after {
    content: '';
    position: absolute;
    bottom: -10px;
    right: -10px;
    background: #fff;
    width: 15%;
    height: 50%;
    z-index: 0;
	transition: all 0.2s ease;
	box-shadow: 3px 3px 10px rgb(0,0,0, 44%);
}
/*.ld-vertcls a:hover .ld-vertcl-img::after {
    bottom: 0;
    right: 0;
}*/
.ld-vrtcl-name {
    background: #F3B41A;
	color: #1E1E1E;
    width: 82%;
    margin: -36px auto 0;
    padding: 16px 0;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
	z-index: 2;
	box-shadow: 0 3px 3px rgb(0,0,0, 44%);
	transition: all 0.2s ease;
}
.ld-vertcls a:hover .ld-vrtcl-name {
    margin-top: -46px;
}


/*------------About Section------------*/
.about-section {
    padding: 16px 0 60px;
}
.about-section .col-lg-6 {
    display: flex;
    align-items: center;
	justify-content: center;
}
.abt-lft {
	text-align: center;
}
.abt-lft img {
    width: 46%;
}
.abt-lft img:nth-child(2) {
    margin-top: 95px;
    margin-left: -35px;
}

.abt-rht h3 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
	margin-bottom: 30px;
	position: relative;
}
.abt-rht h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 29%;
    height: 3px;
    background: #F3B31A;
}
.abt-rht p {
    text-align: justify;
}


/*------------Quality Section------------*/
.quality-section {
    background: url("../images/qlties-bg.png") no-repeat;
    background-size: cover;
}
.quality-section .row {
    margin: 0;
}
.qlty-dv {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
	padding: 80px 0;
	background: rgb(233, 28, 41, 80%);
}
.qlty-dv:nth-child(2) {
    background: rgb(35, 35, 35, 80%);
}
.qlty-icon {
    width: 55px;
}
.qlty-name {
    margin-top: 20px;
    font-weight: 500;
    font-size: 20px;
	color: #fff;
}


/*------------Client Section------------*/
.clients-section{
	position: relative;
	text-align: center;
	min-height: 100vh;
	background-repeat: no-repeat;
	padding: 60px 0;
	margin-bottom: 45px;
}
.clients-section h2 {
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 auto 26px;
    width: fit-content;
	position: relative;
}
/*.clients-section h2::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    width: 64%;
    height: 3px;
    background: #F3B31A;
}*/
.clients-section ul li {
  list-style: none;
  display: inline-block;
  padding: 10px 0px;
  margin: 5px;
}

.clients-section li a {
    text-decoration: none;
    color: #232323;
    transition: all 300ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
    padding: 10px 20px;
    border: #232323 solid 2px;
    border-radius: 50PX;
}
.clients-section li a:hover{
  background: #fff;
  color: #1db8e8;
  border-radius: 50px;
}

.clients-section ul{
	text-align: center;
}
.list{
	display: inline-block;
	margin: 0 15px;
}

.container-map {
    position: absolute;
    width: 55%;
    height: auto;
    top: 270px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.container-map img {
    width: 100%;
}
.mappa, .mappa-transparent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    mix-blend-mode: darken; 
}

.section-grey,
.section-red,
.section-yellow {
	display: none;
	z-index:1;
}

#section-1, #section-2, #section-3{
	fill: transparent;
	z-index:2;
	cursor: pointer;
	position: relative
}

.clients-section li a.over {
    background: #fff;
    border-radius: 50px;
	color: #fff;
}
.clients-section li a.red.over {
    background: #ed2d4a;
	border-color: #ed2d4a;
}
.clients-section li a.yellow.over {
    
	border-color: #f3b31a;
	background: #f3b31a;
}
.clients-section li a.grey.over {
    background: #687f96;
    border-color: #687f96;
}
.hover.over{
	position: relative;
}

.client-logos {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    position: relative;
    padding: 20px;
    display: none;
    justify-content: center;
	transition: all 300ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
	opacity: 0;
}
.client-logos.over{
	display: flex;
	opacity: 1;
}
.client-logos ul {
    display: flex;
	margin-bottom: 0;
}
.client-logos ul li {
    /* width: 30%; */
    margin: 0 15px;
}
.client-logos ul li img {
    height: 40px;
}

/*------------Verticals Section------------*/
.verticals {
    padding: 70px 0;
    background: #e5a818;
    margin: 30px 0 0;
}
.verticals .row {
    margin: 0;
}
.verticals .col-lg-2 {
    border-right: 2px solid #202428;
}
.verticals .col-lg-2:last-child {
    border-right: none;
}
.verticals h2 {
    margin: 0 auto 60px;
    text-transform: uppercase;
    font-weight: 600;
	width: fit-content;
	position: relative;
}
.verticals h2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 3px;
    background: #212529;
}
.vrtcl-icon {
    width: 28%;
    margin: 0 auto;
}
.vrtcl-name {
    margin-top: 16px;
    font-size: 18px;
    font-weight: 600;
}



/*------------Testimonial Section------------*/
.tstmnl-section {
    padding: 80px 0;
	background: url("../images/tstmnl-bg.png") no-repeat;
	background-size: cover;
	background-position: center;
}
.quote-icon {
    width: 58px;
    margin: 40px auto;
}
.tstmnl-Dv h3 {
    font-size: 16px;
    font-weight: 600;
    position: relative;
    width: fit-content;
    margin: 0 auto 32px;
}
.tstmnl-Dv h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 3px;
    background: #F3B31A;
}
.tstmnl-Dv h2 {
    text-transform: uppercase;
    font-weight: 600;
}
.tstmnlSlider {
    width: 48%;
    margin: 0 auto 50px;
}
.quote {
    margin-bottom: 40px;
}
.client-name {
    font-size: 20px;
    font-weight: 500;
}
button.slick-prev, button.slick-next {
    border: none;
    background-color: transparent;
    text-indent: -100px;
    width: 6px;
    height: 30px;
    overflow: hidden;
    position: absolute;
    top: 10%;
    background-size: contain !important;
}
button.slick-prev{
	background: url("../images/left.png") no-repeat;
	left: -200px;
}
button.slick-next{
	background: url("../images/right.png") no-repeat;
	right: -200px;
}


/*------------Footer------------*/
footer {
    background: #1A1A1A;
    padding: 60px 0 0;
	color: #fff;
}
footer .d-grid.grid-lg-4.grid-md-2 {
    display: grid;
    align-items: stretch;
    grid-column-gap: 30px;
    grid-row-gap: 50px;
}
footer .grid-col-2 {
    padding-left: 70px;
}
a.ftr-logo img {
    width: 170px;
    margin-bottom: 22px;
}
footer p {
    font-size: 14px;
    text-align: justify;
	width: 80%;
}
.ftrul a {
    color: #fff;
    font-size: 14px;
}
.ftrul li {
    margin: 15px 0 0px;
}
footer h4 {
    font-size: 16px;
    font-weight: 600;
	margin-bottom: 22px;
}
ul.ftrul.ftr-cnct li {
    display: flex;
}
ul.ftrul.ftr-cnct li span {
    font-size: 14px;
}
ul.ftrul.ftr-cnct li span:first-child {
    margin-right: 12px;
    font-weight: 600;
}

.ftr-cpyrght {
    text-align: center;
    font-size: 14px;
    padding: 16px 0;
    border-top: 1px solid #fff;
    margin-top: 20px;
}


/*------------About Page------------*/
.inr-bnr{
	width: 100%;
	background-size: cover;
	padding: 90px 0;
	background-repeat: no-repeat;
}
.about{
	background-image: url("../images/abt-bnr.png");
}
.page-hd {
    text-align: center;
	color: #fff;
}
.breadcrumb {
    background: none;
    width: fit-content;
    margin: 0 auto;
    display: flex;
}
.breadcrumb-item {
    color: #fff;
}
span.breadcrumb-icon {
    margin: 0 10px;
}

/*------------About Us Content------------*/
.abt-cnt {
    padding: 70px 0;
}
.abt-Dv .content {
    width: 100%;
}
.abt-Dv .content .title-tag {
    font-size: 16px;
    margin-bottom: 20px;
    color: #232323;
    font-weight: 600;
    text-transform: uppercase;
	width: fit-content;
	position: relative;
}
.abt-Dv .content .title {
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    color: #232323;
    margin-top: 0;
	margin-bottom: 24px;
	width: fit-content;
	position: relative;
}
.abt-Dv .content .title-tag::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 3px;
    background: #F3B31A;
}
.abt-Dv .content p {
    text-align: justify;
}

.abt-Dv .image {
    width: 90%;
}
.abt-Dv .image img {
    width: 100%;
}

/*------------HIstory timeline------------*/
.hstry-tmlne {
    padding: 50px 0;
    overflow: hidden;
    background: #687f96;
    color: #fff;
}
.hstry-tmlne h3 {
    width: fit-content;
    margin: 0 auto 40px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 36px;
}
.timeline {
    width: 80%;
    height: 20px;
    margin: 9% auto 89px;
    list-style: none;
    text-align: justify;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 45%, rgba(191,128,11,1) 51%, rgba(255,255,255,0) 57%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(45%, rgba(255,255,255,0)), color-stop(51%, rgba(191,128,11,1)), color-stop(57%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 45%, rgba(191,128,11,1) 51%, rgba(255,255,255,0) 57%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 45%, rgba(191,128,11,1) 51%, rgba(255,255,255,0) 57%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 45%, rgba(191,128,11,1) 51%, rgba(255,255,255,0) 57%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 45%, rgb(243 181 26) 51%, rgba(255, 255, 255, 0) 57%, rgba(255, 255, 255, 0) 100%);
}

.timeline:after {display: inline-block; content: ""; width: 100%;}

.timeline li {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #e91d29;
    text-align: center;
    line-height: 1.2;
    position: relative;
    -webkit-border-radius: 50%;
    border-radius: 50%;
	animation: animate-pulse 3s linear infinite;
}
@keyframes animate-pulse{
    0%{
        box-shadow: 0 0 0 0 rgba(233,29,41,0.7),  0 0 0 0 rgba(233,29,41,0.7);
    }
    40%{
        box-shadow: 0 0 0 8px rgba(233,29,41,0.0),  0 0 0 0 rgba(233,29,41,0.7);
    }
    80%{
        box-shadow: 0 0 0 8px rgba(233,29,41,0.0),  0 0 0 8px rgba(233,29,41,0);
    }
    100%{
        box-shadow: 0 0 0 0 rgba(233,29,41,0.0),  0 0 0 8px rgba(233,29,41,0);
    }
    
}
.timeline li:before {
	display: inline-block;
	content: attr(data-year);
	font-size: 26px;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
	font-weight: 600;
}

.timeline li:nth-child(odd):before {
	top: -40px;
}
.timeline li:nth-child(even):before {
	bottom: -40px;
}

.timeline li:after {
	display: inline-block;
	content: attr(data-text);
	font-size: 16px;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 180px;
}

.timeline li:nth-child(odd):after {
	bottom: 0;
	margin-bottom: -10px;
	-webkit-transform: translate(-50%, 100%);
	   -moz-transform: translate(-50%, 100%);
	    -ms-transform: translate(-50%, 100%);
	     -o-transform: translate(-50%, 100%);
	        transform: translate(-50%, 100%);
}
.timeline li:nth-child(even):after {
	top: 0;
	margin-top: -10px;
	-webkit-transform: translate(-50%, -100%);
	   -moz-transform: translate(-50%, -100%);
	    -ms-transform: translate(-50%, -100%);
	     -o-transform: translate(-50%, -100%);
	        transform: translate(-50%, -100%);
}
/*------------Service Page------------*/
.srvc-sections {
    padding: 60px 0;
}
.srvc-lft {
    padding-right: 110px;
}
.srvc-lft ul li {
    background: #CECECE;
    padding: 16px 27px;
	margin-bottom: 1px;
	text-transform: uppercase;
}
.srvc-lft ul li a {
    color: #232323;
}
.srvc-lft ul li.active {
	background: #F3B41A;
}
.srvc-cnt {
    margin-top: 36px;
}
.srvc-cnt h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 14px;
	text-transform: uppercase;
}
.srvc-cnt p {
    text-align: justify;
}


/*----- Tabs -----*/
.tabs {
    width: 100%;
    display:inline-block;
}

ul.tab-links {
    display: flex;
    justify-content: space-between;
}
/*----- Tab Links -----*/
.tab-links:after {
	display:block;
	clear:both;
	content:'';
}
.tab-links li {
	margin: 0;
	float:left;
	list-style:none;
	width: 100%;
}
.tab-links a {
    padding: 9px 30px 5px 30px;
    display: inline-block;
    border-radius: 0;
    background: #cecece;
    font-size: 16px;
    font-weight: 600;
    color: #232323;
    transition: all linear 0.3s;
    width: 100%;
    text-align: center;
    text-decoration: none;
} 
.tab-links a:hover {
	background:#d9a117;
	color: #232323;
	text-decoration:none;
}
.tab-links li.active a, .tab-links li.active a:hover {
    background: #e91d29;
    color: #ffffff;
    text-align: center;
}
/*----- Content of Tabs -----*/
.tab-content {
    width: 100%;
    border-radius: 3px;
    background: #fff;
    margin-top: 34px;
    padding: 0;
}

.tab {
	display:none;
}

.tab.active {
	display:block;
}
.srvc-img .col-lg-4 {
    margin-bottom: 30px;
}


/*------------Contact------------*/
#map {
  margin:0 auto;
  width: 100%;
  height: 600px;
}
.gm-style-iw-ch{
	padding-top: 2px !important;
}
button.gm-ui-hover-effect {
    width: 32px !important;
    height: 25px !important;
}
.gm-ui-hover-effect>span {
    background-color: #000;
    width: 13px !important;
    height: 13px !important;
    margin: 2px 10px !important;
}

.conct-form {
    padding: 70px 0;
}
.conct-form h3 {
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 600;
}
.contact-form {
    width: 75%;
    margin: 0 auto;
}
.contact-form input, .contact-form textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    margin-bottom: 16px;
    border: 1px solid #E2E6E7;
    font-size: 14px;
    line-height: 24px;
    padding: 12px 15px;
    color: #444;
}
.contact-form textarea{
	height: 92%;
}
.more, .more[type="submit"] {
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
    background: #F4BC16;
    padding: 16px 23px 15px;
    text-align: center;
    cursor: pointer;
    line-height: normal;
    letter-spacing: 1px;
    border-radius: 999px;
    -moz-border-radius: 999px;
    -webkit-border-radius: 999px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    border: 2px solid #F4BC16;
	width: fit-content;
	float: right;
}
.more:hover {
    color: #000;
    background: transparent;
    opacity: 1;
}


/*------------Thankyou Page------------*/
.thnkuPg {
    padding: 76px 0;
    text-align: center;
    display: flex;
    align-items: center;
}
.thnkuPg h1 {
    font-size: 38px;
    font-weight: 600;
	color: #f3b51a;
}
.thnkuPg h3 {
    font-size: 20px;
    margin-top: 16px;
}
.thnkuPg img {
    width: 20%;
    margin-bottom: 36px;
}
/*------------Media Rule------------*/
@media (min-width: 576px) {
    .about-wrapper .content .title {
        /*font-size: 50px;*/
    }
}
@media only screen and (min-width: 768px) {
    .grid-md-2 {
        grid-template-columns: repeat(2, 1fr);
    }
	.dropdown:hover .dropdown-menu {
		display: block;
		margin-top: 0;
		border: none;
		border-radius: 0;
	}
}

@media only screen and (min-width: 992px) {
    .grid-md-2 {
        grid-template-columns: repeat(4, 1fr);
    }
	
}
@media (min-width: 1200px) {
    
}
@media (min-width: 1400px) {
	
}
@media (max-width:1440px){
	.banner{
		padding: 10% 0;
	}
}

@media (max-width:1366px){
	.container {
		max-width: 90%;
	}
	.banner {
		padding: 18% 0;
	}
	.ld-vertcls {
		padding: 8px;
	}
	.about-section {
		padding: 80px 0;
	}
}
@media (max-width:  1280px){
	.ld-vrtcl-name {
		padding: 16px 24px;
	}
}
@media (max-width: 1280px) and (max-height: 800px) {
    .banner {
        padding: 10% 0;
    }
}
@media (max-width:1180px){
	.banner {
		padding: 12% 0;
	}
}


@media (max-width: 1024px){
	.container {
		max-width: 90%;
	}
	.banner {
		padding: 19% 0;
	}
	.ld-vertcls {
		padding: 0;
		text-align: center;
	}
	footer .grid-col-2 {
		padding-left: 40px;
	}
	.qlty-name {
		font-size: 16px;
	}
	.vrtcl-name {
		font-size: 14px;
	}
	.srvc-lft {
		padding-right: 0;
	}
}
@media (max-width: 1024px) and (max-height:600px) {
    .banner {
        padding: 6% 0;
    }
}
@media (max-width: 1024px) and (orientation: portrait){
	.clients-section {
		min-height: 75vh;
	}
	.container-map {
		width: 100%;
		top: 390px;
	}
	.client-logos ul {
		display: flex;
		margin-bottom: 0;
		flex-wrap: wrap;
		justify-content: center;
	}
	.client-logos ul li {
		width: 14%;
		margin: 1px 15px;
	}
}
@media (max-width:993px){
	header-top{
		position: relative;
	}
	header .container {
		align-items: baseline;
	}
	.navbar {
		width: 100%;
		justify-content: end;
		position: absolute;
		right: 0;
	}
	.banner{
		height: auto;
		padding: 3% 0;
	}
	.ld-vertcls {
		width: 64%;
		margin: 0 auto;
		padding: 44px;
	}
	.navbar-collapse {
		background: #fff;
		z-index: 3;
		position: absolute;
		width: 100%;
		left: 0;
		top: 64px;
		padding: 16px 0 0;
	}
	.navbar-nav {
		/*width: 85%;
		margin: 0 auto;*/
	}
	nav ul li {
		padding: 10px 0 10px 7%;
		border-top: 1px solid #ccc;
		margin: 0;
		width: 100%;
	}
	
	
	.abt-rht {
		margin-top: 50px;
	}
	
	footer .grid-col-2 {
		padding-left: 0;
	}
	
	.verticals .col-lg-2 {
		margin: 36px 0 0;
	}
	.srvc-lft {
		padding-right: 0;
	}
}


@media (max-width: 768px) {
    header .container {
		flex-direction: row;
	}

    nav ul {
        flex-direction: column;
        align-items: flex-start;
    }

    .contact-info {
        text-align: left;
        margin-top: 10px;
    }
	.dropdown:hover .dropdown-menu{
		margin-top: auto; 
		padding-left: 10px;
	}
	.ld-vertcls {
		width: 75%;
		padding-bottom: 0;
	}
	.col-lg-4:last-child .ld-vertcls {
		padding-bottom: 44px;
	}
	button.slick-next {
		right: -100px;
	}
	button.slick-prev {
		left: -100px;
	}
	.tstmnlSlider {
		width: 60%;
	}
	
	ul.timeline {
		background: none;
		height: auto;
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-top: 0;
		margin-bottom: 0;
		transform: translateY(0);
	}
	.timeline li {
		margin: 58px;
	}
	.timeline li:before {
		left: 74px;
		top: -8px !important;
	}
	.timeline li:nth-child(odd):before {
		left: -55px;
	}
	.timeline li:after {
		left: 116px;
		bottom: 30px !important;
	}
	.timeline li:nth-child(even):after {
		left: -190px;
		transform: translate(0, 0);
	}
	ul.timeline:before {
		content: '';
		width: 2px;
		height: 100%;
		background: rgb(243 181 26);
		position: absolute;
	}
	.clients-section {
		min-height: 96vh;
	}
}


@media (max-width: 600px) {
    .ld-vertcls {
        width: 90%;
    }
	
    .about-section {
        padding: 50px 0 64px;
    }
	button.slick-prev {
		left: -60px;
	}
	button.slick-next {
		right: -60px;
	}
}
@media (max-width: 545px) {
    .ld-vertcls {
        width: 100%;
		padding: 40px 0 0;
    }
	.about-section {
		padding: 0px 0 64px;
	}
	.abt-lft img:nth-child(2) {
		margin-left: -22px;
	}
	
	.container-map {
		width: 100%;
		top: 400px;
	}
	.client-logos ul {
		display: flex;
		margin-bottom: 0;
		flex-wrap: wrap;
		justify-content: center;
	}
	.client-logos ul li {
		width: 14%;
		margin: 1px 15px;
	}
	ul.tab-links {
		flex-direction: column;
	}
	.tab-links li {
		margin-bottom: 1px;
	}
	.clients-section h2 {
		font-size: 26px;
	}
}
@media (max-width:435px){
	.client-logos ul li {
		width: 12%;
		margin: 1px 10px;
	}
}

@media (max-width:360px){
	.timeline li:after {
		text-wrap: wrap;
		width: auto;
		left: 75px;
		text-align: left;
	}
	.timeline li:nth-child(even):after {
		/* left: -176px; */
		transform: translate(-26px, 0);
		text-align: right;
	}
	.timeline li:before {
		left: 58px;
	}
	.timeline li:nth-child(odd):before {
		left: -43px;
	}
}
