:root {
    --primary: #242d5b;
    --secondary: #5e967b;
    --light: #EEF9FF;
    --dark: #091E3E;
}
html,body{
        font-family: 'Jost', sans-serif;

}
p{
  text-align: justify;
  text-align-last: left;
}

h1,
h2,
.font-weight-bold {
    font-family:'Jost', sans-serif !important;
    font-weight: 600;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600;
    font-family:'Jost', sans-serif !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500;
    text-align: justify;
    text-indent:10px;
  /*text-align-last: left;*/

  font-family:'Jost', sans-serif !important;
}
/*fta accredited start*/
.icon-box {
 
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  animation: fadeInUp 0.5s ease;
  width: max-content;
  margin-bottom: 30px;
}

.icon-box .icon {
  width: 60px;
  height: 60px;
  margin: 0 auto;
}

.icon-box .icon svg {
 
  fill: #000000;
}

.icon-box-title {
  font-size: 1rem;
  font-weight: bold;
  color: #ffffff !important;
}
.bar{

}
.bar.sticky {
          position: fixed;
          top: 120px; /* Adjust based on navbar height */
        }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*fta ends*/

.btn {
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary {
    background-color: var(--primary);
    border-radius: 5px !important;
    border:none
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
}

.btn-primary:hover {
    background: var(--secondary);
    color: #FFFFFF;
    border-color: var(--secondary);
}

.btn-secondary:hover {
    background: var(--primary);
    color: #FFFFFF;
    border-color: var(--primary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}
#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
.home {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: #2696E9;
}
.home:before {
    z-index: 777;
    content: '';
    position: absolute;
    background: rgba(3, 96, 251, 0.3);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.home video {
    z-index: 000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home .content {
    z-index: 999;
    color: #fff;
    /*width: 99%;*/
   margin-left:35px
}
.home .media-icons {
    z-index: 888;
    position: absolute;
    right: 25px;
    display: flex;
    flex-direction: column;
    transition: 0.5s ease;
}
.home .media-icons a {
    font-size: 1.6em;
    transition: 0.3s ease;
}

 .dropdown .dropdown-menu{
        display:none;
    }
    .dropdown:hover > .dropdown-menu , .dropend:hover >.dropdown-menu{
        display:block;
        margin-top:.125em;
        margin-left:.125em
    }
    /* @media(max-width:575px){*/
    /*    .dropend:hover >.dropdown-menu{*/
    /*    display:block;*/
    /*    position:absolute;*/
    /*    top:0;*/
        /*left:100%;*/
    /* }*/
    /*}*/
    @media (min-width:576px){
        .dropend:hover >.dropdown-menu{
        position:absolute;
        top:0;
        left:100%;
        margin-left:.125em
     }
    }
.back-to-top {
    border-radius: 50% !important;
    position: fixed;
    display: none;
    right: 40px;
    bottom: 50px;
    z-index: 99;
}

.top-shape::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 100%;
    top: 0;
    left: -17px;
    background: #5e967b;
    transform: skew(40deg);
}


.sidebar{
    overflow:auto;
    width:260px;
    height:300px;
    scrollbar-color: var(--primary) white;
    scrollbar-width: thin;
    margin-bottom: 30px;
    border:none;
    border-radius: 15px;
    padding:10px 0;
    background-color:var(--primary) ;
    box-shadow: 0 8px 15px rgba(0, 0, 0, .7);
    position:sticky;
    top: 465px;
    
}
/*.sidebar.sticky {*/
/*          position: fixed;*/
        /*  top: 120px;  Adjust based on navbar height */
/*        }*/
.main-content {
            flex: 1;
            padding: 1rem;
    
}
   .sidebar ul{
    list-style: none;

   }
   .sidebar ul li a{
   font-size:18px;
    color:white;
    
   }
   .sidebar ul li{
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    width:90%;
    
}

   .sidebar ul li:last-child{
     border-bottom: none;
     padding-bottom: 15px;
   }
   .sidebar-header{
    margin-top:-10px !important;
     border-radius: 15px 0 0 0;
     background-color: white;
     color:black;
     padding:10px 0;
     width:100%;
     text-align: center;
     
   }
/* Blogs End */
.footer .popular {
    transition-duration: 0.4s;
}

.footer .popular:hover {
    margin-left: 10px;
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Jost', sans-serif;
    padding: 35px 15px;
    font-size: 18px;
    color: var(--primary);
    outline: none;
    transition: .5s;
}

.navbar-toggler {
    border: none;
    color:white !important
}

.navbar-toggler:focus {
    box-shadow: none;
    border: none;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 15px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--primary);
}

.navbar-light .navbar-nav .nav-link:hover {
    color: var(--secondary);
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.carousel-text {
    max-width: 40%;
}

.carousel-item {
    height: 90vh;
}

@media (max-width: 576px) {
    .nav-logo{
        margin-left:-33px;
    }
  
    .home .content {
        width: 86%;
        z-index: 999;
        color: #fff;
        margin-left:10px;
    }
    .home .content h1{
        width:100%;
        margin-top:-70px;
    }
    .home .content h3{
        font-size:20px;
    }
    .home .content h6{
        font-size:16px !important;
    }
    
    .carousel-item {
        height: 50vh;
    }
    .site-contacts{
        display:flex;
        flex-direction:column-reverse;
    }
    .sidebar{
    width:90%;
    height:fit-content;
    overflow:hidden;
    margin:0 20px 39px;
    border:none;
    border-radius: 15px;
    padding-top:10px;
    background-color:var(--primary);
    position:static;
    top:0;
    left:0;
    box-shadow: 0 8px 15px rgba(0, 0, 0, .7);
}
    .about{
        display:flex;
        flex-direction:column-reverse;
    }
    .about-p2{
         display:flex;
        flex-direction:column-reverse;
    }
    .about-img{
        margin-top:-16px;
    }
    .xs-text{
        text-align:justify;
        margin-right:10px;
        word-spacing:0;
    }
    .objective {
        display: flex;
        flex-direction: column-reverse;
    }
    
    .culture,
    .values {
        display: flex;
        flex-direction: column;
    }
    .objective .obj-img img {
        margin-top: 0 !important;
    }
    .back-to-top {
        border-radius: 50% !important;
        position: fixed;
        display: none;
        right: 30px;
        bottom: 70px;
        z-index: 99;
    }
    .card-sigin{
        margin:40px 15px;
    }
}


.carousel-caption h1 {
    font-size: 32px;
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

.section-title h5::before,
.section-title h4::before{
    position: absolute;
    content: "";
    width: 45px;
    height: 4px;
    right: -55px;
    bottom: 11px;
    background: var(--secondary);
}

.section-title h5::after,
.section-title h4::after

{
    position: absolute;
    content: "";
    width: 150px;
    height: 3px;
    right: -75px;
    bottom: 11px;
    background: var(--primary);
}

@media (min-width: 991.98px) {
    .banner {
        position: relative;
        margin-top: -90px;
        z-index: 1;
    }
}

.section-title h5::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 4px;
    right: -55px;
    bottom: 11px;
    background: #5e967b;
}

.section-title h5::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 3px;
    right: -75px;
    bottom: 11px;
    background: #242d5b;
}

.twentytwenty-wrapper {
    height: 100%;
}

.hero-contact{
    background: linear-gradient(rgba(9, 30, 80, .50), rgba(9, 30, 80, .50)), url(/front/img/contacts/contact_cover.jpg) center center no-repeat;
    background-size: cover;
}
.accounting-header {
    background: linear-gradient(rgba(9, 30, 62, .50), rgba(9, 30, 62, .50)), url(/front/img/accounting/accounting.jpg) center center no-repeat;
    background-size: cover;
} 

.corporate-tax-header {
   
    background: linear-gradient(rgba(9, 30, 80, .50), rgba(9, 30, 80, .50)), url(/front/img/corporate_tax/corporate_tax.jpg) center center no-repeat;
    background-size: cover
}

.blogs-header {
    background: linear-gradient(rgba(9, 30, 80, .50), rgba(9, 30, 80, .50)), url(/front/img/blogs/blogs.jpg) center center no-repeat;
    background-size: cover
}
.FAQ-header {
    background: linear-gradient(rgba(9, 30, 80, .50), rgba(9, 30, 80, .50)), url(/front/img/FAQ/faq_cover.jfif) center center no-repeat;
    background-size: cover
}
.excise-header {
   
    background: linear-gradient(rgba(9, 30, 80, .50), rgba(9, 30, 80, .50)), url(/front/img/excise_tax/excise.jpg) center center no-repeat;
    background-size: cover
}

.vat-header {
    background: linear-gradient(rgba(9, 30, 80, .50), rgba(9, 30, 80, .50)), url(/front/img/vat/vat.jpg) center center no-repeat;
    background-size: cover
}


.hero-about-us {
    background: linear-gradient(rgba(9, 30, 80, .50), rgba(9, 30, 80, .50)), url(/front/img/about/about.jpg) center center no-repeat;
    background-size: cover;
}

.bg-appointment {
    background: linear-gradient(rgba(9, 30, 62, .8), rgba(9, 30, 62, .8)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.appointment-form {
    background: rgba(6, 163, 218, .7);
}

.service-item img,
.service-item .bg-light,
.service-item .bg-light h5,
.team-item .team-text {
    transition: .5s;
}

.service-item:hover img {
    transform: scale(1.15);
}

.team-item .team-text::after,
.service-item .bg-light::after {
    position: absolute;
    content: "";
    top: 50%;
    bottom: 0;
    left: 15px;
    right: 15px;
    border-radius: 100px / 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .7);
    opacity: 0;
    transition: .5s;
    z-index: -1;
}

.team-item:hover .team-text::after,
.service-item:hover .bg-light::after {
    opacity: 1;
}

.bg-offer {
    background: url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.offer-text {
    background: rgba(6, 163, 218, .85);
}

.price-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 45px);
    height: 45px;
    top: calc(50% - 22.5px);
    left: -22.5px;
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
}

.price-carousel:hover .owl-nav {
    opacity: 1;
}

.price-carousel .owl-nav .owl-prev,
.price-carousel .owl-nav .owl-next {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.price-carousel .owl-nav .owl-prev:hover,
.price-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}

.bg-testimonial {
    background: url(../img/carousel-2.jpg) center center no-repeat;
    background-size: cover;
}

.testimonial-carousel {
    background: rgba(6, 163, 218, .85);
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 46px);
    height: 46px;
    top: calc(50% - 23px);
    left: -23px;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}

.testimonial-carousel .owl-item img {
    width: 120px;
    height: 120px;
}