@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');

html{
  scroll-behavior: smooth;
}
*{
  margin: 0; padding: 0; box-sizing: border-box;
  transition:background 0.3s linear;
  font-family: 'Poppins';
  color: #000;
 }
 .header1{
     color: white;
     font-weight: bold;
 }
 
 .firstline{
     margin-top: auto;
    border-width: 0.5em;
    background-color: rgb(223, 186, 52);
 }

 .navbar{
     margin-top: -1em;
     background: black;
 }
 

 .navbar a{
     color: white;
 }

 .burger{
     width: 2.4em;
     height: 2.4em;
 }

 .masthead {
    height: 100vh;
    min-height: 500px;
    background-image: url('../img/header.PNG');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
  }

  section {
    padding: 60px 0;
}

section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}
#tabs{
	background: black;
    color: #eee;
}
#tabs h6.section-title{
    color: rgb(223, 186, 52);
}

#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #f3f3f3;
    background-color: transparent;
    border-color: transparent transparent rgb(223, 186, 52);
    border-bottom: 4px solid !important;
    font-size: 20px;
    font-weight: bold;
}
#tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: rgb(223, 186, 52);
    font-size: 20px;
}

@media (max-width: 740px) {
    html,
    body,
    header,
    .view {
      height: 1000px;
    }
  }
  @media (min-width: 800px) and (max-width: 850px) {
    html,
    body,
    header,
    .view {
      height: 650px;
    }
  }
  
  
  
  @media (max-width: 991px) {
  }
  
  .rgba-gradient {
    background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.7), rgba(72, 15, 144, 0.4) 100%);
    background: linear-gradient(to 45deg, rgba(0, 0, 0, 0.7), rgba(72, 15, 144, 0.4) 100%);
  }
  
  .card1 {
    background-color: white;
    opacity: 0.5;
  }
  
  .md-form label {
    color: #ffffff;
  }
  
  h6 {
    line-height: 1.7;
  }
  
  .imge1{
      width: 300px;
      height: 300px;
  }


/* footer */
.footheader{
    color: #d5d5d5;
  }
  
  footer{
    background-color: black;
    color: white;
    padding-top: 2rem; 
  }
  
  hr.light {
    border-top: 1px solid #d5d5d5;
    width: 75%;
    margin-top: .8rem;
    margin-bottom: 1rem;
  }

  .foot{
      color:white;
    margin: 20px 0px 0px 0px;
    padding: 10px;
}




  .about{
    width: 94.95rem;
  }
  .imgee{
    height: 8rem;
    width: 20rem;
  }

  .imge{
    height: 10rem;
    width: 15rem;
  }

@media (max-width: 768px) {
  .about{
    width: fit-content;
  }
  .imgee{
    width: 10rem;
    height: 25rem;
  }
  .imge{
    height: 25rem;
    width: 10rem;
  }
}

  .card2{
    height: fit-content;
  }

 @media (min-width:1024px){
   .imgee{
    margin-left: 24rem;
   }
 }

 .servicecard{
background-color: rgba(10, 10, 10, 0);
border: none;
 }

.wihtelogo{
  height: 30vmax; 
}
@media(max-width: 768px){
  .hr1{
  padding-left: 25px;
  width: 5px;
  }
  .sb{
    padding-right:1px;
  }
  
}


.gotop{
  position: fixed;
  width: 50px;
  height: 50px;
  background: rgb(223, 186, 52);
  bottom: 40px;
  right: 50px;
  text-decoration: none;
  text-align: center;
  line-height: 50px;
}


.rm{
  text-decoration: none;
  color: black;
}

.btns{
  background-color: rgb(223, 186, 52);
}