/*Designed By Ranjan*/

@font-face{
	src: url('../fonts/OpenSans-ExtraBold.ttf');
	font-family: OpenSans-ExtraBold;
}
@font-face{
	src: url('../fonts/OpenSans-Bold.ttf');
	font-family: OpenSans-Bold;
}
@font-face{
	src: url('../fonts/OpenSans-SemiBold.ttf');
	font-family: OpenSans-SemiBold;
}
@font-face{
	src: url('../fonts/OpenSans-Medium.ttf');
	font-family: OpenSans-Medium;
}
@font-face{
	src: url('../fonts/OpenSans-Regular.ttf');
	font-family: OpenSans-Regular;
}
@font-face{
	src: url('../fonts/OpenSans-Light.ttf');
	font-family: OpenSans-Light;
}
@font-face{
	src: url('../fonts/Montserrat-ExtraBold.ttf');
	font-family: Montserrat-ExtraBold;
}

body{
	font-family: OpenSans-Regular;
	font-size: .9rem;
	color: #41484d;
}
#header{
	width: 100%;
	float: left;
	position: absolute;
	z-index: 999;
	padding: 40px 0;
}
#header img {
    width: 250px;
    /*box-shadow: 0 0 21px;*/
}

#banner{
	width: 100%;
	float: left;
	background-image: url('../images/barch-desktop-banner.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0 100%;
	padding: 80px 0 50px;
}

#banner .container{
	position: relative;
	overflow: hidden;
	max-width: 90%;
}
.banner_txt {
    position: absolute;
    right: 350px;
    top: 40%;
    transform: translate(-25%, -50%);
}
.mbl_bnr_txt {
	display: none;
}
.banner_txt h2{
	color: #41484d;
	font-family: OpenSans-ExtraBold;
	text-transform: uppercase;
	font-size: 1.6rem;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
.banner_txt h2 span{
	color: #02aaa7;
}
.banner_txt h3 {
    color: #41484d;
    font-family: 'Montserrat-ExtraBold';
    font-size: 2rem;
    max-width: 350px;
}
.banner_txt p{
	font-size: 1.1rem;
}
.banner_txt p span {
    font-family: 'OpenSans-ExtraBold';
    color: #02aaa7;
    background: #fff;
    padding: 3px 15px;
    font-size: 3rem;
}
.banner_txt  p.locat {
    margin: 20px 0;
}
.banner_txt .locat img {
    width: 20px;
    margin-top: -10px;
    margin-right: 5px;
}

.banner_txt .btn {
    background-color: transparent;
    border-radius: 20px;
    color: #41484d;
    font-family: OpenSans-Bold;
    font-size: 1.3rem;
    padding: 5px 2px;
}
.banner_form {
    width: 350px;
    float: right;
    text-align: center;
    position: relative;
    z-index: 999;
    padding: 20px;
    background: #102783;
}

.banner_form h4{
	font-weight: 300;
	font-family: OpenSans-ExtraBold;
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
	font-size: 1.5rem;
}
.banner_form h4 span{
	color: #ffde4f;
}
.form-group{
	margin-bottom: 8px;
}
.banner_form .form-control{
	font-family: OpenSans-Light;
	border-bottom: 1px solid rgba(285, 285, 285, .5);
	color: #5f6162;
	height: 38px;
	border-radius: 0;
	resize: none;
	font-size: .9rem;
	border: 1px solid #ddd;
}

.banner_form .form-control:focus{
	box-shadow: none;
	outline: none;
	border-color: #02AAA7;
}

.banner_form .form-control::placeholder{
	color: #5f6162;
}

.banner_form img{
	width: 90%;
	margin-left: 5%;
}

.banner_form .btn{
	background-color: #02A9A7;
	color: #fff;
	font-family: OpenSans-SemiBold;
	border-radius: 0;
	padding: 8px 50px;
	text-transform: uppercase;
	border-radius: 5px;
}

.banner_form iframe {
    height: 586px;
}

#highlight {
    width: 100%;
    float: left;
    background-color: #02AAA7;
    padding: 15px 0;
}
.highlight_sec {
    display: flex;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
}
.high_light {
    width: 31%;
    border: 1px solid rgba(285, 285, 285, .21);
    display: flex;
    align-content: center;
    align-items: center;
    padding: 10px 10px;
    margin: 1% auto !important;
}
.high_light img {
    width: 55px;
    margin-right: 10px;
}
.high_light p {
    margin-bottom: 0;
    font-family: OpenSans-SemiBold;
    color: #fff;
}
/*.high_light2 {
	padding-right: 0;
    margin-top: 20px;
}*/
.high_light_sec2 {
    width: 95%;
    border: 1px solid rgba(285, 285, 285, .21);
    display: flex;
    align-content: center;
    align-items: center;
    padding: 10px 30px;
    margin: 20px auto;
}
.high_light_sec2 img {
    width: 60px;
    margin-right: 20px;
}
.high_light_sec2 p {
    margin-bottom: 0;
    font-family: OpenSans-SemiBold;
    color: #fff;
}

/* section1 section start */
#section1 {
    width: 100%;
    float: left;
    padding: 40px 0 50px;
}
#section1 .container{
	max-width: 1200px;
}
.heading {
    color: #41484d;
    font-family: OpenSans-Bold;
    text-align: center;
    margin-bottom: 30px;
    font-size: 1.8rem;
}
.sec1_main {
    justify-content: space-between;
    align-content: center;
    position: relative;
    width: 100%;
    float: left;
}
.sec1_content {
    width: 55%;
    float: left;
    align-items: center;
    align-content: center;
    background-color: rgb(233, 242, 245);
    text-align: justify;
    padding: 50px 100px 50px 60px;
}
.sec1_content h3 {
    color: #41484d;
    font-size: 1.5rem;
    font-family: 'OpenSans-Bold';
}
.sec1_content h4 {
    color: rgb(2, 170, 167);
    font-size: 1.25rem;
    font-family: OpenSans-SemiBold;
}
.sec1_content p {
    font-family: OpenSans-Regular;
    font-size: 0.9rem;
}
.sec1-right {
    align-items: center;
    align-content: center;
    width: 43%;
    float: left;
    position: absolute;
    right: 80px;
    top: 60px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 10px;
    padding: 15px;
    border-radius: 0px 20px;
}
.sec1-right img {
    width: 100%;
}
/* section1 section end */
/* section2 section start */
#section2 {
    width: 100%;
    float: left;
    padding: 50px 0 0;
}
.section2-head h2 {
    color: #454545;
    font-family: OpenSans-Bold;
    font-size: 36px;
    text-align: center;
}
.section2-head p {
    text-align: center;
}
.section2-box {
    width: 100%;
    float: left;
    padding: 20px 0;
}
.section2-border {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.section2-main {
    width: 22%;
    margin: 15px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 10px;
}
.section2-box-title {
    min-height: 119px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section2-box-title h4 {
    font-size: 18px;
    font-family: 'OpenSans-Bold';
    color: #04A8A7;
    text-align: center;
}
.section2-box-title p {
    font-family: 'OpenSans-Regular';
    font-size: 0.9rem;
    margin-left: 5px;
    margin-bottom: 0;
}
.section2-img {
    /* width: 200px; */
    margin: 10px auto;
}
.section2-img img {
    width: 100%;
    float: left;
}
p.sec2_para {
    text-align: center;
}
/* section2 section end */

#section4{
	width: 100%;
	float: left;
	padding: 40px 0;
}

.companay {
    background-color: #F4F2F2;
    margin: 10px;
    padding: 0;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
.companay img{
	width: 100%;
}
.slick-dots{
	bottom: -45px;
}
.slick-dots li button::before{
	display: none;
}
.slick-dots li{
	margin: 0;
}
.slick-dots li button{
	width: 10px;
	height: 10px;
	background-color: #DCDEDF;
	border-radius: 50%;
}
.slick-dots li.slick-active button{
	background-color: #04A8A7;
}


#section5{
	width: 100%;
	float: left;
	padding: 40px 0;
}
.tesimonials {
    max-width: 800px;
    margin: auto;
    box-shadow: 0px 0px 25px 15px rgb(0 0 0 / 3%);
}
.client_speak {
    background-color: #ECF0F1;
    padding: 80px 50px;
    position: relative;
}
.client_speak:before {
    position: absolute;
    content: '';
    width: 40px;
    height: 33px;
    background-image: url('../images/quotes.png');
    background-repeat: no-repeat;
    background-size: contain;
    top: 30px;
}
.client_speak p{
	line-height: 25px;
}
.client_desig{
	text-align: center;
	position: relative;
	padding-bottom: 30px;
}
.client_img {
    width: 80px;
    height: 80px;
    margin: auto;
    border: 5px solid #DBD8D5;
    border-radius: 50%;
    overflow: hidden;
    margin-top: -40px;
}
.client_img img{
	width: 100%;
}
.client_desig h4{
	color: #01a8a8;
	font-family: OpenSans-Bold;
	margin-bottom: 5px;
}
.client_desig p{
	font-size: 1rem;
	margin-bottom: 0;
}
.tesimonials .slick-dots li button{
	background-color: #00b5ac;
}
.tesimonials .slick-dots li.slick-active button{
	background-color: #ebd724;
}


#section6{
	width: 100%;
	float: left;
	background-color: #02AAA7;
	padding: 40px 0;
	text-align: center;
}
#section6 .btn {
    border: 2px solid #fff;
    padding: 5px 40px;
    font-family: OpenSans-Bold;
    color: #fff;
    font-size: 1.3rem;
}
#footer{
	width: 100%;
	float: left;
	background-color: #595E64;
	padding: 15px 0;
	text-align: center;
}
#footer p{
	color: #fff;
	margin-bottom: 0;
}


.fixedbtn {
    position: fixed;
    right: -48px;
    top: 50%;
    transform: rotate(-90deg);
    text-transform: uppercase;
    border-radius: 0;
    background-color: #04A8A7;
    border: navajowhite;
    z-index: 999;
    color: #fff;
    font-family: OpenSans-Bold;
    font-size: .95rem;
}

.fixedbtn:focus,.fixedbtn:hover{
	outline: none;
	box-shadow: none;
	background-color: #EAD624;
	color: #fff;
}

.modal-body{
	background-color: #102783;
}
.modal-body iframe {
    height: 481px;
}
button.close{
	color: #fff;
	opacity: 1;
}
#enquire_modal .banner_form{
	width: 100%;
}
#enquire_modal .form-control{
	border: none;
}
#enquire_modal .banner_form .btn{
	background-color: #EAD624;
	color: #4a5055;
}
#enquire_modal h4{
	color: #fff;
}


/*==============*/
/*  Responsive */
/*============*/

@media screen and (max-width: 1460px) {
	.banner_txt {
	    top: 30%;
	}
}

@media screen and (max-width: 1450px) and (min-width: 1250px) {
	.banner_txt p.locat {
	    position: relative;
	    top: -13px;
	}
}

@media screen and (max-width: 1180px) {
	.banner_txt h2 {
	    font-size: 1.4rem;
	}
	.banner_txt p span {
	    font-size: 2rem;
	}
	.banner_txt h3 {
	    font-size: 1.6rem;
	    max-width: 280px;
	}
	#banner {
	    background-position: 12% 100%;
	}

}

@media screen and (max-width: 1024px) {
	.sec1-right {
    width: 45%;
    top: 110px;
	}
}
@media screen and (max-width: 960px){
	#banner{
		background-position: right;
	}
	.banner_txt p span {
	    padding: 3px 5px;
	}
	.banner_txt {
	    transform: translateY(-50%);
	    left: 0;
	}
	#banner .container {
	    max-width: 95%;
	}
	.sec1_box{
		width: 49%;
	}
	.program_sec{
		flex-wrap: wrap;
	}
	.program{
		width: 49%;
	}
	.program p br{
		display: none;
	}
	.highlight_sec {
    flex-wrap: wrap;
	}
	.high_light {
    width: 48%;
    margin: 5px;
	}
	.highlight_sec2 {
    width: 100%;
	}
	.sec1_content {
    padding: 20px 70px 20px 30px;
    width: 63%;
	}
	.sec1-right {
    width: 43%;
    right: 5px;
    top: 140px;
	}
	.section2-main {
    width: 45%;
	}

}

@media screen and (max-width: 767px){
	.banner_txt{
		position: relative;
		inset: 0;
		transform: none;
		margin-top: 100px;
		margin-bottom: 50px;
		display: none;
	}
	.banner_txt h2{
		font-size: 1.5rem;
	}
	.banner_txt p br{
		display: none;
	}
	.banner_form{
		width: 100%;
	}
	.heading{
		font-size: 1.5rem;
	}
	.fixedbtn {
	    top: auto;
	    bottom: -100px;
	    left: 0;
	    right: 0;
	    transform: none;
	    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
	    transition: .3s;
	}
	.fixedbtn.mobile_btn{
		bottom: 0;
	}
	#footer{
		padding: 15px 0 50px;
	}
	.program{
		width: 100%;
		margin-bottom: 20px;
	}
	.sec3_inner{
		flex-wrap: wrap;
	}
	.sec3_left{
		width: 100%;
	}
	.sec3_right{
		width: 100%;
	}
	.sec3_right img{
		width: 100%;
	}
	.high_light {
    width: 90%;
	}
	.highlight_sec2 {
    width: 90%;
	}
	.sec1_content {
    width: 100%;
	}
	.sec1-right {
    position: unset;
    width: 100%;
    top: 0;
    right: 0;
    margin-top: 20px;
	}
	.section2-main {
    width: 90%;
	}
	.section2-box-title {
    min-height: auto;
	}

	#banner .container{
		padding: 0;
		max-width: 100%;
	}
	.banner_txt{
		padding: 15px;
	}
	.modal-body iframe{
		height: 521px;
	}
	.modal-body{
		padding-left: 0;
		padding-right: 0;
	}
	.banner_txt .btn{
		font-size: 1rem;
	}
	.banner_form iframe {
		height: 546px;
	}

	.mbl_bnr_txt {
	    display: block;
	    width: 100%;
	    float: left;
	    background-image: url(../images/cmr-lp-B-Arch-mobile_02.png);
	    background-repeat: no-repeat;
	    background-position: bottom;
	    background-size: cover;
	    height: 320px;
	    padding: 20px;
	    position: relative;
	}
	.mbl_bnr_txt h2 {
	    color: #312c2c;
	    font-family: 'OpenSans-ExtraBold';
	    font-size: 1.5rem;
	}
	.mbl_bnr_txt span {
	    background: #fff;
	    color: #00b6ad;
	    font-family: 'OpenSans-ExtraBold';
	    padding: 3px 10px;
	    font-size: 2rem;
	}
	p.locat {
	    position: absolute;
	    bottom: 0;
	    font-family: 'OpenSans-SemiBold';
	    font-size: 1.2rem;
	}
	.locat img {
	    margin-top: -10px;
	}
	.mbl_bnr_txt h3 {
	    width: 55%;
	    font-family: 'Montserrat-ExtraBold';
	    color: #312c2c;
	    font-size: 1.3rem;
	}
	#header {
	    padding: 5px 0 0 !important;
	    position: unset;
	}
	#header img {
	    box-shadow: none;
	}
	#header h1 {
	    text-align: center;
	}
	.banner_form {
	    background: #102785;
	    padding: 20px 0;
	}
	.banner_form h4 {
	    color: #fff;
	}
	.widget_container.label_no {
	    border-color: #102785 !important;
	}
	#banner {
	    padding-top: 0;
	}
}

@media screen and (max-width: 412px) and (min-width: 400px) {
	.mbl_bnr_txt span {
	    font-size: 0.9rem;
	}
}
@media screen and (max-width: 400px) {
	.mbl_bnr_txt span {
	    font-size: 1.5rem;
	}
	.mbl_bnr_txt h3 {
	    font-size: 1.2rem;
	}
	.mbl_bnr_txt {
	    height: 260px;
	}
	.banner_form iframe {
		height: 566px;
	}
}

@media screen and (max-width: 370px) {
	.mbl_bnr_txt h2 {
	    font-size: 1.3rem;
	}
	/*.mbl_bnr_txt span {
	    font-size: .75rem;
	    padding: 3px 5px;
	}*/
	.mbl_bnr_txt h3 {
	    font-size: 1rem;
	}
	p.locat {
	    bottom: -10px;
	    font-size: 0.9rem;
	}
	.mbl_bnr_txt {
	    height: 230px;
	}
	.banner_form iframe {
		height: 586px;
	}
}

@media screen and (max-width: 360px) and (min-width: 330px) {
	.mbl_bnr_txt {
	    height: 240px !important;
	}
}

@media screen and (max-width: 360px){
	.nav-pills .nav-link{
		padding-left: 0;
		padding-right: 0;
	}
}