amp-sidebar#sidebar1 {
    display: none
}

[class*=amphtml-sidebar-mask] {
    background: 0 0;
    z-index: 99
}

.i-amphtml-sidebar-mask {
    position: static!important
}

.topbar-title span {
    color: #fff
}

.hamburger-menu {
    width: 50px;
    top: 50%;
    position: absolute;
    right: 15px;
}

.main-navigation a.theme_header_btn3 {
    font: 700 14px var(--font-livvic);
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 28px;
    border-radius: 3px;
    margin-right: 10px;
    color: #fff;
    background-color: var(--color-F6921E);
}

.main-navigation li.lasty {
    position: absolute;
    right: 0px;
    margin: 10px;
}

.mg-10 {
    margin: 10px;
}

.ht-2 {
    height: 2px;
    width: 100%;
}

.transition-05 {
    transition: 0.5s;
}

.site-color-4-bk {
    background-color: #00b5cb;
}

.serach_outer {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    overflow: hidden;
    transition: .5s;
    z-index: 999999999999;
    top: 0;
    left: 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, .8);
    display: none
}

.serach_inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%
}

.closepop {
    position: absolute;
    top: 29%;
    transform: translateY(-50%);
    width: 100%;
    right: 0;
    text-align: right;
    margin-right: 28px;
    z-index: 999999
}

.serach_outer i {
    font-size: 17px;
    padding: 4px 0 0;
    color: #fff;
    cursor: pointer
}

.serach_inner form.search-form {
    display: table;
    border-radius: 0;
    margin: 0 auto;
    max-width: 700px;
    width: 100%
}

.serach-page input.search-field {
    border: 1px solid var(color-cccccc);
    padding: 9px
}

.search_popup input.search-submit {
    border: 0;
    background-color: transparent;
    border-radius: 40px;
    border: 2px solid #fff
}

.search_popup label {
    background: 0 0;
    width: 81%
}

.search_popup input.search-field {
    padding: 1.5% 0;
    background: 0 0;
    width: 100%;
    text-indent: 8px;
    border-bottom: 2px solid #fff;
    color: #fff;
    border-top: none;
    border-left: none;
    border-right: none
}

.search_popup input.search-field::placeholder {
    font-size: 17px;
    color: #fff
}

.search_popup .search-submit {
    color: #fff;
    border-radius: 50%;
    background-color: var(--color-00B5CB);
    padding: 10px 13px;
    width: 50px;
    height: 50px;
    border: none
}

#header #sticky-onoff {
    display: none
}

.nav_wrap {
    z-index: 99;
    position: relative;
    /*
    -webkit-box-shadow: 0 0 57px 0 rgb(0 0 0/11%);
    background-color: var(--color-00B5CB)
    */
}

.main-header-box {
    width: 100%;
    margin-bottom: -27px
}

#header .logo img {
    max-height: 95px;
    width: auto
}

#header .sticky {
    background: #FFF;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 99999;
    text-align: center;
    right: 0;
    margin: 0
}

.main-header-box .sticky.menu-box {
    margin: 0
}

.sticky .main-navigation ul {
    margin: 0 auto;
    text-align: left
}

.menubar {
    -webkit-transition: all .5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all .5s ease
}

#header .logo h1 {
    padding: 0;
    font-size: 30px;
    line-height: 27px
}

.logo h1 a {
    font-size: 27px;
    color: var(--color-00B5CB);
    font-family: var(--font-livvic);
    font-weight: 700
}

.logo p {
    font-size: 14px;
    color: var(--color-333333);
    margin-bottom: 0;
    padding-top: 5px
}

#site-navigation {
    width: 100%
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px)
    }
    100% {
        transform: translateY(0px)
    }
}

.main-navigation ul {
    margin: 0
}

.main-navigation li {
    position: relative;
    display: inline-block;
    padding: 0 14px
}

.main-navigation a {
    font: bold 17px var(--font-livvic);
    display: block;
    padding: 20px 6px;
    color: #00b5cb
}

.main-navigation a:hover {
    color: var(--color-F6921E)
}

.main-navigation ul ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 285px;
    z-index: 9999;
    background-color: #FFF
}

.main-navigation ul ul ul {
    left: 215px;
    top: 56%
}

.main-navigation ul ul ul ul {
    left: 84px;
    top: 100%
}

.main-navigation ul ul a {
    padding: 10px 8px
}

.main-navigation ul ul li,
.menubar.scrolled .main-navigation ul ul li {
    float: none;
    display: block;
    text-align: left;
    border-bottom: 1px solid var(--color-e7e7e7);
    border-left: none;
    border-right: none
}

.main-navigation ul ul li:last-child {
    border-bottom: 0;
    border-right: none
}

.main-navigation ul li:hover>ul {
    display: block
}

.main-navigation .menu>ul>li.highlight {
    background-color: #fff
}

.main-navigation .menu>ul>li.highlight:hover {
    background: 0 0
}

.menubar.scrolled .menu>ul>li:hover>a:after,
.menubar.scrolled .menu>ul>li.current_page_item>a:after,
.menubar.scrolled .menu>ul>li.current-menu-item>a:after {
    height: 2px
}

#header-menu .current_page_item a {
    color: var(--color-F6921E)
}

.main-header-box .header-search {
    text-align: right
}

.topbar .search-icon i {
    color: var(--color-252525);
    cursor: pointer;
    background-color: var(--color-F6921E);
    padding: 19px 12px;
    height: 100%;
    font-size: 14px
}

.sticky .logo {
    position: unset;
    padding: 0
}

#topbar {
    padding: 8px 0;
    background-color: var(--color-00B5CB)
}

.header-contact i {
    color: var(--color-F6921E);
    font-size: 18px;
    padding-right: 5px
}

.header-contact span {
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 700
}

.header-contact span {
    font: 400 13px var(--font-livvic);
    letter-spacing: 1px;
    color: var(--color-c8c8c8);
    padding-left: 5px
}

.header-contact i {
    color: var(--color-F6921E);
    font-size: 30px;
    margin-right: 5px
}

.header-contact span,
.header-contact span a {
    color: #000;
    font-weight: 600;
    padding-left: 0;
    display: block;
    font-size: 14px;
    padding-bottom: 3px
}

.head_details .media:last-child {
    padding-right: 0
}

.head_details .media {
    padding-right: 60px
}

.socialbox a {
    text-align: center
}

.socialbox {
    text-align: right
}

#topbar .socialbox a i {
    text-align: center;
    color: var(--color-c8c8c8);
    font-size: 14px;
    padding: 0
}

#topbarf .socialbox a {
    width: 30px;
    height: 30px;
    color: #00b5cb;
    display: inline-block;
    border: none;
    margin-left: 5px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center
}

#topbarf .socialbox a i:hover {
    color: #f6921e;
    border-color: var(--color-F6921E)
}


/*
#topbarf .socialbox a .fa-twitter {
    color: #03a9f4
}

#topbarf .socialbox a .fa-instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

#topbarf .socialbox a .fa-facebook-f {
    color: #3b5999
}

#topbarf .socialbox a .fa-linkedin-in {
    color: #0078b5
}
*/

.search-icon i {
    /*   color: #fff;
    padding-right: 20px
    */
}

.sf-arrows .sf-with-ul {
    padding-right: 15px
}

.sf-arrows .sf-with-ul:after {
    content: '\f107';
    font-family: 'font awesome 5 free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -4px;
    color: #0078b5;
    font-size: 9px
}

.sf-arrows ul .sf-with-ul:after {
    margin-top: -5px;
    margin-right: -3px;
    border-color: transparent;
    border-left-color: #888
}

.sf-arrows ul li>.sf-with-ul:focus:after,
.sf-arrows ul li:hover>.sf-with-ul:after,
.sf-arrows ul .sfHover>.sf-with-ul:after {
    border-left-color: var(--color-333333)
}

.toggle-nav,
a.closebtn {
    display: none
}

.main-navigation ul ul li {
    position: relative;
    padding: 8px 10px
}

.contact_us {
    background-attachment: fixed
}

#footer {
    background-color: var(--color-00B5CB);
    background: url('../images/footer.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0
}

.outer-footer {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed
}

#footer form.search-form {
    border: none;
    background: 0 0;
    padding: 0
}

#footer form.search-form input {
    float: none;
    border: 1px solid #fff;
    margin: 20px 2px
}

#footer form.search-form input[type=search] {
    width: 100%;
    margin-bottom: 0
}

#footer textarea {
    height: 100px
}

#footer p.post-date {
    color: var(--color-7f8391);
    font-size: 11px!important
}

.footer_hide {
    display: none
}

#footer h3 {
    font-size: 20px;
    color: #fff;
    padding: 10px 0 17px
}

#footer ul li {
    list-style: none;
    margin: 0 0 5px;
    text-align: left;
    padding: 1px;
    position: relative;
    line-height: 25px
}

#footer .widget_recent_entries ul li:before {
    content: ""
}

#footer ul li a {
    color: #fff;
    padding-left: 18px;
    font-weight: 300
}

#footer a {
    color: #fff
}

.widget_recent_entries img {
    width: 100px;
    padding-right: 10px
}

.about_me p.message {
    margin-bottom: 20px!important
}

.copyright {
    background-repeat: no-repeat;
    background-size: cover;
    background: #00b5cb;
    text-align: center;
}

.copyright p {
    color: #fff;
    font-weight: 400;
    margin-bottom: 0
}

.copyright .copyright-text {
    border-top: 1px solid #394c93;
    padding-top: 20px;
    padding-bottom: 20px
}

#footer .about_me i {
    font-size: 14px;
    color: var(--color-F6921E);
    padding-right: 6px
}

#footer .widget td {
    padding-top: 0!important;
    padding-bottom: 0;
    padding: 6px
}

#footer .widget_calendar td,
#footer .widget_calendar th,
#footer .widget_calendar caption {
    color: #fff!important
}

#footer .textwidget p {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 26px;
    color: #e4e3ed;
    font-family: var(--font-livvic);
    font-weight: 400;
    margin-bottom: 0
}

#footer .widget p {
    color: #fff;
    margin-bottom: 0;
    font-weight: 300;
    font-size: 14px
}

#footer .post-content a {
    color: var(--color-8e8e8e);
    margin-bottom: 0
}

#footer .widget_nav_menu ul {
    margin-left: 0
}

#footer .recent-post-box .post-thumb {
    padding: 0
}

#footer .widget ul {
    margin-left: 0
}

#footer .copyright .socialbox {
    text-align: right;
    margin-top: 14px
}

#footer .copyright .socialbox i {
    color: var(--color-8e8e8e);
    margin-right: 30px;
    font-size: 13px
}

#footer .copyright .socialbox i:hover,
#footer ul li:hover:before,
#footer ul li:hover a {
    color: var(--color-F6921E)
}

#footer .widget_media_gallery #gallery-1 img {
    border: none
}

#footer #gallery-1 .gallery-item {
    margin: 0
}

#footer ul li:before {
    content: "\f054";
    font-family: 'font awesome 5 free';
    font-weight: 900;
    display: inline-block;
    color: #fff;
    position: absolute;
    left: 0;
    font-size: 12px
}

.footer-cols {
    border-top: 1px solid #394c93;
    padding-top: 3em
}

#footer .textwidget img {
    border: none;
    padding-bottom: 10px
}

#footer .custom-social-icons {
    margin-top: 20px
}

#footer .custom-social-icons i {
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 10px;
    color: #fff;
    margin-right: 8px
}

#footer .custom-social-icons a {
    margin-top: 10px;
    display: inline-block
}

#footer .custom-social-icons i:hover {
    background-color: var(--color-00B5CB);
    border-color: var(--color-00B5CB)
}

#footer .footer-details {
    padding-bottom: 20px
}

#return-to-top {
    position: fixed;
    bottom: 10px;
    right: 20px;
    background-color: #7c818c;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    z-index: 99999
}

#return-to-top i {
    color: #fff;
    position: relative;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding: 3px 18px
}

#return-to-top:hover {
    background-color: rgba(0, 0, 0, .9)
}

#return-to-top:hover i {
    color: #fff;
    top: 5px
}

#footer .newsletter {
    align-items: center;
    border-top: 1px solid #3a3a3a;
    padding-top: 40px;
    max-width: 800px;
    margin: 0 auto
}

.news_form p {
    margin-bottom: 0
}

#footer .newsletter h3 {
    font-size: 28px;
    color: #fff;
    padding-bottom: 10px
}

#footer .newsletter .section-text p,
#footer .newsletter .section-text {
    max-width: 100%;
    font-weight: 300;
    font-size: 14px;
    color: #fff
}

#footer .newsletter input[type=email] {
    background-color: #fff;
    border-color: #fff;
    max-width: 100%;
    margin-bottom: 0
}

#footer .newsletter input[type=email]::placeholder {
    letter-spacing: 1px;
    font-style: italic
}

#footer .newsletter input[type=submit] {
    padding: 17px 20px;
    background-color: var(--color-F6921E)!important;
    color: #fff;
    position: absolute;
    top: -1px;
    font-size: 14px;
    border-radius: 0;
    right: 0;
    margin: 0
}

.about_me p {
    padding-bottom: 4px
}

.about_me p a {
    color: #fff
}

.support_widget {
    background-color: #fff;
    padding: 13px;
    border-radius: 10px;
    margin-top: 10px
}

.support_widget img {
    margin-left: 10px
}

.no_sticky.sticky.stickynavbar {
    position: unset
}