/* Gallery slider animation  */
@keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-250px * 7));
    }
  }
  
  .slider {
    background: #FFFFFF;
    height: 420px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  
  .slider::before,
  .slider::after {
    content: "";
    height: 420px;
    position: absolute;
    width: 420px;
    /* z-index: 2; */
  }
  
  .slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
  }
  
  .slider::before {
    left: 0;
    top: 0;
  }
  
  .slider .slide-track {
    animation: scroll 50s linear infinite;
    display: flex;
    width: calc(420px * 14);
  }
  .gallery_slide_img{
    height: 400px;
    width: 400px;
    border: 2px solid #000;
  }
  
  .slider .slide {
    height: 420px;
    width: 420px;
  }
  .slider-title{
            font-size: 40px;
            line-height:25px;
            color: #2E2E2E;
            font-weight: 600;
            font-family: Plus Jakarta Sans;
  }
/* Gallery slider animation end  */
/********** Template CSS **********/
.desktop_topper{
    display: block;
}
.mobile_topper{
    display: none;
}
.topper_back{
    padding-top: 50px;
}
.mentor_container{
    gap: 10px;
}
.mentor_card{
    border: 1px solid;
    width: 90%;
    /* border-radius: 10px; */
    margin: auto;
    margin-bottom: 20px;
}
.sanskar_mentor_img{
    min-width: 250px !important;
    height: 250px;
    border-radius: 50%;
    padding: 20px;
}
.sanskar_mentor_img_1{
    width: 50%;
    height: 250px;
}
.mentor_img{
    width: 260px;
    max-height: 390px;
}
.mentor_box{
    display: flex;
    align-items: center;
}
.mentor_massage_box{
    padding: 12px; 
    color: #000;
}
.mentor_massage{
    color: #000;
}
/* Flip card css */
.flip-box {
    background-color: transparent;
    width: 300px;
    height: 200px;
    border: 1px solid #f1f1f1;
    perspective: 1000px;
  }
  .flip_image{
    height: 200px !important;
    transition: transform 0.5s;
}
  
  .flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
  }
  
  .flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
  }
  
  .flip-box-front, .flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .flip-box-front {
    background-color: #bbb;
    color: black;
  }
  
  .flip-box-back {
    background-color: #ff4f01;
    color: white;
    transform: rotateY(180deg);
  }
/* flip card css end */
.pharmacy_logo{
    width: 150px;
    height: 100px;
}
/* table start */
.staff_table_container{
    margin-bottom: 60px; 
    display: flex;
}
.staff_table_data{
    width: 50%;
}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
  }
  .subcidy_row_title{
    background: #f78109;
  }
  
  td, th {
    border: 1px solid gray;
    text-align: left;
    padding: 8px;
    color: #000000;
  }
  
  tr:nth-child(even) {
    background-color: #dddddd;
  }
/* table end */
.solar-page-title{
    border-bottom:2px solid #32c36c;
}
.yuva_welcome_img{
    height: 450px;
}
.testimonial-caption{
    padding-top: 10px;
}
.owl-carousel .owl-stage-outer{
    height: 420px;
}

 .service-item p{
    color: #000;
 }
.service-icon {
    position: relative;
    margin: -20px 0 10px 0;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: #000;
    border-radius: 100px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}
.card_zoom_effect {
    transition: transform 0.3s ease;
}

.card_zoom_effect:hover {
    transform: scale(1.02);
    cursor: pointer;
}
.why-solar-card{
    box-shadow: -1px 0px 4px 3px #7478767a !important;
    border: 1px solid black;
    border-radius: 15px !important;
}
.why-solar-card:hover{
    box-shadow: none !important;
    border: none;
}
.masaage_card{
    box-shadow: -1px 0px 4px 3px #7478767a !important;
    border: 1px solid black;
    border-radius: 15px !important;
    display: flex;
    align-items: center;
    gap: 10px; 
    padding: 15px;
    height: 300px;
}
.slot_container{
    display: flex;
    gap: 40px;
    align-items: center;
    margin-top: 25px;
}
.sucess_text{
    font-size: 22px;
    text-align: center;
}
.Massage_card_img{
    height: 200px;width: 200px;border-radius: 50%;border: 1px solid #000;
}
.service_icon_size {
    color: #ff4f01;
}
.home_banner_img{
    height: 500px;
    margin-top: 30px;
}
.sanskar_title{
    color: #ff4f01;
    font-size: 40px;
    margin-bottom: 0px;
}
.sanskar_title_box{
    display: flex;justify-content: center;gap: 10px;align-items: center;
}
.sanskar_title_header{
    background: #f0ffff;
    border: 2px solid #ff4f01;
    padding: 40px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-top: 0px !important;
    border-radius: 15px;
}
.sanskar_logo{
    width: 100px;
    height: 100px;
    border-radius: 50px;
}
.sanskar_logo_main{
    width: 150px;
    height: 150px;
    border-radius: 50px;
}
.about_title{
    background: #ff4f01;
    padding: 4px !important;
}
.Payment-logo{
    display: flex;
    gap: 10px;
    padding-left: 0px;
}

.Payment-logo li{
   list-style: none;
}

/* vedio player */
.swiper-wrapper{
    display: flex;
    justify-content: center;
    gap: 40px;
}
.footer-scanner{
    display: flex;
    justify-content: center;
}

.main-video-player {
    margin-bottom: 20px;
  }
  
  
  .thumbnail-video {
    cursor: pointer;
    border: 2px solid transparent;
    transition: border-color 0.3s;
  }
  
  .thumbnail-video:hover {
    border-color: #007bff; 
  }
  
.book_turf_btn{
    background: #ffa500;
    color: #020166;
    border: none;
    padding: 10px;
    border-radius: 10px;
    width: 160px;
    font-size: 16px;
    font-weight: 500;
}
.team_title{
    color: #FFFFFF;
}
.about_card_img{
    width: 100%;
    height: 200px;
}
.team_card_img{
    border-radius: 20px 20px 0px 0px;
    height: 300px !important;
}
.yuva_logo{
    width: 110px;
    height: 80px;
}
.turf_logo{
    width: 100%;
    height: 80px;
}
.yuva_logo-responsive{
    display: none;
}
.input_box{
    width: 100%;
}
.form_input{
    width: 100%;
    height: 45px;
    border: 1px solid grey;
    border-radius: 10px;
    padding: 15px;
}
.enquiry_form{
    margin: 20px;
}
.input_label{
    color: #000000;
    font-size: 16px;
    font-weight: 600;
}
.form_container{
    display: flex;
    justify-content: space-around;
    gap: 40px;
    margin-bottom: 20px;
}
.model-image{
    width: 16%;
    height: 70px;
}
.bgImage-title{
    font-size: 30px;
}
.navbar-custom{
    gap: 60px;
}
.navbar-turf{
    display: flex !important;
    flex-grow: 1;
    align-items: center;
    flex-basis: auto;
    gap: 60px;
}
.enquiry-btn{
    background: none;
    border: none;
    font-size: 20px;
    color:#ff4f01;
    font-weight: 600;
}

.institute_container{
    background: #131d3b;
}
.index_title{
    color: #ff4f01;
    text-decoration: underline;  
}
.programme_image{
    height: 200px !important;
    transition: transform 0.5s;
}

.programme_image:hover {
    transform: scale(1.2);
    transition: transform 0.5s;
}

.feature_details{
    color: #FFFFFF;
    margin-bottom: 0px !important;
}
.feature_box{
display: flex;
align-items: center;
margin-bottom: 10px;
cursor: pointer;
}
.feature_title{
    color: #ff4f01;
}
.feature_icon{
    margin: 5px 10px;
    border: 1px solid;
    padding: 5px;
    border-radius: 5px;
    color: #ff4f01;
    font-size: 24px;
}
.custom_team_container{
    background-image: url('/img/institute_bg.jpg');
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 

}
.enquiry-form-header{
    display: flex;justify-content: space-between;
}

.enquiryModel {
    display: none; 
    position: fixed; 
    z-index: 10000; 
    padding-top: 50px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4); 
  }
  
  .enquiryModel-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 60%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
  }
  
  @-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
  }
  
  @keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
  }
  
  .close {
    color: #000;
    float: right;
    font-size: 30px;
    font-weight: bold;
    margin-right: 15px;
  }
  
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
  .barcodeclose {
    color: #000;
    float: right;
    font-size: 30px;
    font-weight: bold;
    margin-right: 15px;
  }
  
  .barcodeclose:hover,
  .barcodeclose:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
  
  .enquiryModel-header {
    padding: 2px 16px;
    border-bottom: 1px solid #ff4f01;
  }
  
  .enquiryModel-body {padding: 2px 16px;}
  
  .enquiryModel-footer {
    padding: 15px;
    border-top: 1px solid #ff4f01;
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  .model_enqury_btn{
    width: 140px;
    height: 45px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 500;
    background: #ff4f01;
    border: 1px solid black;
  }
  .btn_2{
    background: #131d3b;
    color: #FFFFFF;
  }

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.fw-medium {
    font-weight: 500;
}


/*** 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 {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--bs-light);
}

.btn-secondary,
.btn-outline-secondary:hover {
    color: var(--bs-dark);
}

.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;
    border-radius: 50px;
    font-weight: normal;
}

.icon-box-primary,
.icon-box-light {
    position: relative;
    padding: 0 0 10px 10px;
    z-index: 1;
}

.icon-box-primary i,
.icon-box-light i {
    font-size: 60px;
    line-height: 0;
}

.icon-box-primary::before,
.icon-box-light::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    left: 0;
    bottom: 0;
    border-radius: 35px;
    transition: .5s;
    z-index: -1;
}

.icon-box-primary::before {
    background: var(--bs-primary);
}

.icon-box-light::before {
    background: var(--bs-light);
}


/*** Navbar ***/
.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 20px 0;
    color: var(--bs-dark);
    font-size: 18px;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--bs-primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 15px;
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .feature_image{
        width: 100% !important;
        border-radius: 6%;
    }
    .testimonial-content{
        border-radius: 20px;
        text-align: center;
        box-shadow: 2px 4px 6px 0px rgba(0, 0, 0, 0.4);
        height: 400px;
    }
    .title-header{
        text-align: center;
        margin-bottom: 40px;
        margin-top: 40px;
    }
    .custom_fluid_navbar{
        padding: 0px !important;
    }
    .sticky-top-container{
        width: 100% !important;
    }
    .topBar-container{
        background: #131d3b;
    }
    .sticky-top {
        margin-top: 10px;
    }
    .sticky-top-turf{
        position: sticky;
        top: 0;
        z-index: 1020;
        width: 100%;
        padding: 0px;
    }

    .navbar {
        height: 90px;
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
@media (min-width: 992px) {
    .header-carousel,
    .page-header {
        margin-top: -34px;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background: rgba(3, 27, 78, .3);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 3.5rem;
    background-color: var(--bs-primary);
    border: 15px solid var(--bs-primary);
}

@media (max-width: 767.98px) {
    .sticky-top-turf{
        position: static;
        top: 0;
        z-index: 1020;
    }
    .navbar-turf{
        display: flex !important;
        flex-grow: 1;
        align-items: center;
        flex-basis: auto;
        gap: 0px;
    }
    .footer-scanner{
        display: flex;
        justify-content: start;
    }
    .turf-banner-container{
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
    }
    .swiper-wrapper{
        flex-wrap: wrap;
    }
    .Payment-logo{
        flex-wrap: wrap;
    }
    .turf_logo {
       display: none;
    }
    .responsive_ancher{
        display: none;
    }
    .slot_container{
        margin-top: 0px;
    }
    .sucess_text{
        font-size: 16px;
        text-align: center;
    }
    .gallery_slide_img{
        height: 300px;
    }
    .slider .slide {
        height: 360px;
        width: 406px;
    }
    .slider::before, .slider::after{
        height: 360px;
    }
    .slider{
        height: 360px;
    }
    .Massage_card_img {
        height: 125px;
        width: 125px;
    }
    .masaage_card{
        display: block;
        height: auto;
    }
    .service-item{
        padding: 0px !important;
    }
    .card_zoom_effect {
    padding: 0px !important;
    }

    .desktop_topper{
        display: none;
    }
    .mobile_topper{
        display: block;
    }
    .mentor_img {
        width: 100%;
        height: 200px;
        border-radius: 10px 10px 0px 0px;
    }
    .mentor_massage{
        font-size: 14px;
    }
    .mentor_box{
        display: block;
    }
    .mentor_container{
        display: block;
    }
    .mentor_card{
        width: 100%;
        margin-top: 15px;
    }
    .flip-box {
        background-color: transparent;
        width: 100%;
        height: 200px;
        border: 1px solid #f1f1f1;
        perspective: 1000px;
    }
    .sanskar_title_header {
        padding: 10px;
        border-radius: 10px;
    }
    .sanskar_logo_main{
        width: 100px;
        height: 100px;
    }
    .sanskar_title {
        font-size: 20px;
        margin-bottom: 0px;
    }
    .staff_table_data{
        width: 100%;
    }
    .staff_table_container{
        margin-bottom: 40px; 
        display: block;
    }
    .home_banner_img {
        height: 300px !important;
        margin-top: 0px;
    }
    .desktop_br{
        display: none;
    }
    .yuva_logo{
       display: none;
    }
    .yuva_logo-responsive{
        display: block;
        width: 100px;
    }
    .turf_logo-responsive{
        display: block;
        width: 100px;
    }
    .feature_icon{
        font-size: 18px;
    }
    .feature_details{
        font-size: 14px;
    }
    .feature_column{
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .feature_title{
        font-size: 24px;
    }
    .enquiry-btn{
        text-align: left;
    }
    .input_box{
        width: 100%;
    }
    .form_input{
        width: 100%;
        height: 40px;
        border: 1px solid grey;
        border-radius: 10px;
        padding: 15px;
        font-size: 14px;
    }
    .enquiry_form{
        margin: 10px 0px;
    }
    .input_label{
        color: #000000;
        font-size: 12px;
        font-weight: 600;
    }
    .form_container{
        display: flex;
        justify-content: space-around;
        gap: 10px;
        margin-bottom: 8px;
    }
    .enquiryModel-content{
        width: 90%;
    }
    .model-image{
        width: 40%;
    }
    
    .footer_title{
        font-size: 16px !important;
    }
    .footer_sub-text{
        font-size: 16px !important;
    }
     .feature_image{
        width: 100% !important;
        border-radius: 6%;
    }
    #header-carousel .carousel-item {
        position: relative;
        min-height: 310px;
    }
    .header-carousel{
        margin-bottom: 0px !important;
    }
    .service-item p{
        font-size: 14px;
    }
    .service-icon{
        width: 40px;
        height: 40px;
    }
    .service_icon_size{
        font-size: 30px;
    }
    .responsive_text{
        font-size: 16px;
        margin-bottom: 5px !important;
    }
    .mentor_section{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background: linear-gradient(rgba(3, 27, 78, .3), rgba(3, 27, 78, .3)), url(../img/testimonial.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--bs-white);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--bs-white);
}


/*** Features ***/
.feature {
    background: linear-gradient(rgba(3, 27, 78, .3), rgba(3, 27, 78, .3)), url(../img/feature.jpg) left center no-repeat;
    background-size: cover;
}

/* .feature-row {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
} */

.feature-item {
    border-color: rgba(0, 0, 0, .03) !important;
    background: white !important;
    /* box-shadow: 1px 0px 4px 6px rgba(0, 0, 0, 0.2); */
    box-shadow: 0px 0px 7px 0px #ff4f01;
    border-radius: 20px;
}

.experience .progress {
    height: 5px;
}

.experience .progress .progress-bar {
    width: 0px;
    transition: 3s;
}

.experience .nav-pills .nav-link {
    color: var(--dark);
}

.experience .nav-pills .nav-link.active {
    color: #FFFFFF;
}

.experience .tab-content hr {
    width: 30px;
}


/*** About ***/
.about-fact {
    width: 220px;
    height: 220px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

@media (min-width: 576px) {
    .about-fact.mt-n130 {
        margin-top: -130px;
    }
}

.btn-play {
    position: relative;
    display: block;
    box-sizing: content-box;
    width: 36px;
    height: 46px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 18px 20px 20px 28px;
    background: var(--bs-primary);
}

.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: var(--bs-primary);
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: var(--bs-primary);
    border-radius: 100%;
    transition: all 200ms;
}

.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: 3px;
    border-left: 30px solid #FFFFFF;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}

.modal-video .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

.modal-video .modal-body {
    position: relative;
    padding: 0px;
}

.modal-video .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}


/*** Service ***/
.container-service {
    position: relative;
}

.container-service::before {
    position: absolute;
    content: '';
    background: var(--bs-light);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    clip-path: polygon(0 0, 100% 0, 100% 30%, 0 70%);
    z-index: -1;
}

.service-item {
    position: relative;
    height: 100%;
    padding: 10px 40px;
    background: var(--bs-white);
    box-shadow: 0 0 45px rgba(0, 0, 0, .05);
}

.service-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    transition: .5s;
    background: linear-gradient(to right, #2d5b96, #6b8ed6);
}

.service-item:hover::before {
    height: 100%;
    top: 0;
}

.service-item * {
    position: relative;
    transition: .5s;
    z-index: 1;
}

.service-item:hover h5,
.service-item:hover p {
    color: var(--bs-white);
}

.service-item:hover .icon-box-primary::before {
    background: var(--bs-dark);
}

.service-item:hover .icon-box-primary i {
    color: var(--bs-white) !important;
}


/*** Team ***/
.container-team {
    position: relative;
}

.container-team::before {
    position: absolute;
    content: '';
    background: var(--bs-light);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    clip-path: polygon(0 70%, 100% 30%, 100% 100%, 0% 100%);
    z-index: -1;
}

.team-item {
    background: var(--bs-white);
    box-shadow: 0 0 45px rgba(0, 0, 0, .05);
}

.team-item .team-social {
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    transition: .5s;
    /* background: var(--bs-primary); */
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-item:hover .team-social {
    width: 100%;
    left: 0;
}

.team-item .team-social .btn {
    opacity: 0;
    transition: .2s;
    padding: 100% 20px;
    background: rgba(0, 0, 0, 0.4);
    color: #FFFFFF;
}

.team-item:hover .team-social .btn {
    opacity: 1;
}


/*** Testimonial ***/
.testimonial {
    background: linear-gradient(rgba(3, 27, 78, .3), rgba(3, 27, 78, .3)), url(../img/testimonial.jpg) left center no-repeat;
    background-size: cover;
}

.testimonial-item img {
    width: 60px !important;
    height: 60px !important;
    border-radius: 60px;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-left: 15px;
    color: var(--bs-primary);
    font-size: 30px;
    line-height: 0;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--bs-dark);
}


/*** Contact ***/
@media (min-width: 992px) {
    .contact-info::after {
        position: absolute;
        content: "";
        width: 0px;
        height: 100%;
        top: 0;
        left: 50%;
        border-left: 1px dashed rgba(255, 255, 255, .2);
    }
}

@media (max-width: 991.98px) {
    .contact-info::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 0px;
        top: 50%;
        left: 0;
        border-top: 1px dashed rgba(255, 255, 255, .2);
    }
}


/*** Footer ***/
.footer {
    background: linear-gradient(rgba(3, 27, 78, .3), rgba(3, 27, 78, .3)), url(../img/footer.png) center center no-repeat;
    background-size: contain;
}

@media (min-width: 992px) {
    .footer::after {
        position: absolute;
        content: "";
        width: 0px;
        height: 100%;
        top: 0;
        left: 57%;
        border-left: 1px dashed rgba(255, 255, 255, .2);
    }
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: rgba(255, 255, 255, .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, .5);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--bs-primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    border-top: 1px dashed rgba(255, 255, 255, .2);
}

.copyright a {
    color: var(--bs-white);
}

.copyright a:hover {
    color: var(--bs-primary);
}


:root {
    --glow-color: hsl(186 100% 69%);
  }
  
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }
  
  .glowing-btn {
    position: absolute;
    color: hsl(343.9deg 1.27% 2.09%);
    cursor: pointer;
    padding: 0.35em 1em;
    border: 0.15em solid hsl(142.79deg 100% 69%);
    border-radius: 0.45em;
    background: #0f9a0f;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 8px;
    -webkit-box-shadow: inset 0px 0px 0.5em 0px var(--glow-color), 0px 0px 0.5em 0px var(--glow-color);
    -moz-box-shadow: inset 0px 0px 0.5em 0px var(--glow-color), 0px 0px 0.5em 0px var(--glow-color);
    box-shadow: inset 0px 0px 0.5em 0px hsl(186deg 1.42% 9.07%), 0px 0px 0.5em 0px hsl(186deg 9.96% 6.22%);
    animation: border-flicker 2s linear infinite;
    height: 40px;
    margin: auto 20px;
  }
  
  .glowing-txt {
    float: left;
    margin-right: -0.8em;
    -webkit-text-shadow: 0 0 0.125em hsl(0 0% 100% / 0.3),
      0 0 0.45em var(--glow-color);
    -moz-text-shadow: 0 0 0.125em hsl(0 0% 100% / 0.3),
      0 0 0.45em var(--glow-color);
    text-shadow: 0 0 0.125em hsl(0 0% 100% / 0.3), 0 0 0.45em var(--glow-color);
    animation: text-flicker 3s linear infinite;
  }
  
  
  .glowing-btn::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.7;
    filter: blur(1em);
    transform: translateY(120%) rotateX(95deg) scale(1, 0.35);
    background: var(--glow-color);
    pointer-events: none;
  }
  
  .glowing-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: -1;
    background-color: var(--glow-color);
    box-shadow: 0 0 2em 0.2em var(--glow-color);
    transition: opacity 100ms linear;
  }
  
  .glowing-btn:hover {
    color: rgba(0, 0, 0, 0.8);
    text-shadow: none;
    animation: none;
  }
  
  .glowing-btn:hover .glowing-txt {
    animation: none;
  }
  

  
  .glowing-btn:hover:before {
    filter: blur(1.5em);
    opacity: 1;
  }
  
  .glowing-btn:hover:after {
    opacity: 1;
  }
  
  @keyframes faulty-flicker {
    0% {
      opacity: 0.1;
    }
    2% {
      opacity: 0.1;
    }
    4% {
      opacity: 0.5;
    }
    19% {
      opacity: 0.5;
    }
    21% {
      opacity: 0.1;
    }
    23% {
      opacity: 1;
    }
    80% {
      opacity: 0.5;
    }
    83% {
      opacity: 0.4;
    }
  
    87% {
      opacity: 1;
    }
  }
  
  @keyframes text-flicker {
    0% {
      opacity: 0.1;
    }
  
    2% {
      opacity: 1;
    }
  
    8% {
      opacity: 0.1;
    }
  
    9% {
      opacity: 1;
    }
  
    12% {
      opacity: 0.1;
    }
    20% {
      opacity: 1;
    }
    25% {
      opacity: 0.3;
    }
    30% {
      opacity: 1;
    }
  
    70% {
      opacity: 0.7;
    }
    72% {
      opacity: 0.2;
    }
  
    77% {
      opacity: 0.9;
    }
    100% {
      opacity: 0.9;
    }
  }
  
  @keyframes border-flicker {
    0% {
      opacity: 0.1;
    }
    2% {
      opacity: 1;
    }
    4% {
      opacity: 0.1;
    }
  
    8% {
      opacity: 1;
    }
    70% {
      opacity: 0.7;
    }
    100% {
      opacity: 1;
    }
  }
  
  @media only screen and (max-width: 600px) {
    .glowing-btn{
      font-size: 1em;
    }
  }