
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.top-navbar{
  height: 40px;
  width: 100%;
  display: flex;
  background-color: orange;
  color:white;
  
}
  
.top-navbar ul li{
 list-style: none;
 float: left;
 
}
.img-fluid1{
    height:100%;
    width:100%;
}
.top-navbar ul li a{
  font-size:15px;
  color: aliceblue;
  text-decoration: none;
  padding: 10px   30px;
}
.navbar{
  height:80px;
  
}
#navbar1 ul li{
    list-style:none;
}
.mt1{
  margin-top:1.5rem important;
}

.navbar li{
  list-style: none;
  float:left;
  font-size: 18px;
}
.navbar li a{
  padding: 20px 13px;
  text-decoration: none;
  color:black;
}
.navbar li a:hover{
  color:orange;
}

.logo{
  height:80px;
  width:100px;
}
  .bgcolor{
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
    background-color:rgb(250, 247, 245) ;
    
  } 
  video{
    width:100%;
    object-fit:cover;
    height:100%;
    position: relative;
  }
  .banner{
    
    margin-top: 100px;
    
    height: 450px;
    
    display: flex;
    align-items: center;
    justify-content: center;
    
  }
  .banner h2{
    color:white;
    font-size:80px;
    font-family: 'Merriweather', serif; 
  }

  .flex-dir{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -20px;
  }
  span{
    font-size: medium;
    margin-left: 1rem;
  
  }
  .menu:hover{
    border-bottom:2px solid rgb(244, 180, 42);
    
    
  }
  #navlink:hover{
    color:white;
  }
  
  .submenu:hover{
  
  border-bottom:2px solid rgb(244, 180, 42);
  
  }
  
  
  .cursor{
    cursor: pointer;
  }
  
  /*about-section*/
  .about-heading h2{
       margin:150px 0px 0px 300px;
       color: orange;
       font-family: 'Merriweather', serif ;
    
  }
  .about-heading p{
    margin:50px 30px 0px 200px;
    font-family: 'Merriweather', serif ;
    font-size: 21px;
  }
  
 /* our services-section*/
  
  .service-title h1{
    text-align: center;
    padding-top: 100px;
    font-size: 42px;
    font-family: 'Merriweather', serif 
  
  }
  .services{
    width:85%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px auto;
    font-family: 'Merriweather', serif;
    text-align: center;
    cursor: pointer;
  }
  .card{
    width:100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    margin: 0px 20px;
    padding: 20px 20px;
    background-color: #efefef;
    border-radius: 10px;
  }
  .card .icon{
    font-size: 35px;
    margin-bottom: 10px;
    color:orange;
  }
  .card h2{
    font-size: 28px;
    margin-bottom: 20px;
  }
  .card p{
    font-size: 17px;
    margin-bottom: 30px;
    line-height: 1.5;
  }
  .button{
   font-size: 15px;
   text-decoration: none;
   color: #ffff;
   background-color:orange;
   padding: 8px 12px;
   border-radius: 5px;
   letter-spacing: 1px;
  }
  .web::before{
    content: "\f1b8";
  }
  .button:hover{
    background-color: black;
    transition: 0.4s ease;
    color: #dcdad7;
  }
  .card-title,p{
    font-size: larger;
    text-align: justify; 
  }
  .card-body{
    height:auto;
  }
  .content{
    display: flex;
    justify-content: center;
    align-items: center;
  }
 
  .counter{
    display:flex;
    background-color: #dcdad7;   
    height:50vh;
    align-items: center;
    justify-content: center;
    margin: 20px;
  }
  
  .counter-box1{   
    display: flex;
    justify-content: center;
    align-items: center;
    width:20%;
    background: white;
    border-radius: 2px;
    height:20vh;
    margin: 20px;
    flex-direction: column;
  }
  
  .testimonial-container{
    display:flex; 
    margin:20px;
    animation: slider all .5s infinite;
    
  }
  .heading{
    position: relative;
    width:50%;
    display: flex;
    justify-content: center;
    align-items: center;
    
    
  }
  .heading img{   
    width:100%;
  }
  .heading p{
   position: absolute;
   font-size:x-large;
   font-family: 'Merriweather', serif ;
   color:black;
   font-weight: 700;
   font-family: 'Merriweather', serif 
   
  }
  .testimonial{
    width:50%;
  }

  /*why chhose-us*/
  .why-choose-us-banner{
    background: url('img/choose-us-bg-img.jpg');
    background-size: cover;
    height:500px;
    width:100%;
    background-repeat: no-repeat;
  }
  .choose-heading h1{
      text-align: center;
      font-family: 'Merriweather', serif ;
      margin: 100px 30px;
      color: orange;
  }
  .choose-content h1{
    font-family: 'Merriweather', serif ;
  }
  .choose-content p{
    font-family: 'Merriweather', serif ;
    font-size: 21px;
    color: #fbf8f8;
    font-weight: 400;
  }
  /*footer-section*/

.footer-banner{
  
  background-color: black;
  height:auto;
  width:100%;
  background-size: cover;
  border-bottom: 1px solid gray;
  padding: 50px;
}
.col1{
  margin: 50px 10px 0px 0px;
  font-family: 'Merriweather', serif ; ;
}
.col2{
margin: 50px 0px 0px 50px;
font-family: 'Merriweather', serif ; 
}
.col2 p{
  font-size:18px;
}
.col3 {
  font-size:18px;
  margin: 50px 0px 0px 10px;
  color:white;
}
.col3 p{
  font-size: 18px;
  font-family: 'Merriweather', serif ; 
}
.col4{
  margin: 50px 0px 0px 10px;
  color: #efefef;
  font-family: 'Merriweather', serif ; 
}
  /*about -page--*/
  .bg-img{
    width: 100%;
    background: url('img/about-us.jfif');
    background-size: cover;
    height: 500px;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-blend-mode:multiply;
    margin-top: 100px;
  }
  
  .about-img{
    width:500px;
    height: auto;
    border-radius: 50%;
    
  }
  .about-section{
    display: flex;
    background-color:#fbf8f8;
    margin:50px;
  }
  .about-sec-div{
    display:flex;
    height:30vh;
    width:50vw;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 21px;
    font-family: 'Merriweather', serif;

  }
  .about-sec-div p{
     font-size:21px;
     color:blue;
  }
  .about-sec-div h1{
   font-family: 'Merriweather', serif ;
  }
  .about-img-sec{
    display: flex;
    height:70vh;
    justify-content: center;
    align-items: center;
    background-color:#fbf8f8;
     
  }
  .about-img-sec img{
    width:70%;
    height:60vh;
    object-fit: cover;
    opacity: 0.7;
    border-radius: 6px;
    
  }
  
  /*--our_services page*/
  .services-banner{
    background: url('img/services-banner.png');
    margin-top: 100px;
    width:100%;
    background-size: cover; 
    height: 500px;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-blend-mode:multiply;
  }
  .our-services h1{
    text-align: center;
    margin: 50px;
    font-family: 'Merriweather', serif ;
  }
  .our-services p{
    text-align: center;
    margin: 20px;
    font-family: 'Merriweather', serif ;
  }
  .card1{
    width:100%;
    display: flex;
    margin: 0px 20px;
    border: 1px solid rgb(190, 190, 190);
    margin: 20px;
    
  }
  .card1 h3{
    font-family: 'Merriweather', serif ;
    color: orange;
    padding: 20px;
  }
  .card1 p{
    font-family: 'Merriweather', serif ; 
  }
  /*--contact-us page*/
  .contact-us-banner{
    background: url('img/contact-us-banner.jpg');
    height: 500px;
    width:100%;
    background-size:cover;
    margin-top: 100PX;
  }
  .contact-heading{
    margin: 30px;
    font-family: 'Merriweather', serif ;
  }
  .contact-details{
    margin: 20px;
    font-family: 'Merriweather', serif ; 
    line-height: 35px;
  }
  .map{
    margin: 10px 30px;
  }


