.black-bg-color {
    background-color: #15175c;
}
.copy-right-area {
    background-color: #001229;
}
.single-footer-widget .social-icon li a {
    background-color: #001229;
}

::-webkit-scrollbar {
  width: 10px;
  }
  ::-webkit-scrollbar-track {
  background: #f1f1f1;
  }
  ::-webkit-scrollbar-thumb {
  background: #888;
  }
  ::-webkit-scrollbar-thumb:hover {
  background: #555;
  }
  .myul{
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-bottom: 35px;
  }
  .myul li{
    position: relative;
    padding-left: 25px;
    line-height: 1.8;
    font-weight: 600;
    color: #2e3192;
    margin-bottom: 6px;
  }
  .myul li::before{
    font-family: 'remixicon' !important;
    content: "\eb7b";
    position: absolute;
    top: 5px;
    left: 0;
    width: 15px;
    height: 15px;
    line-height: 15px;
    display: inline-block;
    background-color: #d00000;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 11px;
  }
  .brow{
    text-align: center;
  }
  .bimg{
    padding: 20px;
    border: 1px solid #ebebeb;
    margin-bottom: 20px;
  }
  .hedr{
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .partner-area .owl-carousel .owl-item img {
    display: block;
    width: auto;
    margin: auto;
    border: 1px solid #ebebeb;
    margin: 1px;
   }
  	.desktop-nav .navbar .navbar-nav .nav-item {
    position: relative;
    padding-bottom: 25px;
    padding-top: 25px;
    padding-right: 0;
    padding-left: 0;
    }
    .top-header {
    padding-top: 10px;
    padding-bottom: 10px;
    }
    .hed{
    	line-height: 1;
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    }
    .hed li span{
    color: white;
    font-size: 16px;
    font-weight: 600;
    }
    .page-title-area {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
    background-image: url(_fbc9.html?php%20echo%20$s;?>);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    }
    <?php }?>

    .about-img{
      width: 400px;
    }
    .about-img .about-img-2 {
    position: absolute;
    left: 220px;
    bottom: -260px;
    }

.single-footer-widget img{
    width: 80% !important;
}    
.navbar-area .navbar-brand img{
    height: 56px !important;
    max-width: fit-content !important;
}

.hero-slider-content p {
    color: #000000 !important;
}

.desktop-nav .navbar .navbar-nav .nav-item a {
    line-height: 26px;
}

.active2{
	color: red !important;
    font-weight: bold !important;
}

.row {
    --bs-gutter-y: 1.5rem !important;
}
.card{
	border-radius: 0px !important;
}

.card-img, .card-img-top {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.tags{
    background: #efefef;
    padding: 14px 24px;
    margin: 4px 10px;
    display: block;
    font-weight: bold;
    font-size: 18px;
}

.tags:hover{
    background: #d00000;
    color: white;
}

.active3{
    background: #2e3192 !important;
    color: white !important;
}

.pimg{
    width: 100%;
    padding-top: 20px;
    padding-bottom: 40px;
}

.h2 {
    font-size: 30px;
    margin-bottom: 40px;
    margin-top: -5px;
    position: relative;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
}

.h2::before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    background-color: #d00000;
    height: 3px;
    width: 50%;
}

.whatsapp{
    position: fixed;
    bottom: 20px;
    left: 20px;
    height: 60px;
    width: auto;
    z-index: 9999;
}

@media only screen and (max-width: 991px){
    .whatsapp{
        height: 40px;
        width: auto;
        bottom: 15px;
        left: 15px;
    }
    .navbar-area.is-sticky {
    background-color: #d00000!important;
    padding-top: 4px;
    padding-bottom: 4px;
    }
    .mobile-responsive-nav .logo {
    position: relative;
    width: 160px;
    z-index: 999;
    }
    .about-img {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    }
    .about-img{
      width: 100%;
    }
    .about-img .about-img-2 {
    position: none;
    left: 0px;
    bottom: 0px;
    }

    .mobile-responsive-nav .logo {
        width: 160px !important;
    }

    .navbar-area.is-sticky {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .tags{
        font-size: 12px !important;
    }

}