*{
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}

body{
    overflow-x: hidden;
}


#about #pages-top{
    background: rgb(0,0,0);
    background: linear-gradient(356deg, rgba(0,0,0,0.9640231092436975) 0%, rgba(0,0,0,0.6755077030812324) 100%),url('../images/portfolio-1.jpg');;
    width: 100%;
    height: 250px;
    background-size: cover;
    color: white;
    padding: 20px;
    background-position: center;
}
#about .head-about h2 span{
    color: #FF9606;
}


#about #pages-top h1{
	font-weight: bold;
	padding-top: 80px;
}

#about .head-about{
    margin-top:50px;
}

#about .head-about h2{
    font-weight: bold;
}
#about .head-about p{
    color: #444449;
    font-size: 0.96rem;
}

#about .about-content{
    margin: 20px 0px;
}
#about .about-content .l-content video{
    width:500px;
    height: auto;
}

#about .about-col-three{
    margin:30px 0px;
}

#about .about-col-three .card{
    padding: 50px 30px;
    background: #f5f5f5;
    border: none;
    height:350px;
    cursor: pointer;
    margin:15px 15px;
}
#about .about-col-three .card i{
    color: white;
    background: #FF8C00;
    font-size: 2rem;
    padding: 25px;
}
#about .about-col-three .card h5{
    font-weight: 600;
    margin-top:20px;
    letter-spacing: 0.70px;
    color: #232c3d;
}
#about .about-col-three .card p{
    color: #787c91;
    font-size: 0.85rem;
    letter-spacing: 0.60px;
}
#about .about-col-three .card:hover i{
    color: white;
    background: #232c3d;
    font-size: 2rem;
    padding: 25px;
    border-radius: 50%;
    transition: 0.3s ease-out;
}
#about .about-col-three .card:hover{
    background-color: #ff9606;
    transition: 0.5s ease-in-out;
}
#about .about-col-three .card:hover h5{
    color: #fff;
}
#about .about-col-three .card:hover p{
    color: #fff;
}

#about-our-story {
    margin: 50px 0px;
    padding: 0px 0px;
}
#about-our-story .r-section .about-btn1{
  padding: 10px 15px;
  margin:5px 0px;
  background-color: #ff9606;
  color: white;
  border: none;
}
#about-our-story .r-section .about-btn1:hover{
     background-color: #232c3d;
}

#about-our-story .l-section img{
  width: 100%;
  height: 83vh;
}

#about-our-story .r-section{
    background-color: #fff;
    width: 100%;
    height: 400px;
    padding: 80px 70px 80px 70px;
    margin:70px 0px 0px -100px;
   
}
#about-our-story .r-section h2{
    font-weight: bold;
}
#about-our-story .r-section h2 span{
    color: #ff9606;
}
#about-our-story .r-section p span{
    color: #5f5f5f;
    font-size: 1.1rem;
    letter-spacing: 1px;
}

#about-our-story .r-section p{
    color: #5f5f5f;
    font-size: 0.95rem;
}

#our-feature{
    width: 100%;
    height: 60vh;
}

#our-feature h2{
    font-weight: bold;
}
#our-feature p span{
    color: #5f5f5f;
    font-size: 1.1rem;
    letter-spacing: 1px;
}
#our-feature p{
    color: #5f5f5f;
    font-size: 0.95rem;
}

#our-feature .about-p-1{
    margin-top: -40px;
}

#our-feature .p-bar i{
    font-size: 1.4rem;
    margin-top: 15px;
    color: #0073cc;
}
#our-feature .l-section .about-btn2{
  padding: 10px 15px;
  margin:5px 0px;
  background-color: #ff9606;
  color: white;
  border: none;
}
#our-feature .l-section .about-btn2:hover{
    background-color: #232c3d;
}

  


/********* About Service Section start *******/

#about-service{
    background-image: url('../images/webnew-images/about/about2-min.jpg');
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    object-fit: cover;
}

#about-service .l-section{ 
  width: 100%;
  height: auto; 
  background-size: cover;
  background-position: center center;
  object-fit: cover;
  padding: 100px 55px;
}

#about-service .l-section h6{
  color: white;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 1.2rem;
}
#about-service .l-section h2{
  color: white;
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 25px;
}

#about-service .service-tab{
    padding-top: 40px;
}
#about-service .service-tab i{
    color: white;
    font-size: 2rem;
    border: 2px solid white;
    padding: 20px;
    border-radius:50%;
}
#about-service .service-tab p{
    color: #ffffff;
    font-size: 0.90rem;
}


/**** progress bar *****/
 .progress{
    height:15px;
    border-radius: 0;
    box-shadow: none;
    line-height: 35px;
    overflow: visible;
    background:#d6d6d6;
}
 .progress-margin{
    margin: 20px 0px;
}
 .progressbar-title{
    color:#333;
    font-size:15px;
}
 .progress{
    height: 10px;
}
 .progress .progress-bar{
    position: relative;
    animation: animate-positive 2s;
    height: 10px;
}
 .progress .progress-bar span{
    position: absolute;
    top: -35px;
    right: 27px;
    color: #555;
    display: block;
    font-size: 17px;
    font-weight: bold;
}

@keyframes animate-positive {
    0% { width:0%; }
}


/**** why choose us start***/
.head{
    font-weight: 600;
}
.head span{
    color: #ff9606;
}
#why-choose{
    width: 100%;
    height: auto;
    background-color: #fff;
    padding-bottom: 50px;
}
#why-choose .card{
    border: none;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    width: 100%;
    height: auto;
    background-color: #F7F7F7;
    margin: 15px 0px;
}
#why-choose .card:hover{
    background-color: #ff9606;
    color: white;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}
#why-choose .card .card-title{
    font-size: 0.97rem;
    font-weight: bold;

}

/*** why choose end ***/









/********* About Responsive *********/

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px){

   .head-about .about-txt{
    text-align: left !important;
    padding: 0px 20px;
   }

   #about .about-content .l-content{
    display: flex;
    justify-content: center;
   }
   #about .about-content .l-content video{
      width:350px;
      height: auto;
      margin-bottom: 20px;
    }
    #about .about-col-three .card{
        margin: 10px 0px;
    }
     
    #about-our-story {
        padding-bottom: 50px;
    }

    #about-our-story .l-section img{
      width: 100%;
      height: 50vh;
      padding: 0;
    }
    #about-our-story .r-section{
    background-color: #fff;
    width: 100%;
    height: 340px !important;
    padding: 30px 30px 30px 30px;
    margin:auto;
   }
  

  /***** our feature section ***/
  #our-feature{
    height: auto;
    margin: 30px 0px;
  }

  #our-feature  .r-section{
    margin: 50px 0px 0px 0px !important;
    padding:0px 20px !important;
  }
  #our-feature .p-bar i{
   display: none;

  }
  /******About service section *****/

  #about-service{
    width: 100%;
    height: auto;
  }
  #about-service .l-section{ 
      padding:85px 20px;
  }
  #about-service .l-section h2{
      color: white;
      font-weight: 600;
      font-size: 2rem;
    }

    #about-service .service-tab i{
    color: white;
    font-size: 1.2rem !important;
    border: 2px solid white;
    padding: 10px;
   }

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

   .head-about .about-txt{
        text-align: left !important;
        padding: 0px 20px;
   }
   #about .about-content .l-content{
    display: flex;
    justify-content: center;
   }
   #about .about-content .l-content video{
      width:450px;
      height: auto;
      margin-bottom: 20px;
    }

  /*** our storey **/

  #about-our-story .l-section img{
      width: 100%;
      height: 40vh !important;
    }
 
    #about-our-story .r-section{
        background-color: #fff;
        width: 100%;
        height: 300px;
        padding: 20px 20px 20px 20px;
        margin:20px 0px 20px 0px;
    }


   /***** our feature section ***/
  #our-feature{
    height: auto;
    margin: 0px 0px;
    padding: 30px 0px;
  }
  
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
   
   

   /*** our storey **/
  #about-our-story .l-section img{
      width: 100%;
      height: 40vh !important;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
   #about-our-story .l-section img{
      width: 100%;
      height: 25vh !important;
    }
}

@media only screen and (min-width: 1024px){
  #about-our-story .l-section img{
      width: 100%;
      height: 30vh !important;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
   #about-our-story .l-section img{
      width: 100%;
      height: 60vh !important;
    }
}
