/*****Fonts*****/
@import url('../css/fontawesome-all.min.css');

@font-face {
    font-family: 'ProximaNova-Regular';
    src: url('../fonts/ProximaNova-Regular.eot');
    src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Regular.woff2') format('woff2'), url('../fonts/ProximaNova-Regular.woff') format('woff'), url('../fonts/ProximaNova-Regular.ttf') format('truetype'), url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova-Bold';
    src: url('../fonts/ProximaNova-Bold.eot');
    src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Bold.woff2') format('woff2'), url('../fonts/ProximaNova-Bold.woff') format('woff'), url('../fonts/ProximaNova-Bold.ttf') format('truetype'), url('../fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova-Black.woff';
    src: url('../fonts/ProximaNova-Black.eot');
    src: url('../fonts/ProximaNova-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Black.woff2') format('woff2'), url('../fonts/ProximaNova-Black.woff') format('woff'), url('../fonts/ProximaNova-Black.ttf') format('truetype'), url('../fonts/ProximaNova-Black.svg#ProximaNova-Bold') format('svg');
    font-weight: bolder;
    font-style: normal;
}

/*****Global CSS*****/
html {
    overflow-x: hidden;
    background: #0c1115 url(../img/home-bg.jpg) center center no-repeat;
    background-size: cover;
    min-height: 100vh
}

html:has(body.home) {
    background-image: url('../img/home-bg.jpg');
}

html:has(body.contact) {
    background-image: url('../img/contact-testimonial-bg.jpg');
}

html:has(body.payment) {
    background-image: url('../img/payment-bg.jpg');
}

body {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    font-family: 'ProximaNova-Regular';
}

* {
    border: none;
    margin: 0;
    outline: none !important;
    padding: 0;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

label {
    display: block;
    margin: 0 0 8px;
    font-weight: 400
}

label.inline-block {
    display: inline-block;
    margin: 5px 40px 5px 0
}

label.inline-block:last-child {
    margin-right: 0
}


ul {
    list-style: none
}

ol {
    padding: 0 0 0 25px;
}

p:last-child {
    margin: 0;
}

p {
    margin: 0 0 15px;
}

a {
    color: #000000;
    text-decoration: none
}

a:focus,
a:hover {
    color: #000000;
    text-decoration: underline
}

a:has(.btn) {
    text-decoration: unset;
}

img {
    display: block;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'ProximaNova-Bold';
    font-weight: bold;
    color: #000000;
    line-height: 1.3;
    margin: 0 0 15px
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top: 0
}

h1 {
    font-size: 35px;
}

h2 {
    font-size: 24px
}

ul {
    margin: 0
}

ol li,
ul li {
    position: relative;
    padding: 0 0 7px 24px;
    overflow: hidden;
}

ol li {
    overflow: visible;
    padding-inline: 0;
}

ul li:before {
    content: "";
    display: inline-block;
    line-height: 1;
    background: #000000;
    font-weight: 400;
    position: absolute;
    left: 6px;
    top: 8px;
    border-radius: 10px;
    color: #ffb700;
    width: 8px;
    height: 8px
}

ul li:last-child {
    padding-bottom: 0
}

.form-control,
input[type=date],
input[type=email],
input[type=file],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    background-color: #ffffff;
    border: 1px solid #b2b2b2;
    border-radius: 0;
    color: #000000;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 13px 15px;
    position: relative;
    width: 100%;
    height: 50px;
    margin: 0;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -moz-transition: all .3s linear 0s;
    -webkit-transition: all .3s linear 0s;
    -ms-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
    font-family: 'Montserrat', sans-serif
}

.form-control:focus,
input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
    border-color: #000000
}

textarea,
textarea.form-control {
    height: 350px;
    resize: none
}

select {
    -moz-appearance: unset;
    -webkit-appearance: unset;
    background: #fff url('../img/select-down-arrow.svg');
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: calc(100% - 16px) center;
    padding-right: 35px !important;
}

input[type=checkbox],
input[type=radio] {
    display: inline-block;
    margin-right: 10px;
    vertical-align: baseline
}

::-webkit-input-placeholder {
    color: #000000;
    opacity: 1
}

::-moz-placeholder {
    color: #000000;
    opacity: 1
}

:-ms-input-placeholder {
    color: #000000;
    opacity: 1
}

:-moz-placeholder {
    color: #000000;
    opacity: 1
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 850px
}

/*****Space Classes*****/

.text-center {
    text-align: center
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: 10px 0 !important
}

.m-2 {
    margin: 20px 0 !important
}

.m-3 {
    margin: 30px 0 !important
}

.m-4 {
    margin: 40px 0 !important
}

.m-5 {
    margin: 50px 0 !important
}

.m-6 {
    margin: 60px 0 !important
}

.m-7 {
    margin: 70px 0 !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: 10px 0 !important
}

.p-2 {
    padding: 20px 0 !important
}

.p-3 {
    padding: 30px 0 !important
}

.p-4 {
    padding: 40px 0 !important
}

.p-5 {
    padding: 50px 0 !important
}

.p-6 {
    padding: 60px 0 !important
}

.p-7 {
    padding: 70px 0 !important
}

.m-t0 {
    margin-top: 0 !important
}

.m-t1 {
    margin-top: 10px !important
}

.m-t2 {
    margin-top: 20px !important
}

.m-t3 {
    margin-top: 30px !important
}

.m-t4 {
    margin-top: 40px !important
}

.m-t5 {
    margin-top: 50px !important
}

.m-t6 {
    margin-top: 60px !important
}

.m-t7 {
    margin-top: 70px !important
}

.m-b0 {
    margin-bottom: 0 !important
}

.m-b1 {
    margin-bottom: 10px !important
}

.m-b2 {
    margin-bottom: 20px !important
}

.m-b3 {
    margin-bottom: 30px !important
}

.m-b4 {
    margin-bottom: 40px !important
}

.m-b5 {
    margin-bottom: 50px !important
}

.m-b6 {
    margin-bottom: 60px !important
}

.m-b7 {
    margin-bottom: 70px !important
}

.p-t0 {
    padding-top: 0 !important
}

.p-t2 {
    padding-top: 20px !important
}

.p-t3 {
    padding-top: 30px !important
}

.p-t4 {
    padding-top: 40px !important
}

.p-t5 {
    padding-top: 50px !important
}

.p-t6 {
    padding-top: 60px !important
}

.p-t7 {
    padding-top: 70px !important
}

.p-b0 {
    padding-bottom: 0 !important
}

.p-b2 {
    padding-bottom: 20px !important
}

.p-b3 {
    padding-bottom: 30px !important
}

.p-b4 {
    padding-bottom: 40px !important
}

.p-b5 {
    padding-bottom: 50px !important
}

.p-b6 {
    padding-bottom: 60px !important
}

.p-b7 {
    padding-bottom: 70px !important
}

.m-l2 {
    margin-left: 20px !important
}

.p-l2 {
    padding-left: 20px !important
}

.m-l3 {
    margin-left: 30px !important
}

.p-l3 {
    padding-left: 30px !important
}

.m-l4 {
    margin-left: 40px !important
}

.p-l4 {
    padding-left: 40px !important
}

/*****Space End*****/

@media only screen and (min-width: 1025px) {

    /*****nav starts*****/
    .nav-trigger,
    .nav-wrap nav ul li:before,
    .submenu-button,
    .nav-trigger-wrap {
        display: none
    }

    .nav-wrap {
        position: relative;
        width: 100%;
        margin: 0;
        z-index: 99;
        padding: 0 0 25px 0;
    }

    .nav-wrap nav {
        margin: 0;
        padding: 0;
        border: 0;
        list-style: none;
        display: block;
        position: relative;
        font-family: 'ProximaNova-Black';
    }

    .nav-wrap nav ul.nav {
        margin: 0;
        text-align: center;
    }

    .nav-wrap nav ul.nav>li {
        margin: 0 20px 0 0;
        padding: 0;
        overflow: visible;
        position: relative;
        display: inline-flex;
    }

    .nav-wrap nav ul.nav>li:last-child {
        margin-right: 0
    }

    .nav-wrap nav ul.nav>li>a {
        display: block;
        padding: 8px 0;
        margin: 0;
        font-size: 18px;
        font-weight: bolder;
        line-height: 26px;
        color: #000000;
        white-space: nowrap;
        text-decoration: none;
        text-transform: uppercase;
    }

    .nav>li>a:focus,
    .nav>li>a:hover {
        background-color: transparent
    }

    /*.nav-wrap nav ul.nav li.has-sub li.has-sub > a { padding-right: 20px !important }*/
    .nav-wrap nav ul.nav>li.has-sub>a {
        padding-right: 23px;
    }

    .nav-wrap nav ul.nav>li.has-sub>a:after {
        display: block;
        content: "\f107";
        font-family: "Font Awesome 5 Pro";
        font-size: 16px;
        line-height: 35px;
        position: absolute;
        right: 4px;
        top: 0px;
        z-index: 99;
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        font-weight: 500;
        color: #ee5d11;
    }

    .nav-wrap nav ul.nav>li.has-sub:hover>a:after {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    .nav-wrap nav ul.nav li.has-sub li.has-sub>a:after {
        content: "\f105";
        display: inline-block;
        font-size: 12px;
        line-height: 18px;
        font-family: Font Awesome\ 5 Pro;
        font-weight: 400;
        margin-left: 5px;
        color: inherit;
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -9px;
    }

    /****sub nav menu*****/
    .nav-wrap nav ul.nav>li.has-sub>ul {
        margin-top: 26px;
    }

    .nav-wrap nav ul.nav>li.has-sub:hover>ul {
        margin-top: 14px;
        -webkit-transition: all 0.3s linear 0s;
        -moz-transition: all 0.3s linear 0s;
        -o-transition: all 0.3s linear 0s;
        transition: all 0.3s linear 0s;
    }

    .nav-wrap nav ul.nav ul {
        position: absolute;
        border-radius: 0;
        padding: 10px 0;
        margin: 0;
        visibility: hidden;
        text-align: left;
        left: 50%;
        right: auto;
        opacity: 0;
        top: calc(100% - 1px);
        background: #ffffff;
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        border-top: 3px solid #ee5d11;
    }

    .nav-wrap nav ul.nav>li.has-sub>ul::before {
        content: "";
        display: block;
        padding: 10px;
        position: absolute;
        top: -20px;
        right: 0;
        left: 0;
    }

    .nav-wrap nav ul.nav ul:after {
        content: "";
        position: absolute;
        left: 50%;
        margin-left: -5px;
        bottom: calc(100% + 3px);
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid #ee5d11;
    }

    .nav-wrap nav ul.nav ul ul:after {
        display: none
    }

    .nav-wrap nav ul.nav ul ul {
        top: 100%;
        left: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        transform: none;
    }

    .nav-wrap nav ul.nav ul li {
        float: left;
        width: 100%;
        min-width: 150px;
        padding: 3px 0;
        margin: 0;
        vertical-align: top;
        overflow: visible;
    }

    .nav-wrap nav ul.nav ul li a {
        display: block;
        white-space: normal;
        text-transform: capitalize;
        font-size: 15px;
        line-height: normal;
        color: #000;
        padding: 5px 17px;
        text-align: left;
        text-decoration: unset;
    }

    .nav-wrap nav ul.nav li:hover>ul {
        display: block;
        visibility: visible;
        opacity: 1;
        -webkit-transition: opacity 0.3s linear 0s, top 0.3s linear 0s;
        -moz-transition: opacity 0.3s linear 0s, top 0.3s linear 0s;
        -o-transition: opacity 0.3s linear 0s, top 0.3s linear 0s;
        transition: opacity 0.3s linear 0s, top 0.3s linear 0s;
    }

    .nav-wrap nav ul.nav ul>li:hover>ul {
        top: 0;
    }

    .nav-wrap nav ul.nav li:hover>a,
    .nav-wrap nav ul.nav li>a:hover,
    .nav-wrap nav ul.nav li.current-menu-item>a,
    .nav-wrap nav ul.nav li.current-menu-ancestor>a {
        color: var(--bodyFontColor);
    }

    .nav-wrap nav ul.nav ul li:hover>a,
    .nav-wrap nav ul.nav ul li>a:hover,
    .nav-wrap nav ul.nav ul li.current-menu-item>a,
    .nav-wrap nav ul.nav ul li.current-menu-ancestor>a {
        color: #ee5d11;
    }

    .nav-wrap nav ul.nav>li>a:before {
        content: '';
        height: 3px;
        left: 0;
        bottom: -7px;
        position: absolute;
        width: 100%;
        z-index: -1;
        overflow: hidden;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
        transform-origin: right center;
        -webkit-transition: -webkit-transform .4s cubic-bezier(0.645, .045, .355, 1);
        transition: -webkit-transform .4s cubic-bezier(0.645, .045, .355, 1);
        -o-transition: transform .4s cubic-bezier(0.645, .045, .355, 1);
        transition: transform .4s cubic-bezier(0.645, .045, .355, 1);
        transition: transform .4s cubic-bezier(0.645, .045, .355, 1), -webkit-transform .4s cubic-bezier(0.645, .045, .355, 1);
        background: #ee5d11;
    }

    .nav-wrap nav ul.nav>li:hover>a:before,
    .nav-wrap nav ul.nav>li>a:hover:before,
    .nav-wrap nav ul.nav>li.current-menu-item>a:before,
    .nav-wrap nav ul.nav>li.current-menu-ancestor>a:before {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
        width: 100%
    }

    /**************Nav ends**************/
}

header {
    border-bottom: 1px solid #fff;
    padding: 5px 0 25px;
    margin-bottom: 35px;
    position: revert;
}

header .top-header {
    border-bottom: 1px solid #fff;
    margin: 0 0 25px;
}

header .top-header .nav-wrap {
    padding: 0 0 5px;
}

header h1 {
    font-size: 0;
    margin: 0;
}

.header-contact-info img {
    display: inline-flex;
    vertical-align: middle;
    margin: 0 15px 0 0;
    width: 20px;
}

.header-contact-info {
    font-size: 17px;
    line-height: normal;
    border-bottom: 1px solid #fff;
    padding: 3px 0 7px;
    margin: 0 0 15px;
}

.header-contact-info i {
    display: inline-flex;
    margin: 0 10px;
}

.header-contact-info .container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px 0 80px;
}

.header-contact-info img.flag {
    margin: 0 15px 0 21px;
    width: 35px;
}

.header-contact-info a {
    text-decoration: unset;
    font-weight: bold;
}

h1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

h1 img {
    display: inline-block;
    vertical-align: middle;
    margin: 5px
}

html:has(body.payment) header .top-header,
html:has(body.payment) header,
html:has(body.payment) footer,
html:has(body.payment) header .header-contact-info {
    border-color: #343434;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0 -40px -5%
}

.row .column {
    float: left;
    width: 45%;
    margin: 0 0 40px 5%
}

.row .column:first-child {
    border-right: 1px solid #fff;
    padding-right: 60px
}

ul.links {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    margin: 60px -25px 0
}

ul.links li {
    position: relative;
    padding: 0 25px;
    font-size: 24px;
    font-family: 'ProximaNova-Bold';
    font-weight: bold
}

ul.links li:before {
    display: none
}

ul.links li:after {
    content: "";
    border-right: 1px solid #000000;
    position: absolute;
    right: 0;
    top: 5px;
    bottom: 5px;
}

ul.links li:last-child:after {
    display: none
}

.btn {
    display: table;
    text-align: center;
    background: url(../img/btn-bg.jpg) center center no-repeat;
    background-size: cover;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.1;
    font-family: 'ProximaNova-Bold';
    font-weight: bold;
    padding: 15px 45px;
    margin: 20px auto 0;
    border-radius: 50px;
    text-shadow: 0 5px 5px rgba(0, 0, 0, 1);
}

.btn:hover,
.btn:focus {
    color: #ffffff;
    text-decoration: none
}

.content-wrap .form-fields .row {
    margin: 0 -10px;
}

.content-wrap .col-md-6 {
    float: left;
    width: 50%;
    padding: 10px 10px 0
}

.content-wrap .col-md-12 {
    float: left;
    width: 100%;
    padding: 10px 10px 0
}

.payment-with {
    text-align: left;
    margin: 25px 0 10px;
}

.payment-with img {
    display: inline-block;
    vertical-align: middle;
    max-width: 145px;
}

footer {
    float: left;
    width: 100%;
    padding: 10px 0 20px;
    border-top: 1px solid #fff;
    margin: 40px 0 0
}

footer ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

footer ul li {
    padding: 15px 0 5px 70px;
    margin: 20px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.1;
    overflow: visible;
    min-height: 56px;
}

footer ul li .icon {
    position: absolute;
    left: 0;
    top: 0
}

footer ul li strong {
    display: block;
    font-family: 'ProximaNova-Bold';
    font-weight: bold;
}

footer ul li:before {
    display: none
}

.form-field {
    text-align: left;
}

.form-field input,
.form-field select {
    margin: 0;
    border-radius: 50px;
    height: 42px;
    padding: 0 20px 0;
}

.form-field .row,
.row.form-field {
    position: relative;
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 0;
    margin-bottom: 0;
}

.form-field .row .row,
.row.form-field .row {
    margin-left: -5px;
    margin-right: -5px;
    margin-top: -12px;
}

.form-field [class^="col-"],
.form-field [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 12px;
}

.form-field [class^="col-"] [class^="col-"],
.form-field [class*="col-"] [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

.form-field p {
    padding: 10px 0 0 0;
    margin: 0;
}

.form-field [class^="col-"] p,
.form-field [class*="col-"] p {
    position: relative;
    padding: 0;
    margin: 0;
}

.form-field i {
    position: absolute;
    font-size: 18px;
    right: 1px;
    color: #000;
    top: 50%;
    z-index: 2;
    background: #fff;
    text-align: left;
    border-radius: 0;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.form-field i.fa-globe-asia {
    font-weight: normal;
}

.form-icon {
    position: relative;
}

.form-field i+input,
.form-field i+textarea {
    padding-right: 40px
}

.form-field .btn {
    min-width: 173px;
    display: inline-flex;
    height: unset;
    padding: 15px 10px;
    text-shadow: unset;
    text-transform: uppercase;
    font-size: 17px;
    background: rgb(243, 86, 4);
    background: -moz-linear-gradient(180deg, rgba(243, 86, 4, 1) 0%, rgba(251, 116, 39, 1) 50%, rgba(232, 81, 5, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(243, 86, 4, 1) 0%, rgba(251, 116, 39, 1) 50%, rgba(232, 81, 5, 1) 100%);
    background: linear-gradient(180deg, rgba(243, 86, 4, 1) 0%, rgba(251, 116, 39, 1) 50%, rgba(232, 81, 5, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f35604", endColorstr="#e85105", GradientType=1);
    border: 1px solid #5f2c11;
}

.form-field .btn i {
    display: inline-block;
    padding: 0;
    background: none;
    position: static;
    font-size: 100%;
    color: #fff;
    font-weight: normal;
    margin: 0 5px;
    vertical-align: middle;
}

.block {
    width: 100%;
}

.form-field input[type="reset"] {
    color: #1a4450;
    border-color: transparent;
    padding: 0;
    min-width: 80px;
    background: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.form-field input[type="reset"]:hover {
    color: #1b459b;
    background-color: transparent;
}

.sm-field textarea {
    height: 90px;
}

.sm-field .selectric .label {
    height: 38px;
    line-height: 38px;
    font-size: 13px;
}

.sm-field .selectric-items li {
    font-size: 13px !important;
}

.label-right label {
    text-align: right;
    margin-top: 8px;
}

.has-radio,
.has-checkbox {
    padding-top: 10px;
    padding-bottom: 10px;
}

.has-radio label,
.has-checkbox label {
    margin-top: 0;
    margin-bottom: 0;
}

div.wpcf7 .ajax-loader {
    position: absolute;
    top: 50%;
}

div.wpcf7-response-output {
    margin: 1em 0 !important;
    clear: both;
    display: inline-block;
    width: 100%;
}

span.wpcf7-not-valid-tip {
    font-size: 0.8em;
}

.form-field .has-label label {
    text-transform: uppercase;
}

.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0;
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
    /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
    display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232;
    /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
    border-color: #f56e28;
    /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900;
    /* Yellow */
}

.wpcf7-form-control-wrap {
    position: relative;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    /* Red */
    font-size: 1em;
    font-weight: normal;
    display: block;
    text-align: left;
    padding: 5px 0 0 20px;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
    position: relative;
    top: -2ex;
    left: 1em;
    z-index: 100;
    border: 1px solid #dc3232;
    background: #fff;
    padding: .2em .8em;
    width: 24em;
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
    content: " ";
}

.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    /* Dark Gray 800 */
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative;
}

.wpcf7 form.submitting .ajax-loader {
    visibility: visible;
}

.wpcf7 .ajax-loader::before {
    content: '';
    position: absolute;
    background-color: #fbfbfc;
    /* Light Gray 100 */
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    -webkit-transform-origin: 8px 8px;
    -ms-transform-origin: 8px 8px;
    transform-origin: 8px 8px;
    -webkit-animation-name: spin;
    animation-name: spin;
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
    .wpcf7 .ajax-loader::before {
        -webkit-animation-name: blink;
        animation-name: blink;
        -webkit-animation-duration: 2000ms;
        animation-duration: 2000ms;
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes blink {
    from {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes blink {
    from {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.wpcf7 input[type="file"] {
    cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
    cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
    direction: ltr;
}

.contact-form-box {
    text-align: center;
    /* background: #fff;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 5%);
    border-radius: 30px;
    padding: 40px 40px;*/
}

.contact-form-box h3 {
    font-size: 24px;
}

.wpcf7-spinner {
    position: absolute;
}

.back-to-home {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px auto 0;
    width: fit-content;
    text-decoration: unset;
    border: 1px solid #000;
    padding: 5px 20px;
    border-radius: 50px;
    color: #000;
    transition: all 0.2s ease-in-out;
}

.back-to-home .fal {
    margin: 0 12px 0 0;
}

.back-to-home:hover {
    text-decoration: unset;
}

.back-to-home:hover {
    background: #000;
    color: #fff;
}

.form-field textarea {
    border-radius: 12px;
}

.form-field [class^="col-"]:has(.btn) {
    text-align: center;
    padding-top: 15px;
}

.custom-upload {
    position: relative;
    border: 1px solid #b2b2b2;
    margin: 0 !important;
    padding: 14px 20px;
    background: #fff;
    display: flex;
    align-items: center;
    height: 42px;
    border-radius: 50px;
}

.custom-upload input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 0;
    text-overflow: clip;
    opacity: 0;
}

.upload-btn {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: keep-all;
    font-size: 14px;
    line-height: normal;
    margin: 0 10px 0 0;
    font-weight: 400;
}

.custom-upload i {
    font-size: 13px;
    display: block;
    position: static;
    transform: unset;
    margin: 0 9px 0 0;
}

.custom-upload small {
    display: block;
    font-size: 14px;
    color: #acacac;
    line-height: normal;
}

/************Breadcrumbs************/
div.breadcrumbs,
section.breadcrumbs {
    position: relative;
    display: block;
    font-weight: normal;
    padding: 15px 0 5px;
    margin: 0;
    overflow: hidden;
    background: #f3f4f6;
    clear: both;
    text-align: left;
    z-index: 11;
}

ul.breadcrumbs {
    width: 100%;
    padding: 15px 10px 15px 0;
    clear: both;
    margin: 0;
    display: flex;
}

ul.breadcrumbs li {
    font-size: 14px;
    position: relative;
    display: inline-block;
    line-height: 1;
    vertical-align: top;
    padding: 0 12px 0 0;
    font-weight: 300;
    margin-right: 9px;
    color: #020d0f;
    font-style: normal;
}

ul.breadcrumbs li:before {
    display: none;
}

ul.breadcrumbs li a {
    position: relative;
    display: inline-block;
    color: #020d0f;
    vertical-align: top;
}

ul.breadcrumbs li:after {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    position: absolute;
    font-size: 9px;
    color: #020d0f;
    right: 0;
    top: 2px;
    line-height: 1;
    font-style: normal;
}

ul.breadcrumbs li:last-child {
    padding: 0;
    margin: 0;
}

ul.breadcrumbs li:last-child:after {
    display: none;
}

ul.breadcrumbs li:before {
    display: none;
}

ul.breadcrumbs li a:hover {
    color: #020d0f;
    text-decoration: underline;
}

.white-box-wrapper {
    /* --pVal: 30px;
    background: #fff;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 5%);
    border-radius: 20px;
    padding: var(--pVal) var(--pVal); */
}

.white-box-wrapper h1 {
    font-size: 35px;
    margin: 0 0 20px;
    text-align: center;
}

.white-box-wrapper hr {
    display: block;
    height: 1px;
    background: #bfbfbf;
    margin: 25px 0;
    /* margin: 25px calc(var(--pVal) * -1); */
}

.testimonial-box {
    padding: 30px 40px;
    border-top: 1px solid #bfbfbf;
}

.testimonial-box .author {
    padding: 0 20px 0 0;
/*     background-image: url('../img/testimonial-icon.png'); */
    background-repeat: no-repeat;
    background-position: right bottom;
    margin: 30px 0 0 0;
    min-height: 30px;
}

.testimonial-listing .testimonial-box:last-child {
    padding-bottom: 0;
}

.p-h0 {
    padding-inline: 0 !important;
}

.logo-shape {
    margin-bottom: 30px;
}

/* .logo-shape img {
    width: 100%;
} */

/***********Breadcrumbs End***********/
@media only screen and (max-width: 1024px) {
    :root {
        --headerHeight: 170px;
    }

    header+div,
    header+section,
    .logo-shape {
        padding-top: calc(var(--headerHeight) + 30px);
    }

    .head-fix header {
        background: #97eefe;
        border: none;
    }

    html.head-fix:has(body.payment) header {
        background: url('../img/payment-bg.jpg');
    }

    html.head-fix:has(body.contact) header {
        background: url('../img/contact-testimonial-bg.jpg');
    }

    header .top-header .nav-wrap {
        padding: 0;
    }

    header .top-header {
        margin: 0;
        border: none;
    }

    header {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        padding: 5px 0 20px;
        margin: 0;
        background-size: cover;
        z-index: 999;
    }

    /**************/
    .nav-trigger {
        float: right;
        padding: 3px 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        cursor: pointer;
        transition-property: opacity, -webkit-filter;
        transition-property: opacity, filter;
        transition-property: opacity, filter, -webkit-filter;
        transition-duration: .15s;
        transition-timing-function: linear;
        font: inherit;
        color: inherit;
        text-transform: none;
        border: 2px solid #ee5d11;
        margin: 15px 0 0 12px;
        overflow: visible;
        font-size: 0;
        line-height: 0;
    }

    .nav-trigger .icon {
        width: 20px;
        height: 30px;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        display: flex;
        vertical-align: middle;
        line-height: 0;
        margin: 4px 0 0 0;
    }

    .nav-trigger .icon span {
        display: block;
        position: absolute;
        height: 2px;
        width: 50%;
        background: #ee5d11;
        opacity: 1;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    .nav-trigger .icon span:nth-child(even) {
        left: 50%
    }

    .nav-trigger .icon span:nth-child(odd) {
        left: 0
    }

    .nav-trigger .icon span:nth-child(1),
    .nav-trigger .icon span:nth-child(2) {
        top: 3px
    }

    .nav-trigger .icon span:nth-child(3),
    .nav-trigger .icon span:nth-child(4) {
        top: 12px
    }

    .nav-trigger .icon span:nth-child(5),
    .nav-trigger .icon span:nth-child(6) {
        top: 21px
    }

    .closemenu.nav-trigger .icon span:nth-child(1),
    .closemenu.nav-trigger .icon span:nth-child(6) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .closemenu.nav-trigger .icon span:nth-child(2),
    .closemenu.nav-trigger .icon span:nth-child(5) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .closemenu.nav-trigger .icon span:nth-child(1) {
        left: 2px;
        top: 8px
    }

    .closemenu.nav-trigger .icon span:nth-child(2) {
        left: calc(50% - 1px);
        top: 8px
    }

    .closemenu.nav-trigger .icon span:nth-child(3) {
        left: -50%;
        opacity: 0
    }

    .closemenu.nav-trigger .icon span:nth-child(4) {
        left: 100%;
        opacity: 0
    }

    .closemenu.nav-trigger .icon span:nth-child(5) {
        left: 2px;
        top: 15px
    }

    .closemenu.nav-trigger .icon span:nth-child(6) {
        left: calc(50% - 1px);
        top: 15px
    }

    #sidebar-nav {
        right: -300px;
        top: 0;
        bottom: 0;
        position: fixed;
        width: 300px;
        overflow-x: hidden;
        overflow-y: auto;
        margin: 0;
        padding: 20px 0 30px 35px;
        transition: all 0.2s linear 0s;
        -moz-transition: all 0.2s linear 0s;
        -webkit-transition: all 0.2s linear 0s;
        -ms-transition: all 0.2s linear 0s;
        -o-transition: all 0.2s linear 0s;
        background: #fff;
        -webkit-box-shadow: inset -30px 20px 20px rgb(255 255 255), inset -30px -20px 20px rgb(255 255 255), inset 0px 0px 20px rgb(0 0 0 / 40%);
        box-shadow: inset -30px 20px 20px rgb(255 255 255), inset -30px -20px 20px rgb(255 255 255), inset 0px 0px 20px rgb(0 0 0 / 40%);
    }

    html,
    header,
    body {
        -o-transition: all 0.2s linear 0s;
        transition: all 0.2s linear 0s;
        -moz-transition: all 0.2s linear 0s;
        -webkit-transition: all 0.2s linear 0s;
        -ms-transition: all 0.2s linear 0s;
        -o-transition: all 0.3s linear 0s;
    }

    /* .sidebar_active, */
    .sidebar_active body {
        overflow: hidden;
        margin-left: -300px;
        margin-right: 300px;
    }

    .sidebar_active #sidebar-nav {
        display: block;
        right: 0;
        z-index: 999999;
    }

    .nav-wrap nav ul.nav>li.has-sub>a:after {
        display: none
    }

    .sidebar_active header {
        position: fixed;
        left: -300px;
        right: 300px;
    }

    .nav-wrap nav ul li::before {
        display: none;
    }

    .nav-wrap nav ul,
    nav ul ul {
        display: none;
    }

    .nav-wrap nav ul.nav {
        padding: 0;
        margin: 0;
        border: 0;
        visibility: visible;
        display: block;
        top: 0;

        color: #272422;
    }

    .nav-wrap nav ul.nav>li {
        width: 100%;
        margin: 0;
        padding: 0;
        border: 0;
    }

    .nav-wrap nav ul.nav>li>a {
        display: block;
        color: #272422;
        padding: 17px 20px 17px 5px;
        margin: 0;
        white-space: inherit;
        border-radius: 0;
        border: none;
        font-size: 21px;
        line-height: 26px;
        font-weight: 700;
        text-decoration: none;
        text-transform: capitalize;
    }

    .nav-wrap nav ul.nav>li.has-sub>a {
        padding-right: 50px;
    }

    .nav-wrap nav ul.nav ul li {
        opacity: 1.0;
        padding: 0;
    }

    .nav-wrap nav ul.nav ul {
        position: static;
        opacity: 1.0;
        visibility: visible;
        padding: 0;
        border-radius: 0;
        background: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .nav-wrap nav>ul.nav>li>ul {
        max-height: inherit;
        margin-top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        text-align: left
    }

    .nav-wrap nav ul.nav>li>ul>li {
        padding: 0;
        margin: 0;
        float: left;
        width: 100%;
        border-bottom: none;
        min-width: inherit
    }

    .nav-wrap nav ul.nav>li>ul li a {
        display: block;
        color: inherit;
        padding: 10px 40px 10px 15px;
        font-size: 17px;
        font-weight: 500;
        line-height: normal;
        white-space: inherit;
        text-align: left;
    }

    .nav-wrap nav ul.nav ul ul li {
        padding-left: 10px;
    }

    .nav-wrap nav .submenu-button {
        position: absolute;
        font-size: 0;
        background-color: transparent;
        right: 0;
        display: block;
        width: 40px;
        height: 40px;
        cursor: pointer;
        z-index: 111;
    }

    .nav-wrap nav ul.nav>li>.submenu-button {
        height: 60px;
        width: 50px;
    }

    .nav-wrap nav .submenu-button:before {
        content: "";
        position: absolute;
        right: 50%;
        top: 50%;
        margin: -4px -4px 0 0;
        border: solid #000;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 3px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .nav-wrap nav .submenu-button.submenu-opened:before {
        -ms-transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
        margin-top: -3px;
    }

    .sidebar_active .mega-dropdown.open,
    .sidebar_active .nav-wrap nav ul.nav ul.open {
        display: block !important;
        position: static !important;
        top: 40px;
        left: auto;
        right: 0;
        bottom: 0;
        width: 100%;
        margin: 0;
        opacity: 1.0;
        visibility: visible;
        height: 100%;
        overflow: auto;
        z-index: 99999;
    }
}

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

    header {
        padding: 5px 0 20px 0;
        margin-bottom: 20px;
    }

    .header-contact-info a i {
        font-weight: 600;
        margin: 0 5px;
        font-size: 14px;
    }

    .header-contact-info {
        text-align: right;
        font-size: 0;
        margin: 0 0 10px;
        padding: 3px 0 7px;
    }

    .header-contact-info a strong {
        font-size: 14px;
    }

    footer ul {
        margin: 10px 0
    }

    footer ul li {
        margin: 10px;
    }

    footer {
        border-top: 1px solid #343434;
        margin: 30px 0 0;
    }

    .contact-form-box {
        border-radius: 20px;
        padding: 20px 20px;
    }

    .contact-form-box h3 {
        margin: 0;
    }

    ul.breadcrumbs {
        padding: 10px 10px 10px 0;
    }

    .testimonial-box {
        padding: 20px 25px;
    }

    .white-box-wrapper {
        --pVal: 25px;
    }

    .header-contact-info img.flag {
        margin: 0 5px 0 10px;
        width: 25px;
    }
}

@media only screen and (max-width:639px) {
    ul.links li:after {
        display: none
    }

    ul.links li {
        width: 100%;
        text-align: center
    }

    footer ul li {
        font-size: 18px;
    }
}

@media only screen and (max-width:600px) {
    :root {
        --headerHeight: 120px;
    }

    header h1 {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    header h1 img {
        height: 20px;
        width: auto;
        object-fit: contain;
    }
}

@media only screen and (max-width:580px) {
    .header-contact-info .container {
        padding: 0 5px;
    }

    h1 img:first-child {
        max-width: 72%
    }

    h1 img:last-child {
        max-width: 90%
    }

    .row .column:first-child {
        border: none;
        padding-right: 0;
    }

    .row {
        margin-left: 0
    }

    .row .column {
        width: 100%;
        margin-left: 0;
        text-align: center
    }

    .row .column ul li {
        padding-left: 0
    }

    .row .column ul li:before {
        position: static;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        margin-top: -4px;
    }

    .content-wrap .col-md-6 {
        width: 100%
    }
}

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

    .header-contact-info a strong {
        font-size: 11px;
    }

    .header-contact-info a i {
        font-size: 10px;
    }

    .header-contact-info .container {
        padding-right: 5px;
        padding-left: 13px;
    }

    footer ul li {
        font-size: 20px
    }

    .btn {
        padding: 10px 35px;
        font-size: 24px
    }

    footer ul li {
        font-size: 16px;
        padding-inline: 0;
        min-height: unset;
        padding-top: 0;
        margin: 0 0 10px;
    }

    footer ul li .icon {
        max-width: 45px;
        position: relative;
        margin: 0 auto 10px;
        display: block;
    }

    footer ul li:last-child {
        margin: 0;
    }
}

@media only screen and (max-width:359px) {
    footer ul li {
        font-size: 16px;
    }

    .header-contact-info a i {
        display: none;
    }
}

.payment-footer {
    text-align: center;
}

.payment-footer a {
    color: inherit
}