header .logo-white {
    display: inline-block;
}
header .logo-black {
    display: none;
}
.logo{
    color: #fff!important;
}
#topnav.nav-sticky .logo{
    color: #333!important;
}
header.nav-sticky .logo .logo-white {
    display: none;
}
header.nav-sticky .logo .logo-black {
    display: inline-block;
}
.nav-link {
    color: #fff !important;
}
#topnav.nav-sticky .nav-link{
    color: #212121 !important;
}
body{
    background: #fff!important;
}

.breadcrumb-row{
    display: block;
    color: #444;
    position: relative;
}
.breadcrumb-row:after{
    content: '';
    position: absolute;
    bottom: -18px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #d4d3d3;
}
.blog-content > :first-child::first-letter{
    font-weight: bold;
    font-size: 2em;
}
.breadcrumb-link:hover{
    color: #1ade92;
}
.breadcrumb-link{
    font-size: 1.1rem;
    color: #444;
    transition: 0.1s ease-in;
    position: relative;
    padding-right: 15px;
    display: inline-block;
    padding-left: 15px;
    line-height: 1;
    font-weight: 400;
}
.breadcrumb-link:first-child {
    padding-left: 0;
}
.breadcrumb-link:last-child:before, .breadcrumb-link:last-child:after {
    display: none;
}
.breadcrumb-link:before {
    content: '';
    position: absolute;
    bottom: 4px;
    right: 0;
    height: 9px;
    width: 1.5px;
    background-color: #a2a2a2;
    transform: rotate(45deg);
    transform-origin: bottom left;
}
.breadcrumb-link:after {
    content: "";
    position: absolute;
    top: 3px;
    right: 0;
    height: 9px;
    width: 1.5px;
    background-color: #a2a2a2;
    transform: rotate(-45deg);
    transform-origin: top left;
}
.blog-header{
    padding-top: 10rem;
    padding-bottom: 6rem;
    background: radial-gradient(circle at 80% 20%, rgba(65, 14, 200, 0.4) 0%, transparent 50%), #000;
    background-color: #000000;
}
.blog-cat-badge{
    display: inline-block;
    color: #fff;
    background-color: #5452f5;
    padding: 7px 15px 5px 15px;
    border-radius: 20px;
    line-height: 1;
    font-size: 1rem;
    letter-spacing: 0.1px;
    margin-bottom: 1rem;
}
.blog-cat-badge:hover{
    color: #fff;
}
.blog-heading{
    font-size: 3rem;
    color: #fff;
    font-family: 'mark';
    margin-bottom: 70px;
}
.cover-img-container{
    display: block;
    position: relative;
    width: 100%;
    min-height: 350px;
    border-radius: 40px;
    overflow: hidden;
    height: 100%;
}
.cover-img-container img{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    background: #fdfdfd;
}
.blog-time{
    display: block;
    position: absolute;
    bottom: 0;
    left: 15px;
    color: #8D9196;
    font-size: 1.05rem;
}
.blog-time time{
    font-size: 0.95rem;
}
.blog-main-section{
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.blog-content{
    font-family: mark!important;
    color: #111!important;
}
.blog-content h1, .blog-content h2, .blog-content h3, .blog-content h4, .blog-content h5, .blog-content h6{
    font-size: 1.5rem!important;
    line-height: 1.6!important;
}
.blog-content p{
    font-size: 1.1rem!important;
    line-height: 1.6!important;
    margin-bottom: 0.5rem!important;
}
.blog-content img{
    max-width: 100%;
    height: unset!important;
    object-fit: cover;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 0.5rem!important;
}

.more-blogs-heading{
    margin-top: 4rem;
    font-size: 2.2rem;
    line-height: 1;
    color: #212121;
    margin-right: 150px;
}
.more-blogs-desc{
    margin-right: 150px;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 1.5rem;
}
.blog-card-2{
    display: block;
    position: relative;
}
.blog-card-2 img{
    display: block;
    height: 165px;
    border-radius: 20px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.blog-card-title-2{
    font-size: 1.2rem;
    font-weight: 500;
    color: #212121;
    text-decoration: underline;
    margin-top: 10px;
    margin-bottom: 5px;
}
.blog-card-date-2{
    font-size: 0.8rem;
    color: #555;
    font-weight: 400;
    display: block;
}
#more-blogs-carousel .owl-stage-outer{
    box-shadow: none!important;
}
#more-blogs-carousel.owl-carousel .owl-item img{
    width: 100%!important;
}
#more-blogs-carousel.owl-carousel .owl-nav{
    display: block;
    color: #222222;
}
#more-blogs-carousel.owl-theme .owl-nav{
    top: -80px;
}
#more-blogs-carousel.owl-carousel .owl-nav button.owl-next,
#more-blogs-carousel.owl-carousel .owl-nav button.owl-prev{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #111;
    text-align: center;
    line-height: 50px;
}
#more-blogs-carousel .owl-nav button:focus{
    outline: none;
}
#more-blogs-carousel .owl-nav button i{
    line-height: 50px;
    font-size: 17px;
}
#more-blogs-carousel.owl-theme .owl-nav[class*="owl-"]:hover{
    color: #222222!important;
}
#more-blogs-carousel.owl-theme .owl-nav [class*="owl-"]:hover{
    background: inherit;
    color: #222222;
}

.sticky-lead-form{
    position: sticky;
    top: 90px;
    display: block;
    padding: 30px 20px 0 20px;
    border-radius: 20px;
    background: #000000;
    background: radial-gradient(circle at 70% 70%, rgba(65, 14, 200, 0.4) 0%, transparent 50%), #000;
    width: 100%;
    box-shadow: rgba(197, 181, 181, 0.3) 0 -7px 16px!important;
}
.sticky-form-heading{
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
}
.sticky-form-desc{
    font-size: 1rem;
    color: #dddddd;
    text-align: center;
}
.sticky-lead-form .lead_form input.form-control,
.sticky-lead-form .lead_form textarea.form-control,
.sticky-lead-form .lead_form select.form-control{
    background: #fff;
    font-size: 16px;
    height: 40px;
}
.sticky-lead-form .lead_form input.form-control:focus {
    border: none!important;
}
.sticky-lead-form .form-group {
    margin-bottom: 0.9rem;
}
.sticky-lead-form .lead_selected_isd_code{
    height: 40px;
    line-height: 30px;
    font-size: 16px;
    background: #fff;
}
.sticky-lead-form .lead_selected_isd_code i{
    top: 12px;
}
.sticky-lead-form .lead_isd_val{
    padding: 0;
}
.sticky-lead-form .form-btn-footer{
    display: block;
    padding-bottom: 22px;
}
.sticky-lead-form .btn.btn-primary{
    background: linear-gradient(to bottom, #01e792, #2cc888) !important;
    font-size: 19px;
    height: 40px !important;
    line-height: 40px;
    box-shadow: none!important;
}
.sticky-lead-form .btn.btn-primary:hover{
    box-shadow: 0 3px 5px 0 rgba(44, 200, 136, 0.5) !important;
}
.fixed-footer{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 999;
    padding: 12px 0;
    box-shadow: 0 4px 2px 0 rgba(0, 0, 0, .2), 0 6px 25px 0 rgba(0, 0, 0, .19);
}
.fixed-footer .btn{
    box-shadow: 0 3px 5px 0 rgba(44, 200, 136, 0.5) !important;
}

@media (max-width: 576px){
    .blog-header{
        padding-bottom: 4rem;
        padding-top: 8rem;
    }
    .blog-heading{
        font-size: 2rem;
    }
    .blog-cat-badge{
        font-size: 0.85rem;
        padding: 6px 12px 3px 12px;
        margin-bottom: 0.5rem;
    }
    .blog-time{
        font-size: 0.85rem;
        bottom: 10px;
    }
    .blog-time time{
        font-size: 0.85rem;
    }
    .cover-img-container{
        border-radius: 20px;
        min-height: 215px;
    }
    .cover-img-container img{
        position: relative;
    }
    .blog-main-section{
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .more-blogs-heading{
        margin-right: 60px;
        font-size: 1.6rem;
        margin-top: 3rem;
    }
    .more-blogs-desc{
        font-size: 16px;
        line-height: 1.2;
        margin-right: 70px;
        margin-bottom: 1rem;
    }
    .blog-card-2{
        width: 260px!important;
    }
    .blog-card-2 img{
        width: 260px;
        height: 170px;
    }
    #more-blogs-carousel.owl-theme .owl-nav {
        top: -45px;
        right: 11px;
    }
    #more-blogs-carousel.owl-carousel .owl-nav button.owl-next,
    #more-blogs-carousel.owl-carousel .owl-nav button.owl-prev{
        width: 30px;
        height: 30px;
        line-height: 27px;
    }
    #more-blogs-carousel .owl-nav button i{
        line-height: 30px;
        font-size: 12px;
    }
    #more-blogs-carousel.owl-theme .owl-nav [class*="owl-"]{
        margin: 3px;
    }
}

@media (max-width:768px){
    #topnav .logo {
        color: #111 !important;
    }
    header .logo-white {
        display: none;
    }
    header .logo-black {
        display: inline-block;
    }
    header .nav-link{
        color: #212121 !important;
    }
    #topnav.nav-sticky .nav-link:hover, .custom-user-dropdown .custom-dropdown-menu li a:hover{
        color: #1ade92 !important;
    }
    .custom-user-dropdown .custom-dropdown-menu li a{
        font-weight: 400;
        font-size: 16px;
    }
    .breadcrumb-row {
        line-height: 1;
    }
    .breadcrumb-link {
        display: inline;
        font-size: 0.8rem;
    }
    .breadcrumb-link {
        padding-right: 8px;
        font-size: 0.8rem;
        padding-left: 8px;
    }
    .breadcrumb-link::before {
        width: 1px;
        height: 7.5px;
        bottom: 2px;
    }
    .breadcrumb-link::after {
        width: 1px;
        height: 7.5px;
        top: 1px;
    }
    .breadcrumb-row:after{
        bottom: -10px;
    }
    .lead_selected_isd_code i{
        right: 5px;
    }
    .lead_isd_val{
        padding-left: 5px!important;
    }
    .footer-m-bottom{
        margin-bottom: 60px;
    }
}

