﻿*{
    padding:0px;
    margin:0px;
    box-sizing:border-box;
}
body, html {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    overflow-x:hidden
}

/* fonts */
@font-face {
    font-family: 'Poppins-Regular';
    src: url(../fonts/Poppins-Regular.ttf);
}

@font-face {
    font-family: 'Poppins-SemiBold';
    src: url(../fonts/Poppins-SemiBold.ttf);
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url(../fonts/Poppins-Bold.ttf);
}



.m-80{
    margin-top:60px;
}

.homebgcolor {
    background-color: #f2f2f2;

}




/*header section start*/

header{
    min-height:100px;
    width:100%;
    background-color:white;
    z-index:1000;
    box-shadow:0px 5px 5px 0px rgba(0,0,0,0.5)
}

header .nav-link {
    color: black;
    font-family: 'Poppins-SemiBold';
    transition: all .3s linear;
    font-size: 16px;
}

     h1, h2, h3, h4, h5, h6 {
        font-family: 'Poppins-SemiBold';
        font-size: 30px;
    }

   p {
    font-family: Poppins-Regular;
    font-size:14px
}
   .banner{
       padding:100px 0px;
   }