﻿.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

    .fade-in.visible {
        opacity: 1;
        transform: translateY(0);
    }
.video-wrapper {
    opacity: 1 !important;
    transform: none !important;
}



/***********Start slider**********************/
.hero-single::before {
    background: unset;
}

.home-2 .hero-single {
    padding-top: 0px;
    padding-bottom:0px;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 762px;
    object-fit: cover;
}
/*************End Slider****************************/





/***********Start feature-are**********************/
.feature-item {
    margin-bottom: 0;
}
    .feature-item .site-title-tagline {
        font-size: 24px;
    }
/***********End feature-are**********************/
/**************Start Section about Us *********/
.site-title.aboutUsTitle {
    line-height: 33px;
    font-size: 21px;
}
.about-img img{
    border-radius: 80px 0px 80px;
    width: 100%;
}
.about-area .theme-btn {
    margin-top: 30px;
}
.about-area .about-left::before {
    border: unset !important;
}
/**************End Section about Us *********/
/**************Start Section Galary *********/
.workspace .owl-carousel .owl-item img {
    height: 330px;
    object-fit: cover;
}
/**************End Section Galary *********/






/**************Start Section service-area *********/
.service-title a {
    margin-bottom: 20px;
    font-size: 21px;
}

.service-item {
    padding: 10px 28px 28px 28px;
}
/**************Start Section service-area *********/





/**************Start Section Our Team *********/
.team-area {
    padding: 60px 0px 60px 0px;
}

    .team-area .team-item img {
        height: 240px;
        width: 100%;
        object-fit: cover;
    }

.team-social {
    opacity: 1;
    bottom: 90px;
    left: 10px;
    right:unset;
    background-color:transparent;
}
.team-item:hover .team-social {
    opacity: 1;
    right: unset;
}

    .team-social a {
        color: #fff !important;
        border-radius: 50%;
        background-color: #0b7e09;
        width: 30px;
        padding: 1px;
        height: 30px;
        margin-bottom: 4px;
    }



.team-area .team-content {
    right: 0;
    left: 0;
    bottom: -85px;
}

.team-bio span {
    font-size: 12px;
}
/**************End Section Our Team *********/









/**************All Section Our Team *********/
.site-title {
    font-size: 40px;
}

.team-bio h5 {
    font-size: 17px;
}

.site-heading {
    margin-bottom: 30px;
}






/**************Start Section blog-area *********/
.blog-area .blog-item-img img {
    width: 100%;
    height: 250px;
}

/**************End Section blog-area *********/






/**************Start Section video-area *********/
.video-area {
    padding: 60px 0px;
}

    .video-area iframe {
        width: 100%;
        height: 300px;
        border-radius: 11px;
        margin:20px 0;
    }
        .video-wrapper {
            height: 486px;
        }
.video-area .section-title h4
{
    text-transform:uppercase;
}
/**************End Section video-area *********/
.site-title-tagline {
    font-size: 30px;
}

.workspace-item {
    position: relative;
    margin-bottom: 25px;
    border: 2px solid #a9a5a5;
    padding: 6px;
    border-radius: 12px;
}

@media only screen and (max-width: 768px) {
    .team-social a {
        width: 37px;
        height: 37px;
        line-height: 37px;
    }
    .team-social {
        top: 10px;
        bottom:unset;
        left: 20px;
    }
    .hero-slider.owl-theme .owl-nav .owl-prev {
        left: 61px;
    }
    .hero-slider.owl-theme .owl-nav [class*=owl-] {
        font-size:22px;
        height: 40px;
        width: 40px;
        line-height: 40px;
    }
    .feature-area .site-title-tagline.titlewh {
        font-size: 25px !important;
    }
    .service-title a {
        font-size: 19px;
    }
    .site-title.aboutUsTitle {
        font-size: 15px;
        line-height: 26px;
    }
    .video-wrapper {
        height: 330px;
    }

    .no-js .owl-carousel, .owl-carousel.owl-loaded {
        height: 348px;
    }

    .owl-carousel .owl-stage-outer {
        height: 348px;
    }

    .home-2 .hero-single {
        padding-top: 96px;
    }

    .owl-carousel .owl-item img {
        height: 309px;
        object-fit: cover;
    }



    .feature-item {
        margin-bottom: 10px;
        transform: translateY(-3px)
    }

    .feature-area, .service-area, .about-area, .video-area, .blog-area, .testimonial-area, .team-area {
        padding: 20px 0;
    }
    .workspace {
        padding: 30px 0 70px 0px;
    }

    .blog-title {
        font-size: 19px;
    }

    .site-title {
        font-size: 21px;
    }

    .about-experience .about-experience-text {
        font-size: 12px;
    }

    .about-experience h1 {
        font-size: 24px;
    }

    .about-experience {
        right: 30px;
    }

    .about-experience {
        width: 120px;
        height: 120px;
    }

    .about-right {
        margin-top: 25px;
    }

    .blog-item-info {
        padding: 7px 14px 7px 14px;
    }

    .testimonial-item {
        margin-top: 0;
    }

    .site-heading {
        margin-bottom: 15px;
    }

    .team-area .team-item img {
        height: 400px;
    }
    .workspace .owl-dots {
        margin-top: 15px;
    }
    .hero-slider.owl-theme .owl-nav .owl-prev {
        left: 24px;
    }
}
@media only screen and (max-width: 425px) {

    .owl-carousel .owl-item img {
        height: 271px;
        object-fit: cover;
    }
    
    .video-wrapper {
        height: 338px;
    }
}

@media only screen and (max-width: 375px) {

    .team-area .team-item img {
        height: 350px;
    }
    .video-wrapper{
        height: 292px;
    }

    .no-js .owl-carousel, .owl-carousel.owl-loaded {
        height: 342px;
    }
    .owl-carousel .owl-stage-outer {
        height: 356px;
    }
    .home-2 .hero-single {
        padding-top: 96px;
    }
    .owl-carousel .owl-item img {
        height: 246px;
        object-fit: cover;
    }





}

@media only screen and (min-width: 1024px) {
    .video-wrapper {
        height: 386px;
    }

}

@media only screen and (min-width: 1440px) {
    .video-wrapper {
        height: 322px;
    }
}

@media (min-width: 1200px) {
    .container.ourteam, .container-sm.ourteam, .container-md.ourteam, .container-lg.ourteam, .container-xl.ourteam {
        max-width: 1400px !important;
    }
}
@media (max-width: 1199px) {
    .hero-slider.owl-theme .owl-nav .owl-next {
        left: 75px;
    }
}
