* {
    margin: 0;
    padding: 0;
}


img {
    width: 100%;
}


html {
  overflow: hidden;
  overflow-y: auto;
  scroll-behavior: smooth;
}


body {
    overflow-x: hidden;
}



/* logo start  */
.logo {
    width: 220px;
    /* filter: drop-shadow(2px 4px 6px red); */
}

/* logo end */


/* menu start */
.nav-item a {
    font-size: 20px;
    font-weight:400;
    padding: 0px 18px !important;
}

/* menu end */


/* header content start */
.header-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 130px 0px 55px 0px;
    color: aliceblue;
    text-align: center;
}

.header-content h2 {
    font-size: 50px;
}

.my-btn a {
    text-decoration: none;
    color: #45b2e5;
    background: white;
    padding: 8px 26px;
    border-radius: 40px;
    font-size: 18px;
    transition: 0.3s;
}


.my-btn {
    padding: 20px 0px;

}


.my-btn a:hover {
    background-color: black;
    color: white;
}

/* header content end */



/* header images start */
.header-img {
    display: flex;
    justify-content: space-evenly;

}

.header-img1 img {
    width: 420px;
}


.header-img2{
    z-index: 99999;
}

.header-img2 img {
    width:460px;
}

/* header images end */

.box {
    --mask:
        radial-gradient(231.72px at 50% calc(100% - 327.6px), #000 99%, #0000 101%) calc(50% - 336px) 0/672px 100%,
        radial-gradient(231.72px at 50% calc(100% + 159.6px), #0000 99%, #000 101%) 50% calc(100% - 168px)/672px 100% repeat-x;
    -webkit-mask: var(--mask);
    mask: var(--mask);

}


.bg-img {
    height: 900px;
}




/* counter start */
.counter-section {
    text-align: center;
    padding: 50px;
    /* background-color: #f8f9fa; */
}

.counter {
    font-size: 2.5rem;
    font-weight: bold;
    color: #343a40;
}

.counter-description {
    font-size: 1rem;
    color: #000000;
    font-weight: bolder;
}

.counter-border-right {
    border-right: 6px solid #062552;
}

/* counter end */



/* who content start  */
.who-content h2 {
    color: #40a6d6;
}

.who-content p {
    font-size: 23px;
    font-weight: 400;
}

.who-img {
    position: relative;
}

.who-img-1 {
    width: 50%;
}

.who-img-2 {
    position: absolute;
    top: 10px;
    width: 63%;
    right: 1px;
}


/* who content end */


/* our service start */

.service-box {
    background: rgba(255, 255, 255, 1);
    padding: 20px;
    border-radius: 32px;
    text-align: center;
    color: black;
    padding: 50px 20px;
    margin-bottom: 30px;
    transition: 0.3s;
}


.service-box:hover {
    background-color:#f15822;
    color: white;
    filter: drop-shadow(2px 4px 6px white);
    padding: 55px 20px;
}


.service-box img {
    width: 45px;
    padding: 10px 0px;
    filter: invert(1);
}


.why ul li i {
    font-size: 20px;
    color: #45b2e5;
    padding: 0px 4px;

}

.why ul li {
    list-style: none;
    margin-bottom: 20px;
}


.why ul {
    padding-left: 0rem;
    margin: 30px 0px;
}


.why-content h2 {
    font-weight: 800;
    color:#45b2e5;
}


.brands-box img {
    width: 340px;
    padding: 20px 55px;
}


.brands h2 {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    padding-top: 35px;
}


/* our service end */


/* blog start  */
.discription {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
}


.description,
.date,
i {
    padding-right: 5px;
}

.description,
.date,
i {
    padding-right: 5px;
}


.blog-heading {
    font-weight: 700;
}

/* blog end */


/* form start */
.submit-new-btn {
    margin-bottom: 20px;
}

/* form end */




/* footer start */
footer {
    color: white;
    background-image: linear-gradient(#01259f, black);
    margin-top: -4px;
}


.footer-logo img {
    width: 250px;
    /* filter: drop-shadow(2px 4px 6px blue); */

}


.f-logo1 {
    display: flex;
    flex-direction: column;
}


.footer-logo h5 {
    font-weight: 700;
}


.footer-icon ul {
    padding-left: 0rem;
    display: flex;
}

.footer-icon ul li {
    list-style: none;

}

.footer-icon ul li a {
    color: white;

}

.footer-icon ul li a i {
    padding: 0px 10px;
    font-size: 23px;

}


.contact-info ul {
    padding-left: 0rem;
}

.contact-info ul li {
    list-style: none;
    padding: 5px 0px;
}

.contact-info ul li a {
    color: white;
    text-decoration: none;
}

.contact-info ul li a i {
    padding: 0px 10px;
    font-size: 23px;
}


.footer-menu ul {
    padding-left: 0rem;
}

.footer-menu ul li {
    list-style: none;
    padding: 5px 0px;
}


.footer-menu ul li a {
    text-decoration: none;
    color: white;
}


/* footer end */


/* partners sections start */
@keyframes slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.logos {
    overflow: hidden;
    padding: 40px 0px;
    background: white;
    white-space: nowrap;
    position: relative;
}


.logos:before,
.logos:after {
    position: absolute;
    top: 0;
    width: 250px;
    height: 100%;
    content: "";
    z-index: 2;
}

.logos:before {
    left: 0;
    /* background: linear-gradient(to left, rgba(255, 255, 255, 0), white); */
}

.logos:after {
    right: 0;
    /* background: linear-gradient(to right, rgba(255, 255, 255, 0), white); */
}

.logos:hover .logos-slide {
    animation-play-state: paused;
}

.logos-slide {
    display: inline-block;
    animation: 20s slide infinite linear;
}

.logos-slide img {
    height: 150px;
    width: 150px;
    margin: 0 40px;
    object-fit: cover;

}


.logos-slide a {
    color: #ff000000;
}



/* partners sections end */




/* Blog slider start */
@keyframes blog-slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}


.blogs h2 {
    font-family: Raleway;
    font-size: 36px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000000;
    padding-bottom: 40px;
}



.blogs {
    overflow: hidden;
    padding: 50px 0;
    background: #f9f9f9;
    white-space: nowrap;
    position: relative;
}

.blogs:before,
.blogs:after {
    position: absolute;
    top: 0;
    width: 250px;
    height: 100%;
    content: "";
    z-index: 2;
}

/* .blogs:before {
    left: 0;
    background: linear-gradient(to left, rgba(249, 249, 249, 0), #f9f9f9);
} */


/* 
.blogs:after {
    right: 0;
    background: linear-gradient(to right, rgba(249, 249, 249, 0), #f9f9f9);
} */

.blogs:hover .blogs-slide {
    animation-play-state: paused;
}

.blogs-slide {
    display: inline-block;
    animation: 30s blog-slide infinite linear;
}

.blog-card {
    display: inline-block;
    text-align: center;
    width: 360px;
    margin: 0 20px;
    background: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

.blog-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.blog-card h3 {
    font-size:22px;
    color: #333;
    margin: 0px 0 20px;
    text-align: left;
    padding: 0px 5px;

}

.blog-card p {
    font-size: 14px;
    color: #666;
    padding: 0 10px 0px;
    margin-bottom: 4px;
}

.blogs-slide a {
    color: #ff000000;
}


.right-blog-content ul li a.active {
    font-weight: 900;
    color: #45b2e5;
}



.discription {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
}


.logos h2 {
    font-family: Raleway;
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #920000;
    margin-bottom: 30px;
}


/* Blog slider end */



/* service waves start */
.service-wave-upper {
    margin-bottom: -205px;
}

.service-wave-bottom {
    margin: -77px 0px;
}

/* service waves end */





/* broadcamp start */
.broadcamp {
    height: 200px;
    display: flex;
    align-items: end;
    justify-content: center;
}

.broadcamp-content ul {
    margin-bottom: 0rem;
    padding-left: 0rem;
    display: flex;
}



.broadcamp-content h1 {
    text-align: center;
    font-family: inter;
    font-weight: 700;
}


.broadcamp-content ul li {
    display: flex;
    font-size: 20px;
    font-weight: 700;
    color: white;
}


.broadcamp-content ul li i {
    font-size: 27px;
    font-weight: 700;
    padding: 2px 5px;
    color: white;
}



/* broadcamp end */


/* blog start  */
.left-blog-content img {
    filter: drop-shadow(4px 6px 12px #45b2e5);
    border-radius: 15px;
}

.left-blog-content h2 {
    font-weight: 700;
    padding: 20px 0px;
}

.right-blog-content ul {
    background:rgb(209, 208, 208);
    border-radius: 12px;
    padding: 20px;
    filter: drop-shadow(2px 4px 6px #45b2e5);
}

.right-blog-content ul li {
    list-style: none;
    margin: 10px 0px;
    padding: 2px 10px;
    border-radius: 7px;
    transition: 1s;
    border: 2px solid darkgray;
}


.right-blog-content ul li a{
    text-decoration: none;
    color: #45b2e5;
}

.right-blog-content ul li a i{
    font-size: 20px;
    font-weight: 900;
    padding: 0px 10px;
}

.right-blog-content ul li:hover{
    filter: drop-shadow(2px 4px 6px #45b2e5);
    background: #d9cfcf;
    color: white;
}
.right-blog-content ul li a:hover{
    color: white;
}

.broadcamp-content ul{
    justify-content: center;
}

/* blog end */



.navbar {
    transition: background-color 0.3s ease;
}

.navbar.scrolled {
    background-color: black !important;
    z-index: 99999999999999;
}


/* about page start*/
.who1{
    text-shadow: -1px 1px 0 #45b2e5, 1px 1px 0 #45b2e5, 1px -1px 0 #45b2e5, -1px -1px 0 #45b2e5;
    font-weight: 900;
    color: white;
    font-size: 40px;
}

 /* CSS for Flip Effect */
 .flip-container {
    perspective: 1000px;
    display: inline-block;
    width: 60px; /* Adjust icon size */
    height:60px;
  }

  .flipper {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 0.6s;
  }

  .flip-container.flipped .flipper {
    transform: rotateY(180deg);
  }

  .front,
  .back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
  }

  .front {
    z-index: 2;
    transform: rotateY(0deg);
  }

  .back {
    transform: rotateY(180deg);
  }


  .text-border-about{
    text-shadow: -1px 1px 0 #45b2e5, 1px 1px 0 #45b2e5, 1px -1px 0 #45b2e5, -1px -1px 0 #45b2e5;
    font-weight: 500;
    color: white;
  }

  .value-box{
    margin-bottom: 20px;
    border-radius: 35px;
    transition: 1s;
  }

  .value-box:hover{
    background-color:#8f8686;
    color: white;
  }


  .review-img{
    width: 200px;
    margin: auto;
  }

  .review-img img{
    border-radius: 116px;
    border: 3px solid #6a0e0e;
    filter: drop-shadow(2px 4px 6px #f15822);
  }

  .review-content p{
    padding: 20px 0px 0px 0px;
    margin-bottom: 0rem;
    color: white;
  }

  .main-review{
    background-color:#45b2e5;
    margin: -8px 0px;
  }


/* about page end */




/* contact us start */
.contact-box{
    background: #f9f9f9;
    padding: 30px 0px;
    border-radius: 22px;
    filter: drop-shadow(0px 4px 3px #45b2e5);
    margin-bottom: 35px;
    transition: 0.3s;
}

.contact-box p a{
    color: #45b2e5;
text-decoration: none;
}
.contact-box p{
    color: #45b2e5;
    line-height: 18px;
}

.contact-box strong{
    color: #45b2e5;
}

.contact-box:hover{
    background:#bbb3b3;
    filter: drop-shadow(0px 4px 3px #45b2e5);
}


/* contact us end */


/* active nav bar start */
nav ul li a.active {
    color:white !important;
    font-weight:800;
  }

.main-wave{
    margin-top: -389px;
}


/* Business Branding start  */
.branding-box h5{
    font-family: inter;
    font-weight: 800;
    font-size: 25px;
}

/* Business Branding end  */


/* faq start  */
.accordion-button {
    background-color: #f8f9fa;
    color: #333;
  }
  
  .accordion-button:focus {
    box-shadow: none;
  }
  
  .accordion-button:not(.collapsed) {
    background-color: #0d6efd;
    color: #fff;
  }
  
/* faq end  */










.carousel-caption{
    top: 25%;
}

.carousel-caption h5{
    font-size: 40px;
    font-weight: 800;
    font-family: serif;
    color: white;
}

.carousel-caption p{
    font-size:20px;
    font-family: serif;
    color: white;
}


.slider-img img{
    border-radius: 20px;
    filter: drop-shadow(5px 4px 6px orange);
}

.slider-img{
    width: 60%;
    margin: auto;
}






/* inner */
@media only screen and (max-width: 992px) {


    .main-wave {
        margin-top: -148px;
    }


    .broadcamp-content h1{
        font-size: 18px;
    }

    .broadcamp-content ul{
        justify-content: center;
    }


    /* .broadcamp start  */
    .broadcamp {
        height: 160px;
        padding: 0px 20px;
    }

    /* .broadcamp end */


    /* counter start */
    .counter-section {
        padding: 10px;
    }

    /* counter end */


    /* service waves start */
    .service-wave-upper {
        margin-bottom: -56px;
    }


    .service-wave-bottom {
        margin: -3px 0px;
    }



    /* service waves end */



    .blog-slider {
        padding: 0px 0px 30px 0px;
    }

    .fixed-top {
        position: absolute;
    }

    .who-content {
        padding-top: 70px;
    }


    .counter-border-right {
        border-right: none;
    }


    .header-content {
        padding: 100px 0px 0px 0px;
    }


    .header-content h2 {
        font-size: 18px;
        padding: 20px 0px;
    }


    .header-img1 img {
        width: 170px;
    }

    .header-img2 img {
        width: 200px;
    }


    .bg-img {
        height: 560px;
    }


    .header-img {
        justify-content: space-between;
    }

    .logo {
        width: 230px;
    }

    .nav-item a {
        font-weight: 100;
        padding: 5px 0px !important;
    }


    #navbarSupportedContent{
        background: rgb(69 178 229); width: 100%; padding: 10px; border-radius: 12px;
    }



}


@media (max-width: 768px) {
    .box {
        --mask:
            radial-gradient(150px at 50% calc(100% - 200px), #000 99%, #0000 101%) calc(50% - 200px) 0/400px 100%,
            radial-gradient(150px at 50% calc(100% + 100px), #0000 99%, #000 101%) 50% calc(100% - 100px)/400px 100% repeat-x;
        -webkit-mask: var(--mask);
        mask: var(--mask);
    }
}

@media (max-width: 480px) {
    .box {
        --mask:
            radial-gradient(100px at 50% calc(100% - 130px), #000 99%, #0000 101%) calc(50% - 150px) 0/300px 100%,
            radial-gradient(100px at 50% calc(100% + 75px), #0000 99%, #000 101%) 50% calc(100% - 75px)/300px 100% repeat-x;
        -webkit-mask: var(--mask);
        mask: var(--mask);
    }
}




/* partners secctions start */

/* Media queries for responsiveness */
@media (max-width: 768px) {
    .slide {
        width: 150px;
        /* Smaller logos for tablet devices */
        margin: 0 20px;
        /* Reduce spacing */
    }

    /* Fast animation on mobile */
    .slider-track {
        animation-duration: 10s;
        /* Faster animation for mobile */
    }
}

@media (max-width: 480px) {
    .slide {
        width: 120px;
        /* Further reduce logo size for mobile */
        margin: 0 10px;
        /* Tighter spacing */
    }

    /* Fastest animation on small screens */
    .slider-track {
        animation-duration: 2s;
        /* Fastest animation for small mobile screens */
    }
}


/* partners secctions end */


/* blogslider start */

/* Media queries for responsiveness */
@media (max-width: 768px) {
    .slide {
        width: 200px;
        /* Smaller width for tablet devices */
        margin: 0 20px;
        /* Reduce spacing */
    }

    /* Adjust animation speed on mobile */
    .slider-track {
        animation-duration: 12s;
        /* Faster on smaller screens */
    }
}

@media (max-width: 480px) {
    .slide {
        width: 150px;
        /* Smaller width for mobile */
        margin: 0 10px;
        /* Tighter spacing */
    }

    /* Fastest animation on small mobile screens */
    .slider-track {
        animation-duration: 8s;
        /* Fastest on mobile */
    }
}

/* blogslider end */







/* Enable hover for PC */
@media (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
      display: block;
    }
  }