@font-face {
  font-family: 'skripters';
  src: url('./fonts/skripters.ttf') format('truetype'),
       url('./fonts/skripters.woff') format('woff'),
       url('./fonts/skripters.woff2') format('woff2'),
       url('./fonts/skripters.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}


.allicons>div {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 1px solid #36454f;
    margin: 5px;
    text-align: center;
    border-radius: 5px;
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}

.allicons>div:after {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.allicons>div i {
    font-size: 25px;
    color: #36454f;
    vertical-align: middle;
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}

.allicons>div:hover,
.allicons>div.is--active {
    background: #36454f
}

.allicons>div:hover i,
.allicons>div.is--active i {
    color: #fff
}

.allicons>div:hover i:after,
.allicons>div.is--active i:after {
    content: attr(class);
    text-align: center;
    position: fixed;
    left: 0;
    bottom: 10px;
    width: 100%;
    font-size: 15px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    background: #232323;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 999
}

[class*=icon-] {
    font-family: "xicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.form-group {
    position: relative;
    margin-bottom: 5px
}

.form-group span {
    position: absolute;
    cursor: text;
    z-index: 11;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 50px;
    font-size: 14px;
    font-weight: 400;
    background: transparent;
    padding: 0 10px;
    color: #767d82;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    pointer-events: none;
    margin-bottom: 0
}

.form-group textarea {
    padding: 25px 50px
}

.form-group.is--focus .label,
.form-group.is--used .label {
    color: #fff;
    background-color: #959595;
    border-radius: 10px;
    padding: 4px 15px 4px;
    font-size: 10px;
    top: 0
}

.form-group.iti-group .label {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.form-group.iti-group.is--focus .label,
.form-group.iti-group.is--used .label {
    opacity: 1;
    visibility: visible;
    pointer-events: inherit
}

.form-group.iti-group.is--focus .form-control:-moz-placeholder,
.form-group.iti-group.is--used .form-control:-moz-placeholder {
    color: #fff;
    opacity: 1
}

.form-group.iti-group.is--focus .form-control::-moz-placeholder,
.form-group.iti-group.is--used .form-control::-moz-placeholder {
    color: #fff;
    opacity: 1
}

.form-group.iti-group.is--focus .form-control:-ms-input-placeholder,
.form-group.iti-group.is--used .form-control:-ms-input-placeholder {
    color: #fff;
    opacity: 1
}

.form-group.iti-group.is--focus .form-control::-webkit-input-placeholder,
.form-group.iti-group.is--used .form-control::-webkit-input-placeholder {
    color: #fff;
    opacity: 1
}

.form-group i {
    position: absolute;
    top: 13px;
    left: 13px;
    color: #e00030;
    font-size: 18px
}

.form-group.label-13 .label {
    top: 13px;
    -webkit-transform: none;
    transform: none
}

.form-group.label-13.is--focus .label,
.form-group.label-13.is--used .label {
    top: -13px
}

.textarea,
.form-control {
    font-size: 14px;
    color: #36454f;
    background-color: transparent;
    line-height: normal;
    font-weight: 400;
    width: 100% !important;
    padding-left: 11px;
    border-radius: 10px;
    height: 35px;
    text-align: left;
    border: 1px solid #5e6a72;
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}

.textarea:-moz-placeholder,
.form-control:-moz-placeholder {
    color: #101010;
    opacity: 1
}

.textarea::-moz-placeholder,
.form-control::-moz-placeholder {
    color: #101010;
    opacity: 1
}

.textarea:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
    color: #101010;
    opacity: 1
}

.textarea::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
    color: #101010;
    opacity: 1
}

.textarea.is--error,
.form-control.is--error {
    border-color: red
}

.textarea[read-only],
.form-control[read-only] {
    color: #232323;
    background-color: #fff
}

.textarea.is--disabled,
.form-control.is--disabled {
    background-color: #fff;
    color: #eee
}

.textarea.is--focus,
.form-control.is--focus {
    background-color: #fff
}

.textarea.is--used,
.form-control.is--used {
    background-color: #fff
}

.textarea:focus,
.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent
}

@media (max-width: 767px) {

    .textarea,
    .form-control {
        font-size: 12px
    }
}

.animateLable {
    position: relative
}

.animateLable .label {
    left: 10px;
    top: 50%;
    font-size: 11px;
    margin-bottom: 0;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    position: absolute;
    font-weight: 400;
    margin-top: -8px
}

.animateLable .form-control {
    padding: 20px 10px 6px;
    font-size: 12px
}

.animateLable.is--focus .label,
.animateLable.is--used .label {
    top: 12px;
    font-size: 9px
}

.sameonwhatsapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0
}

.sameonwhatsapp .custom-checkbox {
    margin-right: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.sameonwhatsapp label {
    margin-bottom: 0
}

.iti,
select {
    width: 100%;
    font-size: 14px
}

.iti--separate-dial-code .iti__selected-dial-code {
    font-size: 14px;
    font-weight: 400
}

@media (max-width: 767px) {
    .iti--separate-dial-code .iti__selected-dial-code {
        font-size: 12px
    }
}




.textarea {
    height: 220px
}

.textarea.form-control {
    height: 220px
}

.label {
    font-size: 13px;
    font-weight: 700;
    color: #36454f;
    position: relative;
    display: block;
    margin-bottom: 5px
}

@media (max-width: 767px) {
    .label {
        font-size: 12px
    }
}

.custom-checkbox {
    position: relative;
    width: 14px;
    height: 14px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    vertical-align: middle
}

.custom-checkbox input {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0
}

.custom-checkbox input:checked~.as-checkbox:after,
.custom-checkbox input [checked="checked"]~.as-checkbox:after {
    opacity: 1
}

.custom-checkbox label {
    font-size: 14px
}

@media (max-width: 1700px) {
    .custom-checkbox label {
        font-size: 13px
    }
}

.custom-checkbox:hover {
    border-color: #eee
}

.custom-checkbox:focus {
    border-color: #232323
}

.custom-checkbox .as-checkbox {
    border: 1px solid #e00030;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    position: absolute;
    text-align: center;
    background-color: #fff;
    margin-bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.custom-checkbox .as-checkbox:after {
    content: "\e91e";
    font-family: "xicons";
    font-size: 9px;
    font-weight: 700;
    opacity: 0
}

.custom-radio {
    position: relative;
    width: 16px;
    height: 16px;
    border: 1px solid #9a9a9a;
    border-radius: 50%;
    padding: 2px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.custom-radio input {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0
}

.custom-radio input:checked~.as-radio,
.custom-radio input [checked="checked"]~.as-radio {
    background-color: #e00030
}

.custom-radio:hover {
    border-color: #36454f
}

.custom-radio:focus {
    border-color: #36454f
}

.custom-radio .as-radio {
    width: 50%;
    height: 50%;
    border-radius: 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background-color: transparent
}

.btn {
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    padding: 10px 40px 10px 20px;
    border-radius: 4px;
    text-align: center;
    display: inline-block;
    position: relative;
    overflow: hidden
}

@media (max-width: 767px) {
    .btn {
        font-size: 12px
    }
}

.btn span {
    position: relative;
    z-index: 1
}

.btn.btn-primary {
    background-color: #e00030;
    border-color: transparent;
    color: #fff
}

.btn.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn.btn-primary.focus,
.btn.btn-primary:focus {
    -webkit-box-shadow: 0 0 2px 0.2rem rgba(224, 0, 48, 0.3);
    box-shadow: 0 0 2px 0.2rem rgba(224, 0, 48, 0.3)
}

.btn.btn-primary:not(:disabled):not(.disabled).active:after,
.btn.btn-primary:not(:disabled):not(.disabled):active:after,
.btn.btn-primary:hover:after,
.btn.btn-primary.focus:after,
.btn.btn-primary:focus:after {
    right: 12px;
    height: 100%
}

.btn.btn-secondary {
    background-color: #fff;
    border-color: transparent;
    color: #36454f
}

.btn.btn-secondary:after {
    width: 100%;
    height: 0;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    background: #efefef;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.btn.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn.btn-secondary.focus,
.btn.btn-secondary:focus {
    -webkit-box-shadow: 0 0 2px 0.2rem rgba(54, 69, 79, 0.3);
    box-shadow: 0 0 2px 0.2rem rgba(54, 69, 79, 0.3)
}

.btn.btn-secondary:not(:disabled):not(.disabled).active,
.btn.btn-secondary:not(:disabled):not(.disabled):active,
.btn.btn-secondary:hover,
.btn.btn-secondary.focus,
.btn.btn-secondary:focus {
    background-color: #efefef;
    border-color: transparent
}

.btn.btn-secondary:not(:disabled):not(.disabled).active:after,
.btn.btn-secondary:not(:disabled):not(.disabled):active:after,
.btn.btn-secondary:hover:after,
.btn.btn-secondary.focus:after,
.btn.btn-secondary:focus:after {
    right: 12px;
    height: 100%
}

.btn.btn-secondary:before {
    /* background: url(../../../assets/imagessprite.html) no-repeat -20px -23px; */
    width: 15px;
    height: 15px;
    content: "";
    position: absolute;
    right: 13px;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    z-index: 1;
    top: 50%;
    margin-top: -6px
}

.btn.btn-primary:before {
    /* background: url(../../../assets/imagessprite.html) no-repeat -1px -2px; */
    width: 15px;
    height: 15px;
    content: "";
    position: absolute;
    right: 13px;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    z-index: 1;
    top: 50%;
    margin-top: -6px
}

.btn.btn-round {
    border-radius: 25px;
    background-color: transparent;
    font-size: 13px
}

.btn.btn-link {
    color: #e00030;
    padding: 10px 0 0;
    font-weight: 400;
    font-size: 20px;
    position: relative;
    line-height: normal
}

.btn.btn-link:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background-color: #e00030
}

.btn.btn-link:hover,
.btn.btn-link.focus,
.btn.btn-link:focus {
    text-decoration: none;
    color: #c20828
}

.btn.btn-link.link-white {
    color: #fff
}

.btn.btn-link.link-white:hover,
.btn.btn-link.link-white.focus,
.btn.btn-link.link-white:focus {
    color: #e00030
}

@media (max-width: 767px) {
    .btn.btn-link {
        font-size: 18px
    }
}

@media (max-width: 575px) {
    .btn.btn-link {
        font-size: 16px
    }
}

.btn.is-disabled,
.btn.disabled,
.btn:disabled,
.btn [disabled],
.btn [disabled="disabled"] {
    background-color: #eee;
    border-color: #eee;
    color: #fff;
    cursor: none
}

.btn.sm-pd {
    padding: 5px 10px
}

.btn.md-pd {
    padding: 5px 20px
}

.btn.xl-pd {
    padding: 11px 20px;
    font-size: 17px
}

@media (max-width: 1440px) {
    .btn.xl-pd {
        font-size: 14px
    }
}

@media (max-width: 575px) {
    .btn.xl-pd {
        font-size: 12px
    }
}

.btn.min-wd100 {
    min-width: 100px
}

.btn.wdper-100 {
    width: 100%
}

button:focus,
.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none
}

.form_message {
    display: none
}

.formStepsSec {
    height: 55px
}

.form-steps {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    height: 0
}

.form-steps.is--active {
    opacity: 1;
    visibility: visible;
    pointer-events: inherit;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    height: auto
}

.c-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%
}

.c-popup .popup {
    display: none;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
    width: 100%;
    opacity: 0;
    top: 40%;
    -webkit-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
    border: 1px solid #6f6f6f;
    border-radius: 4px
}

.c-popup .popup .popup-wrap {
    background: #fff;
    height: 100%;
    -webkit-box-shadow: 0 3px 7px 0 rgba(54, 69, 79, 0.25);
    box-shadow: 0 3px 7px 0 rgba(54, 69, 79, 0.25)
}

.c-popup .popup .c-close {
    position: absolute;
    top: -25px;
    right: -25px;
    z-index: 999;
    font-size: calc(20px + (38 - 20) * (100vw - 320px) / (1920 - 320));
    color: #e00030
}

.c-popup .popup .c-close:hover {
    color: #36454f
}

.c-popup .popup.popup--full-screen {
    top: 0;
    left: 0;
    -webkit-transform: none;
    transform: none;
    width: 100%;
    height: 100%;
    padding: 0;
    max-width: none
}

.c-popup .popup.active {
    top: 50%;
    opacity: 1;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s
}

.c-popup .overlay {
    display: block;
    height: 100%;
    width: 100%;
    background: transparent;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.c-popup.popup--open .overlay {
    background: rgba(16, 16, 16, 0.96)
}

.c-close {
    display: inline-block;
    width: 38px;
    height: 38px
}

.c-popup .popup.sm-popup {
    width: 500px
}

.c-popup .popup.md-popup {
    width: 750px
}

.c-popup .popup.lg-popup {
    width: 1220px
}

.c-popup .popup.popup-box,
.c-popup .popup.popup-box2 {
    max-width: 771px;
    border-radius: 8px;
}

@media (max-width: 991px) {

    .c-popup .popup.popup-box,
    .c-popup .popup.popup-box2 {
        width: 90%
    }
}

.c-popup .popup.popup-box .popup-wrap,
.c-popup .popup.popup-box2 .popup-wrap {
    background-color: #f2f8fb;
    padding: 30px 30px;
    border-radius: 8px
}

.c-popup .popup.popup-box .popup-wrap .popup-head h4,
.c-popup .popup.popup-box2 .popup-wrap .popup-head h4 {
    font-size: calc(18px + (22 - 18) * (100vw - 320px) / (1920 - 320));
    color: #354650;
    font-weight: 700;
    padding: 4px 0;
    margin: 0;
    position: relative
}

.c-popup .popup.popup-box .popup-wrap .popup-head p,
.c-popup .popup.popup-box2 .popup-wrap .popup-head p {
    color: #354650;
    font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
    padding: 8px 0 13px;
    position: relative
}

.c-popup .popup.popup-box .popup-wrap .popupContent .form-group .textarea,
.c-popup .popup.popup-box .popup-wrap .popupContent .form-group .form-control,
.c-popup .popup.popup-box2 .popup-wrap .popupContent .form-group .textarea,
.c-popup .popup.popup-box2 .popup-wrap .popupContent .form-group .form-control {
    background-color: #fff
}

.c-popup .popup.popup-box .popup-wrap .popupContent .form-group i,
.c-popup .popup.popup-box2 .popup-wrap .popupContent .form-group i {
    color: #36454f
}

.c-popup .popup.popup-box .c-close,
.c-popup .popup.popup-box2 .c-close {
    height: 40px;
    width: 40px;
    background-color: #e00030;
    color: #fff;
    border-radius: 50%;
    top: -15px;
    right: -15px;
    font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    border: 1px solid #f2f8fb
}

@media (max-width: 575px) {

    .c-popup .popup.popup-box .c-close,
    .c-popup .popup.popup-box2 .c-close {
        height: 30px;
        width: 30px
    }
}

.c-popup .popup.black-popup {
    border: none
}

.c-popup .popup.black-popup .popup-wrap {
    padding: 30px 40px;
    background-color: transparent
}

.c-popup .popup.black-popup .popup-head h4 {
    color: #fff;
    font-size: calc(25px + (32 - 25) * (100vw - 320px) / (1920 - 320))
}

.c-popup .popup.black-popup .popup-head p {
    color: #fff;
    font-size: calc(12px + (20 - 12) * (100vw - 320px) / (1920 - 320))
}

.c-popup .popup.black-popup .form-control {
    border: 1px solid #fff;
    color: #fff
}

.c-popup .popup.black-popup .form-control.is--error {
    border-color: #e00030
}

.c-popup .popup.black-popup .form-control option {
    color: #101010
}

.c-popup .popup.black-popup .form-control:-moz-placeholder {
    color: #eee;
    opacity: 1
}

.c-popup .popup.black-popup .form-control::-moz-placeholder {
    color: #eee;
    opacity: 1
}

.c-popup .popup.black-popup .form-control:-ms-input-placeholder {
    color: #eee;
    opacity: 1
}

.c-popup .popup.black-popup .form-control::-webkit-input-placeholder {
    color: #eee;
    opacity: 1
}

.c-popup .popup.black-popup label {
    font-size: calc(12px + (15 - 12) * (100vw - 320px) / (1920 - 320));
    color: #fff
}

.c-popup .popup.black-popup .iti--separate-dial-code .iti__selected-dial-code {
    color: #fff
}

.shape {
    position: absolute;
}

.intl-tel-input {
    position: relative;
    display: inline-block;
    width: 100% !important;
}

#footerform input[name="pn"] {
    padding-left: 100px !important;
}

.form-group input[name="pn"] {
    padding-left: 100px !important;
}

.form-group input {
    border-radius: 0;
}

.floating-form input {
    color: #333333;
    padding: 10px;
    height: 44px;
    width: 100%;
    background: transparent;
    border: 1px solid #cccccc;
    box-shadow: none;
    -webkit-appearance: none;
    border-radius: 4px;
}

.submit-btn {
    font-size: 16px;
    padding: 15px 0px;
    background-color: #fb2224;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    border: none;
    margin-top: 15px;
}

.error-field {
    border: 1px solid red;
}

.popform input#pn {
    color: #333333;
    padding: 10px;
    height: 44px;
    width: 100%;
    background: transparent;
    border: 1px solid #cccccc;
    box-shadow: none;
    line-height: 38px;
    border-radius: 4px;
    font-family: "Nunito", sans-serif;
}

.ptpx-130 {
    padding-top: 130px !important;
}

.formsubmit {
    display: none
}

body.contactForm .contact {
    display: block
}

body.subscribeForm .subscribe {
    display: block
}

body.undefined .undefined {
    display: block
}

.stripe-4,
.stripe {
    padding: 60px
}

