body{
	font-family: "Cairo", sans-serif;
  font-optical-sizing: auto;
 
  font-style: normal;
  font-variation-settings:
    "slnt" 0;
}

@font-face {
	font-family: "Cairo", sans-serif;
}



* { margin:0; padding:0; }
body {
	margin: 0; padding: 0; 
 font-weight: normal;
	line-height: 1.1; font-size: 13px; color:#222222; }
img { max-width: 100%; height: auto; }

h1, h2, h3,
h4, h5, h6 { 
	font-family: "Cairo", sans-serif; font-weight:normal; }
h1, h2, h3, h4 { margin:0 0 35px; padding:0; line-height:1.2;}
h4, h5, h6 { margin:0 0 15px; padding:0; line-height:1.2; }

h1 { font-size:45px; color:#00328a; }
h2 { font-size:32px; color:#222222; } 
h3 { font-size:24px; color:#222222; }
h4 { font-size:22px; color:#222222; }
h5 { font-size:20px; color:#171617; }
h6 { font-size:16px; color:#222222; }
p { 
	font-family: "Cairo", sans-serif;
	font-size:15px; font-weight:normal; line-height:1.5;
	margin:0 0 25px; padding:0; color:#222222; }

p a { text-decoration:underline; }
p a:hover {}
span {}
strong { font-weight:600; }
a { 
	cursor:pointer; font-size:13px; font-size:500;
	text-decoration:none; color:#222222; 
	transition: all 1s; }
a:hover { color:#1d96d3; }
a img { border: none; outline: none; }
::before {
	font-family: "Font Awesome 5 Free"; }


/* typography responsive */
@media(max-width:1200px){
	h1 { font-size:34px; }
}
@media(max-width:991px){
	h1 {  }
	h2 {  }
	h3 {  }
	h4 {  }
	h5 {  }
	h6 {  }
	p  {  }
	h1, h2, h3, h4 { margin:0 0 30px; }
}
@media(max-width:767px){
	h1 { }
	h2 { }
	h3 { }
	h4 { }
	h5 { }
	h6 { }
	p  { }
	h1, h2, h3, h4 { margin:0 0 20px; }
}
@media(max-width:575px){
	
}

.whatsappweb {
	width:55px; height:55px; background:#1e96d3; text-align: center;
	font-size:24px; border-radius: 50px; margin:0; padding:14px 0 0;
	position: fixed; z-index: 4001; cursor: pointer;
	display:inline-block; right:40px; bottom:50px; 
  color:#fff; }
.whatsappweb img { width: 100%; }

.popupclose { 
	background:#00328a; border-radius: 30px;
	font-size:15px; width:40px; height:40px; line-height:2.5; text-align: center;
	color:#fff; cursor: pointer; 
	position:absolute; top:-15px; right:-15px; z-index: 2;  }

.popupbooking {
	width:100%; height:100%; background-color:rgba(0,0,0,0.8);
	margin:0; padding:10%;
	position: fixed; top:0; left:0; text-align: center;
	z-index: 40100; display: none; }
.popupbooking .contact-form { 
	max-width:500px;
	width:95%;text-align: left;
	float:none; display:inline-block;
	position: relative; top:0; left:0;
	margin:0; padding:30px;
background: #fff; 
border-radius: 6px;
}

.bookingopned { display: block; }
.bodyfixed { width:100%; height:100%; overflow: hidden; }
.bookyourslot { cursor:pointer; }








.button {
	display: inline-block;
	margin:0; padding:12px 22px;
	font-size:16px; font-family: "Cairo", sans-serif;
	text-decoration: none;
	color:#fff; text-align: center;
	background:#1d96d3; border:2px solid #1d96d3;
  	border-radius: 5px; }
.button:hover { 
  	border-color:#1d96d3;
  	background:#2d3691; color:#fff; }
.readmore {
	margin:0; padding:12px 22px; position:relative; 
	color:#fff; font-size:16px; font-family: "Cairo", sans-serif; }
.readmore::before {
	display: block; position: absolute; top:0; left:0; z-index: -1;
	content:''; width:45px; height:45px;
	background:#2d3691; border-radius:40px;
}


@media(max-width:991px){
	
}
@media(max-width:767px){
	.button { font-size:14px; }
}

.text-right { text-align:right; }
.text-left { text-align:left; }
.text-center { text-align: center; }


.full-block {
	width:100%; float:left; 
	margin:0; padding:0; }
.section{
	width:100%; float:left; 
	margin:0; padding:50px 0; }
.d-block { 
	display:inline-block; }


ul, ol {}
ul li, ol li {
	position: relative;
	margin:0 0 10px; padding:0 0 0 20px;
}
ul li a, ol li a { text-decoration: underline; }

ul.nostyle {
	list-style: none; margin:0; padding:0;
}ul.nostyle li {  }

ul.listing-item { 
	list-style:none; margin:0 0 30px; padding:0;}
ul.listing-item li { 
	position:relative; line-height:1.5;
	margin:0 0 10px 0; padding:0 0 0 20px; }
ul.listing-item li::before {
	position:absolute; top:6px; left:0;
	content:''; display: inline-block;
	width:7px; height:7px; border:1px solid #87AC3F;
}



/* FORM CONTENT ----------*/
input[type="text"], input[type="tel"], input[type="number"],
input[type="date"], input[type="email"], 
textarea, select, option {
	color:#6C757D; font-size:13px; font-weight:400;
	font-family: 'Montserrat', sans-serif;
	background:#fff; border:1px solid #E5E5E5; }
input[type="text"], input[type="tel"], input[type="number"],
input[type="date"], input[type="email"] { 
	width:100%; height:46px; 
	padding:10px 15px; margin:0 0 30px;
  border-radius:0px; }
input[type="date"] {
	max-width: 150px; }
input[type="number"] {
	max-width: 130px; }
input[type="file"] {
	width:100%; height:40px; padding:7px 0 0 10px;
	margin:0 0 30px; border:1px solid #E5E5E5;
	border-radius:0px;
}
select {
	width:100%; height: 46px; 
	padding:10px 15px; margin:0 0 15px;
  border-radius:0px; }
textarea { 
	width:100%; height: 120px; padding:10px 15px; margin:0 0 30px;
	resize:none; outline: none; border-radius:0px; }
input[type="submit"],
input[type="button"]{
	display: inline-block; cursor: pointer;
	margin:0; padding:14px 40px;
	text-decoration: none; font-size:15px;
	font-family: "Cairo", sans-serif;
	border-radius:0px; text-transform: capitalize;
	text-align: center; font-weight: normal;
	background:#1d96d3; color:#fff; border:none; outline:none;
}
input[type="submit"]:hover,
input[type="button"]:hover { 
	background:#00328a; color:#fff;
	border-color:#00328a; }
button { border:none; outline:none; background:none; }



/*  MENU  ----------*/
.menu-area {
	margin:0;
	width: auto; float:right; transition: height 1s; }

.top-menu { 
	position: relative;  z-index: 2001;
	width:100%; float:left; 
	padding:0; margin:0; text-align: center; }
.top-menu a {
	font-size:17px; font-family: "Cairo", sans-serif;
	text-decoration: none; color:#fff; }

.top-menu li:hover, .top-menu li.active a, .current-menu-item a { 
	color:#fff;
  background-position-y:bottom;
	background-image:url(../images/menu-hover-01.svg);
	background-repeat:repeat-x; background-size:57px;}
.top-menu li:hover {}


.top-menu ul {
	float: right; display: inline-block; 
	margin:0; padding:0;
	list-style: none; }
.top-menu ul li {
	clear:none; margin:0; padding:12px 12px 20px;
	float:left; 
	border: none; line-height: 1em; }
.top-menu ul li a { 
	padding:4px; margin:0; display: inline-block; }
.top-menu ul li a:hover {  }
.top-menu ul li a:focus { border: none; outline: none; }

/* DROP DOWN MENU  -*/

.drop-down-icon {
	position:absolute; right:15px; top:15px; 
	display:inline-block;
	width:20px; height:20px; line-height:20px;
	text-align:right; cursor: pointer;
	z-index:3001; }
.drop-down-icon i { 
	line-height: 20px; color:#fff; }
.top-menu .drop-down-icon path { fill:#fff; }


.top-menu ul li.menu-item-has-children { position:relative; cursor: pointer; }
.top-menu ul li.menu-item-has-children a { padding-right:20px; }

.top-menu ul.sub-menu {
	position: absolute; top:32px; left:0px;
	min-width:200px; display:none; 
	background:#2d3691; }
.top-menu ul.sub-menu li { 
	width:100%; text-align: left; float:left;
	margin:0; padding:10px 15px;
  border-top:1px solid #1d96d3; }
.top-menu ul.sub-menu li:hover { background:none; }
.top-menu ul.sub-menu li:hover a { color:#1d96d3; }
.top-menu ul.sub-menu li::last-child {
	border-bottom:3px solid #1d96d3; }
.top-menu ul.sub-menu li a { 
	margin:0; padding:0;
	color:#fff; font-size:13px; }
.top-menu .submenu-active { display: block !important; }


.menu-button { 
	display: none;  
	cursor: pointer; float: right; 
	display:none; width:50px; height:45px; 
	margin:0 0 0 15px; padding:12px 0 0;
	color:#fff; text-align:center; font-size:18px;
	background:#2d3691; border:none; }
.menu-button path { fill:#fff; }
.menu-close {
	display: none; background:#fff;
	width:30px; height:30px;
	position: absolute; top:85px; right:20px; z-index: 2002;
	text-align: center; line-height: 30px;
	font-size:1.1em; color:#1e96d3; cursor: pointer;
	border-radius: 30px; -webkit-border-radius: 30px; 
	-moz-border-radius: 30px; /*border:1px solid #3a88fa;*/ }
@media (max-width: 1200px) { 
	.top-menu ul li { padding:12px 12px; }
	.top-menu ul li a { font-size:16px; }

}
@media (max-width: 991px) { 
	.header .button { font-size:14px; }
	.menu-button { display: block; }
	.menu-close { display: block; }
	.menu-area { 
		width: 100%; height:0px; overflow:hidden;
		position: fixed; top:0; left: 0; z-index: 2001;
		background:#000; }

	.menu-area .top-menu { 
		margin:0; padding:50px 0; }
	.menu-area ul { 
		margin:0; padding:0; }
	.menu-area ul li { 
	  width:100%; float:left; text-align: center; 
		margin:0; padding:10px 0 14px;  line-height:0.8;
		background-position-y:bottom;
		background-image:url(../images/menu-hover-01.svg);
		background-repeat:repeat-x; background-size:57px; }
	.menu-area ul.sub-menu { background:none; }
	.menu-area ul.sub-menu li { background:none; }
	.menu-area ul li a { 
		color:#fff; padding:4px !important; }
	.menu-area ul li a:hover { color:#fff; }
	.menu-area ul li a.active { color:#fff; }
	
	.top-menu .drop-down-icon {
		width:30px; height:34px; border-radius: 15px;
		line-height: 34px; color:#fff; text-align: center;
		right:20px; top:2px; background:rgba(256,256,256,0.2); }
	.top-menu ul.sub-menu { 
		position:relative; top:0; left:0;
		width:100%; 
		float:left; clear:both; 
		margin:0 auto 0 auto; padding:5px 0;  }
	.top-menu ul.sub-menu li { 
		margin:0; padding:0; text-align: center; border:none; }
	.top-menu ul.sub-menu li a { 
		width:auto; display: inline-block; font-size:14px;
		margin:5px auto; padding:4px; float:none;
		text-align: center; border:none; } 
	.top-menu { text-align: center; }
	.top-menu ul { width:100%; }
	 
}
@media (max-width: 767px) { 
    
}
@media (max-width:575px) { 
	.menu-button { height:40px; padding-top:11px; /*position:fixed; right:40px; top:30px;*/ }
	.menu-area { top: auto; bottom:0; }
}
@media (max-width:380px) {
	
}

/* menus script ---*/
.menu-active { 
	display: inline-block; padding-top:100px;
	min-height: 100vh; overflow-y:scroll; }



/* owl carousel ------------- */
.owl-carousel .owl-nav { /* 	position: absolute; top:35%; right:0; z-index: 2001; */ }
.owl-carousel .owl-nav div {
	width:40px; height:40px; line-height:2.4;
	margin:0; padding:0; float: left;
	color:#999; text-align:center; font-size:17px;
	}
.owl-carousel .owl-nav div path {
	fill:#999; }
.owl-carousel .owl-nav div.owl-next { 
	transform: translateY(-50%);
	text-align:right;
	position: absolute; top:50%; right:-20px; }
.owl-carousel .owl-nav div.owl-prev { 
	transform: translateY(-50%);
	text-align:left;
	position: absolute; top:50%; left:-20px;  }
.owl-carousel .owl-nav div:hover {  }
@media(max-width:767px){
	.owl-carousel .owl-nav { display: none; }
}

.owl-carousel .owl-dots {
	margin:10px 0;
	text-align: center; }
.owl-carousel .owl-dots .owl-dot {
	display: inline-block;
	width:30px; height: 4px;
	margin:0 5px; padding:0;
	background: #efeef3; border-radius:10px;
	-webkit-border-radius:10px; -moz-border-radius:10px; }
.owl-carousel .owl-dots .owl-dot.active {
	background:#2d3691; }
.next-slide, .prev-slide { cursor: pointer; }

