.status p.circle@font-face {
    font-family: 'Europa';
    src: url("fonts/Europa/europa-regular-webfont.ttf") format("truetype");
    font-style: normal;
    font-display: 'block';
}

@font-face {
    font-family: 'Europa';
    src: url("fonts/Europa/europa-bold-webfont.ttf") format("truetype");
    font-style: normal;
    font-display: 'block';
    font-weight: 700;
}

/*updated may 11th*/

/* @font-face {
*     font-family: 'EuropaNova';
*         src: url("../fonts/EuropaNova/EuropaNuovaExtraBold.ttf") format("opentype");
*             font-style: normal;
*                 font-display: 'block';
*                     font-weight: 700;
*                     } */

body {
    overflow-x: hidden;
    font-family: 'Europa', sans-serif !important;
}

@media (min-width: 1349px) {
    .container {
        max-width: 1240px;
    }
}

* {
    margin: 0;
    padding: 0;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 26px;
    line-height: 36px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
    line-height: 28px;
}

a:hover,
img {
    outline: none;
    text-decoration: none;
}


a,
a:hover,
a:focus {
    outline: none;
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    text-decoration: none;
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: #051866;
    letter-spacing: -1px;
    margin-bottom: 20px;
}

p {
    font-size: 17px;
    color: #5f5d5d;
}


/*
.btn {
-moz-user-select: none;
background: #b7d54f none repeat scroll 0 0;
border: 2px solid transparent;
border-radius: 4px;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 16px;
font-weight: 400;
line-height: 1.42857;
margin-bottom: 0;
margin-top: 20px;
padding: 13px 51px;
text-align: center;
vertical-align: middle;
white-space: nowrap;
}

.btn:hover {
background: #fff none repeat scroll 0 0;
border: 2px solid #3481E0;
color: #3481E0;
} */

hr {
    border-color: #ddd;
}

.banner-section img {
    width: 100%;
}


/***navigation****/

header.main-header {
    z-index: 999;
    position: fixed;
    width: 100%;
    background: #fff;
    top: 0;
    transition: all 0.4s;
}

header a {
    color: #e6e6e6;
}

header a:hover {
    color: #051866;
}

.left-header {
    overflow: hidden;
}

.logo {
    float: left;
}


/** secondary header **/

.secondary-header {
    background: #e3c681;
    z-index: 9999;
    position: relative;
    padding: 17px 0;
}

.top-categories {
    text-align: center;
}

.top-categories a {
    color: #242151;
    margin: 0 15px;
    font-size: 15px;
}

.secondary-header .item {
    margin: 0;
    padding: 15px 0;
    text-align: center;
}

.category-nav {
    position: relative;
    margin-left: 40px;
    margin-right: auto;
}

.category-nav>ul {
    display: flex;
}

li.has-sub {
    position: relative;
}

.category-nav ul li {
    position: relative;
}

.category-nav>ul>li>a {
    display: block;
    padding: 35px 15px;
    color: #3c3b37;
    font-size: 17px;
    font-weight: bold;
}

.category-nav>ul>li:hover>.main-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.category-nav>ul>li>a>i {
    margin-left: 2px;
    font-size: 14px;
    color: #999;
}

.main-menu:before {
    position: absolute;
    left: 30px;
    top: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    content: '';
}

.main-menu {
    position: absolute;
    top: 120%;
    padding: 10px 0;
    z-index: 999;
    background: #fff;
    width: 280px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
    -webkit-box-shadow: 8px 12px 36px 0 rgba(61, 72, 83, .21);
    box-shadow: 8px 12px 36px 0 rgba(61, 72, 83, .21);
}

.hdr-nav ul.main-menu {
    width: 220px;
}

.category-nav:hover>.main-menu,
.hdr-nav:hover .main-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.has-sub:hover>ul {
    display: block;
}

.main-menu ul {
    background: #fff;
    min-width: 240px;
}

#categories-tab-slider .owl-buttons {
    display: none;
}

i.fa.fa-chevron-right.float-rgt {
    float: right;
    font-size: 12px;
    margin-right: 0;
    width: auto;
    margin-top: 7px;
    opacity: 0.3;
}

li.has-sub ul {
    position: absolute;
    left: 100%;
    top: 0;
    -webkit-box-shadow: 8px 12px 36px 0 rgba(61, 72, 83, .21);
    box-shadow: 8px 12px 36px 0 rgba(61, 72, 83, .21);
    display: none;
}

li.has-sub ul.d-block {
    position: relative;
    left: auto;
    box-shadow: none;
    margin-bottom: 15px;
}

ul.main-menu.has-title>li>a {
    font-size: 17px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

ul.main-menu>li>a i {
    font-weight: bold;
    color: #999 font-size: 22px;
}

.hdr-nav .main-menu>li>a {
    font-weight: normal;
    font-size: 16px;
}

ul.d-block>li>a {
    padding-left: 40px;
}

ul.main-menu li a i {
    font-size: 14px;
    position: relative;
    margin-left: auto;
    margin-right: 0;
    float: right;
    top: 2px;
    color: #999;
}


/* li.has-sub {
*     position: relative;
*     } */

.main-menu li a:hover {
    background-color: #051866;
    color: #fff;
}

.main-menu li a {
    display: block;
    width: 100%;
    color: #3c3b37;
    padding: 10px 20px;
    font-weight: 400;
}

section#learning-work {
    padding: 80px 0 40px;
}

.course-footer.d-flex {
    justify-content: space-between;
    align-items: center;
}

.course-ratting i {
    font-size: 12px;
    color: orange;
}

.hdr-nav .sub-menu {
    position: absolute;
}

.hdr-nav {
    position: relative;
    margin-left: 0;
    margin-right: auto;
}

.mt-shape {
    position: absolute;
    right: 0;
    left: 0;
    z-index: -1;
    opacity: 0.2;
}

.mt-shape {
    position: absolute;
    right: 0;
    /* left: 0; */
    z-index: -1;
    opacity: 0.2;
    top: 50%;
    transform: translateY(-50%);
    width: 80%;
}


/* .hdr-login.order-2.order-lg-3 ul {
*     display: flex;
*         align-items: center;
*         } */

.hdr-login.order-2.order-lg-3 ul li {
    display: inline-block;
}

li.hdr-search img {
    width: 18px;
}

li.site-language a {
    font-weight: bold;
    padding: 0;
}

.hdr-login.order-2.order-lg-3 {
    margin-left: 30px;
}

li.site-language,
li.site-language a.active {
    color: #ac9766;
}

li.site-language a {
    color: #aaa;
}

.hdr-login ul li {
    position: relative;
    margin-left: 25px;
}

.hdr-login ul.sub-menu {
    position: absolute;
    background: #fff;
    width: 200px;
    display: none;
    -webkit-box-shadow: 8px 12px 36px 0 rgba(61, 72, 83, .21);
    box-shadow: 8px 12px 36px 0 rgba(61, 72, 83, .21);
}

.hdr-login ul li:hover .sub-menu {
    display: block;
}

.hdr-login ul ul.sub-menu li {
    display: block !important;
    width: 100%;
    text-align: left;
}

.hdr-login ul ul.sub-menu a {
    padding: 5px 20px;
    display: block;
    text-align: left;
}

.hdr-login ul ul.sub-menu a:hover {
    background-color: #051866;
    color: #fff;
}


/***latest-course***/

.site-section {
    padding: 80px 0;
}

.site-title h2 {
    text-align: center;
}

.courses h3 a {
    font-size: 20px;
    text-align: left;
    line-height: 28px;
    font-weight: 600;
    color: #051866;
    margin-bottom: 10px;
    display: block;
}

.item {
    margin: 0 10px;
}

.courses:hover {
    transform: translateY(-1px);
    box-shadow: 0 60px 90px -30px rgba(31, 36, 48, 0.2);
}

.courses:hover .descriptions {
    background: #fff;
}

.owl-theme .owl-controls {
    margin: 0;
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
}


/* .owl-buttons {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
} */

.owl-theme .owl-controls .owl-buttons div {
    color: #aaa;
    display: inline-block;
    margin: 0px;
    padding: 0;
    font-size: 16px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    opacity: 1;
    line-height: 40px;
    text-align: center;
    box-shadow: 0px 0px 25px 7px rgba(0, 0, 0, 0.04);
}

.owl-theme .owl-controls .owl-buttons div:hover {
    color: #666;
    box-shadow: 0px 0px 25px 7px rgba(0, 0, 0, 0.1);
}

.owl-next {
    position: absolute;
    right: -15px;
}

.owl-prev {
    position: absolute;
    left: -15px;
}

.owl-numbers {
    display: none !important;
}

.owl-page {
    width: 10px;
    height: 10px;
    background: #ac9766;
    border-radius: 50%;
    margin: 0 4px;
    opacity: 0.5;
}

.owl-page.active {
    opacity: 1;
    height: 20px;
    border-radius: 4px;
}

.course-filter {
    margin-bottom: 30px;
}

.course-filter select {
    min-width: 200px;
    margin-left: 10px;
    width: auto;
    height: 40px;
}

.course-filter .input-wrapper {
    margin-bottom: 0;
}

.course-filter .input-wrapper:first-child {
    margin-right: 30px;
}

.courses figure {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    transition: all 0.5s ease;
}

.courses figure img {
    transition: all 0.5s ease;
    height: 140px;
    width: 100%;
    object-fit: cover;
}

.courses figcaption {
    position: absolute;
    right: 87px;
    width: auto;
    color: #fff !important;
    bottom: auto;
    visibility: visible;
    height: 40px;
    transition: all 0.5s ease;
    top: 13px;
    background: transparent;
}

.courses figcaption a {
    display: inline-block;
    padding: 0;
    cursor: pointer;
    margin: 0;
    background: #fff;
    font-size: 18px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    color: #ac9766;
}

.courses .descriptions {
    padding: 20px 20px 30px;
    position: relative;
    min-height: 210px;
}

.descriptions .mt-btn {
    position: absolute;
    bottom: 30px;
}

.courses {
    text-align: left;
    display: block;
    background: #fff;
    overflow: hidden;
    margin: 10px 0 30px;
    transition: all 0.4s;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.16);
}

.courses:hover {
    transform: translateY(-3px);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.16);
}

.courses:hover figcaption {
    visibility: visible;
    bottom: 0;
}

.courses:hover figure img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.courses:hover .descriptions {
    background: #f9f9f9;
}

.courses:hover .descriptions h3 {
    color: #051866;
}

.courses h5 {
    color: #999;
    font-size: 14px;
    text-transform: capitalize;
    margin-top: 5px;
}

.courses .descriptions h3 {
    margin: 0;
}

.descriptions h5 i {
    font-size: 20px;
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.courses .descriptions p {
    margin-top: 30px;
    font-size: 15px;
}

.courses .descriptions p.mt-fee {
    margin-top: -5px;
    font-size: 12px;
    background: #051866;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 4px;
    position: absolute;
    text-transform: uppercase;
    letter-spacing: 1px;
    right: 20px;
    color: #fff;
    top: -120px;
}

p.mt-fee span {
    font-weight: 600;
}

.courses figcaption p {
    float: left;
    font-weight: 600;
    margin-bottom: 0;
    color: #fff;
    font-size: 14px;
}

.courses a:hover {
    color: #ac9766;
    text-decoration: none;
}

.work-heading {
    font-size: 19px;
    font-weight: bold;
    margin: 15px 0 10px;
    line-height: 28px;
    color: #051866;
}

div#categories-tab-slider .item a {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 600;
}

div#categories-tab-slider .item a:hover {
    color: #fff;
}

#top-course {
    background: #f7f7f7;
}


/**-bottom-banner**/

#bottom-banner {
    background: rgba(0, 0, 0, 0) url("../images/bottom-banner.jpg") no-repeat fixed center (top / cover);
    padding: 80px 0;
    text-align: center;
    color: #fff;
    position: relative;
}

#bottom-banner h3 {
    font-size: 26px;
    margin-bottom: 20px;
}

#bottom-banner p {
    font-size: 18px !important;
    font-weight: 300;
}

#bottom-banner a {
    border: 1px solid #fff;
    border-radius: 15px;
    color: rgb(255, 255, 255);
    padding: 10px 30px;
    margin-top: 30px;
    display: inline-block;
    font-weight: 700;
}

#bottom-banner a:hover {
    background: #3481E0;
    border: 1px solid #3481E0;
    border-radius: 15px;
    color: rgb(255, 255, 255);
}

.bg-color {
    position: absolute;
    background: rgba(12, 12, 12, 0.5) none repeat scroll 0 0;
    height: 100%;
    width: 100%;
    top: 0;
}

.mt-steps {
    border-radius: 4px;
    margin-top: 0 !important;
    padding: 30px;
    text-align: center;
}

span.mt-process {
    margin: 0 auto 20px;
    width: 100px;
    background: #fff;
    height: 100px;
    line-height: 100px;
    font-size: 40px;
    border-radius: 50%;
    box-shadow: 0 7px 22px rgba(30, 30, 30, 0.1);
    object-fit: contain;
    display: block;
}

.nav-tabs {
    text-align: center;
    border-bottom: none;
    margin-top: 30px;
    margin-bottom: 20px;
    justify-content: center;
}

.work-tabs {
    position: relative;
}


/**footer***/

footer {
    background: #f9f9f9 !important;
    height: auto;
    padding: 120px 0 30px;
    position: relative;
}

.footer-widget a:hover {
    color: #051866;
    padding-left: 5px;
}

.mobile-nav {
    display: none;
}

.main-header .container-fluid,
.profile-item-block .container-fluid {
    padding: 0 40px;
}

.top-logo img {
    transition: all 0.4s;
}

.top-logo .sticky-logo {
    position: absolute;
    left: 0;
    z-index: 99;
    top: 50%;
    width: 45px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-50%);
}

.main-header.sticky .sticky-logo {
    opacity: 1;
    visibility: visible;
}

.main-header.sticky .main-logo {
    opacity: 0;
    visibility: hidden;
}

header.main-header.sticky {
    border-bottom: 1px solid #eee;
}

header.main-header.sticky .category-nav>a,
header.main-header.sticky .hdr-nav>a {
    padding: 25px 15px;
}

.category-nav>a i,
.hdr-nav>a i {
    font-size: 14px;
}


/*** latest css ***/


/* .main-header {
*     position: relative;
*         padding: 20px 0px;
*             left: 0;
*                 right: 0;
*                     background: transparent;
*                         margin-top: 0px;
*                             z-index: 99999;
*                             } */

.banner-section {
    overflow: hidden;
    width: 100%;
    height: calc(100vh - 95px);
    margin-top: 95px;
    background: #FBFCFD;
}

.banner-section .banner-context h1,
.threed-section .banner-context h1 {
    color: #051866;
    font-size: 54px;
    font-weight: 900;
    margin-bottom: 10px;
}

.banner-section .banner-context p {
    font-size: 20px;
    color: #2E2D29;
    line-height: 32px;
    margin-bottom: 30px;
}

.banner-section .slider {
    height: calc(100% - 210px);
    padding: 40px 0;
    position: relative;
}

.banner-section .slider .owl-next {
    left: auto;
    right: 0;
}

.banner-section .slider .owl-prev {
    right: auto;
    left: 0;
}

video {
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
}

.client-section.text-center {
    margin: 0px 0 60px;
}

.client-section .cell {
    padding: 20px;
    background: #fff;
    margin: 0;
}

.threed-section {
    height: 100vh;
    position: relative;
}

.threed-section .banner-context {
    position: absolute;
    bottom: 10%;
    padding-right: 30px;
    transform: translateY(-10%);
    z-index: 99;
    max-width: 90%;
}

.threed-section .banner-context h1 {
    color: #fff;
}

.threed-section .banner-context .mt-btn {
    background: transparent;
    border: 2px solid #fff;
}

.threed-section .banner-context .mt-btn:hover {
    background: #fff;
    border: 2px solid #fff;
    color: #051866 !important;
}

.about-content li {
    border: 1px solid #ac9766;
    padding: 10px 20px;
    margin-bottom: 20px;
    transition: all 0.4s ease-in-out;
}

.about-content li a {
    color: #4d4b4b;
}

.about-content li span {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 5px;
    border-radius: 100%;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    margin-right: 10px;
    background-color: #fff;
}

.about-content li:hover {
    background-color: #051866;
    border-color: #051866;
}

.about-content li:hover a {
    color: #fff;
}

.about-content li:hover span {
    color: #051866;
}


/* .overlay {
*     width: 100%;
*         height: 100%;
*             position: absolute;
*                 top: 0;
*                     left: 0;
*                         background: rgba(43, 35, 63, 0.46);
*                             background-size: 3px 3px;
*                                 z-index: 2;
*                                 } */

.top-logo {
    width: 150px;
    transition: all 0.4s;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.top-logo img {
    width: 150px;
}

nav.navbar.navbar-expand-lg.navbar-light {
    margin-left: auto;
}

.hdr-login a {
    border: 1px solid transparent;
    padding: 8px 25px;
    text-align: center;
    font-size: 16px;
    color: #3c3b37;
}

.hdr-login a:hover {
    color: #ac9766;
}


/* .hdr-login a i {
*     margin-right: 5px;
*         color: #ac9766;
*             font-size: 18px;
*                 width: 30px;
*                     height: 30px;
*                         background: #f5f5f5;
*                             line-height: 30px;
*                                 border-radius: 50%;
*                                     text-align: center;
*                                     } */

.hdr-login a.mt-btn:hover {
    background: #ac9766;
    color: #fff;
    border: 1px solid #ac9766;
}

a.mt-btn.broder-btn {
    background: #fff !important;
    color: #333 !important;
}


/* .hdr-login a.mt-instructor {
*     border: none;
*         padding: 0;
*             margin-right: 15px;
*                 border-radius: 0;
*                     position: relative;
*                     } */


/* .hdr-login a.mt-instructor:after {
*     position: absolute;
*         right: -25px;
*             top: -7px;
*                 background: #ebe9e9;
*                     width: 1px;
*                         height: 35px;
*                             content: '';
*                             } */

.hdr-login a.mt-instructor:hover {
    background: transparent;
    color: #ac9766;
}

ul#menu-primary li a {
    font-size: 15px;
    margin-right: 35px;
    color: #777;
    font-weight: 600;
}

ul#menu-primary li a:hover {
    color: #051866;
}

.search-form {
    background: #fff;
    position: relative;
    width: 600px;
    margin-right: auto;
    border: 1px solid #ddd;
    margin-left: 0px;
    max-width: 100%;
}

.main-header .search-form {
    position: absolute;
    width: 100%;
    border-radius: 0px;
    overflow: hidden;
    margin-left: auto;
    margin-right: 0px;
    background: #f9f9f9;
    display: none;
    border: none;
}

li.hdr-search i {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    font-size: 24px;
    cursor: pointer;
    position: relative;
    top: 4px;
    color: #999;
}

li.hdr-search i.on:before {
    content: '\f00d';
}

.main-header form.search-form input {
    height: 100px;
    border: none;
    border-radius: 4px;
    padding: 0 20px;
    font-size: 26px;
    background: #f9f9f9;
    width: 100%;
    font-weight: bold;
    color: #051866;
}

.main-header form.search-form input[type=submit] {
    background-size: 26px;
    text-indent: -999999px;
}

form.search-form input {
    height: 70px;
    border: none;
    border-radius: 4px;
    padding: 0 20px;
    font-size: 20px;
    width: 100%;
}

form.search-form .container {
    position: relative;
}

form.search-form input[type=submit] {
    position: absolute;
    right: 30px;
    top: 50%;
    border: transparent;
    background: url(../images/search.png) no-repeat;
    color: #fff;
    height: 50px;
    cursor: pointer;
    background-size: 24px;
    width: 50px;
    font-size: 0;
    /* border-radius: 100%; */
    padding: 0;
    background-position: center;
    transition: all 0.4s;
    transform: translateY(-50%);
}

.banner-section form.search-form input[type=submit] {
    position: absolute;
    right: 10px;
}

form.search-form input[type=submit]:hover {

    background: url(../images/search.png) no-repeat !important;
    background-size: 22px !important;
    background-position: center !important;
    transform: scale(1.05) translateY(-50%) !important;
}

form.search-form input::placeholder {
    color: rgba(0, 0, 0, 0.3);
    /* color: #6c992d; */
}

form.search-form input:focus {
    outline: none;
    box-shadow: none;
}

.contact-form input[type="submit"] {
    background: #051866;
    color: #fff;
    height: 60px;
    width: auto;
}

.mt-col-padding {
    padding: 0 60px;
}

.banner-context.wow.fadeInUp.animated h1 {
    font-weight: bold;
    line-height: 56px;
}

.mt-col-padding p {
    margin: 0 0 7px;
}

.banner-context p {
    font-size: 22px;
    color: #fff;
    line-height: 36px;
}

.site.title h2 {
    text-align: center;
}

.blue-bg {
    background: #051866;
}

img.user-avatar {
    width: 120px !important;
    height: 120px;
    border-radius: 50%;
    border: 3px solid #fff;
    object-fit: cover;
    margin-right: 35px;
    z-index: 9;
    margin-top: 50px;
}

.user-intro.d-flex {
    text-align: left;
    margin-bottom: 20px;
}

section.site-section.blue-bg {
    padding: 60px 0 60px;
    margin-top: 40px;
}

.user-testimonials {
    max-width: 950px;
    margin: 0 auto;
    text-align: center;
}

.testimonial-contents::before {
    position: absolute;
    left: 0;
    top: -48px;
    opacity: 1;
    font-size: 140px;
    content: '"';
    color: #ac9766;
    background-size: 80%;
    font-style: italic;
}

.testimonial-contents {
    position: relative;
    padding-top: 60px;
    margin-top: 0;
}

.testimonial-contents p {
    font-size: 20px;
    margin-bottom: 30px;
}

.testimonial-contents h6 {
    color: #ac9766;
    font-weight: 400;
    font-size: 17px;
}

.testimonial-contents h4 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700;
}

.footer-widget h6 {
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 25px;
    color: #fff;
}

.footer-widget li a {
    color: #fff;
    margin-bottom: 7px;
    display: block;
}

img.ftr-logo {
    width: 200px;
}

.subscribe-form input[type="submit"] {
    width: 100%;
    border-radius: 4px;
    border: none;
    height: 40px;
    margin-top: 10px;
}

form.subscribe-form input {
    height: 40px;
    max-width: 220px;
}

.footer-widget p {
    font-size: 14px;
}

p.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 20px;
    margin: 20px 0 0;
    color: #fff;
}

.ftr-socials {
    text-align: right;
}

ul.contact-info li {
    margin-bottom: 10px;
    color: #fff;
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 14px;
    width: 100%;
    text-align: left;
    height: 48px;
    line-height: 48px;
}

.select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 16px;
    left: 0;
    background-color: #f5f5f5;
    padding: 0px 10px;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    border-radius: 4px;
}

select {
    border: none;
}

.select-styled:after {
    content: "\f078";
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    top: 0px;
    font-size: 14px;
    opacity: 0.6;
    right: 10px;
}

.select-styled:hover {
    background: #f9f9f9;
}

.select-styled:active:after,
.select-styled.active:after {
    top: 0px;
    content: "\f077";
}

.select-options {
    margin: 7px 0 0 !important;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 220px;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    border-radius: 6px;
    background: #f9f9f9;
    overflow: hidden;
    box-shadow: 0 20px 45px -10px rgba(31, 36, 48, 0.2);
}

.select-options li {
    margin: 0;
    padding: 0;
    text-indent: 15px;
    border-top: 1px solid #e5e5e5;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    font-weight: bold;
    color: #333;
}

.select-options li:first-child {
    border-top: none;
}

.select-options li:hover {
    background: #051866;
    color: #fff;
}

.select-options li[rel="hide"] {
    display: none;
}

.inner-banner.text-center h1 {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    line-height: 46px;
}

.mt-course {
    display: flex;
    border: 1px solid rgb(238, 238, 238);
    border-radius: 4px;
    background: #F5F7FA;
    height: 100%;
    transition: all 0.4s;
}

.mt-course:hover {
    transform: translateY(-1px);
    box-shadow: 0 30px 90px 0 rgba(31, 36, 48, 0.1);
    background: #fff;
}

.mt-course:hover .course-title a {
    color: #051866;
}

.course-title a:hover {
    text-decoration: underline;
}

.mt-course .descriptions {
    width: 60%;
    padding: 20px;
}


/*
* .mt-course img {
*     width: 40%;
*         object-fit: cover;
*         } */

.mt-course figure {
    width: 40%;
    margin: 0;
}

.mt-course figure img {
    object-fit: cover;
}

.site-section.inner-section {
    padding: 80px 0;
}

.mt-label {
    display: inline-block;
    background: #d6e8f6;
    padding: 5px 16px;
    border-radius: 4px;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 0;
}

ul.entry-meta li {
    font-size: 14px;
    margin-bottom: 3px;
    color: #666;
}

h4.course-title a {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    display: block;
    line-height: 30px;
}

.row.course-row .col-md-6 {
    margin-bottom: 40px;
}

.inner-banner .search-form input[type="submit"] {
    width: 100%;
    border: none;
    height: 48px;
    border-radius: 4px;
}

.mt-course figure a {
    display: block;
    height: 100%;
    background: #fff;
    background-position: center left !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-color: #fff !important;
}

.nav-tabs .nav-item.show .nav-link {
    border: none;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
    color: #ac9766;
    border-color: snow;
}

.course-descriptions {
    max-width: 700px;
}

section.site-section.realted-section {
    padding: 40px 0 80px 0;
}

.site-section.realted-section .courses .descriptions {
    background: #fff;
}

.short-details {
    height: 100%;
    padding: 30px;
    border: 1px solid #ddd;
    background: #051866;
    box-shadow: 0 30px 60px 0 rgba(31, 36, 48, 0.2);
}

.short-details .entry-meta {
    margin-top: 20px;
}

ul.entry-meta li img {
    width: 25px;
    display: inline-block;
    margin-right: 10px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

ul.entry-meta {
    margin: 10px 0 10px;
}

.mt-profile-form {
    margin-bottom: 30px;
}

.short-details ul li {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
}

.short-details h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 34px;
    color: #fff;
}

.nav-fill .nav-item,
.nav-fill .nav-item.active {
    flex: none;
    display: block;
    text-align: center;
    padding: 10px 30px;
    font-size: 18px;
    margin: 0 10px;
    color: #999;
    margin-bottom: 5px;
    border: 1px solid #eee;
    font-weight: 600;
}

section.work-section {
    padding: 80px 0 60px;
}

section.mentors-section {
    padding: 60px 0;
    background: #f2f5fe;
}

.testimonial-section {
    padding-top: 80px;
    position: relative;
}

.testimonial-contents p {
    font-size: 22px;
    color: #424243;
}

.mt-trainer {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: none;
    background: #f5f5f5;
    padding: 14px;
}

.tab-content>.tab-pane {
    margin: 30px 0 0;
}

ul.accordion-lists li h4.active {
    background: #051866;
    color: #fff;
}

ul.accordion-lists li h4 {
    background: #f5f5f5;
    padding: 15px 25px;
    position: relative;
    cursor: pointer;
    padding-right: 35px;
    font-size: 16px;
    font-weight: 700;
    /* color: #fff; */
    margin-bottom: 8px;
}

ul.accordion-lists li h4.active:before {
    content: '\f068';
}

ul.accordion-lists li h4:before {
    position: absolute;
    content: '\f067';
    font-family: 'Font Awesome 5 Free';
    right: 20px;
    top: 15px;
    font-size: 16px;
}

.course-descriptions .tab-pane h3 {
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 30px;
}

.course-descriptions .tab-pane h3:first-of-type {
    margin-top: 0;
}

.inner-banner h1,
.banner-context h1,
.form-section h2 {
    position: relative;
}

.inner-banner.text-center h1 {
    font-size: 30px;
}

.mt-trainer {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.short-details .mt-label {
    display: inline-block;
    background: rgba(0, 0, 0, 0.1);
    padding: 5px 16px;
    border-radius: 4px;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 0;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.wrap-login {
    width: 390px;
    background: #fff;
    margin: 60px auto;
    border-radius: 10px;
    overflow: hidden;
    padding: 55px 55px 33px 55px;
    box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.login100-form {
    width: 100%;
}

.login-form .form-control {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #adadad;
    margin-bottom: 20px;
    background: #EEE;
    border: none;
    font-size: 16px;
    height: 48px;
}

.p-t-115 {
    padding-top: 80px;
}

.login-form .form-control:focus {
    outline: none;
}

.mt-btn {
    background: #051866;
    color: #fff !important;
    transition: all 0.4s;
    border: none;
    font-size: 18px;
    font-weight: 600;
    padding: 13px 30px;
    display: inline-block;
}

.mt-btn:hover {
    color: #fff;
    background: #ac9766;
}

.login-title {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    display: block;
    color: #051866;
}

a.mt-btn.border-btn {
    background: transparent;
    color: #ac9766 !important;
    border: 1px solid #ac9766;
    padding: 8px 15px;
    margin-top: 20px;
    font-size: 14px;
}

a.mt-btn.border-btn:hover {
    background: #ac9766;
    color: #fff !important;
    border: 1px solid #ac9766;
    padding: 8px 15px;
    margin-top: 20px;
    font-size: 14px;
}

.banner-context .mt-btn:hover {
    background: #ac9766;
}

.banner-context .mt-btn {
    background: #051866;
    color: #fff;
    transition: all 0.4s;
    border: none;
    font-weight: 600;
    padding: 18px 32px;
    font-size: 18px;
    display: inline-block;
}

.contact-form input {
    width: 100%;
    height: 45px;
    border-radius: 0px;
    padding: 0 20px;
    border: none;
    background: transparent;
    border: 1px solid #ddd;
}

.form-section h2 {
    margin-bottom: 30px;
}

.contact-form textarea {
    height: 160px;
}

.address-wrap h4 {
    margin-bottom: 30px;
    font-weight: 600;
}

.single-contact-address li {
    font-size: 18px;
    margin-bottom: 15px;
}

.single-contact-address li span {
    display: block;
    font-size: 16px;
    color: #666;
}

form.form-area.contact-form.text-right {
    margin-top: 60px;
}

.inner-banner form.form-inline.search-form.row {
    padding: 30px 11px;
}

.mt-anchor .mt-btn {
    width: 200px;
    background: #fff !important;
    display: block;
    text-align: center;
    height: 48px;
    color: #3481E0;
    border-radius: 4px;
    line-height: 48px;
    margin-top: 40px;
    border: 1px solid #fff !important;
    font-weight: bold;
}

.mt-anchor .mt-btn:hover {
    background: transparent !important;
    border: 1px solid #ddd !important;
    color: #eee !important;
    transform: translateY(-1px);
}

#mt-video .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 46px;
    color: #fff;
    transform: translate(-50%, -50%);
    opacity: 1;
    background: #ac9766;
    width: 80px;
    height: 80px;
    padding: 0;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0px 60px rgba(0, 0, 0, 0.2);
    transition: all 0.4s;
}

#mt-video .icon:hover {
    background: #051866;
    box-shadow: none;
}

div#mt-video {
    position: relative;
    margin-right: 20px;
    box-shadow: 0 20px 60px rgba(30, 30, 30, 0.15);
}

#mt-video:hover .icon {
    opacity: 1;
}


/* .banner-context {
    position: absolute;
    top: 50%;
    padding-right: 30px;
    transform: translateY(-50%);
    z-index: 99;
    width: 600px;
    max-width: 90%;
} */

.profile-edit .tab-content .mt-profile-form label {
    display: block;
    margin-bottom: 30px;
}

.profile-edit .tab-content .mt-profile-form label span {
    width: 30%;
    display: inline-block;
    font-weight: 600;
    vertical-align: middle;
    color: #666;
}

nav.nav-sidebar li {
    margin-bottom: 28px;
}

.profile-edit .tab-content>.tab-pane {
    margin: 0;
}

.profile-edit .tab-content>.tab-pane {
    margin: 0;
}

section.site-section.profile-editor {
    padding: 60px 0;
}

h1 span {
    color: #051866;
}

.mt-step input {
    width: 380px;
    background: #eee;
    border: none;
    height: 50px;
    padding: 0 15px;
    max-width: 100%;
}

.mt-step button.mt-btn.mt-border {
    width: 200px;
}

.mt-profile-form h4,
.mt-profile-form h5 {
    font-weight: bold;
    margin-bottom: 25px;
}

.profile-edit nav.nav-sidebar {
    margin-top: 60px;
}

.profile-edit ul.nav.tabs li a {
    color: #333;
    font-size: 16px;
    display: flex;
}

.profile-edit ul.nav.tabs li.active a {
    color: #051866;
    font-weight: bold;
}

.profile-edit a.active svg,
.profile-edit ul.nav.tabs li:hover svg {
    fill: #051866;
}

.profile-edit .nav li a svg {
    display: inline-block;
    vertical-align: middle;
    color: #666;
    margin-right: 10px;
    margin-top: -5px;
}

.profile-edit ul.nav.tabs li:hover a {
    color: #051866;
}

.login-form button.mt-btn {
    width: 100%;
}

table.course-table th,
table.course-table td {
    padding: 8px 0;
}

table.course-table td {
    padding: 8px 0;
    font-size: 18px;
}

table.course-table {
    width: 100%;
    margin-bottom: 60px;
}

.py-0 .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.short-details.course-content {
    height: 100%;
    padding: 40px;
    margin-left: -30px;
}

.short-details.course-content h4 {
    font-size: 24px;
    margin-bottom: 20px;
}

.course-video-descriptions {
    padding: 60px 0px;
}

.short-details.course-content img.card-img-top.img-fluid {
    width: 22%;
    height: 60px;
    object-fit: cover;
}

.short-details.course-content #mt-video a {
    display: flex;
}

#mt-video span.mt-text {
    width: 78%;
    padding-left: 20px;
    color: #fff;
    font-weight: bold;
}

span.mt-time {
    font-size: 13px;
    display: block;
    font-weight: 400;
    margin-top: 8px;
    opacity: 0.6;
}

.short-details.course-content #mt-video {
    margin-bottom: 25px;
}

.course-videos {
    max-height: 400px;
    overflow-y: scroll;
}

.course-videos::-webkit-scrollbar {
    width: 8px;
}


/* Track */

.course-videos::-webkit-scrollbar-track {
    background: transparent;
}


/* Handle */

.course-videos::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
}


/* Handle on hover */

.course-videos::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.short-details.course-content #mt-video a:hover {
    opacity: 0.7;
    color: #fff;
}

form.form-inline.search-form.row input {
    width: 100%;
    border: none;
    font-size: 20px;
    font-weight: 600;
}

form.form-inline.search-form.row input:focus {
    outline: none !important;
    box-shadow: none !important;
}

form.form-inline.search-form.row input[type="submit"] {
    font-size: 17px;
    text-transform: capitalize;
}

.mt-team {
    overflow: hidden;
    padding: 10px 15px 15px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.team-content h5 {
    margin: 0 0 7px;
}

.mt-team figure {
    position: relative;
    overflow: hidden;
    transition: all 0.4s;
}

.mentor-descriptions p {
    line-height: 26px;
    font-size: 17px;
    color: #333;
}

.mt-team.text-center figure img {
    height: 90px;
    object-fit: cover;
    position: relative;
    top: 0;
    border: 2px solid #fff;
    transition: all 0.6s;
    width: 90px;
    margin-right: 20px;
    border-radius: 50%;
}

.mt-team .team-content {
    width: calc(100% - 115px);
}

.mentor-descriptions {
    text-align: left;
    margin-top: 10px;
    padding-left: 50px;
    position: relative;
}

.mentor-descriptions:before {
    position: absolute;
    left: 0;
    top: 12px;
    width: 35px;
    height: 2px;
    content: '';
    background: #ac9766;
}

.team-content h4 {
    margin: 8px 0 5px;
}

p.mt-designation {
    font-size: 16px;
    color: #666;
    line-height: 20px;
}

.client-list li img {
    height: 90px;
    object-fit: contain;
    margin: 10px 0;
}

.client-list ul {
    text-align: center;
}

.client-list li {
    width: 10%;
    display: inline-block;
    /* height: 40px; */
    margin: 0 20px;
}

section.trusted-partners {
    padding: 60px;
}

.work-procedures .nav {
    border-bottom: 1px solid #ccc;
    width: max-content;
    margin: 0 auto 40px;
    padding: 0 60px;
}

.work-procedures .nav .nav-item {
    padding: 0 0 10px;
    border: none;
    margin: 0 20px;
    border-bottom: 2px solid transparent;
}

.work-procedures .nav .nav-item.active {
    color: #051866;
    background: transparent;
    position: relative;
}

.work-procedures .nav .nav-item.active:before {
    position: absolute;
    content: "";
    background: #f2f5fe;
    border: 0px solid #ccc;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    left: 50%;
    top: 30px;
    width: 15px;
    height: 15px;
    transform: translateX(-50%) rotate(45deg);
}

section.category-section {
    position: relative;
    overflow: hidden;
    padding: 80px 0;
}

.float-image {
    position: absolute;
    width: 100%;
    right: 0;
    top: 95px;
}

ul.top-categories {
    margin-top: 40px;
}

ul.top-categories li {
    display: inline-block;
}

ul.top-categories li a:hover {
    background: #051866;
    color: #fff;
}

ul.top-categories li a {
    box-shadow: 0 4px 12px rgba(30, 30, 30, 0.1);
    padding: 10px 20px;
    display: inline-block;
    margin-bottom: 15px;
    border-radius: 6px;
    margin-right: 15px;
}

.team-content a {
    color: #ac9766;
    margin-top: 0px;
    display: inline-block;
}

.site-title h1 {
    font-size: 35px;
    margin-bottom: 15px;
}

section.category-section p {
    font-size: 16px;
}

footer a {
    color: #666;
    margin-right: 40px;
    font-size: 16px;
}

p.copyright.text-center {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 30px;
    margin: 0;
    color: #fff;
    font-size: 16px;
    opacity: 0.8;
}

footer .footer-widget p a {
    padding-left: 0;
    margin-left: 0;
}

p.copyright.text-center span {
    margin-left: 30px;
}

footer a:hover {
    color: #c9b179;
}

.work-procedures.work-tabs .nav .nav-item {
    padding: 0 0 10px !important;
    margin: 0 15px;
    border-radius: 0;
    padding: 14px;
}

.work-procedures.work-tabs .nav .nav-item.active svg {
    fill: #051866;
}

.work-tabs svg {
    height: 45px;
    width: 50px;
    margin-right: 15px;
}

section.site-section.featured {
    padding: 80px 0 80px 0 !important;
    border-top: 1px solid #eee;
    margin-top: 40px;
}

.popular-course {
    background: #030202;
}

.tile {
    max-height: 160px;
}

a.tile-text {
    display: block;
    height: 90px;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 30px;
    transition: all 0.4s;
    position: relative;
    box-shadow: rgba(31, 31, 31, 0.12) 0px 1px 6px, rgba(31, 31, 31, 0.12) 0px 1px 4px
}

a.tile-text:hover {
    transform: translateY(-2px);
    -webkit-box-shadow: 0 10px 30px 0 rgba(31, 36, 48, .18);
    box-shadow: 0 10px 30px 0 rgba(31, 36, 48, .18);
    cursor: pointer;
}

a.tile-text:hover h3 {
    color: #ac9766;
}


/*
* a.tile-text:before {
*     position: absolute;
*         left: 0;
*             top: 0;
*                 width: 100%;
*                     height: 100%;
*                         background: #978b71c2;
*                             content: '';
*                                 transition: all 0.4s;
*                                 } */

.flsdfdsoat-image {
    position: absolute;
    right: 0;
    width: 50%;
    top: 0;
}

.path-info h3 {
    font-size: 16px;
    margin: 0;
    text-align: left;
    line-height: 22px;
}

.path-img img {
    object-fit: cover;
}

.path-img {
    height: 100%;
    display: flex;
    width: 40%;
}

.path-info {
    position: relative;
    z-index: 99;
    padding: 10px 15px;
    display: flex;
    justify-content: center;
    height: 100%;
    width: 60%;
}

.schema-faq-question:hover {
    color: #051866;
}

.schema-faq-question {
    padding: 20px;
    position: relative;
    cursor: pointer;
    line-height: 28px;
    padding-right: 50px;
    font-weight: 600;
    transition: all 0.4s;
    font-size: 18px;
    display: block !important;
    width: 100%;
    letter-spacing: -0.3px;
    color: #707070;
}

.faq-wrap h5.active:after,
.schema-faq-question.active:after {
    content: '\f106';
}

.schema-faq-question:after {
    position: absolute;
    right: 20px;
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    top: 20px;
    font-size: 16px;
    color: #051866 !important;
}

.faq-wrap p,
.schema-faq-answer {
    padding: 0 20px 34px;
    margin: 0px 0 20px;
    font-size: 16px;
}

.schema-faq-question.active {
    color: #051866 !important;
}

.schema-faq-section {
    background: #fff;
    margin-bottom: 20px;
}

.mentor-register.text-center a {
    display: inline-block;
    padding: 15px 30px;
}

.float-img {
    position: absolute;
    width: 50%;
    left: 0;
    top: 0;
}

.abt-block svg {
    height: 65px;
    fill: #666;
}

.about-intro {
    background: #f5f5f5;
    text-align: center;
}

.about-intro .row {
    align-items: center;
}

p.lg-txt {
    font-size: 18px;
    margin-top: 20px;
}

section.site-section.mt-features {
    color: #fff;
}

.feature-intro {
    max-width: 900px;
    text-align: center;
    margin: 0 auto 20px;
}

.story-title {
    padding: 40px 60px 40px 40px;
}

.feature-content.d-flex {
    margin-top: 40px;
}

.feature-content.d-flex svg {
    fill: #ac9766;
    height: auto;
    margin-right: 30px;
    width: 70px;
}

section.site-section.mt-features p {
    color: #fff;
    opacity: 0.9;
}

.feature-intro p {
    font-size: 18px;
}

.light-bg {
    background: #f5f5f5;
}

section.abt-block.site-section {
    padding-bottom: 20px;
}

.contact-form {
    margin-top: 60px;
    position: relative;
}

.contact-form .left-form {
    padding: 40px 50px 40px 50px;
}

.contact-form .sub-title {
    margin-bottom: 30px;
}

.btn-col {
    justify-content: center;
    display: flex;
}

.btn.btn-aylen {
    margin: 0;
}

.btn.btn-aylen {
    background: #fff;
    border: 2px solid #3F51B5;
    color: #222;
    overflow: hidden;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.bg-main .right-contact-info {
    padding: 40px 50px 40px 50px;
}

.bg-main {
    background-color: #3A59A8;
}

.contact-form .sub-title {
    margin-bottom: 30px;
}

.right-contact-info .contact-list li {
    margin-bottom: 16px;
    font-size: 15px;
    color: #fff;
}

.bg-main .right-contact-info .sub-title h3 {
    color: #fff;
}

.btn.btn-aylen {
    margin: 0;
}

.btn.btn-aylen {
    background: #fff;
    border: 2px solid #3F51B5;
    color: #222;
    overflow: hidden;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

textarea {
    width: 100%;
    resize: none;
    height: 120px;
    border: 1px solid #ddd;
}

.contact-list.footer-list a {
    color: #fff;
    text-decoration: underline;
    font-weight: 600;
}

a.btn.btn-aylen.mt-4 {
    border-radius: 32px;
    font-weight: 600;
}

input.mt-4.mt-btn {
    height: 55px;
}

a.btn.btn-aylen.mt-4 i {
    margin-right: 7px;
}

.right-contact-info a.btn.btn-aylen.mt-4:hover {
    color: #3F51B5;
}

.contact-list.footer-list li i {
    width: 20px;
    text-align: center;
    margin-right: 7px;
}

ul.platform-steps .step {
    width: 64px;
    height: 64px;
    line-height: 64px;
    background-color: #ac9766;
    background-repeat: no-repeat;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    background-position: center;
    font-weight: 500;
    position: relative;
    display: block;
    font-weight: bold;
    color: #fff !important;
}

ul.platform-steps li {
    display: flex;
    padding-bottom: 20px;
    position: relative;
}

ul.platform-steps .step-content {
    width: calc(100% - 64px);
    padding-left: 25px;
}

.step-content h5 {
    font-weight: bold;
}

ul.platform-steps li:before {
    position: absolute;
    left: 33px;
    width: 1px;
    height: 100%;
    background: url(../images/lines.svg);
    content: '';
    background-size: 100% !important;
    top: 0;
}

.learning-work-block.text-center {
    padding: 0 30px;
    transition: all 0.4s;
    position: relative;
    top: 0;
    text-align: left !important;
}

.learning-work-block.text-center:hover {
    top: -10px;
}

.learning-work-block.text-center:hover svg {
    fill: #fff;
    height: 45px;
}

.learning-work-block.text-center svg {
    fill: #ac9766;
    height: 60px;
    width: auto;
    transition: all 0.4s;
}

#learning-work .container-fluid {
    padding: 0 10px;
}

ul.platform-steps {
    padding-left: 30px;
}

.blog_right {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.blog_right:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 130%;
    content: '';
    background: #fff;
    z-index: 99;
    transition: all 2.2s;
}

.blog_right.animated:before {
    height: 0;
}

.blog_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.blog_title_container {
    position: absolute;
    left: 0;
    top: calc(100% - 120px);
    width: 82%;
    height: 100%;
    background: #fff;
    padding-left: 39px;
    padding-right: 40px;
    padding-top: 28px;
    -webkit-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
    -moz-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
    -ms-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
}

.blog_right:hover .blog_title_container {
    top: 0;
    background: #f5f5f5;
}


/* .blog_right:hover .blog_right_title a,
* .blog_right:hover .blog_right_category a {
*     color: #fff; */


}
.blog_right:hover p {
    color: rgb(193, 205, 230);
}
img.card-img-top.img-fluid {
    height: 350px;
    object-fit: cover;
}
.block-content img.card-img-top.img-fluid {
    height: 200px;
}
.blog_right_title a {
    font-size: 26px;
    color: #051866;
    font-weight: 700;
    margin-top: 10px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    display: block;
    margin-bottom: 20px;
}
.blog_right_category a {
    font-weight: 600;
    color: rgba(0, 0, 0, 0.4);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
ul.platform-steps li:last-child:before {
    display: none;
}
.mt-mentors {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ftr-widgets li {
    margin-bottom: 8px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
}
.blog-section.d-flex {
    margin-bottom: 20px;
}
.ftr-widgets .blog-section.d-flex .blog-image {
    width: 30%;
    margin-bottom: 0px;
}
.bottom-footer {
    margin-top: 40px;
    border-top: 1px solid #CBC2C2;
    padding-top: 30px;
}
footer .blog-title {
    width: 70%;
    padding: 0 0 0 20px;
}
.ftr-widgets h6 {
    color: #051866;
    font-size: 20px;
    margin-bottom: 15px;
}

/* .mt-copyright p {
*     color: rgb(130, 149, 186);
*     } */
.company-logo {
    display: flex;
    width: 60px;
    background: #fff;
    height: 60px;
    margin-top: -50px;
    z-index: 9999;
    border-radius: 50%;
    border: 1px solid #eee;
    padding: 7px;
    align-items: center;
    margin-bottom: 12px;
}
.site-title p {
    font-size: 20px;
}
.site-title {
    margin-bottom: 35px;
}
.ftr-partner.d-flex.align-items-center {
    justify-content: space-between;
}
.footer-social ul li {
    display: inline-block;
    margin-right: 10px;
}

/* .mt-top {
*     transition: all 0.5s ease;
*         height: 140px;
*             width: 100%;
*                 object-fit: cover;
*                 } */
.cell {
    margin: 20px;
}
.cell img {
    height: 60px;
    width: 200px;
    object-fit: contain;
}
.d-flex.partners-section {
    justify-content: center;
}

/* .subscription-section h3, .subscription-section p, .subscription-section h4 {
*     color: #fff;
*     } */
.subscription-section {
    background: #Fff;
    padding: 30px 50px;
    position: relative;
    margin-bottom: -67px;
    z-index: 99;
    -webkit-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.07);
}
.subscription-section input {
    width: 300px;
    height: 48px;
    border: none;
    padding: 0 16px;
    border: 1px solid #ddd;
    font-size: 16px;
    margin-right: 5px;
    max-width: 100%;
}
.subscription-section input:focus {
    outline: none;
    border: 1px solid #ac9766;
}
input::-webkit-input-placeholder {
    /* Edge */

    color: rgb(161, 159, 159);
}
input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */

    color: rgb(161, 159, 159);
}
input::placeholder {
    color: rgb(161, 159, 159);
}
.subscription-section button:hover {
    background: #051866;
}
.subscription-section button {
    background: #ac9766;
    color: #fff;
    border: none;
    font-size: 17px;
    font-weight: bold;
    height: 48px;
    transition: all 0.4s;
    padding: 0 30px;
}
span.newsletter-icon svg {
    fill: #051866;
    height: 40px;
    width: auto;
    margin-right: 17px;
}
img.shape-image {
    position: absolute;
    bottom: -126px;
    width: 40%;
    opacity: 0.05;
    right: -93px;
}
.mentor-div:hover figure {
    transform: scale(1.05);
}
.blog_right .read_more a {
    color: #c9b179;
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
}
.blog_right .read_more a:hover {
    text-decoration: none;
}
.footer-social li a:hover {
    background: #ac9766;
    color: #fff;
}
.footer-social li a {
    color: #ac9766;
    font-size: 18px;
    width: 40px;
    height: 40px;
    text-align: center;
    display: flex;
    border-radius: 50%;
    margin: 0;
    line-height: 40px;
    border: 1px solid;
    justify-content: center;
    align-items: center;
}
.team-content a {
    font-size: 20px;
    text-align: center;
}
.team-content {
    text-align: left;
}
.owl-pagination {
    display: flex;
    justify-content: center;
}
.single-solutions {
    width: 33.333%;
    background: #fff;
    margin: 10px 0 30px;
    border-left: 2px solid #eee;
    /* box-shadow: 0 30px 60px rgba(30,30,30,0.1); */
}
.single-solutions:hover {
    border-left: 2px solid #ac9766;
}
.solution-blocks.d-flex {
    flex-wrap: wrap;
    justify-content: space-between;
}
.learning-work-icon {
    width: 80px;
    height: 80px;
    /* background: #fff; */

    border-radius: 50%;
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s;
    margin-bottom: 10px;
}
.learning-work-block.text-center:hover .learning-work-icon {
    background: #ac9766;
}
.inner-banner {
    margin-top: 120px;
    background: #edf1f6;
    text-align: center;
    padding: 50px 0;
    text-align: left;
    position: relative;
    overflow: hidden;
}
img.wave-image {
    position: absolute;
    opacity: 0.5;
}
.learning-work-dtl p {
    margin: 0;
}
ul.mt-lists li {
    font-size: 17px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
}
ul.mt-lists li:before {
    position: absolute;
    left: 0;
    top: 5px;
    content: '';
    background: url(../images/right-arrow.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 12px;
    height: 24px;
}
.col-md-6.site-content ul li ul li {
    font-size: 17px;
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
}

/* .mt-lists li ul li:before {
*     position: absolute;
*         left: 0;
*             top: 7px;
*                 content: '';
*                     background: #ac9766;
*                         background-repeat: no-repeat;
*                             background-size: 100%;
*                                 width: 6px;
*                                     height: 6px;
*                                         border-radius: 50%;
*                                         } */
.mt-lists li li {
    font-size: 17px;
    padding-left: 25px;
    margin-bottom: 10px;
}
.col-md-6.site-content h4 {
    font-size: 21px;
    line-height: 30px;
}
.hdr-login.hdr-nav li a {
    /* font-weight: bold; */
}
.hdr-login li {
    display: inline-block;
    font-size: 16px;
}
.content-section.d-flex {
    flex-wrap: wrap;
}
.block-content {
    width: 16.666%;
    margin-bottom: 40px;
    transition: all 0.4s;
    padding: 0 17px;
    position: relative;
}
.block-content a {
    display: block;
    position: relative;
}
span.count {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #ac9766;
    top: 0;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}
.block-content .icon {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    color: #051866;
    transition: all 0.4s;
    opacity: 0;
}
.block-content img {
    margin-bottom: 15px;
    position: relative;
}
.block-content:hover .icon {
    opacity: 1;
}

/* .block-content:hover img {
*     opacity: 0.5;
*     } */
.block-content img:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(0, 0, 0, 0.1);
}
section#working-process {
    background: #f5f5f5;
    padding: 60px 0;
}
.block-content h6 {
    font-weight: normal;
    padding-right: 0;
    font-size: 16px;
    color: #444;
    line-height: 24px;
}
li {
    color: #4d4b4b;
}
.block-content:hover {
    transform: translateY(-4px);
}
.bottom-cta {
    text-align: left;
    padding: 100px 0;
}
.bottom-cta h1,
.bottom-cta h5 {
    color: #fff;
}
.bottom-cta h5 {
    font-weight: normal;
    line-height: 30px;
}
div#testimonial-carousel {
    margin-bottom: 80px;
}
.site-bg {
    background-repeat: no-repeat;
    background-size: 100%;
}
.mt-lists {
    position: relative;
}
.mt-lists.has-shadow:before {
    height: 120px;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    display: block;
    z-index: 99;
    /* background: linear-gradient(180deg,hsla(0,0%,100%,0),#fff); */
}
section.intro-section.light-bg {
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}
section.intro-section.light-bg .mt-lists:before {
    display: none;
}
.about-image {
    position: absolute;
    left: 0;
    top: 100px;
    width: 40%;
}
.about-image img {
    -webkit-box-shadow: 0 21px 43px 0 rgba(31, 36, 38, .26);
    box-shadow: 0 21px 43px 0 rgba(31, 36, 38, .26);
}
.site-section {
    position: relative;
}
.inner-banner-content p {
    margin: 0;
}
.point-counter .work-heading {
    font-size: 46px;
    letter-spacing: 3px;
}
.learning-work-block.text-white.d-flex {
    flex-wrap: wrap;
}
.learning-work-block.text-white.d-flex .learning-work-dtl:last-child {
    border-right: none;
}
.learning-work-block.text-white.d-flex .learning-work-dtl {
    width: 16.666%;
    border-right: 1px dashed #ccc;
    text-align: center;
    padding: 0 20px;
    transition: all 0.4s;
}
.learning-work-block.text-white.d-flex .learning-work-dtl:hover {
    transform: translateY(-4px) scale(1.05);
}
.feature-txt h3 {
    font-size: 24px;
    margin-bottom: 10px;
}
.abt-text ul.mt-lists li {
    font-size: 16px;
}
section.point-counter.site-section {
    padding: 20px 0;
}
.team-div .img-div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s;
}
.team-div:hover .img-div img {
    opacity: 0.5;
}
.team-div {
    text-align: center;
    background: #f5f5f5;
    padding: 30px;
    height: 100%;
}
.site-section.site-team .col-lg-3 {
    margin-bottom: 40px;
}
.img-div {
    position: relative;
    width: 150px;
    height: 150px;
    background: #685e5e;
    overflow: hidden;
    margin: 0 auto 30px;
    border-radius: 50%
}
.mt-social {
    position: absolute;
    top: 50%;
    opacity: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}
ul.social-icons a {
    width: 35px;
    height: 35px;
    text-align: center;
    background: #ac9766;
    color: #fff;
    margin: 0 3px;
    display: inline-block;
    line-height: 35px;
    border-radius: 50%;
    font-size: 20px;
}
.team-div:hover .mt-social {
    opacity: 1;
}
.brand-content {
    flex-wrap: wrap;
}
.brand-content li {
    width: 18%;
    text-align: center;
    margin: 0 17px 30px 0;
    transition: all .4s;
    cursor: default !important;
    flex-wrap: wrap;
}
.brand-content li img {
    background: #f5f5f5;
    width: 100%;
    height: 90px;
    object-fit: contain;
    padding: 20px;
    transition: all 0.4s;
    position: relative;
}
.brand-content li:hover img {
    transform: translateY(-2px);
    -webkit-box-shadow: 0 10px 30px 0 rgba(31, 36, 48, .18);
    box-shadow: 0 10px 30px 0 rgba(31, 36, 48, .18);
    cursor: pointer;
    background: #fff;
}
ul.brand-content li a {
    display: block;
    width: 100%;
    margin-top: 10px;
    color: #3d4853;
    font-weight: 700;
}
.brand-content li:hover a {
    color: #ac9766;
}
ul.mt-lists ul {
    margin-top: 15px;
}
p.team-company {
    color: #ac9766;
    margin-top: 20px;
}
a {
    color: #ac9766;
}
.mt-col-padding a:hover {
    text-decoration: underline;
}
.mt-copyright p {
    margin: 0;
    color: #999;
    font-size: 15px;
}
span.icon-svg svg {
    width: 20px;
    height: 20px;
    /* background: #eee; */
    /* border-radius: 50%; */
    /* padding: 10px; */
}
span.icon-svg {
    background: #eee;
    width: 38px;
    height: 38px;
    display: inline-flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    /* transition: all 0.4s; */

    margin-right: 10px;
}
.main-menu li a:hover span.icon-svg {
    background: #ac9766;
}
.geometry-image {
    position: absolute;
    left: -60px;
    top: 30%;
    opacity: 0.2;
    z-index: 0;
    width: 500px;
}
.geometry-shape {
    animation-name: spin;
    animation-duration: 50000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes spin {
    0% {
        transform: rotate(0deg) scale(0.7);
    }

    25% {
        transform: rotate(90deg) scale(1.2);
    }

    50% {
        transform: rotate(180deg) scale(1);
    }

    75% {
        transform: rotate(240deg) scale(0.8);
    }

    85% {
        transform: rotate(300deg) scale(1);
    }

    100% {
        transform: rotate(360deg) scale(0.7);
    }
}
section#why-us {
    padding-top: 60px;
}
img.wave-float {
    position: absolute;
    opacity: 0.55;
    left: -100%;
    top: 50px;
    transform: scaleX(-1);
    transition: all 2s;
}
.animated img.wave-float {
    width: 100%;
    left: 0;
}
button:focus {
    outline: none;
}
.overlay,
.mobile-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #55565a;
    z-index: 990;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
}
.mobile-overlay {
    background: #fff;
    z-index: 9999;
}
.overlay.on,
.mobile-overlay.on {
    visibility: visible;
    opacity: 0.5;
}
.inner-banner-content h1 {
    margin: 0;
    font-size: 42px;
}
#partners-carousel .owl-pagination {
    display: none;
}
section.point-counter.site-section p {
    margin-top: 20px;
}
.featured .col-xl-5 {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding-right: 0;
    padding-left: 30px;
}
#toggle {
    display: none;
}
button.close {
    position: absolute;
    right: -40px;
    font-size: 40px;
    top: 0;
    font-weight: 100;
    color: #fff;
    opacity: 0.8;
}
div#mt-video button.close {
    border: none;
    /* background: transparent; */

    padding: 0;
    margin: 0;
    width: 50px;
    height: 50px;
    line-height: 50%;
    background: transparent;
    border-radius: 50%;
    line-height: 50px;
}
div#mt-video button.close:hover {
    color: #fff;
    opacity: 1;
}
.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
    width: 800px;
    max-width: 100%;
}
#mt-video button {
    border: none;
}
hr {
    margin: 60px 0;
}
.mobile-navigation {
    position: fixed;
    left: -400px;
    width: 400px;
    height: 100%;
    z-index: 99999;
    background: #051866;
    overflow-y: scroll;
    top: 0;
    transition: all 0.4s;
    padding: 30px;
}
section#working-process .container-fluid {
    padding: 0 70px;
}
.mid-div {
    border: 5px solid #f5f5f5;
    padding: 40px;
    margin-top: 60px;
}
.banner-meta li {
    font-size: 18px;
    margin-top: 7px;
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
}
.banner-buttons {
    margin-top: 20px;
}
.inner-banner-image img {
    box-shadow: 0 20px 60px rgba(30, 30, 30, 0.15);
}
.mt-btn.secondary-bg:hover,
.mt-btn.border-btn:hover {
    background: #051866;
    color: #fff;
}
.mt-btn.border-btn:hover {
    background: #ac9766;
    color: #fff !important;
}
.mt-btn.secondary-bg {
    background: #ac9766;
}
.mt-btn.border-btn {
    background: #fff;
    border: 1px solid #ac9766;
    color: #ac9766 !important;
}
.mt-btn.sm-btn {
    font-size: 16px;
    font-weight: 600;
    padding: 10px 22px;
}
.events-section .tab-content>.tab-pane,
.course-section .tab-content>.tab-pane {
    margin-top: 0;
}
.events-section .nav-link:hover,
.course-section .nav-link:hover {
    background: #f5f5f5;
    color: #ac9766 !important;
}
.events-section .nav-link,
.course-section .nav-link {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    border: 1px solid #ac9766;
    margin-right: 30px;
    padding: 20px 10px !important;
    border-radius: 0;
    position: relative;
    transition: all 0.4s;
    width: 120px;
    height: 120px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
div#v-pills-tab {
    border-right: 1px solid #ddd;
    height: 100%;
    min-height: 400px;
    margin-right: 52px;
}
.event-sidebar ul li,
.course-sidebar ul li {
    display: flex;
    padding: 7px 0;
    align-items: center;
}
.event-sidebar ul li:last-child,
.course-sidebar ul li:last-child {
    border-bottom: none;
}
.event-sidebar ul li i,
.course-sidebar ul li i {
    width: 30px;
    margin-right: 7px;
    font-size: 26px;
    color: #;
    text-align: center;
}
.event-sidebar ul li h6,
.course-sidebar ul li h6 {
    margin: 0;
    font-weight: normal;
    font-size: 17px;
}
div#v-pills-tabContent {
    margin-left: -45px;
    margin-right: 20px;
}
.banner-buttons {
    position: absolute;
    /* bottom: 0; */

    right: 0;
    margin-top: 60px;
}
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: #ac9766;
}
.nav-link.active:after,
.nav-item.active a:after {
    position: absolute;
    content: "";
    background: #fff;
    border: 2px solid #ccc;
    border-width: 0 1px 1px 0;
    transform: rotate(-45deg);
    right: -39px;
    top: 13px;
    width: 15px;
    height: 15px;
}
.events-section .nav-link i,
.course-section .nav-link i {
    font-size: 44px;
    margin-right: 0 !important;
    display: block;
    width: 100%;
    margin-bottom: 5px;
}
.banner-meta.mt-4 li i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #c4ab71;
    border-radius: 50%;
    margin-right: 6px;
    font-size: 28px;
}
.accordion-lists li .accordion-header:hover {
    background: #fff;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07)
}
.accordion-lists li .accordion-header {
    background: #f5f5f5;
    padding: 15px 20px;
    position: relative;
    cursor: pointer;
    padding-right: 35px;
    font-size: 16px;
    transition: all 0.4s;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.accordion-content {
    display: none;
}
.person-info figure img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 12px;
}
.accordion-header,
.person-info figure,
.person-contacts {
    display: flex;
    align-items: center;
}
.person-info figcaption h6 {
    margin: 0;
}
.person-info figcaption h6 span {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #888;
    margin-top: 0px;
    line-height: 20px;
}
.person-info {
    width: 70%;
}
.person-contact {
    width: 30%;
}
.person-info figure {
    margin: 0;
}
.person-contacts a:hover span.tool-tip {
    display: block;
}
.person-contacts a {
    font-size: 24px;
    position: relative;
    margin: 0 8px;
}
span.tool-tip {
    position: absolute;
    font-size: 14px;
    background: #fff;
    width: 110px;
    text-align: center;
    color: #666!important;
    padding: 7px;
    border-radius: 4px;
    bottom: 100%;
    left: 0;
    box-shadow: 0 3px 10px rgba(40, 40, 40, 0.1);
    display: none;
}
.accordion-content {
    padding: 10px 20px 40px;
}
.accordion-content li {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}
.accordion-content li span {
    display: block;
    font-weight: normal;
    margin-top: 5px;
}
.accordion-lists li .accordion-header.active {
    border-bottom: 2px solid #ac9766;
    background: #fff;
}

/*.accordion-lists li .accordion-header:before {*/

/*    position: absolute;*/

/*    content: '\f067';*/

/*    font-family: 'Font Awesome 5 Free';*/

/*    right: 20px;*/

/*    top: 10px;*/

/*    font-size: 13px;*/

/*}*/
span.arrow-down {
    position: absolute;
    right: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #ddd;
    border-radius: 50%;
    line-height: 30px;
    color: #666;
    transition: all 0.4s;
}
.accordion-lists li .accordion-header.active span.arrow-down {
    transform: rotate(-180deg);
}
.profile-search {
    margin-bottom: 40px;
}
.profile-search input {
    border: 1px solid #ccc;
    height: 55px;
    width: 82%;
    font-size: 18px;
    padding: 15px;
}
.profile-search form {
    display: flex;
}
.sessions-tab li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.session-calendar button i {
    background: transparent;
    border: none;
    color: #ac9766;
    font-size: 24px;
    padding-right: 4px;
}
.session-title h5 {
    margin-bottom: 7px;
}
.session-calendar button:hover {
    background: #fff;
    box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.07);
}
.session-calendar button {
    border: none;
    display: flex;
    align-items: center;
    color: #ac9766;
    transition: all 0.4s;
    background: #f5f5f5;
    padding: 10px 12px;
}
.session-title p {
    font-size: 16px;
    margin: 0;
}
.inner-banner-image {
    position: relative;
}
.event-sidebar.pb-4,
.course-sidebar.pb-4 {
    padding: 20px 0;
    margin-top: 10px;
    border-top: 2px solid #eee;
}
.course-content-text {
    color: #A5A3A3;
}
.course-content-text span {
    color: #3C3B37;
}
.session-filter {
    background: #f5f5f5;
    padding: 15px 20px;
    margin-bottom: 30px;
}
.session-filter .form-group {
    margin: 0;
    margin-right: 25px;
}
.session-filter.d-flex {
    align-items: center;
    flex-wrap: wrap;
}
.filter-buttons.pull-right {
    margin-left: auto;
}
.filter-buttons button.mt-btn {
    padding: 7px 20px;
    margin-left: 10px;
    font-size: 14px;
}
.related-eventts {
    padding: 40px 100px 0;
    border-top: 1px solid #ddd;
}
.site-section.login-section {
    margin-top: 60px;
}
.tab-menu {
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}
.tab-menu ul {
    margin: 0;
    padding: 0;
}
.tab-menu ul li {
    list-style-type: none;
    display: inline-block;
}
.tab-menu ul li a {
    text-decoration: none;
    font-size: 18px;
    margin-right: 38px;
    padding-bottom: 10px;
    display: inline-block;
    font-weight: 600;
    border-bottom: 2px solid transparent;
}
.tab-menu ul li a.active-a {
    border-bottom: 2px solid #051866;
    color: #051866;
}
.tab {
    display: none;
}
.tab-active {
    display: block;
}
.accordion-header h5 {
    margin: 0;
    padding: 3px 0;
    color: #444;
    font-weight: 400;
    font-size: 19px;
}
.event-banner {
    height: 340px;
    object-fit: cover;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0;
    background-attachment: fixed;
    background-position: center center;
}
.event-banner .container,
.event-banner .row {
    height: 100%;
}
.event-banner:before {
    position: absolute;
    background: linear-gradient(to right, rgba(42, 41, 54, 0.9) 0, rgba(0, 0, 0, 0) 100%);
    width: 70%;
    height: 100%;
    content: '';
    left: 0;
    bottom: 0;
}
.inner-banner.event-banner h1,
.inner-banner.course-banner h1 {
    color: #fff;
    font-size: 42px;
}
.banner-buttons .mt-btn {
    margin-left: 10px;
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.4);
}
.session-filter .form-group label {
    color: #051866;
    margin: 0;
    font-weight: 600;
}
.sticky .category-nav>ul>li>a {
    padding: 23px 15px;
}
.form-section {
    padding: 30px;
    max-width: 500px;
    margin: 0 auto;
}
.form-section.big-section {
    max-width: 650px;
}
.form-wrapper {
    background: #fff;
    padding: 50px 40px;
}
.input-wrapper {
    margin-bottom: 25px;
}
.mt-input {
    width: 100%;
    border: 1px solid #ddd;
    height: 50px;
    padding: 0 10px;
    font-size: 16px;
    background: #fff;
}
.mt-input:focus {
    outline: none;
}
.site-logo {
    width: 160px;
    margin: 0 auto 40px;
}
.site-section.site-login {
    position: relative;
    padding: 30px 0;
    min-height: 100vh;
}
.form-section .tab-menu.text-center {
    margin: 0;
}
.form-section .tab-menu ul li a {
    margin: 0;
    width: 100%;
}
.form-section .tab-menu ul {
    margin: 0;
    padding: 0;
    display: flex;
}
.form-section .tab-menu ul li {
    width: 50%;
}
button.g-login,
button.l-login {
    background: #f3f3f3;
    border: none;
    color: #666;
    padding: 15px;
    margin-bottom: 15px;
    width: 100%;
    font-weight: bold;
    font-size: 17px;
}
button.l-login {
    background: #0E72A3;
    color: #fff;
}
.signup-social {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
a.new-account {
    text-align: center;
    display: block;
    margin-top: 30px;
    text-decoration: underline;
    color: #999;
    pointer-events: c;
}
p.sec-login {
    text-align: center;
}
.conference-section.d-flex {
    min-height: 100vh;
    flex-wrap: wrap;
}
.tab-menu.tab-panel ul {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    align-items: inherit;
}
.tab-menu.tab-panel ul li {
    display: block;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.tab-menu.tab-panel ul li a:hover {
    color: #4182c8;
}
.tab-menu.tab-panel ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-wrap: wrap;
    font-size: 15px;
    font-weight: normal;
    margin: 0;
    padding: 12px 0;
    font-weight: 600;
    color: #eee;
}
.tab-menu.tab-panel li i {
    font-size: 34px;
    display: block;
    width: 100%;
}
.secondary-section {
    width: 150px;
    position: fixed;
    right: 0;
    top: 0;
    display: flex;
    bottom: 0;
}
.primary-section {
    width: calc(100% - 150px);
    background: #fff;
    padding: 0;
    transition: all 0.4s;
    position: relative;
}
.conference-section.on .primary-section {
    width: calc(100% - 500px);
}
.conference-section.on .secondary-section {
    width: 500px;
    z-index: 999;
}
.conference-section.on .tab-panel-content {
    width: 350px;
    padding: 30px 25px;
    position: relative;
    right: 0;
    display: block;
    background: #F2F5FE;
}
.tab-menu.tab-panel {
    margin: 0;
    background: #051866;
    order: 2;
    width: 150px;
}
.tab-panel-content {
    width: 350px;
    padding: 30px 30px;
    position: relative;
    right: -350px;
    display: none;
}
.tab-panel-content::-webkit-scrollbar,
.attendee-profile::-webkit-scrollbar,
.all-messages::-webkit-scrollbar,
.faq-div::-webkit-scrollbar,
.chat-app .all-contact-list::-webkit-scrollbar,
.attendee-lists::-webkit-scrollbar,
.intructor-list::-webkit-scrollbar,
.qa-content::-webkit-scrollbar,
.course-contain::-webkit-scrollbar,
.announcement-list::-webkit-scrollbar,
.assignment-list::-webkit-scrollbar,
.course-tab .tab-pane::-webkit-scrollbar {
    width: 7px;
}

/* Track */
.tab-panel-content::-webkit-scrollbar-track,
.attendee-profile::-webkit-scrollbar-track,
.all-messages::-webkit-scrollbar-track,
.faq-div::-webkit-scrollbar-track,
.chat-app .all-contact-list::-webkit-scrollbar-track,
.attendee-lists::-webkit-scrollbar-track,
.intructor-list::-webkit-scrollbar-track,
.qa-content::-webkit-scrollbar-track,
.course-contain::-webkit-scrollbar-track,
.announcement-list::-webkit-scrollbar-track,
.assignment-list::-webkit-scrollbar-track,
.course-tab .tab-pane::-webkit-scrollbar-track {
    border-radius: 10px;
}

/* Handle */
.tab-panel-content::-webkit-scrollbar-thumb,
.attendee-profile::-webkit-scrollbar-thumb,
.all-messages::-webkit-scrollbar-thumb,
.faq-div::-webkit-scrollbar-thumb,
.chat-app .all-contact-list::-webkit-scrollbar-thumb,
.attendee-lists::-webkit-scrollbar-thumb,
.intructor-list::-webkit-scrollbar-thumb,
.qa-content::-webkit-scrollbar-thumb,
.course-contain::-webkit-scrollbar-thumb,
.announcement-list::-webkit-scrollbar-thumb,
.assignment-list::-webkit-scrollbar-thumb,
.course-tab .tab-pane::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

/* Handle on hover */
.tab-panel-content::-webkit-scrollbar-thumb:hover,
.attendee-profile::-webkit-scrollbar-thumb:hover,
.all-messages::-webkit-scrollbar-thumb:hover,
.faq-div::-webkit-scrollbar-thumb:hover,
.chat-app .all-contact-list::-webkit-scrollbar-thumb:hover,
.attendee-lists::-webkit-scrollbar-thumb:hover,
.intructor-list::-webkit-scrollbar-thumb:hover,
.qa-content::-webkit-scrollbar:hover,
.course-contain::-webkit-scrollbar:hover,
.announcement-list::-webkit-scrollbar:hover,
.assignment-list::-webkit-scrollbar:hover,
.course-tab .tab-pane::-webkit-scrollbar:hover {
    background: #999;
}
.tab-menu.tab-panel ul li a.active-a {
    border-bottom: none;
    color: #051866;
    background: #F2F5FE;
}
.conference-header .logo img {
    height: 30px;
    margin-right: 50px;
}
.conference-header {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 40px;
}
.conference-body .nav-pills {
    display: flex;
    justify-content: center;
    max-width: fit-content;
    margin: 0 auto 30px;
    overflow: hidden;
    /* box-shadow: 0 7px 15px rgba(20, 20, 20, 0.1); */

    position: relative;
}
.conference-body .nav-link {
    font-size: 17px;
    padding: 10px 25px !important;
    border-radius: 0;
    margin: 0 10px !important;
    font-weight: 600;
    background: transparent;
    border-radius: 32px;
    border: 1px solid #ac9766;
}
.conference-body .nav-link:hover {
    background: #f5f5f5;
    color: #ac9766;
}
.conference-body div#v-pills-tabContent {
    margin-left: 0;
    margin-right: 0;
}
.conference-body {
    max-width: 80%;
    margin: 0 auto 60px;
}
canvas#unity-canvas {
    /* max-width: 100% !important; */

    width: 100%!important;
}
.conference-body .tab-content>.tab-pane {
    margin: 10px 0 0;
}

/* video {
*     box-shadow: 0 20px 60px rgba(20, 20, 20, 0.3);
*     } */
.tab .search-form input {
    height: 40px;
    border-radius: 22px;
    overflow: hidden;
    font-size: 16px;
    padding: 15px;
}
.tab form.search-form input[type=submit] {
    position: absolute;
    right: 0;
    background-size: 16px;
}
.tab form.search-form {
    border-radius: 26px;
}
.intructor-list,
.attendee-lists,
.attendee-profile,
.qa-content,
.course-contain,
.announcement-list,
.assignment-list {
    margin-top: 30px;
    overflow-y: scroll;
    height: calc(100vh - 160px);
    margin-right: -25px;
    padding-right: 25px;
}
.announcement-list {
    margin-top: 30px;
    overflow-y: scroll;
    height: calc(100vh - 160px);
    margin-right: -25px;
    padding-right: 25px;
}
.all-messages,
.all-contacts {
    margin-top: 30px;
    overflow-y: scroll;
    height: 75vh;
}
.attendee-lists .person-info,
.intructor-list .person-info {
    width: 100%;
}
.attendee-lists h6,
.intructor-list h6 {
    font-size: 16px;
    line-height: 20px;
}
.attendee-lists li,
.intructor-list li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    position: relative;
    cursor: pointer;
}
.attendee-lists li:hover .hidden-descriptions,
.intructor-list li:hover .hidden-descriptions {
    display: flex !important;
    top: 90%;
}
.hidden-descriptions {
    background: #fff;
    padding: 15px;
    border-radius: 18px;
    position: absolute;
    left: 0;
    top: 120%;
    width: 100%;
    display: none !important;
    z-index: 99;
    box-shadow: 0 7px 15px rgba(20, 20, 20, 0.1);
}
.hidden-descriptions:before {
    position: absolute;
    left: 17px;
    top: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    content: '';
}
.hidden-descriptions a {
    margin: 0!important;
    font-size: 14px;
    display: inline-block;
    padding: 0 5px;
    border-right: 1px solid #ddd;
    text-align: center;
    width: 30%;
    line-height: 17px;
    vertical-align: top;
}
.hidden-descriptions a:last-child {
    margin: 0;
    padding: 0;
    border-right: none;
}
.hidden-descriptions a i {
    font-size: 30px;
    margin-right: 0;
    width: 100%;
    margin-bottom: 5px;
    display: block;
}
.profile-div,
.chat-div {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 350px;
    height: 100%;
    background: #F2F5FE;
    right: 150px;
    padding: 30px;
    opacity: 0;
    visibility: hidden;
}
.profile-div.on,
.chat-div.on {
    opacity: 1;
    visibility: visible;
}
.profile-div .person-info {
    width: 100%;
}
.attendee-profile li {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}
.attendee-profile li span {
    display: block;
    font-weight: normal;
    margin-top: 5px;
    color: #777;
}
.attendee-profile {
    margin-top: 30px;
    overflow-y: scroll;
}
span.close-btn:hover {
    background: #ac9766;
    color: #fff;
}
span.close-btn {
    position: fixed;
    right: 170px;
    font-size: 16px;
    z-index: 999;
    background: #fff;
    transition: all 0.4s;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    top: 20px;
    cursor: pointer;
}

/*** chat css **/
img {
    max-width: 100%;
}
.inbox_people {
    background: #f8f8f8 none repeat scroll 0 0;
    float: left;
    overflow: hidden;
    width: 40%;
    border-right: 1px solid #c4c4c4;
}
.inbox_msg {
    clear: both;
    overflow: hidden;
}
.top_spac {
    margin: 20px 0 0;
}
.recent_heading {
    float: left;
    width: 40%;
}
.srch_bar {
    display: inline-block;
    text-align: right;
    width: 60%;
    padding:
}
.headind_srch {
    padding: 10px 29px 10px 20px;
    overflow: hidden;
    border-bottom: 1px solid #c4c4c4;
}
.recent_heading h4 {
    color: #05728f;
    font-size: 21px;
    margin: auto;
}
.srch_bar input {
    border: 1px solid #cdcdcd;
    border-width: 0 0 1px 0;
    width: 80%;
    padding: 2px 0 4px 6px;
    background: none;
}
.srch_bar .input-group-addon button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    padding: 0;
    color: #707070;
    font-size: 18px;
}
.srch_bar .input-group-addon {
    margin: 0 0 0 -27px;
}
.chat_ib h5 {
    font-size: 15px;
    color: #464646;
    margin: 0 0 8px 0;
}
.chat_ib h5 span {
    font-size: 13px;
    float: right;
}
.chat_ib p {
    font-size: 14px;
    color: #989898;
    margin: auto
}
.chat_img {
    float: left;
    width: 11%;
}
.chat_ib {
    float: left;
    padding: 0 0 0 15px;
    width: 88%;
}
.chat_people {
    overflow: hidden;
    clear: both;
}
.chat_list {
    border-bottom: 1px solid #c4c4c4;
    margin: 0;
    padding: 18px 16px 10px;
}
.inbox_chat {
    height: 550px;
    overflow-y: scroll;
}
.active_chat {
    background: #ebebeb;
}
.incoming_msg_img .attendee-name {
    margin: 0;
    font-size: 16px;
}
.incoming_msg_img {
    width: 40px;
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    position: relative;
}
.incoming_msg_img img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.panel-questions .received_msg {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
}
.received_withd_msg p {
    background: #ebebeb none repeat scroll 0 0;
    border-radius: 3px;
    color: #646464;
    font-size: 14px;
    margin: 0;
    padding: 5px 10px 5px 12px;
    width: 100%;
}
.time_date {
    color: #999;
    display: block;
    font-size: 12px;
    margin: 8px 0 0;
}
.received_withd_msg {
    width: 80%;
}
.sent_msg p {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    font-size: 14px;
    margin: 0;
    color: #333;
    padding: 5px 10px 5px 12px;
    width: 100%;
}
.outgoing_msg {
    overflow: hidden;
    margin: 26px 0 26px;
}
.sent_msg {
    float: right;
    width: 80%;
}
.input_msg_write input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #4c4c4c;
    font-size: 15px;
    min-height: 48px;
    width: 100%;
    padding-right: 45px;
}
.type_msg {
    position: relative;
}
.msg_send_btn {
    background: #ac9766 none repeat scroll 0 0;
    border: medium none;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    height: 33px;
    position: absolute;
    right: 0;
    top: 11px;
    width: 33px;
}
.messaging {
    padding: 0 0 50px 0;
}

/* .msg_history {
    height: 516px;
    overflow-y: auto;
    margin-top: 0;
    margin-bottom: 30px;
} */

/** chat css ends here **/
.banner-buttons a.mt-btn.sm-btn.border-btn:hover {
    background: #051866;
    color: #fff;
    border: 1px solid #051866
}
.banner-buttons a.mt-btn.sm-btn.border-btn {
    padding: 10px 22px;
    background: #fff;
    cursor: pointer;
    font-size: 16px;
}
canvas#unity-canvas {
    max-width: 100% !important;
}
.conference-body .nav-link.active:hover {
    background: #ac9766;
}
input.write_msg:focus {
    outline: none;
}
.accordion-lists.faq-lists li .accordion-header {
    padding: 15px 15px;
    padding-right: 35px;
    margin-bottom: 15px;
    background: #fff;
    border-radius: 4px;
}
ul.accordion-lists.faq-lists.mt-3 h6 {
    margin: 0;
    font-size: 17px;
    line-height: 22px;
}
.faq-lists span.arrow-down {
    position: absolute;
    right: 15px;
    width: auto;
    height: auto;
    text-align: center;
    background: transparent;
    border-radius: 50%;
    line-height: initial;
    color: #aaa;
    transition: all 0.4s;
    top: 20px;
    font-size: 14px;
}
.faq-lists .accordion-content p {
    font-size: 16px;
}
.faq-lists .accordion-content {
    padding: 0px 20px 20px;
}
.tab-panel .text-muted {
    color: #4a657d !important;
    cursor: no-drop;
}
#calendarModal .modal-dialog {
    -webkit-transform: none;
    transform: none;
    width: 650px;
    min-width: 90vh;
    max-width: 100%;
}
.panelist-block {
    display: flex;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.panelist-block:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin: 0;
}
.panelist-block .figure {
    width: 80px;
}
.panelist-desc h6 {
    margin-bottom: 7px;
}
.panelist-block .panelist-desc {
    width: calc(100% - 80px);
    padding-left: 20px;
}
.panelist-desc .designation {
    display: block;
    color: #999;
    font-weight: normal;
    font-size: 16px;
}
.mt-panelists {
    background: #f5f5f5;
    padding: 15px;
    border: 1px solid #ddd;
    margin-bottom: 30px;
}
.conference-header h3 {
    margin: 0;
}
.primary-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    opacity: 0;
    left: 0;
    top: 0;
}
.conference-header {
    z-index: 999;
    position: relative;
    padding: 15px 20px;
}
.session-header {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}
span.time {
    color: #ac9766;
    font-weight: 400;
    font-size: 13px;
    display: block;
    margin-bottom: 5px;
}
span.session-title {
    display: block;
    font-size: 18px;
}
.attendee-lists.session-lists .person-info {
    margin-bottom: 17px;
}
.session-lists .session-calendar button {
    border: none;
    display: flex;
    align-items: center;
    color: #ac9766;
    transition: all 0.4s;
    background: #fff;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 600;
}
.session-lists .session-calendar button i {
    background: transparent;
    border: none;
    color: #ac9766;
    font-size: 20px;
    padding-right: 4px;
}
.attendee-lists.session-lists li {
    margin-bottom: 25px;
    padding-bottom: 25px;
}

/** modal section **/
.modal-section {
    max-width: 100%;
    width: 500px;
    margin: 0 auto;
    padding: 40px;
    background: #fff;
}
.modal-wrapper {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal-section form input {
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    margin: 10px 0;
}
.notice {
    color: #fff;
}
input:focus {
    outline: none;
}
.checkbox-div input {
    position: absolute;
    z-index: -99;
    left: 0;
    opacity: 0;
}
.checkbox-div label {
    width: 100%;
    text-align: center;
    height: 45px;
    line-height: 45px;
    background: #F7F7F7;
    margin-bottom: 0;
    border: 1px solid #ccc;
    font-size: 15px !important;
    cursor: pointer;
    padding: 0 15px;
    border-radius: 22px;
}
.checkbox-div label:hover {
    color: #ac9766;
    background: #fff;
    box-shadow: 0 3px 10px rgba(30, 30, 30, 0.1);
}
.enquire-form label {
    color: #747474;
    font-weight: 400;
    font-size: 17px;
}
.checkbox-div input[type=checkbox]:checked+label {
    background: #ac9766;
    color: #fff;
}
.checkbox-div input[type=checkbox]:checked+label:before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    padding-right: 5px;
    font-size: 14px;
    font-weight: bold;
}
.profile-form {
    background: #fff;
    padding: 60px;
    max-width: 1000px;
    margin: 30px auto;
    text-align: left;
}
.input-options {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
}
.profile-form h5 {
    margin-bottom: 15px;
}
.profile-form .form-group {
    margin-bottom: 20px;
}
.mt-btn.round-btn {
    border-radius: 32px;
}
.inner-banner.profile-banner {
    padding-top: 60px;
    margin-bottom: 100px;
}
.session-filters {
    display: flex;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.session-filters p {
    margin: 0 17px 0 0;
}
.session-filters label {
    margin: 0;
}
button#dropdownMenu1 {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
    padding: 0;
    border: 1px solid #4064AD;
}
.my-container button img {
    width: 100%;
    width: 100%;
    border-radius: 50%;
}
.dropdown-menu-right {
    width: 300px;
    padding-bottom: 0;
    overflow: hidden;
    border-bottom: none;
    background: #f9f9f9;
}
.dropdown-menu-right {
    right: 0;
    left: auto;
}
.dropdown-menu {
    position: absolute;
    top: 120%;
    right: 0;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    float: left;
    min-width: 10rem;
    width: 300px;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: .25rem;
    display: block;
    transition: all 0.4s;
    border: none;
    box-shadow: 8px 12px 36px 0 rgba(61, 72, 83, .21);
}
.dropdown-menu:before {
    position: absolute;
    right: 30px;
    top: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    content: '';
}
.dropdown:hover .dropdown-menu {
    opacity: 1;
    top: 100%;
    visibility: visible;
}
div#notificationTitle {
    display: flex;
    padding: 20px;
}
div#notificationTitle img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #ccc;
}
.user-details {
    padding-left: 12px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.meta-links {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 20px 0px;
}
.my-container a {
    display: block;
    text-align: left;
    margin: 0;
    padding: 5px 20px;
}
.my-container a:hover {
    color: #ac9766 !important;
}
.logged-details a {
    border: none !important;
    padding: 0 !important;
    margin: 0 15px;
    position: relative;
}
a.logout-form {
    background: #ac9766;
    display: block;
    margin: 0;
    border-radius: 0;
    text-align: center;
    padding: 14px;
    color: #fff;
    font-weight: 600;
}
a.logout-form:hover {
    background: #051866;
    color: #fff;
}
.user-details span.user-email {
    color: #999;
    font-size: 14px;
}
span.user-name {
    font-size: 18px;
    color: #051866;
    font-weight: 600;
}
#notificationFooter i {
    font-size: 22px;
    /* display: flex; */

    position: relative;
    top: 4px;
}
span.tab-close {
    position: absolute;
    right: 100%;
    top: 0;
    background: #f5f5f5;
    padding: 8px 12px;
    font-size: 20px;
    cursor: pointer;
}
section#blog-home {
    background: #f5f5f5;
    padding: 60px 0;
    margin-top: 90px;
}
section#blog-home h1 {
    color: #051866 !important;
    margin: 0 !important;
}
section#profile-item {
    padding: 60px 0 80px;
    margin-top: 120px;
    border-top: 0;
    background: rgba(237, 241, 246, 0.2);
}
.dashboard-items {
    background: #fff;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.02);
    padding: 20px;
    margin-bottom: 40px;
}
.dashboard-items ul li {
    display: flex;
    margin: 15px 0;
    align-items: center;
}
.dashboard-items ul li i {
    font-size: 24px;
    background: rgba(237, 241, 246, 0.5);
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #999999;
    border-radius: 50%;
}
.dashboard-items li a {
    color: #666;
    font-weight: 600;
    padding-left: 10px;
    width: calc(100% - 30px);
}
.dashboard-items li.active i {
    color: #AC9766;
}
.profile-heading {
    font-size: 24px;
    color: #051866 !important;
    font-weight: 700;
    margin-bottom: 20px;
}
.profile-info-block input,
.social-profile-block input,
.profile-info-block textarea {
    height: 45px;
    border-radius: 0;
}
.profile-info-block textarea {
    height: 100px;
}
.profile-info-block input:focus,
.profile-info-block textarea:focus,
.profile-info-block select:focus {
    border: 1px solid #ac9766 !important;
    box-shadow: none !important;
    outline: none !important;
}
.profile-info-block input[type="radio"] {
    height: auto;
    margin: 0 0 27px;
}
.profile-info-block label,
.social-profile-block label {
    font-weight: 600;
}
.profile-info-block,
.social-profile-block,
.upload-items {
    padding-left: 30px;
}
.profile-info-block select {
    border-radius: 0;
    height: 45px;
}
.counter-section,
.course-block,
.event-block {
    margin-top: 30px;
}
.header-wrapper h5 {
    margin-bottom: 0;
}
.header-wrapper {
    border-bottom: 1px solid rgba(95, 93, 93, 0.2);
    padding: 20px;
}
.counter-section .numeric-wrapper {
    padding: 30px;
    text-align: center;
    background: #ffffff;
    cursor: pointer;
    height: 100%;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.02);
}
.counter-section .numeric-wrapper .total-number {
    font-size: 45px;
    font-weight: 700;
    color: 212529;
    display: block;
}
.counter-section .numeric-wrapper .numeric-title {
    font-weight: 600;
    display: block;
    color: #AC9766;
}
.update-password label b,
.social-profile-heading {
    font-size: 20px;
    margin-bottom: 10px;
    display: block;
    font-weight: 700;
    margin-top: 20px;
    color: #051866 !important;
}
input#myCheck {
    height: auto;
}
.social-block .col-lg-2 {
    display: none;
}
.social-block .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 100%;
    max-width: 100%;
}
.dashboard-items li a:hover {
    color: #ac9766;
}
.profile-info-block .card img {
    height: 160px;
    object-fit: contain;
}
.upload-items.text-right {
    text-align: left !important;
    margin-top: 20px;
}
.author-name {
    text-align: left;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    color: #051866 !important;
}
.upload-items.text-right button {
    background: #051866 !important;
    padding: 12px 30px;
    font-size: 16px;
    border-radius: 0;
    font-weight: bold;
}
.upload-items.text-right button:hover {
    background: #ac9766 !important;
}
.card-body a.btn.btn-primary {
    background: #fff !important;
    color: #ac9766 !important;
    border: 1px solid #ac9766 !important;
    border-radius: 0;
    margin: 5px 0 14px;
    line-height: 20px;
    padding: 8px 15px;
}
.card-body a.btn.btn-primary:hover {
    background: #ac9766 !important;
    color: #fff !important;
}
.fc-view.fc-dayGridMonth-view.fc-dayGrid-view table {
    width: 100%;
}
#calendar .fc-toolbar.fc-header-toolbar {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
table {
    width: 100%;
}
td.fc-head-container.fc-widget-header th {
    background: #eee;
    padding: 15px;
    text-align: center;
}
td.fc-head-container.fc-widget-header th {
    background: #051866;
    padding: 15px;
    text-align: center;
    color: #fff;
}
td.fc-head-container.fc-widget-header th {
    background: #202061;
    padding: 15px 15px;
    text-align: center;
    color: #fff;
}
td.fc-day-top {
    border: 1px solid #ddd;
    width: 14.2857%;
    padding: 19px 15px;
    color: #666;
}
.fc-row.fc-week.fc-widget-content {
    height: auto !important;
}
.fc-button-group button {
    padding: 10px;
    border: none;
    margin-right: 2px;
}
.fc-left,
.fc-right {
    display: flex;
    align-items: center;
    width: 150px;
    /* background: red; */
}
button.fc-today-button.fc-button.fc-button-primary {
    background: #ac9766;
    border: none;
    color: #fff;
    padding: 10px 15px;
    text-transform: capitalize;
}
.fc-scroller.fc-time-grid-container {
    height: 300px !important;
}
.fc-timeGridWeek-view .fc-row.fc-week.fc-widget-content td {
    border: 1px solid #ddd;
}
.copy-btn {
    display: flex;
    justify-content: space-around;
    /* flex-wrap: wrap; */

    width: 100%;
    background: #f5f5f5;
    padding: 5px;
    border-radius: 8px;
    margin-bottom: 10px;
}
.modal-title.calender-url input {
    background: transparent;
    border: none;
    padding-right: 30px;
}
#calendarModal .modal-header {
    flex-wrap: wrap;
}
.copy-btn button {
    background: transparent;
    border: none;
    font-size: 24px;
    color: #999;
    padding: 0 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    background: transparent;
    line-height: 40px;
    border-radius: 50%;
    padding: 0;
    transition: all 0.4s;
}
.copy-btn button:hover {
    background: #fff;
}
.copy-btn input {
    background: transparent;
    border: none;
}
.copy-btn input:focus {
    outline: none;
    box-shadow: none;
}
#calendarModal .modal-content {
    padding: 20px;
}
h5#exampleModalLabel {
    color: #666;
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 8px;
}
.fc-button-primary:not(:disabled).fc-button-active,
.fc-button-primary:not(:disabled):active {
    color: #333 !important;
    background-color: #eee !important;
    border-color: #eee !important;
}
#calendarModal td.fc-head-container.fc-widget-header th {
    background: #202061;
    padding: 8px 20px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    line-height: 18px;
}
td.fc-axis.fc-widget-content,
th.fc-axis.fc-widget-header {
    width: 60px !important;
    text-align: center;
}
td.fc-axis.fc-widget-content {
    padding: 0;
}
.fc-button-primary {
    color: #333 !important;
    background-color: #f5f5f5 !important;
    border-color: #f5f5f5 !important;
    padding: 5px 10px !important;
}
.fc-button-primary:hover {
    background-color: #ddd !important;
}
#calendar .fc-toolbar.fc-header-toolbar {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 10px;
    margin-top: 10px;
}
button.fc-next-button.fc-button.fc-button-primary,
button.fc-prev-button.fc-button.fc-button-primary {
    font-size: 14px;
}
button:focus {
    outline: none !important;
    box-shadow: none !important;
}
.fc-button-primary:hover {
    color: #fff;
    background-color: #051866;
    border-color: #051866;
}
a.fc-time-grid-event.fc-event {
    background: #ac9766 !important;
    border: 1px solid #ac9766 !important;
}
th.fc-axis.fc-widget-header {
    padding: 0 !important;
}
#calendarModal .fc-center h2 {
    font-size: 22px;
}
.fc-right {
    justify-content: flex-end;
}
.appointment_form.show .modal-dialog {
    width: 550px;
}
.events-section a.mt-btn.sm-btn.secondary-bg,
.course-section a.mt-btn.sm-btn.secondary-bg {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    padding: 13px;
    font-size: 18px;
    background: transparent;
    color: #ac9766 !important;
    border: 1.5px solid;
    max-width: 260px;
}
.events-section a.mt-btn.sm-btn.secondary-bg:hover,
.course-section a.mt-btn.sm-btn.secondary-bg:hover {
    background: #ac9766 !important;
    color: #fff !important;
}
.accordion-header span.arrow-down i {
    line-height: 30px;
}
a.pull-right {
    float: right;
    color: #999;
    text-decoration: none;
}
a.pull-right:hover {
    color: #ac9766;
}
.profile-div .person-info figcaption h6 {
    margin: 0;
    font-size: 17px;
    line-height: 20px;
}
.profile-div .person-info figcaption h6 span {
    margin: 7px 0 0;
    font-size: 15px;
    line-height: 20px;
}
section.site-section.inner-banner.calendar-section {
    background: #fff;
    border-top: 1px solid #ddd;
}
th.table-title {
    width: 180px;
}
th.table-action {
    width: 170px;
}
.appointment-table button.mt-btn.sm-btn {
    font-size: 14px;
    padding: 8px 9px;
    width: 100%;
    margin: 0 0 10px;
    /* line-height: 80px; */
}
table.table.table-bordered.appointment-table th,
table.table.table-bordered.appointment-table td,
table.table.table-bordered.appointment-table {
    border: none;
}
table.table.table-bordered.appointment-table tr:nth-child(even) {
    background: #f5f5f5;
}
table.table.table-bordered.appointment-table thead th {
    color: #051866 !important;
    font-size: 17px;
    border-bottom: 2px solid #eee;
    vertical-align: top;
    line-height: 22px;
}
.validate-form label {
    display: block;
}
textarea {
    min-height: 100px;
}
.modal .mt-btn {
    font-size: 16px;
    padding: 12px 25px;
}
.validate-form input,
.validate-form select,
.validate-form textarea {
    border: 1px solid #ddd;
    width: 100%;
    border-radius: 0;
    background: #f5f5f5;
    padding: 10px 10px;
    height: 40px;
}
.appointment_form .modal-content .modal-header {
    padding: 15px 25px 15px;
}
.appointment_form .modal-content .modal-body {
    padding: 25px 25px 25px;
}
.fc-view.fc-timeGridWeek-view.fc-timeGrid-view {
    box-shadow: 0 3px 11px rgba(0, 0, 0, 0.1);
}
.modal-body ul.event-timings {
    margin-bottom: 10px;
}
ul.event-timings li {
    font-weight: bold;
    margin-top: 7px;
}
ul.event-timings span {
    font-weight: 400;
    font-size: 18px;
    color: #ac9766;
}
section#blog-home {
    margin-top: 90px !important;
}
.card {
    max-width: 100%;
    width: 100% !important;
    margin-bottom: 30px;
}
.table-responsive table {
    min-width: 900px;
    /* width: 800px; */
}
.event-banner .row.align-items-center .col-md-8 {
    display: flex;
    height: 100%;
    align-items: center;
}
.tab .brand-content li {
    width: 30%;
    margin-right: 22px;
}
.login-form .input-wrapper.col-md-12 {
    color: #666;
}
.login-form .input-wrapper.col-md-12 a {
    color: initial;
    text-decoration: underline;
    color: #666;
}
a.profile-box .box-icon {
    font-size: 60px;
    display: block;
    text-align: center;
    color: #ac9766;
    line-height: initial;
}
a.profile-box:hover .box-icon {
    color: #fff;
}
a.profile-box {
    text-align: center;
    display: block;
    font-size: 17px;
    background: #f5f5f5;
    color: #59585b;
    padding: 25px 12px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.4s;
}
.position-wrapper {
    font-size: 17px;
    background: #fff;
    color: #59585b;
    padding: 20px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.02);
}
.course-block .courses-wrapper,
.event-block .courses-wrapper {
    font-size: 17px;
    background: #fff;
    color: #59585b;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.02);
}
.dashboard-section-wrapper {
    padding: 20px;
}
.dashboard-section-wrapper h5 {
    color: #5F5D5D;
}
.profile-calender {
    margin: 40px 0 80px;
    border-top: 2px solid #eee;
    padding-top: 40px;
}
.position-wrapper {
    background: #ffffff;
}
.course-item-wrapper {
    padding: 10px;
    transition: all 0.4s;
    font-weight: 600;
    background: #F9F9F9;
}
.position-wrapper span,
.course-item-wrapper span,
.table-text-wrapper span {
    display: block;
}
.course-item-wrapper .meta-date,
.table-wrapper .meta-date {
    font-size: 14px;
    color: #999999;
}
.table-text-wrapper {
    margin-left: 10px;
    margin-top: 10px;
}
.courses-wrapper td {
    vertical-align: middle;
}
a.calendar-div.d-flex {
    background: #f5f5f5;
    padding: 40px 60px;
    align-items: center;
    font-size: 20px;
    transition: all 0.4s;
    font-weight: 600;
}
.profile-calender span.calendar-icon {
    font-size: 60px;
    margin-right: 20px;
}
a.calendar-div.d-flex:hover,
a.profile-box:hover {
    transform: translateY(-2px);
    -webkit-box-shadow: 0 3px 10px 0 rgba(31, 36, 48, .18);
    box-shadow: 0 3px 10px 0 rgba(31, 36, 48, .18);
    cursor: pointer;
    background: #ac9766;
    color: #fff;
}

/* .profile-header {
*     background: #051866!important;
*             padding: 20px 30px;
*             }
*             .profile-header h3{
*                 color: #fff!important;
*                     margin: 0;
*                     } */
.profile-header a.mt-btn.sm-btn.border-btn {
    padding: 0 10px;
    float: right;
    margin: 0;
}
.profile-infos li {
    display: flex;
    padding: 13px 0;
    font-size: 18px;
    border-bottom: 1px solid #ddd;
}
.profile-infos span.data {
    width: 60%;
}
.profile-infos span.label {
    width: 40%;
    font-size: 16px;
    font-weight: bold;
    color: #051866;
}
.profile-images {
    width: 160px;
    margin-bottom: 40px;
}
.profile-infos.d-flex ul {
    width: 70%;
    margin-right: 40px;
}
.profile-images a.mt-btn.sm-btn.border-btn {
    width: 100%;
    text-align: center;
    font-size: 16px;
    padding: 12px;
}
button.site-qsn {
    position: absolute;
    bottom: 30px;
    z-index: 99999;
    left: 30px;
    transition: all 0.4s;
}
button.site-qsn {
    position: fixed;
    bottom: 15px;
    z-index: 999;
    left: 20px;
    color: #fff;
    background: #051866;
    border: none;
    font-size: 14px;
    transition: all 0.4s;
    border-radius: 27px;
    display: flex;
    padding: 14px 16px;
    box-shadow: 0 30px 60px rgba(30, 30, 30, 0.2) !important;
    align-items: center;
}
button.site-qsn svg {
    fill: #fff;
    width: 28px;
    margin-right: 10px;
}
button.site-qsn:hover {
    background: #ac9766;
}
button.site-qsn:hover svg {
    fill: #fff;
}
div#qsn-modal .modal-content {
    max-width: 500px;
    margin: 0 auto;
    padding: 2;
}
div#qsn-modal .modal-body {
    padding: 20px 30px 30px;
}
#qsn-modal select {
    width: 100%;
    border: 1px solid #ddd;
    background: #f5f5f5;
    padding: 12px;
}
#qsn-modal textarea {
    background: #f5f5f5;
    margin: 0 0 10px;
    padding: 10px;
}
#qsn-modal button.mt-btn {
    margin-top: 20px;
}
#qsn-modal h3#exampleModalLabel {
    padding: 0 10px;
    font-size: 24px;
}
textarea:focus,
button:focus,
input:focus {
    outline: none;
}
#qsn-modal h6 {
    color: #666;
    font-weight: 400;
}
.calendar-content {
    color: #59585b;
    letter-spacing: -0.5px;
}
.calendar-content .mt-btn.sm-btn {
    margin-top: 13px;
    font-size: 14px;
    background: #fff;
    color: #ac9766 !important;
    font-weight: bold;
    border: 1px solid #ddd;
}
.position-wrapper figure,
.table-wrapper figure {
    width: 80px;
    margin: 0;
    border-radius: 5px;
    background: rgba(237, 241, 246, 0.5);
}
.table-wrapper figure {
    height: 80px;
}
.position-wrapper .mt-btn.sm-btn,
.course-item-wrapper .mt-btn.sm-btn {
    margin-top: 13px;
    font-size: 14px;
    background: transparent;
    color: #CDCDCD !important;
    font-weight: bold;
    border: 2px solid #CDCDCD;
}
.course-item-wrapper a.mt-btn.sm-btn {
    padding: 5px 10px !important;
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 18px;
}
.course-item-wrapper a.mt-btn.sm-btn:hover {
    background: transparent;
    border-color: #051866;
    color: #051866 !important;
}
.course-item-wrapper {
    position: relative;
}
.position-wrapper .mt-btn.sm-btn:hover {
    background: #ac9766;
    color: #fff !important;
    border-color: #ac9766;
}
a.calendar-div.d-flex:hover .calendar-content {
    color: #fff;
}
a.calendar-div.d-flex .mt-btn.sm-btn:hover,
.course-item-wrapper .mt-btn.sm-btn:hover {
    background: #AC9766;
    color: #fff !important;
}
.search-mid .geometry-image {
    position: absolute;
    right: -60px;
    top: 30%;
    opacity: 0.2;
    z-index: 0;
    width: 500px;
    left: auto;
}
h4.mt-404 {
    font-size: 80px;
    color: #ac9766;
}
.signup-social a {
    width: 100%;
}
button.g-login:hover,
button.l-login:hover {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.modal-content.style-two {
    padding: 60px;
    width: 470px;
    background: #ffffff;
    margin: 0 auto;
}
.style-two .modal-header {
    border-bottom: 0 solid;
    padding: 0;
    margin-bottom: 30px;
}
.style-two .modal-title {
    margin: auto;
}
.style-two .modal-body {
    padding: 0;
}
.style-two .input-wrapper {
    display: flex;
    align-items: center;
}
.style-two .input-wrapper .help-icon {
    margin-left: 20px;
    color: #fff;
    font-size: 28px;
    position: relative;
}
.style-two .input-wrapper .help-icon i {
    color: #fff;
    font-size: 28px;
}
.style-two .proceed-by-user-type {
    border: 0 solid;
    padding: 15px 40px;
    margin: 0 auto;
    display: block;
    transition: all 0.4s ease-in-out 0s;
    background: #000;
    color: #fff;
}
.style-two .proceed-by-user-type:hover {
    background: #ac9766;
}
.style-two .inputGroup label {
    border-radius: 0;
    padding: 10px 30px;
}
.style-two .inputGroup label:after {
    display: none;
}
.style-two .btton-link {
    margin-top: 30px;
    display: block;
}
.style-two .modal-header .close {
    padding: 0;
    margin: 0 0 10 auto;
    ;
}
.style-two button.close {
    right: -10px;
}
.help-notice {
    position: absolute;
    width: 310px;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    font-size: 16px;
    transform: translateX(-155px);
    box-shadow: 0 1px 8px rgba(30, 30, 30, 0.12);
    visibility: hidden;
    opacity: 0;
    transition: 0.2s ease-in-out transform;
}
.help-notice:before {
    width: 15px;
    height: 15px;
    background: #fff;
    top: -7px;
    content: "";
    z-index: 99;
    left: 50%;
    position: absolute;
    transform: rotate(45deg);
}
.help-icon:hover .help-notice {
    visibility: visible;
    opacity: 1;
    transform: translateX(-150px);
}
.lecture-register h5 {
    color: #212529;
}
.input-group-wrapper {
    position: relative;
}
.input-group-wrapper .field-controller {
    position: absolute;
    right: -20px;
    top: 30%;
    transform: translate(20px, -30%);
}
.field-controller span {
    font-size: 22px;
}
.avatar-preview img {
    height: 100px;
    margin: 0px auto 12px;
    border: 2px solid #eee;
}
#calendarModal .fc-scroller.fc-time-grid-container {
    height: 280px !important;
}
.modal.fade.add_to_calendar_modal.show .modal-body {
    padding: 20px 30px;
}
.modal.fade.add_to_calendar_modal.show .modal-header {
    padding: 15px 30px;
}
td.d-flex {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 180px;
}
form.mt-accept,
.mt-reject {
    width: 47%;
}
a.mt-new-time {
    width: 100%;
}
section.site-section.inner-banner.calendar-section .site-title h3 {
    margin: 0 0 7px;
}
section.site-section.inner-banner.calendar-section #calendar {
    margin-top: 40px;
}
.message-modal .modal-content {
    max-width: 550px;
    margin: 0 auto;
}
.message-modal .modal-body {
    padding: 20px 30px;
}
.message-modal .modal-body textarea {
    background: #f5f5f5;
}
.message-modal .modal-body textarea:focus {
    outline: none;
}
.message-modal .modal-footer {
    border-top: none;
    text-align: end;
    display: flex;
    justify-content: end;
    padding: 0 30px 30px;
}
.message-modal button.btn.btn-primary {
    background: #051866 !important;
    border-radius: 0;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: bold;
}
.message-modal button.btn.btn-primary:hover {
    background: #ac9766 !important;
}
.message-modal .modal-title {
    padding: 0 15px;
    font-size: 22px;
}
.swal-footer {
    text-align: center;
}
button.swal-button.swal-button--confirm {
    background: #051866;
    border-radius: 0;
    min-width: 100px;
    margin-bottom: 20px;
}
button.swal-button.swal-button--confirm:hover {
    background: #ac9766;
}
.swal-icon--success__line {
    height: 5px;
    background-color: #ac9766;
}
.message-modal .modal-header {
    padding-bottom: 0;
    border-bottom: none;
    margin-top: 10px;
}
span.chat-text {
    display: inline-block;
    text-align: left;
    font-weight: normal;
    line-height: 18px;
}
.site-section.light-bg.site-login {
    display: block!important;
}
.dashboard-author-block .author-name {
    text-align: center;
}
.profile-heading.sync-header {
    margin-bottom: 30px;
    font-size: 18px;
    background: #efeff8;
    border-radius: 5px;
    padding: 10px 20px;
    border: 2px dashed #ccc;
    font-weight: 400;
    display: flex;
    align-items: center;
}
.profile-heading.sync-header i {
    width: 35px;
    height: 35px;
    background: #fff;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 22px;
}
.btn-danger {
    background-color: #051866;
    border-color: #051866;
}
#unity-container.unity-desktop {
    left: auto!important;
    top: auto!important;
    transform: none!important;
    width: 100%;
    position: relative;
}
.appointment-tabs {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
.appointment-tabs a {
    color: #918c8c;
    font-size: 18px;
    font-weight: 600;
    margin-right: 20px;
    padding-bottom: 10px;
    display: inline-block;
    border-bottom: 2px solid transparent
}
.appointment-tabs a:hover,
.appointment-tabs a.active {
    border-bottom: 2px solid #ac9766;
    color: #ac9766;
}
.conference-title {
    overflow: hidden;
}
#unity-container {
    position: relative!important;
}
div#question_ask .modal-content {
    max-width: 500px;
    margin: 0 auto;
}
h3#question_askLabel {
    font-size: 24px;
}
div#question_ask h6 {
    margin: 0 0 10px;
    font-weight: 400;
    color: #59585b;
}
#question_ask .modal-body {
    padding: 0 30px 40px;
}
#question_ask .modal-header {
    padding: 20px 30px 15px;
    border-bottom: none;
}
#question_ask textarea {
    background: #f5f5f5;
    margin-bottom: 15px;
    padding: 10px 15px;
}
#question_ask select {
    height: 45px!important;
    background: #f5f5f5!important;
    border-radius: 0;
}
select:focus {
    outline: none
}
table.table.table-bordered.appointment-table .mt-btn {
    margin: 0 0 5px;
}
td.d-flex.chat-buttons .chat-tooltips {
    position: absolute;
    width: 90px;
    top: -30px;
    right: 0;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 7px;
    color: #59585b!important;
    border-radius: 4px;
    display: none;
    font-weight: 400;
}
td.d-flex.chat-buttons a,
td.d-flex.chat-buttons button {
    position: relative;
}
td.d-flex.chat-buttons a:hover .chat-tooltips,
td.d-flex.chat-buttons button:hover .chat-tooltips {
    display: block;
}
table.table.table-bordered.appointment-table.chat-table .chat-buttons .mt-btn {
    width: 45px;
}
button.sendmessage_btn.mt-btn.btn.btn-primary {
    width: auto!important;
}
.messaging.appointment-chat {
    padding: 30px;
    border: 1px solid #ddd;
}
.appointment-chat .received_withd_msg p {
    background: #ebebeb none repeat scroll 0 0;
    border-radius: 3px;
    color: #646464;
    font-size: 16px;
    margin: 0;
    padding: 10px 20px;
    width: 100%;
}
.appointment-chat .incoming_msg_img .attendee-name {
    width: calc(100% - 40px);
    padding-left: 12px;
    margin: 0;
    font-size: 18px;
}
li.chat-name {
    color: #fff;
    font-size: 20px;
    padding: 15px 30px!important;
    FONT-WEIGHT: 200;
    font-weight: bold;
}
.appointment-chat .msg_history {
    height: 400px;
}
.appointment-chat .sent_msg p {
    background: #f9f9f9 none repeat scroll 0 0;
    border-radius: 3px;
    font-size: 16px;
    margin: 0;
    color: #646464;
    padding: 10px 20px;
    width: 100%;
}
.appointment-chat .input_msg_write input {
    font-size: 17px;
    padding: 15px 0;
}
.appointment-chat .msg_send_btn {
    background: #ac9766 none repeat scroll 0 0;
    border: medium none;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-size: 22px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 7px;
    line-height: 40px;
    width: 40px;
}
.msg_send_btn:hover {
    background: #051866 !important;
}
a.skip-btn {
    display: inline-block;
    text-decoration: underline;
    text-align: right;
    width: 100%;
    margin: 0px 0 10px;
}
a.mt-btn.continue-btn i {
    font-size: 23px;
    position: relative;
    top: 3px;
}
.continue-div {
    text-align: right;
}
a.login-username {
    margin-bottom: 10px;
    display: block;
    font-size: 18px;
}
a.login-username span {
    font-weight: bold;
}
ul.accordion-lists.mt-3 h4.category-title {
    border-top: 1px solid #ddd;
    margin-top: 35px;
    padding-top: 25px;
}
.faq-div p {
    font-size: 14px;
}
.tab .faq-div,
.attendee-lists {
    height: calc(100vh - 110px);
    overflow-y: scroll;
    margin-right: -25px;
    padding-right: 25px;
}
.faq-div h5.faq-title {
    border-top: 1px solid #ddd;
    padding-top: 20px;
    margin-top: 30px;
}
.faq-div .accordion-lists h5.faq-title:first-of-type {
    margin-top: 0;
    border-top: 0;
    padding-top: 0;
}
#unity-footer {
    z-index: 999;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.tab-pane td.fc-head-container.fc-widget-header th {
    padding: 14px 5px;
    font-size: 14px;
}
.recent_msgs .recent-text {
    font-size: 14px;
    width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre;
    height: 20px;
    color: #666;
    display: inline-block;
}
.recent_msgs {
    width: calc(100% - 40px);
    padding-left: 12px;
}
.recent_msgs .d-flex {
    align-items: center;
    justify-content: space-between;
}
.recent_msgs span.time_date {
    margin: 0;
}
a.incoming_msg.chat {
    display: block;
    cursor: pointer;
}
a.incoming_msg.chat {
    display: block;
    cursor: pointer;
    margin-bottom: 12px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    display: flex;
}
.profile-div .person-info figure {
    display: block;
    text-align: center;
    position: relative;
    padding: 20px 0 20px;
}
.profile-div .person-info figure img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 10px;
    border: 2px solid #fff;
}
a:hover {
    color: #051866;
}
.profile-div .person-info figure:before {
    position: absolute;
    top: 0;
    width: 100%;
    content: '';
    left: 0;
    height: 112px;
    z-index: -1;
}
.animated-progress {
    width: 100%;
    height: 7px;
    border-radius: 5px;
    margin: 0 0 10px;
    border: 1px solid #eee;
    overflow: hidden;
    position: relative;
    background: #fff
}
.animated-progress span {
    height: 100%;
    display: block;
    width: 0;
    color: rgb(255, 251, 251);
    line-height: 30px;
    position: absolute;
    text-align: end;
    padding-right: 5px;
}
.progress-blue span {
    background-color: #051866;
}
.progrressbar-div {
    text-align: center;
    margin: 9px 0;
    color: #ac9766;
    font-size: 14px;
    font-weight: bold;
}
.profile-div .person-info figcaption h6 {
    margin: 15px 0 0;
    font-size: 20px;
    line-height: 20px;
}
.attendee-button {
    display: flex;
    justify-content: center;
}
a.mt-btn.primary-bg.border-btn {
    background: #ac9766;
    color: #fff!important;
}
.attendee-button a {
    align-items: center;
    display: flex;
    margin: 0 5px;
}
.attendee-button a i {
    font-size: 20px;
    margin-right: 7px;
}
.attendee-button a.mt-btn:hover {
    background: #fff!important;
    color: #ac9766!important;
}
.fab {
    font-weight: 100;
}
.person-info.mt-recommendation .progrressbar-div {
    text-align: left;
    margin-top: 13px;
    font-size: 14px;
    font-weight: 400;
}
.recommend-lists .person-info figure {
    margin: 0;
    align-items: initial;
}
a.mt-refresh {
    display: inline-block;
    float: right;
    cursor: pointer;
    position: relative;
}
a.mt-refresh span.tooltip {
    display: none;
    opacity: 1;
    position: absolute;
    font-size: 13px;
    background: #fff;
    padding: 8px 12px;
    width: 165px;
    border-radius: 4px;
    color: #666;
    font-weight: 400;
    letter-spacing: 0px;
    right: -10px;
    z-index: 9999;
    box-shadow: 0 3px 9px rgba(30, 30, 30, 0.1);
}
a.mt-refresh:hover span.tooltip {
    display: block
}
.top-events:hover a span.event-title {
    color: #ac9766;
    border-bottom: 1px solid #ac9766;
}
.top-events {
    text-align: right;
    margin-top: 10px;
    margin-bottom: -10px;
}
.top-events a span.event-title {
    color: #333;
    border-bottom: 1px solid #333;
    font-weight: 400;
}
.top-events a span.event-btn:hover {
    background: #ac9766;
    color: #fff;
}
.top-events a span.event-btn {
    color: #ac9766;
    margin-left: 10px;
    border: 1px solid #ccc;
    font-size: 13px;
    padding: 3px 8px;
    border-radius: 4px;
    transition: all 0.4s;
    font-weight: bold;
}
.pulsating-circle {
    position: absolute;
    width: 12px;
    height: 12px;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
}
.pulsating-circle:before {
    content: '';
    position: relative;
    display: block;
    width: 300%;
    height: 300%;
    box-sizing: border-box;
    margin-left: -100%;
    margin-top: -100%;
    border-radius: 45px;
    background-color: #ac9766;
    -webkit-animation: pulse-ring 2s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    animation: pulse-ring 2s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
.pulsating-circle:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #ac9766;
    border-radius: 15px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    -webkit-animation: pulse-dot 2s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
    animation: pulse-dot 2s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}
@-webkit-keyframes pulse-ring {
    0% {
        -webkit-transform: scale(0.23);
        transform: scale(0.23);
    }

    80%,
    100% {
        opacity: 0;
    }
}
@keyframes pulse-ring {
    0% {
        -webkit-transform: scale(0.23);
        transform: scale(0.23);
    }

    80%,
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes pulse-dot {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}
@keyframes pulse-dot {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}
.top-events a {
    position: relative;
}
header.main-header.sticky .top-events {
    display: none;
}
.profile-info-block a.btn.mt-btn.btn-xs.pull-right {
    font-size: 16px;
    padding: 8px 15px;
    border-radius: 0;
}
.person-info.mt-recommendation figcaption {
    width: calc(100% - 50px);
}
#unity-footer {
    position: absolute;
    bottom: 0;
    right: 0;
    top: auto;
}
div#jvlabelWrap {
    right: 100px!important;
}
.chat-app .messaging .status {
    position: absolute;
    right: 0;
    bottom: 3px;
    height: 10px;
}
.chat-app .incoming_msg_img {
    width: 100%;
    display: flex !important;
    margin-bottom: 10px;
    align-items: center;
    width: 40px;
    position: relative;
    height: 40px;
    border-radius: 50%;
}
.chat-app a.incoming_msg.chat {
    display: flex;
}
.status p.circle {
    width: 14px;
    height: 14px;
    display: block;
    background: green;
    border-radius: 50%;
    border: 2px solid #f5f5f5;
}
.status p.circle.offline {
    background: #cacaca;
}
.status {
    position: absolute;
    right: 0px;
    top: 27px;
}
.attendee-name span.unread {
    font-weight: normal;
    color: #999;
    display: block;
    font-size: 14px;
    /* float: right; */

    margin-top: -5px;
    letter-spacing: -0.5px;
}
.incoming_msg.msg-header {
    display: flex;
}
.incoming_msg.msg-header .attendee-name {
    padding-left: 10px;
}
.chat-app .all-contact-list {
    overflow-y: scroll;
}
.conversation_list.conversationlist {
    width: 100%;
}
p.showcontactlist {
    font-size: 28px;
    position: absolute;
    top: 30px;
    right: 30px;
}
.chat-app {
    flex-wrap: wrap;
}
span.total_unseen_message_count {
    background: #ac9766;
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50%;
}

/*nov 30* start*/
.conference-chat .label_d063._bottom_c88f,
.conference-chat #jcont,
#jvlabelWrap {
    right: 150px !important;
}
.profile-div hr {
    margin: 25px 0;
}
.attendee-button {
    justify-content: flex-start;
}
.attendee-button a {
    margin: 10px 5px 0 0 !important;
}
.conference-section.on .tab-panel-content,
.secondary-section {
    z-index: 555;
}
.globalClass_2dbc>jdiv {
    z-index: 444 !important;
}
.profile-div {
    overflow-y: scroll;
}
.conference-section.d-flex,
.primary-section {
    z-index: 444 !important;
}
.brand-content li {
    width: 20%;
    padding: 0 15px;
    margin: 0 0 30px;
}
.chat-app a.incoming_msg.chat .attendee-name {
    margin-bottom: 0px;
}
.chat-app a.incoming_msg.chat p {
    margin-bottom: 5px;
}
.chat-app a.incoming_msg.chat {
    padding: 15px 0;
    margin: 0;
    margin-right: 25px;
}
.tab-menu.tab-panel ul li a {
    position: relative;
}
span.total_unseen_message_count {
    position: absolute;
    top: 5px;
    right: 45px;
}
.sessions-tab .session-title {
    width: 70%;
}
.sessions-tab .session-calendar {
    width: 28%;
}
.label.label-info {
    padding: 5px 20px !important;
    font-size: 14px;
}
@media only screen and (max-width: 991px) {
    .abt-text {
        margin-top: 30px;
    }

    .brand-content li {
        width: 33.33%;
    }
}
@media only screen and (max-width: 768px) {
    .conference-chat .label_d063._bottom_c88f,
    .conference-chat #jcont {
        right: 65px !important;
    }

    ._orinationRight_0834.wrap_f8fe {
        right: 110px !important;
        bottom: -6px;
    }
}
@media only screen and (max-width: 640px) {
    .feature-content.d-flex svg {
        fill: #ac9766 !important;
    }

    .brand-content li {
        width: 50%;
    }

    .site-section .row .offset-md-1 {
        margin-bottom: 20px;
    }

    .site-section .row .col-sm-6 .mt-col-padding h3 {
        margin-bottom: 10px;
    }

    .sessions-tab .session-calendar {
        width: auto;
    }

    .conference-header h3 {
        padding-bottom: 20px;
    }

    .tutorial-title h4 {
        color: #ac9766;
    }

    .tutorial-title ul {
        right: unset !important;
    }

    .chat-app a.incoming_msg.chat p {
        font-size: 12px;
    }

    .type_msg {
        top: -80px !important;
    }

    .all-messages,
    .all-contacts {
        height: 65vh;
    }
}
@media only screen and (max-width: 568px) {
    .contact-form {
        margin-top: 60px !important;
    }
}
@media only screen and (max-width: 500px) {
    .primary-section .conference-body .nav-link {
        margin-bottom: 15px !important;
    }
}
@media only screen and (max-width: 375px) {
    .brand-content li {
        width: 100%;
    }
}

/*nov 30* close*/

/*dec 1 start */
.go-back {
    cursor: pointer;
}
.chat-app a.incoming_msg.chat p {
    font-size: 14px;
}
.typing {
    position: absolute;
    top: -25px;
    left: 5px;
    right: 0;
    margin: 0 auto;
    background: #f2f5fe;
}
.msg_history {
    margin-top: 30px;
}
.input_msg_write input {
    background: #fff;
    padding: 0 5px;
    border-radius: 5px;
}
.chat-tab .chat-app {
    position: relative;
    margin-top: 50px;
}
.chat-app form.search-form {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
}
.chat-tab .inbox_msg .mesgs .incoming_msg {
    position: absolute;
    top: -40px;
    background: #f2f5fe;
    width: 100%;
}
.chat-tab p.showcontactlist {
    top: -80px;
}
.type_msg {
    position: relative;
}
.msg_send_btn {
    right: 5px;
    top: 7px;
}
.conference-body .nav-pills li {
    position: relative;
    /*margin:50px 0 0px 0;*/
}
.conference-body .nav-pills li a:after {
    display: none;
}
.video-tutorial {
    position: absolute;
    top: -50px;
    margin: 0 10px;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}
.video-tutorial a {
    display: block;
    box-shadow: 0 0 5px #ddd;
    padding: 7px;
    border-radius: 5px;
}
.video-tutorial:after {
    position: absolute;
    bottom: -11px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ac9766;
    content: '';
    left: 0;
    right: 0 margin: 0 auto;
}
.conference-body .nav-pills li.more-video:hover .video-tutorial {
    opacity: 1;
    visibility: visible;
    transition: 0.4s;
}
.conference-header .conference-title {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.tutorial-title h4 {
    margin-bottom: 0;
    font-size: 23px;
    cursor: pointer;
}
.tutorial-title ul {
    position: absolute;
    padding: 10px 0;
    z-index: 999 !important;
    background: #fff;
    width: 280px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
    -webkit-box-shadow: 8px 12px 36px 0 rgba(61, 72, 83, .21);
    box-shadow: 8px 12px 36px 0 rgba(61, 72, 83, .21);
    top: 120%;
    right: -100px;
}
.tutorial-title:hover ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
}
.tutorial-title ul:before {
    position: absolute;
    left: 30px;
    top: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    content: '';
}
.tutorial-title ul li a {
    display: block;
    width: 100%;
    color: #3c3b37;
    padding: 10px 20px;
    font-weight: 400;
}
.tutorial-title ul li a:hover {
    background-color: #051866;
    color: #fff;
}
.secondary-blue {
    z-index: 0;
}
.attendee-lists .hidden-descriptions {
    display: flex;
}
.hidden-descriptions a {
    width: 33.33%;
}
.attendee-lists .hidden-descriptions a.incoming_msg.chat {
    border-bottom: 0 !important;
    display: block !important;
}
#unity-footer {
    cursor: unset;
}
#unity-footer #unity-fullscreen-button {
    float: none;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
}
#unity-fullscreen-button:hover .tool-tip {
    display: block;
}
.avatar-preview {
    max-width: 100px;
    margin: 0 auto;
    position: relative;
}
.avatar-preview:before {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}
.avatar-preview:hover:before,
.avatar-preview:hover .update-photo {
    opacity: 1;
    visibility: visible;
    transition: 0.4s;
}
.update-photo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 100px;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}
.update-photo i {
    color: #fff;
}
.conference-chat .modal-backdrop {
    display: none;
}
.conference-chat .modal.fade.show {
    background: rgba(0, 0, 0, 0.5);
}


/*dec 1 close*/

/** course detail page css**/
.course-tab .tab-pane {
    overflow-y: scroll;
    height: 75vh;
    margin-right: -25px;
    padding-right: 25px;
}
.course-tab li>i {
    color: #ac9766;
    margin-right: 5px;
}
.course-tab ul,
.course-tab ol {
    margin: 0 0 15px 20px;
}
.course-tab ul li {
    list-style: disc;
}
.course-tab ol li {
    list-style: decimal;
}
.course-tab .accordion-lists {
    margin: 0;
}
.course-tab .accordion-lists li {
    list-style: none;
    margin-bottom: 20px;
}
.course-tab .accordion-lists li:last-child {
    margin-bottom: 0;
}
.accordion-lists--styletwo .accordion-content {
    border-left: 1px solid #ac9766;
    border-right: 1px solid #ac9766;
    border-bottom: 1px solid #ac9766;
}
.course-tab .accordion-lists--styletwo .accordion-header {
    border: 1px solid #ac9766;
    margin-bottom: 0;
}
.accordion-lists--styletwo .accordion-header span.arrow-down {
    position: relative;
    background: transparent;
    color: #ac9766;
    right: 10px;
}
.accordion-lists.accordion-lists--styletwo .accordion-header {
    background: transparent;
}
.accordion-lists.accordion-lists--styletwo .accordion-header.active,
.accordion-lists.accordion-lists--styletwo .accordion-header:hover {
    background: #ac9766;
}
.accordion-lists.accordion-lists--styletwo .accordion-header.active span.arrow-down,
.accordion-lists.accordion-lists--styletwo .accordion-header:hover span.arrow-down,
.accordion-lists.accordion-lists--styletwo .accordion-header.active h5,
.accordion-lists.accordion-lists--styletwo .accordion-header:hover h5,
.accordion-lists.accordion-lists--styletwo .accordion-header.active .lecture-time,
.accordion-lists.accordion-lists--styletwo .accordion-header:hover .lecture-time {
    color: #fff;
}
.accordion-lists.accordion-lists--styletwo .accordion-header>.lecture-time {
    position: absolute;
    right: 30px;
}
.accordion-lists--styletwo .accordion-content li>a {
    color: inherit;
}
.accordion-lists--styletwo .accordion-content li>a i {
    color: #ac9766;
    margin-right: 10px;
    font-size: 18px;
}
.accordion-lists--styletwo .accordion-content li {
    margin-bottom: 5px;
    padding-bottom: 0;
    border-bottom: 0 solid transparent;
}
.accordion-lists--styletwo .accordion-content li:hover a {
    color: #ac9766;
}

/** course sidevbar css**/
.course-sider div#mt-video {
    position: relative;
    margin-right: 0;
    width: 100%;
    box-shadow: 0 20px 60px rgba(30, 30, 30, 0.15);
}
.course-sider div#mt-video video {
    height: auto;
}
.course-price {
    margin-top: 30px;
}
.course-sider #mt-video .icon {
    font-size: 20px;
    color: #fff;
    width: 40px;
    height: 30px;
    border-radius: 10px;
}
.course-section a.mt-btn.sm-btn.secondary-bg {
    max-width: 100%;
    position: relative;
    margin-top: 10px;
}
.course-sider a.mt-btn.sm-btn.golden-bg {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    padding: 13px;
    font-size: 18px;
    background: #ac9766;
    border: 1.5px solid;
    position: relative;
}
.course-sider a.mt-btn.sm-btn.golden-bg:hover {
    background: #051866;
}
.course-sider a.mt-btn.sm-btn.golden-bg i,
.course-section a.mt-btn.sm-btn.secondary-bg i {
    position: absolute;
    left: 20px;
    top: 17px;
    font-size: 20px;
}
.popular-courses {
    margin-top: 30px;
}
.popular-courses h3 {
    text-align: center;
    margin-bottom: 30px;
}
.popular-courses .owl-theme .owl-controls .owl-buttons div {
    background: #ac9766;
    border: 0 solid transparent;
    align-items: center;
    justify-content: center;
    display: flex;
    color: #fff;
    transition: all 0.4s ease-in-out 0s;
}
.popular-courses .owl-theme .owl-controls .owl-buttons div:hover {
    box-shadow: 5px 5px 30px rgba(31, 36, 48, .18);
    background-color: #Fff;
    color: #ac9766;
    transform: translateX(10px);
}
.popular-courses .owl-theme:hover .owl-controls .owl-buttons div {
    transform: translateX(10px);
}
.popular-courses .owl-theme:hover .owl-controls .owl-buttons div.owl-next {
    transform: translateX(-10px);
}
.course-wrapper {
    border: 1px solid #eeeeee;
    margin-bottom: 10px;
    transition: all 0.4s ease-in-out 0s;
}
.course-wrapper:hover {
    box-shadow: 0 10px 30px 0 rgba(31, 36, 48, .18);
    transform: translateY(-8px);
}
.course-wrapper figure {
    margin: 0;
}
.course-content {
    padding: 20px;
}
.course-content h4 {
    color: #333333;
}
.course-content h4 a {
    color: inherit;
}
.course-content h4 a:hover {
    color: #ac9766;
}
.course-content .posted-by,
.course-content span {
    color: #4d4b4b;
}

/** class page css**/
.conference-body .livevideo-button {
    font-size: 17px;
    padding: 10px 70px;
    border-radius: 0;
    margin: 0 10px;
    font-weight: 600;
    color: #fff;
    background-color: #ac9766;
    border-radius: 32px;
    border: 1px solid #ac9766;
}
.conference-body.class-conference .video-type .nav-pills {
    display: block;
}
.conference-body.class-conference .video-type .nav-pills li {
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.conference-body .nav-link {
    cursor: pointer;
}
.video-type .nav-pills li label {
    margin-bottom: 0;
}
.conference-body.class-conference .video-type {
    max-width: fit-content;
    margin: 0 auto;
}
.conference-body.class-conference .video-type .nav-pills {
    display: none;
    margin: 15px auto 0;
    padding: 20px;
    box-shadow: 0 0 25px rgba(20, 20, 20, 0.3);
    max-width: unset;
    position: relative;
    overflow: visible;
}
.video-list:before {
    position: absolute;
    content: "";
    background: #fff;
    border-width: 0 1px 1px 0;
    transform: rotate(225deg);
    right: 50%;
    top: -8px;
    width: 15px;
    height: 15px;
}
.nav-link.active:after,
.nav-item.active a:after {
    display: none;
}

/** class Tab css**/
.class-tab-panel h6 {
    color: #333333;
    margin-bottom: 15px;
}
.class-tab-panel div#v-pills-tabContent {
    margin-left: 0;
    margin-right: 0;
}
.class-tab-panel .tab-menu ul li {
    position: relative;
    margin-right: 10px;
    padding-right: 10px;
}
.class-tab-panel .tab-menu ul li:before {
    position: absolute;
    right: -1px;
    width: 1px;
    height: 17px;
    top: 3px;
    background: #000;
    content: "";
}
.class-tab-panel .tab-menu ul li:last-child {
    margin-right: 0;
    padding-right: 0;
}
.class-tab-panel .tab-menu ul li:last-child:before {
    display: none;
}
.class-tab-panel .tab-menu .nav-pills .nav-link {
    font-size: 15px;
    margin-right: 0;
    padding: 0;
    color: #353535;
    display: block;
    border-bottom: 0 solid;
    border-radius: 0;
}
.class-tab-panel .nav-link.active:after,
.class-tab-panel .nav-item.active a:after {
    display: none;
}
.class-tab-panel .tab-menu .nav-pills .nav-link:hover,
.class-tab-panel .tab-menu .nav-pills .nav-link.active,
.class-tab-panel .tab-menu .nav-pills .show>.nav-link {
    color: #ac9766 !important;
    background: transparent;
}
.class-tab-panel .tab-menu {
    border-bottom: 0 solid;
    margin-bottom: 15px;
}
.class-tab-panel .tab-content>.tab-pane {
    margin: 10px 0 0;
}
.intructor-list {
    margin-top: 0;
}
.intructor-list li {
    border: 0 solid;
    padding-bottom: 0;
}
.class-tab-panel .person-info figcaption h6 {
    color: #333333;
}
.class-tab-panel .accordion-lists li {
    background-color: #Fff;
    margin-bottom: 20px;
}

/** class accordion css**/
.class-tab-panel .accordion-lists li .accordion-header {
    flex-direction: column;
    align-items: baseline;
    background: #fff;
}
.class-tab-panel .accordion-lists li .accordion-header p,
.class-tab-panel .accordion-lists li .accordion-header h5 {
    margin-bottom: 0;
}
.class-tab-panel .accordion-content li {
    font-size: 15px;
    margin-bottom: 10px;
    border-bottom: 0 solid;
    padding-bottom: 0;
}
.class-tab-panel .accordion-content li>a span {
    display: inline;
    margin-left: 5px;
    color: #999;
    border-bottom: 1px solid #999;
    font-size: 14px;
}
.class-tab-panel .accordion-content li a {
    color: inherit;
    display: inline;
    position: relative;
}
.class-tab-panel .accordion-content li>a:hover {
    border-bottom: 1px solid #4d4b4b;
}
.class-tab-panel .accordion-content li>a:hover span {
    border-bottom: 0 solid;
}

/** class announcement css**/
.announcement-list li {
    background: #ffffff;
    padding: 20px;
    margin-bottom: 20px;
    font-size: 14px;
}
.announcement-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    align-content: center;
}
.announcement-header .announcement-title {
    background: #eeeeee;
    padding: 6px 20px;
    border-radius: 25px;
}
.announcement-header .announcement-date {
    color: #cccccc;
    border: 1px solid #cccccc;
    padding: 5px 10px;
}
.announcement-list .read-more,
.assignment-list .view-detail {
    color: inherit;
    text-decoration: underline;
}
.announcement-list .read-more:hover,
.assignment-list .view-detail:hover {
    color: #ac9766;
}
.assignment-list {
    padding: 20px;
    background: #fff;
}
.assignment-list li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.assignment-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0 solid transparent;
}
.assignment-content {
    display: none;
}
.assignment-header .assignment-title {
    color: #4d4b4b;
    margin-bottom: 10px;
    display: block;
}
.assignment-list .view-detail {
    color: #999;
}
.assignment-detail,
.announcement-detail {
    display: none;
    margin-top: 10px;
}
.assignment-detail p,
.announcement-detail p {
    margin-bottom: 0;
}
span.assignment-date {
    margin-left: 20%;
    color: #999;
}

/** class Tab css**/
.courses-content-tab .chat-app form.search-form {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
}
.class-tab-panel .style-two .tab-menu ul li:before {
    display: none;
}
.class-tab-panel .style-two .tab-menu ul li {
    margin-right: 0;
    padding-right: 0;
    flex-grow: 2;
    text-align: center;
}

.class-tab-panel .style-two .tab-menu .nav-pills .nav-link {
    padding: 10px 15px 5px;
    border-left: 1px solid #353535;
    border-right: 1px solid #353535;
    border-top: 1px solid #353535;
    border-radius: 20px 20px 0 0;
}
.class-tab-panel .style-two .tab-menu ul {
    flex-wrap: nowrap;
    width: 100%;
}
.class-tab-panel .style-two .tab-menu .nav-pills .nav-link:hover,
.class-tab-panel .style-two .tab-menu .nav-pills .nav-link.active {
    background: #051866;
    color: #fff !important;
    border-color: #051866;
}
.courses-content-tab.style-two .search-form {
    margin-bottom: 20px;
}
.style-two .attendee-lists li,
.style-two .intructor-list li {
    padding: 20px;
    background-color: #EEE;
    border-bottom: 0 solid transparent;
}
.inputGroup {
    display: block;
    margin-bottom: 15px;
    position: relative;
}
.inputGroup label {
    background: #fff;
    border: 1px solid #051866;
    padding: 12px 30px;
    width: 100%;
    display: block;
    text-align: left;
    color: #3C454C;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: color 200ms ease-in;
    overflow: hidden;
    border-radius: 25px;
    margin-bottom: 0;
}
.inputGroup label:before {
    width: 10px;
    height: 10px;
    border-radius: 25px;
    content: "";
    background-color: #051866;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    z-index: -1;
}

.inputGroup label:after {
    width: 25px;
    height: 25px;
    content: "";
    border: 2px solid #D1D7DC;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
    background-repeat: no-repeat;
    background-position: -1px -1px;
    border-radius: 50%;
    z-index: 2;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all 200ms ease-in;
}
.inputGroup input:checked~label {
    color: #fff;
}
.inputGroup input:checked~label:before {
    transform: translate(-50%, -50%) scale3d(56, 56, 1);
    opacity: 1;
}
.inputGroup input {
    width: 32px;
    height: 32px;
    order: 1;
    z-index: 2;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    visibility: hidden;
}

/**progressbar css**/
.progress-bar {
    position: relative;
    width: 100%;
    height: 10px;
    border: 1px solid #999;
    background: #fff;
    margin-top: 10px;
}
.progress-bar .inner {
    display: inline-block;
    width: 0;
    height: 100%;
    background: #999;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    transition: width 0.3s linear;
}
.progress-bar .num {
    position: absolute;
    top: -32px;
    font-size: 20px;
    font-weight: bold;
}
.progress-bar .num.min {
    left: -8px;
}
.progress-bar .num.max {
    right: -8px;
}
.quiz-buttons {
    display: flex;
}
.quiz-buttons li+li {
    margin-left: 0.5em;
}
.quiz-buttons li a {
    display: block;
    background: #fff;
    border-radius: 25px;
    transition: all 0.3s linear;
    border: 2px solid #051866;
    padding: 3px 10px;
    font-size: 14px;
    color: inherit
}
.quiz-buttons li.active a {
    background: #051866;
    color: #ffffff;
}
.quiz-question {
    margin-top: 30px;
}
.quiz-choice {
    margin-top: 30px;
}
.quize-button {
    background: #ac9766;
    color: #fff;
    padding: 10px 20px;
    border-radius: 25px;
    border: 0 solid;
    margin: 0 auto;
    text-align: center;
}
.mb-0 {
    margin-bottom: 0;
}
.zoom-wrapper {
    width: 500px;
    text-align: center;
    padding: 50px;
    margin: 0 auto;
    background: #051866;
    color: #fff;
    border-radius: 25px;
}
.zoom-wrapper p {
    color: inherit;
}
.meeting-btn-wrapper {
    border: 1px dotted #373738;
    padding: 80px 40px;
    margin-top: 30px;
}
.meeting-btn-wrapper a {
    background: #ac9766;
    padding: 15px 50px;
    color: #fff;
}
.meeting-btn-wrapper a:hover {
    background: #fff;
    color: #ac9766;
}

/*** chat css **/
.inbox_people {
    background: #f8f8f8 none repeat scroll 0 0;
    float: left;
    overflow: hidden;
    width: 40%;
    border-right: 1px solid #c4c4c4;
}
.inbox_msg {
    clear: both;
    overflow: hidden;
}
.top_spac {
    margin: 20px 0 0;
}
.recent_heading {
    float: left;
    width: 40%;
}
.srch_bar {
    display: inline-block;
    text-align: right;
    width: 60%;
}
.headind_srch {
    padding: 10px 29px 10px 20px;
    overflow: hidden;
    border-bottom: 1px solid #c4c4c4;
}
.recent_heading h4 {
    color: #05728f;
    font-size: 21px;
    margin: auto;
}
.srch_bar input {
    border: 1px solid #cdcdcd;
    border-width: 0 0 1px 0;
    width: 80%;
    padding: 2px 0 4px 6px;
    background: none;
}
.srch_bar .input-group-addon button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    padding: 0;
    color: #707070;
    font-size: 18px;
}
.srch_bar .input-group-addon {
    margin: 0 0 0 -27px;
}
.chat_ib h5 {
    font-size: 15px;
    color: #464646;
    margin: 0 0 8px 0;
}
.chat_ib h5 span {
    font-size: 13px;
    float: right;
}
.chat_ib p {
    font-size: 14px;
    color: #989898;
    margin: auto
}
.chat_img {
    float: left;
    width: 11%;
}
.chat_ib {
    float: left;
    padding: 0 0 0 15px;
    width: 88%;
}
.chat_people {
    overflow: hidden;
    clear: both;
}
.chat_list {
    border-bottom: 1px solid #c4c4c4;
    margin: 0;
    padding: 18px 16px 10px;
}
.inbox_chat {
    height: 550px;
    overflow-y: scroll;
}
.active_chat {
    background: #ebebeb;
}
.incoming_msg_img .attendee-name {
    width: calc(100% - 40px);
    padding-left: 12px;
    margin: 0;
    font-size: 16px;
}
.incoming_msg_img {
    width: 100%;
    display: flex;
    margin-bottom: 10px;
    align-items: center;
}
.incoming_msg_img img {
    width: 40px;
}
.panel-questions .received_msg {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
}
.received_withd_msg p {
    background: #ebebeb none repeat scroll 0 0;
    border-radius: 3px;
    color: #646464;
    font-size: 14px;
    margin: 0;
    padding: 5px 10px 5px 12px;
    width: 100%;
}
.time_date {
    color: #747474;
    display: block;
    font-size: 12px;
    margin: 8px 0 0;
}
.received_withd_msg {
    width: 80%;
}
.sent_msg p {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    font-size: 14px;
    margin: 0;
    color: #333;
    padding: 5px 10px 5px 12px;
    width: 100%;
}
.outgoing_msg {
    overflow: hidden;
    margin: 26px 0 26px;
}
.sent_msg {
    float: right;
    width: 80%;
}
.input_msg_write input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #4c4c4c;
    font-size: 15px;
    min-height: 48px;
    width: 100%;
    padding-right: 45px;
}
.type_msg {
    border-top: 1px solid #c4c4c4;
    position: relative;
}
.msg_send_btn {
    background: #ac9766 none repeat scroll 0 0;
    border: medium none;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    height: 33px;
    position: absolute;
    right: 0;
    top: 11px;
    width: 33px;
}
.messaging {
    padding: 0 0 50px 0;
}
.course-register-section table th {
    background: #eee;
    padding: 10px 20px;
}
.course-register-section table td {
    padding: 10px 20px;
}
.course-register-section .img-circle.event-image {
    height: 60px;
    width: auto;
    object-fit: contain;
}
.course-register-section .form-group.event-register {
    margin-bottom: 2rem;
    text-align: center;
}
.course-register-section .form-group.event-register .mt-btn {
    display: inline-block;
    text-align: center;
    margin: 20px auto 0;
    padding: 15px 60px;
}
.pay-bill-section .table-responsive {
    padding: 20px;
    background: #eee;
}
.pay-bill-section .billing-title {
    font-size: 16px;
    color: #6F6B66;
}
.pay-bill-section td {
    color: #6F6B66;
}
.payment-options .form-group {
    display: flex;
    align-items: center;
    color: #6F6B66;
    flex-wrap: wrap;
}
.payment-options .form-group .radio {
    margin-right: 10px;
}
.pay-bill-section h3,
.payment-options h4 {
    color: #3C3B37;
}
.billing-section .section-title {
    text-align: center;
}
.payment-options {
    margin-bottom: 80px;
    width: 600px;
    margin-right: auto;
    margin-left: auto;
    padding: 40px;
    background: #eee;
}
.billing-section .section-title {
    margin-top: 30px;
}
.card-detail {
    display: none;
    padding: 30px;
    border: 1px solid #ced4da;
    margin-bottom: 30px;
}
.card-detail.active {
    display: block;
}
.card-detail .form-control {
    border: 0 solid transparent;
    border-radius: 0;
    width: 70%;
}
.payment-options .card-detail .form-group {
    display: flex;
    align-items: center;
    color: #6F6B66;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}
.fa-cc-paypal {
    padding: 6px 14px;
    color: #3F51B5;
    border: 3px solid #3F51B5;
    font-size: 22px;
    border-radius: 5px;
}
.icon-container {
    font-size: 54px;
    line-height: 24px;
}
.loader-wrapper {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    display: none;
}
div#card-element {
    width: 350px;
    padding: 20px;
    border: 1px solid #ACBAC6;
}
#card-errors {
    margin-top: 15px;
}
.site-princing-table {
    text-align: center;
}
.pricing-table {
    margin-top: 30px;
}
.pricing-plan {
    border: 1px solid transparent;
    padding: 40px 20px;
    transition: 0.5s all ease-in-out;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
.invisible-radio {
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */

    clip: rect(1px, 1px, 1px, 1px);
}
.invisible-radio:checked+label .pricing-plan,
.invisible-radio:not(:checked)+label:hover .pricing-plan {
    border-color: #ac9766;
}
.invisible-radio:not(:checked)+label {
    cursor: pointer;
}
.invisible-radio:focus+label .pricing-plan {
    transform: scale(1, 1);
    animation: pulsate 1s alternate ease-in-out infinite;
}
.pricing-header {
    margin-bottom: 0;
}
.pricing-price {
    font-size: 28px;
    color: #AC9766;
}
.pricing-desc {
    display: block;
    margin-top: 30px;
    color: #5F5D5D;
}
.pricing-button {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    background: #ac9766;
    margin-top: 20px;
}
.pricing-button:hover {
    color: #fff;
    background: #051866;
}
.business-partner-title {
    margin-top: 40px;
}
.info-dialog .fa {
    font-size: 80px;
    color: #F44336;
}
.info-dialog .modal-content.style-two {
    padding: 0px;
}
.info-dialog .modal-header {
    background: #F44336;
    color: #fff;
}
.info-dialog .modal-title {
    color: inherit;
}
.info-dialog button.close {
    right: 20px;
    top: 6px;
}
.info-dialog .notice-text {
    width: calc(100% - 110px);
}
.modal.show .modal-dialog.info-dialog {
    width: 520px;
}
.modal.show .modal-dialog.info-dialog .modal-content {
    border: 0 solid transparent;
}
.info-dialog .mt-btn.sm-btn.secondary-bg {
    padding: 8px 15px;
    font-size: 14px;
    background: transparent;
    color: #ac9766 !important;
    border: 1.5px solid;
}
.info-dialog .mt-btn.sm-btn.secondary-bg:hover {
    background: #ac9766 !important;
    color: #fff !important;
}
.info-dialog .modal-footer {
    padding: 0 .75rem .75rem;
    border-top: 0 solid transparent;
}
.vaidation_error {
    color: red
}
.annoted {
    color: red
}
.university-form .input-wrapper {
    position: relative;
}
.university-form .input-wrapper .annoted {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}
.review-item {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.review-item figure {
    margin-right: 30px;
    margin-bottom: 0;
}
.review-item img {
    width: 100px;
    border-radius: 100%;
    height: 100px;
}
.review-desc {
    margin-bottom: 5px;
}
.review-item .user-rating {
    margin-bottom: 5px;
    font-size: 13px;
}
.review-item .post-on {
    color: #ac9766;
    font-weight: 400;
    font-size: 14px;
    display: block;
}
.review-item .post-on i {
    margin-right: 10px;
    vertical-align: middle;
}

/**zoom link**/
.zm-wrapper {
    position: fixed;
    bottom: 15px;
    z-index: 999;
    left: 190px;
    border: none;
    font-size: 14px;
    transition: all 0.4s;
    display: flex;
    align-items: center;
}
.zoom-meeting {
    position: relative;
}
.zoom-meeting .icon-hover-text {
    padding: 20px;
    background: #efefef;
    border-radius: 5px;
    position: absolute;
    color: #000;
    bottom: 100%;
    width: 170px;
    left: 100%;
    transform: translateX(-51px);
    box-shadow: 1px 3px 11px rgba(0, 0, 0, 0.09);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
}
.icon-hover-text:before {
    width: 15px;
    height: 15px;
    content: "";
    display: block;
    position: absolute;
    bottom: -6px;
    transform: rotate(45deg);
    background: #efefef;
    left: 20%;
}
.zoom-meeting svg {
    width: 60px;
    opacity: 0.7;
}
.zoom-meeting:hover .icon-hover-text {
    transform: translateX(-70px);
    opacity: 1;
    visibility: visible;
}
.zoom-meeting:hover svg {
    opacity: 1;
}
div#card-element {
    width: 350px;
    padding: 20px;
    border: 1px solid #ACBAC6;
}
#card-errors {
    margin-top: 15px;
}
.site-princing-table {
    text-align: center;
}
.pricing-table {
    margin-top: 30px;
}
.pricing-plan {
    border: 1px solid transparent;
    padding: 40px 20px;
    transition: 0.5s all ease-in-out;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
.invisible-radio {
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */

    clip: rect(1px, 1px, 1px, 1px);
}
.invisible-radio:checked+label .pricing-plan,
.invisible-radio:not(:checked)+label:hover .pricing-plan {
    border-color: #ac9766;
}
.invisible-radio:not(:checked)+label {
    cursor: pointer;
}
.invisible-radio:focus+label .pricing-plan {
    transform: scale(1, 1);
    animation: pulsate 1s alternate ease-in-out infinite;
}
.pricing-header {
    margin-bottom: 0;
}
.pricing-price {
    font-size: 28px;
    color: #AC9766;
}
.pricing-desc {
    display: block;
    margin-top: 30px;
    color: #5F5D5D;
}
.pricing-button {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    background: #ac9766;
    margin-top: 20px;
}
.pricing-button:hover {
    color: #fff;
    background: #051866;
}
.business-partner-title {
    margin-top: 40px;
}
.info-dialog .fa {
    font-size: 80px;
    color: #F44336;
}
.info-dialog .modal-content.style-two {
    padding: 0px;
}
.info-dialog .modal-header {
    background: #F44336;
    color: #fff;
}
.info-dialog .modal-title {
    color: inherit;
}
.info-dialog button.close {
    right: 20px;
    top: 6px;
}
.info-dialog .notice-text {
    width: calc(100% - 110px);
}
.modal.show .modal-dialog.info-dialog {
    width: 520px;
}
.modal.show .modal-dialog.info-dialog .modal-content {
    border: 0 solid transparent;
}
.info-dialog .mt-btn.sm-btn.secondary-bg {
    padding: 8px 15px;
    font-size: 14px;
    background: transparent;
    color: #ac9766 !important;
    border: 1.5px solid;
}

.info-dialog .mt-btn.sm-btn.secondary-bg:hover {
    background: #ac9766 !important;
    color: #fff !important;
}
.info-dialog .modal-footer {

    padding: 0 .75rem .75rem;
    border-top: 0 solid transparent;
}
.vaidation_error {
    color: red
}
.annoted {
    color: red
}
.university-form .input-wrapper {
    position: relative;
}
.university-form .input-wrapper .annoted {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}
.review-item {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.review-item figure {
    margin-right: 30px;
    margin-bottom: 0;
}
.review-item img {
    width: 100px;
    border-radius: 100%;
    height: 100px;
}
.review-desc {
    margin-bottom: 5px;
}
.review-item .user-rating {
    margin-bottom: 5px;
    font-size: 13px;
}
.review-item .post-on {
    color: #ac9766;
    font-weight: 400;
    font-size: 14px;
    display: block;
}
.review-item .post-on i {
    margin-right: 10px;
    vertical-align: middle;
}

/**chat messenger**/
.chat-contact-wrapper {
    width: 400px;
}
.chat-contact-wrapper .search-form-wrapper,
.chat-contact-wrapper .user-image-wrapper {
    padding: 15px 20px;
}
.page-heading {
    margin-bottom: 0;
    margin-left: 10px;
}
.user-image {
    position: relative;
}
.user-image-wrapper img,
.user-image img {
    width: 50px;
    border-radius: 100%;
    border: 1px solid #CACACA;
}
.user-image .attendee-name {
    margin-bottom: 0;
}
.contact-item {
    padding: 15px 20px;
}
.chat-contact-wrapper .recent_msgs .attendee-name,
.chat-contact-wrapper .recent_msgs .notification {
    margin-bottom: 0;
}
.chat-contact-wrapper form.search-form input {
    height: 50px;
}
.chat-text-wrapper {
    width: calc(100% - 700px);
    background-color: #F6F7F9;
}
.chat-text-wrapper>.user-image-wrapper {
    border-bottom: 1px solid #ddd;
}
.chat-text-wrapper .user-image-wrapper .attendee-name {
    margin-bottom: 0;
    margin-left: 15px;
    color: #3c3b37;
}

.contact-item {
    position: relative;
}
.contact-item.active {
    background: #F6F7F9;
}
.contact-item::before {
    position: absolute;
    display: none;
    width: 1px;
    background: #F6F7F9;
    height: 100%;
    content: "";
    left: 100%;
    top: 0;
}
.contact-item.active::before {
    display: block;
}
.user-profile-wrapper {
    width: 300px;
    text-align: center;
}
.user-profile-wrapper img {
    margin: 0 auto;
}
.user-image-wrapper figcaption span {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #888;
    margin-top: 0px;
    line-height: 20px;
}
.chat-text-wrapper .typing {
    top: -30px;
    left: 15px;
    right: auto;
    background: transparent;
}
.chat-text-wrapper .typing p {
    margin-bottom: 0;
}
.chat-text-wrapper .input_msg_write input {
    padding: 20px;
}
.chat-text-wrapper .msg_send_btn {
    right: 20px;
}
.chat-text-wrapper .sent_msg p {
    margin: 0 0 0 auto;
    padding: 5px 10px 5px 12px;
    width: max-content;
}
.chat-text-wrapper .received_withd_msg p {
    margin: 0 auto 0 0;
    width: max-content;
}

/**chat messenger**/
.chat-contact-wrapper {
    width: 400px;
}
.chat-contact-wrapper .search-form-wrapper,
.chat-contact-wrapper .user-image-wrapper {
    padding: 15px 20px;
}
.page-heading {
    margin-bottom: 0;
    margin-left: 10px;
}
.user-image {
    position: relative;
}
.user-image-wrapper img,
.user-image img {
    width: 50px;
    border-radius: 100%;
    border: 1px solid #CACACA;
}
.user-image .attendee-name {
    margin-bottom: 0;
}
.contact-item {
    padding: 15px 20px;
}
.chat-contact-wrapper .recent_msgs .attendee-name,
.chat-contact-wrapper .recent_msgs .notification {
    margin-bottom: 0;
}
.chat-contact-wrapper form.search-form input {
    height: 50px;
}
.chat-text-wrapper {
    width: calc(100% - 700px);
    background-color: #F6F7F9;
}
.chat-text-wrapper>.user-image-wrapper {
    border-bottom: 1px solid #ddd;
}
.chat-text-wrapper .user-image-wrapper .attendee-name {
    margin-bottom: 0;
    margin-left: 15px;
    color: #3c3b37;
}
.contact-item {
    position: relative;
}
.contact-item.active {
    background: #F6F7F9;
}
.contact-item::before {
    position: absolute;
    display: none;
    width: 1px;
    background: #F6F7F9;
    height: 100%;
    content: "";
    left: 100%;
    top: 0;
}
.contact-item.active::before {
    display: block;
}
.user-profile-wrapper {
    width: 300px;
    text-align: center;
}
.user-profile-wrapper img {
    margin: 0 auto;
}
.user-image-wrapper figcaption span {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #888;
    margin-top: 0px;
    line-height: 20px;
}
.chat-text-wrapper .typing {
    top: -30px;
    left: 15px;
    right: auto;
    background: transparent;
}
.chat-text-wrapper .typing p {
    margin-bottom: 0;
}
.chat-text-wrapper .input_msg_write input {
    padding: 20px;
}
.chat-text-wrapper .msg_send_btn {
    right: 20px;
}
.chat-text-wrapper .sent_msg p {
    margin: 0 0 0 auto;
    padding: 5px 10px 5px 12px;
    width: max-content;
}
.chat-text-wrapper .received_withd_msg p {
    margin: 0 auto 0 0;
    width: max-content;
}
.attendee-lists .hidden-descriptions a.incoming_msg {
    border-bottom: 0 !important;
    display: block !important;
}


/*april 1*/
.conference-header .conference-title{
    justify-content:space-around;
}
.conference-header .logo img{
    max-width: 150px;
    width: 100%;
    height: auto;
}
#unity-container{
    position:relative !important;
}
#unity-container .targetbox{
    background: #f5f5f5;
    position: absolute;
    top: 0;
    height: 600px;
}


@media only screen and (max-width: 1200px) {
    .mt-anchor .mt-btn {
        width: 170px;
        height: 48px;
        margin-top: 25px;
    }
    a.calendar-div.d-flex {
        padding: 20px;
        font-size: 18px;
    }
    .block-content {
        width: 20%;
        padding: 0 15px;
    }
    .course-videos {
        max-height: 290px;
        overflow-y: scroll;
    }
    .main-header .search-form {
        position: relative;
    }
    .main-header form.search-form input {
        height: 80px;
        padding: 0 20px;
        font-size: 20px;
    }
    .main-header form.search-form input[type=submit] {
        background-size: 20px;
    }
    .geometry-image {
        width: 387px;
    }
    .blog_right {
        width: 100%;
        height: 270px;
    }
    .related-eventts {
        padding: 40px 0 0;
        border-top: 1px solid #ddd;
    }
    .blog_title_container {
        position: absolute;
        left: 0;
        top: calc(100% - 110px);
        width: 82%;
        height: 100%;
        background: #fff;
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 25px;
    }
    .subscription-section {
        background: #Fff;
        padding: 30px 35px;
        position: relative;
        margin-bottom: -67px;
        z-index: 99;
    }
    h4 {
        font-size: 22px;
    }
    .tab-menu ul li a {
        margin-right: 25px;
    }
    div#v-pills-tabContent {
        margin-left: -20px;
    }
    div#v-pills-tab {
        border-right: none;
    }
    .nav-link.active:after,
    .nav-item.active a:after {
        display: none;
    }
    #calendar .fc-toolbar h2 {
        font-size: 1.4em;
        margin: 0;
    }
    .profile-calender span.calendar-icon {
        font-size: 50px;
        margin-right: 15px;
    }
}


body {
  margin: 0;
  padding: 0;
}
.unity-footer {
  position: relative;
  z-index: 1;
}

.etrain__slideritem {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3fr 2fr;
  grid-template-columns: 3fr 2fr;
  grid-gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.etrain__slidertextbox .title-holder {
  display: -ms-grid;
  display: grid;
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
  grid-gap: 25px;
}
.etrain__slidertextbox .title-holder .title {
  display: block;
}
.targetbox {
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    background: #fff;
    font-family: system-ui;
    padding: 80px 75px;
    font-weight: 100;
}
.targetbox:hover .splide__arrow {
  opacity: 1;
}
.etrain__slidertextbox .title-holder .title > span {
  line-height: 1;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 5px;
}
.etrain__slidertextbox .title-holder .title > span::before {
  content: "";
  height: 1px;
  background: rgba(255, 255, 255, 0.8);
  width: 15px;
  margin: 0 5px 0 0;
}
.etrain__slidertextbox .title-holder .title h1 {
    margin: 0;
    line-height: 1.3;
    color: #000;
}
.etrain__slidertextbox .title-holder .description * {
  margin: 15px 0 0 0;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
}
.etrain__slidertextbox .title-holder .description *:first-child {
  margin: 0;
}
.etrain__slider .splide__arrow {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  opacity: 0;
}
.etrain__slider .splide__arrow:hover {
  background: #fff;
}
.etrain__slider .splide__arrow svg {
  fill: #051865;
}
.etrain__slider .splide__arrow--prev {
  left: -70px;
}
.etrain__slider .splide__arrow--next {
  right: -70px;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.unity-canvas,
.unity-loading-bar {
  display: none !important;
}
/*# sourceMappingURL=style.css.map */

.description p {
    color: #000 !important;
}
.description p b {
    color: #000 !important;
}


/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


/*date may 7*/

.tab .brand-content.brand-detail li{
  width:100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
  padding-bottom:15px;
  margin-bottom:30px;
  border-bottom: 1px solid #ddd;
}

.brand-detail li figure{
  max-width: 33%;
  flex: 0 0 33%;
}
.brand-info{
  width: calc(100% - 37%);
}
.brand-detail li figure img{
  width: 100%;
  height:auto;
  padding:0;
  background: none;
}
.brand-content.brand-detail li:hover img{
  transform:unset;
  box-shadow: none;
}
ul.brand-content.brand-detail li a{
  margin-top: 0;
}
.brand-info h2{
  margin-bottom: 15px;
  font-size: 22px;
}
.brand-info {
  font-size: 16px;
}

.event-sponsor, .event-sidebar{
  border:1px solid #ac9766 !important;
  padding: 25px 15px !important;
  margin-bottom: 30px;
}
.sponsor-info{
  background: #f5f5f5;
  margin-bottom: 25px;
  padding:10px;
  text-align: center;
}
.sponsor-info figure img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.main-sponsor h4{
  font-size: 20px;
}
.sponsor-info h4{
  margin-bottom: 0;
  font-size: 17px;
}
.main-sponsor  {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main-sponsor li{
  width: 47%;
  display: flex;
}
.event-videos button{
  border:1px solid #ddd;
}

/*date may 11*/
.meeting-options  li a{
  display: flex;
  display: flex;
  padding: 20px;
 border:1px solid #ddd;
}
.meeting-options  li a figure{
  max-width: 75px;
  widows: 100%;
  margin:0 15px 0 0;
}
.meeting-options  li a:hover{
   box-shadow: 0 20px 60px -30px rgb(31 36 48 / 20%);
   background: #f5f5f5;
}
.meeting-options li{
  margin-bottom: 25px;
}
.meeting-section h2{
  font-size: 40px;
}
#meet-now .modal-dialog{
  max-width: 550px;
  widows: 100%;
}
#meet-now  .modal-body{
  padding: 30px;
}
#meet-now .modal-dialog .meeting-options li:last-child{
  margin-bottom: 0;
}
/*date may 19*/
.brand-detail li figure{
  height: 150px;
      overflow: hidden;
      background: #f5f5f5;
      padding: 15px;
}
.brand-detail li a{
  height: 100%;
}
.brand-detail li figure img{
  width: 100%;
    height: 100%;
    object-fit: cover;
}
.sponsor-info figure{
  width: 100px;
  height:100px;
}
.sponsor-info figure img{
  width:100%;
  width:100%;
  object-fit: cover;
}

.inputGroup input:checked~label {
    color: #fff;
    background: #051866;
}