@import url('../css/fontawesome-all.min.css');

/**** custom fonts start ****/
@font-face {
    font-family: 'Impact';
    src: url('../fonts/Impact.woff2') format('woff2'),
        url('../fonts/Impact.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-BlackItalic.woff2') format('woff2'),
        url('../fonts/Montserrat-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Black.woff2') format('woff2'),
        url('../fonts/Montserrat-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-BoldItalic.woff2') format('woff2'),
        url('../fonts/Montserrat-BoldItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraBold.woff2') format('woff2'),
        url('../fonts/Montserrat-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraBoldItalic.woff2') format('woff2'),
        url('../fonts/Montserrat-ExtraBoldItalic.woff') format('woff');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraLightItalic.woff2') format('woff2'),
        url('../fonts/Montserrat-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraLight.woff2') format('woff2'),
        url('../fonts/Montserrat-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Light.woff2') format('woff2'),
        url('../fonts/Montserrat-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Italic.woff2') format('woff2'),
        url('../fonts/Montserrat-Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.woff2') format('woff2'),
        url('../fonts/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-LightItalic.woff2') format('woff2'),
        url('../fonts/Montserrat-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-MediumItalic.woff2') format('woff2'),
        url('../fonts/Montserrat-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('../fonts/Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBoldItalic.woff2') format('woff2'),
        url('../fonts/Montserrat-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Thin.woff2') format('woff2'),
        url('../fonts/Montserrat-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ThinItalic.woff2') format('woff2'),
        url('../fonts/Montserrat-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Jenna Sue';
    src: url('../fonts/JennaSue.woff2') format('woff2'),
        url('../fonts/JennaSue.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/**** custom fonts end ****/
:root {
    --logoWidth: 301px;
    --pageCenter: 1170px;
    --bodyFontFamily: "Montserrat", sans-serif;
    --bodyFontColor: #32321D;
    --bodyFont: 16px;
    --bodyLineHeight: 28px;
    --linkColor: #3ac1d1;
    --headerSpace: 117px;
    --btnFontFamily: "Montserrat", sans-serif;
    --btnFont: 16px;
    --btnColor: #353535;
    --btnBg: #ffef3a;
    --btnBorder: 1px solid #ffef3a;
    --btnBorderRadius: 40px;
    --btnPadding: 15px 15px;
    --btnHoverColor: #ffef3a;
    --btnBgHover: #fff;
    --btnSecondaryColor: #fff;
    --btnSecondaryBg: #6bc17a;
    --btnSecondaryBorder: 1px solid #6bc17a;
    --btnSecondaryHoverColor: #6bc17a;
    --btnSecondaryBgHover: #fff;
}

html {
    overflow-x: hidden;
    font-size: var(--bodyFont);
    line-height: var(--bodyLineHeight);
}

body {
    color: var(--bodyFontColor);
    font-size: 100%;
    font-family: var(--bodyFontFamily);
    font-weight: 400;
    line-height: inherit;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

* {
    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 5px;
    font-weight: 400;
}

label.auto {
    display: inline-block;
    margin: 5px 40px 5px 0
}

label.auto:last-child {
    margin-right: 0
}

ul,
ol {
    list-style: none
}

a {
    color: var(--linkColor);
    text-decoration: none
}

a:hover,
a:focus {
    color: var(--bodyFontColor);
}

img {
    display: block;
    height: auto;
    max-width: 100%;
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Impact', var(--bodyFontFamily);
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 15px;
    color: #3ac1d1;
    text-transform: uppercase;
}

.h1,
h1 {
    font-size: 60px;
}

.h2,
h2 {
    font-size: 55px;
}

.h3,
h3 {
    font-size: 38px;
}

.h4,
h4 {
    font-size: 36px;
}

.h5,
h5 {
    font-size: 30px;
}

.h6,
h6 {
    font-size: 20px;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top: 0
}

.h1 span,
h1 span,
.h2 span,
h2 span,
.h3 span,
h3 span,
.h4 span,
h4 span,
.h5 span,
h5 span,
.h6 span,
h6 span {
    color: #3b3c3c;
}

/***** wp ******/
.aligncenter {
    display: block;
    margin: 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 15px 30px;
}

.alignleft {
    float: left;
    margin: 5px 30px 15px 0;
}

.alignnone {
    margin: 10px 0;
}

.alignblock {
    margin: 10px 0;
    float: none;
    width: 100%;
    display: block;
}

.alignright.shadow {
    -webkit-box-shadow: -25px 25px 40px rgba(0, 0, 0, 0.16);
    box-shadow: -25px 25px 40px rgba(0, 0, 0, 0.16);
    margin-left: 105px;
    margin-bottom: 40px;
}

p.pn {
    padding: 0;
    margin: 0
}

p {
    margin: 0 0 25px;
}

p+ul,
p+ol {
    margin-top: -6px
}

ul {
    margin: 0 0 25px
}

ul li {
    position: relative;
    padding: 0 0 7px 22px;
    /* overflow: hidden; */
}

ul li:before {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    font-size: 12px;
    color: var(--bodyFontColor);
    display: inline-block;
    line-height: 1;
    position: absolute;
    left: 2px;
    top: 7px
}

ol {
    padding-left: 26px;
    margin: 0 0 25px;
    text-align: left;
    overflow: hidden
}

ol li {
    list-style: decimal;
    padding-bottom: 7px;
    padding-left: 0;
}

ol li ul>li {
    padding-left: 20px;
    list-style: none
}

ol li ul>li:before {
    display: block;
    left: 1px
}

ul ol li {
    overflow: visible
}

ul ol li:before {
    display: none;
    overflow: visible
}

ol ol li {
    list-style: lower-alpha
}

ol ol ol li {
    list-style: lower-roman
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-top: 12px;
    margin-bottom: 5px
}

ul li:last-child,
ol li:last-child {
    padding-bottom: 0
}

.text-center ul {
    text-align: left;
    display: table;
    margin-left: auto;
    margin-right: auto
}

.list-none li {
    padding-left: 0
}

.list-none li:before {
    display: none;
}

p:last-child,
ol:last-child,
ul:last-child,
ol ul:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
    margin-bottom: 0
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

a[href^="tel:"],
a[href^="mailto:"] {
    word-break: break-word;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: var(--pageCenter);
    clear: both;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.row:before,
.row:after {
    content: "";
    clear: both;
    display: table
}

.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33%
}

@media (min-width: 768px) {

    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33%
    }
}

@media (min-width: 992px) {

    .h1,
    h1 {
        font-size: 60px;
    }

    .h2,
    h2 {
        font-size: 55px;
    }

    .h3,
    h3 {
        font-size: 48px;
    }

    .h4,
    h4 {
        font-size: 36px;
    }

    .h5,
    h5 {
        font-size: 30px;
    }

    .h6,
    h6 {
        font-size: 20px;
    }

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33%
    }
}

/******Input******/
input[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="file"],
input[type="url"],
input[type="number"],
input[type="date"],
select,
textarea,
.form-control {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 0;
    color: var(--bodyFontColor);
    display: block;
    font-size: 15px;
    font-family: var(--bodyFontFamily);
    font-weight: 400;
    line-height: 20px;
    padding: 14px 20px;
    position: relative;
    width: 100%;
    height: 51px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    margin-bottom: 20px
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
select:focus,
textarea:focus,
input[type="url"]:focus,
.form-control:focus {
    border-color: var(--bodyFontColor);
}

textarea,
textarea.form-control {
    height: 101px;
    resize: none;
}

select {
    -moz-appearance: unset;
    -webkit-appearance: unset;
    background-image: url('../img/select-down-arrow.svg');
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: calc(100% - 10px) center;
    padding-right: 30px !important;
}

select option {
    font-size: 16px;
}

.input-group-btn:last-child>.btn:hover,
.input-group-btn:last-child>.btn-group:hover {
    color: #787878
}

input[type="checkbox"],
input[type="radio"] {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

.wpcf7-form-control {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 15px;
}

.wpcf7-form-control label {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 16px !important;
    color: #737c96;
    font-weight: normal !important
}

.wpcf7-form-control .wpcf7-list-item input {
    display: none;
}

.wpcf7-form-control .wpcf7-list-item-label {
    position: relative;
    padding: 2px 0 2px 32px !important;
    margin: 0 !important
}

.wpcf7-form-control .wpcf7-list-item-label:before {
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 24px;
    border: 1px solid #d3dae5;
    background-color: #f7f9fc;
    display: flex;
    position: absolute;
    left: 0;
    top: 0
}

.wpcf7-form-control .wpcf7-list-item:has(input[type="checkbox"]) .wpcf7-list-item-label:before {
    border-radius: 4px
}

.wpcf7-form-control .wpcf7-list-item:has(input[type="checkbox"]) .wpcf7-list-item-label::after {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    width: auto;
    background: none;
    height: auto;
    color: #09246c;
    line-height: 18px;
    font-weight: 900;
    left: 3px;
    top: 3px;
}

.wpcf7-form-control .wpcf7-list-item-label::after {
    content: "";
    background: #09246c;
    border-radius: 20px;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 5px;
    left: 5px;
    opacity: 0;
}

.wpcf7-form-control input:checked~.wpcf7-list-item-label::after {
    opacity: 1.0;
}

::-webkit-input-placeholder {
    color: var(--bodyFontColor);
    opacity: 1.0;
}

::-moz-placeholder {
    color: var(--bodyFontColor);
    opacity: 1.0;
}

:-ms-input-placeholder {
    color: var(--bodyFontColor);
    opacity: 1.0;
}

:-moz-placeholder {
    color: var(--bodyFontColor);
    opacity: 1.0;
}

/******Browser Compatibility******/
input::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -moz-appearance: none;
    -webkit-appearance: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type=number] {
    -moz-appearance: textfield !important;
}

/******Input Ends******/
a,
input[type="button"],
input[type="submit"],
input[type="reset"],
:after,
:before {
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

section,
header,
footer {
    float: left;
    width: 100%;
    position: relative;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--btnFontFamily);
    font-weight: 600;
    position: relative;
    border: var(--btnBorder);
    text-align: center;
    text-transform: uppercase;
    font-size: var(--btnFont);
    color: var(--btnColor);
    font-style: normal;
    line-height: normal;
    padding: var(--btnPadding);
    text-decoration: none !important;
    white-space: normal;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    overflow: hidden;
    background-color: transparent;
    box-shadow: none;
    cursor: pointer;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    min-width: 178px;
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: var(--btnHoverColor);
}

.secondary-btn {
    color: var(--btnSecondaryColor);
    background-color: var(--btnSecondaryHoverBg);
    border: var(--btnSecondaryBorder);
}

.secondary-btn:hover,
.secondary-btn:focus {
    color: var(--btnSecondaryHoverColor);
}

input.btn {
    background-color: var(--btnBg);
}

input.btn:hover {
    background: transparent;
    color: var(--btnHoverColor);
}

input.btn.secondary-btn {
    background-color: var(--btnSecondaryBg);
}

input.btn.secondary-btn:hover {
    background-color: var(--btnSecondaryBgHover);
}

.btn-row .btn {
    margin: 10px 6px 0 0;
}

.btn-row .btn:last-child {
    margin-right: 0
}

.btn:not(input) {
    position: relative;
}

.btn:not(input)::before {
    content: '';
    height: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
    overflow: hidden;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left 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: var(--btnBg);
}

.btn:not(input):hover::before {
    transform: scaleX(0);
    transform-origin: right center;
}

.btn:not(input):hover {
    background: inherit;
}

.btn.secondary-btn:not(input)::before {
    background: var(--btnSecondaryBg);
}

/******Header******/
header+div,
header+section {
    margin-top: var(--headerSpace) !important;
}

header {
    position: fixed;
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    padding: 0;
    z-index: 999;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
}

.header-row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px 0;
}

.header-left {
    float: left;
    width: var(--logoWidth);
    min-width: var(--logoWidth);
}

header .logo {
    float: left;
    max-width: 100%;
    z-index: 999;
    width: 100%;
}

header .logo a {
    display: block;
    margin: 0;
    position: relative;
}

header .logo img {
    display: block;
    margin: 0;
}

header .header-btn-wrap {
    margin: 0 0 0 10px;
}

header .header-btn-wrap .btn {
    font-weight: 400;
    text-transform: unset;
    padding: 10px 15px;
}

header .header-btn-wrap .btn strong {
    font-weight: 600;
}

header .header-btn-wrap .btn i {
    margin: 0 10px 0 0;
}

header .header-btn-wrap .btn i img {
    filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(7deg) brightness(104%) contrast(101%);
    transition: all 0.3s linear 0s;
}

header .header-btn-wrap .btn:hover i img {
    filter: invert(72%) sepia(14%) saturate(1182%) hue-rotate(79deg) brightness(93%) contrast(90%);
}

header .header-btn-wrap ul {
    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;
}

header .header-btn-wrap ul li {
    padding: 0px;
    margin: 0px 0px 0px 15px;
}

header .header-btn-wrap ul li:first-child,
header .header-btn-wrap ul li:last-child {
    margin: 0px;
}

header .header-btn-wrap ul li::before {
    display: none;
}

.head-fix header {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

@media only screen and (min-width: 1025px) {}

/****Space Control Top Bottom*****/
.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
}

.m-l4 {
    margin-left: 40px !important;
}

.m-l2 {
    margin-left: 20px !important;
}

.m-l3 {
    margin-left: 30px !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
}

.p-l2 {
    padding-left: 20px !important
}

.p-l3 {
    padding-left: 30px !important
}

.p-l4 {
    padding-left: 40px !important
}

.p-r2 {
    padding-right: 20px !important
}

.p-r3 {
    padding-right: 30px !important
}

.p-r4 {
    padding-right: 40px !important
}

.p-r5 {
    padding-right: 50px !important
}

/****Space Control Top Bottom End*****/
/*******Lay Image*******/
.lazy-image {
    position: relative;
    width: 100%;
    padding-top: 66.33%;
    overflow: hidden;
}

.lazy-image img {
    position: absolute;
    background-color: var(--bodyFontColor);
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    margin: auto !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: opacity .5s ease-in, -webkit-transform .5s ease-in;
    transition: opacity .5s ease-in, transform .5s ease-in;
    transition: opacity .5s ease-in, transform .5s ease-in, -webkit-transform .5s ease-in;
}

a:hover .lazy-image img {
    -moz-transform: scale(1.02, 1.02);
    -webkit-transform: scale(1.02, 1.02);
    transform: scale(1.02, 1.02)
}

/******Plugin's CSS Start*********/
/******Flexslider*********/
.flexslider {
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden
}

.flexslider:before {
    margin: -20px 0 0 -20px;
    width: 40px;
    height: 40px;
    border-width: 0.2rem;
}

.flexslider ul.slides {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%
}

.flexslider li {
    padding: 0;
}

.flexslider li:before {
    display: none
}

.flexslider .slides>li {
    position: relative;
    display: none;
    -webkit-backface-visibility: hidden;
}

html[xmlns] .flexslider .slides {
    display: block;
}

* html .flexslider .slides {
    height: 1%;
}

.no-js .flexslider .slides>li:first-child {
    display: block;
}

.flexslider .flex-control-paging-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    text-align: right;
    padding-right: 10px;
    z-index: 99;
}

.flexslider .flex-control-paging {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 5%;
    margin: 0;
    display: inline-block;
    z-index: 98;
    height: auto;
    text-align: center;
    padding: 0 10px;
}

.flexslider .flex-control-paging li {
    position: static;
    display: inline-block;
    width: auto;
    margin: 2px 3px;
    height: auto
}

.flexslider .flex-control-paging li a {
    border: 1px solid #91989b;
    width: 12px;
    height: 12px;
    line-height: 10px;
    font-size: 0;
    color: #fff;
    text-align: center;
    display: block;
    position: relative;
    cursor: pointer;
    background-color: #91989b;
    border-radius: 34px;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -ms-transition: none;
    -o-transition: none;
}

.flexslider .flex-control-paging li .flex-active,
.flexslider .flex-control-paging li a:hover {
    background-color: var(--bodyFontColor);
    border-color: var(--bodyFontColor)
}

.flexslider .flex-control-paging li .flex-active:after,
.flexslider .flex-control-paging li a:hover:after {
    display: none
}

.flexslider .flex-direction-nav li {
    position: static
}

.flexslider .flex-direction-nav a {
    transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
}

.flexslider .flex-direction-nav .flex-prev,
.flexslider .flex-direction-nav .flex-next {
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: -60px;
    top: 50%;
    margin-top: -25px;
    width: 60px;
    height: 60px;
    z-index: 98;
    border-radius: 60px;
    display: inline-block;
    font-size: 0;
}

.flexslider .flex-direction-nav {
    overflow: hidden;
    width: 100%;
    margin: 0
}

.flexslider .flex-direction-nav .flex-next {
    left: auto;
    right: -60px
}

.flexslider .flex-direction-nav .flex-prev:before,
.flexslider .flex-direction-nav .flex-next:before {
    content: '';
    line-height: 1;
    display: block;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    padding: 6px;
    margin: 0 2px;
    position: absolute;
    top: 50%;
    left: 65%;
    transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -moz-transform: translate(-50%, -50%) rotate(135deg);
    -ms-transform: translate(-50%, -50%) rotate(135deg);
    -o-transform: translate(-50%, -50%) rotate(135deg);
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
}

.flexslider .flex-direction-nav .flex-next:before {
    left: auto;
    right: 65%;
    -webkit-transform: translate(50%, -50%) rotate(-45deg);
    -moz-transform: translate(50%, -50%) rotate(-45deg);
    -ms-transform: translate(50%, -50%) rotate(-45deg);
    -o-transform: translate(50%, -50%) rotate(-45deg);
    -webkit-transform: translate(50%, -50%) rotate(-45deg);
    transform: translate(50%, -50%) rotate(-45deg);
}

.flexslider:hover .flex-direction-nav .flex-prev {
    left: -25px
}

.flexslider:hover .flex-direction-nav .flex-next {
    right: -25px
}

.flexslider .flex-direction-nav .flex-prev:hover,
.flexslider .flex-direction-nav .flex-next:hover {
    background: rgba(0, 0, 0, 1.0);
}

.flexslider .flex-direction-nav .flex-prev:hover:before,
.flexslider .flex-direction-nav .flex-next:hover:before {
    color: #fff;
}

.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 1.0
}

.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 1.0
}

.flexslider .flex-disabled {
    display: none
}

.flexslider iframe,
.flexslider video {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}

/**********Owl Carousel**********/
.owl-carousel.has-shadow {
    margin: 25px -10px 0;
    width: auto;
}

.owl-carousel.has-shadow .owl-item {
    margin: 10px 0;
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    width: 100%;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #0b0b0b;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .1s ease;
    transition: -webkit-transform .1s ease;
    -o-transition: transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.owl-carousel .owl-dots {
    display: table;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
    padding-top: 25px;
    text-align: center;
}

.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-dot {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 2px 6px;
    border: 1px solid #020d0f;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    border-radius: 20px;
}

.owl-carousel .owl-dot span {
    display: none;
}

.owl-carousel .owl-dot.active,
.owl-carousel .owl-dot:hover {
    background-color: #020d0f;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    background-color: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -20px;
    width: 25px;
    height: 40px;
    border-radius: 0;
    display: inline-block;
    font-size: 0;
    z-index: 98;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.owl-carousel .owl-nav .owl-next {
    left: auto;
    right: 0;
}

.owl-carousel .owl-nav .owl-prev.disabled,
.owl-carousel .owl-nav .owl-next.disabled {
    opacity: 0.2;
    cursor: not-allowed;
}

.owl-carousel .owl-nav .owl-prev:before,
.owl-carousel .owl-nav .owl-next:before {
    content: '';
    line-height: 1;
    display: block;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    padding: 6px;
    margin: 0 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transform: translate(-50%, -50%) rotate(135deg);
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
}

.owl-carousel .owl-nav .owl-next:before {
    left: auto;
    right: 50%;
    -webkit-transform: translate(50%, -50%) rotate(-45deg);
    -ms-transform: translate(50%, -50%) rotate(-45deg);
    -webkit-transform: translate(50%, -50%) rotate(-45deg);
    transform: translate(50%, -50%) rotate(-45deg);
}

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
    background: #020d0f;
    border-color: #020d0f;
}

.owl-carousel .owl-nav .owl-prev:hover:before,
.owl-carousel .owl-nav .owl-next:hover:before {
    color: #fff;
}

.owl-carousel.top-nav {
    margin-top: 40px;
}

.owl-carousel.top-nav .owl-nav {
    position: absolute;
    right: 0;
    bottom: 100%;
    width: 65px;
    padding: 15px 0;
    margin-bottom: 38px;
}

.owl-carousel.vertical-nav .owl-nav .owl-prev,
.owl-carousel.vertical-nav .owl-nav .owl-next {
    top: 0;
    bottom: 0;
    margin: 0;
    height: auto;
    width: 25px;
}

.owl-carousel.arrow {
    padding-left: 40px;
    padding-right: 40px;
}

.owl-carousel.arrow .owl-nav .owl-prev,
.owl-carousel.arrow .owl-nav .owl-next {
    background-color: transparent;
    margin-top: -25px;
    width: 30px;
    height: 50px;
}

.owl-carousel.arrow .owl-nav .owl-prev:before,
.owl-carousel.arrow .owl-nav .owl-next:before {
    font-size: 46px;
    line-height: 30px;
    color: #5DB733;
}

.owl-carousel.arrow .owl-nav .owl-prev:hover,
.owl-carousel.arrow .owl-nav .owl-next:hover {
    background-color: #438f9f;
}

.owl-carousel.arrow .owl-nav .owl-prev:hover:before,
.owl-carousel.arrow .owl-nav .owl-next:hover:before {
    color: #fff;
}

.bottom-arrow .owl-nav {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 16px;
    width: 128px;
    margin: 0 auto;
}

.bottom-arrow .owl-nav .owl-next,
.bottom-arrow .owl-nav .owl-prev {
    width: 20px;
    margin: -11px 0 0;
    height: 22px;
    background: none !important;
}

.bottom-arrow .owl-nav .owl-next:before,
.bottom-arrow .owl-nav .owl-prev:before {
    color: #020d0f;
    line-height: 1;
}

.bottom-arrow .owl-nav .owl-next:hover:before,
.bottom-arrow .owl-nav .owl-prev:hover:before {
    color: #333;
}

.bottom-right-arrow .owl-nav {
    position: absolute;
    bottom: 65px;
    right: 0;
    left: auto;
    padding: 0;
    width: 142px;
    margin: 0 auto;
}

.bottom-right-arrow .owl-nav .owl-next,
.bottom-right-arrow .owl-nav .owl-prev {
    width: 64px;
    margin: -11px 0 0;
    height: 64px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 14px rgb(29 50 77 / 5%);
}

.bottom-right-arrow .owl-nav .owl-next:before,
.bottom-right-arrow .owl-nav .owl-prev:before {
    color: #546259;
    line-height: 1;
    border-color: #546259;
    padding: 5px;
}

.bottom-right-arrow .owl-nav .owl-next:hover:before,
.bottom-right-arrow .owl-nav .owl-prev:hover:before {
    color: #333;
}

.bottom-right-arrow .owl-nav .owl-next:hover,
.bottom-right-arrow .owl-nav .owl-prev:hover {
    background: #546259;
}

.bottom-right-arrow .owl-nav .owl-next:hover:before,
.bottom-right-arrow .owl-nav .owl-prev:hover:before {
    border-color: #fff;
}

.owl-carousel.type-2-arrow .owl-nav .owl-prev,
.owl-carousel.type-2-arrow .owl-nav .owl-next {
    width: 42px;
    height: 42px;
    background-color: transparent;
    border: 1px solid #020d0f;
    margin-top: -21px
}

.owl-carousel.type-2-arrow .owl-nav .owl-prev:before,
.owl-carousel.type-2-arrow .owl-nav .owl-next:before {
    color: #020d0f;
    font-size: 22px;
    font-weight: normal;
}

.owl-carousel.type-2-arrow .owl-nav .owl-prev:hover,
.owl-carousel.type-2-arrow .owl-nav .owl-next:hover {
    background-color: #020d0f;
}

.owl-carousel.type-2-arrow .owl-nav .owl-prev:hover:before,
.owl-carousel.type-2-arrow .owl-nav .owl-next:hover:before {
    color: #fff;
}

/***** Owl Carousel End *******/
/******Plugin's CSS End*********/
/********** accordion css start **********/
.accordion {
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
    text-align: left;
}

.accordion .accordion-content {
    padding: 0 31px 42px 29px;
    display: none;
}

.accordion .accordion-head {
    margin: 0;
    line-height: normal;
    padding: 24px 70px 24px 28px;
    position: relative;
    cursor: pointer;
    color: #323232;
    font-size: 18px;
    font-weight: 500;
    font-family: var(--bodyFontFamily);
    text-transform: unset;
}

.accordion .accordion-head::after {
    content: "\f054";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 500;
    position: absolute;
    font-size: 15px;
    right: 29px;
    top: 26px;
    z-index: 99;
    color: #3ac1d1;
    line-height: normal;
}

.active.accordion .accordion-head::after {
    content: "\f078";
}

.all-faq {
    padding: 36px 0 0;
}

.accordion:last-of-type {
    margin: 0;
}

.faq-wrap {
    text-align: center;
    padding: 63px 0;
}

.accordion:first-of-type {
    border-top: 1px solid #e5e5e5;
}

.faq-wrap .container {
    max-width: 913px;
}

/********** accordion css end **********/

.bg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-banner {
    background-color: #000;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    padding: 61px 0;
    position: relative;
    overflow: hidden;
}

.main-banner .bg {
    opacity: 50%;
}

.main-banner .caption {
    position: relative;
    z-index: 2;
}

.main-banner h1,
.main-banner .heading {
    font-family: 'Impact', var(--bodyFontFamily);
    font-weight: 400;
    font-size: 60px;
    line-height: 1.3;
    color: inherit;
}

.main-banner .caption .container {
    display: grid;
    grid-template-columns: 61% 39%;
    align-items: center;
}

.main-banner .caption .container .box:first-child {
    padding: 0 40px 0 0;
}

.main-banner .caption .container .box .form-box {
    background: rgb(58 193 209 / 90%);
    padding: 40px;
    padding-bottom: 63px;
    color: #fff;
}

.main-banner .caption .container .box:has(.form-box) {
    overflow: hidden;
}

.main-banner .caption .container .box .form-box .btn {
    width: 100%;
}

.main-banner .caption .container .box .form-box h5 {
    color: inherit;
    margin: 0 0 27px;
}

.main-banner .caption .container .box:first-child ul {
    display: flex;
    margin: 118px 0 0 0;
    flex-wrap: wrap;
    padding: 19px 20px 19px 0;
    background: rgb(255 255 255 / 10%);
    position: relative;
}

.main-banner .caption .container .box:first-child ul li {
    width: 33.33%;
    padding: 0;
    margin: 0;
    display: flex;
    font-size: 15px;
    font-weight: 500;
}

.main-banner .caption .container .box:first-child ul li::before {
    display: none;
}

.main-banner .caption .container .box:first-child ul li i {
    margin: 0 10px 0 0;
}

.main-banner .caption .container .box:first-child ul::before {
    content: "";
    width: 10000%;
    height: 100%;
    background: rgb(255 255 255 / 10%);
    position: absolute;
    top: 0;
    border: 0;
    right: 100%;
}

/******Footer*****/
footer p {
    margin: 0;
}

footer {
    font-size: 14px;
    padding: 38px 0;
    line-height: normal;
}

footer .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/******Footer End*****/
.about-info-wrap {
    padding: 75px 0;
}

.two-col-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    grid-gap: 40px;
}

.two-col-info .box:has(img) {
    overflow: hidden;
}

.two-col-info .box img {
    width: 100%;
}

.service-info-wrap {
    text-align: center;
    padding: 60px 0;
    background: #f6f6f6;
}

.service-listing {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px;
}

.service-box h5 span {
    display: block;
}

.service-box .img-box {
    margin: 0 auto 17px;
    width: 258px;
    height: 256px;
    position: relative;
    padding: 8px 10px 8px 10px;
}

.service-box .img-box img {
    margin: 0 auto;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    position: relative;
    z-index: 4;
}

.service-box .img-box::before,
.service-box .img-box::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #fff;
    border-radius: 50%;
}

.service-box .img-box::after {
    background: #f6f6f6;
    width: calc(100% - 4px);
    height: calc(100% - 8px);
    left: 5px;
    top: 4px;
    bottom: 4px;
}

.free-estimate-wrap {
    background: #3ac1d1;
    color: #fff;
    padding: 51px 0;
}

.free-estimate-wrap .container {
    padding: 0 80px;
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
}

.free-estimate-wrap h4,
.free-estimate-wrap h5 {
    color: inherit;
}

.free-estimate-wrap h4 {
    text-transform: unset;
    font-family: "Jenna Sue";
    font-weight: 400;
    margin: 0 0 3px;
}

.free-estimate-wrap .form-box {
    position: relative;
}

.free-estimate-wrap .form-box input,
.free-estimate-wrap .form-box select {
    margin: 0 !important;
}

.free-estimate-wrap .form-box select {
    height: 63px;
    padding-right: 120px !important;
    background-position: calc(100% - 87px) center;
    background-size: 20px;
}

.free-estimate-wrap .form-box input[type="submit"] {
    display: block;
    position: absolute;
    z-index: 3;
    top: 5px;
    right: 5px;
    width: 60px;
    height: 53px;
    background: #3ac1d1;
    color: #fff;
    font-family: 'FontAwesome';
    font-size: 25px;
    cursor: pointer;
    border: 2px solid #3ac1d1;
}

.free-estimate-wrap .form-box input[type="submit"]:hover {
    background: #fff;
    color: #3ac1d1;
}

.area-service-wrap {
    padding: 70px 0;
}

.area-service-wrap .container {
    display: grid;
    grid-template-columns: 43% 57%;
    align-items: center;
}

.area-service-wrap .box img {
    width: 100%;
}

.area-service-wrap .box:first-child {
    padding: 0 60px 0 0;
}

.area-service-wrap .box:last-child {
    overflow: hidden;
}

.area-service-wrap .box ul {
    column-count: 2;
}

.area-service-wrap .box ul li {
    padding: 0 0 9px 30px;
    font-size: 18px;
    font-weight: 500;
}

.area-service-wrap .box ul li::before {
    content: "\f0a9";
    color: #3ac1d1;
    font-size: 18px;
    left: 0;
    top: 6px;
}

.customers-wrap {
    background: #6bc17a;
    padding: 87px 0;
    text-align: center;
}

.customers-wrap h3 {
    color: #fff;
}

.customers-wrap .container {
    max-width: 977px;
}

.customers-slider .owl-item {
    background: #fff;
    padding: 53px 60px;
    font-size: 26px;
    line-height: 36px;
}

.customers-slider {
    margin: 38px 0 0;
}

.customers-wrap p:has(.fa-star) {
    font-size: 16px;
    color: #ffbc3a;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}

.customers-wrap p:has(img) {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
}

.customers-wrap p:has(img) img {
    margin: 0 20px 0 0;
    border-radius: 50%;
    width: 55px;
    height: 55px;
}

.customers-slider.owl-carousel .owl-nav .owl-prev,
.customers-slider.owl-carousel .owl-nav .owl-next {
    width: 68px;
    height: 68px;
    background: #6bc17a;
    border-radius: 50%;
    margin-top: -34px;
}

.customers-slider.owl-carousel .owl-nav .owl-prev:before,
.customers-slider.owl-carousel .owl-nav .owl-next:before {
    padding: 4px;
    border-width: 0 3px 3px 0;
}

.customers-slider.owl-carousel .owl-nav .owl-next {
    right: -34px;
}

.customers-slider.owl-carousel .owl-nav .owl-prev {
    left: -34px;
}

.full-two-col-info {
    display: flex;
    flex-direction: row-reverse;
    background: #3ac1d1;
    color: #fff;
}

.v-center.full-two-col-info .box:has(.max-width) {
    display: flex;
    align-items: center;
}

.full-two-col-info>.box {
    width: 50%;
    overflow: hidden;
}

.full-two-col-info>.box>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.full-two-col-info h3 {
    color: inherit;
}

.full-two-col-info .max-width {
    max-width: 527px;
    margin: 0 0 0 auto;
}

.full-two-col-info .box:has(.max-width) {
    padding: 40px 40px 40px 15px;
}

/************Responsive Start************/
@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 1024px) {
    :root {
        --logoWidth: 200px;
        --headerSpace: 86px;
    }

    header .header-btn-wrap .btn {
        font-size: 0;
        min-width: unset;
        padding: 10px 9px;
    }

    header .header-btn-wrap .btn i {
        margin: 0;
    }
}

@media only screen and (max-width: 991px) {

    .alignleft,
    .alignright {
        max-width: 300px
    }

    .main-banner {
        padding: 30px 0;
    }

    .main-banner .caption .container {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .main-banner .caption .container .box:first-child {
        padding: 0;
    }

    .main-banner h1,
    .main-banner .heading {
        font-size: 42px;
    }

    .main-banner .caption .container .box:first-child ul {
        margin: 0px 0 20px 0;
        padding: 0;
        justify-content: center;
        background: transparent;
    }

    .main-banner .caption .container .box:first-child ul li {
        width: 48%;
        font-size: 16px;
        line-height: normal;
        flex-direction: column;
        align-items: center;
        margin: 0 1% 10px;
        background: rgb(255 255 255 / 15%);
        padding: 20px 5px;
    }

    .main-banner .caption .container .box:first-child ul::before {
        display: none;
    }

    .main-banner .caption .container .box:first-child ul li i {
        margin: 0 0 10px;
    }

    .main-banner .caption .container .box .form-box {
        padding: 25px;
    }

    .about-info-wrap {
        padding: 30px 0;
    }

    .two-col-info {
        grid-template-columns: 1fr;
        grid-gap: 20px;
        text-align: center;
    }

    .service-info-wrap {
        padding: 30px 0;
    }

    .service-listing {
        grid-template-columns: repeat(2, 1fr);
    }

    .free-estimate-wrap {
        padding: 30px 0;
    }

    .free-estimate-wrap .container {
        padding: 0 15px;
        grid-template-columns: 1fr;
        text-align: center;
        grid-gap: 15px;
    }

    .area-service-wrap {
        padding: 30px 0;
    }

    .area-service-wrap .container {
        display: flex;
        flex-direction: column-reverse;
    }

    .area-service-wrap .box:first-child {
        padding: 11px 0 0;
    }

    .area-service-wrap .box {
        text-align: center;
    }

    .area-service-wrap .box ul {
        text-align: left;
    }

    .customers-wrap {
        padding: 30px 0;
    }

    .customers-slider .owl-item {
        padding: 30px 45px;
        font-size: 18px;
        line-height: 1.4;
    }

    .customers-wrap p:has(.fa-star) {
        margin: 0 0 15px;
        font-size: 13px;
    }

    .customers-slider.owl-carousel .owl-nav .owl-prev,
    .customers-slider.owl-carousel .owl-nav .owl-next {
        width: 48px;
        height: 48px;
        margin-top: -24px;
    }

    .customers-slider.owl-carousel .owl-nav .owl-next {
        right: -24px;
    }

    .customers-slider.owl-carousel .owl-nav .owl-prev {
        left: -24px;
    }

    .faq-wrap {
        padding: 30px 0;
    }

    .all-faq {
        padding: 20px 0 0;
    }

    .accordion .accordion-head {
        padding: 14px 30px 14px 5px;
    }

    .accordion .accordion-head::after {
        right: 10px;
        top: 26px;
    }

    .accordion .accordion-content {
        padding: 0 0px 15px 5px;
    }

    .full-two-col-info .max-width {
        max-width: unset;
        margin: 0 auto;
    }

    .full-two-col-info {
        flex-direction: column;
    }

    .full-two-col-info>.box {
        width: 100%;
    }

    .full-two-col-info .box:has(.max-width) {
        padding: 30px 15px;
    }

    footer {
        padding: 20px 0;
    }

    footer .container {
        flex-direction: column;
        text-align: center;
    }

    footer p:last-of-type {
        padding: 10px 0 0;
    }
}

@media only screen and (max-width: 767px) {
    .service-listing {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media only screen and (max-width: 639px) {}

@media only screen and (max-width: 580px) {

    .alignleft,
    .alignright {
        max-width: 100%;
        margin: 10px 0;
        float: none;
        display: block
    }
}

@media only screen and (max-width: 479px) {}

@media only screen and (max-width: 420px) {}

@media only screen and (max-width: 359px) {}

/************Responsive End************/