:root {
    --primary: #1a9596;
    --secondary: #f593a0;
    --light: #f8f8f8;
    --dark: #252525;
}
.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0 linear .5s;
    z-index: 99999;
}
#spinner.show {
    transition: opacity .5s ease-out, visibility 0 linear 0;
    visibility: visible;
    opacity: 1;
}
.btn {
    font-weight: 500;
    transition: .5s;
}
.btn.btn-primary {
    color: #fff;
}
.btn-square {
    width: 38px;
    height: 38px;
}
.btn-sm-square {
    width: 32px;
    height: 32px;
}
.btn-lg-square {
    width: 48px;
    height: 48px;
}
.btn-square, .btn-sm-square, .btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}
.navbar .dropdown-toggle::after {
    border: 0;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}
.navbar .navbar-nav .nav-link {
    margin-right: 50px;
    padding: 20px 0;
    color: #fff;
    font-weight: 600;
    outline: 0;
    font-size: 21px;
}
.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link.active {
    color: #f593a0;
}
.navbar.sticky-top {
    padding-left: 12rem;
    padding-right: 12rem;
    top: -100px;
    transition: .5s;
}
@media(max-width:991.98px) {
    .navbar .navbar-nav .nav-link {
    margin-right: 0;
    padding: 8px 0;
}
.navbar .navbar-nav {
    margin-top: 8px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}
}
@media(min-width:992px) {
    .navbar .nav-item .dropdown-menu {
    display: block;
    visibility: hidden;
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0 0;
    transition: .5s;
    opacity: 0;
}
.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0);
    visibility: visible;
    transition: .5s;
    opacity: 1;
}
}
#header-carousel .carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .2);
    z-index: 1;
}
#header-carousel .carousel-control-prev, #header-carousel .carousel-control-next {
    width: 10%}
#header-carousel .carousel-control-prev-icon, #header-carousel .carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}
@media(max-width:768px) {
    #header-carousel .carousel-item {
    position: relative;
    min-height: 500px;
}
#header-carousel .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
}
#header-carousel .carousel-indicators [data-bs-target] {
    width: 60px;
    height: 60px;
    text-indent: 0;
    margin-bottom: 15px;
    border: 2px solid #fff;
    border-radius: 60px;
    overflow: hidden;
}
#header-carousel .carousel-indicators [data-bs-target] img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page-header {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: var(--secondary);
}
.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}
.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: var(--primary);
    z-index: -1;
}
.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 4px;
    left: -60px;
    background: var(--primary);
    z-index: -1;
}
.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}
.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}
.img-border {
    position: relative;
    height: 100%;
    min-height: 400px;
}
.img-border::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 3rem;
    bottom: 3rem;
    border: 5px solid var(--primary);
    border-radius: 6px;
}
.img-border img {
    position: absolute;
    top: 3rem;
    left: 3rem;
    width: calc(100% - 3rem);
    height: calc(100% - 3rem);
    object-fit: cover;
    border-radius: 6px;
}
.fact-item {
    transition: .5s;
}
.fact-item:hover {
    margin-top: -10px;
    background: #fff !important;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    border: 1px solid transparent;
    transition: .5s;
}
.service-item:hover {
    margin-top: -10px;
    box-shadow: none;
    border: 1px solid #dee2e6;
}
.progress {
    height: 5px;
}
.progress .progress-bar {
    width: 0;
    transition: 3s;
}
.project-item a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(0, 0, 0, .5);
    border-radius: 6px;
    opacity: 0;
    transition: .5s;
}
.project-item:hover a {
    opacity: 1;
}
.project-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}
.project-carousel .owl-dot {
    width: 35px;
    height: 35px;
    margin: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dee2e6;
    border-radius: 35px;
    transition: .5s;
}
.project-carousel .owl-dot:hover, .project-carousel .owl-dot.active {
    color: #fff;
    border-color: var(--primary);
    background: var(--primary);
}
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    background: #f593a0;
}
.team-item .team-text {
    position: relative;
    height: 65px;
    overflow: hidden;
    color: #fff;
}
.team-item .team-title {
    position: absolute;
    color: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .5s;
}
.team-item .team-title h5 {
    color: #fff !important;
}
.team-item .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 65px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    transition: .5s;
}
.team-item .team-social .btn {
    margin: 0 3px;
}
.team-item:hover .team-social {
    top: 0;
}
.about-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    background: #1a9596;
}
.about-item .about-text {
    position: relative;
    overflow: hidden;
    color: #fff;
}
@media only screen and (max-width :1200.98px) {
    .about-item .about-text {
    position: relative;
    overflow: hidden;
    color: #fff;
}
}
.about-item .about-title {
    position: relative;
    color: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .5s;
}
.about-item .about-title h1 {
    color: #fac9d1 !important;
    font-size: 48px !important;
}
.about-item .about-title h2.sub-heading {
    color: #fac9d1 !important;
    font-size: 48px !important;
}
.about-item .about-title h5 {
    color: #fac9d1 !important;
    font-size: 28px !important;
}
.smile-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    background: #898989;
    margin-top: 40px;
}
.smile-item .smile-title h4 {
    color: #fff !important;
    font-size: 28px !important;
}
.smile-item .smile-title h5 {
    color: #fac9d1 !important;
    font-size: 28px !important;
}
.testimonial-carousel .owl-item .testimonial-item img {
    width: 60px;
    height: 60px;
}
.testimonial-carousel .owl-item .testimonial-item, .testimonial-carousel .owl-item .testimonial-item * {
    transition: .5s;
}
.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--primary) !important;
}
.testimonial-carousel .owl-item.center .testimonial-item * {
    color: #fff !important;
}
.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}
.testimonial-carousel .owl-nav .owl-prev, .testimonial-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dee2e6;
    border-radius: 50px;
    font-size: 18px;
    transition: .5s;
}
.testimonial-carousel .owl-nav .owl-prev:hover, .testimonial-carousel .owl-nav .owl-next:hover {
    color: #fff;
    border-color: var(--primary);
    background: var(--primary);
}
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #fff;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}
.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--secondary);
    margin-right: 10px;
}
.footer .btn.btn-link:hover {
    color: var(--secondary);
    box-shadow: none;
}
.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}
.footer .copyright a {
    color: var(--light);
}
.footer .copyright a:hover {
    color: var(--primary);
}
.mailing-form {
    max-width: 400px;
}
.wrap-cart {
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    vertical-align: top;
}
.wrap-cart .open-cart-popup {
    padding: 12px 15px;
    display: block;
}
.wrap-cart .cart-box.popup {
    position: absolute;
    padding: 15px 0 0;
    width: 280px;
    top: 35px;
    right: 12px;
    z-index: 10;
    display: none;
}
.wrap-cart.is-active .cart-box.popup {
    display: block;
}
.wrap-cart .cart-box.popup .popup-container {
    border: 2px solid #ebebeb;
    padding: 25px 25px 20px;
    background: #fff;
    position: relative;
}
.wrap-cart .cart-box.popup .popup-container:before {
    content: "";
    height: 14px;
    position: absolute;
    right: -2px;
    top: -16px;
    width: 10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 13px solid #fff;
}
.wrap-cart .cart-box.popup .summary {
    text-align: center;
    margin-bottom: 25px;
}
.cart-box.popup .summary .subtotal {
    font-size: 14px;
    line-height: 22px;
    color: #878787;
    font-weight: 600;
}
.cart-box.popup.center .popup-container {
    padding: 15px 0 0;
}
.cart-box.popup .summary .grandtotal, .cart-box.popup.center .summary .subtotal {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 15px;
    color: #1a9596;
    font-weight: 400;
    text-transform: uppercase;
}
.cart-box.popup .summary .grandtotal span, .cart-box.popup.center .summary .subtotal span {
    display: block;
    color: #f593a0;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
}
.cart-buttons .column:first-child a {
    background: #1a9596;
    color: #fff;
}
.cart-buttons .column:last-child a {
    background: #f593a0;
    color: #fff;
}
.cart-box.popup .summary .grandtotal {
    font-size: 14px;
    line-height: 22px;
    color: #1a9596;
    font-weight: 400;
    text-transform: uppercase;
}
.cart-buttons {
    overflow: hidden;
    clear: both;

}
.cart-buttons .column {
/*    width: 50%;*/
    width: 100%;
    padding-left: 5px;
/*    float: left;*/
    float: none;
}
.cart-buttons .column a {
    box-shadow: none !important;
    top: 0;
    text-transform: none;
    display: block;
    border-radius: 0;
}
.cart-buttons .column:first-child {
    padding-left: 0;
/*    padding-right: 5px;*/
    padding-right: 0;
}
.ec-cart-widget.header {
    padding: 0;
    display: inline-block;
    pointer-events: none;
}
.ec-minicart {
    padding: 0 5px !important;
    line-height: 1;
}
.ec-minicart--no-shape {
    padding: 0 5px;
    vertical-align: middle;
}
.ec-minicart__icon {
    height: 22px !important;
    width: 22px !important;
}
.ec-minicart__counter {
    margin-top: -6px !important;
    margin-left: -6px !important;
}
.ecwid-minicart-facelift {
    display: none !important;
}
html#ecwid_html body#ecwid_body .ec-minicart__icon .icon-default circle[stroke], html#ecwid_html body#ecwid_body .ec-minicart__icon .icon-default path[stroke] {
    stroke: #f593a0 !important;
}
html#ecwid_html body#ecwid_body .ec-minicart--m .ec-minicart__counter::after {
    background-color: #f593a0 !important;
    top: -2px !important;
}
html#ecwid_html body#ecwid_body .ec-minicart--responsive.ec-minicart--m .ec-minicart__counter {
    display: block !important;
}
html#ecwid_html body#ecwid_body .ec-minicart--responsive.ec-minicart--m .ec-minicart__icon .icon-default .cart-not-empty {
    opacity: 0 !important;
}
.con-wrap-cart {
    position: absolute;
    top: 10px;
    right: 0;
}
.navbar.sticky-top.shadow-sm .navbar-brand-sticky {
    display: block;
}
.navbar.sticky-top .navbar-brand-sticky .navbar-brand img {
    display: none;
}
@media(min-width :1601px) {
    .navbar-expand-lg .navbar-nav {
    justify-content: space-between;
    width: 100%;
    margin-right: 228px !important;
}
}
@media(min-width :1200px) {
    .navbar .navbar-nav .nav-link {
    margin-right: 0;
}
.navbar .position-relative .btn.btn-lg.btn-pink {
    position: absolute;
    right: 62px;
}
}
@media only screen and (min-width :1601px) and (max-width:1800px) {
    .navbar-expand-lg .navbar-nav {
    margin-right: 210px !important;
}
.navbar .navbar-nav .nav-link {
    font-size: 18px;
}
.navbar .position-relative .btn {
    font-size: 18px;
}
}
@media only screen and (min-width :1200px) and (max-width:1800px) {
    .navbar .navbar-nav .nav-link {
    font-size: 18px;
}
.navbar .position-relative .btn {
    font-size: 18px;
}
}
@media only screen and (min-width :1401px) and (max-width:1800px) {
    .top-bar .top-col-2 .justify-content-end {
    justify-content: flex-start !important;
}
}
@media(max-width :1600px) {
    .navbar-expand-lg .navbar-nav {
    justify-content: space-between;
    width: 100%;
    margin-right: 200px !important;
}
}
@media only screen and (min-width :1400px) and (max-width:1600px) {
    .navbar-expand-lg .navbar-nav {
    justify-content: space-between;
    width: 100%;
    margin-right: 172px !important;
}
.navbar .navbar-nav .nav-link {
    font-size: 16px;
}
.navbar .position-relative .btn {
    font-size: 16px;
}
.slide-out-nav {
    padding-right: 55px;
}
}
@media only screen and (min-width :1200px) and (max-width:1600px) {
    .top-bar h6 {
    display: none;
}
}
@media only screen and (min-width :1200px) and (max-width:1499px) {
}
@media only screen and (min-width :1200px) and (max-width:1399px) {
    .navbar.sticky-top {
    padding-left: 30px;
    padding-right: 30px;
}
}
@media only screen and (min-width :1200px) and (max-width:1299px) {
    .navbar .navbar-nav .nav-link {
    font-size: 18px;
}
}
@media only screen and (min-width :1200px) {
    .hamburger, .kebab-toggler, .social-menu, #navigation li.has-sub i {
    display: none;
}
.slide-out-nav {
    position: relative;
    padding-right: 60px;
}
.about-item .about-title {
    position: relative;
}
}
@media only screen and (max-width:1199.98px) {
    .navbar.sticky-top {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.navbar.sticky-top.shadow-sm {
    height: 84px;
    padding-left: 119px;
    padding-right: 119px;
}
.navbar.sticky-top .navbar-brand-sticky {
    display: none;
}
.navbar.sticky-top.shadow-sm .navbar-brand-sticky .navbar-brand img {
    width: 50%;
    height: auto;
    display: block;
    max-width: 100px;
}

.footer img {
    width: 50%;
    height: auto;
    object-fit: contain;
    max-width: 100px;
}
.navbar.sticky-top .sticky-top-nav-block .hamburger {
    display: none;
}
.navbar.sticky-top.shadow-sm .sticky-top-nav-block .hamburger {
    display: block;
    top: 10px;
    right: 104px;
}
.navbar.sticky-top.shadow-sm .sticky-top-nav-block .hamburger .hamburger-inner, .navbar.sticky-top.shadow-sm .sticky-top-nav-block .hamburger .hamburger-inner::before, .navbar.sticky-top.shadow-sm .sticky-top-nav-block .hamburger .hamburger-inner::after {
    background-color: #fff;
}
.navbar.sticky-top .sticky-top-nav-block .kebab-toggler {
    display: none;
}
.navbar.sticky-top.shadow-sm .sticky-top-nav-block .kebab-toggler {
    display: block;
    top: 4px;
    right: 175px;
}
.navbar.sticky-top.shadow-sm .con-wrap-cart {
    top: 2px;
    right: 40px;
}
.hamburger {
    padding: 10px 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: .15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    position: absolute;
    top: 60px;
    right: 150px;
    z-index: 999;
}
.hamburger-box {
    width: 32px;
    height: 21px;
    display: inline-block;
    position: relative;
}
.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1.5px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 32px;
    height: 3px;
    background-color: #f593a0;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: .15s;
    transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}
.hamburger-inner::before {
    top: -9px;
}
.hamburger-inner::after {
    bottom: -9px;
}
.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: .13s;
    transition-delay: .13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
    top: -18px;
    transition: top .2s .2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity .1s linear;
}
.hamburger--collapse .hamburger-inner::before {
    transition: top .12s .2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform .13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
    transform: translate3d(0, -9px, 0) rotate(-45deg);
    transition-delay: .22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top .2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity .1s .22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top .1s .16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform .13s .25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.slide-out-nav {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 20px;
    padding: 45px 0;
    background-color: #1a9596;
	/* overflow-y: auto;*/
    z-index: 11;
    opacity: 0;
    transform: translateY(100%) perspective(1px);
    max-width: 100%;
    transition: height .8s ease-in-out;
}
.slide-out-nav.nav-open {
    height: calc(100% - 168px);
    opacity: 1;
    transform: translateY(0) perspective(1px);
    display: block !important;
}
.navbar.sticky-top.shadow-sm .slide-out-nav.nav-open {
    height: calc(100% - 84px);
}
.slide-out-nav .navbar-nav {
    display: block;
    width: 100%;
    text-align: center;
}
.navbar .navbar-nav .nav-link {
    margin-right: 0;
    font-size: 20px;
}
.slide-out-nav a.btn {
    padding: 15px 15px;
    padding-right: 3rem !important;
    padding-left: 3rem !important;
    width: 215px;
    margin: 20px auto 0 auto;
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
    height: 48px;
    display: block;
}
.slide-out-nav #navigation li a::after {
    display: none;
}
.slide-out-nav.fadeInDown {
    -webkit-animation-name: unset;
    animation-name: unset;
}
#navigation li.has-sub i {
    position: absolute;
    right: 40%;
    top: 7px;
    font-weight: 700;
    color: #1a9596;
    z-index: 99;
}
.slide-out-nav #navigation li.has-sub ul.submenu {
    position: relative;
    max-width: 100%;
    z-index: 9;
    background-color: #383838;
    box-shadow: none;
    display: none;
}
.slide-out-nav #navigation li.has-sub ul.submenu.open {
    display: block;
    width: 100%}
.slide-out-nav #navigation li.has-sub ul.submenu li {
    margin-left: 0;
}
.slide-out-nav #navigation li.has-sub ul.submenu li a {
    padding: 15px 15px !important;
    font-size: 18px;
}
.kebab-toggler {
    position: absolute;
    top: 55px;
    right: 210px;
    width: 50px;
    height: 52px;
    display: block;
    padding: 12px 10px;
    z-index: 99;
}
.kebab-toggler.active .circleKebab circle {
    transition: .3s;
}
.social-menu {
    color: #1a9596;
    background: #fff;
    padding-top: 30px;
    display: none;
    text-align: center;
}
.social-menu.menu-on {
    display: block;
    position: fixed;
    width: 100%;
    left: 0;
    top: 168px;
}
.navbar.sticky-top.shadow-sm .social-menu.menu-on {
    top: 84px;
}
.social-menu li {
    position: relative;
    padding: 10px 40px;
}
.social-menu .contact-info a {
    color: #1a9596;
    display: inline-block;
    font-size: 18px;
}
.social-menu .contact-info span {
    display: block;
}
.socmedia {
    margin-top: 15px;
    background-color: #1a9596;
}
.socmedia .social-info {
    padding: 8px 15px;
}
.socmedia .social-info a {
    color: #1a9596;
    font-size: 18px;
    background-color: #fff;
    width: 30px;
    height: 30px;
    line-height: 32px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    margin: 0 5px;
}
.con-wrap-cart {
    position: absolute;
    top: -112px;
    right: -100px;
}
}
@media only screen and (max-width:991.98px) {
    .navbar.sticky-top {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 36px;
    padding-left: 36px;
}
.navbar.sticky-top.shadow-sm {
    padding-right: 24px;
    padding-left: 24px;
}
.hamburger {
    right: 95px;
}
.navbar.sticky-top.shadow-sm .sticky-top-nav-block .hamburger {
    right: 60px;
}
.kebab-toggler {
    right: 156px;
}
.navbar.sticky-top.shadow-sm .sticky-top-nav-block .kebab-toggler {
    right: 120px;
}

.slide-out-nav {
	padding: 30px 0;
}
.slide-out-nav .navbar-nav {
    border-top: 0;
}
.navbar .navbar-nav .nav-link {
    padding: 12px 0;
	font-size: 18px;

}
.slide-out-nav a.btn {
    margin: 0 auto;
}


.con-wrap-cart {
    right: 5px;
}
.navbar.sticky-top.shadow-sm .con-wrap-cart {
    top: 2px;
    right: 10px;
}

}
@media only screen and (max-width:767.98px) {
    .top-bar .text-center {
    text-align: left !important;
}
#header-carousel .carousel-item {
    min-height: 370px;
}
#header-carousel .carousel-item img {
    width: 100% !important;
    height: 100%}
.mailing-form {
    max-width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
}
}
@media only screen and (max-width:575px) {
    .slide-out-nav.nav-open {
    height: calc(100% - 145px);
}
.navbar-brand img {
    max-width: 140px;
}
.hamburger {
    top: 42px;
}
.kebab-toggler {
    top: 36px;
}

.navbar .navbar-nav .nav-link {

}
.con-wrap-cart {
    top: -93px;
}
}
@media only screen and (max-width:480px) {
    .navbar.sticky-top.shadow-sm .con-wrap-cart {
    top: 2px;
    right: 0;
}
}
@media only screen and (max-width:475px) {
    .sec-welcome .btn {
    width: 100%;
    max-width: 240px;
    margin: 8px auto 0 !important;
    display: block;
}
}
@media only screen and (max-width:414px) {
    .navbar.sticky-top.shadow-sm .sticky-top-nav-block .hamburger {
    right: 60px;
}
.navbar.sticky-top.shadow-sm .sticky-top-nav-block .kebab-toggler {
    right: 120px;
}
.navbar-brand img {
    width: 50%;
    height: auto;
}
.slide-out-nav {
    padding: 30px 0 0 0;
}
.slide-out-nav.nav-open {
    height: calc(100% - 110px);
}
.social-menu.menu-on {
    top: 110px;
}
.social-menu .contact-info a {
    word-break: break-all;
}
.navbar .navbar-nav .nav-link {
    font-size: 18px;
    padding: 10px 0;
}
}
@media only screen and (max-width:360px) {
    .section-title span.h-390b {
    display: none;
}
}
@media only screen and (max-width:360px) {
    .hamburger {
    right: 65px;
}
.navbar.sticky-top.shadow-sm .sticky-top-nav-block .hamburger {
    right: 30px;
}
.kebab-toggler {
    right: 114px;
}
.navbar.sticky-top.shadow-sm .sticky-top-nav-block .kebab-toggler {
    right: 90px;
}
.con-wrap-cart {
    top: -76px;
    right: -15px;
}
.navbar.sticky-top.shadow-sm .con-wrap-cart {
    right: -15px;
    top: 2px;
}
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .welcome-img img {
        min-height: 386px;
        width: auto;
        object-fit: cover;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .welcome-img img {
        min-height: 401px;
        width: auto;
        object-fit: cover;
    }

    .webform iframe {
        height: 768px;
    }
}

@media (min-height: 992px) {
    .contact-map #mapid {
        height: 723px !important;
    }
}

#mapid {
    width: 100%; 
    height: 400px; 
    position: 
    relative;z-index: 1
} 


@media (min-width: 768px) and (max-width: 991.98px) {
    .webform iframe {
        height: 697px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .webform iframe {
        height: 757px;
    }
}

@media (max-width: 575.98px) {
    .webform iframe {
        height: 775px;
    }
}


@media (max-width: 414.98px) {
    .webform iframe {
        height: 80p5x;
    }
}

@media (max-width: 360px) {
    .webform iframe {
        height: 850px;
    }
}

@media (max-width: 320px) {
   .webform iframe {
        height: 908x;
    }
}

#my-store-74943254 {
    min-height: auto !important;
}