.banner-img{
    height:650px;
    object-fit: cover;
    
}
.logo-part-banner{
    width: 290px;
        height: 290px;
          border: 2px solid white;
}
.profile-part{
    width: 290px;
    height: 290px;
  
}

.banner-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
      background: rgba(8, 22, 43, 0.6);
    z-index: 1;
}
.slider-test p{
    
    font-size: 28px;
} 
.main-area{
    background-color: white;
    padding: 50px;
    margin-top: -50px;
}
div#carouselExampleCaptions {
    position: absolute;
    width: 100%;
    top: 0;
}
nav {
    z-index: 99;
    position: relative;
}
.nav-item .nav-link {
    font-size: 20px;
     border-bottom: 0px solid #000000; 
}
.banner{
           height: 600px;
}
.blog-section {
    background: #f8f8f800;
    margin-top: -100px;
    /* padding: 20px 20px; */
}
.blog-details{
    position: relative;
    z-index: 999;
    background-color: #fff;
}
.blog1 .blog2 {
    transition: transform 0.8s;
    overflow: hidden;
    width: 100%;
    height: 300px;
}
.blog-card-body {
    text-align: left;
}
.blog-card-body a {
    color: #fff;
    text-decoration: none;
    font-size: 26px;
    font-size: 24px;
    line-height: 30px;
}
.blog-card:hover .blog-card-body {
    background: rgb(244 244 244 / 0%);
}

.blog-title {
    font-size: 24px;
    line-height: 30px;
}
p {
    font-size: 20px!important;
}
.news-blog-editor span{
    font-size: 20px!important;
}
.news-section {
    background-color: #edf2fa;
}
.fotter-icon-main {
    background-color: rgb(33 37 41);
}
@media (max-width: 1080px) {
    .logo-part-banner {
        width: 200px;
        height: 200px;
        border: 2px solid white;
    }
     .profile-part {
        width: auto;
        height: auto;
    }
    h1 {
        font-size: 30px;
    }
}
@media (max-width: 768px) {
    .banner-wrapper {
        position: relative;
        width: 100%;
        height: auto;
    }
    .logo-part-banner {
        width: 200px!important;
        height: 200px !important;
        border: 2px solid white;
    }
     .banner{
        height:700px;
        object-fit: cover;
        
    }
    .banner-img{
                height: 700px !important;
        object-fit: cover;
        
    }
          .banner-wrapper img {
        height: auto;
        object-fit: fill;
    }
    .profile-part {
        width: 100%;
        height: auto;
        text-align: center;
    }
      
}

@media  (max-width: 768px) {
   
  .slider-test p {
        line-height: 30px;
    }
    .blog-section {
        background: #f8f8f800;
        margin-top: -60px;
    }
}

