@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


*{
    font-family: "Montserrat", sans-serif;
}
a,a:hover{
    text-decoration: none;
    color: inherit;
}
body{
    background-color: #f2f2f2;
    overflow-x: hidden;
}
.button-box .btn-bordered{
    border: 1px solid #c00020;
    color: #c00020;
    background-color: transparent;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 8px 16px;
    transition: 0.4s;
   
}
.button-box .btn-bordered:hover{
    border: 1px solid #c00020;
    background-color: #c00020;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 8px 16px;
}
.button-box .btn-bordered-white{
    border: 1px solid #ffffff;
    color: #ffffff;
    background-color: transparent;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 8px 16px;
    transition: 0.4s;
   
}
.button-box .btn-bordered-white:hover{
    border: 1px solid #c00020;
    background-color: #c00020;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 8px 16px;
}
.button-box .btn-direction{
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
}
.button-box .btn-direction i{
    color: #c00020;
    font-weight: 700;
    font-size: 28px;
    text-transform: uppercase;
    margin-left: 16px;
}
.view-all-btn{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.view-all-btn i{
    font-size: 18px;
    color: #c00020;
}
.home-bannaer{
    position: relative;
    z-index: 0;
}
.home-bannaer::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000065;
}
.home-bannaer::after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 36px;
    height: 540px;
    background-color: #c00020;
}
.banner-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    width: 100%;
    max-width: 920px;
    text-align: center;
}
.banner-content h1{
    font-size: 56px;
    color: #ffffff;
    font-weight: 400;
}
.we-are{
    padding: 120px 0;
    position: relative;
    z-index: 0;
}
.we-are::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/fav.webp);
    background-attachment: scroll;
    background-position: 0% -20%;
    background-color: #f0f0f0;
    background-repeat: no-repeat;
    z-index: -1;
}
.we-are .we-title h2{
    font-size: 26px;
    font-weight: 600;
    position: relative;
    width: 100%;
    max-width: max-content;
    text-transform: uppercase;
}
.we-are .we-title h2::before{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 0%;
    height: 4px;
    background-color: #c00020;
    transition: 0.4s;
}
.we-are:hover .we-title h2::before{
    width: 100%;
} 
.we-are-content{
    padding-right:12px ;
}
.we-are-content h2{
    font-size: 42px;
    font-weight: 600;
}
.we-are-content p{
    font-size: 18px;
    font-weight: 400;
    margin: 16px 0;
}
.we-built-for{
    background-image: url(../images/we-built.jpg);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 85% 140%;
    object-fit: cover;
    height: 805px;
    position: relative;
}
.we-built-for .bulit-slide-box{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1080px;
    background-color: #f2f2f2;
    padding: 60px 80px;
}
.we-built-for .bulit-slide-box .we-built-content{
    width: 100%;
    max-width: 60%;
}
.we-built-for .bulit-slide-box .we-built-content h2{
    font-size:42px ;
    font-weight: 600;
}
.we-built-for .bulit-slide-box .we-built-content p{
    font-size:18px ;
    font-weight: 400;
    margin: 16px 0;
}

.featured-update{
    background-color: #090e12;
    padding: 80px 0;
    height: 850px;
}
.featured-update .featured-title h2{
    font-size: 42px;
    font-weight: 600;
    color: #ffffff;
}
.featured-update-box .nav.nav-tabs{
    border: none;
}
.featured-update-box .tab-content .feature-image-content{
    position: relative;
    display: flex;
    height: 600px;
}

.featured-update-box .tab-content .tab-pane.fade .feature-image-content .content-box{
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    max-width: 430px;  
    transition: 1s;
    transition-timing-function: ease-in;
}
.featured-update-box .tab-content .tab-pane.show.active .feature-image-content .content-box{
    left: 0;  
}


.featured-update-box .tab-content .feature-image-content .content-box .title{
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
}
.featured-update-box .tab-content .feature-image-content .content-box h2{
    color: #ffffff;
    font-weight: 600;
    font-size: 42px;
    margin: 16px 0;
}
.featured-update-box .tab-content .feature-image-content .content-box p{
    color: #ffffff;
    font-weight: 400;
    font-size: 18px;
    margin-top: 16px;
}

.featured-update-box .tab-content .tab-pane.show.active .feature-image-content .feat-image-box{
    position: absolute;
    right: 0%;
    bottom: 0%;
    width: 100%;
    max-width: 800px;
    transition: 1s;
    transition-timing-function: ease-in;
}
.featured-update-box .tab-content .tab-pane.fade .feature-image-content .feat-image-box{
   right: -100%;

}
.featured-update-box .tab-content .feature-image-content .feat-image-box img{
    width: 100%;
}
.featured-update-box .nav{
    margin-bottom: 84px;
}
.featured-update-box .nav .nav-link{
    border: 0;
    background-color: inherit;
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
    position: relative;
    text-align: left;
    padding-left: 0;
}
.featured-update-box .nav .nav-link::before{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 0%;
    height: 4px;
    background-color: #c00020;
}
.featured-update-box .nav .nav-link.active::before{
    max-width: 50%;
}
.featured-update-box .nav .nav-link:hover::before{
    max-width: 50%;
}
.footer{
    margin: 120px 0 60px;
}
.footer .footer-content .footer-logo{
    width: 180px;
}
.footer .footer-content ul{
    margin-top: 16px;
}
.footer .footer-content ul li:not(:last-child){
    margin-right: 8px;
}
.footer .footer-content ul li{
   padding: 0 8px;
}
.footer .footer-content ul li a{
   font-size: 16px;
   font-weight: 600;
 }
 .footer .footer-content ul li:hover a{
   color: #c00020;
  }
  .footer .footer-content p{
    font-size: 14px;
    font-weight: 500;
  }
  .footer .footer-content p span{
    color: #c00020;
    font-weight: 500;
  }
  .footer .footer-content p a{
    color: #c00020;
    font-weight: 600;
  }
  .footer .social-icons ul li:not(:last-child){
    margin-right: 16px;
  }
  .footer .social-icons ul li a i{
    font-size: 28px;
    color: #c00020;
  }
  .about-banner{
    height: 540px;
    display: flex;
    align-items: center;
    position: relative;
  }
   .about-banner::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 36px;
    height: 540px;
    background-color: #c00020;
   }
  .about-banner .about-banner-content h4{
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    color: #c00020;
  }
  .about-banner .about-banner-content h2{
    font-size: 56px;
    font-weight: 400;
  }
  .about-banner-video{
    position: relative;
  }

  .about-banner-video::after{
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 40px;
    width: 740px;
    background-color: #f2f2f2;
  }





  .no-count h2{
    font-size:128px;
    font-weight: 700;
    color: #c00020;
  }
  .no-count p{
    font-size:24px;
    font-weight: 500;
  }
  .making-history{
    padding: 80px;
    background-color: #090e12;
    height: 500px;
  }
  .making-history .making-history-box{
    display: flex;
    position: relative;
  }
  .making-history .making-history-box .making-history-content{
    width: 100%;
    max-width: 520px;
  }
  .making-history .making-history-box .making-history-content h2{
    font-size: 42px;
    color: #ffffff;
    font-weight: 600;
  }
  .making-history .making-history-box .making-history-content p{
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
  }
  .making-history .making-history-box .making-history-img{
      position: absolute;
      top: -10%;
      right: -20%;
    width: 100%;
    max-width: 960px;
    height: 400px;

  }
  .making-history .making-history-box .making-history-img img{
    height: 100%;
  }
.our-mission .mission-title-box .mission-title-content .title{
    color: #c00020;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}
.our-mission .mission-title-box .mission-title-content h2{
    font-size: 56px;
    font-weight: 400;
}
.our-mission .mission-title-box .mission-title-content{
    padding-right: 40px;
}

.our-mission .mission-title-box .mission-title-content h2 span{
   position: relative;
display: inline-block;
}
.our-mission .mission-title-box .mission-title-content h2 span::before{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #c00020;
 }
  .our-mission .mission-content-img .mission-content{
    padding-right:40px ;
  }
 .our-mission .mission-content-img .mission-content h3{
    font-size: 26px;
    font-weight: 600;
 }
 .our-mission .mission-content-img .mission-content p{
    font-size: 18px;
    font-weight: 400;
 }
.our-mission .mission-content-img .mission-img img{
    object-fit: cover;
}

.how-we-do{
    background-color: #090e12;
    padding: 120px 0 80px;
    margin-top: -60px;
}
.how-we-do .nav-tabs{
    border-bottom: none;
    display: block;
    position: relative;
}
.how-we-do .nav-tabs::after{
    position: absolute;
    content: "";
    top: 0;
    right: 40px;
    height: 100%;
    width: 1px;
    background-color: #c00020;    
}
.how-we-do .nav-tabs .nav-link{
    color: #f7f2f2;
    background-color: none;
    border: inherit;
}
.how-we-do .nav-tabs .nav-link:hover{
    border: inherit;
    color: #ffffff;
}
.how-we-do .nav-tabs .nav-link.active{
    background-color: inherit;
    color: #ffffff;
    border: inherit;
}
.how-we-do .how-we-contnet h2{
    font-size :42px; 
    color: #ffffff;
}
.how-we-do-img{
    height: 600px;
}
.how-we-do-img img{
    height: 100%;
    object-fit: cover;
    object-position: 100% 0%;
}
.how-we-do  .how-we-do-title h4{
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
}
.news-blog-box{
    .wrapper{
        padding: 70px 0 20px ;
        overflow-x: hidden;
      }      
      .blog-slider{
        padding: 0 0 0 20px;
      }
      .slick-initialized .slick-slide{
        margin: 0 15px 0 0;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      
.slick-next, .slick-prev{
    z-index:5;
}
.slick-next{
    left: 0;
    top: 34%;
}
.slick-prev{
    top: 20%;
    opacity: 1;
    left: 0px;
  }
  .slick-next:before, .slick-prev:before{
    color: #c00020;
    font-size: 48px;
    opacity: 1;
    background: #ffffff;
    border-radius: 50%;
    height: 34px;
    width: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.news-blog{
    padding: 80px 0;
}
.news-blog .news-blog-tilte h2{
    font-size: 42px;
    font-weight: 600;
}
.news-blog .news-blog-box .blog-slider .blog-bone-one .blog-one-img{
    height: 225px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    overflow: hidden;
}
.news-blog .news-blog-box .blog-slider .blog-bone-one .blog-one-img img{
    height: 100%;
    object-fit: cover;
}
.news-blog .news-blog-box .blog-slider .blog-bone-one .blog-one-content{
    padding: 8px 0;
}
.news-blog .news-blog-box .blog-slider .blog-bone-one .blog-one-content span{
    font-size: 12px;
    font-weight: 400;
}
.news-blog .news-blog-box .blog-slider .blog-bone-one .blog-one-content h3{
    font-size: 18px;
    font-weight: 700;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 80px;
}
.news-blog .news-blog-box .blog-slider .blog-bone-one .blog-one-content p{
    font-size: 18px;
    font-weight: 400;
  margin-top: 20px;
    
}
.we-are.pushing .we-title h2{
    font-size: 42px;
    text-transform: none;
}

.we-are.pushing .we-title h2::before {
    position: inherit;
    content: "";
    bottom: 0;
    left: 0;
    width: 0%;
    height: 4px;
    background-color: #c00020;
    transition: 0.4s;

}
.we-built-for.service-bg{
    background-image: url(../images/next-level.jpg);
}
.imporving-every-step{
    background-color: #090e12;
    padding: 80px 0;
}
.imporving-every-step .improving-content h2{
    color: #ffffff;
    font-size: 42px;
    font-weight: 600;
    position: relative;
}
.improving-strategic{
    height: 300px;
    position: relative;
      border: 2px solid #ffffff;
      padding: 16px;
      border-radius: 8px;
    }
    .improving-titke{
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 0 16px;

}
.improving-titke h2{
    font-size: 30px;
    color: #ffffff;
    font-weight: 500;
}
.improving-titke i{
    font-size: 32px;
    color: #ffffff;
}

.imporving-every-step .improving-content h2::before{
    position: absolute;
    content: "";
    top: -16px;
    left: 0;
    height: 4px;
    width: 100%;
    max-width: 50%;
    background-color: #c00020;
}
.about-banner-video .sercie-banner-img{
    height: 640px;

}
.about-banner-video .sercie-banner-img img{
    height: 100%;
    object-fit: cover;
    
}
.we-are.service-detail .we-title h2{
    font-size:42px ;
    text-transform: none;
}
.we-are.service-detail .we-title h2 span{
    position: relative;
}
.we-are.service-detail .we-title h2::before{
    position: inherit;
    height: 0;
}
.we-are.service-detail .we-title h2 span::after{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background-color: #c00020;
}

.featur-project{
    background-color: #090e12;
    padding: 80px 0;
}
.featur-project .feature-title h2{
    color: #ffffff;
    font-size: 42px;
    font-weight: 600;
}

.featur-project .feat-proj-one .proj-img{
    height: 225px;
    margin-bottom: 16px;
}
.featur-project .feat-proj-one .proj-img img{
    height: 100%;
    object-fit: cover;
}
.featur-project .feat-proj-one h3{
    color: #ffffff;
    font-size: 19px;
    font-weight: 600;
    text-transform: capitalize;
}
.talk-next-project{
    padding: 80px 0;
}
.talk-next-project .next-project-title h2{
   font-size: 42px ;
   font-weight: 600;
}
.talk-next-project .next-project-one .next-pro-img{
    height: 225px;
}
.talk-next-project .next-project-one .next-pro-img img{
    height: 100%;
}
.talk-next-project .next-project-one .next-project-content{
    padding: 8px 0;
}
.talk-next-project .next-project-one .next-project-content h2{
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 600;
    color: #c00020;
}

.talk-next-project .next-project-one .next-project-content p{
    margin-bottom: 0;
    font-size: 15px;
    line-height: 16px;
}
.talk-next-project .next-project-one .next-project-content p:last-child{
    color: #c00020;
    font-weight: 500;
}
.blog-sec .big-blog .big-blog-img {
    height: 500px;
}
.blog-sec .big-blog .big-blog-img img {
    height: 100%;
    object-fit: cover;
}
.blog-sec .big-blog  .big-blog-content{
    padding: 0 30px;
}
.blog-sec .big-blog  .big-blog-content span{
    font-size: 13px;
    color: #c00020;
    font-weight: 600;
    text-transform: uppercase;
}
.blog-sec .big-blog  .big-blog-content h2{
    font-size: 26px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 20px 0;
}
.blog-sec .big-blog  .big-blog-content p{
    font-size: 14px;

}
.blog-sec .small-blog .small-blg-img{
    height: 245px;
}
.blog-sec .small-blog .small-blg-img img{
    height: 100%;
    object-fit: cover;
}
.blog-sec .small-blog .small-blog-content{
    margin-top: 12px;
}
.blog-sec .small-blog .small-blog-content h2{
    font-size: 24px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
    height: 85px;
}
.blog-sec .small-blog .small-blog-content h2:hover{
    text-decoration: underline;
}
.blog-sec .small-blog .small-blog-content p{
    font-size: 16px;
    font-weight: 500;
    margin-top: 8px;
}
.blog-sec {
    margin-top: -80px;
}
.blog-detail .detail-content h3{
    font-size: 24px;
    font-weight: 600;
}
.blog-detail .detail-content p{
    margin: 24px 0;
    font-size: 18px;
}
.blog-detail .detail-content img{
    width:100%;
}
.blog-detail .detail-content ul li{
    font-size: 18px;
    color: #c00020;
}
.contact-form{
    background-color: #090e12;
    padding: 80px 0;
    margin-top: -80px;
}
.contact-form  .content p{
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
}
.contact-form .form-box label{
    color: #ffffff;
}
.contact-form .form-box label span{
    color: #c00020;
}
.contact-form .form-box input{
    border: none;
    border-radius: 2px;
}
.contact-form .form-box .button-box .btn-bordered{
    background-color: #ffffff;
    transition: 0.4s;

}
.contact-form .form-box .button-box .btn-bordered:hover{
    background-color: #c00020;
    border: none;
}
.contact-form  .content .Contact{
    margin-top: 40px;
}
.contact-form  .content .Contact h2{
    font-size:42px;
    font-weight: 600;
    color: #ffffff;
    width: max-content;
    position: relative;
}
.contact-form  .content .Contact h2::after{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #c00020;

}
.header{
    margin-bottom: -120px;
    position: relative;
    z-index: 99;
    padding-top: 40px;

}
.header .header-content .navbar .navbar-brand{
    width: 180px;
}
.header .header-content .navbar .navbar-nav .nav-item{
    margin: 0 8px;
}
.header .header-content .navbar .navbar-nav .nav-item .nav-link{
    padding: 0 8px;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
}
.header .header-content .navbar .navbar-nav .nav-item .nav-link:hover , .header .header-content .navbar .navbar-nav .nav-item .nav-link.active{
    color: #c00020;
}
.header .header-content .navbar .button-box .btn-bordered {
    background-color: #ffffff;
}
.header .header-content .navbar .button-box .btn-bordered:hover {
    background-color: #c00020;
}
.imporving-every-step .improving-strategic:hover{
    background-color: #1c2125;
}
