html{
    scroll-behavior: smooth;
  }
  *{
    margin: 0;padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
  }
  a{text-decoration: none;}
  a:hover{text-decoration: none;}
  li{list-style: none;}
  p{
    font-size: 0.9rem;
    line-height: 1.6;
    font-weight: 400;
    color: #606060;
  }
  .extradiv h2, .servicediv h2{
    font-size: 0.9rem;
    margin: 20px 0 15px 0;
    font-weight: bold;
    line-height: 1.1;
    word-spacing: 4px;
  }
  i{
    color: #94a394;
  }
  .desc{
    padding:1rem;
    margin:auto !important;
  }
  /* XXXXXXXXXXXXXXXXXXXXX common style ends here XXXXXXXXXXXXXXXXXXX */
  .header{
    width: 100%;
    height: 130vh;
    background-color: rgb(0, 0, 0);
    background-image: url(theheader.png);
    background-size: cover;
    background-repeat: no-repeat;

    position: relative;
  }
  .center-div{
    margin-top:-30px;
  }
  .header::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.4;
    z-index: -1;
  }
  .navbar::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.4;
    z-index: -1;
  }
  .nav-item a{
    color: #fff!important;
    font-weight: bold;
  }
  .nav-item:hover{
    text-decoration:border;
    border-left: 1px solid black;
    border-top: 1px solid black;
    
  }
  .header-section{
    width: 100%;
    height: inherit;
    color: #fff;
    text-align: center;
    position: relative;
  }
  .center-div{
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .header-buttons a{
    border: 1px solid #fff;
    border-radius: 100px;
    margin: 0 5px;
    padding: 12px 35px;
    outline: none;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
  }
  .header-buttons a:hover{
    text-decoration: none;
    color: #50d1c0;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
  }
  .center-div p{
    font-size: 1.3rem;
    padding: 10px 0 20px 0;
    color: #fff;
  }
  /* ********************* three extra header div starts ******************** */
  
  .header-extradiv{
    width: 100%;
    height: auto;
    margin: 100px 0;
    text-align: center;
  }
  .extradiv p{text-align: justify;}
  .extradiv{
    background-color: rgba(255, 255, 255, 0.411);
    border: none;
    padding: 30px!important;
    border-radius: 3px;
    transition: 0.3s;
  }
  .extradiv:hover{
    box-shadow: -10px 0px 20px 0 rgba(0,0,0,0.3);
    transform: translateY(-20px);
  }
  
  /* ********************* three extra header div ends ******************** */
  
  /* ******************* service offer css start ********************** */
  
  .serviceoffers{
    background-color: #f7f7f9;
    background-image: url(imageedit_1_8332421480.png);
    background-size: 1600px 900px;
    padding: 50px 0;
    margin-bottom: 50px;
  }
  .headings{
    margin-bottom: 50px;
  }
  .headings h1{
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
  }
  .names h1{
    color: #2e2e2e;
    font-size: 0.9rem;
    text-transform: uppercase;
    font-weight: bold;
  }
  .service-icons{
  
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .progress{
    height: 0.6rem!important;
    margin-bottom: 25px!important;
  }
 
  /* ******************* service offer css ends ********************** */
  
  /* ********************* project (completed) starts ****************************** */
  
  .project-work{
    margin: 100px 0;
  }
  .project-work h1{
    font-size: 2rem;
    text-align: center;
  }
  /* ********************* project (completed) ends ****************************** */
  
   /* ********************* our pricing starts ******************************  */
  
  .pricing{
    width: 100%;
    height: 100vh;
    padding: 50px;
    position:  relative;
  }
  .pricing::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: linear-gradient(171deg, #2e853fd3 55%, rgb(255, 255, 255) 0%);
  }
  .money{
    font-size: 40px;
    line-height: 1;
    color: #606060;
  }
  .card{
    transition: 0.4s ease;
  
  }
  .card-header{
    font-size: 1.6rem;
    font-weight: bold;
    background: #fff!important;
    padding: 25px 0!important;
  }
  .card-body{
    padding: 30px 0!important;
  }
  .card-body li{
    margin: 10px 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    color: #606060;
  }
  .card-footer{
    background: #fff!important;
    padding: 30px 0!important;
  }
  .card-footer a{
    border: 1px solid #000000;
    border-radius: 100px;
    margin: 0 5px;
    padding: 12px 35px;
    outline: none;
    color: #000000;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
  }
  .card:hover .card-footer a{
    text-decoration: none;
    color: rgb(0, 0, 0);
    background-color: #ffffff31;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.7);
  }
  .card:hover{
    transform: translateY(-20px);
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.7);
  }
  .card:hover .card-header, .card:hover .money{
    color: #5fd150;
  }
  .card-second{
    transform: translateY(-20px);
    /* box-shadow: 0 0 20px 0 rgba(0,0,0,0.3); */
  }
   /* ********************* our pricing ends ****************************** */
  
  
    /* ********************* our happy clients starts ******************************  */
  
  .happyclients{
    width: 100%;
    height: 100vh;
    padding: 80px 0;
  }
  .box{
    text-align: center;
    border: 1px solid rgba(0,0,0,0.4);
    box-shadow: 1px 0 0 1px  rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    transition: 0.3s ease;
    height:475px;
  }
  .box:hover{
    background: #87918721;
    
  }
  .box:hover p{
    color: rgb(0, 0, 0);
  }
  .carousel-indicators{
    position: absolute;
    right: 0;
    bottom: -50px!important;
  }
  .carousel-indicators li{
    background-color: #000000!important;
  }
  .box a{
    position: relative;
  }
  .box a img{
    width: 150px;
    height: 150px;
    border-radius: 45%;
    margin-top: 20px;
  }
  .box a::after{
    
    width: 40px;
    height: 40px;
    color: #fff;
    position: absolute;
    top: 120%;
    left: 70%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .box h1{
    font-size: 15px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
  }
  .box h2{
    font-size: 13px;
    font-weight: 400;
    color: #666666;
    margin-bottom: 20px;
  }
  
    /* ********************* our happy clients ends ******************************  */
  
  
   /* ********************* contact us starts ******************************  */
  
  .contactus{
    width: 100%;
    height: 100vh;
    padding: 80px 0;
    position: relative;
    color:white;
  }
  .contactus::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: linear-gradient(171deg, #2e853fd3 55%, rgb(255, 255, 255) 0%);
    
  }
  .form-button button{
    border: 1px solid #ffffff;
    border-radius: 100px;
    margin: 0 5px;
    padding: 12px 35px;
    outline: none;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    background: transparent;
  }
  form:hover .form-button button{
    background: #fff;
    color: #000000;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
  }
  ::placeholder{
    font-size: 0.85rem;
  }
   /* ********************* contact us ends ******************************  */
  
  /* ********************* newsletter starts ****************************** */
  
  .newsletter{
    width: 100%;
    height: auto;
    margin: 80px 0;
  }
  .newsletter-input{
    border-radius: 100px 0px 0px 100px!important;
    min-width: 150px;
    min-height: 45px;
  }
  .input-group-text{
    color: rgb(0, 0, 0)!important;
    background: #ffffff!important;
    border-radius: 0 100px 100px 0!important;
    min-width: 130px;
    min-height: 45px;
  }
  .input-group-text:hover{
    cursor: pointer;
    opacity: 0.8;
  }
  
  /* *********************  newsletter ends ****************************** */
  
  /* *********************  footer starts ****************************** */
  
  .footersection{
    width: 100%;
    height: auto;
    padding: 30px 0 20px 0;
    background: #2e853fd3;
    position: relative;
  }
  .footersection p{
    color: #fff;
  }
  .footer-navlinks{
    text-align: center;
  }
  .footersection li a{
    font-size: 0.9rem;
    line-height: 1.6;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
  }
  .footersection h3{
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 30px;
    font-size: 1.2rem!important;
    font-weight: 600;
    text-shadow: 0 2px 5px rgba(0,0,0,0.4);
  }
  #myBtn{
    /* display: none; */
    position: fixed;
    bottom: 20px;
    right: 40px;
    z-index: 10;
    border: none;
    color: #fff;
    background: #00abff;
    padding: 10px;
    border-radius: 10px;
  }
  #myBtn:hover{
    background: #606060;
  }
  /* *********************  footer ends ****************************** */
  
  
  /* ****************** Media Queries ********************** */
  @media (max-width: 768px) {
    
    .headshot{
      margin-right:33rem;
    }
    .nav-item{
      text-align: center!important;
      background-color:rgba(0, 0, 0, 0.719);
    
    }
    .nav-link{
      color:black;
    }
    .pricing, .happyclients, .contactus{
      height: auto;
      margin-top: 50px;
    }
    .card-second{
      transform: translateY(0px);
      margin: 30px 0;
    }
    .contactus p{
      padding: 0 20px;
    }
    .footer-navlinks{
      text-align: left;
    }
    .footer-div{
      margin: 30px 0;
    }
  
    .header{
      clip-path:none;
      height:75vh;
    }
    .carousel-indicators{
    bottom: -45px!important;
    }
    .logoimg, .navbar-brand{
      opacity: 0;
      color:rgba(255, 255, 255, 0);
    }
    .font-weight-bold{
      font-size:1.3em;
    }
    .desc{
      font-size:.8em;
    }
  }
  
  .m-4{
    font-size:.7rem;
 
 }

.logoimg{
  width:45px;
}

.headshot{
  width:10%;
  height:10%;
}
