*{ 
	font-family:'Lato';
}
html {
	scroll-behavior: smooth;
  }
.text-center img {
	display: inline-block;
}
header .mainmenu {
	padding-top:18px;
	height: 75px;
}
header {
	padding: 0px;
}
.header-logo img{
	width: 135px;
}
header .mainmenu ul li a {
	text-decoration: none;
	font-size: 20px;
	color: #000;
}
header .mainmenu ul li a {
	font-family: 'IBM Plex Sans', sans-serif;
	font-weight: 400;
	text-decoration: none;
	font-size: 18px;
	text-transform: uppercase;
	color: #000000;
}
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.{
	
}
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
	color: #000000 !important;
	
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
	color: #000;
}
header .mainmenu ul li {
	padding: 0px 29px;
}
header .mainmenu ul li:last-child {
	padding-right: 0px !important;
}
/*************SUB MENU*************/
.mainmenu .sub-menu {list-style: outside none none;  min-width: 250px;  padding: 0;  position: absolute;  z-index: 1000;  display:none;}
.mainmenu li:last-child:hover .sub-menu {right: 0;}
.mainmenu li:hover .sub-menu{ display:block; }
.mainmenu .sub-menu li{padding:0px !important;}
.mainmenu .sub-menu li a { background-color: #fff;  display: block;  padding: 10px 15px !important;  text-align: left; color: #000 !important;  text-decoration: none;  transition: all 1s ease-in-out 0s;}
.mainmenu .sub-menu li a:hover { background:#fff !important; padding-left:25px; color: #000 !important;}
.col-md-5ths {
	width: 20%;
	float: left;
}

/*******MAIN MENU*********/
header .mainmenu .navbar {
	margin: 0px;
	padding: 0px;
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus{
	color: #14a9f5;
}
.navbar-dark .navbar-nav .nav-link {
  color: #000000;
  margin: 0px;
}
.navbar-dark .navbar-nav .nav-link {
	color: #000000;
	font-family: 'ProximaNova-Regular';
	font-size:16px;
}
.owl-theme .owl-nav {
	margin-top: 0;
}
header .mainmenu .navbar-nav a.active,
header .mainmenu .navbar-nav a:focus,
header .mainmenu .navbar-nav a:hover {
	background: none;
	color: #062f59;
}
header .header-bottom {
	position: relative;
}
header .mainmenu .navbar-nav a{
	font-size: 18px;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	color: #000000;
	position: relative;
	z-index: 999999;
}
header .header-bottom .banner-contents {	
	position: absolute;
	left: 0;
	right: 0;
	top: 24%;
	width: 47%;
	margin: auto;
	text-align: center;
}
header .banner-contents h3 {
	font-size: 57px;
	color: #000000;
	font-family: 'Oswald', sans-serif;
	font-weight:500;
	line-height: 1.3;
	text-transform: uppercase;
}
.banner-contents p {
	font-size: 21px;
	color: #313131;
	line-height: 1.7;
	padding-top:10px;
}
.banner-contents a {
	text-decoration: none;
	font-size: 22px;
	color: #fff;
	border-radius: 50px;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	border: 2px solid #062f59;
	background-color: #062f59;
	padding: 10px 22px;
}
/*********** CAROUSEL NAV***********/
header .header-bottom .owl-prev {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("img/icons/banner-left.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin:0px !important;
	display: inline-block;
	height: 64px;
	left: 5%;
	position: absolute;
	text-indent: -99999px;
	top: 45%;
	width:50px;
	outline: none !important;
}
header .header-bottom .owl-next {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("img/icons/banner-right.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin:0px !important;
	display: inline-block;
	height: 64px;
	right: 5%;
	position: absolute;
	text-indent: -99999px;
	top: 45%;
	width:50px;
	outline: none !important;
}

/**********CAROUSEL DOTS***************/
/* header .header-bottom .owl-theme .owl-controls {
    margin-top: 0;
}
header .header-bottom .owl-dots {
	bottom: 5%;
	left: 0;
	position: absolute;
	right: 0;
}
header .header-bottom .owl-theme .owl-dots .owl-dot span {
	background-color: #fff;
}

header .header-bottom .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background-color: #fff;
	border: 1px solid #fff;
	transform: scale(1.5);
} */
.owl-carousel.owl-theme.owl-carousel-banner.owl-loaded.owl-drag { z-index: inherit; } 
header .header-bottom .owl-theme .owl-controls { margin-top: 0; } 
header .header-bottom .owl-dots { bottom: 8%; left: 0; position: absolute; right: 0; z-index: 9999; }
 header .header-bottom .owl-dot { width: 20px; height: 20px; background-color: #fff !important; margin: 5px 7px; border-radius: 50%; border: 1px solid #fff; } 
 header .header-bottom .owl-dot.active { background-color: transparent !important; border: 1px solid #fff; transform: scale(1.4); }
  header .header-bottom .owl-theme .owl-dots .owl-dot span { background-color: #fff; width: 12px; height: 12px; margin: 3px; }
.header-bottom .owl-carousel-banner { z-index: inherit; }
header .header-bottom .owl-dots { bottom:3%; left: 0; position: absolute; right: 0; z-index: 9999; }
/* .banner-shape {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
} */
header .service-page .banner-contents {
	position: absolute;
	left: -36%;
	right: 0;
	top:46%;
	width: 47%;
	text-align: center;
}
.contact-form .form-control::-webkit-input-placeholder {
  color: #fcfcfc;
  opacity: 1;
}

.contact-form .form-control::-moz-placeholder {
  color: #fcfcfc;
  opacity: 1;
}

.contact-form .form-control::-ms-input-placeholder {
  color: #fcfcfc;
  opacity: 1;
}

.contact-form .form-control::placeholder {
  color: #fcfcfc;
  opacity: 1;
}
.contact-form a {
	text-decoration: none;
	font-size: 22px;
	color: #fff;
	font-weight: 700;
	border-radius: 2px;
	text-transform: uppercase;
	background-color: #e5accc;
	padding: 7px 40px;

}
.footer-wrap h3 {
	font-family: 'IBM Plex Sans', sans-serif;
	font-weight: 700;
	font-size:20px;
	color: #fff;
	margin-bottom: 25px;
}
.footer-wrap ul li a {
	text-decoration: none;
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 15px;
	color: #fff;
}
.menu-first{
	padding-left:56px;
}
.footer-wrap .menu-first ul li a {
	text-decoration: none;
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
}
.conatact1 span{
	display: block;
}
.footer-wrap ul li {
	padding-bottom: 5px;
}
.footer-contact ul li {
	background-repeat: no-repeat;
	padding-left: 35px;
	background-position: left 7px;
	padding-bottom: 10px;
}
.footer-contact ul li.location {
	background-image: url(img/others/cont-1.png);
}
.footer-contact ul li.phone {
	background-image: url(img/others/cont-2.png);
}	
.footer-contact ul li.mail {
	background-image: url(img/others/cont-3.png);
}
.social-icons ul li a i {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	padding-top: 10px;
	text-align: center;
	background-color: #e5accc;
}
.social-icons ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 20px;
}
.social-icons ul li {
	padding-right: 8px;
}
.copyrights p {
	font-family: 'IBM Plex Sans', sans-serif;
	font-weight:400;
	font-size: 15px;
	color: #ffffff;
	margin-bottom: 0px;
}
.copyrights p {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #000;
	margin-bottom: 0px;
}
.copyrights p {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #000;
	margin-bottom: 0px;
}
.footer-main-by a {
	font-family: 'ProximaNova-Regular';
	font-weight: 400;
	font-size: 16px;
	color: #000 !important;
  }
  .footer-main-btn a {
	font-family: 'ProximaNova-Regular';
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
	color: #000 !important;
	border-radius: 3px;
	padding: 10px 15px;
	background: -moz-linear-gradient(top, #eaca43 0%,#fef785 100%);
	background: -webkit-linear-gradient(top, #eaca43 0%,#fef785 100%);
	background: linear-gradient(to bottom, #eaca43 0%,#fef785 100%);
  }
  .top-arrow-link {
	position: absolute;
	right: 3%;
	top: 85%;
	z-index: 99;
}
footer {
	position: relative;
}
.footer-section {
	padding:20px 0px;
	background: linear-gradient(to bottom, #c6c7c8 0%,#fdfdfd 100%);
	background: -moz-linear-gradient(top, #c6c7c8 0%, #fdfdfd 100%);
	background: -webkit-linear-gradient(top, #c6c7c8 0%,#fdfdfd 100%);
}
/* css start */
header .header-logo {
	position: absolute;
	left: 0;
	right: 0;
	top:0px;
	z-index: 9;
	text-align: center;
}
.menu-left {
	float: left;
	margin-left: 153px; 
}

.header-top {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
	background: -moz-linear-gradient(to bottom, #fffe89 0%,#ecc647 100%);
	background: -webkit-linear-gradient(to bottom, #fffe89 0%,#ecc647 100%);
	background: linear-gradient(to bottom, #fffe89 0%,#ecc647 100%);
}
.about-main-left span{
font-weight: 700;
font-family: 'ProximaNova-Regular';
font-size: 16px;
  color: #003235;
  background: -moz-linear-gradient(to bottom, #fffe89 0%,#ecc647 100%);
  background: -webkit-linear-gradient(to bottom, #fffe89 0%,#ecc647 100%);
  background: linear-gradient(to bottom, #fffe89 0%,#ecc647 100%);
  padding: 10px 25px;
  border-radius: 8px;
}
.menu-right{
	float: right;
	margin-right: 89px;
}
header .mainmenu .navbar-nav a{
	font-size: 16px;
}
header .header-bottom {
	position: relative;
	padding-top: 72px;
  }
  .banner-shape {
	position: absolute;
	left: 65%;
	top: 19%;
	z-index: 9;
	width: 26%;
	/* background: -moz-linear-gradient(top, #003235 0%,#008279 100%);
	background: -webkit-linear-gradient(top,#003235 0%,#008279 100%);
	background: linear-gradient(to bottom, #003235 0%,#008279 100%); */
	background: #112558;
	border: 2px solid #fff;
	box-shadow: 0px 0px 3px 4px #0d0d0d;
  }
  #mainform {
	padding: 70px 20px;
	/* border: 2px solid #f9ea74; */
  }
  .banner-shape h4 {
	font-family: 'ProximaNova-Regular';
	text-decoration: none;
	font-size: 28px;
	color: #fff;
	padding: 10px 0px;
	font-weight: 900;
  }
  .form-control {
	border-radius: 1px !important;
	padding: 16px 8px;
  }
  #submitbtn {
	font-family: 'ProximaNovaA-Bold';
	background: linear-gradient(to bottom, #fffe89 0%,#ecc647 100%);
	background: -moz-linear-gradient(to bottom, #fffe89 0%,#ecc647 100%);
	background: -webkit-linear-gradient(to bottom, #fffe89 0%,#ecc647 100%);
	width: 93%;
	border-radius: 2px;
	font-size: 27px;
	color: #2f3f3f;
	text-transform: uppercase;
	box-shadow: inset 0px 2px 10px #fefb86;
}
.about-section {
	background-color: #003235;
	padding: 30px 0px 80px 0px;
  }
.maha-heading h2{
	text-transform: uppercase;
	position: relative;
	font-family: 'ProximaNova-Bold';
	font-weight: 700;
	font-size: 45px;
	/* color: #f5e168; */
	background: -webkit-linear-gradient(rgb(255, 254, 137), rgb(237, 202, 76));
    background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about-text-main h4{
	margin: 40px 0px;
	text-transform: uppercase;
	font-family: 'ProximaNova-Bold';
	font-weight: 700;
	font-size: 26px;
	background: -webkit-linear-gradient(rgb(255, 254, 137), rgb(237, 202, 76));
    background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;	
}
.maha-heading.location-txt.white-text p{
	font-family: 'ProximaNova-Regular';
	font-weight: 400;
	font-size: 20px;
	color: #000;
}
.maha-heading p{
	font-family: 'ProximaNova-Regular';
	font-weight: 400;
	font-size: 20px;
	color: #fff;
}
.maha-heading h2::after {
	position: absolute;
	content: "";
	height: 5px;
	width: 350px;
	left: -81%;
	background-color: #f5e168;
	top: 50%;
}
.about-main-left span{

}
.about-left-text{
	background: -moz-linear-gradient(to bottom, #fffe89 0%,#ecc647 100%);
  background: -webkit-linear-gradient(to bottom, #fffe89 0%,#ecc647 100%);
  background: linear-gradient(to bottom, #fffe89 0%,#ecc647 100%);
  padding: 30px 35px;
  border-radius: 5px;
}
.about-left-text h5{
	color: #003235;
	margin: 0px;
	font-family: 'ProximaNova-Black';
	font-weight: 600;
	font-size: 35px;
}
.about-left-text p{
	color: #003235;
	font-family: 'ProximaNova-Regular';
	font-weight: 400;
	font-size: 20px;
}
.main-text-top{
	padding: 50px 0px;
}
.contown-section{
	background-image: url("img/icons/countowm-bg.png");
	background-size: 100% 100%;
	padding: 50px 0px;
}
.maha-heading.white-text h2{
	color: #003235 !important;
	background: -webkit-linear-gradient(rgb(0, 50, 53), rgb(0, 50, 53));
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 70px;
}
.maha-heading.white-text h2::after {
	background-color: #003235;
}
.maha-left h3{
		color: #003235;
		font-family: 'ProximaNova-Bold';
		font-weight: 700;
		font-size: 50px;
}
.maha-left p{
	color: #000;
	font-family: 'ProximaNova-Regular';
	font-weight: 400;
	font-size: 20px;
}
.maha-left {
	padding: 32px 0px;
  }
  
  .main-contown-text{
	background-color: rgba(28, 76, 66, 0.8);
	padding: 50px 40px;
  }
  .main-contown-text p{
	color: #fff;
	font-family: 'ProximaNova-Regular';
	font-weight: 400;
	font-size: 23px;
  }
  .owl-carousel-gallery .owl-prev {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("img/icons/right-arrow.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin: 0px !important;
	display: inline-block;
	height: 29px;
	right: 51%;
	position: absolute;
	text-indent: -99999px;
	top: 110%;
	width: 29px;
	outline: none !important;
}
.owl-carousel-gallery .owl-next {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("img/icons/left-arrow.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin: 0px !important;
	display: inline-block;
	height: 29px;
	left: 51%;
	position: absolute;
	text-indent: -99999px;
	top: 110%;
	width: 29px;
	outline: none !important;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
	display: block;
}
.heightlight-heading h2 {
	text-transform: uppercase;
	font-family: 'ProximaNovaA-Bold';
	font-size: 45px;
	color: #003235 !important;
	text-align: center;
	margin-top: 50px;
}
.heightlight-wrap {
	background: -moz-linear-gradient(to bottom, #fffe89 0%,#ecc647 100%);
	background: -webkit-linear-gradient(to bottom, #fffe89 0%,#ecc647 100%);
	background: linear-gradient(to bottom, #fffe89 0%,#ecc647 100%);
	padding: 70px 0px;
}
.height-icons h3{
	padding: 20px 0px;
	text-transform: uppercase;
	font-family: 'ProximaNovaA-Bold';
	font-size: 18px;
	text-align: center;
}
.height-icons {
	text-align: center;
}
.height-main-icon {
	padding: 70px 0px 20px;
}
#advantage1.fade {
	opacity: 1 !important;
  }
  #locaadvantage1.fade {
	opacity: 1 !important;
	
}
.advantage-details{
	background-color: #003235;
	padding: 30px 20px;
	border-radius: 10px;
}
.advantage-details ul li{
	text-transform: capitalize;
	color: #fff;
	font-family: 'ProximaNovaA-Bold';
	font-size:19px;
	padding-bottom: 10px;
}
  .advantage-btn-list .nav-tabs .nav-link.active, .advantage-btn-list .nav-tabs .nav-item.show .nav-link {
	color: #000;
	background: -moz-linear-gradient(to bottom, #fffe89 0%,#ecc647 100%);
  background: -webkit-linear-gradient(to bottom, #fffe89 0%,#ecc647 100%);
  background: linear-gradient(to bottom, #fffe89 0%,#ecc647 100%);
	border-color: #dee2e6 #dee2e6 #fff;
	border: 1px solid #000;
  }
  .advantage-btn-list .nav-link {
	background: -moz-element;
	background-color: #fff;
	color: #000;
	margin-bottom: 35px;
	font-family: 'ProximaNova-Regular';
	font-weight: 400;
	font-size: 38px;
	border-radius: 5px;
	text-align: center;
}
.location-advantage-btn-list .nav-tabs .nav-link.active, .advantage-btn-list .nav-tabs .nav-item.show .nav-link {
	color: #000;
	background: -moz-linear-gradient(to bottom, #fffe89 0%,#ecc647 100%);
	background: -webkit-linear-gradient(to bottom, #fffe89 0%,#ecc647 100%);
	background: linear-gradient(to bottom, #fffe89 0%,#ecc647 100%);
	border-color: #dee2e6 #dee2e6 #fff;
	border: 1px solid #000;
  }
  .location-advantage-btn-list .nav-link {
	background: -moz-element;
	background-color: #003235;
	color: #fff;
	margin-bottom: 35px;
	font-family: 'ProximaNova-Regular';
	font-weight: 400;
	font-size:24px;
	border-radius: 5px;
	text-align: center;
	text-transform: uppercase;
}
.main-locationlist-section{
	background-image: url("img/icons/main-location-bg.png");
	background-size: 100% 100%;
	padding: 80px 0px;
}
.location-advantage-btn-list .nav-tabs .nav-item{
	margin-bottom: -1px;
	display: block;
	width: 100%;
}
.advantage iframe{
	height: 600px;
}
.nav-tabs {
	border-bottom: transparent;
}
.main-locationlist-wrap {
	margin-top: 90px;
}
.height-icons img{
	width: 109px !important;
  	margin: auto;
}
.header-phone {
	background-color: black;
	padding: 5px 10px;
	border-radius: 8px;
}
.height-main-icon span {
	display: none !important;
  }
  .blink_me {
	text-align: center;
    animation: blinker 2s linear infinite;
    width: 12%;
    position: fixed;
    right: 1%;
    top: 1%;
    z-index: 999;
}
.header-phone a {
	color: #f9ea74;
	font-family: 'ProximaNova-Regular';
	font-size: 22px;
	font-weight: 900;
  }
  .main-page {
	position: relative;
}
@keyframes blinker {
	50% {
	  opacity: 0;
	}
	100% {
	  opacity: 1;
	}
  }
  .accordionItem.close{
	float: none;
  }
  .accordionItemContent ul li{
	color: #000;
	font-family: 'ProximaNova-Regular';
	font-size:16px;
	font-weight:400;
  }
  .accordionItemHeading{
	cursor: pointer;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	background: #4c5255;
	color: #fff;
	width: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-sizing: border-box;
	text-align: center;
	font-size: 19px;
	text-transform: uppercase;
}
.close .accordionItemContent{
    height:0px;
    transition:height 1s ease-out;
    -webkit-transform: scaleY(0);
	-o-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
    float:left;
    display:block;
    
    
}
.open .accordionItemContent{
        padding: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    width: 100%;
    margin: 0px 0px 10px 0px;
    display:block;
    -webkit-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
    -webkit-transform-origin: top;
	-o-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;

	-webkit-transition: -webkit-transform 0.4s ease-out;
	-o-transition: -o-transform 0.4s ease;
	-ms-transition: -ms-transform 0.4s ease;
	transition: transform 0.4s ease;
        box-sizing: border-box;
}

.open .accordionItemHeading{
    margin:0px;
        -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
	background-color: #f0d256;
	color: #000;
}




/*RESPONSIVE*/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths,
.col-xl-5ths  {
   position: relative;
   min-height: 1px;
   padding-right: 10px;
   padding-left: 10px;
}
.col-5ths {
   width: 20%;
   float: left;
}
@media (min-width: 576px) {
 .col-sm-5ths {
       width: 20%;
       float: left;
   }
}
@media (min-width: 768px) {
   .col-md-5ths {
       width: 20% !important;
       float: left !important;
   }
}
@media (min-width: 992px) {
   .col-lg-5ths {
       width: 20% !important;
       float: left !important;
   -webkit-box-flex: 0;
   -ms-flex: 0 0 20.0%;
   flex: 0 0 20.0%;
   max-width: 20.0%;
   }
}
@media (min-width: 1200px) {
 .col-xl-5ths {
       width: 20% !important;
       float: left !important;
   -webkit-box-flex: 0;
   -ms-flex: 0 0 20.0%;
   flex: 0 0 20.0%;
   max-width: 20.0%;
   }
}
@media screen and (max-width: 3840px){
}
@media screen and (max-width: 2880px) {

}

@media screen and (max-width: 1920px) {

}

@media screen and (max-width: 1680px){
}

@media screen and (max-width: 1600px) {

}

@media screen and (max-width: 1440px) {

}

@media screen and (max-width: 1366px) {
	.header-logo img{
		width: 10%;
	}
	.menu-left {
		float: right;
		margin-left: 366px;
	}
	.menu-right {
		float: right;
		margin-right: 74px;
	  }
	.header-phone a {
		color: #f9ea74;
		font-family: 'ProximaNova-Regular';
		font-size: 17px;
		font-weight: 900;
	}
	.navbar-dark .navbar-nav .nav-link {
		color: #000000;
		font-family: 'ProximaNova-Regular';
		font-size: 15px;
	}
	header .mainmenu ul li {
		padding: 0px 10px;
	}
	.maha-heading.extra-heading h2::after{
		position: absolute;
		content: "";
		height: 5px;
		width: 350px;
		left: -67%;
		background-color:#003235;
		top: 50%;
	}
	.maha-heading h2::after {
		position: absolute;
		content: "";
		height: 5px;
		width: 350px;
		left: -82%;
		background-color: #f5e168;
		top: 50%;
	}
	.blink_me {
		text-align: center;
		animation: blinker 2s linear infinite;
		width: 13%;
		position: fixed;
		right: 9px;
		top: 2%;
		z-index: 999;
	}
	#mainform {
		padding: 25px 20px;
		border: 2px solid #f9ea74;
	}
	#mainform img {
		width: 22%;
	}
	.banner-shape {
		position: absolute;
		left: 65%;
		top: 20%;
		z-index: 9;
		width: 32%;
		background: #112558;
		/* background: linear-gradient(to bottom, #005a54 0%,#008279 100%); */
	  }
}

@media screen and (min-width: 1100px) and (max-width: 1280px) {

}
@media screen and (max-width: 1279px) {
	
}

@media screen and (max-width: 1023px) {
	.col-md-5ths {
		width: 20%;
		float: left;
	}
}

@media screen and (max-width: 767px) {
	#kenytChatBubble.style1 {
		position: fixed;
		bottom: 0;
		margin-bottom: 42px !important;
		border-radius: 50%;
		width: 55px;
		height: 55px;
		transition: background-color .7s ease-in-out, box-shadow .5s ease-in-out;
		cursor: pointer;
		display: flex;
		right: 0;
		margin-right: 10px !important;
	}
	header .header-logo {
	    text-align: center;
	}
	header .header-logo img {
		display: inline-block;
	}
	header .mainmenu .navbar {
	  margin: 0;
	  padding: 0;
	}
	.icon-bar {
		background-color: #fff;
		border-radius: 1px;
		display: block;
		height: 2px;
		width: 22px;
	}
	.icon-bar + .icon-bar {
		margin-top: 4px;
	}
	button:focus {
		outline: none;
	}
	.navbar-toggler {
	  background-color: transparent;
	  background-image: none;
	  border-radius: 0;
	  padding: 9px 10px;
	}
	.navbar-dark .navbar-toggler {
	  border: medium none;
	}
	header .header-top .mainmenu ul li {
	  margin-bottom: 10px;
	}
	header .header-top .mainmenu ul li .sub-menu li {
	  margin-bottom: 0px;
	}
	.mainmenu li:last-child:hover .sub-menu {
		right: auto;
	}
	header .mainmenu {
		float: none;
		padding-top: 0px;
	}
	
}
@media screen and (max-width: 480px) {
	.maha-heading.extra-heading.location-txt.white-text {
		margin-top: 60px;
	}
	.main-locationlist-wrap {
		margin-top: 40px;
	}
	.advantage iframe {
		height: 310px;
	}
	.heightlight-wrap {
		padding: 10px 0px;
	  }
	.maha-left h3 {
		color: #003235;
		font-family: 'ProximaNova-Bold';
		font-weight: 700;
		font-size: 45px;
	  }
	.maha-heading.white-text h2 {
		margin-top: 0px;
	}
	.blink_mess {
		text-align: center;
	  animation: blinkers 3s linear infinite;
	}
	
	@keyframes blinkers {
	  50% {
		opacity: 0;
	  }
	  100% {
		opacity: 1;
	  }
	}
	.owl-carousel-gallery .owl-prev {
		background-color: rgba(0, 0, 0, 0) !important;
		background-image: url("img/icons/right-arrow.png") !important;
		background-repeat: no-repeat !important;
		background-position: 0 0;
		margin: 0px !important;
		display: inline-block;
		height: 29px;
		right: 51%;
		position: absolute;
		text-indent: -99999px;
		top: 104%;
		width: 29px;
		outline: none !important;
	}
	.owl-carousel-gallery .owl-next {
		background-color: rgba(0, 0, 0, 0) !important;
		background-image: url("img/icons/left-arrow.png") !important;
		background-repeat: no-repeat !important;
		background-position: 0 0;
		margin: 0px !important;
		display: inline-block;
		height: 29px;
		left: 51%;
		position: absolute;
		text-indent: -99999px;
		top: 104%;
		width: 29px;
		outline: none !important;
	}
	.contactButtom a {
		font-family: 'ProximaNova-Regular';
		font-weight: bold;
		width: auto;
		color: #000;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 14px;
	}
	.formButton a {
		font-family: 'ProximaNova-Regular';
		font-weight: bold;
		width: auto;
		color: #000;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 14px;
	}
	.contactButtom {
		width: 100%;
		float: right;
		padding: 10px 30px;
		text-align: center;
		display: block;
	}
	.formButton {
		padding: 10px 10px;
	}
	.formButton {
		width: 50%;
		float: left;
		padding: 10px 30px;
		text-align: center;
		display: block;
		border-right: 1px solid #fff;
	}
	.bottom_button {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		z-index: 99;
		display: block;
		width: 100%;
		background: -moz-linear-gradient(to bottom, #fffe89 0%,#ecc647 100%);
		background: -webkit-linear-gradient(to bottom, #fffe89 0%,#ecc647 100%);
		background: linear-gradient(to bottom, #fffe89 0%,#ecc647 100%);
		border-top: 1px solid #fff;
	}
	.footer-main-btn {
		display: none;
	}
	.footer-main-by span {
		font-family: 'ProximaNova-Regular';
		font-weight: 400;
		font-size: 16px;
		color: #000 !important;
	}
	.copyrights p {
		font-family: 'Roboto', sans-serif;
		font-weight: 400;
		font-size: 11px;
		color: #000;
		margin-bottom: 0px;
	}
	.heightlight-heading h2 {
		text-transform: uppercase;
		font-family: 'ProximaNovaA-Bold';
		font-size: 30px;
		color: #003235 !important;
		text-align: center;
	}
	.main-contown-text p {
		color: #fff;
		font-family: 'ProximaNova-Regular';
		font-weight: 400;
		font-size: 17px;
	}
	.maha-heading h2 {
		text-transform: uppercase;
		position: relative;
		font-family: 'ProximaNova-Bold';
		font-weight: 700;
		font-size: 30px;
	}
	.blink_me{
		display: none;
	}
	.about-main-left {
		margin-top: 30px;
	}
	.about-left-text {
		margin: 20px;
	}
	.banner-shape {
		position: relative;
		left: 0;
		top: 18%;
		z-index: 9;
		width: 100%;
		background: #2f3f3f;
	}
	.advantage-btn-list .nav-link {
		background: -moz-element;
		background-color: #fff;
		color: #000;
		margin-bottom: 35px;
		font-family: 'ProximaNova-Regular';
		font-weight: 400;
		font-size: 22px;
		border-radius: 5px;
		text-align: center;
	}
	.maha-heading p {
		font-family: 'ProximaNova-Regular';
		font-weight: 400;
		font-size: 16px;
		color: #fff;
	  }
	  .main-text-top {
		padding: 30px 0px;
	}
	  .maha-left p{
		color: #000;
	  }
	  .footer-section {
		padding: 20px 0px;
		background: linear-gradient(to bottom, #c6c7c8 0%,#fdfdfd 100%);
		background: -moz-linear-gradient(top, #c6c7c8 0%, #fdfdfd 100%);
		background: -webkit-linear-gradient(top, #c6c7c8 0%,#fdfdfd 100%);
		margin-bottom: 30px;
	}
	.navbar-toggler{
		display: none;
	}
	.mainmenu .navbar.navbar-expand-md img{
		width: 110px;
	}
	header .mainmenu {
		height: 70px;
	}
	header .header-bottom {
		position: relative;
		padding-top: 70px;
	  }  
	  .header-phone a {
		color: #fff;
		font-family: 'ProximaNova-Regular';
		font-size: 19px;
		font-weight: 900;
		text-align: center;
	}
	.header-phone {
		background-color: black;
		padding: 5px 10px;
		border-radius: 8px;
		text-align: center;
	}
	.header-phone img {
		width: 21px;
	  }
	  .maha-heading h2::after {
		display: none;
	  }
	  .maha-heading.white-text h2::after {
		display: none;
	  }
	  .contown-section {
		background-image: none;
		background-size: 100% 100%;
		padding: 50px 0px;
		background-color: #edc849;
	  }
	  .maha-left {
		padding: 32px 0px;
		text-align: center;
	  }
	  .about-section {
		background-color: #003235;
		padding: 60px 0px;
	  }
	  .about-left-text {
		margin: 10px;
	  }
	  .about-left-text h5 {
		color: #003235;
		margin: 0px;
		font-family: 'ProximaNova-Black';
		font-weight: 600;
		font-size: 25px;
	}
	.about-left-text {
		background: -moz-linear-gradient(to bottom, #fffe89 0%,#ecc647 100%);
		background: -webkit-linear-gradient(to bottom, #fffe89 0%,#ecc647 100%);
		background: linear-gradient(to bottom, #fffe89 0%,#ecc647 100%);
		padding: 20px 5%;
		border-radius: 5px;
	}
	.about-left-text p {
		color: #003235;
		font-family: 'ProximaNova-Regular';
		font-weight: 400;
		font-size: 14px;
	}
	.about-text-main h4 {
		margin: 35px 0px;
		text-transform: uppercase;
		font-family: 'ProximaNova-Bold';
		font-weight: 700;
		font-size:21px;
		background: -webkit-linear-gradient(rgb(255, 254, 137), rgb(237, 202, 76));
		background-clip: border-box;
		background-clip: border-box;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	.maha-heading.location-txt.white-text p {
		font-family: 'ProximaNova-Regular';
		font-weight: 400;
		font-size: 17px;
		color: #000;
	}
	.main-locationlist-section {
		background-image: url("img/icons/main-location-bg.png");
		background-size: 100% 100%;
		padding: 0px 0px;
	}
}
@media screen and (max-width: 414px) {
	
}
@media screen and (max-width: 387px) {
	.copyrights p {
		font-family: 'Roboto', sans-serif;
		font-weight: 400;
		font-size: 10px;
		color: #000;
		margin-bottom: 0px;
	}
	.about-left-text p {
		color: #003235;
		font-family: 'ProximaNova-Regular';
		font-weight: 400;
		font-size: 12px;
		padding-top: 10px;
	}
	.maha-left h3 {
		color: #003235;
		font-family: 'ProximaNova-Bold';
		font-weight: 700;
		font-size: 38px;
	}
	.heightlight-wrap {
		background: -moz-linear-gradient(to bottom, #fffe89 0%,#ecc647 100%);
		background: -webkit-linear-gradient(to bottom, #fffe89 0%,#ecc647 100%);
		background: linear-gradient(to bottom, #fffe89 0%,#ecc647 100%);
		padding: 9px 0px;
	}
}
@media screen and (max-width: 375px) {
	.footer-section {
		padding: 20px 0px;
		background: linear-gradient(to bottom, #c6c7c8 0%,#fdfdfd 100%);
		background: -moz-linear-gradient(top, #c6c7c8 0%, #fdfdfd 100%);
		background: -webkit-linear-gradient(top, #c6c7c8 0%,#fdfdfd 100%);
		margin-bottom: 30px;
	}
	.contactButtom {
		width: 100%;
		float: right;
		padding: 10px 20px;
		text-align: center;
		display: block;
	}
	.about-left-text h5 {
		color: #003235;
		margin: 0px;
		font-family: 'ProximaNova-Black';
		font-weight: 600;
		font-size:20px;
	}
}
@media screen and (max-width: 360px) {

}
@media screen and (max-width: 320px) {

}


.maha-heading h1 {
	text-align: center;
    text-transform: uppercase;
    position: relative;
    font-family: 'ProximaNova-Bold';
    font-weight: 700;
    font-size: 45px;
    /* color: #f5e168; */
    background: -webkit-linear-gradient(rgb(255, 254, 137), rgb(237, 202, 76));
    background-clip: border-box;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.discl{
    text-align: center;
  }
  hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #000;
}
.rerano{
	text-align: center;
}
/* 
 @media screen and (min-width: 1024px) and 
(max-width:1439px) {
	.canppus-down img{
		height: 480px;
	}
}   */

/* @media screen and (max-width: 1336px) {
.canppus-down img{
	height: 535px;
}
} */