/* Montserrat *
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/hubfs/139587771/Montserrat/Montserrat-Light.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/hubfs/139587771/Montserrat/Montserrat-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/hubfs/139587771/Montserrat/Montserrat-Medium.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/hubfs/139587771/Montserrat/Montserrat-SemiBold.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/hubfs/139587771/Montserrat/Montserrat-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/hubfs/139587771/Montserrat/Montserrat-Black.ttf) format('truetype');
}

/* Inter Font */

 @font-face {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://139587771.fs1.hubspotusercontent-eu1.net/hubfs/139587771/Inter-Font/inter-v2-latin-regular.woff) format('truetype');
} */

 @font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('https://139587771.fs1.hubspotusercontent-eu1.net/hubfs/139587771/Inter-Font/inter-v2-latin-regular.woff2') format('woff2'),
       url('https://139587771.fs1.hubspotusercontent-eu1.net/hubfs/139587771/Inter-Font/inter-v2-latin-regular.woff') format('woff');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('https://139587771.fs1.hubspotusercontent-eu1.net/hubfs/139587771/Inter-Font/inter-v2-latin-bold.woff2') format('woff2'),
       url('https://139587771.fs1.hubspotusercontent-eu1.net/hubfs/139587771/Inter-Font/inter-v2-latin-bold.woff') format('woff');
} 


/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
:root {
    --Solivin-Lighter-Orange: #F8B887;
    --Solvin-Orange: #EC5418;
    --Solvin-Purple: #703065;
    --Black:#000;
    --White:#fff;
    --Solvin-Dark-Grey: #575756;
}

p:empty {
  display: none;
}
html {
    background: #fafafa !important;
}
body{
   font-family: 'Inter',sans-serif;
   font-weight: 400;
   background: #f0f0f0;
}
p{
   font-family: 'Inter',sans-serif;
   font-weight: 400;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Inter',sans-serif;
    color:#000;
}
.subtitle {
    color: var(--Solivin-Lighter-Orange);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
}
.webinar .subtitle{
    color:#F28D4F;
}
/* Header */


.header {
  position: relative;
  top: 0;
  width: 100%;
  transition: all 0.3s ease; /* smooth animation */
}

.header.fixed {
  position: fixed;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* optional effect */
  background-color: white; /* optional if background is transparent initially */
}

div.btn-section{
  display:inline-block;
}

header.transparent .mainmenu .hs-menu-wrapper>ul>li>a:after {
    content: '\f0dd';
    font-family: Font Awesome\ 5 Free;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block);
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    display: block;
    color: var(--White);
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    transition: 0.5s;
    visibility: hidden;
}
.mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children > a:after{display:none;}
.page .header{background: #fafafa !important;height:110px;}
.fixed .page .header .mainmenu .hs-menu-wrapper > ul > li > a{color:#000;}
.fixed .page .header .btn-nav{background: var(--Solvin-Orange);}
li.hs-menu-item.hs-menu-depth-1.active.active-branch a:after{
/* header.transparent .mainmenu .hs-menu-wrapper > ul > li > a:hover:after { */
    visibility: visible;
}
body.fixed header.transparent .mainmenu .hs-menu-wrapper > ul > li:last-child > a,
body.fixed header.transparent .mainmenu .hs-menu-wrapper > ul > li a{
    color: #000;
}
body.fixed header.transparent .top_search, body.fixed header.transparent a.btn-nav {
    background: var( --Solvin-Orange);
}
body.fixed header.transparent .top_search i{
    color: var(--White) !important;
}
body.fixed header.transparent .mainmenu .hs-menu-wrapper > ul > li:last-child > a {
    font-size: 15px;
    padding: 6px 20px;
    font-weight: 500;
}
body.fixed header.transparent .mainmenu .hs-menu-wrapper > ul > li:last-child > a:hover,
body.fixed header.transparent .mainmenu .hs-menu-wrapper > ul > li > a:hover,
body.fixed header.transparent .mainmenu .hs-menu-wrapper > ul > li > a:hover:after {
    color: var( --Solvin-Orange) !important;
}
body.fixed header.transparent .mainmenu .hs-menu-wrapper>ul>li>a:after{
    color: #000;
}
.top_search {
    background: #ffffff57;
    border-radius: 5px;
    padding: 7px 14px;
}
a.search_toggle {
    font-size: 20px;
}
header.transparent .mainmenu .hs-menu-wrapper > ul > li > a:hover {
    font-weight: 500;
}

header .wrapper{
    max-width: 1440px;
    left: 0;
    right: 0;
    padding: 0;
    height: 110px;
    box-shadow: none !important;
}
body.fixed header .wrapper{position:relative;}
body.fixed header .outer-wrap{background:#fff;}
body header .wrapper .col-left{padding-left:0px;}

/* Body */
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}


.row-custom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.height-banner {
    min-height: 650px;
}

a:hover {
    text-decoration: none;
}

footer ul.menu__wrapper.no-list {
    padding-left: 0;
    margin-bottom: 0;
}

footer li.menu__item.menu__item--depth-1.hs-skip-lang-url-rewrite {
    padding: 0 0 15px;
    display: block;
    text-transform: Capitalize;
}

footer li.menu__item.menu__item--depth-1.hs-skip-lang-url-rewrite:last-child {
    padding-bottom: 0;
}

footer p,
footer div a {
    font-family: var(--secondary-font);
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #575756;
    text-align: center;
}
footer .hs-menu-wrapper > ul > li > a:hover {
    color: #e84e0e !important;
}
.footer-bottom {
    text-align: center;
}

footer .footer-bottom i {
    color: #EC5418;
    margin-right: 10px;
    font-size: 18px;
}

.footer__container {
    max-width: 1440px;
    margin: 0 auto;
    margin-bottom: 50px;
    border-radius: 30px;
    background: #fafafa;
}

footer {
    background: #FAFAFA;
}

.row-fluid-wrapper.row-depth-1.row-number-12.dnd-section.footer-row-1-padding.footer-row-1-background-color.footer-row-1-vertical-alignment {
    border: 1px solid #ccc;
    border-radius: 29px;
    margin: 30px 0;
}

.footer nav.menu li a {
    font-family: 'Inter',sans-serif;
    color: #575756;
    font-weight: 500;
    line-height: 24px;
}

.footer-bottom a:hover {
    color: var(--Solvin-Orange) !important;
}

.footer-bottom a {
    font-weight: 500;
}

.footer nav.menu li a:hover,
.footer nav.menu li a:focus {
    color: var(--Solvin-Orange) !important;
}

.footer .number-mail-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -40px;
}

.footer .number-mail-wrap div {
    margin: 0 15px;
}

.footer .number-mail-wrap div svg {
    vertical-align: sub;
    margin-right: 4px;
}

.footer .number-mail-wrap a:hover {
    color: #EC5418;
}

section .owl-carousel .owl-nav button.owl-next,
section .owl-carousel .owl-nav button.owl-prev {
    background-color: #ec5418 !important;
    border-radius: 50px;
    height: 40px !important;
    width: 40px !important;
    position: absolute;
    top: -70px;
    right: 65px;
    opacity: 0.7;
}

section .owl-carousel .owl-nav button.owl-next {
    right: 10px;
}

section .owl-carousel .owl-nav button.owl-next i,
section .owl-carousel .owl-nav button.owl-prev i {
    color: #fff;
}


section .owl-carousel .owl-nav button.owl-next span,
section .owl-carousel .owl-nav button.owl-prev span {
    display: none;
}

section .owl-carousel .owl-nav button.owl-next:after {
    content: '\f061';
    font-family: FontAwesome;
    color: #fff;
}

section .owl-carousel .owl-nav button.owl-prev:after {
    content: '\f060';
    font-family: FontAwesome;
    color: #fff;
}

section .owl-carousel .owl-nav button.owl-prev:hover {
    opacity: 1;
}

section .owl-carousel .owl-dots .owl-dot span {
    background: #dadada;
    border-radius: 20px;
    height: 10px;
    margin: 0 0 3px;
    transform: translate3d(0, -50%, 0) scale(.5);
    width: 43px !important;
    height: 5px;
    display: inline-block;
}

section .owl-carousel .owl-dots .owl-dot.active span,
section .owl-carousel .owl-dots .owl-dot:hover span {
    background: #703065;
    transform: translate3d(0, -50%, 0) scale(.4);

}

section .owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

section .owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}

section .owl-carousel .owl-nav button.owl-next:hover,
section .owl-carousel .owl-nav button.owl-prev:hover {
    background: #703065;
}

div#hs_cos_wrapper_widget_1701894428104 {
    padding: 0;
    box-shadow: none;
    background: transparent;
}

div#hs_cos_wrapper_widget_1701894428104 .input input {
    height: 80px;
    border-radius: 16px;
    border: 1px solid #57565630;
    background: var(--White);
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
}

form input:focus,
form input:focus-visible {
    border-color: #6F0A3D;
    outline: 0 !important;
    outline-offset: 0 !important;
}

/* form .hs_submit.hs-submit {
position: absolute;
    right: 15px;
    top: 17px;
} */
form .hs_submit.hs-submit .actions input {
    background: transparent;
    border-color: transparent;
    color: var(--White);
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    border: 0;
    margin: 0;
    padding: 0;
    text-align: center;
    min-width: auto;
}

form .hs_submit.hs-submit .actions {
    background: var(--Solvin-Orange);
    border-color: var(--Solvin-Orange);
    border-radius: 8px;
    display: flex;
    padding: 12px 50px 12px 25px;
    position: relative;
}

form .hs_submit.hs-submit .actions:after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    content: "\f061";
    display: var(--fa-display, inline-block);
    display: block;
    font-family: Font Awesome\ 6 Free;
    font-style: normal;
    font-variant: normal;
    font-weight: 900;
    line-height: 1;
    position: absolute;
    right: 23px;
    text-rendering: auto;
    top: 15px;
    font-size: 16px;
    color: #fff;
}

.row-fluid-wrapper.row-depth-1.row-number-19.dnd_area-row-9-hidden {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(248, 184, 135, 0.2)) !important;
}

form .hs_submit.hs-submit .actions:hover {
    background: #703065;
    border-color: #703065;
}

label.hs-error-msg.hs-main-font-element {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500;
    font-size: 14px;
}

#customers-testimonials .owl-item .shadow-effect {
    transition: transform 400ms;
    opacity: 0.5;
    box-shadow: none;
}

#customers-testimonials .owl-item.active.center .shadow-effect {
    box-shadow: 0 8px 30px -7px #c9dff0;
    opacity: 1;
    transform: scale(1.3);
    z-index: 2;
}

#customers-testimonials .owl-item {
    padding: 40px 0;
    z-index: -1;
}

#customers-testimonials .owl-item.active.center {
    z-index: 1;
}

#hs_cos_wrapper_desktop_search {
    background: #fff;
    border-radius: 15px;
    padding: 10px;
}

input#desktop_search-input {
    padding: 7px;
    border: 1px solid #ccc;
    border-radius: 15px;
}

#hs_cos_wrapper_widget_1702403004848 form {
    display: flex;
    align-items: center;
}

form div.hs_email.hs-email {
    width: 100%;
    margin-bottom: 0;
}

form div.hs_email.hs-email input {
    box-shadow: initial;
    color: #878787;
    font-weight: 400;
}

div#hs_cos_wrapper_widget_1702403004848 {
    border: 1px solid #DADADA;
    padding: 15px;
    border-radius: 16px;
    margin-top: 15px;
}

#hs_cos_wrapper_widget_1702402979735 {
    margin-bottom: 10px;
}

/* Mobile */

@media(min-width:1280px) {
    .row-fluid-wrapper.row-depth-1.dnd-row .row-fluid {
        column-gap: initial !important;
        display: initial !important;
    }

    .footer .row-fluid .span2,
    .footer .row-fluid .span3 {
        margin-left: 3.5%;
        width: 100%;
    }
}

.mainmenu .hs-menu-wrapper>ul>li>ul {
    display: none;
    position: absolute;
    width: auto;
}

.mainmenu .hs-menu-wrapper>ul>li:hover>ul {
    visibility: visible;
    display: block;
}

main.body-container-wrapper.transparent-head {
    margin-top: 0;
}

#hs_cos_wrapper_site_logo #hs_cos_wrapper_site_logo_transparent {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none;
}


.dnd-section>.row-fluid {
    max-width: 1440px !important;
}


/*  GSAP CSS */

/*
  Optional Fallback CSS:
  Hides the elements on page load. GSAP's `autoAlpha` will
  make them visible when the animation runs.
*/
.top_navigation_raww.d-block.sm\:d-flex.align-center {
    display: flex;
    justify-content: flex-end;
}
.btn-section.mobile-btn .btn-wrap a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #E84E0E;
    color: #fff;
    font-size: 14px;
    font-family: Inter, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    height: 48px;
    width: 150px;
    border-radius: 100px;
    text-wrap: nowrap;
    border: 1.5px;
}
.main-heading,
.sub-heading,
.main-desc,
.btns-wrap, .main-subheading {
  visibility: hidden;
}

form select {
    font-style: italic;
    border: 1px solid #e0e0e0 !important;
    border-radius: 50px !important;
    box-shadow: none !important;
    font-family: Inter, sans-serif;
    font-weight: 400;
    height: 61px;
    padding: 0 23px !important;
    margin: 0;
    -webkit-appearance: none !important;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #190f1e 50%), linear-gradient(135deg, #190f1e 50%, transparent 50%), radial-gradient(#ec541800 70%, transparent 72%);
    background-position: calc(100% - 24px) calc(1em + 11px),
    calc(100% - 19px) calc(1em + 11px),
    calc(100% - 0.5em) 0.8em;
    background-size: 5px 5px,
    5px 5px,
    2.5em 2.5em;
    background-repeat: no-repeat;
}
.heading-hidden {
    display: none;
}
.vt-quotes-wrap .quotes-wrap .single-quote .main-desc {
  opacity:1 !important;
}
.vt-col-nr-wrap .blocks-wrap .single-block .main-heading {
   opacity: 1 !important;
    visibility: visible !important;
}
.vt-quotes-wrap .quotes-wrap .single-quote .main-desc {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translate(0px, 10px) !important;
}
.scrolltop {
    background-color: #fff;
    border: 2px solid #e84e0e;
    border-radius: 50%;
    bottom: 18px;
    left: 30px;
    width: 60px;
    height: 60px;
    position: fixed;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 999;
    display:none;
}

.scroll-arrow {
    width: 45px;
    height: 45px;
    stroke: #333;
    stroke-width: 1;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    pointer-events: none;
}

.scrolltop:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

@media (max-width: 600px) {
       .scrolltop {
        bottom: 7px;
        height: 50px;
        left: 20px;
        width: 50px;
    }
    .scroll-arrow {
        width: 35px;
        height: 35px;
    }
}

.vt-col-nr-wrap .blocks-wrap .single-block .main-heading{
  opacity: 1 !important;
}

 .hs-menu-wrapper.hs-menu-flow-horizontal ul.hs-menu-children-wrapper{
    padding: 30px 20px !important;
}



/* Blog CSS */

.body-container--blog-index:nth-child(2) .row-fluid-wrapper:nth-child(1),
.blog-index .list-content .row-fluid-wrapper:nth-child(1) {
    max-width: initial;
}

/* PPM Consulting  */
.hs-content-id-91662127847 .row-number-15.dnd_area-row-7-background-gradient {
    background-image: linear-gradient(to top, rgba(248, 184, 135, 0.2), rgba(255, 255, 255, 1)) !important;
}




/* ----------------------- MEDIA QUERIES ----------------------- */

@media (min-width: 993px){
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
      left: 50%;
      transform: translateX(-50%);
  }
}

@media (max-width:1440px) {
    .mainmenu .hs-menu-wrapper>ul>li>ul {
        left: auto !important;
    }
}

@media (max-width: 1200px) {
    .mainmenu .hs-menu-wrapper>ul>li>ul {
        left: auto !important;
        right: auto !important;
    }
}

@media(max-width:999px) {
  
    header .top_navigation_raw {
        justify-content: flex-end !important;
    }
    body.mobile-open .mainmenu.js-enabled .hs-menu-flow-horizontal {
        border-top: 1px solid #E0E0E0;
        top: 90px;
    }
    span.child-triggerm{display:none !important;}
    .mobile-open a.mobile-trigger.new{display:inline !important;}
    .mobile_menu_toggle{background:transparent;}
    .mobile-open .mobile_menu_toggle a.mobile-trigger i:before,.mobile-open .mobile_menu_toggle a.mobile-trigger i:after{background: #190F1E;}
    a.mobile-trigger i, a.mobile-trigger i:before,a.mobile-trigger i:after{
        width: 30px;
        height: 1px;
    }
    .mobile-open .mobile_menu_toggle a.mobile-trigger[aria-label="Close Mobile Menu"]{
        width: fit-content;
        margin-left: auto;
    }
    .mainmenu.js-enabled .hs-menu-flow-horizontal{top:100px;}
    .top_navigation .mainmenu.no_search {
        flex: 1 0 30% !important;
    }
    .mainmenu {
        margin: 0px !important;
    }
    .top_navigation .mainmenu.no_search {
        max-width: 25% !important;
    }
    a.mobile-trigger {
        padding-left: 32px;
    }
    .mobile_menu_toggle.desk_hide {
        display: none;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        align-items: center;
        padding: 50px 10px 0;
    }
    .mainmenu .hs-menu-wrapper>ul>li:last-child>a{
        width: 100%;
        max-width: initial;
        padding: 2px 12px 15px !important;
        text-align: left;
        margin: 0 !important;
    }
    .mainmenu ul li.hs-item-has-children a svg{
        position: absolute;
        right: 15px;
    }
    .mainmenu ul li.hs-menu-item a {
        position: relative;
        display: flex;
        align-items: center;
    }
    .mainmenu ul.hs-menu-children-wrapper{background: transparent !important;}
    .mainmenu ul.hs-menu-children-wrapper li{padding: 0px;}
    .mainmenu ul.hs-menu-children-wrapper li a{line-height: 2.5em !important;}
    .logo-mobile {
        display: none !important;
    }
    .mobile_menu_logo {
        height: 0px;
        padding: 0px;
    }
    .page .header,
        header .wrapper {
        height: 98.5px;
    }
    .page .logo img {
        max-width: 134px;
    }
    .footer-bottom span:last-child {
        display: block;
        margin-top: 13px;
        margin-left: -35px;
    }
    #customers-testimonials .owl-item.active.center .shadow-effect {
        transform: none;
    }
    .row-custom {
        display: block;
    }

    .col-7,
    .col-5,
    .col-4,
    .col-6 {
        width: 100%;
        max-width: 100% !important;
    }
    .btn-section.btn-after-menu {
        display: none;
    }
    .header {
        padding: 0;
    }
    footer .menu__item--depth-1 {
        border-top: 0 !important;
    }
    footer.footer span h6 {
        margin-left: 20px;
        display: block;
    }
    .footer__container {
        border: 0px !important;
    }
    #hs_cos_wrapper_widget_1701800778643 .social-links {
        justify-content: center !important;
    }
    .container.further-services:nth-child(2) {
        margin-left: 0px;
    }
    .mobile-open .header .mobile_search {
        top: calc(66px - 9px);
        width: 100%;
        max-width: 300px;
    }
    input#mobile_search-input {
        padding: 5px;
        border-radius: 10px;
    }
    .mainmenu .hs-menu-flow-horizontal>ul>li:last-child,
    .mainmenu .hs-menu-flow-vertical>ul>li:last-child {
        text-align: left;
    }
    header.transparent .mainmenu .hs-menu-wrapper>ul>li:last-child>a {
        text-align: left;
        padding: 0px 2px !important;
    }
    .top_navigation .sm:col-2 {
        width: 20%;
    }
    .logo-mobile {
        display: flex;
        align-items: center;
        max-width: 100% !important;
        float: left;
        z-index: 9999;
        left: 0;
        top: -50px;
    }
    .mobile_menu_logo {
        background: #FAFAFA;
    }
    .mobile_search {
        display: none !important;
    }
    .top_search {
        display: block;
    }
}

@media(max-width:600px) {
    
    .main-desktop-menu{display: none !important;}
    header .wrapper {
        max-width: -webkit-fill-available;
    }
    body header .wrapper .col-left {
        padding-left: 15px;
    }
    .mainmenu .hs-menu-flow-horizontal>ul>li {
        border-bottom: 0px;
    }
    section .owl-carousel .owl-nav button.owl-next,
    section .owl-carousel .owl-nav button.owl-prev {
        opacity: .7;
        right: 55%;
        top: auto;
        bottom: 50px;
    }
    section .owl-carousel .owl-nav button.owl-next {
        right: 40%;
    }

    #customers-testimonials.owl-carousel .owl-nav button.owl-next,
    #customers-testimonials.owl-carousel .owl-nav button.owl-prev {
        bottom: 90px;
    }
    .footer .number-mail-wrap {
        margin-top: -65px;
        flex-direction: column;
    }

}