@charset "utf-8";
/* CSS Document */
html {
  scroll-behavior: smooth !important;
  overflow-x: hidden;
}
body {
	overflow-x: hidden;
	font-family: 'Montserrat', sans-serif;
	/* font-family: 'Poppins', sans-serif; */
	font-weight: 400;
}
select {
	-webkit-appearance: none;
    -moz-appearance: none;
    background: url('../img/select-notch.png') right 4% center no-repeat !important;
}
input[type="number"] {
	-moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
a, .btn, button {
	outline: none !important;
	outline: 0 !important;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.btn {
	outline: none !important;
}
.btn:focus, .btn:not(:disabled):not(.disabled).active:focus, .btn:not(:disabled):not(.disabled):active:focus, .show > .btn.dropdown-toggle:focus, .form-control:focus {
	box-shadow: none !important;
}
.container-fluid {
	padding: 0px 30px;
}
.header .navbar .navbar-nav {
	margin-left: auto;
}
.header .navbar .navbar-nav .nav-item .nav-link {
	font-weight: 700;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0px 30px !important;
	transition: 0.3s;
}
.header .navbar .navbar-nav .nav-item:last-child .nav-link {
	padding-right: 0px !important;
}
.header .navbar .navbar-nav .nav-link.active,
.header .navbar .navbar-nav .nav-link:hover {
	color: #00f6ff;
	transition: 0.3s;
}
#headerBanner {
	background: url("../img/bannerBg.jpg") no-repeat top center;
	background-size: cover;
}
.header {
	/* background: rgba(255,255,255,0.9); */
}
.bannerTitle {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 60px;
	color: #fff;
	line-height: 72px;
}
.banner {
	/* background: rgba(1,58,99,0.8); */
	/* padding: 50px 0px 30px; */
	padding: 30px 0px;
}
.bannerColRight {
	align-self: center;
}
.bannerImg {
	text-align: left;
	margin-top: -159px;
}
.bannerText {
	font-size: 34px;
	color: #fff;
	font-weight: 500;
	line-height: 36px;
	margin-top: 40px;
}
.headerBtn .btn-header {
	font-weight: 700;
	color: #000;
	background: #fff;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 2px;
	padding: 12px 30px;
	border-radius: 8px;
	margin-top: 14px;
}
.headerBtn .btn-header:hover {
	background-color: #fbfbfb;
}
.banner .bannerColLeft {
	align-self: center;
}
.containerFliudBar {
	position: relative;
	border-left: 1px solid rgba(69,62,58,0.2);
	border-right: 1px solid rgba(69,62,58,0.2);
}
.containerFliudCenterBar {
	height: 100%;
	width: 1px;
	background: rgba(69,62,58,0.2);
	position: absolute;
	left: 50%;
	margin-left: -1px;
	top: 0px;
	z-index: 9;
}
.aboutTitle1 {
	font-weight: 500;
	font-size: 32px;
	color: #453e3a;
	margin-top: 7px;
}
.aboutTitle2 {
	font-weight: 500;
	font-size: 60px;
	color: #453e3a;
	text-transform: uppercase;
	line-height: 72px;
}
.aboutTitleBar,
.aboutTextBar {
	background: #0298b1;
	height: 3px;
	width: 150px;
}
.aboutText {
	/* font-weight: 300; */
	font-weight: 500;
	font-size: 16px;
	color: #453e3a;
	text-align: justify;
}
.aboutTextBar {
	width: 100%;
	margin-top: 15px;
}
.headerBtn.aboutBtn .btn-header {
	color: #045a69;
	border: 1px solid #f08361;
	margin-top: 85px;
	z-index: 9;
	position: relative;
}
.headerBtn.aboutBtn .btn-header:hover {
	color: #fff;
	background-color:#f08361;
}
.headerBtn.aboutBtn {
	text-align: right;
}
.aboutAll {
	padding: 80px 0px 140px;
}
.aboutRight {
	margin-top: 60px;
	padding-left: 12px;
}
.teamValue {
	position: relative;
	text-align: center;
	/* margin-top: 60px; */
	margin-top: 100px;
	margin-left: 310px;
}
.ourTeam {
	font-weight: 600;
	color: #453e3a;
	font-size: 16px;
	text-transform: uppercase;
	background: url("../img/ourTeamBg.png") no-repeat center;
	width: 215px;
	height: 213px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0px;
	margin-top: -173px;
	left: 0px;
	margin-left: 106px;
	z-index: 9;
}
.teamValue a {
	text-decoration: none;
}
.ourTeam.mission {
	background: url("../img/missionBg.png") no-repeat center;
	width: 248px;
	height: 252px;
	margin-top: -123px;
	margin-left: 295px;
	animation: none;
}
.ourTeam.values {
	background: url("../img/valueBg.png") no-repeat center;
	width: 226px;
	height: 224px;
	margin-top: -75px;
	margin-left: 540px;
	animation: none;
}
.aboutIcon1 {
	position: absolute;
	top: 125px;
	right: 5px;
	width: 5%;
	animation: myfirst 15s linear 0s infinite alternate;
}
@keyframes myfirst {
	0%   {right:5px; top:-50px;transform: rotate(40deg);transform-origin: 20% 40%;}
	25%  {right:20px; top:50px;transform: rotate(5deg);transform-origin: 20% 40%;}
	50%  {right:150px; top:50px;transform: rotate(25deg);transform-origin: 20% 40%;}
	75%  {right:150px; top:-50px;transform: rotate(75deg);transform-origin: 20% 40%;}
	100% {right:5px; top:150px;}
  }
.aboutIcon2 {
	position: absolute;
	top: 50%;
	left: 5px;
	margin-top: 4%;
}
.aboutRingBg {
	position: absolute;
	top: 50%;
	right: -75px;
	margin-top: -20px;
	width: 20%;
}
.projectText.aboutText {
	width: 75%;
}
.aboutTitle2.projectTitle {
	margin: 5px 0px 17px;
}
.projectAll,
.projectAll .row {
	height: 100%;
}
.projectAll .projectCol {
	align-self: end;
	padding: 0px;
	text-align: center;
}
.projectAll .projectCol:first-child {
	text-align: right;
	padding-right: 1%;
}
.projectAll .projectCol:nth-child(2) {
	padding-left: 1%;
}
.project {
	padding: 80px 0px 30px;
}
.projectIcon1 {
	position: absolute;
	top: -50px;
	left: 50%;
	margin-left: -50px;
	animation: anMove 20s infinite;
}
.projectIcon2 {
	position: absolute;
	top: -20px;
	right: 25px;
	animation: anMove 15s infinite;
}
.future {
	padding: 80px 0px;
}
.futureSlabTitle {
	font-weight: 500;
	font-size: 24px;
	color: #453e3a;
	text-transform: lowercase;
	line-height: 28px;
	margin-bottom: 15px;
}
.future .aboutTitle2.projectTitle {
	text-transform: capitalize;
}
.futureImg {
	margin-top: 8px;
	width: 100%;
}
.futureCol {
	/* padding: 0px 30px; */
	border-left: 1px solid rgba(69,62,58,0.2);
	margin-top: 80px;
}
.futureSlab {
	padding: 0px 30px;
	border-right: 1px solid rgba(69,62,58,0.2);
}
/* .futureColAll:nth-child(3).futureCol {
	border-left: 0px;
} */
/* .futureColAll:last-child.futureCol {
	border-right: 1px solid rgba(69,62,58,0.2);
} */
.futureColAll.futureCol .bx-wrapper .bx-next {
	background: url('../img/arrowsR.png') no-repeat center;
}
.futureColAll.futureCol .bx-wrapper .bx-prev {
	background: url('../img/arrowsL.png') no-repeat center;
}
.futureColAll.futureCol .bx-wrapper {
	/* padding: 15px 0px; */
	background: #fff;
}
.headerBtn.aboutBtn.learnBtn {
	text-align: left;
	margin-top: 80px;
}
.headerBtn.aboutBtn.learnBtn .btn-header {
	padding: 8px 12px;
	margin-top: 0px;
}
.futureIcon1 {
	position: absolute;
    left: 10px;
    top: 65px;
	animation: myfirst 15s linear 0s infinite alternate;
}
.futureIcon2 {
	position: absolute;
	top: 15px;
	right: -20px;
	width: 7%;
	animation: anMove 20s infinite;
}
.futureIcon3 {
	position: absolute;
	bottom: 18px;
	left: -65px;
	width: 15%;
	animation: anMove 15s infinite;
}
#contactInfo {
	background: #453e3a;
	padding: 40px 0px 65px;
}
.footerMenu .footerMenuLink {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 500;
	letter-spacing: 1px;
}
.footerMenu .footerMenuLink.active,
.footerMenu .footerMenuLink:hover {
	color: #1facc4;
}
.footerSocialTitle {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}
.contactInfoTop {
	display: flex;
	align-items: center;
	justify-content: center;
}
.footerMenu,
.footerSocial {
	padding-left: 0px;
}
.footerSocial {
	margin-left: auto;
	display: none;
}
.footerMenu li {
	margin: 0px 40px;
}
.footerSocial li:first-child {
	margin-left: 0px;
}
.footerMenu li:last-child,
.footerSocial li:last-child {
	margin-right: 0px;
}
.footerSocial li {
	margin: 0px 3px;
}
.officeDetailsTitle {
	font-size: 14px;
	color: #fff;
	font-weight: 500;
}
.officeDetailsText {
	font-size: 14px;
	color: #fff;
	/* font-weight: 300; */
	font-weight: 500;
}
.officeDetails {
	background: url("../img/officeIcon.png") no-repeat left center;
	padding-left: 45px;
}
.contactInfoAll {
	height: 65px;
	display: flex;
	align-items: center;
	padding: 0px 20px;
}
.contactInfoCol {
	border-left: 1px solid rgba(255,255,255,0.2);
}
.contactInfoCol:last-child {
	border-right: 1px solid rgba(255,255,255,0.2);
}
.contactDetails .row {
	margin-left: 0px;
	margin-right: 0px;
}
.officeDetails.emailDetails {
	background: url("../img/email.png") no-repeat left center;
}
.officeDetails.phoneDetails {
	background: url("../img/ph.png") no-repeat left center;
	padding-left: 50px;
}
.officeDetails.quoteDetails {
	background: url("../img/quote.png") no-repeat left center;
	padding-left: 55px;
}
.contactDetails {
	margin-top: 40px;
}
#footer {
	background: #045a69;
	padding: 16px 0px;
}
.footerInfo li,
.footerInfo li a {
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	text-decoration: none;
}
.footerInfo {
	display: flex;
	justify-content: center;
}
.footerInfo li:last-child {
	margin-left: auto;
	display: none;
}
#headerBanner.aboutBanner {
	background: url("../img/aboutBg.jpg") no-repeat top center;
	background-size: cover;
}
/* #headerBanner.aboutBanner .header {
    background: rgba(255,255,255,1);
} */
.bannerTitle1 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 26px;
	color: #fff;
}
#headerBanner.aboutBanner .banner {
	/* padding: 36px 0px 30px; */
	padding: 30px 0px;
}
.aboutMailTitle {
	font-weight: 500;
	font-size: 46px;
	color: #453e3a;
	margin-top: 7px;
	margin-bottom: 15px;
}
.aboutImg	{
	margin-top: 28px;
}
.aboutTogether .aboutAll .aboutRight {
    margin-top: 30px;
}
.missionTitle {
	font-weight: 700;
	font-size: 24px;
	color: #1facc4;
	margin: 30px 0px 10px;
}
.aboutMainIcon1 {
	position: absolute;
	top: 26px;
	right: 15px;
	width: 4%;
	animation: myfirst 10s linear 0s infinite alternate;
}
.aboutMainIcon2 {
	position: absolute;
	top: 50%;
	left: -4%;
	margin-top: -15%;
	animation: anMove 15s infinite;
	transform: matrix(1, 0, 0, 1, 25, -98);
}
.outTeamTitle {
	font-weight: 700;
	font-size: 24px;
	color: #453e3a;
	text-align: center;
	margin-bottom: 10px;
}
.aboutTogether .aboutAll {
	padding-bottom: 50px;
}
.outTeamImg {
	text-align: center;
}
.outTeamTitle1 {
	font-weight: 500;
	font-size: 18px;
	color: #1facc4;
	margin-top: 8px;
}
.outTeamTitle2 {
	/* font-weight: 300; */
	font-weight: 500;
	font-size: 16px;
	color: #2f2b2c;
}
.outTeamProfile {
	margin-top: 40px;
}
.outTeamProfile a {
	text-decoration: none;
}
.outTeam {
	padding-bottom: 65px;
}
.teamIcon1 {
	position: absolute;
	top: 30%;
	right: 0%;
	width: 7%;
	animation: anMove 15s infinite;
}
.teamIcon2 {
	position: absolute;
	top: -8%;
	left: -10%;
	animation: anMove 15s infinite;
}
#headerBanner.aboutBanner.projectBanner {
	background: url("../img/projectBg.jpg") no-repeat top center;
	background-size: cover;
}
/* .projectTextWidth {
	width: 65%;
} */
#about.aboutTogether.projectTogether .ourProjectOnly {
	background: url("../img/projectBodyBg.jpg") no-repeat bottom center;
	background-size: contain;
}
.projectBar {
	background: #0298b1;
	height: 3px;
	width: 40%;
	margin: 4px 0px 20px;
}
.projectDetailsImg {
	height: 98px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.projectDetails.card .card-body {
	padding: 5px 20px 30px;
}
.projectDetails.card {
	border-color: #d1d1d1;
	border-radius: 10px;
	cursor: pointer;
	transition-duration: .3s;
	margin-top: 30px;
	margin: 15px;
}
.projectDetails.card:hover {
	-webkit-box-shadow: 0px 0px 14px -4px rgb(113, 113, 113);
	-moz-box-shadow: 0px 0px 14px -4px rgb(113, 113, 113);
	box-shadow: 0px 0px 14px -4px rgb(113, 113, 113);
	transition-duration: .3s;
}
.projectAllDetails {
	/* padding: 50px 0px 30px; */
	padding: 20px 0px 30px;
}
.futureMainIcon2 {
    position: absolute;
	top: 0px;
	left: 0px;
	margin-top: 10%;
	margin-left: -4%;
	animation: anMove 15s infinite;
	transform: matrix(1, 0, 0, 1, 25, -98);
}
.futureMainIcon1 {
    position: absolute;
    top: 4%;
    right: 2%;
    width: 4%;
	animation: myfirst 15s linear 0s infinite alternate;
}
.futureMainIcon {
	position: absolute;
	bottom: 0px;
	right: 2%;
	animation: anMove 15s infinite;
}
.myForm {
	margin-bottom: 30px;
}
.myForm .form-control {
	height: 45px;
	border: 1px solid #c4c4c4;
	border-radius: 24px;
	font-size: 16px;
	padding: 8px 30px 8px 48px;
}
.myForm .form-control::placeholder {
	/* font-weight: 300; */
	font-size: 14px;
	font-weight: 500;
	color: #a6a6a6;
	letter-spacing: 2px;
}
.btn-submit {
	font-weight: 700;
	font-size: 16px;
	color: #fff;
	background-color: #1facc4;
	border: 1px solid #f08361;
	text-transform: uppercase;
	letter-spacing: 3px;
	width: 166px;
	padding: 9px;
	border-radius: 10px;
	margin-top: 10px;
}
.mainForm {
	margin-top: 34px;
}
.aboutAll.contactAll {
	padding-bottom: 80px;
}
.contactMainIcon2 {
    position: absolute;
    bottom: 0%;
	left: 6%;
	animation: anMove 15s infinite;
}
.contactMainIcon3 {
	position: absolute;
    bottom: -4%;
	right: 4%;
	width: 6%;
	animation: anMove 20s infinite;
}
.contactMainIcon {
	position: absolute;
	top: -10%;
	right: -4%;
	width: 18%;
	animation: anMove 15s infinite;
}
.aboutUl {
	margin-top: 15px;
}
.bannerLeft .aboutUl li {
	background: url('../img/aboutUlIcon.png') no-repeat left center;
	margin-top: 15px;
	padding-left: 45px;
}
.aboutUl li {
	font-weight: 500;
	margin-top: 10px;
}
.aboutUl li:first-child {
	margin-top: 0px;
}
.valueTitle {
	font-size: 18px;
	font-weight: 600;
	margin: 30px 0px 5px;
}
.projectOl {
	margin-top: 15px;
}
.projectOl li {
	margin-bottom: 15px;
}
.teamDetailsName {
	font-size: 20px;
	font-weight: 600;
	padding-top: 30px;
	color: #1facc4;
}
.teamDetailsDig {
	font-size: 16px;
	color: #2f2b2c;
	font-weight: 600;
	margin-bottom: 10px;
}
.teamDetails {
	padding: 30px 0px;
}
.butterflyJourney {
	padding-top: 35px;
}
#headerBanner.aboutBanner.futureBanner {
	background: url("../img/futureBg.jpg") no-repeat top center;
	background-size: cover;
}
#headerBanner.aboutBanner.contactBanner {
	background: url("../img/contactBg.jpg") no-repeat top center;
	background-size: cover;
}
.valueLeft {
	padding-right: 12px;
}
.valueRight {
	padding-left: 12px;
}
.projectbodyImgAlign {
	align-self: center;
}
.projectBofyIcon {
	position: absolute;
	width: 8%;
	bottom: 0px;
	left: 50%;
	margin-left: 30%;
	animation: anMove 20s infinite;
}
.projectBofyIcon2 {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: 4%;
	animation: anMove 20s infinite;
}
.projectBofyIcon3 {
	position: absolute;
	top: 0px;
	right: 0px;
	margin-top: 14%;
	width: 4%;
	margin-right: -2%;
	animation: anMove 15s infinite;
}
.googleMap {
	background: url("../img/googleMapIcon.png") no-repeat top right;
	padding: 35px 40px 0px 10px;
}
.teamProfileImg,
.teamProfileImg img {
	height: 204px;
	width: 204px;
	border-radius: 50%;
}
.teamProfileImg {
	overflow: hidden;
	border: 1px solid #72ae4f;
	margin: 0px auto;
}
.teamProfileImg img {
	border: 10px solid #fff;
	object-fit: cover;
	object-position: center top;
}
.teamProfileName {
	font-size: 16px;
	color: #1facc4;
	background-color: #fff;
	text-align: center;
	font-weight: 600;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px;
}
.teamProfileDegi {
	font-size: 14px;
	color: #fff;
	background-color: #72ae4f;
	text-align: center;
	font-weight: 600;
	height: 26px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px;
}
.teamProfile {
	width: 222px;
	margin: 15px auto;
	z-index: 9;
	position: relative;
}
.teamProfileDetails {
	border: 1px solid #72ae4f;
	border-radius: 40px;
	overflow: hidden;
	margin-top: -45px;
	z-index: 9;
	position: relative;
}
.teamProfileOne {
	margin-top: -100px;
}
.ourTeamTogether {
	margin-top: 20px;
	position: relative;
}
.teamProfileIcon1 {
	position: absolute;
	bottom: -11%;
	left: -9%;
	width: 18%;
	animation: anMove 20s infinite;
}
.teamProfileIcon2 {
	position: absolute;
	top: 42%;
	left: 70%;
	animation: anMove 20s infinite;
}
.teamProfileIcon3 {
	position: absolute;
	right: -5%;
	bottom: 0%;
	width: 4%;
	animation: anMove 15s infinite;
}
.teamProfileIcon4 {
	position: absolute;
	top: 33%;
	width: 4%;
	left: 6%;
	animation: anMove 15s infinite;
}
.contactInfoMain {
	background-color: #e7e7e7;
	padding: 50px 30px;
	border-radius: 20px;
	margin-bottom: 50px;
	position: relative;
	z-index: 9;
}
.officeDetailsMainTitle {
	font-weight: 600;
	font-size: 18px;
	color: #1facc4;
}
.officeDetailsMainText {
	font-weight: 500;
	font-size: 14px;
	color: #2f2b2c;
	line-height: 24px;
}
.officeDetailsMain {
	min-height: 90px;
	background: url("../img/officeIconMain.png") no-repeat left center;
	padding-left: 110px;
	display: flex;
	align-items: center;
}
.officeDetailsMain.emailMain {
	background: url("../img/emailMain.png") no-repeat left center;
	padding-left: 110px;
}
.officeDetailsMain.phMain {
	background: url("../img/phMain.png") no-repeat left center;
	padding-left: 110px;
}
.contactInfoMainCol {
  	align-self: center;
}
.aboutMailTitle.contactMainTitle {
	font-size: 32px;
}
.contactName .form-control {
	background: #e8f7f9 url("../img/formIcon1.png") no-repeat left 15px center;
}
.contactPhone .form-control {
	background: #e8f7f9 url("../img/formIcon2.png") no-repeat left 15px center;
}
.contactEmail .form-control {
	background: #e8f7f9 url("../img/formIcon3.png") no-repeat left 15px center;
}
.contactMsg .form-control {
	background: #e8f7f9 url("../img/formIcon4.png") no-repeat left 15px top 10px;
}
.wePromise {
	display: flex;
	align-items: center;
	padding: 30px 0px 45px;
}
.wePromise .aboutTitle1 {
	margin-right: 15px;
	margin-top: 0px;
}
.teamRow {
	justify-content: center;
}
#headerBanner .header .navbar {
	align-items: start;
	padding-top: 50px;
}
#headerBanner.aboutBanner .logo {
	width: 160px;
}
#headerBanner.aboutBanner .header .navbar {
	padding: 16px 0px;
	align-items: center;
}
.aboutBannerColor {
	background: rgba(1,58,99,0.8);
}










@media (min-width:1200px) {
	.container {
	    max-width: 1170px;
	}
}

@media (max-width:1199px) {
	.bannerTitle {
		font-size: 54px;
		line-height: 58px;
	}
	.bannerText {
		font-size: 21px;
		line-height: 28px;
	}
	.ourTeam {
		background-size: contain;
		width: 180px;
		height: 180px;
		margin-left: 40px;
	}
	.ourTeam.mission {
		background-size: contain;
		width: 220px;
		height: 220px;
		margin-left: 185px;	
	}
	.ourTeam.values {
		background-size: contain;
		width: 180px;
		height: 180px;
		margin-left: 395px;
	}
	.projectAll .projectCol img {
		width: 96%;
		margin-left: 4px;
	}
	.aboutIcon2 {
		left: 0px;
		margin-left: -20px;
	}
	.futureIcon1 {
		left: 0px;
		margin-left: -40px;
	}
	.aboutTitle1 {
		font-size: 30px;
		margin-top: 5px;
	}
	.aboutTitle2 {
		font-size: 52px;
		line-height: 40px;
	}
	.aboutTitle2.projectTitle {
		margin-top: 14px;
	}
	.containerFliudCenterBar {
		display: none;
	}
	.containerFliudBar {
		border: none;
	}
	.header .navbar .navbar-nav .nav-item .nav-link {
		padding: 0px 20px !important;
	}
	.logo {
		width: 300px;
	}
	.bannerImg {
		margin-top: -135px;
	}
	.teamValue {
		margin-top: 160px;
	}
}

@media (max-width:991px) {
	.logo {
		width: 150px;
	}
	#headerBanner .header .navbar {
		padding: 8px 0px;
		align-items: center;
	}
	.bannerImg {
		margin-top: 0px;
	}
	.header .navbar .navbar-nav .nav-item .nav-link {
		font-size: 14px;
		padding: 0px 14px !important;
		letter-spacing: normal;
	}
	.bannerTitle {
		font-size: 42px;
		line-height: 44px;
	}
	.bannerText {
		/* font-size: 20px;
		line-height: 28px;
		margin-top: 30px; */
	}
	.headerBtn .btn-header {
		font-size: 12px;
	}
	.aboutTitle2 {
		font-size: 40px;
		line-height: 30px;
	}
	.aboutRight {
		margin-top: 50px;
	}
	.ourTeam {
		width: 140px;
		height: 140px;
		margin-left: -15px;
		font-size: 12px;
	}
	.ourTeam.mission {
		width: 170px;
		height: 170px;
		margin-left: 95px;
	}
	.ourTeam.values {
		width: 130px;
		height: 130px;
		margin-left: 253px;
	}
	.aboutText {
		font-size: 14px;
	}
	.aboutAll {
		padding-bottom: 110px;
	}
	.projectIcon2 {
		top: 0px;
		margin-top: -40px;
	}
	.aboutIcon2 {
		margin-left: -35px;
	}
	.futureSlabTitle {
		font-size: 20px;
		line-height: 24px;
	}
	.footerMenu li {
		margin: 0px 30px;
	}
	.footerSocial li {
		margin: 0px 2px;
	}
	.contactInfoCol:last-child {
		border-right: 0px;
	}
	.contactInfoCol:last-child,
	.contactInfoCol:nth-child(3) {
		margin-top: 15px;
	}
	.outTeamTitle1 {
		font-size: 14px;
	}
	.outTeamTitle2 {
		font-size: 12px;
	}
	.aboutMainIcon2 {
		left: 0px;
		margin-left: -7%;
	}
	.futureMainIcon2 {
		width: 5%;
		margin-left: -4%;
	}
	.futureMainIcon {
		width: 12%;
	}
	.futureMainIcon {
		margin-bottom: -22px;
	}
	.contactMainIcon2 {
		left: 0px;
		margin-left: -7%;
	}
	.aboutMailTitle {
		font-size: 40px;
	}
	.bannerTitle1 {
		font-size: 20px;
	}
	.footerSocial {
		margin-top: 15px;
	}
	.teamProfileOne {
		margin-top: 0px;
	}
	.officeDetailsMain {
		margin-top: 30px;
	}
	.contactInfoMain .contactInfoMainCol:first-child .officeDetailsMain {
		margin-top: 0px;
	}
	.teamValue {
	  margin-top: 195px;
	  margin-left: 115px;
	}
}

@media (max-width:767px) {
	.bannerColRight {
		/* display: none; */
	}
	.header .navbar-toggler {
		padding: 0px;
	}
	.header .navbar-toggler:focus {
		box-shadow: none;
	}
	.header .navbar-toggler .navbar-toggler-icon {
		width: auto;
		height: auto;
	}
	.menuBar {
		/* width: 20px; */
		color: #fff
	}
	.header .navbar .navbar-nav .nav-item {
		margin-top: 15px;
	}
	.header .navbar .navbar-nav .nav-item .nav-link {
		padding: 0px 15px !important;
	}
	.ourTeam {
		position: relative;
		margin: 0px;
		margin-left: -25px;
	}
	.ourTeam.mission {
		margin-left: 100px;
	}
	.ourTeam.values {
		width: 145px;
		height: 145px;
		margin-left: 220px;
	}
	.teamValue {
		margin-left: -50px;
		margin-top: 60px;
	}
	#headerBanner .header .navbar .navbar-nav {
		margin-top: 30px;
	}
	.headerBtn.aboutBtn .btn-header {
		margin-top: 40px;
	}
	.aboutIcon2 {
		margin-left: -45px;
	}
	.aboutAll {
		padding-bottom: 0px;
	}
	.projectIcon1 {
		top: -100px;
	}
	.projectIcon2 {
		width: 10%;
	}
	.aboutTitle2 {
		font-size: 34px;
		line-height: 24px;
	}
	.aboutTitle1 {
		font-size: 24px;
		margin-top: 3px;
	}
	.headerBtn.aboutBtn.learnBtn {
		margin-top: 40px;
	}
	.futureIcon1 {
		margin-left: -48px;
	}
	.aboutImg {
		text-align: center;
	}
	.teamIcon2 {
		left: -30%;
		width: 32%;
	}
	.contactMainIcon2 {
		margin-left: -10%;
	}
	.contactMainIcon {
		width: 35%;
	}
	.contactInfoCol {
		margin-top: 15px;
	}
	.aboutMailTitle {
		font-size: 34px;
	}
	#headerBanner {
		background-size: 1500px;
	}
	#headerBanner.aboutBanner {
		background-size: 2350px !important;
	}
	.teamValueAll {
		display: flex;
		justify-content: center;
	}
	.aboutTitleBar {
		width: 18%;
	}
	.projectAll {
		margin-top: 30px;
	}
	.footerInfo {
		display: block;
		text-align: center;
	}
	.teamDetailsImg {
		text-align: center;
	}
	.aboutRight,
	.valueLeft,
	.valueRight {
		padding: 0px;
	}
	.futureLogo {
		margin-top: 30px;
	}
	.teamProfileIcon1,
	.teamProfileIcon2,
	.teamProfileIcon3,
	.teamProfileIcon4,
	.teamIcon1,
	.projectIcon1,
	.contactMainIcon2,
	.contactMainIcon3,
	.projectBofyIcon,
	.projectBofyIcon2,
	.projectBofyIcon3,
	.aboutIcon2,
	.projectIcon2,
	.futureIcon2,
	.futureIcon1,
	.futureIcon3,
	.aboutIcon1,
	.aboutMainIcon1,
	.aboutMainIcon2,
	.teamIcon2,
	.futureMainIcon2,
	.futureMainIcon1,
	.futureMainIcon,
	.contactMainIcon {
		display: none;
	}
	.footerMenu li {
		margin: 0px 12px;
	}
}

@media (max-width:575px) {
	/* .ourTeam.values {
		margin-left: 270px;
	} */
	.aboutMailTitle {
		font-size: 28px;
	}
	.bannerLeft .aboutUl li {
		margin-top: 8px;
		padding-left: 25px;
		font-size: 18px;
		background-size: 12px;
	}
	.footerMenu li {
	  margin: 0px 10px;
	}
	.logo {
	  width: 110px;
	}
	.aboutTitle1 {
	  font-size: 20px;
	}
	.aboutUl li {
	  margin-top: 4px;
	  font-size: 14px;
	}
	.footerMenu {
		text-align: center;
	}
}

@media (max-width:489px) {
	.ourTeam {
		width: 114px;
		height: 115px;
		font-size: 10px;
	}
	.ourTeam.mission {
		width: 156px;
		height: 156px;
		margin-left: 78px;
	}
	.ourTeam.values {
		width: 120px;
		height: 120px;
		margin-left: 200px;
	}
	.teamValue {
		margin-top: 100px;
		margin-bottom: 30px;
		margin-left: -65px;
	}
	.bannerTitle1 {
		font-size: 18px;
	}
	.aboutTitleBar {
		width: 30%;
	}
	.bannerLeft .aboutUl li {
		margin-top: 2px;
		font-size: 16px;
	}
	.header .navbar .navbar-nav .nav-item {
	  margin-top: 10px;
	}
	.header .navbar .navbar-nav .nav-item .nav-link {
  		font-size: 12px;
  	}
}

@media(max-width:413px) {
	.bannerTitle {
		font-size: 34px;
		line-height: 38px;
	}
	.bannerText {
		font-size: 16px;
		line-height: 22px;
	}
	.headerBtn .btn-header {
		font-size: 10px;
	}
	.ourTeam {
		width: 85px;
		height: 85px;
		font-size: 6px;
	}
	.ourTeam.mission {
		width: 115px;
		height: 115px;
		margin-left: 60px;
	}
	.ourTeam.values {
		width: 80px;
		height: 80px;
		margin-left: 168px;
	}
	.projectAll .projectCol img {
		width: 92%;
	}
	.footerMenu li {
		margin: 0px 5px;
	}
	.aboutMailTitle {
		font-size: 24px;
		line-height: 28px;
		margin-top: 12px;
	}
	.myForm .form-control {
		height: 45px;
		font-size: 12px;
	}
	.teamValue {
		margin-top: 125px;
	}
	.aboutTitle2 {
		font-size: 25px;
		line-height: 20px;
	}
	.aboutTitle1 {
		font-size: 15px;
		margin-top: 2px;
		margin-right: 4px;
	}
	.footerInfo li, 
	.footerInfo li a {
		font-size: 11px;
	}
	.bannerLeft .aboutUl li {
	  margin-top: 0px;
	  font-size: 12px;
	  padding-left: 17px;
	  background-size: 8px;
	}
	.aboutUl {
		padding-left: 15px;
	}
	.aboutUl li {
		font-size: 12px;
	}
	.wePromise {
		padding: 20px 0px;
	}
	.projectText.aboutText {
	  width: 100%;
	}
	.bannerLeft .aboutUl {
		padding-left: 0px;
	}
	.officeDetailsMain {
		min-height: auto !important;
		background: none !important;
		padding-left: 0px !important;
	}
}