

/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap'); */

/* Urdu Font */
@import url('https://fonts.googleapis.com/css2?family=Noto+Nastaliq+Urdu:wght@400..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&display=swap');


@font-face {
    font-family: 'agency';
    src: url('font/agency.ttf');
}

.navbar-light .navbar-toggler{
    color: #333 !important; 
    border:none !important;
}

h1,h2,h3,h4,h5,h6{
    /* font-family: 'agency' !important; */
    font-family: 'Libre Baskerville' !important;


}
h1,h2 a,h3,h4,h5,h6{
    /* font-family: 'agency' !important; */
    font-family: 'Libre Baskerville' !important;


}

p, li{
    /* font-family: "Montserrat"; */
  font-family: "Roboto" !important;

}

body, html {
    margin: 0;
    padding: 0;
}


html{
scroll-behavior: smooth !important;
}
.w-full{

    width: 100% !important;

}
    
.h-200{
    height: 200px;
    object-fit: cover;
}
.h-400{
    height: 400px;
    object-fit: cover;
}

@keyframes slideInLeft {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
    }
@keyframes slideInRight {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
    }
    @keyframes slideInUp {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
    }
    @keyframes slideInDown {
    0% {
        transform: translateY(0%);
    }
    100% { 
        transform: translateY(100);
    }
}
    
@keyframes MoveUpDown {
    0%, 100% {
        bottom: 0;
    }
    50% {
        bottom: 100px;
    }
}

.navbar-toggler:focus{
    outline:none !important;
    box-shadow:unset !important;
}

.item-center {
    align-items: center;
}

.text-center {
    text-align: center;
}


.main-heading{
    padding: 3rem 0 !important;
    display: flex;
    justify-content: space-around;
    animation: 1s ease-out 0s 1 slideInLeft;

  }

  .main-heading .sp{
    text-align: right;
    width: 20%;
    
  }
  .main-heading .sp p{
    color: #777;
    letter-spacing: 1px !important;
    font-weight: 700 !important;
    font-size: 17px !important;
    padding-top: 1rem !important;
  }

  .main-heading .txt{
    width: 70%;
    color: #333;

  }



  .main-heading .txt h2{
    font-weight: 400;
    font-size: 65px;
    line-height: 1.1;
    letter-spacing: -2px;
    color: #333 !important;
    margin-bottom:2.5rem ;
  }

  .main-heading .txt p{
    width: 90%;
    margin: 1rem 0;
    color: #777;
  }

  .main-heading .txt h2 a{
    position: relative;

  }

  .main-heading .txt h2 a::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -1rem;
    width: 10%;
    height: 3px;
    background-color: #D41132;

  }

  .main-heading .txt ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .main-heading .txt ul li{
    list-style: none;
    width: 48% !important;
    margin-top: 1rem;
    /* margin-bottom: 1.5rem; */
    padding-bottom: 1rem;
    border-bottom: 1px solid #77777723;
    font-size: 0.9rem;
  }


  
.btn-theme2{
    padding: 0.7rem 1.6rem;
    color: white;
    background-color: #D41132;
    border: none;
    outline: none;
    cursor: pointer;
    font-weight: 700;
    border: 1px solid #D41132;
    margin-top: 1rem;
    text-align: center;
    letter-spacing: 1px ;
    margin-top: 2rem;
  }
    
.container1{
    width: 83% !important;
    margin: 0 auto !important;
}

.flex {
    display: flex;
}

.flex-box {
    display: flex;
    flex-wrap: wrap;
}

.flex-col {
    display: flex;
    flex-direction: column;
}

.justify-between {
    justify-content: space-between !important;
}
.justify-evenly {
    justify-content: space-evenly !important;
}

.justify-around {
    justify-content: space-around;
}

.justify-center {
    justify-content: center;
}
.item-end {
    align-items: flex-end;
}

.justify-evenly {
    justify-content: space-evenly;
}

img{
    width: 100%;
}

li{
    list-style: none;
}


.w-52{
    width: 50%;
}
.w-51{
    width: 49.2%;
}
.w-52{
    width: 50% !important;
}
.w-55{
    width: 55%;
}
.w-65{
    width: 65%;
}
.w-60{
    width: 60%;
}
.w-68{
    width: 68%;
}
.w-70{
    width: 70%;
}
.w-80{
    width: 80%;
}
.w-49{
    width: 49.5%;
}
.w-48{
    width: 48%;
}
.w-47{
    width: 47% ;
}
.w-45{
    width: 45%;
}

.w-40{
    width: 40% ;
}
.w-35{
    width: 35%;
}
.w-34{
    width: 33.3%;
}
.w-33{
    width: 32.7%;
}
.w-32{
    width: 31.5%;
}
.w-31{
    width: 30%;
}
.w-30{
    width: 30% ;
}
.w-24{
    width: 24%;
}
.w-25{
    width: 25%;
}
.w-20{
    width: 19%;
}
.w-10{
    width: 15%;
}
.w-15{
    width: 15%;
}

a{
    color: black ; 
}
a:hover{
    
    text-decoration: none !important;
}


/* Selection */


::selection {
    color: #D41132;
    background: white;
    font-weight: 900 !important;
}


/* Scrollbar css */
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f5f3f3;
}

/* Handle */
::-webkit-scrollbar-thumb {
background: #D41132;

}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #D41132;
    
}


p{
    font-size: 1rem !important;
    line-height: 1.5;
}

.social{
    position: fixed;
    right: 1%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
}

.social i{
    display: block;
    color: #333;
    font-size: 1.3rem;
    margin: 1rem 0 !important;
}
.heading1{
    position: relative;
    z-index: 10;
}

.heading1 h2{
    text-align: center;
}
.heading1 h2 a{
    font-size: 5rem;
    position: absolute;
    top: -3rem;
    color: rgba(0, 0, 0, 0.09) !important;
    font-style: italic;
    z-index: 10 !important;
    left: 50%;
    transform: translateX(-50%);
    width: 120%;

}
.heading1 h2 a strong{
    font-weight: 900;
    color: rgba(0, 0, 0, 0.2) !important;

}
.heading1 h2 span{
    color: #D41132;
}

.heading1 p{
    margin-top: 2rem;
}

.heading1.text-center h2 a::after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: -1.5rem;
    transform: translateX(-50%);
    width: 60%;
    height: 4px;
    background-color:#D41132 ;
    display: none;
}



/*.heading2 h2 a{*/
/*    font-family: "Noto Nastaliq Urdu";*/
/*}*/



.navbar{
    padding: 0 !important;
    background-color: white !important;
    position:relative !important;

}

.navbar .container{
    position: relative;
    
}
.navbar .container::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #6b6b6b21;
    height: 2px;
    width: 100%;

}
.navbar .container .nav-link.active{
    color: #D41132 !important;
    font-weight: 600;
    
}
.nav-item:hover .nav-link{
    color:#D41132 !important;
}

.nav-link{
    color: black !important;
    padding: 1.2rem 1rem !important;
}

.dropdown-menu.show{
    left: unset !important;
    right: 0 !important;
}

.dropdown-menu.pro.show{
    width:320px !important;
    
}
.dropdown-menu.pro li{
    width:100% !important;
    
}
.dropdown-menu{
    padding:1rem 0.5rem !important;
    width:750px !important;
    border-bottom:4px solid #d41132 !important;
    background-color: #f4f4f4 !important;
}
.dropdown-menu .flex-box{
    display:flex !important;
    flex-direction:row !important;
    flex-wrap:wrap !important;
    justify-content:space-between !important;
    
}
.dropdown-menu li{
    display:block !important;
    width:48% !important;
}

.dropdown-menu li a img{
    width:30px;
    margin-right:10px !important;
}

.dropdown-menu li a{
    text-wrap: auto;
    padding:0.7rem 0.8rem !important;
    font-size:0.9rem !important;
}

.dropdown-menu li:hover a{
    color:#d41132 !important;
    background-color:#d411320d !important;
    border-radius:20px !important;
}

.navbar img{
    width: 180px;
}


.banner{
    height: 200vh;
    background-color: aquamarine;
}


.carousel-item{
    height: 100vh;
}

.carousel-item img{
    height: 100vh;
    object-fit: cover;
}






.about .flex-box .text h2{
    font-size: 4rem;
    margin-bottom: 2rem;
    position: relative;
}

.about .flex-box .text h2 span{
    color: #9c161f;
}


.about .flex-box .text h2::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -1rem;
    background-color: #D41132;
    width: 30px;
    height: 4px;
}

.about .flex-box .text p{
    line-height: 1.6;
    letter-spacing: 0px;
    padding-right: 3rem;
    color: rgba(0, 0, 0, 0.637);
    font-size: 0.9rem !important;
    font-weight: 400;
}

.about .flex-box .text button{
    font-size: 1rem;
    padding: 0.5rem 1.5rem;
    border:none;
    background-color: #D41132;
    color: white;
    margin-top: 1rem;
    border-radius: 3px;
}


.about .image{
    text-align: right;
}

.about img{
    width: 450px;
    object-fit: contain;
     margin-bottom: 3rem;
}

.stats{
    margin-top: 4rem;
}

.stats .container1{
    padding: 2rem 0;
    background-color: #D41132;
    border-radius: 10px;
}

.stats .container1 .block{
    padding: 0 2rem;
    color: white;
}

.stats .container1 .block:nth-child(2){
    background-color: white;
    color: #D41132 !important;
    padding: 2rem;
    border-radius: 10px;
    position: relative;
}

.stats .container1 .block:nth-child(2)::after{
    content: '';
    position: absolute;
    top: 30%;
    right: -12%;
    transform: translate(-50%, -50%);
    background-image: url('background.png');
    width: 110px;
    height: 110px;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    opacity: 0.8;
}

.stats .container1 .block:nth-child(2) h4{
    border: 3px solid #D41132;
}


.stats .container1 .block:nth-child(2) h3{
    color: black;
}

.stats .container1 .block:nth-child(2) p{
    color: rgba(0, 0, 0, 0.705);
}


.stats .container1 .block h4{
    /* background-color: white; */
    border: 3px solid white;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    font-size: 1rem;
    font-family: 'Montserrat';
}
.stats .container1 .block h3{
    margin: 1rem 0;
    font-size: 1.2rem;
}

.stats .container1 .block p{
    color: #f7f7f7;
}


/*.heading2 h2 a{*/
    
/*    font-family: "Noto Nastaliq Urdu" !important;*/
/*}*/

.heading2 h2{ 
    font-size: 5rem;

}

.heading2 h2 span{ 
    color: #D41132  ;
}

.services .main-heading .txt h2 a::after{
    background-color:white !important;
}

.services .main-heading .txt h2 a{
    color:white !important;    
}

.services .main-heading .txt p{
    color:#cfcfcf !important;
}   


.services .main-heading .sp p{
    color:#cfcfcf !important;
}


.services{
    padding: 8rem 0;
    position: relative;
    margin-top: 8rem;
    overflow: hidden;
    /*height: 150vh;*/
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #D41132;
}

/*.services::after{*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-color: #D41132;*/
/*    border-top: 25px solid transparent;*/
/*	border-left: 50px solid #9c161f;*/
/*	border-bottom: 25px solid transparent;*/
/*}*/

/*.services::before{*/
/*    content: '';*/
/*    position: absolute;*/
/*    right: -60%;*/
/*    top: -9%;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-color: white;*/
/*    z-index: 1;*/
/*    transform: rotate(45deg);*/

/*}*/

.services .heading2{
    position: relative;
    z-index: 10;
    text-align:left !important;
}


.services .box{
    padding-top: 8rem ;
}

.contain {
    position: relative;
    width: 100%;
    height: 100vh; /* Full viewport height */
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .slider {
    position: relative;
    width: 100%;
    /* max-width: 800px; */
    height: 100vh;
    overflow: hidden;
  }
  
  .before, .after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .before {
    z-index: 1;
  }
  
  .after {
    clip-path: inset(0 100% 0 0); /* Initially hidden from the right */
    z-index: 2;
  }


/* Clients */

.clients{
  background-color: white ;
  padding: 4rem 0;
}

.clients .block img{
  width: 100px;
  height: 100px;
  object-fit: contain;
  filter: grayscale(800%);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.clients .block img:hover{
  filter: grayscale(0%);

}

.contact{
    padding: 4rem 0;
    padding-bottom: 3rem;
    background-color: #F6F6F6;
  }
  

.footer .container1{
    padding: 2rem 0;
  }
  
  .footer .container1 .block:first-child{
    margin-bottom: 2rem;
  }
  
  .footer .container1 .head{
    margin-bottom: 2rem;
    
  }
  
  .footer .container1 .head a{ 
    font-weight: 700;
    font-size: 1.1rem;
  }
  
  .footer .container1 a{ 
    color: white;
    transition: all 0.2s ease-in-out;
    font-weight: 300;
  }
  
  .footer .container1 h3 a{ 
   position: relative;
   
   
  }
  .footer .container1 h3 a::after{ 
    content: '';
    position: absolute;
    left: 0;
    bottom: -1rem;
    width: 20px;
    background-color: #D41132;
    height: 2px;
  }
  
  .footer .container1 a:hover{ 
    color: unset;
  }
  
  
  
  .footer .container1 li{ 
    list-style: none;
    margin: 0.5rem 0;
    font-size: 0.9rem;
  }
  
  .footer .container1 .subscribe{
    margin-top: 1rem;
  }
  
  .footer .container1 .subscribe input{
    padding: 0.6rem 1rem;
  }
  .footer .container1 .subscribe button{
    padding: 0.65rem 1rem;
    background-color: #D41132;
    color: white;
    border: 1px solid #D41132;
  }
  
  .footer .copy{
    /* background-color: #D41132; */
    /* text-align: center; */
    padding: 0.7rem 0;
    width: 100%;
    margin-top: 1.2rem;
    display: flex;
    justify-content: space-between;
  
  }
  .footer .copy span{
    color: #D41132;
  }
  .footer .copy p{
  
    font-size: 0.9rem !important;
    font-weight: 500 !important;
  }
  
  .footer .sociall{
    background-color: #D41132;
    
    justify-content: flex-end;
    display: flex;
  }
  
  .footer .sociall .icon{
    background-color: #333;
    padding: 0.5rem 0;
    width: 300px;
    display: flex;
    border-right: 3px solid #D41132 !important;
    justify-content: space-around;
    overflow: hidden;
    margin-right: 7%;
  }
  .footer .sociall .icon a{
    color: white;
    position: relative;
  
  }
  .footer .sociall .icon a::after{
    content: '';
    position: absolute;
    right: -45px;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    width: 2px;
    background-color: #D41132;
  }
  
  .footer .sociall .icon i{
    cursor: pointer;
    display: block;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0.2rem;
    padding: 0.3rem 0;
    
  }
  
  .footer .sociall .icon i:last-child{
  
    border-right: 0px;
  }
  
  
  /* Footer  */
  
  
  
  .footer{
   background-color: #1f1f1f;
    color: white;
  
  }
  .footer ul{
    margin-bottom: unset !important;
    padding: 0 !important;
  }
  
  .footer .logo img{
    width: 160px;
  }

  .footer .container{
    position: relative;
  
  }
  
  .footer .container::after{
  
  content: '';
  position: absolute;
  top: 0;
  background-color: #D41132;
  width: 100%;
  height: 1px;
  }
  
  .footer .footer-content{
    padding: 2rem 0;
  }
  
  .footer .footer-content h2{
    color: white;
    font-size: 1.8rem;
    padding-bottom: 0.5rem;
    position: relative;
    
  }
  
  .footer .footer-content h2::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #D41132;
    height: 1px;
    width: 50%;
  }
  
  .footer .footer-content div{
    width: 25%;
    
  }
  
  .footer .footer-content div:first-child{
  width: 48%;
  }
  
  .footer .footer-content div li{
    list-style: none;
    margin-top: 1rem;
    font-size: 1rem;
    display: flex;
  }
  
  .footer .footer-content div li a{
  text-decoration: none;
  color: white;
  margin-left: 0.6rem;
  }
  
  .footer .text{
    padding: 1rem 0;
  }
  
  .footer .contact img{
   width: 12rem;
   margin-bottom: 1rem;
  }
  
  .footer .contact .links{
  
    display: flex;
    flex-direction: column;
    
  
  }
  
  .footer .contact .links p{
    display: flex;
    align-items: center;
    
   
  }
  .footer .contact .links a{
    color: white;
  }
  
  .footer .contact .links img{
    width: 20px;
    margin-right: 0.5rem;
    margin-bottom: 0;
  }
  
  .footer .contact h2{
    margin: 1rem 0;
  }
  
  .footer li a:hover{
    color: #D41132 !important;
    opacity: 1 !important;
  }
  
  .footer a:hover{
  color: #D41132;
  opacity: 1 !important;
  
  }
  
  .footer .contact .social{
    width: 200px;
  }
  
  .footer .contact .social svg{
    margin-top: 0.5 rem;
    margin-right: 0.5rem;
  }
  
  .footer .contact .links{
    width: 100%;
  }
  .footer .contact .links h4{
    margin: 0 0.5rem;
    font-style: oblique;
  }
  .footer .contact p{
    margin: 1rem 0;
    line-height: 1.5;
  }
  
  .footer  a{
    text-decoration: none;
    color: #333;
  }
  .footer  a:hover{
    opacity: 0.8;
  }
  .footer  li{
    transition: all 0.2s ease-in-out;
  cursor: pointer;
  }
  
  
  .footer .bot-txt p{
    position: relative;
    margin-bottom: 0 !important;
  }
  
  .footer .bot-txt p span{
    color: #D41132;
    font-size: 1.5rem;
  }
  
  
  .footer .bot-txt p a{
    color: #D41132;
  }
  
  .footer .bot-txt p::after{
    content: '';
    position: absolute;
    top: -15px;
    left: 0%;
    width: 100%;
    height: 1px;
    background-color: #D41132;
  
  }
  
  @media only screen and (max-width:980px){
       .md-full{
            width: 100% !important;
          }
          
         .sm-full{
             width: 100% !important;
         }
         .about .flex-box .text{
             padding:4rem 0 !important;
             text-align:center;
         }
         .about .flex-box .text p{
            padding: 0 !important;
         }
         
         .about .flex-box .image{
            display:none !important;
         }
         .heading1 h2 a{
            font-size: 3rem;
            position: absolute;
            top: -2rem;
            color: rgba(0, 0, 0, 0.09) !important;
            font-style: italic;
            z-index: 10 !important;
            left: 50%;
            transform: translateX(-50%);
            width: 120%;
        
        }
        .heading1{
            padding-bottom:4rem !important;
        }
        .heading1 h2 a strong{
            font-weight: 900;
            color: rgba(0, 0, 0, 0.2) !important;
        
        }
        
        .clients .box .block{
            width:46% !important;
        }
        .stats .container1 .block:nth-child(2){
            border:1px solid #D41132;
        }
        .stats .container1 .block:nth-child(3){
            padding-top:2rem !important;
        }
        .section.services::before{
            display:none:
        }
        .heading2 h2 a{
            font-size:3rem !important;
            color:white !important;
        }
        
        .dropdown-menu{
            padding:1rem 0.5rem !important;
            width:100% !important;
            border-bottom:2px solid #d41132 !important;
        }
        .dropdown-menu .flex-box{
            display:flex !important;
            flex-direction:column !important;
            flex-wrap:wrap !important;
            justify-content:space-between !important;
            
        }
        .dropdown-menu li{
            display:block !important;
            width:100% !important;
        }
        .navbar .container{
            padding:0.5rem 1rem !important;
        }
    }
    @media only screen and (max-width:500px){
        .main-heading{
            flex-direction:column !important;
        }
        .main-heading .sp{
            width:100%;
            text-align:left !important
        }
        .main-heading .txt{
            width:100%;
            text-align:left !important
        }
        
        .main-heading .txt p{
            width:100%;
            text-align:left !important
        }
        .stats .container1 .block:nth-child(2){
            border:1px solid #D41132;
        }
        .about .flex-box .text h2{
            font-size: 3rem !important;
        }
        .about .flex-box .text h2::after{
            content: '';
            position: absolute;
            left: 50%;
            bottom: -1rem;
            background-color: #D41132;
            width: 30px;
            height: 4px;
            transform:translateX(-50%);
        }
        
        .services{
            background-color:#D41132;
            
        }
        
        .services::before{
            display:none !important;
        }
        .services::after{
            display:none !important;
        }
        
        .media-29101{
            border-top: 0px solid transparent;
            border-bottom: 10px solid #a51f28;
            background-color: white;
            /* overflow: hidden; */
            height: 485px !important;
            cursor: pointer;
            transition: all 0.3s ease-in-out;
            margin-right: 10px;
            margin-top: 10px;
        }
        .media-29101:hover{
          padding: 1rem;
          /* border-top: 10px solid #a51f28; */
          box-shadow: 0px 0px 10px 1px #a51f281f;
        }
        .media-29101 img {
          margin-bottom: 0px; 
          height: 430px !important;
          object-fit: cover;
          transition: all 0.3s ease-in-out;
        }
        .media-29101:hover img {
          height: 0 !important;
        }
        .media-29101:hover .text img {
          height: 100px !important;
        }
        
        
        
        .media-29101 .text {
          transition: all 0.3s ease-in-out;
          height: 55px;
          padding: 1rem ;
        
        }
        
        .media-29101:hover .text {
          height: 485px !important;
        
        }
        
        .media-29101 .text{
            padding:0.5rem  ;
        }
        
    }
    
    
    
    
    