/*Writen by Cheah Siew Kwan (Inspiren)*/

/*Font face*/
@font-face {
    font-family:OpenSans;
    font-weight: 400;
    src: url('./fonts/OpenSans-Regular.ttf')format("truetype");
}

@font-face {
    font-family:OpenSans;
    font-weight: 500;
    src: url('./fonts/OpenSans-Medium.ttf')format("truetype");
}

@font-face {
    font-family:OpenSans;
    font-weight: 600;
    src: url('./fonts/OpenSans-SemiBold.ttf')format("truetype");
}

@font-face {
    font-family:OpenSans;
    font-weight: 700;
    src: url('./fonts/OpenSans-Bold.ttf')format("truetype");
}

@font-face {
    font-family:Acumin;
    font-weight: 400;
    src: url('./fonts/Acumin-RPro.otf')format("opentype");
}

@font-face {
    font-family:Acumin;
    font-weight: 700;
    src: url('./fonts/Acumin-BdPro.otf')format("opentype");
}

@font-face {
    font-family:HYDaHeiJ;
    font-weight: 400;
    src: url('./fonts/HYDaHeiJ.otf')format("opentype");
}

@font-face {
    font-family:HYZhongDengXianJ;
    font-weight: 400;
    src: url('./fonts/汉仪中等线简.TTF')format("truetype");
}

/*new Float btn*/
.floating-button{
    position: fixed;
    width: 50px;
    height: 50px;
    line-height: 50px;
    bottom: 80px;
    right: 19px;
    font-size: 20px;
    background-color: #4F6ACA;
    color: #fff !important;
    border-radius: 50px;
    text-align: center;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.floating-button *{
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.floating-button.float-btn-trigger{
    background-color: #4F6ACA;
    animation: 2.5s wiggle ease infinite;
    animation-delay: 1s;
}

.floating-button:not(.float-btn-trigger){
    opacity: 0;
}

.floating-button.float-btn-trigger #open-float{
    opacity: 1;
}
.floating-button.float-btn-trigger #close-float{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(0deg);
    opacity: 0;
}

.floating-button.floating-button_mail{background-color: rgba(0, 114, 198, 1);}
.floating-button.floating-button_phone{background-color: rgba(220, 16, 16, 1);}
.floating-button.floating-button_whatsapp{background-color: rgba(37, 211, 102, 1);}

/*when toogle*/
.floating-button.float-btn-trigger.toogle{
    animation: none;
}

.floating-button.toogle:not(.float-btn-trigger){
    opacity: 1;
}

.floating-button.float-btn-trigger.toogle #open-float{
    opacity: 0;
}
.floating-button.float-btn-trigger.toogle #close-float{
    opacity: 1;
    transform: translate(-50%,-50%) rotate(180deg);
}

.floating-button.floating-button_mail.toogle{bottom:140px;}
.floating-button_phone.toogle{bottom: 200px;}
.floating-button_whatsapp.toogle{bottom:260px;}

/*animation for triger*/
@keyframes wiggle {
  0% {
    transform: scale(1),rotate(0);
  }
  9.375% {
    transform: scale(1.1) rotate(0);
  }
  18.75% {
    transform: scale(1.1) rotate(-3deg);
  }
  28.125% {
    transform: scale(1.1) rotate(20deg);
  }
  37.5% {
    transform: scale(1.1) rotate(-15deg);
  }
  46.875% {
    transform: scale(1.1) rotate(5deg);
  }
  56.25% {
    transform: scale(1.1) rotate(-1deg);
  }
  65.625% {
    transform: scale(1.1) rotate(0);
  }
  75% {
    transform: scale(1) rotate(0);
  }

  100% {
    transform: scale(1) rotate(0);
  }
}

/*when mobile only*/
@media only screen and (max-width: 768px) {
    .floating-button{
        bottom:10px;
        right: 15px;
    }

    .floating-button.floating-button_mail.toogle{bottom:70px;}
    .floating-button_phone.toogle{bottom: 130px;}
    .floating-button_whatsapp.toogle{bottom:190px;}
    
    #side-contact {
        position: fixed;
        background: #fff;
        width: 100%;
        height: 70px;
        bottom: 0;
        right: -100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 10px;
        z-index: 999;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        padding-right: 70px;
    }
    
    #side-contact.toogle {
        right: 0;
    }
    
    #side-contact a.floating-button:not(.float-btn-trigger) {
        position: initial;
        opacity:1;
    }
}

/*Animation delay*/
.delay1{animation-delay: 0.5s;}
.delay2{animation-delay: 1s;}
.delay3{animation-delay: 1.5s;}
.delay4{animation-delay: 2s;}
.delay5{animation-delay: 2.5s;}
.delay6{animation-delay: 3s;}

/*variable for website font, style, container spacing etc*/
:root {
    /*  fonts  */
    --fontFamily: OpenSans, sans-serif !important;
    --fontAcumin: Acumin, sans-serif !important;
    --fontAwesome: "Font Awesome 6 Free" !important;

    /*  site color  */
    --black: #000;
    --white: #fff;
    --siteBodyText: #231F20;
    --green: #96BE1E;
    --orange: #FF9843;
    --siteHeading: #3E3E3F;
    --grey: #414042;
    --red: #ED1C24;
	--darkblue:#076F88;
    --black1a: #1a1a1a;
    --grey43:#424343;
    --green1:#83CE37;
    --blue:#024EC5;
	--whatsapp: #25d366;

    --placeholder: var(--grey43);

    --rounded-radius:30px;

    /*  filtered  */
    --filterWhite: invert(1) brightness(100);
    --filterBlack: invert(1) brightness(0);
    --filterNormal: invert(0) brightness(1);

    /*  transition  */
    --allTransition: all 0.3s ease-in-out;
    --imageTransition: all 0.5s linear;

    /*max screen percentage rules*/
    /*  make own container style  */
    /*width and space*/
    --row-spacing:85px;
    --container-width: 100%;
    --normal-container-max-width: 100%;

    /*column gap for visual composer row*/
    --vc_col_gap: 30px;

    /*  Woocomerce sidebar gap */
    --woo_col_gap: 90px;

    /*  Woocomerce catalog gap */
    --woo_catalog_col_gap: 30px;

    /* single product  */
    --productImgWidth: 300px;
}

@media only screen and (max-width: 1299.98px) {
    :root {
        --woo_col_gap: 50px;
    }
}

@media only screen and (max-width: 1199.98px) {
    :root {
        --vc_col_gap:15px;
    }
}

@media only screen and (max-width: 999.98px) {
    :root {
        --woo_col_gap: 30px;
        --woo_catalog_col_gap: 30px;
        --vc_col_gap:0px;
        --productImgWidth: 100%;
    }
}

@media only screen and (max-width: 768px) {
    :root {
        --row-spacing:0px;
        --rounded-radius:15px;
    }
}

:root{
    --theme-font-family: "HYZhongDengXianJ";
    --theme-title-font-family: "HYDaHeiJ";
    --fa-brand:"Font Awesome 6 Brands";
    --fa-icon:"Font Awesome 6 Free";
    --font-size-1:40px;
    --font-size-2:30px;
    --font-size-3:27px;
    --font-size-4:25px;
    --font-size-5:23px;
    --font-size-6:20px;
    --font-size-7:18px;
    --font-size-t:16px;
    --font-size-s:14px;
    --row-gap:100px;
    --side-gap:100px;
    --inner-row-gap:35px;
    --inner-side-gap:35px;
    --inner-large-row-gap:50px;
    --inner-large-side-gap:50px;
    --map-height:400px;
    --white-color:#FFFFFF;
    --black-color:#000000;
    --theme-color:#D2A689;
    --transition-effect:all 0.3s ease-in-out;
    --transition-out-effect:all 0.3s ease-out;
    --transition-in-effect:all 0.3s ease-in;
    --gsap-effect-fast:all 0.5s ease-out;
    --gsap-effect:all 1s ease-out;
    --gsap-effect-slow:all 1.5s ease-out;
    --border-radius: 30px;
}

@media only screen and (max-width:767.98px) {
    :root{
        --font-size-1:30px;
        --font-size-2:27px;
        --font-size-3:25px;
        --font-size-4:23px;
        --font-size-5:20px;
        --font-size-6:18px;
        --font-size-7:18px;
        --row-gap:70px;
        --side-gap:15px;
        --inner-row-gap:25px;
        --inner-side-gap:15px;
        --inner-large-row-gap:35px;
        --inner-large-side-gap:15px;
        --map-height:300px;
        --border-radius: 15px;
    }
}

* {
    --fontFamily: var(--theme-font-family, 'Open Sans', sans-serif) !important;
}

h1, h2, h3, h4, h5, h6 {
    --fontFamily: var(--theme-title-font-family, 'Open Sans', sans-serif) !important;
}

.text-zdx {
    font-family:var(--theme-font-family) !important;
}

.text-dh {
    font-family:var(--theme-title-font-family) !important;
}

.text-os {
    font-family:"OpenSans" !important;
}

/*all woocomerce page,single page,archive page*/
body.woocommerce,
body.woocommerce-page,
body.single,
body.archive,
body.blog{
    --row-spacing-post:calc(var(--row-spacing) + 15px);
    --container-width: calc(100% - var(--row-spacing-post)*2);
}

/*all single page w/o sidebar*/
body.woocommerce-page .ct-container-full,
body.single .ct-container-full{
    width:var(--container-width);
}

/*Overall*/
html,
body {
    scroll-behavior: smooth;
}

.desktop-view {
    display: block;
}

.mobile-view,.tablet-view {
    display: none !important;
}

@media only screen and (max-width: 999.98px) {
    .tablet-view {
        display: block !important;
    }
}

@media only screen and (max-width: 768px) {
    .desktop-view {
        display: none !important;
    }

    .mobile-view {
        display: block !important;
    }
}

/*body * {*/
/*    line-height: 1.5;*/
/*    word-wrap: break-word;*/
/*}*/

/*h1,h2,h3,h4,h5,h6{*/
/*    line-height: 1.3;*/
/*}*/

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6{
	margin-bottom: 25px;
}

p{margin-bottom:20px}

a, button{
    -webkit-transition: var(--allTransition);
    transition: var(--allTransition);
}

.entry-content ul,
.entry-content ol {
    list-style-position: outside;
    padding-left: 20px;
}

.entry-content ul li,
.entry-content ol li {
    margin-bottom: 13px;
    position: relative;
} 

/*ul li::marker{
    color:inherit;
}*/

img[data-dominant-color]:not(.has-transparency){
    background:none !important;
}

/*Placeholder*/
input,
textarea{
    --place-font-size:16px;
    --place-font-weight:300;
}

input::placeholder,
textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #6D6D6D !important;
  font-size:var(--place-font-size);
  font-weight:var(--place-font-weight);
  opacity: 1 !important; /* Firefox */
  text-transform:capitalize;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #6D6D6D !important;
  font-size:var(--place-font-size);
  font-weight:var(--place-font-weight);
   text-transform:capitalize;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder { /* Microsoft Edge */
  color: #6D6D6D !important;
  font-size:var(--place-font-size);
  font-weight:var(--place-font-weight);
   text-transform:capitalize;
}

/*404 page*/

.error404 .site-main{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.error404 .ct-no-results{
    padding-top: 100px;
    padding-bottom: 100px;
}

.error404 .ct-no-results .search-form{display: none !important;}

@media only screen and (max-width: 768) {
    .error404 .ct-no-results{
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

/*Header*/
#header-menu-1 ul{padding-left:0}

#header-menu-1 ul.menu li{margin-bottom:0}

#header-menu-1 li[class*="current"] > a,
#header-menu-1 li[class*="current"] > .ct-sub-menu-parent{
    font-weight: 700;
    color: var(--paletteColor1);
}

#header-menu-1 li:hover > a,
#header-menu-1 li:hover > .ct-sub-menu-parent{
    font-weight: 700;
}

#header-menu-1{
    --move-align: calc(0px - var(--menu-items-spacing)/2);
    /*margin:0  var(--move-align) !important;*/
}

#header [data-row] .ct-container {
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
    margin-left: var(--row-spacing);
    margin-right: var(--row-spacing);
}

#header-menu-1 .menu > [data-submenu="right"] > .sub-menu {
    left: 50%;
    transform: translate(-50%);
    transform: translate(-50%);
    width: 700px;
    column-count: 3;
    padding-inline:15px;
}

#header-menu-1 .menu ul.sub-menu > li > a {
    text-align: left;
    justify-content: left;
}

/*#header-menu-1 ul.menu > li > a > .ct-toggle-dropdown-desktop{display:none}*/

/*ONLY THIS SITE*/  
.ct-header-text .entry-content{
    display:flex;
    flex-direction: row;
    justify-content: end;
    align-items: stretch;
    gap:0 20px;
    /*flex-wrap: wrap;*/
}

.ct-header-text .entry-content p{margin-bottom: 0}

.ct-header-text .entry-content:after{display: none !important}

.ct-header-text .top-contact{
    display:flex;
    flex-direction: row;
    justify-content: end;
    align-items: stretch;
    gap:0 20px;
    flex-wrap: wrap;
    font-weight:700;
    padding:10px 0;
}

.ct-header-text .search-wrap {
	position: relative;
	isolation: isolate;
	padding: 10px 0 10px 20px;
	border-left: 1px solid var(--white);
	display: flex;
	justify-content: center;
	align-items: center;
}

.ct-header-text .search-wrap .toggle{
    cursor:pointer;
}

.ct-header-text .search-wrap .is-search-form {
	position: absolute;
	right: 0;
	top: 100%;
	width: 300px;
	opacity: 0;
    visibility: hidden;
    -webkit-transition: var(--allTransition);
    transition: var(--allTransition);
}

.ct-header-text .search-wrap .is-search-form .is-search-input {
	color: var(--siteBodyText) !important;
	border:1px solid var(--greyE6) !important;
	font-size:16px !important;
}

.ct-header-text .search-wrap .is-search-form.open{
    opacity: 1;
    visibility: visible;
}


@media only screen and (max-width: 768px) {
    .ct-header-text .search-wrap .is-search-form {
    	right: -15px;
    	width: 300px;
    	top: 100%;
    }
}

/*blocksy article*/
.woocommerce-notices-wrapper, 
article > .related, 
article > .upsells, 
article > .page-links, 
article > .entry-tags, 
article > .author-box, 
article > .ct-comments, 
article > .ct-share-box, 
article > .hero-section, 
article > .post-edit-link, 
article > .post-navigation, 
article > .ct-related-posts, 
article > .ct-newsletter-subscribe-block, 
article > .product .wc-tabs, 
article > .post-password-form, 
article > .product .product-entry-wrapper {
    width: 100% !important;
    max-width: 100% !important;
}

/*visual composer for blocksy*/
.vc_row[data-vc-full-width="true"]{left:0 !important}

/*For Section*/
.vc_section {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.vc_section > .vc_row{
    margin-left: auto;
    margin-right: auto;
}

/*For Row*/
.default-row{
    margin-left: var(--row-spacing) !important;
    margin-right: var(--row-spacing) !important;
}

.default-row-fill{
    margin-left: calc(var(--row-spacing) + 15px) !important;
    margin-right: calc(var(--row-spacing) + 15px) !important;
}

.stretch-row{
    padding-left: var(--row-spacing) !important;
    padding-right: var(--row-spacing) !important;
}

.stretch-row-fill{
    padding-left: calc(var(--row-spacing) + 15px) !important;
    padding-right: calc(var(--row-spacing) + 15px) !important;
}

.no-padding-row > .wpb_column > .vc_column-inner{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.full-column-row{
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/*increasing gap for each row*/
.row-more-col{
    --inbox: var(--vc_col_gap);
    --outbox: calc(15px - var(--inbox));
    margin-left: var(--outbox) !important;
    margin-right: var(--outbox) !important;
}

.row-more-col.default-row{
    --outbox: calc(var(--row-spacing) - var(--inbox));
}

.row-more-col.default-row-fill {
    --outbox: calc(var(--row-spacing) + 15px);
}

.row-more-col.stretch-row{
    --outbox: calc(0px - var(--inbox));
}

.row-more-col.stretch-row-fill{
    --inbox: calc(var(--vc_col_gap) + 15px);
    --outbox: calc(0px - var(--inbox));
}

.row-more-col.full-column-row{
    --inbox-side: calc(var(--row-spacing) + 15px);
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.row-more-col>.wpb_column{
    padding-left: var(--inbox) !important;
    padding-right: var(--inbox) !important;
}

.row-more-col.full-column-row>.wpb_column{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.row-more-col.full-column-row>.wpb_column>.vc_column-inner{
    padding-left: var(--inbox-side) !important;
    padding-right: var(--inbox-side) !important;
}

.row-more-col.full-column-row>.wpb_column:first-child>.vc_column-inner {padding-left: var(--inbox-side) !important;}
.row-more-col.full-column-row>.wpb_column:last-child>.vc_column-inner {padding-right: var(--inbox-side) !important;}

/*Full Side Image Row*/
.full-left-img-row, 
.full-right-img-row{
    --gaps:calc(15px + var(--vc_col_gap));
}

.full-left-img-row > .wpb_column,
.full-right-img-row >.wpb_column{
    padding-left: var(--gaps) !important;
    padding-right:var(--gaps) !important;
}

.full-left-img-row > .wpb_column > .vc_column-inner,
.full-right-img-row >.wpb_column > .vc_column-inner{
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.full-left-img-row >.wpb_column:first-child{
    padding-left: 0 !important;
}

.full-right-img-row >.wpb_column:last-child{
    padding-right: 0 !important;
}

.full-left-img-row >.wpb_column:last-child{
    padding-right: calc(var(--row-spacing) + 15px) !important;
}

.full-right-img-row >.wpb_column:first-child{
    padding-left: calc(var(--row-spacing) + 15px) !important;
}

@media only screen and (max-width: 768px) {
    .full-left-img-row > .wpb_column,
    .full-right-img-row >.wpb_column{
        padding-left: var(--gaps) !important;
        padding-right:var(--gaps) !important;
    }

    .full-left-img-row >.wpb_column:first-child{
        padding-left: var(--gaps) !important;
    }

    .full-right-img-row >.wpb_column:last-child{
        padding-right: var(--gaps) !important;
    }

    .full-left-img-row >.wpb_column:last-child{
        padding-right: var(--gaps) !important;
    }

    .full-right-img-row >.wpb_column:first-child{
        padding-left: var(--gaps) !important;
    }

    .full-right-img-row {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }
}

/*CF 7 - blocks form*/
.wpcf7-form{
    margin-bottom:35px;
}

.wpcf7-form .form{
    --placeholder: var(--grey43);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap:20px;
    margin-bottom:20px;
}

.wpcf7-form .form #msg,
.wpcf7-form .form #recapctha {grid-column: 1/4}

@media only screen and (max-width: 768px) {
    .wpcf7-form .form {
        display: block !important;
    }
    .wpcf7-form .form > div {
        margin-bottom: 15px;
    }

}

.wpcf7-form .form input,
.wpcf7-form .form textarea{
    font-size:16px;
    -webkit-transition: var(--allTransition);
    transition: var(--allTransition);
    resize: none;
}

.wpcf7-form #recaptcha{
    width:100%;
    text-align:center;
    margin-bottom:20px;
    display:flex;
    justify-content:center;
}

.wpcf7-form span.wpcf7-not-valid-tip {
    margin-top: 5px;
}

.wpcf7-form .wpcf7-response-output {
    color: var(--white);
    margin: 35px 0 0 !important;
    border-radius: 0;
    font-weight: 400;
    text-align: center;
}

.wpcf7-form #send .wpcf7-spinner {
    margin: 0;
    top: 50%;
    position: absolute;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    left: calc(100% + 10px);
    opacity: 1;
    z-index: 9;
}

.wpcf7-form #send .wpcf7-spinner:before {
    left: 2px;
    top: 2px;
}

.wpcf7-form #send{
    display:flex;
    justify-content: center;
    align-items: center;
}

.wpcf7-form #send input{
    --btn-font-size:14px;
    --btn-line-height:calc( var(--btn-font-size)*1.3);
    --btn-radius:10px;
    --border-color:var(--darkblue);
    --bg-color:var(--darkblue);
    --font-color:var(--white);

    padding: 10px 35px 10px 35px;
    text-align:center;
    font-size: var(--btn-font-size);
    line-height: var(--btn-line-height);
    font-weight: 400;
    text-transform: capitalize;
    color: var(--white) !important;
    background-image: none !important;
    background: #ED1C24;
    border: 0;
    border-radius: 10px !important;
    position: relative;
    z-index: 1;
    isolation: isolate;
    -webkit-transition: var(--allTransition);
    transition: var(--allTransition);
    overflow: hidden;
    text-align: left;
    font-family:var(--theme-font-family);
}

.wpcf7-form #send .effect:hover input{
    background-color:#FF7300;
}

.wpcf7-form #send .effect{
    position: relative;
    isolation: isolate;
}

/*.wpcf7-form #send .effect:after{*/
/*    --font-color:var(--white);*/
/*    content: "\f178";*/
/*    position: absolute;*/
/*    top:50%;*/
/*    right:20px;*/
/*    transform: translateY(-50%);*/
/*    z-index: 1;*/
/*    display: block !important;*/
/*    font-family: var(--fontAwesome);*/
/*    font-weight: 900;*/
/*    color: var(--font-color);*/
/*    -webkit-transition: var(--allTransition);*/
/*    transition: var(--allTransition);*/
/*}*/


.wpcf7-form #send .effect:hover:after{
    --font-color:var(--darkblue);
}

/*Footer*/
#footer .widget-title{padding-bottom: 15px}

#footer .ct-container {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: var(--row-spacing);
    margin-right: var(--row-spacing);
    width: auto;
}

/*can use grid also just spacing must equal*/
#footer [data-row*="middle"] .ct-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: nowrap;
    grid-gap:0;
    gap:30px 15px;
}

@media only screen and (max-width:999.98px) {
    #footer [data-row*="middle"] .ct-container {
        flex-wrap:wrap;
    }
}

#footer [data-row*="middle"] .ct-container [data-column*="widget-area"]{
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    flex-basis: -webkit-fit-content;
    flex-basis: -moz-fit-content;
    flex-basis: fit-content;
}

#footer p.inspiren{
    margin-bottom: 0;
    font-size: 14px;
}
#footer [data-row*="bottom"] .ct-footer-copyright p{margin-bottom: 0}


#footer p.inspiren span,
#footer [data-row*="bottom"] .ct-footer-copyright span{
    display: inline-block;
    padding-right: 3px;
}

/*only this site*/

#footer [data-row*="middle"] .ct-container [data-column*="widget-area-1"]{
    width: clamp(0px,28%,378px);
    flex-basis: clamp(0px,28%,378px);
}

#footer [data-row*="middle"] .ct-container [data-column*="widget-area-1"] .widget_media_image img{
    width: auto;
    max-height: 50px;
}

#footer [data-row*="middle"] .ct-container [data-column*="widget-area-1"] .widget_media_image + .widget_text{
    margin-top: 20px;
}

#footer [data-row*="middle"] .ct-container [data-column*="widget-area-1"] .widget_media_image + .widget_text h5{
    font-weight: 600;
    color: var(--black1a);
}

#footer [data-row*="middle"] .ct-container [data-column*="widget-area-1"] .widget_media_image + .widget_text .reg{
    font-weight: 400;
    font-size: 14px;
}

/*#footer [data-row*="middle"] .ct-container [data-column*="widget-area-2"] .widget_text ul.product-items{*/
/*    padding-left: 0;*/
/*    -webkit-column-count: 2;*/
/*    -moz-column-count: 2;*/
/*    column-count: 2;*/
/*    -webkit-column-gap: 60px;*/
/*    -moz-column-gap: 60px;*/
/*    column-gap: 60px;*/
/*}*/

#footer [data-row*="middle"] .ct-container [data-column*="widget-area-2"] .widget_text ul.product-items li.product-item{
    padding-left:0;
}

#footer [data-row*="middle"] .ct-container [data-column*="widget-area-2"] .widget_text ul.product-items li.product-item{
padding-bottom:10px
}

#footer [data-row*="middle"] .ct-container [data-column*="widget-area-2"] .widget_text ul.product-items li.product-item a{
    text-decoration: none;
    -webkit-transition: var(--allTransition);
    transition: var(--allTransition);
}

#footer [data-row*="middle"] .ct-container [data-column*="widget-area-2"] .widget_text ul.product-items li.product-item.current-product a{
    color: var(--linkHoverColor);
    font-weight: 600;
}

#footer [data-row*="middle"] .ct-container [data-column*="widget-area-3"] .widget_text .entry-content p{
    font-weight: 700;
}

#footer [data-row*="middle"] .ct-container [data-column*="widget-area-3"] .widget_text .entry-content p:not(:last-child){margin-bottom: 13px}

@media only screen and (max-width: 1100px) {
    #footer [data-row*="middle"] .ct-container [data-column*="widget-area-2"] .widget_text ul.product-items{
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

/*disable*/
#footer [data-row*="bottom"]{display: none !important;}

.page-id-28 #footer [data-row*="middle"]{display: none !important;}
.page-id-28 #footer [data-row*="bottom"]{
    display: block !important;
    background: var(--white);
}

.page-id-28 #footer [data-row*="bottom"] .ct-footer-copyright{
    text-align: center;
}

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

    #footer [data-row*="bottom"]{display: block !important;}

    #footer [data-row*="middle"] .ct-container{
        padding-bottom: 25px;
    }

    #footer [data-row*="middle"] .ct-container [data-column*="widget-area"]{
        width: 100%;
        flex-basis: 100%;
    }

    #footer [data-row*="middle"] .ct-container [data-column*="widget-area-2"] .widget_text ul.product-items{
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    #footer [data-row*="middle"] .ct-container [data-column*="widget-area-1"] .widget_text:last-child{display: none}

}

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

    #footer [data-row*="middle"] .ct-container [data-column*="widget-area-2"] .widget_text ul.product-items{
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

}

/*Woocommerce*/
body.woocommerce-page #main [class*="ct-container"] {
    padding-top: 100px;
    padding-bottom: 100px;
}

body.woocommerce-page .ct-container[data-sidebar] {
    grid-column-gap: var(--woo_col_gap);
    grid-row-gap: 35px;
}

@media only screen and (max-width: 999.98px) {
    body.woocommerce-page #main [class*="ct-container"] {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

/*Product Catalog*/
.woocommerce ul.products{padding-left: 0}

.woocommerce ul.products{
    padding:0;
    grid-column-gap:var(--woo_catalog_col_gap);
    grid-row-gap:35px;
}

.woocommerce ul.products li{margin-bottom: 0}

/*only this site*/
.woocommerce ul.products li {
    --rounded-radius: 15px;
    /*border-radius: var(--rounded-radius);*/
    /*border: 1px solid var(--grey43);*/
    overflow: hidden;
    /*padding: 35px 30px;*/
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px 60px;
    flex-wrap: wrap;
}

/*.woocommerce ul.products li:nth-child(6n),*/
/*.woocommerce ul.products li:nth-child(6n-1),*/
/*.woocommerce ul.products li:nth-child(6n-2) {*/
/*    flex-direction: row;*/
/*}*/

.woocommerce ul.products li .product-content{
    flex:1;
}

/*.woocommerce ul.products li > :first-child{*/
/*    width: 40%;*/
/*    flex-basis: 40%;*/
/*}*/

.woocommerce ul.products li .ct-image-container{
    --rounded-radius: 15px;
    position: relative;
    isolation: isolate;
    border-radius: var(--rounded-radius);
/*    width: 40%;
    flex-basis: 40%;*/
}

/*.woocommerce ul.products li .ct-image-container:before{*/
/*    content:'';*/
/*    position: absolute;*/
/*    top:0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: #E2E3E4;*/

/*    -webkit-mask-image: url('./images/cover-mask-square-type.svg');*/
/*    -webkit-mask-size: 100% 100%;*/
/*    -webkit-mask-repeat: no-repeat;*/
/*    -webkit-mask-position: center;*/

/*    mask-image: url('./images/cover-mask-square-type.svg');*/
/*    mask-size: 100% 100%;*/
/*    mask-repeat: no-repeat;*/
/*    mask-position: center;*/
/*    z-index: -1;*/
/*}*/

.woocommerce ul.products li:nth-child(6n) .ct-image-container:before,
.woocommerce ul.products li:nth-child(6n-1) .ct-image-container:before,
.woocommerce ul.products li:nth-child(6n-2) .ct-image-container:before{
    transform: scaleX(-1);
}

.woocommerce ul.products li .ct-image-container img {
    /*aspect-ratio: 550/394 !important;*/
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: auto;
}

.woocommerce ul.products li .product-content .entry-excerpt{
    margin-top: 20px;
}

.woocommerce ul.products li .product-content .ct-woo-card-actions{padding-top: 20px}

.woocommerce ul.products li .product-content .ct-woo-card-actions a.button{
    --btn-font-size:14px;
    --btn-line-height:calc( var(--btn-font-size)*1.3);
    --btn-radius:10px;
    --border-color:var(--green);
    --bg-color:var(--green);
    --font-color:var(--white);

    padding: 10px 20px;
    min-width: 120px;
    font-size: var(--btn-font-size);
    line-height: var(--btn-line-height);
    font-weight: 400;
    text-transform: initial;
    color: var(--font-color) !important;
    background-image: none !important;
    background: var(--bg-color) !important;
    border: 1px solid var(--border-color) !important;
    border-radius: var(--btn-radius) !important;
    position: relative;
    z-index: 1;
    isolation: isolate;
    -webkit-transition: var(--allTransition);
    transition: var(--allTransition);
    overflow: hidden;
}

.woocommerce ul.products li .product-content .ct-woo-card-actions a.button:hover {
    --bg-color:var(--white);
    --font-color:var(--green);
    --btn-radius:30px;
}

/*single product*/
.single-product.woocommerce div.product > .product-entry-wrapper{display: none !important}

.single-product.woocommerce div.product .woocommerce-product-gallery{
    width: var(--productImgWidth);
}

.single-product.woocommerce div.product .woocommerce-product-gallery .ct-image-container{
    background-color: whitesmoke;
}

.single-product.woocommerce div.product .woocommerce-product-gallery .ct-image-container img{
    aspect-ratio:4/3 !important;
    object-fit:cover;
    object-position:center;
}

.woocommerce.single-product .woocommerce-product-gallery .flexy-items{
    overflow: hidden;
}

/*.woocommerce.single-product .woocommerce-product-gallery .flexy-items .ct-image-container{
    border-radius: 0;
}

.woocommerce.single-product .woocommerce-product-gallery .flexy-pills .ct-image-container{border-radius: 0}*/

.single-product.woocommerce div.product .woocommerce-product-gallery .flexy-pills .ct-image-container img{
    aspect-ratio: 1/1 !important;
}

.single-product.woocommerce div.product .entry-summary{
    width: calc(100% - var(--productImgWidth));
    padding-left: var(--woo_col_gap);
}

@media (max-width: 999.98px){
    .single-product.woocommerce div.product .entry-summary{
        width: var(--productImgWidth);
        padding-left: 0;
    }
}

.woocommerce.single-product .woocommerce-tabs{padding-top:0;}

.woocommerce.single-product .woocommerce-tabs .tabs.wc-tabs{display: none !important}

.woocommerce.single-product .woocommerce-tabs .woocommerce-Tabs-panel {
    padding-top: 0 !important;
    margin-bottom: -35px;
    display: block;
    float: left;
    width: 100%;
}

.woocommerce.single-product .woocommerce-tabs .woocommerce-Tabs-panel > .vc_row {
    margin-left: -15px;
    margin-right: -15px;
    max-width: unset !important;
    width: unset !important;
}

.woocommerce.single-product .woocommerce-tabs .woocommerce-Tabs-panel > .vc_row:not(:last-of-type){margin-bottom: 35px}

.woocommerce.single-product .woocommerce-tabs .woocommerce-Tabs-panel > .vc_row.product-list{margin-bottom:0;}

/*.woocommerce.single-product article > .related{
    margin-top: 0;
    padding-top: 65px;
}

.woocommerce.single-product article > .related >h2{
    --fontSize: 30px;
    text-transform: capitalize;
    margin-bottom: 25px;
}

@media (max-width: 689.98px){
    .woocommerce.single-product article > .related >h2{
        --fontSize: 27px;
    }
}*/

/*Cart & Checkout*/
.woocommerce-cart article > .entry-content > *,
.woocommerce-checkout article > .entry-content > *{
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
}

.ct-woocommerce-cart-form{
    grid-column-gap: var(--woo_col_gap);
    grid-row-gap: 35px;
}

form.woocommerce-checkout {
    grid-column-gap: var(--woo_col_gap);
    grid-row-gap: 35px;
}

/*cart modal*/
.ct-cart-content .product_list_widget .product-data{
    font-size: 14px;
}

.ct-cart-content .product_list_widget .product-data .product-title{
    font-size: 16px;
}

/*My Account*/
.woocommerce-account article > .entry-content > *{
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
}

.woocommerce-MyAccount-navigation ul{padding-left: 0}

.woocommerce-account .ct-acount-nav{
    margin-inline-end: var(--woo_col_gap);
}

.woocommerce-account .ct-woo-unauthorized .woocommerce-form-login__rememberme{margin-bottom: 20px}

@media only screen and (max-width: 999.98px) {  
    .woocommerce-account .ct-acount-nav{
        --woo_col_gap: 30px;
    }
}

@media only screen and (max-width: 689.98px) {  
    .woocommerce-account .ct-acount-nav{
        margin-inline-end: 0;
    }
}

/*Post page*/
body.single-post article > .entry-content > :not(.alignfull):not(.alignleft):not(.alignright){
    width: 100%;
    max-width: 100%;
}

body.single-post article > .entry-content > [class*="vc"] {
    width: auto !important;
    max-width: unset !important;
}

body.single-post #main > [class*="ct-container"] {
    padding-top: 100px;
    padding-bottom: 100px;
}

/*if need use full page for single post*/
/*test stage*/
/*body.single-post article > .entry-content{
    --side: calc(var(--row-spacing) + 15px);
    position: relative;
    left: calc(0px - var(--side));
    width: calc(100% + var(--side)*2);
}*/

@media only screen and (max-width: 999.98px) { 
    body.single-post #main > [class*="ct-container"] {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

/*Post grid*/
[data-prefix="blog"] .entries[data-layout*="grid"]{
    grid-gap: 50px var(--woo_catalog_col_gap);
}

/*Tablet & Mobile*/
/*Stop animation on mobile*/
@media only screen and (max-width: 999.98px) {
    body .wpb_animate_when_almost_visible {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-animation: none;
        -moz-animation: none;
        -o-animation: none;
        animation: none;
    }

    html:not(.no-js) .aoswp-enabled [data-aos] {
        opacity: 1!important;
        -webkit-transform: none!important;
        transform: none!important;
        transition: none!important;
        transition-timing-function: unset!important;
        transition-duration: unset!important;
        transition-property: none!important;
    }
}


/*header*/
@media only screen and (max-width: 999.98px) {
    .mobile-menu{margin-bottom: 0 !important}

    .mobile-menu > ul{
        padding-left:0;
        border-top:none !important;
    }

    .mobile-menu > ul li.menu-item{margin-bottom: 0}

    .mobile-menu > ul[role="menubar"] > li.menu-item:last-child{border-bottom: none}

    .mobile-menu li.menu-item > a:hover,
    .mobile-menu li[class*="current"] > a,
    .mobile-menu li[class*="current"] > .ct-sub-menu-parent > a{
        font-weight: 400;
        color: var(--linkActiveColor, var(--linkHoverColor));
    }

    .mobile-menu li.menu-item .sub-menu > li.menu-item{
        border-bottom: none;
    }

    .mobile-menu li.menu-item .sub-menu > li.menu-item a{
        position: relative;
        isolation: isolate;
    }

    .mobile-menu li.menu-item .sub-menu > li.menu-item a:before{display: none}

    .mobile-menu li.menu-item .sub-menu > li.menu-item a::after {
        content: '\f054';
        position: absolute;
        top: var(--menu-item-padding);
        left: -20px;
        display: block !important;
        z-index: -1;
        color: var(--customBodyText);
        font-family: var(--fontAwesome);
        font-weight: 900;
        font-size: 10px;
    }

    .mobile-menu [class*="children"] > ul{
        padding-left: 20px;
    }

/*    .mobile-menu li.menu-item .sub-menu > li.menu-item a:before{
        content:'\f105';
        position: absolute;
        top:50%;
        left: -20px;
        transform: translateY(-50%);
        width: auto;
        height: auto;
        background: none;
        display: block !important;
        font-weight: 900;
        font-size: 14px;
        font-family: var(--fontAwesome);
        color: inherit;
        opacity: 1;
    }*/

    /*only on this site*/
}

/*website Style*/
/*color text / heading */
.all-title{margin-bottom: 25px}

.subheading{
    font-size:var(--font-size-s);
    margin-bottom: 15px !important;
    font-weight: 400;
}

.regular-font-heading h1,
.regular-font-heading h2,
.regular-font-heading h3,
.regular-font-heading h4,
.regular-font-heading h5,
.regular-font-heading h6,
.regular-font-heading.vc_custom_heading{
    font-weight: 400 !important;
}

.black-text{color: var(--black);}
.white-text{color: var(--white);}
.orange-text{color: #FF9843;}
.blue-text{color:#076F88}
.green-text{color: var(--green);}

/*Alignment*/
.justify-text{text-align: justify;}

/*Read More Button*/
.readmore{
    margin-bottom: 35px !important;
}

.readmore button.vc_general.vc_btn3{
    font-family: var(--fontFamily);
    text-transform:capitalize;
}

.readmore .vc_general.vc_btn3 {
    --btn-font-size:14px;
    --btn-line-height:calc( var(--btn-font-size)*1.3);
    --btn-radius:5px;
    --border-color:var(--red);
    --bg-color:var(--red);
    --font-color:var(--white);

    padding: 10px 20px;
    min-width: 120px;
    font-size: var(--btn-font-size);
    line-height: var(--btn-line-height);
    font-weight: 400;
    text-transform: capitalize;
    color: var(--font-color) !important;
    background-image: none !important;
    background: var(--bg-color) !important;
    border: 1px solid var(--border-color) !important;
    border-radius: var(--btn-radius) !important;
    position: relative;
    z-index: 1;
    isolation: isolate;
    -webkit-transition: var(--allTransition);
    transition: var(--allTransition);
    overflow: hidden;
}

.readmore .vc_general.vc_btn3:hover {
    --bg-color:var(--white);
    --font-color:var(--red);
    --btn-radius:5px;
}

/* .readmore.red .vc_general.vc_btn3{
    --bg-color:var(--red);
    --border-color:var(--red);
}

.readmore.red .vc_general.vc_btn3:hover {
    --bg-color:var(--white);
    --font-color:var(--red);
} */

.readmore.darkblue .vc_general.vc_btn3{
	--bg-color:var(--darkblue);
    --border-color:var(--darkblue);
    border-radius:10px !important;
}

.readmore.darkblue .vc_general.vc_btn3:hover {
    --bg-color:#323232;
    --border-color:#323232;
    --font-color:var(--white);
}

.readmore.long .vc_general.vc_btn3{
    width: 100%;
    text-align: left;
    max-width: 150px;
}

.readmore.cta .vc_general.vc_btn3:after{
    content: "\f178";
    position: absolute;
    top:50%;
    right:20px;
    transform: translateY(-50%);
    z-index: -1;
    display: block !important;
    font-family: var(--fontAwesome);
    font-weight: 900;
    color: inherit;
}


.readmore.wa-btn .vc_general.vc_btn3 {
    border:0 !important;
    background-color: #30C53A !important;
    color: var(--white);
}

.readmore.wa-btn .vc_general.vc_btn3:hover {
    background-color: #08760F !important;
}

/*make the row background image parallax*/
.fixed-bg{background-attachment: fixed;}

/*Image effect*/
/*Grow Effect*/
.grow-effect figure {
    overflow: hidden;
}

.grow-effect img {
    transform: scale(1);
    -webkit-transition: var(--imageTransition);
    transition: var(--imageTransition);
}

.grow-effect:hover img {
    transform: scale(1.05);
}

/*filter black and white*/
.img-filter-white img{
    filter: var(--filterWhite);
}

.img-filter-black img {
    filter: var(--filterBlack);
}

/*make image round or rounded*/
.round-image figure{
    overflow: hidden;
    border-radius: 50%;
}

.rounded-image figure{
    overflow: hidden;
    border-radius: var(--rounded-radius);
}

/*banner*/
/*.banner-with-trans-header{*/
/*    padding-top:40px;*/
/*}*/

/*home*/
.home-main-section {
    position: relative;
    isolation: isolate;
    padding-top: 100px !important;
    margin-top: -100px;
    z-index: 10;
}

.home-main-section:before,
.home-main-section:after {
    content:'';
    position:absolute;
    width: 100%;
    height:100%;
    top:0;
    left: 0;
     -webkit-mask-image: url(./images/home-main-section-bg.svg);
    mask-image: url(./images/home-main-section-bg.svg);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat; 
    -webkit-mask-position: top center;
    mask-position: top center;
    z-index: -1;
}

.home-main-section:before{
    background: url(./images/home-bg.jpg) no-repeat center bottom / cover;
    display: block !important;
    opacity:1;
}

.home-main-section:after {
    background: url('./images/home-bg-layer.png') no-repeat center / cover;
    opacity: 0.6;
}

/*.home-main-section::after {*/
/*    content: '01';*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    right: -2%;*/
/*    transform: translateY(-50%);*/
/*    color: var(--greyE6);*/
/*    font-size: 25vw;*/
/*    display: block !important;*/
/*    z-index: -1;*/
/*    font-weight: 700;*/
/*    font-family: var(--fontAcumin);*/
/*    -webkit-text-fill-color: transparent;*/
/*    -webkit-text-stroke-width: 1px;*/
/*    -webkit-text-stroke-color: var(--darkblue);*/
/*    opacity: 0.2;*/
/*    line-height: 1;*/
/*    letter-spacing: 0;*/
/*}*/

.home-about{
    padding-bottom: 35px;
    display:flex;
}

/*.home-about .wpb_text_column {*/
/*    margin-left: auto;*/
/*    margin-right: auto;*/
/*    max-width: 580px;*/
/*}*/

.home-counter-row{padding-bottom: 100px}
.home-counter-row > .wpb_column:nth-child(2n-1){margin-bottom: 50px}
.home-counter-row > .wpb_column:nth-child(2n){margin-top: 50px}

.home-counter-row > .wpb_column > .vc_column-inner > .wpb_wrapper{
    border-radius: 10px;
    padding:20px 20px;
    background: var(--grey);
    position: relative;
    isolation: isolate;
}

/*.inner-flex-box> .wpb_column > .vc_column-inner > .wpb_wrapper{*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*    gap:20px;*/
/*}*/

.inner-flex-box{padding-bottom: 10px}

/*.inner-flex-box > .wpb_column > .vc_column-inner > .wpb_wrapper > *{margin-bottom: 0 !important}*/

.inner-flex-box .wpb_single_image img{
    width: auto;
    max-height: 50px;
}

.evc-counter{
    margin-bottom: 35px;
}

.home-counter-row .evc-counter .evc-c-digit {
    color: var(--white);
    height: auto;
    line-height: 1;
    font-size: 40px;
    font-weight: 700;
    font-family: var(--fontFamily);
}

.counter-plus.evc-counter .evc-c-digit:after{
    content: '+';
    margin-left: 3px;
}

.home-counter-row .arrow-btn-html{text-align: right;}

.home-counter-row .arrow-btn-html a{
    color: var(--white);
    font-size: 25px;
}

.home-counter-row .arrow-btn-html a:hover{color: var(--green);}

.home-product-section{    
    position: relative;
    isolation: isolate;
    padding-top: 100px !important;
    padding-bottom: 65px !important;
    z-index: 10;
    overflow: hidden;
}

/*.home-product-section:after {*/
/*    content: '02';*/
/*    position: absolute;*/
/*    bottom: -12.5%;*/
/*    left: -6%;*/
/*    color: var(--greyE6);*/
/*    font-size: 25vw;*/
/*    display: block !important;*/
/*    z-index: -1;*/
/*    font-weight: 700;*/
/*    font-family: var(--fontAcumin);*/
/*    -webkit-text-fill-color: transparent;*/
/*    -webkit-text-stroke-width: 1px;*/
/*    -webkit-text-stroke-color: var(--darkblue);*/
/*    opacity: 0.2;*/
/*    line-height: 0.8;*/
/*    letter-spacing: 0;*/
/*}*/

.home-product{padding-bottom: 35px}
.home-product-slider .woocommerce ul.products li:nth-child(2n+1){margin-top: 50px}
.home-product-slider .woocommerce ul.products li:nth-child(2n){margin-bottom: 50px;}

.home-product-slider .woocommerce ul.products li {
    --rounded-radius: 0;
    border-radius: var(--rounded-radius);
    border: none;
    overflow: hidden;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px 60px;
    flex-wrap: wrap;
    position: relative;
    isolation: isolate;
}
@media only screen and (min-width: 768px){
    .home-product-slider .woocommerce ul.products li:nth-child(3) .ct-image-container img{
        transform: scaleX(-1);
    }
    
    .package-cta .package-img{
    margin-top:-100px;
    }
    
    .product-details-row .numbering{
        left:0;
    }
    
}
/*.home-product-slider .woocommerce ul.products li:before {
    content: "\2b";
    position: absolute;
    top: 20px;
    left: 32px;
    z-index: 1;
    display: block !important;
    font-family: var(--fontAwesome);
    font-weight: 900;
    color: var(--siteBodyText);
    -webkit-transition: var(--allTransition);
    transition: var(--allTransition);
    opacity: 0;
    font-size: 20px;
}

.home-product-slider .woocommerce ul.products li:hover:before{
    opacity: 1;
}*/

.home-product-slider .woocommerce ul.products li .product-content{
    flex:1;
}

.home-product-slider .woocommerce ul.products li > :first-child{
    width: 100%;
    flex-basis: 100%;
    position: relative;
    isolation: isolate;
}

.home-product-slider .woocommerce ul.products li > :first-child:before {
    content: "\2b";
    position: absolute;
    top: 4.45%;
    left: 9.4%;
    z-index: 1;
    display: block !important;
    font-family: var(--fontAwesome);
    font-weight: 900;
    color: var(--siteBodyText);
    -webkit-transition: var(--allTransition);
    transition: var(--allTransition);
    opacity: 0;
    font-size: 20px;
}

.home-product-slider .woocommerce ul.products li > :first-child:hover:before{
    opacity: 1;
}

.woocommerce ul.products li .ct-image-container{
    border: 1px solid #e2e3e4 !important;
    background: #e2e3e4;
    border-radius: 15px;
    margin-bottom:0;
}
    
.home-product-slider .woocommerce ul.products li .ct-image-container{
    --mask-p: 100% 100%;
    --mask-s: 200% 200%;
    border: 1px solid #e2e3e4 !important;
    background: #e2e3e4;
    border-radius: 15px;
    display: block;
    margin-bottom: 0;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    -webkit-mask-image: url('./images/product-slider-mask.svg'));
    -webkit-mask-size: var(--mask-s);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position:var(--mask-p);

    mask-image: url('./images/product-slider-mask.svg');
    mask-size: var(--mask-s);
    mask-repeat: no-repeat;
    mask-position: var(--mask-p);
    -webkit-transition: var(--allTransition);
    transition: var(--allTransition);
}

.home-product-slider .woocommerce ul.products li:hover .ct-image-container{
    --mask-p: 0 0;
    --mask-s: 100% 100%;
}
.home-product-slider .woocommerce ul.products li .ct-image-container:before{display: none !important}
/*.home-product-slider .woocommerce ul.products li .ct-image-container:after {*/
.woocommerce ul.products li .ct-image-container:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(-50%,-50%);
    width: auto;
    height: 100%;
    background: var(--grey43);
    display: block !important;
    z-index: -1;
    opacity: 0.1;
    border-radius: 50%;
    aspect-ratio: 1/1;
}

/*.home-product-slider .woocommerce ul.products li .ct-image-container img {*/
.woocommerce ul.products li .ct-image-container img {
    aspect-ratio: 358/448 !important;
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: auto;
}

.home-product-slider .woocommerce ul.products li .product-content .woocommerce-loop-product__title{
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3 !important;
    text-align: left;
}

.home-product-slider .woocommerce ul.products li .product-content .entry-excerpt,
.home-product-slider .woocommerce ul.products li .product-content .ct-woo-card-actions{display: none}

.home-product-slider .readmore {
    padding-top: 70px;
}

.carousel-slider .owl-item{
    -webkit-transition: var(--allTransition);
    transition: var(--allTransition);
}
.carousel-slider .owl-item.active:nth-of-type(2n){
    margin-top: 50px;
}

.carousel-slider .carousel-slider__product{
    box-shadow: none !important;
    position: relative;
    isolation: isolate;
}


.carousel-slider .carousel-slider__product:before {
    content: "\2b";
    position: absolute;
    top: 20px;
    left: 32px;
    z-index: 1;
    display: block !important;
    font-family: var(--fontAwesome);
    font-weight: 900;
    color: var(--siteBodyText);
    -webkit-transition: var(--allTransition);
    transition: var(--allTransition);
    opacity: 0;
    font-size: 20px;
}

.carousel-slider .owl-item:hover .carousel-slider__product:before{
    opacity: 1;
}

.carousel-slider .carousel-slider__product > a:first-child {
    --mask: none;
    border: 1px solid #e2e3e4 !important;
    background: #e2e3e4;
    border-radius: 15px;
    display: block;
    margin-bottom: 20px;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    -webkit-mask-image: var(--mask);
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;

    mask-image: var(--mask);
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-transition: var(--allTransition);
    transition: var(--allTransition);
}

.carousel-slider .owl-item:hover .carousel-slider__product > a:first-child{
    --mask: url('./images/product-slider-mask.svg');
}

.carousel-slider .carousel-slider__product > a:first-child:after{
    content: '';
    position: absolute;
    top:50%;
    right:0;
    transform: translate(0,-50%);
    width: 60%;
    height: 100%;
    background: var(--grey43);
    display: block !important;
    z-index: -1;
    opacity: 0.1;
    border-radius: 10em 0 0 10em;
}

.carousel-slider .carousel-slider__product > a:first-child img{
    aspect-ratio: 358/448;
    object-fit: contain;
    object-position: center;
}

.carousel-slider .carousel-slider__product .woocommerce-loop-product__title{
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3 !important;
    margin-top: 20px !important;
    text-align: left;
}

.home-video-section{    
    position: relative;
    isolation: isolate;
    padding-top: 100px !important;
    padding-bottom: 65px;
    z-index: 10;
    overflow: hidden;
}

.facebook-section:after {
    content: '03';
    position: absolute;
    top: 28%;
    right: -1%;
    transform: translateY(-50%);
    color: var(--greyE6);
    font-size: 25vw;
    display: block !important;
    z-index: -1;
    font-weight: 700;
    font-family: var(--fontAcumin);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #024EC5;
    opacity: 0.1;
    line-height: 0.5;
    letter-spacing: 0;
}

.home-video{padding-bottom: 35px}

.home-video-slick{
    margin-left: var(--row-spacing) !important;
    width: 115%;
    position: relative;
    isolation: isolate;
}

.home-video-slick .slick-track .wpb_column{
    margin-right: 30px;
    -webkit-transition: var(--allTransition);
    transition: var(--allTransition);
}

.home-video-slick .slick-track:before,
.home-video-slick .slick-track:after{
    display: none !important;
}

.home-video-slick .slick-arrow{
    z-index: 99;
    color: transparent;
    width: 50px;
    height:50px;
    overflow:hidden;
    background: var(--green);
    opacity: 0.8 ;
    -webkit-transition: var(--allTransition);
    transition: var(--allTransition);
    border-radius: 50%;
}

.home-video-slick .slick-arrow:hover{
    opacity: 1;
}

.home-video-slick .slick-arrow:after{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    display: block !important;
    font-family: var(--fontAwesome);
    font-weight: 900;
    color: var(--white);
    -webkit-transition: var(--allTransition);
    transition: var(--allTransition);
    opacity: 1;
    font-size: 20px;
}

.home-video-slick .slick-prev.slick-arrow:after{content: '\f177'}
.home-video-slick .slick-next.slick-arrow:after{content: '\f178'}

.home-video-slick .slick-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -50px;
     display: none !important; 
}

.home-video-slick .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 34.4%;
}

.home-video-slick .wpb_column > .vc_column-inner > .wpb_wrapper{
    position: relative;
    isolation: isolate;
}

.home-video-slick .video-poster figure{
    --mask-p: 100% 100%;
    --mask-s: 150% 150%;
    border-radius: 15px;
    overflow: hidden;

    -webkit-mask-image: url('./images/cover-mask-no-corner.svg');
    -webkit-mask-size: var(--mask-s);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: var(--mask-p);

    mask-image: url('./images/cover-mask-no-corner.svg');
    mask-size: var(--mask-s);
    mask-repeat: no-repeat;
    mask-position: var(--mask-p);
    overflow: hidden;
    -webkit-transition: var(--allTransition);
    transition: var(--allTransition);
}

.home-video-slick .wpb_column:hover .video-poster figure{
    --mask-p: 0 0;
    --mask-s: 100% 100%;
}

.home-video-slick .slick-track .slick-active:nth-of-type(2n-1){
    margin-top:50px;
}

/*.home-video-slick .slick-track div.slick-active:nth-of-type(5){}*/

.home-video-slick .video-poster*{
    width: 100%;
}

.home-video-slick .video-poster{
    position: relative;
    isolation: isolate;
}

.home-video-slick .video-poster:before {
    content: "\2b";
    position: absolute;
    top: 3.1%;
    left: 4.7%;
    z-index: 1;
    display: block !important;
    font-family: var(--fontAwesome);
    font-weight: 900;
    color: var(--white);
    -webkit-transition: var(--allTransition);
    transition: var(--allTransition);
    opacity: 0;
    font-size: 20px;
}

.home-video-slick .wpb_column:hover .video-poster:before{
    opacity: 1;
}

.home-video-slick .video-poster img{
    aspect-ratio: 638/513;
    object-fit: cover;
    object-position: center;
    height: auto;
}

.home-video-slick .video-poster[class*="popmake"] figure{
    position: relative;
    isolation: isolate;
}

.home-video-slick .video-poster[class*="popmake"] figure:after {
    content: '\f04b';
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-family: var(--fontAwesome);
    font-weight: 900;
    color: var(--white);
    opacity: 0.7;
    display: block !important;
    z-index: 5;
    font-size: 40px !important;
    position: absolute;
}

.home-download-enquiry-section{
    position: relative;
    isolation: isolate;
    /*padding-top: 100px !important;*/
    padding-bottom: 65px;
    z-index: 10;
    overflow: hidden;
}

.home-download-enquiry-section:before{
    content: '';
    position: absolute;
    width: 100%;
    top:0;
    left: 0;
    height: 100%;
    background: linear-gradient(180deg, #FFF 75%, rgba(255, 255, 255, 0.00) 100%);
/*    opacity: 0.8;*/
    display: block !important;
    z-index: -1;
}

.home-download-enquiry-section:after {
    content: '02';
    position: absolute;
    bottom:25%;
    left: 0%;
    transform: translateY(50%);
    color: var(--greyE6);
    font-size: 25vw;
    display: block !important;
    z-index: -1;
    font-weight: 700;
    font-family: var(--fontAcumin);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--darkblue);
    opacity: 0.1;
    line-height: 1;
    letter-spacing: 0;
}

.home-catalog{padding-bottom: 65px}

.home-catalog > .wpb_column{
    position: relative;
    isolation: isolate;
}

.home-catalog > .wpb_column:not(:last-child):after{
    content: '';
    position: absolute;
    top:35px;
    right: 0;
    width: 1px;
    height: calc(100% - 105px);
    background: #B5BFD2;
    display: block !important;
    z-index:-1;
}

.home-catalog .wpb_single_image img{
    width: auto;
    max-height: 300px;
}

.home-catalog > .wpb_column:nth-child(1) > .vc_column-inner > .wpb_wrapper{
    padding-right: calc(var(--inbox) + 15px);
}

.home-catalog > .wpb_column:nth-child(2) > .vc_column-inner > .wpb_wrapper{
    padding-left: calc(var(--inbox) + 15px);
}

.home-cta-title > .wpb_column:first-child,
.package-cta-title > .wpb_column:first-child,
.package-cta-title-1 > .wpb_column:last-child{
    background: #080a45;
    position: relative;
    isolation: isolate;
}

.home-cta-title > .wpb_column:first-child,
.package-cta-title > .wpb_column:first-child{
    border-top-right-radius: 50px;
}

.package-cta-title-1 > .wpb_column:last-child{
    border-top-left-radius: 50px;
}


.home-cta-title > .wpb_column:first-child > .vc_column-inner{
    padding-top:70px !important;
    padding-bottom: 35px;
}

.package-cta-title > .wpb_column:first-child > .vc_column-inner,
.package-cta-title-1 > .wpb_column:last-child > .vc_column-inner{
    padding-top:35px;
}

.home-cta-title > .wpb_column:first-child:before,
.package-cta-title > .wpb_column:first-child:before,
.package-cta-title-1 > .wpb_column:last-child:before {
    content:'';
    top:0;
    position: absolute;
    width: 9999px;
    height: 100%;
    background: inherit;
    display: block !important;
    z-index: -1;
}

.home-cta-title > .wpb_column:first-child:before,
.package-cta-title > .wpb_column:first-child:before{
    right: calc(100% - 15px);
}

.package-cta-title-1 > .wpb_column:last-child:before{
 
    left: calc(100% - 15px);
}
.home-cta{
    margin-top: -177px;
    align-items:flex-end;
}

.masked-img.wpb_single_image figure{
    position: relative;
    isolation: isolate;

    -webkit-mask-image: url('./images/cover-mask-no-corner.svg');
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;

    mask-image: url('./images/cover-mask-no-corner.svg');
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    mask-position: center;
    border-radius:var(--rounded-radius);
    overflow: hidden;
}

.masked-img-square-type.wpb_single_image figure{
    position: relative;
    isolation: isolate;

    -webkit-mask-image: url('./images/cover-mask-square-type.svg');
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;

    mask-image: url('./images/cover-mask-square-type.svg');
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    mask-position: center;
    border-radius:var(--rounded-radius);
    overflow: hidden;
}

.home-cta .wpb_single_image img{
/*    width: auto;*/
    max-height: 500px;
    object-position: center;
    object-fit:cover;
}

.home-cta .wpb_single_image *{
    width: 100%;
}

.home-cta > .wpb_column:nth-child(1) > .vc_column-inner > .wpb_wrapper{
    width: clamp(0px, 100%, 520px);
    margin-right: auto;
}

/*about*/
.about-main-section{
    padding-top: 100px !important;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding-bottom:30px;
}

.about-main-section:after {
    content: '01';
    position: absolute;
    top: 0;
    left: -2%;
    color: var(--blue);
    font-size: 20vw;
    display: block !important;
    z-index: -1;
    font-weight: 700;
    font-family: var(--fontAcumin);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--darkblue);
    opacity: 0.1;
    line-height: 1;
    letter-spacing: 0;
}

.about-main{
    padding-bottom: 35px;
}

.about-main > .wpb_column > .vc_column-inner > .wpb_wrapper{
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
}

.about-main-cert{padding-bottom: 65px}

.about-main-cert > .wpb_column > .vc_column-inner > .wpb_wrapper{
    display:flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap:30px;
    flex-wrap: wrap;
}

.about-main-cert .wpb_single_image img {
    max-width: 125px;
    max-height: 100px;
    width: auto;
}

.about-lafeeder-section {
    position: relative;
    isolation: isolate;
    padding-top: 100px !important;
    z-index: 10;
    overflow: hidden;
}

.about-lafeeder-section:before{
    content:'';
    position:absolute;
    width: 100%;
    height:100%;
    top:0;
    left: 0;
    background: #6a696c;
    display: block !important;
    z-index: -1;
    -webkit-mask-image: url(./images/home-main-section-bg.svg);
    mask-image: url(./images/home-main-section-bg.svg);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat; 
    -webkit-mask-position: top center;
    mask-position: top center;
}

.about-service-row {
    position:relative;
}

.about-service-row:after {
    content: '02';
    position: absolute;
    bottom: 0;
    right: 0;
    color: var(--greyE6);
    font-size: 25vw;
    display: block !important;
    z-index: 0;
    font-weight: 700;
    font-family: var(--fontAcumin);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--darkblue);
    opacity: 0.1;
    line-height: 0.5;
    letter-spacing: 0;
}

.about-lafeeder{padding-bottom: 65px}

.about-choose-us-section{
    padding-top: 100px !important;
    position: relative;
    isolation: isolate;
    overflow: hidden;
}

.about-choose-us-section:before{
    content: '';
    position: absolute;
    width: 100%;
    top:0;
    left: 0;
    height: 100%;
    background: linear-gradient(180deg, #FFF 20%, rgba(255, 255, 255, 0.45) 100%);
    display: block !important;
    z-index: -1;
}

.about-choose-us-title{}

.about-counter-row.home-counter-row > .wpb_column:nth-child(2n+1) {
    margin-top: 50px;
}

.about-counter-row.home-counter-row > .wpb_column:nth-child(2n) {
    margin-top: 0;
}

.about-vm-section{
    padding-top: 100px !important;
    position: relative;
    isolation: isolate;
    overflow: hidden;
}

.about-vm-section::after {
    content: '03';
    position: absolute;
    top: 0;
    right: 0;
    color: var(--greyE6);
    font-size: 25vw;
    display: block !important;
    z-index: -1;
    font-weight: 700;
    font-family: var(--fontAcumin);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--darkblue);
    opacity: 0.1;
    line-height: 1;
    letter-spacing: 0;
}

/*.about-vm-title{padding-bottom: 35px}*/

.about-vm{
    padding-bottom: 100px !important;
}

.about-vm > .wpb_column > .vc_column-inner > .wpb_wrapper,
.about-vm .slick-track > .wpb_column > .vc_column-inner > .wpb_wrapper{
    background: var(--siteHeading);
    border-radius: var(--rounded-radius);
    padding:35px 30px 1px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap:30px;
}

.about-vm > .wpb_column > .vc_column-inner > .wpb_wrapper > *,
.about-vm  .slick-track > .wpb_column > .vc_column-inner > .wpb_wrapper > *{
    flex:1;
}

/*.vm-text-box{padding-top: 35px}*/

@media only screen and (min-width:768px) {
    .vm-text-box .wpb_text_column {
        margin-bottom:0;
    }
}

/*Catalog*/
.catalog-row{
    padding-top: 100px !important;
    padding-bottom:65px;
}

.catalog-row .wpb_single_image{margin-bottom: 20px}

.hover-masked-img.wpb_single_image figure{
    --mask-p: 100% 100%;
    --mask-s: 200% 200%;
    position: relative;
    isolation: isolate;

    -webkit-mask-image: url('./images/cover-mask-no-corner.svg');
    -webkit-mask-size: var(--mask-s);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: var(--mask-p);

    mask-image: url('./images/cover-mask-no-corner.svg');
    mask-size: var(--mask-s);
    mask-repeat: no-repeat;
    mask-position: var(--mask-p);
    border-radius:var(--rounded-radius);
    overflow: hidden;
    -webkit-transition: var(--imageTransition);
    transition: var(--imageTransition);
}

.hover-masked-img.wpb_single_image:hover figure{
    --mask-p: 0 0;
    --mask-s: 100% 100%;
}

/*Video*/
.video-section{
    padding-top: 100px !important;
    padding-bottom: 30px;
}

.video-row > .wpb_column{
    padding-bottom: 35px;
}

.video-row .wpb_video_widget {
    margin-bottom: 20px;
    border-radius: var(--rounded-radius);
    overflow: hidden;
}

/*Contact*/
.contact-main-section{
    padding-top: 100px !important;
    position: relative;
    isolation: isolate;
    overflow: hidden;
}

.contact-main-section:after {
    content: '01';
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 25vw;
    display: block !important;
    z-index: -1;
    font-weight: 700;
    font-family: var(--fontAcumin);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--darkblue);
    opacity: 0.1;
    line-height: 0.7;
    letter-spacing: 0;
}

.contact-main{padding-bottom: 65px}

.contact-main .wpb_single_image[class*="masked-img"] figure{
    --rounded-radius:15px;
}

.contact-main .company-name h4 {
    line-height: 1;
}

.contact-main .company-name .reg {
    font-weight: 400;
    font-size: 14px;
}

.contact-main .address .add{
    display: inline-block;
    padding-right: 3px;
}

.contact-main .operating-hour p:first-child{margin-bottom: 10px}

.contact-map{}

.contact-map .wpb_gmaps_widget{
    margin-bottom: 0;
}

.contact-map .wpb_gmaps_widget .wpb_wrapper{padding:0}

.contact-form-section{
    padding-top: 100px !important;
    padding-bottom: 65px;
    position: relative;
    isolation: isolate;
    overflow: hidden;
}

.contact-form-section:after {
    content: '02';
    position: absolute;
    bottom: -7%;
    left: -3.5%;
    color: var(--greyE6);
    font-size: 25vw;
    display: block !important;
    z-index: -1;
    font-weight: 700;
    font-family: var(--fontAcumin);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--white);
    opacity: 0.1;
    line-height: 0.5;
    letter-spacing: 0;
}

/*Woocomerce*/
/*sidebar*/
#sidebar .widget_text ul.product-items{
    padding-left: 0;
    list-style: none;
}

#sidebar .widget_text ul.product-items li.product-item:first-child{padding-top: 0}

#sidebar .widget_text ul.product-items li.product-item{
    padding:10px 0;
    /*border-bottom: 1px solid var(--siteBodyText);*/
    margin:0;
    position:relative;
}

#sidebar .widget_text ul.product-items li.product-item:before{
    content:'';
    position:absolute;
    width:100%;
    height:0;
    bottom:-1px;
    left:0;
    border-bottom: 1px solid var(--siteBodyText);
    display:block !important;
    z-index:-1;
}

#sidebar .widget_text ul.product-items li.product-item a{
    text-decoration: none;
}

#sidebar .widget_text ul.product-items li.product-item.current-product a{
    color: var(--linkHoverColor);
    font-weight: 600;
}

/*for mobile*/
@media only screen and (max-width: 999.98px) {
#sidebar .widget_text ul.product-items{
    border:1px solid var(--siteBodyText);
    /*border-bottom:none;*/
    border-radius:5px;
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    align-items:flex-start;
    height:41.6px;
    overflow:hidden;
    position:relative;
    isolation:isolate;
    -webkit-transition: var(--allTransition);
    transition: var(--allTransition);
}

#sidebar .widget_text ul.product-items.expand{
    height:100%;
}

#sidebar .widget_text ul.product-items:after{
    content:'\f107';
    position:absolute;
    top:10px;
    right:15px;
    color:inherit;
    font-family: var(--fontAwesome);
    font-weight: 900;
    transform:rotate(0);
    -webkit-transition: var(--allTransition);
    transition: var(--allTransition);
}


#sidebar .widget_text ul.product-items.expand:after{
    transform:rotate(180deg);
}

#sidebar .widget_text ul.product-items li.product-item{
    padding:10px 15px !important;
    width:100%;
}

#sidebar .widget_text ul.product-items li.product-item.current-product{order:-1;}
}

/*Single products*/

/*.product-title-desc{
    padding-bottom:35px;
}*/

.product-list{}

.vc_custom_heading.product-image-title{
    margin-bottom: 35px;
    font-weight: 600;
}

.product-item-img{
    --mask : url('./images/product-mask.svg');
    --mask-p: 100% 100%;
    --mask-s: 200% 200%;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    isolation: isolate;
    padding:1px;
}

.product-list > .wpb_column:hover .product-item-img{
    --mask-p: 0 0;
    --mask-s: 100% 100%;
}

.product-item-img:before{
    --rounded-radius: 15px;
    content: '';
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
    background: var(--grey43);
    -webkit-mask-image: var(--mask);
    -webkit-mask-size: var(--mask-s);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: var(--mask-p);

    mask-image: var(--mask);
    mask-size: var(--mask-s);
    mask-repeat: no-repeat;
    mask-position: var(--mask-p);
    border-radius:var(--rounded-radius);
    overflow: hidden;
    -webkit-transition: var(--imageTransition);
    transition: var(--imageTransition);
}

.product-item-img *{
    width: 100%;
}

.product-item-img figure{
    --rounded-radius: 15px;
    position: relative;
    isolation: isolate;
    background: var(--white);
    -webkit-mask-image: var(--mask);
    -webkit-mask-size: var(--mask-s);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: var(--mask-p);

    mask-image: var(--mask);
    mask-size: var(--mask-s);
    mask-repeat: no-repeat;
    mask-position: var(--mask-p);
    border-radius:var(--rounded-radius);
    overflow: hidden;
    -webkit-transition: var(--imageTransition);
    transition: var(--imageTransition);
}

.product-item-img img {
    transform: scale(1);
    aspect-ratio: 500/432;
    object-fit: contain;
    object-position: center;
    -webkit-transition: var(--imageTransition);
    transition: var(--imageTransition);
}

.product-list > .wpb_column:hover .product-item-img img {
    transform: scale(1.05);
}

/*popup maker*/

.pum-theme-282 .theme-282 .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper > :last-child{margin-bottom: 0}

#popmake-386{
    background:#99999A;
    padding: 35px 15px 0;
}

/*mobile*/
/*home*/
@media only screen and (max-width: 999.98px) {
    .home-main-section {
        padding-top: 100px !important;
        margin-top: -10px;
        background: #f1f1f1;
    }

    .home-product-slider .woocommerce ul.products{
        --shop-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 768px) {
    .home-main-section {
        padding-top: 70px !important;
    }

    .home-main-section:before {
        -webkit-mask-image: url(./images/home-main-section-bg-mobile.svg);
        mask-image: url(./images/home-main-section-bg-mobile.svg);
    }
    
    .home-main-section:after {
        -webkit-mask-image: url(./images/home-main-section-bg-mobile.svg);
        mask-image: url(./images/home-main-section-bg-mobile.svg);
    }

    /*.home-main-section:after {*/
    /*    content: '01';*/
    /*    position: absolute;*/
    /*    top: 29%;*/
    /*    right: -1.5%;*/
    /*    transform: none;*/
    /*}*/

    .home-main-section .home-about{
        position: relative;
        isolation: isolate;
    }

    /*.home-main-section .home-about:before {*/
    /*    content: '';*/
    /*    width: clamp(0px,45%,200px);*/
    /*    height: auto;*/
    /*    position: absolute;*/
    /*    bottom: -5%;*/
    /*    left: 0;*/
    /*    aspect-ratio: 7/5;*/
    /*    background: url('./images/home-section-bg-items-absolute.png');*/
    /*    background-size: contain;*/
    /*    background-position: center;*/
    /*    background-repeat: no-repeat;*/
    /*    display: block !important;*/
    /*    z-index: -1;*/
    /*}*/
    .home-counter-row > .wpb_column > .vc_column-inner > .wpb_wrapper{
        padding: 20px 15px 1px;
    }
    
    .home-counter-row > .wpb_column > .vc_column-inner > .wpb_wrapper .evc-counter{margin-bottom:19px;}
    
    .home-counter-row > .wpb_column > .vc_column-inner > .wpb_wrapper .arrow-btn-html {
        position: absolute;
        bottom: 0;
        right: 15px;
        margin-bottom:19px;
    }

    .home-counter-row > .wpb_column:nth-child(2n) {
        margin-top: 0;
    }

    .home-counter-row > .wpb_column{margin-bottom: 35px}

    .home-counter-row {padding-bottom: 35px;}
    
    .inner-flex-box .wpb_single_image img {
    	width: auto;
    	max-height: 40px;
    }

    .home-product-section {
        padding-top: 70px !important;
        padding-bottom: 35px;
        overflow: visible;
        z-index: 11;
    }

    .home-product-slider .woocommerce ul.products li .ct-image-container img {
        /*aspect-ratio: 43/23 !important;*/
        min-height: 250px;
    }

    .home-product-slider .woocommerce ul.products li > :first-child:before {
        opacity: 1;
        top: 4%;
        left: 5.6%;
    }

    .home-product-slider .woocommerce ul.products{
        --shop-columns: repeat(1, 1fr);
    }

    .home-product-slider{
        padding-left: 15px;
        padding-right: 15px;
    }

    .home-product-slider .woocommerce ul.products li .ct-image-container{
        -webkit-mask-image: url('./images/product-slider-mask-mobile.svg');
        mask-image: url('./images/product-slider-mask-mobile.svg');
        /*mask-size: 100% 100%;*/
        --mask-p: 0 0;
        --mask-s: 100% 100%;
    }
    
    .home-product-slider .woocommerce ul.products li:nth-child(2n+1){margin-top: 0}
    .home-product-slider .woocommerce ul.products li:nth-child(2n){margin-bottom: 0;}
    
    .home-product-slider .woocommerce ul.products{grid-row-gap: 70px;}

    .home-product-slider .readmore {padding-top: 35px;}

    .home-product-section:after {
        bottom: -2%;
        left: 0;
    }

    .home-video-slick .video-poster::before {
    	top: 2%;
    	left: 4%;
    }

    .home-video-slick {
    	width: calc(100% - 30px);
    	margin-left: auto !important;
    	margin-right: auto !important;
    }

    .home-video-slick .slick-track .wpb_column{margin-right: 0}

    .home-video-slick .slick-next {
        right: 0;
        top: calc(50% - 17.5px);
    }

    .home-video-section {
        padding-top: 70px !important;
        padding-bottom: 35px;
    }

    .home-video {padding-bottom: 0;}

    .home-video-section:after {
        bottom: -6%;
        left: 0;
    }
    
    .home-video-slick .slick-track .slick-active:nth-of-type(2n-1) {
    	margin-top:0;
    }

    .home-catalog > .wpb_column:not(:last-child){margin-bottom: 35px}

    .home-catalog > .wpb_column:not(:last-child):after {
        content: '';
        position: absolute;
        top: 100%;
        left: 50%;
        right: unset;
        transform: translateX(-50%);
        width: calc(100% - 30px);
        height: 1px;
        background: #B5BFD2;
        display: block !important;
        z-index: -1;
    }
    
    .home-catalog > .wpb_column:nth-child(1) > .vc_column-inner > .wpb_wrapper {
        padding-right: 0;
    }

    .home-catalog > .wpb_column:nth-child(2) > .vc_column-inner > .wpb_wrapper {
        padding-left: 0;
    }
    
    .home-catalog > .wpb_column:nth-child(1) .wpb_single_image{
        width:70%;
        margin-left:auto;
        margin-right:auto;
        text-align:center;
    }

    .home-catalog > .wpb_column:nth-child(2) .all-title{text-align: center !important}
    .home-catalog > .wpb_column:nth-child(2) .readmore{text-align: center !important}

    .home-download-enquiry-section {
        padding-top: 70px !important;
        padding-bottom: 35px;
    }

    .home-catalog {
        padding-bottom: 35px;
    }
    
    .home-cta-title.stretch-row{padding-right:15px !important;}
    .package-cta-title.stretch-row{padding-right:15px !important;}
    .package-cta-title-1.stretch-row{padding-right:15px !important;}

    .home-cta-title > .wpb_column:first-child > .vc_column-inner {
        padding-top: 35px !important;
        padding-bottom: 100px;
    }

    .home-cta {
        margin-top: -100px;
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }

    .home-cta .wpb_single_image img {
        /* width: auto; */
        max-height: 300px;
        /*aspect-ratio: 430/230;*/
    }

    .home-download-enquiry-section::before {
        background: linear-gradient(180deg, #FFF 83%, rgba(255, 255, 255, 0.00) 100%);
    }

    .home-download-enquiry-section::after {
        top: 48%;
        right: 0;
    }
    
    .home-product {
    	padding-bottom: 0;
    }
    
    .home-counter-row{
        display:grid;
        grid-template-columns: repeat(2, 1fr);
    }
    
    .home-counter-row:before{
        display:none;
    }
}

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

    .home-product-slider .woocommerce ul.products li .product-content{order:2}

    .home-product-slider .woocommerce ul.products li > :first-child {
        order:1;
    }
}

/*about*/
@media only screen and (max-width: 768px) {
    .about-main-section {
        padding-top: 70px !important;
        padding-bottom:35px !important;
    }

    .about-main .subheading{text-align: left !important}

    .about-main .wpb_text_column > .wpb_wrapper > *{ text-align:justify !important; }

    .about-main-cert .wpb_single_image img {
        max-width: 92px;
        max-height: 80px;
        width: auto;
    }

    .about-main-cert {
        padding-bottom: 35px;
    }

    .about-main {
        padding-bottom: 0;
    }

    .about-main-section:after {
        bottom: -1.6%;
        left: 0;
    }

    .about-lafeeder-section {
        padding-top: 70px !important;
    }

    .about-lafeeder {
        padding-bottom: 35px;
    }

    .about-lafeeder-section::before {
        -webkit-mask-image: url(./images/home-main-section-bg-mobile.svg);
        mask-image: url(./images/home-main-section-bg-mobile.svg);
        mask-size: 100% 100%;
    }

    .about-lafeeder .wpb_text_column > .wpb_wrapper > *{ text-align:justify !important; }

    .about-choose-us-section {
        padding-top: 70px !important;
    }

    .about-counter-row.home-counter-row > .wpb_column:nth-child(2n+1) {
        margin-top: 0;
    }

    .about-lafeeder-section::after {
        bottom: -1.4%;
        right: 0;
    }

    .about-vm-section {
        padding-top: 70px !important;
    }

    .about-vm-title {
        padding-bottom: 0;
    }

    .about-vm > .wpb_column,.about-vm .slick-track > .wpb_column{
        margin-bottom: 35px;
    }

    .about-vm > .wpb_column > .vc_column-inner > .wpb_wrapper,
    .about-vm .slick-track > .wpb_column > .vc_column-inner > .wpb_wrapper {
        background: var(--siteHeading);
        border-radius: var(--rounded-radius);
        padding: 35px 15px 1px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 0 30px;
    }
    
    .about-vm .wpb_single_image img{
        aspect-ratio:38/21 !important;
        object-fit:cover;
        object-position:center;
    }

    .vm-text-box {
        padding-top: 0;
    }

    .about-vm {
        padding-bottom: 35px !important;
    }

    .about-vm-section::after {
        bottom: 0;
        left: 0;
    }
}

/*cataolog*/
@media only screen and (max-width: 768px) {
    .catalog-row .wpb_single_image img{
        aspect-ratio: 430/275;
        object-fit: cover;
        object-position: center;
    }

    .catalog-row > .wpb_column{margin-bottom: 35px}

    .catalog-row {
        padding-top: 70px !important;
        padding-bottom: 0;
    }
}

/*video*/
@media only screen and (max-width: 768px) {
    .video-section {
        padding-top: 70px !important;
        padding-bottom: 0;
    }
}

/*contact*/
@media only screen and (max-width: 768px) {
    .contact-main-section {
        padding-top: 70px !important;
    }

    .contact-main {
        padding-bottom: 35px;
    }

    .contact-form-section {
        padding-top: 70px !important;
        padding-bottom: 35px;
    }

    .contact-form-section:after {
        bottom: 0;
        left: 0;
    }

    .contact-main-section:after {
        bottom: -3%;
        right: -1.2%;
    }
}

@media only screen and (max-width: 999.98px) {
    .woocommerce ul.products li {
        gap: 20px 30px;
    }
}

/*woocom catalog*/
@media only screen and (max-width: 689.98px) {
    .woocommerce ul.products li {
        /*padding: 35px 15px;*/
        flex-direction: row;
        gap: 30px;
    }
    
    .woocommerce ul.products{grid-row-gap: 35px;}

    .woocommerce ul.products li .product-content{order:2}

    .woocommerce ul.products li > :first-child {
        width: 100%;
        flex-basis: 100%;
        order:2;
    }

    /*.woocommerce ul.products li .ct-image-container img {*/
    /*    aspect-ratio: 380/248 !important;*/
    /*}*/

    .woocommerce ul.products li .ct-image-container{margin-bottom: 0}

    .woocommerce ul.products li:nth-child(6n) .ct-image-container::before,
    .woocommerce ul.products li:nth-child(6n-1) .ct-image-container::before,
    .woocommerce ul.products li:nth-child(6n-2) .ct-image-container::before {
        transform: scaleX(1);
    }

    .woocommerce ul.products li .product-content .entry-excerpt {
        text-align: justify;
    }

    .woocommerce.single-product .woocommerce-tabs .woocommerce-Tabs-panel > .vc_row .wpb_text_column{
        text-align: justify;
    }

    .woocommerce.single-product .woocommerce-tabs .woocommerce-Tabs-panel > .vc_row:not(:last-of-type) {
        margin-bottom: 0;
    }

    .product-item-img img {
        aspect-ratio: 431/275;
    }

    .product-list > .wpb_column .product-item-img {
        --mask: url('./images/product-img-mobile.svg');
        --mask-p: 0 0;
        --mask-s: 100% 100%;
    }

    .product-list > .wpb_column{margin-bottom: 35px}

    body.woocommerce-page.single-product #main [class*="ct-container"] {
        padding-bottom: 35px;
    }

}


/*Infinity Window Flim*/
.text-grey12{
    color:#99999A;
}
.text-justify {
    text-align: justify;
}

.mb-35{margin-bottom:35px !important;}
.mb-15{margin-bottom:15px !important;}
.mb-0{margin-bottom:0px !important;}
.mt-35{margin-top:35px !important;}

.pt-0 {
    padding-top:0px !important;
}

.pt-5 {
    padding-top:5px !important;
}

.pt-10 {
    padding-top:10px !important;
}

.pt-15 {
    padding-top:15px !important;
}

.pt-20 {
    padding-top:20px !important;
}

.pt-25 {
    padding-top:25px !important;
}

.pt-30 {
    padding-top:30px !important;
}

.pt-35 {
    padding-top:35px !important;
}

.pt-40 {
    padding-top:40px !important;
}

.pt-45 {
    padding-top:45px !important;
}

.pt-50 {
    padding-top:50px !important;
}

.pt-55 {
    padding-top:55px !important;
}

.pt-60 {
    padding-top:60px !important;
}

.pt-65 {
    padding-top:65px !important;
}

.pt-70 {
    padding-top:70px !important;
}

.pt-75 {
    padding-top:75px !important;
}

.pt-80 {
    padding-top:80px !important;
}

.pt-85 {
    padding-top:85px !important;
}

.pt-90 {
    padding-top:90px !important;
}

.pt-95 {
    padding-top:95px !important;
}

.pt-100 {
    padding-top:100px !important;
}

.pb-0 {
    padding-bottom:0px !important;
}

.pb-5 {
    padding-bottom:5px !important;
}

.pb-10 {
    padding-bottom:10px !important;
}

.pb-15 {
    padding-bottom:15px !important;
}

.pb-20 {
    padding-bottom:20px !important;
}

.pb-25 {
    padding-bottom:25px !important;
}

.pb-30 {
    padding-bottom:30px !important;
}

.pb-35 {
    padding-bottom:35px !important;
}

.pb-40 {
    padding-bottom:40px !important;
}

.pb-45 {
    padding-bottom:45px !important;
}

.pb-50 {
    padding-bottom:50px !important;
}

.pb-55 {
    padding-bottom:55px !important;
}

.pb-60 {
    padding-bottom:60px !important;
}

.pb-65 {
    padding-bottom:65px !important;
}

.pb-70 {
    padding-bottom:70px !important;
}

.pb-75 {
    padding-bottom:75px !important;
}

.pb-80 {
    padding-bottom:80px !important;
}

.pb-85 {
    padding-bottom:85px !important;
}

.pb-90 {
    padding-bottom:90px !important;
}

.pb-95 {
    padding-bottom:95px !important;
}

.pb-100 {
    padding-bottom:100px !important;
}

.pl-0 {
    padding-left:0px !important;
}

.pl-5 {
    padding-left:5px !important;
}

.pl-10 {
    padding-left:10px !important;
}

.pl-15 {
    padding-left:15px !important;
}

.pl-20 {
    padding-left:20px !important;
}

.pl-25 {
    padding-left:25px !important;
}

.pl-30 {
    padding-left:30px !important;
}

.pl-35 {
    padding-left:35px !important;
}

.pl-40 {
    padding-left:40px !important;
}

.pl-45 {
    padding-left:45px !important;
}

.pl-50 {
    padding-left:50px !important;
}

.pl-55 {
    padding-left:55px !important;
}

.pl-60 {
    padding-left:60px !important;
}

.pl-65 {
    padding-left:65px !important;
}

.pl-70 {
    padding-left:70px !important;
}

.pl-75 {
    padding-left:75px !important;
}

.pl-80 {
    padding-left:80px !important;
}

.pl-85 {
    padding-left:85px !important;
}

.pl-90 {
    padding-left:90px !important;
}

.pl-95 {
    padding-left:95px !important;
}

.pl-100 {
    padding-left:100px !important;
}

.pr-0 {
    padding-right:0px !important;
}

.pr-5 {
    padding-right:5px !important;
}

.pr-10 {
    padding-right:10px !important;
}

.pr-15 {
    padding-right:15px !important;
}

.pr-20 {
    padding-right:20px !important;
}

.pr-25 {
    padding-right:25px !important;
}

.pr-30 {
    padding-right:30px !important;
}

.pr-35 {
    padding-right:35px !important;
}

.pr-40 {
    padding-right:40px !important;
}

.pr-45 {
    padding-right:45px !important;
}

.pr-50 {
    padding-right:50px !important;
}

.pr-55 {
    padding-right:55px !important;
}

.pr-60 {
    padding-right:60px !important;
}

.pr-65 {
    padding-right:65px !important;
}

.pr-70 {
    padding-right:70px !important;
}

.pr-75 {
    padding-right:75px !important;
}

.pr-80 {
    padding-right:80px !important;
}

.pr-85 {
    padding-right:85px !important;
}

.pr-90 {
    padding-right:90px !important;
}

.pr-95 {
    padding-right:95px !important;
}

.pr-100 {
    padding-right:100px !important;
}

.mt-0 {
    margin-top:0px !important;
}

.mt-5 {
    margin-top:5px !important;
}

.mt-10 {
    margin-top:10px !important;
}

.mt-15 {
    margin-top:15px !important;
}

.mt-20 {
    margin-top:20px !important;
}

.mt-25 {
    margin-top:25px !important;
}

.mt-30 {
    margin-top:30px !important;
}

.mt-35 {
    margin-top:35px !important;
}

.mt-40 {
    margin-top:40px !important;
}

.mt-45 {
    margin-top:45px !important;
}

.mt-50 {
    margin-top:50px !important;
}

.mt-55 {
    margin-top:55px !important;
}

.mt-60 {
    margin-top:60px !important;
}

.mt-65 {
    margin-top:65px !important;
}

.mt-70 {
    margin-top:70px !important;
}

.mt-75 {
    margin-top:75px !important;
}

.mt-80 {
    margin-top:80px !important;
}

.mt-85 {
    margin-top:85px !important;
}

.mt-90 {
    margin-top:90px !important;
}

.mt-95 {
    margin-top:95px !important;
}

.mt-100 {
    margin-top:100px !important;
}

.mb-0 {
    margin-bottom:0px !important;
}

.mb-5 {
    margin-bottom:5px !important;
}

.mb-10 {
    margin-bottom:10px !important;
}

.mb-15 {
    margin-bottom:15px !important;
}

.mb-20 {
    margin-bottom:20px !important;
}

.mb-25 {
    margin-bottom:25px !important;
}

.mb-30 {
    margin-bottom:30px !important;
}

.mb-35 {
    margin-bottom:35px !important;
}

.mb-40 {
    margin-bottom:40px !important;
}

.mb-45 {
    margin-bottom:45px !important;
}

.mb-50 {
    margin-bottom:50px !important;
}

.mb-55 {
    margin-bottom:55px !important;
}

.mb-60 {
    margin-bottom:60px !important;
}

.mb-65 {
    margin-bottom:65px !important;
}

.mb-70 {
    margin-bottom:70px !important;
}

.mb-75 {
    margin-bottom:75px !important;
}

.mb-80 {
    margin-bottom:80px !important;
}

.mb-85 {
    margin-bottom:85px !important;
}

.mb-90 {
    margin-bottom:90px !important;
}

.mb-95 {
    margin-bottom:95px !important;
}

.mb-100 {
    margin-bottom:100px !important;
}

.ml-0 {
    margin-left:0px !important;
}

.ml-5 {
    margin-left:5px !important;
}

.ml-10 {
    margin-left:10px !important;
}

.ml-15 {
    margin-left:15px !important;
}

.ml-20 {
    margin-left:20px !important;
}

.ml-25 {
    margin-left:25px !important;
}

.ml-30 {
    margin-left:30px !important;
}

.ml-35 {
    margin-left:35px !important;
}

.ml-40 {
    margin-left:40px !important;
}

.ml-45 {
    margin-left:45px !important;
}

.ml-50 {
    margin-left:50px !important;
}

.ml-55 {
    margin-left:55px !important;
}

.ml-60 {
    margin-left:60px !important;
}

.ml-65 {
    margin-left:65px !important;
}

.ml-70 {
    margin-left:70px !important;
}

.ml-75 {
    margin-left:75px !important;
}

.ml-80 {
    margin-left:80px !important;
}

.ml-85 {
    margin-left:85px !important;
}

.ml-90 {
    margin-left:90px !important;
}

.ml-95 {
    margin-left:95px !important;
}

.ml-100 {
    margin-left:100px !important;
}

.mr-0 {
    margin-right:0px !important;
}

.mr-5 {
    margin-right:5px !important;
}

.mr-10 {
    margin-right:10px !important;
}

.mr-15 {
    margin-right:15px !important;
}

.mr-20 {
    margin-right:20px !important;
}

.mr-25 {
    margin-right:25px !important;
}

.mr-30 {
    margin-right:30px !important;
}

.mr-35 {
    margin-right:35px !important;
}

.mr-40 {
    margin-right:40px !important;
}

.mr-45 {
    margin-right:45px !important;
}

.mr-50 {
    margin-right:50px !important;
}

.mr-55 {
    margin-right:55px !important;
}

.mr-60 {
    margin-right:60px !important;
}

.mr-65 {
    margin-right:65px !important;
}

.mr-70 {
    margin-right:70px !important;
}

.mr-75 {
    margin-right:75px !important;
}

.mr-80 {
    margin-right:80px !important;
}

.mr-85 {
    margin-right:85px !important;
}

.mr-90 {
    margin-right:90px !important;
}

.mr-95 {
    margin-right:95px !important;
}

.mr-100 {
    margin-right:100px !important;
}

@media only screen and (max-width:767.98px) {
    .m-pt-0 {
        padding-top:0px !important;
    }
    
    .m-pt-5 {
        padding-top:5px !important;
    }
    
    .m-pt-10 {
        padding-top:10px !important;
    }
    
    .m-pt-15 {
        padding-top:15px !important;
    }
    
    .m-pt-20 {
        padding-top:20px !important;
    }
    
    .m-pt-25 {
        padding-top:25px !important;
    }
    
    .m-pt-30 {
        padding-top:30px !important;
    }
    
    .m-pt-35 {
        padding-top:35px !important;
    }
    
    .m-pt-40 {
        padding-top:40px !important;
    }
    
    .m-pt-45 {
        padding-top:45px !important;
    }
    
    .m-pt-50 {
        padding-top:50px !important;
    }
    
    .m-pt-55 {
        padding-top:55px !important;
    }
    
    .m-pt-60 {
        padding-top:60px !important;
    }
    
    .m-pt-65 {
        padding-top:65px !important;
    }
    
    .m-pt-70 {
        padding-top:70px !important;
    }
    
    .m-pt-75 {
        padding-top:75px !important;
    }
    
    .m-pt-80 {
        padding-top:80px !important;
    }
    
    .m-pt-85 {
        padding-top:85px !important;
    }
    
    .m-pt-90 {
        padding-top:90px !important;
    }
    
    .m-pt-95 {
        padding-top:95px !important;
    }
    
    .m-pt-100 {
        padding-top:100px !important;
    }
    
    .m-pb-0 {
        padding-bottom:0px !important;
    }
    
    .m-pb-5 {
        padding-bottom:5px !important;
    }
    
    .m-pb-10 {
        padding-bottom:10px !important;
    }
    
    .m-pb-15 {
        padding-bottom:15px !important;
    }
    
    .m-pb-20 {
        padding-bottom:20px !important;
    }
    
    .m-pb-25 {
        padding-bottom:25px !important;
    }
    
    .m-pb-30 {
        padding-bottom:30px !important;
    }
    
    .m-pb-35 {
        padding-bottom:35px !important;
    }
    
    .m-pb-40 {
        padding-bottom:40px !important;
    }
    
    .m-pb-45 {
        padding-bottom:45px !important;
    }
    
    .m-pb-50 {
        padding-bottom:50px !important;
    }
    
    .m-pb-55 {
        padding-bottom:55px !important;
    }
    
    .m-pb-60 {
        padding-bottom:60px !important;
    }
    
    .m-pb-65 {
        padding-bottom:65px !important;
    }
    
    .m-pb-70 {
        padding-bottom:70px !important;
    }
    
    .m-pb-75 {
        padding-bottom:75px !important;
    }
    
    .m-pb-80 {
        padding-bottom:80px !important;
    }
    
    .m-pb-85 {
        padding-bottom:85px !important;
    }
    
    .m-pb-90 {
        padding-bottom:90px !important;
    }
    
    .m-pb-95 {
        padding-bottom:95px !important;
    }
    
    .m-pb-100 {
        padding-bottom:100px !important;
    }
    
    .m-pl-0 {
        padding-left:0px !important;
    }
    
    .m-pl-5 {
        padding-left:5px !important;
    }
    
    .m-pl-10 {
        padding-left:10px !important;
    }
    
    .m-pl-15 {
        padding-left:15px !important;
    }
    
    .m-pl-20 {
        padding-left:20px !important;
    }
    
    .m-pl-25 {
        padding-left:25px !important;
    }
    
    .m-pl-30 {
        padding-left:30px !important;
    }
    
    .m-pl-35 {
        padding-left:35px !important;
    }
    
    .m-pl-40 {
        padding-left:40px !important;
    }
    
    .m-pl-45 {
        padding-left:45px !important;
    }
    
    .m-pl-50 {
        padding-left:50px !important;
    }
    
    .m-pl-55 {
        padding-left:55px !important;
    }
    
    .m-pl-60 {
        padding-left:60px !important;
    }
    
    .m-pl-65 {
        padding-left:65px !important;
    }
    
    .m-pl-70 {
        padding-left:70px !important;
    }
    
    .m-pl-75 {
        padding-left:75px !important;
    }
    
    .m-pl-80 {
        padding-left:80px !important;
    }
    
    .m-pl-85 {
        padding-left:85px !important;
    }
    
    .m-pl-90 {
        padding-left:90px !important;
    }
    
    .m-pl-95 {
        padding-left:95px !important;
    }
    
    .m-pl-100 {
        padding-left:100px !important;
    }
    
    .m-pr-0 {
        padding-right:0px !important;
    }
    
    .m-pr-5 {
        padding-right:5px !important;
    }
    
    .m-pr-10 {
        padding-right:10px !important;
    }
    
    .m-pr-15 {
        padding-right:15px !important;
    }
    
    .m-pr-20 {
        padding-right:20px !important;
    }
    
    .m-pr-25 {
        padding-right:25px !important;
    }
    
    .m-pr-30 {
        padding-right:30px !important;
    }
    
    .m-pr-35 {
        padding-right:35px !important;
    }
    
    .m-pr-40 {
        padding-right:40px !important;
    }
    
    .m-pr-45 {
        padding-right:45px !important;
    }
    
    .m-pr-50 {
        padding-right:50px !important;
    }
    
    .m-pr-55 {
        padding-right:55px !important;
    }
    
    .m-pr-60 {
        padding-right:60px !important;
    }
    
    .m-pr-65 {
        padding-right:65px !important;
    }
    
    .m-pr-70 {
        padding-right:70px !important;
    }
    
    .m-pr-75 {
        padding-right:75px !important;
    }
    
    .m-pr-80 {
        padding-right:80px !important;
    }
    
    .m-pr-85 {
        padding-right:85px !important;
    }
    
    .m-pr-90 {
        padding-right:90px !important;
    }
    
    .m-pr-95 {
        padding-right:95px !important;
    }
    
    .m-pr-100 {
        padding-right:100px !important;
    }
    
    .m-mt-0 {
        margin-top:0px !important;
    }
    
    .m-mt-5 {
        margin-top:5px !important;
    }
    
    .m-mt-10 {
        margin-top:10px !important;
    }
    
    .m-mt-15 {
        margin-top:15px !important;
    }
    
    .m-mt-20 {
        margin-top:20px !important;
    }
    
    .m-mt-25 {
        margin-top:25px !important;
    }
    
    .m-mt-30 {
        margin-top:30px !important;
    }
    
    .m-mt-35 {
        margin-top:35px !important;
    }
    
    .m-mt-40 {
        margin-top:40px !important;
    }
    
    .m-mt-45 {
        margin-top:45px !important;
    }
    
    .m-mt-50 {
        margin-top:50px !important;
    }
    
    .m-mt-55 {
        margin-top:55px !important;
    }
    
    .m-mt-60 {
        margin-top:60px !important;
    }
    
    .m-mt-65 {
        margin-top:65px !important;
    }
    
    .m-mt-70 {
        margin-top:70px !important;
    }
    
    .m-mt-75 {
        margin-top:75px !important;
    }
    
    .m-mt-80 {
        margin-top:80px !important;
    }
    
    .m-mt-85 {
        margin-top:85px !important;
    }
    
    .m-mt-90 {
        margin-top:90px !important;
    }
    
    .m-mt-95 {
        margin-top:95px !important;
    }
    
    .m-mt-100 {
        margin-top:100px !important;
    }
    
    .m-mb-0 {
        margin-bottom:0px !important;
    }
    
    .m-mb-5 {
        margin-bottom:5px !important;
    }
    
    .m-mb-10 {
        margin-bottom:10px !important;
    }
    
    .m-mb-15 {
        margin-bottom:15px !important;
    }
    
    .m-mb-20 {
        margin-bottom:20px !important;
    }
    
    .m-mb-25 {
        margin-bottom:25px !important;
    }
    
    .m-mb-30 {
        margin-bottom:30px !important;
    }
    
    .m-mb-35 {
        margin-bottom:35px !important;
    }
    
    .m-mb-40 {
        margin-bottom:40px !important;
    }
    
    .m-mb-45 {
        margin-bottom:45px !important;
    }
    
    .m-mb-50 {
        margin-bottom:50px !important;
    }
    
    .m-mb-55 {
        margin-bottom:55px !important;
    }
    
    .m-mb-60 {
        margin-bottom:60px !important;
    }
    
    .m-mb-65 {
        margin-bottom:65px !important;
    }
    
    .m-mb-70 {
        margin-bottom:70px !important;
    }
    
    .m-mb-75 {
        margin-bottom:75px !important;
    }
    
    .m-mb-80 {
        margin-bottom:80px !important;
    }
    
    .m-mb-85 {
        margin-bottom:85px !important;
    }
    
    .m-mb-90 {
        margin-bottom:90px !important;
    }
    
    .m-mb-95 {
        margin-bottom:95px !important;
    }
    
    .m-mb-100 {
        margin-bottom:100px !important;
    }
    
    .m-ml-0 {
        margin-left:0px !important;
    }
    
    .m-ml-5 {
        margin-left:5px !important;
    }
    
    .m-ml-10 {
        margin-left:10px !important;
    }
    
    .m-ml-15 {
        margin-left:15px !important;
    }
    
    .m-ml-20 {
        margin-left:20px !important;
    }
    
    .m-ml-25 {
        margin-left:25px !important;
    }
    
    .m-ml-30 {
        margin-left:30px !important;
    }
    
    .m-ml-35 {
        margin-left:35px !important;
    }
    
    .m-ml-40 {
        margin-left:40px !important;
    }
    
    .m-ml-45 {
        margin-left:45px !important;
    }
    
    .m-ml-50 {
        margin-left:50px !important;
    }
    
    .m-ml-55 {
        margin-left:55px !important;
    }
    
    .m-ml-60 {
        margin-left:60px !important;
    }
    
    .m-ml-65 {
        margin-left:65px !important;
    }
    
    .m-ml-70 {
        margin-left:70px !important;
    }
    
    .m-ml-75 {
        margin-left:75px !important;
    }
    
    .m-ml-80 {
        margin-left:80px !important;
    }
    
    .m-ml-85 {
        margin-left:85px !important;
    }
    
    .m-ml-90 {
        margin-left:90px !important;
    }
    
    .m-ml-95 {
        margin-left:95px !important;
    }
    
    .m-ml-100 {
        margin-left:100px !important;
    }
    
    .m-mr-0 {
        margin-right:0px !important;
    }
    
    .m-mr-5 {
        margin-right:5px !important;
    }
    
    .m-mr-10 {
        margin-right:10px !important;
    }
    
    .m-mr-15 {
        margin-right:15px !important;
    }
    
    .m-mr-20 {
        margin-right:20px !important;
    }
    
    .m-mr-25 {
        margin-right:25px !important;
    }
    
    .m-mr-30 {
        margin-right:30px !important;
    }
    
    .m-mr-35 {
        margin-right:35px !important;
    }
    
    .m-mr-40 {
        margin-right:40px !important;
    }
    
    .m-mr-45 {
        margin-right:45px !important;
    }
    
    .m-mr-50 {
        margin-right:50px !important;
    }
    
    .m-mr-55 {
        margin-right:55px !important;
    }
    
    .m-mr-60 {
        margin-right:60px !important;
    }
    
    .m-mr-65 {
        margin-right:65px !important;
    }
    
    .m-mr-70 {
        margin-right:70px !important;
    }
    
    .m-mr-75 {
        margin-right:75px !important;
    }
    
    .m-mr-80 {
        margin-right:80px !important;
    }
    
    .m-mr-85 {
        margin-right:85px !important;
    }
    
    .m-mr-90 {
        margin-right:90px !important;
    }
    
    .m-mr-95 {
        margin-right:95px !important;
    }
    
    .m-mr-100 {
        margin-right:100px !important;
    }
}


.all-icon img {
    height: 50px;
    vertical-align: top;
    object-fit: contain;
    min-width: 48px !important;

}

.full-cover-image,
.full-cover-image *{
    width:100%;
}

.full-cover-image img{
    object-fit:cover;
}

.all-title span{
    font-size:45px;
}

.banner-overflow rs-fullwidth-wrap * {
    overflow: visible !important;
}

/*Home page*/

/*.inner-flex-box .wpb_column .vc_column-inner .wpb_wrapper .wpb_text_column{*/
/*    min-height:55px;*/
/*    font-weight:700;*/
/*}*/

.home-service-section .free-service .wpb_column .vc_column-inner{
    width:80%;
    margin:auto;
}

/*.home-service-section .free-service .wpb_column .vc_column-inner .wpb_wrapper{*/
/*    margin-bottom:15px;*/
/*}*/

.home-service-section{
    padding-top:100px !important;
    padding-bottom:100px;
}

.home-about:after {
    content: '01';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    color: var(--blue);
    font-size: 25vw;
    display: block !important;
    z-index: 1;
    font-weight: 700;
    font-family: var(--fontAcumin);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--darkblue);
    opacity: 0.1;
    line-height: 1;
    letter-spacing: 0;
}

/*.home-cta-title{*/
/*    margin-top:-100px;*/
    
/*}*/

.home-download-enquiry-section{
    overflow:visible;
}

.facebook-pic .wpb_column .vc_column-inner {
    padding-left:0px;
    padding-right:0px;
}

.facebook-pic .wpb_content_element{
    margin-bottom:0px;
}

.facebook-section{
    padding-top:100px !important;
    position:relative;
}

/*.facebook-row{*/
/*    padding-bottom:65px;*/
/*}*/
/*About*/
.about-choose-us-title{
    margin-bottom:35px;
}

.about-main-section:before{
    content:'';
    position:absolute;
    width: 100%;
    height:100%;
    top:0;
    left: 0;
    display: block !important;
    z-index: 0;
    background: url('./images/about-main-section-bg.png') no-repeat right / cover;
    opacity:0.1;
    
}

/*.banner-with-trans-header{*/
/*    overflow:visible !important;*/
/*}*/

/*Package page*/
.package-section:before{
    content:'';
    position:absolute;
    width: 100%;
    height:100%;
    top:0;
    left: 0;
    display: block !important;
    z-index: -1;
    background: url('./images/line-layer.png') no-repeat right/ cover;
    opacity:0.1;
}

.package-section{
    padding-top:100px !important;
    padding-bottom:30px;
    position:relative;
}

.package-img{
    position:relative;
}

.package-cta{
    overflow:visible !important;
    align-items:flex-end;
}

.package-cta .wpb_single_image img{
/*    width: auto;*/
    object-position: center;
    max-height:450px;
    object-fit:contain;
}

.masked-img1.wpb_single_image figure,
.masked-img2.wpb_single_image figure{
    position: relative;
    isolation: isolate;

    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;

    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    mask-position: center;
    border-radius:var(--rounded-radius);
    overflow: hidden;
}

.masked-img1.wpb_single_image figure{
    -webkit-mask-image: url('./images/cover-mask-no-corner-left.svg');
    mask-image: url('./images/cover-mask-no-corner-left.svg');
}

.masked-img2.wpb_single_image figure{
    -webkit-mask-image: url('./images/cover-mask-no-corner-right.svg');
    mask-image: url('./images/cover-mask-no-corner-right.svg');
}

.package-promotion-section{
    padding-top:70px !important;
    padding-bottom:35px;
}

.package-promotion-section:before{
    background: url('./images/package-background.png') no-repeat center / cover;
    display: block !important;
    opacity:0.1;
}

.package-promotion-section:after {
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    
}

.package-promotion-section:before,
.package-promotion-section:after{
    content:'';
    position:absolute;
    width: 100%;
    height:100%;
    top:0;
    left: 0;
    display: block !important;
    z-index: -1;
}


.package-promotion-section {
    position: relative;
    isolation: isolate;
    z-index: 10;
}

/*Careers*/
.careers-section{
    padding-top:100px;
    padding-bottom:100px;
}

.job-list-row {
    width: calc(100% - 30%) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: flex;
    justify-content: center;
    gap: 35px;
}

.job-list-row > div {
    position: relative;
    width: calc(50% - 35px);
}

.job-list-row > div{
    background-color:#E2E3E4;
   -webkit-mask-image: url('./images/shape-right.png');
    mask-image: url('./images/shape-right.png');
    mask-repeat:no-repeat;
    mask-size: 100% 100%;
    padding: 35px 30px 15px;
}

.job-list-row .wpb_text_column > div > p:first-child strong {
    font-size: 18px;
}

.application-form-section {
    position: relative;
    z-index:10;
}

.application-form-section:before{
    content:'';
    position:absolute;
    width: 100%;
    height:100%;
    top:0;
    left: 0;
    display: block !important;
    z-index: 0;
    background: url('./images/application-form-bg.png') no-repeat center / cover;
    opacity:0.36;
    
}

.application-form-section:after{
    content:'';
    position:absolute;
    width: 100%;
    height:100%;
    top:0;
    left: 0;
    display: block !important;
    z-index: -1;
    background: #000;
    opacity:0.4;
}

.form.application-form #send input{
    --border-color: var(--green1);
    --bg-color: var(--green1);
    background:var(--bg-color);
    border: 1px solid var(--border-color);
    width:100%;
}

.form.application-form #send:hover input{
    --bg-color:var(--white);
    --font-color:var(--green1);
    --border-color:var(--green1)
}

.form.application-form {
    grid-template-columns: repeat(6, 1fr);
}
.application-form-row .form #name { grid-area: 1 / 1 / 2 / 3; }
.application-form-row .form #phone { grid-area: 1 / 3 / 2 / 5; }
.application-form-row .form #email { grid-area: 1 / 5 / 2 / 7; }
.application-form-row .form #text { grid-area: 2 / 1 / 3 / 4; }
.application-form-row .form #file { grid-area: 2 / 4 / 3 / 7; }
.application-form-row .form #msg { grid-area: 3 / 1 / 4 / 7; }



.form.application-form #recaptcha,
.form.application-form #send{grid-column: 1/7;}


.form.application-form #file {
    height: var(--theme-form-field-height, 40px);
    background-color: #fff;
    position: relative;
    display: flex;
    justify-content: space-between;
    border-radius: var(--has-classic-forms, var(--form-field-border-radius, 3px));
    align-items: center;
}


.form.application-form [data-name*=file],
.form.application-form #file [data-name*=file] input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.form.application-form #file > p {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color:#424343;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 0 12px;
    margin-bottom: 0;
}

.form.application-form #file > p:after {
    content: '\f07b';
    font-family: var(--fontAwesome);
    color: rgba(0 0 0 / 0.5);
}

.application-form-row{
    padding-top:100px;
    padding-bottom:65px;
}


@media only screen and (max-width: 768px) {
    .job-list-row {
        width: calc(100% - 30px) !important;
        flex-direction: column;
    }
    .job-list-row > div {
        width: 100%;
    }
}


/*Contact Page*/
.company-name h4{
    margin-bottom:0px;
}

.contact-form-section{
    background:#E3EBEB;
}

/*.woocommerce ul.products li:nth-child(6n+1) .ct-image-container,*/
/*.woocommerce ul.products li:nth-child(6n+2) .ct-image-container,*/
/*.woocommerce ul.products li:nth-child(6n+3) .ct-image-container{*/
/*    transform:scaleY(-1);*/
/*}*/


/*product details*/
.product-details-row {
    position: relative;
}

.product-detaiks-row .wpb_column:first-child .vc_column-inner{
    position:relative;
}

.product-details-row .numbering {
    position: absolute;
    top:65%;
    transform: translateY(-50%);
    color: var(--greyE6);
    font-size: 21vw;
    display: block !important;
    z-index: -1;
    font-weight: 700;
    font-family: var(--fontAcumin);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--darkblue);
    opacity: 0.1;
    line-height: 1;
    letter-spacing: 0;
}

.product-details-row .details-box{
    background-color:#3e3e3f;
    /*column-count:2;*/
    border-radius:10px;
    padding:15px 0px;
}


.product-details-row .details-box table,
.product-details-row .details-box table *{
    border:0;
}

.product-details-row .details-box table {
    color:#fff;
}

.product-details-row .details-box table td {
    border-right: 1px solid #FF9843;
}

.product-details-row .details-box table td:nth-child(4) {
	border-right: 0;
}

.product-details-row .details-box table td{
    padding-left:0px;
}

/*.product-details-row .details-box:before{*/
/*    content: '';*/
/*    left: 51%;*/
/*    bottom: 23%;*/
/*    position: absolute;*/
/*    background: #FF9843;*/
/*    width: 1px;*/
/*    height: 71px;*/
/*}*/

.product-details-row .product-images{
    position:relative;
    overflow:hidden;
    border: 1px solid #424343 !important;
    border-radius: 15px;
}

.product-details-row .product-images:before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: #e2e3e4;
    margin-bottom:0;
    overflow:hidden;
    z-index:-1;
}

.product-details-row .product-images:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 94%;
    transform: translate(-50%,-50%);
    width: auto;
    height: 100%;
    background: var(--grey43);
    display: block !important;
    z-index: -1;
    opacity: 0.3;
    border-radius: 50%;
    aspect-ratio: 1/1;
}

.product-details-row{
    margin-bottom:35px;
}

.gallery-row{
    padding-top:125px;
    padding-bottom:65px;
}

.gallery-row .wpb_text_column .wpb_wrapper .home a,
.gallery-row .wpb_text_column .wpb_wrapper .products a{
    color:#99999A;
}

.gallery-row .wpb_text_column .wpb_wrapper .home a:hover,
.gallery-row .wpb_text_column .wpb_wrapper .products a:hover{
    color:#080a45;
}

.gallery-row .wpb_text_column p{
    display:flex;
    column-gap:5px;
}

.gallery-row .wpb_text_column{
    font-size:14px;
}

.gallery-row .vc_grid-item, .gallery-row .vc_grid-item > div {
    overflow: hidden;
    border-radius: 15px;
}

.gallery-row .vc_grid-item .vc_gitem-zone {
    aspect-ratio: 5/6;
      transition: 500ms ease;
}
.gallery-row .vc_grid-item:hover .vc_gitem-zone {
    transform: scale(1.15);
}

.gallery-row{
    position:relative;
}

.gallery-row:before{
    content:'';
    position:absolute;
    width: 100%;
    height:100%;
    top:0;
    right: -100px;
    display: block !important;
    z-index: -1;
    background: url('./images/gallery-bg.png') no-repeat right / cover;
    opacity:0.1;
}

/*footer*/
#footer [data-row*="middle"] .ct-container [data-column*="widget-area-2"]  div#text-5 .textwidget{
    display:grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
}

#footer [data-row*="middle"] .ct-container [data-column*="widget-area-2"]  div#text-5 .textwidget p:first-child{
    grid-area: 1 / 1 / 2 / 3;
}
#footer [data-row*="middle"] .ct-container [data-column*="widget-area-2"]  div#text-5 .textwidget p:nth-child(2){
    grid-area: 2 / 1 / 3 / 2;
}


#footer [data-row*="middle"] .ct-container [data-column*="widget-area-2"]  div#text-2 .textwidget ul.product-items{
    display:flex;
    flex-wrap: wrap;
    row-gap: 15px;
}

#footer [data-row*="middle"] .ct-container [data-column*="widget-area-2"] div#text-2 .textwidget ul.product-items li:not(:last-child),
#footer [data-row*="middle"] .ct-container [data-column*="widget-area-2"] div#text-5 .textwidget p:nth-child(2){
    padding-right: 15px;
    border-right: 1px solid;
    margin-right: 15px;
}

#footer [data-row*="middle"] .ct-container [data-column*="widget-area-2"]  div#text-2 .textwidget ul.product-items li.product-item{
    padding-bottom:0px;
}

/*#footer [data-row*="middle"] .ct-container [data-column*="widget-area-2"]  div#text-2 .textwidget ul.product-items li.product-item:not(:last-child){*/
/*    border-right:1px solid #000;*/
/*    padding-right:20px;*/
/*}*/

/*#footer [data-row*="middle"] .ct-container [data-column*="widget-area-2"]  div#text-2 .textwidget ul.product-items li.product-item:first-child{*/
/*    padding-right:20px;*/
/*}*/

@media only screen and (max-width: 767.98px) {
    .home-cta .wpb_column:last-child .vc_column-inner{
        padding-right:0px;
    }
    
    .home-service-section{
        padding-top:70px !important;
        padding-bottom:70px;
    }
    
    .facebook-section{
        padding-top:70px !important;
    }
    
    .facebook-section:after{
        top: 4%;
        right: 0%;
    }
    
    .package-section{
        padding-top:70px !important;
        padding-bottom:35px;
    }
    
    .package-cta-mb{
        flex-direction: column-reverse;
    }
    
    .package-cta .wpb_column .vc_column-inner .wpb_wrapper .wpb_text_column{
        margin-top:0px !important;
    }
    
    .careers-section{
        padding-top:70px !important;
        padding-bottom:70px;
    }
    
    .application-form-row{
        padding-top:70px !important;
        padding-bottom:35px;
    }
    .form.application-form {
        display: flex;
        grid-gap: 20px;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        flex-wrap: nowrap;
    }
    
    .product-details-row .numbering{
        top:7%;
        right:0;
    }
    
    .product-details-row:nth-child(even){
        flex-direction: column-reverse;
    }
    
    .gallery-row{
        padding-top:70px;
        padding-bottom:45px;
    }
    
    .package-left .wpb_wrapper p{
        text-align:left !important;
    }
    .hesperiden.tparrows:before{
        display:none !important;
    }
    
}

#rev_slider_1_1_wrapper .hesperiden.tparrows:before{
    color:#000 !important;
}

#rev_slider_1_1_wrapper .hesperiden.tparrows{
    background:transparent !important;
}


.form.application-form div#send .wpcf7-spinner {
    top: auto;
    transform: initial;
}

@media only screen and (max-width: 999.98px) {
    #footer [data-row*="middle"] .ct-container [data-column*="widget-area-2"] div#text-5 .textwidget{
        display:block;
    }
    #footer [data-row*="middle"] .ct-container [data-column*="widget-area-2"] div#text-5 .textwidget p:nth-child(2){
        border-right:0px;
    }
}


/*woocommerce sidebar*/
@media only screen and (min-width: 1000px) {
    .woocommerce .ct-sidebar .iksm-container .iksm-term .iksm-terms-tree--children {
        display: block !important;
    }
    .woocommerce .ct-sidebar .iksm-container .iksm-term .iksm-term__toggle {
        display: none;
    }
    .woocommerce .ct-sidebar .iksm-container .iksm-terms > div > div > .iksm-term:not(:last-child) {
        margin-bottom: 35px;
    }
    .woocommerce .ct-sidebar .iksm-widget .widget-title {
        display: none;
    }
    
}

.woocommerce .ct-sidebar .iksm-container .iksm-term .iksm-term__link > .iksm-term__shifts {
    width: 0 !important;
    min-width: 0 !important;
    max-width: 0 !important;
}

.woocommerce .ct-sidebar .iksm-container .iksm-terms >  .iksm-terms-tree > div > .iksm-term > div > a.iksm-term__link {
    font-weight: 700;
    font-size: 18px;
}

.woocommerce .ct-sidebar .iksm-container .iksm-terms .iksm-terms-tree--children > div > .iksm-term {
    border-bottom: 1px solid #414042;
}


@media only screen and (max-width: 999.98px) {
    .woocommerce .ct-sidebar .iksm-widget .widget-title {
        position: relative;
        border: 1px solid #414042;
        border-radius: 5px;
        padding: 10px 8px;
        margin-bottom: 0;
    }
    .woocommerce .ct-sidebar .iksm-widget .widget-title:after {
        content: "\E817";
        font-family: "IksIcons";
        font-size: 16px;
        position: absolute;
        right: 22px;
        top: 50%;
        transform: translateY(-50%);
        color: #000;
        transition: 300ms ease;
    }
    
    .woocommerce .ct-sidebar .iksm-widget .widget-title.minus:after {
        transform: translateY(-50%) rotate(180deg);
    }
    .woocommerce .ct-sidebar .iksm-widget .iksm-container {
        display: none;
        border: 1px solid #414042;
        border-top: 0;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        padding: 10px 8px 25px;
        transition: 300ms ease;
    }
    .woocommerce .ct-sidebar .iksm-widget .iksm-container.display {
        display: block;
    }
    .woocommerce .ct-sidebar .iksm-container .iksm-terms > div > div > div > div {
        border-bottom: 1px solid #414042;
    }
    /*.woocommerce .ct-sidebar .iksm-container .iksm-terms > div > div > div.iksm-term--expanded > div  {*/
    /*    border-bottom: 0;*/
    /*} */
    .woocommerce .ct-sidebar .iksm-container .iksm-terms > div > div > div.iksm-term--expanded .iksm-terms-tree--children > div> div:last-child {
        border-bottom: 0;
    }
}

.about-main .wpb_text_column h4{
    font-weight:600 !important;
}

/*.contact-main > .wpb_column:first-child .wpb_single_image img{*/
/*    scale:0.9;*/
/*}*/

#popmake-714 {
    background: #99999A;
}

.readmore.whatsapp .vc_general.vc_btn3{
    --bg-color:var(--whatsapp);
    --border-color:var(--whatsapp);
}

.readmore.whatsapp .vc_general.vc_btn3:hover {
    --bg-color:var(--white);
    --font-color:var(--whatsapp);
}

.readmore.whatsapp .vc_general.vc_btn3:after{
    content: "\f232";
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
    color: inherit;
	margin-left:10px;
}


/* additional by Jun Vun*/
.projectRow .wpb_single_image,
.projectRow .wpb_single_image *{
	object-fit:cover;
	width:100%;
}

.projectRow img{
	max-height:400px;
	width:auto;
}

.project-section{
	padding-top:100px !important;
	padding-bottom:65px !important;
}

@media only screen and (max-width: 768px){
	.project-section{
		padding-top:70px !important;
		padding-bottom:35px !important;
	}
}

.no-br br{
    display:none !important;
}

@media only screen and (max-width:767.98px) {
    .m-no-br br {
        display:none !important;
    }
}


.fw-100 {
    font-weight: 100 !important;
}

.fw-200 {
    font-weight: 200 !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500,
.fw-500 strong,
.strong-500 strong {
    font-weight: 500 !important;
}

.fw-600,
.fw-600 strong,
.strong-600 strong {
    font-weight: 600 !important;
}

.fw-700,
.fw-700 strong,
.strong-700 strong {
    font-weight: 700 !important;
}

.fw-800,
.fw-800 strong,
.strong-800 strong {
    font-weight: 800 !important;
}

.fw-900,
.fw-900 strong,
.strong-900 strong {
    font-weight: 900 !important;
}

.fs-1 {
    font-size:var(--font-size-1);
}

.fs-2 {
    font-size:var(--font-size-2);
}

.fs-3 {
    font-size:var(--font-size-3);
}

.fs-4 {
    font-size:var(--font-size-4);
}

.fs-5 {
    font-size:var(--font-size-5);
}

.fs-6 {
    font-size:var(--font-size-6);
}

.fs-7 {
    font-size:var(--font-size-7);
}

.fs-s {
    font-size:var(--font-size-s);
}

.home-why-box > div > div > .wpb_wrapper {
    border-radius: 20px;
    background: #3E3E3F;
    padding:25px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.home-why-box > .wpb_column:nth-child(2n-1) {
    margin-bottom:50px;
}

.home-why-box > .wpb_column:nth-child(2n) {
    margin-top:50px;
}

.home-why-box .wpb_single_image {
    flex: 1;
    align-content: flex-end;
    margin-bottom:0;
}

@media only screen and (max-width:999.98px) {
    .home-why-box {
        display: flex;
        row-gap:30px;
    }
    .home-why-box > .wpb_column {
        width:50%;
        margin:0 !Important;
    }
}

@media only screen and (max-width:399.98px) {
    .home-why-box > .wpb_column {
        width:100%;
    }
}

.row-gap {
    padding-top:var(--row-gap) !important;
    padding-bottom:calc(var(--row-gap) - 35px) !important;
}

.row-gap-equal {
    padding-top:var(--row-gap) !important;
    padding-bottom:var(--row-gap) !important;
}

.row-gap-t {
    padding-top:var(--row-gap) !important;
}

.row-gap-b {
    padding-bottom:calc(var(--row-gap) - 35px) !important;
}

.row-gap-b-equal {
    padding-bottom:var(--row-gap) !important;
}

.home-step-no {
    aspect-ratio: 1 / 1;
    margin-inline: auto;
    width: calc(var(--font-size-1) * 2);
    height: auto;
    background-color: #076F88;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: var(--font-size-1);
    padding-top:5px;
}

.home-product-section,
.home-client-section {
    position:relative;
}

.home-product-section:before {
    content:'';
    position:absolute;
    display:block;
    top:0;
    left:0;
    width:100%;
    height:auto;
    aspect-ratio:10/3;
    background-image:url(./images/home-lines.png);
    opacity:0.15;
    background-size:cover;
}

.home-client-section:before {
    content:'';
    position:absolute;
    display:block;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-image:url(./images/home-client-bg.png);
    opacity:0.07;
    background-size:cover;
}

.mw-c {
    margin-inline:auto !important;
}

.mw-100 {
    max-width:100px;
}

.mw-150 {
    max-width:150px;
}

.mw-200 {
    max-width:200px;
}

.mw-250 {
    max-width:250px;
}

.mw-300 {
    max-width:300px;
}

.mw-350 {
    max-width:350px;
}

.mw-400 {
    max-width:400px;
}

.mw-450 {
    max-width:450px;
}

.mw-500 {
    max-width:500px;
}

.mw-550 {
    max-width:550px;
}

.mw-600 {
    max-width:600px;
}

.mw-650 {
    max-width:650px;
}

.mw-700 {
    max-width:700px;
}

.mw-750 {
    max-width:750px;
}

.mw-800 {
    max-width:800px;
}

.mw-850 {
    max-width:850px;
}

.mw-900 {
    max-width:900px;
}

.mw-950 {
    max-width:950px;
}

.mw-1000 {
    max-width:1000px;
}

body {
    background-color:#ffffff !important;
}

.home-client-img img {
    border-radius: 10px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
}

.client-slider-row .slick-slide {
    padding-inline:15px;
}

@media only screen and (min-width:768px) {
    /*.client-slider-row > .wpb_column {*/
    /*    margin-inline:-15px;*/
    /*}*/
    
    .home-client-img:nth-child(even) > .vc_figure {
        margin-top:25px;
    }
    
    .home-client-img:nth-child(odd) > .vc_figure {
        margin-bottom:25px;
    }
}

.client-slider-row .slick-arrow {
    font-size:0;
    background-color:transparent !important;
    cursor:pointer;
    position:absolute;
    z-index:9;
}

.client-slider-row .slick-next {
    top:50%;
    right:15px;
    transform:translate(0, -50%);
}

.client-slider-row .slick-prev {
    top:50%;
    left:15px;
    transform:translate(0, -50%);
}

.client-slider-row .slick-arrow:before {
    /*border-radius: 50%;*/
    /*border: 1px solid var(--theme-color);*/
    background-color: transparent !important;
    font-size: 20px;
    font-family: var(--fa-icon);
    /*aspect-ratio: 1 / 1;*/
    /*width: 50px;*/
    /*height: 50px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    color: #231F20;
    transition:var(--transition-effect);
    font-weight:900;
    z-index:9;

}

/*.client-slider-row .slick-arrow:hover:before {*/
/*    background-color: var(--theme-color) !important;*/
/*    color: #ffffff;*/
/*}*/

.client-slider-row .slick-next:before {
    content:'\f054';
}

.client-slider-row .slick-prev:before {
    content:'\f053';
}

/*@media only screen and (max-width:767.98px) {    */
/*    .client-slider-row .slick-arrow:before {*/
/*        width: 40px;*/
/*        height: 40px;*/
/*    }*/

/*    .client-slider-row .slick-next {*/
/*        top:50%;*/
/*        right:0;*/
/*        transform:translate(0, -50%);*/
/*    }*/

/*    .client-slider-row .slick-prev {*/
/*        top:50%;*/
/*        left:0;*/
/*        transform:translate(0, -50%);*/
/*    }*/
/*}*/

.client-slider-row .slick-list {
    margin-inline:50px;
}

@media only screen and (max-width:767.98px) {
    .client-slider-row .slick-list {
        margin-inline:25px;
    }
    .client-slider-row > .wpb_column > .vc_column-inner {
        padding-inline:0;
    }
}

.full-w-img,
.full-w-img .vc_figure,
.full-w-img .vc_single_image-wrapper,
.full-w-img img{
    width:100%;
}

.full-h-img,
.full-h-img .vc_figure,
.full-h-img .vc_single_image-wrapper,
.full-h-img img{
    height:100%;
}

.full-w-img.full-h-img img {
    object-fit:cover;
    max-height:500px;
}

@media only screen and (max-width:767.98px) {
    .full-w-img.full-h-img img {
        max-height:400px;
    }
}

.home-power-sec img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    scale: 101%;
    object-position: center top;
}

.home-power-sec .wpb_single_image {
    margin-bottom:0;
}

.home-power-sec .wpb_text_column {
    margin-top:15px;
}

.home-contact-title-row > .wpb_column {
    background-color:var(--darkblue);
    border-top-right-radius:80px;
    padding-block:50px;
}

.home-contact-title-row > .wpb_column > .vc_column-inner {
    padding-inline:var(--side-gap);
}

.home-contact-form > .wpb_column:first-child {
    padding-top:calc(var(--row-gap) / 2);
    padding-bottom:calc(var(--row-gap) - 35px);
    position: relative;
    z-index: 1;
}

.home-contact-form > .wpb_column:last-child > div > .wpb_wrapper {
    border-radius: 20px;
    background: #BCBCBC;
    padding:var(--inner-row-gap) var(--inner-side-gap) 1px;
}

@media only screen and (min-width:768px) {
    .home-contact-form > .wpb_column:last-child > div > .wpb_wrapper {
        margin-top:-100px;
    }
}

.home-contact-form > div{
    position:relative;
}

.home-contact-form > .wpb_column:first-child:after {
    content: '02';
    position: absolute;
    bottom: calc(var(--row-gap) * -1);
    left: -13%;
    color: var(--greyE6);
    font-size: 25vw;
    display: block !important;
    font-weight: 700;
    font-family: var(--fontAcumin);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--darkblue);
    opacity: 0.2;
    line-height: 1;
    letter-spacing: 0;
    z-index: 0;
    line-height: 0.7;
}

@media only screen and (max-width:767.98px) {
    .home-contact-form > .wpb_column:first-child:after {
        left:0;
    }
}

.home-contact-form .form {
    grid-template-columns: repeat(1, 1fr);
}

.home-contact-form .form #msg, .home-contact-form .form #recapctha {
    grid-column: 1 / 2;
}

.home-contact-title-row {
    position:relative;
    z-index:1;
}

@media only screen and (max-width:767.98px) {
    .home-contact-form > .wpb_column:first-child:after {
        bottom:0;
    }
}

.home-contact-sec {
    position:relative;
}

.home-contact-sec:after {
    content: "";
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 100%;
    z-index: 0;
    display: block !important;
    background: linear-gradient(rgb(255, 255, 255) 60%, rgba(255, 255, 255, 0) 100%);
}

/*.home-contact-sec:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    top: 0px;*/
/*    left: 0px;*/
/*    height: 100%;*/
/*    z-index: -1;*/
/*    display: block !important;*/
/*    background-image:url(./images/home-contact-bg.png);*/
/*}*/

.bg-para {
    background-attachment:fixed;
    background-repeat: no-repeat;
    background-size: cover !important;
}

@media only screen and (max-width:767.98px) {
    .bg-para {
        background-attachment:unset;
    }
}

span.add {
    display:inline-block;
    padding-right:0.35em;
}

.map-row .wpb_gmaps_widget > div {
    padding:0 !important;
}

@media only screen and (max-width:999.98px) {
    .map-row > .wpb_column {
        width:50%;
    }
}

@media only screen and (max-width:767.98px) {
    .map-row > .wpb_column {
        width:100%;
    }
}

.about-why-sec .home-about:after {
    display:none !important;
}

.about-service-section {
    position:relative;
}

.about-service-section:before {
    content:'';
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: linear-gradient(180deg, #FFF 40.06%, rgba(255, 255, 255, 0.48) 82.59%, rgba(255, 255, 255, 0.00) 97.5%);
}

@media only screen and (min-width:768px) {
    .about-vm > .wpb_column > .vc_column-inner > .wpb_wrapper {
        height:100%;
        padding-bottom:35px !important;
    }
}

@media only screen and (max-width:999.98px) {
    .about-vm > .wpb_column {
        width:100%;
    }
    .about-vm > .wpb_column:not(:last-child) {
        margin-bottom: 35px;
    }
}

.video-container video {
    aspect-ratio:16/9;
}

.projectRow > .wpb_column > .vc_column-inner > .wpb_wrapper > div:not(:last-child) {
    margin-bottom:15px;
}

.projectRow > .wpb_column > .vc_column-inner > .wpb_wrapper > div:last-child {
    margin-bottom:35px;
}

.projectRow .wpb_text_column {
    -webkit-text-stroke-width: 0.3px;
    -webkit-text-stroke-color: #231F20;
    font-size:18px;
}

.extra {
    -webkit-text-stroke-width: 0.2px;
    -webkit-text-stroke-color: #231F20;
}

.vc_custom_heading small {
    font-size:var(--font-size-s);
    font-weight:400;
}

.socials > a {
    background-color: var(--darkblue);
    aspect-ratio: 1 / 1;
    width: 40px;
    height: 40px;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    border: 1px solid var(--darkblue);
    color:#fff;
}

.socials {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

.socials i {
}

.socials > a:hover {
    background-color:transparent;
    color:var(--darkblue);
}

@media only screen and (min-width:768px) {
    .contact-form .form #phone {
        order:1;
    }
    .contact-form .form #branch {
        order:4;
        grid-column: 1/4;
    }
    .contact-form .form #name {
        order:2;
    }
    .contact-form .form #email {
        order:3;
    }
    .contact-form .form #msg {
        order:5;
    }
}

select, textarea, input[type=url], input[type=tel], input[type=text], input[type=time], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=number], input[type=search], input[type=password], .ct-widget select, fieldset .wc-stripe-elements-field {
    border-radius:5px !important;
}

#footer .widget-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    row-gap:10px;
}

#footer .widget-menu > li:not(:last-child) {
    padding-right:15px;
    margin-right:15px;
    border-right:1px solid #000000;
}

#footer .widget-title {
    font-weight:400;
}

#menu-main-menu a,
.mobile-menu a {
    font-family:var(--theme-title-font-family);
    font-weight:400 !important;
}

#menu-main-menu .sub-menu a,
.mobile-menu .sub-menu a {
    font-family:var(--theme-font-family);
}

.service-img {
    margin-bottom:0;
}

.service-img > .vc_figure {
    border-radius:25px;
    overflow:hidden;
}

@media only screen and (min-width:1800px) {
    .service-text {
        font-size:var(--font-size-7);
    }
}

.service-bottom-banner {
    position:relative;
    margin:0 !important;
    background-image:url(./images/service-bottom-banner-bg.webp);
}

.service-bottom-banner:before {
    content:'';
    display:block;
    position:absolute;
    background: linear-gradient(0deg, rgba(1, 32, 39, 0.50) 0%, rgba(1, 32, 39, 0.50) 100%);
    width:100%;
    height:100%;
    top:0;
    left:0;
}

.readmore.service-btn .vc_general.vc_btn3 {
    background-color:#ED1C24 !important;
    color:var(--white) !important;
    border: 0 !important;
    border-radius:10px !important;
}

.readmore.service-btn .vc_general.vc_btn3:hover {
    background-color:#FF9843 !important;
    color:var(--white) !important;
}

.service-btn .vc_general.vc_btn3:before {
    content:'\f232';
    font-family:var(--fa-brand);
    display:inline-block;
    position:relative;
    margin-right:5px;
}

.wpcf7-response-output {
    color:#000 !important;
}

.home-service-box > div > div > .wpb_wrapper {
    position:relative;
}

.home-service-box > div > div > .wpb_wrapper:before {
    content: '+';
    font-weight: 700;
    position: absolute;
    display: block;
    top: 5%;
    left: 10%;
    font-size: 1.5vw;
    font-family: 'Acumin';
}

.home-service-title {
    position:absolute;
    bottom:25px;
    left:0;
    width:100%;
    margin-inline:auto;
    margin-bottom:35px !important;
    padding-inline:15px;
}

.home-service-text {
    position:absolute;
    bottom:60px;
    left:0;
    width:100%;
    margin-inline:auto;
    padding-inline:15px;
}

[lang="en"] .home-service-text {
    bottom:75px;
}

.home-service-img > .vc_figure {
    border-radius:15px;
    overflow:hidden;
    position:relative;
}

.home-service-img > .vc_figure a:before {
    content:'';
    display:block;
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    bottom:0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%);
}

.home-service-img > .vc_figure a {
    --mask-p: 100% 100%;
    --mask-s: 200% 200%;
    background: #e2e3e4;
    border-radius: 15px;
    display: block;
    margin-bottom: 0;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    -webkit-mask-image: url('./images/product-slider-mask.svg'));
    -webkit-mask-size: var(--mask-s);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: var(--mask-p);
    mask-image: url(./images/product-slider-mask.svg);
    mask-size: var(--mask-s);
    mask-repeat: no-repeat;
    mask-position: var(--mask-p);
    -webkit-transition: var(--allTransition);
    transition: var(--allTransition);
}

.home-service-box > div > div > div:hover .home-service-img > .vc_figure a {
    --mask-p: 0 0;
    --mask-s: 100% 100%;
}

@media only screen and (max-width:767.98px) {
    .home-service-img > .vc_figure a {
        --mask-p: 0 0;
        --mask-s: 100% 100%;        
    }
}

@media only screen and (min-width:768px) {
    .home-service-box > .wpb_column:nth-child(odd) .home-service-title,
    .home-service-box > .wpb_column:nth-child(odd) .home-service-img,
    .home-service-box > .wpb_column:nth-child(odd) .home-service-text{
        margin-top: 35px !important;
        margin-bottom:0 !important;
    }
    .home-service-box > .wpb_column:nth-child(even) .home-service-title,
    .home-service-box > .wpb_column:nth-child(even) .home-service-img,
    .home-service-box > .wpb_column:nth-child(even) .home-service-text{
        margin-bottom: 35px !important;
        margin-top:0 !important;
    }
    .home-service-box > .wpb_column:nth-child(odd) > div > .wpb_wrapper:before {
        top:calc(5% + 35px);
    }
    
    .home-service-img > .vc_figure a:before {
        content:'';
        display:block;
        position:absolute;
        width:100%;
        height:30%;
        left:0;
        bottom:0;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.50) 95%);
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
    .home-service-box > div > div > div:hover .home-service-img > .vc_figure a:before {
        /*background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.50) 0%);*/
        height:2000%;
        -webkit-transition: all 0.8s ease-in;
        transition: all 0.8s ease-in;
    }
    .home-service-box > div > div > div .home-service-text {
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        opacity:0;
        transform:translateY(100px);
    }
    .home-service-box > div > div > div:hover .home-service-text {
        opacity:1;
        transform:translateY(0);
    }
}

@media only screen and (max-width:999.98px) {
    .home-service-box > div {
        width:50%;
    }
    .home-service-box > div > div > .wpb_wrapper:before {
        font-size:3vw;
    }
}


@media only screen and (max-width:767.98px) {
    .home-service-box > div {
        width:100%;
    }
    .home-service-box > div > div > .wpb_wrapper:before {
        font-size:6vw;
    }
}

.current-menu-parent > a,
.current-menu-item > a,
.current-page-ancestor > a,
.current_page_parent > a,
.current-product_cat-ancestor > a,
.current-product-ancestor > a,
.current-category-ancestor > a,
.current-post-ancestor > a {
    color:var(--darkblue) !important;
}

#footer [data-column="widget-area-1"],
#footer [data-column="widget-area-2"],
#footer [data-column="widget-area-3"],
#footer [data-column="widget-area-4"],
#footer [data-column="widget-area-5"],
#footer [data-column="widget-area-6"] {
    transition:var(--gsap-effect);
    will-change:transform;
}

#branch select > option:not(:first-child) {
    font-family: "OpenSans";
}

#menu-item-1094 > a {
    pointer-events: none;
}

.service-top-sec,
.about-main-section,
.project-section,
.contact-main-section {
    padding-top:calc(var(--row-gap) + 35px) !important;
}

@media only screen and (max-width:767.98px) {
    .service-top-sec,
    .about-main-section,
    .project-section,
    .contact-main-section {
        padding-top:var(--row-gap) !important;
    }
    .service-middle-sec > .vc_row:nth-child(even) {
        display: flex;
        flex-direction: column-reverse;
    }
}

.map-row .wpb_gmaps_widget {
    margin-bottom:25px;
}

.home-contact-sec > .vc_row {
    position: relative;
    z-index: 1;
}

#custom-lang-switcher .lang-option {
  text-decoration: none;
  color: #000;
  padding: 0 5px;
  font-weight: 400;
  font-family:"OpenSans";
}

#custom-lang-switcher .lang-option.active {
  color: var(--darkblue); /* Active color */
  font-weight:600;
}

.widget-menu a,
.header-menu-1 a,
.mobile-menu a,
.home-service-title,
h1, h2, h3, h4, h5, h6{
    text-transform: capitalize !important;
}

@media only screen and (max-width:767.98px) {
    .service-top-sec .wpb_text_column {
        margin-inline:0 !important;
    }
}

.cn-ver {
    display:block;
}

.en-ver {
    display:none;
}

[lang="en"] .en-ver {
    display:block;
}

[lang="en"] .cn-ver {
    display:none;
}

.gtranslate_wrapper > a:first-child {
    font-size:0;
}

.gtranslate_wrapper > a:first-child:before {
    content: 'CN';
    display: inline-block !important;
    font-size: 16px;
}

.gt-current-lang {
    font-weight:600;
    color:var(--darkblue);
}

.gtranslate_wrapper > a:not(:first-child) {
    border-left:1px solid #000;
    padding-left:0.35em;
}

[lang="en"] {
    --theme-font-family:"OpenSans";
    --theme-title-font-family:"OpenSans";
}

.en-ver .fa-whatsapp,
.cn-ver .fa-whatsapp {
    padding-right:10px;
}

[lang="en"] h1,
[lang="en"] h2,
[lang="en"] h3,
[lang="en"] h4,
[lang="en"] h5,
[lang="en"] h6 {
    font-weight:700 !important;
}

.gtranslate_wrapper > a {
    font-family:"OpenSans";
}

.service-middle-sec {
    position:relative;
}

.service-middle-sec:before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(./images/service-bg-lines.png);
    width: 100%;
    height: 45%;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    opacity:0.15;
}

#tiktok-float {
    background-color:#0A0A0A;
}

#youtube-float {
    background-color:#E82828;
}

#instagram-float {
    background:linear-gradient(180deg, #751CCB 0%, #E33288 48.08%, #FFDE00 100%);
}

#facebook-float {
    background-color:#2281DA;
}

@media only screen and (min-width:768px) {
    #whatsapp-float {
        opacity: 1;
        bottom: 140px;
    }
    /*#tiktok-float.toogle {*/
    /*    bottom:140px;*/
    /*}*/
    #youtube-float.toogle {
        bottom:140px;
    }
    /*#instagram-float.toogle {*/
    /*    bottom:260px;*/
    /*}*/
    #facebook-float.toogle {
        bottom:200px;
    }
    #whatsapp-float.toogle {
        bottom:260px;
    }
}

@media only screen and (min-width:360px) {
    #youtube-float {
        font-size:25px;
    }
    
    #instagram-float {
        font-size:30px;
    }
    
    #facebook-float {
        font-size:22px;
    }
}

@media only screen and (max-width:359.98px) {
    .floating-button {
        width:45px;
        height:45px;
    }
}

.upper {
    text-transform:uppercase !important;
}

.lower {
    text-transform:lowercase !important;
}

.cap {
    text-transform:capitalize !important;
}

[lang="en"] .efw-100 {
    font-weight: 100 !important;
}

[lang="en"] .efw-200 {
    font-weight: 200 !important;
}

[lang="en"] .efw-300 {
    font-weight: 300 !important;
}

[lang="en"] .efw-400 {
    font-weight: 400 !important;
}

[lang="en"] .efw-500,
[lang="en"] .efw-500 strong,
[lang="en"] .estrong-500 strong {
    font-weight: 500 !important;
}

[lang="en"] .efw-600,
[lang="en"] .efw-600 strong,
[lang="en"] .estrong-600 strong {
    font-weight: 600 !important;
}

[lang="en"] .efw-700,
[lang="en"] .efw-700 strong,
[lang="en"] .estrong-700 strong {
    font-weight: 700 !important;
}

[lang="en"] .efw-800,
[lang="en"] .efw-800 strong,
[lang="en"] .estrong-800 strong {
    font-weight: 800 !important;
}

[lang="en"] .efw-900,
[lang="en"] .efw-900 strong,
[lang="en"] .estrong-900 strong {
    font-weight: 900 !important;
}

[lang="en"] .current-menu-parent > a,
[lang="en"] .current-menu-item > a,
[lang="en"] .current-page-ancestor > a,
[lang="en"] .current_page_parent > a,
[lang="en"] .current-product_cat-ancestor > a,
[lang="en"] .current-product-ancestor > a,
[lang="en"] .current-category-ancestor > a,
[lang="en"] .current-post-ancestor > a {
    color:var(--darkblue) !important;
    font-weight:700 !important;
}

[lang="en"] #menu-main-menu .current-menu-parent > a,
[lang="en"] #menu-main-menu .current-menu-item > a,
[lang="en"] #menu-main-menu .current-page-ancestor > a,
[lang="en"] #menu-main-menu .current_page_parent > a,
[lang="en"] #menu-main-menu .current-product_cat-ancestor > a,
[lang="en"] #menu-main-menu .current-product-ancestor > a,
[lang="en"] #menu-main-menu .current-category-ancestor > a,
[lang="en"] #menu-main-menu .current-post-ancestor > a {
    color:var(--darkblue) !important;
    font-weight:700 !important;
}

@media only screen and (max-width:999.98px) {
    [lang="en"] .current-menu-parent > span > a,
    [lang="en"] .current-menu-item > span  > a,
    [lang="en"] .current-page-ancestor > span  > a,
    [lang="en"] .current_page_parent > span  > a,
    [lang="en"] .current-product_cat-ancestor > span  > a,
    [lang="en"] .current-product-ancestor > span  > a,
    [lang="en"] .current-category-ancestor> span > a,
    [lang="en"] .current-post-ancestor > span > a {
        color:var(--darkblue) !important;
        font-weight:700 !important;
    }
}

.single-post #main > .ct-container {
    width:100%;
    padding-block: 0 !important;
}

.blog #main > .ct-container {
    padding-block: var(--row-gap);
}

.entry-card .entry-title {
    text-align: center;
    font-family: var(--theme-font-family);
    -webkit-text-stroke-width: 0.3px;
    -webkit-text-stroke-color: #231F20;
    margin-bottom:0 !important;
}

.entry-card {
    position:relative;
    padding-bottom:0 !important;
}

.entry-button.ct-button {
    border-radius: 10px;
    position: absolute;
    top: calc(50% - 26px);
    left: 50%;
    transform: translate(-50%, -50%);
    font-family:var(--theme-title-font-family);
    text-transform:capitalize;
    opacity:0;
    transition:var(--transition-effect);
}

.entry-card:hover .entry-button.ct-button {
    opacity:1;
}

.ct-image-container {
    position:relative;
    margin-bottom:0 !important;
}

.ct-image-container:before {
    content:'';
    background-color:#000000;
    opacity:0;
    width:100%;
    height:100%;
    top:0;
    left:0;
    position:absolute;
    display:block;
    z-index:1;
    transition:var(--transition-effect);
}

.entry-card:hover .ct-image-container:before {
    opacity:0.5;
}

.hero-section {
    display:none !important;
}

.service-middle-sec > .vc_row:nth-child(odd) > .wpb_column:last-child > .vc_column-inner > .wpb_wrapper,
.service-middle-sec > .vc_row:nth-child(even) > .wpb_column:first-child > .vc_column-inner > .wpb_wrapper{
    height:100%;
    margin-bottom:35px;
}

@media only screen and (min-width:768px) {
    .service-middle-sec > .vc_row:nth-child(even) > .wpb_column:last-child > .vc_column-inner {
        padding-left:50px;
    }
    
    .service-middle-sec > .vc_row:nth-child(odd) > .wpb_column:first-child > .vc_column-inner {
        padding-right:50px;
    }
}