.mega_menu {
    display: none;
    background: rgba(7, 41, 103, 0.7);
    opacity: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    position: fixed;
    top: -200%;
    left: 0;
    transition: opacity ease-out .3s;
    -moz-transition: opacity ease-out .3s;
    -webkit-transition: opacity ease-out .3s
}

.mega_menu.show {
    display: block;
    top: 0;
    opacity: 1;
}

.mega_menu.show .mega_ct {
    top: 50%;
    opacity: 1
}

.mega_menu .mt-10 {
    margin-top: 10px
}

.mega_menu .mega_ct {
    width: 100%;
    max-width: 1280px;
    height: 700px;
    background: #fff;
    opacity: 0;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    transition-delay: .3s;
    -moz-transition-delay: .3s;
    -webkit-transition-delay: .3s
}

.mega_menu .mega_ct .mega_left {
    width: 324px;
    height: 100%;
    float: left;
    background: #efefef
}

.mega_menu .mega_ct .mega_left .user_section {
    width: 100%;
    float: left;
    height: 482px;
    position: relative;
    background: #ff6c00
}

.mega_menu .mega_ct .mega_left .user_section:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .7;
    background: url(../images/dummy_1.jpg) no-repeat center;
    background-size: cover
}

.mega_menu .mega_ct .mega_left .user_section .user_ct {
    position: absolute;
    padding: 20px;
    bottom: 0;
    left: 0
}

.mega_menu .mega_ct .mega_left .user_section .user_ct h5,
.mega_menu .mega_ct .mega_left .user_section .user_ct div:nth-child(1) {
    margin-bottom: 0;
    width: 100%;
    float: left;
    color: #fff
}

.mega_menu .mega_ct .mega_left .user_section .user_ct form {
    width: 100%;
    float: left
}

.mega_menu .mega_ct .mega_left .user_section .user_ct form input {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    border: 0;
    font-size: 14px;
    padding: 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.mega_menu .mega_ct .mega_left .user_section .user_ct form button {
    width: 100%;
    float: left;
    max-width: 160px;
    border: 0;
    background: #072967;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 10px
}

.mega_menu .mega_ct .mega_left .user_section .user_ct p {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #fff;
    margin-bottom: 0
}

.mega_menu .mega_ct .mega_left .user_section .user_ct p a {
    color: #072967;
    font-weight: 700;
    position: relative
}

.mega_menu .mega_ct .mega_left .user_section .user_ct p a:before {
    content: "";
    width: 0;
    height: 1px;
    background: #072967;
    position: absolute;
    bottom: -2px;
    left: 50%;
    transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -webkit-transition: all ease-out .3s;
    transform: translatex(-50%);
    -moz-transform: translatex(-50%);
    -webkit-transform: translatex(-50%)
}

.mega_menu .mega_ct .mega_left .user_section .user_login {
    width: 100%;
    float: left;
    padding: 72px 20px;
    position: relative;
    z-index: 2
}

.mega_menu .mega_ct .mega_left .apps_section {
    text-align: center
}

.mega_menu .mega_ct .mega_left .apps_section ul {
    text-align: center
}

.mega_menu .mega_ct .mega_left .apps_section ul li {
    display: inline-block;
    margin: 0 5px
}

.mega_menu .mega_ct .mega_left .apps_section ul li a {
    padding: 8px;
    width: 36px;
    height: 36px;
    background: #fff;
    display: block;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

.mega_menu .mega_ct .mega_right {
    width: calc(100% - 324px);
    height: 100%;
    float: left;
    position: relative
}

.mega_menu .mega_ct .mega_right .mega_top {
    padding: 22px 20px;
    width: 100%;
    float: left
}

.mega_menu .mega_ct .mega_right .mega_top ul {
    float: left
}

.mega_menu .mega_ct .mega_right .mega_top ul li {
    float: left
}

.mega_menu .mega_ct .mega_right .mega_top ul li a {
    display: block;
    font-size: 14px;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    padding: 0 20px
}

.mega_menu .mega_ct .mega_right .mega_top ul li a i {
    margin-right: 10px
}

.mega_menu .mega_ct .mega_right .mega_top ul li:first-child a {
    padding-left: 0
}

.mega_menu .mega_ct .mega_right .mega_top .mega_close {
    cursor: pointer;
    width: 58px;
    height: 58px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    padding: 19px 0
}

.mega_menu .mega_ct .mega_right .mega_top .mega_close span {
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

.mega_menu .mega_ct .mega_right .mega_top .mega_close span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    background: #111;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%)
}

.mega_menu .mega_ct .mega_right .mega_top .mega_close span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 20px;
    background: #111;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%)
}

.mega_menu .mega_ct .mega_right .mega_top .mega_close:hover span {
    border: 1px solid #111;
    width: 36px;
    height: 36px;
    transform: translate(-50%, -50%) rotate(225deg);
    -moz-transform: translate(-50%, -50%) rotate(225deg);
    -webkit-transform: translate(-50%, -50%) rotate(225deg)
}

.mega_menu .mega_ct .mega_right .mega_top .night_bt,
.mega_menu .mega_ct .mega_right .mega_top .day_bt {
    display: none;
    width: 58px;
    height: 58px;
    position: absolute;
    top: 0;
    right: 58px;
    background: #ccc;
    padding: 15px;
    border: 0;
    background: 0
}

.mega_menu .mega_ct .mega_right .mega_top .night_bt span,
.mega_menu .mega_ct .mega_right .mega_top .day_bt span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

.mega_menu .mega_ct .mega_right .mega_top .night_bt span {
    background: #111 url(../images/main/moon.png) no-repeat center;
    background-size: 18px 18px
}

.mega_menu .mega_ct .mega_right .mega_mid {
    width: 100%;
    float: left;
    position: relative;
    padding: 20px
}

.mega_menu .mega_ct .mega_right .mega_mid:before {
    content: "";
    width: calc(66.66% - -15px);
    height: 420px;
    background: url(../images/dummy_2.jpg) no-repeat center;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0
}

.mega_menu .mega_ct .mega_right .mega_mid .onethird {
    width: 33.33%;
    float: left;
    padding-right: 20px;
    min-height: 400px;
    position: relative
}

.mega_menu .mega_ct .mega_right .mega_mid .mega_foot {
    width: 100%;
    float: left
}

.mega_menu .mega_ct .mega_right .mega_mid .mega_foot ul {
    float: right
}

.mega_menu .mega_ct .mega_right .mega_mid .mega_foot ul li {
    float: left
}

.mega_menu .mega_ct .mega_right .mega_mid .mega_foot ul li a {
    display: block;
    padding: 40px 10px;
    font-size: 14px
}

.mega_menu .mega_ct .mega_right .mega_mid .mega_list {
    padding: 10px 0;
    width: 100%;
    float: left
}

.mega_menu .mega_ct .mega_right .mega_mid .mega_list.col2 {
    column-count: 2
}

.mega_menu .mega_ct .mega_right .mega_mid .mega_list li {
    padding: 10px 0
}

.mega_menu .mega_ct .mega_right .mega_mid .mega_list li a {
    font-size: 14px
}

.mega_menu .mega_ct .mega_right .the_group {
    width: 100%;
    float: left;
    background: #072967;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 20px
}

.mega_menu .mega_ct .mega_right .the_group ul {
    width: 100%;
    float: left;
}

.mega_menu .mega_ct .mega_right .the_group ul li {
    float: left;
    margin-right: 40px
}

.mega_menu .mega_ct .mega_right .the_group ul li a img {
    height: auto;
    object-fit: contain
}