*{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;
}
.nav-item a:hover{
    border:1px solid;
    border-radius: 90px;
    background: #d9a7c7;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #fffcdc, #d9a7c7);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #fffcdc, #d9a7c7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    padding: 12px 35px;
    margin: 0 5px;
    

    
    
    text-decoration: wavy;
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.3);
    text-align: center;
}

.extra-div h2{
    font-size: 0.9rem;
    margin: 20px 0 15px 0;
    font-weight: bold;
    line-height: 1.1;
    word-spacing: 4px;
}
.header{
    width: 100%;
    height: 100vh;
    background-image: url('remix_images.png');
    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: 0.5;
    z-index: -1;
   

}
.header-section{
    width: :100%;
    height: :inherit;
    color: white;
    text-align: center;
    position: relative;
    padding-top: 6rem;
}
.center-div{
    width: 100%;
    height:auto;
    position: absolute;
}
.navbar:before{
      content: "";
    position:absolute;
    top:0%;
    bottom:0%;
    left:0;
    right: 0;
    z-index: -1;
   
    }
.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: : #50d1c0;
    background: #fff;
    text-decoration: none;
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.3);
}
.center-div p{
    font-size: 1.3rem;
    padding: 10px 0 20px 0;
    color: whitesmoke;
}
<!--********************************extra header div css******************************************************-->
.header-extradiv{
    width: 100%;
    height: auto;
    margin: 100px 0;
    text-align: center;
}
.extra-div{
    background: #fff;
    border: medium none;
    padding: 50px!important;
    border-radius: 3px;
    transition: 0.3s;
    }
.extra-div:hover{
  box-shadow: 0 0 2px 0 rgba(0,0,0,0.3);
    transform: translateY(-20px);
}
<!--********************************extra header div css******************************************************-->
<!--********************************service offer css******************************************************-->
.serviceoffer{
    background: #f7f7f9;
    padding: 50px 0;
    margin-bottom: 50px;
}
.headings{
    margin-bottom: 50px;
}
.headings h1{
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
}
<!--********************************offered services******************************************************-->
.projectdone{
    margin: 100px 0;    
}
.projectdone h1{
    font-size: 2rem;
    text-align: center;
    
}
<!--**************************************************************************-->
.testimonials{
    width: 100%;
    height: 100vh;
    padding: 80px 0;
}
.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:0.3s ease;
    }
.box:hover{
    background: #16c9f6;
    }
.box:hover p{
    color: white;
}
.carousel-indicators{
    position: absolute;
    right: 0;
    bottom: -60px!important;
}
.carousel-indicators li{
    background-color: #16c9f6!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-size: 700;
    color: #000;
    margin-bottom: 10px;
}
.box h2{
    font-size:13px;
    font-weight: 400px;
    color: #666666;
    margin-bottom: 20px;
}
<!--************************************************************************************-->
