/********** Template CSS **********/
:root {
    --primary: #FFE468;
    --secondary: #8CC641;
    --light: #F2F2F2;
    --dark: #272630;
}

.btn {
    font-weight: 700;
    transition: .5s;
}

.btn:hover {
    -webkit-box-shadow: 0 8px 6px -6px #555555;
    -moz-box-shadow: 0 8px 6px -6px #555555;
    box-shadow: 0 8px 6px -6px #555555;
}

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

.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;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.navbar-dark .navbar-nav .nav-link {
    position: relative;
    margin-left: 30px;
    padding: 10px 0;
    font-size: 18px;
    color: #000;
    outline: none;
    transition: .5s;
    font-weight: 600;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 10px 0;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: #0a00ff;
}

@media (min-width: 992px) {
    .navbar-dark .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 5px;
        bottom: 0;
        left: 50%;
        background: #0a00ff;
        transition: .5s;
    }

    .navbar-dark .navbar-nav .nav-link:hover::before,
    .navbar-dark .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }
}

@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link  {
        margin-left: 0;
        padding: 10px 0;
    }
    .text-banner {
    position: relative;
    top: -13rem;
}
.bg-hero {
        background-size: cover;
        position: relative;
        height: 15rem !important;
        top: 93px;
        margin-bottom: 30px;
    }
    .display-1 {
    font-size: 21px;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 25px;
}
}

.bg-hero {
    background: url(../img/hero.jpg) top right no-repeat;
    background-size: contain;
    height: 45rem;
}

@media (max-width: 991.98px) {
    .bg-hero {
        background-size: cover;
    }
}

.about-start,
.about-end {
    background: url(../img/about-bg.jpg) center center no-repeat;
    background-size: contain;
}

@media (min-width: 992px) {
    .about-start {
        position: relative;
        margin-right: -90px;
        z-index: 1;
    }

    .about-end {
        position: relative;
        margin-left: -90px;
        z-index: 1;
    }
}

.service-item,
.contact-item {
    background: url(../img/service.jpg) top center no-repeat;
    background-size: cover;
    transition: .5s;
}

.service-item:hover,
.contact-item:hover {
    background: url(../img/service.jpg) bottom center no-repeat;
    background-size: cover;
}

.service-item .service-icon,
.contact-item .contact-icon {
    margin-top: -50px;
    width: 100px;
    height: 100px;
    color: var(--secondary);
    background: #FFFFFF;
    transform: rotate(-45deg);
}

.service-item .service-icon div,
.contact-item .contact-icon div {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    transition: .5s;
}

.service-item .service-icon i,
.contact-item .contact-icon i {
    transform: rotate(45deg);
    transition: .5s;
}

.service-item:hover .service-icon div,
.contact-item:hover .contact-icon div {
    background: var(--secondary);
}

.service-item:hover .service-icon i,
.contact-item:hover .contact-icon i {
    color: var(--primary);
}

.service-item a.btn {
    position: relative;
    bottom: -30px;
    opacity: 0;
}

.service-item:hover a.btn {
    bottom: 0;
    opacity: 1;
}

.bg-quote {
    background: url(../img/quote.jpg) top right no-repeat;
    background-size: contain;
}

@media (max-width: 991.98px) {
    .bg-quote {
        background-size: cover;
    }
}

.team-item {
    position: relative;
    margin-bottom: 45px;
}

.team-text {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url(../img/team.jpg) bottom center no-repeat;
    background-size: cover;
    height: 90px;
    padding: 0 30px;
    right: 45px;
    left: 45px;
    bottom: -45px;
    transition: .5s;
    z-index: 1;
}

.team-item:hover .team-text {
    height: 100%;
    bottom: 0;
}

.team-social {
    position: absolute;
    transition: .1s;
    transition-delay: .0s;
    opacity: 0;
}

.team-item:hover .team-social {
    transition-delay: .3s;
    opacity: 1;
}

.bg-testimonial {
    background: url(../img/testimonial.jpg) top left no-repeat;
    background-size: contain;
}

@media (max-width: 991.98px) {
    .bg-testimonial {
        background-size: cover;
    }
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: start;
}

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

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

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

.bg-call-to-action {
    background: url(../img/call-to-action.jpg) top right no-repeat;
    background-size: contain;
}

.bg-footer {
    background: url(../img/footer.jpg) center center no-repeat;
    background-size: contain;
}

@media (max-width: 991.98px) {
    .bg-call-to-action,
    .bg-footer {
        background-size: cover;
    }
}

 .full-height-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    padding: 20px;
  }

  .form-control {
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 750px;
  }

  .group {
    position: relative;
    margin-bottom: 30px;
  }

  .group input {
    font-size: 16px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #757575;
    background: transparent;
  }

  .group label {
    color: #999;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
  }

  .group input:focus ~ label,
  .group input:valid ~ label {
    top: -20px;
    font-size: 12px;
    color: #5264AE;
  }

  .button {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    background: #5264AE;
    font-size: 16px;
    border: none;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.3s ease-in-out;
    width: 100%;
  }

  .button:hover {
    background: #3949ab;
  }

  .text-danger {
    font-size: 13px;
  }
  .form-center{
    justify-items: anchor-center;
  }

  @media (max-width: 576px) {
    form {
      padding: 20px;
    }
  }

  .headers{
    position: fixed;
    width: -webkit-fill-available;
    z-index: 999;
    background: #ffffff91;
  }

  .navbar {
    transition: background-color 0.3s ease-in-out !important;
    background-color: transparent;
    color: #fff !important;
}

.navbar.scrolled {
    background-color: #fff !important;
    color: #000 !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3); /* Fixed rgba */
}
.top-nav {
    transition: background-color 0.3s ease-in-out !important;
    background-color: transparent;
    color: #fff !important;
        border-bottom: 2px solid #0622e3;
}

.top-nav.scrolled {
    background-color: #fff !important;
    color: #000 !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3); /* Fixed rgba */
}
.left-primary {
    border-color: #000 !important;
}
.border-end {
    border-color: #000 !important;
}
.nav-left{
    padding-right: 1.5rem !important;
}
.bg-hero::before {
            content: "";
            position: absolute;
            top: 0; left: 0;
            width: 100%;
            height: 100%;
            background: rgb(0 0 0 / 0%);
        }
        .icon-color{
            color: #0622e3;
        }
.hero-text{
    padding-top: 10rem !important;
    padding-bottom: 3rem !important;
}
@media only screen and (max-width: 600px) {
    .mobile-menu{
        background: cornsilk;
    }
    .border-end-white {
    border-right: 2px solid #fff;
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 35px !important;
    user-select: none;
    -webkit-user-select: none;
    padding: 3px 0px !important;
}
}
.blog-img{
    height: 350px;
    width: 100%;
}
.blogs-top{
    position: relative;
    top: 10rem;
    margin-bottom: 12rem;
}
.latest-blog-img{
    height: 170px;
    width: 100%;
    margin-top: 1px;
    border-radius: 15px;
    border: 2px solid #000000;
}
.category-box, .blog-box {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
  }
  
  .list-group-items {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    color: #212529;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    margin: 3px;
}
@media (max-width: 768px) {
    .sections {
    position: relative;
    top: 70px;
    margin-bottom: 30px;
}
.mm{
    margin-top: 40px;
    margin-bottom: -15px;
}
.s-btn{
    margin-bottom: 20px;
}
.floatph {
    bottom: 75px;
    background-color: #334fff;
}

.floatw, .floatph {
    position: fixed;
    width: 40px;
    height: 40px;
    right: 20px;
    color: #fff;
    text-align: center;
    font-size: 25px;
    border-radius: 50%;
    z-index: 100;
    display: flex
;
    align-items: center;
    justify-content: center;
    animation: pulse 1.5s infinite ease-in-out;
}
.works-its{
    display: none;
}
.process-line-r{
    display: none;
}
.process-line-l{
    display: none;
}
.process-point-left:before{
   display: none; 
}
.process-point-right:before{
   display: none; 
}
    .blogs-top {
    position: relative;
    top: 0rem;
    margin-bottom: 0rem;
}
.blog-img{
    height: 150px;
    width: 100%;
    margin-top: 120px;
}
 .category-box, .blog-box {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
  }
  /*.carousel img {*/
  /*  height: 300px;*/
  /*  object-fit: cover;*/
  /*}*/
  .works-it{
      display: none;
  }
  .sections {
    position: relative;
    top: 70px;
    margin-bottom: 100px;
  }
  .list-group-items {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    color: #212529;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    margin: 3px;
}
.latest-blog-img{
    height: 150px;
    width: 100%;
    margin-top: 1px;
    border-radius: 15px;
    border: 2px solid #000000;
}
}
.scrollable-blogs {
        max-height: 650px;
        overflow-y: auto;
        padding-right: 10px;
        scrollbar-width: thin;
    }

    .scrollable-blogs::-webkit-scrollbar {
        width: 6px;
    }

    .scrollable-blogs::-webkit-scrollbar-thumb {
        background-color: #ccc;
        border-radius: 4px;
    }

    .scrollable-blogs::-webkit-scrollbar-track {
        background-color: #f1f1f1;
    }
    .btn {
    font-weight: 700;
    transition: .5s;
    box-shadow: 0 8px 6px -6px #2300ff82;
    border: 0.1px solid #0000ff2e;
}
.btn{
    float: inline-end;
    width: fit-content;
    align-self: self-end;
    color: #fff !important;
    background: blue;
}
.blog-btn{
    border: 2px solid blue;
    position: relative;
        top: 40px;
    margin-bottom: 50px;
}
.select2-container--default .select2-selection--single {
    height: 2.2rem !important;
}