@font-face {
    font-family: souvenir;
    src: url('../font/Souvenir-Bold.otf')  format("opentype");
}
:root{
    --bs-primary: #a2111f;
    --bs-secondary: #fff;
    --none: 100%;
}
html,body{
    margin: 0;
    overflow-x: hidden;
}
body.modal-open {
    position: fixed;
}
/* body{
    overflow-y: hidden;
    position: fixed;
} */
/* bootstrap */
.carousel-inner{
    min-height: 540px;
}
.bg-primary{
    background: var(--bs-primary) !important;
}
.btn-primary{
    background-color: var(--bs-primary);
    color: var(--bs-secondary);
    border: none;
    --bs-btn-active-color: var(--bs-primary);
    --bs-btn-active-bg: var(--bs-secondary);
}
.btn-primary:hover,.btn-primary:focus{
    background-color: var(--bs-secondary);
    color: var(--bs-primary);
    border: 1px solid var(--bs-primary);
}
.form-control:focus {
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 .1rem var(--bs-primary)
}
button.close {
    outline: none;
    border: none;
}
.bg-secondary{
    background: var(--bs-secondary) !important;
}
.text-primary{
    color: var(--bs-primary);
}
.text-secondary{
    color: var(--bs-secondary);
}
.f-md{
    font-size: .9rem;
}
.text-justify{
    text-align: justify;
}
/* regular */
*{
    box-sizing: border-box;
}  
.h-100vh{
    height: 100vh;
}
/* loader */
.loader{
    background: var(--bs-secondary);
    height: 100vh;
    width: 100%;
    position: fixed;
    opacity: 1;
    z-index: 10;
    overflow: hidden;
    transition: all 1s ease;
}
.loader.inactive{
    opacity: 0;
}
body:has(> .loader.none) { 
    overflow-y: auto;
    position: relative;
}
.loader.none{
    display: none !important;
}
.loader>img{
   width: 300px;
}
@media(max-width:500px){
    .loader>img {
        padding-bottom: 3rem;
    }
}
/* .loader span:hover::before{
    width: 100%;
} */
/* navbar */
.nav-container{
    background: none;
    color: var(--bs-primary);
    height: 3.3rem;
    position: fixed;
    width: 100%;
    z-index: 6;
    overflow: hidden;
    transition: all .5s ease;
}
.nav-container.active{
    height: 0;
}
.nav-container ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
.nav-container img{
    z-index: 1;
    width: 146px;
    margin-left: 0;
    z-index: 1;
    /* background: white; */
    padding: 2px 20px;
}
.nav-container .logo-container::after{
    content: '';
    position: absolute;
    background: white;
    width: 167px;
    height: 182px;
    rotate: 73deg;
}
#navList li{
    margin: 0 .4rem;
    cursor: pointer;
    position: relative;
}
#navList a{
    color: var(--bs-secondary);
    text-decoration: none;
    font-weight: 500;
}
.nav-container .content ul li::after{
    content: '';
    display: flex;
    position: absolute;
    background: var(--bs-secondary);
    height: 1px;
    width: 0;
    transition: all .5s ease;
}
.nav-container .content ul li:hover::after{
    width: 100%;
}
.line{
    margin: 5px;
    height: 1px;
    width: 20px;
}
.nav-container .nav-toggler{
    display: none;
    cursor: pointer;
}
.nav-container{
    background: var(--bs-primary);
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: white;
}
@media(max-width:768px){
    .nav-container .nav-toggler{
        display: block;
    }
    .nav-container .content{
        display: none;
    }
    .nav-container .logo-container::after{
        display: none;
    }
}
@media(min-width:768px){
    .nav-container .content{
        display: flex;
        margin-right: 25px;
    }
}
@media(max-width:768px){
    #navList a{
        color: #000;
    }
    .carousel-inner::before{
        position: absolute;
        content: '';
        height: var(--none);
        width: 100%;
        z-index: 2;
        transition: all .5s ease;
        background: white
    }
    .nav-container{
        height: 3rem;
        background: hwb(0deg 100% 0% / 95%);
        border: none;
        z-index: 9;
    }
    .line{
        background: var(--bs-primary);
    }
}

#mobNav #navList{
    list-style: none;
    flex-direction: column;
}
/* #mobNav>div{
    background: var(--bs-secondary);
} */
#navList{
    display: flex;
}
#mobNav #navList li{
    border-bottom: 1px solid #000;
    padding: 0.5rem 0;
}
.mobNav{
    position: fixed;
    /* height: fit-content; */
    width: 100%;
    height: 0;
    background: hwb(0deg 100% 0% / 95%);
    overflow: hidden;
    transition: all .3s ease;
    z-index: 8;

}
.mobNav.active{
    height: 16rem;
    z-index: 8;
    padding-top: 54px !important;
}
/* carousel */
.slider-inner{
    position: absolute;
    width: 50%;
    height: 100vh;
    padding-left: 3rem;
}
.slider-inner::before{
    content: '';
    position: absolute;
    height: 100vh;
    width: 100%;
    margin-left: -117px;
    transform: skewX(-12deg);
    background: var(--bs-secondary);
    z-index: 2;
}
/* .carousel-item img{
    margin-left: 35%;
    height: 100vh;
    width: auto;
    object-fit: cover;
} */
.hero .owl-carousel{
    margin-left: 35%;
    overflow: hidden;
}
.hero .owl-carousel img{ 
    height: 100vh;
    width: 100%;
    object-fit: cover;
    min-height: 540px;
}
.slider-inner .logo-container img{
    margin-top: 20vh;
    width: 200px;
    height: auto;
}
.slider-inner .logo-container,.slider-inner .content{
    z-index: 5;
    width: 600px;
}
.hero .slider-inner pre span{
    font-size: 3rem;
}
pre{
    /* font-size: 2rem;
    line-height: 3rem; */
    font-size: 30px;
    line-height: 46px;
    margin: 0px;
    overflow: hidden;
}
@media(max-width:920px){
    .slider-inner::before{
       height: 100vh;
       width: 0;
       /* position: relative; */
    }
    /* .carousel-item img{
        margin-left: 0;
        height: 100vh;
        width: 100%;
        object-fit: cover;
    } */
    .hero .owl-carousel{
        margin-left: 0;
        overflow: hidden;
    }
    .slider-inner .logo-container img {
        margin-top: 5rem;
        padding-top: 4rem;
        width: 180px;
        height: auto;
        margin-bottom: 0rem;
    }
    .hero .owl-carousel div::before{
        content: '';
        position: absolute;
        height: 100vh;
        width: 100%;
        /* z-index: 1; */
        min-height: 540px;
        background-color: rgb(255 255 255 / 20%);
    }
}
@media(max-width:720px){
    pre{
            line-height: 3rem;
    }
}
@media(max-width:355px){
    .slider-inner {
        position: absolute;
        width: 50%;
        height: 100vh;
        padding-left: 1rem;
    }
    pre {
        overflow-wrap: break-word;
        white-space: break-spaces;
        width: 32%;
    }
  
}

/* services */
.services-section{
    background: var(--bs-primary)
}
.services-section .card{
    background: var(--bs-secondary);
    min-width: 200px;
    width: 20%;
    height: 18rem;
    border-radius: 0;
    box-shadow: rgb(0 0 0 / 52%) 0px 5px 15px;
}
.services-section .card img{
    width: 30%;
}
.services-section .card a{
    text-decoration: none;
    color: black;
}
/* why us */
.whyus{
    background-color: var(--bs-primary);
    color: var(--bs-secondary);
    min-height: 100vh;
    border-color: white;
    border-width: 1px 0 0 0;
    border-style: solid;
}
.whyus h3{
    font-weight: 800;
}
.whyus .image-container img{
    width: 150px;
}
.whyus .image-container>div{
    min-width: 200px;
}
.whyus .image-container>div:not(:first-child){
    border-color: var(--bs-secondary);
    border-width: 0 0 0 1px;
    border-style: solid;
}
.whyus .content{
    width: 75%;
}
@media(max-width:767px){
    .whyus .image-container>div:not(:first-child){
        border-color: var(--bs-secondary);
        border-width: 0 0 0 0px;
        border-style: solid;
    }
}
@media(max-width:576px){
    .whyus .content{
        width: 100%;
    }
    .whyus .image-container>:nth-child(2) {
        margin-top: 1rem;
    }
}
/* clients */
.clients{
    color: var(--bs-primary);
}
/* owl */
.owl-carousel .owl-stage {
    margin: auto;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot{
    display: none;
}
/* footer */
.footer{
    background: var(--bs-primary);
    height: 70vh;
    position: relative;
    min-height: 458px;
}
/* .footer .footer-nav-container{
    justify-content: end;
} */
.footer a{
    text-decoration: none;
    color: var(--bs-secondary);
}
.footer .footer-nav-container ul li{
    list-style: none;
}
.footer .footer-nav-container ul li a{
    margin-right: 1rem;
}
.footer .footer-nav-container img{
    width: 21px;
}
.footer .container-left{
    color: white;
    padding-left: 3rem;
}
.footer .container-left img {
    width: 13px;
}
@media(max-width:576px){
    .footer .container-left{
        margin-top: 5rem;
        padding-left: 0;
        align-items: center;
        text-align: center;
    }
    .footer .footer-nav-container{
        justify-content: center !important;

    }
    .footer .container-left>p:nth-child(2){
        width: 70%;
        font-size: .9rem;
    }
    .footer .container-left p:nth-child(3){
        font-weight: 600;
        /* font-size: .8rem; */
    }
}
@media(max-width:576px){
    .mob-container{
        /* background: white; */
        padding: 0.5rem;
        border-radius: 9px;
        margin-bottom: 1rem;
      }
      /* .mob-container a{
        color: black;
      } */
      .mob-container p{
        margin-bottom: 0;
      }
}

.button-quote{
    background: var(--bs-primary);
    color: var(--bs-secondary);
    border: none;
    outline: none;
    transition: all .2s ease-in
}
.button-quote:hover{
    background: var(--bs-secondary);
    border: 1px solid var(--bs-primary);
    color: var(--bs-primary);
}
/* about page */
.about .mission>div>div{
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}
.about .mission>div>div img{
    width: 60px;
}
.about .about-hero h1{
    z-index: 1;
    /* border: 1px solid; */
}
.bg-parallax{
    width: 100%;
    height: 500px;
    background-attachment: fixed;
    /* background-attachment:scroll; */
    background-position: center;
    background-repeat: no-repeat;
    object-fit: cover;
}
.about .about-hero{
    background-image: url('../images/about.jpg');
    background-size: cover;
}
.about .contact-hero{
    background-image: url('../images/contact.jpg');
    background-size: cover;
}
.about .team-hero{
    background-image: url('../images/team.jpg');
    background-size: cover;
}
.services .services-hero{
    overflow: hidden;
}
.services .services-hero .image-container{
    width: 1600px;
  /* padding-top: 1rem;
  -webkit-column-count:15;
  -moz-column-count:15;
  column-count:15;
  -webkit-column-gap: 0rem;
  -moz-column-gap: 0rem;
  column-gap: 0rem;
  -webkit-column-width: 200px;
  -moz-column-width: 200px;
  column-width: 200px;
  width: 3500px; */
  margin-top: 0px;
  display: grid;
  grid-template-columns: repeat(25, 125px);
  grid-template-rows: repeat(4,125px);
  /* gap: 10px; */
  padding: 0;
  /* overflow: hidden; */
  /* animation: testanim 20s linear infinite; */
}
.services .services-hero>div{
    animation: testanim 20s linear infinite;
}
.services .services-hero .image-container:nth-child(2){
    margin-left: 192px;
}
.services .services-hero img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* animation: testanim 20s linear infinite; */
    padding: 2px;
}
.services .services-hero .item1,.services .services-hero .item4{
    grid-row-start: 1;
    grid-row-end: 3;
  }
.services .services-hero .item2{
    grid-column-start: 2;
    grid-column-end: 5;
    display: grid;
    grid-row-start: 1;
    grid-row-end: 3;
  }
.services .services-hero .item3{
    grid-column-start: 5;
    grid-column-end: 8;
    display: grid;
    grid-row-start: 1;
    grid-row-end: 3;
  }
.services .services-hero .item5{
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 9;
    grid-column-end: 11;
  }
  .services .services-hero .item7{
    grid-row-start: 1;
    grid-row-end: 2;
    display: grid;
    grid-column-start: 13;
    grid-column-end: 15;
  }
.services .services-hero .item6{
    grid-row-start: 1;
    grid-row-end: 4;
    grid-column-start: 11;
    grid-column-end: 13;
}
.services .services-hero .item8{
    grid-row-start: 1;
    grid-row-end: 4;
    grid-column-start: 15;
    grid-column-end: 17;
}
.services .services-hero .item9{
    grid-row-start: 3;
    grid-row-end: 5;
    grid-column-start: 1;
    grid-column-end: 4;
} 
.services .services-hero .item10{
    grid-row-start: 3;
    grid-row-end: 5;
    grid-column-start: 4;
    grid-column-end: 5;
} 
.services .services-hero .item11{
    grid-row-start: 3;
    grid-row-end: 5;
    grid-column-start: 5;
    grid-column-end: 6;
} 
.services .services-hero .item12{
    grid-row-start: 3;
    grid-row-end: 5;
    grid-column-start: 6;
    grid-column-end: 9;
} 
.services .services-hero .item13{
    grid-row-start: 2;
    grid-row-end: 5;
    display: grid;
    grid-column-start: 9;
    grid-column-end: 11;
} 
.services .services-hero .item14{
    grid-row-start: 4;
    grid-row-end: 5;
    display: grid;
    grid-column-start: 11;
    grid-column-end: 13;
} 
.services .services-hero .item15{
    grid-row-start: 2;
    grid-row-end: 5;
    grid-column-start: 13;
    grid-column-end: 15;
} 
.services .services-hero .item16{
    grid-row-start: 4;
    grid-row-end: 5;
    grid-column-start: 15;
    grid-column-end: 17;
} 
.services .modal-body img{
    width:90%;
}
.services .modal-body>div{
    font-size: 1.5rem;
    cursor: pointer;
    color: white;
}

 .services .modal-dialog{
    height: 90vh;
  }
  .services .modal-content{
    background: none;
    border: none;
    width: 80%;
  }
  .services .modal-header{
    border: none;
    padding: 0;
  }
  .services .modal-header [type=button]:not(:disabled){
    background: none;
    color: white;
    font-size: 1rem;
  }

@keyframes testanim{
    0%{transform: translateX(0);}
    100%{transform: translateX(-1500px);}
}

@supports ( -webkit-touch-callout : none){
    .bg-parallax{
        background-attachment: scroll;
    }
}

.header-box-container{
    background: var(--bs-primary);
    color: var(--bs-secondary);
    width: 300px;
    height: 300px;
    margin-top: -100px;
    margin-left: 20px;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}
.about .container-right img{
    width: 90%;
    height: auto;
    text-align: center;
    margin-right: 3px;
    border-radius: 30px;
}
.about .container-left p{
    width: 90%;
    font-size: .9rem;
}
@media(max-width:767px){
    .about .container-left p{
        width: 100%;
        padding: 0;
    }
    .about .container-left{
        padding: 1rem !important;
    }
    .services .modal-body .prev,.services .modal-body .next{
        display: none !important;
    }
}
@media(max-width:367px){
    .header-box-container{
        width: 100%;
        margin-left: 0;
    }
}
@media(max-width:264px){
    .header-box-container{
        padding: 1rem !important;
    }
}
/* services */
/* .services .services-hero{
    background-image: url('../images/slider/slider-4.jpg');
} */
.services .strip .col-md-4{
    background-color: var(--bs-primary);
    color: var(--bs-secondary);
    border: 1px solid;
}
.services .strip h6{
    font-size: .8rem;
}
.h-5{
    height: 5rem;
}
/* .services .main-services>.col-md-3{
    border-color: var(--bs-primary);
    border-width: 0 1px 0 0;
    border-style: solid;
}
.services .main-services>.col-md-3:nth-child(1){
    border-width: 0 1px 0 1px;
} */
.services .box{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.services .main-services .box{
    padding: 2rem;
    cursor: pointer;
    height: fit-content;
    min-height: 200px;
    margin: 1rem;
}

.services .main-services .box img{
    width: 50px;
}
.services .main-services .box>p{
    max-height: 0;
    overflow: hidden;
    transition: all .5s ease;
}
.services .support-services .box{
    cursor: pointer;
    height: fit-content;
    overflow: hidden;
    transition: all .5s ease;
}
.services .support-services .box p:nth-child(3),.services .support-services .box img{
    max-height: 0;
    overflow: hidden;
    transition: all .5s ease;
}

.services .support-services .box a{
    display: none;
}
.services .support-services .box:hover a{
    display: inline;
}
@media(max-width:984px){
    .services .main-services .box{
        height: fit-content;
        min-height: 240px;
    }
}
@media(min-width:767px){
    .services .main-services .box:hover > p {
        max-height: 300px;
    }
    .services .support-services .box:hover p,.services .support-services .box:hover img{
        max-height: 200px;
    }
    .services .support-services .box{
        max-height: 3rem;
     }
     .services .support-services .box:hover{
        max-height: 10rem;
     }
}
@media(max-width:767px){
    .services .main-services .box.active > p {
        max-height: 300px;
    }
    .services .main-services .box{
        height: fit-content;
        min-height: 150px;
    }
    .services .support-services .box.active p,.services .support-services .box.active img{
        max-height: 200px;
    }
    .services .support-services .box{
       max-height: 4rem;
    }
    .services .support-services .box.active{
       max-height: 10rem;
    }
    .services .support-services .box p:nth-child(3){
        display: none;
    }
    .services .support-services .box.active p:nth-child(3){
        display: block;
    }
}
.clients .owl-carousel{
    width: 60%;
    margin: auto;
}
.services .support-services .box p{
   margin-bottom: 0px
}
.services .support-services img{
    width: 50px;
}
.services .support-services a{
    /* background: var(--bs-primary); */
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    color: var(--bs-primary);
    text-decoration: none;
    font-size: .7rem;
}
/* team */
.team .card img{
    background:  linear-gradient(to bottom, var(--bs-secondary) 50%, var(--bs-primary) 50%);
    width:200px;
    height:200px;
    object-fit: cover;
    border-radius: 50%;
}
@media(max-width:720px){
    .team .w-75{
        width: 100% !important;
    }
}
.contact input,.contact textarea{
    border-width: 0 0 1px 0;
    border-color: var(--bs-secondary);
    background: var(--bs-primary);
    margin-top: 1rem;
    outline: none;
    color: var(--bs-secondary);
}

.contact input::placeholder,.contact textarea::placeholder{
    color: var(--bs-secondary);
}
.contact .submit{
    border: 1px solid var(--bs-secondary);
    color: var(--bs-secondary);
    width: 5rem;
}
.contact{
    border-width: 0 0 1px 0;
    border-color: var(--bs-secondary);
    border-style:groove;
}
.wt-fixed{
    /* width: 200px; */
    background: #211e1f;
    /* height: 3rem; */
    bottom: 5px;
    right: 3px;
    padding: .7rem;
    border-radius: 50px;
    z-index: 1;
}
.wt-fixed{
  color: var(--bs-secondary);
  text-decoration: none;
}
.wt-fixed p{
    margin-bottom: .2rem;
}
/* Scrolling Animation */
.revealy{
    position: relative;
    transform: translateY(10vh);
    opacity: 0;
    transition: 1s all ease;
  }
  
  .revealy.active{
    transform: translateY(0);
    opacity: 1;
  }
.revealxl{
    position: relative;
    transform: translateX(200px);
    opacity: 0;
    transition: 1s all ease;
  }
  
  .revealxl.active{
    transform: translateX(0);
    opacity: 1;
  }
.revealxr{
    position: relative;
    transform: translateX(-200px);
    opacity: 0;
    transition: 1s all ease;
  }
  
  .revealxr.active{
    transform: translateX(0);
    opacity: 1;
  }
  