/* start upperbar */
.upper_1 {
    box-shadow: 0px 1px 15px 0px #cacaca;
}

/* start navbar */
nav.navbar.navbar-expand-lg.navbar-light{
    background-color: #f0f8ff78;
}
.navbar-light .navbar-nav .nav-link {
    font-size  : 18px;
    font-weight: 900;
    color      : var(--main--color);
    text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: var(--main--color);
    border-bottom: 1px solid #7cea5a;;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
    color: #fbd273;
    font-weight: 400;
}

.my_foot_link {
    color: var(--third--color);
}

.my_foot_link:hover {
    color: var(--main--color);
}

.my_icon_link {
    color: var(--main--color);
}

.my_icon_link:hover {
    color: #fbd273;
}

.navbar-expand-lg .navbar-nav{
    margin-top: 40px;
}

#main {
    transition: margin-left .5s;
}

.fot_icon2{
    width: 50px;
    height: 50px;
    font-size: 20px;
    border-radius: 50%;
    background-color: #00ff0d;
    color: var(--second--color);
    display: flex;
    align-items: center;
    justify-content: center;
}
.fot_icon2:hover{
    background-color: var(--third--color);
    color: var(--second--color);
}
.fot_icon3{
    width: 50px;
    height: 50px;
    font-size: 20px;
    border-radius: 50%;
    background-color: #00a6ff;
    color: var(--second--color);
    display: flex;
    align-items: center;
    justify-content: center;
}
.fot_icon3:hover{
    background-color: var(--third--color);
    color: var(--second--color);
}

/*start scroll top*/
#scroll-top {
    position      : fixed;
    z-index       : 1090;
    display       : none;
    cursor        : pointer;
    right         : 25px;
    bottom        : 25px;
    background    : var(--main--color);
    color         : #FFF;
    text-align    : center;
    width         : 80px;
    height        : 80px;
    padding-bottom: 7px;
    border-radius : 50%;
    font-size     : 45px;
}

#scroll-top:hover {
    background        : #000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition   : all 0.3s ease-in-out;
    -o-transition     : all 0.3s ease-in-out;
    transition        : all 0.3s ease-in-out;
}

#whats {
    position      : fixed;
    z-index       : 1090;
    display       : none;
    cursor        : pointer;
    right         : 25px;
    bottom        : 120px;
    background    : #45c556;
    color         : #FFF;
    text-align    : center;
    width         : 80px;
    height        : 80px;
    padding-bottom: 3px;
    border-radius : 50%;
    font-size     : 45px;
}

#whats:hover {
    background        : #000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition   : all 0.3s ease-in-out;
    -o-transition     : all 0.3s ease-in-out;
    transition        : all 0.3s ease-in-out;
}

/*start popup*/
.popup{
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 99999;
    background-color: rgba(187, 187, 187, 0.8);
    display: none
}
.popup .insert{
    padding: 20px;
    width: 400px;
    height: 250px
}
.popup insert_1{
    padding: 20px;
    width: 500px;
    height: 400px
}
.popup .insert_1.text-center.bg-white.d-flex.justify-content-center.align-items-center.p-4{
    width: 500px
}

/*start login*/
i.icon-user.main_color.h3.position-absolute,
i.icon-lock.main_color.h3.position-absolute,
i.icon-mobile.main_color.h3.position-absolute{
    right: 8px;
    top: 20px;
}
