/*
Company: PixalFloat
Author : Shameer
Theme Colors
navyBlue : #283a97 - lightBlue: #00aeef
*/

@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&Open+Sans:300,400,500,600,700&display=swap');

* { margin:0; padding:0;  }
body {
	margin: 0; padding: 0; 
	font-family: "Poppins", sans-serif;
	font-weight: 400; font-size: 16px; color:#444;
	background: #fff; }
img { max-width: 100%; height: auto; }

/*  MENU  ----------------------*/
.menu-area {
	margin:0;
	width: auto; float:left; transition: all 1s; }
.top-menu { 
	width:100%; float:left;
	padding:0 50px 0 0; margin:0; text-align: center; }
.top-menu a {
	font-size:16px;
	text-decoration: none; color:#444; font-weight:600; }

.top-menu a:hover, .top-menu a.active, .current-menu-item a { 
	color:#283a97; }
.top-menu li::before { display: none; }
.top-menu ul {
	float: right; display: inline-block; 
	margin:0; padding:0;
	list-style: none; }
.top-menu ul li {
	clear:none; margin:0; padding:0px 15px;
	float:left; position: relative;
	border: none; line-height: 1em; }
.top-menu ul li a { 
	text-transform: uppercase; 
	padding:2px 2px; margin:5px 5px 5px 5px; display: inline-block; }
.top-menu ul li a:hover {  }
.top-menu ul li a:focus { border: none; outline: none; }
.top-menu ul li ul { padding:5px 0; }
.top-menu ul li ul li a {  }
.top-menu ul li ul li a:hover { background:#eee; }


/* DROP DOWN MENU  ------------*/
.top-menu .sub-menu { display: none; }
.top-menu ul li.menu-item-has-children { cursor: pointer; }
.top-menu ul li.menu-item-has-children a { padding-right: 20px; }

ul.sub-menu { 
	width: 250px; position: absolute; left:4px; top:28px; z-index: 2001;
	margin:0; padding:0;
  	background:#f9f9f9; border-radius: 3px; }
ul.sub-menu li { 
	width:100%; float:left; clear:both; 
	margin:0; padding:0; border-bottom:1px solid #eee; }
ul.sub-menu li a {
	width:100%; float:left; clear:both; text-transform: capitalize;
	margin:0; padding:8px 10px; min-height: auto;  text-align: left;
	color:#333; font-size:13px; font-weight: 400;
}ul.sub-menu li a:hover {color:#2d2d2d;}
ul.sub-menu li:last-child { border:none; }

.top-menu .drop-down-icon {
	position:absolute; right:10px; top:9px; display:inline-block;
	width:20px; height:20px; line-height:20px;
	text-align:center; cursor: pointer;
	z-index:2001; color:#fff;
}
.drop-down-icon i { line-height: 20px; color:#333; }
.top-menu .submenu-active { display: block; }

.menu-button { 
	display: none;  
	cursor: pointer; float: right; 
	display:none; width:50px; height:40px; 
	margin:0; padding:0; line-height:2.6;
	color:#293c9c; text-align:center; font-size:20px;
	background:none; border-radius: 30px; }
.menu-close {
	display: none; background:#fff;
	width:30px; height:30px;
	float: right; margin-right: 30px;
	text-align: center; line-height: 30px;
	font-size:1.1em; color:#000; cursor: pointer;
	border-radius: 30px; -webkit-border-radius: 30px; 
	-moz-border-radius: 30px; /*border:1px solid #3a88fa;*/ }
@media screen and (max-width:1200px){
	.menu-button { display: block; }
	.menu-close { display: block; }
	.menu-area { 
		height:100vh; overflow:hidden;
		width:0; 
		position: fixed; top:0; left: 0; z-index: 2001;
		background:#283a97; }
	.menu-area .top-menu { margin:0; padding:20vh 0 50px; }
	.menu-area ul { margin:0; padding:0; }
	.menu-area ul li { 
	  width:100%; float:left; text-align: center; margin:10px 0 20px; padding:0; }
	.menu-area ul li a { 
		font-size:1.2em; color:#fff; }
	.menu-area ul li a:hover { color:#333; }
	
	.top-menu .drop-down-icon {
		width:30px; height:34px; border-radius: 15px;
		line-height: 34px; color:#fff;
		right:10px; top:0; background:rgba(256,256,256,0.2); }
	.top-menu .sub-menu { 
		float:left;
		width:100%; margin:5px auto 0 auto; float:none; padding:0; clear:both; position:relative; top:0; left:0; }
	.top-menu .sub-menu li { margin:0; padding:0; text-align: center; border:none; }
	.top-menu .sub-menu li a { 
		width:auto; display: inline-block;
		margin:10px auto; padding:2px; float:none;
		text-align: center; font-size:18px; border:none; } 
	.sub-menu {}
	.top-menu { text-align: center; position: relative; }
	.top-menu ul { width:100%; }
	.menu-area .top-phonecall { display: none; }
	.menu-area .quick-quote { display: none; }
	 
}
@media (max-width: 767px) { 
	.menu-button { background:none; }
}
@media (max-width:575px) { 
	.menu-button { /*position:fixed; right:40px; top:30px;*/ }
	.menu-area { top: auto; bottom:0; }
}
@media (max-width:380px) {
	
}

/* menus script ---*/
.menu-active { 
	width: 100%; display: block; overflow-y:scroll; }


/* TYPOGRAPHY --------------------------- */

h1, h2, h3 { 
	font-weight:700;
	color:#252525; text-align: left;
	font-family: "Poppins", sans-serif;
	margin:0 0 30px; padding:0; line-height:1.3; }
h4, h5 { 
	font-weight:700;
	color:#252525; text-align: left;
	font-family: "Poppins", sans-serif;
	margin:0 0 30px; padding:0; line-height:1.3; }
h6 {
	color:#252525;
	text-align: left; margin:0 0 25px 0; padding:0; line-height: 1.4;
	font-family: "Poppins", sans-serif; font-weight:600; }

h1 { font-size:60px; }
h2 { font-size:52px; }
h3 { font-size:46px; }
h4 { font-size:34px; }
h5 { font-size:28px; }
h6 { font-size:22px; }
span.titletag { 
	width:100%; 
	margin:0; padding:0; 
	color:#283a97; font-size:16px; font-weight:500; }
p { 
	margin:0 0 25px; padding:0; 
	font-size:16px; color:#444;
	font-family: "Poppins", sans-serif; font-weight: 400;
	text-align: left; line-height: 1.6;}
p a { text-decoration:underline; }
p a:hover { color:#283a97; }

span {}
strong { font-weight:700; }

a { text-decoration:none; color:#283a97; transition: all 1s; }
a:hover { color:#283a97; }
a img { border: none; outline: none; }

@media(max-width:1200px){
	h1, h2, h3 { margin:0 0 20px; }
	h4, h5, h6 { margin:0 0 15px; }
	p  { font-size:15px; line-height: 1.6;  margin:0 0 20px; }
}
@media(max-width:991px){
	h1 { font-size:52px; }
	h2 { font-size:48px; }
	h3 { font-size:38px; }
	h4 { font-size:34px; }
	h5 { font-size:24px; }
	h6 { font-size:20px; }
	h6.mont { font-size:16px; }
	p  { font-size:14px; line-height: 1.6;  margin:0 0 20px; }
}
@media(max-width:767px){
	h1, h2, h3 { margin:0 0 15px; }
	h4, h5, h6 { margin:0 0 10px; }
	h1 { font-size:46px; }
	h2 { font-size:36px; }
	h3 { font-size:32px; }
	h4 { font-size:28px; }
	h5 { font-size:20px; }
	h6 { font-size:18px; }
	p { font-size:15px; }
}
@media(max-width:575px){
	h1 { font-size:34px; }
	h2 { font-size:30px; }
	h3 { font-size:28px; }
	h4 { font-size:24px; }
	h5 { font-size:18px; }
	h6 { font-size:16px; }
	p { font-size:14px; }
}
::after,
::before { font-family: "Font Awesome 5 Free"; font-weight:900; }
.fab::after,
.fab::before {
	font-family: 'Font Awesome 6 Brands'; font-weight: 400;
}
a::after,
a::before { 
	display: inline-block; margin:0 8px 0 0; padding:0; }
a.white_button,
a.button {
	display: inline-block;
	margin:0; padding:20px 35px; line-height: 1;
	text-decoration: none; 
	border-radius: 0px; text-transform: capitalize;
	font-weight:500; font-size:15px; color:#fff; text-align: center;
	background:#283a97; border:1px solid #283a97; }
a.button.whitebg { background:#fff; color:#283a97; border-color:#283a97; }

a.button:hover { background:#fff; color:#283a97; border-color:#283a97; }
a.button.whitebg:hover { background: #283a97; color:#fff; }

a.line_button { text-decoration:none; color:#444; border-bottom:2px solid #444; }
a.line_button:hover { color:#00aeef; border-color:#00aeef; }


a.readmore { font-weight:500; color:#00276C; }
a.readmore span { display: inline-block; margin:0 5px 0 0; }
a.readmore::after { content:'\f178'; }
a.readmore:hover { color:#283a97; }

a.readback { font-weight:500; color:#283a97; }
a.readback::before { content:'\f060';}
a.contact-button { 
	color:#000; text-transform: uppercase; }

@media(max-width:767px){
	a.whtie_button, a.button { padding:13px 20px; font-size:13px; }
}
.text-center {
	text-align: center; }

/* SPACING ------------------ */
.nopadding { padding:0 !important; }
.nomargin { padding:0 !important; }
.mt-40 { margin-top: 40px !important; } .mr-40 { margin-right: 40px !important; } .mb-40 { margin-bottom: 40px !important; } .ml-40 { margin-left: 40px !important; }
.mt-30 { margin-top: 30px !important; } .mr-30 { margin-right: 30px !important; } .mb-30 { margin-bottom: 30px !important; } .ml-30 { margin-left: 30px !important; }
.mt-20 { margin-top: 20px !important; } .mr-20 { margin-right: 20px !important; } .mb-20 { margin-bottom: 20px !important; } .ml-20 { margin-left: 20px !important; }
.mt-10 { margin-top: 10px !important; } .mr-10 { margin-right: 10px !important; } .mb-10 { margin-bottom: 10px !important; } .ml-10 { margin-left: 10px !important; }
.pt-40 { padding-top: 40px !important; } .pr-40 { padding-right: 40px !important; } .pb-40 { padding-bottom: 40px !important; } .pl-40 { padding-left: 40px !important; } 
.pt-30 { padding-top: 30px !important; } .pr-30 { padding-right: 30px !important; } .pb-30 { padding-bottom: 30px !important; } .pl-30 { padding-left: 30px !important; } .pt-20 { padding-top: 20px !important; } .pr-20 { padding-right: 20px !important; } .pb-20 { padding-bottom: 20px !important; } .pl-20 { padding-left: 20px !important; } .pt-10 { padding-top: 10px !important; } .pr-10 { padding-right: 10px !important; } .pb-10 { padding-bottom: 10px !important; } .pl-10 { padding-left: 10px !important; }
.mt-lg-40 { margin-top: 40px !important; } .mr-lg-40 { margin-right: 40px !important; } .mb-lg-40 { margin-bottom: 40px !important; } .ml-lg-40 { margin-left: 40px !important; }.mt-lg-30 { margin-top: 30px !important; } .mr-lg-30 { margin-right: 30px !important; } .mb-lg-30 { margin-bottom: 30px !important; } .ml-lg-30 { margin-left: 30px !important; }.mt-lg-20 { margin-top: 20px !important; } .mr-lg-20 { margin-right: 20px !important; } .mb-lg-20 { margin-bottom: 20px !important; } .ml-lg-20 { margin-left: 20px !important; }.mt-lg-10 { margin-top: 10px !important; } .mr-lg-10 { margin-right: 10px !important; } .mb-lg-10 { margin-bottom: 10px !important; } .ml-lg-10 { margin-left: 10px !important; }
.mt-md-40 { margin-top: 40px !important; } .mr-md-40 { margin-right: 40px !important; } .mb-md-40 { margin-bottom: 40px !important; } .ml-md-40 { margin-left: 40px !important; } .mt-md-30 { margin-top: 30px !important; } .mr-md-30 { margin-right: 30px !important; } .mb-md-30 { margin-bottom: 30px !important; } .ml-md-30 { margin-left: 30px !important; } .mt-md-20 { margin-top: 20px !important; } .mr-md-20 { margin-right: 20px !important; } .mb-md-20 { margin-bottom: 20px !important; } .ml-md-20 { margin-left: 20px !important; } .mt-md-10 { margin-top: 10px !important; } .mr-md-10 { margin-right: 10px !important; } .mb-md-10 { margin-bottom: 10px !important; } .ml-md-10 { margin-left: 10px !important; }
.mt-sm-40 { margin-top: 40px !important; } .mr-sm-40 { margin-right: 40px !important; } .mb-sm-40 { margin-bottom: 40px !important; } .ml-sm-40 { margin-left: 40px !important; } .mt-sm-30 { margin-top: 30px !important; } .mr-sm-30 { margin-right: 30px !important; } .mb-sm-30 { margin-bottom: 30px !important; } .ml-sm-30 { margin-left: 30px !important; } .mt-sm-20 { margin-top: 20px !important; } .mr-sm-20 { margin-right: 20px !important; } .mb-sm-20 { margin-bottom: 20px !important; } .ml-sm-20 { margin-left: 20px !important; } .mt-sm-10 { margin-top: 10px !important; } .mr-sm-10 { margin-right: 10px !important; } .mb-sm-10 { margin-bottom: 10px !important; } .ml-sm-10 { margin-left: 10px !important; }
.pt-lg-40 { padding-top: 40px !important; } .pr-lg-40 { padding-right: 40px !important; } .pb-lg-40 { padding-bottom: 40px !important; } .pl-lg-40 { padding-left: 40px !important; } .pt-lg-30 { padding-top: 30px !important; } .pr-lg-30 { padding-right: 30px !important; } .pb-lg-30 { padding-bottom: 30px !important; } .pl-lg-30 { padding-left: 30px !important; } .pt-lg-20 { padding-top: 20px !important; } .pr-lg-20 { padding-right: 20px !important; } .pb-lg-20 { padding-bottom: 20px !important; } .pl-lg-20 { padding-left: 20px !important; } .pt-lg-10 { padding-top: 10px !important; } .pr-lg-10 { padding-right: 10px !important; } .pb-lg-10 { padding-bottom: 10px !important; } .pl-lg-10 { padding-left: 10px !important; }
.pt-md-40 { padding-top: 40px !important; } .pr-md-40 { padding-right: 40px !important; } .pb-md-40 { padding-bottom: 40px !important; } .pl-md-40 { padding-left: 40px !important; } .pt-md-30 { padding-top: 30px !important; } .pr-md-30 { padding-right: 30px !important; } .pb-md-30 { padding-bottom: 30px !important; } .pl-md-30 { padding-left: 30px !important; } .pt-md-20 { padding-top: 20px !important; } .pr-md-20 { padding-right: 20px !important; } .pb-md-20 { padding-bottom: 20px !important; } .pl-md-20 { padding-left: 20px !important; } .pt-md-10 { padding-top: 10px !important; } .pr-md-10 { padding-right: 10px !important; } .pb-md-10 { padding-bottom: 10px !important; } .pl-md-10 { padding-left: 10px !important; } 
.pt-sm-40 { padding-top: 40px !important; } .pr-sm-40 { padding-right: 40px !important; } .pb-sm-40 { padding-bottom: 40px !important; } .pl-sm-40 { padding-left: 40px !important; } .pt-sm-30 { padding-top: 30px !important; } .pr-sm-30 { padding-right: 30px !important; } .pb-sm-30 { padding-bottom: 30px !important; } .pl-sm-30 { padding-left: 30px !important; } .pt-sm-20 { padding-top: 20px !important; } .pr-sm-20 { padding-right: 20px !important; } .pb-sm-20 { padding-bottom: 20px !important; } .pl-sm-20 { padding-left: 20px !important; } .pt-sm-10 { padding-top: 10px !important; } .pr-sm-10 { padding-right: 10px !important; } .pb-sm-10 { padding-bottom: 10px !important; } .pl-sm-10 { padding-left: 10px !important; }

/* LISTING ------------------ */
ul, ol { margin:0 0 30px; padding:0; }
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 { 
	width:100%; float:left; list-style: none;
	margin:0; padding:0; }
ul.listing strong { font-weight:600; }
ul.listing li  { 
	position:relative; padding:0 0 10px 20px; margin:0; }
ul.listing li::before { 
	position:absolute; top:0; left:0; content:'-'; }
ul.listing li a {}

/* 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;
	background:none; border:1px solid #A8A8A8; border-radius:3px; }
input[type="text"], input[type="tel"], input[type="number"],
input[type="date"], input[type="email"] { 
	width:100%; height:46px;  border-radius:0;
	padding:10px 15px; margin:30px 0 0; }
input[type="date"] {
	 }
input[type="number"] {
	 }
select {
	width:100%; height: 40px;   border-radius:3px;
	padding:10px 15px; margin:0 0 15px; }
textarea { 
	width:100%; height: 100px; padding:10px 15px; margin:30px 0 30px;
	resize:none; outline: none;  border-radius:3px; }
input[type="submit"],
input[type="button"]{
	margin:20px 0 0 0; padding:0;
	width:100%; min-height:60px; max-width:200px;
	background:#283a97; color:#fff; font-size:16px;
	font-weight:500;  border-radius:3px;
	border:1px solid #283a97; outline:none; cursor: pointer; }
input[type="submit"]:hover,
input[type="button"]:hover { 
	background:#283a97; color:#fff;
	background:#000; color:#283a97; border-color:#283a97; }
button { border:none; outline:none; background:none; }


/* -------------------------- */
/* Owl Carousel v2.2.1------------- */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

/** theme */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}

/* CUSTOM NAV */
.owl-carousel .owl-nav {
/* 	position: absolute; top:35%; right:0; z-index: 2001; */ }
.owl-carousel .owl-nav div {
	width:35px; height:35px; line-height:36px;
	margin:0; padding:0; float: left; color:#7D7D7D; text-align:center; font-size:17px;
	background: #fff; border-radius:3px; }
.owl-carousel .owl-nav div.owl-next { position: absolute; top:40%; right:30px; }
.owl-carousel .owl-nav div.owl-prev { position: absolute; top:40%; left:30px;  }
.owl-carousel .owl-nav div:hover { background: #283a97; }
.owl-carousel .owl-dots {
	margin:10px 0 10px;
	text-align: center; }
.owl-carousel .owl-dots .owl-dot {
	display: inline-block;
	width:10px; height: 10px;
	margin:0 3px; padding:0;
	background: #CCCFCE; border-radius:10px;
	-webkit-border-radius:10px; -moz-border-radius:10px; }
.owl-carousel .owl-dots .owl-dot.active {
	background:#283a97; }
.next-slide, .prev-slide { cursor: pointer; }
@media(max-width:767px){
	.owl-carousel .owl-nav { display: none; }
}

/* -------------------------------- */
/* LAYOUT STYLE ------------------- */

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1300px;
  }
}
.full-block { width:100%; float:left; }
.half-block { width:50%; float:left; }
.section { 
	width:100%; float:left;
	margin:0; padding:60px 0; }
@media(max-width:1200px){
	.section { padding:40px 0; }
}
@media(max-width:991px){
	.section { padding:30px 0; }
}
.whatsappCall {
	width:60px; height:60px;
	position: fixed; bottom:70px; right:30px; z-index:  2003;
	animation: bounce 1s infinite;
}
.phoneCall {
	width:45px; height:45px;
	position: fixed; bottom:30px; right:110px; z-index: 2003;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-10px); }
  60% {
    transform: translateY(-5px); }
}
.whatsapp-badgecall { 
	 position:relative; margin:30px 0; }
.whatsapp-badgecall img { width:56px; height:56px; position:absolute; left:0; top:18px; transition: all 1s;}
.whatsapp-badgecall br { display: block !important; }
.whatsapp-badgecall a { 
	margin:0 0 0 30px; padding:20px 20px 10px 40px;
	display: inline-block; float:left; 
	color:#fff; font-family: "Poppins", sans-serif;
background: #00936E; border-radius: 5px;
background: linear-gradient(90deg, rgba(0, 147, 110, 1) 100%, rgba(0, 149, 118, 0) 100%);}
.whatsapp-badgecall a span { width:100%; float:left; font-size:13px; font-weight:500; line-height:1.1; }
.whatsapp-badgecall a span.number { font-size:22px; font-weight:600; line-height:1.4; transition: all 1s; color:#6DFFA4;}

.whatsapp-badgecall a:hover img { left:10px; }
.whatsapp-badgecall a:hover span { color:#eee;}
.whatsapp-badgecall a:hover span.number { color:#fff; }
a.backtotop {
    position: fixed; bottom: 25px; right: 36px; z-index: 1000;
    background-color: #ffffff20;
    font-size: 13px; color: #fff;
    padding:8px 20px;
    border-radius:50px;
    text-decoration: none;
    display: none; /* Hidden initially */ }
a.backtotop:hover {
    background-color: #000; }
a.backtotop span i {
    margin-left: 5px; }
/* HEADER ---------------------------*/ 
.header-container {
	position: absolute; top:0; left:0; z-index: 2001;
	width:100%; float:left; 
	 animation-delay: 2s; }
.header { 
	width:100%; float:left; 
	padding:0; margin:0px auto 0; }

.fixed-header { 
	position: fixed; top:0; left:0; z-index: 2001;
	background:rgba(256,256,256,0.9); }
.fixed-header:hover { background:rgba(256,256,256,1); }
.fixed-header:hover .callus .cicon { border:1px solid rgba(256,256,256,0.3); }

.logo { 
	width:100%; position:relative; padding:10px 0px; }
.logo a { padding:0; border:none; margin:0; }
.logo a img { max-width:184px; width:100%; }
.navcontainer { 
	display:flex;
	justify-content:end; align-items:center; }

.icon_contact { float:right; }
.icon_contact a.button { 
	font-size: 16px; font-weight: 600; color:#fff;
	background:#00aeef; border-color:#00aeef;
	width:200px; height: 85px; display: flex; justify-content: center; align-items: center; }

@media(max-width:1300px){

}
@media(max-width:1200px){
	.navcontainer { justify-content: flex-end; }
}
@media(max-width:767px){
	.header .icon_contact { display: none; }
}

/* LISTING -------------- */
ul.social-menu { 
	display:inline-block; list-style: none;
	margin:0; padding:0; }
ul.social-menu li { 
	width:auto; float:left; clear: none; 
	margin:0 10px 0 0; padding:0; }
ul.social-menu li a {
	background:none; color:#fff; border:1px solid #ffffff60;
  border-radius:4px; }
ul.social-menu li a svg { font-size:16px;}
ul.social-menu li a svg path { color:#fff !important; }

ul.addresslist { margin:0 0 10px; list-style:none; padding:0;}
ul.addresslist li { margin:0; padding:0 0 10px 25px; }
ul.addresslist li::before { 
	content:'-'; font-size:16px; line-height: 1;
	background:none; position:absolute; top:4px; left:0; }
ul.addresslist li.location::before { content:'\f3c5'; }
ul.addresslist li.phone::before { content:'\f095'; font-size:15px;}
ul.addresslist li.email::before { content:'\f658'; }
ul.addresslist li.location::before { content:'\f3c5'; }
ul.addresslist li.clock::before{ content:'\f017';}
ul.addresslist li a { text-decoration:none; color:#444; }
ul.addresslist li a:hover { color: #283a97; }
@media screen and (max-width:991px){.mobile-hidden { display: none; }}
@media screen and (max-width:575px){
	ul.addresslist li { padding:0 0 10px; }
	ul.addresslist li::before { position: relative; margin:0 10px 0; top:0; }
	
}

ul.iconlist { margin:0 0 10px; list-style:none; padding:0;}
ul.iconlist li { margin:0; padding:0 0 10px 25px; }
ul.iconlist li::before { 
	content:'-'; font-size:16px; line-height: 1;
	background:none; position:absolute; top:4px; left:0; }
ul.iconlist li a { text-decoration:none; }
ul.iconlist li a:hover { color:#f7921e; }

@media screen and (max-width:575px){
	ul.iconlist li { padding:0 0 10px; }
	ul.iconlist li::before { position: relative; margin:0 10px 0; top:0; }
}

ul.iconlist li.email::before { content:'\f658'; }
ul.iconlist li.phone::before { content:'\f095'; font-size:15px;}
ul.iconlist li.location::before { content:'\f3c5'; }
ul.iconlist li.map::before { content:'\f279'; }


/* FOOTER -------------------- */
.footer { 
  width:100%; float:left; color:#fff;
	margin:0; padding:50px 0px 40px;
	background:#283a97; /* background: #252525; */
	font-size:15px; }
.footer h6 { 
	text-transform: capitalize; font-weight: 600;
	margin:30px 0 20px 0; padding:0;
	color:#fff; font-size:20px; }
.footer p { 
	font-size:15px; color:#FFFFFF; font-weight:300; 
	margin:0 0 20px; line-height:1.6; }
.footer p strong { font-weight: 600; }

.footer_contact img { max-height:70px; }

.footer ul { list-style: none; margin:0; padding:0; }
.footer ul li { list-style: none; margin:0; padding:0 0 15px 0; color:#fff; }

.footer ul li a { text-decoration:none; color:#fff; font-weight:300; }
.footer ul li a:hover { color:#00aeef; }
.footer ul li:hover a { padding-left:10px; }

.footer ul.addresslist li { padding-left:30px; }
.footer ul.addresslist li.location::before { top:3px;}
.footer ul.addresslist li.email::before { top:3px; }

.footer ul.bottom_courselist li { font-weight:300; }
.footer ul.bottom_courselist li a { font-weight: 500; font-size:16px; }


.copycat { 
	width:100%; float:left; margin:0; padding:20px 0 40px;
	/*background:#1d1d1d;*/ background:#283a97; border-top:1px solid rgba(256,256,256,0.1)}
.copycat p { 
	font-size: 14px; color:#E1E1E1;
	text-align: left; margin:5px 0 0; padding:0; }
.copycat ul.social-menu { float:right; font-size:14px; display:flex; }
.copycat ul.social-menu li { 
	color:#E1E1E1; display:flex; justify-content: center; align-items: center; 
	padding:0; margin:0 0 0 10px;}
.copycat ul.social-menu li a { 
	min-width:26px; height:28px; text-align: center;
	padding:2px 5px; margin:0; display: flex; justify-content: center; align-items: center;
	background:rgba(256,256,256,0.1);
	border:none; text-decoration: none; font-size:16px; color:#E1E1E1; }


@media screen and (max-width:991px){
	.footer { padding:20px 0 50px; }
	.copycat { margin:0; padding:20px 0 30px; }
	.copycat, .copycat p { text-align: center; }
	.copycat ul.social-menu { float:none; margin:10px 5px 0 5px;  }
	.copycat ul.social-menu li:first-child { margin:0; padding:0; }
	.copycat ul li.mobile-hidden { display: none; }
}
@media screen and (max-width:767px){
	.copycat ul.social-menu { 
		width:100%; text-align: center;
		display: flex; justify-content: center; }
	.copycat { padding-bottom:60px; }
}

@media screen and (max-width:575px){
	.footer { padding:40px 0 40px; }
	.footer h6 { text-align: center; }
	.footer p { text-align: center; }
	.footer ul li { text-align: center; padding:0 0 15px; }
	.footer ul li::before { display: none; }
	
	.footer ul.addresslist li { text-align: left; }
	.footer ul.addresslist li::before { display: inline-block; position: absolute; margin:0; }
	
	.footer_contact { text-align:left; padding:0 30px; }
	.footer_contact h6 { display: none; }
	.ftr-popularcourses { 
		background:#252525; padding:30px 30px 20px 30px; margin:15px 0 0 0;
		text-align: left; border-radius:10px; }
	.ftr-popularcourses h6 { text-align: inherit; margin-top:0; }
	.ftr-popularcourses ul.bottom_courselist { text-align: left; }
	.ftr-popularcourses ul.bottom_courselist li { text-align: left; }
}

/* BANNERS -------------------------- */
.banner { 
	width:100%; height:100%; position: relative; 
	float: left;
}
.banner .owl-carousel,
.banner .owl-stage-outer,
.banner .owl-carousel .owl-stage,
.banner .owl-carousel .owl-item { height:100%; }
.banner-image { height: 100%;}
.banner-image img { height: 100%;}


.banner-caption { 
	margin:0; padding:0 40px; 
	text-align: left; 
	width:100%; float:left; position:absolute; bottom:100px; left:0; z-index:20; }
.banner-caption h1 { 
	width:100%; 
	margin:0 0 20px; padding:0; line-height: 1.1;
	text-transform: capitalize; text-align: left;
	color:#fff; font-size:72px; font-weight:900; }
.banner-caption a.button {
	color:#fff; border-color: #fff; background:none;
}


.banner-image {
	width:100%; float:left; position:relative; }
.banner-image::after {
	position:absolute; top:0; left:0;  z-index:5;
	content:''; width:100%; height:100%; 
	background: rgb(0,0,0,0.1); } 
.banner-image img {
	float:left;
	object-fit: cover; object-position:center; }

.banner-slider .owl-carousel .owl-nav div {
	font-size:12px; line-height: 3; color:#fff; 
	width:40px; height:40px; text-align:center; top: auto; bottom:50%;
	border-radius: 40px; background:none; border:1px solid #fff; }
.banner-slider .owl-carousel .owl-nav div.owl-prev { left:20px; }
.banner-slider .owl-carousel .owl-nav div.owl-next { right:20px; }
.banner-slider .owl-carousel .owl-dots { position:absolute; width:100%; bottom:5px; }

@media(max-width:1500px){
	
}
@media(max-width:1200px){
	.banner-caption h1 { font-size:50px; margin:0 auto 10px;}
}

@media(max-width:991px){
	.banner-caption h1 { font-size:46px;}
	
}
@media(max-width:767px){
	.banner-caption h1 { font-size:35px; font-weight:800; }
	.banner-image img { min-height:350px; }
	.banner-caption a.button { font-size:13px; padding:10px 20px; }
}
@media(max-width:575px){
	.banner-image img { min-height:300px; }
	.banner-caption h1 { font-size:30px;  }
}

.inner-banner {
	display: flex; justify-content: center; align-items: center;
	min-height:150px; padding:0 0;
	background-image:url('../images/pattern_background.png');
}
.inner-banner h3,
.inner-banner h4 { margin:0;  }

.inner-banner ul { list-style: none; float:none; margin:0 auto; padding:0; }
.inner-banner ul li { color:#141414; display:inline-block; margin:0; padding:0 15px 0 0; }
.inner-banner ul li::after { content:'-'; position: absolute; top:0; right:0; }
.inner-banner ul li:last-child { padding-left:5px; }
.inner-banner ul li:last-child::after { display: none; }
.inner-banner ul li a { color:#141414; text-decoration:none; }
.inner-banner ul li a:hover { color:#36479d; }


/* HOME PAGE ---------------------------------- */
.padding_block, .intro_caption, .testi-block  { 
	padding:50px 10% 5%; display:flex; justify-content:center; align-items: start;
  flex-direction:column;  
}
.intro_caption h3 { padding:0 10%; margin:0; }
.intro_caption h3 span { color:#283a97; }


.testimonial-slider {background:#283a97; overflow: hidden; }
.testi-block { 
	height:100%; background:#283a97;
	background-size:300px; background-position: center;
  background-image:url(../images/quote.png); background-repeat: no-repeat; }
.testi-block h5 { color:#fff; }
.testi-block p { color:#fff; font-size:18px; }

.testimonial-slider .owl-nav { width:100px; float:left; position: relative; left:55%; bottom:50px;}
.testimonial-slider .owl-nav div,
.testimonial-slider .owl-nav button { 
	width:40px;  color:#fff; font-size:24px;
	padding:0; margin:0;  }
.testimonial-slider .owl-nav div.owl-next,
.testimonial-slider .owl-nav button.owl-next { bottom:0; right:0; top:auto; background:none; }
.testimonial-slider .owl-nav div.owl-prev,
.testimonial-slider .owl-nav button.owl-prev { bottom:0; left:0; top:auto; background:none; }

@keyframes fadeInLeft {
    from { opacity: 0; transform: translateX(-50px); }
    to { opacity: 1; transform: translateX(0px); }
}
.fade-in-left {
    animation: fadeInLeft 0.8s ease forwards;
}
@keyframes fadeInLeftSlow {
    from { opacity: 0; transform: translateX(-100px); }
    to { opacity: 1; transform: translateX(-1px); }
}
.fade-in-left-slow {
    animation: fadeInLeftSlow 1.5s ease forwards;
}
@keyframes fadeInRight {
    from { opacity: 0; transform: translateX(50px); }
    to { opacity: 1; transform: translateX(0); }
}
.fade-in-right {
    animation: fadeInRight 0.8s ease forwards;
}
@keyframes fadeInRightSlow {
    from { opacity: 0; transform: translateX(100px); }
    to { opacity: 1; transform: translateX(0); }
}
.fade-in-right-slow {
    animation: fadeInRightSlow 1.5s ease forwards;
}


@media screen and (max-width:1600px) {
	.intro_caption h3 { padding:0;}
}
@media screen and (max-width:1500px) {
	.intro_caption h3 { font-size:36px; }
}
@media screen and (max-width:991px) {
	.intro_caption h3 { font-size:30px; }
	.testi-block h5 { font-size:20px; font-weight:600; }
	.testi-block p { font-size:14px; }
	
	.padding_block, .intro_caption { padding:40px;}
}


.intro-image { }
.intro_block { background: #00aeef; height:100%; }
.intro_block h5,
.intro_block p { color:#fff;  margin:0; padding:0; }
.intro_block a.line_button { color:#fff; border-color:#fff;  margin:20px 0 0; padding:0; }
.intro_block a.line_button:hover { color:#283a97; border-color:#283a97; }

.badge_header { 
	display:flex; justify-content:start; align-items: center; 
  gap:20px; margin-bottom:30px;}

.contact-block {
	 margin:0; background:#252525; 
	 height: 100%;
}
.contact-block h5 { color:#fff; }
.contact-block p { color:#fff; }
.contact-block ul.addresslist li { color:#fff; }
.contact-block ul.addresslist li a { color:#fff; }
.contact-block ul.addresslist li a:hover { color:#00aeef; }

.contact-block a.line_button { color:#fff; border-color:#fff; }

.mail-block {
	background-image:url('../images/pattern_background.png');
	background-repeat: repeat;
	height: 100%;
}
.mail-block input[type="text"], 
.mail-block input[type="tel"], 
.mail-block input[type="email"] { background:#fff; border:none; border-bottom:1px solid #E1E1E1; }
.youtube-block { width:100%; float:left; }

.mail-block h5 { margin:0; }
.mail-block br { display:none; }
.mail-block span { font-size:13px;}
/* Make banner & right column same height on desktop */



@media (min-width: 992px) {
    .equal-parent {
        display: flex;
    }
    .equal-child {
        flex: 1;
        display: flex;
        flex-direction: column;
    }
    .half-height-row {
        flex: 1;
        display: flex;
    }
    .half-height-row > div {
        flex: 1;
    }
}

/* Optional styling for visualization */
.block {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eee;
/*     border: 1px solid #ccc; */
    min-height: 150px;
}

/* -------------------------------- */
/* ABOUT PAGE --------------------- */
.banner-pic {
	width:100%; float:left; position:relative; }
.banner-pic::after {
	position:absolute; top:0; left:0;  z-index:5;
	content:''; width:100%; height:100%; 
	background: rgb(0,0,0,0.8); } 
.banner-pic img {
	width:100%; height:300px; overflow:hidden; 
	object-fit:cover; object-position:center; }

.banner-title {
	width: 100%; 
	position: absolute; bottom:20%; left:0; z-index: 1001;
	text-align: center; }
.banner-title h2 { color:#fff; text-align:center; margin:0 0 15px; }
.banner-title ul { list-style: none; float:none; margin:0 auto; padding:0; }
.banner-title ul li { color:#fff; display:inline-block; margin:0; padding:0 15px 0 5px; }
.banner-title ul li::after { content:'/'; position: absolute; top:0; right:0; }
.banner-title ul li:last-child { padding-right:5px; }
.banner-title ul li:last-child::after { display: none; }
.banner-title ul li a { color:#fff; text-decoration:none; }
.banner-title ul li a:hover { color:#BE1E2D; }

.about-banner img { 
	width: 100%; max-height:500px; object-position:center; object-fit:cover; }
/* .mision-vision { 
	background:#ededed; padding:30px; margin:30px 0 0; } */
.mision-vision { 
	background:#283a97; padding:50px; margin:30px 0 0; }
.mision-vision h5 { color:#fff; }
.mision-vision p { color:#fff; margin:0; padding:0; }


@media screen and (max-width:767px){
	.mision-vision { padding:30px; }
}


.chairman_message {
	padding:100px 0;
	background-image:url(../images/quote_about.png);
	background-repeat: no-repeat;
	background-size:100px; }
.chairman_message h5 { font-weight:300; color:#1e1e1e;}
.chairman_message p { font-size:16px; }
.chairman_message h6 { color:#283a97; }
.chairman_message h6 span { color:#1e1e1e; font-size:0.8em; font-weight: 400;}



/* CONTACE PAGE --------------*/
.apply_online {
	background-image:url('../images/pexels-fauxels-3183190.jpg');
	background-repeat: no-repeat; background-size:cover; }

.contact-form {
	width:100%; height:100%;
	padding:80px;
	background:#fff; }
.contact-form p { margin:0; padding:0; }
.contact-form br { display: none; }
.contact-form input { margin:20px 0 0; }
.contact-form textarea { margin-bottom:0px; }

.contact-form-title {
	width:100%; height:100%;
	padding:100px; margin:0;
	display: flex; align-items: center;
	background: #283a97; }
.contact-form-title h4 { color:#fff; margin:0; padding:0; }


.google_map { border-radius:10px; overflow:hidden; border: 2px solid #eee;}
.google_map iframe { width: 100%; height:350px; }

@media screen and (max-width:767px){
	.contact-form { padding:60px; }
}
@media screen and (max-width:575px){
	.contact-form { padding:40px; }
}
/* COURSRS ---------------- */
.course_thumb { 
	margin:0 0 30px; border:1px solid #dae1ed;
  border-radius: 3px; overflow: hidden; 
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; }
.course_image a { 
	position:relative;
	width: 100%; display:block; float:left; }
.course_image img {
	width:100%; height: 250px; object-fit: cover; object-position: center; }

.course_image span { 
	display: inline-block; padding:10px 20px;
	background:#00aeef; color:#fff; font-size:14px;
	position: absolute; right:0; bottom:30px; z-index: 10; }

.course_desc {
	margin:0; padding:30px 30px 25px; }
.course_desc a { font-size:22px; font-weight:600; color:#252525; margin:0 0 20px; display: inline-block; }
span.course-icon { padding:0 0 5px 25px; position: relative; }
span.course-icon::before { position: absolute; top:0; left:0; color:#00aeef; }
span.clock::before { content: '\f017'; font-weight:500;  }
span.class::before { content:'\f109'; font-weight:900; }

@media screen and (max-width:767px){
	.course_desc a { font-size:20px; }
}


ul.course_list { margin:0 0 30px; padding:0; width:100%; float:left; }
ul.course_list li {
	width:33%; float:left; list-style:none; 
	position: relative; min-height: 30px; display:flex; align-items:center; padding:0 0 20px 40px; }
ul.course_list li img { width:30px; position: absolute; left:0; }
ul.course_list li a { font-weight: 500; text-decoration: none; }

@media screen and (max-width:991px){
	ul.course_list li { width:50%; }
}
@media screen and (max-width:767px){
	ul.course_list li { width:100%; }
}


ul.courses_titles {
	width: 100%; float:left; margin:0; padding:0; }
ul.courses_titles li { 
	list-style:none; float:left; margin:0 0 20px; padding:0 15px 0 0; }
ul.courses_titles li a {
	display: inline-block; padding:10px 20px; margin:0;
	background: #fff; text-decoration: none; color:#141414;
	border:1px solid #fff; border-radius: 3px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; }
ul.courses_titles li a:hover { 
	background:#efefef;
	border:1px solid #00aeef }

.course_cover-image { 
	width:100%; float:left; margin:0 0 30px; padding:0;
	border-radius:15px; }
.course_cover-image img {
	width:100%; float:left; max-height: 450px;
	object-fit: cover; object-position: center;
	border-radius: 15px; }

.course_content {}
.course_content ul li { list-style:none; position:relative; }
.course_content ul li::before { position:absolute; top:0; left:0; content:'-'; }
.course_content ul li a {}


.request-form-right { 
	width:100%; float:left; margin:0 0 30px; padding:50px;
	border:1px solid #00aeef; border-radius:15px }
.request-form-right h5 { margin:0; }
.request-form-right br { display: none; }
.request-form-right p { margin:0; padding:0; }
.request-form-right input { margin:20px 0 0; }
.request-form-right textarea { margin-bottom:0; }
.service-block { margin:20px 0 30px; }
input.wpcf7-not-valid { border-color:#976060 !important; }
.wpcf7 form .wpcf7-response-output { font-size:13px; }


@media screen and (max-width:767px){
	.request-form-right { padding:30px; }
}


/* events page ------------ */
.events_thumb { 
	margin:0 0 30px; background: #dae1ed; }
.events_image a { 
	position:relative;
	width: 100%; display:block; float:left; }
.events_image img {
	width:100%; height: 300px; object-fit: cover; object-position: center; }

.events_image span { 
	display: inline-block; padding:10px 20px;
	background:#00aeef; color:#fff; font-size:14px;
	position: absolute; right:0; bottom:30px; z-index: 10; }

.events_desc {
	margin:0; padding:20px 20px 20px; }
.events_desc span { color:#999; font-size:14px; }
.events_desc a { font-size:18px; font-weight:500; color:#252525; margin:0; display: inline-block; }

@media screen and (max-width:767px){
	.events_desc a { font-size:20px; }
}




.events_gallery img {
	width:100%; height: 250px; float:left;
	border-radius: 5px;
	object-fit: cover; object-position: center; }




