/**
Theme Name: Abang Africa
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: abang-africa
Template: astra
*/


footer .call-us,
footer .email-us {
	color: #FFFFFF;
}
.ast-header-break-point .main-header-menu {
    background: transparent;
    border-color: transparent;
    border: 0 !important;
}
.ast-header-break-point .main-navigation ul .menu-item .menu-link {
    border: 0;
}

@media (max-width:1166px){
	.ast-builder-menu-1 .menu-item > .menu-link {
	    padding-left: 20px;
	    padding-right: 20px;
	}
}
@media (max-width:1100px){
	.ast-builder-menu-1 .menu-item > .menu-link {
	    padding-left: 14px;
	    padding-right: 14px;
	}
}
@media (max-width:1024px){
	.ast-builder-menu-1 .menu-item > .menu-link {
	    padding-left: 10px;
	    padding-right: 10px;
	    font-size: 14px;
	}
	.ast-icon.icon-arrow svg {
	    margin-left: 5px;
	}
}
@media (max-width:991px){
	.ast-builder-menu-1 .menu-item > .menu-link {
	    padding-left: 6px;
	    padding-right: 6px;
	}
	.ast-icon.icon-arrow svg {
	    margin-left: 4px;
	}
}
@media (max-width:921px) {
	.ast-mobile-popup-drawer .ast-mobile-popup-header .menu-toggle-close:focus,
	.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children .ast-menu-toggle:focus,
	.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children .ast-menu-toggle ,
	.ast-mobile-popup-drawer .ast-mobile-popup-header .menu-toggle-close {
	    outline: none !important;
	     border: 0 !important;
	}
	.ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item .menu-link {
	    text-align: left;
	}
	.ast-builder-menu-mobile .main-header-menu.ast-nav-menu .sub-menu {
	    border-top: 1px solid currentColor;
	    border-bottom: 1px solid currentColor;
	}
	.ast-header-break-point .main-navigation .stack-on-mobile li.menu-item-has-children a.menu-link {
	    padding-right: 60px;
	}
	.ast-builder-menu-mobile .main-navigation .main-header-menu .current-menu-ancestor {
	    background: currentColor;
	}
	.ast-builder-menu-mobile .main-navigation .main-header-menu .current-menu-ancestor > a {
	    color: #fff !important;
	}
	.ast-builder-menu-mobile .main-navigation .main-header-menu .current-menu-ancestor .ast-menu-toggle .ast-icon.icon-arrow {
     color: #fff;
	}
}

/* Contact Form Duoble Rang Slider Stylesheet */
[slider] {
  position: relative;
  height: 4px;
  border-radius: 10px;
  text-align: left;
  margin: 45px 0 10px 0;
}

[slider] > div {
  position: absolute;
  left: 13px;
  right: 15px;
  height: 4px;
}

[slider] > div > [inverse-left] {
  position: absolute;
  left: 0;
  height: 4px;
  border-radius: 10px;
  background-color: #CCC;
  margin: 0 7px;
}

[slider] > div > [inverse-right] {
  position: absolute;
  right: 0;
  height: 4px;
  border-radius: 10px;
  background-color: #CCC;
  margin: 0 7px;
}

[slider] > div > [range] {
  position: absolute;
  left: 0;
  height: 4px;
  border-radius: 14px;
  background-color: #ff385c;
}

[slider] > div > [thumb] {
  position: absolute;
  top: -7px;
  z-index: 2;
  height: 15px;
  width: 15px;
  text-align: left;
  margin-left: -11px;
  cursor: pointer;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  background-color: #ff385c;
  border-radius: 50%;
  outline: none;
}

[slider] > input[type=range] {
  position: absolute;
  pointer-events: none;
  -webkit-appearance: none;
  z-index: 3;
  height: 4px;
  top: -2px;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

div[slider] > input[type=range]::-ms-track {
  -webkit-appearance: none;
  background: transparent;
  color: transparent;
}

div[slider] > input[type=range]::-moz-range-track {
  -moz-appearance: none;
  background: transparent;
  color: transparent;
}

div[slider] > input[type=range]:focus::-webkit-slider-runnable-track {
  background: transparent;
  border: transparent;
}

div[slider] > input[type=range]:focus {
  outline: none;
}

div[slider] > input[type=range]::-ms-thumb {
  pointer-events: all;
  width: 15px;
  height: 15px;
  border-radius: 0px;
  border: 0 none;
  background: #ff385c;
}

div[slider] > input[type=range]::-moz-range-thumb {
  pointer-events: all;
  width: 15px;
  height: 15px;
  border-radius: 0px;
  border: 0 none;
  background: #ff385c;
}

div[slider] > input[type=range]::-webkit-slider-thumb {
  pointer-events: all;
  width: 15px;
  height: 15px;
  border-radius: 0px;
  border: 0 none;
  background: #ff385c;
  -webkit-appearance: none;
}
div[slider] > input[type=range]::-ms-fill-lower {
  background: transparent;
  border: 0 none;
}

div[slider] > input[type=range]::-ms-fill-upper {
  background: transparent;
  border: 0 none;
}

div[slider] > input[type=range]::-ms-tooltip {
  display: none;
}

[slider] > div > [sign] {
  opacity: 1;
  position: absolute;
  margin-left: -30px;
  top: -35px;
  z-index: 3;
  background-color: #ff385c;
  color: #fff;
  min-width: 50px;
  height: 28px;
  border-radius: 28px;
  -webkit-border-radius: 28px;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
/* 
[slider] > div > [sign]:after {
  position: absolute;
  content: '';
  left: 0;
  border-radius: 16px;
  top: 19px;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top-width: 16px;
  border-top-style: solid;
  border-top-color: #1ABC9C;
} */

[slider] > div > [sign] > span {
  font-size: 12px;
  font-weight: 700;
  line-height: 28px;
  padding: 5px;
}

[slider]:hover > div > [sign] {
  opacity: 1;
}
/* Contact Form Duoble Rang Slider Stylesheet */

/* Home Slider Button Animation */
a.n2-style-abf92136834bef5571a8276879a88cf5-heading.n2-ow.home-slider-button:hover {
    transform: scale(1.1);
    transition-duration: .3s;
    transition-property: transform;
}
/* Home Slider Button Animation */

/* Subscribe Button Animation */
button[type=submit]#wpforms-submit-182:hover {
    transform: scale(1.1);
    transition-duration: .3s;
    transition-property: transform;
    background-color: #526142 !important;
    color: white;
    border-color: #526142 !important;
}
/* Subscribe Button Animation */


/* 10-8-2023 South Africa */
.main-header-bar.ast-header-breadcrumb {
  background: transparent;
  position: absolute;
}
.main-header-bar.ast-header-breadcrumb .ast-breadcrumbs-wrapper {
    background: transparent;
}
.main-header-bar.ast-header-breadcrumb #ast-breadcrumbs-yoast .breadcrumb_last,
.main-header-bar.ast-header-breadcrumb #ast-breadcrumbs-yoast a {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}
.ast-breadcrumbs-wrapper span {
  margin-right: 5px;
}
.ast-breadcrumbs-wrapper span:not(:first-of-type){
  margin: 0 5px;
}
.experiences​-arrows .owl-controls .owl-prev, .experiences​-arrows .owl-controls .owl-next {
  left: auto !important;
  right: auto !important;
  top: auto !important;
  position: relative !important;

}
body .elementor-section .experiences​-arrows .owl-controls .owl-prev {
  left: -10px !important;
  border: 1px solid #D9D9D9 !important;
  color: #D9D9D9 !important;
}
body .elementor-section .experiences​-arrows .owl-controls .owl-next  {
  right: 0 !important;
  border: 1px solid #D9D9D9 !important;
  color: #D9D9D9 !important;
}
.experiences​-arrows .owl-controls .owl-nav {
  display: inline-block;
  position: absolute;
  top: -100px;
  right: -10px;
  background: #fff;
  padding-left: 20px;
  padding-right: 10px;
}
.experiences​-title .elementor-heading-title::before {
  position: absolute;
  content: " ";
  border-bottom: 1px solid #D9D9D9;
  left: 100%;
  top: 50%;
  transform: translateY(50%);
  height: 1px;
  display: inline-block;
  width: 1000%;
  z-index: -1;
}
.experiences​-title .elementor-heading-title {
  position: relative;
  z-index: 1;
  background: transparent;
  display: inline-block;
  padding-right: 10px;
}
/* 10-8-2023 South Africa */


body .contact-section .contact-wrapper .elementor-widget-wrap .elementor-widget-container, body .contact-section .contact-wrapper .elementor-widget-wrap .elementor-widget-container input, body .contact-section .contact-wrapper .elementor-widget-wrap .elementor-widget-container textarea, body .contact-section .contact-wrapper .elementor-widget-wrap .elementor-widget-container select {
  background: #fff !important;
}

body .contact-section .contact-wrapper .elementor-widget-wrap .elementor-widget-container{
  border:1px solid #526142;
}
body .contact-section .contact-wrapper .elementor-widget-wrap .elementor-widget-container input{
  border: 0;
  border-bottom: 1px solid #d9d9d9 !important;
  border-radius: 0;
}

body .contact-section .contact-wrapper .elementor-widget-wrap .elementor-widget-container textarea,
body .contact-section .contact-wrapper .elementor-widget-wrap .elementor-widget-container select{
  border: 1px solid #070618 !important;
}
body .contact-section .contact-wrapper .elementor-widget-wrap .elementor-widget-container input[type="submit"],
body .contact-section .contact-wrapper .elementor-widget-wrap .elementor-widget-container input[type="checkbox"]{
  border-color: #070618 !important;
  border-radius: 12px;
}
body .contact-section .contact-wrapper .elementor-widget-wrap .elementor-widget-container input[type="submit"]{
  transition: 0.4s ease-in-out;
}
body .contact-section .contact-wrapper .elementor-widget-wrap .elementor-widget-container input[type="submit"]:hover{
  background: #fff !important;
  color: #526142 !important;
}
body .contact-section .contact-wrapper .elementor-widget-wrap .elementor-widget-container input[type="checkbox"]{
  accent-color: #070618 ;
}

/* Testing of enqueu */

/* Contact Form 05092023 */
#gform_fields_1 span.gfield_required {
  display: none;
}
/* Contact Form 05092023 */

/* Footer Bottom Section 06092023 */
footer span.elementor-icon{
  cursor: -webkit-grab;
  cursor: grab;
}
/* Footer Bottom Section 06092023 */
.common-slider-arrow-fix .owl-carousel .owl-nav .owl-next::after, .common-slider-arrow-fix .owl-carousel .owl-nav .owl-prev::after {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}


/* 11-12-2023 Start css */

div.wpforms-container-full .wpforms-form input, div.wpforms-container-full .wpforms-form label, div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form button, div.wpforms-container-full .wpforms-form textarea {
    color: #00000!important;
}

a {
    outline: none !important;
}



.site-primary-footer-wrap {
    padding-top: 60px!important;
    padding-bottom: 5px!important;
}


:root .has-ast-global-color-5-color {
    color: var(--ast-global-color-5);
    letter-spacing: 1pt;
}


:root .has-ast-global-color-6-color {
    color: #ffffff;
    font-family: 'Playfair Display';
    font-style: italic;
    font-size: 34px;
}



.ast-builder-menu-1 .menu-item > .menu-link {
    letter-spacing: 2pt;
    font-family: 'Questrial';
}





.uc_overlay_elegant_carousel .uc_elegant_carousel_container_holder .uc_elegant_carousel_content .uc_elegant_content_box {
    height: 100%;
    display: flex;
    align-items: flex-start!important;
    justify-content: flex-end!important;
    flex-direction: column;
}



.footer-widget-area[data-section="sidebar-widgets-footer-widget-8"].footer-widget-area-inner {
    text-align: left;
    font-size: 15px;
    font-family: 'Questrial';
    line-height: 25px;
}


.widget-title {
    font-weight: 400;
    margin-bottom: 1em;
    line-height: 1.5;
    font-style: italic;
}


.gform_wrapper select {
    height: 3.1em!important;
    border-width: 1px;
    border-style: solid;
    border-color: #eaeaea;
    border-radius: 2px;
    background: #fafafa;
    padding: 0;
}


button, .ast-button, input#submit, input[type="button"], input[type="submit"], input[type="reset"] {
    font-size: 12px;
    font-size: 20px!important;
    font-family: 'Questrial',sans-serif;
}



body div#gform_wrapper_1 div.gform_body input[type="text"],
body div#gform_wrapper_1 select,
body div#gform_wrapper_1 textarea {
    background-color: #bfbfbf;
    color: white;
}



.elementor-15 .elementor-element.elementor-element-4f1b66a > .elementor-widget-container {
    padding: 40px 40px 40px 40px;
    background-color: #bfbfbf!important;
}





.elementor-1027 .elementor-element.elementor-element-6f87f1bc .elementor-nav-menu--dropdown a.elementor-item-active {
    color: #FFFFFF;
    background-color: #000000!important;
}



.elementor-831 .elementor-element.elementor-element-3422369c .elementor-nav-menu--dropdown a.elementor-item-active {
    color: #FFFFFF!important;
    background-color: #000000!important;
}



.elementor-swiper-button svg {
    fill: #c8c8c8 !important;
    height: 2em;
    width: 2em !important;
    background-color: white!important;
}



.elementor-2462 .elementor-element.elementor-element-19c8bbd {
    color: #000000!important;
}



div.wpforms-container-full .wpforms-form input[type=date], div.wpforms-container-full .wpforms-form input[type=datetime], div.wpforms-container-full .wpforms-form input[type=datetime-local], div.wpforms-container-full .wpforms-form input[type=email], div.wpforms-container-full .wpforms-form input[type=month], div.wpforms-container-full .wpforms-form input[type=number], div.wpforms-container-full .wpforms-form input[type=password], div.wpforms-container-full .wpforms-form input[type=range], div.wpforms-container-full .wpforms-form input[type=search], div.wpforms-container-full .wpforms-form input[type=tel], div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=time], div.wpforms-container-full .wpforms-form input[type=url], div.wpforms-container-full .wpforms-form input[type=week], div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form textarea {
    background-color: #fff0!important;
    border: 1px solid #ccc0!important;
    border-bottom: 1px solid #787878!important;
}


div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button {
    background-color: #eee;
    border: 1px solid #787878!important;
    color: #333;
    font-size: 1em;
    padding: 10px 15px;
}

/* Custom css 04-08-2023 */

html .elementor-element .swiper-container .elementor-swiper-button, 
html .elementor-element .swiper-container ~ .elementor-swiper-button, 
html .elementor-element .swiper .elementor-swiper-button, 
html .elementor-element .swiper ~ .elementor-swiper-button, 
html .elementor-lightbox .swiper-container .elementor-swiper-button, 
html .elementor-lightbox .swiper-container ~ .elementor-swiper-button, 
html .elementor-lightbox .swiper .elementor-swiper-button, 
html .elementor-lightbox .swiper ~ .elementor-swiper-button {
    position: absolute;
    top: 154px;
    transform: translateY(0%);
    width: 46px;
    height: 46px;
    font-size: 23px;
    border-radius: 100% !important; 
    background-color: transparent !important;
    color: #ffffff !important;
    border: 1px solid #fff !important;
    line-height: 42px !important;
    cursor: pointer;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
html .elementor-element .swiper-container .elementor-swiper-button:hover, 
html .elementor-element .swiper-container ~ .elementor-swiper-button:hover, 
html .elementor-element .swiper .elementor-swiper-button:hover, 
html .elementor-element .swiper ~ .elementor-swiper-button:hover, 
html .elementor-lightbox .swiper-container .elementor-swiper-button:hover, 
html .elementor-lightbox .swiper-container ~ .elementor-swiper-button:hover, 
html .elementor-lightbox .swiper .elementor-swiper-button:hover, 
html .elementor-lightbox .swiper ~ .elementor-swiper-button:hover {
    background-color: #ffffff !important;
    color: #526142 !important;
    border: 1px solid #fff !important;
    box-shadow: 0px 0px 7px rgba(255,255,255,0.3);
}
html .elementor-element .swiper-container .elementor-swiper-button-prev, 
html .elementor-element .swiper-container ~ .elementor-swiper-button-prev, 
html .elementor-element .swiper .elementor-swiper-button-prev, 
html .elementor-element .swiper ~ .elementor-swiper-button-prev, 
html .elementor-lightbox .swiper-container .elementor-swiper-button-prev, 
html .elementor-lightbox .swiper-container ~ .elementor-swiper-button-prev, 
html .elementor-lightbox .swiper .elementor-swiper-button-prev, 
html .elementor-lightbox .swiper ~ .elementor-swiper-button-prev {
    left: 15px;
}
html .elementor-element .swiper-container .elementor-swiper-button-next, 
html .elementor-element .swiper-container ~ .elementor-swiper-button-next, 
html .elementor-element .swiper .elementor-swiper-button-next, 
html .elementor-element .swiper ~ .elementor-swiper-button-next, 
html .elementor-lightbox .swiper-container .elementor-swiper-button-next, 
html .elementor-lightbox .swiper-container ~ .elementor-swiper-button-next, 
html .elementor-lightbox .swiper .elementor-swiper-button-next, 
html .elementor-lightbox .swiper ~ .elementor-swiper-button-next {
    right: 15px;
}
html .elementor-element .swiper-container .elementor-swiper-button.swiper-button-disabled, 
html .elementor-element .swiper-container ~ .elementor-swiper-button.swiper-button-disabled, 
html .elementor-element .swiper .elementor-swiper-button.swiper-button-disabled, 
html .elementor-element .swiper ~ .elementor-swiper-button.swiper-button-disabled, 
html .elementor-lightbox .swiper-container .elementor-swiper-button.swiper-button-disabled, 
html .elementor-lightbox .swiper-container ~ .elementor-swiper-button.swiper-button-disabled, 
html .elementor-lightbox .swiper .elementor-swiper-button.swiper-button-disabled, 
html .elementor-lightbox .swiper ~ .elementor-swiper-button.swiper-button-disabled {
    opacity: 1;
}
html .elementor-swiper-button svg {
    display: none;
}
html .elementor-swiper-button-prev::after {
   content: "←"; 
}
html .elementor-swiper-button-next::after {
    content: "→";
}

.destinations-image-section {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: center !important;
}
.destinations-image-section .e-con-inner {
    margin: 0px 0px 0px 0px;
}
.destinations-image-section .elementor-element {
    padding: 0px 20px 40px 20px;
}
.destinations-image-section .elementor-element .elementor-element {
    padding: 0px;
}
.destinations-image-section .elementor-image-box-wrapper .elementor-image-box-img {
    overflow: hidden;
    margin: 0px !important;
}
.destinations-image-section .elementor-image-box-wrapper .elementor-image-box-img img {
    transform: scale(1);
    transition: all 1000ms ease !important;
    object-fit: cover;
}
.destinations-image-section .elementor-image-box-wrapper .elementor-image-box-img:hover img {
    transform: scale(1.2);
}
.destinations-image-section .elementor-image-box-wrapper .elementor-image-box-content {
    margin: 16px 0px 3px 0px;
}
.destinations-image-section .elementor-image-box-wrapper .elementor-image-box-content h3,
.destinations-image-section .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
    margin: 0px;
    padding: 0px;
    font-weight: 400;
    line-height: 1.2;
    font-size: 34px;
    color: #030922;
}
.destinations-image-section .elementor-image-box-wrapper .elementor-image-box-content p,
.destinations-image-section .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-description {
    margin: 0px;
    padding: 10px 0px;
    font-weight: 400;
    line-height: 1;
    font-size: 15px;
    color: #787878;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.bottom-section-bar {
    will-change: transform, opacity;
    transform: translate3d(0px, 100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg) !important;
    transform-style: preserve-3d;
    opacity: 0;
    transition:transform .5s ease-in;
}
.bottom-section-bar.sticky_bar {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg) !important; 
    opacity: 1;
}
.bottom-section-bar .elementor-icon {
    width: 33px;
    height: 33px;
    border-radius: 100%;
    border: 1px solid #070618;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-header {
    /*transition: margin-top 0.4s ease-in-out;
    transition: margin-bottom 0.4s ease-in-out;*/
    /*margin-top: .875rem;*/
    /*margin-bottom: .875rem;*/
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0px 0px;
}
.site-header.scroll-on {
    margin-top: 0px;
    position: fixed;
}
.site-header .ast-primary-header-bar { 
    background-color: transparent;
}
.site-header #ast-desktop-header,
.site-header .ast-desktop-header {
    width: 100%;
}
.ast-header-break-point #ast-mobile-header,
.ast-header-break-point .ast-mobile-header,
.site-header #ast-mobile-header,
.site-header .ast-mobile-header {
    width: 100%;
}
.site-header::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200%;
    z-index: -1;
    opacity: 1;
    background-color: rgba(255,255,255,.7);
    -webkit-backdrop-filter: blur(60px);
    backdrop-filter: blur(60px);
    transition: opacity 0.4s ease-in-out;
}
.site-header.scroll-on::after {
    transition: none;
    opacity: 1;
}
.site-header .site-logo-img {
    display: flex;
    padding: 10px 0px 10px 0px;
    transition: padding 0.4s, max-height 0.4s ease-in-out;
    max-height: 70px;
    align-items: center;
    justify-content: center;
}
.site-header.scroll-on .site-logo-img {
    padding: 0px 0px 0px 0px;
    max-height: 55px;
}
.site-header .site-logo-img .custom-logo-link {
    transition: transform 0.4s ease-in-out;
    /*transform: translateY(20%) scale(1.3);*/
    transform: translateY(0%) scale(1);
    display: block;
    /*padding: 0px 0px 0px 0px;
    transition: padding 0.4s ease-in-out;*/
}
.site-header.scroll-on .site-logo-img .custom-logo-link {
    transform: scale(.782353);
    transition: transform 0.4s ease-in-out;
}
.site-header.scroll-on.menu-clicked::after,
.site-header.menu-clicked::after {
    background-color: rgba(255,255,255,1);
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
}
.site-header .ast-site-identity {
    padding: 10px 0px;
}
.ast-mobile-header-wrap .ast-primary-header-bar, 
.ast-primary-header-bar .site-primary-header-wrap {
    min-height: auto;
}

html .e-con-boxed.e-con .footer-calls-color a,
html .e-con-boxed.e-con .footer-emails-color a {
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
    text-decoration: none;
    line-height: 22px;
    letter-spacing: 0px;
}
html .e-con-boxed.e-con .footer-calls-color a:hover,
html .e-con-boxed.e-con .footer-emails-color a:hover {
    color: #ffffff;
}

html .uc_elegant_carousel_container_holder:hover .uc_elegant_carousel_content .uc_more_btn {
    background-color: #526142;
    color: #ffffff;
}

.site-header .site-header-section .ast-custom-button-link {
    display: block;
}
.button-with-icon .elementor-button-wrapper {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.button-with-icon .elementor-button-wrapper .elementor-button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-weight: 400 !important;
    padding: 7px 10px !important;
    font-size: 14px !important;
    line-height: 1 !important;
    letter-spacing: .04375rem !important;
    border-radius: 50px !important;
    outline: none !important;
    background-color: transparent !important;
    border: 1px solid #070618 !important;
    color: #070618 !important;
}
.button-with-icon .elementor-button-wrapper .elementor-button:hover {
    background-color: transparent !important;
    border: 1px solid #070618 !important;
    color: #526142 !important;
}
.button-with-icon .elementor-button-wrapper .elementor-button::after {
    display: block;
    width: 24px;
    height: 24px;
    margin: 0px 0px 0px 1rem;
    border-radius: 100%;
    border: 1px solid #070618;
    padding: 0px;
    content: '';
    background-size: 13px 13px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23000000' class='w-6 h-6'%3e%3cpath stroke-linecap='round' stroke-linejoin='round' d='M21.75 6.75v10.5a2.25 2.25 0 01-2.25 2.25h-15a2.25 2.25 0 01-2.25-2.25V6.75m19.5 0A2.25 2.25 0 0019.5 4.5h-15a2.25 2.25 0 00-2.25 2.25m19.5 0v.243a2.25 2.25 0 01-1.07 1.916l-7.5 4.615a2.25 2.25 0 01-2.36 0L3.32 8.91a2.25 2.25 0 01-1.07-1.916V6.75' /%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center center;
}

html div.wpforms-container-full .wpforms-form button[type="submit"].wpforms-submit, 
html div.wpforms-container-full .wpforms-form button[type="submit"]#wpforms-submit-182,
.contact-wrapper .gform_wrapper .gform_footer .gform_button {
    background-color: #ffffff !important;
    color: #000000;
    border-color: #D9D9D980 !important;
    border-radius: 50px !important;
    /*font-size: 15px !important;*/
    font-size: 14px !important;
    font-weight: 400;
    /*line-height: 1em;*/
    line-height: 1;
    transform: none !important;
    text-transform: uppercase !important;
    width: auto;
    /*padding: 1.2rem 3rem;*/
    padding: 12px 20px 12px 20px;
    /* font-size: .75rem !important; */
    letter-spacing: .07rem;
}
html div.wpforms-container-full .wpforms-form button[type="submit"].wpforms-submit:hover,
html div.wpforms-container-full .wpforms-form button[type="submit"]#wpforms-submit-182:hover,
.contact-wrapper .gform_wrapper .gform_footer .gform_button:hover {
    transform: none !important;
    background-color: #526142 !important;
    color: #ffffff;
    border-color: #526142 !important;
}
.all-button-row a,
.all-button,
.uc_more_btn,
html div.wpforms-container-full .wpforms-form button[type="submit"].wpforms-submit, 
html div.wpforms-container-full .wpforms-form button[type="submit"]#wpforms-submit-182,
.contact-wrapper .gform_wrapper .gform_footer .gform_button {
    background-color: #ffffff !important;
    border: 1px solid #070618 !important;
    color: #070618 !important;
}
.all-button-row a:hover,
.all-button:hover,
.uc_more_btn:hover,
html div.wpforms-container-full .wpforms-form button[type="submit"].wpforms-submit:hover, 
html div.wpforms-container-full .wpforms-form button[type="submit"]#wpforms-submit-182:hover,
.contact-wrapper .gform_wrapper .gform_footer .gform_button:hover {
    background-color: #ffffff !important;
    border: 1px solid #070618 !important;
    color: #526142 !important;
}
.all-button-row a.home-slider-button,
.owl-carousel .uc_more_btn,
.all-button-row.bg-transparent-border-white a {
    background-color: transparent !important;
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
}
.all-button-row a.home-slider-button:hover,
.owl-carousel .uc_more_btn:hover,
html .uc_elegant_carousel_container_holder:hover .uc_elegant_carousel_content .uc_more_btn,
.all-button-row.bg-transparent-border-white a:hover {
    background-color: #ffffff !important;
    border: 1px solid #ffffff !important;
    color: #526142 !important;
}
.why-abang-africa-text-col .entry-content p {
    margin-bottom: 20px;
}

.site-header .site-header-section .ast-custom-button-link .ast-custom-button {
    display: flex;
    align-items: center;
    justify-content: center;
    /*padding: .3rem .3rem .3rem 1rem;*/
    padding: 7px 10px;
    font-size: 14px;
    line-height: 1; 
    letter-spacing: .04375rem;
    border-radius: 50px;
    outline: none !important;
    background-color: transparent !important;
    border: 1px solid #070618 !important;
    color: #070618 !important;
}
.site-header .site-header-section .ast-custom-button-link:hover .ast-custom-button {
    /*background-color: #526142 !important;
    border: 1px solid #526142 !important;*/
    background-color: transparent !important;
    border: 1px solid #070618 !important;
    color: #526142 !important;
}
.site-header .site-header-section .ast-custom-button-link .ast-custom-button::after {
    display: block;
    /*width: 32px;
    height: 32px;*/
    width: 24px;
    height: 24px;
    margin: 0px 0px 0px 1rem;
    border-radius: 100%;
    /*border: 1px solid rgba(217,217,217,.5);*/
    border: 1px solid #070618;
    padding: 0px;
    content: '';
    /*background-size: 17px 17px;*/
    background-size: 13px 13px;
    /*background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23000000'%3e%3cpath d='M256 48C141.1 48 48 141.1 48 256v40c0 13.3-10.7 24-24 24s-24-10.7-24-24V256C0 114.6 114.6 0 256 0S512 114.6 512 256V400.1c0 48.6-39.4 88-88.1 88L313.6 488c-8.3 14.3-23.8 24-41.6 24H240c-26.5 0-48-21.5-48-48s21.5-48 48-48h32c17.8 0 33.3 9.7 41.6 24l110.4 .1c22.1 0 40-17.9 40-40V256c0-114.9-93.1-208-208-208zM144 208h16c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32H144c-35.3 0-64-28.7-64-64V272c0-35.3 28.7-64 64-64zm224 0c35.3 0 64 28.7 64 64v48c0 35.3-28.7 64-64 64H352c-17.7 0-32-14.3-32-32V240c0-17.7 14.3-32 32-32h16z'/%3e%3c/svg%3e");*/
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23000000' class='w-6 h-6'%3e%3cpath stroke-linecap='round' stroke-linejoin='round' d='M21.75 6.75v10.5a2.25 2.25 0 01-2.25 2.25h-15a2.25 2.25 0 01-2.25-2.25V6.75m19.5 0A2.25 2.25 0 0019.5 4.5h-15a2.25 2.25 0 00-2.25 2.25m19.5 0v.243a2.25 2.25 0 01-1.07 1.916l-7.5 4.615a2.25 2.25 0 01-2.36 0L3.32 8.91a2.25 2.25 0 01-1.07-1.916V6.75' /%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center center;
}
.site-header .site-header-section .ast-custom-button-link:hover .ast-custom-button::after {
    /*background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23ffffff'%3e%3cpath d='M256 48C141.1 48 48 141.1 48 256v40c0 13.3-10.7 24-24 24s-24-10.7-24-24V256C0 114.6 114.6 0 256 0S512 114.6 512 256V400.1c0 48.6-39.4 88-88.1 88L313.6 488c-8.3 14.3-23.8 24-41.6 24H240c-26.5 0-48-21.5-48-48s21.5-48 48-48h32c17.8 0 33.3 9.7 41.6 24l110.4 .1c22.1 0 40-17.9 40-40V256c0-114.9-93.1-208-208-208zM144 208h16c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32H144c-35.3 0-64-28.7-64-64V272c0-35.3 28.7-64 64-64zm224 0c35.3 0 64 28.7 64 64v48c0 35.3-28.7 64-64 64H352c-17.7 0-32-14.3-32-32V240c0-17.7 14.3-32 32-32h16z'/%3e%3c/svg%3e");*/
    /*background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23ffffff' class='w-6 h-6'%3e%3cpath stroke-linecap='round' stroke-linejoin='round' d='M21.75 6.75v10.5a2.25 2.25 0 01-2.25 2.25h-15a2.25 2.25 0 01-2.25-2.25V6.75m19.5 0A2.25 2.25 0 0019.5 4.5h-15a2.25 2.25 0 00-2.25 2.25m19.5 0v.243a2.25 2.25 0 01-1.07 1.916l-7.5 4.615a2.25 2.25 0 01-2.36 0L3.32 8.91a2.25 2.25 0 01-1.07-1.916V6.75' /%3e%3c/svg%3e");*/
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23000000' class='w-6 h-6'%3e%3cpath stroke-linecap='round' stroke-linejoin='round' d='M21.75 6.75v10.5a2.25 2.25 0 01-2.25 2.25h-15a2.25 2.25 0 01-2.25-2.25V6.75m19.5 0A2.25 2.25 0 0019.5 4.5h-15a2.25 2.25 0 00-2.25 2.25m19.5 0v.243a2.25 2.25 0 01-1.07 1.916l-7.5 4.615a2.25 2.25 0 01-2.36 0L3.32 8.91a2.25 2.25 0 01-1.07-1.916V6.75' /%3e%3c/svg%3e");
    /*border: 1px solid #ffffff;*/
    border: 1px solid #070618;
}

html div.wpforms-container-full.inline-fields {
    overflow: visible;
    display: inline-block;
    vertical-align: top;
}
html div.wpforms-container-full.inline-fields .wpforms-form .wpforms-field-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%; 
}
html div.wpforms-container-full.inline-fields .wpforms-form .wpforms-field .wpforms-field-label,
html body .contact-section .contact-wrapper .elementor-widget-wrap .elementor-widget-container .gfield:not(.gfield--type-checkbox) .gform-field-label {
    color: #787878;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 15px;
    letter-spacing: .5px;
    line-height: 26px;
    /*margin: 0px 0px 6px 0px;*/
    margin: 0px 0px 0px 0px;
    width: 100%;
}
html body .contact-section .contact-wrapper .elementor-widget-wrap .elementor-widget-container .gfield:not(.gfield--type-checkbox) .gform-field-label {
    text-align: left;
    font-size: 18px;
    color: #030922;
}
html body .contact-section .contact-wrapper .elementor-widget-wrap .elementor-widget-container .gform_wrapper .gform_footer {
    margin: 0px;
    padding: 70px 0px 0px 0px;
    text-align: center;
}
html body .contact-section .contact-wrapper .elementor-widget-wrap .elementor-widget-container .gform_wrapper .gform_footer .gform_button {
    margin: 0px auto;
}
html body .contact-section .contact-wrapper .elementor-widget-wrap .elementor-widget-container .gfield.gfield--type-checkbox {
    padding: 44px 0px 0px 0px;
    margin: 0px;
}
html body .contact-section .contact-wrapper .elementor-widget-wrap .elementor-widget-container .gfield.gfield--type-checkbox input[type="checkbox"] {
    display: none;
}
html body .contact-section .contact-wrapper .elementor-widget-wrap .elementor-widget-container .gfield.gfield--type-checkbox input[type="checkbox"] ~ .gform-field-label {
    font-size: 17.5px;
    position: relative;
    padding: 0px 0px 0px 21px !important;
    color: #030922;
    font-weight: 300;
}
html body .contact-section .contact-wrapper .elementor-widget-wrap .elementor-widget-container .gfield.gfield--type-checkbox input[type="checkbox"] ~ .gform-field-label::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 3px;
    width: 12px;
    height: 12px;
    border: 1px solid #526142;
    border-radius: 0px;
} 
html body .contact-section .contact-wrapper .elementor-widget-wrap .elementor-widget-container .gfield.gfield--type-checkbox input[type="checkbox"]:checked ~ .gform-field-label::before {
    background-color: #526142;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 11'%3e%3cpath fill='none' stroke='%23ffffff' stroke-width='2' stroke-miterlimit='10' d='M11 2L5.5 8.5 2 5'/%3e%3c/svg%3e");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

html body .contact-section .contact-wrapper .elementor-widget-wrap .elementor-widget-container .gform_fields {
    grid-column-gap: 32px;
    -ms-grid-columns: (1fr 32px) [12];
    grid-row-gap: 16px;
}
html body .contact-section .contact-wrapper .elementor-widget-wrap .elementor-widget-container .gfield {
    margin: 0px 0px 30px 0px;
}
html div.wpforms-container-full.inline-fields .wpforms-form .wpforms-field {
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    margin: 0px 0px 24px 0px;
    width: 100%;
    max-width: 50%;
}
html div.wpforms-container-full.inline-fields .wpforms-form .wpforms-field.wpforms-field-name:nth-child(odd),
html body .contact-section .contact-wrapper .elementor-widget-wrap .elementor-widget-container .gform_fields .gfield .ginput_container .name_first {
    padding-right: 16px;
}
html div.wpforms-container-full.inline-fields .wpforms-form .wpforms-field.wpforms-field-name:nth-child(even),
html body .contact-section .contact-wrapper .elementor-widget-wrap .elementor-widget-container .gform_fields .gfield .ginput_container .name_last {
    padding-left: 16px;
}
html div.wpforms-container-full.inline-fields .wpforms-form .wpforms-field.wpforms-field-email {
    padding-right: 0px;
    padding-left: 0px;
    max-width: 100%;
    width: 100%;
}
div.wpforms-container-full.inline-fields .wpforms-form .wpforms-submit-container {
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0px;
    margin: 10px 0px 0px 0px;
}
html div.wpforms-container-full .wpforms-form input[type="date"], 
html div.wpforms-container-full .wpforms-form input[type="datetime"], 
html div.wpforms-container-full .wpforms-form input[type="datetime-local"], 
html div.wpforms-container-full .wpforms-form input[type="email"], 
html div.wpforms-container-full .wpforms-form input[type="month"], 
html div.wpforms-container-full .wpforms-form input[type="number"], 
html div.wpforms-container-full .wpforms-form input[type="password"], 
html div.wpforms-container-full .wpforms-form input[type="range"], 
html div.wpforms-container-full .wpforms-form input[type="search"], 
html div.wpforms-container-full .wpforms-form input[type="tel"], 
html div.wpforms-container-full .wpforms-form input[type="text"], 
html div.wpforms-container-full .wpforms-form input[type="time"], 
html div.wpforms-container-full .wpforms-form input[type="url"], 
html div.wpforms-container-full .wpforms-form input[type="week"], 
html div.wpforms-container-full .wpforms-form select, 
html div.wpforms-container-full .wpforms-form textarea,
html body .contact-section .contact-wrapper .elementor-widget-wrap .elementor-widget-container input:not([type='checkbox']):not([type='radio']):not([type='submit']),
html body .contact-section .contact-wrapper .elementor-widget-wrap .elementor-widget-container select,
html body .contact-section .contact-wrapper .elementor-widget-wrap .elementor-widget-container textarea {
    background-color: #fff !important;
    border: 0px solid #D9D9D980 !important;
    border-bottom: 1px solid #D9D9D980 !important;
    width: 100%;
    margin: 0px !important;
    padding: 8px 0px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    height: 39px;
}
html body .contact-section .contact-wrapper .elementor-widget-wrap .elementor-widget-container textarea {
    height: 100px;
}

.ast-mobile-popup-drawer.active .menu-toggle-close {
    /*color: #000000;*/
    color: #070618;
    margin: 20px;
    /*width: 48px;
    height: 48px;*/
    width: 40px;
    height: 40px;
    border-radius: 100%;
    /*border: 1px solid rgba(217,217,217,.5) !important;*/
    border: 1px solid #070618 !important;
    background-color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    line-height: 17px;
    padding: 5px;
    cursor: pointer;
    position: relative;
    z-index: 999999;
    outline: none !important;
}
.ast-mobile-popup-drawer.active .menu-toggle-close:hover {
    /*color: #ffffff;
    border: 1px solid #526142;
    background-color: #526142;*/
    color: #070618;
    border: 1px solid #070618;
    background-color: #ffffff;
    outline: none !important;
}
.ast-mobile-popup-drawer.active .menu-toggle-close:focus {
    outline: none !important;
    /*border: 1px solid rgba(217,217,217,.5);*/
    border: 1px solid #070618;
}
.ast-mobile-popup-drawer.active .menu-toggle-close svg,
.ast-mobile-popup-drawer.active .menu-toggle-close .ast-svg-iconset .ahfb-svg-iconset {
    display: none !important;
}
.ast-mobile-popup-drawer.active .menu-toggle-close .ast-svg-iconset {
    display: block;
    width: 20px;
    height: 17px;
}
.ast-mobile-popup-drawer.active .menu-toggle-close .ast-svg-iconset::before,
.ast-mobile-popup-drawer.active .menu-toggle-close .ast-svg-iconset::after {
    position: relative;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #070618;
    display: block;
}
.ast-mobile-popup-drawer.active .menu-toggle-close .ast-svg-iconset::before { 
    transform: translate(0, 0) rotate(45deg) translatez(0);
    top: 8px;
}
.ast-mobile-popup-drawer.active .menu-toggle-close .ast-svg-iconset::after { 
    transform: translate(0, 0) rotate(-45deg) translatez(0);
    top: 6px;
}
/*.ast-mobile-popup-drawer.active .menu-toggle-close span {
    display: flex;
    line-height: 17px;
}*/
html [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-fill,
html [CLASS*="-sticky-header-active"] .ast-header-sticked [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-fill {
    color: #000000;
    background-color: rgba(0,0,0,0);
    /*border: 1px solid rgba(217,217,217,.5);*/
    border: 1px solid #070618; 
    /*width: 48px !important;
    height: 48px !important;*/
    width: 40px !important;
    height: 40px !important;
    border-radius: 100%;
    outline: none;
    line-height: 20px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
html [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-fill svg,
html [CLASS*="-sticky-header-active"] .ast-header-sticked [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-fill svg {
    width: 25px !important;
    height: 25px !important;
    display: none;
}
html [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-fill.menu-toggle .mobile-menu-toggle-icon {
    width: 20px;
    height: 17px;
    display: block;
}
html [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-fill.menu-toggle .mobile-menu-toggle-icon::before,
html [CLASS*="-sticky-header-active"] .ast-header-sticked [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-fill.menu-toggle .mobile-menu-toggle-icon::before,
html [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-fill.menu-toggle .mobile-menu-toggle-icon::after,
html [CLASS*="-sticky-header-active"] .ast-header-sticked [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-fill.menu-toggle .mobile-menu-toggle-icon::after {
    position: relative;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #070618;
    display: block;
}
html [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-fill.menu-toggle .mobile-menu-toggle-icon .ahfb-svg-iconset,
html [CLASS*="-sticky-header-active"] .ast-header-sticked [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-fill.menu-toggle .mobile-menu-toggle-icon .ahfb-svg-iconset {
    position: relative;
    width: 100%;
    height: 2px;
    background-color: #070618;
    display: block;
}
html [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-fill.menu-toggle .mobile-menu-toggle-icon .ahfb-svg-iconset ~ .ahfb-svg-iconset,
html [CLASS*="-sticky-header-active"] .ast-header-sticked [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-fill.menu-toggle .mobile-menu-toggle-icon .ahfb-svg-iconset ~ .ahfb-svg-iconset {
    display: none;
}
html [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-fill.menu-toggle .mobile-menu-toggle-icon::before,
html [CLASS*="-sticky-header-active"] .ast-header-sticked [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-fill.menu-toggle .mobile-menu-toggle-icon::before {
    margin-bottom: 5px;
}
html [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-fill.menu-toggle .mobile-menu-toggle-icon::after,
html [CLASS*="-sticky-header-active"] .ast-header-sticked [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-fill.menu-toggle .mobile-menu-toggle-icon::after {
    margin-top: 5px;
}
html [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-fill:hover,
html [CLASS*="-sticky-header-active"] .ast-header-sticked [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-fill:hover {
    /*color: #ffffff;*/
    color: #070618;
    /*border: 1px solid #526142;
    background-color: #526142;*/
    border: 1px solid #070618;
    background-color: rgba(0,0,0,0);
    outline: none !important;
}
html [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-fill:hover svg,
html [CLASS*="-sticky-header-active"] .ast-header-sticked [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-fill:hover svg {
    fill: #ffffff;
}
html [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-fill:focus,
html [CLASS*="-sticky-header-active"] .ast-header-sticked [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-fill:focus {
    outline: none !important;
    /*border: 1px solid rgba(217,217,217,.5);*/
    border: 1px solid #070618;
}
.site-header .ast-primary-header .ast-container {
    max-width: 100% !important;
}
.ast-mobile-header-wrap .ast-primary-header-bar, 
.ast-primary-header-bar .site-primary-header-wrap {
    min-height: auto;
}

/* breadcrumb and owl-carousel */
    
    .owl-carousel .owl-stage::after {
        display: none !important;
    }
    .owl-carousel .owl-stage {
        display: flex;
        flex-wrap: nowrap;
    }
    .owl-carousel .owl-controls .owl-nav .owl-prev {
        left: 15px !important;
        border-radius: 100% !important;
        /*background-color: rgba(255,255,255,0.3) !important;*/
        background-color: transparent !important; 
        color: #ffffff !important;
        border: 1px solid #fff !important;
        line-height: 42px !important;
    }
    .owl-carousel .owl-controls .owl-nav .owl-next {
        right: 15px !important;
        border-radius: 100% !important;
        /*background-color: rgba(255,255,255,0.3) !important;*/
        background-color: transparent !important; 
        color: #ffffff !important;
        border: 1px solid #fff !important;
        line-height: 42px !important;
    }
    .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
    .owl-carousel .owl-controls .owl-nav .owl-next:hover {
        /*background-color: #526142 !important;*/
        /*background-color: transparent !important;*/
        background-color: #ffffff !important; 
        /*color: #ffffff !important;*/
        color: #526142 !important;
        /*border: 1px solid #526142 !important;*/
        border: 1px solid #fff !important;
        box-shadow: 0px 0px 7px rgba(255,255,255,0.3);
    }
    .ast-header-breadcrumb {
        flex-wrap: wrap !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        padding: 16px !important;
        border-bottom: 1px solid #dddddd !important;
        border-top: 1px solid #dddddd !important;
    }
    .ast-header-breadcrumb.has-banner {
        border-bottom: 1px solid #ffffff !important;
        border-top: 1px solid #ffffff !important;
    }
    .ast-header-breadcrumb .ast-breadcrumbs-inner #ast-breadcrumbs-yoast {
        flex-wrap: wrap !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        width: auto !important;
    }
    .ast-header-breadcrumb .ast-breadcrumbs-inner #ast-breadcrumbs-yoast > span {
        grid-column-gap: 10px !important;
        grid-row-gap: 10px !important;
        grid-template-rows: auto !important;
        grid-template-columns: auto !important;
        grid-auto-columns: auto !important;
        grid-auto-flow: column !important;
        display: grid !important;
    }
    .ast-header-breadcrumb .ast-breadcrumbs-inner #ast-breadcrumbs-yoast > span,
    .ast-header-breadcrumb .ast-breadcrumbs-inner #ast-breadcrumbs-yoast > span span,
    .ast-header-breadcrumb .ast-breadcrumbs-inner #ast-breadcrumbs-yoast > span span a {
        color: #000000 !important;
        letter-spacing: 1px !important;
        text-transform: uppercase !important;
        font-size: 12px !important;
        font-weight: 300 !important;
        line-height: 1.1 !important;
        text-decoration: none !important;
        grid-area: span 1/span 1/span 1/span 1 !important;
    }
    .ast-header-breadcrumb .ast-breadcrumbs-inner #ast-breadcrumbs-yoast > span a:hover,
    .ast-header-breadcrumb .ast-breadcrumbs-inner #ast-breadcrumbs-yoast > span span a:hover {
        /*color: #526142 !important;*/
        color: #000000 !important;
    }
    .ast-header-breadcrumb.has-banner .ast-breadcrumbs-inner #ast-breadcrumbs-yoast > span,
    .ast-header-breadcrumb.has-banner .ast-breadcrumbs-inner #ast-breadcrumbs-yoast > span span,
    .ast-header-breadcrumb.has-banner .ast-breadcrumbs-inner #ast-breadcrumbs-yoast > span span a {
        color: #ffffff !important;
    }
    .ast-header-breadcrumb.has-banner .ast-breadcrumbs-inner #ast-breadcrumbs-yoast > span a:hover,
    .ast-header-breadcrumb.has-banner .ast-breadcrumbs-inner #ast-breadcrumbs-yoast > span span a:hover {
        /*color: #526142 !important;*/
        color: #ffffff !important;
    }

    .all-button-row a,
    .all-button,
    .uc_more_btn,
    html div.wpforms-container-full .wpforms-form button[type="submit"].wpforms-submit, 
    html div.wpforms-container-full .wpforms-form button[type="submit"]#wpforms-submit-182,
    .contact-wrapper .gform_wrapper .gform_footer .gform_button {
        /*padding: 15px 30px 15px 30px !important;*/
        padding: 12px 20px 12px 20px !important;
        font-size: 14px !important;
        line-height: 1 !important;
        letter-spacing: .04375rem !important;
    }
    .uc_more_btn {
        /*padding: 16px 30px 16px 30px !important;*/
        padding: 12px 12px 12px 12px !important;
    }

/* breadcrumb and owl-carousel */


.ast-main-header-nav-open .ast-mobile-popup-drawer.active .main-header-menu,
.ast-main-header-nav-open .ast-mobile-popup-drawer.show .main-header-menu {
    /*animation-duration: 1s;*/
    /*animation-fill-mode: both;*/
}
.ast-main-header-nav-open .ast-mobile-popup-drawer.active .main-header-menu,
.ast-main-header-nav-open .ast-mobile-popup-drawer.show .main-header-menu { 
    /*animation-name: fadeInBottom*/
     -webkit-animation: 1.5s ease 0s normal forwards 1 fadein;
    animation: 1.5s ease 0s normal forwards 1 fadein; 
}
/*@keyframes fadeInBottom {
    from {
        opacity: 0;
        transform: translateY(39px);
    }
    to { opacity: 1 }
}*/
@keyframes fadein {
    0% { opacity:0; transform: translateY(39px); }
    66% { opacity:0; transform: translateY(19px); }
    100% { opacity:1; transform: translateY(0px); }
}

@-webkit-keyframes fadein {
    0% { opacity:0; transform: translateY(39px); }
    66% { opacity:0; transform: translateY(19px); }
    100% { opacity:1; transform: translateY(0px); }
}
.updates-your-inbox-section .heading-text p {
    margin: 0px !important;
}
.updates-your-inbox-section .elementor-widget-wrap {
    padding: 0px !important;
}
.updates-your-inbox-section .elementor-element {
    margin: 0px !important;
}
.updates-your-inbox-section .wpforms-container {
    margin: 0px !important;
}

div.wpforms-container-full.inline-fields .wpforms-form { 
	width: 100%;
	flex-wrap: wrap;
}
div.wpforms-container-full.inline-fields .wpforms-form .wpforms-field-mailchimp {
    max-width: 100% !important;
    display: block !important;
}
div.wpforms-container-full.inline-fields .wpforms-form .wpforms-field-mailchimp input[type="checkbox"] {
	display: none;
    cursor: pointer;
}
div.wpforms-container-full.inline-fields .wpforms-form .wpforms-field-mailchimp label.wpforms-field-label-inline {
	display: inline-block; 
    margin-bottom: 0;
    max-width: calc(100% - 32px);
    vertical-align: middle;
    font-size: 17.5px;
    position: relative;
    padding: 0px 0px 0px 21px !important;
    color: #000000;
    font-weight: 300;
    cursor: pointer;
}
div.wpforms-container-full.inline-fields .wpforms-form .wpforms-field-mailchimp input[type="checkbox"] ~ label.wpforms-field-label-inline::before {
	position: absolute;
	content: "";
	left: 0px;
	top: 3px;
	width: 12px;
	height: 12px;
	border: 1px solid #526142;
	border-radius: 0px;
    cursor: pointer;
}
div.wpforms-container-full.inline-fields .wpforms-form .wpforms-field-mailchimp input[type="checkbox"]:checked ~ label.wpforms-field-label-inline::before {
	background-color: #526142;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 11'%3e%3cpath fill='none' stroke='%23ffffff' stroke-width='2' stroke-miterlimit='10' d='M11 2L5.5 8.5 2 5'/%3e%3c/svg%3e");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
    cursor: pointer;
}

/* responsive css */

@media only screen and (min-width: 1025px) {

    .bottom-section-bar {
        padding-left: 77px;
        padding-right: 77px;
    }

}

@media only screen and (min-width: 922px) {
    
    #ast-mobile-header {
        display: none !important;
    }
    .ast-mobile-popup-drawer {
        visibility: visible;
        opacity: 1;
    }
    .ast-mobile-popup-drawer.ast-mobile-popup-full-width .ast-mobile-popup-inner,
    .ast-desktop .ast-mobile-popup-drawer .ast-mobile-popup-inner,
    .ast-mobile-popup-drawer .ast-mobile-popup-inner {
        transform: translateX(0%); 
        transform: translateY(-100%);
        /* transition: all 0.5s !important; */
        /* transition-duration: 3s; */
        /*transition: all 1s ease-out 1s !important;*/
        transition: transform 0.7s ease 0s, -webkit-transform 0.7s ease 0s !important;
        opacity: 1;
        visibility: visible;
        background-color: #ffffff;
    }
    .ast-mobile-popup-drawer.active .ast-mobile-popup-inner {
        transform: translateX(0%); 
        transform: translateY(0%);
        /* transition: all 0.5s !important; */
        /* transition: all 0.5s ease-in-out !important; */
        /*transition: all 0.5s ease-in 0.5s !important;*/
        transition: transform .5s ease 0s, -webkit-transform .5s ease 0s !important;
        opacity: 1;
        visibility: visible;
    }
    .ast-mobile-popup-drawer .ast-mobile-popup-inner ul#ast-desktop-toggle-menu.main-header-menu li {
        opacity: 0;
        /*transition: visibility 0s 2s, opacity 2s linear;*/
        transition: opacity .5s linear;
    }
    .ast-mobile-popup-drawer.active .ast-mobile-popup-inner ul#ast-desktop-toggle-menu.main-header-menu li {
        opacity: 1;
        /*transition: opacity 2s linear;*/
    }

    .ast-desktop .ast-primary-header-bar.main-header-bar, 
    .ast-header-break-point #masthead .ast-primary-header-bar.main-header-bar {
        padding: 0px;
    }
    html .ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item {
        line-height: normal;
        padding: 19px 0px;
    }

    .ast-builder-menu-1,
    .ast-builder-menu-2 {
        width: 100%;
    }
    .header-main-layout-1 .ast-main-header-bar-alignment {
        margin-left: auto;
        margin-right: auto;
    }
    .header-main-layout-1 .ast-builder-menu-1 .ast-main-header-bar-alignment {
        margin-left: auto;
        width: auto;
    }
    .main-navigation ul {
        position: static;
    }
    .main-header-menu .menu-item {
        position: static;
    }
    .ast-desktop .ast-builder-menu-1 .menu-item .sub-menu,
    .ast-desktop .ast-builder-menu-2 .main-header-menu .sub-menu,
    .ast-builder-menu-1 .menu-item .sub-menu,
    .ast-builder-menu-2 .main-header-menu .sub-menu {
        width: 100%;
        /*max-width: 1077px;
        max-width: 100%;*/
        /*padding: 0px 19% !important;*/
        padding: 0px 0% !important;
        margin: 0px auto 0px auto !important;
        left: 0px;
        right: 0px;
        background-color: #ffffff;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        border-bottom: 1px solid #e1e1e1 !important;
        box-shadow: none !important; 
        max-width: 940px;
    }
    .ast-builder-menu-2 .main-header-menu .sub-menu {
        flex-direction: column;
        align-items: flex-start;
    }
    .ast-desktop .ast-builder-menu-1 .menu-item .sub-menu,
    .ast-builder-menu-1 .menu-item .sub-menu {
        padding-top: 2.5rem !important;
        /*padding-bottom: 2rem !important;*/
    }
    .ast-builder-menu-1 .main-header-menu .sub-menu .menu-link,
    .ast-builder-menu-2 .main-header-menu .sub-menu .menu-link {
        color: #000000;
        border: 0px !important;
    }
    .site-header-section {
        position: static;
    }
    .ast-builder-menu-1 .menu-item > .menu-link {
        letter-spacing: 0;
        font-family: inherit;
    }
    .ast-builder-menu-1 .menu-item > .menu-link {
        line-height: 30px;
        font-size: 100%;
        color: #000000;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0.5em;
        padding-right: 0.5em;
        text-transform: none;
    }
    .ast-builder-menu-1 .menu-item > .menu-link,
    .ast-builder-menu-2 .menu-item > .menu-link,
    .ast-hfb-header .ast-builder-menu-1 .main-header-menu .sub-menu .menu-link {
        /*padding-left: 1rem;
        padding-right: 1rem; */
        padding-left: 30px;
        padding-right: 30px; 
        line-height: 30px;
        letter-spacing: .04375rem;
        text-transform: uppercase;
        font-size: 14px;
        color: #222;
        transition: all .2s;
        position: relative;
    }
    .ast-hfb-header .ast-builder-menu-1 .main-header-menu .sub-menu .menu-link,
    .ast-hfb-header .ast-builder-menu-2 .main-header-menu .sub-menu .menu-link {
        line-height: 17px;
    }
    .ast-builder-menu-1 .menu-item.current-menu-parent > .menu-link,
    .ast-builder-menu-1 .menu-item.current-menu-item > .menu-link,
    .ast-builder-menu-2 .menu-item.current-menu-parent > .menu-link,
    .ast-builder-menu-2 .menu-item.current-menu-item > .menu-link,
    .ast-hfb-header .ast-builder-menu-1 .main-header-menu .sub-menu > .menu-item.current-menu-item > .menu-link,
    .ast-hfb-header .ast-builder-menu-2 .main-header-menu .sub-menu > .menu-item.current-menu-item > .menu-link,
    #ast-desktop-toggle-menu > li.menu-item.current-menu-parent:not(.hamburger-menu-site-logo) > .menu-link,
    #ast-desktop-toggle-menu > li.menu-item > .sub-menu > li.menu-item.current-menu-item:not(.hamburger-menu-site-logo) > .menu-link {
        color: #526142;
    }
    .ast-hfb-header .ast-builder-menu-1 .main-header-menu .sub-menu .menu-item:nth-last-child(1) .menu-link { 
        border: 0px !important;
    }
    .ast-builder-menu-1 .menu-item > .menu-link:hover,
    .ast-builder-menu-2 .menu-item > .menu-link:hover {
        color: #526142 !important;
    }
    .ast-builder-menu-1 .menu-item .sub-menu .menu-item .menu-link,
    .ast-builder-menu-2 .main-header-menu .sub-menu .menu-item .menu-link {
        /*padding-left: 1em;
        padding-right: 1em;*/
        /*padding: 10px 0px 0px 0px;*/
        padding: 0px 0px 0px 0px;
    }
    .ast-builder-menu-1 .menu-item .sub-menu .menu-item .menu-link {
        padding-left: 0px;
        padding-right: 0px;
    } 
    .ast-desktop .ast-menu-hover-style-zoom > .menu-item > .menu-link:hover {
        transform: none !important;
    }
    .ast-builder-menu-1 .main-header-menu .menu-item:nth-child(1) .sub-menu .menu-item:nth-last-child(1),
    .ast-builder-menu-2 .main-header-menu .menu-item:nth-child(2) .sub-menu .menu-item:nth-last-child(1) {
        width: 100%;
        max-width: 100%;
        text-align: center;
        text-align: center;
        border-top: 1px solid #e1e1e1;
        border-bottom: 0px solid #e1e1e1;
        padding-top: 13px;
        padding-bottom: 13px;
        display: block;
        /*margin: 0.5rem 0px 0px 0px;*/
        margin: 2.5rem 0px 0px 0px;
        position: relative;
    }
    .ast-builder-menu-2 .main-header-menu .menu-item:nth-child(2) .sub-menu .menu-item:nth-last-child(1) {
        width: 940px;
        max-width: 940px;
    }
    .ast-builder-menu-2 .main-header-menu .menu-item:nth-child(1) .sub-menu {
        padding-bottom: 2.5rem !important;
    }
    .ast-builder-menu-1 .main-header-menu .menu-item:nth-child(1) .sub-menu .menu-item:nth-last-child(1)::before,
    .ast-builder-menu-2 .main-header-menu .menu-item:nth-child(2) .sub-menu .menu-item:nth-last-child(1)::before,
    .ast-builder-menu-1 .main-header-menu .menu-item:nth-child(1) .sub-menu .menu-item:nth-last-child(1)::after,
    .ast-builder-menu-2 .main-header-menu .menu-item:nth-child(2) .sub-menu .menu-item:nth-last-child(1)::after {
        content: "";
        position: absolute;
        left: -5000px;
        top: -1px;
        width: 5000px;
        height: 1px;
        background-color: #e1e1e1;
        z-index: 1;
    }
    .ast-builder-menu-1 .main-header-menu .menu-item:nth-child(1) .sub-menu .menu-item:nth-last-child(1)::after,
    .ast-builder-menu-2 .main-header-menu .menu-item:nth-child(2) .sub-menu .menu-item:nth-last-child(1)::after {
        left: auto;
        right: -5000px;
    }
    .ast-builder-menu-1 .main-header-menu .menu-item:nth-child(1) .sub-menu .menu-item:nth-last-child(1) a,
    .ast-builder-menu-2 .main-header-menu .menu-item:nth-child(2) .sub-menu .menu-item:nth-last-child(1) a {
        padding: 0px 10px;
    }
    .ast-builder-menu-1 .main-header-menu .menu-item .menu-link:hover,
    .ast-builder-menu-2 .main-header-menu .menu-item .menu-link:hover {
        color: #526142 !important;
        cursor: pointer !important;
        outline: none !important;
    }
    .ast-builder-menu-1 .main-header-menu .menu-item .sub-menu,
    .ast-builder-menu-2 .main-header-menu .menu-item .sub-menu {
        /*border-top: 2px solid #526142;*/
        border-top: 1px solid #e1e1e1;
        /*display: none;*/
        opacity: 0 !important;
        visibility: hidden !important;
    }
    /*.ast-builder-menu-1 .main-header-menu .menu-item:hover > .sub-menu,
    .ast-builder-menu-2 .main-header-menu .menu-item:hover > .sub-menu {
        display: flex;
    }*/
    .ast-builder-menu-1 .main-header-menu .menu-item > .sub-menu,
    .ast-builder-menu-2 .main-header-menu .menu-item > .sub-menu { 
        opacity: 0 !important;
        visibility: hidden !important;
        transform: translateY(30px) !important;
        transition: all 0.3s ease-in-out !important;
    }
    .ast-builder-menu-1 .main-header-menu .menu-item > .sub-menu.parent-menu-clicked,
    .ast-builder-menu-2 .main-header-menu .menu-item > .sub-menu.parent-menu-clicked {
        /*display: flex;*/
        /*animation-duration: 1s;*/
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateY(0px) !important;
    } 
    .ast-builder-menu-2 .main-header-menu .menu-item > .sub-menu {
        display: grid;
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        padding-top: 2.5rem !important;
    }
    .ast-desktop-popup-content .main-header-menu .sub-menu .menu-item:not(.menu-item-has-children) .menu-link .icon-arrow:first-of-type {
        display: none;
    }
    .ast-header-sticked .ast-builder-menu-1 #ast-hf-menu-1 .sub-menu, 
    .ast-header-sticked .ast-builder-menu-1 #ast-hf-menu-1 .sub-menu .menu-link {
        background-color: #fff;
    }
    .ast-desktop .ast-builder-menu-1 .menu-item .sub-menu,
    .ast-builder-menu-1 .menu-item .sub-menu {
        justify-content: flex-start;
        align-items: center;
        /*padding: 30px 20px;*/
        padding: 30px 19%;
    }
    .ast-builder-menu-1 .main-header-menu .sub-menu .menu-item {
        padding: 0px 1rem 1rem 1rem;
        width: 100%;
        max-width: 25%;
    }
    .ast-builder-menu-1 .main-header-menu .sub-menu .menu-link {
        padding-top: 0.5rem;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        /*border-top: 1px solid #d9d9d9 !important;*/
        border-top: 0px !important;
        overflow: hidden;
    }
    .ast-builder-menu-1 .main-header-menu .sub-menu .menu-link img {
        transform: scale(1);
        transition: all 1000ms ease;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .ast-builder-menu-1 .main-header-menu .sub-menu .menu-link,
    .ast-builder-menu-1 .main-header-menu .sub-menu .menu-link:hover {
        background-color: transparent !important;
    }
    .ast-builder-menu-1 .main-header-menu .sub-menu .menu-link .menu-text {
        overflow: hidden;
        display: block;
    }
    .ast-builder-menu-1 .main-header-menu .sub-menu .menu-link:hover img {
        transform: scale(1.2);
    }
    .ast-builder-menu-1 .main-header-menu .sub-menu .menu-link .menu-image-title {
        display: block;
        margin: 0px 0px 0px 0px;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: .04375rem;
        background-color: #fff;
        padding: 1rem 0px 0px 0px;
        position: relative;
    }
    #ast-desktop-toggle-menu {
        padding: 11vh 0px 11vh 240px !important; 
        flex-wrap: nowrap;
        display: flex;
        flex-direction: column;
    }
    #ast-desktop-toggle-menu .hamburger-menu-site-logo {
        position: absolute !important;
        left: 2rem;
        top: 2rem;
        text-align: left;
        width: auto;
    }
    #ast-desktop-toggle-menu .menu-item {
        position: relative;
    }
    #ast-desktop-toggle-menu .menu-item a img, 
    #ast-desktop-toggle-menu img.menu-image-title-after, 
    #ast-desktop-toggle-menu img.menu-image-title-before, 
    #ast-desktop-toggle-menu img.menu-image-title-above, 
    #ast-desktop-toggle-menu img.menu-image-title-below, 
    #ast-desktop-toggle-menu .menu-image-hover-wrapper .menu-image-title-above {
        width: 100%;
        max-width: 112px;
    }
    .ast-mobile-popup-drawer .ast-mobile-popup-header { 
        position: absolute;
        right: 0px;
        top: 0px;
        width: auto;
    }
    #ast-desktop-toggle-menu::before,
    #ast-desktop-toggle-menu::after {
        content: "";
        position: fixed;
        left: 240px;
        top: 0px;
        width: 1px;
        height: 100%;
        /*background-color: #d9d9d9;*/
        background-color: #d5d5d5;
    } 
    #ast-desktop-toggle-menu::after {
        left: 556px;
    }
    #ast-desktop-toggle-menu::before {
        display: none;
    }
    .ast-desktop-popup-content,
    .ast-builder-menu-mobile,
    .ast-main-header-bar-alignment,
    .main-header-bar-navigation,
    .main-header-bar-navigation .site-navigation,
    .main-header-bar-navigation .site-navigation .main-navigation,
    .main-header-bar-navigation .site-navigation .main-navigation .main-header-menu {
        height: 100%;
    }
    #ast-desktop-toggle-menu li.menu-item:not(.hamburger-menu-site-logo) {
        width: 100%;
        text-align: left;
        /*border-right: 1px solid #d9d9d9;
        border-left: 1px solid #d9d9d9;*/
        /*padding: 7px 64px 7px 64px;*/
        padding: 7px 53px 7px 53px;
        display: flex;
        flex-direction: initial;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
        position: static;
        max-width: 316px
    }
    #ast-desktop-toggle-menu li.menu-item:not(.hamburger-menu-site-logo) .menu-link { 
        color: #030922;
        font-size: 27px;
        font-weight: 400;
        line-height: 35px;
        text-decoration: none;
        text-transform: none;
        outline: none;
        width: auto;
        padding-left: 0px;
        padding-right: 0px;
    }
    #ast-desktop-toggle-menu li.menu-item .menu-link:hover {
        color: #526142;
    }
    #ast-desktop-toggle-menu li.menu-item.hamburger-main-menu-label,
    #ast-desktop-toggle-menu li.menu-item.hamburger-second-menu-label,
    #ast-desktop-toggle-menu li.menu-item.destination-sub-menu-label,
    #ast-desktop-toggle-menu li.menu-item.travel-styles-sub-menu-label {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    #ast-desktop-toggle-menu li.menu-item.hamburger-second-menu-label {
        margin-top: 111px;
        margin-bottom: 0px;
    }
    #ast-desktop-toggle-menu li.menu-item.hamburger-main-menu-label .menu-link,
    #ast-desktop-toggle-menu li.menu-item.hamburger-second-menu-label .menu-link,
    #ast-desktop-toggle-menu li.menu-item.destination-sub-menu-label .menu-link,
    #ast-desktop-toggle-menu li.menu-item.travel-styles-sub-menu-label .menu-link {
        color: #787878;
        font-size: 12px !important;
        line-height: 21px !important;
        font-weight: 300;
        text-transform: uppercase;
        letter-spacing: .5px;
        margin: 0px 0px 3px 0px;
    }
    #ast-desktop-toggle-menu li.menu-item.hamburger-second-menu-label {
        margin-bottom: 7px;
    }
    #ast-desktop-toggle-menu li.menu-item.hamburger-second-menu-label .menu-link {
        margin-bottom: 0px;
    }
    #ast-desktop-toggle-menu li.menu-item.hamburger-main-menu-label:hover .menu-link,
    #ast-desktop-toggle-menu li.menu-item.hamburger-main-menu-label .menu-link:hover,
    #ast-desktop-toggle-menu li.menu-item.hamburger-second-menu-label:hover .menu-link,
    #ast-desktop-toggle-menu li.menu-item.hamburger-second-menu-label .menu-link:hover,
    #ast-desktop-toggle-menu li.menu-item.destination-sub-menu-label:hover .menu-link,
    #ast-desktop-toggle-menu li.menu-item.destination-sub-menu-label .menu-link:hover,
    #ast-desktop-toggle-menu li.menu-item.travel-styles-sub-menu-label:hover .menu-link,
    #ast-desktop-toggle-menu li.menu-item.travel-styles-sub-menu-label .menu-link:hover {
        color: #787878;
    }
    #ast-desktop-toggle-menu li.menu-item.hamburger-second-menu-label ~ li.menu-item.hamburger-second-menu {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        margin-top: 0px !important;
        margin-bottom: 16px !important;
    }
    #ast-desktop-toggle-menu li.menu-item.hamburger-second-menu-label ~ li.menu-item.hamburger-second-menu .menu-link {
        font-size: 17px !important;
        line-height: 22px;
    } 
    .ast-builder-menu-mobile .main-navigation #ast-desktop-toggle-menu .menu-item.menu-item-has-children > .ast-menu-toggle {
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        width: auto;
        height: auto;
        min-width: auto;
        min-height: auto;
        line-height: normal;
        padding: 0px;
        border: 0px !important;
        outline: none !important;
        position: relative;
        margin: 0px 0px 0px 0px;
    }
    .ast-builder-menu-mobile .main-navigation #ast-desktop-toggle-menu .menu-item.menu-item-has-children > .ast-menu-toggle .ast-icon.icon-arrow {
        display: flex;
        line-height: normal;
        height: auto;
        align-items: center;
        justify-content: center;
    }
    .ast-builder-menu-mobile .main-navigation #ast-desktop-toggle-menu .menu-item.menu-item-has-children > .ast-menu-toggle .ast-icon.icon-arrow svg,
    .ast-builder-menu-mobile .main-navigation #ast-desktop-toggle-menu .menu-item.menu-item-has-children > .ast-icon.icon-arrow svg {
        height: 20px;
        width: 8px;
        position: relative;
        margin-left: 10px;
        display: none;
    }
    .ast-builder-menu-mobile .main-navigation #ast-desktop-toggle-menu .menu-item.menu-item-has-children > .ast-menu-toggle .ast-icon.icon-arrow::after {
        height: 15px;
        width: 8px;
        content: "";
        position: relative;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 8px 15px;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='100%25' height='100%25' viewBox='0 0 6 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 9.5L5 5.5L1 1.5' stroke='%23000000' stroke-width='0.75' stroke-linecap='square'%3e%3c/path%3e%3c/svg%3e");
        display: inline-block;
        vertical-align: top;
        margin: 0px 0px 0px 11px;
    }
    .ast-builder-menu-mobile .main-navigation #ast-desktop-toggle-menu .menu-item.menu-item-has-children:hover > .ast-menu-toggle .ast-icon.icon-arrow::after,
    .ast-builder-menu-mobile .main-navigation #ast-desktop-toggle-menu .menu-item.menu-item-has-children.current-menu-parent > .ast-menu-toggle .ast-icon.icon-arrow::after {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='100%25' height='100%25' viewBox='0 0 6 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 9.5L5 5.5L1 1.5' stroke='%23526142' stroke-width='0.75' stroke-linecap='square'%3e%3c/path%3e%3c/svg%3e");
    }
    .ast-main-header-nav-open {
        overflow: hidden !important;
    }
    .ast-main-header-nav-open #ast-desktop-toggle-menu{
        overflow-y: auto;
        overflow-x: hidden;
        position: relative;
    }
    .ast-builder-menu-mobile .main-navigation #ast-desktop-toggle-menu .menu-item.menu-item-has-children .sub-menu .menu-item {
        width: 100%;
        border: 0px;
        padding-bottom: 0px;
    }
    .ast-builder-menu-mobile .main-navigation #ast-desktop-toggle-menu .menu-item.menu-item-has-children .sub-menu .menu-item .menu-link {
        font-size: 1.375rem;
    }
    .ast-builder-menu-mobile .main-navigation #ast-desktop-toggle-menu .menu-item.menu-item-has-children .sub-menu .menu-item:nth-last-child(1) .menu-link {
        grid-row-gap: .3rem;
        text-transform: uppercase;
        border-bottom: 1px solid #030922;
        flex-direction: column;
        margin-top: 48px;
        padding-bottom: 2px;
        font-size: 12px;
        line-height: 21px;
        transition: all .2s;
    }
    .ast-builder-menu-mobile .main-navigation #ast-desktop-toggle-menu .menu-item.menu-item-has-children .sub-menu .menu-item:nth-last-child(1) .menu-link:hover {
        border-bottom: 1px solid #526142;
    }
    .ast-builder-menu-mobile .main-navigation #ast-desktop-toggle-menu .menu-item.menu-item-has-children:nth-child(4) .sub-menu .menu-item:nth-last-child(1) .menu-link {
        margin-top: 0px;
        font-size: 22px;
        line-height: 28px;
        border-bottom: 0px;
        text-transform: none;
        padding-bottom: 0px;
    }
    .ast-builder-menu-mobile .main-navigation #ast-desktop-toggle-menu .menu-item.menu-item-has-children:nth-child(4) .sub-menu .menu-item:nth-last-child(1) .menu-link:hover {
        border-bottom: 0px;
    }
    .ast-builder-menu-mobile .main-navigation #ast-desktop-toggle-menu .menu-item.menu-item-has-children .sub-menu {
        position: absolute;
        right: 0px;
        top: 0px;
        left: 557px;
        width: calc(100% - 559px);
        margin: 0px 0px 0px 1px;
        padding: 11vh 0px;
    }
    .ast-builder-menu-mobile .main-navigation #ast-desktop-toggle-menu .menu-item.menu-item-has-children .sub-menu .menu-item .menu-link {
        font-size: 22px;
        line-height: 28px;
    }
    .ast-desktop .ast-builder-menu-2 .main-header-menu > .menu-item > .sub-menu::before, 
    .ast-desktop .ast-builder-menu-2 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper::before,
    .ast-desktop .ast-builder-menu-2 .main-header-menu > .menu-item > .sub-menu::after, 
    .ast-desktop .ast-builder-menu-2 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper::after,
    .ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu::before, 
    .ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper::before,
    .ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu::after, 
    .ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper::after {
        height: calc(100% + 2px);
        background-color: #fff;
        width: 5000px;
        left: -5000px;
        top: -1px;
        /*border-top: 2px solid #526142;*/
        margin-top: 0px;
        transform: none;
        position: absolute;
        content: "";
        border-bottom: 1px solid #e1e1e1 !important;
        border-top: 1px solid #e1e1e1 !important;
    }
    .ast-desktop .ast-builder-menu-2 .main-header-menu > .menu-item > .sub-menu::after, 
    .ast-desktop .ast-builder-menu-2 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper::after,
    .ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu::after, 
    .ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper::after {
        left: auto;
        right: -5000px;
    }
    header .custom-logo-link img {
        max-width: 93px;
    } 

}

@media only screen and (min-width: 1920px) {

    .all-button-row a,
    .all-button,
    .uc_more_btn,
    html div.wpforms-container-full .wpforms-form button[type="submit"].wpforms-submit, 
    html div.wpforms-container-full .wpforms-form button[type="submit"]#wpforms-submit-182,
    .contact-wrapper .gform_wrapper .gform_footer .gform_button {
        /*padding: 18px 30px 18px 30px !important;*/
        padding: 12px 20px 12px 20px !important;
        /*font-size: 18px !important;*/
        font-size: 14px !important;
        line-height: 1 !important;
        letter-spacing: .04375rem !important;
    }
    
    .owl-carousel .uc_more_btn {
        /*padding: 19px 30px 19px 30px !important;*/
        padding: 12px 12px 12px 12px !important;
    }
    html [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-fill.menu-toggle .mobile-menu-toggle-icon {
        /*width: 26px;
        height: 21px;*/
        width: 20px;
        height: 17px;
    }
    html [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-fill.menu-toggle .mobile-menu-toggle-icon::before,
    html [CLASS*="-sticky-header-active"] .ast-header-sticked [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-fill.menu-toggle .mobile-menu-toggle-icon::before {
        /*margin-bottom: 7px;*/
        margin-bottom: 5px;
    }
    html [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-fill.menu-toggle .mobile-menu-toggle-icon::after,
    html [CLASS*="-sticky-header-active"] .ast-header-sticked [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-fill.menu-toggle .mobile-menu-toggle-icon::after {
        /*margin-top: 7px;*/
        margin-top: 5px;
    }
    .ast-mobile-popup-drawer.active .menu-toggle-close { 
        margin: 20px;
        /*width: 60px;
        height: 60px;*/
        width: 40px;
        height: 40px;
        line-height: 17px;
        padding: 5px;
    } 
    .ast-mobile-popup-drawer.active .menu-toggle-close .ast-svg-iconset { 
        /*width: 26px;
        height: 21px;*/
        width: 20px;
        height: 17px;
    }
    .ast-mobile-popup-drawer.active .menu-toggle-close .ast-svg-iconset::before { 
        transform: translate(0, 0) rotate(45deg);
        /*top: 10px;*/
        top: 7px;
    }
    .ast-mobile-popup-drawer.active .menu-toggle-close .ast-svg-iconset::after { 
        transform: translate(0, 0) rotate(-45deg);
        /*top: 8px;*/
        top: 5px;
    }
    .ast-header-breadcrumb {
        padding: 20px !important;
    }
    .ast-header-breadcrumb .ast-breadcrumbs-inner #ast-breadcrumbs-yoast > span,
    .ast-header-breadcrumb .ast-breadcrumbs-inner #ast-breadcrumbs-yoast > span span,
    .ast-header-breadcrumb .ast-breadcrumbs-inner #ast-breadcrumbs-yoast > span span a { 
        font-size: 15px !important;
    } 
    .footer-logo-container .e-con-inner {
        /*padding-top: 160px !important;
        padding-bottom: 100px !important; */
        padding-top: 93px !important;
        padding-bottom: 55px !important; 
    }
    .footer-bottom-link .e-con-inner {
        padding-top: 40px !important;
        /*padding-bottom: 100px !important;*/
        padding-bottom: 80px !important;
        /*padding-bottom: 55px !important;*/
    }
    .footer-bottom-link .e-con-inner p,
    .footer-bottom-link .e-con-inner a {
        font-size: 15px !important;
        letter-spacing: 0.11rem !important;
        /*letter-spacing: 2px !important;*/
    }

    html .e-con-boxed.e-con .footer-calls-color a,
    html .e-con-boxed.e-con .footer-emails-color a {
        font-size: 25px;
        line-height: 27px;
    }
    .ast-builder-menu-1 .menu-item > .menu-link,
    .ast-builder-menu-2 .menu-item > .menu-link,
    .ast-builder-menu-1 .main-header-menu .sub-menu .menu-link .menu-image-title,
    .site-header .site-header-section .ast-custom-button-link .ast-custom-button {
        /*font-size: 18px;*/
        /*font-size: 15px;*/
        font-size: 14px;
    }
    .ast-hfb-header .ast-builder-menu-1 .main-header-menu .sub-menu .menu-link {
        /*font-size: 18px;*/
        font-size: 15px;
    }
    #ast-desktop-toggle-menu li.menu-item:not(.hamburger-menu-site-logo) .menu-link { 
        font-size: 34px;
        padding-left: 0px;
        padding-right: 0px;
    }
    #ast-desktop-toggle-menu li.menu-item:not(.hamburger-menu-site-logo) {
        /*max-width: 395px;*/
        max-width: 455px;
        padding-top: 8.8px;
        padding-bottom: 8.8px;
        /*padding-left: 80px;
        padding-right: 80px;*/
        padding-left: 82px;
        padding-right: 82px;
    }
    #ast-desktop-toggle-menu li.menu-item.hamburger-main-menu-label,
    #ast-desktop-toggle-menu li.menu-item.hamburger-second-menu-label,
    #ast-desktop-toggle-menu li.menu-item.destination-sub-menu-label,
    #ast-desktop-toggle-menu li.menu-item.travel-styles-sub-menu-label {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    #ast-desktop-toggle-menu li.menu-item.hamburger-main-menu-label .menu-link,
    #ast-desktop-toggle-menu li.menu-item.hamburger-second-menu-label .menu-link,
    #ast-desktop-toggle-menu li.menu-item.destination-sub-menu-label .menu-link,
    #ast-desktop-toggle-menu li.menu-item.travel-styles-sub-menu-label .menu-link {
        font-size: 15px !important;
        line-height: 26px !important;
    }
    #ast-desktop-toggle-menu li.menu-item.hamburger-second-menu-label ~ li.menu-item.hamburger-second-menu { 
        margin-bottom: 20px !important;
    }
    #ast-desktop-toggle-menu li.menu-item.hamburger-second-menu-label {
        margin-bottom: 10px;
    }
    #ast-desktop-toggle-menu li.menu-item.hamburger-second-menu-label .menu-link {
        margin-bottom: 0px;
    }
    #ast-desktop-toggle-menu li.menu-item.hamburger-second-menu-label ~ li.menu-item.hamburger-second-menu .menu-link {
        font-size: 21px !important;
        line-height: 28px;
    } 
    #ast-desktop-toggle-menu {
        /*padding: 11vh 0px 11vh 300px !important; */
        padding: 11vh 0px 11vh 250px !important; 
    }
    #ast-desktop-toggle-menu .menu-item a img, 
    #ast-desktop-toggle-menu img.menu-image-title-after, 
    #ast-desktop-toggle-menu img.menu-image-title-before, 
    #ast-desktop-toggle-menu img.menu-image-title-above, 
    #ast-desktop-toggle-menu img.menu-image-title-below, 
    #ast-desktop-toggle-menu .menu-image-hover-wrapper .menu-image-title-above {
        width: 100%;
        max-width: 150px;
    }
    #ast-desktop-toggle-menu .hamburger-menu-site-logo {
        top: 1.5rem;
    }
    #ast-desktop-toggle-menu::before {
        /*left: 300px;*/
        left: 245px;
    } 
    #ast-desktop-toggle-menu::after {
        /*left: 696px;*/
        left: 700px;
    }
    .ast-builder-menu-mobile .main-navigation #ast-desktop-toggle-menu .menu-item.menu-item-has-children .sub-menu {
        /*left: 697px;*/
        left: 701px;
        /*width: calc(100% - 697px);*/
        width: calc(100% - 701px);
        padding: 11vh 0px;
    }
    .ast-builder-menu-mobile .main-navigation #ast-desktop-toggle-menu .menu-item.menu-item-has-children .sub-menu .menu-item .menu-link {
        font-size: 28px;
        line-height: 35px;
    }
    .site-header .site-header-section .ast-custom-button-link .ast-custom-button {
        /*padding: .4rem .4rem .4rem 1rem;*/
        padding: 7px 10px;
    }
    .site-header .site-header-section .ast-custom-button-link .ast-custom-button::after {
        /*width: 40px;
        height: 40px;*/
        /*width: 34px;
        height: 34px;*/
        width: 24px;
        height: 24px;
    }
    html [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-fill,
    html [CLASS*="-sticky-header-active"] .ast-header-sticked [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-fill {
        /*width: 60px !important;
        height: 60px !important;*/
        /*width: 50px !important;
        height: 50px !important;*/
        width: 40px !important;
        height: 40px !important;
    }
    html .ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item { 
        /*padding: 25px 0px;*/
        padding: 10px 0px;
    }
    header .custom-logo-link img {
        max-width: 120px;
    }
    .ast-builder-menu-mobile .main-navigation #ast-desktop-toggle-menu .menu-item.menu-item-has-children .sub-menu .menu-item:nth-last-child(1) .menu-link {
        margin-top: 60px;
        font-size: 15px;
        line-height: 26px;
    }
    .ast-builder-menu-mobile .main-navigation #ast-desktop-toggle-menu .menu-item.menu-item-has-children:nth-child(4) .sub-menu .menu-item:nth-last-child(1) .menu-link {
        margin-top: 0px;
        font-size: 28px;
        line-height: 35px;
    }


}

@media only screen and (min-width: 922px) and (max-width: 979px) {

    .ast-builder-menu-1 .main-header-menu .sub-menu .menu-item {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

}

@media only screen and (min-width: 922px) and (max-width: 1199px) {

    .ast-desktop .ast-builder-menu-1 .menu-item .sub-menu, .ast-desktop .ast-builder-menu-2 .main-header-menu .sub-menu, 
    .ast-builder-menu-1 .menu-item .sub-menu, .ast-builder-menu-2 .main-header-menu .sub-menu {
        /*padding-left: 10% !important;
        padding-right: 10% !important;*/
        max-width: 679px;
    }
    .ast-builder-menu-2 .main-header-menu .menu-item:nth-child(2) .sub-menu .menu-item:nth-last-child(1) {
        width: 679px;
        max-width: 679px;
    }

}

@media only screen and (min-width: 1024px) and (max-width: 1140px) {

   .ast-builder-menu-1 .menu-item > .menu-link, .ast-builder-menu-2 .menu-item > .menu-link, .ast-hfb-header .ast-builder-menu-1 .main-header-menu .sub-menu .menu-link {
        padding-left: 15px;
        padding-right: 15px;
    } 

}

@media only screen and (max-width: 1140px) {

    .destinations-image-section .e-con-inner {
        margin: 0px 0px 0px 0px;
    }
    .destinations-image-section .elementor-element {
        padding: 0px 15px 30px 15px;
    }
    .destinations-image-section .elementor-image-box-wrapper .elementor-image-box-content h3, 
    .destinations-image-section .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
        font-size: 25px;
    }
    .destinations-image-section .elementor-image-box-wrapper .elementor-image-box-content p, 
    .destinations-image-section .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-description {
        font-size: 12px;
    }

}

@media only screen and (max-width: 1099px) {

    .footer-bottom-link .mobile-w-full {
        width: 100% !important;
        max-width: 100% !important;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0px 15px !important;
    }
    .footer-bottom-link .e-con-inner {
        flex-wrap: wrap !important;
    }
    .footer-bottom-link .mobile-w-full a.menu-link {
        padding: 0px 15px !important;
    }
    .footer-bottom-link .mobile-w-full .elementor-widget-container {
        padding: 0px !important;
    }

}

@media only screen and (min-width: 922px) and (max-width: 1023px) {

    .ast-builder-menu-1 .menu-item > .menu-link, .ast-builder-menu-2 .menu-item > .menu-link {
        padding-left: 9px;
        padding-right: 9px;
        letter-spacing: 0px;
        font-size: 15px;
    }
    .ast-builder-menu-1 .menu-item > .menu-link, .ast-builder-menu-2 .menu-item > .menu-link {
        padding-left: 9px;
        padding-right: 9px;
        font-size: 13px;
    }

}

@media only screen and (max-width: 921px) {

    .site-header .site-logo-img {
        max-height: 48px;
    }
    .site-header.scroll-on .site-logo-img { 
        max-height: 37px;
    }

    .ast-builder-menu-mobile .main-navigation .main-header-menu .current-menu-ancestor .ast-menu-toggle .ast-icon.icon-arrow {
        color: #222;
    }
    .ast-builder-menu-mobile .main-navigation .main-header-menu .current-menu-ancestor > a {
        color: #222 !important;
    }
    .ast-builder-menu-mobile .main-navigation .main-header-menu .current-menu-ancestor {
        background: transparent;
    }

    .ast-builder-menu-mobile .site-navigation .main-navigation .main-header-menu .menu-item.hamburger-main-menu-label,
    .ast-builder-menu-mobile .site-navigation .main-navigation .main-header-menu .menu-item.hamburger-second-menu-label,
    .ast-builder-menu-mobile .site-navigation .main-navigation .main-header-menu .menu-item.destination-sub-menu-label,
    .ast-builder-menu-mobile .site-navigation .main-navigation .main-header-menu .menu-item.travel-styles-sub-menu-label {
        display: none !important;
    } 
    .ast-mobile-popup-drawer.active .menu-toggle-close { 
        position: absolute;
        right: 0px;
        top: 0px;
    }
    html .ast-mobile-popup-drawer .ast-mobile-popup-header .menu-toggle-close:focus {
        border: 1px solid #070618 !important;
    }
    .ast-builder-menu-mobile .site-navigation > .main-navigation > .main-header-menu > .menu-item:first-child {
        margin-bottom: 25px;
    }
    .ast-builder-menu-mobile .main-navigation .menu-item:first-child .menu-link .menu-text img {
        max-width: 93px;
    }
    .ast-builder-menu-mobile .site-navigation > .main-navigation > .main-header-menu > .menu-item:not(:first-child) > .menu-link {
        line-height: 1;
        margin: 0px 0px 20px;
        padding: 0px 20px 20px 20px !important;
        border-bottom: 1px solid rgba(217,217,217,.5) !important;
    }
    .ast-header-break-point .ast-icon.icon-arrow svg {
        height: 15px;
        width: 15px;
        margin-top: 0px;
    }
    .ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children .ast-menu-toggle {
        height: auto;
        line-height: 1;
    }
    .ast-header-break-point .main-navigation .stack-on-mobile li.menu-item-has-children a.menu-link {
        padding-right: 20px;
        padding-left: 20px;
    }
    .ast-header-break-point .main-navigation ul .sub-menu .menu-item:not(.menu-item-has-children) .menu-link .icon-arrow:first-of-type {
        display: none;
    }
    .ast-builder-menu-mobile .main-header-menu.ast-nav-menu .sub-menu {
        border-top: 0px;
        border-bottom: 0px;
        margin-bottom: 20px;
        padding: 0px 0px 0px 20px;
    }
    .ast-builder-menu-mobile .main-header-menu.ast-nav-menu .sub-menu .menu-item .menu-link {
        height: auto;
        line-height: normal;
        padding-top: 5px;
        padding-bottom: 5px;
        margin: 5px 0px;
    }
    .ast-builder-menu-mobile .site-navigation .main-navigation .main-header-menu .menu-item .menu-link {
        color: #222222;
    }
    .ast-builder-menu-mobile .site-navigation .main-navigation .main-header-menu .menu-item .menu-link:hover {
        color: #526142;
    }

}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

    .bottom-section-bar {
        padding-left: 59px;
        padding-right: 59px;
    }
    .bottom-section-bar .close-bottom-bar {
        opacity: 1 !important; 
    }

}

@media only screen and (max-width: 767px) {

    .destinations-image-section .e-con-inner {
        margin: 0px 0px 0px 0px;
    }
    .destinations-image-section .elementor-element {
        padding: 0px 8px 24px 8px;
    }
    .destinations-image-section .elementor-image-box-wrapper .elementor-image-box-content h3, 
    .destinations-image-section .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
        font-size: 22px;
    }
    .destinations-image-section .elementor-image-box-wrapper .elementor-image-box-content p, 
    .destinations-image-section .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-description {
        font-size: 11px;
    }

    .bottom-section-bar {
        padding-left: 50px;
        padding-right: 50px;
    }
    .bottom-section-bar .elementor-icon-box-wrapper {
        display: flex !important;
        text-align: center !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: center !important;
    }
    .bottom-section-bar .elementor-icon-box-wrapper .elementor-icon-box-icon {
        margin-bottom: 0px !important;
        margin-right: 15px !important;
        margin-left: 0px !important;
        margin-top: 0px !important;
    }
    .bottom-section-bar .close-bottom-bar {
        opacity: 1 !important;
        right: 15px !important;
    }
    .bottom-section-bar .elementor-icon {
        width: 36px !important;
        height: 36px !important;
    }

    html .e-con-boxed.e-con .footer-calls-color, 
    html .e-con-boxed.e-con .footer-emails-color {
        width: 100%;
        max-width: 50%;
    }
    .footer-menu-top .e-con-inner {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .footer-menu-top .e-con-inner .menu-link {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .footer-menu-top .elementor-nav-menu--main {
        display: block;
        overflow: auto;
    }
    .footer-menu-top .elementor-nav-menu--main .elementor-nav-menu {
        justify-content: flex-start;
        flex-wrap: nowrap;
        padding: 1rem 1rem;
    }
    .ast-builder-menu-mobile .main-navigation .menu-item:first-child .menu-link .menu-text img {
        max-width: 70px;
    }

}

@media only screen and (max-width: 640px) {
 
    html body .contact-section .contact-wrapper .elementor-widget-wrap .elementor-widget-container .gform_fields .gfield .ginput_container .name_first {
        padding-right: 0px;
        margin-bottom: 30px;
    }
    html body .contact-section .contact-wrapper .elementor-widget-wrap .elementor-widget-container .gform_fields .gfield .ginput_container .name_last {
        padding-left: 0px;
        margin-bottom: 0px;
    }
    html body .contact-section .contact-wrapper .elementor-widget-wrap .elementor-widget-container .gfield.gfield--type-checkbox {
        padding: 5px 0px 0px 0px; 
    }
    html body .contact-section .contact-wrapper .elementor-widget-wrap .elementor-widget-container .gfield.gfield--type-checkbox ~ .gfield.gfield--type-checkbox {
        padding: 10px 0px 0px 0px; 
    }
    html body .contact-section .contact-wrapper .elementor-widget-wrap .elementor-widget-container .gform_wrapper .gform_footer {
        padding: 50px 0px 0px 0px; 
    }
    html body .contact-section .contact-wrapper .elementor-widget-wrap .elementor-widget-container .gform_fields {
        grid-column-gap: 0px;
        -ms-grid-columns: (1fr 0px) [12];
    }

}

@media only screen and (max-width: 575px) {

    html .e-con-boxed.e-con .footer-calls-color, 
    html .e-con-boxed.e-con .footer-emails-color {
        width: 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        border-right: 0px;
    }
    html .e-con-boxed.e-con .footer-emails-color {
        padding-top: 0px !important;
    }
    html .e-con-boxed.e-con .footer-calls-color .elementor-element, 
    html .e-con-boxed.e-con .footer-emails-color .elementor-element { 
        align-self: center !important;
    }

}

@media only screen and (max-width: 544px) {

    .site-header .site-header-section .ast-custom-button-link .ast-custom-button { 
        padding-top: 7px;
        padding-bottom: 7px;
        padding-left: 10px;
        padding-right: 10px;
        border-radius: 6px;
        min-height: 29px;
    }
    .site-header .site-header-section .ast-custom-button-link .ast-custom-button::after {
        width: 17px;
        height: 17px;
        margin: 0px 0px 0px 5px;
        background-size: 9px 9px;
    }
    html [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-fill, 
    html [CLASS*="-sticky-header-active"] .ast-header-sticked [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-fill {
        width: 29px !important;
        height: 29px !important;
    }
    html [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-fill.menu-toggle .mobile-menu-toggle-icon {
        width: 12px;
        height: 12px; 
    }
    html [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-fill.menu-toggle .mobile-menu-toggle-icon::before, 
    html [CLASS*="-sticky-header-active"] .ast-header-sticked [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-fill.menu-toggle .mobile-menu-toggle-icon::before {
        margin-bottom: 3px;
    }
    html [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-fill.menu-toggle .mobile-menu-toggle-icon::after, 
    html [CLASS*="-sticky-header-active"] .ast-header-sticked [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-fill.menu-toggle .mobile-menu-toggle-icon::after {
        margin-top: 3px;
    }
    .site-header .site-logo-img {
        max-height: 34px;
    }
    .site-header.scroll-on .site-logo-img { 
        max-height: 30px;
    }
    .ast-mobile-popup-drawer.active .menu-toggle-close {
        width: 29px;
        height: 29px;
    }
    .ast-mobile-popup-drawer.active .menu-toggle-close .ast-svg-iconset { 
        width: 12px;
        height: 12px;
    }
    .ast-mobile-popup-drawer.active .menu-toggle-close .ast-svg-iconset::before { 
        top: 5px;
    }
    .ast-mobile-popup-drawer.active .menu-toggle-close .ast-svg-iconset::after {
        top: 3px;
    }

}

@media only screen and (max-width: 479px) {

    .bottom-section-bar {
        padding-left: 0px;
        padding-right: 0px;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex-direction: row !important;
    }
    .bottom-section-bar .close-bottom-bar {
        position: relative !important;
        right: 0px !important;
        bottom: 0px !important;
        min-width: 40px;
    }
    .bottom-section-bar .e-con-full.e-con {
        padding-left: 15px !important;
        flex-wrap: nowrap !important; 
        gap: 5px !important;
    }
    .bottom-section-bar .elementor-icon {
        width: 24px !important;
        height: 24px !important;
    }
    .bottom-section-bar .elementor-icon svg {
        width: 12px !important;
        height: 12px !important;
    }
    .bottom-section-bar .elementor-widget-container {
        margin: 0px 0px 0px 0px !important;
        padding: 0px 0px 0px 0px !important;
    }
    .bottom-section-bar .close-bottom-bar .elementor-icon-box-wrapper .elementor-icon-box-icon {
        margin-right: 0px !important;
    }
    .bottom-section-bar .elementor-icon-box-title a {
        font-size: 12px !important;
    }
    .bottom-section-bar .elementor-widget-divider .elementor-divider__text {
        font-size: 12px !important;
    }
    .footer-bottom-link .mobile-w-full li {
        width: 100% !important;
        max-width: 100% !important;
    }
    .footer-bottom-link .mobile-w-full a.menu-link {
        padding: 10px 15px !important;
        justify-content: center;
    }
    html div.wpforms-container-full.inline-fields .wpforms-form .wpforms-field {
        max-width: 100%;
    }
    html div.wpforms-container-full.inline-fields .wpforms-form .wpforms-field.wpforms-field-name:nth-child(odd) {
        padding-right: 0px;
    }
    html div.wpforms-container-full.inline-fields .wpforms-form .wpforms-field.wpforms-field-name:nth-child(even) {
        padding-left: 0px;
    }

}

@media only screen and (max-width: 450px) {

    .ast-hfb-header .site-logo-img .sticky-custom-logo img {
        max-width: 70px;
    } 

}

@media only screen and (max-width: 359px) {

    .site-header .site-header-section .ast-custom-button-link .ast-custom-button {
        padding-left: 9px;
        padding-right: 9px;
    }
    .site-header .site-header-section .ast-custom-button-link .ast-custom-button {
       font-size: 9px;
    }
    .site-header .site-header-section .ast-custom-button-link .ast-custom-button::after {
        background-size: 9px 9px;
    }
    html [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-fill svg, 
    html [CLASS*="-sticky-header-active"] .ast-header-sticked [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-fill svg {
        width: 15px !important;
        height: 15px !important;
    }
    html [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-fill, 
    html [CLASS*="-sticky-header-active"] .ast-header-sticked [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-fill {
        /*width: 35px !important;
        height: 35px !important;*/
    }
    header .custom-logo-link img, 
    .ast-header-break-point .site-branding img, 
    .ast-header-break-point .custom-logo-link img {
        max-width: 70px;
    }

}


/* 11-12-2023 End css */