*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}
body{
    overflow-x: hidden;
}
a{
    text-decoration: none;
    color:#036937;
}
a:hover{
    text-decoration: none;
}
li{list-style: none;}
p{
    font-size: 0.9rem;
    line-height: 1.6;
    font-weight: 400;
}
.btn-outline-dark:hover{
    background-color: #036937;
    color:#fff;
}
.header{
    width: 100%;
    height: 100vh;
    background-image:linear-gradient(rgba(3, 70, 12, 0.5),rgba(3, 70, 12, 0.5)), url('../images/deal-bg.jpg');
    background-repeat: no-repeat;
    background-size:100% 100%;
    clip-path: polygon(100% 0%, 100% 77%,50% 100%,0 75%,0 0);
    position: relative;
}
.header::before{
    content: "";
    position:absolute;
    top:0%;
    bottom: 0%;
    left:0;
    right:0;
    opacity: .4;
    z-index: -1;
    background-image:linear-gradient(rgba(3, 70, 12, 0.5),rgba(3, 70, 12, 0.5)), url('../images/deal-bg.jpg');
}
.navbar::before{
    content: "";
    position:absolute;
    top:0%;
    bottom: 0%;
    left:0;
    right:0;
    opacity: .4;
    z-index: -1;
    background-image:linear-gradient(rgba(3, 70, 12, 0.5),rgba(3, 70, 12, 0.5)), url('../images/deal-bg.jpg');
}
.nav-item a{
    color: #fff !important;
    font-weight: bold;
}
.header-section{
    width:100%;
    height: inherit;
    color:#ffff;
    text-align:center;
    position: relative;
}
.center-div{
    width:100%;
    height:auto;
    position: absolute;
    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{
    color:#036937;
    background: #fff;
    text-decoration: none;
    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;
}
.header-axtradiv{
    width:100%;
    height:auto;
    margin:100px 0;
    text-align:center;
}
.extradiv h2{
    font-size:0.9rem;
    margin: 20px 0 15px 0;
    color:#606060;
    font-weight: bold;
    line-height: 1.1;
    word-spacing: 4px;
}
.extradiv{
    background: #fff;
    border:medium none;
    padding: 50px !important;
    border-radius: 3px;
    transition:0.3s;
}
.extradiv:hover{
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
    transform: translateY(-20px);
}
.serviceffers .col-md-4 img{
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
}
.serviceffers{
    background: whitesmoke;
}
/*start About */
#about{
    overflow-x: hidden;
    font-size: 16px;
    color:#333;
    height: 100%;
  }
  #about img{
    max-width: 100%;
    height: auto;
  }
  #about p{
    line-height: 1.6;
    margin: 0;
    font-size: 16px;
  }
  .title-section{
    padding-bottom: 50px;
    text-align: center;
  }
  .title-section-main{
    font-size:35px;
    font-weight: 600;
    text-transform: capitalize;
  }
  .title-section-desc{
    font-size: 16px;
    padding-top: 15px;
    color:#666;
    min-width: 60%;
    display: block;
    margin: 0 auto;
    line-height: 1.7;
  }
  .aboutUs{
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .aboutUs .row{
    padding-top: 10px;
  }
  .about-text-box{
    box-shadow: 0 0 20px #ccc;
    padding: 25px;
    margin-bottom: 30px;
  }
  .about-text-box-icon{
    font-size:35px;
    padding-bottom: 20px;
    color:#036937;
  }
  .about-text-box-title{
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    padding-bottom: 10px;
  }
  .about-text-box-desc p{
    font-size: 15px;
  }
  .about-text-blue{
    background: #036937 none repeat scroll 0 0;
    overflow: hidden;
    color:#fff;
  }
  .about-text-blue .about-text-box-icon{
    color:#fff;
  }
  /*end of about*/
   /*start of our client*/
/*.happyclients{
    width:100%;
    height: 100vh;
    padding:80px 0;
    overflow: hidden;
}
.box{
    text-align:center;
    border:1px solid rgba(0,0,0,0.3);
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.3);
    border-radius: 2px;
    transition:0s ease;
}
.box:hover{
    background: #036937 ;
    color:#fff;
}
.carousel-indicators{
    position:absolute;
    right:0;
    bottom: -350px !important;
}
.carousel-indicators li{
    background-color: #036937 !important;
}
.box a{
    position: relative;
}
.box a img{
    width:100px;
    height: 100px;
    border-radius: 50%;
    margin-top:20px;
}
.box a::after{
    content:"\f10d";
    font-family: fontAwesome;
    width:40px;
    height:40px;
    background: linear-gradient(to right, #1e5799 0%, #3ccdbb 0%, #16c9f6 100%);
    color:white;
    position:absolute;
    top:120%;
    left:70%;
    border-radius: 50%;
    display:flex;
    justify-content: center;
    align-items: center;
}
.box h1{
    font-size: 18px;
    font-weight:400px;
    color:#000;
    margin-bottom: 10px;
}
.box h2{
    font-size: 13px;
    font-weight: 400px;
    color:#666666;
    margin-bottom: 20px;
}
*/
    /*end of client*/
     /*start of contact us*/
.contactus{
    width:100%;
    height:100vh;
    padding: 80px 0;
    position: relative;
}
.contactus::before{
    content:"";
    position: absolute;
    top:0;
    left:0;
    bottom: 0;
    right:0;
    background: linear-gradient(330deg,#036937 55%, #fff 0%);
    z-index: -1;
}
.form-buttom button{
    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;
    background: transparent;
}
::placeholder{
    font-size:0.85rem;
}
      /*end of contact us*/
/* newsletter start*/
.newsletter{
    width:100%;
    height:auto;
    margin:80px auto;
}
.news-input{
    border-radius: 100px 0px 0px 100px !important;
    min-width: 150px;
    min-width: 45px;
}
.input-group-text{
    color:#fff !important;
    background-color: #036937!important;
    border-radius: 0 100px 100px 0 !important;
    min-width:120px;
    min-height:40px;
}
/*end of newsletter start*/
/*============= FOOTER =============*/
footer{
    background-color: #036937;
    padding: 1rem 2rem 3rem;
  }
  footer img{
    height:3.5rem;
    margin: 1.5rem auto;
  }
  footer a,
  .socket a{
    color:#fff;
    text-decoration: none;
  }
  footer a:hover{
    color:#fff;
    text-decoration: none;
  }
  
  
  /*============= SOCKET =============*/
  .socket{
    background-color: #02542c;
    border-top:.1rem solid #fff;
  }
  