/* Required for full background image */

:root {
    /* ==== colors ===== */
    --navi-dark: #121828;
    --white: #ffffff;
    --red-color: #ae141e;
    --teal-color: #004947;
    --sky-blue-color: #034469;
    --blue-color: #1b219d;
    --purple-color: #7413a1;

    /*==== font-weights ====*/
    --lite-weight: 300;
    --regular-weight: 400;
    --medium-weight: 500;
    --semi-weight: 600;
    --bold-weight: 700;
}

html,
body {
    /*height: 100%;*/
    scroll-behavior: smooth;
    font-size: 10px;
    line-height: 10px;
    font-family: "Montserrat", sans-serif;
    /*overflow-x: auto;*/
}

body {
    position: relative;
}

#loading {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: url("https://cdn.dribbble.com/users/148670/screenshots/5252136/dots.gif") no-repeat center;
    background-size: 100%;
    z-index: 99999;
}

/* #loader{
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 100px;
} */

/*======== configuration =========*/
.min-height-100vh {
    min-height: 100vh;
}

.h-100vh {
    height: 100vh;
}

p {
    font-size: 2rem;
    line-height: 3.2rem;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.right-0 {
    right: 0;
}

.top {
    top: 0;
}

.bottom {
    bottom: 0;
}

.left-0 {
    left: 0;
}

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

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

.text-justified {
    text-align: justify;
}

#loader img {
    width: 300px;
}

#homepage .title.animate__fadeInUp::after {
    background-color: rgba(0, 0, 0, 0) !important;
    color: #ffffff !important;
}

@media (min-width: 1600px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        /* max-width: 1420px; */
        max-width: 1900px;
        width: 90%;
    }

    /* #homepage .carousel-item .title-col .title{

    } */
    #homepage .carousel-item .title-col .p {
        font-size: 22px;
        line-height: 32px;
    }

    #homepage a.discover-more-btn {
        font-size: 2.0rem;
    }

    #homepage span.arr_icon {
        font-size: 2.0rem;
    }
}

@media (min-width: 992px) {
    .text-lg-right {
        text-align: right;
    }
}

.animate__animated.animate__delay-half_s {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-delay: calc(var(--animate-delay) * 0.5);
    animation-delay: calc(var(--animate-delay) * 0.5);
}

#homepage .title.animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    animation-duration: 17s !important;
    animation-delay: 1.2s !important;
    font-weight: bold;
}

#homepage .discover-more-btn.animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    animation-duration: 16.7s !important;
    animation-delay: 1.5s !important;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    5%,
    10%,
    20%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90%,
    95% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

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

.carousel-indicators [data-bs-target].active {
    /*width: 11px;*/
    /*height: 11px;*/
    transform: scale(1.5);
    margin-top: -2px;
    transition: 0.3s;
}

.carousel-indicators [data-bs-target]:hover {
    /*width: 11px;*/
    /*height: 11px;*/
    transform: scale(1.5);
    background-color: #fff;
    opacity: 1;
    margin-top: -2px;
    transition: 0.3s;
}

.slider_buttons {
    width: 100%;
    margin-bottom: 0px;
}

.slider_buttons li {
    float: left;
    width: 15px;
    height: 15px;
    margin: 0 8px;
    text-align: center;
    position: relative;
    display: block;
}

.slider_buttons li button {
    margin-left: auto;
    margin-right: auto;
}

/* Dot move */

.dotstyle-dotmove li:last-child {
    position: absolute;
    left: 0;
    margin-left: 4.5px;
    width: 31px;
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
}

/*.dotstyle-dotmove li:last-child::after {
    content: "";
    position: absolute;
    left: 50%;
    top: -1px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    /*-webkit-transform: translateX(-50%);*/
    /*transform: translateX(-50%);*/
    /*margin-top: -3px;*/
    transition: transform 0.7s ease;
    display: table;
}*/

.dotstyle-dotmove li.current:first-child ~ li:last-child {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    transition: transform 0.6s ease;
}

.dotstyle-dotmove li.current:nth-child(2) ~ li:last-child {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition: transform 0.6s ease;
}

.dotstyle-dotmove li.current:nth-child(3) ~ li:last-child {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
    transition: transform 0.6s ease;
}

.dotstyle-dotmove li.current:nth-child(4) ~ li:last-child {
    -webkit-transform: translateX(300%);
    transform: translateX(300%);
    transition: transform 0.6s ease;
}

.dotstyle-dotmove li.current:nth-child(5) ~ li:last-child {
    -webkit-transform: translateX(400%);
    transform: translateX(400%);
    transition: transform 0.6s ease;
}

.dotstyle-dotmove li.current:nth-child(6) ~ li:last-child {
    -webkit-transform: translateX(500%);
    transform: translateX(500%);
    transition: transform 0.6s ease;
}

.dotstyle-dotmove li.current:nth-child(7) ~ li:last-child {
    -webkit-transform: translateX(600%);
    transform: translateX(600%);
    transition: transform 0.6s ease;
}

/*#particles-js{
	position: absolute;
	height: 100%;
	width: 80%;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
}*/

.particle-class {
    position: absolute;
    height: 62%;
    width: 62%;
    top: 10%;
    left: 6%;
    right: 10%;
    bottom: 40%;
    transform: translateX(25%);
    background-color: transparent;
}

.particle-class .particles-js-canvas-el {
    border-radius: 50% 44% 42% 50%;
    cursor: pointer;
}

#particles-js canvas {
    /*border-radius: 30%;*/
}

/* .radius-border{
    border-radius: 25px;
    width: 320px;
    height: 280px;
    top: 15%;
    left: 10%;
} */

/*.particles-js{
	position: absolute;
	height: 100%;
	width: 80%;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	}
.particles-js canvas{
}*/
/*======== end configuration =========*/

/*============= Navigation ============*/
.logo {
    width: auto;
    /* height: 70px; */
    height: 50px;
}

.navbar-toggler {
    width: 47px;
    height: 34px;
    color: white;
    box-shadow: none;
    border: none !important;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler .line {
    width: 100%;
    float: left;
    height: 2px;
    background-color: #fff;
    margin-bottom: 5px;
}

.menu_bar rect {
    fill: black;
}

.navbar {
    background-color: #ffffff;
    padding-top: 0px;
    padding-bottom: 0px;
}

#homepage .navbar {
    background-color: transparent;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: flex-start;
    padding: 0;
    margin-bottom: 2%;
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 8px;
    height: 8px;
    padding: 0;
    margin-right: 5px;
    margin-left: 5px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    transition: 0.3s ease;
    border-radius: 50%;
}

/*============= End Navigation ============*/

/* ==== side Nav =========== */

@font-face {
    font-family: tk-proxima-nova-n7;
    src: url(https://use.typekit.net/af/7d485b/00000000000000003b9ad1b1/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("woff2"),
    url(https://use.typekit.net/af/7d485b/00000000000000003b9ad1b1/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("woff"),
    url(https://use.typekit.net/af/7d485b/00000000000000003b9ad1b1/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: tk-proxima-nova-n6;
    src: url(https://use.typekit.net/af/04b81b/00000000000000003b9ad1bb/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3) format("woff2"),
    url(https://use.typekit.net/af/04b81b/00000000000000003b9ad1bb/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3) format("woff"),
    url(https://use.typekit.net/af/04b81b/00000000000000003b9ad1bb/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3) format("opentype");
    font-weight: 600;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: tk-proxima-nova-n4;
    src: url(https://use.typekit.net/af/c9cde8/00000000000000003b9ad1b9/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff2"),
    url(https://use.typekit.net/af/c9cde8/00000000000000003b9ad1b9/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff"),
    url(https://use.typekit.net/af/c9cde8/00000000000000003b9ad1b9/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: tk-proxima-nova-n3;
    src: url(https://use.typekit.net/af/3333ef/00000000000000003b9ad1b5/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3) format("woff2"),
    url(https://use.typekit.net/af/3333ef/00000000000000003b9ad1b5/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3) format("woff"),
    url(https://use.typekit.net/af/3333ef/00000000000000003b9ad1b5/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3) format("opentype");
    font-weight: 300;
    font-style: normal;
    font-display: auto;
}

.sidenav {
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 1040;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #04151dd4;
    overflow: hidden;
    transition: 0.5s;
}

.sidenav a {
    font-family: proxima-nova, sans-serif;
    padding: 15px 15px;
    text-decoration: none;
    font-size: 6.5rem;
    color: #d3d3d3;
    display: block;
    font-weight: 700;
    line-height: 7rem;
    text-align: center;
}

.sidenav_style {
    transition: 0.3s;
    position: relative;
}

.sidenav .closebtn {
    position: absolute;
    top: 0px;
    right: 15px;
    font-size: 3rem;
    margin-left: 50px;
    color: rgba(255, 255, 255, 0.5);
    padding: 1.8% 1.1%;
    margin-right: 4vw;
    margin-top: -20px;
    transition: 0.3s;
}

.sidenav .closebtn:hover {
    color: rgba(255, 255, 255, 1) !important;
    transition: 0.3s;
}

.sidenav .career-link {
    color: rgba(73, 202, 204, 0.8);
}

.sidenav .career-link:hover {
    color: rgba(73, 202, 204, 1);
}

.sidenav .aboutus-link {
    /*color: rgba(231, 44, 51, 0.8);*/
    color: rgb(255 255 255 / 80%);
}

.sidenav .aboutus-link:hover {
    /*color: rgba(231, 44, 51, 1);*/
    color: rgba(161, 161, 161, 0.8);
}

.sidenav .micro-link {
    /*color: rgba(9, 134, 136, 0.8);*/
    color: rgb(255 255 255 / 80%);
}

.sidenav .micro-link:hover {
    /*color: rgba(9, 134, 136, 1);*/
    color: rgba(161, 161, 161, 0.8);
}

.sidenav .iot-link {
    color: rgb(255 255 255 / 80%);
    /*color: rgba(9, 176, 135, 0.8);*/
}

.sidenav .iot-link:hover {
    color: rgba(161, 161, 161, 0.8);
    /*color: rgba(9, 176, 135, 1);*/
}

.sidenav .banking-link {
    /*color: rgba( 27, 33, 157, 0.8);*/
    color: rgb(255 255 255 / 80%);
}

.sidenav .banking-link:hover {
    /*color: rgba( 27, 33, 157, 1);*/
    color: rgba(161, 161, 161, 0.8);
}

.sidenav .automation-link {
    /*color: rgba( 116, 19, 161, 0.8);*/
    color: rgba(140, 84, 159, 0.8);
}

.sidenav .automation-link:hover {
    /*color: rgba( 116, 19, 161, 1);*/
    color: rgba(140, 84, 159, 1);
}

.sidenav .smart-link {
    /*color: rgba( 116, 19, 161, 0.8);*/
    color: rgba(12, 39, 121);
}

.sidenav .smart-link:hover {
    /*color: rgba( 116, 19, 161, 1);*/
    color: rgba(12, 39, 121);
}

.sidenav .mobileapp-link {
    /*color: rgba( 116, 19, 161, 0.8);*/
    color: rgb(12, 121, 84);
}

.sidenav .mobileapp-link:hover {
    /*color: rgba( 116, 19, 161, 1);*/
    color: rgb(12, 121, 84);
}

.sidenav .home-link,
.sidenav .contactus-link {
    /*color: rgba(255, 255, 255, 0.8);*/
    color: rgb(255 255 255 / 80%);
}

.sidenav .home-link:hover,
.sidenav .contactus-link:hover {
    /*color: rgba(255, 255, 255, 1);*/
    color: rgba(161, 161, 161, 0.8);
}

/* ==== side Nav =========== */

/* =========== Home page =============*/

/* .hero-section .title {
    font-size: 4rem;
    font-weight: var(--bold-weight);
    line-height: 5.8rem;
    opacity: 1;
} */

#homepage .hero-section,
#aboutUs .hero-section {
    background-size: 100% 100% !important;
    color: var(--white);
    height: 100vh;
    background-repeat: no-repeat;
    background: rgba(0, 0, 0, 0);
    color: rgb(252, 252, 252);
}

#homepage .discover-more-btn {
    text-decoration: none;
    color: var(--white);
    font-size: 1.8rem;
    display: inline-block;
    transition: 0.4s;
    margin-top: 60px;
    padding: 0 5px;
    font-weight: 500;
}

#homepage .arr_icon {
    color: var(--white);
    margin-left: 6px;
    transition: 0.4s;
    font-size: 1.7rem;
}

#homepage .discover-more-btn:hover {
    color: var(--white);
    transition: 0.4s;
}

#homepage .discover-more-btn:hover .arr_icon {
    padding-left: 15px;
    transition: 0.4s;
}

#homepage .social_icons {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 5px;
}

#homepage .social_icons a {
    font-size: 1.6rem;
    color: var(--white);
    padding: 5px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
}

.artifial_head_image {
    width: 90%;
}

.carousel-item,
.carousel-item.active {
    transition: 1s ease background-image;
    /*transition:1.5s ease;*/
    animation-delay: 0.8s;
}

/* =========== End Home page =============*/

/*========== About Page ========*/
#aboutUs .about-hero .title-desc {
}

#aboutUs .nav-tabs-sticky-section.sticky-top {
    top: 85px;
    margin-top: -60px;
}

#aboutUs .nav-tabs-sticky-section .nav {
    background-color: var(--navi-dark);
}

#aboutUs .nav-tabs-sticky-section .nav .nav-item {
    padding-left: 10px;
    padding-right: 10px;
}

#aboutUs .nav-tabs-sticky-section .nav .nav-link {
    height: 60px;
    font-size: 2rem;
    margin-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

#aboutUs .nav-tabs-sticky-section .nav .nav-link .peoples-icon {
    width: 60px;
    height: 55px;
    filter: invert(100%);
    opacity: 0.4;
    transition: 0.5s;
}

#aboutUs .nav-tabs-sticky-section .nav .nav-link .building-icon {
    width: 45px;
    height: 44px;
    filter: invert(100%);
    opacity: 0.4;
    transition: 0.5s;
}

#aboutUs .nav-tabs-sticky-section .nav .nav-link .book-icon {
    width: 44px;
    height: 43px;
    filter: invert(100%);
    opacity: 0.4;
    transition: 0.5s;
}

#aboutUs .nav-tabs-sticky-section .nav .nav-link.active {
    background-color: var(--navi-dark);
    border-bottom: 3px solid var(--white);
}

#aboutUs .nav-tabs-sticky-section .nav .nav-link.active img {
    opacity: 1;
    transition: 0.5s;
}

#aboutUs .nav-tabs-sticky-section .nav .nav-link:hover .secondary-title {
    display: block !important;
    font-size: 2rem;
    color: var(--white);
    transition: 0.5s;
    font-weight: var(--semi-weight);
}

#aboutUs .nav-tabs-sticky-section .nav .nav-link:hover img {
    display: none;
    transition: 0.5s;
}

#aboutUs .content .our-team-banner .title {
    font-size: 5.8rem;
    font-weight: var(--semi-weight);
    line-height: 7.8rem;
    margin-bottom: 25px;
}

#aboutUs .content .our-team-banner .title-desc {
    font-size: 1.8rem;
    font-weight: var(--medium-weight);
    letter-spacing: 5px;
    text-transform: uppercase;
    position: relative;
    line-height: 2.8rem;
}

#aboutUs .content .our-team-banner .title-desc:before {
    content: "";
    position: absolute;
    width: 80px;
    border-bottom: 2px solid var(--white);
    left: 0;
    top: 50%;
    margin-top: -1px;
    margin-left: -100px;
}

#aboutUs .content .our-team-banner .title-desc:after {
    content: "";
    position: absolute;
    width: 80px;
    border-bottom: 2px solid var(--white);
    right: 0;
    top: 50%;
    margin-top: -1px;
    margin-right: -100px;
}

#aboutUs .content .our-team-tab .profiles {
    background-blend-mode: multiply;
    background-size: cover;
    color: var(--white);
}

#aboutUs .content .our-team-tab .profiles .card {
    cursor: pointer;
    overflow: hidden;
    transition: 0.3s;
    border-radius: 0px;
}

#aboutUs .content .our-team-tab .profiles .card:hover .card-img-overlay {
    cursor: pointer;
    opacity: 1;
    transition: 0.3s;
    background-color: rgba(0, 0, 0, 0);
}

#aboutUs .content .our-team-tab .profiles .card .card-img-overlay {
/* background-color: rgba(0, 0, 0, 0.4); */
    transition: 0.3s;
    display: flex;
    align-items: flex-end;
}

#aboutUs .content .our-team-tab .profiles .card .card-img-overlay .card-title {
    font-size: 3.2rem;
    font-weight: var(--semi-weight);
}

#aboutUs .content .our-team-tab .profiles .card .card-img-overlay .card-text {
    font-size: 1.8rem;
}

#aboutUs .profile-overlay {
    overflow: auto;
    padding-top: 200px;
    background-color: rgba(6, 30, 41, .95);
    /*background-color: rgba(175, 30, 40, 0.9);*/
    z-index: 1020;
    display: none;
}

#aboutUs .profile-overlay .designation {
    color: #07b084;
    font-size: 2.1rem;
    text-transform: uppercase;
    margin-bottom: 30px;
    letter-spacing: .05em;
    font-weight: 700;
}

#aboutUs .profile-overlay .name {
    font-size: 4.0rem;
    color: var(--white);
    margin-bottom: 20px;
    font-weight: var(--bold-weight);
}

#aboutUs .profile-overlay .profile-desc {
    font-size: 1.8rem;
    color: var(--white);
    font-weight: 300;
    margin-bottom: 30px;
}

.profile-close-button {
    font-size: 3rem;
    color: var(--white);
    font-weight: var(--regular-weight);
    position: absolute;
    right: 4%;
    top: 140px;
    padding: 0px 13px;
    border: 2px solid white;
    border-radius: 50%;
}

.profile-close-button:hover {
    opacity: 0.8;
    color: var(--white) !important;
}

#aboutUs .about-us-content {
    background-blend-mode: multiply;
    background-size: cover;
    color: var(--white);
    height: auto;
}

#aboutUs .about-us-content h3 {
    font-size: 3.6rem;
    margin-bottom: 30px;
    font-weight: var(--semi-weight);
}

#aboutUs .about-us-content p {
    font-size: 1.8rem;
    margin-bottom: 30px;
    text-align: justify;
    line-height: 3.4rem;
}

/*===== End About Page =====*/

/*===== Microfinance Page =====*/
#microfinance h2.title {
    font-size: 3rem;
    line-height: 5.6rem;
    font-weight: var(--semi-weight);
    color: var(--white);
    margin-bottom: 20px;
}

#microfinance h4.title {
    font-size: 2rem;
    line-height: 3.6rem;
    font-weight: var(--semi-weight);
    color: var(--white);
    margin-bottom: 5px;
}

#microfinance p.desc {
    font-size: 1.7rem;
    line-height: 2.8rem;
    font-weight: var(--lite-weight);
    color: var(--white);
    margin-bottom: 20px;
}

#microfinance .row.padding {
    padding: 80px 30px;
}

#microfinance .nav-tabs-sticky-section {
    /*top: 80px;*/
    background-color: var(--navi-dark);
    /*	transition: 0.3s;*/
    min-height: 60px;
    /*margin-top: 10px;*/
}

#microfinance .nav-tabs-sticky-section .nav {
    background-color: var(--navi-dark);
    transition: 0.3s;
}

/*#microfinance .nav-tabs-sticky-section .nav .name{
	transition: 0.3s;
}*/

#microfinance .nav-tabs-sticky-section .nav .nav-item {
    padding-left: 3px;
    padding-right: 3px;
    /*min-width: 50px;*/
    min-width: 14.28%;
}

#microfinance .nav-tabs-sticky-section .nav .nav-item:hover .nav-link {
    color: rgba(255, 255, 255, 1);
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}

#microfinance .nav-tabs-sticky-section .nav .nav-link {
    padding: 1.3rem 1rem !important;
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 0.4);
    transition: 0.3s;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    margin-bottom: 5px;
}

#microfinance .nav-tabs-sticky-section .nav .nav-link.active {
    color: rgba(255, 255, 255, 1);
    transition: 0.3s;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    background-color: transparent;
}

#microfinance .nav-tabs-sticky-section .micro-nav-img {
    max-width: 50px;
}

#microfinance #spyNav.nav-pills {
    flex-wrap: nowrap;
}

#microfinance .nav-tabs-sticky-section .nav .icon {
    font-size: 4rem;
    transition: 0.3s;
}

#microfinance .nav-tabs-sticky-section .nav .name {
    margin-bottom: 0px;
    font-size: 1.2rem;
    line-height: 1.7rem;
    display: none;
    transition: 0.3s;
    min-height: 39px;
    padding-top: 5px;
}

#microfinance .banner h1.title {
    font-size: 4.2rem;
    font-weight: var(--semi-weight);
    line-height: 4.6rem;
    margin-bottom: 25px;
    color: var(--white);
}

#microfinance .banner .title-desc {
    font-size: 1.8rem;
    font-weight: var(--medium-weight);
    letter-spacing: 5px;
    text-transform: uppercase;
    position: relative;
    line-height: 2.8rem;
    color: var(--white);
}

#microfinance .banner .title-desc:before {
    content: "";
    position: absolute;
    width: 80px;
    border-bottom: 2px solid var(--white);
    left: 0;
    top: 50%;
    margin-top: -1px;
    margin-left: -100px;
}

#microfinance .banner .title-desc:after {
    content: "";
    position: absolute;
    width: 80px;
    border-bottom: 2px solid var(--white);
    right: 0;
    top: 50%;
    margin-top: -1px;
    margin-right: -100px;
}

.down_arrow {
    color: var(--white);
    font-size: 4.5rem;
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    animation-name: upDown;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

@keyframes upDown {
    0%,
    100% {
        bottom: 100px;
    }
    50% {
        bottom: 75px;
    }
}

/*===== End Microfinance Page =====*/

/*===== Contact Us Page =====*/
#contactUs .title {
    color: var(--white);
}

#contactUs .contact-text {
    font-size: 1.4rem;
    line-height: 2.4rem;
    font-weight: 300;
    text-align: left;
}

#contactUs .contact-text .icon {
    margin-right: 20px;
}

#contactUs form .form-group {
    margin-bottom: 2.5rem;
}

#contactUs form .form-group .control-label {
    display: none;
}

#contactUs form .form-control {
    padding: 1.3rem 0rem;
    font-size: 1.5rem;
    background-color: transparent;
    border: transparent;
    border-bottom: 1px solid white;
    color: #fff;
}

#contactUs form .form-control::placeholder {
    color: #ffffff;
    font-weight: 400;
}

#contactUs form .submit-btn {
    font-size: 1.4rem;
    padding: 8px 22px;
    font-weight: var(--medium-weight);
    margin-top: 20px;
}

#contactUs form .form-control:focus {
    box-shadow: none !important;
}

#contactUs .social_icons {
    position: absolute;
    right: 50px;
    bottom: 20px;
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
    /*margin-right: 5px;*/
}

#contactUs .social_icons a {
    font-size: 1.6rem;
    color: var(--white);
    padding: 5px;
    text-align: center;
    text-decoration: none;
    /*margin: 5px 2px;*/
}

/*===== End Contact Us Page =====*/

/*========================================= Responsive ==============================================*/
@media (min-width: 576px) {
    .carousel-indicators {
        max-width: 540px;
    }

    #microfinance .nav-tabs-sticky-section:hover .nav .name {
        display: block;
        transition: 0.3s;
    }

    #microfinance .nav-tabs-sticky-section .nav .name {
        min-height: 56px;
    }
}

@media (max-width: 575px) {
    .logo {
        width: auto;
        height: 40px;
    }

    .hero-section .container .row .title,
    #aboutUs .content .our-team-banner .title,
    #microfinance .banner .title {
        font-size: 2.8rem;
        font-weight: var(--bold-weight);
        line-height: 3.5rem;
    }


    .artifial_head_image {
        width: 80%;
        display: block;
    }

    .h-100vh {
        height: 82vh !important;
    }

    .carousel-indicators {
        bottom: 20px;
    }

    .title-col {
        text-align: center;
        margin-bottom: 20px;
    }

    #homepage .row {
        flex-direction: column-reverse;
        justify-content: center;
    }

    #aboutUs .nav-tabs-sticky-section .nav .nav-link img {
        transform: scale(0.7);
    }

    #aboutUs .nav-tabs-sticky-section .nav .nav-link .secondary-title {
        font-size: 1.2rem !important;
    }

    #aboutUs .about-hero .title-desc {
        font-size: 1.2rem;
        line-height: 2.2rem;
    }

    #aboutUs .content .our-team-banner .title-desc,
    #microfinance .banner .title-desc {
        font-size: 1.2rem;
        line-height: 2.2rem;
        display: flex;
        justify-content: center;
    }

    #aboutUs .content .our-team-banner .title-desc:before,
    #microfinance .banner .title-desc:before {
        width: 100px;
        left: 50%;
        top: 0;
        margin-top: -25px;
        transform: translateX(50%);
    }

    #aboutUs .content .our-team-banner .title-desc:after,
    #microfinance .banner .title-desc:after {
        width: 100px;
        left: 50%;
        bottom: 0;
        margin-bottom: -25px;
        transform: translateX(-50%);
    }

    body#microfinance section.nav-tabs-sticky-section {
        /*top: 35px;*/
    }

    #microfinance section.nav-tabs-sticky-section .micro-nav-img {
        max-width: 26px;
    }

    #aboutUs .profile-overlay .profile-desc {
        font-size: 1.4rem;
    }

    #aboutUs .about-us-content h3 {
        font-size: 2.6rem;
    }

    .profile-close-button {
        right: 5%;
        top: 105px;
    }

    #aboutUs .profile-overlay .designation {
        color: #07b084;
        font-size: 1.8rem;
    }

    #aboutUs .profile-overlay .name {
        font-size: 3.0rem;
    }

    #aboutUs .profile-overlay .profile-desc {
        padding: 0 2px;
    }

    #homepage div .p.animate__fadeInUp {
        font-size: 16px;
        line-height: 26px;
        font-weight: 400;
    }

    .down_arrow {
        bottom: 20px !important;
    }

    .core-components-title {
        font-size: 1.4rem;
        line-height: 2.2rem;
    }
}

@media (min-width: 768px) {
    .carousel-indicators {
        max-width: 720px;
        bottom: 20px;
    }
}

@media (max-width: 768px) {
    #homepage .hero-section,
    #aboutUs .hero-section {
        background-size: cover !important;
    }

    #homepage .hero-section div.container {
        padding-top: 60px !important;
    }

    #microfinance .nav-tabs-sticky-section .nav {
        /*margin-top: 12px;*/
    }

    #microfinance section.nav-tabs-sticky-section {
        /*top: 45px;*/
    }

    #microfinance h2.title {
        font-size: 2.6rem;
        line-height: 3rem;
    }

    #microfinance p.desc {
        font-size: 1.5rem;
    }

    #homepage .p.animate__fadeInUp {
        font-size: 12px;
        line-height: 1.2rem;
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp;
        animation-duration: 17s !important;
        animation-delay: 1.2s !important;
        font-weight: bold;
    }

    .sidenav a {
        padding: 10px 15px;
        text-decoration: none;
        font-size: 3rem;
        color: #d3d3d3;
        display: block;
        font-weight: 700;
        line-height: 3rem;
        text-align: center;
    }
    .sidenav .closebtn {
        margin-right: -8px;
        margin-top: 5px;
    }

    .artifial_head_image {
        width: 40%;
    }

    .h-100vh {
        height: 80vh !important;
    }

    .carousel-indicators {
        bottom: 30px;
    }

    .hero-section .title:nth-child(1) {
        text-align: center;
        margin-top: 50px;
    }

    .hero-section .container .title,
    #aboutUs .content .our-team-banner .title {
        font-size: 3rem;
        font-weight: var(--bold-weight);
        line-height: 3.8rem;
    }

    #aboutUs .content .our-team-banner .title,
    #microfinance .banner h1.title {
        margin-bottom: 45px;
    }

    #homepage .discover-more-btn {
        margin-left: auto;
        margin-right: auto;
        margin-top: 26px;
    }

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

@media (min-width: 992px) {
    .carousel-indicators {
        max-width: 960px;
    }

    #homepage .p.animate__fadeInUp {
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp;
        animation-duration: 17s !important;
        animation-delay: 1.2s !important;
    }
}

@media (max-width: 991px) {
    #aboutUs .profile-row {
        flex-direction: column-reverse;
    }

    .artifial_head_image {
        width: 80%;
    }

    #microfinance p.desc {
        font-size: 1.5rem;
        text-align: left;
    }

    .px-8 {
        padding: 0px !important;
    }

    #homepage .row {
        flex-direction: column-reverse;
        justify-content: center;
    }

    #microfinance .nav-tabs-sticky-section {
        /* top: 62px; */
        /*top: 56px;*/
    }

    /*#microfinance .nav-tabs-sticky-section .nav .nav-item{
		min-width: 50px;
	}*/
    #aboutUs .nav-tabs-sticky-section.sticky-top {
        top: 75px;
        margin-top: -60px;
    }
}


/* homepage for ipad pro */
@media (max-width: 1025px) and (min-width: 1000px) {
    #homepage .hero-section .container .row {
        flex-direction: column-reverse;
        justify-content: center;
    }

    #homepage .hero-section .container {
        max-width: 1024px;
        width: 90%;
    }

    #homepage .hero-section .container .row .col-12 {
        width: 100%;
    }

    #homepage .hero-section .title.animate__fadeInUp {
        margin-top: 0px;
    }

    #homepage .hero-section .artifial_head_image {
        width: 80%;
    }
}


@media (min-width: 1200px) {
    .carousel-indicators {
        max-width: 1140px;
    }

    #homepage .p.animate__fadeInUp {
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp;
        animation-duration: 17s !important;
        animation-delay: 1.2s !important;
    }
}

@media (max-width: 1399px) {
    .hero-section .title {
        font-size: 4rem;
        font-weight: var(--bold-weight);
        line-height: 4.8rem;
    }

    .hero-section .title:nth-child(1) {
        margin-top: 50px;
    }
}

@media (min-width: 1400px) {
    .carousel-indicators {
        max-width: 1320px;
    }

    .hero-section .title {
        font-size: 5.2rem;
        font-weight: var(--bold-weight);
        line-height: 7.5rem;
    }

    .carousel-indicators [data-bs-target] {
        width: 10px;
        height: 10px;
    }

    .artifial_head_image {
        width: 80%;
    }
}

@media (min-width: 1600px) {
    .carousel-indicators {
        /* max-width: 1420px; */
        max-width: 1900px;
        width: 90%;
    }

    #homepage .carousel-item .title-col .title,
    #homepage .carousel-item .title-col .p {
        width: 100%;
        /*max-width: 550px;*/
    }

    img.logo {
        width: auto;
        height: 70px;
    }
}

/* .other {
    font-family: Arial, Helvetica, sans-serif;
    color: aliceblue;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0);
} */
.sectionv {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.sectionv section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    z-index: 000;
    object-fit: cover;
    /* opacity: 0.8; */
}

.sectionv section title {
    position: relative;
    background-color: rgba(0, 0, 0, 0) !important;
    color: #ffffff !important;
    opacity: 1;
}

.sectionv section p {
    background-color: rgba(0, 0, 0, 0) !important;
    color: #ffffff !important;
    opacity: 1;
}

#videoBG {
    position: fixed;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    z-index: -1;
}

.video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.color-overlay {
    position: absolute;
    top: 0;
    left: 0;
    /* background-color: lightblue; */
    width: 100%;
    height: 100vh;
    opacity: 0.6;
}

#preloader {
    /* background: rgb(2, 2, 2) url("https://media3.giphy.com/media/tA4R6biK5nlBVXeR7w/giphy.gif?cid=790b7611a31d169fd886db08635c2bd7ebd4126c4b1c9582&rid=giphy.gif&ct=g") no-repeat center center; */
    background: rgb(2, 2, 2) url("https://gifimage.net/wp-content/uploads/2018/11/circle-loader-gif-2.gif") no-repeat center center;
    /* background-size: 30%; */
    background-size: 10%;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 100;
}

@media (max-width: 575px) {
    #preloader {
        background-size: 30%;
    }
}

.px-8 {
    padding-right: 8rem;
    padding-left: 8rem;
}

.img-cap {
    color: white;
    font-size: 13px;
    padding-top: 20px;
}

@media (max-width: 1599px) {
    #microfinance .nav-tabs-sticky-section {
        /*top: 70px;*/
    }
}

@media (max-width: 991px) {
    #microfinance .nav-tabs-sticky-section {
        /*top: 60px;*/
    }
}
