﻿.btn_log {
    background-color: #245bab;
    color: white;
    font-weight: 500;
    font-size: 15px;
}

.captcha {
    font-size: 16px;
    font-weight: 500;
    color: #245bab;
}

.stuednt_hed {
    color: #002147;
}

.card__s {
    box-shadow: 0px 0px 10px 0px gray;
    border: none;
}

.text_decor {
    text-decoration: none;
    font-weight: 400;
    color: #245bab;
}

.bg_inp {
    color: #3a5795;
    background-color: white;
}

.bod-none {
    border: none;
}

.btn_log:hover {
    color: white;
}
/* footer code start */
.font-size-icon {
    font-size: 30px;
}

.fb-icon {
    color: #557dbc;
}

.twitter-icon {
    color: #1da1f2;
}

.insta-icon {
    background-clip: text;
    color: #8a3ab9
}

.linkdin-icon {
    color: #1c86c6;
}


.address-icon {
    color: white;
    font-size: 23px;
}

.address-font {
    font-weight: 400;
    font-size: 18px;
}

.link-font {
    color: white;
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
}

.bg-button {
    background-color: white;
    display: flex;
    justify-content: space-around;
    padding: 8px;
    border-radius: 18px;
}

.btn-text {
    font-weight: 700;
    font-size: 15px;
    color: #2d1d54;
}

.icon-arrow {
    color: #2d1d54;
}

.bg-button-yelow {
    background-color: #ff9800;
    display: flex;
    justify-content: space-around;
    padding: 8px;
    color: white;
    border-radius: 18px;
}

.icon-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cards_shadow {
    box-shadow: 0px 0px 10px 0px gray;
    border: 0px;
}

@media (max-width: 1200px) {

    .mainnav li a {
        display: block;
        padding: 7px 8px !important;
        color: #333333 !important;
        font-size: 14px !important;
        font-weight: 500;
        font-family: inherit;
    }
}

@media (max-width: 990px) {
    .main_header {
        display: none;
    }

    .offcanvas_mob {
        display: block !important;
    }

    .top_nav {
        display: none;
    }

    .offcanvs_mob {
        display: block !important;
    }
}

.toggle-menu .arrow {
    position: absolute;
    display: block;
    height: 2px;
    background: black;
    width: 24px;
    right: 10px;
    /* bottom: 1px; */
    -webkit-transition: all .3s;
    transition: all .3s;
}

    .toggle-menu .arrow:nth-child(1) {
        top: 22px;
    }

    .toggle-menu .arrow:nth-child(2) {
        top: 28px;
    }

    .toggle-menu .arrow:nth-child(3) {
        top: 34px;
    }

.toggle-menu.active .arrow:nth-child(1) {
    top: 29px;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.toggle-menu.active .arrow:nth-child(2) {
    background: transparent;
}

.toggle-menu.active .arrow:nth-child(3) {
    top: 29px;
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

.offcanvas_mob {
    display: none;
}

.offcanvas-end {
    top: 0px;
    right: 0;
    width: 400px;
    border-left: 1px solid rgba(0,0,0,.2);
    transform: translateX(100%);
    width: 100%;
}

.dropdown_mobile {
    color: white;
    font-size: 18px;
    font-weight: 500;
}

    .dropdown_mobile:hover {
        color: white;
    }

.offcanvas-bg {
    background-color: #3a5896;
}

.offcanvs_mob {
    display: none;
}

.img__logo {
    width: 85%;
}

@media (max-width: 425px) {
    .img__logo {
        width: 100%;
    }
}

.dropdown_mobile:hover {
    background-color: #002147;
}


.bg__btn {
   /* background-color: #ffb606 !important;*/
    padding: 7px 16px !important;
    font-size: 15px !important;
    cursor: pointer !important;
    font-weight: 500 !important;
}

.font_w {
    font-weight: 500;
}


li {
    list-style: none;
}

    li a {
        text-decoration: none;
    }

.dropdown1 {
    position: absolute;
    width: 285px;
    top: 65px;
    z-index: 1;
    visibility: hidden;
    transition: ease-out .35s;
    -moz-transition: ease-out .35s;
    -webkit-transition: ease-out .35s;
}

.mainnav li {
    float: left;
    padding: 0px;
}

    .mainnav li a {
        display: block;
        padding: 7px 12px;
        color: #333333;
        font-size: 15px;
        font-weight: 500;
        font-family: inherit;
    }

.subs .drop_content {
    display: block;
    padding: 8px 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    font-family: inherit;
}

.drop_content {
    text-transform: uppercase;
}


.mainnav li:hover a {
    transition: ease-in .35s;
    -moz-transition: ease-in .35s;
    -webkit-transition: ease-in .35s;
}

/*First Level*/
.subs {
    position: relative;
    top: 0px;
    width: 100%;
}

    .subs:last-child {
        border: none !important;
    }

.hassubs:hover .dropdown1,
.hassubs .hassubs:hover .dropdown1 {
    opacity: 1;
    visibility: visible;
    transition: ease-in .35s;
    -moz-transition: ease-in .35s;
    -webkit-transition: ease-in .35s;
}

.mainnav li:hover ul a,
.mainnav li:hover ul li ul li a {
    color: black;
}



.mainnav li ul li:hover a,
.mainnav li ul li ul li:hover a {
    color: black;
    transition: ease-in-out .35s;
    -moz-transition: ease-in-out .35s;
    -webkit-transition: ease-in-out .35s;
}

/*Second Level*/
.hassubs .hassubs .dropdown1 .subs {
    left: 0px;
    position: relative;
    top: 0px;
    z-index: 1;
}

.hassubs .hassubs .dropdown1 {
    position: absolute;
    width: 190px;
    left: 297px;
    top: 0px;
    opacity: 0;
    visibility: hidden;
    transition: ease-out .35s;
    -moz-transition: ease-out .35s;
    -webkit-transition: ease-out .35s;
}

.dropdown__box {
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    padding: 3px;
    color: black;
    background-color: white;
}


.border-btm {
    border-bottom: 1px solid gray;
}

.header_position {
    position: sticky;
    top: -1px;
    z-index: 9999;
    box-shadow: 0px 0px 8px 0px gray;
}

.text_n {
    text-decoration: none;
    color: white;
    font-weight: 500;
}

    .text_n:hover {
        color: white;
    }

.font_icon {
    color: white;
}

.form_font {
    font-weight: 500;
}

.bg_stunt {
    background-color: #ebebeb;
}

@media (max-width:500px){
    .display_none {
        display: none;
    }
    .bg-color-right {
        padding: 10px;
    }
}