/*Additional Css*/

.nav-menu a {
  font-size: 16px;
  color: #262626;
}
#header{
    background-color: transparent;
}

#header.header-scrolled{
    background: white;
}

.banner-area{
    background-image: url('../img/bg1.jpg');
}

.banner-left .primary-btn, .home-about-right .primary-btn, .facts-area, .thumb .overlay-bg, .price-area .single-price:hover, .brands-area, .about-banner, .sb_bar{
    background: #303030;
}

 .portfolio-area .filters-content .single-portfolio.col-sm-4{
    padding: 0px;
    border-radius: 0px;
}

h1, h2, h3, h4, h5, h6{
    color:#333333;
}

p{
    color: #616161;
}

.testimonial-area{
    background-color: #95c6d8ba;
}

.single-recent-blog h4{
    margin-top: 20px;
}
.banner-left h6 {
    font-weight: 500;
}

.single-testimonial:hover h4,.single-recent-blog:hover h4{
    color: #95c6d8;
}

.nav-menu li:hover>a, .menu-active, .parent-active>.sf-with-ul{
    color: #616161!important;
}
#header.header-scrolled .main-menu .nav-menu li:hover>a,#header.header-scrolled .main-menu .menu-active, #header.header-scrolled .main-menu .parent-active>.sf-with-ul{
    color: #95c6d8!important;
}

.testimonial-area .lnr-arrow-up:hover, .testimonial-area .lnr-arrow-down:hover{
    background: #95c6d8;
}
.portfolio-area .filters ul li.active{
    color:#95c6d8;
}

.banner-left .primary-btn:hover,.home-about-right .primary-btn:hover{
    box-shadow: none;
    background: #fff;
    color: #333;
}

.footer-text a{
    color: #448b16;
}

.single-footer-widget ul li a:hover{
    color: #95c6d8;
}

.single-footer-widget .footer-social a:hover i{
    color: #95c6d8;
}

::selection{
    background-color: #b1d5e2;
}

.about-banner, .article-banner{
    background: #F7F6F6!important;
}
.article-banner a{
    color: #262626;
}
.about-content a {
    color: #262626!important;
}

.footer-area{
    background-color: #202021;
}

.media .single-portfolio .relative{
    margin-bottom: 1em;
}

.media .single-portfolio .p-inner{
    margin-bottom: 1em;
}

.single-post .meta-details .user-details{
    display: flex;
    gap: 10px;
}

.widget-wrap .popular-post-widget .popular-title{
    background-color: #333;
}

.contact-page-area{
    background-color: white;
}

.contact-page-area .address-wrap .single-contact-address .lnr{
    color: #95c6d8;
}

.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .testSwiper{
    width:100%;
    overflow:hidden;
  }

  .testSwiper .swiper-slide img{
    height: 31px;
    min-width: 31px;
    border-radius: 50%;
  }

  .testimonial-text{
    font-size:14px;
    margin-bottom: 1em;
  }

  .testSwiper p{
      font-size: 14px;
  }

  .single-recent-blog .thumb img{
    height: 180px;
  }

  .single-blog-text-index{
    display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  }

  .about-content .lnr{
    color: #262626;
  }

  .widget-wrap .popular-post-widget .popular-post-list .thumb img{
    height: 60px;

  }

  .widget-wrap .popular-post-widget .popular-post-list .single-post-list{
    display: grid;
    grid-template-columns: 100px auto;
  }

  .post-content-area{
    padding-top: 3em;
    background-color: white;
  }

.post-content-area .single-post .excert{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}

.post-content-area .single-post .primary-btn{
    background-color: #303030!important;
    color: white!important;
}

.post-content-area .single-post .primary-btn:hover{
    background: #fff!important;
    color: #222!important;
}

.post-content-area .single-post .feature-img img{
    height: 300px;
}

.widget-wrap .popular-post-widget .single-post-list .details h6:hover{
    color: #969696;
}

.single-post-area .single-post .feature-img img{
    height: auto;
}

.contact-page-area .address-wrap .single-contact-address{
    margin-bottom: 15px;
}

.contact-page-area .form-area .genric-btn{
    background-color: #303030!important;
    color: white!important;
}

.contact-page-area .form-area .genric-btn:hover{
    background: #fff!important;
    color: #222!important;
}

.map-wrap iframe{
    width: 100%;
    height: 500px;
}

.contact-page-area .map-wrap{
    margin-bottom: 40px;
}

.footer-area p{
    color: #cacaca;
}

.single-footer-widget ul li a{
    color: #cacaca;
}
.media-coverage .p-inner h4{
    text-align: center;
}
.media-coverage .relative a img{
    width:100%;
    object-fit: cover;
    object-position: top;
    height: 300px;
}

@media(max-width:991px){
    .media-coverage .relative a img{
        height: 200px;
    }
}

@media(max-width:768px){
    .media-coverage .relative a img{
        height: 220px;
    }
    .media-coverage .p-inner h4{
        font-size: 15px;
    }
}

@media(max-width:500px){
    .media-coverage .relative a img{
        height: 150px;
    }
}

.single-portfolio .portfolio-content{
    flex-direction: column;
    gap: 10px;
    padding: 10px;
    height: 100%;
    justify-content: center;
}
.single-portfolio .portfolio-content .portfolio-title{
    font-size: 18px;
    font-weight: 500;
}
.single-portfolio .portfolio-content .portfolio-desc{
    font-size: 13px;
    color: #dadada;
    line-height: 1.8;
}
.single-portfolio .portfolio-content .portfolio-link{
    padding: 8px 20px;
    background-color: white;
    color: #333;
    transition: 0.3s all ease-in-out;
    display: block;
    width: fit-content;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 400;
    border-radius: 3px;
}

.single-portfolio .portfolio-content .portfolio-link:hover{
    background-color: #303030;
    color: white;
}
.single-portfolio .middle{
    top: 0px;
    left: 0px;
    transform: none;
    height: 100%;
    
}

.portfolio-row .thumb img{
    height: 100%;
    object-fit: contain;
    width: 100%
    ;
}
.post-content-area .single-post .feature-img img{
    object-fit: cover;
}
.portfolio-row .thumb{
    background-color: #f0f3f4;
    height: 250px;
}

@media(max-width:1200px){
    .portfolio-row .thumb{
        height: 210px;
    }
}

@media(max-width:991px){
    .portfolio-row .thumb{
        height: 240px;
    }
}

@media(max-width:500px){
    .single-portfolio .portfolio-content .portfolio-desc{
        font-size: 11px;
    color: #dadada;
    }
    .single-portfolio .portfolio-content{
        gap: 5px;
    }
}

.banner-area{

    background-size: cover;
}
@media(max-width:1200px){
    .banner-area .fullscreen{
        height: 550px!Important;
    }
}

@media(max-width:767px){
    .banner-left{
        background: #ffffff99;
        padding: 20px;
    
    }
}

@media(max-width:576px){
    .banner-area .fullscreen{
        align-items: flex-end!important;
    }
    .banner-left h1{
        font-size: 24px;
        margin: 12px 0px;
    }
}



@media(max-width:1200px){
    .about-content{
        margin-top: 20px;
    padding: 40px 0;
    }
    .post-content-area .single-post .posts-title h3{
        font-size: 18px;
    }
}


@media(max-width:991px){
    .pt-120{
        padding-top: 70px;
    }

    .section-gap{
        padding: 70px 0px;
    }
    .post-content-area .single-post .posts-title h3{
        margin: 10px 0px;
    }
    .post-content-area .single-post .feature-img img{
        height: 210px;
    }
}


@media(max-width:767px){
    .home-about-right{
        margin-bottom: 3em;
        margin-top: 0px;
    }
    .home-about-right h6{
        margin-bottom: 15px;
    }
    .home-about-right h1{
        margin-bottom: 15px;
    }
    .menu-content .title h1{
        font-size: 24px;
    }
    .menu-content{
        padding-bottom: 40px;
    }
    .recent-blog-area p{
        margin-bottom: 15px;
    }
  
    .about-content h1 {
        font-size: 36px;

}
    .home-about-left{
        margin-bottom: 2em;
    }
}


@media(max-width:576px){
    .pt-120{
        padding-top: 30px;
    }
    .about-content{
        padding: 20px 0px;
    }
    .about-content h1{
        font-size: 24px;
    }
    .section-gap{
        padding: 40px 0px;
    }
    .widget-wrap .single-sidebar-widget{
        margin: 10px 15px;
    }
}


figure.wp-block-gallery.has-nested-images{
    display: grid;
    grid-template-columns: repeat(4,1fr);
}
.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image){
    width: 100%;
}
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img{
    width: 100%;
    height: 100%;
    max-height: 250px;
    
}
.gallery .single-portfolio img{
    height: 240px;
    object-fit: cover;
    margin-bottom: 1em;
}

.gallery .single-portfolio .p-inner h4{
    text-align: center;
}

@media(max-width:991px){
    figure.wp-block-gallery.has-nested-images{
        grid-template-columns: repeat(3,1fr);
    }
 
}


@media(max-width:768px){
    .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img{
        max-height: 180px;
    }
}
@media(max-width:450px){
    figure.wp-block-gallery.has-nested-images{
        grid-template-columns: repeat(2,1fr);
    }

}


@media(max-width:576px){
    .gallery .single-portfolio img{
        height: 150px;
    }
    .gallery .single-portfolio .p-inner h4{
        font-size: 13px;
    }
}

@media(min-width:768px){
    .banner-left h1{
        color: white;
    text-shadow: 4px 4px 0px rgb(0 0 0 / 20%);
    }
    .banner-left h6{
            color: white;
    text-shadow: 0px 2px 0px rgb(0 0 0 / 20%);
    }
    .banner-left span{
        color:white;
        margin-bottom:20px;
    }
}

.gallery-area{
    background-color:#95c6d8ba;
}


.interview-area iframe{
    width:100%;
    height:280px;
}

@media(max-width:991px){
    .interview-area iframe{
        height:200px;
    }
}




@media(max-width:451px){
    .interview-area iframe{
        height:150px;
    }
}

#header {
    background: #fff;
}

.banner-left .primary-btn {
    margin-top: 50px;
}

.overlay {
    width: 100%;
    height: inherit;
    background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5));
    position: absolute;
    top:0;
}

.banner-left .primary-btn {
    border: 1px solid #fff;
}


#header{
    position:relative;
}

#header.header-scrolled{
    position:fixed;
}


.firstSwiper .swiper-slide{
    position:relative;
}

.firstSwiper .swiper-slide .slider-content{
    position: absolute;
    right: 30px;
    bottom: 40px;
    background: #ffffffcf;
    padding: 1.5em;
    text-align:left;
    width:500px;
    
}

.firstSwiper .swiper-wrapper{
    padding-bottom:20px;
}

.firstSwiper .swiper-pagination{
    bottom:0px!important;
}


.firstSwiper .swiper-slide .slider-content h6{
    margin-bottom:10px;
}
.firstSwiper .swiper-slide .slider-content h1{
    margin-bottom:15px;
}

.firstSwiper .swiper-slide .slider-content .slider-text{
    margin-bottom:1em;
    display:block;
}
.firstSwiper .swiper-slide .slider-content a{
    background:#303030;
        line-height: 42px;
    padding-left: 30px;
    padding-right: 30px;
        font-weight: 500;
        font-size:14px;
}



.firstSwiper .swiper-slide .slider-content a:hover{
    background: #fff;
    color: #333;
}

   .firstSwiper .swiper-pagination-bullet{
    background:gray;
    opacity:0.3;
}
   .firstSwiper .swiper-pagination-bullet-active{
    opacity:0.8;   
}



@media(max-width:1200px){
    .firstSwiper .swiper-slide .slider-content{
        width:450px;
    }
    .firstSwiper .swiper-slide .slider-content h1{
        font-size:32px;
    }
    .firstSwiper .swiper-slide .slider-content .slider-text{
        font-size:16px;
    }

}


@media(max-width:991px){
    .firstSwiper .swiper-slide .slider-content{
        width:350px;
    }
    .firstSwiper .swiper-slide .slider-content h1{
        font-size:24px;
    }
    .firstSwiper .swiper-slide .slider-content .slider-text{
        font-size:16px;
    }
    .firstSwiper .swiper-slide .slider-content{
        right:10px;
        bottom:10px;
    }
}

@media(max-width:768px){
    .firstSwiper .swiper-slide .slider-content h6 {
    margin-bottom: 3px;
    font-size: 13px;
    font-weight: 500;
}


.firstSwiper .swiper-slide .slider-content h1{
        font-size:20px;
        margin-bottom:7px;
    }
    .firstSwiper .swiper-slide .slider-content .slider-text p{
        margin:0px;
    }

    .firstSwiper .swiper-slide .slider-content .slider-text{
        font-size:15px;
    }
.firstSwiper .swiper-slide .slider-content a{
    font-size:12px;
    padding-left:20px;
    padding-right:20px;
    line-height:37px;
}

}

@media(max-width:700px){
     .firstSwiper .swiper-slide .slider-content{
         display:none;
     }
     
     
}

.single-footer-widget .footer-social a i{
    font-size:25px;
    height:auto;
    width:auto;
}

.single-footer-widget .footer-social a{
    height:auto;
    width:auto;
}

.single-footer-widget .footer-social{
    gap:10px;
    flex-wrap:wrap;
}


.gallery-tab-content{
    display:none;
}

.gallery-tab-content.active{
    display:inline-flex;
    width:100%;
}

.gallery-tabs{
        padding: 0px 15px;
    margin-bottom: 15px;
    display:flex;
    gap:15px;
    margin-top:1em;
}

.gallery .single-portfolio img{
    border:1px solid #ececec;
}



.gallery-tab-item{
        border: 0px;
    background: none;
    font-size:17px;
    font-weight:500;
    cursor:pointer;
    
}
.gallery-area .gallery-tabs .gallery-tab-item:hover,
.gallery-area .gallery-tabs .gallery-tab-item.active{
        color: #323232;
    border-color: #333333;
    font-weight: 600;
}


.gallery-tabs .gallery-tab-item:hover,
.gallery-tabs .gallery-tab-item.active{
    color:#95c6d8;
    border-bottom:2px solid #95c6d8;
}

.gallery-tab-item:focus{
    outline:none;
}


.gallery-tab-item{
    white-space:nowrap;
}


html{
    overflow:auto;
}





