﻿:root {
    --color-white: #FFFFFF;
    --yellow-color: yellow;
    --white-color: #FFFFFF;
    --color-dark: #292725;
    --color-maroon: #800000;
    --maroon-color: #800000;
    --light-blue: #57667e;
    --color-gray: #525252;
    --dark-blue: #007cc3;
    --green-color: #4ba546;
    --light-pink: #fff0e9;
    --blue-color: #002147;
    --blue-dark-color: #01162e;
    --black-color: #000000;
}

* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: Roboto-Bold;
    src: url('../fonts/Roboto-Bold.ttf');
}

@font-face {
    font-family: Roboto-Medium;
    src: url('../fonts/Roboto-Medium.ttf');
}

@font-face {
    font-family: Roboto-Regular;
    src: url('../fonts/Roboto-Regular.ttf');
}

@font-face {
    font-family: Roboto-Light;
    src: url('../fonts/Roboto-Light.ttf');
}

@font-face {
    font-family: Roboto-Thin;
    src: url('../fonts/Roboto-Thin.ttf');
}


ul, ol {
    line-height: 22px;
}

body {
    font-size: 15px;
    font-family: Roboto-Regular;
    background-image: url(../img/pattern1.png);
}

h1, h2, h3, h4, h5, h6, p, ul {
    margin: 0px;
}

h1, .h1 {
    font-size: 38px;
}

h2, .h2 {
    font-size: 30px;
}

h3, .h3 {
    font-size: 26px;
    line-height: 1.2;
    font-family: Roboto-Medium;
}

h4, .h4 {
    font-size: 21px;
}

h5, .h5 {
    font-size: 18px;
}

h6, .h6 {
    font-size: 16px;
}

img {
    max-width: 100%;
}

form-group {
    border: 1px solid #ccc;
    border-radius: 0px;
}

a, a:hover {
    outline: 0;
    text-decoration: none;
    color: var(--black-color)
}

a {
    color: var(--black-color)
}

form-control {
    border-color: #ccc;
}

.form-control:focus {
    box-shadow: 0 0 0 .5px rgba(0,123,255,.25)
}

input {
    border: 1px solid #ccc;
    border-radius: 0px;
}

p {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.7em;
    color: var(--color-gray);
}

.text-green {
    color: var(--green-color);
}

.text-gray {
    color: var(--color-gray)
}

.text-yellow {
    color: var(--yellow-color)
}

.text-dark {
    color: var(--color-dark)
}

.bg-yellow {
    background-color: var(--yellow-color)
}

.bg-dark {
    background-color: var(--color-dark)
}

.bg-light_blue {
    background-color: var(--light-blue)
}

.text-light_blue {
    color: var(--light-blue)
}

.text-blue {
    color: var(--blue-color)
}

.dark-blue {
    background-color: var(--dark-blue)
}

.bg-blue {
    background-color: var(--blue-color)
}

.bg-dark-red {
    background: linear-gradient(#ff0041, #b21a41);
}

.bg-light {
    background-color: #f5f5f5 !important;
}

.bg-orange {
    background-color: var(--blue-color);
}
/*button*/
/*button*/
.mt30 {
    margin-top: 30px;
}

.form-control, input, .btn {
    border-radius: 3px;
}
/*farukh css start*/
.fontsMedium {
    font-family: Roboto-Medium;
}

.fontsBold {
    font-family: Roboto-Bold;
}

.fontSemiBold {
    font-family: Roboto-Bold;
}

.fontsRegular {
    font-family: Roboto-Regular;
}

/*farukh*/
.max-width-content {
    max-width: fit-content;
}

.btn.focus, .btn:focus, input {
    box-shadow: none;
    outline: 0;
}

input, select, .form-control, .lableFont {
    font-size: 14px;
    font-family: Roboto-Regular;
}

label {
    font-family: Roboto-Regular;
    color: #333;
    font-size: 14px;
    margin-bottom: 3px;
}

select, option {
    cursor: pointer;
}


.btn-group-lg > .btn, .btn-lg {
    border-radius: 2px;
}

.box-shadow {
    box-shadow: 0px 0px 7px 0px #e2e2e2 !important;
    background: #fff;
}

.btn {
    font-size: 15px;
    border-radius: 0px;
}

.btn-sm {
    padding: 4px 19px !important;
    font-size: 11px;
    font-family: Roboto-Regular;
    font-weight: 600;
}

.btn-lg {
    font-size: 16px;
    padding: 9px 28px;
}

.text-underline, .text-underline:hover {
    text-decoration: underline !important;
}

.fontSize18 {
    font-size: 18px;
}

.fontSize17 {
    font-size: 17px;
}

.fontSize16 {
    font-size: 16px;
}

.fontSize15 {
    font-size: 15px;
}

.fontSize14 {
    font-size: 14px;
    line-height: 22px;
}

.fontSize13 {
    font-size: 13px;
}

.fontSize12 {
    font-size: 12px;
}

.fontSize11 {
    font-size: 11px;
}

/*bootstrap*/
.custom-control-input:checked ~ .custom-control-label::before {
    background-color: var(--LightCoral);
    border-color: var(--LightCoral);
    cursor: pointer;
}

.custom-control-label::after {
    cursor: pointer;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    opacity: 1 !important;
    margin: 0;
    cursor: pointer;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
    background-color: var(--green-color);
    border-color: var(--green-color);
}

.custom-switch .custom-control-label::before {
    background-color: var(--text-muted);
}

.custom-switch .custom-control-label::after {
    background-color: #fff;
}

::-webkit-input-placeholder { /* Edge */
    color: #c1c1c1 !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #c1c1c1 !important;
}

::placeholder {
    color: #c1c1c1 !important;
}

input[type=checkbox], input[type=radio] {
    cursor: pointer;
}

button.close:focus {
    outline: 0;
}

.form-check-input {
    cursor: pointer;
}

.cursor-pointer {
    cursor: pointer;
}

.page-item.active .page-link {
    background-color: var(--blue-color);
}

.btn-blue {
    background-color: var(--blue-color);
    color: white
}

    .btn-blue:hover {
        background-color: var(--white-color);
        color: var(--blue-dark-color)
    }

    .btn-blue:not(:disabled):not(.disabled):active {
        background-color: var(--blue-dark-color);
        color: white
    }

        .btn-blue:not(:disabled):not(.disabled):active:focus {
            box-shadow: 0 0 0 2px rgba(184, 23, 98, 0.5);
        }

.btn-blue-outline {
    border: 2px solid;
    border-color: var(--blue-color);
    color: var(--blue-color)
}

    .btn-blue-outline:hover {
        background-color: var(--blue-color);
        color: white
    }

    .btn-blue-outline:not(:disabled):not(.disabled):active {
        background-color: var(--blue-dark-color);
        color: white
    }

        .btn-blue-outline:not(:disabled):not(.disabled):active:focus {
            box-shadow: 0 0 0 2px rgba(184, 23, 98, 0.5);
        }

.btn-yellow {
    background-color: var(--blue-color);
    color: var(--blue-color)
}

    .btn-yellow:hover {
        background-color: var(--blue-color);
        color: white
    }

    .btn-yellow:not(:disabled):not(.disabled):active {
        background-color: var(--blue-dark-color);
        color: white
    }

        .btn-yellow:not(:disabled):not(.disabled):active:focus {
            box-shadow: 0 0 0 2px rgba(184, 23, 98, 0.5);
        }

.btn-yellow-outline {
    border: 2px solid;
    border-color: var(--blue-color);
    color: var(--blue-color)
}

    .btn-yellow-outline:hover {
        background-color: var(--blue-color);
        color: white
    }

    .btn-yellow-outline:not(:disabled):not(.disabled):active {
        background-color: var(--blue-dark-color);
        color: white
    }

        .btn-yellow-outline:not(:disabled):not(.disabled):active:focus {
            box-shadow: 0 0 0 2px rgba(184, 23, 98, 0.5);
        }


.btn-outline-white {
    border: 1px solid;
    border-color: white;
    color: white;
}

    .btn-outline-white:hover {
        background-color: var(--blue-color);
        color: white
    }

    .btn-outline-white:not(:disabled):not(.disabled):active {
        background-color: #1099ca;
        border-color: #1099ca;
        color: white;
    }

        .btn-outline-white:not(:disabled):not(.disabled):active:focus {
            box-shadow: 0 0 0 2px rgba(23,162,184,.5);
        }



.btn-white {
    background-color: white;
    color: var(--dark-gray)
}

    .btn-white:hover {
        background-color: var(--blue-color);
        color: white;
        border-color: #fff
    }

    .btn-white:not(:disabled):not(.disabled):active {
        background-color: var(--blue-color);
        border-color: white;
        color: white;
    }

        .btn-white:not(:disabled):not(.disabled):active:focus {
            box-shadow: 0 0 0 2px rgba(23,162,184,.5);
        }


.facebook-Btn {
    background-color: #375b8f;
    color: white
}

    .facebook-Btn:hover {
        background-color: var(--blue-color);
        color: white;
        border-color: #fff
    }

    .facebook-Btn:not(:disabled):not(.disabled):active {
        background-color: var(--blue-color);
        border-color: white;
        color: white;
    }

        .facebook-Btn:not(:disabled):not(.disabled):active:focus {
            box-shadow: 0 0 0 2px rgba(23,162,184,.5);
        }
