@charset "utf-8";


@import url('https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');
/* font-family: "Public Sans", sans-serif; */

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


body {
    font-family: "Public Sans", 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: #f87878; }
/* 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: 10px; padding-left: 15px;}
li {margin: 0 0 10px; padding: 0;}
p {padding-bottom: 20px;margin: 0;}
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: #ffffff !important;
    background: #036491;
    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: #0393ca;
}

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

.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 rgb(0 0 0 / 4%);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 4%);
    background: #ffffff;
    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;
}
.header_main{
    /* position: absolute;
    left: 0;
    right: 0;
    z-index: 9; */
    border: none;
    height: auto;
    width: 100%;
}

.logo{
    max-width: 200px;
    padding: 10px 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: left;
}

.nav_menu > ul {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 18px;
    color: #f87878;
    text-transform:initial;
    display: inline-block;
    vertical-align: top;
}

.nav_menu ul li {list-style: none; margin: 0; padding: 0; position: relative;}

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

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

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

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

/* .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{
    color: #036491;
}

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

.sticky .logo {
    max-width: 150px;
}

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

.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*/

.homeBtn{
    display: none;
    float: left;
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 20;
    margin: -2px 0;
}

.homeBtn:hover{color: #014baf;}

.responsive_btn {
    display: none;
    cursor: pointer;
    text-align: center;
    width: 50px;
    height: 50px;
    margin: 0 0 0 20px;
    background: #ffffff;
    -webkit-border-radius: 3px;
    border-radius: 8px;
    z-index: 20;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.sticky .responsive_btn {
	background: #000000;
	width: 36px;
	height: 36px;
}
.sticky .responsive_btn span{width: 18px;}

.responsive_btn span {display: block; height: 2px; width: 20px; position: relative; top: 50%; margin: -1px auto;}

.responsive_btn span:before,.responsive_btn span:after {content: ""; display: inline-block; height: 100%; width: 100%; position: absolute; left: 0;}

.responsive_btn span:before {top: -6px;}

.responsive_btn span:after {bottom: -6px;}

.responsive_btn span,.responsive_btn span:before,.responsive_btn span:after {
    background: #000000;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.responsive_btn:hover span, .responsive_btn:hover span:before, .responsive_btn:hover span:after {background: #ff0000;}

.responsive_nav {
	display: block;
	position: fixed;
	left: -280px;
	top: 0;
	bottom: 0;
	width: 280px;
	min-height: 100%;
	z-index: 20;
	background: #01283a;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.responsive_nav ul {margin: 0; padding: 0; text-align: left;}

.responsive_nav ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	color: #fff;
	font-size: 18px;
	line-height: 26px;
	text-transform: capitalize;
}

.responsive_nav ul li:first-child {border-top: none;}

.responsive_nav ul li:after{display: none;}

.responsive_nav ul li > a {display: block; padding: 12px 10px 8px; color: inherit; position: relative; border-bottom: 1px solid #ffffff;}

.responsive_nav ul li a:hover,.responsive_nav ul li a:focus,.responsive_nav ul li.active > a{color: #ffffff; background: #005175;}

.responsive_nav ul ul {padding: 0 0 15px 15px;}

.responsive_nav ul .sub-menu,.responsive_nav ul li a i {display: none;}

.responsive_nav .subarrow {display: block; pointer-events: inherit; width: 30px; height: 40px; line-height: 40px !important; right: 0;}

.responsive_nav ul .sub-menu .container {width: 100%; padding: 0;}

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

html.responsive,.responsive body {overflow-y: hidden;}

.responsive .wrapper {-webkit-transform: translate(-280px, 0) !important; transform: translate(-280px, 0) !important;}

.responsive .bodyOverlay {opacity: 1; visibility: visible;}

.responsive .responsive_nav {left: 0;}

.responsive .responsive_btn {pointer-events: none;}

.responsive .responsive_btn span {-webkit-transform: rotate(45deg); transform: rotate(45deg);}

.responsive .responsive_btn span:after {-webkit-transform: rotate(270deg); transform: rotate(270deg); top: 0;}

.responsive .responsive_btn span:before {opacity: 0;}

.responsive_nav .opened > .subarrow {-webkit-transform: rotate(180deg); transform: rotate(180deg);}

.responsive_nav .mCSB_outside + .mCSB_scrollTools{right: 0;}

.responsive .responsive_nav .mCSB_outside + .mCSB_scrollTools{right: -4px;}

/*MENU END*/


/* SLIDER

---------------------------------*/
.bannersec{
    background-color: transparent;
    position: relative;
    padding: 200px 0 150px 0;
    min-height: 800px;
}

.bannerimg {
    position: absolute;
    top: -120px;
    right: 0;
    max-width: 50%;
    height: 100%;
}

.bannerimg img {
    width: 870px;
    height: 870px;
    max-width: none;
    border-radius: 50%;
    object-fit: cover;
    background-color: transparent;
    padding: 0px 0px 30px 0px;
    background-image: linear-gradient(180deg, #FFE43B00 0%, #0391c6 100%);
}

.bannercon h2 {
    font-size: 90px;
    line-height: 80px;
    font-weight: 600;
}

.bannercon h2 strong {
    color: #036490;
}
.bannercon p {
    color: #656567;
}

/*SLIDER END*/


/* FOOTER
---------------------------------*/
.mainFooter {
    background: #6e87a7;
    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:150px 0 80px 0;
    /*border-top: 1px solid #272c2d;
     padding: 100px 0 0 0; */
}
.logoside {
    padding-right: 20%;
}
.logoside a {
    width: 250px;
}

.logoside p {
    font-size: 17px;
    font-weight: 400;
    line-height:24px;
    color: #fff;
    margin-top: 20px;
}
.footerLink h3 {
    font-size: 22px;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 28px;
    font-weight: 600;
}

.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: #cbff00;
}
.sochal-icon {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}
.sochal-icon li + li{margin-left: 10px;}
.sochal-icon li a {
    background: #ffffff;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #000;
    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 a:hover{
    background:#b9bdc6;
}

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

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

.copyright a{
    font-weight: 600;
    color: #0393c9;
    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: #000 !important;
    background: #F8B401;
    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;
}
.bd_btn:hover{
    background: #0493c8;
    color: #fff !important;
}

/*  */

.bg{
    background:#FAFAFA url(../images/bgg.png) no-repeat bottom center;
}
.bgoverlay{position: relative;}
.bgoverlay:after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background-color: transparent;
    background-image: linear-gradient(180deg, #0393cb9c 0%, #036798 100%);
    width: 100%;
    height: 100%;
}
.bgoverlay .container, .bgoverlay .heading {
    position: relative;
    z-index: 1;
}
.bgoverlay .inner_con h2, .bgoverlay .inner_con p {
    color: #fff;
}
.animatimg{
    position: relative;
    padding-top: 100%;
}
.animatimg img{
    background-color: transparent;
    padding: 0px 0px 20px 40px;
    background-image: linear-gradient(180deg, #0393cb70 0%, #036798 100%);
    /* -webkit-animation: morphine 15s linear infinite alternate forwards;
    animation: morphine 15s linear infinite alternate forwards; */
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    /* border-radius: 100%; */
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@-webkit-keyframes morphine {
    0%,100% {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%
    }

    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%
    }

    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%
    }

    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%
    }

    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%
    }

    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%
    }

    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%
    }
}

@keyframes morphine {
    0%,100% {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%
    }

    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%
    }

    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%
    }

    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%
    }

    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%
    }

    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%
    }

    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%
    }
}

.inner_con h2, .heading h2{
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    color: #00204a;
}
.inner_con h2 strong, .heading h2 strong{
    color: #036490;
}
.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: 100% !important;
    border-radius: 18px 18px 18px 18px;
    background:#1676a3;
}
.sectareasecboxx{
    counter-reset: section;
}
.sectareasecbox::before {
    counter-increment: section;
    content: "0 " counter(section);
    position: absolute;
    top: 30px;
    left: 9px;
    z-index: 9;
    color: #E0DFFD7A;
    font-size: 48px;
    line-height: 48px;
    font-weight: 700;
    letter-spacing: -6px;
    border-left: 6px solid #0364917d;
    padding-left: 15px;
    border-radius: 6px 0px 0 6px;
}
.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;
    box-shadow: 0px 30px 60px 0px rgba(0, 0, 1, 0.04);
    text-align: center;
    height: 100%;
}
.sericon img {
    width: 60px;
    filter: invert(18%) sepia(48%) saturate(6160%) hue-rotate(185deg) brightness(90%) contrast(98%);
}

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

.sectareabox:after, .sectareabox:before {
    position: absolute;
    content: "";
    width: 210px;
    height: 13px;
    background: #efedfe;
    border-radius: 0px 0px 10px 10px;
    left: 50%;
    transform: translate(-108px, 0px);
    transition: 0.5s;
}

.sectareabox:before {
    top: -12px;
    border-radius: 10px 10px 0px 0px;
}

.sectareabox:after {
    bottom: -12px;
}
.sectareabox:hover:before, .sectareabox:hover:after{
    background: #81b1c7;
}

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

.contactinfo li {
    margin: 0;
}

.contactinfo li a, .bd_btn2 {
    display: flex;
    align-items: center;
}

.contactinfo li a i{
    background: #fff;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 10px;
    margin-right: 15px;
    font-size: 22px;
}
.bd_btn2 i{
    background: #0393ca;
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    border-radius: 10px;
    margin-right: 15px;
    font-size: 22px;
    color: #fff;
}

.contactinfo li+li {
    margin-top: 25px;
}

.contactinfo li a p strong, .bd_btn2 p strong {
    display: block;
    font-size: 16px;
    margin: 0 0 6px 0;
}

.contactinfo li a p, .bd_btn2 p {
    font-size: 18px;
    line-height: 24px;
}
.contact_form {
    padding: 30px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background:#ffffffa8;
    border-radius: 10px;
}
.contact_form h3 {
    color: #000;
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
}

.contact_form p {
    color: #000 !important;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0em 0.5em 0em;
}

.newsbox {
    background: #2222228c;
    padding: 25px;
    border-radius: 10px;
}

.newsbox p {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    line-height:24px;
}

.newsbox .bd_btn {
    width: 50%;
}

.joinbox .section {
    border-radius: 20px;
    overflow: hidden;
}

.joinbox .section .heading h2 {
    color: #fff;
}

.bd_btn1 {
    color: #ffffff !important;
    background: #ffb40000;
    border: 1px solid #fff;
    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;
}

.joinbox {
    position: relative;
    bottom: -100px;
    z-index: 9;
}

.qrcode {
    padding:0 140px 0 0;
}
.qrcode img {
    filter: invert(1);
}

.guidancesec img{
    border-radius: 50%;
    width: 200px;
    background-image: linear-gradient(180deg, #ffefc3 0%, #f8b401 100%);
    padding: 6px;
}