/********** Template CSS **********/
:root {
    --primary: #fdbc00;
    --secondary: #FFF0E6;
    --light: #F8F8F9;
    --dark: #001D23;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

html {
    scroll-behavior: smooth;
  }


.color-primary{
    color: #fdbc00 !important;
}


  #logo-text {
    display: none;
    /* display: inline-block; */
    color: #FFFFFF;
}
  

  .back_shadow{
    text-shadow: rgb(0, 0, 0) 1px 0 10px;
  }

  .text18{
    font-size: 18px;
  }

  .text22{
    font-size: 22px;
  }
  .asration{
    /* height: 100% !important; */
    aspect-ratio: 6/4;
  }
 
  
/*** Spinner ***/
#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;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
    color: #FFFFFF;
}

.btn.btn-primary:hover {
    color: var(--primary);
    background: transparent;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.fixed-top {
    transition: .5s;
}

.top-bar {
    height: 45px;
    border-bottom: 1px solid rgba(255, 255, 255, .07);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        margin-top: 10px;
        border-top: 1px solid rgba(0, 0, 0, .07);
        background: var(--dark);
    }

    .navbar .navbar-nav .nav-link {
        padding: 10px 0;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/

/* Zoom effect for the active carousel image */
.carousel-item.active img {
    animation: zoomEffect 3s infinite alternate;
}

@keyframes zoomEffect {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.2);
    }
}
.carousel-caption { 
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    /* background: rgba(0, 29, 35, .8); */
    z-index: 1;
    
}

@media only screen and (max-width: 600px){
    .carousel-caption{
        align-items: end;
    }
    .phone-margin{
        margin-bottom: 0px !important;
    }

    .phone-padding{
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }


}
.carousel-item img:hover{
    scale: 1.1 !important;
    transition: 3s !important;

}



.hover-img:hover{
    border: 2px solid red;
    scale: 1.1 !important;
    transition: 3s !important;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--dark);
    border: 12px solid var(--dark);
    border-radius: 3rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background:url(../img/about-top-back-img3.jpg) center center no-repeat;
    background-size: cover;
}
.page-header2 {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background:url(../img/portfollio_back_img.jpg) center center no-repeat;
    background-size: cover;
}

.page-header3 {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background:url(../img/our-services-back-img.jpg) center center no-repeat;
    background-size: cover;
}

.page-header4 {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background:url(../img/contact-back-img.jpg) center center no-repeat;
    background-size: cover;
}
.page-header5 {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background:url(../img/why-back-img.jpg) center center no-repeat;
    background-size: cover;
}


.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: #999999;
}


/*** Causes ***/
.causes-item .progress {
    height: 5px;
    border-radius: 0;
    overflow: visible;
}

.causes-item .progress .progress-bar {
    position: relative;
    overflow: visible;
    width: 0px;
    border-radius: 0;
    transition: 5s;
}

.causes-item .progress .progress-bar span {
    position: absolute;
    top: -7px;
    right: 0;
    width: 40px;
    height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    background: var(--primary);
    color: #FFFFFF;
}

.causes-item .causes-overlay {
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    overflow: hidden;
    opacity: 0;
    transition: .5s;
}

.causes-item:hover .causes-overlay {
    height: 100%;
    opacity: 1;
}


/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .06);
}


/*** Donate ***/
.donate {
    background: rgba(0, 29, 35, .8);
}

.btn-group .btn-light:hover,
.btn-group input[type="radio"]:checked+label {
    color: var(--primary);
    border-color: var(--primary);
}


/*** Team ***/
.team-item img {
    position: relative;
    top: 0;
    transition: .5s;
}

.team-item:hover img {
    top: -30px;
}

.team-item .team-text {
    position: relative;
    height: 100px;
    transition: .5s;
}

.team-item:hover .team-text {
    margin-top: -60px;
    height: 160px;
}

.team-item .team-text .team-social {
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-text .team-social {
    opacity: 1;
}

.team-item .team-social .btn {
    display: inline-flex;
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 40px;
}

.team-item .team-social .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-text {
    background: var(--light);
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: gray;
    transform: scale(1);
}

.testimonial-carousel .owl-item .testimonial-text *,
.testimonial-carousel .owl-item .testimonial-item img {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: var(--light) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item img {
    background: var(--primary) !important;
} 

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: var(--primary);
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}


/*** Footer ***/

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: rgba(255,255,255,0.5);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: rgba(255,255,255,0.5);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .btn.btn-square {
    color: rgba(255,255,255,0.5);
    border: 1px solid rgba(255,255,255,0.5);
}

.footer .btn.btn-square:hover {
    color: var(--secondary);
    border-color: var(--light);
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--secondary);
}

.footer .copyright a:hover {
    color: var(--primary);
}


/* nirav vadhiya css strat  */


/* about us css start  */

.about_main_container p{
    /* color: red !important; */
    line-height: 1.8rem;
}





.about-box1{
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0,1)), url('/img/innovation_box1.jpg');
    background-size: cover;
    background-position: center;
    border-radius: 8px;
 
}



.about-box2{
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 1)), url('/img/about_box2.jpg');
    background-size: cover;
    background-position: center;
    border-radius: 8px;
}

.about-box3{
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 1)), url('/img/about_box3.jpg');
    background-size: cover;
    background-position: center;
    border-radius: 8px;
}

.about-box4{
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 1)), url('/img/about_box4.jpg');
    background-size: cover;
    background-position: center;
    border-radius: 8px;
}

.about-box5{
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 1)), url('/img/about_box5.jpg');
    background-size: cover;
    background-position: center;
    border-radius: 8px;
}

.service-item-container .service-item:hover{
    outline: 1px solid #ffffff;
    box-shadow: rgba(255, 255, 255) 0px 5px 15px;
   

}


/* about us css end */


.background1{
    background-color: #010607 !important;
    overflow: hidden;
}




/* .img-container img {
    width: 100%;
    height: auto;
    animation: zoomInOut 20s infinite; 
}


@keyframes zoomInOut {
    0%, 100% {
        transform: scale(1); 
    }
    50% {
        transform: scale(1.1);
    }
} */



/* index page services part css start */
.service-btn{
    border: 2px solid rgb(0, 0, 0);
    padding: 5px 10px;
    border-radius: 5px;
    color: #FFFFFF;
    background-color: #001D23;
    
}

.service-btn:hover{
    background-color: #FFFFFF;
 color: #001D23;
 font-weight: 500;

}



/* index page services part css End */

/* nirav services page start  */

.more-info-btn{
    border: 1px solid #ffffff;
    color: #FFFFFF;
    border-radius: 5px;
}

.more-info-btn:hover{
   
    box-shadow: rgba(255, 255, 255, 0.35) 0px -50px 36px -28px inset;
    box-shadow: rgba(255, 255, 255, 0.30) 0px 2px 4px 0px, rgba(255, 255, 255, 0.32) 0px 2px 16px 0px;
    box-shadow: rgba(255, 255, 255, 0.35) 0px 5px 15px;
}


/* nirav services page end  */




/*** Events Start ***/
.gallery .tab-class .nav-item {
    padding: 0 0 20px 0;
}
.gallery .tab-class .nav-item a.active {
    background: var(--bs-primary) !important;
}

.gallery .tab-class .nav-item a.active span {
    color: rgb(255, 255, 255) !important;
    /* border: 1px solid red; */
    background: #010607;
}

.gallery .gallery-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;

}

.gallery .gallery-img img {
    transition: 0.5s;
    aspect-ratio: 5/5;
}

.gallery .gallery-img:hover img {
    transform: scale(1.3);
}

.gallery .gallery-img .gallery-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    transition: 0.5s;
    opacity: 0;
    z-index: 1;
}

.gallery .gallery-img .search-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    opacity: 0;
    z-index: 2;
    
}

.gallery .gallery-img:hover .gallery-overlay,
.gallery .gallery-img:hover .search-icon {
    opacity: 1;
}
/*** Events End ***/



/* social link flot btn start  */

.facebook_float {
    position: fixed;
    bottom: 50px;
    left: 15px;
    z-index: 1000;
}

.instagram_float {
    position: fixed;
    bottom: 90px;
    left: 15px;
    z-index: 1000;
}

.youtube_float {
    position: fixed;
    bottom: 130px;
    left: 15px;
    z-index: 1000;
}
/* .shake {
    animation: shake-animation 4.72s ease infinite;
    transform-origin: 50% 50%;
} */

.facebook_float_btn {
    width: 30px;
    height: 30px;
}



@media screen and (max-width: 786px) {
    .facebook_float_btn {
        width: 30px;
        height: 30px;
    }

    .facebook_float {
        position: fixed;
        bottom: 20px;
        left: 5px;
        z-index: 1000;
    }

    .youtube_float {
        position: fixed;
        bottom: 100px;
        left: 5px;
        z-index: 1000;
    }

    .instagram_float {
        position: fixed;
        bottom: 60px;
        left: 5px;
        z-index: 1000;
    }


}

/* social link flot btn End  */



.img-container1{
    border: 5px solid #fdbc00;
    border-radius: 8px;
    background-size: cover;
}

.img-container1 img{
    border-radius: 6px;
    
}

.background-first{
    background-color: #fdbc00;

}

.mybutton{
    background-color: #010607c5;
    color: #fdbc00;
    border-radius: 8px;
    padding: 5px 10px;
}


.chasmu_servies_img{
   
    filter: drop-shadow(0 0 0.75rem #fdbc00);
}


/* index page services start  */
.services-main-container{
background-image: url(/img/back_img3.jpg);
background-size: cover;
/* background-color: #010607; */

}

.services-box{
    border: 1px solid #ffffff;
    border-radius: 10px;
    padding: 1rem 2rem;
    height: 100%;
    
}

.services-box:hover{
    border: 1px solid #fdbc00;
}

.services-box:hover p{
    color: #ffffff;
}
.services-box:hover img{
 transform: scale(1.1);
 transition: 1s;
}



.services-box img{
    height: 200px;
    width: 200px;
}

.our-process{
    height: 300px;
    width: 300px;
    border-radius: 50%;
    border: 5px dotted #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}


.our-process:hover{
    border: 5px solid #fdbc00;
    /* margin-top: -5px; */
    transition: 1s;
    
 
 
}



.our-pro1{
    margin-top: 10rem;
}

.our-pro2{
    margin-top: 5rem;
}

.number1{
    height: 50px;
    width: 50px;
    position:absolute;
    top: 5px;
    right: 0px;
}

.img-colors{
    filter: invert(77%) sepia(20%) saturate(3922%) hue-rotate(359deg) brightness(102%) contrast(103%);
}

.our-process-container{
    background-image: url(/img/line.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}





@media screen and (max-width: 1024px){
    .our-process{
        height: 230px;
        width: 230px;
    }

}

@media screen and (max-width: 600px){
    .our-pro1{
        margin-top: 0rem;
    }
    
    .our-pro2{
        margin-top: 0rem;
    }

    .our-process{
        height: 50px;
        width: 100%;
        border-radius: 10px;
        display: flex;
        align-items: center;
        border: 1px solid #ffffff;
    }

    .number1{
        height: 30px;
        width: 30px;
        right: 10px;
        margin-top: 3px;
       
    }


}


/* .happy-Clients-logo-box{
    background-color: #FFFFFF;
    padding: 2px;
    border-radius: 8px;
} */

/* .happy-Clients-logo-box img{
    border-radius: 8px;
} */

@media screen and (max-width: 600px){
    /* .happy-Clients-logo-box img{
        height: 50px;
        width: 50px;
    } */

    .happy-Clients-logo-box{
        height: 70px;
        width: 70px;
        text-align: center;
    }

}

/* progress bar css start  */

.progress-container {
    width: 100%;
    background-color: #e0e0e0;
    border-radius: 25px;
    overflow: hidden;
    margin: 20px 0;
}

.progress-bar {
    width: 0;
    height: 6px;
    background-color: #fdbc00;
    text-align: center;
    line-height: 30px;
    color: white;
    border-radius: 20px 0 0 20px;
    animation: fillProgressBar 2s forwards;
}

@keyframes fillProgressBar {
    to {
        width: 90%;
    }
}

/* progress bar css end  */

/* index page services End  */



/* nirav about page start  */
.collaboration-box{
    /* border: 1px solid gray; */
    padding: 1rem;
    border-radius: 8px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;  
    height: 100%;
}

.collaboration-box:hover{
border-bottom: 3px solid #fdbc00;
}

.founder-main-container{
    background-image: url(/img/founder_back_img2.jpg);
    background-size: cover;
    /* background-color: #312f30; */

    
}
.founder-img-box{
    border: 2px solid #fdbc00;
    border-radius: 10px;
    
}



.founder-img-box img:hover{
    filter: drop-shadow(0 0 0.75rem #fdbc00);
}
.founder-img-box img{
    border-radius: 10px;
}

/* nirav about page end  */



/* services page css start  */
.services-container{
    background-image: url(/img/services_main_back_img1.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}


.white-text-shadow{
    text-shadow: #fdbc00 1px 0 10px;
}

.services-box-img{
    border: 2px solid #fdbc00;
    border-radius: 10px;
    box-shadow: #fdbc00 0px 5px 15px;
    overflow: hidden;

}

.services-box-img img{
    border-radius: 8px;
   
}

.services-box-img:hover img{
scale: 1.2;
transition: 3s;

}

.services-box-img:hover{
    box-shadow: #fdbc00 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}



.padding3rem{
    padding-top: 3rem;
    padding-bottom: 3rem;
}


.why-box{
    border: 1px solid #fdbc00;
    padding: 10px;
    border-radius: 10px;
    height: 100%;
}

.why-box:hover{
    box-shadow: #fdbc00 0px 5px 15px;
}



/* services page css End  */



.call-btn{
    background-color: #0d6efd;
    padding: 2px 10px;
    border-radius: 5px;
    font-size: 14px;
}


.mail-btn{
    background-color: #198754;
    padding: 2px 10px;
    border-radius: 5px;
    font-size: 14px; 
}




.red-hat-display-nirav {
  font-family: "Red Hat Display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}

.why-we-img:hover{
    /* transition: 2s;
    transform: rotate(360deg); */
}

.why-we-img{
    height: 400px;
    width: 400px;
    border: 2px solid #fdbc00;
    border-radius: 10px;
    box-shadow: #fdbc00 0px 5px 15px;
    overflow: hidden;
}

/* services laptop view and phone view css start  */
.services-phone-view{
    display: none;
}
@media screen and (max-width: 600px){
    .services-phone-view{
        display: block;
    }
    .services-laptop-view{
        display: none;
    }

    .padding3rem{
        padding-top: 0rem;
        padding-bottom:0rem;
    }
    
       .learn-more2{

    padding: 5px 14px !important;
    margin-top: 3px;
    font-size: 14px;

    }

    .btn-sm-square{
        width: 20px;
        height: 20px;
    }

}

/* services laptop view and phone view css End  */



/* portfoliio css Start  */


.Portfolio-img-logo{
    /* background-color: #ffffff;
    padding: 5px;
    border-radius: 5px; */

}

.Portfolio-img-logo img{
    /* border-radius: 4px; */
}

/* .Portfolio-img-logo:hover{
    background-color: #fdbc00;
    box-shadow: #fdbc00 0px 6px 15px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
} */


/* portfoliio css End  */


.navbar-dark .navbar-toggler{
    border: 1px solid #fdbc00;
    background-color: #fdbe009a;
}

@keyframes shake-animation {
    0% {
        transform: translate(0, 0)
    }

    1.78571% {
        transform: translate(5px, 0)
    }

    3.57143% {
        transform: translate(0, 0)
    }

    5.35714% {
        transform: translate(5px, 0)
    }

    7.14286% {
        transform: translate(0, 0)
    }

    8.92857% {
        transform: translate(5px, 0)
    }

    10.71429% {
        transform: translate(0, 0)
    }

    100% {
        transform: translate(0, 0)
    }
}


.navbar-dark .navbar-toggler-icon{
    animation: shake-animation 4.72s ease infinite;
    transform-origin: 50% 50%;
}

