.post,
.page {
    margin-bottom: 0;
}

html {
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}



:root {
    --theme-color: #1263b5;
    --blue: #004a94;
    --black: #000;
    --white: #ffffff;
    --body-text: #737373;
    --btn-hover: linear-gradient(145deg, #004a94 15%, #1263b5 85%);
}

/********** Font Family *********************
font-family: "Poppins", sans-serif;
font-family: "Heebo", sans-serif;
*********************************************/

body {
    overflow-x: hidden;
    text-decoration: none;
    box-sizing: border-box;
    margin-bottom: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: var(--body-text);
    font-family: "Heebo", sans-serif;
}

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

h1,
.h1 {
    font-size: 54px;
    font-weight: 600;
    line-height: 76px;
    margin-bottom: 20px;
    color: var(--black);
    font-family: "Poppins", sans-serif;
}

h2,
.h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 47px;
    margin-bottom: 20px;
    color: var(--black);
    font-family: "Poppins", sans-serif;
}

h3,
.h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 31.2px;
    margin-bottom: 10px;
    color: var(--black);
    font-family: "Poppins", sans-serif;
}

h4,
.h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
    color: var(--black);
    font-family: "Poppins", sans-serif;
}

h5,
.h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
    color: var(--black);
    font-family: "Poppins", sans-serif;
}

h6,
.h6 {
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
    color: var(--black);
    font-family: "Poppins", sans-serif;
}

p,
li {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--body-text);
    font-family: "Heebo", sans-serif;
}

p {
    margin-bottom: 15px;
}

a {
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: var(--body-text);
    transition: all .3s;
    font-family: "Heebo", sans-serif;
}

a:hover {
    text-decoration: none;
    color: var(--theme-color);
}

;
;

p:last-child,
li:last-child {
    margin-bottom: 0;
}

section {
    margin: 50px 0;
}

.m-0 {
    margin: 0;
    ;
    ;
}

.mt-0 {
    margin-top: 0
}

.mb-0 {
    margin-bottom: 0;
}

.mt-100 {
    margin-top: 50px;
}

.mb-100 {
    margin-bottom: 50px;
}

.section-title {
    text-align: center;
    max-width: 784px;
    margin: 0 auto 40px;
}

.section-title span {
    font-weight: 400;
    font-size: 20px;
    color: var(--theme-color);
    font-family: "Heebo", sans-serif;
    margin-bottom: 5px;
    display: block;
    line-height: normal;
}

.section-title p a {
    color: var(--theme-color);
    font-weight: 500;
    text-decoration: underline;
}

.section-title p a:hover {
    color: var(--body-text);
    text-decoration: none;
}

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

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

ul,
ol {
    margin-left: 0;
    margin-bottom: 0;
}

.btn {
    padding: 14px 25px;
    transition: all .3s;
    text-align: center;
    display: inline-flex;
    align-items: center;
    width: fit-content;
    justify-content: center;
    border: 1px solid var(--blue);
    border-radius: 0;
    background-color: var(--blue);
    color: var(--white);
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    font-family: "Poppins", sans-serif;
    outline: 0;
    text-transform: uppercase;
}

.btn:hover {
    background-color: transparent;
    color: var(--white);
    outline: 0;
    background-color: var(--theme-color);
    border-radius: 50px 50px 50px 50px;
}

.btn-white {
    background-color: var(--white);
    color: var(--blue);
    border-color: var(--white);
}

.btn-white:hover {
    background-color: var(--theme-color);
    color: var(--white);
    border-color: var(--theme-color);
}

span.badge {
    display: inline-block;
    width: fit-content;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.15);
    color: var(--white);
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    padding: 5px 15px;
    margin-bottom: 10px;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    width: 100%;
}

img {
    vertical-align: middle;
}

.column-row {
    display: flex;
    flex-wrap: wrap;
}

.align-center {
    align-items: center;
}

/***********************************************
                    Header Css
***********************************************/

.contact-details img {
    width: 14px;
    filter: brightness(0) invert(1);
}

.top-bar {
    background-image: linear-gradient(240deg, var(--white) 50%, var(--blue) 50%);
    padding: 10px 0px;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.21);
}

.contact-details ul {
    display: flex;
    align-items: center;
    list-style-type: none;
    flex-wrap: wrap;
}

.contact-details ul li:not(:last-child) {
    margin-right: 16px;
}

.contact-details ul li a,
.contact-details ul li {
    font-family: 'Heebo', sans-serif;
    color: var(--white);
}

.contact-details ul li a:hover {
    color: var(--white);
    opacity: 0.8;
}

.contact-details ul li img {
    width: 18px;
    height: 18px;
    display: inline-block;
    object-fit: contain;
    margin-right: 8px;
    flex-shrink: 0;
}

.site-header .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.social-link ul {
    list-style-type: none;
    display: flex;
    align-items: center;
}

.social-link ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: var(--blue);
    border-radius: 50%;
}

.social-link ul li a:hover {
    background-color: var(--theme-color);
}

.site-header .social-link ul li a img {
    width: 14px;
    filter: brightness(0) invert(1);
}

.social-link ul li a svg {
    width: 20px;
}

.social-link ul li:not(:last-child) {
    margin-right: 10px;
}

body.menu-open .sidebar-overlay {
    opacity: 1;
    visibility: visible;
    width: 100vw;
}

.sidebar-overlay {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    left: 0;
    top: 0;
    width: 0;
    height: 100vh;
    display: inline-block;
    background-color: rgb(12 13 14 / 50%);
    z-index: 1;
    transition: all 0.8s;
}

.site-header {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    z-index: 3;
    padding: 0;
    background: var(--white);
    width: 100%;
    display: block;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.21);
}

.site {
    position: relative;
}

.site-header.is-sticky,
.enable-transparent-header .site-header.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    animation: slideDown 0.6s ease-out;
}

.enable-transparent-header .site-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: block;
}

.site-header.is-sticky .top-bar {
    display: none;
}

.admin-bar .site-header.is-sticky {
    top: 32px;
}

.site-header.is-sticky .header-top {
    padding: 5px 0;
}

.header-cta.active .search_form {
    transform: scale(1);
}

.sticky-header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 0;
}

.header-social.mobile-social {
    display: none;
}

.site-branding {
    max-width: 150px;
    position: relative;
}

.main-menu {
    display: flex;
    align-items: center;
}

.menu-toggler {
    height: 42px;
    width: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    margin-left: 5px;
    background-color: var(--blue);
}

.menu-toggler svg {
    vertical-align: middle;
}

.main-menu .menu li a {
    color: var(--black);
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
}

.current-menu-item>a,
.main-menu .menu li.current-menu-parent>a,
.main-menu .menu li.current-menu-item>a {
    color: var(--theme-color);
}

.footer-menu ul li.current-menu-item>a {
    color: var(--white);
}

.current-menu-item svg path,
.main-menu .menu li.current-menu-parent svg path,
.main-menu .menu>li:hover svg path {
    fill: var(--theme-color);
}

.main-menu .menu li {
    display: inline-block;
    position: relative;
    margin-bottom: 0;
    margin-right: 32px;
}

.header-right {
    display: flex;
    align-items: center;
}

.header-cta {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.site-header .custom-logo-link .custom-logo {
    height: auto;
    width: 100%;
}

.shine {
    display: block;
    position: absolute;
    background-image: url('../images/glitter.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    overflow: hidden;
    z-index: 2;
    opacity: 0;
    width: 130px;
    height: 130px;
    -webkit-animation: glitter 6s linear 0s infinite normal;
    animation: glitter 6s linear 0s infinite normal;
    text-indent: -9999px;
    top: -15px;
    left: 4px;
    pointer-events: none;
}

/* Arrows */
.slick-arrow {
    position: absolute;
    z-index: 10;
    width: 48px;
    height: 48px;
    border: 2px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
    background: transparent;
    color: #fff;
    cursor: pointer;
    font-size: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    outline: 0 I !important;
}

.slick-prev:before,
.slick-next:before {
    content: "";
    display: block;
    width: 10px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 1;
    filter: brightness(0) invert(1);
    transition: all .3s ease;

}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

.slick-prev:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='24' viewBox='0 0 14 24'%3E%3Cpolyline fill='none' stroke='%23000' stroke-width='1.4' points='12.775,1 1.225,12 12.775,23'/%3E%3C/svg%3E");
}

.slick-next:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='24' viewBox='0 0 14 24'%3E%3Cpolyline fill='none' stroke='%23000' stroke-width='1.4' points='1.225,23 12.775,12 1.225,1'/%3E%3C/svg%3E");
}

.slick-arrow.slick-prev:after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    background: #fff;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease;
    right: 0;
}

.slick-arrow.slick-next:after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    background: #fff;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease;
    left: 0;
}

.slick-arrow.slick-prev:hover {
    width: 75px;
    border-radius: 60px 20px 20px 60px;
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}

.slick-arrow.slick-next:hover {
    width: 75px;
    border-radius: 20px 60px 60px 20px;
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}

.slick-prev:hover:before {
    transform: translateX(-13px);
}

.slick-next:hover:before {
    transform: translateX(13px);
}

.slick-prev:hover:after {
    width: 40px;
    right: 12px;
}

.slick-next:hover:after {
    width: 40px;
    left: 12px;
}

ul.page-numbers .page-numbers {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    background: transparent;
    margin: 0 2px 10px 2px;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
}

ul.page-numbers .page-numbers.dots {
    pointer-events: none;
}

.pagination-wrapp {
    display: flex;
}

ul.page-numbers {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    margin: 80px 0 0 0;
    flex-wrap: wrap;
    position: relative;
}

ul.page-numbers .page-numbers.current,
ul.page-numbers .page-numbers:hover {
    background: var(--blue);
    color: var(--white);
}

a.next.page-numbers,
a.prev.page-numbers {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 24px;
    background: #E1E4E9;
}

a.prev.page-numbers {
    right: auto;
    left: 0;
}

a.page-numbers:hover svg path {
    fill: #fff;
}

@-webkit-keyframes glitter {
    0% {
        -webkit-transform: scale(.3) rotate(0deg) translateX(-50%);
        opacity: 0
    }

    25% {
        -webkit-transform: scale(1) rotate(360deg) translateX(-50%);
        opacity: 1
    }

    50% {
        -webkit-transform: scale(.3) rotate(720deg) translateX(-50%);
        opacity: 0
    }

    100% {
        -webkit-transform: scale(.3) rotate(0deg) translateX(-50%);
        opacity: 0
    }
}

@keyframes glitter {
    0% {
        -webkit-transform: scale(.3) rotate(0deg) translateX(-50%);
        transform: scale(.3) rotate(0deg);
        opacity: 0
    }

    25% {
        -webkit-transform: scale(1) rotate(360deg) translateX(-50%);
        transform: scale(1) rotate(360deg);
        opacity: 1
    }

    50% {
        -webkit-transform: scale(.3) rotate(720deg) translateX(-50%);
        transform: scale(.3) rotate(720deg);
        opacity: 0
    }

    100% {
        -webkit-transform: scale(.3) rotate(0deg) translateX(-50%);
        transform: scale(.3) rotate(0deg) translateX(-50%);
        opacity: 0
    }
}

@-moz-keyframes glitter {
    0% {
        -moz-transform: scale(.3) rotate(0deg);
        opacity: 0
    }

    25% {
        -moz-transform: scale(1) rotate(360deg);
        opacity: 1
    }

    50% {
        -moz-transform: scale(.3) rotate(720deg);
        opacity: 0
    }

    100% {
        -moz-transform: scale(.3) rotate(0deg);
        opacity: 0
    }
}

.input-field label {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    color: #000;
    font-family: "Sora", sans-serif;
    margin-bottom: 8px;
    display: inline-block;
}

.input-field p {
    opacity: 1;
}

select {
    border-radius: 50px;
    border: 1.2px solid rgba(0, 0, 0, 0.10);
    background-color: rgba(248, 248, 248, 0.40);
    padding: 10px 50px 10px 20px;
    color: #000000;
    font-family: 'Satoshi';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    outline: none;
    line-height: 140%;
    appearance: none;
    background-image: url(../images/select-arrow.svg);
    background-repeat: no-repeat;
    background-position: center right 21px;
    cursor: pointer;
    overflow-y: hidden !important;
}

.input-field input,
.input-field select,
.input-field input,
.input-field textarea,
input.search-field {
    border-radius: 0;
    border: 1px solid var(--white);
    padding: 15px 20px;
    width: 100%;
    background-color: var(--blue);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: var(--white) !important;
    outline: none;
    letter-spacing: 0.15px;
    font-family: 'Heebo', sans-serif;
    height: 72px;
}

.input-field input[type="checkbox"] {
    width: 16px;
    height: 16px;
    padding: 0;
    border-radius: 2px;
    border: 1px solid #E8E8E8;
    margin-right: 6px;
    cursor: pointer;
}

.input-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -20px;
}

.input-field {
    width: calc(50% - 10px);
    margin-bottom: 20px;
}

.input-field.full-width.d-flex p {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 auto;
    width: fit-content;
}

.input-field textarea::placeholder,
input.search-field::placeholder {
    color: #99b7d4 !important;
}

.input-field.full-width {
    width: 100%;
}

.input-field textarea {
    border-radius: 0;
    height: 120px;
    resize: none;
}

.input-field input::placeholder {
    color: #99b7d4 !important;
}

.input-field input[type="submit"] {
    width: fit-content;
    margin: 0 auto;
    background-color: var(--white);
    color: var(--blue) !important;
    padding: 16px 20px;
    height: auto;
    font-weight: 500;
    cursor: pointer;
}

.input-field.full-width.d-flex p span.wpcf7-spinner {
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}

.input-field input[type="submit"]:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    color: var(--white) !important;
}

.wpcf7-acceptance .wpcf7-list-item [type="checkbox"] {
    height: 20px;
    width: 20px;
    border-radius: 0;
    border-radius: 4px;
    border: 1px solid rgba(10, 84, 74, 0.20);
    padding: 0;
    margin-right: 15px;
    appearance: auto;
    -webkit-appearance: checkbox;
    cursor: pointer;
}

.wpcf7-acceptance .wpcf7-list-item label {
    display: flex;
    align-items: center;
}

.wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label {
    color: rgba(10, 84, 74, 0.80);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
}

.wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
}

body .input-field select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='7' viewBox='0 0 9 7' fill='none'%3E%3Cpath d='M8.39038 0.312348L4.39038 5.31235L0.390381 0.312347' stroke='%23000'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 9px 7px;
    padding-right: 30px;
    border-radius: 10px;
    background-color: #E9E9E9;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
}

.wpcf7-form-control-wrap {
    position: relative;
    display: block;
    line-height: 1;
}

.wpcf7-not-valid-tip {
    margin-top: 10px;
}

.wpcf7 form .wpcf7-response-output {
    text-align: center;
    padding: 10px;
    font-weight: 500 !important;
    font-size: 15px !important;
    margin-bottom: 0 !important;
    color: var(--white);
}

/* Blog css */
.column-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.single-blog-wraper .column-left,
.service-details-sec .column-left {
    width: 75%;
}

.single-blog-wraper .column-right,
.service-details-sec .column-right {
    width: 22%;
}

.testimonial-sec {
    padding: 50px 0;
    background-color: #eff3f7;
    margin: 0;
}

.goorle-review {
    max-width: 1170px;
    margin: 0 auto;
}
.thank-you-section {
    text-align: center;
    margin: 70px 0;
}
.thank-you-section h1 {
    color: var(--blue);
}
/***********************************************
                    Footer  Css
***********************************************/

.site-footer .footer-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 0;
}

.site-footer .footer-col-1 {
    width: 21%;
}

.site-footer .footer-col-2 {
    width: 15%;
}

.site-footer .footer-col-3 {
    width: 23%;
}

.site-footer .footer-col-4 {
    width: 28%;
}

.footer-logo p {
    color: var(--white);
}

.site-footer .social-link svg path {
    fill: var(--blue);
}

.site-footer .social-link ul li a {
    background-color: var(--white);
}

.site-footer .social-link ul li a:hover {
    opacity: 0.8;
}

.footer-logo {
    margin-bottom: 20px;
}

.footer-logo a {
    display: inline-block;
    background-color: #bfe6ed;
    padding: 5px 20px 8px 20px;
    border-radius: 5px;
    color: #000;
    text-align: center;
}

.footer-logo img {
    display: block;
    max-width: 130px;
    margin-bottom: 0;
    color: #bfe6ed;
}

.footer-menu ul li a {
    color: #E0E0E0;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.footer-top h3 {
    color: var(--white);
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 010px;
    margin-bottom: 30px;
}

.footer-top h3:after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    width: 28px;
    height: 2px;
    background: var(--theme-color);
}

.contact-details ul li {
    display: flex;
    align-items: center;
}

.contact-details ul li span {
    flex-shrink: 0;
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: rgba(237, 183, 83, 0.10);
    margin-right: 15px;
}

.contact-details ul li a {
    color: var(--white);
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.footer-menu ul li:not(:last-child) {
    margin-bottom: 10px;
}

.footer-bottom .column-row {
    justify-content: space-between;
}

.footer-bottom {
    background: #133258;
    padding: 24px 0;
}

.copyright-text p {
    color: rgba(255, 255, 255, 0.70);
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.footer-link ul li {
    display: inline-block;
    position: relative;
}

.footer-link ul li a {
    color: rgba(255, 255, 255, 0.70);
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.footer-copyright {
    padding: 20px 0;
    border-top: 1px solid #FFFFFF3D;
}

.footer-copyright p {
    color: #fff;
}

.footer-menu ul li a:hover,
.footer-link ul li a:hover,
.footer-link ul li.current-menu-item a {
    color: var(--white);
}

.footer-link ul li:not(:last-child) {
    margin-right: 10px;
    padding-right: 10px;
}

.footer-link ul li:not(:last-child):after {
    content: '';
    width: 5px;
    height: 5px;
    display: block;
    background-color: rgba(255, 255, 255, 0.50);
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}

footer h3 {
    color: var(--white);
    margin-bottom: 30px;
}

.footer-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.footer-menu .menu .sub-menu {
    display: none;
}

.footer-contact-details ul li a {
    display: flex;
    align-items: center;
}

.footer-contact-details ul li img {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    margin-right: 10px;
    object-fit: contain;
}

.footer-contact-details ul li,
.footer-contact-details ul li a {
    color: #E0E0E0;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    display: flex;
    align-items: center;
}

.footer-contact-details ul li a:hover {
    color: var(--white);
}

.footer-contact-details ul li:not(:last-child) {
    margin-bottom: 10px;
}

.order-popup {
    max-width: 800px;
    position: relative;
    margin: 50px auto;
}

.popup-body {
    border-radius: 0;
    background: rgb(0 74 148 / 100%);
    box-shadow: 0 8px 15px 0 rgba(149, 157, 165, 0.10);
    overflow: hidden;
    padding: 50px 30px 40px 30px;
}

.order-popup h2 {
    color: var(--white);
    margin-bottom: 15px;
}

.order-form-box h3 {
    color: var(--white);
    font-size: 18px;
    margin-bottom: 5px;
}

.order-form-box p {
    color: var(--white);
    margin-bottom: 0;
}

.order-form-box .input-field input {
    height: 50px;
}

.order-form-box .input-row {
    margin-top: 20px;
    margin-bottom: 0;
}

.order-form-box .input-row .input-field {
    margin-bottom: 20px;
}

.order-form-box .input-row .wpcf7-checkbox .wpcf7-list-item {
    width: calc(33.33% - 10px);
    margin: 0;
}

.order-form-box .input-row .wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}

.order-form-box .input-row .wpcf7-checkbox .wpcf7-list-item label {
    display: flex;
    align-items: flex-start;
    color: var(--white);
    cursor: pointer;
    font-weight: 500;
}

.order-form-box .input-row .input-field input[type="checkbox"] {
    height: auto;
    width: 20px;
    height: 20px;
}

.popup-body button.mfp-close {
    position: absolute;
    right: 30px;
    top: 30px;
    width: auto;
    height: auto;
}

.popup-body button.mfp-close svg {
    display: block;
}

.order-form-box .input-row .input-field.full-width.d-flex {
    margin-bottom: 0;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}


.error-404.not-found {
    margin: 70px 0;
    text-align: center;
}

.error-404.not-found h1.page-title {
    font-size: 150px;
    line-height: 150px;
    color: var(--blue);
}

.error-404.not-found a.btn {
    margin-top: 15px;
}

.footer-cta {
    margin-top: 15px;
}

.footer-cta .btn {
    margin-top: 10px;
}

.footer-whatsapp {
    position: fixed;
    right: 20px;
    bottom: 80px;
    z-index: 2;
}

.footer-whatsapp a {
    display: block;
    margin-top: 10px;
}

.footer-whatsapp a img {
    width: 45px;
    height: 45px;
    object-fit: contain;
}

.sticky-btn {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
}

.sticky-btn .btn {
    display: block;
    transform: rotate(-90deg) translateX(-100%);
    transform-origin: top left;
}

.sticky-btn a.btn:hover {
    border-radius: 0;
}

.popup-open .sticky-btn {
    display: none;
}

/***********************************************
                    Responsive  Css
***********************************************/

@media only screen and (min-width:576px) {
    .container {
        max-width: 540px;
    }
}

@media only screen and (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media only screen and (min-width: 992px) {
    .container {
        max-width: 960px;
    }

    .menu-toggler,
    .sidebar .site-branding,
    .sidebar .menu-close,
    .toggle-wrapp {
        display: none;
    }

    .menu-item-has-children>a {
        padding-right: 28px !important;
        position: relative;
    }

    .menu-item-has-children:hover .arrow {
        transform: rotate(-180deg);
        top: 22px;
    }

    .menu-item-has-children .arrow {
        background-repeat: no-repeat;
        width: 12px;
        height: 7px;
        position: absolute;
        z-index: 1;
        right: 8px;
        top: 24px;
    }

    .menu-item-has-children .arrow svg {
        display: block;
    }

    .main-menu .menu>li {
        padding: 15px 0 15px 0;
    }

    .sub-menu {
        top: 100%;
        width: 280px;
        left: 0;
        margin: 0;
        padding: 5px 0;
        overflow: hidden;
        visibility: hidden;
        opacity: 0;
        transition: all 0.2s;
        z-index: 1;
        border-radius: 0;
        background: #fff;
        box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.21);
        position: absolute;
        -webkit-transform: translate(0, 20px);
        -ms-transform: translate(0, 20px);
        transform: translate(0, 20px);
    }

    .sub-menu:before {
        position: absolute;
        left: 12px;
        color: var(--darkblue);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.16px;
        text-transform: capitalize;
        padding: 6px 0;
    }

    .main-menu .menu .sub-menu li a {
        display: block;
        margin: 0;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: capitalize;
        padding: 10px 20px;
    }

    .main-menu .menu .sub-menu li:not(:last-child) a {
        border-bottom: solid 1px #edeff1;
    }

    .main-menu .menu li a:hover {
        color: var(--theme-color);
    }

    .main-menu .menu li>.sub-menu li {
        display: block;
        margin-right: 0 !important;
    }

    .menu>li:hover .sub-menu {
        visibility: visible;
        overflow: visible;
        opacity: 1;
        -webkit-transform: translate(0, 0px);
        -ms-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }

    .contact-info-mobile {
        display: none;
    }
}

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1230px;
    }
}



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

    .section-title h2 {
        margin-bottom: 10px;
    }

    h1,
    .h1 {
        font-size: 40px;
        line-height: 54px;
    }

    h2,
    .h2 {
        font-size: 30px;
        line-height: 40px;
    }


    h3,
    .h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .btn-div a:not(:last-child) {
        margin-right: 10px;
    }

    .shine {
        width: 80px;
        height: 80px;
        top: -5px;
        left: 10px;
    }

    .main-menu .menu li a {
        font-size: 14px;
    }

    .error-404.not-found h1.page-title {
        font-size: 130px;
        line-height: 130px;
    }

    .site-footer .footer-col-1 {
        margin-bottom: 0;
        width: 24%;
    }

    .site-footer .footer-col-2 {
        width: 13%;
    }

    .site-footer .footer-col-3 {
        width: 23%;
    }

    .site-footer .footer-col-4 {
        width: 34%;
    }

    footer h3 {
        margin-bottom: 15px;
        font-size: 18px;
    }

    .footer-logo img {
        max-width: 110px;
    }

    .footer-contact-details ul li,
    .footer-contact-details ul li a,
    .footer-menu ul li a {
        font-size: 15px;
        line-height: normal;
    }

    .footer-logo p,
    .footer-copyright p {
        font-size: 15px;
        line-height: normal;
    }

    .footer-contact-details ul li img {
        width: 15px;
        height: 15px;
    }

    .top-bar {
        background-image: linear-gradient(240deg, var(--white) 38%, var(--blue) 30%);
        padding: 5px 0px;
    }

    .site-branding {
        max-width: 110px;
    }

    .contact-details ul li a,
    .contact-details ul li {
        font-size: 14px;
    }

    .sticky-header {
        padding: 5px 0;
    }

    .popup-body {
        padding: 50px 20px 30px 20px;
    }

    .popup-body button.mfp-close {
        top: 20px;
        right: 20px;
    }

    .sticky-btn a.btn {
        width: auto;
        padding: 10px 15px !important;
    }
}

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

    h1,
    .h1 {
        font-size: 38px;
        line-height: 50px;
    }

    h2,
    .h2 {
        font-size: 32px;
        line-height: 42px;
    }

    h3,
    .h3 {
        font-size: 20px;
        line-height: 30px;
    }


    h4,
    .h4 {
        font-size: 18px;
        line-height: 28px;
    }

    h5,
    .h5 {
        font-size: 16px;
        line-height: 26px;
    }

    h6,
    .h6 {
        font-size: 14px;
        line-height: 24px;
    }

    p {
        margin-bottom: 15px;
        line-height: 24px;
    }

    .mt-100 {
        margin-top: 50px;
    }

    .mb-100 {
        margin-bottom: 50px;
    }

    .section-title {
        margin-bottom: 30px;
    }

    .btn {
        padding: 15px 20px !important;
    }

    .mobile-arrow {
        display: block;
    }

    .custom-arrow .btn {
        margin-right: 0;
    }

    .admin-bar .header-menu {
        top: 32px;
    }

    .header-menu {
        position: fixed;
        background: var(--white);
        top: 0;
        height: 100vh;
        z-index: 2;
        left: 0;
        max-width: 394px;
        width: 100%;
        overflow: auto;
        transform: translateX(-100%);
        transition: all 0.6s;
    }

    .sidebar-header .menu-toggler svg path {
        stroke: var(--white);
    }

    .header-cta {
        margin-top: 30px;
    }

    .header-cta a.btn {
        width: 100%;
    }

    body.menu-open {
        overflow: hidden;
    }

    body.menu-open .sticky-btn {
        display: none;
    }

    .header-right .header-cta .btn {
        display: none;
    }

    .header-right .search_form {
        margin-left: 10px;
    }


    body.menu-open .header-menu {
        transform: translateX(0);
    }

    .main-menu .menu li a {
        color: var(--black);
    }

    .main-menu .menu li {
        display: block;
    }

    .main-menu .menu li a {
        font-size: 18px;
        line-height: normal;
    }

    .main-menu .menu .sub-menu li a {
        font-size: 16px;
        line-height: normal;
    }

    .main-menu .menu li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .main-menu .menu li .sub-menu {
        margin-top: 15px;
        margin-left: 15px;
        display: none;
    }

    .main-menu {
        padding: 40px 20px;
    }

    .sidebar .social-link a {
        height: 40px;
        width: 40px;
    }

    .contact-details ul li,
    .contact-details ul li a {
        color: var(--black);
        font-size: 14px !important;
    }

    .contact-details ul li a:hover {
        opacity: 1;
        color: var(--blak);
    }

    .contact-details ul li img {
        filter: brightness(0) invert(0);
        width: 20px;
        height: 20px;
    }

    .contact-details {
        margin: 30px 0;
    }

    .contact-details ul li:not(:last-child) {
        margin: 0 0 15px 0;
    }

    .social-link ul li a img,
    .social-link ul li a svg {
        width: 24px;
    }

    .menu-item-has-children .arrow {
        width: 25px;
        height: 25px;
        position: absolute;
        right: 0;
        top: 0;
        transform: unset;
        background-repeat: no-repeat;
        background-position: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .menu-item-has-children .arrow.active {
        transform: scale(-1);
    }

    .sidebar-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        padding: 20px;
        border-bottom: 1px solid var(--theme-color);
    }

    .main-menu {
        display: block;
    }

    .main-menu .menu li:not(:last-child) {
        margin-right: 0 !important;
    }

    .current-menu-item>a,
    .main-menu .menu li.current-menu-parent>a,
    .main-menu .menu li.current-menu-item>a {
        opacity: 0.9;
        background-color: transparent;
        color: var(--theme-color);
    }

    .site-header {
        padding: 0 0;
    }

    .top-bar {
        background-image: linear-gradient(240deg, var(--white) 25%, var(--blue) 25%);
        padding: 5px 0px;
        display: none;
    }

    .contact-details ul li,
    .contact-details ul li a {
        font-size: 15px !important;
    }

    .search_form input.search-field::placeholder {
        font-size: 16px;
    }

    .sticky-header .header-social {
        display: none;
    }

    .sticky-header .sidebar .header-social.mobile-social {
        margin-top: 24px;
        padding: 16px 0;
        border-top: 1px solid #C5C5C5;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 16px;
    }

    .header-social ul {
        margin: 0;
    }

    .header-social h3 {
        display: block;
        font-weight: 400;
        margin-bottom: 0;
        letter-spacing: -0.05em;
        text-transform: capitalize;
    }

    .header-social ul li img {
        height: 52px;
        width: 52px;
    }

    .site-footer .footer-col-1 {
        width: 100%;
        margin-bottom: 30px;
    }

    .site-footer .footer-col-3 {
        width: 30%;
    }

    .site-footer .footer-col-2 {
        width: 20%;
    }

    .site-footer .footer-col-4 {
        width: 45%;
    }


    .footer-logo {
        text-align: center;
        max-width: 350px;
        margin: 0 auto 20px;
    }

    .footer-col-1 .social-link ul {
        justify-content: center;
    }

    footer h3 {
        font-size: 16px;
    }

    .footer-copyright {
        padding: 15px 0;
    }
}

@media only screen and (max-width: 782px) {
    .admin-bar .header-menu {
        top: 46px;
    }
}

@media only screen and (max-width: 767px) {
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    section {
        margin: 40px 0;
    }

    .testimonial-sec {
        padding: 40px 0;
    }

    .mt-100 {
        margin-top: 40px;
    }

    .mb-100 {
        margin-bottom: 40px;
    }

    h1,
    .h1 {
        font-size: 30px;
        line-height: 40px;
    }

    h2,
    .h2 {
        font-size: 26px;
        line-height: 36px;
    }

    h3,
    .h3 {
        font-size: 20px;
        line-height: 30px;
    }

    h4,
    .h4 {
        font-size: 18px;
        line-height: 28px;
    }

    h5,
    .h5 {
        font-size: 16px;
        line-height: 26px;
    }

    h6,
    .h6 {
        font-size: 14px;
        line-height: 24px;
    }

    .input-field input,
    .input-field input {
        height: 60px;
    }

    .input-field textarea {
        height: 100;
    }

    .popup-box {
        padding: 40px 20px;
    }

    .btn-wraper {
        flex-direction: column;
        align-items: center;
    }

    .btn-wraper .btn:first-child {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .btn {
        padding: 12.5px 20px !important;
    }

    a.link-btn {
        font-size: 16px;
    }

    .top-bar {
        background-image: unset;
        background-color: var(--blue);
    }

    .error-404.not-found h1.page-title {
        font-size: 100px;
        line-height: 100px;
    }

    .sticky-btn a.btn {
        width: auto;
        font-size: 12px;
        padding: 8px 12px !important;
    }

    .site-footer .footer-top {
        padding: 30px 0;
    }

    .site-footer .column-row {
        flex-direction: column;
    }

    .footer-top .footer-col-1,
    .footer-top .footer-col-2,
    .footer-top .footer-col-3,
    .input-field {
        width: 100%;
    }

    .site-footer .footer-top .column-row>div:not(:last-child) {
        margin-bottom: 20px;
    }

    .footer-top h3 {
        margin-bottom: 20px;
        padding-bottom: 5px;
    }

    .site-footer .footer-col-3,
    .site-footer .footer-col-2,
    .site-footer .footer-col-4 {
        width: 100%;
        margin-bottom: 20px;
    }

    .footer-logo {
        text-align: left;
        margin-left: 0;
    }

    .footer-logo img {
        margin-left: 0;
    }

    .footer-col-1 .social-link ul {
        justify-content: flex-start;
    }

    .site-footer .footer-col-2 {
        width: 100%;
        margin-bottom: 20px;
    }

    .site-footer .footer-col-4 {
        width: 100%;
    }

    .site-footer .footer-row {
        padding: 30px 0;
    }

    .footer-contact-details ul li,
    .footer-contact-details ul li a,
    .footer-menu ul li a {
        font-size: 14px;
        line-height: normal;
    }

    .slick-arrow {
        width: 36px;
        height: 36px;
    }

    .slick-prev:before,
    .slick-next:before {
        width: 8px;
        height: 15px;
    }

    .slick-next:hover:after {
        left: 13px;
        width: 30px;
    }

    .slick-arrow.slick-next:hover {
        right: 20px !important;
        width: 60px;
    }

    .slick-arrow.slick-prev:hover {
        width: 60px !important;
    }

    .slick-prev:hover:after {
        width: 30px;
        right: 13px;
    }

    ul.page-numbers .page-numbers {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }

    .order-form-box .input-row .wpcf7-checkbox .wpcf7-list-item {
        width: 100%;
    }


    .ti-widget.ti-goog .ti-controls-line .dot {
        background: var(--blue) !important;
    }
    .thank-you-section {
        margin: 50px 0;
    }
}

@media only screen and (max-width: 600px) {
    .admin-bar .site-header.is-sticky {
        top: 0;
    }

    .admin-bar .is-sticky .header-menu {
        top: 0;
    }
}