/*** LOADER CSS ***/
.loader {
  display: flex;
  align-items: center;
}

.icon {
  height: 1.5rem;
  width: 1.5rem;
  animation: spin 1s linear infinite;
  stroke: #fff;
}

.loading-text {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  color: #fff;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
 

/*** Home Main CSS ***/
.hero-2 {
    background-color: #EAF2FD;
    overflow: hidden
}

.hero-2 .shape1 {
    top: 75px;
    left: -70px;
    -webkit-animation: spin 15s linear infinite;
    animation: spin 15s linear infinite
}

.hero-2 .shape2 {
    top: 25%;
    left: 0
}

.hero-2 .shape2 img {
    -webkit-transform: rotateZ(180deg) rotateX(180deg);
    transform: rotateZ(180deg) rotateX(180deg);
    width: 350px
}

.hero-2 .shape3 {
    top: -12%;
    left: 30%;
    -webkit-animation: movingX 8s linear infinite;
    animation: movingX 8s linear infinite;
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.hero-2 .shape3 img {
    -webkit-transform: rotateZ(-50deg);
    -ms-transform: rotate(-50deg);
    transform: rotateZ(-50deg)
}

.hero-2 .shape4 {
    bottom: -15%;
    left: 24%;
    -webkit-animation: movingX 8s linear infinite;
    animation: movingX 8s linear infinite;
    -webkit-animation-delay: 5s;
    animation-delay: 5s
}

.hero-2 .shape5 {
    top: 27px;
    right: -33px
}

.hero-2 .hero-img2 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2
}

@media (max-width: 1399px) {
    .hero-2 .hero-img2 {
        max-width:498px;
        right: 0%
    }
}

@media (max-width: 1199px) {
    .hero-2 .hero-img2 {
        max-width:480px
    }
}

@media (max-width: 991px) {
    .hero-2 .hero-img2 {
        display:none
    }
}

.hero-2 .hero-img2:before {
    content: "";
    box-sizing: border-box;
    width: 385px;
    height: 385px;
    background: rgba(255,255,255,0.2);
    border: 12px solid var(--theme-color);
    border-radius: 50%;
    position: absolute;
    top: -50px;
    left: 20%;
    z-index: -1;
    -webkit-animation: jumpAni 7s linear infinite;
    animation: jumpAni 7s linear infinite
}

@media (max-width: 1399px) {
    .hero-2 .hero-img2:before {
        left:15%
    }
}

@media (max-width: 1199px) {
    .hero-2 .hero-img2:before {
        width:300px;
        height: 300px
    }
}

.th-hero-bg-overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%
}

.hero-style2 {
    padding: 208px 0
}

@media (max-width: 1399px) {
    .hero-style2 {
        padding:140px 0
    }
}

@media (max-width: 991px) {
    .hero-style2 {
        text-align:center
    }

    .hero-style2 .btn-group {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width: 767px) {
    .hero-style2 {
        padding:100px 0
    }
}

@media (max-width: 375px) {
    .hero-style2 {
        text-align:left
    }

    .hero-style2 .btn-group {
        -webkit-box-pack: start;
        -webkit-justify-content: start;
        -ms-flex-pack: start;
        justify-content: start
    }
}

.hero-style2 .checklist {
    margin-bottom: 36px
}

@media (max-width: 1199px) {
    .hero-style2 .checklist {
        margin-right:-33px
    }
}

@media (max-width: 991px) {
    .hero-style2 .checklist {
        text-align:center;
        margin-right: 0
    }

    .hero-style2 .checklist ul {
        padding: 0;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.hero-style2 .checklist ul li:nth-of-type(2):before {
    color: var(--theme-color2)
}

.hero-style2 .checklist ul li:nth-of-type(3):before {
    color: var(--body-color)
}

@media (max-width: 375px) {
    .hero-style2 .checklist ul {
        display:block
    }

    .hero-style2 .checklist ul li:not(:last-child) {
        margin-bottom: 10px !important
    }
}

.hero-style2 .hero-subtitle {
    font-size: 16px;
    font-weight: 600;
    color: var(--title-color);
    padding-left: 75px;
    position: relative;
    margin-bottom: 22px
}

.hero-style2 .hero-subtitle:before,.hero-style2 .hero-subtitle:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    height: 2px;
    width: 60px;
    background: var(--theme-color2)
}

.hero-style2 .hero-subtitle:before {
    height: 11px;
    width: 11px;
    left: calc(60px - 11px);
    -webkit-transform: translate(0, -50%) rotate(45deg);
    -ms-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg)
}

.hero-style2 .hero-title {
    font-weight: 700;
    margin-bottom: 23px;
    font-size: 60px;
}

.hero-shape {
    position: absolute;
}

@media (max-width: 1299px) {
    .hero-style2 .hero-title {
        font-size:64px
    }
}

@media (max-width: 1199px) {
    .hero-style2 .hero-title {
        font-size:54px
    }
}

@media (max-width: 575px) {
    .hero-style2 .hero-title {
        font-size:34px
    }
}

.hero-style2 .hero-title:first-of-type {
    margin-bottom: 0 !important
}

.hero-style2 .hero-title:nth-of-type(2) {
    font-weight: 500;
    font-size: 54px
}

@media (max-width: 1299px) {
    .hero-style2 .hero-title:nth-of-type(2) {
        font-size:44px
    }
}

@media (max-width: 1199px) {
    .hero-style2 .hero-title:nth-of-type(2) {
        font-size:40px
    }
}

@media (max-width: 575px) {
    .hero-style2 .hero-title:nth-of-type(2) {
        font-size:30px
    }
}

@media (max-width: 1199px) {
    [dir="rtl"] .hero-style2 .checklist {
        margin-left:-33px;
        margin-right: 0
    }
}

@media (max-width: 991px) {
    [dir="rtl"] .hero-style2 .checklist {
        margin-left:0
    }

    [dir="rtl"] .hero-style2 .checklist ul {
        margin: auto
    }
}

@media (max-width: 375px) {
    [dir="rtl"] .hero-style2 {
        text-align:right
    }
}


/*** Home Service Bubble ***/
.ellipse-img {
  animation: border-transform 10s linear infinite alternate forwards;
}

@keyframes border-transform {
    0%, 100% {
      border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
    }

    14% {
        border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
    }
    28% {
        border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
    }
    42% {
        border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
    }
    56% {
        border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
    }
    70% {
        border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
    }
    84% {
        border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
    }
}

/*** About Us CSS ***/
.bg-light-skyblue {
    background: transparent linear-gradient(180deg, #F1F8FF 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}

/*** Text Length ***/

.of-txt-6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    color: #242424;
    font-size: 14px;
    line-height: 1.8rem;
}

.txt-of-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/*** Loan Service ***/

.blog-single.style3 {
    padding: 0;
    margin-bottom: 0;
}

.blog-single.style3 .blog-img img {
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.blog-single.style3 .blog-img:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 112px;
    height: 60px;
    border-bottom: solid 30px var(--white-color);
    border-left: solid 56px var(--white-color);
    border-right: solid 56px transparent;
    border-top: solid 30px transparent;
}

.blog-single.style3 .blog-content {
    padding: 0 var(--blog-space-x, 40px) 40px;
}

.box-title {
    font-size: 24px;
    line-height: 1.417;
}

.box-title {
    font-size: 24px;
    line-height: 1.417;
    font-weight: 600;
    margin-top: -0.32em;
}


/*** What's New CSS ***/
.home-section-2 {
    padding: 60px 0;
    background: linear-gradient(175deg, #fff7eb 0, rgba(249, 240, 227, 0) 84.33%);
}
.whatsnew {
    background: #fff;
    padding: 35px;
    display: inline-block;
    width: 100%;
    border-radius: 20px;
    height: 354px;
    box-shadow: 0 10px 50px #11146717;
}
.whatsnew .heading2 {
    margin-bottom: 10px;
}
.whatsnew .heading2 {
    color: var(--theme-color);
    font-size: 25px;
}
.whatsnew marquee {
    height: 226px;
}
.whatsnew ul {
    padding: 0;
    margin: 0;
}
.whatsnew ul li {
    list-style: none;
    margin-bottom: 25px;
    font-size: 16px;
}
.whatsnew ul li strong span {
    background: var(--theme-color);
    padding: 1px 10px;
    font-size: 11px;
    color: #fff;
    border-radius: 21px;
    text-transform: uppercase;
    margin-left: 8px;
}
.whatsnew ul li p a {
    font-size: 14px;
    color: rgb(17 21 110);
    line-height: 20px;
    display: inline-block;
    width: 100%;
}
.whatsnew ul li p :hover {
    text-decoration: underline;
}

 /*** footer ***/
.footer-count {
    color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 0;
    padding: 4px 20px;
    text-align: center;
}

/*** ***/
@media (max-width: 767px) {
    .counter-card_number {
        font-size: 33px !important;
    }
}
