*{
    margin: 0;
    padding: 0;
    box-sizing: content-box;
    font-family: 'Poppins', sans-serif !important;
    text-align: justify;
      text-justify: inter-word;
}
/* font-family: 'Poppins', sans-serif; */
h1,h2,h3,h4,h5,p{
    font-family: 'Poppins', sans-serif;
}
.intro{
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #FFF;
    transition: 1s;
}
.logo-header{
   font-family: 'Poppins', sans-serif;
    position: absolute;
    top:40%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff !important;
}
.logo{
    color: #901E23;
    font-family: 'Poppins', sans-serif;
    position: relative;
    display: inline-block;
    bottom: -20px;
    opacity: 0.5;
}
.logo.active{
    bottom: 0;
    opacity: 1;
    transition: ease-in-out 0.5s;
}
.logo.fade{
    bottom: 150px;
    opacity: 0;
    transition: ease-in-out 0.5s;
}
/*---------nav-bar------*/
#nav-img{
    width: 20%;
}
.navbar{
    /*complete nav color*/
          background-color:transparent;
     color: #1e1e1e !important;
    /* visibility: hidden; */
    text-align: center;
    justify-content: center !important;
}
.navbar-nav{
       background-color:transparent;
       width: 100%;  
        color: #1e1e1e !important; 
    
}

.nav-item{
    color: #1e1e1e !important;
    padding: 20px 40px;
    font-weight: 600;
}
.nav-link{
    
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 3px;
    color: #1e1e1e !important;
}
.nav-item:hover {
    border-radius: 15px;
     background-color: #901E23;
      transition: all 0.6s ease 0s;
}
.nav-link:hover{
    color: #fff !important;
    transition: all 0.6s ease 0s;
}
.navbar-toggler-icon{
   color: #000;
}
.navbar .navbar-toggler[aria-expanded="true"] {
color: transparent !important;
}
.navbar .navbar-toggler:focus{
color: transparent;
}
.navbar .navbar-toggler{
color: transparent!important;
}

.dropdown-item{
    margin: 5% 5% 0;
    
}
/*-------------------------------*/
/*--------------------------------------*/
.main-banner{
/* background: url(images/image8.png); */
position: relative;
height: auto;
background-size: cover;
background-position: center;
/* padding-top: 280px ; */
}
.main-banner h1{
    font-size: 4rem;
    font-weight: bolder;
    text-transform: uppercase;
    text-align: center;
    color: #FFFF;
    margin: auto;
    height: auto;
   animation: toRight 3s ease; 
}
.banner-image{
    width: 100%;
    height: 100vh;
      background-position: center;
        background-size: cover;
         background-repeat: no-repeat !important;
  

}
.carousel-control-next-icon, .carousel-control-prev-icon {
    opacity: 0;
    animation: toOne 10s ease-in-out;
}

.bottom-banner{
    position: absolute;
        left: 0;
        bottom: 0px !important;
        text-align: center;
        margin: 0 auto;
        background-color: #1E1E1E ;
        opacity: 90%;
        width: 100%;
        height: 150px;
        box-sizing: border-box;
        padding: 5%;
  
        
}
.vertical{
   animation: toRight 3s ease; 
    border-left: solid 5px #B1B9B1;
    height: 50px;
}
.bottom-banner h1{
    animation: toRight 3s ease; 
        position: relative;
        z-index: 1;
        display:inline-block ;
       
        font-style: normal;
        font-weight: 700;
        font-size:2.5rem;
        text-align: center;
        color: #901E23;
}
.bottom-banner h4 {
    animation: toRight 3s ease; 
    position: relative;
    z-index: 1;
    display: inline-block;
  
    font-style: normal;
    font-weight: 700;
    font-size: 1.5rem;
    text-align: center;
    color: #F5F5F5;
}


@keyframes toOne {
    from{
        opacity: 0;

    }
    to{opacity: 1;}
    
}
@keyframes toRight {
    from{
        opacity: 0;
        transform: translate(-100%);
    }
    to{
        transform: translate(0);
        opacity: 1;
    }
    
} 
@keyframes flip {

    0%,
    80% {
        transform: rotateY(360deg)
    }
}
/*----------------------------*/
.carousel-item img{
    width: 100%;
    background-size: cover;
    height: 100vh;
}
/*------------main banner------------*/
/* .main-banner h4{ display: block;
    font-size: 2rem;
    font-weight: bold;
}
.main-banner h4 b{
  color: #901E23;
}
.main-banner{
    background-image: url('images/banner.jpg');
    height: 100vh;
    width: 100%;
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;

}
.banner-text{
  padding: 20% 0 0 7% !important;
  width: 40%;
  line-height: 1.5;
  text-justify: newspaper;
}
.banner-text p{
    height: auto;
   
  font-size: 1rem;
} */
/*-----------end of banner-----------*/
/*-----------about us-----------------*/
.about-us{
    height:50vh;
    padding: 5%;
}
.about-us h4 b{
  color: #901E23;
}
.about-us h5{
    font-size: 2rem;
    font-weight: bold;
    margin-top: 10px !important;
    color: #901E23;
    writing-mode: vertical-rl;
   transform: scale(-1, -1);

}
#img1{
    display: flex;
    width: 30%;
    height: auto;
}
#img2{
    display: flex;
    width: 40%;
    height: auto;
}
#img3{
    display: flex;
    width: 30%;
    height: auto;
}
/*-----------end of about us-----------------*/
#map{
    height: 30vh;
    margin-top: 0;
    margin-bottom: 20%;
}

footer{
    height: 50vh;
   
}
#footer-img{
    
    width: 50%;
}
.footer{padding: 3%;}
.footer-content{padding-top: 3%;}
footer h5{
    margin-top: 5% ;
    margin-bottom: 5% ;
}
footer h5 a{
    text-decoration: none;
    color: #1e1e1e;
    font-size: 1rem;
}
footer h5 a:hover{
    color: #901E23;
}
/* Extra small devices (phones, up to 480px) */
@media screen and (max-width: 767px) {
    .banner-text{
     text-align: start;
        width: 80%;

    }
         .carousel-item img{
    width: 100%;
    background-size: cover;
    height: 40vh;
}
    .vertical {
        display: none;
        width: 0;
        height: 0;
        visibility: hidden;
    }
    .bottom-banner{
        height: 35% ;
        justify-content: start;
    }
    .bottom-banner h1{
        font-size: 2rem;
    }
    .bottom-banner h4{
        font-size: 1rem ;
    }
    #map{
        height: 50vh;
    }
    .about-us{
        height: 100%;
    }
    .about-us h5{
        writing-mode: horizontal-tb;
        transform: scale(1,1);
        margin: 3% 0 5% 0 ;
    }
           .services{
   height:100%;
}
  .services h5{
        writing-mode: horizontal-tb;
        transform: scale(1,1);
        margin: 3% 0 5% 0 ;
    }
  .ceo{
         height:100%;
    }
    .ceo span{
        font-size: 3rem;
        letter-spacing: 0px;
    }
    .ceo span b{
         font-size: 1rem;
        letter-spacing: 0px;
    }
      footer{
       height:100%;
        bottom: 0 !important;
   color: #000;
    height: 2em;
    left: 0;
    position: relative; 
    font-size: small;
    width:100%;
    }
    #footer-img{
    
    width: 30%;
}
}
/*----------------ipad pro -------------------------*/
@media screen and (max-width:1100px) {
          .carousel-item img{
    width: 100%;
    background-size: cover;
    height: 40vh;
}
}
/* Extra small devices (phones, up to 480px) */
@media (min-width: 768px) and (max-width: 991px) {
    .row{
        display: block;
        
    }
       .carousel-item img{
    width: 100%;
    background-size: cover;
    height: 40vh;
}
    .banner-text{
        text-align: start;
    }
    .about-us{
        height: 100%;
    }
    .about-us h5{
        writing-mode: horizontal-tb;
        transform: scale(1,1);
        margin: 3% 0 5% 0 ;
    }
    .map{
        height: 50vh;
    }
        .services{
    height:100%;;
}
    .services h5{
        writing-mode: horizontal-tb;
        transform: scale(1,1);
        margin: 3% 0 5% 0 ;
    }
      .ceo{
        height:100%;;
    }
    .ceo span{
        letter-spacing: 0px;
    }
    .ceo span b{
        letter-spacing: 0px;
    }

       footer{
       height:100%;
        bottom: 0 !important;
   color: #000;
    height: 2em;
    left: 0;
    position: relative; 
    font-size: small;
    width:100%;
    }
        #footer-img{
    
    width: 20%;
}
   
}
