@use;

:root {
    --theme-color: #c13a2d;
    --title-color: #191825;
    --body-color: #74757B;
    --smoke-color: #F7F7F7;
    --smoke-color2: #ffece7;
    --black-color: #000000;
    --black-color2: #080E1C;
    --gray-color: #bdbdbd;
    --white-color: #ffffff;
    --light-color: #bdbdbd;
    --yellow-color: #FFB539;
    --success-color: #28a745;
    --error-color: #dc3545;
    --border-color: #E6E6E6;
    --title-font: 'Raleway', sans-serif;
    --title-font2: "Instrument Sans", sans-serif;
    --body-font: 'Roboto', sans-serif;
    --body-font2: "Inter", sans-serif;
    --icon-font: "Font Awesome 6 Pro";
    --main-container: 1220px;
    --container-gutters: 30px;
    --section-space: 60px;
    --section-space-mobile: 80px;
    --section-title-space: 60px;
    --ripple-ani-duration: 5s;
    --circle-size: 420px;
      --node-size: 110px;
      --rotation-speed: 28s;
      --primary: #3b82f6;
      --text-dark: #1a4a7c;
      --bg-light: #f8fbff;

}

.theme-blue {
    --theme-color: #0052DA
}

html,body {
    scroll-behavior: auto !important
}

body {
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 400;
    color: var(--body-color);
    line-height: 26px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased
}

body.bg-color {
    background-color: #F9F9F9
}

body.theme2 {
    background-color: #F9F9F9;
    --title-color: #233F9B
}

body.theme3 {
    background-image: url("../img/bg/bg-shape.png");
    background-repeat: no-repeat;
    background-size: 100% , 100%;
    background-position: center center
}

iframe {
    border: none;
    width: 100%
}

.slick-slide:focus,button:focus,a:focus,a:active,input,input:hover,input:focus,input:active,textarea,textarea:hover,textarea:focus,textarea:active {
    outline: none
}

input:focus {
    outline: none;
    box-shadow: none
}

img:not([draggable]),embed,object,video {
    max-width: 100%;
    height: auto
}

ul {
    list-style-type: disc
}

ol {
    list-style-type: decimal
}

table {
    margin: 0 0 1.5em;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid var(--border-color)
}

th {
    font-weight: 700;
    color: var(--title-color)
}

td,th {
    border: 1px solid var(--border-color);
    padding: 9px 12px
}

a {
    color: var(--theme-color);
    text-decoration: none;
    outline: 0;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

a:hover {
    color: var(--white-color);
}

a:active,a:focus,a:hover,a:visited {
    text-decoration: none;
    outline: 0
}

button {
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

img {
    border: none;
    max-width: 100%
}

ins {
    text-decoration: none
}

pre {
    font-family: var(--body-font);
    background: #f5f5f5;
    color: #666;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre-wrap;
    word-wrap: break-word
}

span.ajax-loader:empty,p:empty {
    display: none
}

p {
    font-family: var(--body-font);
    margin: 0 0 18px 0;
    color: var(--body-color);
    line-height: 1.75
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,p a,span a {
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit
}

.h1,h1,.h2,h2,.h3,h3,.h4,h4,.h5,h5,.h6,h6 {
    font-family: var(--title-font);
    color: var(--title-color);
    text-transform: none;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 15px 0
}

.h1,h1 {
    font-size: 64px;
    line-height: 1.167
}

.h2,h2 {
    font-size: 48px;
    line-height: 1.208
}

.h3,h3 {
    font-size: 36px;
    line-height: 1.278
}

.h4,h4 {
    font-size: 30px;
    line-height: 1.333
}

.h5,h5 {
    font-size: 24px;
    line-height: 1.417
}

.h6,h6 {
    font-size: 20px;
    line-height: 1.5
}

@media (max-width: 1199px) {
    .h1,h1 {
        font-size:44px;
        line-height: 1.3
    }

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

    .h3,h3 {
        font-size: 30px
    }

    .h4,h4 {
        font-size: 24px
    }

    .h5,h5 {
        font-size: 20px
    }

    .h6,h6 {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .h1,h1 {
        font-size:40px
    }

    .h2,h2 {
        font-size: 34px;
        line-height: 1.3
    }

    .h3,h3 {
        font-size: 26px
    }

    .h4,h4 {
        font-size: 22px
    }

    .h5,h5 {
        font-size: 18px
    }

    .h6,h6 {
        font-size: 16px
    }
}

@media (max-width: 575px) {
    .h1,h1 {
        font-size:34px;
        line-height: 1.35
    }

    .h2,h2 {
        font-size: 28px
    }
}

@media (max-width: 375px) {
    .h1,h1 {
        font-size:32px
    }
}

.space, .space-bottom {
    padding-bottom: var(--section-space);
}
.space, .space-top {
    padding-top: var(--section-space);
}

.gradient-body {
    background-image: -webkit-linear-gradient(349.38deg, rgba(249, 215, 175, 0.3) 0%, rgba(214, 202, 245, 0.3) 24.03%, rgba(198, 241, 255, 0.3) 45.73%, rgba(248, 242, 222, 0.3) 69.05%, rgba(212, 179, 253, 0.3) 100.44%);
    background-image: linear-gradient(100.62deg, rgba(249, 215, 175, 0.3) 0%, rgba(214, 202, 245, 0.3) 24.03%, rgba(198, 241, 255, 0.3) 45.73%, rgba(248, 242, 222, 0.3) 69.05%, rgba(212, 179, 253, 0.3) 100.44%);
}

.header-layout5 {
    --logo-bg: 26%;
    --top-height: 50px
}

.header-layout5 .header-top {
    --body-color: #191825;
    background-color: var(--white-color);
    padding: 12px 0
}

.header-layout5 .header-top a:hover {
    color: var(--theme-color)
}

.header-layout5 .header-top .container {
    padding-left: 370px
}

.header-layout5 .header-links li:after {
    opacity: 0.2
}

.header-layout5 .header-links li>i {
    color: var(--theme-color)
}

.header-layout5 .menu-area {
    background-color: var(--title-color)
}

.header-layout5 .main-menu>ul>li>a {
    color: var(--white-color)
}

.header-layout5 .main-menu>ul>li>a:hover {
    color: var(--theme-color)
}

.header-layout5 .header-button .th-btn {
    margin-right: 15px
}

.header-layout5 .header-button .icon-btn {
    background-color: #2A2F3C;
    border-color: #2A2F3C;
    color: var(--white-color)
}

.header-layout5 .header-button .icon-btn:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color)
}

.header-layout5 .logo-bg {
    height: calc(100% + var(--top-height));
    width: var(--logo-bg);
    position: absolute;
    bottom: 0;
    left: 0
}

.header-layout5 .logo-bg:before,.header-layout5 .logo-bg:after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--theme-color);
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 25px) 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% - 25px) 100%, 0% 100%)
}

.header-layout5 .logo-bg:before {
    background-color: #BE5F00;
    height: var(--top-height);
    width: calc(100% + 12px);
    -webkit-clip-path: polygon(0 0, calc(100% - 12px) 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, calc(100% - 12px) 0%, 100% 100%, 0% 100%)
}

.header-layout5 .header-logo {
    margin-top: -44px
}

.header-layout5 .sticky .header-logo {
    margin-top: 0
}

@media (min-width: 1300px) {
    .header-layout5 .th-container {
        --main-container: 1600px;
    }
}

@media (min-width: 1922px) {
    .header-layout5 {
        --logo-bg: 32%
    }
}

@media (max-width: 1700px) {
    .header-layout5 {
        --logo-bg: 21%
    }
}

@media (max-width: 1500px) {
    .header-layout5 {
        --logo-bg: 30%
    }

    .header-layout5 .header-top .container {
        padding-left: 320px
    }
}

@media (max-width: 1299px) {
    .header-layout5 {
        --logo-bg: 26%
    }

    .header-layout5 .header-links li:first-child {
        display: none
    }

    .header-layout5 .header-button .th-btn {
        display: none
    }
    
    .header-layout5 .header-logo {
        width: 240px !important;
    }
}

@media (max-width: 1199px) {
    .header-layout5 {
        --logo-bg: 30%
    }

    .header-layout5 .header-links li:nth-child(2) {
        display: none
    }
}

@media (max-width: 991px) {
    .header-layout5 {
        --logo-bg: 56%
    }

    .header-layout5 .logo-bg {
        height: 100%
    }

    .header-layout5 .logo-bg:before {
        height: 100%
    }

    .header-layout5 .header-logo {
        margin-top: 0
    }

    .header-layout5 .header-top .container {
        padding-left: 12px
    }
}

@media (max-width: 575px) {
    .header-layout5 {
        --logo-bg: 65%
    }

    .header-layout5 .header-logo img {
        max-width: 230px
    }

    .header-logo{
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media (max-width: 375px) {
    .header-layout5 {
        --logo-bg: 70%
    }
}


.th-header {
    position: relative;
    z-index: 41
}

.th-header .icon-btn {
    border-radius: 99px
}

.th-header .menu-area {
    position: relative;
    z-index: 2
}


.header-links ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.header-links li {
    display: inline-block;
    position: relative;
    font-size: 18px;
    font-weight: 400
}

.header-links li:not(:last-child) {
    margin: 0 55px 0 0
}

.header-links li:not(:last-child):after {
    content: '';
    height: 26px;
    width: 1px;
    background-color: var(--body-color);
    position: absolute;
    top: 0px;
    right: -30px;
    opacity: 0.6
}

.header-links li>i {
    margin-right: 6px
}

.header-links li,.header-links span,.header-links p,.header-links a {
    color: var(--body-color)
}

.header-links a:hover {
    color: var(--theme-color)
}

.header-links b,.header-links strong {
    font-weight: 600;
    margin-right: 6px
}


.social-links .social-title {
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    margin: 0 10px 0 0;
    color: var(--body-color)
}

.social-links a {
    font-size: 16px;
    display: inline-block;
    color: var(--body-color);
    margin: 0 15px 0 0
}

.social-links a:last-child {
    margin-right: 0 !important
}

.social-links a:hover {
    color: var(--theme-color)
}


.sticky-wrapper {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.sticky-wrapper.sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: var(--white-color);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.07);
    -webkit-animation: stickyAni 0.4s ease-in-out;
    animation: stickyAni 0.4s ease-in-out
}

@-webkit-keyframes stickyAni {
    0% {
        -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
        transform: translate3d(0, -40px, 0) scaleY(0.8);
        opacity: 0.7
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) scaleY(1);
        transform: translate3d(0, 0, 0) scaleY(1);
        opacity: 1
    }
}

@keyframes stickyAni {
    0% {
        -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
        transform: translate3d(0, -40px, 0) scaleY(0.8);
        opacity: 0.7
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) scaleY(1);
        transform: translate3d(0, 0, 0) scaleY(1);
        opacity: 1
    }
}


.th-header .menu-area {
    position: relative;
    z-index: 2
}


.header-logo {
    padding-top: 10px;
    padding-bottom: 10px
}

.header-logo {
    position: relative;
    z-index: 3
}


@media (max-width: 375px) {
    .header-logo img {
        max-width:170px
    }
}

.main-menu ul {
    margin: 0;
    padding: 0;
}


.main-menu a {
    display: block;
    position: relative;
    font-weight: 600;
    font-size: 18px;
    font-family: var(--title-font);
    color: var(--title-color);
    text-transform: capitalize
}

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

.main-menu>ul>li {
    margin: 0 17px
}

.main-menu>ul>li>a {
    padding: 37px 0
}

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

.main-menu ul {
    margin: 0;
    padding: 0
}

.main-menu ul li {
    list-style-type: none;
    display: inline-block;
    position: relative
}

.main-menu ul li.menu-item-has-children>a:after {
    content: "\2b";
    display: inline-block;
    position: relative;
    font-family: var(--icon-font);
    margin-left: 4px;
    font-weight: 600;
    top: 0;
    font-size: 0.9em;
    color: var(--theme-color);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

.main-menu ul li.menu-item-has-children>a:hover:after {
    content: "\f068";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.main-menu ul li:last-child {
    margin-right: 0 !important
}

.main-menu ul li:first-child {
    margin-left: 0 !important
}

.main-menu ul li:hover>ul.sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    z-index: 9
}

.main-menu ul.sub-menu {
    border-top: 3px solid var(--theme-color);
    position: absolute;
    text-align: left;
    top: 100%;
    left: 0;
    background-color: var(--white-color);
    visibility: hidden;
    min-width: 230px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 7px;
    left: -14px;
    opacity: 0;
    z-index: -1;
    box-shadow: 0px 4px 15px rgba(1,15,28,0.06);
    border-radius: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}

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

.main-menu ul.sub-menu {
    padding: 18px 20px 18px 18px;
    left: -27px
}

.main-menu ul.sub-menu li {
    display: block;
    margin: 0 0;
    padding: 0px 9px
}

.main-menu ul.sub-menu li.menu-item-has-children>a:after {
    content: "\2b";
    float: right;
    top: 1px;
    display: inline-block
}

.main-menu ul.sub-menu li.menu-item-has-children>a:hover:after {
    content: "\f068";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.main-menu ul.sub-menu li a {
    position: relative;
    padding-left: 0;
    text-transform: capitalize
}

/* .main-menu ul.sub-menu li a:before {
    content: "\f622";
    position: absolute;
    top: 6px;
    left: 10px;
    font-family: var(--icon-font);
    width: 11px;
    height: 11px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    font-size: 1em;
    line-height: 1;
    color: var(--theme-color);
    font-weight: 900;
    opacity: 0;
    visibility: visible;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
} */

/* .main-menu ul.sub-menu li a:hover {
    padding-left: 23px
} */

.main-menu ul.sub-menu li a:hover:before {
    visibility: visible;
    opacity: 1;
    left: 0
}

.main-menu ul.sub-menu li ul.sub-menu {
    left: 100%;
    right: auto;
    top: 0;
    margin: 0 0;
    margin-left: 20px
}

.main-menu ul.sub-menu li ul.sub-menu li ul {
    left: 100%;
    right: auto
}

@media (max-width: 1500px) {
    .main-menu>ul>li {
        margin:0 15px
    }
}


.main-menu a .new-label {
    font-size: 13px;
    background-color: var(--theme-color);
    color: var(--white-color);
    padding: 2px 5px;
    border-radius: 4px;
    position: relative;
    top: -1px
}


.header-button {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px
}

.header-button .th-btn {
    margin-left: 15px
}

.header-button .icon-btn .badge {
    font-size: 12px;
    top: 0;
    right: 0
}

.header-button .icon-btn:hover .badge {
    background-color: var(--title-color)
}

.th-btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    font-family: var(--body-font);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 21px 30px;
    min-width: 166px;
    border-radius: 5px;
}

.th-btn:before {
    -webkit-transform: scale(0) rotate(0);
    -ms-transform: scale(0) rotate(0);
    transform: scale(0) rotate(0);
}

.th-btn:before, .th-btn:after {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 50%;
    background-color: var(--title-color);
    z-index: -1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    border-radius: 0;
}

.th-btn:before, .th-btn:after {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 50%;
    background-color: var(--title-color);
    z-index: -1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    border-radius: 0;
}

.th-btn:after {
    -webkit-transform: scale(0) rotate(0);
    -ms-transform: scale(0) rotate(0);
    transform: scale(0) rotate(0);
    left: unset;
    right: 0;
}

.th-btn.style3:hover {
    color: var(--title-color)
}

.th-btn.style3:hover:before,.th-btn.style3:hover:after {
    background-color: var(--white-color)
}


.th-btn:hover::before, .th-btn:hover:after, .th-btn.active::before, .th-btn.active:after {
    border-radius: 0;
    -webkit-transform: scale(1) rotate(360deg);
    -ms-transform: scale(1) rotate(360deg);
    transform: scale(1) rotate(360deg);
}

/*** Start Mobile Menu CSS***/
.th-menu-toggle { /*** toggle btn ***/
    width: 56px;
    height: 56px;
    padding: 0;
    font-size: 20px;
    border: none;
    background-color: var(--theme-color);
    color: var(--white-color);
    display: inline-block;
    border-radius: 4px;
}


.th-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.6);
    z-index: 999999;
    width: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
    opacity: 0;
    visibility: hidden
}

.th-menu-wrapper .mobile-logo {
    padding-bottom: 30px;
    padding-top: 40px;
    display: block;
    text-align: center;
    background-color: var(--smoke-color2)
}

.th-menu-wrapper .mobile-logo svg {
    max-width: 185px
}

.th-menu-wrapper .th-menu-toggle {
    border: none;
    font-size: 22px;
    position: absolute;
    right: -16.5px;
    top: 25px;
    padding: 0;
    line-height: 1;
    width: 33px;
    height: 33px;
    line-height: 35px;
    font-size: 18px;
    z-index: 1;
    color: var(--white-color);
    background-color: var(--theme-color);
    border-radius: 50%
}

.th-menu-wrapper .th-menu-toggle:hover {
    background-color: var(--title-color);
    color: var(--white-color)
}

.th-menu-wrapper .th-menu-area {
    width: 100%;
    max-width: 310px;
    background-color: #fff;
    border-right: 3px solid var(--theme-color);
    height: 100%;
    position: relative;
    left: -110%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
    z-index: 1
}

.th-menu-wrapper.th-body-visible {
    opacity: 1;
    visibility: visible
}

.th-menu-wrapper.th-body-visible .th-menu-area {
    left: 0;
    opacity: 1;
    visibility: visible;
}


.th-mobile-menu {
    overflow-y: scroll;
    max-height: calc(100vh - 200px);
    padding-bottom: 40px;
    margin-top: 33px;
    text-align: left
}

.th-mobile-menu ul {
    margin: 0;
    padding: 0 0
}

.th-mobile-menu ul li {
    border-bottom: 1px solid #fdedf1;
    list-style-type: none
}

.th-mobile-menu ul li li:first-child {
    border-top: 1px solid #fdedf1
}

.th-mobile-menu ul li a {
    display: block;
    position: relative;
    padding: 12px 0;
    line-height: 1.4;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--title-color);
    padding-left: 18px
}

.th-mobile-menu ul li a:before {
    content: '\f105';
    font-family: var(--icon-font);
    position: absolute;
    left: 0;
    top: 12px;
    margin-right: 10px;
    display: inline-block
}

.th-mobile-menu ul li.th-active>a {
    color: var(--theme-color)
}

.th-mobile-menu ul li.th-active>a:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.th-mobile-menu ul li ul li {
    padding-left: 20px
}

.th-mobile-menu ul li ul li:last-child {
    border-bottom: none
}

.th-mobile-menu ul .th-item-has-children>a .th-mean-expand {
    position: absolute;
    right: 0;
    top: 50%;
    font-weight: 400;
    font-size: 12px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin-top: -12.5px;
    display: inline-block;
    text-align: center;
    background-color: var(--smoke-color);
    color: var(--title-color);
    box-shadow: 0 0 20px -8px rgba(173,136,88,0.5);
    border-radius: 50%
}

.th-mobile-menu ul .th-item-has-children>a .th-mean-expand:before {
    content: '\f067';
    font-family: var(--icon-font)
}

.th-mobile-menu ul .th-item-has-children>a:after {
    content: "\f067";
    font-family: var(--icon-font);
    width: 22px;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    border-radius: 50px;
    background-color: var(--smoke-color);
    float: right;
    margin-top: 1px
}

.th-mobile-menu ul .th-item-has-children.th-active>a .th-mean-expand:before {
    content: '\f068'
}

.th-mobile-menu ul .th-item-has-children.th-active>a:after {
    content: "\f068"
}

.th-mobile-menu>ul {
    padding: 0 40px
}

.th-mobile-menu>ul>li:last-child {
    border-bottom: none
}
/*** End Mobile Menu CSS ***/

/*** Start Footer CSS ***/

.footer-layout1 {
    background-color: #152a5c;
    --body-color: #fff;
    overflow: hidden
}

.footer-layout1 .footer-logo {
    padding: 45px 79px 45px 0;
}

.footer-layout1 .shape-left,.footer-layout1 .shape-right {
    position: absolute;
    z-index: -1
}

.footer-layout1 .shape-left {
    top: 0;
    left: 0
}

.footer-layout1 .shape-right {
    bottom: 65px;
    right: 0
}

.footer-layout1 .logo-bg {
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--white-color);
    height: 101%;
    width: 33%;
    z-index: -1;
    -webkit-clip-path: polygon(100% 0, calc(100% - 60px) 50%, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, calc(100% - 60px) 50%, 100% 100%, 0 100%, 0 0)
}

.footer-layout1 .logo-bg:before {
    content: "";
    height: 100%;
    width: calc(100% - 10px);
    background-color: var(--title-color);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-clip-path: polygon(100% 0, calc(100% - 60px) 50%, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, calc(100% - 60px) 50%, 100% 100%, 0 100%, 0 0)
}

.widget-area {
    padding-top: var(--section-space);
    padding-bottom: 66px;
}

.copyright-wrap {
    padding: 22px 0;
    background-size: 100% auto;
}

.bg-title {
    background-color: var(--title-color) !important;
}

.copyright-text {
    margin: 0;
}

.copyright-text a{
    color: var(--theme-color);
}

.copyright-text a:hover{
    color: var(--white-color);
}

@media (min-width: 1922px) {
    .footer-layout1 .logo-bg {
        width:37%
    }
}

@media (max-width: 1500px) {
    .footer-layout1 .logo-bg {
        width:27%
    }

    .footer-layout1 .shape-right {
        bottom: -20px;
        right: -70px
    }
}

@media (max-width: 1299px) {
    .footer-layout1 .shape-left {
        max-width:65%
    }
}

@media (max-width: 1199px) {
    .footer-layout1 .logo-bg {
        width:100%;
        height: 170px;
        -webkit-clip-path: polygon(100% 0, 100% 100%, 50% calc(100% - 40px), 0 100%, 0 0);
        clip-path: polygon(100% 0, 100% 100%, 50% calc(100% - 40px), 0 100%, 0 0)
    }

    .footer-layout1 .logo-bg:before {
        width: 100%;
        height: calc(100% - 10px);
        -webkit-clip-path: polygon(100% 0, 100% 100%, 50% calc(100% - 40px), 0 100%, 0 0);
        clip-path: polygon(100% 0, 100% 100%, 50% calc(100% - 40px), 0 100%, 0 0)
    }

    .footer-layout1 .footer-logo {
        padding: 40px 15px 60px 15px;
        text-align: center
    }

    .footer-contact-wrap {
        padding: 40px 0 30px 0
    }
}

@media (max-width: 991px) {
    .footer-wrapper .widget-area {
        padding-top:var(--section-space-mobile);
        padding-bottom: 30px
    }

    .footer-contact-wrap {
        grid-template-columns: auto auto;
        gap: 30px
    }
}

@media (max-width: 575px) {
    .copyright-wrap {
        background-size:cover
    }

    .footer-contact {
        margin-left: 10px
    }

    .footer-contact-wrap {
        grid-template-columns: auto
    }
}

.footer-wrapper {
    --border-color: rgba(255, 255, 255, 0.3);
    position: relative;
    z-index: 2
}

.footer-wrapper .th-social a {
    background-color: transparent;
    color: var(--white-color);
    border: 1px solid var(--white-color)
}

.footer-wrapper .th-social a:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color)
}

.widget .th-social a {
    box-shadow: 0px 2px 14px rgba(4, 6, 66, 0.1);
}
.th-social a {
    display: inline-block;
    width: var(--icon-size, 46px);
    height: var(--icon-size, 46px);
    line-height: var(--icon-size, 46px);
    background-color: var(--white-color);
    color: var(--body-color);
    font-size: 16px;
    text-align: center;
    margin-right: 5px;
    border-radius: 50%;
}

.footer-widget, .footer-widget .widget {
    padding: 0;
    border: none;
    padding-bottom: 0;
    background-color: transparent;
    box-shadow: none;
}

.footer-widget {
    margin-bottom: 50px;
}

.footer-widget .widget_title {
    max-width: 270px;
    color: var(--white-color);
    font-weight: 600;
    text-transform: uppercase;
    margin: -0.12em 0 35px 0;
    padding: 0 0 17px 0;
}

.widget_title {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    font-family: var(--title-font);
    line-height: 1em;
    margin: -0.12em 0 28px 0;
}

.footer-widget .widget_title:before {
    content: '';
    height: 2px;
    width: 100px;
    background-color: var(--theme-color);
    position: absolute;
    left: 0;
    bottom: 0;
}

.footer-widget .widget_title:after {
    content: '';
    height: 10px;
    width: 10px;
    background-color: var(--white-color);
    position: absolute;
    bottom: -4px;
    left: 96px;
    border-radius: 99px;
    border: 2px solid var(--theme-color);
}
.widget_nav_menu ul{
    list-style: none;
    padding: 0;
    margin: 0 0 0 0;
}

.widget_nav_menu li{
    display: block;
    position: relative;
}

.footer-widget.widget_nav_menu a {
    font-size: 16px;
    font-weight: 400;
    padding: 0 0 0 20px;
    margin-bottom: 21px;
    font-family: var(--body-font);
    display: block;
    max-width: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-right: 0;
    background-color: transparent;
    border-bottom: none;
    position: relative;
}

.widget_nav_menu a{
    display: block;
    background-color: var(--white-color);
    margin: 0 0 10px 0;
    padding: 16px 45px 19px 25px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.313;
    color: var(--body-color);
    border-radius: 4px;
}

.widget_nav_menu a::before{
    content: "\f061";
    position: absolute;
    right: 25px;
    top: 17px;
    font-family: var(--icon-font);
    font-weight: 600;
    color: var(--theme-color);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.footer-widget.widget_nav_menu a:before {
    content: "\f054";
    font-weight: 600;
    left: 0;
    top: 2px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    font-size: 0.9em;
    background-color: transparent;
    border: none;
    color: inherit;
}

.footer-widget.widget_nav_menu ul {
    margin-top: -5px;
}

.footer-widget.widget_nav_menu a:hover {
    background-color: transparent;
    color: var(--theme-color);
}
.footer-widget.widget_nav_menu a:hover:before {
    color: var(--theme-color);
}

.footer-widget .recent-post {
    max-width: 315px;
    margin-top: -0.3em;
    margin-bottom: 28px;
}

.recent-post {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.recent-post .media-img {
    margin-right: 15px;
    width: 80px;
    overflow: hidden;
    border-radius: 2px;
}

.about-text {
    color: #8E939D;
}

/*** END Footer CSS ***/

/*** Start scroll Top CSS ***/

.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 67px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(45px);
    -ms-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear
}

.scroll-top:after {
    content: "\f062";
    font-family: var(--icon-font);
    position: absolute;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: var(--theme-color);
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    border: 2px solid var(--theme-color);
    box-shadow: none;
    border-radius: 50%
}

.scroll-top svg {
    color: var(--theme-color);
    border-radius: 50%;
    background: var(--white-color)
}

.scroll-top svg path {
    fill: none
}

.scroll-top .progress-circle path {
    stroke: var(--theme-color);
    stroke-width: 20px;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear
}

.scroll-top.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}
/*** END Scroll top CSS ***/

/*** Start Loader CSS ***/

.preloader {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background-color: #ffffffd1;
}

.preloader-inner{
    position: absolute;
    top: 50%;
    left: 50%;
}

.spinner:before {
  transform: rotateX(60deg) rotateY(45deg) rotateZ(45deg);
  animation: 750ms rotateBefore infinite linear reverse;
}

.spinner:after {
  transform: rotateX(240deg) rotateY(45deg) rotateZ(45deg);
  animation: 750ms rotateAfter infinite linear;
}

.spinner:before,
.spinner:after {
  box-sizing: border-box;
  content: '';
  display: block;
  position: absolute;
  margin-top: -5em;
  margin-left: -5em;
  width: 10em;
  height: 10em;
  transform-style: preserve-3d;
  transform-origin: 50%;
  transform: rotateY(50%);
  perspective-origin: 50% 50%;
  perspective: 340px;
  background-size: 10em 10em;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjI2NnB4IiBoZWlnaHQ9IjI5N3B4IiB2aWV3Qm94PSIwIDAgMjY2IDI5NyIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxuczpza2V0Y2g9Imh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaC9ucyI+CiAgICA8dGl0bGU+c3Bpbm5lcjwvdGl0bGU+CiAgICA8ZGVzY3JpcHRpb24+Q3JlYXRlZCB3aXRoIFNrZXRjaCAoaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoKTwvZGVzY3JpcHRpb24+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBza2V0Y2g6dHlwZT0iTVNQYWdlIj4KICAgICAgICA8cGF0aCBkPSJNMTcxLjUwNzgxMywzLjI1MDAwMDM4IEMyMjYuMjA4MTgzLDEyLjg1NzcxMTEgMjk3LjExMjcyMiw3MS40OTEyODIzIDI1MC44OTU1OTksMTA4LjQxMDE1NSBDMjE2LjU4MjAyNCwxMzUuODIwMzEgMTg2LjUyODQwNSw5Ny4wNjI0OTY0IDE1Ni44MDA3NzQsODUuNzczNDM0NiBDMTI3LjA3MzE0Myw3NC40ODQzNzIxIDc2Ljg4ODQ2MzIsODQuMjE2MTQ2MiA2MC4xMjg5MDY1LDEwOC40MTAxNTMgQy0xNS45ODA0Njg1LDIxOC4yODEyNDcgMTQ1LjI3NzM0NCwyOTYuNjY3OTY4IDE0NS4yNzczNDQsMjk2LjY2Nzk2OCBDMTQ1LjI3NzM0NCwyOTYuNjY3OTY4IC0yNS40NDkyMTg3LDI1Ny4yNDIxOTggMy4zOTg0Mzc1LDEwOC40MTAxNTUgQzE2LjMwNzA2NjEsNDEuODExNDE3NCA4NC43Mjc1ODI5LC0xMS45OTIyOTg1IDE3MS41MDc4MTMsMy4yNTAwMDAzOCBaIiBpZD0iUGF0aC0xIiBmaWxsPSIjMDAwMDAwIiBza2V0Y2g6dHlwZT0iTVNTaGFwZUdyb3VwIj48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg==);
}
/* sitNSpin.less */
@keyframes rotateBefore {
  from {
    transform: rotateX(60deg) rotateY(45deg) rotateZ(0deg);
  }

  to {
    transform: rotateX(60deg) rotateY(45deg) rotateZ(-360deg);
  }
}

@keyframes rotateAfter {
  from {
    transform: rotateX(240deg) rotateY(45deg) rotateZ(0deg);
  }

  to {
    transform: rotateX(240deg) rotateY(45deg) rotateZ(360deg);
  }
}

/*** END loader CSS **/

/*** Start Hero Section CSS ***/
.main-heading{
    font-size: 36px;
}

.large .main-heading{
    font-size: 38px;
}


@media (max-width: 776px) {
    .main-heading{
        font-size: 33px;
    }
    
    .large .main-heading{
        font-size: 34px;
    }
}

.search-bar input {
    width: 100%;
    padding: 15px 20px;
    border-radius: 50px;
    border: none;
    font-size: 16px;
    margin-bottom: 25px;
    box-sizing: border-box;
}

.grid-menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-bottom: 30px;
}

.menu-item {
    background: white;
    color: #333;
    padding: 15px;
    border-radius: 9px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.large .menu-item{
  font-size: 16px;
}

.menu-item i {
    display: block;
    font-size: 20px;
    margin-bottom: 8px;
    color: var(--theme-color);
}

.large .menu-item i {
  font-size: 21px;
}

.menu-item:hover{
  background: var(--theme-color);
  color: var(--white-color);
}

.menu-item:hover i{
  color: var(--white-color);
}

.support-btn {
    grid-column: span 1;
    background: var(--theme-color);
    padding: 10px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    color: #fff;
}

.support-btn i {
    font-size: 20px;
    margin-right: 10px;
}

.large .support-btn i {
    font-size: 21px;
}

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

.offers-label {
    font-weight: bold;
    margin-bottom: 15px;
}

.promo-card {
    background: white;
    color: #333;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}

.hot-badge {
    background: var(--smoke-color2);
    color: var(--theme-color);
    font-size: 16px;
    padding: 3px 8px;
    border-radius: 5px;
    position: absolute;
    right: 20px;
    top: 20px;
}

.large .hot-badge {
    font-size: 17px;
}

.promo-content h3 {
    margin: 0;
    color: var(--theme-color);
}

.promo-content p {
    font-size: 13px;
    color: #666;
    margin: 5px 0 20px 0;
}

.large .promo-content p{
  font-size: 15px;
}

.promo-actions a {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    margin-right: 20px;
    font-size: 14px;
}

.large .promo-actions a {
  font-size: 15px;
}

.promo-image img {
    align-self: flex-end;
}

.loan-card {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.content-overlay {
    position: absolute;
    z-index: 4;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 26, 77, 0.4) 0%, rgba(0, 21, 61, 0.85) 100%);
    margin-bottom: 40px;
    padding: 40px;
    width: calc(100% - 77px);
    border-top-right-radius: 50px;
}

.title {
    color: #ffffff;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 12px;
    max-width: 280px;
}

.subtitle {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.3px;
    margin-bottom: 35px;
}

.btn-know-more {
    display: inline-block;
    background-color: #ebedf2;
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 32px;
    border-radius: 12px;
    text-decoration: none;
    transition: background-color 0.2s ease, transform 0.2s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.btn-know-more:hover {
    background-color: #ffffff;
    transform: translateY(-1px);
    color: var(--theme-color);
}
/*** END Hero Section CSS ***/ 

/*** Start About Section CSS  ***/
.img-box3 {
    position: relative;
    z-index: 2;
    --space: 40px;
}
@media (min-width: 1300px) {
    .img-box3 {
        margin-right: 50px;
    }
}   
.img-box3:before {
    content: '';
    background-color: var(--theme-color);
    position: absolute;
    bottom: calc(var(--space) * -1);
    left: calc(var(--space) * -1);
    height: 200px;
    width: 212px;
    z-index: -1;
    border-radius: 10px;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.img-box3 .img1 img {
    border-radius: 10px;
}
.img-box3 .img2 {
    position: absolute;
    top: 30px;
    right: 0;
    padding: 10px 0 10px 10px;
    display: inline-block;
    border-radius: 10px;
    background-color: var(--white-color);
    -webkit-animation: jumpAni 5s linear infinite;
    animation: jumpAni 5s linear infinite;
}
.img-box3 .img2 img {
    border-radius: inherit;
}
.img-box3 .shape1{
    position: absolute;
    top: calc(var(--space) * -1);
    left: calc(var(--space) * -1);
    z-index: -1;
    -webkit-animation: jumpReverseAni 5s linear infinite;
    animation: jumpReverseAni 5s linear infinite;
}
@keyframes jumpReverseAni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.img-box3 .year-counter {
    position: absolute;
    right: 0;
    bottom: 30px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    background-color: var(--white-color);
    box-shadow: 0px 6px 20px rgba(191, 191, 191, 0.25);
    border-radius: 10px;
    z-index: 3;
    max-width: 205px;
    padding: 30px 35px;
}

.year-counter {
    max-width: 135px;
    text-align: center;
    -webkit-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    transform: rotate(-35deg);
    padding-top: 6px;
}
.img-box3 .year-counter_number {
    padding-left: 0;
}
.year-counter_number {
    font-family: var(--title-font);
    font-size: 44px;
    font-weight: 600;
    color: var(--theme-color);
    line-height: 46px;
    padding-left: 5px;
}
.year-counter_text {
    margin-bottom: 0;
}
.title-area {
    position: relative;
    z-index: 2;
}
.sub-title {
    display: block;
    font-size: 20px;
    font-weight: 500;
    font-family: var(--body-font);
    color: var(--theme-color);
    margin-bottom: 30px;
    text-transform: capitalize;
    line-height: 24px;
    margin-top: -0.34em;
}
.title-area .sec-title {
    margin-bottom: 11px;
    font-size: 38px;
}

@media (max-width: 575px) {
    .title-area .sec-title{
      font-size: 23px;
    }
}

.sec-title {
    margin-top: -0.2em;
    text-transform: capitalize;
    font-weight: 800;
}
/*** End About Section CSS ***/

/*** Start financial strenth CSS ***/
[data-overlay] {
    position: relative;
    z-index: 2;
}
[data-overlay]:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
[data-overlay="smoke"]:before {
    background-color: #152a5c8c;
}
[data-opacity="9"]:before {
    opacity: .9;
}

.counter-card-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 991px) {
    .counter-card-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991px) {
    .counter-card:nth-child(-n+2) {
        border-bottom: 1px solid var(--border-color);
    }
}
@media (max-width: 991px) {
    .counter-card:nth-child(even) {
        border-right: none;
    }
}
.counter-card {
    --border-color: #D4D4D4;
    border-right: 1px solid var(--border-color);
    padding: 60px 0;
    text-align: center;
    position: relative;
    z-index: 2;
}
.counter-card_number {
    font-size: 36px;
    color: var(--white-color);
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: -0.24em;
}
.counter-card_text {
    display: block;
    margin-bottom: -0.45em;
    color: #fff;
}
/*** END financial strenth CSS ***/

/*** Start Service Section CSS ***/
.title-area {
    position: relative;
    z-index: 2;
}
.sub-title:has(img) {
    margin-top: 0;
}

.sub-title {
    display: block;
    font-size: 20px;
    font-weight: 500;
    font-family: var(--body-font);
    color: var(--theme-color);
    margin-bottom: 30px;
    text-transform: capitalize;
    line-height: 24px;
    margin-top: -0.34em;
}
.sec-title {
    margin-bottom: calc(var(--section-title-space) - 12px);
    margin-top: -0.2em;
    text-transform: capitalize;
    font-weight: 800;
}


.slick-arrow {
    display: inline-block;
    padding: 0;
    background-color: var(--smoke-color);
    color: var(--title-color);
    position: absolute;
    top: 50%;
    border: 1px solid var(--border-color);
    left: var(--pos-x, -100px);
    width: var(--icon-size, 56px);
    height: var(--icon-size, 56px);
    line-height: var(--icon-size, 54px);
    font-size: var(--icon-font-size, 18px);
    margin-top: calc(var(--icon-size, 56px) / -2);
    z-index: 2;
    border-radius: 5px;
}
.arrow-wrap .slick-arrow {
    opacity: 0;
    visibility: hidden;
}

.slider-shadow .slick-list {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: -30px;
    margin-top: -30px;
}
.slick-track>[class*=col] {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
}
.service-card {
    position: relative;
    z-index: 2;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    border-radius: 10px;
    background-color: var(--white-color);
    padding: 30px;
}
.service-card .shape {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.slick-slide img {
    display: inline-block;
}
.service-card_img {
    position: relative;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
}
.service-card_img>img {
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.box-title {
    font-size: 24px;
    line-height: 1.417;
    font-weight: 700;
    margin-top: -0.32em;
}
.box-title a:hover{
    color: #000;
}
.service-card_text {
    margin-bottom: 14px;
}
.line-btn {
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    line-height: 0.8;
    position: relative;
    padding-bottom: 4px;
    margin-bottom: -1px;
    text-transform: uppercase;
    color: var(--title-color);
}
.line-btn:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: var(--title-color);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.line-btn i {
    margin-left: 5px;
    font-size: 0.9rem;
}
.line-btn:hover {
    color: var(--theme-color);
}
.line-btn:hover::before {
    background-color: var(--theme-color);
    width: 45px;
}
.slick-arrow.slick-next {
    right: var(--pos-x, -100px);
    left: auto;
}
.arrow-wrap:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
}
.slick-arrow:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
}
/*** END Service Section CSS ***/

/*** Start Internal Page CSS ***/
.breadcumb-wrapper {
    background-color: var(--title-color);
    padding: 68px 0 78px 0;
    overflow: hidden;
    text-align: center;
    background-image: url(../img/top-image-page.png);
}
.breadcumb-title {
    color: var(--theme-color);
    margin: -0.20em 0 -0.18em 0;
    line-height: 1.1;
    font-weight: 800;
    font-size: 40px;
}
.breadcumb-menu {
    max-width: 100%;
    padding: 0;
    margin: 35px 0 -0.5em 0;
    list-style-type: none;
    position: relative;
}
.breadcumb-menu li:after {
    content: "\f054";
    position: relative;
    margin-left: 10px;
    font-weight: 500;
    font-size: 15px;
    color: var(--theme-color);
    font-family: var(--icon-font);
}
.breadcumb-menu li, .breadcumb-menu a, .breadcumb-menu span {
    white-space: normal;
    color: inherit;
    word-break: break-word;
    font-weight: 500;
    font-size: 18px;
    color: var(--theme-color);
}

.breadcumb-menu li {
    display: inline-block;
    margin-right: 3px;
    padding-right: 5px;
    list-style: none;
    position: relative;
}

.breadcumb-menu li:last-child {
    padding-right: 0;
    margin-right: 0;
    color: var(--theme-color);
}
/*** END Internal Page CSS ***/