* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Blinker', 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; 
}

/* .header .container, .darkHeader .container{
	padding:0;
} */

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

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

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

.darkHeader .navbar{padding:0px;}

.header .navbar-dark .navbar-nav .nav-link {
	color: #000;
    margin: 26px 13px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    padding: 0;
}

.darkHeader{
	position:fixed;
	background-color: #fff; 
	z-index: 9;
	width: 100%;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
	transition:0.3s linear;
}

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

.darkHeader a.logo img{
	width:auto;
}

.darkHeader .navbar-dark .navbar-nav .nav-link {
	color: #000;
    margin: 19px 13px;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    padding: 0;
}

.header .navbar li.nav-item .nav-link span,
.darkHeader .navbar li.nav-item .nav-link span{
	border-bottom: 1px solid transparent;
	padding-bottom: 10px;
}

.header .navbar li.nav-item.active .nav-link span,
.darkHeader .navbar li.nav-item.active .nav-link span{
	border-bottom: 1px solid #f2d379;
}

/* .header .navbar li.nav-item.active .nav-link,
.darkHeader .navbar li.nav-item.active .nav-link{
	color:#068da2;
} */
.header .navbar li.nav-item .nav-link:hover,
.darkHeader .navbar li.nav-item .nav-link:hover{
	color:#068da2;
}
.header .navbar li.nav-item .nav-link:before,
.darkHeader .navbar li.nav-item .nav-link:before{
position:absolute;
content: '';
/* border: 1px solid #068da2; */
background-color:#068da2;
height: 1px;
width: 0%;
bottom: -8px;
transition: ease .5s;
}
.darkHeader .navbar li.nav-item .nav-link:before{
	bottom: -2px;
}
.header .navbar li.nav-item .nav-link:hover:before,
.darkHeader .navbar li.nav-item .nav-link:hover:before{
width: 100%;
transition: ease .5s;
}

.header a.side-logo, .darkHeader a.side-logo{
	text-align:center;
	padding: 21px 0;
	display: block;
}

.banner-sec{position:relative;}

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

.banner-sec .carousel-caption{
	left:2%;
	right:2%;
	bottom: 100px;
	color:#000;
}

.banner-sec .carousel-caption h5 {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 0px;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.banner-sec .carousel-caption h4.de {
    font-size: 52px;
    font-weight: 600;
    margin-bottom: 0px;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.banner-sec .carousel-caption h4.ab {
	font-size: 60px;
    font-weight: 600;
	color: #fff;
	margin-bottom: 17px;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.banner-sec .carousel-caption h3 {
    color: #fff;
    font-size: 72px;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
	margin-bottom:0px;
}

.banner-sec .carousel-caption h3 span {
    font-size: 52px;
    font-weight: 600;
    margin-bottom: 0px;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.banner-sec .carousel-caption p{
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    margin-bottom: 0px;
    line-height: 38px;
}

.form-sec{position:relative;}

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

.form-box {   
    background-color:#068da2;
    padding: 10px 50px 0px;
	position: relative;
	top: -4em;
	margin-left:110px;
}

.form-box h3{ font-size:30px; font-weight:600; color: #fff; margin-bottom: 10px; text-transform: uppercase;}
.form-box h3 span{font-weight:400; font-size:25px;}
.form-box label{ color:#666666; font-size:12px; padding-left: 7px;}
.form-box .form-control{
	border-radius: 4px;
  	border:4px;
  	background-color: #ffffff;
	height: 40px;
	font-weight: 400;
	font-size:14px;
}
.form-box .btn-firm {
    width: 100%;
    border-radius: 4px;
    background-color: #FFC916;
    color: #000000;
    padding: 5px 40px;
    border: 0px;
    font-size: 24px;
    height: 40px;
    text-transform: capitalize;
    font-weight: 500;
	line-height:26px;
	cursor: pointer;
	transition: ease .4s;
}
.form-box .btn-firm:hover {
	transition: ease .4s;
	background-color: #000000;
    color: #ffffff;
}

.form-group.col {padding-right: 5px;}

.form-group.form-check label{font-size:15px; color:#fff; font-weight: 400;}
.form-group.form-check label + a{font-size:15px; color:#fff; font-weight: 400;}

.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;
}

.main-head{
	color:#333;
	font-size:42px;
	margin-bottom: 0;
	font-weight: 600;
	text-transform: uppercase;
}

.showhead {
    opacity: 0.11;
    -webkit-text-stroke: 1px #4d87b4;
    font-size: 88px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: rgba(102, 102, 102, 0);
    margin-bottom: 0;
    line-height: 0.3;
	text-transform:uppercase;
}

.main-head span{
	font-weight:600;
}

p.sub-head{
	font-size:16px;
	color:#666;
	padding-top: 10px;
	line-height: 33px;
}

.about-sec{
	position:relative;
	padding: 70px 0;
}

.about-text .main-head {
	font-size: 34px;
}
.col-md-6.text-left.about-text {
    margin-bottom: 30px;
	padding-right:0em;
}

.about-text p{
	font-size:18px;
	color:#666666;
	font-weight: 400;
	line-height: 28px;
}

.about-img {
    position: relative;
    /* left: -7em; */
    top: 0px;
}
.about-text ul {

}
.about-text ul  li{
	list-style: none;
	font-size:18px;
	color:#666666;
	font-weight: 600;
	line-height: 31px;
}
/* .courses-sec{
	position:relative;
	padding: 80px 0 60px;
	background-color: #fff;
	background: url("../images/courses-bg.png") no-repeat 50% 0%;
	background-size: contain;
}

.courses-sec .nav-tabs {
    border-bottom: 0px solid #dee2e6;
}

.courses-sec .nav-tabs .nav-item {
    margin-bottom: 0px;
}

.courses-sec .nav-tabs .nav-item.show .nav-link, 
.courses-sec .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #c6361b;
    border-color: #c6361b;
}

.courses-sec .nav-tabs .nav-link {
    border: 1px solid #c6361b;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    margin: 0px 10px;
    padding: 8px 65px;
    border-radius: 30px;
	font-size:18px;
	font-weight:600;
	color:#c6361b;
}

.courses-box{
	position:relative;
}

.courses-box .img-box {
    width: 230px;
    height: 230px;
    border: solid 10px #fff;
    background-color: #ecf7fe;
    margin: 0 auto;
    border-radius: 100%;
    margin-top: 20px;
    align-items: center;
    display: flex;
}

.img-box img {
    display: block;
    margin: 0 auto;
}

.courses-box h3{
	font-size:17px;
	color:#c6361b;
	line-height: 25px;
	font-weight: 600;
	text-align: left;
	padding-top: 30px;
	margin-bottom: 0px;
	padding-bottom: 10px;
}

.courses-box p{
	text-align: left;
	font-size:14px;
	line-height: 23px;
	padding-right: 30px;
}

.courses-box.second h3, .courses-box.second h4{
	padding-left:40px;
}

.courses-box.second h4 {
    text-align: left;
    font-size: 16px;
    font-weight: 600;
}

.courses-box p{
	font-size:16px;
	font-weight:400;
}

.courses-box p.secp{
	padding-left:50px;
	margin-bottom:5px;
} */
.gallery-section{
	position:relative;
	padding: 74px 0 92px;
	background-color: #f4f7f9;
}
.gallery-section .col-md-4{
	padding:0;
}
.gallery-section .row {
    margin-right: 3.5px;
    margin-left: 3.5px;
}
.gallery-box {
    position: relative;
	border-radius: 0;
    transition: all .3s ease;
}
.gallery-box:hover{
	transform: scale(1.15);
    z-index: 1;
    transition: all .3s ease;
    box-shadow: 0 10px 20px rgb(0 0 0 / 15%);
}
.gallery-box:hover:before{
	background-color:rgb(0 0 0 / 0%);	
}
.gallery-box img{
	width:100%;
	background-color: #000;
}
.gallery-section h3{
	font-size: 42px;
	font-weight: 600;
	color: #000;
	text-align: center;
	margin-bottom: 49px;
	text-transform: uppercase;
}
.gallery-section h3 span{
	font-size: 42px;
	font-weight: bold;
	color: #000;
	text-align: center;
}
.whatmakes{
    padding-bottom: 100px;
    padding-top: 74px;
}
.whatmakes .box1 {
    background-color: #5abccc;
    width: 242px;
    height: 160px;
    text-align: center;
	padding-top: 30px;
	padding-left: 8px;
    padding-right: 8px;
	border-radius: 20px;
}
.box1 h3{
	font-size: 32px;
	font-weight: 600;
	color: #000;
	line-height: 1.06;
	margin-bottom: 5px;
}
.box1 p{
    font-size: 20px;
    font-weight: normal;
    color: #000;
    margin-bottom: 0;
    line-height: 30px;
}
.testimonial-section{
	padding:80px 0px 50px;
	position: relative;
	background:rgb(72 119 155 / 6%);
}

.test-head{
	display:block;
	position: relative;
	text-align: right;
	margin-right: 30px;
	margin-top:15px;
}

.test-head h3, .test-head i{
	display:inline-block;
}

.test-head h3{
	font-size:16px;
	color:#201f1f;
	font-weight: 500;
	text-align: right;
}

.test-head h3 span{
	display:block;
	color:#959595;
	line-height: 24px;
	font-weight: 400;
}

.test-head i img{
    /* margin-left: 10px;
	margin-top: 10px; */
	position: relative;
	top: 10px;
	left: 10px;
}

.test-text {
    position: relative;
    padding: 40px;
    background-color: #fff;
    border-radius: 20px 20px 0px 20px;
    margin-top: 5px;
	min-height:223px;
}

.test-text:after {
    width: 20px;
    height: 18px;
    background-color: #dddddd;
    content: '';
    position: absolute;
    right: 0px;
    bottom: -21px;
    border-top: 20px solid #ddd;
    border-bottom: 0px solid #f4f7f9;
    border-left: 0px solid #f4f7f9;
    border-right: 20px solid #f4f7f9;
}

.test-text p{
	margin-bottom:0px;
	position:relative;
	padding-left: 30px;
}

.test-text p:after {
	content: '66';
    position: absolute;
    top: -25px;
    left: 0px;
    font-size: 40px;
    font-weight: 200;
    color: #dddddd52;
    z-index: 0;
}

.testimonial-section .owl-dots{
	text-align:center;
	position: relative;
	top:30px;
}

.testimonial-section .owl-carousel button.owl-dot{
	width:10px;
	height: 10px;
	background-color: #f0bc5e;
	border-radius: 100%;
	opacity: 70%;
	margin: 0px 5px;
}

.testimonial-section .owl-carousel button.owl-dot.active{
	width:12px;
	height: 12px;
	opacity: 100%;
}


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

.fixed-enquire .side-equire{
	color:#000000;
	letter-spacing: 0.27px;
	font-size:24px;
	padding: 10px 40px 20px;
	display: block;
	font-weight: 500;
	
}

.last-form {
    position: relative;
    padding: 50px 0 0;
    background-color: rgba(47, 71, 103, 0.87);
}


/* 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: 600px;}
}

.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: #48779b;
    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: 24px 36px;
	position: relative;
	background-color:#068da2;
}

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

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

.onloadpop .modal-body .form-group {
    margin-bottom: 0.75rem;
}
.onloadpop .modal-body .form-group:last-child {
    margin-bottom: 0rem;
}
.onloadpop .modal-body label {
    color: #666666;
    font-size: 12px;
	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;
}

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

.onloadpop .form-group.form-check label + a {
    font-size: 14px;
    color: #fff;
}
.popbtn {
    background-color: #FFC916;
    padding: 9px 50px;
    color: #000000;
    border-radius: 0px;
    border: 0px;
    text-transform: capitalize;
    font-size: 16px;
	font-weight: 600;
	border-radius: 6px;
    letter-spacing: 0.5px;
	width: 100%;
	height: 40px;
	text-transform: uppercase;
	transition: ease .5s;
	cursor: pointer;
}

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

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

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

.onloadpop .modal-body .form-group label span {
	color: #fff;
	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 .modal-body .form-check{
	padding-left: 0;
}

#thankyou_message_popup_Form {
    text-align: center;
}

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

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

#thankyou_message_popup_Form .space p {
    color: #fff;
	font-size:23px;
	line-height: 28px;
	letter-spacing: 1.31px;
	font-weight: 500;
}

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

#thankyou_message_top_Form .space h2 {
    color: #fff;
    font-size: 50px;
    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: #fff;
	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: 1899px){
	.banner-sec .carousel-item{max-height:539px; min-height: 539px;}
}

@media(min-width: 1900px) and (max-width: 2200px){
	.container{max-width: 1400px;}
	.banner-sec .carousel-item{max-height:657px; min-height: 657px;}
	
}

@media (max-width: 767px){
	.gallery-section .row {
		margin-right: 0;
		margin-left: 0;
	}
	.form-group.col {
		padding-right: 15px;
	}
	.carousel-caption ul li {
		display: inline-block;
		width: 48%;
	}
	.test-text {
		min-height: 200px;
	}
	.whatmakes .col-6:nth-child(odd) {
		padding-right: 7.5px;
	}
	.whatmakes .col-6:nth-child(even) {
		padding-left: 7.5px;
	}
	.header a.logo img {
		max-width: 89px;
	}
	.box1 p {
		font-size: 16px;
		line-height: 22px;
	}
	.box1 h3 {
		font-size: 25px;
	}
	.whatmakes {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.only-mob{display: block !important;}
	.only-desk{display: none !important;}
	.banner-sec .carousel-caption {bottom: 188px;color: #000;top:auto;}
	.form-sec .container.only-mob{padding-left:15px; padding-right: 15px; }
	.menu-icon {display: inline-block!important; top: 15px;position: absolute;padding-right: 15px; left:auto; right:0;}
	.only-mob.menu-icon img{width:20px;}
	/* a.logo img{ width:260px;} */
	a.sidemoblogo{display:inline-block !important;}
	a.sidemoblogo img {width: 60px;margin-left: 20px;}
	.header a.logo{padding:8px 0;}
	.header {position: relative;width: 100%;z-index: 99;padding:0px 0px;    background-color: #060606;}
	.darkHeader{position:absolute; z-index: 99; width: 100%; padding: 0px 20px; display:none;}
	.header a.logo{display:inline-block; font-size:19px; font-weight: 400;}
	.form-box {position:relative;right: auto;padding:15px 15px;width: 100%;margin: 0px auto 0;top: -20px;border-radius: 10px 10px 0px 0px;  background-color:#068da2; bottom:0; z-index: 9;}	
	.banner-sec .carousel-item{background-image: url("../images/banner-mob.jpg") !important; min-height:410px; max-height:410px; background-size: cover; background-position: 50% 0;}		
	.banner-sec .carousel-caption h5{font-size:30px;}
	.banner-sec .carousel-caption h4.de{font-size:25px;}
	.banner-sec .carousel-caption h4.ab{font-size:27px;}
	.banner-sec .carousel-caption h3{font-size:40px;}
	.banner-sec .carousel-caption h3 span{font-size:30px;}
	.banner-sec .carousel-caption p{font-size: 15px;
		line-height: 19px;}
	.form-box h3{font-size:27px; text-align: left; color:#fff; font-weight: 600; text-transform: uppercase;}
	.form-box h3 span {display:block; font-size:20px; font-weight: 400;}
	.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-box .col-md-3.half{width:50%;}
	.form-group.form-check.col-md-12.text-center {text-align: center!important;}
	.form-box .form-group.form-check label{display:inline-block; font-size:11px; color:#fff;}
	.form-box .form-group.form-check label + a{font-size:11px; color:#fff;}
	.form-box h3{margin-bottom:10px;}
	.form-box .form-group:last-child {order: 1;}
	.form-box .btn-firm{font-size:14px;}
	.form-sec{padding-bottom:30px;}
	.form-sec{background-color:transparent; padding:0px 15px;}
	.form-box .form-group.col {width: 100%;flex-basis: auto;}
	.form-group.col.btn-mob {order: 2;}
	.image-over img {width: 100%;margin-bottom: 30px;}
	.main-head{font-size:32px; text-transform: uppercase; position:relative; text-align: center;    margin-bottom: 0px;}	
	p.sub-head{font-size:14px; color:rgba(0, 0, 0, 0.93); margin-bottom: 0px; line-height: 26px;}	
	.col-md-12.left-full {padding-right: 0;}		
	.form-box .form-group{margin-bottom:0.5rem !important;}		
	.form-group.col-md-3.btn-mob {position: absolute;bottom: 0px;width: 92%;}
	.about-sec{text-align:center; padding: 22px 0 40px;}
	.about-img {position: relative;left: auto;top: auto;text-align: center;width: 100%;}
	h2.showhead{text-align:center; font-size:60px;line-height: 0.5;display: none;}
	.about-img img{position:relative; bottom: -25px;}
	.about-text p{padding-top: 20px;
		margin-top: 40px;}
	.col-md-6.text-left.about-text{margin-bottom:15px;}
	.owl-carousel .owl-item .courses-box .img-box img{ width:80px; height: 80px;}
	.col-md-6.text-left.about-text{padding-right:15px;}
	.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:22px;}	
	.testimonial-sec{ padding: 50px 0px 12em; background: url("../images/temp bg.jpg") no-repeat 0% 0%;
	background-size: cover;}
	.testi-box{min-height:220px; border-radius: 10px;}
	.testimonial-sec h2.showhead{font-size:50px;}
	.testimonial-section {padding: 50px 0px 7rem;}
	.form-group.col-md-3.half.fir{padding-right:7px;}
	.form-group.col-md-3.half.sec{padding-left:7px;}
	.onloadpop .modal-content{padding:0px 20px;border-radius: 5px;}
	.onloadpop .modal-body{border:5px; background-color: transparent;}
	.onloadpop .modal-body .popup-form-box{ border-radius: 0px 0px 8px 8px;}
	.left-img-popup img {width: 100%; border-radius: 8px 8px 0px 0px;}
	.onloadpop .form-control::-webkit-input-placeholder {color: #999999;}
	.onloadpop .form-control:-ms-input-placeholder {color: #999999;}
	.onloadpop .form-control::placeholder {color:#999999;}
	.onloadpop .form-group label{display:none;}
	.onloadpop .modal-body h2{font-size:30px; margin-top: 0px;}
	.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;}
	[type="checkbox"]:not(:checked) + label:after, [type="checkbox"]:checked + label:after{  top:0.45em; left: 0.35em;}
	#testimonials .col-md-12.mt-5 {padding: 0; margin-top: 2rem !important;}	
	.onloadpop .modal-body .form-control{font-size:12px; height: 35px;}
	.map-text ul li{padding-bottom:30px;}
	.testimonial-sec .owl-carousel .owl-item .testi-box .testi-text{font-size:14px;min-height: 70px;}
	body{overflow-x: hidden;}	
	.mobile-menu {
    background-color: #fff;
    list-style: none;
    padding: 0;
    margin: 0;
	right:-285px;
	top:0;	
    position: fixed;    
    width: 265px;
	box-shadow: 0px -1px 0px #000;
	height: 100%;	
	min-height: 800px;
	transition: right 0.5s ease;
	}
	.mobile-menu.showmenu{
		right:-5px;
		transition: right 0.5s ease;
	}	
	.mobile-menu h4{box-shadow: 0 1px 1px 0 #e2e2e2; font-size:16px; font-weight: 500; padding: 25px 20px; color:#141a3e;}
	.mobile-menu h4 img{padding-right:15px;}
	.mobile-menu li a{font-size:16px; font-weight: 500;color:#141a3e; padding: 20px 20px; display:inline-block;}
	.mobile-menu li a img{ padding-right:15px;}	
	.testimonial-sec .owl-carousel .owl-item .testimonial-name img{margin-left:-15px;}
	p.sub-head br{display:none;}
	#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; margin-bottom: 0px;}
	#thankyou_message_top_Form {padding:4em 0;}	
	#thankyou_message_popup_Form .space{margin-top:10px;}
	.gallery-section .main-head{font-size:32px;text-align:center;margin-bottom: 25px;}
	.gallery-section .col-md-4{padding:0px 0px;}
	.gallery-section .filter-tabs li {margin: 5px 10px;}	
	.gallery-section{padding:40px 0 40px;}
	.gallery-box img {width: 100%;}	
	.gallery-box:before{content:none;}
	.whatmakes .box1 {
		margin: auto;
		margin-bottom: 15px;
		width: auto;
		min-height: 150px;
		height: 150px;
	}
	.onloadpop .modal-body .form-check {
		padding-left: 0;
	}
	.about-text .main-head {
		font-size: 32px;
		line-height: 30px;
	}
	.gallery-section h3 {
		font-size: 32px;
	}
	.gallery-section h3 span {
		font-size: 32px;
	}
}

@media(min-width: 320px) and (max-width: 378px){
	.gallery-section .main-head {
		font-size: 26px;
	}
	.about-text .main-head {
		font-size: 26px;
	}
	.gallery-section h3 {
		font-size: 26px;
	}
	.gallery-section h3 span {
		font-size: 26px;
	}	
	.banner-sec .carousel-item{background-position:20% 0%;}
	.form-box h3{font-size:26px;}
	.form-box h3 span{font-size:18px;}
	.form-box{}
	.form-group.col.btn-mob{}
	.onloadpop .modal-body h2 span{font-size:22px;}
	/* .courses-sec .nav-tabs .nav-link{padding:8px 50px;} */
	h2.showhead{font-size:55px;}
	.main-head{font-size:26px;}
	.form-box .form-group.form-check label{font-size:10px;}
	.form-box .form-group.form-check label + a{font-size:10px;}
	[type="checkbox"]:not(:checked) + label:before, [type="checkbox"]:checked + label:before{
		width:16px; height: 16px;}
	.onloadpop .modal-body h2{font-size:25px;}
	.onloadpop .modal-body .popup-form-box{ padding:15px 36px;}
	.onloadpop .modal-body .form-group.text-right{display:none;}
	.onloadpop .modal-body .form-group:last-child{margin-bottom:0;}
}

@media (min-width:320px) and (max-width: 360px){
	.carousel-caption ul li {
		display: block;
		width: 87%;
	}
	.banner-sec .carousel-caption {
		bottom: 111px;
	}
	.whatmakes .box1 {
		min-height: 150px;
		height: 150px;
	}
	a.logo img {width: 89px;}
	.onloadpop .modal-body h2 span{font-size:16px;}
	.onloadpop .modal-body .popup-form-box{padding:15px;}
	.banner-sec .carousel-item{min-height:315px;max-height:315px;}
	.banner-sec .carousel-caption h5 {font-size: 22px;}
	.banner-sec .carousel-caption h4.de {
		font-size: 20px;
	}
	.banner-sec .carousel-caption h4.ab {
		font-size:22px;
		margin-bottom: 10px;
	}
	.banner-sec .carousel-caption h3 {font-size: 35px;}
	.banner-sec .carousel-caption h3 span {font-size: 25px;}
	.banner-sec .carousel-caption p {font-size: 15px;
		line-height: 19px;}
	/* .courses-sec .nav-tabs .nav-link {padding: 6px 40px;} */
	.test-text{padding:40px 25px;}
	h2.showhead {font-size: 45px;}
	.about-text p {font-size: 16px;line-height: 26px;}
}

