#topbar.dark.topbar-transparent {
    background-color: transparent;
    /*  */
    border-bottom:none !important;
}
#header{
    border-bottom: 1.5px solid rgba(144, 144, 144, 0.25);
}
.no-space{
margin: 0px !important;
padding: 0px !important;
}

/* .no-space2{
    margin: 0px !important;
  
    } */
   
    .books-left-image{
        padding-right: 0px !important;
    }
    .books-text{

    }


.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
  }
  
  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .btn-white-border{
    color:white !important;
    border: 1px solid white !important;
  }








  #logo {
    display: flex;
    align-items: center;
}

#logo img {
    max-width: 100%;
    height: auto;
}

.logo-default, .logo-dark {
    display: inline-block;
    width: 150px; /* Adjust as needed */
}

@media (max-width: 768px) {
    .logo-default, .logo-dark {
        width: 100px; /* Adjust for smaller screens */
    }
}

@media (max-width: 480px) {
    .logo-default, .logo-dark {
        width: 75px; /* Adjust for even smaller screens */
    }
}


.clients-page .team-image{
    width: 50% !important;
    margin: 0 auto !important;
}
.clients-page .team-member{
    /* border: 1px solid grey; */
}


#custom-nav {
    margin-top: 20px;
}

#custom-nav .nav-link {
    margin: 0 10px;
    text-decoration: none;
    color: #000;
}

#custom-nav .nav-link.active {
    font-weight: bold;
    color: #d9534f;
}

.slider-logo{
    display: inline-block;
    background: white;
    border-radius: 20px;
    padding: 20px 20px;
}
.services-slider{
    position: absolute;
    left: 20%;
    top: -300px !important;
    background: rgba(40, 39, 39, 0.8);
    border-radius: 50%;


}
.services-slider div{
    /* display: inline-block; */
    border: 2px solid #fff;
    margin: 20px;
    padding: 20px;
    width: 200px;
    border-radius: 20px;
    /* font-size: 10px !important; */
}
.services-slider-center{
    background: white;
    color: green !important;
}

/* .home-services .icon-box:hover{
    box-shadow: 10px 10px 5px -8px rgba(0,0,0,0.75);
-webkit-box-shadow: 10px 10px 5px -8px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 5px -8px rgba(0,0,0,0.75);
} */
.books{
    height: 300px !important;
    width: 400px !important;
}
.f20{
    font-size: 20px !important;
}
.text1{
    font-size: 16px !important;

}

.f15{
    font-size: 15px !important;
}
.home-services p{
    font-size: 1.2rem !important;
}
.home-services p,.justify{
    /* justify-content: right !important;
    display: grid !important; */
    text-align: justify !important;;
  text-justify: inter-word !important;;
    /* display: flex */
}


.justify2{
    /* justify-content: right !important;
    display: grid !important; */
    text-align: justify !important;;
  text-justify: inter-word !important;;
    display: flex
}


.home-services h3 a,.home-services h3 {
    color:  #254087 !important;
}
.home-services i{
    color: white !important;
}
.home-services .icon-box.border .icon{
    background:  #254087 !important;
}


.container-1 {
    background: url('../images/ladi.jpg');
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    /* border: 0.25rem solid black; */
    /* margin-left: 10%;
    margin-top: 5%;
    margin-right: 10%; */
}


.container-2 {
    background: url('../images/books/1.jpg');
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    /* border: 0.25rem solid black; */
    /* margin-left: 10%;
    margin-top: 5%;
    margin-right: 10%; */
}


.theme-color,.blue{
    color:#254087 !important
}

.btn-primary{
    border-color: #254087 !important;
}
.btn-theme,.bg-theme,.btn-primary,.bg-info{
    background: #254087 !important;
}

a.list-group-item.active {
    background-color: #254087 !important;
    border: #254087 !important;
}



.bold{
    font-weight: bold !important;
}




.wobble-hover {
    animation: wobble 0.5s ease-in-out;
}

@keyframes wobble {
    0%, 100% {
        transform: rotate(0deg);
    }
    15% {
        transform: rotate(-15deg);
    }
    30% {
        transform: rotate(10deg);
    }
    45% {
        transform: rotate(-10deg);
    }
    60% {
        transform: rotate(6deg);
    }
    75% {
        transform: rotate(-6deg);
    }
    90% {
        transform: rotate(3deg);
    }
}


.no-space-1{
    padding: 4px !important;
    margin: 4px !important;
}
/* .border{
    border: 1px solid red !important;
} */
.full-width{
    width: 100% !important;
}
.container2{
    width: 100%;
    padding-right: 50px;
    padding-left: 50px;
    margin-right: auto;
    margin-left: auto;
}

.container3{
    padding-top: 0px !important;
    margin-top: 0px !important;

    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}
.read-more{
    font-size: 0.5 rem !important;
}






















.team-image img {
    width: 100%;
    height: auto;
}

.team-desc {
    text-align: left;
}

.justify {
    text-align: left;
}

@media (max-width: 767px) {
    .team-image,
    .team-desc {
        text-align: center;
    }
}



.news-article {
    position: relative;
}

.news-article img.float-left {
    float: left;
    margin: 0 15px 15px 0; /* Adjust margin as needed */
    width: 20%; /* Adjust width as needed */
    height: auto;
}

.news-article p.justify {
    text-align: left;
}
.team-member{
    padding: 20px;
}

.padding-2{
    padding: 2px !important;
}

.green,.green *{
    color:#96ca3a !important;
}
.btn-theme2{
    background:#96ca3a !important;
}

.white{
    color: white !important;
}




.heading-text.heading-section h2:before {
    width: 240px !important;
    background-color: #2250fc;
    bottom: 0px;

    
}

.heading-text2.heading-section h2:before {
    /* width: 240px !important; */
    background-color: white !important;
    /* bottom: 0px; */
}
.expertise-image{
    width: 100% !important;
}




















.hidden{
    display: none !important;
}


.video-background {
    position: relative;
    width: 100%;
    height: 100vh; /* Adjust this value based on your needs */
    overflow: hidden;
}

#background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -1; /* Ensures the video is behind the content */
}

.content {
    position: relative;
    z-index: 1; /* Ensures the content is above the video */
    color: white; /* Adjust this based on your content */
    text-align: center; /* Adjust this based on your content */
    padding: 20px; /* Adjust this based on your content */
}


.flickity-page-dots{
    display: none !important;
}

.space-up-1{
    margin-top: 10px !important;
    padding-top: 10px !important;
}
.fullscreen{
    min-height: 80vh !important;
}
.background-grey{
    background: white !important;
}
.no-space1{
    padding: 0px !important;
    margin: 0px !important;
    min-height: 200px !important;
}
.border1{
    border: 1px solid red !important;
}
.blue-list li{
    
}