/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    /*	 font-family: "Open Sans", sans-serif;*/

    font-family: "Poppins", sans-serif;

    font-optical-sizing: auto;
}

/*-top-nav*/

:root {
    --main: #150646;
}

#top-nav.bg-secondary {
    background-color: #ec6c5a !important;
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl,
.navbar>.container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}


@media (min-width: 992px) {
    .navbar-expand-lg .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .offcanvas .offcanvas-header {
        display: none;
    }
}


.site-logo img {
    width: 152px;
    height: 106px;
    /* object-fit: contain; */
}
.offcanvas-header .btn-close {
    padding: calc(var(--bs-offcanvas-padding-y)* .5) calc(var(--bs-offcanvas-padding-x)* .5);
    margin-top: calc(-.5* var(--bs-offcanvas-padding-y));
    margin-right: calc(-.5* var(--bs-offcanvas-padding-x));
    margin-bottom: calc(-.5* var(--bs-offcanvas-padding-y));
}


@media (min-width: 992px) {
    .navbar-expand-lg .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}


@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
}

@media (min-width: 992px) {
    .align-items-lg-center {
        align-items: center !important;
    }
}


@media (min-width: 768px) {
    .gap-md-3 {
        gap: 1rem !important;
    }
}



.nav-link {
    color: var(--main);
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
}

/*-------------home-slider------------*/


.back-img-box {
    min-height: 600px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-home-slider {
    text-align: center;
    /*    background-color: #ffffff29;*/
    padding: 30px;
    /*    border-top: 5px solid var(--main);*/
    transform: translateY(70px);
    transition: 1s;
}



.text-h3 {
    font-size: 55px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.6;
}

#homeslider {
    /*        background: #150646;*/
    margin-bottom: 20px;
    /* margin-top: 60px; */
    overflow: hidden;
}

.nine-p {
    font-size: 13px;
    max-width: 500px;
    margin: auto;
    margin-bottom: 16px;
    font-weight: 400;
    line-height: 21px;
    color: #ffffff;
}

.apply-button {
    padding: 8px 30px;
    display: inline-block;
    background: #000;
    color: #fff !important;
    text-decoration: none;
    transition: 0.5s;
    border: 1px solid #000;

}

/*
.apply-button:hover,
.apply-button:focus {
    background: #ffffff;
    color: #fec760;
    border: 1px solid #fff;
    transition: 0.5s;
} */

.main-logo img {
    width: 102px;
    height: 40px;
    object-fit: contain;
}

/*#menubar{
	    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 111;
    background-color: #0000001a;
}*/


#menubar {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 111;
    padding: 15px !important;
    background-color: #fff;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.navbar-toggler-icon svg {
    color: #000;
    background-color: #fff;
    padding: 6px;
}

@media(max-width:991px) {
    .nav-link {
        color: #000 !important;
    }

    .back-img-box {
        min-height: 500px !important;
    }
}


/*----------brands-----------*/

#featured-box {
    padding-top: 50px;
    padding-bottom: 50px;
}


.bg_change_featured {
    background-color: #e2f2ff;
}

#featured-box .swiper-slide img {
    background: #fff;
    width: 100%;
    height: 100px;
    object-fit: contain;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    margin-bottom: 19px;
    padding: 30px;
    border-radius: 13px;
}

#featured-box .swiper-slide {
    text-align: center;
}

.box-heading {
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: 600;
}


:root {
    --main-color: #1ABB9C;
}

.serviceBox {
    color: #696969;
    background: #fff;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    padding: 95px 15px 20px;
    border-radius: 15px;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    position: relative;
}

.serviceBox:before {
    content: "";
    background: #302c2c00;
    width: 150px;
    height: 150px;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.15);
    transform: rotate(45deg);
    position: absolute;
    top: -85px;
    left: -85px;
}

.serviceBox .title {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.serviceBox .title:after {
    content: '';
    border-top: 5px dotted #fed425;
    height: 3px;
    width: 100px;
    margin: 11px auto 0;
    display: block;
    clear: both;
}

.serviceBox .description {
    color: #888;
    font-size: 15px;
    line-height: 25px;
    margin: 0 0 15px;
}

.serviceBox .service-icon {
    color: var(--main-color);
    font-size: 45px;
    line-height: 45px;
}

.serviceBox.red {
    --main-color: #F12945;
}

.serviceBox.blue {
    --main-color: #2F5560;
}

.serviceBox.yellow {
    --main-color: #F3B202;
}

@media only screen and (max-width: 990px) {
    .serviceBox {
        margin: 0 0 20px;
    }
}


section.bg-warning-box {
    /* padding-top: 60px; */
    /* padding-bottom: 75px; */
    background-color: var(--main);
}

.p-text {
    font-size: 13px;
    line-height: 1.9;
    font-weight: 400;
}

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

.image-loan img {
    border-radius: 10px;
    width: 100%;
    max-width: 420px;
    box-shadow: 2px 2px 1px 1px #fec760;
}

.fw-700 {
    font-weight: 700;
}

.text-dd-01 {
    font-size: 30px;
    margin-bottom: 15px;
    line-height: 1.6;
    font-weight: 700;
}

#loan-assistance {
    padding-top: 50px;
    padding-bottom: 40px;
}


.serviceBox {
    height: 100%;
}


#servicerow .col-lg-4.col-md-4.col-sm-6 {
    margin-bottom: 25px;
}

#servicerow .serviceBox {
    padding: 80px 15px 20px;
}


#sectioncounter {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #0090a9;
}


.counter {
    color: #fff;
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-top: 10px;
}

.counter .counter-value {
    font-size: 55px;
    font-weight: 600;
    line-height: 40px;
    margin: 0 0 15px;
    display: block;
}

.counter h3 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0px;
    color: #fff;
}

@media screen and (max-width:990px) {
    .counter {
        margin-bottom: 40px;
    }
}

@media (min-width: 768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 90%;
    }
}


@media (min-width: 576px) {

    .container,
    .container-sm {
        max-width: 90%;
    }
}

@media(max-width:767px) {
    .counter .counter-value {
        font-size: 35px;
        margin-bottom: 10px;
    }

    .counter h3 {
        font-size: 13px;
    }

    .counter {
        margin-bottom: 20px !important;
    }

}

@media(max-width:500px) {
    .counter .counter-value {
        font-size: 25px;
        margin-bottom: 5px;
    }
}

@media(max-width:991px) {
    .bg-warning-box .col-lg-3.col-md-4.col-sm-6 {
        margin-bottom: 25px;
    }
}

#mainsec-box {
    /*	background-color: red;*/
    padding-top: 40px;
    padding-bottom: 40px;
}


/*-----footer*/


.padding-medium {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

svg.social-icon {
    color: var(--light-dark-color);
    transition: all 0.3s ease-in;
}


.list-unstyled {
    padding-left: 0;
    list-style: none;
}


.new_footer_area {
    background: #fbfbfd;
}


.new_footer_top {
    padding: 65px 0px 25px;
    position: relative;
    overflow-x: hidden;
    background-color: #000 !important;
}

.new_footer_area .footer_bottom {
    padding-top: 5px;
    padding-bottom: 50px;
}

.footer_bottom {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: #7f88a6;
    padding: 27px 0px;
}

.new_footer_top .company_widget p {
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
    color: #6a7695;
    margin-bottom: 20px;
    font-weight: 500;
}

.new_footer_top .company_widget .f_subscribe_two .btn_get {
    border-width: 1px;
    margin-top: 20px;
}

.btn_get_two:hover {
    background: transparent;
    color: #5e2ced;
}

.btn_get:hover {
    color: #fff;
    background: #6754e2;
    border-color: #6754e2;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a:hover,
a:focus,
.btn:hover,
.btn:focus,
button:hover,
button:focus {
    text-decoration: none;
    outline: none;
}



.new_footer_top .f_widget.about-widget .f_list li a:hover {
    color: #0090a9;
    transition: 0.2s;
}

.new_footer_top .f_widget.about-widget .f_list li {
    margin-bottom: 11px;
}

.f_widget.about-widget .f_list li:last-child {
    margin-bottom: 0px;
}

.f_widget.about-widget .f_list li {
    margin-bottom: 15px;
}

.f_widget.about-widget .f_list {
    margin-bottom: 0px;
}

.new_footer_top .f_social_icon a {
    width: 44px;
    height: 44px;
    line-height: 43px;
    background: transparent;
    border: 1px solid #e2e2eb;
    font-size: 24px;
}

.f_social_icon a {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    font-size: 14px;
    line-height: 45px;
    color: #858da8;
    display: inline-block;
    background: #ebeef5;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.ti-facebook:before {
    content: "\e741";
}

.ti-twitter-alt:before {
    content: "\e74b";
}

.ti-vimeo-alt:before {
    content: "\e74a";
}

.ti-pinterest:before {
    content: "\e731";
}

.btn_get_two {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #5e2ced;
    border-color: #5e2ced;
    color: #fff;
}

.btn_get_two:hover {
    background: transparent;
    color: #5e2ced;
}

.new_footer_top .f_social_icon a:hover {
    background: #5e2ced;
    border-color: #5e2ced;
    color: white;
}

.new_footer_top .f_social_icon a+a {
    margin-left: 4px;
}

.new_footer_top .f-title {
    margin-bottom: 30px;
    color: #fff;
}

.f_600 {
    font-weight: 600;
}

.f_size_18 {
    font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #4b505e;
}

.new_footer_top .f_widget.about-widget .f_list li a {
    color: #ffffffab;
    text-decoration: none;
    transition: 0.2s;

}


.new_footer_top .footer_bg {
    position: absolute;
    bottom: 0;
    background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEigB8iI5tb8WSVBuVUGc9UjjB8O0708X7Fdic_4O1LT4CmLHoiwhanLXiRhe82yw0R7LgACQ2IhZaTY0hhmGi0gYp_Ynb49CVzfmXtYHUVKgXXpWvJ_oYT8cB4vzsnJLe3iCwuzj-w6PeYq_JaHmy_CoGoa6nw0FBo-2xLdOPvsLTh_fmYH2xhkaZ-OGQ/s16000/footer_bg.png") no-repeat scroll center 0;
    width: 100%;
    height: 266px;
}

.new_footer_top .footer_bg .footer_bg_one {
    background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEia0PYPxwT5ifToyP3SNZeQWfJEWrUENYA5IXM6sN5vLwAKvaJS1pQVu8mOFFUa_ET4JuHNTFAxKURFerJYHDUWXLXl1vDofYXuij45JZelYOjEFoCOn7E6Vxu0fwV7ACPzArcno1rYuVxGB7JY6G7__e4_KZW4lTYIaHSLVaVLzklZBLZnQw047oq5-Q/s16000/volks.gif") no-repeat center center;
    width: 330px;
    height: 105px;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    left: 30%;
    -webkit-animation: myfirst 22s linear infinite;
    animation: myfirst 22s linear infinite;
}

.new_footer_top .footer_bg .footer_bg_two {
    background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhyLGwEUVwPK6Vi8xXMymsc-ZXVwLWyXhogZxbcXQYSY55REw_0D4VTQnsVzCrL7nsyjd0P7RVOI5NKJbQ75koZIalD8mqbMquP20fL3DxsWngKkOLOzoOf9sMuxlbyfkIBTsDw5WFUj-YJiI50yzgVjF8cZPHhEjkOP_PRTQXDHEq8AyWpBiJdN9SfQA/s16000/cyclist.gif") no-repeat center center;
    width: 88px;
    height: 100px;
    background-size: 100%;
    bottom: 0;
    left: 38%;
    position: absolute;
    -webkit-animation: myfirst 30s linear infinite;
    animation: myfirst 30s linear infinite;
}



@-moz-keyframes myfirst {
    0% {
        left: -25%;
    }

    100% {
        left: 100%;
    }
}

@-webkit-keyframes myfirst {
    0% {
        left: -25%;
    }

    100% {
        left: 100%;
    }
}

@keyframes myfirst {
    0% {
        left: -25%;
    }

    100% {
        left: 100%;
    }
}



/*=====end-footer*/


#mainsec-box {
    /*    background-image: url('../img/software-planning.jpg');*/
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    /* background-color: #f8f9fa; */
}


/*#mainsec-box::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #0006;
    height: 100%;
}
*/
.c_icon svg {
    width: 40px;
    fill: #ffd424;

}

#mainsec-box .container {
    position: relative;
    z-index: 1;

}

.m-content_counter h4 {
    color: #fff;
    margin-top: 12px;
    font-weight: 500;
    font-size: 25px;
}

.m-content_counter p {
    margin-bottom: 0px;
    color: #fff !important;
    font-weight: 500;
}


@media(max-width:575px) {
    #section-012 #coloms_012 {
        width: 100%;
    }

    #section-012 #coloms_012 .people-on-slider {
        /*    margin-top: 1.5rem;*/
    }
}

.bg-label-primary {
    background-color: #eae8fd !important;
    color: #7367f0 !important;
    font-size: 13px;
    padding: 7px 12px;
    font-weight: 600;
}

.user_image_sm {
    width: 2rem;
    height: 2rem;
    border-radius: 100%;
    margin-right: 15px !important;
}

.crj_text {
    font-size: 15px;
    margin-bottom: 0;
    color: #fff !important;

}

.crj_small {
    font-size: 11px;
    font-weight: 500;
    margin-bottom: 0;
    color: #fff !important;
}

#section-012 {
    padding-top: 50px;
    padding-bottom: 50px;
    /* background-color: #150646 !important; */
    background-image: url('../img/home-testimonials1.jpg');
}

.people-on-slider .swiper-wrapper {
    padding-top: 30px;
    padding-bottom: 50px;
}

.svg_stars span svg {
    width: 20px;
    color: #ffffff59;
}

.svg_stars span.active svg {
    color: #fed524;
}

.svg_stars {
    display: flex;
    align-items: center;
    gap: 1px;
    /* color: #fed524; */
}


/*-------------internal_banner*/

#internal_banner {
    padding-top: 40px;
    padding-bottom: 40px;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#internal_banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000008c;
}

#internal_banner .container {
    position: relative;
    z-index: 2;
}

#internal_banner .container h3 {
    color: #fff;
    font-weight: 600;
    font-size: 30px;
}

#internal_banner {
    margin-bottom: 30px;
}


.font-13 {
    font-size: 13px;
}

.info-item {
    padding: 20px 0 30px 0;
    box-shadow: 0 0 4px color-mix(in srgb, #3d4348, transparent 85%);
}

.info-item h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0;
}

.info-item p {
    padding: 0;
    margin-bottom: 0;
    font-size: 14px;
}


.info-item svg {
    color: #388da8;
    width: 56px;
    height: 56px;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
    border-radius: 50%;
    box-shadow: 0px 2px 3px 1px color-mix(in srgb, #3d4348, transparent 85%);
    padding: 16px;
}

form .form-control,
form .form-select {
    font-size: 12px;
    padding: 10px 11px;
}

form .form-control:focus,
form .form-select:focus {
    box-shadow: none;
}


.internal_2 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.loan-content-01 h3 {
    text-align: center;
    line-height: 1.5;
}

.apply-bt {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 0px;
}

.loan_h3 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
}

.loan_h5 {
    font-size: 14px;
    text-align: center;
    margin-bottom: 13px;
    padding: 10px 0px;
    color: #fff;
    border-radius: 29px;
    background-color: #0090a9 !important;
}

.font-12 {
    font-size: 12px;
}

.how_it_works .processing_box svg {
    width: 30px;
    fill: #ffd525;
}



.processing_box h5 {
    line-height: 1.25em;
    margin: 10px 0px;
    font-weight: 600;
    font-size: 18px;

}

.how_it_works {
    padding-top: 50px;
    padding-bottom: 50px;
}

.font-15 {
    font-size: 15px;
}

.need_covered .serviceBox svg {
    width: 40px;
    margin-bottom: 30px;
}

.right_auto_list ul li svg {
    width: 14px;
    fill: #fed524;
    margin-right: 10px;
}

.right_auto_list ul {
    list-style: none;
    padding-left: 0px;
    display: grid;
    gap: 10px;
}


.right_auto_list ul li {
    font-size: 14px;
}


@media(max-width:600px) {
    .text-dd-01 {
        font-size: 20px;
    }
}

#faq {
    padding-top: 40px;
    padding-bottom: 40px;
}

#faq .accordion-button {
    color: #140000 !important;
    font-size: 14px;
    font-weight: 700;
    background: #fff;
    padding: 15px;
}


#faq .accordion-button:focus {
    box-shadow: none;
}

#faq .accordion-item {
    margin-bottom: 10px;
    border-color: transparent;
    background: transparent;
}


#faq .accordion-button::after {
    background-image: url('../img/add-line.png');
    transition: transform .2s ease-in-out;
    background-color: #000;
}

#faq .accordion-button:not(.collapsed)::after {
    background-image: url('../img/subtract-fill.png');
    background-color: #000;

}

#faq .accordion-body {
    font-size: 14px;
    padding: 9px 15px;
}

.gn_row .brand_box img {
    width: 100px;
    height: 50px;
    object-fit: contain;
}

.gn_row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.self_employe_box svg {
    width: 40px;
    color: #fff;
    fill: #fff;
}

.self_employe_box {
    text-align: center;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0090a9;
}

.self_employe_box p {
    margin-bottom: 0px;
    margin-top: 15px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.title_black {
    margin: 20px 0px;
    background-color: #000;
    color: #fff;
    padding: 10px 0px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.v-box-01 h6 {
    font-size: 18px;
    font-weight: 700;
}

.v-box-01 p {
    margin-bottom: 0px;
    font-size: 14px;
}

.h4vbox {
    width: 40px;
    height: 40px;
    background-color: #0057c3;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    color: #fff;
}

.v-box-01 ul {
    display: grid;
    gap: 10px;
    font-size: 14px;
}

.font-14 {
    font-size: 14px;
}

.v-box-01 {
    /* height: 100%; */
}

.slowtext {
    color: #ffffffab !important;
}

.social-widget .f_social_icon a svg {
    width: 20px;
    color: #fff !important;
}

.social-widget .f_social_icon a {
    width: 50px !important;
    height: 50px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.f_social_icon {
    display: flex;
    align-items: center;
    gap: 10px;
}

.c-icon-content svg {
    width: 25px;
    color: #fff;
    margin-right: 13px;
}

.font-18 {
    font-size: 18px;
}

.font-desc-location {
    line-height: 1.7;
    font-weight: 400;
}

.border-c-color {
    border-color: #f8f9fa38 !important;
}

.form-control:focus,
.form-select:focus {
    border-color: #0090a9;
}

.form-group label {
    font-size: 15px;
    margin-bottom: 5px;
}

.manmon-01kvm-box h6 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 6px;
}

.mt_40 {
    /* margin-top: 40px !important; */
}

.image_section_id,
.py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.nav-link:focus,
.nav-link:hover {
    color: var(--main);
}

.text-blue {
    color: var(--main);
}



.swiper-fade .swiper-slide-active .content-home-slider {
    transform: translateY(0px);
    transition: 1s;
}

.content-home-slider .text-h3 {
    color: #fff;
}

.svg_box svg {
    width: 70px;
    color: #000;
    height: 70px;
    background-color: #fff;
    margin-bottom: 15px;
    border-radius: 6px;
    padding: 17px;
}

.box-gnm-91 h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px;
    color: #fff;
}



.box-gnm-91 p {
    font-size: 12px;
    margin-top: 5px;
    color: #fff;
}

.service_box_mix .service_g_box {
    background-color: #0057c3;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}


.service_box_mix:nth-child(2) .service_g_box {
    background-color: #fec760;
}


.service_box_mix:nth-child(3) .service_g_box {
    background-color: #0090a9;
}


.service_box_mix:nth-child(4) .service_g_box {
    background-color: #ff7092;
}


.service_box_mix:nth-child(5) .service_g_box {
    background-color: #04ac6a;
}


.service_box_mix:nth-child(6) .service_g_box {
    background-color: #b505d9;
}


.service_box_mix:nth-child(7) .service_g_box {
    background-color: #01a897;
}


.service_box_mix:nth-child(8) .service_g_box {
    background-color: #d25fb1;
}

.service_box_mix {
    margin-bottom: 20px;
    transition: 0.6s;

}

.service_box_mix:hover {
    transform: scale(0.9);
    transition: 0.6s;


}


#particles-animation {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    z-index: 1;
}

.bg_change_featured img {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}


.box-g1-counter.text-center {
    background: #000000;
    padding: 32px;
    border-radius: 10px;
    height: 100%;
}


.vr_image img {
    border-radius: 10px;
    height: 300px;
    width: 100%;
    object-fit: cover;
    transition: 0.5s;
}


.vr_content h3 {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
}

.vr_content {
    text-align: center;
    padding: 35px !important;
}

.vr_content p {
    font-size: 12px;
    margin-bottom: 0px;
}

.vr_top {
    background-color: #fff;
    border-radius: 10px;
    padding: 4px;
}

.vr_image {
    overflow: hidden;
    border-radius: 10px;
}

.vr_top:hover .vr_image img {
    transform: scale(1.1);
    transition: 0.5s;
}



section#section-0123 {
    /*    background: #0090a9 !important;*/
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fff !important;
}


.sw-box.bg-white.shadow-sm.p-3.rounded {
    padding: 40px !important;
    background-color: #0000003b !important;
    min-height: 300px;
}

.vr_top {
    border: 1px solid #eee;
}

.sw-box.bg-white.shadow-sm.p-3.rounded p {
    color: #fff !important;
}

.slider_people span.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background: #fff;
}

.slider_people .swiper-pagination {
    bottom: 0;
}

#aboutus {
    position: relative;
    /* padding-top: 40px !important; */
    /* padding-bottom: 30px !important; */
    background-size: cover;
    background-position: inherit;
    background-repeat: no-repeat;
}

/* #aboutus::before {
    content: "";
    background-color: #fff;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
} */

@media(max-width:991px) {
    #aboutus::before {
        width: 100%;
        height: 103%;
    }
}


/* -web-header */



.header-section {
    /*	position: absolute;*/
    width: 100%;
    left: 0;
    top: 0;
    padding-left: 20px;
    background: #000;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-nav {
    text-align: right;
}

.site-logo {
    float: left;
    display: inline-block;
}

.main-menu {
    display: inline-block;
    padding-right: 0px;
    margin-bottom: 0px;
}

.main-menu li {
    display: inline-block;
    position: relative;
}

.main-menu li a {
    display: block;
    font-size: 13px;
    color: #ffffff;
    font-weight: 600;
    padding: 20px 5px;
    margin-right: 20px;
    text-decoration: none !important;
}

.main-menu li a:hover,
.main-menu li a.active {
    color: #0090a9;
}

@media(max-width:991px) {
    .main-menu .sub-menu {
        background-color: #fff;
        padding: 0;
        opacity: 0;
        visibility: hidden;
        height: 0;
    }

    .sub-menu.open {
        height: 100%;
        opacity: 1;
        visibility: visible;
        padding: 8px 0px;
    }

    .main-menu li a svg {
        width: 20px;
        height: 20px;
        position: relative;
        top: -2px;
        float: right;
    }


}

@media(min-width:992px) {
    .main-menu li a svg {
        display: none;
    }

    .main-menu li:hover>.sub-menu {
        visibility: visible;
        opacity: 1;
        margin-top: 0;
    }


    .main-menu .sub-menu {
        position: absolute;
        list-style: none;
        width: 220px;
        left: 0;
        top: 100%;
        text-align: left;
        padding: 20px 0;
        visibility: hidden;
        opacity: 0;
        margin-top: 50px;
        background: #fff;
        z-index: 99;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        -webkit-box-shadow: 2px 7px 20px rgba(0, 0, 0, 0.15);
        box-shadow: 2px 7px 20px rgba(0, 0, 0, 0.15);
    }
}


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

.main-menu .sub-menu li a {
    display: block;
    color: #000;
    margin-left: 0;
    padding: 5px 20px;
}

.main-menu .sub-menu li a:hover {
    color: #0090a9;
}

.header-right {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.header-right .hr-btn {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    background: #313038;
    padding: 36px 30px 40px 60px;
    line-height: 1.2;
    position: relative;
    text-decoration: none !important;
}

.header-right .hr-btn i {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 29px;
    left: 12px;
    display: inline-block;
    text-align: center;
    background: #f43f00;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 300;
    padding-top: 6px;
    margin-right: 16px;
}

.header-right .hr-btn.hr-btn-2 {
    background: #0090a9;
    padding: 42px 15px;
    text-align: center;
}

.slicknav_menu {
    display: none;
}


.close_menu,
.menu_icon {
    display: none;
}

@media(max-width:1199px) {
    ul.main-menu {
        position: fixed;
        top: 0;
        right: -125%;
        transition: 0.5s;
        display: block;
        width: 100%;
        max-width: 405px;
        height: 100%;
        background-color: #000;
        z-index: 1111;
        overflow-y: auto;
    }


    .main-menu.open {
        right: 0;
        transition: 0.5s;
    }

    .main-menu li {
        display: block;
        position: relative;
        text-align: left;
    }

    .close_menu {
        display: block !important;
        text-align: center;
        padding-top: 15px;
    }

    .close_menu svg {
        width: 40px;
        color: #fff;
    }

    .menu_icon {
        display: block !important;
        margin-right: 20px;
    }

    .menu_icon svg {
        width: 35px;
        color: #fff;
    }
}




@media(max-width:550px) {
    .header-right .hr-btn.hr-btn-2 {
        display: none !important;
    }

    .header-section {
        padding-left: 20px;
    }
}

@media(max-width:575px) {
    #homeslider {
        margin-top: 0px;
    }

    .text-h3 {
        font-size: 30px;
    }

    .sw-box.bg-white.shadow-sm.p-3.rounded {
        padding: 18px !important;
    }

    .sw-box.bg-white.shadow-sm.p-3.rounded p {
        color: #fff !important;
        font-size: 13px;
    }

    #section-012,
    section#section-0123,
    #mainsec-box,
    #loan-assistance {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .col-lg-7.mb-4 .conyent-about-us {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    section.bg-warning-box {
        padding-top: 10px !important;
        padding-bottom: 88px !important;
    }


    .font-copyright {
        font-size: 12px;
    }

}

@media(max-width:400px) {
    .back-img-box {
        min-height: 400px !important;
    }

    .text-h3 {
        font-size: 20px;
    }
}

.bg-warning-box .container-fluid {
    position: relative;
    z-index: 111;
}

.service_g_box .svg_box img {
    width: 70px;
    color: #000;
    height: 70px;
    background-color: #fff;
    margin-bottom: 15px;
    border-radius: 6px;
    padding: 17px;
}


@media(max-width:600px) {
    .site-logo img {
        width: 180px;
        height: 75px;
        object-fit: contain;
    }
}


#aboutus-section {
    padding-top: 20px;
    padding-bottom: 40px;
}

.aboutus-image-section {
    position: relative;
    display: inline-block;
}

.aboutus-image-section::before {
    content: '';
    border: 2px solid #ff0000;
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
}

.section-website-about-us p,
.p-n {
    font-size: 15px;
    line-height: 1.8;
}

.start_left {
    border-left: 15px solid #0090a9;
    padding-left: 16px;
    padding-top: 7px;
}

#apply-loan .container {
    position: relative;
    z-index: 2222;
}

.conyent-about-us p {
    margin-bottom: 10px;
    color: #fff;
}

.loan-content-01 {
    border: 1px solid #fff;
    color: #fff !important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 15px !important;
    overflow: hidden;
}

.loan-content-01 ::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    /* background-color: #000; */
}

.loan-site-form button {
    background-color: #0090a9 !important;
    border-color: #0090a9 !important;
}

.conyent-about-us h5 {
    color: #0090a9;
    font-size: 30px;
    width: 100%;
    max-width: 500px;
    margin: auto;
    font-weight: 600;
    line-height: 1.6;
}

.conyent-about-us ul {
    list-style: circle;
}

.conyent-about-us ul li::marker {
    color: #028aa1;
}

.conyent-about-us ul li p b,
.more-content p b {
    color: #0090a9;
}

.whatsapp_fixed_button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1111111111;
    background-color: #09a223;
    color: #fff !important;
    transition: 0.5s;
}

.whatsapp_fixed_button a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    padding: 9px 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.whatsapp_fixed_button a svg {
    width: 22px;
    margin-left: 7px;
    animation: topup 2s linear infinite;
}

@keyframes topup {
    0% {
        position: relative;
        top: 0;
    }

    30% {
        position: relative;
        top: 5px;
    }

    60% {
        position: relative;
        top: -5px;
    }

    100% {
        position: relative;
        top: 0px;
    }
}

.back-img-box {
    position: relative;
}

.back-img-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000061;
}

.emi-calculator button {
    background: #0090a9 !important;
    border-color: #0090a9 !important;
    padding: 10px 20px !important;
}


.emi-calculator button.btn-danger {
    background: #dc3545 !important;
    border-color: #dc3545 !important;
    padding: 10px 20px !important;
}

.emi-calculator input:focus {
    box-shadow: none !important;
}

.aboutloan-calculator p {
    font-size: 13px;
    line-height: 1.9;
    margin-bottom: 3px;
}

.hrms-h {
    margin-bottom: 40px !important;
    border-bottom: 5px solid #0090a9;
    display: inline-block;
    margin: auto;
    padding: 0px 20px 5px 15px;
}

.font-20-gnr {
    font-size: 20px;
    font-weight: 600;
}

.list-loan-aboutus p {}