@charset "utf-8";
/* CSS Document */
body{
	font-family: 'Kanit', sans-serif;
}
html, body{
    height: 100%;
}


.navbar-default {
    background-color: #170745;
	padding:15px 0px;
}
.navbar-default .navbar-nav > li > a {
    color: #FED8B4 !important;
	font-weight: 300;
}
.navbar-brand {
    height: 68px;
}
.navbar-nav {
    float: right !important;
}
.navbar-nav .cta-btnz {
    height: 40px;
    margin-top: 15px;
    margin-left: 20%;
}
.navbar-brand {
    padding: 10px 15px;
}
.navbar{
	margin-bottom:0px !important;
	border-radius: 0px !important;
	border: 0px !important;
}
.navbar-nav > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
	font-weight:500;
}
.banner-section{
	background: #fff;
	position: relative;
	height: 50%;
	display: flex;
	align-items: end;
	margin-bottom: 90px;
}
.banner-section h1{
	color: #170745;
	font-weight: 300;
	font-size: 83px;
	letter-spacing: -1.99px;
}
.banner-section p{
	font-weight: 200;
	font-size: 24px;
	width: 60%;
	line-height: 34px;
}
.abt-sec{
	display: flex;
	align-items: center;
	padding-top: 80px;
	padding-bottom: 50px;
}
.abt-sec .arrow{
	width: 25%;
}
.abt-sec .cont-sec{
	width: 50%;
	margin-left: 5%;
}
.abt-sec .cont-sec h4{
	color: #171046;
	font-weight: 300;
	font-size: 36px;
	letter-spacing: -0.5px;
	margin-bottom: 20px;
}
.abt-sec .cont-sec p{
	color: #171046;
	font-weight: 200;
	font-size: 24px;
	line-height: 34px;
}
.whole-img{
	display: flex;
}
.whole-img .single-img:nth-child(2){
	margin-left: 18px;
	margin-right: 18px;
}
.whole-img .single-img:first-child{
	margin-top: 50px;
}
.whole-img .single-img:nth-child(3){
	margin-top: 55px;
}
.cta-btnz{
	display: flex;
	align-items: center;
	width: 180px;
	height: 40px;
	margin-top: 25px;
}
.left-btnz {
    width: 120px;
    color: #170745;
    font-weight: 300;
    font-size: 18px;
    text-align: center;
    background: #FFF4E6;
    height: 40px;
    align-items: center;
    line-height: 40px;
}
.right-btnz {
    /* width: 40px; */
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #FBD3A0;
}
.image-sec{
	padding-bottom: 100px;
}
.services-sec{
	padding-top: 100px;
	padding-bottom: 100px;
}
.services-sec h2{
	text-align: center;
	font-size: 36px;
	letter-spacing: -0.5px;
	line-height: 48px;
	font-weight: 300;
	width: 60%;
	margin: 0 auto;
	position: relative;
}
.services-sec h2:after{
	content: "";
	position: absolute;
	width: 120px;
	height: 2px;
	background: #FBD3A0;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -20px;
}
.grid-services{
	padding-top: 100px;
}
.grid-services .row{
	display: flex;
	align-items: center;
	padding-bottom: 50px;
}
.grid-services h4{
	color: #170745;
	font-weight: 300;
	font-size: 32px;
	margin-bottom: 20px;
}
.grid-services p{
	color: #170745;
	font-weight: 200;
	font-size: 21px;
	line-height: 31px;
	width: 95%;
}
.leftz{
	padding-left: 7%;
}
.ctaz .right-btnz{
	background: #170745 !important;
}
.ctaz{
	margin-top: 10px !important;
}
/* About Page Starts*/
.breadcrumb-sec{
	display: flex;
	align-items: end;
	height: 50%;
}
.breadcrumb-sec h5{
	color: #FED8B4;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 25px;
}
.breadcrumb-sec h5 a{
	color: #FED8B4;
	font-weight: 300;
}
.breadcrumb-sec h4 {
    color: #fff;
    font-weight: 300;
    font-size: 42px;
    width: 60%;
	padding-bottom: 60px;
}
.main-about-sec{
	padding-top:60px;
	padding-bottom: 80px;
}
.full-abt{
	display: flex;
	align-items: center;
}
.main-left-abt{
	width: 40%;
}
.main-right-abt{
	width: 60%;
	padding-left: 5%;
}
.main-right-abt p{
	color: #171046;
	font-weight: 200;
	font-size: 24px;
}
.main-right-abt h3{
	font-weight: 300;
	color: #171046;
	font-size: 36px;
	margin-bottom: 25px;
}
.vision-mission{
	padding-top:15%;
	background:#FFF4E6;
	position: relative;
}
.image-sec-v{
	position:absolute;
	top: -80px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.image-sec-v img{
	width: 60%;
    margin: 0 auto;
}
.vision-grid{
	margin-top:120px;
	padding-bottom: 120px;
}
.vision-grid h4{
	color: #171046;
	font-weight: 300;
	font-size: 32px;
	margin-bottom: 20px;
}
.vision-grid p{
	color: #171046;
	font-weight: 200;
	font-size: 21px;
	line-height: 32px;
}
.cta-sec{
	padding-top: 40px;
	padding-bottom: 80px;
	background: #FBD3A0;
}
.full-cta{
	display: flex;
	align-items: center;
}
.left-cta{
	width: 30%;
}
.right-cta {
    width: 70%;
    padding-left: 5%;
}
.right-cta h5 {
    color: #170745;
    font-size: 42px;
    font-weight: 300;
    padding-bottom: 40px;
    width: 50%;
}
.btn-cta {
    background: #FFF4E6;
    width: fit-content;
}
.btnz {
    display: flex;
    align-items: center;
    height: 50px;
}
/* About Page Ends */

/* Leadership Starts */
.full-team-sec{
	display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}
.team-full{
	display: flex;
}
.single-team{
	width: 20%;
	margin: 10px;
}
.single-team h5{
	color: #171046;
	font-weight: 300;
	font-size: 22px;
	margin-top: 20px;
}
.single-team h6{
	color: #E2A469;
	font-weight: 300;
	font-size: 18px;
	margin-top: 5px;
}
.our-team-sec{
	padding-bottom: 100px;
}
.our-team-sec h3{
	text-align: center;
	color: #171046;
	font-weight: 300;
	font-size: 36px;
	margin-bottom: 50px;
}
.leadership-sec{
	padding-top: 100px;
	padding-bottom: 50px;
}
.leadership-sec h3{
	text-align: center;
	color: #171046;
	font-weight: 300;
	font-size: 36px;
	margin-bottom: 50px;
}
/* Leadership Ends */
/* Logista Land Starts*/
.logista-ser{
	background: #FFF4E6;
	padding: 100px 0px;
}
.logista-ser h4{
	text-align: center;
	color: #171046;
	font-weight: 300;
	font-size: 36px;
	margin-bottom: 60px;
}
.logista-ser li {
    color: #171046;
    font-size: 22px;
    font-weight: 300;
    position: relative;
    list-style-type: none;
    padding-left: 30px;
    padding-bottom: 25px;
}

.logista-ser li::before{
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #CB8645;
	left: 0px;
	top: 10px;
}
.logista-ser .row{
	display: flex;
	align-items: center;
}
/* Logista Land Ends */

/* Branches Starts */
.location-sec{
	margin-top: 40px;
	padding-bottom: 100px;
}
.location-sec .nav-tabs {
    border-bottom: 0px;
    margin-bottom: 35px;
}
.location-sec .nav-tabs .active a {
    background-color: #171046 !important;
    color: #FED8B4 !important;
}
.location-sec .nav-tabs li a {
    background-color: #FFF4E6;
    border-radius: 25px;
    color: #170745;
	font-weight: 300;
    font-size: 16px;
    padding: 5px 10px;
}
.location-sec .nav-tabs li a{
	border: 0px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	border: 0px;
}
.location-sec .nav-tabs li{
	margin: 5px;
}
.btm-pd {
    padding-bottom: 25px;
    padding-top: 25px;
    border-bottom: 1px solid #e5e5e5;
}
.location-sec .tab-pane .btm-pd:last-child{
	border-bottom: 0px;
	padding-bottom: 0px;
}
.location-sec .row {
    display: flex;
    align-items: center;
}
.location-sec h4 {
    color: #171046;
    font-weight: 300;
    font-size: 22px;
	margin-bottom: 20px;
}
.location-sec .rri {
    padding-left: 10%;
}
.location-sec .addrez li {
    color: #171046;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    width: 70%;
    margin-bottom: 30px;
    position: relative;
    padding-left: 40px;
}
.addrez li:first-child::before {
    position: absolute;
    content: "";
    background: url(../images/map.png)no-repeat;
    width: 25px;
    height: 35px;
    left: 0px;
}
.addrez li:nth-child(2)::before {
    position: absolute;
    content: "";
    background: url(../images/phone.png)no-repeat;
    width: 36px;
    height: 36px;
    left: 0px;
}
.addrez li:nth-child(3)::before {
    position: absolute;
    content: "";
    background: url(../images/mail.png)no-repeat;
    width: 36px;
    height: 29px;
    left: 0px;
}
.teamz {
	display: flex;
	justify-content: center; /* Center the boxes horizontally */
  }
  
  .box {
	margin: 0 10px; /* Add margin between the boxes */
  }
/* Branches Ends */
/* Contact Us Starts */
.full-pg-sec {
    display: flex;
    align-items: center;
}
.left-pg-sec {
    width: 40%;
    background: #FFF4E6;
    padding: 15% 7% 5% 7%;
}
.left-pg-sec h5 {
    color: #171046;
    font-size: 26px;
    font-weight: 300;
	margin-bottom: 25px;
}
.addrez li {
    position: relative;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: #171046;
    padding-left: 40px;
    margin-bottom: 40px;
}
.addrez li:first-child::before {
    position: absolute;
    content: "";
    background: url(../images/map.png)no-repeat;
    width: 25px;
    height: 35px;
    left: 0px;
}
.right-pg-sec {
    width: 60%;
    padding-left: 7%;
}
.breadcrmb h6 {
    color: #FBD3A0;
    font-weight: 300;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 20px;
}
.breadcrmb h6 a {
    color: #FBD3A0;
	font-weight: 300;
}
h3.itz {
    color: #171046;
    font-weight: 300;
    font-size: 42px;
    width: 65%;
	margin-bottom: 20px;
}
.breadcrmb p {
    color: #1E1E1E;
	font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    width: 90%;
    margin-bottom: 50px;
}
.formz-sec-cnt input {
    width: 70%;
    height: 45px;
    border: 1px solid #D1D1D1 !important;
    padding-left: 20px;
    color: #919191 !important;
	font-weight: 200;
	margin-bottom: 15px;
}
.formz-sec-cnt textarea {
    height: 100px !important;
    border: 1px solid #D1D1D1 !important;
    padding-left: 20px;
    width: 70%;
    color: #919191 !important;
    padding-top: 15px;
	font-weight: 200;
}
.right-btnz a{
	padding-top: 10px;
    padding-bottom: 14px;
    padding-left: 15px;
    padding-right: 15px;
}
.formz-sec-cnt .right-btnz{
	padding-top: 10px;
    padding-bottom: 14px;
    padding-left: 15px;
    padding-right: 15px;
}
.right-btnz {
  position: relative;
  display: inline-block;
}

.right-btnz img {
  transition: transform 0.2s ease;
}

.right-btnz:hover img {
  transform: translateX(5px); /* Adjust the value as per your desired distance */
}
/* Contact Us Ends */





/* Footer Starts */
.footer-sec{
	background: #170745;
	padding-top: 60px;
	/* padding-bottom: 100px; */
}
.whole-foot{
	display: flex;
}
.logo-sec {
    width: 25%;
}
.info-sec {
    width: 20%;
}
.info-sec h5{
	color: #FFFFFF;
	font-weight: 400;
	font-size: 12px;
	letter-spacing: 0.52px;
	margin-bottom: 20px;
}
.info-sec p{
	color: #FFFFFF;
	font-size: 12px;
	letter-spacing: 0.52px;
	font-weight: 400;
	margin-bottom: 15px;
	line-height: 22px;
}
.footer-sec li{
	list-style-type: none;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.5px;
	line-height: 22px;
}
.footer-sec li a{
    color: #FBD3A0;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.5px;
	text-decoration: underline;
}
.main-links{
	width: 10%;
	padding-left: 5%;
}
.main-links li a{
	color: #fff !important;
	text-decoration: none !important;
}
.main-links h5{
	color: #FFFFFF;
	font-weight: 400;
	font-size: 12px;
	letter-spacing: 0.52px;
	margin-bottom: 20px;
}
.servz {
    width: 15% !important;
    padding-left: 7% !important;
}
.otherz{
	width: 15% !important;
    padding-left: 5% !important;
}
.social-mediaz{
	color: #FFFFFF;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.52px;
    margin-bottom: 20px;
	width: 20%;
	padding-left: 5%;
}
.copyright-sec{
	margin-top: 100px;
	border-top: 0.4px solid #989898;
	padding-top: 30px;
	padding-bottom: 30px;
}
.copyright-sec h5{
	color: #FFFFFF;
	font-weight: 300;
	font-size: 12px;
	letter-spacing: 0.5px;
}
.copyright-sec h5 a{
	color: #2BC8C3;
	font-weight: 300;
	font-size: 12px;
	letter-spacing: 0.5px;
}
.social-mediaz h5{
	display: flex;
	align-items: center;
}
.soicalz img{
	width: 15px;
	margin-right: 15px;
}
.fbz{
	width: 7px !important;
}
.soicalz{
	margin-left: 10%;
}
/* Footer Ends */
.navbar-default .navbar-toggle {
    border-color: #FBD3A0 !important;
	border-radius: 0px !important;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #FBD3A0 !important;
	border-radius: 0px !important;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent !important;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: 0 !important;
	box-shadow: none !important;
}
.navbar-collapse.in{
	overflow-y: inherit !important;
}
.privcy-pol{
    background: #f9f9f9;
    padding: 70px 0px;
}
.privcy-pol h5{
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 15px;
}
.privcy-pol h5 a{
    font-size: 16px;
    font-weight: 300;
    color:#170745;
}
.privcy-pol h4{
    color:#170745;
    font-weight:400;
    font-size:20px;
}
.inner-pol {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 15%;
    padding-right: 15%;
}
.inner-pol h3{
    font-size: 28px;
    margin-bottom: 10px;
    font-weight:300;
    margin-top:20px;
    color: #170745;
}
.inner-pol p{
    font-weight:200;
    color: #170745;
    font-size:16px;
    line-height:26px;
    padding-bottom:10px;
}
.inner-pol li{
    font-weight:200;
    font-size:16px;
    padding-bottom:10px;
    color: #170745;
    list-style-type:none;
    padding-left:15px;
}
@media (min-width: 1024px) and (max-width: 3000px) {
	.dropdown:hover .dropdown-menu{
	 display:block;
 }
 .menu-our-brands:hover .dropdown-menu{
	 display:block;
 } 
 }
@media (min-width: 1300px) and (max-width: 1600px) {
	.banner-section{
		height: 70%;
	}
	.banner-section p {
		font-size: 21px;
		line-height: 31px;
	}
	.abt-sec .cont-sec h4 {
		font-size: 30px;
		letter-spacing: -0.3px;
	}
	.abt-sec .cont-sec p {
		font-size: 21px;
		line-height: 30px;
	}
	.breadcrumb-sec{
		display: flex;
		align-items: end;
		height: 60%;
	}
	.main-right-abt p{
		font-size: 21px;
		line-height: 31px;
	}
}
@media (max-width: 990px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    /* .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    } */
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-collapse.collapse.in {
        display: block!important;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
	.banner-section {
		height: fit-content;
		padding-top: 120px;
		padding-bottom: 50px;
		margin-bottom: inherit;
		}
		.banner-section h1 {
			font-size: 45px;
			letter-spacing: -1px;
		}
		.banner-section p {
			font-size: 18px;
			width: 100%;
			line-height: 28px;
			margin-top: 10px;
		}
		.abt-sec {
			display: block;
			padding-top: 40px;
			padding-bottom: 40px;
		}
		.abt-sec .cont-sec {
			width: 100%;
			margin-left: inherit;
			padding-left: 15px;
			padding-right: 15px;
		}
		.abt-sec .cont-sec h4 {
			font-weight: 300;
			font-size: 30px;
			margin-bottom: 20px;
		}
		.abt-sec .cont-sec p {
			font-size: 18px;
			line-height: 28px;
		}
		.left-btnz {
			font-size: 16px;
		}
		.abt-sec .arrow {
			width: 40%;
		}
		.image-sec {
			padding-bottom: 50px;
		}
		.services-sec {
			padding-top: 20px;
			padding-bottom: 50px;
		}
		.services-sec h2 {
			font-size: 28px;
			line-height: 38px;
			width: 90%;
		}
		.grid-services {
			padding-top: 50px;
		}
		.grid-services .row {
			display: block;
			align-items: center;
			padding-bottom: 50px;
		}
		.grid-services p {
			font-size: 18px;
			line-height: 28px;
			width: 100%;
		}
		.grid-services h4 {
			font-size: 30px;
			margin-bottom: 10px;
		}
		.grid-services .cta-btnz {
			margin-bottom: 20px;
			margin-top: 15px;
		}
		.leftz {
			padding-left: 0%;
		}
		.grid-services .row:nth-child(even) {
			-webkit-flex-direction: column-reverse;
			flex-direction: column-reverse;
			display: flex;
		}
		.grid-services .row {
			padding-bottom: 25px;
		}
		.full-cta {
			display: block;
		}
		.left-cta {
			width: 40%;
		}
		.right-cta {
			width: 100%;
			padding-left: 15px;
			padding-right: 15px;
		}
		.right-cta h5 {
			font-size: 30px;
			padding-bottom: 15px;
			width: 100%;
			padding-right: 15px;
			margin-top: 15px;
		}
		.cta-sec {
			padding-top: 40px;
			padding-bottom: 50px;
		}
		.whole-foot {
			display: block;
		}
		.logo-sec {
			width: 50%;
			float: left;
		}
		.info-sec {
			width: 50%;
			float: left;
			margin-bottom: 25px;
		}
		.main-links {
			width: 50%;
			float: left;
		}
		.logo-sec img{
			width: 85%;
		}
		.main-links {
			width: 50%;
			padding-left: 0%;
			float: left;
		}
		.servz {
			width: 50% !important;
			padding-left: 0% !important;
			margin-bottom: 25px;
		}
		.otherz {
			width: 50% !important;
			padding-left: 0% !important;
		}
		.social-mediaz {
			font-size: 12px;
			width: 50%;
			padding-left: 0%;
			float: left;
		}
		.main-links h5 {
			margin-bottom: 10px;
		}
		.info-sec h5 {
			margin-bottom: 10px;
		}
		.copyright-sec {
			margin-top: 40px;
		}
		.breadcrumb-sec h5 {
			margin-bottom: 15px;
		}
		.breadcrumb-sec {
			height: fit-content;
			padding-top: 100px;
			padding-bottom: 50px;
		}
		.breadcrumb-sec h4 {
			font-size: 20px;
			width: 100%;
			padding-bottom: inherit;
		}
		.full-abt {
			display: block;
		}
		.main-about-sec {
			padding-top: 50px;
			padding-bottom: 50px;
		}
		.main-right-abt {
			width: 100%;
			padding-left: 0px;
		}
		.main-right-abt h3 {
			font-size: 30px;
			margin-bottom: 10px;
			margin-top: 20px;
		}
		.main-right-abt p {
			font-size: 18px;
			line-height: 28px;
		}
		.image-sec-v {
			position: inherit;
			top: inherit;
			left: inherit;
			right: inherit;
		}
		.image-sec-v img {
			width: 100%;
			margin: 0 auto;
		}
		.vision-grid {
			margin-top: 30px;
			padding-bottom: 10px;
		}
		.vision-grid h4 {
			font-size: 28px;
			margin-bottom: 10px;
		}
		.vision-grid p {
			font-size: 18px;
			line-height: 28px;
			margin-bottom: 20px;
		}
		.main-left-abt {
			width: 100%;
		}
		.location-sec .row {
			display: block;
		}
		.location-sec .rri {
			padding-left: 0%;
			margin-top: 20px;
		}
		.location-sec h4 {
			font-size: 18px;
			margin-bottom: 10px;
		}
		.location-sec .addrez li {
			width: 90%;
			margin-bottom: 20px;
		}
		.btm-pd {
			padding-bottom: 10px;
			padding-top: 10px;
		}
		.location-sec {
			margin-top: 40px;
			padding-bottom: 40px;
		}
		.full-pg-sec {
			display: block;
		}
		.left-pg-sec {
			width: 100%;
			padding: 8% 15px 8% 15px;
		}
		.addrez li {
			margin-bottom: 30px;
		}
		.left-pg-sec h5 {
			font-size: 24px;
			margin-bottom: 15px;
		}
		.right-pg-sec {
			width: 100%;
			padding-left: 15px;
			padding-bottom: 40px;
			padding-right: 15px;
		}
		.breadcrmb{
			margin-top: 30px;
		}
		.breadcrmb h6 {
			font-size: 14px;
			line-height: 28px;
			margin-bottom: 10px;
		}
		h3.itz {
			font-size: 30px;
			width: 100%;
			margin-bottom: 10px;
		}
		.breadcrmb p {
			font-size: 18px;
			line-height: 28px;
			width: 100%;
			margin-bottom: 20px;
		}
		.formz-sec-cnt input {
			width: 100%;
		}
		.formz-sec-cnt textarea {
			width: 100%;
		}
		.leadership-sec h3 {
			font-size: 28px;
			margin-bottom: 10px;
		}
		.leadership-sec {
			padding-top: 40px;
			padding-bottom: 30px;
		}
		.single-team {
			width: 50%;
			margin: 10px;
		}
		.single-team h5 {
			font-size: 18px;
			margin-top: 10px;
		}
		.single-team h6 {
			font-size: 16px;
		}
		.our-team-sec h3 {
			font-size: 28px;
			margin-bottom: 20px;
		}
		.single-team {
			width: 44%;
			margin: 10px;
			float: left;
		}
		.team-full {
			display: block;
			float: left;
		}
		.single-team h5 {
			font-size: 15px;
			margin-top: 5px;
		}
		.single-team h6 {
			font-size: 14px;
			margin-top: 5px;
		}
		.our-team-sec {
			padding-bottom: 50px;
		}
		.logista-ser {
			padding: 50px 0px;
		}
		.logista-ser h4 {
			font-size: 30px;
			margin-bottom: 20px;
		}
		.logista-ser .row {
			display: block;
		}
		.logista-ser li {
			font-size: 16px;
			padding-bottom: 15px;
		}
		.navbar-nav > li > a {
			padding-top: 10px;
			padding-bottom: 10px;
		}
		.navbar-nav .cta-btnz {
			margin-top: 15px;
			margin-left: 15px;
		}
		.navbar-nav {
			float: left !important;
		}
		.navbar-brand img{
			width: 70%;
		}
		.navbar-brand {
			height: 50px;
		}
		.navbar-collapse{
			padding-left: 0px;
			padding-right: 0px;
			border: 0px;
		}
		.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
			background: transparent !important;
		}
		.main-left-abt img{
			width: 100%;
		}
		.vision-mission {
			padding-top: 8%;
		}
	}
@media (min-width: 320px) and (max-width: 767px) {
.banner-section {
    height: fit-content;
    padding-top: 30px;
    padding-bottom: 30px;
	margin-bottom: inherit;
	}
	.banner-section h1 {
		font-size: 45px;
		letter-spacing: -1px;
	}
	.banner-section p {
		font-size: 18px;
		width: 100%;
		line-height: 28px;
		margin-top: 10px;
	}
	.abt-sec {
		display: block;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.abt-sec .cont-sec {
		width: 100%;
		margin-left: inherit;
		padding-left: 15px;
		padding-right: 15px;
	}
	.abt-sec .cont-sec h4 {
		font-weight: 300;
		font-size: 30px;
		margin-bottom: 20px;
	}
	.abt-sec .cont-sec p {
		font-size: 18px;
		line-height: 28px;
	}
	.left-btnz {
		font-size: 16px;
	}
	.abt-sec .arrow {
		width: 40%;
	}
	.image-sec {
		padding-bottom: 50px;
	}
	.services-sec {
		padding-top: 20px;
		padding-bottom: 50px;
	}
	.services-sec h2 {
		font-size: 28px;
		line-height: 38px;
		width: 90%;
	}
	.grid-services {
		padding-top: 50px;
	}
	.grid-services .row {
		display: block;
		align-items: center;
		padding-bottom: 50px;
	}
	.grid-services p {
		font-size: 18px;
		line-height: 28px;
		width: 100%;
	}
	.grid-services h4 {
		font-size: 30px;
		margin-bottom: 10px;
	}
	.grid-services .cta-btnz {
		margin-bottom: 20px;
		margin-top: 15px;
	}
	.leftz {
		padding-left: 0%;
	}
	.grid-services .row:nth-child(even) {
		-webkit-flex-direction: column-reverse;
    	flex-direction: column-reverse;
    	display: flex;
	}
	.grid-services .row {
		padding-bottom: 25px;
	}
	.full-cta {
		display: block;
	}
	.left-cta {
		width: 40%;
	}
	.right-cta {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.right-cta h5 {
		font-size: 30px;
		padding-bottom: 15px;
		width: 100%;
		padding-right: 15px;
		margin-top: 15px;
	}
	.cta-sec {
		padding-top: 40px;
		padding-bottom: 50px;
	}
	.whole-foot {
		display: block;
	}
	.logo-sec {
		width: 50%;
		float: left;
	}
	.info-sec {
		width: 50%;
		float: left;
		margin-bottom: 25px;
	}
	.main-links {
		width: 50%;
		float: left;
	}
	.logo-sec img{
		width: 85%;
	}
	.main-links {
		width: 50%;
		padding-left: 0%;
		float: left;
	}
	.servz {
		width: 50% !important;
		padding-left: 0% !important;
		margin-bottom: 25px;
	}
	.otherz {
		width: 50% !important;
		padding-left: 0% !important;
	}
	.social-mediaz {
		font-size: 12px;
		width: 50%;
		padding-left: 0%;
		float: left;
	}
	.main-links h5 {
		margin-bottom: 10px;
	}
	.info-sec h5 {
		margin-bottom: 10px;
	}
	.copyright-sec {
		margin-top: 40px;
	}
	.breadcrumb-sec h5 {
		margin-bottom: 15px;
	}
	.breadcrumb-sec {
		height: fit-content;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.breadcrumb-sec h4 {
		font-size: 20px;
		width: 100%;
		padding-bottom: inherit;
	}
	.full-abt {
		display: block;
	}
	.main-about-sec {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.main-right-abt {
		width: 100%;
		padding-left: 0px;
	}
	.main-right-abt h3 {
		font-size: 30px;
		margin-bottom: 10px;
		margin-top: 20px;
	}
	.main-right-abt p {
		font-size: 18px;
		line-height: 28px;
	}
	.image-sec-v {
		position: inherit;
		top: inherit;
		left: inherit;
		right: inherit;
	}
	.image-sec-v img {
		width: 100%;
		margin: 0 auto;
	}
	.vision-grid {
		margin-top: 30px;
		padding-bottom: 10px;
	}
	.vision-grid h4 {
		font-size: 28px;
		margin-bottom: 10px;
	}
	.vision-grid p {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 20px;
	}
	.main-left-abt {
		width: 100%;
	}
	.location-sec .row {
		display: block;
	}
	.location-sec .rri {
		padding-left: 0%;
		margin-top: 20px;
	}
	.location-sec h4 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.location-sec .addrez li {
		width: 90%;
		margin-bottom: 20px;
	}
	.btm-pd {
		padding-bottom: 10px;
		padding-top: 10px;
	}
	.location-sec {
		margin-top: 40px;
		padding-bottom: 40px;
	}
	.full-pg-sec {
		display: block;
	}
	.left-pg-sec {
		width: 100%;
		padding: 8% 15px 8% 15px;
	}
	.addrez li {
		margin-bottom: 30px;
	}
	.left-pg-sec h5 {
		font-size: 24px;
		margin-bottom: 15px;
	}
	.right-pg-sec {
		width: 100%;
		padding-left: 15px;
		padding-bottom: 40px;
		padding-right: 15px;
	}
	.breadcrmb{
		margin-top: 30px;
	}
	.breadcrmb h6 {
		font-size: 14px;
		line-height: 28px;
		margin-bottom: 10px;
	}
	h3.itz {
		font-size: 30px;
		width: 100%;
		margin-bottom: 10px;
	}
	.breadcrmb p {
		font-size: 18px;
		line-height: 28px;
		width: 100%;
		margin-bottom: 20px;
	}
	.formz-sec-cnt input {
		width: 100%;
	}
	.formz-sec-cnt textarea{
		width: 100%;
	}
	.leadership-sec h3 {
		font-size: 28px;
		margin-bottom: 10px;
	}
	.leadership-sec {
		padding-top: 40px;
		padding-bottom: 30px;
	}
	.single-team {
		width: 50%;
		margin: 10px;
	}
	.single-team h5 {
		font-size: 18px;
		margin-top: 10px;
	}
	.single-team h6 {
		font-size: 16px;
	}
	.our-team-sec h3 {
		font-size: 28px;
		margin-bottom: 20px;
	}
	.single-team {
		width: 44%;
		margin: 10px;
		float: left;
	}
	.team-full {
		display: block;
		float: left;
	}
	.single-team h5 {
		font-size: 15px;
		margin-top: 5px;
	}
	.single-team h6 {
		font-size: 14px;
		margin-top: 5px;
	}
	.our-team-sec {
		padding-bottom: 50px;
	}
	.logista-ser {
		padding: 50px 0px;
	}
	.logista-ser h4 {
		font-size: 30px;
		margin-bottom: 20px;
	}
	.logista-ser .row {
		display: block;
	}
	.logista-ser li {
		font-size: 16px;
		padding-bottom: 15px;
	}
	.navbar-nav > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.navbar-nav .cta-btnz {
		margin-top: 15px;
		margin-left: 15px;
	}
	.navbar-nav {
		float: left !important;
	}
	.navbar-brand img{
		width: 70%;
	}
	.navbar-brand {
		height: 50px;
	}
	.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
		background: transparent !important;
	}
}