.active_scrollon header#masthead {
    background-color: #edf2fa !important;
}
/*----------*/
button.slideout-exit.has-svg-icon {
    top: 25px;
    right: 20px !important;
    text-align: right !important;
    padding: 0 !important;
    width: fit-content !important;
}

#generate-slideout-menu aside.slideout-widget.widget_media_image {
    margin-top: 70px;
}

#generate-slideout-menu ul.slideout-menu {
    padding-left: 20px;
    margin-top: 20px;
}

#generate-slideout-menu ul.slideout-menu li {
    padding-bottom: 15px;
}

#generate-slideout-menu ul.slideout-menu li ul li {
    padding-bottom: 0;
    border-bottom: none !important;
    padding-left: 15px !important;
}

#generate-slideout-menu ul.slideout-menu li ul {
    box-shadow: none !important;
}

#generate-slideout-menu ul.slideout-menu li a {
    font-weight: 500;
}

#generate-slideout-menu ul.slideout-menu li ul li a {
    font-weight: 400;
}

#generate-slideout-menu ul.slideout-menu li ul li.current_page_item a {
    font-weight: 500 !important;
    line-height: 1.177;
}

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

a.default-cta {
    font-size: 18px;
    font-weight: 500;
    border-radius: 42px;
    transition: all 0.4s;
    padding: 12px 24px;
    line-height: 1.5;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    font-family: var(--recoletaregular_font);
}

.without_bkg_clr {
    color: var(--bermuda_color);
    border: 2px solid var(--bermuda_color);
    background: transparent;
}

.without_bkg_clr:hover {
    color: var(--white_color);
    border: 2px solid var(--bermuda_color);
    background: var(--bermuda_color);
}


.with_bkg_clr {
    background: var(--bermuda_color);
    color: var(--white_color);
    border: 2px solid var(--bermuda_color);
}

.with_bkg_clr:hover {
    background: transparent;
    color: var(--bermuda_color);
    border: 2px solid var(--bermuda_color);
}

.header-widget .without_bkg_clr,
.header-widget .with_bkg_clr:hover {
    color: var(--bermuda_color) !important;
}

.header-widget .without_bkg_clr:hover {
    color: var(--white_color) !important;
}

/* .header-widget a.default-cta.without_bkg_clr {
    margin-right: 16px;
}

.header-widget .default-btn {
    display: flex;
} */

/*--------header sticky-----------*/
.scrollon_active .top-bar.top-bar-align-right {
    margin-top: 0;
    transition: 1s;
}

.scrollon_active header#masthead {
    margin-top: -85px;
    box-shadow: #d4af3745 0 -4px 10px;
}

.top-bar .container {
    padding: 0 !important;
}

.top-bar-align-right .widget:first-child {
    margin-left: 0 !important;
}

.top-bar {
    background-color: #fff !important;
    color: #2C2924;
}

.top-bar a {
    color: #2C2924 !important;
    text-decoration: none;
}

header#masthead {
    position: sticky;
    z-index: 40;
    width: 100%;
    transition: 1s;
    top: 0;
    background-color: transparent !important;
}

.site-header .site-logo a {
    display: flex;
}

/* .site-header .site-logo a img {
    height: 48px;
    object-fit: contain;
} */

.top-bar .inside-top-bar {
    justify-content: end;
}

.scrollon_active .site-logo {
    position: relative;
    margin-top: unset;
    width: 150px;
}

.scrollon_active .inside-header {
    padding: 10px 30px !important;
}

@media (max-width: 991px) {
    .scrollon_active header#masthead {
        margin-top: -70px;
    }

    .without_bkg_clr span {
        display: none;
    }
}

@media (max-width: 767px) {
    .scrollon_active header#masthead {
        margin-top: 0px;
    }
}

@media (max-width: 767px) {
    .header-widget {
        display: none;
    }
}

@media only screen and (max-width: 575px) {
    a.default-cta {
        width: 100%;
    }
}

/*-------------header sticky------------*/
/*------------header----------*/
.header_addre {
    display: flex;
    text-align: center;
}

.main-navigation .main-nav ul li:not([class*="current-menu-"]):hover>a {
    color: var(--bermuda_color) !important;
}

.header_first {
    padding: 0px 20px;
}


.top-bar .inside-top-bar {
    padding: 16px 40px;
}

.inside-header {
    padding: 20px 0px !important;
    justify-content: space-between;
    max-width: 1600px;
    margin: auto;
    width: 90%;
}

.top-bar .textwidget p {
    color: #2C2924;
    text-align: center;
    font-family: var(--recoletaregular_font);
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
}

.main-navigation .main-nav ul li a {
    color: #232323;
    font-family: var(--muliregular_font);
    font-size: 17px;
    font-weight: 600;
    line-height: 25px;
    padding-left: 12px;
    padding-right: 12px;
    cursor: pointer;
}

.main-navigation .main-nav ul ul li a {
    line-height: normal;
    padding: 10px 20px;
    font-size: 14px;
    color: #2C2924;
    font-family: var(--recoletaregular_font);
    font-size: 17px;
    font-weight: 400;
}

.main-navigation .main-nav ul li a:hover {
    color: var(--bermuda_color) !important;
}

.main-navigation .main-nav ul li[class*="current-menu-"]>a {
    color: var(--bermuda_color) !important;
    /*     font-weight: 600; */
    font-size: 17px;
}

.header-widget {
    display: flex;
    order: 2;
}

.nav-float-right .header-widget {
    margin-left: 20px;
}

nav#mobile-menu-control-wrapper {
    order: 3;
}

.slideout-widget img {
    width: auto;
}

.inside-footer-widgets a:hover,
.footer-copy-info a:hover {
    color: var(--white_color);
}

.nav-float-right #site-navigation {
    width: auto;
    margin-left: unset;
	background-color: transparent !important;
}

.main-navigation ul li ul li {
    border-bottom: 1px solid #c5c5c5;
}

.main-navigation ul li ul li:last-child {
    border-bottom: none !important;
}

.has-inline-mobile-toggle .header-widget,
.has-inline-mobile-toggle #site-navigation {
    flex-basis: unset !important;
}

.site-header .header-widget {
    margin-top: 0px !important;
    width: auto;
    justify-content: right;
}

.main-nav {
    display: flex;
    order: 2;
    /*     justify-content: center; */
}

.slideout-navigation.do-overlay .inside-navigation {
    max-width: 100% !important;
}

.slideout-navigation.do-overlay .slideout-menu li a {
    display: inline-block;
    padding: 10px 20px;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .scrollon_active header#masthead {
        margin-top: 0px;
    }

    .site-logo img {
        width: 180px !important;
    }
}

@media (max-width: 767px) {
    nav#mobile-menu-control-wrapper {
        width: 55px !important;
    }

    .inside-header .header-widget {
        display: none;
    }

    .site-header .header-widget,
    .nav-float-right #site-navigation,
    .site-logo {
        width: auto;
        margin-top: unset;
    }

    .top-bar {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1440px) {
    .defult-cta-button {
        margin-left: 10px;
    }

    .site-header .header-widget,
    .nav-float-right #site-navigation,
    .site-logo {
        width: auto;
    }
}

@media (max-width: 1300px) {
    span.call_mobile {
        display: none;
    }

    .nav-float-right #site-navigation {
        margin: auto;
        width: auto;
    }

    nav#mobile-menu-control-wrapper {
        margin: 0;
        width: 58px;
        padding-left: 0px;
    }

    .site-logo img {
        width: auto;
    }

    .main-navigation ul ul {
        background-color: #ffffff00 !important;
    }

    .slideout-navigation.do-overlay .inside-navigation {
        padding: 30px !important;
        max-width: 100% !important;
    }

    .slideout-navigation.do-overlay .inside-navigation .main-nav,
    .slideout-navigation.do-overlay .inside-navigation .slideout-widget {
        margin-left: 0px !important;
        width: 100% !important;
        display: block;
    }

    #generate-slideout-menu.do-overlay li {
        text-align: left !important;
    }

    .main-navigation .main-nav ul li.menu-item-has-children>a {
        width: 100% !important;
    }

    .main-navigation .inside-navigation {
        margin-left: 0px !important;
    }

    .main-navigation .main-nav ul li a {
        padding-left: 0px !important;
    }

    .mobile-menu-control-wrapper .menu-toggle,
    .mobile-menu-control-wrapper .menu-toggle:hover,
    .mobile-menu-control-wrapper .menu-toggle:focus,
    .has-inline-mobile-toggle #site-navigation.toggled {
        background-color: var(--bermuda_color) !important;
    }

    .site-header .header-widget {
        padding-right: 20px;
        margin-right: 0 !important;
    }

    .menu-toggle {
        padding: 0 15px !important;
        font-size: 22px;
		line-height: 50px;
    }

    .widget_media_image a {
        text-align: left;
    }

    button.slideout-exit.has-svg-icon {
        position: fixed !important;
    }

    button.slideout-exit.has-svg-icon {
        position: fixed !important;
    }

    #generate-slideout-menu.do-overlay li ul.sub-menu.toggled-on {
        padding-left: 20px;
    }

    #generate-slideout-menu.do-overlay li ul.sub-menu.toggled-on li {
        border-bottom: none;
    }

    button.menu-toggle {
        color: #fff !important;
    }
	
}

@media only screen and (min-width: 1301px) and (max-width: 1410px) {
    body .menu-item-has-children .dropdown-menu-toggle {
        padding-right: 3px !important;
        padding-left: 5px !important;
    }

    .header-widget .default-btn a {
        padding: 12px 15px !important;
    }

    .main-navigation ul li:last-child a {
        padding-right: 0 !important;
    }

    /* .nav-float-right .header-widget {
        margin-left: 0 !important;
    } */

    .header-widget a.default-cta.without_bkg_clr {
        margin-right: 10px !important;
    }
}

@media only screen and (min-width: 1301px) and (max-width: 1440px) {
    .main-navigation .main-nav ul li a {
        font-size: 16px !important;
    }
}

@media only screen and (min-width: 1301px) and (max-width: 1530px) {
    .main-navigation .inside-navigation {
        margin-left: 0px !important;
    }

    .nav-float-right #site-navigation {
        width: auto;
    }

    .defult-cta-button-bg {
        padding: 14px 0px !important;
    }

    .header-widget .defult-cta-button {
        padding: 14px 20px;
    }

    .scrollon_active .inside-header {
        padding: 10px 20px !important;
    }

    .main-navigation .main-nav ul li a {
        padding-left: 10px;
        padding-right: 10px;
    }

    .inside-header {
        padding: 20px 15px;
    }

}

@media only screen and (min-width: 1530px) and (max-width: 1680px) {
    .inside-header {
        padding: 20px 15px;
    }
}

@media (max-width: 991px) {
    .inside-top-bar {
        padding: 10px 30px !important;
    }
}

@media (min-width: 1301px) {
    .main-navigation ul li.service_menu ul {
        width: 430px;
	}
	.main-navigation ul li ul {
        width: 200px;
        /* margin-top: 10px; */
		background-color: #fff;
		box-shadow: none !important;
    }
	.main-navigation ul li.service_menu ul li {
		width: 50%;
		float: left;
	}
	.main-navigation ul li.service_menu ul li:nth-child(odd) {
		border-right: 1px solid #c5c5c5;
	}
    .menu-item-has-children .dropdown-menu-toggle {
        padding-right: 10px !important;
    }
}

/*-----------footer------------*/
.widget-title {
    margin-bottom: 16px;
    color: var(--white_color);
    font-family: var(--recoletaregular_font) !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.footer-widgets {
    background-color: transparent !important;
    z-index: 10;
    position: relative;
}

.site-info {
    background-color: var(--secondary_color) !important;
    z-index: 10;
    position: relative;
}

.footer-widgets a,
.opeing_hour_timming_blk p,
.textwidget.custom-html-widget p {
    text-transform: capitalize;
    color: #F9F9F6;
    font-family: var(--muliregular_font) !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
    margin-bottom: 12px;
}

.footer-widget-1 img {
    width: 200px;
}

.textwidget p {
    color: #F9F9F6;
    font-family: var(--recoletaregular_font) !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

.footer-widget-4 .textwidget.custom-html-widget p {
    margin-bottom: 10px;
}

.footer-widget-4 .textwidget.custom-html-widget p:last-child {
    margin-bottom: 0;
}

.copyright-bar {
    font-family: var(--recoletaregular_font) !important;
    font-size: 18px;
    font-weight: 700;
}

.footer-widgets-container {
    max-width: 1600px;
    margin: auto;
    padding: 0 !important;
    width: 90%;
}

.inside-footer-widgets ul {
    padding-left: 0;
}

.footer-widgets .widget {
    padding: 0 !important;
}

.footer-widget-1 aside#media_image-2 {
    margin-bottom: 20px;
}

.first_addr {
    width: 189px;
}

.first_addr:first-child {
    padding-bottom: 16px;
}

.first_addr:first-child:after {
    content: '';
    position: absolute;
    border-bottom: 1px solid #fff;
    width: 78px;
    height: 1px;
    margin-top: 16px;
}

.first_addr:last-child {
    padding-top: 16px;
}

.footer-widget-2,
.footer-widget-3,
.footer-widget-4 {
    display: flex;
    justify-content: center;
    column-gap: 70px;
}

.footer-widgets {
    padding: 80px 0px 32px;
}

.soc-icon a {
    margin-left: 16px;
    margin-bottom: 0 !important;
}

.soc-icon a:last-child {
    margin-left: 10px;
}

.soc-icon img {
    width: 25px;
    height: 25px;
}

@media (max-width: 991px) {
    .footer-widgets-container {
        width: 90% !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1300px) {
    .footer-widgets-container {
        padding: 0 40px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1280px) {
    .site-footer .footer-widgets-container .inner-padding {
        padding: 0px 20px;
    }

    aside#text-3 {
        width: 100%;
    }

    .footer-widgets {
        padding: 20px 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .opeing_hour_timming_blk p {
        width: 50%;
        float: left;
    }
}

@media (max-width: 767px) {
    .opeing_hour_timming_blk p {
        width: 100%;
        float: left;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-widget-1 {
        width: 100% !important;
        margin-bottom: 40px;
    }

    .inside-footer-widgets {
        margin: 0 !important;
        display: inline-block !important;
    }

    .footer-widgets {
        padding: 50px 0px 30px;
    }
}

@media (max-width: 768px) {
/*     .footer-widgets {
        padding: 50px 0px 30px;
    } */

    .footer-widget-1 {
        width: 100% !important;
        margin-bottom: 30px !important;
    }

    .footer-widget-2,
    .footer-widget-3,
    .footer-widget-4 {
        display: block;
        justify-content: left;
        width: 100% !important;
    }

    aside#media_image-2 {
        width: auto !important;
    }
}

@media (max-width: 991px) {
    .footer-bottom-info {
        display: flex;
        justify-content: center;
    }

    .footer-bottom-info {
        display: flex;
        justify-content: center;
    }
}

@media only screen and (min-width: 1301px) and (max-width: 1530px) {
    span.call_mobile {
        display: none;
    }
}

.site-footer {
    position: relative;
    background-color: var(--secondary_color) !important;
    width: 100%;
    height: 100%;
    display: block;
}

ul.menu-privacy-menu {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
}

ul.menu-privacy-menu li:not(:last-child) {
    margin-right: 20px;
}

.site-footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-footer-bottom a {
    text-decoration: none;
    color: #fff;
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}

.site-footer-bottom p {
    font-family: var(--recoletaregular_font) !important;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.32px;
    color: #fff;
}

.copyright-bar {
    width: 100%;
}

.inside-site-info {
    max-width: 1600px;
    margin: auto;
    width: 90%;
    padding: 25px 0px !important;
    border-top: 1px solid #EEF4FC;
}

.footer-bottom-info span:hover,
.footer-bottom-info a:hover {
    color: var(--bermuda_color) !important;
}

.footer-widget-1 {
    max-width: 510px;
    width: 100%;
    /* padding-right: 40px; */
}

/* .footer-widget-2, .footer-widget-3, .footer-widget-4 {
    width: 233px;
} */

.inside-footer-widgets {
    justify-content: space-between;
}

.inside-footer-widgets>div {
    flex: unset !important;
}
@media only screen and (min-width: 1181px) and (max-width: 1280px) {
    .footer-widget-2, .footer-widget-3, .footer-widget-4 {
        column-gap: 40px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1181px) {
    .footer-widget-1 {
        max-width: 100%;
        padding-right: 0px;
    }
    .inside-footer-widgets {
        display: block !important;
    }
    .footer-widget-2, .footer-widget-3, .footer-widget-4 {
        column-gap: 40px;
    }
    .footer-widget-2, .footer-widget-3, .footer-widget-4 {
        display: flex;
        justify-content: space-between;
        margin-top: 40px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1300px) {
    .inside-site-info {
        margin: auto;
        padding: 20px 40px !important;
    }
}

@media (max-width: 768px) {
    .site-footer-bottom {
        display: block;
        justify-content: space-around;
    }

/*     .soc-icon {
        justify-content: center;
    } */

	.site-footer-bottom .soc-icon {
		justify-content: center;
	}

/*     .inside-site-info {
        padding: 32px 0px 26px !important;
    } */

    .footer-copy-info {
        padding-top: 10px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1680px) {

    .inside-site-info,
    .footer-widgets-container {
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
}

/*back-to-top*/
.back_to_top_btn {
    background: var(--bermuda_color) !important;
    border-color: var(--bermuda_color) !important;
    color: var(--white_color) !important;
    z-index: 111 !important;
}

.back_to_top_btn:hover {
    background: var(--white_color) !important;
    border-color: var(--bermuda_color);
    color: var(--black_color) !important;
}

.back_to_top_btn:focus {
    box-shadow: 0 0 0 0.25rem rgb(212 175 55 / 69%) !important;
}

.header-widget a.default-cta.without_bkg_clr {
    margin-left: 16px;
}

.header-widget .default-btn {
    display: flex;
}

.site-footer .footer-widgets-container .inside-footer-widgets {
    margin-left: 0 !important;
}