* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Montserrat', sans-serif;
}

a:hover, a:focus, a:visited{text-decoration:none;}


.container {
    max-width: 1160px;
}

.only-mob{display: none !important;}

.header{
	position:relative;
	width:100%;
	z-index: 1;
	background-color: #fff; 
	padding: 0px;
}

.header a.logo {
    display: block; 
	padding: 10px 0;
}

.header .navbar{
	padding:15px 0;
}

.darkHeader .navbar{padding:10px 0;}

.header .navbar-dark .navbar-nav .nav-link {
    color: #212b36;
    padding: 8px 10px;
	font-size:14px;
	text-transform: uppercase;
	font-weight: 500;
}

.darkHeader{
	position:fixed;
	background-color:#fff; 
	z-index: 999;
	width: 100%;
	transition:0.3s linear;
	padding:0;
	box-shadow: 0px 0px 3px #000;
}

.darkHeader a.logo {
    display: block;
	padding: 5px 0;
}

.darkHeader a.logo img{
	width:100px;
}

.darkHeader .navbar-dark .navbar-nav .nav-link {
    color: #212b36;
    padding: 8px 10px;
	font-size:14px;
	font-weight: 500;
	text-transform: uppercase;
}

.header .navbar li.nav-item.active .nav-link,
.darkHeader .navbar li.nav-item.active .nav-link{
	color:#212b36;
}

.header .navbar-dark .navbar-nav .nav-link.side-logo,
.darkHeader .navbar-dark .navbar-nav .nav-link.side-logo{
    padding: 0;
}


.banner-sec{position:relative;}

.banner-sec .carousel-item{
	min-height: 590px;
	max-height: 590px;
	background-position: 0% 0%;
	background-repeat: no-repeat;
	background-size: cover;
}

.banner-sec .carousel-caption{
	left:2%;
	right:2%;
	bottom: 10%;
	color:#fff;
	text-align: left;
}

.banner-sec .carousel-caption .banner-content {
    position: relative;
	padding:30px;
}

.banner-sec .carousel-caption .banner-content:before{
	content:'';
	position:absolute;
	background-image:url(../images/banner-i.png);
	width:491px;
	height:414px;
	top:-15px;
	left:0;
} 

.banner-sec .carousel-caption h3{
	color:#fff;
	font-size:48px;
	line-height:50px;
	margin-bottom: 0px;
	position:relative;
	font-weight: 700;
	font-family: 'Ubuntu', sans-serif;
}

.banner-sec .carousel-caption h3 span{
	color:#8fc6ff;
	font-size:52px;
}


.banner-sec .carousel-caption ul{
	list-style:none;
	padding:0;
	margin:20px 0 0;
}

.banner-sec .carousel-caption ul li{
	font-size:21px;
	font-weight:600;
	line-height:35px;
	position:relative;
}

.banner-sec .carousel-caption ul li:before{
	content:'';
	position:relative;
	width:10px;
	height:10px;
	background-color:#8fc6ff;
	display:inline-block;
	margin-right:10px;
	border-radius:100%;
	top:-2px;
}

.form-sec{position:relative;}

.form-sec .container{ padding:0;}

.form-box {
    background-color: #fff;
    padding: 20px;
    position: absolute;
    top: -34em;
    width: 345px;
    right: 20px;
	border-radius: 4px;
}

.form-box h3{ font-size:28px; font-weight:600; color: #000; margin-bottom: 15px; text-transform: capitalize;line-height: 35px;}
.form-box h3 span{font-weight:500;font-size:22px;display:block;}
.form-box label{ color:#666666; font-size:12px; padding-left: 7px;}
.form-box .form-control{
	border-radius: 4px;
  	border:4px;
  	background-color: #f0f0f0;
	height: 40px;
	font-weight: 400;
	font-size:14px;
	color:#000;
}
.form-group.col-md-12.btn-mob.text-center{margin-bottom:0px;}
.form-box .btn-firm {
    border-radius: 4px;
    background-color: #cd2628;
    color: #fff;
    padding: 5px 40px;
    border: 0px;
    font-size: 18px;
    height: 40px;
    text-transform: uppercase;
    font-weight: 600;
	cursor: pointer;
	width:100%;
}

.form-group.form-check label{font-size:12px; color:#656565; font-weight: 600;}
.form-group.form-check label + a{font-size:12px; color:#656565; font-weight: 600;}

.form-box .form-control::-webkit-input-placeholder { /* Edge */
  color: #666;
}

.form-box .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #666;
}

.form-box .form-control::placeholder {
  color: #666;
}

.form-box select.form-control option{
	color:#000;
}

.main-head{
  	color: #cd2628;
	position:relative;
	font-size:40px;
	line-height: 48px;
	font-weight: 600;
}

.about-section {
    position: relative;
    padding:100px 0px 40px;
	background-color:#f2f7fb;
}

.about-box {
    position: relative;
}

.about-section .about-content {
    position: relative;
    padding: 0;
}

.about-section .about-content h2 {
	font-size: 35px;
	font-weight: 600;
    color: #cd2628; 
	line-height: 48px;
	margin-bottom:10px;
}

.about-section .about-content p {
    position: relative;
    font-size: 16px;   
    color:#2a2a2a;
    margin-bottom: 10px;
	line-height:30px;
    font-weight:400;
	margin-bottom: 0px;
}

.about-section .about-content h4{
	font-size:28px;
	color:#222;
	margin:10px 0;
}

.about-section .about-content ul{
	list-style:none;
	padding: 20px 0 0;
	margin: 0;
}

.about-section .about-content ul li{
	display:inline-block;
	width:48%;
	font-size:13px;
	color:#333;
	line-height: 24px;
	font-weight: 400;
	position: relative;
}

.about-section .about-content ul li:before{
	content:'';
	position: relative;
	width:6px;
	height: 6px;
	background-color: #65b88e;
	display: inline-block;
	margin-right: 10px;
	border-radius: 100%;
	top:-3px;
}

.about-inner-box{
	position:relative;
	text-align:center;
}

.about-inner-box p{
	font-size:16px;
	line-height:30px;
	font-weight:500;
	color:#2a2a2a;
}

.awards-sec{
	position:relative;
	padding:80px 0 0px;
}

.awards-box{
	position:relative;
	background-color:#f7f7f7;
	text-align:center;
	padding:20px 25px;
	min-height: 425px;
}

.awards-box p{
	font-size:14px;
	color:#313131;
	line-height:30px;
	padding-top:20px;
	position:relative;
}

.awards-box p:before{
	content:'';
	position:absolute;
	width:90%;
	height:1px;
	background-color:#f5cbcc;
	top:0;
	left:4%;
}

.ame-sec{
	position:relative;
	padding: 80px 0 50px;
}

.ame-box {
    position: relative;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-bottom:30px;
}

.ame-img {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 4s0%;
	position:relative;
}

.ame-box img{
	width:100%;
	height:auto;
}

.ame-box p{
	margin-bottom:0px;
	font-size:18px;
	color:#2a2a2a;
	font-weight: 400;
}

.sucess-sec{
	position:relative;
	padding: 80px 0;
	background-color: #f2f7fb;
}


.sucess-sec .owl-carousel .owl-item .sucess-box img{
	width:auto;
	margin-bottom:15px;
}

.sucess-box{
	position:relative;
	padding-right:30px;
}

.sucess-box h3{
	font-size:18px;
	font-weight:600;
	color:#1f77ba;
}

.sucess-box h4{
	font-size:16px;
	font-weight:500;
	color:#474848;
}

.sucess-box h5{
	font-size:16px;
	font-weight:400;
	color:#474848;
}

.sucess-box p{
	font-size:15px;
	font-weight:300;
	color:#3b3b3b;
	position:relative;
	padding-right:30px;
}

.sucess-sec .owl-carousel .owl-item .sucess-box p img {
    position: absolute;
	top:-10px;
}

.sucess-sec .owl-dots {position: relative;text-align: center;}
	.sucess-sec .owl-carousel button.owl-dot{width:8px; height: 8px; background-color: #005bad; border-radius: 100%; margin: 0px 5px; opacity:0.5;}
	.sucess-sec .owl-carousel button.owl-dot.active{opacity:1;}


.fixed-enquire {
    position: fixed;
    bottom: 14em;
    transform: rotate(-90deg);
    background-color: #cd2628;
    right: -90px;
	border-radius: 10px;
	z-index: 9;
}

.fixed-enquire .side-equire{
	color:#fff;
	letter-spacing: 0.27px;
	font-size:18px;
	padding: 10px 40px 20px;
	display: block;
	font-weight: 500;
	text-transform: uppercase;
}

footer{
	padding:20px 0;	
}

footer p{
	margin-bottom:0px;
	font-size:16px;
	font-weight:300;
	color:#333;
}

.form-check{ padding-left:0px;}

/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #dfe2e6;
    background: #fff;
    border-radius: 0;
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: "";
  background-image: url("../images/tick.svg");
  background-position: 0% 0%;
  width:9px;
  height: 7px;	
  position: absolute;
  top: 0.40em;
  left: 0.33em;
  transition: all 0.2s;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 1px solid #dfe2e6;
}

/*-- pop up css --*/
@media (min-width: 992px){
.onloadpop .modal-lg {max-width: 800px;}
}

.modal-open .onloadpop .modal {   
    background-color: rgba(0, 0, 0, 0.58);
	
}

.onloadpop .modal-header{ 
	display: block;
	border-bottom: 0px;
}

.onloadpop .close {
    padding: 0;
    margin: 0;
    position: absolute;
    right: 10px;
    top: -35px;
    opacity: 1;
    z-index: 9;
	float: none;
}

.onloadpop .modal-dialog {
    margin: 0.75rem auto;
}

.onloadpop .modal-content {
    background-color: transparent;
    border: 0px;
    border-radius: 0;
    padding: 0px;
}

.onloadpop .modal-body {
    padding: 0rem 0rem;
   	background-color: #fff;
    border-radius: 0;
	margin-top: 2rem;
}

.onloadpop .modal-body [class*="col-"]{
	padding:0;
}

.onloadpop .modal-body .row{
	margin:0;
}

.onloadpop .modal-body .popup-form-box {
    padding: 27px 36px;
	position: relative;
}

.onloadpop .modal-body h2 {
    font-size: 40px;   
    font-weight: 700;
	margin: 0px 0 0;
	color:#000;
	display: block;
	text-transform: uppercase;
}

.onloadpop .modal-body h2 span{
	display: block;
	font-size:24px;
	font-weight: normal;
	text-transform: capitalize;
	color:#333;
	line-height: 1.3;
}

.onloadpop .modal-body .form-group {
    margin-bottom: 0.75rem;
}

.onloadpop .modal-body label {
    color: #666666;
    font-size: 14px;
	padding-left: 7px;
}

.onloadpop .modal-body .form-control{
	background-color:#fff;
	height: 40px;
	border-radius: 6px;
  	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.05);
  	border: solid 1px #dfe2e6;
	color:#141a3e;
	font-size:14px;
}

.onloadpop .form-group.form-check label {
    font-size: 12px;
    color: #999999;
	padding-left: 25px;
}

.onloadpop .form-group.form-check label + a {
    font-size: 12px;
    color: #999999;
}

.popbtn {
    background-color:#cd2628;
    padding: 9px 50px;
    color: #fff;
    border-radius: 0px;
    border: 0px;
    font-size: 14px;
    letter-spacing: 0.5px;
	width: 100%;
	height: 40px;
	text-transform: uppercase;
	font-weight: 600;
}

.popbtn:hover, .popbtn:focus {
    background-color: #cd2628;
	border-color: #cd2628;
	outline: none;
	color:#fff;
}

.onloadpop .modal-body .form-check-label{ font-size:14px;}

.onloadpop .modal-body label a{ color:#000;}

.onloadpop .modal-body .form-group label span {
	color: #f00;
	padding-left: 2px;
}

.onloadpop .form-control::-webkit-input-placeholder { /* Edge */
  color: #666;
}

.onloadpop .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #666;
}

.onloadpop .form-control::placeholder {
  color: #666;
}

.onloadpop .form-group.countrycoderow select {
    display: inline-block;
    width: 48%;
}

.onloadpop .form-group.countrycoderow input {
    width: 50%;
    display: inline-block;
}

.form-group.countrycoderow label{display:block;}


#thankyou_message_popup_Form {
    text-align: center;
}

#thankyou_message_popup_Form .space {
    position: relative;
    margin-top: 50px;
}

#thankyou_message_popup_Form .space h2 {
    color: #141a3e;
    font-size: 50px;
    letter-spacing: 2.45px;
    line-height: 41.6px;
    margin-top: 0;
    text-transform: uppercase;
    padding: 20px 0;
	font-weight: 700;
}

#thankyou_message_popup_Form .space p {
    color: #404668;
	font-size:29px;
	line-height: 48px;
	letter-spacing: 1.31px;
	font-weight: 500;
}

#thankyou_message_top_Form {
    text-align: center;
    padding: 0em 0;
}

#thankyou_message_top_Form .space h2 {
    color: #000;
    font-size: 40px;
    letter-spacing: 2.41px;
    line-height: 39px;
    margin-top: 0;
    text-transform: uppercase;
    padding: 10px 0;
	font-weight: 700;
}

#thankyou_message_top_Form .space p {
    color: #000;
	font-size:26px;
	line-height: 45px;
	letter-spacing: 1.2px;
	font-weight: 500;
}

#thankyou_message_bottom_Form {
    text-align: center;
    padding: 0;
}

#thankyou_message_bottom_Form .space h2 {
    color: #fff;
    font-size: 30px;
    letter-spacing: 2.41px;
    line-height: 1.3;
    margin-top: 0;
    text-transform: uppercase;
    padding: 0px 0;
	font-weight: 700;
}

#thankyou_message_bottom_Form .space p {
    color: #fff;
	font-size:16px;
	line-height: 1.3;
	letter-spacing: 1.2px;
	font-weight: 500;
}


body.bodybox{position:relative; overflow: hidden;}
body.bodybox:before {
    background-color: rgba(0, 0, 0, 0.5);
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    transition: opacity 3s linear;    
}



@media(min-width: 1400px) and (max-width: 1500px){
	.banner-sec .carousel-item{max-height:600px; min-height: 600px;}
}

@media(min-width: 1501px) and (max-width: 2200px){
	.container{max-width: 1160px;}
	.banner-sec .carousel-item{max-height:657px; min-height: 657px;}
	.map-sec{padding:50px 0 80px;background-size:contain;}
}

@media (max-width: 767px){
	.only-mob{display: block !important;}
	.only-desk{display: none !important;}
	.banner-sec .carousel-caption {bottom:45%;color: #000; display:none;}
	.form-sec .container.only-mob{padding-left:15px; padding-right: 15px; }
	.menu-icon {display: inline-block!important;top: 0px;position: relative;padding-right: 14px; left:-15px; margin-right: 20px;}
	.only-mob.menu-icon img{width:20px;}	
	a.logo img{ width:auto;}
	.header {position: relative;width: 100%;z-index: 99;padding: 10px 20px;}
	.darkHeader{position:absolute; z-index: 99; width: 100%; padding: 0px 20px; display:none;}
	.header a.logo{display:inline-block; width:60%; position:relative; left:-30px;padding:0px;border-radius:0px;background-color:transparent;}	
	a.brochure.only-mob {position: absolute;right: 0;top: 7px;padding: 8px 15px;background-color: #65b88e; border-radius: 8px;color: #fff;}
	.form-box {position: relative;right: auto;padding:15px 20px;width: 100%;margin: -40px auto 0;top: auto;border-radius:6px; min-height: 175px; background-color:#000; bottom:0; z-index: 9; border-top:1px solid #000;}	
	.banner-sec .carousel-item{background-image: url("../images/banner1mob2.jpg") !important; min-height:480px; max-height:480px; background-size: cover; background-position: 50% 0;}	
	.form-box h3{font-size:26px; text-align: left; color:#fff; font-weight: 600; text-transform: capitalize;}
	.form-box h3 span {display:block; font-size:20px; font-weight: 500;}
	.form-box .form-control{font-size:12px; height: 35px; box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.05); border:1px solid #dfe2e6;border-radius: 5px;}
	.form-box .form-control::-webkit-input-placeholder {color: #666;}
	.form-box .form-control:-ms-input-placeholder {color: #666;}
	.form-box .form-control::placeholder {color: #666;}
	.form-box label{display:none;}
	.form-group.col-md-12.half.fir, .form-group.col-md-12.half.sec{width:50%;}
	.form-group.form-check.col-md-12.text-center {text-align: left !important; padding-left:15px;}
	.form-box .form-group.form-check label{display:inline-block; font-size:13px; color:#fff;}
	.form-box .form-group.form-check label + a{font-size:13px; color:#fff;}
	.form-box h3{margin-bottom:10px;}
	.form-box .form-group:last-child {margin-bottom: 0;}
	.form-box .btn-firm{font-size:18px; padding: 5px 40px;}
	.form-sec{background-color:#f2f7fb; padding:0px 15px;}	
	.form-box .form-group{margin-bottom:1rem !important;}
	.form-group.col-md-3.btn-mob {position: absolute;bottom: 0px;width: 92%;}
	.form-box .form-group.col-md-12.countrycoderow select {width: 45%; float: left;}
	.form-group.col-md-12.countrycoderow input {width: 45%; float: right;}
	.fixed-enquire {right:auto; width:100%; bottom:0; transform: rotate(0); z-index: 9;text-align:center; border-radius: 10px 10px 0px 0px;}
	.fixed-enquire .side-equire{padding:10px 20px; font-size:18px;}
	.form-group.col-md-3.half.fir{padding-right:7px;}
	.form-group.col-md-3.half.sec{padding-left:7px;}
	.about-section {position: relative;padding: 40px 0px;}
	.about-section .img-box{padding:0; margin: 0;}
	.about-section .img-box:before{content:none;}
	.about-section .about-content {padding:0px; text-align:center; margin-left:0px;}
	.about-section .about-content h2{font-size:28px; margin-bottom:0px;text-shadow:none; line-height:36px;}
	.about-section img{width:100%;}
	.about-section .img-box img {width: 100%;margin-top: 10px;}	
	.about-section .about-content h4{font-size:20px;}
	.about-section .about-content ul li{width:100%;}
	.about-box:before, .about-box:after{content:none;}
	.about-section .col{-ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%;}
	.about-inner-box img {width: auto;}
	.about-section .row.mt-5 {margin-top: 15px !important;}
	.project-sec{padding:0px 0 40px;}	
	.main-head{font-size:28px; text-align: center;}
	.awards-sec{padding:40px 0 10px;}
	.awards-sec .row.mt-5 {margin-top: 15px !important;}
	.awards-box{margin-bottom:30px; min-height:auto;}
	.ame-sec{padding:0px 0 40px;}
	.ame-sec .owl-carousel .owl-item img {width: 140px;text-align: center;margin: 0 auto;}
	.ame-sec .row.mt-5 {margin-top: 1rem !important;}	
	.ame-sec .owl-dots {position: relative;text-align: center;}
	.ame-sec .owl-carousel button.owl-dot{width:8px; height: 8px; background-color: #005bad; border-radius: 100%; margin: 0px 5px; opacity:0.5;}
	.ame-sec .owl-carousel button.owl-dot.active{opacity:1;}
	.ame-box{text-align:center;}
	.ame-box p{margin-top:15px;}
	.ame-box p br {display: none;}	
	.sucess-sec{padding:40px 0 5rem;}
	.sucess-box{padding-right:0;}
	.sucess-box p{padding-right:10px;}
	.sucess-sec .owl-dots {position: relative;text-align: center;}
	.sucess-sec .owl-carousel button.owl-dot{width:8px; height: 8px; background-color: #005bad; border-radius: 100%; margin: 0px 5px; opacity:0.5;}
	.sucess-sec .owl-carousel button.owl-dot.active{opacity:1;}
	.about-inner-box p{line-height:24px;}
	.awards-box p{line-height:24px;}
	footer{padding-bottom:4rem;}
	footer p{font-size:16px;}
	.onloadpop .modal-content{padding:0px 20px;border-radius: 5px;}
	.onloadpop .modal-body{border:5px; background-color: transparent;}
	.onloadpop .modal-body .popup-form-box{background-color:#f1f1f1; border-radius: 0px 0px 8px 8px;}
	.left-img-popup img {width: 100%; border-radius: 8px 8px 0px 0px;}
	.onloadpop .modal-body .form-control::-webkit-input-placeholder {color: #666;}
	.onloadpop .modal-body .form-control:-ms-input-placeholder {color: #666;}
	.onloadpop .modal-body .form-control::placeholder {color:#666;}
	.onloadpop .form-group label{display:none;}
	.onloadpop .modal-body h2{font-size:30px; margin-top: 0px;}
	.onloadpop .modal-body h2 span{font-size:20px;}
	.onloadpop .close {position: absolute;right: 20px;top: -10px;}
	.onloadpop .form-group.form-check label{display:inline-block; font-size:11px;}
	.onloadpop .form-group.form-check label + a{font-size:11px;}
	div#mob_recaptcha{transform: scale(1) !important;-webkit-transform: scale(1) !important;transform-origin: 0 0;-webkit-transform-origin: 0 0;}
	div#web_recaptcha{transform: scale(1.1) !important;-webkit-transform: scale(1.1) !important;transform-origin: 0 0;-webkit-transform-origin: 0 0;}
	.left-img-popup {padding: 0em;}
	[type="checkbox"]:not(:checked) + label:after, [type="checkbox"]:checked + label:after{  top:0.45em; left: 0.35em;}
	.onloadpop .modal-body .form-control{font-size:12px; height: 35px;}
	.mobile-menu {background-color:#cd2628;list-style: none;padding: 0;margin: 0;left:-285px;top:-15px;	position: absolute;width: 265px;box-shadow: 0px -1px 0px #000;
	height: 100%;	min-height: 800px;transition: left 0.5s ease;}
	.mobile-menu.showmenu{left:-21px;transition: left 0.5s ease; top:-15px;}	
	.mobile-menu h4{box-shadow: 0 1px 1px 0 #e2e2e2; font-size:16px; font-weight: 500; padding: 25px 20px; color:#fff;}
	.mobile-menu h4 img{padding-right:15px;}
	.mobile-menu li a{font-size:16px; font-weight: 500;color:#fff; padding: 20px 20px; display:inline-block;}
	.mobile-menu li a img{ padding-right:15px;}
	#thankyou_message_popup_Form .space{margin-top:10px;}
	#thankyou_message_popup_Form .space h2{font-size:32px;}
	#thankyou_message_popup_Form .space p{font-size:20px; line-height: 30px;}
	#thankyou_message_top_Form .space h2{font-size:32px; color:#fff}
	#thankyou_message_top_Form .space p{font-size:20px; line-height: 30px;color:#fff;}
	#thankyou_message_top_Form {padding:1em 0;}
	div#thankyou_message_bottom_Form{padding:8em 0;}
	#thankyou_message_bottom_Form .space h2{font-size:40px;}
	#thankyou_message_bottom_Form .space p{font-size:24px; line-height: 1.6;}
}

@media(min-width: 320px) and (max-width: 378px){
	.banner-sec .carousel-item{min-height:450px; max-height: 450px;}
	.only-mob.textafter p{font-size:12px;}
	.form-box h3{font-size:26px;}
	.form-box h3 span{font-size:16px;}
	.banner-sec .carousel-caption{bottom:45%;}
	.banner-sec .carousel-caption h3{font-size:30px;}	
	.banner-sec .carousel-caption p {width: 100%;font-size:18px;}	
	.banner-sec .carousel-caption p span{font-size:18px;}
	.banner-sec .carousel-caption h6{font-size:18px;}
	.form-box .form-group.form-check label{font-size:10px;}
	.form-box .form-group.form-check label + a{font-size:10px;}
	div#web_recaptcha{transform: scale(1) !important;-webkit-transform: scale(1) !important;transform-origin: 0 0;-webkit-transform-origin: 0 0;}
	[type="checkbox"]:not(:checked) + label:before, [type="checkbox"]:checked + label:before{
		width:16px; height: 16px;}
	.about-section .about-content{padding:15px 10px;}
	.about-section .about-content h2{font-size:26px;}
	.main-head {font-size: 26px;}
	.onloadpop .modal-body h2{font-size:20px;}
	.onloadpop .modal-body .popup-form-box{ padding:15px 20px;}
	.onloadpop .modal-body .form-group.text-right{display:none;}
	.onloadpop .modal-body .form-group:last-child{margin-bottom:0;}
	.form-box .form-group.col-md-12.countrycoderow select{width:45%;}
	div#mob_recaptcha{transform: scale(0.95) !important;-webkit-transform: scale(0.95) !important;transform-origin: 0 0;-webkit-transform-origin: 0 0;}	
	.ame-box p{font-size:16px;}
}

@media (min-width:320px) and (max-width: 360px){
	.banner-sec .carousel-caption {bottom: 35%;}
	.banner-sec .carousel-item{min-height:370px; max-height: 370px;}	
	.banner-sec .carousel-caption h4{font-size:22px;}
	.banner-sec .carousel-caption p{width:100%; font-size:16px;}
	.banner-sec .carousel-caption h3 {font-size: 28px;}
	.banner-sec .carousel-caption p span{font-size:16px;}
	.banner-sec .carousel-caption h4 {font-size: 18px;line-height: 20px;}
	.about-section .about-content h2{font-size:22px;}
	.only-mob.textafter p{padding:7px 0px 7px 4em;}
	.onloadpop .modal-body h2 span{font-size:16px;}
	.onloadpop .modal-body .popup-form-box{padding:15px;}
	.form-box h3{font-size:24px; text-align:left;line-height: 26px;}
	.form-box h3 span{font-size:16px;}
	.about-section .about-content p{font-size:16px;line-height:26px;}
	.main-head {font-size: 24px;}
	.about-section .about-content h4 {font-size: 22px;}
	.floor-sec {padding: 40px 0px 10px;}
	div#mob_recaptcha{transform: scale(0.82) !important;-webkit-transform: scale(0.78) !important;transform-origin: 0 0;-webkit-transform-origin: 0 0;}
	div#web_recaptcha{transform: scale(0.82) !important;-webkit-transform: scale(0.82) !important;transform-origin: 0 0;-webkit-transform-origin: 0 0;}
	.project-sec table thead th{font-size:15px;}
	.project-sec table tbody td{font-size:14px;}
	.fixed-enquire .side-equire {font-size: 14px;}
	.about-section .about-content p {font-size: 14px;line-height: 22px;}
	.about-section .about-content ul li {font-size: 14px;line-height: 26px;}
	.about-inner-box p{line-height:24px;}
}

