@charset "utf-8";


@import url('https://fonts.googleapis.com/css2?family=Alatsi&display=swap');

*, *:after, *:before {box-sizing: border-box;}


body {
    font-family: "Alatsi", sans-serif;
	font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    padding:0;
    margin: 0;
    color: #191919;
    background: #ffffff; 
}
body, html{overflow-x: hidden; scroll-behavior: smooth;}
.container{position: relative; max-width: 1270px;}
.container:after, .clearfix:after{content: ""; display: block; clear: both;}
.container .container{width: 100%;padding: 0;}
.spacer, .clear {height: 0; line-height: 0; clear: both; font-size: 0; display: block;}

::-webkit-scrollbar{width: 5px;}
::-webkit-scrollbar-track{background: #f5f5f5; }
::-webkit-scrollbar-thumb{background: #000; }
/* defult css Styles
---------------------------------*/
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, blockquote {margin: 0; padding: 0; border: 0; display: block;}
h1, h2, h3, h4, h5, h6 {font-weight:normal; line-height: normal;}
h1 {font-size: 30x; margin: 0 0 15px;}
h2 {font-size: 26px; margin: 0 0 15px;}
h3 {font-size: 24px; margin: 0 0 12px;}
h4 {font-size: 18px; margin: 0 0 12px;}
h5 {font-size: 16px; margin: 0 0 10px;}
h6 {font-size: 14px; margin: 0 0 10px;}
ul, ol {margin-bottom:15px; padding-left: 15px;}
li {margin: 0 0 10px; padding: 0;}
p {
    padding-bottom: 8px;
    margin: 0;
    font-size: 18px;
    line-height: 26px;
}
p:last-child{padding-bottom: 0;}
label, span, strong {display: inline-block;}
p label, p span, p strong {display: inline;}
strong{font-weight: 700;}
a {
	color: #1898d4;
	text-decoration: none;
	border: none;
	outline: none;
	display: inline-block;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

a:hover, a:focus{color: #1898d4;text-decoration: none;outline: none;}

a:focus{color: #1898d4;}

img {border: none; outline: none; display: inline-block; max-width: 100%;}

mark {background-color: #ff9; color: #000; font-style: italic; font-weight: bold;}

del {text-decoration: line-through;}

hr {display: block; height: 1px; border: 0; margin: 10px 0; padding: 0; border-top: 1px solid #d3d3d3;}

table {border: none; border-collapse: collapse;	border-spacing: 0; width: 100%;}

table th, table td {padding: 10px 12px;	vertical-align: top; border: 1px solid #d3d3d3;}



/* FORM

---------------------------------*/

fieldset {padding: 5px 10px 10px; margin: 0 0 30px; border: 1px solid #d3d3d3;}

fieldset:last-child{margin: 0;}

legend{display: block; width: auto; max-width: 100%; padding: 0 10px; margin: 0; font-size: 16px; color: inherit; white-space: normal;}

form {margin: 0; padding: 0;}

label{
	text-align: left;
	line-height: 20px;
	margin: 0 0 8px;
	padding: 0;
	font-weight: normal;
}

input, select, textarea {
    padding: 5px 10px;
    width: 100%;
    height: 50px;
    border: 1px solid transparent;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #ffffff;
    color: #191919;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    position: relative;
    vertical-align: top;
    outline: none;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

input::-moz-placeholder, textarea::-moz-placeholder{color: #191919; opacity: 1;}

input::-webkit-placeholder, textarea::-webkit-placeholder{color: #191919; opacity: 1;}

input::placeholder, textarea::placeholder{color: #191919; opacity: 1;}

input[type="file"]{padding: 0 10px;}

textarea {height: 120px;	resize: none; overflow: auto;}

select{
    cursor:pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    /* background-image: url(../images/select.png); */
	background-position: 99% -3px;
	background-repeat: no-repeat;
	padding-right: 20px;
}

::-webkit-input-placeholder {opacity: 1;}

:-moz-placeholder {opacity: 1;}

::-moz-placeholder {opacity: 1;}

:-ms-input-placeholder {opacity: 1;}

input[type="radio"], input[type="checkbox"]{cursor: pointer; margin: 2px 5px 0 0; vertical-align: top;}

input[readonly="readonly"]{cursor: not-allowed; background: #f4f4f4 !important;}



input[type="text"]:focus, textarea:focus, select:focus{border-color: #f87878; outline: none;}

.ui-datepicker{width: 240px;}

#ui-datepicker-div {font-size: 12px;}

.ui-datepicker-title select{height: 26px;background-position: 100% -15px;padding: 3px;margin: 1px 3px !important;width: 45%;border: 1px solid;}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year{width: 45%;}

.ui-datepicker td span, .ui-datepicker td a{text-align: center;}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{width: 25px;height: 28px;top: 3px;border: none;}

.ui-datepicker .ui-datepicker-prev-hover{left: 2px;}

.ui-datepicker .ui-datepicker-next-hover{right: 2px;}



.form_wrap ul{list-style: none; padding: 0; margin-bottom: -10px;}

.form_wrap ul > li{margin-bottom: 0;}

.labelWrap{display:block;margin:0 0 10px;line-height:inherit; position: relative;}

:last-child .labelWrap{margin-bottom: 0;}

.labelWrap > span{margin: 0 0 5px;}

.hideLabel{position:absolute;opacity:0;pointer-events:none}

.form_wrap ul:after, .labelWrap:after, .input_check:after, .input_radio:after{content: "";display: block;clear: both;}

.labelWrap i{position: absolute; top: 20px; right: 15px; z-index: 1; pointer-events: none; color: #6b6b6b;}



.input_check, .input_radio{margin: 0; padding: 0; cursor: pointer;}

.input_check label, .input_radio label{font-family: inherit; font-weight: inherit; color: inherit;}

.input_check input[type="checkbox"], .input_radio input[type="radio"]{margin: 4px 5px 0 0;}



.col4.input_check, .col4.input_radio, .col5.input_check, .col5.input_radio{margin: 0 -10px;}

.col4.input_check > label, .col4.input_radio > label{float: left; padding: 0 10px; width: 25%;}

.col5.input_check > label, .col5.input_radio > label{float: left; padding: 0 10px; width: 20%;}



.file_upload{position: relative;}

.file_upload input{padding-right: 110px; padding-left: 0; border-width: 0;}

.file_upload label.inputfile{
    margin: 0 !important;
    padding: 0 !important;
    width: 100px;
	font-weight: normal;
    cursor: pointer;
    position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.file_upload label.inputfile .btn{display: block; padding: 0; min-width: auto;}

.file_upload label.inputfile input{display: none;}



/* BUTTONs

---------------------------------*/

[type="submit"], .gjs-cell [type="submit"], [type="reset"], [type="button"], .btn, .sk_box .btn {
    color: #000000 !important;
    background: #ffb400;
    font-size: 16px;
    border-radius: 10px;
    font-weight: 500;
    padding: 12px 20px;
    text-align: center;
    outline: none;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
    position: relative;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    z-index: 0;
}
.btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active,
[type="submit"]:hover, [type="submit"]:focus, [type="reset"]:hover, [type="reset"]:focus, .btn:hover, .btn:focus, .btn:active:focus, .sk_box .btn:hover, .sk_box .btn:focus
{
    background: #ffffff;
}

button i, .btn i{vertical-align: middle; margin: -3px 5px 0 0; position: relative; top: 0;}

[type="reset"]{margin-right: 10px;}

[type="reset"], [type="submit"].btn_black, [type="reset"].btn_black, button.btn_black, .btn.btn_black{background-color: #1e1202; border-color: #1e1202; color: #fff;}

[type="submit"].btn_green, [type="reset"].btn_green, button.btn_green, .btn.btn_green{background-color: #1898d4; border-color: #1898d4; color: #fff;}

[type="submit"].btn_white, [type="reset"].btn_white, button.btn_white, .btn.btn_white{background-color: #fff; border-color: #f87878; color: #f87878;}

[type="submit"].btn_t, [type="reset"].btn_t, button.btn_t, .btn.btn_t{background-color: transparent; border-color: #f87878; color: #f87878;}

[type="submit"]:hover, [type="submit"]:focus, [type="reset"]:hover, [type="reset"]:focus, .btn:hover, .btn:focus, .btn:active:focus, .sk_box .btn:hover, .sk_box .btn:focus{
    outline: none;
	background-color: #ffffff;
	border-color: #d4bfa3;
	color: #102E26;
}

[type="submit"].btn_green:hover, [type="submit"].btn_green:focus, [type="reset"].btn_green:hover, [type="reset"].btn_green:focus, button.btn_green:hover, button.btn_green:focus, button.btn_green:active:focus, .btn.btn_green:hover, .btn.btn_green:focus, .btn.btn_green:active:focus{
	background-color: #177b1e;
	border-color: #177b1e;
	color: #fff;
}



[type="submit"].btn-sm, [type="reset"].btn-sm, button.btn-sm, .btn.btn-sm{ 
    height: 32px;
    line-height: 30px;
    min-width: inherit;
    padding: 0 12px;
    font-size: 15px; 
}

[type="submit"].btn-lg, [type="reset"].btn-lg, button.btn-lg, .btn.btn-lg{height: 60px; line-height: 60px; font-size: 18px;}



.btn_group a, .btn_group input, .btn_group button{margin: 0 0 0 5px;}

.btn_group a:first-child, .btn_group input:first-child, .btn_group button:first-child{margin-left: 0;}

.btn_group a:last-child, .btn_group input:last-child, .btn_group button:last-child{margin-right: 0;}



.btn_center{text-align: center; margin-top: 30px;}

.btn_left{text-align: left;	margin-top: 30px;}

.btn_right{text-align: right; margin-top: 30px;}


/* ERROR_MSG

---------------------------------*/

.error, .success, .information { 
	/* background: #ffd1d1 url("../images/error_icon.png") no-repeat scroll 10px 10px / 20px 20px; */
	background: #ffd1d1;
    border: 1px solid #eab4b4;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #c00;
    display: block;
    font-size: 16px;
    line-height: 24px;
	min-height: 40px;
    margin: 10px 0 0;
    padding: 8px 5px 8px 40px;
	text-align: left;
}

.success {
    /* background-image: url(../images/success_icon.png); */
	background-color: #eaf7d9;
    border-color: #c8dd9c;
    color: #425c05;
}

.information {
    /* background-image: url(../images/warning_icon.png); */
	background-color: #ffeacd;
    border-color: #ffd396;
    color: #856404;
}

.error p, .success p, .information p {
	padding: 0 !important;
	font-size: inherit !important;
	line-height: inherit !important;
	text-align: inherit !important;
}

.input_error{border-color: #c00 !important;}

.input_success{border-color: #425c05 !important;}

.norecord{text-align: center;}

/* ERROR_MSG END*/


/* PAGINATION

---------------------------------*/

.pagination {
    display: block;
    clear: both;
	margin: 40px 0 0;
	padding: 0;
	font-size: 14px;
	line-height: 36px;
	text-align: right;
}

.pagination:after{content: ""; display: block; clear: both;}

.pagination p{
	display:inline-block;
	vertical-align:top;
    margin: 0;
    padding: 0 10px 0 0;
    text-align: inherit;
    line-height: inherit;
}

.pagination > div{display:inline-block; vertical-align:top;}

.pagination ul {float: left; margin: 0; padding: 0;}

.pagination ul li{background: #d3d3d3; color: #fff;}

.pagination ul li, .previous_pagi, .next_pagi, a.pagination_view {
	float: left;
	display: block;
	margin: 0 0 0 5px;
	margin: 0;
    padding: 0;
	width: 36px;
	height: 36px;
    line-height: 34px;
	text-align: center;
	border: 1px solid #d3d3d3;
	border-left: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.previous_pagi{border-left: 1px solid #d3d3d3;}

.pagination ul li a{
	display: block;
	border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
	line-height: 34px;
    background: #fff;
    color: #000;
}

.previous_pagi, .next_pagi, a.pagination_view{
    padding: 0 5px;
	color: #000;
    background: #fff;
    font-size: 0;
    position: relative;
}

a.pagination_view{font-size: inherit;}

.previous_pagi:before, .next_pagi:before{
    content: "\f104";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 15px;
    font-family:'FontAwesome';
}

.next_pagi:before{content: "\f105";}

.pagination ul li a:hover, a.previous_pagi:hover, a.next_pagi:hover, a.pagination_view:hover {background: #f87878; color: #fff;}

/*PAGINATION END*/


/* THANKYOU

----------------------*/

.thankyou_block{text-align: center;}

.thankyou_text .heading span, .thankyou_text .subheading span {display: block; color: #9cbe2f; margin-bottom: 10px;}

.thankyou_img{margin: 30px 0 0;}

/*THANKYOU END*/



/* BREADCRUMB

----------------------*/

.breadcrumb {
    background: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 15px 0 0;
	margin: 0 0 -35px;
    font-weight: 400;
    color: #f87878;
    font-size: 15px;
    line-height: 20px;
    text-transform: capitalize;
    text-align: center;
	z-index: 5;
}

.breadcrumb ul {margin: 0; padding: 0; list-style-type: none;}

.breadcrumb ul li {display: inline-block; vertical-align: top; margin: 0 25px 0 0; padding: 0; position: relative; font: inherit;}

.breadcrumb ul li:before{content: "/"; display: block; position: absolute; top: 1px; right: -14px; font-family:'FontAwesome';}

.breadcrumb ul li:last-child{margin: 0; padding: 0;}

.breadcrumb ul li:last-child:before{display: none;}

.breadcrumb ul li a {color: inherit;}

.breadcrumb ul li:last-child, .breadcrumb ul li a:hover {color: #1898d4;}

/*BREADCRUMB END*/


/* OWL

---------------------------------*/

.owl-carousel{padding: 0 35px;}

.owl-carousel .owl-nav:after{content: ""; display: block; clear: both;}

/* .owl-carousel .owl-nav{width: 100px;	position: absolute;	right: 0; top: -65px;} */

.owl-carousel .owl-nav [class*="owl-"] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    margin: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 32px;
    text-align: center;
    font-size: 18px;
    color: #f87878;
    background: transparent;
    border: 1px solid transparent;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    float: left;
    cursor: pointer;
    opacity: 1;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.owl-carousel .owl-nav .owl-next{float: right; padding: 0 0 0 4px; left: auto; right: 0;}

.owl-carousel .owl-nav .owl-prev.disabled, .owl-carousel .owl-nav .owl-next.disabled{pointer-events: none; opacity: 0.4;}

.owl-carousel .owl-nav [class*="owl-"]:hover{background: transparent; color: #f87878; opacity: 1;}

.owl-carousel .owl-nav.disabled + .owl-dots{margin-top: 30px;}

.owl-carousel .owl-dots{text-align: center;}

.owl-carousel .owl-dots .owl-dot{
    width: 12px;
    height: 12px;
    background: #ffb9b9;
    border: 2px solid transparent;
    outline: none;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    margin: 0 5px;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.owl-carousel .owl-dots .owl-dot.active{background: #f87878; border-color: #f87878;}

.owl-carousel .owl-item img{width: auto; margin: 0 auto;}

/*OWL END*/



/* COMMON STYLE

---------------------------------*/

/* SECTION_HEADING

----------------------*/

.section{width: 100%; padding:100px 0;	position: relative;}

.section:before{position: absolute;	content: ""; display: block; bottom: 0; left: 0; right: 0; top: 0; z-index: -1;}

.ptb{
    padding-top: 60px;
    padding-bottom: 60px;
}

.heading{ 
    margin-bottom: 25px; 
    position: relative;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.heading h2{
    font-size: 46px; line-height: 1.2em;
}

/* COMMON

---------------------------------*/



/* HEADER

---------------------------------*/

.sticky .header_main {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    background:#000;
    border-width: 0;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); 
    }
    100% {
        opacity: 1; -webkit-transform: none; transform: none; 
    }
}

@keyframes fadeInDown {
    0% { 
        opacity: 0; -webkit-transform: translate3d(0, -100%, 0); -ms-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); 
    }
    100% { 
       opacity: 1; -webkit-transform: none; -ms-transform: none; transform: none; 
    }

} 

.sticky .common_banner{margin-top: 65px;}

.sticky .hbottom{background: rgba(0, 0, 0, 0.8);}

.sticky .hmiddle, .sticky .nav_wrapper:before, .sticky .nav_wrapper:after{display: none;}

.sticky .nav_wrapper{padding: 0; background: transparent;} 

.sticky .nav_menu ul li:hover > a, .sticky .nav_menu ul li.active > a, .sticky .nav_menu ul li.current-menu-item > a{color: #1898d4;border-color: #1898d4;}

.sticky .responsive_btn span, .sticky .responsive_btn span:before, .sticky .responsive_btn span:after{background: #ffffff;}

.sticky .htop .headtop {
    display: none;
}
.sticky .htop .logo {
    max-width: 140px;
    padding: 10px 0;
}

.mainHeader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    /* background:#000000c4; */
}
.header_main{
    /* position: absolute;
    left: 0;
    right: 0;
    z-index: 9; */
    border: none;
    height: auto;
    width: 100%;
}

.logo{
    max-width:210px;
    padding:12px 0;
}

.logo a{display:block;}

.btn.hbtn {
    color: #ffffff;
    height: 44px;
    line-height: 42px;
    padding: 0 20px;
}
.btn.hbtn:hover, .btn.hbtn:focus{
    color: #f87878;
}
.sticky .btn.hbtn {
	color: #f87878;
	background: #ffffff;
	border-color: #ffffff;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
}
.sticky .btn.hbtn:hover{
    color: #ffffff;
    background: transparent;
    border-color: #ffffff;
}

/*HEADER END*/

/* MENU*/

.nav_wrapper {
    flex: 1;
}

.nav_menu{
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav_menu > ul {
    margin: 0;
    padding: 0 50px;
    font-weight: normal;
    font-size: 18px;
    color: #f87878;
    text-transform: initial;
    display: inline-block;
    vertical-align: top;
    /* background: #0d8dbd;
    border-radius: 50px;
    border: 1px solid #55ccf9;
    box-shadow: 0 20px 40px #0d8dbd2e; */
}

.nav_menu ul li {
    list-style: none;
    margin: 0;
    padding: 0 22px;
    border-radius: 5px;
    position: relative;
    /* background: #23c3ff36; */
}

.nav_menu > ul > li {display: inline-block; vertical-align: top;}

.nav_menu > ul > li:last-child{margin-right: 0;}

.nav_menu > ul > li a{color: #c6ddec; display: block;}

.nav_menu > ul > li > a {
    height: auto;
    font-size: 24px;
    line-height: 30px;
    padding:10px 0;
    margin: 0;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: transparent;
    text-transform: capitalize;
    font-weight: 500;
} 

/* .nav_menu > ul > li > a:after {
    position: absolute;
    content: "";
    background: #6a8227;
    height: 2px;
    width: 100%;
    left: -100%;
    bottom: 1px;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    text-transform: inherit;
} */

.nav_menu ul li a > span{position: relative;z-index: 1;}

.nav_menu > ul > li > a i.fa-home{font-size: 18px;}

.nav_menu ul li:hover > a, .nav_menu ul li.active > a, .nav_menu ul li.current-menu-item > a{
    font-weight: 500;
    color: #fff;
}

.nav_menu > ul > li:hover > a:after,.nav_menu > ul > li.current-menu-item > a:after, .nav_menu > ul > li.active > a:after{
    left: 0;
}

/* .sticky .nav_menu > ul{color: #000000;}

.sticky .nav_menu ul li:hover > a, .sticky .nav_menu ul li.active > a, .sticky .nav_menu ul li.current-menu-item > a{color: #ffffff;}
.sticky .nav_menu ul li > a{color:#b2d52d;}

.sticky .nav_menu > ul > li > a:after{background: #000000;} */

/*******  sub menu *****/

/*

.headmenu .nav_menu .menu {
    display: flex;
    padding: 0;
    margin: 0;
}

.headmenu .nav_menu .menu li {
    margin: 0;
}

.headmenu .nav_menu .menu li+li {
    margin-left: 40px;
}
/* -------------------------------- */
.subarrow {
    pointer-events: none;
    position: absolute;
    right: 5px;
    top: 0;
    width: auto;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    overflow: hidden;
    cursor: pointer;
    z-index: 1;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.nav_menu ul li > .sub-menu{
	visibility: hidden;
    opacity: 0;
	position: absolute;
    top: 100%;
    left: 0;
	z-index: 1;
	padding: 0;
    margin: 15px 0 0;
    color: #fff;
	background: #f87878;
	width: 270px;
	max-height: 380px;
    text-align: left;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.5);
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.5);
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.nav_menu > ul li:hover > .sub-menu{visibility: visible;opacity: 1;}

.nav_menu > ul > li:hover > .sub-menu{margin: 0;}

.nav_menu ul li > .sub-menu ul{list-style: none; padding: 0; margin: 0;}

.nav_menu > ul > li > .sub-menu li > .sub-menu{left: 100%; top: 0; list-style: none; margin: 0 0 0 15px;}

.nav_menu > ul > li .sub-menu li:hover > .sub-menu{margin: 0;}

.nav_menu ul li .sub-menu li {height: auto;	float: none; margin: 0; padding: 0; position: relative;}

.nav_menu ul li .sub-menu li:last-child{border-bottom:none;}

.nav_menu ul li .sub-menu li:first-child {border-top: none; margin: 0;}

.nav_menu ul li .sub-menu li a{
	padding: 10px;
	line-height: 18px;
	height: auto;
	position: relative;
    overflow: hidden;
}

.nav_menu ul li .sub-menu li:last-child a{border: none;}

.nav_menu ul li .sub-menu li a:after{
	position: absolute;
	content: "";
	display: block;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0;
	background: #00b4d5;
	z-index: -1;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out; 
}

.nav_menu ul li .sub-menu li:last-child a:after{-webkit-border-radius: 0; border-radius: 0;}

.nav_menu ul li .sub-menu li:first-child a:after{-webkit-border-radius: 0; border-radius: 0;}

.nav_menu ul li .sub-menu li:hover > a, .nav_menu ul li .sub-menu li.active > a, .nav_menu ul li .sub-menu li.current-menu-item > a{background: none; color: #fff;;}

.nav_menu ul li .sub-menu li a:hover:after, .nav_menu ul li .sub-menu li:hover > a:after, .nav_menu ul li .sub-menu li.active > a:after, .nav_menu ul li .sub-menu li.current-menu-item > a:after{width: 100%;}

.nav_menu ul li .sub-menu li i{float: right; margin: 2px -15px 0 0; -webkit-transform: rotate(-90deg); transform: rotate(-90deg);} */

/*RESPONSIVE MENU*/
body.dark-mode {
    height: 100vh;
}

.slidermenu {
    position: fixed;
    z-index:2;
    display: flex;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    transition: 0.52s;
}
.dark-mode .slidermenu{
    visibility: visible;
    opacity: 1;
    overflow: visible;
}

.slidermenu .menuimg {
    flex: 0 0 50%;
    max-width: 50%;
    height: 100%;
}
.slidermenu .menuimg img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.slidermenu .nav_wrapper {
    background: #fff;
    /* flex: 0 0 50%;
    max-width: 50%; */
    height: 100%;
    /* padding: 20px; */
}

.slidermenu .nav_wrapper .nav_menu {
    height: 100%;
    background: #ffffff;
    position: relative;
}
.slidermenu .nav_wrapper .nav_menu:after, .slidermenu .nav_wrapper .nav_menu:before {
    position: absolute;
    content: "";
    z-index: 1;
}

.slidermenu .nav_wrapper .nav_menu:before {
    background: linear-gradient(180deg, #ffffff 0%, #ffffffba 50%, #ffffff26 100%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
}

.slidermenu .nav_wrapper .nav_menu:after {
    background: linear-gradient(0deg, #ffffff 0%, #ffffffba 50%, #ffffff26 100%);
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
}
.slidermenu .nav_wrapper .nav_menu ul {
    list-style: none;
    margin: 0;
    max-height: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    width: 100%;
    overflow-y: scroll;
    padding: 100px 0;
    transform: translateY(-50%);
}

.slidermenu .nav_wrapper .nav_menu ul::-webkit-scrollbar{width:0px;}
.slidermenu .nav_wrapper .nav_menu ul::-webkit-scrollbar-track{background: #ffffff; }
.slidermenu .nav_wrapper .nav_menu ul::-webkit-scrollbar-thumb{background: #000; }

.slidermenu .nav_wrapper .nav_menu ul li.menu-item a {
    font-size: 40px;
    line-height: 48px;
    font-weight: 400;
    color: #000;
    padding: 0;
}
.slidermenu .nav_wrapper .nav_menu ul li.menu-item {
    margin: 0;
    padding: 20px 0;
    display: block;
}


.bodyOverlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    transform: none;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}

.toggle {
    position: relative;
    display: inline-block;
}

.toggle__input {
    display: none;
}

.toggle__label {
    display: block;
    width: 50px;
    height: 25px;
    border: 2px solid #fff;
    border-radius: 99px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.dark-mode .toggle__label {
    background-color: rgba(0, 0, 0, 0);
    border-color: #0d8dbd;
}

.toggle__input:checked + .toggle__label::after {
    left: 29px;
    background-color: #3aa2c9;
}

.toggle__label::after {
    content: '';
    position: absolute;
    top: 4px;
    left: 5px;
    width: 17px;
    height: 17px;
    background-color: #ffffff;
    border-radius: 50%;
    transition: left 0.3s ease;
}


/*MENU END*/



/* SLIDER

---------------------------------*/
.bannersec{
    background-color: transparent;
    position: relative;
    padding: 320px 0 150px 0;    
}
.innerbannersec{
    min-height: 450px;
}
.bannerimg {
    position: absolute;
    top:0;
    left: 0;
    width:100%;
    height: 100%;
}
.bannerimg:after, .slidermenu .menuimg:after {
    position: absolute;
    content: "";
    background: #000000;
    background: linear-gradient(0deg, #00000000 0%, #000000cf 100%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bannerimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bannercon h2 {
    font-size: 90px;
    line-height: 100px;
    font-weight: 600;
    color: #fff;
}
.innerbannersec .bannercon h2{
    font-size: 60px; line-height: 68px;
}

.bannercon h2 strong {
    color: #23c3ff;
}
.bannercon p {
    color: #ffffff;
    font-size: 24px;
    line-height: 30px;
}

/*SLIDER END*/


/* FOOTER
---------------------------------*/
.mainFooter {
    background: #09487e;
    width: 100%;
    overflow: hidden;
    font-size: 18px;
    line-height: 30px;
    color: #191919;
    position: relative;
}
/* .mainFooter:after{
    position: absolute;
    content: "";
    top: 0; left: 0;
    background: #000000ad;
    width: 100%; height: 100%;
} */
.mainFooter .container{
    position: relative; z-index: 1;
}
.ftop {
    margin: 80px 0;
    /*border-top: 1px solid #272c2d;
     padding: 100px 0 0 0; */
}
.logoside {
    padding-right: 20%;
}
.logoside a {
    width: 150px;
}

.logoside p {
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    color: #c9e3f0;
    margin: 0;
    padding: 0;
}
.logoside h3 {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    color: #fff;
    margin:15px 0;
}
.footerLink h3 {
    font-size: 22px;
    color: #c9e3f0;
    text-transform: uppercase;
    line-height: 1.75em;
    letter-spacing: 1px;
}

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

.fnav ul li a {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.75em;
    color: #fff;
}
.fnav ul li a:hover{
    color: #35c8ff;
}
.sochal-icon {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}
.sochal-icon li + li{margin-left: 10px;}
.sochal-icon li a {
    background: #0d8dbd;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
}
.sochal-icon li.gives a {
    width: auto;
    padding: 0 10px;
}
.sochal-icon li a:hover{
    background:#2ec6ff;
}

.copyright {     
    padding:30px 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #ffffff;
 }

.copyright p{padding: 0; text-align: inherit; display: block; font-weight: 400;} 

.copyright a{
    font-weight: 400;
    color: #35c8ff;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
}

.copyright a:hover{
    color: #fff;
}

/*FOOTER END*/



/* ==================================animation================================ */

.bannertext .subheading, .bannertext .heading, .bannertext p, .bannertext .btn
 {
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	animation-duration: 1s; 
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.active .bannertext .subheading{
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft; 
}

.active .bannertext .heading{
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown; 
}

.owl-item.active .bannertext p{
     -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown; 
}

.active .bannertext .btn{
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown; 
}

.bd_btn{
    color: #ffffff !important;
    background: #0d8dbd;
    font-size: 18px;
    line-height: 26px;
    border-radius: 10px;
    font-weight: 500;
    padding: 16px 50px;
    text-align: center;
    outline: none;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
    position: relative;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

/*  */


.animatimg{
    position: relative;
    padding-top: 70%;
}
.animatimg img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.boximg{
    height: 100%;
}
.boximg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inner_con h2, .heading h2{
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    color: #09487e;
}
.inner_con blockquote {
    position: relative;
    font-size: 18px;
    line-height: 28px;
    padding-left: 20px;
}

.inner_con blockquote:after {
    position: absolute;
    content: "";
    top: 6px !important;
    left: 0;
    width: 5px !important;
    height: 40% !important;
    border-radius: 18px 18px 18px 18px;
    background: red;
}

.sectareabox {
    position: relative;
    background-color: #F6F9FE;
    background-image: url(../images/service_background_inner.png);
    padding: 50px 25px 50px 25px;
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px 15px 15px 15px;
    overflow: hidden;
    box-shadow: 0px 30px 60px 0px rgba(0, 0, 1, 0.04);
    text-align: center;
}
.sericon img {
    width: 60px;
}

.sericon {
    margin-bottom: 30px;
}

.sectbox h2 {
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    color: #080D41;
}

.sectbox p {
    color: #656567;
    font-weight: 500;
    line-height: 26px;
    font-size: 18px;
}

/* New Css */

.bg {
    background: #fffbee;
}

.bg1 {
    background: #c9e3f0;
}

.vdoiframe iframe {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
}

.vdoiframe {
    position: relative;
    /* padding-top: 65%; */
    border-radius: 10px;
    overflow: hidden;
    background: #e7e7e7;
}
.vdoiframe .sby_info.sby_info_item {
    display: none;
}
.map iframe {
    width: 100%;
    height: 240px;
    margin-top: 20px;
}
.bgblack{
    background: #0a739b;
}
.bgnavy{
    background: #09487e;
}
.bgwhite{
    background: #fff;
}
.sectionptlbr{
    padding: 50px;
}
.boxsecimg {
    position: relative;
    padding-top: 62%;
}
.boxsec img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.ptrbl {
    padding: 30px;
}

.inner_con.text-white h2, .inner_con.text-white h1, .inner_con.text-white h3, .inner_con.text-white h4, .inner_con.text-white ul li, .inner_con.text-white p{
    color: #c9e3f0;
}
.boxsec {
    border-right: 1px solid #c9e3f0;
    height: 100%;
}

/* Lunch Popup */
.lunchbtn {
    position: fixed;
    bottom: 20px;
    right: 10px;
    background: #666666;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    text-align: center;
    line-height: 70px;
    color: #ffff;
    font-size: 30px;
    cursor: pointer;   
    z-index: 1; 
}
.lunchbtn i{
    transition: 0.5s;
}
.popupmode .lunchbtn{background: #fff;}
.popupmode .lunchbtn i {
    transform: rotate(42deg);
    color:#000;
}

.framepopbox{
    position: fixed;
    width: 360px;
    height: calc(95% - 80px);
    max-height: 560px;
    min-height: 250px;
    opacity: 0;
    transform: translateY(100%);
    overflow: hidden;
    border-radius: 28px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 40px 0px;
    z-index: 1;
    bottom:40px;
    right: 40px;
    background: #fff;
    padding: 10px 10px 100px 10px;
    transition: 0.9s;
}
.popupmode .framepopbox{
    opacity: 1;
    transform: translateY(0);
}
.framepopboxtopimg {
    height: 200px;
    border-radius: 28px;
    overflow: hidden;
}

.framepopboxtopimg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.framepopboxtopcon {
    padding: 15px;
}
.framepopboxtopcon p{
    padding-bottom: 10px;
}
.framepopboxbtn {
    padding: 0 15px;
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}
.framepopboxtop {
    overflow-y: scroll;
    height: 100%;
}
.framepopboxtop::-webkit-scrollbar{width: 0;}

/* Lunch Popup End */

.framepopboxtopcon .fnav ul li a {
    color: #000;
}
.framepopboxtopcon ul li {
    margin: 0;
}
.framepopboxtopcon ul li i {
    margin: 0 5px 0 0;
}

.what_we_listing_new {
    border: 1px solid #0d8dbd;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    padding: 40px 20px;
    border-radius: 5px;
    box-shadow: rgb(13 141 189 / 21%) 2px 5px 12px;
    background: #ffffff40;
}

.what_we_listing_new h3 {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 20px;
}
.what_we_listing_new+.what_we_listing_new {
    margin-top: 20px;
}
/*  */

.secbox {
    height: 100%;
}
.secbox a {
    display: flex;
    height: 100%;
    padding: 10px;
    align-items: center;
}
.secbox a .seclib {
    flex: 0 0 130px;
    max-width: 130px;
}
.secbox a .seclib img {
    width: auto;
    height: auto;
    object-fit: contain;
    position: relative;
    top: inherit;
    left: inherit;
}
.secbox a .apbg {
    color: #c9e3f0;
    flex: 1;
}

.apbg h3 {
    font-size: 26px;
    line-height: 30px;
}
.ptxt p {
    font-size: 22px;
    line-height: 28px;
}