<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

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

.sticky {}

.gallery-caption {}

.bypostauthor {}

.alignleft {
    float: left;
    margin: 0 10px 10px 0
}

.alignright {
    float: right;
}

.aligncenter {
    text-align: center;
    margin: 0 auto
}


/* ---------------------------
	BASIC HTML
------------------------------ */

body {
    line-height: 2;
}

body {
    font-family: 'Changa', sans-serif;
    background-color: #ffff;
    padding: 0;
    margin: 0;
}

a {
    color: #343434;
    transition: color .2s;
}

a:hover,
a:focus {
    color: #10788f;
    text-decoration: none;
}

blockquote {
    padding: 1px 20px 4px;
    margin: 20px 0 20px 30px;
    font-size: inherit;
    border-left: 3px solid #eaeaea;
}

p:empty {
    margin: 0;
}

iframe {
    max-width: 100%;
}

#wp-calendar&gt;tbody&gt;tr a {
    text-decoration: underline;
}


/*dark div*/

.dark-div,
.dark-div a {
    color: rgba(255, 255, 255, .75)
}

.dark-div a:hover {
    color: #fff;
}

.dark-div h1,
.dark-div h2,
.dark-div h3,
.dark-div h4,
.dark-div h5,
.dark-div h6,
.dark-div .btn-primary {
    color: #fff;
}


/*main color*/

.main-color-1,
.main-color-1-hover:hover {
    color: #10788f;
}

.main-color-1-bg,
.main-color-1-bg-hover:hover {
    background-color: #10788f;
}

.main-color-1-border {
    border-color: #10788f;
}

.main-color-2,
.main-color-2-hover:hover {
    color: #17376e;
}

.main-color-2-bg {
    background-color: #fff;
}


/* -------------------------
	Wordpress CSS 
--------------------------- */


/*HEADER*/

.navbar-inverse {
    border: none;
}

.navbar {
    margin-bottom: 0;
}

.navbar a {
    transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
}

.navbar-inverse .navbar-nav&gt;li&gt;a {
    color: rgba(255, 255, 255, .75)
}

#top-nav .navbar-nav&gt;li&gt;a {
    border-left: solid 1px rgba(255, 255, 255, .15);
}

#top-nav .navbar-nav&gt;li:last-child&gt;a {
    border-right: solid 1px rgba(255, 255, 255, .15);
}

.topnav-sidebar {
    line-height: 40px;
}

.topnav-sidebar a {
    display: inline-block;
    padding: 0 15px;
    border-left: solid 1px rgba(255, 255, 255, .15);
}

.topnav-sidebar a:focus {
    color: #FFFFFF
}

.topnav-sidebar a&gt;.fa {
    width: 10px;
    text-align: center;
}

.topnav-sidebar a&gt;.fa:before {
    margin-left: -5px;
    margin-right: -5px;
}

.topnav-sidebar&gt;[class*=col-md-] {
    padding: 0;
}


/*@media(max-width:767px){
.topnav-sidebar a{
	border-left: none;
	padding: 0 10px;
}
}*/

.topnav-sidebar&gt;.col-md-12 {
    width: auto;
    float: left;
}


/*wpml*/

.topnav-sidebar #lang_sel_click a,
.topnav-sidebar #lang_sel_click a:visited,
.topnav-sidebar #lang_sel a,
.topnav-sidebar #lang_sel a:visited {
    font-size: inherit;
    color: inherit;
    border: none;
    background: rgba(0, 0, 0, .9);
    padding-left: 20px;
    padding-right: 20px;
    line-height: 18px;
}

.topnav-sidebar #lang_sel_click a.lang_sel_sel,
.topnav-sidebar #lang_sel a.lang_sel_sel {
    background: transparent;
    color: inherit;
    border-left: solid 1px rgba(255, 255, 255, .15);
}

.topnav-sidebar #lang_sel_click a.lang_sel_sel:after,
.topnav-sidebar #lang_sel a.lang_sel_sel:after {
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 4px;
}

.topnav-sidebar #lang_sel_click a.lang_sel_sel:hover,
.topnav-sidebar #lang_sel_click:hover a.lang_sel_sel,
.topnav-sidebar #lang_sel a.lang_sel_sel:hover,
.topnav-sidebar #lang_sel:hover a.lang_sel_sel {
    color: #fff;
    background: rgba(0, 0, 0, .8);
}

.topnav-sidebar #lang_sel_click ul ul,
.topnav-sidebar #lang_sel ul ul {
    top: 40px;
    width: auto;
    border-top: none;
    z-index: 101;
}

.topnav-sidebar #lang_sel_click li,
.topnav-sidebar #lang_sel li {
    width: auto;
    float: none;
    white-space: nowrap;
}

.topnav-sidebar #lang_sel_click ul ul a:hover,
.topnav-sidebar #lang_sel ul ul a:hover {
    color: #fff;
    background: #10788f;
}

.topnav-sidebar #lang_sel img.iclflag,
.topnav-sidebar #lang_sel_click img.iclflag {
    top: 0;
}


/**/
header{
    z-index: 997;
    padding: 0 0 5px 0;
}

header .dropdown-menu {
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    display: block;
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.2s ease;
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease;
}

.dropdown-submenu {
    position: relative;
}

header .dropdown-submenu&gt;.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: 0px;
}

header .dropdown-submenu:hover&gt;.dropdown-menu {
    display: block;
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    z-index: 1000;
    transition: transform 0.3s ease, opacity 0.2s ease .1s;
    -webkit-transition: -webkit-transform 0.3s ease, opacity 0.2s ease .1s;
}

.dropdown-submenu&gt;a:after {
    display: inline-block;
    content: "\f105";
    margin-top: 3px;
    margin-right: -5px;
    float: right;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left&gt;.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.dropdown-menu li:hover&gt;.sub-menu {
    visibility: visible;
}

header .dropdown:hover&gt;.dropdown-menu {
    display: block;
    opacity: 1;
    z-index: 1000;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transition: transform 0.3s ease, opacity 0.2s ease .1s;
    -webkit-transition: -webkit-transform 0.3s ease, opacity 0.2s ease .1s;
}

.dark-div .navbar-toggle:hover,
.dark-div .topnav-light .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    border-color: #fff;
    color: #fff;
    background: transparent;
}

.main-menu li.current-menu-item&gt;a,
.main-menu .nav&gt;li&gt;a:hover {
    color: #fff;
}

header .dropdown-menu {
    min-width: 200px;
    padding: 0;
    margin: 0;
    font-size: 13px;
    background-color: #fff;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: 5px 5px 5px 5px rgba(155, 155, 155, 0.55);
    border-left: solid 1px transparent;
    border-right: solid 1px transparent;
}

.navbar-right .dropdown-menu {
    left: 0;
    right: auto;
}

header .dropdown-menu&gt;li&gt;a {
    padding: 10px 20px;
    line-height: 1.428571429;
    color: #b0b0b0;
    white-space: nowrap;
    transition: all .2s;
    -webkit-transition: all .2s;
}

header .dropdown-menu&gt;li&gt;a:hover,
header .dropdown-menu&gt;li&gt;a:focus {
    color: #fff;
    background-color: #10788f;
    width: 100%;
}

header .main-menu-item.sub-menu-left&gt;.dropdown-menu {
    right: 0;
    left: auto;
}

header .main-menu-item.sub-menu-right&gt;.dropdown-menu {
    left: 0;
    right: auto;
}

header .sub-menu-right .dropdown-menu,
header .sub-menu-left .sub-menu-right .dropdown-menu {
    left: 100%;
    right: auto;
}

header .sub-menu-left .dropdown-menu {
    right: 100%;
    left: auto;
}

header .sub-menu-right .sub-menu-left .dropdown-menu {
    right: 100%;
    left: auto;
}

@media (max-width: 767px) {
    /*keep topnav be normal on mobile*/
    #top-nav .navbar-nav&gt;li {
        float: right;
    }
    #top-nav .navbar-nav {
        float: right;
        margin: 0;
    }
    #top-nav .navbar-right {
        float: left !important;
    }
    #top-nav .navbar-nav&gt;li&gt;a {
        padding-top: 16px;
        padding-bottom: 16px;
    }
}

#top-nav .navbar-right {
    float: left !important;
}

#top-nav .navbar-nav&gt;li {
    float: right;
}

#top-nav .navbar-nav {
    float: right;
    margin: 0;
}

#top-nav .navbar.navbar-inverse {
    min-height: 40px
}

#top-nav .navbar.navbar-inverse li a {
    padding-top: 11px;
    padding-bottom: 11px
}

#top-nav .menu-description {
    display: none;
}

header .multi-column {
    position: static;
}

header .multi-column&gt;.dropdown-menu {
    position: absolute;
    border: none;
    left: 0px;
    right: 0px;
    padding: 15px 50px 18px;
    padding-left: -moz-calc((100% - 1140px)/2);
    padding-right: -moz-calc((100% - 1140px)/2);
    padding-left: -webkit-calc((100% - 1140px)/2);
    padding-right: -webkit-calc((100% - 1140px)/2);
    padding-left: calc((100% - 1140px)/2);
    padding-right: calc((100% - 1140px)/2);
    padding-bottom: 9px;
}

@media (max-width: 1199px) {
    header .multi-column&gt;.dropdown-menu {
        padding-left: 30px;
        padding-right: 30px;
        padding-left: -moz-calc((100% - 940px)/2);
        padding-right: -moz-calc((100% - 940px)/2);
        padding-left: -webkit-calc((100% - 940px)/2);
        padding-right: -webkit-calc((100% - 940px)/2);
        padding-left: calc((100% - 940px)/2);
        padding-right: calc((100% - 940px)/2);
    }
}

@media (max-width: 991px) {
    header .multi-column&gt;.dropdown-menu {
        /*-webkit-column-gap: 10px;
		-moz-column-gap: 10px;
		column-gap: 10px;
        */
    }
    header .multi-column&gt;.dropdown-menu {
        padding-left: 30px;
        padding-right: 30px;
        padding-left: -moz-calc((100% - 710px)/2);
        padding-right: -moz-calc((100% - 710px)/2);
        padding-left: -webkit-calc((100% - 710px)/2);
        padding-right: -webkit-calc((100% - 710px)/2);
        padding-left: calc((100% - 710px)/2);
        padding-right: calc((100% - 710px)/2);
    }
}

header .multi-column&gt;.dropdown-menu .menu-column {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 25%;
    display: block;
    vertical-align: top;
    float: left
}

header .multi-column.column-2&gt;.dropdown-menu .menu-column {
    width: 50%;
}

header .multi-column.column-3&gt;.dropdown-menu .menu-column {
    width: 33.33%;
}

header .multi-column.column-4&gt;.dropdown-menu .menu-column {
    width: 25%;
}

header .multi-column.column-5&gt;.dropdown-menu .menu-column {
    width: 20%;
}

header .multi-column&gt;.dropdown-menu .menu-column ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

header .multi-column&gt;.dropdown-menu li {
    padding: 0 15px 0 15px;
    backface-visibility: visible;
    -webkit-backface-visibility: visible;
}

@media(max-width:767px) {
    .callout-text {
        float: none;
        display: inline-block;
    }
}

.callout-text {
    padding: 25px 0 10px;
}

.callout-text&gt;p {
    float: left;
    line-height: 1.4;
    border-left: solid 1px rgba(33, 33, 33, .1);
    padding-left: 30px;
    margin-left: 30px;
}

.callout-text&gt;p:first-child {
    border: none;
    padding: 0;
    margin: 0;
}

@media(max-width:480px) {
    .callout-text&gt;p {
        float: none;
        display: block;
        border: none;
        padding: 20px 0;
        margin: 0;
    }
}

.callout-text&gt;p&gt;strong {
    font-size: 23px;
    display: block;
}


/*sticky*/

@-webkit-keyframes affixnav {
    from {
        opacity: 0;
        -webkit-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@keyframes affixnav {
    from {
        opacity: 0;
        -webkit-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}


/*mobile menu*/

header .mobile-menu-toggle {
    color: #fff;
    padding: 2px 7px;
    margin: 4px 0px;
    border: solid 1px rgba(255, 255, 255, .25);
    border-radius: 0;
    background: transparent;
    font-size: 18px;
}

@media (max-width: 767px) {
    header .mobile-menu-toggle.visible-xs {
        display: inline-block !important;
        border: none;
        font-size: 21px;
        padding: 1px 7px;
        background: none;
        color: #fff;
    }
    header .search-toggle {
        /*border: none;
	padding: 11px 10px;*/
        font-size: 14px;
    }
    .top-menu {
        margin-left: -10px;
        margin-right: -10px;
    }
    .top-menu a {
        color: #fff;
    }
}

.mobile-menu-wrap {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 40px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #fff;
    transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transition: top .4s ease .4s, transform .4s ease, opacity .5s ease, visibility .1s ease .5s;
    -webkit-transition: top .4s ease .4s, -webkit-transform .4s ease, opacity .5s ease, visibility .1s ease .5s;
}

.mobile .mobile-menu-wrap {
    opacity: 1;
}

.admin-bar .mobile-menu-wrap {
    top: 72px;
}

@media(max-width: 782px) {
    .admin-bar .mobile-menu-wrap {
        top: 86px;
    }
}

.enable-mobile-menu .mobile-menu-wrap {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transition: top .4s, transform .4s ease, opacity .4s ease, visibility 0s ease;
    -webkit-transition: top .4s, -webkit-transform .4s ease, opacity .4s ease, visibility 0s ease;
}

.enable-mobile-menu.scroll-mobile-menu .mobile-menu-wrap {
    top: 0;
}

.mobile-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
    overflow: auto;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    position: absolute;
    top: 43px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

.pc .mobile-menu {
    opacity: 0;
    transform: translate3d(-30%, 0, 0);
    -webkit-transform: translate3d(-30%, 0, 0);
    transition: all .4s ease .25s;
    -webkit-transition: all .4s ease .25s;
}

.pc.enable-mobile-menu .mobile-menu {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.mobile-menu li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-menu li a,
.mobile-menu-wrap .mobile-menu-toggle {
    display: block;
    border-bottom: solid 1px #444;
    border-bottom: solid 1px rgba(255, 255, 255, .2);
    padding: 0 20px;
    min-height: 43px;
    line-height: 43px;
    transition: all .2s;
    -webkit-transition: all .2s;
}

.mobile-menu&gt;li&gt;a {
    font-size: 16px;
    color: #212327;
}

.mobile-menu .sub-menu {
    padding: 0;
}

.mobile-menu .sub-menu li a {
    padding-left: 40px;
    color: #212327;
}

.mobile-menu .sub-menu .sub-menu li a {
    padding-left: 60px;
}

.mobile-menu-wrap .mobile-menu-toggle {
    text-align: center;
    font-size: 25px;
    background: #10788f;
}

.mobile-menu li a:hover,
.mobile-menu-wrap .mobile-menu-toggle:hover {
    background: #333;
}

.pc .mobile-menu-wrap .mobile-menu-toggle i {
    transform: rotate(-140deg);
    -webkit-transform: rotate(-140deg);
    transition: all .65s ease .35s;
    -webkit-transition: all .65s ease .35s;
}

.pc.enable-mobile-menu .mobile-menu-wrap .mobile-menu-toggle i {
    transform: rotate(0);
    -webkit-transform: rotate(0);
}


/*search*/

.search-toggle {
    display: block;
    border-right: solid 1px rgba(255, 255, 255, .15);
    border-left: solid 1px rgba(255, 255, 255, .15);
    padding: 11px 15px;
    line-height: 18px;
}

@media (min-width: 768px) {
    .navbar-nav.navbar-right:first-child {
        margin-right: -15px;
    }
    .navbar-nav.navbar-right:last-child {
        margin-right: 0px;
    }
}

#nav-search {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    background: rgb(0, 0, 0);
    z-index: 199;
}

#nav-search form {
    margin: 15px 0;
}

#nav-search .search-field {
    border: none !important;
    background: transparent !important;
    font-size: 52px;
    font-weight: 100;
    color: #6d6d6d;
    height: 70px;
    line-height: 1;
    padding: 0;
}

#nav-search button {
    border: none !important;
    background: transparent !important;
    color: #6d6d6d;
    font-size: 10px;
    outline: none;
}

#nav-search button:hover {
    color: #fff;
}

#nav-search input::-moz-placeholder {
    color: #6d6d6d;
    opacity: 1;
}

#nav-search input:-ms-input-placeholder {
    color: #6d6d6d;
}

#nav-search input::-webkit-input-placeholder {
    color: #6d6d6d;
    line-height: normal
}

#nav-search input:focus::-moz-placeholder {
    color: #6d6d6d;
    opacity: 1;
}

#nav-search input:focus:-ms-input-placeholder {
    color: #6d6d6d;
}

#nav-search input:focus::-webkit-input-placeholder {
    color: #6d6d6d;
}

@media(max-width: 767px) {
    #nav-search button {
        font-size: 5px;
    }
    #nav-search .search-field {
        font-size: 32px;
    }
}

.search-form {
    position: relative;
}

.search-form .btn-link {
    border: none;
    color: #b0b0b0;
    position: absolute;
    right: 0px;
    top: 0px;
    outline: none;
    padding: 7px 12px;
    font-size: 14px;
}

.search-form .btn-link:hover {
    color: inherit
}

@media(max-width: 600px) {
    #top-nav .navbar li {
        font-size: 14px;
    }
}


/*HEADER ===========2 */

.container {

    margin: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.v-center {
    align-items: center;
}

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

a {
    text-decoration: none;
}


/* header */

.header {
    display: block;
    width: 100%;
    position: relative;
  z-index: 997;
    padding: 15px 0 !important;
}

.header .item-left {
    flex: 0 0 17%;
}

.header .logo a {
    font-size: 26px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.header .logo {}

.header .logo img {
    height: 136px;
    width: 300px;
}

@media (max-width: 600px) {
    .header .logo {
        align-items: center;
        justify-content: center;
    }
    .header .logo img {
        margin: 5px;
        height: 90px;
        width: 200px;
    }
}

.header .item-center {
    flex: 0 0 66%;
}

.header .item-right {
    flex: 0 0 17%;
    display: flex;
    justify-content: flex-end;
}

.header .item-right a {
    text-decoration: none;
    font-size: 16px;
    color: #555555;
    display: inline-block;
    margin-left: 10px;
    transition: color 0.3s ease;
}

.header .menu&gt;ul&gt;li {
    display: inline-block;
    line-height: 50px;
    margin-left: 25px;
}

.header .menu&gt;ul&gt;li&gt;a {
    font-size: 15px;
    font-weight: 500;
    color: #212327;
    position: relative;
    text-transform: capitalize;
    height: 120px;
    transition: color 0.3s ease;
}

.header .menu&gt;ul&gt;li .sub-menu {
    position: absolute;
    z-index: 500;
    background-color: white;
    box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
    padding: 20px 30px;
    transition: all 0.5s ease;
    margin-top: 25px;
    opacity: 0;
    visibility: hidden;
    border-left: solid 1px transparent;
    border-right: solid 1px transparent;
}

@media(min-width: 992px) {
    .header .menu&gt;ul&gt;li.menu-item-has-children:hover .sub-menu {
        margin-top: 0;
        visibility: visible;
        opacity: 1;
    }
}

.header .menu&gt;ul&gt;li .sub-menu&gt;ul&gt;li {
    line-height: 1;
}

.header .menu&gt;ul&gt;li .sub-menu&gt;ul&gt;li&gt;a {
    display: inline-block;
    padding: 10px 0;
    font-size: 15px;
    color: #555555;
    transition: color 0.3s ease;
    text-decoration: none;
    text-transform: capitalize;
}

.header .menu&gt;ul&gt;li .single-column-menu {
    min-width: 280px;
    max-width: 350px;
}

.header .menu&gt;ul&gt;li .sub-menu.mega-menu&gt;.list-item&gt;ul&gt;li {
    line-height: 1;
    display: block;
}

.header .menu&gt;ul&gt;li .sub-menu.mega-menu&gt;.list-item&gt;ul&gt;li&gt;a {
    padding: 10px;
    display: inline-block;
    font-size: 15px;
    color: rgba(0, 0, 0, .9);
    transition: ease .25s;
}

.header .menu&gt;ul&gt;li .sub-menu.mega-menu {
    left: 50%;
    transform: translateX(-50%);
}

.header .menu&gt;ul&gt;li .sub-menu.mega-menu-column-4 {
    max-width: 1100px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 15px;
}

.header .menu&gt;ul&gt;li .sub-menu.mega-menu-column-4&gt;.list-item {
    flex: 0 0 30%;
    padding: 0 15px;
}

.header .menu&gt;ul&gt;li .sub-menu.mega-menu-column-4&gt;.list-item .title {
    font-size: 16px;
    color: #10788f;
    font-weight: 500;
    line-height: 1;
    padding: 10px 0;
}

.header .menu&gt;ul&gt;li .sub-menu.mega-menu-column-4&gt;.list-item.text-center .title {
    text-align: center;
}

.header .menu&gt;ul&gt;li .sub-menu.mega-menu&gt;.list-item&gt;ul&gt;li&gt;a:hover,
.header .menu&gt;ul&gt;li .sub-menu&gt;ul&gt;li&gt;a:hover {
    color: #fff;
    background-color: #10788f;
    width: 100%;
}

.mobile-menu-head,
.mobile-menu-trigger {
    display: none;
}


/*responsive*/

@media(max-width: 991px) {
    .header .item-center {
        order: 3;
        flex: 0 0 100%;
    }
    .header .item-left,
    .header .item-right {
        flex: 0 0 auto;
    }
    .v-center {
        justify-content: space-between;
    }
    .header .mobile-menu-trigger {
        display: flex;
        height: 30px;
        width: 30px;
        margin-left: 15px;
        cursor: pointer;
        align-items: center;
        justify-content: center;
    }
    .header .mobile-menu-trigger span {
        display: block;
        height: 2px;
        background-color: #333333;
        width: 24px;
        position: relative;
    }
    .header .mobile-menu-trigger span:before,
    .header .mobile-menu-trigger span:after {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #333333;
    }
    .header .mobile-menu-trigger span:before {
        top: -6px;
    }
    .header .mobile-menu-trigger span:after {
        top: 6px;
    }
    .header .item-right {
        align-items: center;
    }
    .header .menu {
        position: fixed;
        width: 320px;
        background-color: #ffffff;
        left: 0;
        top: 0;
        height: 100%;
        overflow: hidden;
        transform: translate(-100%);
        transition: all 0.5s ease;
        z-index: 1099;
    }
    .header .menu.active {
        transform: translate(0%);
    }
    .header .menu&gt;ul&gt;li {
        line-height: 1;
        margin: 0;
        display: block;
    }
    .header .menu&gt;ul&gt;li&gt;a {
        line-height: 50px;
        height: 50px;
        padding: 0 50px 0 15px;
        display: block;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .header .menu&gt;ul&gt;li&gt;a i {
        position: absolute;
        height: 50px;
        width: 50px;
        top: 0;
        right: 0;
        text-align: center;
        line-height: 50px;
        transform: rotate(-90deg);
    }
    .header .menu .mobile-menu-head {
        display: flex;
        height: 50px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        justify-content: space-between;
        align-items: center;
        position: relative;
        z-index: 501;
        position: sticky;
        background-color: #ffffff;
        top: 0;
    }
    .header .menu .mobile-menu-head .go-back {
        height: 50px;
        width: 50px;
        border-right: 1px solid rgba(0, 0, 0, 0.1);
        cursor: pointer;
        line-height: 50px;
        text-align: center;
        color: #000000;
        font-size: 16px;
        display: none;
    }
    .header .menu .mobile-menu-head.active .go-back {
        display: block;
    }
    .header .menu .mobile-menu-head .current-menu-title {
        font-size: 15px;
        font-weight: 500;
        color: #000000;
    }
    .header .menu .mobile-menu-head .mobile-menu-close {
        height: 50px;
        width: 50px;
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        cursor: pointer;
        line-height: 50px;
        text-align: center;
        color: #000000;
        font-size: 25px;
    }
    .header .menu .menu-main {
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
    }
    .header .menu&gt;ul&gt;li .sub-menu.mega-menu,
    .header .menu&gt;ul&gt;li .sub-menu {
        visibility: visible;
        opacity: 1;
        position: absolute;
        box-shadow: none;
        margin: 0;
        padding: 15px;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-top: 65px;
        max-width: none;
        min-width: auto;
        display: none;
        transform: translateX(0%);
        overflow-y: auto;
    }
    .header .menu&gt;ul&gt;li .sub-menu.active {
        display: block;
    }
    @keyframes slideLeft {
        0% {
            opacity: 0;
            transform: translateX(100%);
        }
        100% {
            opacity: 1;
            transform: translateX(0%);
        }
    }
    @keyframes slideRight {
        0% {
            opacity: 1;
            transform: translateX(0%);
        }
        100% {
            opacity: 0;
            transform: translateX(100%);
        }
    }
    .header .menu&gt;ul&gt;li .sub-menu.mega-menu-column-4&gt;.list-item img {
        margin-top: 0;
    }
    .header .menu&gt;ul&gt;li .sub-menu.mega-menu-column-4&gt;.list-item.text-center .title {
        margin-bottom: 20px;
    }
    .header .menu&gt;ul&gt;li .sub-menu.mega-menu-column-4&gt;.list-item.text-center:last-child .title {
        margin-bottom: 0px;
    }
    .header .menu&gt;ul&gt;li .sub-menu.mega-menu-column-4&gt;.list-item {
        flex: 0 0 100%;
        padding: 0px;
    }
    .header .menu&gt;ul&gt;li .sub-menu&gt;ul&gt;li&gt;a,
    .header .menu&gt;ul&gt;li .sub-menu.mega-menu&gt;.list-item&gt;ul&gt;li&gt;a {
        display: block;
    }
    .header .menu&gt;ul&gt;li .sub-menu.mega-menu&gt;.list-item&gt;ul {
        margin-bottom: 15px;
    }
    .menu-overlay {
        position: fixed;
        background-color: rgba(0, 0, 0, 0.5);
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1098;
        visibility: hidden;
        opacity: 0;
        transition: all 0.5s ease;
    }
    .menu-overlay.active {
        visibility: visible;
        opacity: 1;
    }
}


/*=======*/


/*HEADER2 ===========2 */

.header2 {
    display: block;
    width: 100%;
    position: relative;
    z-index: 99;
    padding: 15px;
    background-color: #fff;
}

.header2 .item-left {
    flex: 0 0 17%;
}

.header2 .logo a {
    font-size: 26px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.header2 .logo a {
    font-size: 26px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.header2 .logo {}

.header2 .logo img {
    height: 136px;
    width: 300px;
}

@media (max-width: 600px) {
    .header2 .logo {
        align-items: center;
        justify-content: center;
    }
}

.header2 .item-center {
    flex: 0 0 66%;
}

.header2 .item-right {
    flex: 0 0 17%;
    display: flex;
    justify-content: flex-end;
}

.header2 .item-right a {
    text-decoration: none;
    font-size: 16px;
    color: #555555;
    display: inline-block;
    margin-left: 10px;
    transition: color 0.3s ease;
}

.header2 .menu&gt;ul&gt;li {
    display: inline-block;
    line-height: 50px;
    margin-left: 25px;
}

.header2 .menu&gt;ul&gt;li&gt;a {
    font-size: 15px;
    font-weight: 500;
    color: #10788f;
    position: relative;
    text-transform: capitalize;
    height: 120px;
    transition: color 0.3s ease;
}

.header2 .menu&gt;ul&gt;li .sub-menu {
    position: absolute;
    z-index: 500;
    background-color: white;
    box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
    padding: 20px 30px;
    transition: all 0.5s ease;
    margin-top: 25px;
    opacity: 0;
    visibility: hidden;
    border-left: solid 1px transparent;
    border-right: solid 1px transparent;
}

@media(min-width: 992px) {
    .header2 .menu&gt;ul&gt;li.menu-item-has-children:hover .sub-menu {
        margin-top: 0;
        visibility: visible;
        opacity: 1;
    }
}

.header2 .menu&gt;ul&gt;li .sub-menu&gt;ul&gt;li {
    line-height: 1;
}

.header2 .menu&gt;ul&gt;li .sub-menu&gt;ul&gt;li&gt;a {
    display: inline-block;
    padding: 10px 0;
    font-size: 15px;
    color: #555555;
    transition: color 0.3s ease;
    text-decoration: none;
    text-transform: capitalize;
}

.header2 .menu&gt;ul&gt;li .single-column-menu {
    min-width: 280px;
    max-width: 350px;
}

.header2 .menu&gt;ul&gt;li .sub-menu.mega-menu&gt;.list-item&gt;ul&gt;li {
    line-height: 1;
    display: block;
}

.header2 .menu&gt;ul&gt;li .sub-menu.mega-menu&gt;.list-item&gt;ul&gt;li&gt;a {
    padding: 10px;
    display: inline-block;
    font-size: 15px;
    color: rgba(0, 0, 0, .9);
    transition: ease .25s;
}

.header2 .menu&gt;ul&gt;li .sub-menu.mega-menu {
    left: 50%;
    transform: translateX(-50%);
}

.header2 .menu&gt;ul&gt;li .sub-menu.mega-menu-column-4 {
    max-width: 1100px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 15px;
}

.header2 .menu&gt;ul&gt;li .sub-menu.mega-menu-column-4&gt;.list-item {
    flex: 0 0 30%;
    padding: 0 15px;
}

.header2 .menu&gt;ul&gt;li .sub-menu.mega-menu-column-4&gt;.list-item .title {
    font-size: 16px;
    color: #10788f;
    font-weight: 500;
    line-height: 1;
    padding: 10px 0;
}

.header2 .menu&gt;ul&gt;li .sub-menu.mega-menu-column-4&gt;.list-item.text-center .title {
    text-align: center;
}

.header2 .menu&gt;ul&gt;li .sub-menu.mega-menu&gt;.list-item&gt;ul&gt;li&gt;a:hover,
.header2 .menu&gt;ul&gt;li .sub-menu&gt;ul&gt;li&gt;a:hover {
    background-color: #10788f;
    color: white;
    width: 100%;
}

.mobile-menu-head,
.mobile-menu-trigger {
    display: none;
}


/*responsive*/

@media(max-width: 991px) {
    .header2 .item-center {
        order: 3;
        flex: 0 0 100%;
    }
    .header2 .item-left,
    .header2 .item-right {
        flex: 0 0 auto;
    }
    .v-center {
        justify-content: space-between;
    }
    .header2 .logo {
        align-items: center;
        justify-content: center;
    }
    .header2 .logo img {
        margin: 5px;
        height: 90px;
        width: 200px;
    }
    .header2 .mobile-menu-trigger {
        display: flex;
        height: 30px;
        width: 30px;
        margin-left: 15px;
        cursor: pointer;
        align-items: center;
        justify-content: center;
    }
    .header2 .mobile-menu-trigger span {
        display: block;
        height: 2px;
        background-color: #10788f;
        width: 24px;
        position: relative;
    }
    .header2 .mobile-menu-trigger span:before,
    .header2 .mobile-menu-trigger span:after {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #10788f;
    }
    .header2 .mobile-menu-trigger span:before {
        top: -6px;
    }
    .header2 .mobile-menu-trigger span:after {
        top: 6px;
    }
    .header2 .item-right {
        align-items: center;
    }
    .header2 .menu {
        position: fixed;
        width: 320px;
        background-color: #fff;
        left: 0;
        top: 0;
        height: 100%;
        overflow: hidden;
        transform: translate(-100%);
        transition: all 0.5s ease;
        z-index: 1099;
    }
    .header2 .menu.active {
        transform: translate(0%);
    }
    .header2 .menu&gt;ul&gt;li {
        line-height: 1;
        margin: 0;
        display: block;
    }
    .header2 .menu&gt;ul&gt;li&gt;a {
        line-height: 50px;
        height: 50px;
        padding: 0 50px 0 15px;
        display: block;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .header2 .menu&gt;ul&gt;li&gt;a i {
        position: absolute;
        height: 50px;
        width: 50px;
        top: 0;
        right: 0;
        text-align: center;
        line-height: 50px;
        transform: rotate(-90deg);
    }
    .header2 .menu .mobile-menu-head {
        display: flex;
        height: 50px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        justify-content: space-between;
        align-items: center;
        position: relative;
        z-index: 501;
        position: sticky;
        background-color: #10788f;
        top: 0;
    }
    .header2 .menu .mobile-menu-head .go-back {
        height: 50px;
        width: 50px;
        border-right: 1px solid rgba(0, 0, 0, 0.1);
        cursor: pointer;
        line-height: 50px;
        text-align: center;
        color: #fff;
        font-size: 16px;
        display: none;
    }
    .header2 .menu .mobile-menu-head.active .go-back {
        display: block;
    }
    .header2 .menu .mobile-menu-head .current-menu-title {
        font-size: 15px;
        font-weight: 500;
        color: #fff;
    }
    .header2 .menu .mobile-menu-head .mobile-menu-close {
        height: 50px;
        width: 50px;
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        cursor: pointer;
        line-height: 50px;
        text-align: center;
        color: #fff;
        font-size: 25px;
    }
    .header2 .menu .menu-main {
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
    }
    .header2 .menu&gt;ul&gt;li .sub-menu.mega-menu,
    .header2 .menu&gt;ul&gt;li .sub-menu {
        visibility: visible;
        opacity: 1;
        position: absolute;
        box-shadow: none;
        margin: 0;
        padding: 15px;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-top: 65px;
        max-width: none;
        min-width: auto;
        display: none;
        transform: translateX(0%);
        overflow-y: auto;
    }
    .header2 .menu&gt;ul&gt;li .sub-menu.active {
        display: block;
    }
    @keyframes slideLeft {
        0% {
            opacity: 0;
            transform: translateX(100%);
        }
        100% {
            opacity: 1;
            transform: translateX(0%);
        }
    }
    @keyframes slideRight {
        0% {
            opacity: 1;
            transform: translateX(0%);
        }
        100% {
            opacity: 0;
            transform: translateX(100%);
        }
    }
    .header2 .menu&gt;ul&gt;li .sub-menu.mega-menu-column-4&gt;.list-item img {
        margin-top: 0;
    }
    .header2 .menu&gt;ul&gt;li .sub-menu.mega-menu-column-4&gt;.list-item.text-center .title {
        margin-bottom: 20px;
    }
    .header2 .menu&gt;ul&gt;li .sub-menu.mega-menu-column-4&gt;.list-item.text-center:last-child .title {
        margin-bottom: 0px;
    }
    .header2 .menu&gt;ul&gt;li .sub-menu.mega-menu-column-4&gt;.list-item {
        flex: 0 0 100%;
        padding: 0px;
    }
    .header2 .menu&gt;ul&gt;li .sub-menu&gt;ul&gt;li&gt;a,
    .header2 .menu&gt;ul&gt;li .sub-menu.mega-menu&gt;.list-item&gt;ul&gt;li&gt;a {
        display: block;
    }
    .header2 .menu&gt;ul&gt;li .sub-menu.mega-menu&gt;.list-item&gt;ul {
        margin-bottom: 15px;
    }
    .menu-overlay {
        position: fixed;
        background-color: rgba(0, 0, 0, 0.5);
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1098;
        visibility: hidden;
        opacity: 0;
        transition: all 0.5s ease;
    }
    .menu-overlay.active {
        visibility: visible;
        opacity: 1;
    }
}</pre></body></html>