.btn-fixed:hover a,.chopper-feature span,.chopper-feature strong,body,h2,p {
    color: var(--main-color)
}

.btn-fixed,.right-fixed-btn {
    right: 25px;
    z-index: 5;
    top: 50%
}

.alert,.info-txt .iti,.input-model,.model-left h2 {
    margin-bottom: 10px
}

a,a:focus,a:hover {
    text-decoration: none
}

#bio_ep,.model {
    position: fixed;
    left: 50%
}

#bio_ep,#popupMsg {
    font-family: var(--main-font)!important
}

a,address,article,b,blockquote,body,canvas,caption,div,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,html,i,iframe,img,label,li,nav,ol,output,p,pre,q,section,small,span,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,u,ul,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

dl,ol {
    margin: 0 0 1em
}

dl,ol,p,pre,ul {
    line-height: 1.5
}

abbr,acronym,caption {
    font-variant: small-caps
}

dt,li,td,th {
    line-height: 1.5em
}

.alertError,.d-block,.input-model .iti,article,aside,figcaption,figure,footer,header,menu,nav,section {
    display: block
}

ol,ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:after,blockquote:before,q:after,q:before {
    content: "";
    content: none
}

@font-face {
    font-family: CircularStd;
    src: url(../fonts/CircularStd-Medium.html) format("woff2"),url(../fonts/CircularStd-Medium-2.html) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: CircularStd;
    src: url(../fonts/CircularStd-Black.html) format("woff2"),url(..fonts/CircularStd-Black.html) format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

:root {
    --bg-main: #fff;
    --main-color: #141414;
    --first-color: #6e8c42;
    --second-color: #d9f4ff;
    --white: #fff;
    --black: #000;
    --light-black: gray;
    --grey: #f4f4f4;
    --light-gray: #717171;
    --wdth: 100px;
    --fz16: 16px;
    --fz48: 48px;
    --fz36: 36px;
    --fz30: 30px;
    --rounded: 40px;
    --rounded-circle: 50%;
    --global: 100px;
    --fw-light: 300;
    --fw-normal: 400;
    --text-uppercase: uppercase;
    --fs-italic: italic;
    --fw-medium: 500;
    --fw-semibold: 600;
    --fw-bold: bold;
    --fw-extra-bold: 800;
    --fw-extra-black: 900;
    --main-font: "Chivo",sans-serif;
    --ps-relative: relative;
    --ps-absolute: absolute;
    --ps-static: static;
    --ps-fixed: fixed
}

.d-inline-flex {
    display: inline-flex
}

.d-flex {
    display: -ms-flexbox;
    display: flex
}

.justify-content-start {
    -ms-flex-pack: start;
    justify-content: flex-start
}

.justify-content-end {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.justify-content-center {
    -ms-flex-pack: center;
    justify-content: center
}

.justify-content-between {
    -ms-flex-pack: justify;
    justify-content: space-between
}

.justify-content-around {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.align-items-start {
    -ms-flex-align: start;
    align-items: flex-start
}

.align-items-end {
    -ms-flex-align: end;
    align-items: flex-end
}

.align-items-center {
    -ms-flex-align: center;
    align-items: center
}

.align-items-baseline {
    -ms-flex-align: baseline;
    align-items: baseline
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

*,:after,:before {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 100%
}

body {
    line-height: 1;
    font-size: 62.5%;
    font-family: var(--main-font);
    overflow: visible!important
}

.text-uppercase {
    text-transform: uppercase
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.form-sec,tbody td,tbody th,thead th {
    text-align: left
}

.text-indent {
    text-indent: -9999px
}

.font-style {
    font-style: var(--fs-italic)
}

.slick-slider {
    -webkit-user-select: text!important;
    -khtml-user-select: text!important;
    -moz-user-select: text!important;
    -ms-user-select: text!important;
    user-select: text!important
}

h1,h2,h3,h4,h5,h6 {
    line-height: 1.1
}

.fz-48 {
    font-size: var(--fz48);
    line-height: 1.042
}

.fz-36 {
    font-size: var(--fz36)
}

.fz-30 {
    font-size: var(--fz30)
}

.text-color {
    background: linear-gradient(90deg,#e60625 1.39%,#6e8c42 35.71%,#070707 91.64%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

.btn-fixed {
    display: none;
    position: fixed;
    padding: 2px;
    transform: rotate(90deg);
    transform-origin: right;
    background-color: var(--main-color);
    transition: .3s cubic-bezier(.4, 0, .2, 1);
    opacity: 0
}

.btn-fixed a,.fixed-button {
    font-size: 16px;
    color: var(--white);
    padding: 16px 27px;
    display: block;
    font-weight: 700;
    cursor: pointer;
    background-color: var(--main-color);
    transition: .3s linear
}

.btn-fixed:hover {
    background: linear-gradient(76.41deg,#e3212b 10.53%,#f4d4cf 36.09%,#c59bc7 60.14%,#6e8c42 82.7%)
}

.btn-fixed:hover a {
    background-color: #fff
}

.btn-fixed span {
    display: block;
    transform: rotate(180deg)
}

@-webkit-keyframes shake {
    0%,100% {
        -webkit-transform: translatex(0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translatex(-6px)
    }

    20%,40%,60%,80% {
        -webkit-transform: translatex(6px)
    }
}

@-moz-keyframes shake {
    0%,100% {
        -moz-transform: translatex(0)
    }

    10%,30%,50%,70%,90% {
        -moz-transform: translatex(-6px)
    }

    20%,40%,60%,80% {
        -moz-transform: translatex(6px)
    }
}

@-o-keyframes shake {
    0%,100% {
        -o-transform: translatex(0)
    }

    10%,30%,50%,70%,90% {
        -o-transform: translatex(-6px)
    }

    20%,40%,60%,80% {
        -o-transform: translatex(6px)
    }
}

@keyframes shake {
    0%,100% {
        transform: translatex(0)
    }

    10%,30%,50%,70%,90% {
        transform: translatex(-6px)
    }

    20%,40%,60%,80% {
        transform: translatex(6px)
    }
}

.shake {
    animation-name: shake;
    animation-fill-mode: both;
    animation-duration: 1s
}

.right-fixed-btn {
    position: fixed;
    background: #fff;
    display: none;
    border: 2px solid #6e8c42;
    transform: rotate(90deg);
    transform-origin: right;
    transition: .3s cubic-bezier(.4, 0, .2, 1)
}

.model-flex,.multiple-btn {
    display: flex
}

.lets-click,.whatsapp-click {
    padding: 12px;
    cursor: pointer;
    transition: .5s linear
}

.lets-click:hover,.whatsapp-click:hover {
    background-color: #14151b
}

.model.current,.open-form {
    background-color: transparent
}

.open-form {
    font-size: 17px;
    color: #000;
    font-weight: 600;
    transform: rotate(180deg);
    transition: .5s linear
}

.lets-click:hover .open-form {
    color: #fff
}

.whatsapp-click {
    border-left: 2px solid #6e8c42
}

.whatsapp-click svg {
    transform: rotate(-79deg)
}

.model {
    max-width: 1120px;
    width: 100%;
    background-color: var(--bg-main);
    z-index: 999;
    transition: transform .3s ease-out;
    transform: translate(-50%,-500%)
}

#bio_ep_close:before,.contact-btn,body.overlay,sub,sup {
    position: relative
}

.model.current {
    transform: translate(-50%,-50%);
    top: 50%;
    padding: 0 10px;
    max-height: 80%;
    overflow: auto
}

.model-left {
    width: 50%;
    padding: 45px 35px 0;
    border-right: 1px solid #141414;
    justify-content: space-between;
    display: none;
    flex-direction: column;
    background-color: #d9f4ff
}

.model-request,.model-right {
    background-color: var(--white)
}

.model-left h2 {
    font-size: 50px;
    line-height: 1;
    color: #141414
}

.model-left p {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 30px;
    color: #141414;
    letter-spacing: -.04em
}

.acclamations {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}

.acclamations li {
    width: 35%;
    margin-bottom: 25px
}

.popup-logo svg {
    width: 123px;
    height: 50px
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent!important
}

.info-txt .iti,.talk-logo img {
    width: 100%
}

.model-right {
    width: 100%;
    padding: 45px 35px
}

.model.current .close-model {
    right: 21px;
    top: 7px
}

.model-right h3 {
    font-size: 28px;
    margin-bottom: 22px;
    letter-spacing: -.9px
}

.input-model input,.input-model textarea {
    width: 100%;
    color: #141414;
    padding: 12px;
    font-size: 16px;
    border: 1px solid #141414;
    font-family: var(--main-font);
    background-color: var(--grey)
}

.input-model textarea {
    min-height: 90px
}

.contact-btn {
    font-size: 18px;
    font-weight: var(--fw-bold);
    padding: 18px 64px;
    background-color: #fff;
    color: #000;
    border: 0;
    border-radius: 1px;
    cursor: pointer;
    z-index: 1;
    width: 100%
}

.alert {
    color: #e3212b;
    font-size: 14px;
    display: none
}

.input-model .iti__country-name {
    font-size: 16px
}

body.overlay:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: .5s linear;
    background-color: rgba(20,20,20,.8)
}

.clientele {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 16px
}

.brand-list li {
    margin: 0 30px 28px 0
}

ol ol,ol ul,td :first-child,th :first-child,ul ul {
    margin-top: 0
}

.close-model {
    cursor: pointer;
    width: 27px;
    height: 27px;
    position: absolute;
    right: -1px;
    top: 0;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.close-model svg {
    width: 26px;
    height: 26px
}

.chopper-feature {
    flex-wrap: wrap
}

.chopper-feature li {
    width: 40%;
    margin-bottom: 50px
}

.feature-content {
    border-bottom: 1px solid #faa295;
    padding-bottom: 7px
}

.chopper-feature li svg {
    height: 38px
}

.chopper-feature strong {
    display: block;
    font-size: 40px;
    margin-bottom: 15px
}

.white-dot,a,button.btn,em,input.btn,span,strong {
    display: inline-block
}

.chopper-feature span {
    font-size: 15px
}

.white-dot {
    width: 6px;
    height: 7px;
    border-radius: var(--rounded-circle);
    background-color: var(--white)
}

button,input,optgroup,select,textarea {
    margin: 0;
    padding: 0;
    font-size: 100%;
    color: inherit;
    background: #fff;
    outline: 0
}

input,select,textarea {
    -webkit-appearance: none;
    border-radius: 0
}

input {
    line-height: normal
}

input[type=checkbox],input[type=radio] {
    padding: 0;
    border: none
}

button,input[type=button],input[type=file],input[type=reset],input[type=submit] {
    -webkit-appearance: none;
    cursor: pointer;
    line-height: normal;
    overflow: visible
}

button[disabled],input[disabled] {
    cursor: default;
    color: #999;
    border-color: #ccc
}

table,tbody td,tbody th {
    border-top: 1px solid #ccc
}

button::-moz-focus-inner,input::-moz-focus-inner {
    padding: 0;
    border: 0
}

code,dl,kbd,ol,pre,samp,tt,ul,var {
    font-size: 100%
}

dd {
    margin: 0 0 1em .8em
}

ul {
    list-style-type: none;
    margin: 0
}

ol {
    list-style-type: decimal
}

ol ol {
    list-style-type: lower-latin
}

p {
    --fz18: 18px;
    font-size: 18px
}

blockquote,cite,dfn,q,var {
    font-style: italic
}

blockquote {
    background: 0 0;
    color: #666
}

small {
    font-size: 12px;
    line-height: 1.75
}

pre {
    margin: 0 0 10px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

code,pre {
    color: #800
}

kbd,samp,var {
    color: #666;
    font-weight: 700
}

abbr,acronym {
    border-bottom: 1px dotted #aaa;
    cursor: help
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    max-width: 100%;
    height: auto
}

body img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

a {
    color: var(--main-color)
}

a:active,a:focus,a:hover {
    outline: 0
}

table {
    border-spacing: 0;
    width: 100%;
    border-collapse: collapse;
    color: #444;
    border-bottom: 1px solid #ccc;
    margin: 0 0 1.35714em
}

td,th {
    vertical-align: top;
    padding: .71429em .5em
}

thead th {
    color: #000;
    border-bottom: 2px solid #000
}

button.btn,input.btn {
    font-size: 12px;
    color: #000;
    line-height: normal;
    vertical-align: middle;
    padding: 0 5px;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    border: 1px solid #ccc;
    background: #eee
}

button {
    border: none;
    cursor: pointer
}

.mob-hide {
    display: none
}

#bio_ep {
    width: 100%!important;
    max-width: 708px;
    top: 50%!important;
    transform: translateX(-50%) translateY(-50%)!important;
    background: 0 0;
    box-shadow: none!important;
    height: auto!important;
    z-index: 991
}

#bio_ep_close {
    position: absolute;
    left: auto!important;
    right: -8px;
    top: -12px;
    width: 30px!important;
    height: 30px!important;
    color: #141414!important;
    cursor: pointer;
    margin: 0!important;
    background: var(--white)!important
}

#bio_ep_close:before {
    content: "×";
    font-size: 33px;
    font-weight: 700;
    color: #141414;
    height: auto;
    width: auto;
    left: 3px;
    top: -4px
}

.pop-flex {
    background-color: var(--second-color);
    padding: 35px 40px 40px;
    border-radius: 2px
}

.thank-you {
    color: #14151b;
    font-size: 48px
}

.pop-content {
    margin-bottom: 6px
}

.pop-content h2 {
    line-height: 1.1;
    letter-spacing: -.04em;
    margin-bottom: 0;
    font-size: 30px;
    padding: 0;
    font-weight: 600;
    background: 0 0
}

.form-sec h3 {
    font-size: 26px;
    line-height: 1;
    margin-bottom: 30px;
    color: #ec4848
}

.popup-contact {
    display: flex;
    justify-content: space-between
}

.contact-img,.contactus-form {
    width: 48%
}

.contact-img img {
    width: 100%;
    height: auto
}

.popup-contact .inquiry-form {
    border: 1px solid var(--main-color);
    padding: 12px;
    margin-bottom: 12px;
    font-weight: 400;
    font-size: 16px;
    color: var(--main-color);
    transition: .3s;
    width: 94%;
    background: 0 0;
    display: block!important
}

#popupMsg {
    height: 90px
}

.popup-contact .inquiry-btn {
    font-size: 18px;
    font-weight: var(--fw-bold);
    padding: 18px 64px;
    background-color: var(--second-color);
    color: #000;
    border: 0;
    border-radius: 1px;
    cursor: pointer;
    z-index: 1;
    position: relative;
    width: 100%
}

#bio_ep_bg {
    background: 0 0!important;
    opacity: 1!important;
    z-index: -1!important
}

#chat-bot-message-container {
    max-width: 200px!important;
    line-height: 1.15;
    bottom: 74px!important
}

#chat-bot-message-container .chat-bot-message-label {
    padding: 10px!important;
    font-size: 14px!important
}

#chat-bot-message-container #chat-bot-message-close {
    top: -21px!important
}

@media only screen and (min-width: 768px) {
    .d-md-block {
        display:block
    }

    .d-md-flex {
        display: flex
    }

    .model.current {
        max-height: 76%
    }

    .model-right h3 {
        font-size: 32px
    }
}

@media only screen and (min-width: 992px) {
    .d-lg-block {
        display:block
    }

    .d-lg-flex,.d-md-flex {
        display: flex
    }
}

@media only screen and (min-width: 1024px) {
    .chopper-feature,.model-left {
        display:flex
    }

    .model-right {
        width: 50%
    }

    .model.current {
        padding: 0 15px;
        max-height: 76%;
        overflow: hidden;
        max-height: fit-content
    }
}

@media only screen and (min-width: 1200px) {
    .d-xl-block,.mob-hide {
        display:block
    }

    .d-xl-flex {
        display: flex
    }

    .btn-fixed,.right-fixed-btn {
        opacity: 1
    }

    #bio_ep_bg {
        background: rgba(0,0,0,.5)!important;
        z-index: 99!important
    }
}
