p {
  margin: 0 0 18px 0;
  color: #000000;
  line-height: 1.75;
}


.section-pd {
  padding: 40px 20px;
}

.navbar{
  background-color: black;
  padding: 20px;
}

.navbar-nav a:hover {
  color: #fed91f !important;
}

.navbar-toggler-icon {
  width: 56px;
  height: 56px;
  padding: 0;
  font-size: 20px;
  border: none;
  background-color: #fed91f;
  color: #fff;
  display: inline-block;
  border-radius: 10%;
}

.button2 {
  display: inline-block;
    transition: all 0.2s ease-in;
    position: relative;
    overflow: hidden;
    z-index: 1;
    color: #ffffff;
    padding: 0.8em 1.5em;
    cursor: pointer;
    font-size: 16px;
    background: #000000;
    border: 0px;
    
   

}

.button2:hover {
  background-color: #fed91f !important;
  color: #000000;
}
.txt{
  font-size: 55px;
  margin: auto;
}

.sub-title {
  position: relative;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0px;
  border-radius: 30px;
  display: inline-block;
  margin-top: 0;
}
.sub-title1 {
  position: relative;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
 
  margin-bottom: 10px;
  
 
  display: inline-block;
  margin-top: 0;
}
.ur-title {
  position: relative;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
 
  margin-bottom: 10px;
  
 
  display: inline-block;
  margin-top: 0;
}

.hero-title {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 15px;
}
.hero-text {
  max-width: 536px;
}
.hero-text {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 30px;
  line-height: normal;
}
.vm-text {
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 10px;
}
.srvc-text {
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 10px;
}
.abt-title{
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 30px;
}
.abt-title1{
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}
.srvc-title{
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
}
.sec-title{
  font-size: 26px;
  font-weight: 700;
  line-height: normal;
}
.vm-title{
  font-size: 35px;
  font-weight: 700;
  line-height: normal;
}
.progress {
  position: relative;
  height: 7px;
  background-color: #ffffff;
  overflow: visible;
  border-radius: 10px;
}
.progress-bar {
  background-color: #fed91f;
  height: 3px;
  margin: 2px;
  border-radius: inherit;
  overflow: visible;
  position: relative;
}
.progress-value {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: -2.1em;
  margin-left: auto;
  color: #000;
}
.vm-sec1{
  background-color: #efefef;

}
.fas{
  color: #fed91f;
}
.footer-sec{
  background-color: #000;
}
.ftr-title {
 
  position: relative;
  font-size: 24px;
  font-weight: 600;
  line-height: 1em;
  margin: -0.12em 0 28px 0;
}
.ftr-ttl{
 color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1em;
  margin: -0.12em 0 28px 0;
}
.lnk-link{
  text-decoration: none;
  font-size: 18px;
  transition: .3s;
}
.lnk-link:hover{
color: #fed91f !important;
letter-spacing: 1px;
}
.btm{
  background-color: #000;

  padding: 10px;
}
.btm a{
text-decoration: none;
color: #fff;
font-size: 14px;
}

.btm-txt{
  color: #fff;
  font-size: 16px;
  }
.inner-con a{
  text-decoration: none;

  }
  .about-sec{
    margin-top: 30px;
  }
  .services-sec{
    margin-top: 30px;
  }
  .rw{
    border-radius: 50%;
    border: 1px solid #000000;
  }
  
  .abt-sec {
    background-image: url(../images/bnr1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px;
  }
  .abt-dt p{
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
  }

  .ur-sec{
    margin-bottom: 30px;
  }
 .rot{
   
    animation-name: rotate;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
   
}
@keyframes rotate{
  from{ transform: rotate(-360deg); }
  to{ transform: rotate(360deg); }
}
  @media only screen and (max-width:767px) {

    .abt-sec {
       
      padding: 50px;
    }
    .abt-hd {
      text-align: center;
    }
    .abt-pd{
      margin-top: 30px;
      margin-bottom: 30px;
    }
    .abt-pd1{
      margin-top: 10px;
      
    }

    .hero-title {
      font-size: 35px;
      
    }
    .srvc-title{
      font-size: 28px;
    }
    .abt-title{
      font-size: 28px;
    }
    .vm-title {
      font-size: 24px;
     
  }
  .m-img{
    order: 1;
  }
 .m-img1{
    order: -1;
  }
  .txt{
    font-size: 35px;
    margin: auto;
  }
  }
 

  