﻿.fluid1 {
    /*width: calc(100% - 17px);*/
    position: fixed !important;
    left: 0;
    font-size: 22px !important;
    top: 0%;
    padding: 0 !important;
    background-color: #4235ef !important;
}

.pr {
    padding-right: 0.5rem !important;
}

.row1 {
    margin-bottom: 0.5rem;
    width: 100% !important;
    padding: 0 !important;
    margin-top: 0.5rem;
    line-height: 0.9rem;
}

.fluid1 .btn{
    font-size:14px !important;
}

button {
    font-size: 1rem !important;
    padding: 0px 1.6rem !important;
}

a {
    text-decoration: none !important;
    cursor: pointer;
}

.btn {
    border-radius: 8px;
    padding: 0 10px 0 10px;
}

.btn-link {
    color: white;
    text-decoration: none;
}

.btn-sucs {
    color: white;
    background-color: #0abf50;
}

    .btn-sucs:hover {
        color: white;
        background-color: #0abf50;
    }

.fz {
    font-size: 15px !important;
}

.btn-link:hover {
    color: white;
    text-decoration: underline;
}

.btn-outline {
    color: white;
    border: 1px solid white;
}

    .btn-outline:hover {
        background-color: #fff;
        color: rgb(9, 10, 9);
    }

.fs {
    padding: 0 !important;
    font-size: 30px;
    font-weight: 600;
    margin: 0;
}

    .fs:hover {
        color: white !important;
    }

.space {
    padding: 0 10px 0 10px;
}


@media screen and (max-width:912px) {
    .align {
        display: none !important;
    }

    .fluid1 {
        width: 100% !important;
    }
}

/* css for footer*/
/* css for footer*/
/* css for footer*/
/* css for footer*/
.footer-area {
    display: block;
    width: 100%;
    z-index: 203;
    margin-bottom: 0px !important
}

.big {
    padding: 80px 0 65px;
    max-width: 1220px !important;
}

li {
    list-style: none;
}
/*header mobile menu*/
.dropdown-toggle::after {
    display: none !important;
}

.btn-1 {
    font-size: 30px !important;
    margin-left: auto;
    display: block;
    color: white;
    margin-right: 10px;
}

.btn-1:hover {
        color: #ffffff !important;
 }
.s-sidebar__nav-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: 100%;
    height: 3em;
    color:#0d6efd !important;
    font-size:15px !important;
    margin-bottom: 0px !important;
}
.dropdown-menu li{
    padding-bottom:0px !important;
}


.s-sidebar__nav-link em {
    position: absolute;
    top: 50%;
    left: 3em;
    display: inline-block;
    transform: translateY(-50%);
    font-style: normal !important;
}

.s-sidebar__nav-link:hover {
    background: #edf2fe;
    text-decoration: none;
    border-radius: 0 0px 0px 0;
}

.s-sidebar__nav-link:active {
    color: #fff;
    border-radius: 0 0px 0px 0;
    background-color: #edf2fe;
    border-left: 0.35rem solid #2a5bd7;
    padding-left: 1.25rem;
    color: #2a5bd7;
}

/*header mobile menu*/


li a {
    color: black;
    cursor: pointer;
}

    li a:hover {
        text-decoration: none !important;
        color: blue;
    }

.img-fluid {
    opacity: 0.9;
    width: 80px;
}

.widget-about p {
    margin: 25px auto;
    padding: 15px;
    background: #fff;
    border-radius: 6px;
    font-size: 15px !important;
    opacity: 0.8;
    color: rgba(0,0,0, 0.6) !important;
    position: relative;
}

.arrow-up:after {
    content: '';
    position: absolute;
    top: -10px;
    left: 10px;
    /* width: 10;
    height: 10;*/
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

.color {
    color: #4235ef !important;
    font-size: 40px;
    font-weight: 800 !important;
}

a:hover {
    text-decoration: none !important;
}

.menu {
    display: none;
  
}


    @media screen and (max-width:1200px) {
        .menu {
        display: block;
    }

    .set-menuPosition {
        position: absolute;
        top: 0.5rem;
        right: 0;
    }
        .dropdown-menu {
            left: -115px !important;
            top: 40px !important;
            min-width:150px !important;
        }
}


@media screen and (max-width:749px) {
    .big {
        text-align: center;
    }
}
@media screen and (max-width:500px) {
    .row1 .col-12 {
        justify-content: left !important;
        margin-left:5px ;
    }
}

