/* @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'); */

/*===================================== 
YOU CAN WRIGHT CUSTOME CSS 
======================================*/

.wt-post-info p {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.wt-img-effect img {
    min-height: 250px;
    object-fit: cover;
}

.wt-accordion .panel {
    box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 2%);
    border: 1px solid #e4e4e4;
}

.wt-accordion .panel .acod-content {
    padding: 20px;
}

.blog-detail .wt-post-media {
    margin-bottom: 0px !important;
}

.blog-post {
    min-height: 500px !important;
}

.header-nav .nav>li.active>a {
    color: #000 !important;
    position: relative;
}

.header-nav .nav>li.active>a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #000;
    left: 0;
    right: 0;
    bottom: 30px;
}

.is-fixed .header-nav .nav>li.active>a::before {
    bottom: 15px;
}

.equal-wraper .blog-post {
    min-height: auto !important;
}

.wt-bnr-inr-entry h1 {
    padding-top: 100px;
}

.addr-wrapper {
    max-width: 230px;
}

.wt-icon-box-wraper {
    transition: 0.3s all ease-in-out;
}

.wt-icon-box-wraper:hover {
    box-shadow: 0px 12.558px 33.489px 0px rgba(51, 51, 51, 0.08);
}

@media (max-width: 767px) {
    .wt-img-effect img {
        height: 100%;
    }
}

/* =========================================== */
/* Tabs section Starts */
/* =========================================== */

.tabs-wrapper nav {
    border: none;
}

.tabs-wrapper .nav-tabs {
    justify-content: center;
    gap: 10px;
    border: none;
}

.tabs-wrapper .nav-tabs .nav-link {
    background: #34465c;
    color: #FFF;
    border-radius: 0px !important;
    border: none;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 500;
}

.tab-slider .item {
    padding: 20px 10px;
}

.tab-slider .item img.box {
    box-shadow: -2px 2px 15px -4px #00000038;
    border-radius: 20px;
}

/* nav-button css */
.tab-slider.owl-carousel .owl-nav button {
    width: 40px;
    height: 40px;
    font-size: 25px;
}

.img_company_logo {
    max-width: 60%;
    margin: 0 auto;
    width: 100%;
}

@media(max-width:992px) {
    .img_company_logo {
        margin: 0px auto 30px;
    }
}

/*.tab-slider.owl-carousel .owl-nav {
    margin: 20px 0px 0px;
    text-align: center;
    line-height: 0;
}*/
/*.tab-slider.owl-carousel .owl-nav button {
    color: #000000;
    font-size: 25px;
    height: 40px;
    width: 40px;
    opacity: 1;
    line-height: 0;
    background: #e7e7e7;
    border-radius: 100px;
 }
.tab-slider.owl-carousel .owl-nav button:hover {
    background: #a5a1a1;
    -webkit-transition: background 0.5s ease-in-out;
    transition: background 0.5s ease-in-out;
}
@media(min-width: 1024px) {
    .tab-slider.owl-carousel .owl-nav {
        margin: 20px 0px 0px;
        text-align: center;
        line-height: 0;
    }
    .tab-slider.owl-carousel .owl-nav button {
        color: #000000;
        font-size: 25px;
        height: 40px;
        width: 40px;
        opacity: 1;
        line-height: 0;
        background: #e7e7e7;
        border-radius: 100px;
     }
    .tab-slider.owl-carousel .owl-nav button:hover {
        background: #a5a1a1;
        -webkit-transition: background 0.5s ease-in-out;
        transition: background 0.5s ease-in-out;
    }
}*/

/* =====================
   update css  
======================= */

p {
    font-size: 18px;
}

.margin_zero {
    margin: 0 !important;
}



.wt-icon-box-wraper p {
    font-size: 16px !important;
}

.wt-icon-box-wraper .icon-lg {
    width: 120px;
}

.wt-icon-box-wraper .icon-lg img {
    height: 120px;
}

.margin-minus-90 {
    margin-top: -100px;
    padding-bottom: 0px;
    background-color: #f5f6f6;
}

footer .para {
    font-size: 14px !important;
}

.footer-bottom .copyrights-nav li a:hover {
    color: #bdbdbd !important;
}


.masonry-item .wt-post-text p {
    font-size: 14px !important;
}

.wt-post-title .post-title {
    font-size: 20px !important;
}

.blog-post .wt-post-text p {
    font-size: 16px !important;
}

.blog-post .wt-post-text h4 {
    font-size: 20px !important;
}

img.rupee-img {
    position: relative;
    top: -100px;
}


.status-value span::before {
    content: "+";
    position: absolute;
    right: -20px;
}

/* css index page  */

.counter-padding-right {
    padding-right: 10px;
}

.status-value i {
    padding-left: 10px;
}

.btn-bg-color-active .nav-tabs .nav-link.active {
    background-color: #0060af;
}

.btn-bg-color-active button {
    font-size: 16px !important;
}

.inffo-div {
    position: absolute;
    right: 0px;
    bottom: 230px;
    max-width: 500px;
    z-index: 12;
}

@media(max-width:1600px) {}

.text-intro {
    padding: 0px 10px 0px 0px;
    transition: none 0s ease 0s;
    text-align: left;
    line-height: 60px;
    border-width: 0px;
    margin: 0px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 55px;
    color: #0060af !important;
}

.text-iffo-title {
    color: white !important;
    text-wrap: wrap;
}

.text-title-start {
    text-align: start;
}

.div-title-start .wt-separator {
    display: block;
}

.text-title-info-start {
    text-align: start !important;
    margin: 0 !important;
    padding-top: 13px !important;
    max-width: none !important;
}

.sub-text-title {
    text-align: start !important;
    margin: 0 !important;
    padding-top: 25px !important;
    max-width: none !important;
    font-weight: 500;
    font-size: 22px !important;
}

.sub-title-number {
    font-weight: 600;
    color: #0060af;
}

@media(max-width:576px) {
    .sub-text-title {
        font-size: 20px !important;
    }

    .text-title-info-start {
        font-size: 18px !important;
    }
}



/* Whatsapp Button */

.btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 90px;
    right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 25px;
    z-index: 1;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

.whta-icon {
    max-width: 55px;
    height: 55px;
    object-fit: cover;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}


.bg-overlay-coin {
    width: 200px !important;
    height: auto !important;
    position: absolute;
    z-index: -1;
    left: -200px;
    top: 0;
    opacity: 0.7;
}


/* =================== main-slider ============== */
.main-slider {
    display: none;
}

/* =================== multi-slide ============== */
.multi-slide {
    display: none;
}

/* ============================================== 
new section add css
============================================== */
.landing-page-section {
    background-image: url(../images/main-slider/slider2/bg-blue.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;

}

.landing-page-section::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #00000057;
    top: 0;
}

.text-title-style {
    font-family: Poppins, sans-serif;
    text-transform: uppercase;
    transition: none 0s ease 0s;
    text-align: left;
    line-height: 60px;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 55px;
}

.text-your {
    text-align: inherit;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    letter-spacing: 0px;
    font-weight: 700;
    color: #0060af;
}

.sec-container {
    position: relative;
    z-index: 2;
    padding: 200px 0 120px 0;
}

.text-color-since {
    color: #0060af;
}

.title-inffo {
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 500;
}

.into-font-size {
    font-size: 34px;
    text-transform: capitalize !important;
}

.btn-style {
    padding: 15px 40px;
    background-color: #0060af;
    text-transform: uppercase;
    transition: 0.3s all linear;
}

.btn-style-hover-1:hover {
    color: #ffffff !important;
    background-color: black !important;
}

.btn-style-hover-2 {
    color: #0060af !important;
}

.btn-style-hover-2:hover {
    background-color: #0060af;
    color: white !important;
}


.text-white-btn {
    color: white;
}

.btn-div {
    padding: 28px 0 0px;
    display: flex;
}

.btn-Join-color {
    color: white !important;
    background-color: black;
}

@media(max-width:1200px) {
    .responcive-font-size-sec-1 {
        font-size: 50px;
        line-height: 55px;
    }

}

@media(max-width:992px) {
    .responcive-font-size-sec-1 {
        font-size: 44px;
        line-height: 50px;
    }

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

    .sec-container {
        padding: 150px 10px 150px 10px;
    }

    .btn-div {
        padding: 38px 0;
    }
}

@media(max-width:768px) {

    .responcive-font-size-sec-1 {
        font-size: 34px;
        line-height: 40px;
    }

    .text-intro-div,
    .sec-left-site {
        padding-top: 16px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .sec-container {
        padding: 100px 0 100px 0;
    }

    .btn-div {
        padding: 22px 0;
    }

}

@media(max-width:576px) {
    .responcive-font-size-sec-1 {
        font-size: 25px;
        line-height: 30px;
    }

    .btn-style {
        padding: 10px 25px;
    }

    .sec-container {
        padding: 90px 15px 50px 15px;
    }

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

    html,
    body {
        overflow-x: hidden;
    }

    .text-title {
        border-left: 5px solid #0060af;
        padding-left: 10px;
    }

}

.landing-page-section .sec-left-image img {
    position: absolute;
    bottom: 325px;
    width: 170px;
    left: -190px;
}

.text-title {
    border-left: 10px solid #0060af;
    padding-left: 15px;
}

.text_Anil_Dhulia a {
    color: #0060af !important;
}

.footer-bottom .copyrights-nav li a:focus {
    color: #0060af !important;
}


@media (max-width: 992px) {

    .top-bar .wt-topbar-left,
    .top-bar .wt-topbar-right {
        width: 100%;
        float: none;
        padding: 0px 0px !important;
        text-align: center;
    }

    .top-bar .pull-right.list-unstyled,
    .top-bar .pull-left.list-unstyled {
        float: none;
        margin: 0 auto;
        width: fit-content;
    }


    .header-nav .nav>li.active>a::before {
        display: none;
    }
}

/*  new desing  css  */

.heading-blod {
    font-weight: 800 !important;
}

.text-inffo-fs-16 {
    font-size: 16px;
}

/* footer css new add */

.bdr-gray-dark {
    border-color: #ffffff4d !important;
}

/* footer css new add  */
.font-size-14 {
    font-size: 14px !important;
}


.tabs-section-bg {
    position: relative;
    z-index: 0;
    /* background-color: #0060af5e; */
}

.tabs-section-bg::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('../images/banner/male-hand-holding-graph.webp') no-repeat;
    background-position: bottom center;
    background-size: cover;
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0.2;
}

.feature-section-pb {
    padding-bottom: 80px !important;
}

.wt-icon-box-wraper {
    border: 1px solid #eee;
}

.wt-info.wt-team-full-info {
    text-align: left;
}

.wt-member-position {
    background: #0060af;
    color: #FFF;
    padding: 7px 13px;
    display: inline-block;
}

@media(max-width: 576px) {
    .e-p-bx li.list-email1 {
        display: none;
    }
}

@media(max-width: 480px) {
    button.scroltop {
        height: 50px;
        width: 50px;
    }
}









/* ============================================== 
new section add css
============================================== */
.banner-multi-slide.landing-page-section {
    background-image: url(../images/banner-image.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;

}

.banner-multi-slide.landing-page-section::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #bfb4b457;
    top: 0;
}

.banner-multi-slide .text-title-style {
    font-family: Poppins, sans-serif;
    text-transform: uppercase;
    transition: none 0s ease 0s;
    text-align: left;
    line-height: 60px;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 55px;
}

.banner-multi-slide .text-your {
    text-align: inherit;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    letter-spacing: 0px;
    font-weight: 700;
    color: #0060af;
}

.banner-multi-slide .sec-container {
    position: relative;
    z-index: 2;
    padding: 280px 0 250px 0;
}

.banner-multi-slide .text-color-since {
    color: #0060af;
}

.banner-multi-slide .title-inffo {
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.banner-multi-slide .into-font-size {
    font-size: 34px;
    text-align: center;
    color: #fff;
    text-transform: capitalize !important;
}

.banner-multi-slide .btn-style {
    padding: 15px 40px;
    background-color: #0060af;
    text-transform: uppercase;
    transition: 0.3s all linear;
}

.banner-multi-slide .btn-style-hover-1:hover {
    color: #0060af !important;
    background-color: white !important;
}

.banner-multi-slide .btn-style-hover-2 {
    color: #0060af !important;
}

.banner-multi-slide .btn-style-hover-2:hover {
    background-color: #0060af;
    color: white !important;
}


.banner-multi-slide .text-white-btn {
    color: white;
}

.banner-multi-slide .btn-div {
    padding: 28px 0 0px;
    display: flex;
    justify-content: center;
}

.banner-multi-slide .btn-Join-color {
    color: black;
    background-color: white;
}

@media(max-width:1200px) {
    .banner-multi-slide .responcive-font-size-sec-1 {
        font-size: 50px;
        line-height: 55px;
    }

}

@media(max-width:992px) {
    .banner-multi-slide .responcive-font-size-sec-1 {
        font-size: 44px;
        line-height: 50px;
    }

    .banner-multi-slide .title-inffo {
        font-size: 18px;
    }

    .banner-multi-slide .sec-container {
        padding: 150px 10px 150px 10px;
    }

    .banner-multi-slide .btn-div {
        padding: 38px 0 0;
    }
}

@media(max-width:768px) {

    .banner-multi-slide .responcive-font-size-sec-1 {
        font-size: 34px;
        line-height: 40px;
    }

    .banner-multi-slide .text-intro-div,
    .banner-multi-slide .sec-left-site {
        padding-top: 16px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .banner-multi-slide .sec-container {
        padding: 100px 0 100px 0;
    }

    .banner-multi-slide .btn-div {
        padding: 22px 0 0;
    }

}

@media(max-width:576px) {
    .banner-multi-slide .responcive-font-size-sec-1 {
        font-size: 25px;
        line-height: 30px;
    }

    .banner-multi-slide .btn-style {
        padding: 10px 25px;
    }

    .banner-multi-slide .sec-container {
        padding: 90px 0 50px 0;
    }

    .banner-multi-slide .title-inffo {
        font-size: 14px;
    }

    html,
    body {
        overflow-x: hidden;
    }

}

.banner-multi-slide .landing-page-section .sec-left-image img {
    position: absolute;
    bottom: 325px;
    width: 170px;
    left: -190px;
}

.banner-multi-slide .text-title {
    border-left: none;
    padding-left: 0px;
}

.banner-multi-slide .text_Anil_Dhulia a {
    color: #0060af !important;
}

.banner-multi-slide .footer-bottom .copyrights-nav li a:focus {
    color: #0060af !important;
}


.hero-banner-option2 {
    /* background: url('../images/hero-bg-gray.jpg') no-repeat; */
    background: #FFF !important;
    background-size: cover;
    background-position: center;
    color: #000;
}

.hero-banner-option2::after {
    display: none;
}

.hero-banner-option2 .text-title-style.text-white,
.hero-banner-option2 .text-title-style span.text-white {
    color: black !important;
}



.hero-banner-option2 .title-inffo {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
    color: black !important;
}

.section-privacy-content p {
    margin-left: 20px;
    font-size: 16px;
}


/* hero-banner-option2 bg-img   */

.page-content .bg-img-hero-section {
    background-image: url(../images/anildhulia-site-banner-img03.png) !important;
    background-position: top !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 23% 12%;
    height: 100%;
    margin-top: 92px;
}

.bg-img-hero-section .row {
    display: none;
}

/* hero-banner-option2 bg-img  */