@font-face {
    font-family: 'Nikosh', sans-serif;
    src: url('../fonts/Nikosh/Nikosh.ttf') format('truetype');


    /*src: url('../fonts/solaiman-lipi/SolaimanLipi.woff') format('woff'),*/
    /*url('../fonts/solaiman-lipi/SolaimanLipi.ttf') format('truetype'),*/
    /*url('../fonts/solaiman-lipi/SolaimanLipi.svg#SolaimanLipiNormal') format('svg'),*/
    /*url('../fonts/solaiman-lipi/SolaimanLipi.eot?#iefix') format('embedded-opentype');*/
    /*font-weight: normal;*/
    /*font-style: normal;*/
}



body{
    background-color: #ffffff;
    font-family: 'Nikosh', sans-serif;
    font-weight: normal;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: normal;
}

p{
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
    font-family: 'Nikosh', sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6
{
    font-family: 'Nikosh', sans-serif;
    line-height: 1.1;
    margin: 0 0 20px;
    font-weight: bold;
}

a{
    font-family: 'Nikosh', sans-serif;
    text-decoration: none !important;
    outline: none !important;
    color: #1C9D50;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

li{
    font-family: 'Roboto', sans-serif;
    list-style: none;
}
.data-text{
    font-family: Nikosh;
}

