*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
   
}

/* nav-bar-1 */
.nav-bar-1{
    background: white;
}
.nav-bar-1 li a{
    margin-left: 30px;
    font-weight: bold;
}
.nav-bar-1 form button.log{
    color: black;
    font-weight: bold;
}
.nav-bar-1 form button.sign{
    color: white;
    background-color: orangered;
    font-weight: bold;
}

/* body-1 */
.body .header{
    font-size: 55px;
    font-weight: bold;
    line-height: 60px;
}
.body .taitle{
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 30px;
    
}
.body button{
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 30px;
    color: wheat;
    background-color: orangered;
    border: none;
    font-weight: bold;
    margin-right: 20px;
}
.body .span{
    margin-left: 20px;
    font-weight: bold;
}
.body-img{
       position: relative;
      width: 100%;
      max-width: 600px;
      margin: auto;
}
.body-img img{
    width: 100%;
      display: block;
      z-index: 1;
      
}
.content-top, .content-bottom {
      position: absolute;
      /* left: 20%; */
      transform: translateX(-50%);
      color: black;
      padding: 2px 20px;
      
      border-radius: 8px;
      font-size: 14px;
       box-shadow: 0 16px 16px 0 rgba(0, 0, 0, 0.2);
    }

    .content-top {
    transform: translateX(-20%);
      top: 20px;
      z-index: -1;
      height: 80px;
      width: 300px;
      min-width: 150px
    }

    .content-bottom {
      bottom: 200px;
      z-index: -1;
      
    }
    @media (max-width: 736px) {
  .content-bottom {
    bottom: 100px;
      z-index: 1;
 transform: translateX(-0%);
        box-shadow: 0 16px 16px 0 rgba(0, 0, 0, 0.2); 
}
.body-img img{
    
      z-index: -1;
      
}
.content-top{
      transform: translateX(-0%);
    z-index: 1;
           box-shadow: 0 16px 16px 0 rgba(0, 0, 0, 0.2);

  }
  .body .button-group{
    font-size: 10px;
  }
    }

   


    .body .Vector-m img{
        height: 30px;
        width: auto;
        margin-left: -20px;
        margin-top: 10px;
    }
    .body .vecotr-3 img{
        height: 20px;
        width: auto;
    }
/* service */
.service{
    padding-bottom: 20px;
}

.service .vision{
    font-size: 50px;
    margin-bottom: 50px;
}
.service .box img{
    height: 50px;
    margin-bottom: 20px;
}
.service .box{
    font-weight: bold;
    font-size: 30px;
    padding: 30px;
    box-shadow: 0 16px 16px 0 rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    width: 300px;
}
.service .text{
    padding: 20px;
    font-size: 17px;
}
.service button{
    padding: 10px;
    border: none;
    border-radius: 10px;
    background-color: orangered;
    color: white;
    font-weight: bold;
    font-size: 17px;
    width: 150px;
}

/* service-2 */
.service-2{
    margin-top: 90px;
    margin-bottom: 110px;
}
.service-2 .header{
    margin-bottom: 40px;
    font-weight: bold;
    color: darkblue;
    font-size: 25px;
}
.service-2 .text{
    margin-bottom: 60px;
    font-size: 20px;
    
}
.service-2 button{
    border: 3px solid #ebeaed;
    background-color: white;
    padding: 5px;
    font-size: 20px;
    border-radius: 50px;
    padding-left: 40px;
    padding-right: 40px;
    font-weight: bold;
    color: darkblue;
    
}

/* testmonials */
.testmonials{
    padding-bottom: 30px;
}
.testmonials .header, .our-team-header, .service .header, .our-team-subscribe .header{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin-bottom: 15px;
    color: #b6bbc2;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
}
.testmonials .clients, .our-team-taitle, .our-team-subscribe .taitle{
    font-weight: bold;
    font-size: 40px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin-bottom: 50px;
}
.testmonials .flex-module{
    padding: 20px;
    font-weight: bold;
}
.testmonials img{
    margin-right: 10px;
    width: 50px;
}
.testmonials .name{
    margin-top: 50px;
    color: #b6bbc2;
}

/* our team */
.our-team{
    margin-bottom: 50px;
}
.our-team .team-profile{
    border: 1px solid #b6bbc2;
    padding-top: 30px;
    margin-bottom: 30px;
    margin-right: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.our-team img{
    width: 80px;
}
.our-team .team-profile .name{
    color: darkblue;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 22px;
}
.our-team .team-profile .taitle{
    color: #b6bbc2;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 40px;
}
.our-team .team-profile .team-from{
    border: 2px solid #b6bbc2;
    height: 45px;
}
.our-team .team-profile .form-1{
    border-bottom-left-radius: 9px;
}
.our-team .team-profile .form-3{
    border-bottom-right-radius: 9px;
}

/* our team subscribe */
.our-team-subscribe{
    margin-top: 100px;
    margin-bottom: 60px;
}
.our-team-subscribe .subscribe-text{
    font-weight: bold;
    margin-bottom: 40px;
}
.our-team-subscribe .subscribe-email input::placeholder {
  color: black;       
  font-weight: bold;  
  opacity: 1;        
 
}
.our-team-subscribe .subscribe-email input{
padding: 10px; 
padding-left: 60px;            
border: 2px solid #b6bbc2;
border-radius: 50px;
}
.our-team-subscribe button{
    color: white;
    font-weight: bold;
    background-color: orangered;
    margin-top: 30px;
}

/* footer */
.footer .list-item{
    color: darkblue;
    margin-bottom: 20px;
}
.footer .underline{
    height: 2px;
    
    margin: 0 auto;
    background-color: #b6bbc2;
}
.footer .footer-end{
    margin-top: 20px;
    color: #b6bbc6;
    font-weight: bold;
    margin-bottom: 30px;
}