﻿/*
 * Author: OnnoRokom Software Ltd
 * Website: http://onnorokomsoftware.com
 * Copyright (c) onnorokomsoftware.com
 * License: Commercial
*/
@import url('https://fonts.googleapis.com/css?family=Fira+Sans:300,400,600,700,800');
 
@font-face {
    font-family: 'SolaimanLipi';
    src: url('../fonts/SolaimanLipi.eot');
    src: url('../fonts/SolaimanLipi.woff') format('woff'), url('../fonts/SolaimanLipi.ttf') format('truetype'), url('../fonts/SolaimanLipi.svg#SolaimanLipiNormal') format('svg'), url('../fonts/SolaimanLipi.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-size: 16px !important;   
}
:lang(bn) {
    font-family: 'SolaimanLipi' !important;
}

:lang(en) {
    font-family: 'Fira Sans', sans-serif !important;
}

@media screen and (max-width:390px) {
    .headerSmall h1{
        font-size:17px !important;
    }
    .headerSmall div{
        width: 50%;
    }
}
@media screen and (min-width:300px) {
    .headerSmall h1 {
        font-size: 12px !important;
    }

    .headerSmall div {
        width: 50%;
    }
}

/* Let's get this party started */
/*::-webkit-scrollbar {
    width: 5px;
}*/

/* Track */
/*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px #A8A8A8;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}*/

/* Handle */
/*::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #A8A8A8;
    -webkit-box-shadow: inset 0 0 3px #A8A8A8;
}

    ::-webkit-scrollbar-thumb:window-inactive {
        background: #A8A8A8;
    }*/

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}


.home{
    border:solid 1px;
}

/*Side design*/
.topHeader {
    height: 95px;
}
.headerBig {
    padding-top: 10px;
    padding-bottom: 5px;
    display: block;
}

    .headerBig img {
        float: left;
        height: 70px;
    }
    .headerBig h1 {
        font-size: 22px;
        font-weight: bold;
        margin-top: 12px;
        margin-left: 7px;
        margin-bottom: -8px;
    }
    .headerBig h4 {
        font-size: 15px;
        margin-left: 10px;
        font-weight: bold;
    }

.headerSmall {
    display: none;
}

    .headerSmall img {
        float: left;
        height: 70px;
    }

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}
    footer .bottomText {
        min-height: 50px;
        padding-top: 15px;
    }

.copyright {
    float: left;
}

.develpedBy {
    float: right;
    text-align: right;
}
@media only screen and (max-width: 1000px) {
    .headerBig {
        display: none;
    }

    .headerSmall {
        padding-top: 10px;
        padding-bottom: 5px;
        display: block;
    }
        .headerSmall img {
            float: left;
        }
        .headerSmall h1 {
            font-size: 20px;
            font-weight: bold;
            margin-top: 5px;
            margin-left: 5px;
            margin-bottom: -8px;
        }

        .headerSmall h4 {
            font-size: 14px;
            margin-left: 5px;
            font-weight: bold;
        }
}
@media only screen and (max-width: 766px) {
    footer {
        position: inherit;
    }

        footer .bottomText {
            min-height: 50px;
            padding-top: 15px;
        }
    .copyright {
        float:none;
        text-align:center;
    }

    .poweredby {
        float: none;
        text-align: center;
    }
}
@media only screen and (max-width: 400px) {
    .headerSmall {
        padding-top: 10px;
        padding-bottom: 0px;
        display: block;
    }
        .headerSmall h1 {
            font-size: 20px;
            font-weight: bold;
            margin-top: 15px;
            padding-left: 5px;
        }

        .headerSmall h4 {
            display: none;
        }
}

.mainBody {
    /*min-height: 80vh;*/
    padding: 0px;
    word-wrap: break-word;
}
.fullWidthSlider {
    margin-top: -20px;
    margin-bottom: 20px;
}
/*site design*/


/*Bootstrap override start*/
.btn {
    font-size: 16px !important;
}
.btn-primary {
}

    .btn-primary:active, .btn-primary.active {
        box-shadow: none;
    }
/*Bootstrap override end*/
hr {
    border-top: 3px solid !important;
}

.btn-style{
    padding: 8px 35px !important;
}

.highlight-box {
}

    .highlight-box hr {
    }

    .highlight-box a {
        font-style:italic;
        text-decoration:underline;
    }
/*Home Box design*/
.home-box {
    padding: 50px 10px;
    margin-top: 0px;
    margin-bottom: 20px;
    border-radius: 10px;
    text-align: center;
}