

.section-title{
    text-align: left;
    padding-bottom: 40px;
}
.section-title h2{
    text-align:left;
    color:#fff;

}
.section-title p{
    margin: 30px 0;
    text-align:left;
    color:#fff;
}

.main-navbar .container-fluid{
    padding-right: 70px;
}

.modal-container{
    position: fixed;
    top: -100%;
    width: 100vw;
    height: 100%;
    background-color: #010101;
    z-index: 1031;
    opacity: 0.9;
    transition: top 500ms ease;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal-close{
    position: absolute;
    top: 5%;
    z-index: 1;
    right: 5%;
    font-size: 38px; 
    background: transparent;
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    color: white;
}
.modal-active{
  top: 0%;
}
.search-form{
    display: block;
    margin: 0 auto;
    text-align: center;
    margin: 300px 0;
}
.form-container{
    display: flex;
    justify-content: center;
}
.form-container input[type="text"]{
    width: 50vw;
    border-radius: 50px;
    border: none;
    outline: none;
    background-color: #ffffff;
    padding-left: 20px;
    height: 44px;
    left: 24px;
    line-height: 44px;
    transition: var(--transition);
    padding: 1.7rem 1rem;
    color: #212529;
    margin-left: 10px;
}
.form-container button{
    background: #e10f28;
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    color: white;
    transition: all 400ms ease;
}

.form-container button:hover{
    
   background: white;
   color: #e10f28;
   transform: scale(1.2);
}
.body-disable-scroll{
    overflow-y: hidden;
}


.mainVideoSection{
    width: 80%;
    margin: 70px auto;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/videoBackground/dna2.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.videoBtn{
    width: 50px;
    height: 50px;
    display: flex;
    background-color: #e41c33;
    border-radius: 50%;
   cursor: pointer;
    z-index: 1;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    color: white;
    position: relative;
}
.videoBtn::after{
    content: "";
    z-index: 0;
    width: 60px;
    height:60px;
  
    position: absolute;
    border-radius: 50%;
    background: transparent;
    border: 2px solid #e41c33;
    animation: playBtn;
 
    animation-timing-function: ease-out;
    animation-duration: 1000ms;
    animation-iteration-count: infinite;
    animation-fill-mode: backwards;
    
}
.videoBtn:hover::after{
    transform: scale(2);
}
.modalVideo{
    width: 90%;
    height: 90%;
}

.single-footer-widget .quick-links li a::before{
    content: "\ea64";
    left: 0;
    right: auto;
}
.single-footer-widget .quick-links li a {
    padding-right: 0;
    padding-left: 18px;
}

.blog-card-item img {
    min-height: 307px;
}
@keyframes playBtn {
    0%{
        transform: scale(0.5);
        opacity: 1;
    }
   
    100%{
        transform: scale(1.6);
        opacity: 0;
    }
}
@media only screen and (max-width: 1399px) and (min-width: 768px){
    .tabs{
        overflow-x: scroll;
    }
    .main-banner {
        background-size: cover;
        height: 665px;
        margin-top:78px;
    }
}








/* h1,h3{
          color: #43a047;
        } */
.more-services-btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50px;
    z-index: 1;
    margin-bottom:-10px
}

@media(max-width: 768px) {

    .home-slides {
        margin-top: 87px;
    }

    .main-banner {
        background-position: top center;
        background-size: cover;
        height: 281px;
    }

    .main-banner-content {
        background-position: top center;
    }

    .owl-carousel.owl-rtl .owl-item {
        max-height: 600px;
    }

    .more-services-btn{
       bottom:-20px;
    }

    .owl-theme .owl-nav.disabled + .owl-dots{
        margin-bottom:40px;
    }
}



@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-slides.owl-theme .owl-nav {
        display:none;
    }

    .home-slides.owl-theme .owl-dots{
      bottom:-4px;
    }
}


.single-services-box::before{
    border-radius:10px;
}


.portfolio-list-tab .tabs::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    border-radius: 20px;
}


.portfolio-list-tab .tabs::-webkit-scrollbar-thumb {
    background: rgb(136, 136, 136);
        border-radius: 20px;

}
