/* Pestico HTML Template  */

/*** 

====================================================================
        Fonts
====================================================================

***/

/*** 

====================================================================
    Reset
====================================================================

***/

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
    line-height: inherit;
}

/*** 

====================================================================
    Global Settings
====================================================================

***/
:root {
    scroll-behavior: auto;
    --thm-font: "Inter", sans-serif;
    --heading-font: "Inter", sans-serif;
    --special-font: "reeyregular", sans-serif;
    --thm-color: #818181;
    --thm-color-rgb: 104, 104, 111;
    --thm-base: #EB191A;
    --thm-base-rgb: hsl(6, 79%, 53%);
    --thm-primary: #f7c35f;
    --thm-primary-gradient: linear-gradient(243.25deg, #A50B0A 25.98%, #700302 82.67%);
    --thm-primary-gradient-lite: linear-gradient(231.58deg, #EC1A1B 12.05%, #9D0504 87.05%);
    --thm-primary-rgb: rgb(247, 195, 95);
    --thm-secondary: #ed4b4b;
    --thm-secondary-rgb: rgb(237, 75, 75);
    --thm-special: #5366c2;
    --thm-special-rgb: rgb(83, 102, 194);
    --thm-black: #1C1C26;
    --thm-black-rgb: rgb(28, 28, 39);
    --thm-black2: #16161f;
    --thm-black2-rgb: rgb(22, 22, 31);
    --thm-black3: #002A67;
    --thm-gray: #E8E8E8;
    --thm-gray-2: #F5F5F5;
    --thm-gray-3: #f4f4f4;
    --thm-gray-4: #DEDEDE;
    --thm-gray-5: #F2F2F2;
    --thm-white-blur: #ffffff40;
    --thm-gray-rgb: rgb(242, 237, 233);
    --thm-border-color: #e7e1dc;
    --thm-border-color-rgb: rgb(231, 225, 220);
    --thm-text-dark: #A7ACB2;
    --thm-text-dark-rgb: rgb(162, 162, 177);
    --thm-primary-brown: #3D1D1D;
    --thm-primary-brown-gradient: linear-gradient(248.99deg, #2B0000 12.85%, #220B0B 71.4%);
    --thm-primary-blue: #1D6AE1;
    --thm-primary-dark-blue: #121735;

}

body {
    font-size: 16px;
    color: #1F2E58;
    line-height: 1.7em;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    background: rgb(255, 255, 255);
    font-family: "Poppins", sans-serif;
}

.page-wrapper {
    position: relative;
    width: 100%;
    min-width: 300px;
    z-index: 9;
    margin: 0px auto;
}

.page-wrapper.homepage,
.page-wrapper.aboutus,
.page-wrapper.servicespage,
.page-wrapper.contactus {
    overflow: hidden !important;
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none !important;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: normal;
    line-height: 1.25em;
    margin: 0px;
    background: none;
    color: #181614;
}

textarea {
    overflow: hidden;
}

button {
    outline: none !important;
    cursor: pointer;
}

.text {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #808080;
    margin: 0px 0px 15px;
}

::-webkit-input-placeholder {
    color: inherit;
}

::-moz-input-placeholder {
    color: inherit;
}

::-ms-input-placeholder {
    color: inherit;
}


.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: none;
    outline: none;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    background-color: inherit;
    border-color: inherit;
    color: inherit;
    border-radius: 0;
}

.bootstrap-select .dropdown-menu li a span.text {
    margin-bottom: 0;
}

.bootstrap-select .dropdown-menu li.active a span.text {
    color: #fff;
}

.bootstrap-select .dropdown-toggle .filter-option:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f107";
    position: absolute;
    right: 15px;
    top: 7px;
    display: block;
    line-height: 30px;
    font-size: 17px;
    text-align: center;
    z-index: 5;
    font-weight: 400;
    color: #fff;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    z-index: 9;
    /* overflow: hidden; */
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

@media screen and (min-width: 1200px) {
    .auto-container {
        max-width: 1300px;
    }
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

ul.icon_ul li {
    margin-bottom: 1rem;
    display: inline-flex;
}

ul.icon_ul li::before {
    content: "\f015";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    margin: 0;
    margin-right: 1rem;
}

ul.icon_ul.circle_check li {
    /* list-style-image: url('/assets/images/favicon.png'); */
    list-style: none;
    background-image: url("/assets/images/icons/white_circle_check.png");
    background-repeat: no-repeat;
    background-position: left 4px;
    background-size: 26px;
    padding: 0px 0px 20px 40px;
}

ul.icon_ul.circle_check li::before {
    content: none;
}

figure {
    margin-bottom: 0;
}

.theme-btn {
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pe-none {
    pointer-events: none !important;
}

.centered {
    text-align: center !important;
}

.gray-bg {
    background-color: #f4f4f4 !important;
}

.light-bg {
    background-color: #fff !important;
}

.text_white_lite {
    color: #FFFFFFD6;
}

.fw-normal {
    font-weight: normal !important;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.dropdown-toggle::after {
    display: none;
}

.fa {
    line-height: inherit;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/preloader.svg);
}

.preloader-close {
    position: fixed;
    z-index: 999999;
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
    right: 0;
    bottom: 0;
    font-weight: 600;
}

.loader-wrap {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

.loader-wrap .layer-one {
    position: absolute;
    left: 0%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}

.loader-wrap .layer-two {
    position: absolute;
    left: 33.3333%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}

.loader-wrap .layer-three {
    position: absolute;
    left: 66.6666%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}

.loader-wrap .layer .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--thm-primary-brown-gradient);
}

.owl-nav,
.owl-dots {
    display: none;
}

/* Btn style */

.theme-btn {
    display: inline-block;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-35 {
    margin-bottom: 35px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.border-20 {
    border-radius: 20px;
}

/*** 

====================================================================
    Scroll To Top style
====================================================================

***/

.scroll-to-top {
    position: fixed;
    right: 50px;
    bottom: 110px;
    width: 65px;
    height: 65px;
    font-size: 18px;
    line-height: 61px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    border-radius: 50%;
    margin-left: -26px;
    display: none;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.scroll-to-top.style-two {
    background-color: #2d3247;
}

.scroll-to-top:hover {
    color: #ffffff;
}

.apply_now_btn {
    /* width: 180px;
    height: 70px; */
    border-radius: 40px 0px 0px 40px;
    background: #EB191A;
    position: fixed;
    top: 63%;
    right: 0;
    transform: translateY(-50%);
    z-index: 99;
    color: #F9F9FB;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
}

.call_now_btn {
    position: absolute;
    top: 150px;
    right: 0;
    z-index: 99;
}

.call_now_btn .btn-style-one {
    border-radius: 32px 0 0 32px;
}

.call_now_btn .btn-style-one:hover {
    background-color: #4d4d4d;
}

.call_now_btn .btn-style-one:hover:before {
    background-color: #4d4d4d;
}

.call_now_btn .img_outer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.call_now_btn .text_outer .num {
    color: #F9F9FB;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}

.apply_now_btn .btn-style-one {
    border-radius: 32px 0 0 32px !important;
}

/*Btn Style One*/

.btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 24px;
    color: #fff;
    padding: 16px 35px;
    font-weight: 600;
    border-radius: 32px 0 32px 32px;
    overflow: hidden;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    vertical-align: middle;
    /* box-shadow: 0px 15px 40px 0px rgba(32, 171, 148, 0.2); */
    background: linear-gradient(234.37deg, #EB191A 12.59%, #920201 89.57%);
}

.btn-style-one:disabled,
.btn-style-one:disabled::before {
    background-color: #c6c6c6 !important;
}

.btn-style-one.long {
    width: 100%;
    padding: 16px 35px;
    border-radius: 32px 0 52px 32px;
}

.btn-style-one i {
    margin-right: 8px;
    display: inline-block;
    transform: rotate(135deg);
    position: relative;
    bottom: 1px;
}

.btn-style-one:hover {
    color: #fff;
    background-color: #2b2c2e;
}

.btn-style-one:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    content: "";
    /* background-color: #2b2c2e; */
    background: var(--thm-primary-gradient-lite);
    transition: .5s;
    border-radius: 32px 0 32px 32px;
}

.btn-style-one:hover:before {
    width: 100%;
}

.btn-style-one span {
    position: relative;
}

/* Bnt style Two */
.btn-style-one.style-two {
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 18px 35px;
    color: #061a3a;
    box-shadow: none;
}

.btn-style-one.style-two.small {
    padding: 12px 16px;
    font-size: 14px;
}

.btn-style-one.style-two:hover {
    color: #fff;
    /* box-shadow: 0px 15px 40px 0px rgba(32, 171, 148, 0.2); */
}

/* Bnt style Three */
.btn-style-one.style-three {
    background: #1F2E58;
    box-shadow: 0px 15px 40px 0px rgba(12, 21, 41, 0.1);
}

/* Bnt style Four */
.btn-style-one.style-four {
    background: transparent;
    border: 1px solid #e5e5e5;
    padding: 18px 35px;
    color: #e5e5e5;
    box-shadow: none;
}

.btn-style-one.style-four:before {
    background-color: #EB191A;
}

.btn-style-one.white {
    background: white;
    color: black;
}

.btn-style-one.white:hover {
    color: white;
}

.btn-style-one.hover-gold::before {
    /* background: linear-gradient(97.93deg, #E0BA5F 3.38%, #F5D77F 13.36%, #FFFFD7 33.34%, #F5D77F 43.33%, #B07515 53.32%, #F5D77F 63.3%, #FFFFD7 73.29%, #F5D77F 83.28%, #B07515 103.25%) !important; */

    background: linear-gradient(101.69deg, #E0BA5F -1.77%, #F5D77F 7.41%, #FFEFB7 25.79%, #F5D77F 32.2%, #E0AA4B 41.16%, #E3B151 46.6%, #F5D77F 53.82%, #FFEAA1 62.54%, #F5D77F 71.73%, #DE951E 90.11%) !important;
}

.btn-style-one.hover-gold:hover {
    color: black !important;
    border: 0 !important;
}

.btn-style-one.hover-gold:hover::before {
    /* background: linear-gradient(97.93deg, #E0BA5F 3.38%, #F5D77F 13.36%, #FFFFD7 33.34%, #F5D77F 43.33%, #B07515 53.32%, #F5D77F 63.3%, #FFFFD7 73.29%, #F5D77F 83.28%, #B07515 103.25%) !important;  */
    background: linear-gradient(101.69deg, #E0BA5F -1.77%, #F5D77F 7.41%, #FFEFB7 25.79%, #F5D77F 32.2%, #E0AA4B 41.16%, #E3B151 46.6%, #F5D77F 53.82%, #FFEAA1 62.54%, #F5D77F 71.73%, #DE951E 90.11%) !important;

}

.btn-style-one.white:hover::before {
    background: hsl(220, 3%, 17%);
}

.btn-style-one.transparent {
    background: #a90201;
    border: 1px solid white;
}

.btn-style-one.transparent:hover::before {
    background-color: transparent;
}

.btn-style-one.hover_gradient {
    background: white;
    border: 1px solid #CBBDBD;
    color: #582626;
}

.btn-style-one.hover_gradient:hover {
    color: white;
}

.btn-style-one.hover_gradient:hover::before {
    background: var(--thm-primary-gradient-lite);
}

.btn-style-one.small {
    padding: 10px 24px;
    font-size: 16px;
    color: white !important;
}

/* Header Style */

.main-header {
    position: relative;
    display: block;
    width: 100%;
    z-index: 9999;
    top: 0px;
    left: 0px;
    background: none;
    clear: both;
}

.main-header.header-style-one {
    position: absolute;
}

/* Header Top */
.header-top {
    position: relative;
    background-color: #1F2E58;
    padding: 6px 0;
    display: none;
}

.header-top .inner-container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.header-top .left-column {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.header-top .location {
    position: relative;
    font-size: 12px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
}

.header-top .location i {
    position: relative;
    margin-right: 10px;
    font-size: 21px;
    vertical-align: middle;
}

.header-top .search-btn {
    position: relative;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 22px;
    padding-right: 30px;
    margin-right: 30px;
    border-right: 1px solid #373e4e;
    background-color: transparent;
}

.header-top .search-btn button {
    background: transparent;
    color: rgba(255, 255, 255, 0.5);
}

.header-top .right-column {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.header-top ul.contact-info {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.header-top ul.contact-info li {
    margin-right: 25px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    padding-right: 30px;
    margin-right: 30px;
    border-right: 1px solid #373e4e;
}

.header-top ul.contact-info li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}

.header-top ul.contact-info a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
}

.header-top ul.contact-info li i {
    margin-right: 12px;
    font-size: 14px;
    vertical-align: middle;
}

/* Header Upper */

.main-header .header-upper {
    position: relative;
    background: var(--thm-primary-gradient);
}

.main-header .header-upper .inner-container {
    position: relative;
    min-height: 80px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.main-header .header-upper .logo-box {
    z-index: 10;
}

.main-header .header-upper .logo-box .logo {
    position: relative;
    display: block;
    padding: 0;
}

.main-header .header-upper .logo-box .logo a img {
    height: 60px;
}

.main-header .header-upper .right-column {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.main-header .header-upper .link-btn a {
    vertical-align: middle;
}

.main-header .nav-outer {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.navbar-right-info .mobile-nav-toggler {
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 44px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 20px;
    margin-left: 30px;
    cursor: pointer;
    border-radius: 50%;
}

.main-header .nav-outer .main-menu {
    position: relative;
}

.main-menu .inner-container {
    box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.12);
    margin-bottom: -25px;
    background: #fff;
}

.main-menu .navbar-collapse {
    padding: 0px;
    display: block !important;
}

.main-menu .navigation {
    height: 80px;
    position: relative;
    margin: 0px;
    margin-left: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.main-menu .navigation>li {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    padding: 10px;
    margin-right: 35px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li.current {
    background-color: #FFFFFF29;
    border-bottom: 4px solid white;
}

.main-menu .navigation>li.current a {
    color: white !important;
}

.main-menu .navigation>li:last-child {
    margin-right: 0px;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    text-transform: capitalize;
    color: #FFFFFFCC;
    padding: 4px 0;
    opacity: 1;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: "Poppins", sans-serif;
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: 0px;
    top: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 200px;
    z-index: 100;
    display: none;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    transition: .5s;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    padding: 0 20px;
}

.main-menu .navigation>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li:before {
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    width: 0%;
    height: 100%;
    display: block;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 14px 0px;
    border-bottom: 1px solid #def6ee;
    line-height: 24px;
    font-weight: 700;
    font-size: 15px;
    text-transform: capitalize;
    color: #2a2a2a;
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: "Poppins", sans-serif;
}

.main-menu .navigation>li>ul>li:last-child>a {
    border-bottom: 0px;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    position: absolute;
    content: "\f105";
    right: 0;
    top: 11px;
    display: block;
    line-height: 24px;
    font-size: 17px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 200px;
    z-index: 100;
    display: none;
    background-color: #fff;
    transition: .5s;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

.main-menu .navigation>li>ul>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    padding: 0 20px;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 0%;
    height: 100%;
    display: block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 14px 0;
    line-height: 24px;
    font-weight: 700;
    border-bottom: 1px solid #e9e5df;
    font-size: 15px;
    text-transform: capitalize;
    color: #2a2a2a;
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: "Poppins", sans-serif;
}

.main-menu .navigation>li>ul>li>ul>li:last-child>a {
    border-bottom: 0;
}

.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f105";
    position: absolute;
    right: 30px;
    top: 12px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    z-index: 5;
}

.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 34px;
    height: 30px;
    border: 1px solid #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
    display: none;
}

.section_top_bg {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: top;
}

@media screen and (max-width: 1200px) {
    .main-header .header-upper .inner-container a.theme-btn {
        display: none;
    }
}

/* MAIN HEADER LOGIN HOVER BOX */
.login_link_box {
    width: 100%;
    height: auto;
    position: absolute;
    top: 5rem;
    background-color: white;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-radius: 16px;
    /*  */
    opacity: 0;
    visibility: hidden;
    transform: translateX(-90%) translateY(20%);
    transition: all 0.5s;
}

.header_login_btn:hover .login_link_box {
    opacity: 1;
    visibility: visible;
    transform: translateX(-90%) translateY(0%);
}

.login_link_box .top_arrow {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: -10px;
    right: 50px;
    transform: rotate(45deg);
    background: #480A0A;
    transition: all 0.5s;
}


.login_link_box a.employee {
    border-radius: 16px 0 0 16px;
}

.login_link_box a.customer {
    border-radius: 0 16px 16px 0;
}

.login_link_box a.customer:hover+.top_arrow {
    background: #A50B0A;
}

.login_link_box a {
    display: flex;
    align-items: self-start;
    justify-content: space-between;
    padding: 60px 40px;
    width: 100%;
    height: auto;
    min-height: 250px;
    background-color: #480A0A;
    transition: all 0.5s;
}

.login_link_box a:hover {
    background-color: #A50B0A;
}

.login_link_box a img {
    padding: 0 20px;
    width: 80px;

}

.login_link_box a .heading {
    display: block;
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
}

.login_link_box a .desc {
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.pointer-events-none {
    pointer-events: none !important;
}

/*** 

====================================================================
    Search Popup
====================================================================

***/

.search-popup {
    position: fixed;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    overflow: auto;
    background: rgba(0, 0, 0, 0.90);
    -webkit-transform: translateY(101%);
    -ms-transform: translateY(101%);
    transform: translateY(101%);
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
}

.search-popup.popup-visible {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    visibility: visible;
    opacity: 1;
}

.search-popup .overlay-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
}

.search-popup .close-search {
    position: absolute;
    right: 25px;
    top: 25px;
    font-size: 22px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
}

.search-popup .close-search:hover {
    opacity: 0.70;
}

.search-popup .search-form {
    position: relative;
    padding: 0px 15px 0px;
    max-width: 1024px;
    margin: 0 auto;
    margin-top: 150px;
    margin-bottom: 100px;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.search-popup .search-form fieldset {
    position: relative;
    border: 7px solid rgba(255, 255, 255, 0.50);
    border-radius: 12px;
}

.search-popup .search-form fieldset input[type="search"] {
    position: relative;
    height: 70px;
    padding: 20px 220px 20px 30px;
    background: #ffffff;
    line-height: 30px;
    font-size: 24px;
    color: #233145;
    border-radius: 7px;
}

.search-popup .search-form fieldset input[type="submit"] {
    position: absolute;
    display: block;
    right: 0px;
    top: 0px;
    text-align: center;
    width: 220px;
    height: 70px;
    padding: 20px 10px 20px 10px;
    color: #ffffff !important;
    line-height: 30px;
    font-size: 20px;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 0px 7px 7px 0px;
}

.search-popup h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-align: center;
    display: none;
}

.search-popup .recent-searches {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    display: none;
}

.search-popup .recent-searches li {
    display: inline-block;
    margin: 0px 10px 10px 0px;
}

.search-popup .recent-searches li a {
    display: block;
    line-height: 24px;
    border: 1px solid #ffffff;
    padding: 7px 15px;
    color: #ffffff;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.search-popup .search-form fieldset input[type="search"]:focus {
    border-color: #ddd;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*** 

====================================================================
                Sticky Header
====================================================================

***/

.sticky-header {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: -1;
    background: #ffffff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -webkit-transition: top 300ms ease;
    -o-transition: top 300ms ease;
    transition: top 300ms ease;
}

.fixed-header .sticky-header {
    opacity: 1;
    z-index: 99901;
    visibility: visible;
}

.header-style-two .sticky-header .main-menu .navigation>li.current>a,
.header-style-two .sticky-header .main-menu .navigation>li>a {
    color: #fff;
}

/*** 

====================================================================
            Mobile Menu
====================================================================

***/

.nav-outer .mobile-nav-toggler {
    position: relative;
    width: 26px;
    height: 50px;
    line-height: 44px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 20px;
    cursor: pointer;
    border-radius: 50%;
    float: right;
    margin: 13px 0;
    display: none;
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

.mobile-menu .mCSB_scrollTools {
    right: -6px;
}

.mobile-menu .mCSB_inside>.mCSB_container {
    margin-right: 5px;
}

.mobile-menu .navbar-collapse {
    display: block !important;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 30px 25px;
    text-align: left;
    margin-top: 25px;
}

@media screen and (max-width: 441px) {
    .mobile-menu .nav-logo {
        width: 200px;
        padding: 10px;
    }

}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    background-color: #000;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 0.30;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    /* background: #202020; */
    background: linear-gradient(248.99deg, #2B0000 12.85%, #220B0B 71.4%);
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .close-btn {
    position: absolute;
    right: 20px;
    top: 15px;
    line-height: 30px;
    width: 24px;
    text-align: center;
    font-size: 30px;
    color: #ffffff;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li ul li>a {
    font-size: 15px;
    margin-left: 20px;
    text-transform: capitalize;
}

.mobile-menu .navigation li>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li.current>a:before {
    height: 100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.10);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: none;
}

.mobile-menu .social-links {
    position: relative;
    text-align: center;
    padding: 30px 25px;
}

.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 10px 10px;
}

.mobile-menu .social-links li a {
    position: relative;
    line-height: 32px;
    font-size: 16px;
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}


.nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 99999;
    width: 100%;
    display: none;
    background: rgba(20, 20, 20, 0.70);
    overflow: hidden;
    cursor: none;
}

/* Cursor Style */

.cursor {
    position: absolute;
    background-color: #fff;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    z-index: 1;
    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -o-transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    visibility: hidden;
}

.cursor {
    visibility: visible;
}

.cursor.active {
    opacity: 0.5;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.cursor.hovered {
    opacity: 0.08;
}

.cursor-follower {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.3);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    z-index: 1;
    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -o-transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    visibility: hidden;
}

.cursor-follower {
    visibility: visible;
}

.cursor-follower.active {
    opacity: 0.7;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.cursor-follower.hovered {
    opacity: 0.08;
}

.cursor-follower.close-cursor:before {
    position: absolute;
    content: '';
    height: 25px;
    width: 2px;
    background: #fff;
    left: 48%;
    top: 12px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: inline-block;
}

.cursor-follower.close-cursor:after {
    position: absolute;
    content: '';
    height: 25px;
    width: 2px;
    background: #fff;
    right: 48%;
    top: 12px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*** 

====================================================================
        Banner Section
====================================================================

***/

.banner-section {
    position: relative;
}

.three-item-carousel,
.banner-slider {
    position: relative;
    height: 100% !important;
    z-index: 9;
}

.banner-section .sec-bg {
    position: absolute;
    left: 0;
    top: 70px;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.banner-section .swiper-slide {
    position: relative;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banner-section .content-outer {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    display: table;
    vertical-align: middle;
}

.banner-section .content-box {
    position: relative;
    padding: 150px 15px 0;
    min-height: 950px;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.banner-section .content-box .inner {
    position: relative;
    opacity: 0;
    -webkit-transition: all 1300ms ease;
    -o-transition: all 1300ms ease;
    transition: all 1300ms ease;
}

.banner-section .swiper-slide-active .content-box .inner {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.banner-section .content-box h1 {
    position: relative;
    font-size: 80px;
    line-height: 90px;
    color: #1F2E58;
    text-transform: capitalize;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1300ms ease;
    -o-transition: all 1300ms ease;
    transition: all 1300ms ease;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    margin-bottom: 35px;
    letter-spacing: -1px;
    font-family: "Poppins", sans-serif;
}

.banner-section .swiper-slide-active .content-box h1 {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    transition-delay: 800ms;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.banner-section .content-box h4 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
}

.banner-section .swiper-slide-active h4 {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.banner-section .content-box .text {
    position: relative;
    font-size: 22px;
    font-weight: 500;
    line-height: 34px;
    color: #1F2E58;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1300ms ease;
    -o-transition: all 1300ms ease;
    transition: all 1300ms ease;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    margin-bottom: 30px;
}

.banner-section .swiper-slide-active .text {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 1600ms;
    -o-transition-delay: 1600ms;
    transition-delay: 1600ms;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.banner-section .link-box {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transition-delay: 2000ms;
    -o-transition-delay: 2000ms;
    transition-delay: 2000ms;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    margin: 0 -10px;
}

.banner-section .swiper-slide-active .link-box {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.banner-section .link-box a {
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    margin: 0 10px 10px;
}

.banner-section .content-box .image-wrapper {
    position: relative;
    opacity: 0;
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    -webkit-transition: all 1300ms ease;
    -o-transition: all 1300ms ease;
    transition: all 1300ms ease;
}

.banner-section .content-box .image .bg {
    position: absolute;
    bottom: 0px;
    left: -41px;
    border-radius: 50%;
    width: 500px;
    height: 500px;
}

.banner-section .content-box .image img {
    position: relative;
}

.banner-section .shape-two {
    position: absolute;
    bottom: 211px;
    left: -88px;
}

.banner-section .shape-three {
    position: absolute;
    right: 10px;
    top: 80px;
}

.banner-section .swiper-slide-active .content-box .image-wrapper {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.banner-section .content-box .image {
    position: relative;
    margin-top: -60px;
}

.banner-section .banner-slider-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.banner-section .banner-slider-button-next {
    position: relative;
    width: 75px;
    height: 75px;
    line-height: 71px;
    text-align: center;
    cursor: pointer;
    z-index: 9;
    margin-right: 50px;
    font-size: 25px;
    transition: .5s;
    transform: rotate(180deg);
    border-radius: 50%;
}

.banner-section .banner-slider-button-next:hover {
    color: #fff;
}

.banner-section .banner-slider-button-prev {
    position: relative;
    width: 75px;
    height: 75px;
    line-height: 71px;
    text-align: center;
    cursor: pointer;
    z-index: 9;
    margin-left: 50px;
    font-size: 25px;
    transition: .5s;
    border-radius: 50%;
}

.banner-section .banner-slider-button-prev:hover {
    color: #fff;
}


/* Banner section two */

.banner-section-two {
    position: relative;
}


.banner-section-two .content-outer {
    background: url("/assets/images/background/cross_lines.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-section-two .sec-bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-color: #E1A8A81F;
}

.banner-section-two .content-outer {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    display: table;
    vertical-align: middle;
}

.banner-section-two .content-box {
    position: relative;
    padding: 100px 15px 0;
    min-height: 750px;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.banner-section-two .content-box .inner {
    position: relative;
}

.banner-section-two .content-box h1 {
    position: relative;
    font-size: clamp(22px, 4vw, 60px);
    line-height: 60px;
    text-transform: capitalize;
    margin-bottom: 35px;
    letter-spacing: -1px;
    font-family: "Playfair Display", sans-serif;
    font-weight: 500;
}


.banner-section-two .content-box .text {
    position: relative;
    font-size: 22px;
    font-weight: 500;
    color: var(--thm-primary-brown);
}


.banner-section-two .content-box .image-wrapper {
    position: relative;
}

.banner-section-two .content-box .image .bg {
    position: absolute;
    bottom: 0px;
    left: -41px;
    border-radius: 50%;
    width: 500px;
    height: 500px;
}

.banner-section-two .content-box .image img {
    position: relative;
}

.banner-section-two .shape-two {
    position: absolute;
    bottom: 211px;
    left: -88px;
}

.banner-section-two .shape-three {
    position: absolute;
    right: 10px;
    top: 80px;
}

.banner-section-two .content-box .image {
    position: relative;
    margin-top: -60px;
}

.banner-section-two .contact-number {
    position: absolute;
    right: -60px;
    bottom: 100px;
    box-shadow: 0px 40px 60px 0px rgba(37, 59, 112, 0.1);
    border-radius: 30px;
    padding: 22px 30px;
    text-align: start;
    background: #fff;
}

.banner-section-two .contact-number h5 {
    position: relative;
    width: 100%;
    color: #786A6A;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

.banner-section-two .contact-number .number {
    font-size: 35px;
    font-weight: 700;
}

.banner-section-two .contact-number .number .red_text {
    font-size: 20px;
}

.banner-section-two .video-box {
    position: absolute;
    left: -68px;
    bottom: 0;
    box-shadow: 0px 40px 60px 0px rgba(37, 59, 112, 0.1);
    border-radius: 30px;
    text-align: center;
    background: #fff;
    width: 180px;
    height: 150px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    padding: 25px 0;
}

.banner-section-two .video-box a {
    /* position: relative;
    width: 87px;
    height: 87px;
    border: 8px solid #d8f2e9;
    border-radius: 50%;
    display: inline-block;
    padding-left: 9px; */
    line-height: 80px;
    font-size: 30px;
    font-weight: 600;
}

/* .banner-section-two .video-box a:before {
    position: absolute;
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
    content: '';
    border: 5px solid #d8f2e9;
    border-radius: 50%;
    transition: .7s;
    transition-delay: .2s;
}

.banner-section-two .video-box a:hover:before {
    transform: scale(1.5);
    opacity: 0;
} */

.banner-section-two .video-box h5 {
    width: 100%;
    color: #786A6A;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

.banner-section-two .shape-one {
    position: absolute;
    width: 250px;
    height: 250px;
    border: 65px solid #E1A8A81F;
    border-radius: 50%;
    left: 50px;
    top: 145px;
    -webkit-animation: linear infinite alternate;
    -webkit-animation-name: animationFramesOne;
    -webkit-animation-duration: 25s;
    -ms-animation: linear infinite alternate;
    -ms-animation-name: animationFramesOne;
    -ms-animation-duration: 25s;
    -moz-animation: linear infinite alternate;
    -moz-animation-name: animationFramesOne;
    -moz-animation-duration: 25s;
}

.banner-section-two .shape-round-lg {
    width: 800px;
    height: 800px;
    border-radius: 643px;
    background: #E1A8A81F;
    z-index: 0;
    display: block;
    position: absolute;
    left: 60%;
    top: 0;
    transform: translate(-50%, -50%);
}

/*Post Share Icon*/
.post-share-icon {
    font-size: 14px;
    color: #999999;
    position: relative;
    transition: .5s;
    cursor: pointer;
}

.post-share-icon ul.social-links {
    position: absolute;
    top: 0;
    right: 100%;
    display: flex;
    opacity: 0;
    transition: .5s;
    visibility: hidden;
}

.post-share-icon ul.social-links li {
    margin-right: 15px;
}

.post-share-icon ul.social-links li a {
    color: #999;
    transition: .5s;
}

.post-share-icon:hover ul.social-links {
    opacity: 1;
    visibility: visible;
}

/* Sec Title */
.sec-title {
    position: relative;
    margin-bottom: 50px;
}

.sub-title.capitalize {
    text-transform: capitalize !important;
}

.sec-title .sub-title {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    display: inline-block;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
}

.sec-title .sub-title-lite {
    color: #3B2020;
    font-family: "Poppins", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 41px;
}

.sec-title h2 {
    position: relative;
    font-size: 52px;
    line-height: 65px;
    font-family: "Playfair Display", sans-serif;
    color: var(--thm-base);
    text-transform: capitalize;
}

.sec-title .text {
    position: relative;
    margin-top: 14px;
    margin-bottom: 0;
    color: #2F2020;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: center;

}

.sec-title.light h2 {
    color: #ffffff;
}

/* Search Services */

.search-services {
    position: relative;
    padding: 90px 0 120px;
}

.search-services-form {
    position: relative;
}

@media only screen and (min-width:992px) {
    .search-services-form .form-group {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.search-services-form .bootstrap-select .dropdown-menu {
    padding: 0;
}

.search-services-form .dropdown-item.active,
.search-services-form .dropdown-item:active {
    color: #fff;
}

.search-services-form .bootstrap-select .dropdown-menu li a.active span.text {
    color: #fff;
}

.search-services-form .dropdown-item {
    color: #222;
}

.search-services-form .bootstrap-select .dropdown-menu li a span.text {
    color: #222;
    font-size: 16px;
}

.search-services-form .dropup .dropdown-toggle::after {
    display: none;
}

.search-services-form .form-group {
    margin-bottom: 30px;
}

.search-services-form .form-group input {
    width: 100%;
    height: 64px;
    padding: 0 30px;
    border-radius: 32px;
    background-color: #fff;
    border: 1px solid #edf3f3;
    box-shadow: 0px 30px 50px 0px rgba(0, 0, 0, 0.08);
}

.search-services-form .bootstrap-select>.dropdown-toggle {
    width: 100%;
    padding: 17.5px 25px;
    font-size: 18px;
    border-radius: 32px;
    background-color: #fff;
    border: 1px solid #edf3f3;
    box-shadow: 0px 30px 50px 0px rgba(0, 0, 0, 0.08);
}

.search-services-form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.search-services-form .bootstrap-select .dropdown-toggle .filter-option:after {
    top: 4px;
}

/* About Us section */

.about-us-section {
    position: relative;
    padding: 120px 0 120px;
}

.about-us-section .image-wrapper {
    position: relative;
    margin-bottom: 30px;
    padding-left: 100px;
    padding-bottom: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-us-section .image-wrapper .shape-one {
    position: absolute;
    top: -40px;
    left: 45px;
}

.about-us-section .image-wrapper .shape-two {
    position: absolute;
    right: 10px;
    bottom: 39px;
}

.about-us-section .image {
    position: relative;
    overflow: hidden;
}

.about-us-section .image img {
    border-radius: 30px;
}

.about-us-section .image:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 10;
}

.about-us-section .image:hover:before {
    -webkit-animation: circle .95s;
    animation: circle .95s;
}

@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}


.about-us-section .years-of-experience {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 230px;
    height: 240px;
    padding: 35px 0;
    z-index: 99;
    box-shadow: 0px 40px 60px 0px rgba(37, 59, 112, 0.1);
    border-radius: 30px;
    text-align: center;
    background: #fff;
    width: 200px;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.about-us-section .years-of-experience:before {
    position: absolute;
    content: '';
    top: -21px;
    left: -77px;
    background-image: url(../images/shape/shape-4.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 328px;
    height: 332px;

}

.about-us-section .years-of-experience h4 {
    position: relative;
    font-size: 70px;
    line-height: 10px;
    font-weight: 700;
    margin-bottom: 10px;
}

.about-us-section .years-of-experience h4 span {
    color: #EB191A;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.about-us-section .years-of-experience .text {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #222;
}

.about-us-section .content-block .text {
    position: relative;
    margin-bottom: 30px;
}

.about-us-section .list {
    position: relative;
    margin-bottom: 30px;
}

.about-us-section .list li {
    position: relative;
    margin-bottom: 6px;
    font-size: 16px;
    padding-left: 30px;
    color: #848484;
}

.about-us-section .list li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 8px;
    background-image: url(../images/icons/icon-1.png);
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
}

/* Services Section */

.services-section {
    position: relative;
    padding: 100px 0 100px;
    background: var(--thm-primary-gradient);
}

.service-block-one .inner-box {
    max-width: 300px;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
    margin-bottom: 30px;
    border-radius: 20px;
    text-align: center;
    padding: 50px 30px;
    transition: .5s;
}

.service-block-one .inner-box:hover {
    box-shadow: 0px 0px 60px 0px rgba(37, 59, 112, 0.1);
}

.service-block-one .icon {
    position: relative;
    width: 110px;
    height: 110px;
    line-height: 110px;
    text-align: center;
    margin: 0 auto;
    background-color: #e8f9f3;
    font-size: 50px;
    border-radius: 50%;
    margin-bottom: 20px;
    transition: .5s;
}

.service-block-one .inner-box:hover .icon {
    color: #fff;
}

.service-block-one .icon span {
    position: relative;
}

.service-block-one .inner-box:hover .icon {
    transform: rotate(180deg);
}

.service-block-one .icon:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    transition: .9s;
    transform: scale(0.5);
    opacity: 0;
}

.service-block-one .inner-box:hover .icon:before {
    transform: scale(1);
    opacity: 1;
}

.flaticon-termite {
    font-size: 120%;
    left: 14px;
    position: relative;
}

.service-block-one h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

.service-block-one h3 a {
    color: #061a3a;
    transition: .5s;
}

.service-block-one .text {
    position: relative;
    margin-bottom: 20px;
}

.service-block-one img {
    margin: 0;
    margin-bottom: 1rem;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    border: 4px solid #fff;
    transition: .9s;
    object-fit: cover;
}

.service-block-one .inner-box:hover img {
    box-shadow: 0 0 0 4px #EB191A;
}

.services-section .wrapper-box {
    position: relative;
}

.services-section .shape-one {
    position: absolute;
    top: -50px;
    left: -50px;
}

.services-section .shape-two {
    position: absolute;
    right: -49px;
    bottom: 79px;
}

.services-section .shape-three {
    position: absolute;
    bottom: -15px;
    left: -50px;
}

.services-section .shape-four {
    position: absolute;
    right: -49px;
    top: -53px;
}

/* Video Section */

.video-section {
    position: relative;
}

.video-section .video-box {
    max-width: 970px;
    margin: 0 auto;
    height: 500px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
}

.video-section .video-btn {
    position: relative;
}

.video-section .video-btn span {
    position: relative;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    border-radius: 50%;
}

.video-section .video-btn a {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 30px;
    display: inline-block;
    position: relative;
}

.video-section .video-btn .ripple:before {
    position: absolute;
    left: -20px;
    top: -20px;
    right: -20px;
    bottom: -20px;
    content: '';
    background-color: rgb(33 197 142 / 0.50);
    border-radius: 50%;
}

.video-section .video-btn .ripple:after {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.video-section .video-btn .ripple:after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}

@-webkit-keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
        box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
        box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
    }
}

@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
        box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
        box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
    }
}

/* Whychoose us section */

.whychoose-us-section {
    position: relative;
    padding: 150px 0 120px;
}

.whychoose-us-section .icon-box {
    position: relative;
    box-shadow: 0px 30px 60px 0px rgba(37, 59, 112, 0.1);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 40px;
    padding-bottom: 17px;
    margin-bottom: 30px;
    border-radius: 20px;
}

.whychoose-us-section .icon-box .icon {
    position: relative;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: #e8f9f3;
    font-size: 40px;
    border-radius: 50%;
    margin-bottom: 20px;
    transition: .5s;
    margin-right: 20px;
}

.whychoose-us-section .icon-box:hover .icon {
    color: #fff;
}

.whychoose-us-section .icon-box .icon span {
    position: relative;
}

.whychoose-us-section .icon-box .icon:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    transition: .9s;
    transform: scale(0.5);
    opacity: 0;
}

.whychoose-us-section .icon-box:hover .icon:before {
    transform: scale(1);
    opacity: 1;
}

.whychoose-us-section .icon-box .content {
    position: relative;
}

@media only screen and (min-width:575px) {
    .whychoose-us-section .icon-box .content {
        width: calc(100% - 100px);
    }
}

.whychoose-us-section .icon-box h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.whychoose-us-section .icon-box h4 a {
    color: #061a3a;
    transition: .5s;
}

.whychoose-us-section .icon-box .text {
    position: relative;
    margin-bottom: 20px;
}

.whychoose-us-section .shape-one {
    position: absolute;
    top: 0;
    left: 102px;
}

.whychoose-us-section .shape-two {
    position: absolute;
    right: -25px;
    bottom: 15px;
}

.whychoose-us-section .image-wrapper {
    position: relative;
    padding-left: 140px;
    padding-bottom: 50px;
    padding-top: 50px;
}

.whychoose-us-section .image {
    position: relative;
}

.whychoose-us-section .image img {
    border-radius: 30px;
}

.whychoose-us-section .author-info {
    position: absolute;
    left: 10px;
    bottom: 255px;
    box-shadow: 0px 40px 60px 0px rgba(37, 59, 112, 0.1);
    border-radius: 30px;
    padding: 40px 20px;
    text-align: center;
    background: #fff;
    max-width: 230px;
    width: 100%;
}

.whychoose-us-section .author-info .author {
    position: relative;
    margin-bottom: 20px;
}

.whychoose-us-section .author-info h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}

.whychoose-us-section .author-info .theme-btn {
    position: relative;
    padding: 8px 35px;
}

.whychoose-us-section .phone {
    position: absolute;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    border-radius: 30px;
    left: 270px;
    bottom: 0;
    transition: .5s;
    display: inline-block;
}

.whychoose-us-section .phone:hover {
    border-radius: 50%;
}

.whychoose-us-section .phone .hover-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: .5s;
}

.whychoose-us-section .phone .hover-image:hover {
    transform: scale(1.5);
    opacity: 0;
}

.whychoose-us-section .email {
    position: absolute;
    background: #e7b232;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    border-radius: 30px;
    right: -40px;
    bottom: 200px;
    transition: .5s;
    display: inline-block;
}

.whychoose-us-section .email:hover {
    border-radius: 50%;
}

.whychoose-us-section .email .hover-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: .5s;
}

.whychoose-us-section .email .hover-image:hover {
    transform: scale(1.5);
    opacity: 0;
}

/* Testimonials Section */

.testimonials-section {
    position: relative;
    padding: 60px 0 60px;
    background-color: #F8FAFF;
}

.testimonials-section .slider-title,
.service-details .slider-title,
.faq-section .slider-title {
    color: #20242F !important;
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 41px;
    text-transform: capitalize;
}

.testimonial-block .inner-box {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}

.testimonial-block .image {
    position: relative;
    margin-bottom: 25px;
}

.testimonial-block .image img {
    border-radius: 50%;
    width: auto;
    margin: 0 auto;
}

.testimonial-block .rating {
    position: relative;
    color: #ffab01;
    margin-bottom: 25px;
}

.testimonial-block .rating span {
    margin-right: 5px;
}

.testimonial-block .text {
    position: relative;
    height: auto;
    min-height: 150px;
    font-size: 18px;
    line-height: 34px;
    margin: 0 auto;
    margin-bottom: 20px;
    max-width: 930px;
}

.testimonial-block .text.min-h-120 {
    min-height: 120px;
}

.testimonial-block .author-info {
    position: relative;
}

.testimonial-block .author-info h4 {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}

.testimonial-block .author-info .designation {
    position: relative;
    font-size: 16px;
}

.testimonials-section .owl-dots {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 30px 0;
}

.testimonials-section .owl-dots .owl-dot {
    position: relative;
    margin: 0px 13px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #1F2E58;
    display: inline-block;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.testimonials-section .owl-dots .owl-dot:before {
    position: absolute;
    content: '';
    left: -14px;
    top: -14px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #1F2E58;
    opacity: 0;
    transition: .5s;
}

.testimonials-section .owl-dots .owl-dot.active:before {
    opacity: 1;
}

.testimonials-section .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    display: block;
}

.testimonials-section .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: -80px;
    top: 5px;
    width: 50px;
    height: 50px;
    background: #E3EBFE;
    border-radius: 50%;
    border: none;
    text-align: center;
    color: rgba(0, 0, 0, 0);
    font-size: 0px;
    opacity: 1;
    margin-top: -15px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonials-section .owl-theme .owl-nav .owl-prev:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f104";
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 30px;
    line-height: 30px;
    color: #1F2E58;
    font-size: 30px;
    -webkit-transform: translate(-20%, 40%);
    -ms-transform: translate(-20%, 40%);
    transform: translate(-20%, 40%);
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonials-section .owl-theme .owl-nav .owl-prev:hover:after {
    left: 0;
    margin-left: 0;
}

.testimonials-section .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: -80px;
    top: 5px;
    width: 50px;
    height: 50px;
    background: #E3EBFE;
    border-radius: 50%;
    border: none;
    text-align: center;
    font-size: 0px;
    opacity: 1;
    margin-top: -15px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonials-section .owl-theme .owl-nav .owl-next:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f105";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 30px;
    line-height: 30px;
    color: #1F2E58;
    font-size: 30px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonials-section .owl-theme .owl-nav .owl-next:hover:after {
    right: 0;
    margin-right: 0;
}

.testimonials-section .owl-theme .owl-nav .owl-prev:hover:after,
.testimonials-section .owl-theme .owl-nav .owl-next:hover:after {
    opacity: 1;
}

/* Funfacts section */

.funfacts-section {
    position: relative;
    padding: 120px 0 90px;
    background-size: cover;
}

.funfacts-section:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0.8;
}

.funfact-block-one .inner {
    position: relative;
    background-color: #fff;
    border-radius: 20px;
    text-align: center;
    margin-bottom: 30px;
    padding: 31px 0;
}

.funfact-block-one .count-box {
    position: relative;
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 50px;
}

.funfact-block-one .text {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    color: #1F2E58;
}

/* Blog Section */

.blog-section {
    position: relative;
    padding: 150px 0 120px;
}

.news-block-one .inner-box {
    position: relative;
    margin-bottom: 30px;
    display: inline-block;
}

.news-block-one .image {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 20px;
}

.news-block-one .image img {
    border-radius: 20px;
    transition: .7s;
}

.news-block-one .inner-box:hover .image img {
    transform: scale(1.1);
}

.news-block-one .category {
    position: relative;
    font-size: 14px;
    padding: 1.5px 23px;
    background-color: #f0f1f2;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 20px;
    color: #808080;
    text-transform: uppercase;
    border-radius: 15px;
}

.news-block-one h4 {
    font-size: 24px;
    font-weight: 700;
    color: #1F2E58;
    margin-bottom: 20px;
}

.news-block-one h4 a {
    color: #1F2E58;
    transition: .5s;
}

.news-block-one .post-meta {
    position: relative;
    color: #808080;
    font-size: 16px;
    margin-bottom: 20px;
}

.news-block-one .post-meta a {
    color: #808080;
}

.news-block-one .post-meta a span {
    color: #061a3a;
}

.news-block-one .text {
    margin-bottom: 25px;
}

.news-block-one.style-two h4 {
    font-size: 30px;
}

.news-block-one.style-two .inner-box {
    padding-bottom: 70px;
    margin-bottom: 70px;
    border-bottom: 1px solid #e5e5e5;
}

/* list style */
.news-block-one.list-style .inner-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 40px;
    margin-bottom: 70px;
    border-bottom: 1px solid #e5e5e5;
}

.news-block-one.list-style .lower-content {
    width: calc(100% - 340px);
    margin-bottom: 30px;
}

.news-block-one.list-style .image {
    margin-right: 50px;
}

.news-block-one.list-style h4 {
    margin-bottom: 10px;
}

.news-block-one.list-style .post-meta {
    margin-bottom: 10px;
}

.news-block-one.list-style .text {
    margin-bottom: 17px;
}

/* Newsletter section */

.newsletter-section {
    position: relative;
    padding: 60px 0 60px;
    background: var(--thm-primary-gradient);
}

.newsletter-section.white_section {
    background: #fff;
}

.newsletter-section.white_section h2 {
    color: var(--thm-base);
}

.newsletter-section.white_section .newsletter-form input#subscription-mobile {
    border: 1px solid #5C575778;
    color: #3E3E3EA8;
}

/* @media screen and (min-width: 1023px) {
    .newsletter-section.pt-lg-200 {
        padding-top: 200px;
    }
} */

.newsletter-section .sec-bg {
    position: absolute;
    top: -45px;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
}

.newsletter-section .shape-three {
    position: absolute;
    top: -200px;
    width: 100%;
    left: 0;
    right: 0;
    z-index: -1;
}

.newsletter-section h2 {
    position: relative;
    font-size: 40px;
    line-height: 50px;
    font-family: "Playfair Display", sans-serif;
    font-weight: 700;
    color: white;
}

.newsletter-section .newsletter-form {
    position: relative;
}

.newsletter-section .newsletter-form .form-group {
    margin-bottom: 0;
}

.newsletter-section .newsletter-form input#subscription-mobile {
    position: relative;
    width: calc(100% - 162px);
    height: 60px;
    padding: 0 30px;
    border-radius: 30px 0 0 30px;
    vertical-align: middle;
    margin-right: -3px;
    border: 1px solid #FFFFFF59;
    background: transparent;
    color: #FFFFFFA8;
}

.newsletter-section .newsletter-form .theme-btn {
    border-radius: 32px 0 32px 32px;
    padding: 18px 26px;
    position: absolute;
    right: 50px;
    width: 180px;
}

@media screen and (max-width: 575px) {
    .newsletter-section .newsletter-form .theme-btn {
        position: relative;
        right: unset;
        margin: 0 auto;
        display: block;
    }
}

.newsletter-section .newsletter-form .theme-btn:before {
    border-radius: 0 0 30px 0;
}

.newsletter-section .shape-one {
    position: absolute;
    top: 130px;
    left: 8%;
}

.newsletter-section .shape-two {
    position: absolute;
    right: 7%;
    bottom: 130px;
}

/* Main footer */

.main-footer {
    position: relative;
    padding: 100px 0 0;
    background: var(--thm-primary-dark-blue);
}

.main-footer hr {
    background-color: white;
    opacity: .4;
}

.main-footer .row .col-lg-3:first-child .widget-content .list a {
    color: #fff;
}

.main-footer .row .col-lg-3:first-child .widget-content .list a:hover {
    color: #EB191A;
}

.widget {
    margin-bottom: 50px;
}

.widget .v-line {
    position: absolute;
    top: 0;
    width: 2px;
    height: calc(100% - 80px);
    background: #D0A1A136;
}

.widget .v-line.right {
    right: 50px;
}

.widget .v-line.left {
    left: 50px;
}

@media screen and (max-width: 767px) {
    .widget .v-line {
        display: none;
    }
}

.widget .widget_title {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #fff;
}

/* about widget */
.about-widget {
    position: relative;
}

.about-widget .text {
    position: relative;
    color: #b1b2b6;
    margin-bottom: 30px;
    line-height: 30px;
}

.about-widget .copyright {
    position: relative;
    color: #b1b2b6;
}

/* Link widget */

.links-widget .list {
    position: relative;
}

.links-widget .list li {
    position: relative;
    font-size: 16px;
    color: #b1b2b6;
    margin-bottom: 10px;
}

.links-widget .list li a {
    color: #b1b2b6;
    transition: .5s;
}

@media only screen and (min-width:992px) {
    .links-widget {
        position: relative;
        /* left: 40px; */
    }
}

/* Contact Widget */

.contact-widget ul {
    position: relative;
}

.contact-widget ul li {
    color: #DFDFDF;
    margin-bottom: 6px;
}

.footer_logo {
    width: 200px;
    height: auto;
    margin: 0 auto;
    margin-top: 50px;
}

/* .contact-widget ul li a {
    font-weight: 600;
} */

/* footer bottom */
.footer-bottom {
    position: relative;
    background-color: #361111;
    color: #FFFFFF78;
    padding: 12.5px 0;
}

.footer-bottom .content {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.footer-bottom .social-icon,
.footer_links .social-icon {
    position: relative;
}

.footer-bottom .social-icon li,
.footer_links .social-icon li {
    display: inline-block;
    margin: 0 3px;
}

.footer-bottom .social-icon li a,
.footer_links .social-icon li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: rgb(255 255 255 / 0.15);
    line-height: 43px;
    text-align: center;
    border-radius: 50%;
    transition: .5s;
    color: #fff;
}

.footer_links .social-icon li a:hover {
    background-color: #EB191A;
}

.footer-menu {
    position: relative;
}

.footer-menu li {
    position: relative;
    display: inline-block;
    padding-right: 15px;
    margin-right: 15px;
}

.footer-menu li a {
    color: #b1b2b6;
    transition: .5s;
}

.footer-menu li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.footer-menu li:before {
    position: absolute;
    content: '';
    right: -4px;
    top: 7px;
    width: 2px;
    height: 14px;
    background-color: #b1b2b6;
}

.footer-menu li:last-child:before {
    display: none;
}

/* Header style two */

.main-header.header-style-two .header-upper {
    background: #1F2E58;
}

.main-header.header-style-two .header-top {
    background: #fff;
    padding: 23px 0;
}

.main-header.header-style-two .header-top ul.contact-info a {
    color: #1F2E58;
}

.main-header.header-style-two .header-top ul.contact-info li {
    border-color: #e5e5e5;
}

.main-header.header-style-two .header-top ul.contact-info {
    margin-right: 40px;
}

.main-header .navbar-right {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.main-header .header-upper .location {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
}

.main-header .header-upper .location i {
    position: relative;
    margin-right: 10px;
    font-size: 21px;
    vertical-align: middle;
}

.main-header .header-upper .search-btn {
    position: relative;
    font-size: 18px;
    color: #fff;
    line-height: 22px;
    padding-right: 30px;
    margin-right: 30px;
    border-right: 1px solid #373e4e;
    background-color: transparent;
}

.main-header .header-upper .search-btn button {
    background: transparent;
    color: rgba(255, 255, 255, 1);
}

.main-header.header-style-two .main-menu .navigation {
    margin-left: 0;
}

.main-header.header-style-two .main-menu .navigation>li>a {
    color: #fff;
}

/* Banner section / style two */

.banner-section.style-two {
    background: #e9f7f2;
}

.banner-section.style-two .swiper-container {
    overflow: visible;
}

.banner-section.style-two .content-box {
    padding: 0 15px;
    min-height: 700px;
}

.banner-section.style-two .content-box h1 {
    color: #fff;
}

.banner-section.style-two .content-box .text {
    color: #fff;
}

.banner-section.style-two .search-services-form .form-group {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.banner-section.style-two .auto-container {
    position: relative;
}

.banner-section.style-two .search-services-form {
    position: absolute;
    bottom: -60px;
    right: 15px;
    max-width: 400px;
    padding: 50px;
    padding-bottom: 30px;
    z-index: 9;
}

.banner-section.style-two .search-services-form svg {
    position: absolute;
    top: -32px;
    right: -32px;
}

.banner-section.style-two .search-services-form .form-group {
    margin-bottom: 20px;
}

.banner-section.style-two .search-services-form h5 {
    font-size: 30px;
    margin-bottom: 30px;
    font-family: "Poppins", sans-serif;
}

.banner-section.style-two .search-services-form .form-group input {
    background: transparent;
    box-shadow: none;
}

.banner-section.style-two .search-services-form .bootstrap-select>.dropdown-toggle {
    box-shadow: none;
}

/* Services Section / style two */

.services-section.style-two {
    padding-bottom: 120px;
    margin-bottom: 0;
}

/* About Section style two */

.about-us-section.style-two .image img {
    border-radius: 50%;
}

.about-us-section.style-two .image-wrapper .shape-one {
    left: 120px;
    top: -24px;
}

.about-us-section.style-two .image-wrapper .shape-two {
    right: 40px;
    bottom: 65px;
}

.about-us-section .years-of-experience svg {
    position: absolute;
    top: -32px;
    right: -32px;
}

.about-us-section .years-of-experience:before {
    display: none;
}

/* Working Process section */

.working-process-section {
    position: relative;
    padding: 100px 0 100px;
    background: linear-gradient(180deg, rgba(250, 247, 247, 0.18) 0%, #FAF7F7 100%);
}

.working-process-section .process-block .inner-box::before {
    content: "";
    background-image: url("/assets/images/resource/step_red_1.png");
    position: absolute;
    top: -40px;
    right: -120px;
    display: block;
    width: 80%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: -1;
}

.working-process-section .process-block:last-child .inner-box::before {
    content: none !important;
}

@media screen and (max-width: 991px) {
    .working-process-section .process-block .inner-box::before {
        content: none !important;
    }
}

.process-block {
    position: relative;
}

.process-block .inner-box {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}

.process-block .image {
    width: 200px;
    height: 200px;
    box-shadow: 0px 40px 50px 0px rgba(29, 113, 104, 0.1);
    border-radius: 70px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background: #fff;
    transition: .5s;
}

.process-block .inner-box:hover .image {
    transform: translateY(10px);
}

.process-block .image img {
    border-radius: 100px;
    width: 120px;
}

.process-block .count {
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    top: -25px;
    margin: 0 auto;
    font-weight: 600;
    font-size: 22px;
}

.process-block h4 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
}

.working-process-section .wrapper-box {
    position: relative;
}

.working-process-section .step {
    /* position: absolute;
    top: 53%;
    left: 63%;
    transform: translate(-50%, -50%);
    margin-top: -70px; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-51%, -50%);
    width: 75%;
    margin-top: -50px;
}

/* Why Choose us section two */

.whychoose-us-section-two {
    position: relative;
    background-color: #F8D6D6;
    padding: 140px 0 110px;
}

.whychoose-us-section-two .sec-title .sub-title {
    color: var(--thm-primary-brown);
}

.whychoose-us-section-two .image-wrapper {
    position: relative;
    padding-left: 60px;
}

.whychoose-us-section-two .image-wrapper .shape-one {
    position: absolute;
    top: 70px;
    left: -30px;
    z-index: 0;
    width: 200px;
}

.whychoose-us-section-two .shape-one-bg {
    display: none;
    /* width: 400px; */
    width: 40%;
    height: 100%;
    background: #2F3B5D;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 500px 0 0 500px;
}

.whychoose-us-section-two .shape-one-bg.dark-bg {
    background: var(--thm-primary-gradient-lite);
}

.whychoose-us-section-two .image-wrapper .shape-two {
    position: absolute;
    right: 10px;
    bottom: 39px;
}

.whychoose-us-section-two .image {
    position: relative;
    overflow: hidden;
}

.whychoose-us-section-two .image img {
    border-radius: 30px;
}

.whychoose-us-section-two.mission_and_vision_section {
    padding: 100px 0 100px;
}

.mission_and_vision_section {
    background: var(--thm-primary-gradient);
}

.whychoose-us-section-two .sec-bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.whychoose-us-section-two .left-side {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
}

.whychoose-us-section-two .left-side svg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.whychoose-us-section-two .right-side {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    background-size: cover;
}

.whychoose-us-section-two .text.light {
    color: rgba(255, 255, 255, 0.8) !important;
}

.whychoose-us-section-two .icon-box {
    position: relative;
    box-shadow: 0px 30px 60px 0px rgba(37, 59, 112, 0.1);
    display: flex;
    flex-wrap: wrap;
    padding: 40px;
    padding-bottom: 17px;
    margin-bottom: 30px;
    border-radius: 20px;
    background-color: #fff;
}

.whychoose-us-section-two .icon-box .icon {
    position: relative;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: #e8f9f3;
    font-size: 40px;
    border-radius: 50%;
    margin-bottom: 20px;
    transition: .5s;
    margin-right: 20px;
}

.whychoose-us-section-two .icon-box:hover .icon {
    color: #fff;
}

.whychoose-us-section-two .icon-box .icon span {
    position: relative;
}

.whychoose-us-section-two .icon-box .icon:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    transition: .9s;
    transform: scale(0.5);
    opacity: 0;
}

.whychoose-us-section-two .icon-box:hover .icon:before {
    transform: scale(1);
    opacity: 1;
}

.whychoose-us-section-two .icon-box .content {
    position: relative;
}

@media only screen and (min-width:575px) {
    .whychoose-us-section-two .icon-box .content {
        width: calc(100% - 100px);
    }
}

.whychoose-us-section-two .icon-box h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.whychoose-us-section-two .icon-box h4 a {
    color: #061a3a;
    transition: .5s;
}

.whychoose-us-section-two .icon-box .text {
    position: relative;
    margin-bottom: 20px;
}

.whychoose-us-section-two .shape-one {
    position: absolute;
    top: 90px;
    left: 102px;
}

.whychoose-us-section-two .shape-two {
    position: absolute;
    left: 17%;
    bottom: 107px;
}

.why_choose_card {
    padding: 24px;
    margin: 0 auto;
    width: 100%;
    max-width: 200px;
    height: 100%;
    position: relative;
    background: white;
    border: 0;
    border-radius: 20px;
}

.why_choose_card img.icon {
    width: 26px;
    height: 26px;
    object-fit: contain;
}

.why_choose_card .title {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.why_choose_card .desc {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #9B8C8C;
    line-height: 1.5;
}

/* Pricing Plan */
.pricing-plan-section {
    position: relative;
    padding: 150px 0 120px;
}

.pricing-block .inner-box {
    position: relative;
    box-shadow: 0px -6px 54px 0px #EDE4E499;
    border: 1px solid #E6DFDF;
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 20px;
}

/* .pricing-block .inner-box:before {
    position: absolute;
    left: 40px;
    top: 0;
    content: '';
    height: 7px;
    width: 120px;
    border-radius: 3.5px;
} */

.pricing-block .price {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.pricing-block .price sub {
    color: #808080;
    font-size: 65%;
    bottom: 0;
}

.pricing-block h4 {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 10px;
    /* color: #3B2020; */
    color: var(--thm-base);
}

.pricing-block .description {
    margin-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 20px;
    color: #938786;
}

.pricing-block.no_circle h4:before {
    display: none;
}

/* .pricing-block h4:before {
    position: absolute;
    content: '';
    top: -20px;
    left: 150px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #FFF1F1;
    z-index: -1;
    transition: .5s;
} */

.pricing-block .inner-box:hover h4:before {
    transform: scale(1.5);
}

.pricing-block .content {
    position: relative;
    margin-bottom: 30px;
    height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
}

/* width */
.pricing-block .content::-webkit-scrollbar {
    width: 6px;
}

/* Handle */
.pricing-block .content::-webkit-scrollbar-thumb {
    background: #E5D3D3;
    border-radius: 10px;
}

ul.custom_ul li::before {
    background-color: #EB191A;
}

.pricing-block ul li,
ul.custom_ul li {
    font-size: 16px;
    color: #938786;
    margin-bottom: 16px;
    padding-left: 40px;
    position: relative;
}

.pricing-block ul li span {
    color: var(--thm-base);
}

.pricing-block ul li {
    list-style: none;
    background-image: url("/assets/images/icons/circle_check_icon.png");
    background-repeat: no-repeat;
    background-position: left 4px;
    background-size: 22px;
    padding: 0 0 0 40px;
}

.pricing-block ul li::before {
    content: none !important;
}

.pricing-block ul li:before,
ul.custom_ul li:before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 4px;
    display: block;
    font-size: 11px;
    z-index: 5;
    font-weight: 400;
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
}

.pricing-block ul li.unavailable:before {
    content: '';
    background-color: transparent;
    border: 1px solid #e3e3e3;
}

.pricing-block ul li.unavailable {
    color: #808080;
}

/* Team Section */

.team-section {
    position: relative;
    padding: 150px 0 0;
}

.team-blcok .inner-box {
    position: relative;
    margin-bottom: 60px;
    display: inline-block;
    vertical-align: middle;
}

.team-blcok .image {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.team-blcok .image img {
    transition: .5s;
    border-radius: 20px;
}

.team-blcok .inner-box:hover img {
    transform: scale(1.1);
}

.team-blcok .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: .5s;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    padding: 30px;
    background-color: rgb(255 77 77 / 60%);
}

.team-blcok .inner-box:hover .overlay {
    opacity: 1;
}

.team-blcok .social-icon {
    position: relative;
    padding: 20px;
    width: 100%;
    text-align: center;
}

.team-blcok .social-icon:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    border-radius: 10px;
    transition: .5s;
    transform: scaleY(0);
    transform-origin: top;
}

.team-blcok .inner-box:hover .social-icon:before {
    transform: scaleY(1);
}

.team-blcok .social-icon li {
    display: inline-block;
    margin: 0 3px;
}

.team-blcok .social-icon li a {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 43px;
    text-align: center;
    border-radius: 50%;
    transition: .5s;
    color: #959595;
    border: 1px solid #e7ecec;
}

.team-blcok .social-icon li a:hover {
    color: #fff;
}

.team-blcok .lower-content {
    position: relative;
    text-align: center;
    padding: 30px 0 0;
}

.team-blcok h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 8px;
}

.team-blcok .designation {
    font-size: 16px;
    color: #808080;
}

/* CTA Section */

.cta-section {
    position: relative;
    padding: 64px 0 35px;
    background-color: #e1f2ec;
}

.cta-section .shape {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.cta-section .shape-two {
    position: absolute;
    left: 20%;
    bottom: 46%;
}

.cta-section .image-block {
    position: relative;
    text-align: center;
    padding-left: 70px;
    padding-bottom: 70px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 30px;
}

.cta-section .image-block .image {
    overflow: hidden;
    border-radius: 50%;
}

.cta-section .image img {
    border-radius: 50%;
    transform: scale(1.02);
}

.cta-section .offer {
    position: absolute;
    box-shadow: -28.284px 28.284px 60px 0px rgba(37, 59, 112, 0.1);
    width: 200px;
    height: 200px;
    background-color: #fff;
    border-radius: 50%;
    font-size: 60px;
    font-weight: 700;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    left: -50px;
    bottom: 0;
}

.cta-section .offer h4 {
    font-size: 30px;
    font-weight: 700;
    line-height: 22px;
}

.cta-section .offer h4 span {
    font-size: 14px;
    color: #061a3a;
}

.cta-section .content {
    position: relative;
    margin-bottom: 30px;
}

.cta-section h2 {
    position: relative;
    font-size: 50px;
    line-height: 65px;
    font-family: "Poppins", sans-serif;
    letter-spacing: -1px;
    margin-bottom: 30px;
}

.cta-section .text {
    position: relative;
    margin-bottom: 30px;
    color: #061a3a;
}


/* Banner section / style three */

.banner-section.style-three {
    background: #e9f7f2;
}

.banner-section.style-three .swiper-container {
    overflow: visible;
}

.banner-section.style-three .content-box {
    padding: 0 15px;
    min-height: 700px;
}

.banner-section.style-three .content-box h1 {
    color: #fff;
}

.banner-section.style-three .content-box .text {
    color: #fff;
}

/* Contact Info section */
.contact-info-section {
    position: relative;
    margin-top: -85px;
    z-index: 9;
    margin-bottom: -115px;
}

.contact-info-section .info-block {
    position: relative;
}

.contact-info-section .inner-box {
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0px 40px 60px 0px rgba(37, 59, 112, 0.1);
    background-color: #fff;
    padding: 50px 40px 40px;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.contact-info-section .icon {
    position: relative;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background-color: #e8f9f3;
    border-radius: 50%;
    margin-right: 20px;
    margin-bottom: 10px;
    font-size: 25px;
    transition: .5s;
}

.contact-info-section .inner-box:hover .icon {
    color: #fff;
}

.contact-info-section .icon:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    transition: .9s;
    transform: scale(0.5);
    opacity: 0;
}

.contact-info-section .inner-box:hover .icon:before {
    transform: scale(1);
    opacity: 1;
}

.contact-info-section .icon span {
    position: relative;
}

.contact-info-section .content {
    position: relative;
    text-align: center;
}

.contact-info-section h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.contact-info-section h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: -1px;
}

/* About Us Section two */

.about-us-section-two {
    position: relative;
    padding: 235px 0 120px;
    background-color: #e9f7f2;
}

.about-us-section-two .content-block {
    position: relative;
    margin-bottom: 30px;
}

.about-us-section-two .content-block .text {
    position: relative;
    margin-bottom: 30px;
}

.about-us-section-two .offer {
    position: absolute;
    box-shadow: -28.284px 28.284px 60px 0px rgba(37, 59, 112, 0.1);
    width: 200px;
    height: 200px;
    background-color: #fff;
    border-radius: 50%;
    font-size: 60px;
    font-weight: 700;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    top: 23%;
    left: -112px;
}

.about-us-section-two .offer h4 {
    font-size: 30px;
    font-weight: 700;
    line-height: 22px;
}

.about-us-section-two .offer h4 span {
    font-size: 14px;
    color: #061a3a;
}

.about-us-section-two .image-wrapper {
    position: relative;
    margin-left: 70px;
}

.about-us-section-two .image {
    position: relative;
    margin-top: -60px;
}

.about-us-section-two .image .bg {
    position: absolute;
    bottom: 0px;
    left: -41px;
    border-radius: 50%;
    width: 500px;
    height: 500px;
}

.about-us-section-two .image img {
    position: relative;
}

.about-us-section-two .shape-one {
    position: absolute;
    bottom: 67px;
    left: -64px;
}

.about-us-section-two .shape-two {
    position: absolute;
    right: 10px;
    top: 187px;
}

/* Services Section / style Three */

.services-section.style-three {
    padding-bottom: 120px;
    margin-bottom: 0;
    background: #fff;
}

.services-section.style-three .service-block-one .inner-box {
    box-shadow: 0px 20px 40px 0px rgba(37, 59, 112, 0.1);
}

/* Whychoose section three */

.whychoose-us-section-three {
    position: relative;
}

.whychoose-us-section-three .auto-container {
    max-width: 100%;
    padding: 0;
}

.whychoose-us-section-three .video-column {
    position: relative;
    background-size: cover;
}

.whychoose-us-section-three .video-column .video-box {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: -100px;
    background-size: cover;
    background-position: right center;
}

.whychoose-us-section-three .video-column .video-box .image {
    display: none;
}

.whychoose-us-section-three .inner-container {
    max-width: 600px;
    padding: 0 15px;
}

.whychoose-us-section-three .content-block {
    position: relative;
    padding: 60px 0 30px;
    margin: 100px 0;
    z-index: 9;
}

.whychoose-us-section-three .shape {
    position: absolute;
    top: -27px;
    right: 0;
    left: -120px;
    bottom: 0;
}

.whychoose-us-section-three .icon-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.whychoose-us-section-three .icon-box .icon {
    position: relative;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: #e8f9f3;
    font-size: 40px;
    border-radius: 50%;
    margin-bottom: 20px;
    transition: .5s;
    margin-right: 20px;
}

.whychoose-us-section-three .icon-box:hover .icon {
    color: #fff;
}

.whychoose-us-section-three .icon-box .icon span {
    position: relative;
}

.whychoose-us-section-three .icon-box .icon:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    transition: .9s;
    transform: scale(0.5);
    opacity: 0;
}

.whychoose-us-section-three .icon-box:hover .icon:before {
    transform: scale(1);
    opacity: 1;
}

.whychoose-us-section-three .icon-box .content {
    position: relative;
}

@media only screen and (min-width:575px) {
    .whychoose-us-section-three .icon-box .content {
        width: calc(100% - 100px);
    }
}

.whychoose-us-section-three .icon-box h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.whychoose-us-section-three .icon-box h4 a {
    color: #061a3a;
    transition: .5s;
}

.whychoose-us-section-three .icon-box .text {
    position: relative;
    margin-bottom: 20px;
}

.whychoose-us-section-three .video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.whychoose-us-section-three .video-btn span {
    position: relative;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    border-radius: 50%;
}

.whychoose-us-section-three .video-btn a {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 30px;
    display: inline-block;
    position: relative;
}

.whychoose-us-section-three .video-btn .ripple:before {
    position: absolute;
    left: -20px;
    top: -20px;
    right: -20px;
    bottom: -20px;
    content: '';
    background-color: rgb(33 197 142 / 0.50);
    border-radius: 50%;
}

.whychoose-us-section-three .video-btn .ripple:after {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.whychoose-us-section-three .video-btn .ripple:after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}


/* Testimonials Section Two */

.testimonials-section-two {
    position: relative;
    padding: 150px 0 120px;
    background-color: #e9f7f2;
}

.testimonial-block-two .inner-box {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 20px 0px rgba(8, 13, 62, 0.03);
    padding: 35px 20px;
    border-radius: 10px;
}

.testimonial-block-two .image {
    position: relative;
    margin-bottom: 25px;
}

.testimonial-block-two .image img {
    border-radius: 50%;
    width: auto;
    margin: 0 auto;
}

.testimonial-block-two .rating {
    position: relative;
    color: #ffab01;
    margin-bottom: 15px;
    font-size: 13px;
}

.testimonial-block-two .rating span {
    margin-right: 5px;
}

.testimonial-block-two .text {
    position: relative;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
}

.testimonial-block-two .author-info {
    position: relative;
}

.testimonial-block-two .author-info h4 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
}

.testimonial-block-two .author-info .designation {
    position: relative;
    font-size: 16px;
}

.testimonials-section-two .owl-dots {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 30px 0;
}

.testimonials-section-two .owl-dots .owl-dot {
    position: relative;
    margin: 0px 13px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #1F2E58;
    display: inline-block;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.testimonials-section-two .owl-dots .owl-dot:before {
    position: absolute;
    content: '';
    left: -14px;
    top: -14px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #1F2E58;
    opacity: 0;
    transition: .5s;
}

.testimonials-section-two .owl-dots .owl-dot.active:before {
    opacity: 1;
}

/* CTA section style two */

.cta-section.style-two {
    background-color: #1F2E58;
}

.cta-section.style-two .text {
    color: #fff;
}

.cta-section.style-two h2 {
    color: #fff;
}

.cta-section .shape-three {
    position: absolute;
    right: 10%;
    top: 10%;
}

/* Page Title */
.page-title {
    position: relative;
    /* padding: 200px 0; */
    text-align: center;
    background-size: cover;
    background-position: center;
}

.banner_box {
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0);
    margin-bottom: 0 !important;
}

.banner_box .subtitle {
    color: #FFF;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
}

.page-title h1 {
    position: relative;
    color: #fff;
    font-size: 40px;
    font-family: "Playfair Display", sans-serif;
    font-weight: 500;
    margin-bottom: 14px;
}

.page-title .text {
    position: relative;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 0;
}

.page-title.style-two {
    text-align: left;
    padding: 265px 0 115px;
}

/* Gallery Section */
.gallery-section {
    position: relative;
    padding: 150px 0 120px;
}

.gallery-section .filters {
    text-align: center;
}

.gallery-section .filter-tabs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.gallery-section .filter-tabs li {
    margin: 0 10px 15px;
    padding: 17.5px 35px;
    border: 1px solid #eee;
    border-radius: 32px;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
}

.gallery-section .filter-tabs li.active {
    color: #fff;
    cursor: pointer;
}

.gallery-block .inner-box {
    position: relative;
    margin-bottom: 30px;
    border-radius: 20px;
    overflow: hidden;
}

.gallery-block .image img {
    width: 100%;
    transition: .5s;
}

.gallery-block .inner-box:hover img {
    transform: scale(1.05);
}

.gallery-block .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: .5s;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: rgba(11, 20, 40, 0.6);
}

.gallery-block .inner-box:hover .overlay {
    opacity: 1;
}

.gallery-block .zoom-btn {
    position: relative;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    transition: .7s;
    overflow: hidden;
}

.gallery-block .inner-box:hover .zoom-btn {
    transform: rotate(180deg);
}

.gallery-block .zoom-btn a {
    width: 70px;
    height: 70px;
    display: inline-block;
}

.gallery-block .zoom-btn:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 25px solid rgb(255 255 255 / 33%);
    border-radius: 50%;
    transition: .7s;
    opacity: 0;
    transform: scale(1.2);
}

.gallery-block .inner-box .zoom-btn:hover:before {
    transform: scale(0);
    opacity: 1;
}


/* Contact form */

.contact-form {
    position: relative;
}

.contact-form .form-group,
.homepage_form .form-group {
    position: relative;
    margin-bottom: 30px;
}

.contact-form .form-group .form-grp small,
.homepage_form .form-group .form-grp small {
    width: 100%;
    padding-left: 1rem;
    color: #e75c3c;
    margin-top: 8px;
    visibility: hidden;
    position: absolute;
    bottom: -28px;
    font-size: 14px;
}

.newsletter-form .form-group {
    position: relative;
}

.contact-form .form-group .form-grp.error small,
.homepage_form .form-group .form-grp.error small {
    visibility: visible;
}

.newsletter-form .form-group small,
.newsletter-form .form-grp small {
    padding-left: 2rem;
    color: #e75c3c;
    margin-top: 8px;
    visibility: hidden;
    position: absolute;
    left: 0;
    bottom: -28px;
    font-size: 14px;
}

.newsletter-form .form-group.error small,
.newsletter-form .form-grp.error small {
    visibility: visible;
}

.contact-form input[type="text"],
.homepage_form input[type="text"],
.contact-form input[type="number"],
.homepage_form input[type="number"],
.contact-form input[type="tel"],
.homepage_form input[type="tel"],
.contact-form input[type="email"],
.homepage_form input[type="email"],
.contact-form input[type="password"],
.homepage_form input[type="password"],
.contact-form select,
.contact-form textarea {
    display: block;
    width: 100%;
    line-height: 28px;
    height: 60px;
    font-size: 16px;
    padding: 10px 30px;
    background: #ffffff;
    color: #565872;
    border: 1px solid #C0CBE7;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border-radius: 30px;
    /* border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    border-top-right-radius: 10px !important; */
}

.contact-form input,
.homepage_form input {
    margin: 0;
    margin-right: 1rem;
}

.contact-form textarea {
    height: 150px;
    resize: none;
    font-size: 16px;
    background: #ffffff;
}

.contact-form input.error,
.homepage_form input.error,
.contact-form select.error,
.contact-form textarea.error {
    border-color: #ff0000 !important;
}

.contact-form label.error,
.homepage_form label.error {
    display: block;
    line-height: 24px;
    padding: 5px 0px 0px;
    margin: 0px;
    text-transform: uppercase;
    font-size: 11px;
    color: #ff0000;
    font-weight: 500;
}

/* Custom select box */
.select2-dropdown {
    top: 34px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 16px !important;
    right: 20px !important;
}

.select2-container--default .select2-selection--single {
    border: 0 !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 28px !important;
    padding-top: 16px;
}

.select2-container--open .select2-dropdown--below {
    border-top: 1px solid #999999 !important;
}

.select2-selection__rendered {
    display: block;
    width: 100%;
    line-height: 28px;
    height: 60px;
    font-size: 16px;
    padding: 10px 30px;
    background: #ffffff;
    color: #565872;
    border: 1px solid #C0CBE7;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border-radius: 30px;
}

/* .contact-form .custom_select_label {
    display: block;
    width: 100%;
    line-height: 28px;
    height: 60px;
    font-size: 16px;
    padding: 10px 30px;
    background: #ffffff;
    color: #565872;
    border: 1px solid #C0CBE7;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border-radius: 30px;
} */
/* Faq section */

.faq-section {
    position: relative;
    padding: 150px 0 120px;
}

.faq-section .top-content .text {
    position: relative;
    max-width: 470px;
    margin: 0 auto;
    margin-right: 0;
    margin-bottom: 30px;
}

.faq-section .sec-title:before {
    position: absolute;
    content: '';
    right: -15px;
    bottom: 15px;
    width: 1px;
    height: 100px;
    background: #ddd;
}

.faq-section .text-block {
    position: relative;
    box-shadow: 0px 30px 60px 0px rgba(37, 59, 112, 0.1);
    background-color: #fff;
    padding: 40px;
    border-radius: 20px;
    margin-bottom: 30px;
}

.faq-section .text-block h4 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.faq-section .text-block .text {
    position: relative;
    margin-bottom: 0;
}

/* Contact form section */

.contact-form-section,
.homepage_form_container {
    position: relative;
    padding: 0 0 20px;
    background-color: white;
    border-radius: 40px;
    box-shadow: 0px 4px 54px 0px #EDE4E4;
}

#contact-form {
    scroll-margin: 200px;
}

.contact-form-section.contact_page {
    padding: 15px 30px !important;
}

.contact-form-section .contact-form {
    position: relative;
    max-width: 970px;
    margin: 0 auto;
}

.contact-form-section .sec-title h2 {
    color: #20242F;
    text-align: start;
    font-family: Poppins;
    font-size: 22px !important;
    font-style: normal;
    font-weight: 600;
}

#homepageFormContainer {
    scroll-margin: 200px;
}

.homepage_form_container {
    margin: 0;
    padding: 40px;
    width: calc(100% - 50px);
    position: absolute;
    top: -200px;
    left: 50%;
    z-index: 99;
    box-shadow: 0px 4px 64px 0px #9D0E0D24;
    transform: translateX(-50%);
    /* background-color: #280404; */
}

/* .homepage_form_container input {
    background-color: transparent !important;
    border-color: #FFFFFF4A !important;
    color: #fff !important;
} */

/*Error Section*/

.error-section {
    position: relative;
    padding: 110px 0px;
}

.error-section .content {
    position: relative;
    text-align: center;
}

.error-section h1 {
    position: relative;
    font-size: 200px;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 10px;
}

.error-section h2 {
    position: relative;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 20px;
}

.error-section .text {
    position: relative;
    font-size: 20px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 50px;
}

.error-section .theme-btn {
    position: relative;
}

/* Contact info section two */

.contact-info-section-two {
    position: relative;
    padding: 150px 50px 120px;
    background: linear-gradient(180deg, rgba(250, 247, 247, 0.18) 0%, #FAF7F7 100%);
}

.contact-info-section-two .sec-title h2 {
    font-size: 36px;
    line-height: 50px;
}

.contact-info-section-two .info-block {
    position: relative;
    margin-bottom: 20px;
}

.contact-info-section-two .info-block h4 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.contact-info-section-two .info-block .text {
    position: relative;
    margin-bottom: 0;
    display: flex;
    /* flex-wrap: wrap; */
}

.contact-info-section-two .info-block .text .icon {
    margin: 0;
    margin-right: 1rem;
    width: 58px;
    height: 58px;
    background: var(--thm-primary-gradient-lite);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 58px;
}

.contact-info-section-two .info-block .text .icon img {
    width: 24px;
}

/* @media screen and (max-width: 768px) {

    .contact-info-section-two .info-block .text p.address {
        width: 200px;
    }
} */

.contact-info-section-two .info-block .email a,
.contact-info-section-two .info-block .phone a {
    position: relative;
    color: #808080;
}

.contact-info-section-two .social-links {
    position: relative;
    display: inline-block;
}

.contact-info-section-two .social-links li {
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
}

.contact-info-section-two .social-links li:last-child {
    margin-right: 0;
}

.contact-info-section-two .social-links li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 17px;
    display: inline-block;
    transition: .5s;
    border-radius: 50%;
}

/* .contact-info-section-two .social-links li a:hover {
    border-radius: 20%;
} */

/* .contact-info-section-two .social-links a.facebook {
    background-color: #516eb1;
}

.contact-info-section-two .social-links a.twitter {
    background-color: #449bd5;
}

.contact-info-section-two .social-links a.google-plus {
    background-color: #dd4b39;
}

.contact-info-section-two .social-links a.linkedin-in {
    background-color: #0077b5;
} */

.contact-info-section-two .social-links a {
    background-color: #EBDFDF;
    color: #412020;
}

.contact-info-section-two .social-links a:hover {
    background: var(--thm-primary-gradient-lite);
    color: #fff;
}

.contact-info-section-two .contact_info_box {
    height: 100%;
    background-color: white;
    border-radius: 40px;
    padding: 40px;
    box-shadow: 0px 4px 54px 0px #EDE4E4;
}

.contact-map iframe {
    border-radius: 38px;
    background: #DCE2F1;
    border: 10px solid #DCE2F1 !important;
}

/* Sidebar */

.sidebar-side .sidebar {
    position: relative;
    padding-left: 20px;
}


.sidebar-side.left-sidebar .sidebar {
    padding-left: 0;
    padding-right: 20px;
}

.sidebar .sidebar-title {
    font-size: 24px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 25px;
}

.sidebar-widget {
    position: relative;
    margin-bottom: 50px;
    box-shadow: 12.036px 15.973px 80px 0px rgba(37, 59, 112, 0.12);
    padding: 40px;
    border-radius: 10px;
}

.sidebar-widget:last-child {
    margin-bottom: 0;
}

/* Sidebar Title */

.sidebar-title {
    position: relative;
    font-size: 26px;
    text-transform: capitalize;
    margin-bottom: 25px;
    font-family: "Poppins", sans-serif;
}

/*Search Box Widget*/

.sidebar .search-box {
    position: relative;
}

.sidebar .search-box .form-group {
    position: relative;
    margin: 0px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
    position: relative;
    padding: 15px 50px 15px 30px;
    border: 1px solid #e6ebeb;
    background: #ffffff;
    display: block;
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    height: 55px;
    color: #25283a;
    border-radius: 10px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sidebar .search-box .form-group input[type="text"]:focus,
.sidebar .search-box .form-group input[type="search"]:focus {
    color: #666666;
}

.sidebar .search-box .form-group button {
    position: absolute;
    right: 0;
    top: 0;
    height: 55px;
    width: 55px;
    display: block;
    font-size: 20px;
    color: #848484;
    line-height: 55px;
    font-weight: 400;
    background: none;
    border-radius: 0px 10px 10px 0px;
    z-index: 9;
    cursor: pointer;
}

/*Post Widget*/

.sidebar .popular-posts .news-post {
    position: relative;
    padding-left: 100px;
    padding-top: 0px;
    min-height: 80px;
    margin-bottom: 30px;
}

.sidebar .popular-posts .news-post:last-child {
    margin: 0;
}

.sidebar .popular-posts .news-post .post-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    border-radius: 5px;
    overflow: hidden;
}

.sidebar .popular-posts .news-post .date {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 7px;
    color: #808080;
}

.sidebar .popular-posts .news-post .date .fa {
    padding-right: 5px;
    color: #848484;
    font-size: 15px;
}

.sidebar .popular-posts .news-post h4 {
    font-size: 17px;
    margin: 0 0;
    line-height: 1.4em;
    font-weight: 600;
    color: #25283a;
}

.sidebar .popular-posts .news-post h4 a {
    color: #25283a;
}

/* Blog Categories */

.sidebar-widget.categories {
    padding-bottom: 25px;
}

.sidebar .categories ul {
    position: relative;
    margin: 0 -40px;
}

.sidebar .categories ul li {
    position: relative;
    padding: 0 40px;
}

.sidebar .categories ul li:last-child {
    margin-bottom: 0;
}

.sidebar .categories ul li a {
    position: relative;
    display: block;
    color: #061a3a;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    padding: 12px 0;
    border-bottom: 1px solid #e5e5e5;
}

.sidebar .categories ul li:last-child a {
    border-bottom: 0;
}

.sidebar .categories ul li.active a {
    color: #fff;
}

.sidebar .categories ul li a:before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f105";
    position: absolute;
    right: 0;
    top: 16px;
    display: block;
    font-size: 16px;
    z-index: 5;
    font-weight: 400;
    color: #fff;
    line-height: 20px;
    opacity: 0;
}

.sidebar .categories ul li.active a:before {
    opacity: 1;
}

/* Offer Widget */
.offer-widget {
    position: relative;
    margin-bottom: 50px;
}

.offer-widget .image {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.offer-widget .image img {
    width: 100%;
    border-radius: 10px;
}

.offer-widget .image:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .7;
}

.offer-widget h3 {
    position: absolute;
    top: 40px;
    left: 40px;
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    font-family: "Poppins", sans-serif;
}

/* Services Details */
.service-details {
    position: relative;
    padding: 100px 0 0;
}

.service-details .context-block {
    padding: 20px;
    margin: 0 auto;
    margin-bottom: 3rem;
    position: relative;
    box-shadow: 0px 4px 54px 0px #EDE4E4;
    border-radius: 30px;
}

.service-details .process-block-two:before {
    position: absolute;
    content: '';
    top: 10px;
    left: 30px;
    bottom: -10px;
    width: 1px;
    background: #e2e6e7;
}

.service-details .process-block-two:last-child:before {
    display: none;
}

.service-details .context-block h2 {
    margin-bottom: 30px;
    font-family: "Playfair Display", sans-serif;
    font-size: 40px;
    font-weight: 500;
    color: #2F2020;
}

.service-details .context-block .sub-title-lite {
    color: var(--thm-base);
    font-weight: bold;
}

.service-details .context-block .text p {
    margin-bottom: 30px;
}

.service-details .context-block h3 {
    position: relative;
    font-size: 26px;
    font-family: "Poppins", sans-serif;
    margin-bottom: 30px;
}

.service-details .image-block {
    position: relative;
    padding: 25px 0;
}

.service-details .image-block img {
    border-radius: 20px;
}

.service-details .process-wrapper {
    margin-bottom: 20px;
}

.service-details .process-block-two {
    position: relative;
    padding-left: 100px;
    padding-bottom: 5px;
}

.service-details .process-block-two .count {
    position: absolute;
    top: 8px;
    left: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    border-radius: 30px 30px 0 30px;
}

.service-details .process-block-two h4 {
    position: relative;
    font-size: 24px;
    font-family: "Poppins", sans-serif;
    margin-bottom: 20px;
}


/* Pagination */
.page-pagination {
    margin: 0 -16px;
    margin-bottom: 30px;
}

.page-pagination li {
    display: inline-block;
    margin: 0 4px 10px;
}

.page-pagination li a {
    width: 60px;
    height: 60px;
    line-height: 58px;
    display: block;
    border: 1px solid #ebebeb;
    text-align: center;
    color: #222;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    border-radius: 30px 0 30px 30px;
}

.page-pagination li.active a,
.page-pagination li a:hover {
    color: #fff;
}

.page-pagination li:last-child a,
.page-pagination li:first-child a {
    border: 0;
}

.page-pagination li:last-child a:hover,
.page-pagination li:first-child a:hover {
    background-color: #fff;
}

/* Sidebar page */
.sidebar-page {
    position: relative;
    padding: 150px 0 120px;
}

.faq_section {
    padding: 100px 0;
    background: linear-gradient(180deg, rgba(250, 247, 247, 0.18) 0%, #FAF7F7 100%);
}

.terms_section {
    padding: 50px 0;
}

.terms_section p.sub-title-lite {
    margin: 0 auto;
    /* width: calc(100% - 630px); */
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    line-height: 1.5;
}

.terms_card {
    border: 0;
    box-shadow: 0px 4px 54px 0px #EDE4E4;
    border-radius: 30px;
    padding: 20px;
}

.terms_card p.question {
    color: var(--thm-base);
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
}

.terms_card p.answer {
    color: #938786;
}

.table.grey_table thead th {
    background-color: #eeeeee;
    color: black;
    font-weight: normal;
    text-align: center;
    border-color: #909090;
}

.table.grey_table thead th:first-child,
.table.grey_table tbody tr td:first-child {
    border-left: 0;
}

.table.grey_table thead th:last-child,
.table.grey_table tbody tr td:last-child {
    border-right: 0;
}

.table.grey_table tbody tr td {
    border-bottom: 0;
    text-align: center;
}

/*** 

====================================================================
		Comment Area
====================================================================

 ***/

.group-title {
    position: relative;
    margin-bottom: 40px;
}

.group-title h3 {
    position: relative;
    font-size: 26px;
    line-height: 1.25em;
    font-family: "Poppins", sans-serif;
}

.group-title .text {
    margin-top: 15px;
}

.comments-area {
    position: relative;
    margin-bottom: 50px;
}

.comments-area .comment-box {
    position: relative;
    margin-bottom: 40px;
}

.comments-area .comment-box.reply-comment {
    padding-left: 110px;
}

.comments-area .comment-box:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.comments-area .comment {
    position: relative;
    min-height: 80px;
    padding-left: 110px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 40px;
}

.comments-area .comment-box:last-child .comment {
    border: none;
}

.comments-area .comment-box .author-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    overflow: hidden;
}

.comments-area .comment-box .author-thumb img {
    width: 100%;
}

.comments-area .comment-info {
    position: relative;
    display: block;
    margin-bottom: 15px;
}

.comments-area .comment-box .name {
    position: relative;
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 600;
    color: #1F2E58;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.comments-area .comment-box .time {
    position: relative;
    font-size: 16px;
    color: #808080;
}

.comments-area .comment-box .text {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 20px;
}

.comments-area .comment-box .reply-btn {
    position: relative;
    right: 0;
    top: 0;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #808080;
    font-weight: 500;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}



/*** 

====================================================================
		Comment Form
====================================================================

 ***/

.comment-form {
    margin-bottom: 20px;
}

.default-form {
    position: relative;
    z-index: 1;
}

.default-form .form-group {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 30px;
}

.default-form .form-group:last-child {
    margin-bottom: 0;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="email"],
.default-form .form-group input[type="tel"],
.default-form .form-group input[type="url"],
.default-form .form-group textarea,
.default-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 28px;
    color: #25283a;
    font-weight: 400;
    height: 60px;
    padding: 15px 20px;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.default-form .form-group input:focus,
.default-form .form-group select:focus,
.default-form .form-group textarea:focus {
    background-color: #ffffff;
}

.default-form .form-group textarea {
    height: 200px;
    resize: none;
}

/* Blog Single Post */


.blog-single-post .list {
    position: relative;
    margin-bottom: 30px;
}

.blog-single-post .list li {
    position: relative;
    margin-bottom: 6px;
    font-size: 16px;
    padding-left: 30px;
    color: #848484;
}

.blog-single-post .list li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 8px;
    background-image: url(../images/icons/icon-1.png);
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
}

.blog-single-post .text {
    margin-bottom: 30px;
}

.blog-single-post .image-block {
    margin: 50px 0;
}

.blog-single-post blockquote {
    position: relative;
    background: #1F2E58;
    padding: 51px;
    border-radius: 20px;
    margin: 50px 0;
}

.blog-single-post blockquote .text {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 34px;
}

.post-share-link {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 60px;
}

.post-share-link h4 {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    margin-right: 30px;
    margin-bottom: 10px;
}

.post-share-link .social-links {
    position: relative;
    display: inline-block;
}

.post-share-link .social-links li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.post-share-link .social-links li:last-child {
    margin-right: 0;
}

.post-share-link .social-links li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    display: inline-block;
    transition: .5s;
    border-radius: 50%;
}

.post-share-link .social-links li a:hover {
    border-radius: 20%;
}

.post-share-link .social-links a.facebook {
    background-color: #516eb1;
}

.post-share-link .social-links a.twitter {
    background-color: #449bd5;
}

.post-share-link .social-links a.google-plus {
    background-color: #dd4b39;
}

.post-share-link .social-links a.linkedin-in {
    background-color: #0077b5;
}

/*--------------------------------------------------------------
# Loan Calculator
--------------------------------------------------------------*/
.loan-calculator-section {
    /* background: linear-gradient(180deg, rgba(248, 250, 255, 0.29) 0%, #F8FAFF 100%); */
    position: relative;
    padding: 100px 0 100px;
    background-color: #FFFFFF;
}

.loan-calculator {
    position: relative;
    z-index: 10;
}

.loan-calculator--has-bg {
    background-image: linear-gradient(0deg, #ffffff 0%, var(--thm-gray) 100%);
}

.loan-calculator--has-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background-image: url(../images/shapes/faq-form-bg-1-1.png); */
    background-repeat: no-repeat;
    background-position: top center;
}

.loan-calculator--has-bg .container {
    position: relative;
}

.loan-calculator__top__text {
    margin-bottom: 50px;
}

.loan-calculator__form {
    padding: 40px;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
    margin-top: 40px;
    background-color: #fff;
}

@media (min-width: 992px) {
    .loan-calculator__form {
        margin-top: 0;
        padding-top: 7px;
        padding-bottom: 8px;
    }
}

@media (min-width: 1200px) {
    .loan-calculator__form {
        padding-top: 55px;
        padding-bottom: 53px;
        padding-left: 80px;
        padding-right: 80px;
        margin-right: -43px;
    }
}

.loan-calculator__form__terms {
    font-size: 14px;
    line-height: 2.14286em;
    font-weight: 300;
    margin-top: 21px;
}

.loan-calculator__form .thm-btn {
    margin-top: 40px;
}

.loan-calculator__form p {
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 18px;
    align-items: center;
}

.loan-calculator__form p:first-child {
    margin-top: 40px;
}

.loan-calculator__form p span {
    line-height: 1;
}

.loan-calculator__form p i {
    font-style: normal;
}

.loan-calculator__form p b {
    font-weight: 600;
    color: black;
    line-height: 1;
}

.loan-calculator__form p+p {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid var(--thm-border-color);
}

.loan-calculator__form .noUi-horizontal {
    height: 7px;
    border-radius: 3.5px;
    background-color: var(--thm-gray);
    border: none;
    box-shadow: none;
}

.loan-calculator__form .noUi-horizontal .noUi-handle {
    width: 20px;
    height: 20px;
    border: 4px solid #EB191A;
    background: #fff;
    border-radius: 50%;
    outline: none !important;
    box-shadow: none;
}

.loan-calculator__form .noUi-horizontal .noUi-handle::before,
.loan-calculator__form .noUi-horizontal .noUi-handle::after {
    display: none;
}

.loan-calculator__form .noUi-tooltip {
    border: none;
    padding: 0;
    color: var(--thm-color);
    font-size: 15px;
    background-color: none;
    box-shadow: none;
}

.loan-calculator__form .noUi-horizontal .noUi-tooltip {
    top: 185%;
}

.loan-calculator__form .noUi-connect {
    background-color: #EB191A;
    border-radius: 0px;
}

.loan-calculator__form .input-box {
    margin-bottom: 50px;
}

.loan-calculator__form .input-box__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    color: var(--thm-color);
    margin-bottom: 12px;
}

.loan-calculator__image {
    position: relative;
}

@media (max-width: 991px) {
    .loan-calculator__image {
        text-align: center;
    }
}

.loan-calculator__image img {
    max-width: 100%;
}

@media (min-width: 1200px) {
    .loan-calculator__image img {
        margin-left: 43px;
    }
}

.loan-calculator__image__caption {
    width: 398px;
    height: 295px;
    /* background-image: url(../images/shapes/calculator-form-bubble-bg-1-1.png); */
    background-repeat: no-repeat;
    align-items: flex-start;
    justify-content: center;
    position: absolute;
    z-index: 10;
    bottom: 80px;
    right: -120px;
    display: none;
}

@media (min-width: 1200px) {
    .loan-calculator__image__caption {
        display: flex;
    }
}

.loan-calculator__image__caption__inner {
    background-color: #EB191A;
    border: 4px solid #000;
    width: 260px;
    height: 130px;
    margin-top: 59px;
    padding-left: 30px;
    padding-top: 20px;
}

.loan-calculator__image__title {
    margin: 0;
    color: #fff;
    font-size: 55px;
    font-weight: 600;
    line-height: 1;
}

.loan-calculator__image__title span {
    font-size: 35px;
    position: relative;
    top: -20px;
    right: 3px;
}

.loan-calculator__image__text {
    font-size: 20px;
    color: #fff;
    line-height: 1;
    font-weight: 400;
    margin-top: 5px;
}

@media(max-width: 576px) {
    .loan-calculator__box {
        padding: 0px 15px;
    }
}

.loan-calculator__box {
    border-radius: 20px;
    background: #F6F3F3;
    /* box-shadow: 0px 4px 64px 0px #E4E7EF; */
    padding: 30px 60px;
}

.loan-calculator__box.index_page {
    padding: 50px 80px;
}

.loan-calculator__box .title {
    color: #20242F;
    font-family: "Poppins", sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 41px;
    margin: 0;
    margin-bottom: 1.5rem;
}

.slider-box {
    margin-bottom: 30px;
}

@media(min-width: 1200px) {
    .slider-box .main-slide {
        margin-bottom: 5rem;
    }
}

.main-heading.block-title {
    margin-bottom: 40px;
}

.main-heading p {
    line-height: 1.66;
    margin: 0;
}

.main-heading h3 {
    font-size: 34px;
}

.single-loan-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.main-slide h4 {
    font-size: 22px;
    color: #000;
    font-family: var(--thm-font);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.main-slide input {
    border-radius: 10px;
    max-width: 200px;
    padding: 13px 15px;
    outline: 0;
    background-color: white;
    color: black;
    border: 1px solid #E0E1E8;
}

.main-slide input.grey_bg {
    background-color: var(--thm-gray-3) !important;
}

@media(max-width: 576px) {
    .single-loan-header {
        display: block;
    }

    .main-slide h4 {
        margin-bottom: 20px;
    }

    .main-slide input {
        max-width: none;
        width: 100%;
        margin-bottom: 10px;
    }
}

.slider-box .ui-widget-content {
    border: none !important;
    background: #DEDEDE !important;
    height: 7px;
}

.main-slide .ui-slider .ui-slider-range {
    background: #EB191A;
    border-radius: 3px;
}

.main-slide .ui-slider-horizontal .ui-slider-handle {
    top: -6px !important;
    margin-left: -5px !important;
}

.main-slide .ui-slider .ui-slider-handle {
    width: 20px;
    height: 20px;
    border: 4px solid #EB191A;
    background: #fff;
    border-radius: 50%;
    outline: none !important;
    box-shadow: none;
}

.loan-counter-value {
    margin-top: 12px;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 18px;
    color: #6e6d6e;
    display: flex;
    align-items: center;
}

.loan-counter-value span {
    font-weight: 400;
}

.loan-counter-value p {
    margin-top: 14px;
    display: inline-block;
    font-weight: 400;
    font-size: 18px;
    color: var(--thm-color);
    margin: 0;
}

.total-loan-form {
    margin-bottom: 40px;
}

.total-loan-form-emi {
    margin-bottom: 90px;
}

.total-loan-form-calculation {
    text-align: center;
}

@media (max-width: 767px) {
    .total-loan-form {
        padding: 20px;
    }
}

.highcharts-exporting-group,
.highcharts-credits {
    display: none;
}

.emi-calculation {
    position: relative;
    margin-bottom: 12px;
    background-color: #f2ede9;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    background-color: #fff;
}



.emi-calculation-content {
    padding-left: 50px;
    padding-top: 24px;
    padding-right: 50px;
    padding-bottom: 24px;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.02);
}

@media (max-width: 425px) {
    .emi-calculation-content {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.emi-calculation-content p {
    margin: 0;
    text-align: center;
    font-size: 16px;
    align-items: center;
}

@media (max-width: 1199px) {
    .emi-calculation-content p {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .emi-calculation-content p {
        font-size: 16px;
    }
}

@media (max-width: 425px) {
    .emi-calculation-content p {
        display: block;
        text-align: center;
    }
}

.emi-calculation-content p span {
    margin-bottom: 10px;
    display: inline-block;
    color: #686868;
    font-family: var(--thm-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media (max-width: 767px) {
    .emi-calculation-content p span {
        font-size: 14px;
    }
}

@media (max-width: 490px) {
    .emi-calculation-content p span {
        max-width: 100px;
    }
}

.emi-calculation-content p i {
    font-style: normal;
}

.emi-calculation-content p b {
    font-weight: 600;
    font-size: 32px;
    color: var(--thm-black);
    line-height: 1;
    display: block;
}

@media (max-width: 425px) {
    .emi-calculation-content p b {
        margin-top: 10px;
    }
}

.loan-calculation {
    position: relative;
    z-index: 10;
    margin-left: 0px;
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.02);
}

.loan-calculation.gray_bg5 .highcharts-background {
    fill: var(--thm-gray-5);
}

#loan-chart {
    /* height: 300px; */
    min-height: 230px;
}

#home-loan-chart {
    height: 230px;
}

@media(max-width: 499px) {

    #loan-chart,
    #home-loan-chart {
        min-height: 170px;
    }
}

@media (max-width: 1199px) {
    .loan-calculation {
        margin-left: 0;
    }
}

.loan-calculation.loan-eligibility {
    background-color: var(--thm-gray);
    box-shadow: none;
}

.loan-calculation-content {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-top: 0;
}

@media (max-width: 425px) {
    .loan-calculation-content {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.loan-calculation-content p {
    margin: 0;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    align-items: center;
}

@media (max-width: 1199px) {
    .loan-calculation-content p {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .loan-calculation-content p {
        font-size: 16px;
    }
}

@media (max-width: 425px) {
    .loan-calculation-content p {
        display: block;
        text-align: center;
    }
}

.loan-calculation-content p span {
    color: #818181;
    font-family: var(--thm-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-align: start;
}

@media (max-width: 767px) {
    .loan-calculation-content p span {
        font-size: 14px;
    }
}

@media (max-width: 490px) {
    .loan-calculation-content p span {
        max-width: 100px;
    }
}

.loan-calculation-content p i {
    font-style: normal;
    color: #818181;
    font-family: var(--thm-font);
    font-size: 16px;
    font-weight: 400;
}

.loan-calculation-content p b {
    line-height: 1;
    display: block;
    color: #818181;
    font-family: var(--thm-font);
    font-size: 16px;
    font-weight: 400;
}

@media (max-width: 425px) {
    .loan-calculation-content p b {
        margin-top: 10px;
    }
}

.loan-calculation-content .loan-eligibility-inner {
    text-align: left;
    font-size: 30px;
    color: var(--thm-black);
}

.loan-calculation-content .loan-eligibility-inner h4 {
    font-weight: 700;
}

.loan-calculation-content .loan-eligibility-inner #loan-eligibility-emi {
    font-size: 20px;
}

.loan-calculation-content p+p,
.loan-calculation-content .loan-eligibility-inner+.loan-eligibility-inner {
    padding-top: 16px;
    margin-top: 16px;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.loan-calculation .thm-btn {
    width: 100%;
    margin-top: 35px;
    padding-top: 17.5px;
    padding-bottom: 17.5px;
}

.loan-calculation .thm-btn.scroll-to-chart {
    background-color: var(--thm-gray);
    color: var(--thm-black);
}

.loan-calculation .thm-btn:hover {
    background-color: var(--thm-black);
    color: #fff;
}

.loan-calculation .noUi-horizontal {
    height: 7px;
    border-radius: 4px;
    background-color: #eff2f6;
    border: none;
    box-shadow: none;
}

.loan-calculation .noUi-horizontal .noUi-handle {
    width: 20px;
    height: 20px;
    border: 4px solid #fff;
    background: var(--thm-base);
    border-radius: 50%;
    outline: none !important;
    box-shadow: none;
}

.loan-calculation .noUi-horizontal .noUi-handle::before,
.loan-calculation .noUi-horizontal .noUi-handle::after {
    display: none;
}

.loan-calculation .noUi-tooltip {
    border: none;
    padding: 0;
    color: var(--thm-color);
    font-size: 15px;
    background-color: none;
    box-shadow: none;
}

.loan-calculation .noUi-horizontal .noUi-tooltip {
    bottom: 185%;
    font-weight: 500;
}

.loan-calculation .noUi-connect {
    background-color: var(--thm-base);
    border-radius: 4px;
}

/* SUBMENU */
.submenu-accordion {
    /* padding: 10px 0; */
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0px 4px 64px 0px #EFE4E4;
}

.submenu-accordion .card,
.submenu-accordion .card-header {
    border-radius: 30px 30px 0 0;
}

.submenu-accordion>.card {
    border: 0;
    /* box-shadow: 0px 4px 64px 0px #EFE4E4; */
    /* margin-left: 30px;
    margin-right: 30px; */
}

.submenu-accordion>.card:not(:first-child)::before {
    content: "";
    display: block;
    width: calc(100% - 80px);
    height: 3px;
    background-color: #D0D2D8;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
}

.submenu-accordion .card-header {
    padding-left: 30px;
    padding-right: 30px;
    border-bottom: 0;
    background-color: white;
}

.submenu-accordion>.card:last-of-type {
    border-radius: 0 0 30px 30px;
}

.submenu-accordion button.btn-link {
    color: #20242F;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
}

.submenu-accordion button.btn-link:hover {
    text-decoration: none;
}

.submenu-accordion button.btn-link::after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 18px;
    font-size: 20px;
    color: #707A93;
    transition: all .3s ease;
}

.submenu-accordion button.btn-link.collapsed::after {
    transform: rotate(-180deg);
}

.submenu-accordion .card-body {
    padding: 0;
}

.submenu-accordion .card-body ul li {
    background: #fff;
    color: black;
    cursor: pointer;
}

.submenu-accordion .card-body ul li a {
    cursor: pointer;
    color: black;
    display: block;
    padding: 10px 40px;
}

.submenu-accordion .card-body ul li:hover {
    background: #EB191A;
    color: white;
}

.submenu-accordion .card-body ul li:hover a {
    color: white;
}

.submenu-accordion .card-body ul li.current {
    background: #EB191A;
    color: white;
}

.submenu-accordion .card-body ul li.current a {
    color: white;
}

/* CONTENT TABLE */
.content_table_outer {
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0px 4px 64px 0px rgba(239, 228, 228, 0.58);
    padding: 20px 10px;
}

.content_table {
    border-collapse: separate;
    border-spacing: 0 0.3rem;
}

.table_title_box {
    max-width: 200px;
    margin-left: auto;
}

.table_title_box h4 {
    font-size: 16px;
    margin: 0;
    margin-bottom: 0.5rem;
}

.pagination-container .pagination li:hover {
    cursor: pointer;
    background-color: #EB191A;
    color: white;
}

.pagination-container ul.pagination li {
    width: 33px;
    display: block;
    /* background: red; */
    border: 1px solid #F2F2F2;
    text-align: center;
}

.pagination-container ul.pagination li.active {
    background-color: #EB191A;
    color: white;
}

/* table.content_table tbody tr {
    display: none;
} */

.content_table thead th {
    color: #1B2864;
    border: none;
}

.content_table tbody tr td {
    font-size: 14px;
}

.content_table tbody tr:first-child td {
    border-top: none;
}

/* APPLY NOW MODAL */
.modal-backdrop.show {
    opacity: 1 !important;
}

.modal-backdrop {
    background-color: #000000BA;
}

.apply_now_modal .modal-header .close {
    font-size: 30px;
    margin: -1rem 0rem -1rem auto !important;
}

.apply_now_modal .modal-content {
    margin: 0 auto;
    max-width: 600px;
    border-radius: 40px;
}

/* DOCS REQUIRED MODAL */

.docs_required_modal .modal-header {
    background: var(--thm-primary-gradient);
    border-radius: 20px 20px 0 0;
    padding: 20px 40px;
}

.docs_required_modal .modal-header h2 {
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    font-weight: 600;
}

.docs_required_modal .modal-header h2,
.docs_required_modal .modal-header button span i {
    color: white;
}

.docs_required_modal .modal-header .close {
    font-size: 30px;
    margin: -1rem 0rem -1rem auto !important;
}

.docs_required_modal .modal-content {
    margin: 0 auto;
    max-width: 600px;
    border-radius: 40px;
}

/* CORNER RIBBON */
.corner-ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
}

.corner-ribbon::before,
.corner-ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #F8D6D6;
}

.corner-ribbon-brown::before,
.corner-ribbon-brown::after {
    border: 5px solid #380E0E;
}

.corner-ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 15px 0;
    background: var(--thm-primary-gradient-lite);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    color: #fff;
    font: 600 18px/1 'Poppins', sans-serif;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    text-align: center;
}

.corner-ribbon.corner-ribbon-brown span {
    background: #380E0E;
}

/* top left*/
.corner-ribbon-top-left {
    top: -10px;
    left: -10px;
}

.corner-ribbon-top-left::before,
.corner-ribbon-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
}

.corner-ribbon-top-left::before {
    top: 0;
    right: 0;
}

.corner-ribbon-top-left::after {
    bottom: 0;
    left: 0;
}

.corner-ribbon-top-left span {
    right: -25px;
    top: 30px;
    transform: rotate(-45deg);
}

/* FAQ ACCORDION */
.faq_accordion {
    padding: 16px 0;
    border-radius: 20px;
    box-shadow: 0px 4px 54px 0px #EDE4E4;
    background-color: white;
}

.faq_accordion .card {
    /* margin: 0 80px 0 20px; */
    margin: 0 20px;
    border: 0;
    position: relative;
}

.faq_accordion .card:not(:last-child) {
    border-bottom: 1px solid #E1D9D9 !important;
}

.faq_accordion .card .card-header {
    padding: 0.75rem 0;
    background: transparent;
    border: none;
    z-index: 1;
}

.faq_accordion .card .card-header h2 {
    display: flex;
}

.faq_accordion .card .arrow {
    width: 40px;
    height: 40px;
    background: #F5EFEF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    font-size: 20px;
    color: #917B7B;
    position: absolute;
    top: 10px;
    right: 0;
}

.faq_accordion .card .collapse.show+.arrow .up,
.faq_accordion .card .collapsing.show+.arrow .up {
    display: block;
}

.faq_accordion .card .collapse.show+.arrow .right,
.faq_accordion .card .collapsing.show+.arrow .right {
    display: none;
}

.faq_accordion .card .collapse+.arrow .up,
.faq_accordion .card .collapsing+.arrow .up {
    display: none;
}

.faq_accordion .card .collapse+.arrow .right,
.faq_accordion .card .collapsing+.arrow .right {
    display: block;
}

.faq_accordion .card .card-header .btn-link {
    color: #695A5A;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}

.faq_accordion .card .card-header .btn-link:not(.collapsed) {
    color: var(--thm-base);
}

.faq_accordion .card .card-body {
    padding: 0 16px 20px;
    color: #938786;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.faq_ol li {
    list-style: decimal !important;
    margin-left: 1rem;
}

@media screen and (max-width: 768px) {
    .faq_accordion .card {
        margin: 1rem;
    }
}

@media screen and (max-width: 500px) {
    .faq_accordion .card .arrow {
        display: none;
    }
}

/* PRODUCTS ACCORDION */
.product_accordion .card {
    margin: 0;
    margin-bottom: 1rem;
    box-shadow: 0px -6px 54px 0px #EDE4E499;
    border: 1px solid #E6DFDF;
    border-radius: 16px !important;
}

.product_accordion>.card:first-child {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.product_accordion .card .card-header {
    background-color: #fff;
    padding-left: 0.3rem;
}

.product_accordion .card .collapse,
.product_accordion .card .collapse.show,
.product_accordion .card .collapse {
    height: 204px;
    overflow: hidden;
    transition: height .35s ease;
}

.product_accordion .card .card-body {
    height: 204px;
    overflow: hidden;
    transition: height .35s ease;
}

.product_accordion .card [data-parent="#accordionExample"] {
    height: 204px;
    overflow: hidden;
    transition: height .35s ease;
}

.product_accordion .card .arrow {
    width: 40px;
    height: 40px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    font-size: 20px;
    color: #917B7B;
    position: absolute;
    top: 10px;
    right: 0;
}

.product_accordion .card .collapse.show+.arrow .up,
.product_accordion .card .collapsing.show+.arrow .up {
    display: block;
}

.product_accordion .card .collapse.show+.arrow .right,
.product_accordion .card .collapsing.show+.arrow .right {
    display: none;
}

.product_accordion .card .collapse+.arrow .up,
.product_accordion .card .collapsing+.arrow .up {
    display: none;
}

.product_accordion .card .collapse+.arrow .right,
.product_accordion .card .collapsing+.arrow .right {
    display: block;
}

.product_accordion .card .card-header .btn-link {
    color: #695A5A;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
}

.product_accordion .card .card-header .btn-link {
    color: #3B2020;
}

.product_accordion .card .card-header .btn-link .sub-title {
    display: none;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #938786 !important;
}

.product_accordion .card .card-header .btn-link:not(.collapsed) {
    font-size: 18px;
    font-weight: 700;
    pointer-events: none;
}

.product_accordion .card .card-header .btn-link:not(.collapsed) .sub-title {
    display: block;
}

.product_accordion .card .card-header .btn-link:not(.collapsed) {
    color: var(--thm-base);
}

.product_accordion ul li {
    padding: 0 0 0 40px;
}

/* ------ */
.otp-wrapper {
    margin: 0 auto;
    max-width: 350px;
    display: flex;
    gap: 30px;
}

.otp-wrapper input:focus {
    outline: none;
}

.otp-wrapper input {
    width: 40px !important;
    text-align: center !important;
    border-radius: 8px !important;
}

.otp-wrapper input::placeholder {
    color: #ffffff50
}

.link_modal .modal-title {
    font-size: 22px;
}

.mobile_action_items {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.mobile_action_items .theme-btn {
    border: none !important;
}

.text-underlined {
    text-decoration: underline;
}

.form-control--otp {
    font-weight: bold;
    text-align: center;
    padding: 1rem !important;
    max-width: 60px;
}

.form-control--otp:last-child {
    margin: 0;
}

.swal2-html-container {
    margin-bottom: 2rem !important;
    font-size: 20px !important;
}

/* THANK YOU PAGE */
.thankyou_section {
    height: 100vh;
    position: relative;
    padding: 150px 50px 120px;
    background-color: #F7E9E9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thankyou_section .thankyou_card {
    margin: 0;
    padding: 40px;
    width: 100%;
    height: auto;
    border-radius: 30px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.thankyou_section .thankyou_card img {
    width: 400px;
    height: auto;
    object-fit: cover;
    object-position: -20px;
    margin: 0;
    margin-bottom: 2rem;
}

.thankyou_section .thankyou_card h1 {
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 1rem;
}

.thankyou_section .thankyou_card p {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #938786;
    text-align: center;
    margin: 0;
    margin-bottom: 2rem;
}

.privacy_policy_section,
.terms_and_conditions_section {
    position: relative;
    padding: 120px 0 120px;
}

.privacy_policy_section ul {
    padding-left: 1rem;
}

.privacy_policy_section ul li {
    list-style-type: disc;
}