#header {
    background: #ffffff;
}
ul{
    list-style: none;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    /* background: transparent !important; */
}

.header-black {
    background: #ffffff;
}

#header .header-logo {
    width: 141px;
    height: 65px;
    display: inline-block;
    background-image: url(../../../frontend/img/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

#header .header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

#header #login {
    color: rgb(15, 0, 224, 1);
    cursor: pointer;
    font-size: 14px;
    padding: 12px 15px;
    border-radius: 3px;
    background: #ffffff;
    border: 1px solid rgb(15, 0, 224, 1);
    font-family: 'Roboto', sans-serif;
    vertical-align: middle;
}

#header .search_icon {
    display: inline-block;
    height: 43px;
    width: 43px;
    border-radius: 5px;
    text-align: center;
    margin-left: 20px;
    border: 1px solid rgb(0, 171, 171);
    vertical-align: middle;
}

#header .search_icon svg {
    height: 24px;
    width: 24px;
    /* fill: rgb(255, 255, 255); */
    fill: #000000;
    cursor: pointer;
    margin: 9px 0px;
    padding: 2px;
}

#header .menu {
    display: flex;
    justify-content: flex-end;
    width: calc(100% - 324px);
    align-items: flex-start;
    /*padding: 0 10px 0 40px;*/
}
#header .menu .courli{
    padding-top:15px;
}
#header .menu li .blognav:after{
    color:#fff !important;
    border-color:#fff;
}
#header .menu li .cour{
    padding: 10px 45px 10px 35px;;
    border: 1px solid #0010ff!important;
    border-radius: 5px !important;
    margin: 0px 15px 0px 0px;
}
#header .menu li a {
    padding: 25px 45px 20px 2px;
    font-size: 18px;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    /* color: rgb(255, 255, 255); */
    color: #000000;
    position: relative;
}

#header .menu li a:after {
    content: "";
    position: absolute;
    right: 17px;
    top: 50%;
    margin-top: -4px;
    transform: rotate(45deg);
    border-style: solid;
    border-color: rgb(51, 51, 51);
    border-width: 0px 1px 1px 0px;
    padding: 3px;
    transition: all 0.2s ease 0s;
    border-color: #000000;
}

.sub_menu {
    z-index: 99;
    display: none;
    position: absolute;
    left: 0;
    top: 64px;
    background: #fff;
    border-top: 1px solid #e8e8e8;
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
    padding: 10px;
    width: 100%;
}

.sub_menu1 {
    z-index: 99;
    display: none;
    position: absolute;
    left: 0;
    top: 64px;
    background: #fff;
    border-top: 1px solid #e8e8e8;
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
    padding: 10px;
    width: 20%;
    left: 520px;
}

.sub_menu_2 {
    padding: 0;
}

#header .menu li:hover .sub_menu {
    display: block;
}

#header .menu li:hover .sub_menu1 {
    display: block;
}

#header .study_abroad_wrapper {
    display: flex;
    justify-content: flex-start;
}

#header .study_abroad_cell {
    width: 25%;
    padding: 0 10px;
}

#header .study_abroad_cell h5 {
    color: #333;
    margin-bottom: 5px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    font-size: 14px;
}

#header .study_abroad_cell ul li {
    padding: 5px 0;
}

#header .study_abroad_cell ul li a {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    display: inline-block;
    padding: 0;
}

#header .study_abroad_cell ul li a:after {
    display: none;
}

#header .study_abroad_cell ul li a:hover {
    color: #348fd6;
}

#header .update_wrapper {
    display: flex;
    justify-content: flex-start;
}

#header .update_cell {
    width: 25%;
    padding: 0 5px;
}

#header .update_cell figure {
    margin: 0 0 10px;
}

#header .more_cell {
    width: 25%;
    padding: 0 10px;
}

#header .more_wrapper {
    display: flex;
}

#header .more_wrapper h5 {
    color: #333;
    margin-bottom: 5px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    font-size: 14px;
}

#header .more_wrapper ul {
}

#header .more_wrapper ul li {
    padding: 5px 0;
}

#header .more_wrapper ul li a {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    display: inline-block;
    padding: 0;
}

#header .more_wrapper ul li a:after {
    display: none;
}

#header .more_wrapper ul li a:hover {
    color: #348fd6;
}

#header .commonCtaBlock {
    padding: 15px;
    border-image-source: linear-gradient(90deg, #3aa6a7, #348fd6);
    border: 10px solid;
    border-image-slice: 1;
    border-width: 5px;
}

#header .commonCtaBlock h4 {
    background: -webkit-linear-gradient(0deg, #d67f34, #348fd6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 14px;
    margin: 0 0 5px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

#header .commonCtaBlock h3 {
    color: rgb(241, 128, 62);
    font-size: 18px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    margin: 0 0 5px;
}

#header .commonCtaBlock strong {
    font-size: 14px;
    color: #348fd6;
    position: relative;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
}

#header .commonCtaBlock strong:after {
    content: '';
    position: absolute;
    width: 2px;
    transform: rotate(60deg);
    height: 6px;
    background: #348fd6;
    right: -12px;
    top: 7px;
}

#header .commonCtaBlock strong:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 6px;
    background: #348fd6;
    right: -12px;
    top: 5px;
    transform: rotate(-60deg);
}

#header .menu li .update_wrapper a {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    display: inline-block;
    padding: 0;
    margin: 0 0 10px;
    white-space: nowrap;
    width: 210px;
    overflow: hidden;
    text-overflow: ellipsis;
}

#header .menu li .update_wrapper a:hover {
    color: #348fd6;
}

#header .menu li .update_wrapper p {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    margin: 0;
}

#header .menu li .read_artical {
    display: inline-block;
    color: #fd6c73;
    padding: 7px 15px;
    border-radius: 3px;
    border: 1px solid #fd6c73;
    transition: all .3s;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

#header .menu li .read_artical:hover {
    color: #fff;
    background: #fd6c73;
}

#header .artical_link_wrapper {
    text-align: center;
    margin-top: 20px;
}

#header .course_list {
    display: flex;
    justify-content: flex-start;
}

#header .course_list ul {
    width: 25%;
}

#header .course_list ul li {
    padding: 5px 0;
}

#header .course_list ul li a {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    display: inline-block;
    padding: 0;
}

#header .course_list ul li a:after {
    display: none;
}

#header .course_list ul li a:hover {
    color: #348fd6;
}

#header .sub_menu h6 {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    margin: 0 0 10px;
}

#header .menu li .view_all_link {
    display: inline-block;
    padding: 0;
    margin-top: 20px;
    color: #348fd6;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

#header .menu li .view_all_link:after {
    display: none;
}

#header .submenu_box_sec {
    display: none;
}

#header .submenu_box_sec.active {
    display: block;
}

#header .submenu_wrapper {
    display: flex;
    justify-content: flex-start;
}

#header .submenu_wrapper ul.submenu_wrapper_list {
    width: 280px;
    background-color: #0010ff;
}

#header .submenu_wrapper ul.submenu_wrapper_list li a {
    padding: 10px 20px;
    display: block;
    position: relative;
}

#header .submenu_wrapper ul.submenu_wrapper_list li a:after {
    display: none;
}

#header .submenu_wrapper ul.submenu_wrapper_list li a:hover {
    font-weight: 700;
}

#header .submenu_box_sec_wrapper {
    width: calc(100% - 280px);
    padding: 20px 0;
}

#header .submenu_wrapper ul.submenu_wrapper_list li a:before {
    content: "";
    position: absolute;
    right: -6px;
    top: 12px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-left: 6px solid #000000;
    border-bottom: 7px solid transparent;
    z-index: 95;
    display: none;
}

#header .submenu_wrapper ul.submenu_wrapper_list li a:hover:before {
    display: block;
}

#header .list_wrapper_box {
    display: flex;
    justify-content: flex-start;
}

#header .list_cell {
    width: 99%;
    padding: 0 10px 0 25px;
}

ul.submenu_wrapper_list .list_cell_box {
}

ul.submenu_wrapper_list .list_cell_box h6 {
    color: #333;
    margin-bottom: 5px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    font-size: 14px;
    border: 1px solid #fff;
}

ul.submenu_wrapper_list .list_cell_box ul {
}

ul.submenu_wrapper_list .list_cell_box ul li {
    padding: 8px 0;
}

ul.submenu_wrapper_list .list_cell_box ul li a {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    display: inline-block;
}

#header .menu li .list_cell_box ul {
}

#header .menu li .list_cell_box ul li {
    /*padding: 5px 0;*/
    /* border: 1px solid; */
    /* text-align: center; */
    /* box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4); */
}

/* #header .menu li .list_cell_box ul li:hover {
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
} */

#header .menu li .list_cell_box ul li a {

    color: #333;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    display: inline-block;
    padding: 10px;
    white-space: nowrap;
    width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid rgba(0, 0, 0, 0.085);
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}


#header .menu li .list_cell_box ul li a:after {
    display: none;
}

#header .menu li .list_cell_box ul li a:hover {
    color: #348fd6;
    white-space: nowrap;
    width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
}

#header .menu li .list_cell_box ul li.view-all a {
    color: #348fd6;
}

#header .search_wrapper_content {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    display: none;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
}

#header .search_bottom {
    padding: 20px 35px;
    border-top: 1px solid rgb(128, 128, 128, .1);
    height: 232px;
    overflow: auto;
}

#header .search_bottom li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 4px 0;
}

#header .search_bottom li a {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
}

#header .search_bottom li a:hover {
    color: #348fd6;
}

#header .search_bottom li span {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
}

#header .search_top {
    padding: 20px 35px;
}

.search_top h2 {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    margin: 0 0 10px;
}

.inpit_wrap {
    position: relative;
}

.inpit_wrap input {
    width: 100%;
    height: 38px;
    line-height: 36px;
    color: #495057;
    background-color: rgb(247, 247, 247);
    border: 1px solid rgb(247, 247, 247);
    padding: 0 12px 0 36px;
    border-radius: 25px;
}

.search_int {
    position: absolute;
    top: 4px;
    left: 5px;
    border: 1px solid transparent;
    width: 32px;
    height: 33px;
    background: transparent;
}

.search_int svg {
    width: 100%;
    fill: #54acac;
}

.mobile_menu {
    display: none;
}

#header .menu li.first {
    display: none;
}

.full-col.back {
    display: none;
}

@media only screen and (max-width: 1200px) {
    #header .header-logo {
        width: 100px;
        height: 41px;
    }

    #header .search_icon {
        margin-left: 5px;
    }

    #header #login {
        font-size: 13px;
        padding: 10px 5px;
    }

    #header .menu {
        width: calc(100% - 250px);
        padding: 0 5px;
    }

    #header .menu li a {
        padding: 20px 29px 20px 10px;
        font-size: 13px;
    }

    header#header {
        padding: 10px 0;
    }
}

@media only screen and (max-width: 1024px) {
    .mobile_menu {
        display: block;
        background: transparent;
        border: none;
        padding: 0;
        cursor: pointer;
    }

    .mobile_menu span {
        display: block;
        width: 32px;
        height: 3px;
        /* background: #fff; */
        background: #000;
        margin: 0 0 4px;
        border-radius: 10px;
    }

    .mobile_menu span:nth-child(2) {
        width: 44px;
    }

    #header .menu {
        display: none;
    }

    #header .header_right #login {
        display: none;
    }

    #header .header_inner {
        justify-content: flex-start;
        position: relative;
    }


    .header_right {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    #header .search_icon {
        margin: 0;
    }

    #header .header-logo {
        margin-left: 10px;
    }

    #header .menu {
        display: block;
        position: fixed;
        height: 100%;
        width: 300px;
        background: #fff;
        top: 0;
        left: -100%;
        padding: 0;
        overflow: auto;
        z-index: 9999;
        transition: 0.5s ease;
    }

    #header .menu.active {
        left: 0;
    }

    #header .menu li a {
        padding: 10px;
        font-size: 13px;
        display: block;
        color: #000 !important;
    }

    #header .menu li {
        margin: 0 0 10px;
        overflow: hidden;
    }

    #header .menu li a:after {
        content: "";
        position: absolute;
        right: 15px;
        top: 50%;
        margin-top: -4px;
        border: solid #333;
        border-width: 0 1px 1px 0;
        padding: 3px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transition: all .2s;
    }

    #header .menu li.first {
        display: block;
        padding: 20px 15px;
        margin: 0 0 15px;
        text-align: left;
        background: #333;
    }

    #header .menu li.first .userPhoto {
        width: 88px;
        height: 88px;
        overflow: hidden;
        border-radius: 50%;
    }

    #header .menu li.first .userPhoto svg {
        width: 100%;
        height: auto;
    }

    #header .menu li.first #login {
        margin: 20px 0 5px;
        color: #fff;
        background: #fd6c73;
        cursor: pointer;
        font-size: 14px;
        padding: 12px 15px;
        border: 0;
        border-radius: 3px;
    }

    #header .menu li.first .close {
        position: absolute;
        top: 20px;
        width: 34px;
        height: 34px;
        cursor: pointer;
        background: url('../images/common-sprite.2f083dc4ea56.png') no-repeat -160px -30px;
        display: block;
        float: right;
        color: #999;
        margin: -15px -15px 0 0;
        right: 15px;
        font-size: 30px;
        font-weight: normal;
        border: 0;
        background: 0;
    }

    #header .menu li .sub_menu {
        display: block;
        position: fixed;
        left: 300px;
        width: 300px;
        height: 100%;
        top: 0;
        transition: 0.5s ease;
        opacity: 0;
        pointer-events: none;
        overflow: auto;
        padding: 70px 20px 20px;
        z-index: 999;
    }

    #header .submenu_box_sec_wrapper {
        display: block;
        position: fixed;
        left: 300px;
        width: 300px;
        height: 100%;
        top: 0;
        transition: 0.5s ease;
        opacity: 0;
        pointer-events: none;
        overflow: auto;
        padding: 70px 20px 20px;
        z-index: 999;
    }

    #header .submenu_box_sec_wrapper.active {
        left: 0;
        opacity: 1;
        pointer-events: initial;
        padding: 0;
        background: #fff;
    }

    #header .menu li .sub_menu.active {
        left: 0;
        opacity: 1;
        pointer-events: initial;
    }

    #header .more_wrapper,
    #header .study_abroad_wrapper,
    .course_list,
    #header .update_wrapper {
        flex-wrap: wrap;
    }

    #header .more_cell,
    #header .study_abroad_cell,
    .course_list ul,
    #header .update_cell {
        width: 100%;
        padding: 0;
    }

    #header .update_cell {
        margin: 0 0 20px;
    }

    #header .menu li .sub_menu a:after {
        display: none;
    }

    .full-col.back {
        display: block;
        color: #fff;
        background: #3aa6a7;
        padding: 15px 15px 15px 50px;
        position: relative;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.6;
        font-family: 'Roboto', sans-serif;
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 99;
    }

    .full-col.back:after {
        content: "";
        position: absolute;
        left: 15px;
        top: 15px;
        width: 23px;
        height: 19px;
        cursor: pointer;
        background: url('/frontend/images/navigation-icons.a8c11320af87.png') no-repeat -6px -32px;
    }

    #header .course_list ul {
        width: 100%;
    }

    #header .submenu_wrapper ul.submenu_wrapper_list {
        width: 100%;
        background-color: transparent;
        padding-top: 52px;
    }

    #header .menu li .sub_menu_2 {
        padding: 0;
    }

    #header .menu li .sub_menu_2 li a {
        padding: 8px 35px 8px 15px;
        border-bottom: 1px solid #333;
    }

    #header .submenu_wrapper {
        flex-wrap: wrap;
    }

    #header .menu li .sub_menu_2 li {
        margin: 0;
    }

    #header .list_wrapper_box {
        flex-wrap: wrap;
        padding-top: 51px;
    }

    #header .list_cell {
        width: 100%;
        padding: 0 0px;
        margin: 0 0 30px;
    }

    #header .menu li .list_cell_box ul li a {
        display: block;
        padding: 10px;
        margin-left: 20px;
    }

    #header .menu li .list_cell_box ul li {
         padding: 10px 0;
        /* border: 1px solid; */
        /* text-align: center; */
        /* border: 1px solid rgba(0, 0, 0, 0.085);
        box-shadow: 0 0 10px rgb(0 0 0 / 10%); */
        /* display: inline-block; */
        /* white-space: nowrap; */
        /* overflow: hidden !important; */
        /* text-overflow: ellipsis; */
    }

    #header .sub_menu_2 h6 {
        background: #174f7a;
        color: #fff;
        margin: 0;
        padding: 10px;
    }
}
    .course1{
        width: 100%; margin: 0px 18px 0px -10px;
    }
    .course2{
         width: 100%; margin: 0px 18px 0px 30px;
    }
    .course3{
         width: 100%; margin: 0px 18px 0px 70px;
    }
    .course4{
         width: 100%; margin: 0px 18px 0px 110px;
    }
    .course5{
         width: 100%; margin: 0px 18px 0px -10px;
    }
    .course_btn{
         width: 100%; margin: 0px 18px 0px 30px;
    }
    .navbar-nav li a{
        padding:0;
        display:flex;
        column-gap:20px;
        padding-top:11px;
    }
    .navbar-nav li a .fa {
        width: 25px;
        height: 25px;
        display: block;
        background: linear-gradient(0deg, #fff, #ddd);
        border-radius: 50%;
        line-height: calc(40px - 14px);
        font-size: 20px;
        color: #262626;
        transition: .5s;
        text-align: center;
    }
    .dropdown-menu li{
        padding-left: 25px;
    }
    .widget-light .widget-list-link {
        color: rgba(255, 255, 255, 0.65);
    }
    .widget-light .widget-list-link:hover{
        color: #fff;
    }
    .widget-list{
        padding-left: 0px;
    }
    .float{
	    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 10px;
    right: 10px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 24px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;

}

.my-float{
    margin-left: 1px;
    margin-top: 14px;
}
     #scroll {
    position:fixed;
    right:70px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#0010ff;
    text-indent:-9999px;
    display:none;
    z-index: 100;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#0010ff;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
