body{
	min-width: 1200px;
}

.logoWrap img{
	height: 30px;
}
.headerMenus{
	padding: 0;
	list-style: none;
	margin: 0;
	line-height: 30px;
}
.headerMenus a,
.scrollDownLabel{
	text-transform: uppercase;
	padding: 0 20PX
	line-height: 36px;
	text-decoration: none;
	padding: 0 36px;
	color: #333;
}
.headerMenus .active a{
	color: #eb411c;
	font-weight: 600;
	font-size: 15px
}
.headerWrapper{
	padding: 20px;
	position: sticky;
    z-index: 9;
    top: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 5px 1px #ccc;
}
.bannerWrapper{
	min-height: 600px;
	height: calc(100vh - 70px);
}
.expertiseWrapper,
.experiencesWrapper,
.peocessWrapper,
.peopleWrapper,
.processWrapper,
.getintouchWrapper {
	min-height: 600px;
	height: 100vh;
	position: relative;
}
.carousel {
	height: 100%;
}
.carousel-inner{
	height: 100%;
}
.carousel-inner img {
    width: 100%;
    height: 100%;
}
.carousel-indicators li{
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 1px solid #fff;
	background-color: transparent;
}
.carousel-indicators{
	bottom: 35%;
}
.carousel-indicators .active{
	background-color: #fff;
	opacity: 0.8;
}
.bannerContent{
	height: 100%;
	padding: 100px 0;
	text-align: center;
}
.bannerContent .heading{
	color: #fff;
	font-size: 60px;
	font-weight: 200;
	margin-top: 100px;
}
.bannerContent .heading span{
	font-weight: 400;
}
.bannerContent p{
	font-size: 20px;
	color: #fff;
	font-weight: 200;

	max-width: 495px;	
	margin: 0 auto 200px auto;
}
.bannerContent p span{
	font-weight: 400;
	text-transform: capitalize;
}
.scrollDownWrap .btnScrollDown{
    border: 2px solid #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: no-repeat url(../img/downArrowWhite.png) center 15px;
    margin-bottom: 15px;
    background-size: 20px auto;

}
.scrollDownWrap{
	position: absolute;
	width: 100%;
	bottom: 0px;
}
.scrollDownWrap img{
	width: 500px;
	display:block;
	margin: 0 auto;
	margin-top: 30px;
}
.scrollDownLabel{
	color: #fff;
	font-size: 14px;
}
.expertiseWrapper{
	background: no-repeat url(../img/expertise_bg.png) center;	
}
.expertiseWrapper,
.peopleWrapper,
.processWrapper{
	padding: 100px 0 0;
	text-align: center;
}
.sectionHeading{
	font-weight: 200;
	font-size: 50px;
	letter-spacing: 1px;
	text-align: center;
}
.sectionContent p{
	font-size: 20px;
	color: #5e5e5e;
	line-height: 30px;
	text-transform: capitalize;
	letter-spacing: 0.4px;
	font-weight: 300;
}
.sectionContent{
	padding: 30px 0;
}
.learMore a{
	font-size: 16px;
	font-weight: 200;
	text-transform: uppercase;
	color: #eb411c;
	text-decoration: none;
}
.expertiseWrapper .scrollDownWrap .btnScrollDown,
.peopleWrapper .scrollDownWrap .btnScrollDown,
.processWrapper .scrollDownWrap .btnScrollDown{
	border: 1px solid #eb411c;
	background-image: url(../img/downArrow.png); 
}
.getintouchWrapper .scrollDownWrap .btnScrollDown{
	transform: rotate(180deg);
}
.expertiseWrapper .scrollDownLabel,
.peopleWrapper .scrollDownLabel,
.processWrapper .scrollDownLabel{
	color: #eb411c;
}
.experiencesWrapper{
	background: url('../img/experiencesBg.png') no-repeat center center;
	background-size: cover;
	padding: 100px 0; 
	text-align: center;	
	position: relative;
}
.experiencesWrapper .sectionHeading,
.getintouchWrapper .sectionHeading{
	color: #fff;
}
.experienceContent{
	justify-content: space-evenly;
	text-align: center;
	padding-top: 40px;
}
.fieldName{
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	max-width: 160px;
	margin-top: 10px;
}
.experienceContentSec .fieldName{
	max-width: 135px;
}
.memberImage{
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background-color: #f7b3a4;
	margin: auto;
}
.memberImage img{
	max-height: 100%;
	max-width: 100%;
}
.processImgWrap{
	width: 80%;
	text-align: center;
	margin: 50px auto;
}
.processImgWrap img{
	max-width: 100%;
	display: inline-block;
}
.teamMember{
	text-align: center;
}
.teamMembersWrap{
	justify-content: space-evenly;
	margin-top: 50px; 
}
.teamMemberName{
	color: #4c4c4c;
	font-size: 18px;
	letter-spacing: 0.6px;
	font-weight: 300;
}
.profile{
	font-size: 14px;
	font-weight: 200;
	color: #ec502e;
	max-width: 135px;
	text-transform: capitalize;
}
.downImage{
	margin-top: 45px;
}
.getintouchWrapper{
	background: url('../img/getintouchBg.png') no-repeat center;
	background-size: cover;
	padding: 100px 0; 
	text-align: center;	
	position: relative;
}
.carousel-item{
	background-position-x: center;
    background-position-y: center;
    height: 100%;
}
.getintouchForm{
	width: 30%;
	margin: auto;
}
.formFields input, .formFields textarea{
	width: 100%;
	border: 1px solid #fff;
	border-radius: 6px;
	padding: 10px;
	margin: 15px 0;
	background: transparent;
}
.formFields textarea{
	height: 120px;
	resize: none;
}
.formFields input::-webkit-input-placeholder{
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
}
.formFields textarea::-webkit-input-placeholder{
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
}
.btnWrap{
	text-align: right;
}
.btnSubmit{
	background-color: #fff;
	color: #ec502e;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	border-radius: 10px;
	padding: 14px 10px;
	font-size: 15px;
	border: 0;
}