@font-face {
    font-family: "Circular Std Bold";
    src: url("../font/Circular-Std-Font/961a181da27e7cbc072ec2fb5bbfe2a9.eot");
    src: url("../font/Circular-Std-Font/961a181da27e7cbc072ec2fb5bbfe2a9.eot?#iefix") format("embedded-opentype"), url("../font/Circular-Std-Font/961a181da27e7cbc072ec2fb5bbfe2a9.woff2") format("woff2"), url("../font/Circular-Std-Font/961a181da27e7cbc072ec2fb5bbfe2a9.woff") format("woff"), url("../font/Circular-Std-Font/961a181da27e7cbc072ec2fb5bbfe2a9.ttf")
}

@font-face {
    font-family: "blimone-medium-wenfont";
    src: url("../font/Circular-Std-Font/FontsFree-Net-blimone-medium.ttf");
    src: url("../font/Circular-Std-Font/FontsFree-Net-blimone-medium.ttf?#iefix") format("woff"), url("../font/Circular-Std-Font/FontsFree-Net-blimone-medium.ttf")
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html,
body {
    height: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* overflow: hidden; */
}
.dark_mode .login_button
{
    background-color: #282828;
}
.form-check-input
{
    margin-top: 0.4rem;
}
.height_min
    {
        height:75vh;
        margin-bottom:30px;
    }

body::-webkit-scrollbar {
    width: 11px;
}

body {
    font-family: "Circular Std Bold" !important;
    background-image: url("../img/global_bg.png");
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-attachment: fixed;
    /*display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;*/
    padding: 0 30px 0 10px;
}
.embed-responsive
{
    width:100%;
    float:left;
    height:550px;
}
.embed-responsive iframe
{
    width:100%;
    float:left;
} 
button {
    cursor: pointer;
}

a {
    outline: none !important;
    text-decoration: none !important;
}

a:hover,
a:focus {
    outline: none !important;
    text-decoration: none !important;
}

p {
    margin-bottom: 0;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0;
}

.img_slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.position-absolute img {
    display: flex;
    margin: 0 auto;
}

.language_block {
    display: flex;
    margin: 30px 0;
}

.language_block h3 {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    width: 100%;
}

.welcome_block {
    margin: 0 auto;
}

.welcome_block p {
    text-align: center;
    color: #fff;
    width: 100%;
    font-size: 11px;
}

.welcome_block h4 {
    text-align: center;
    color: #fff;
    width: 100%;
    font-size: 16px;
}

.dashboard_ul {
    margin: 30px 0;
}

.dashboard_ul li {
    text-align: center;
}

.dashboard_ul li a {
    font-size: 14px;
    color: #fff;
}

.dashboard_ul li a i {
    margin-right: 10px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
    margin: 0 auto;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 3px;
    bottom: 3px;
    background-color: #1B76C4;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #000;
}

input:focus+.slider {
    box-shadow: 0 0 1px #000;
}

input:checked+.slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.toggle_button {
    margin: 0 auto;
    display: flex;
}

.mode_content {
    font-size: 8px;
    text-align: center;
    margin-top: 10px;
    font-family: 'Poppins', sans-serif;
}
.top_block_main
{
    width:100%;
    float:left;
    display: flex;
    justify-content: space-between;
}
.announcement_block
{
    float: left;
    background-color: #fff;
    border-radius: 15px;
    padding: 0 10px;
    margin-left: 15px;
    width: 75%;
}
.announcement_block b
{
    color: #2083C1;
}
.announcement_block p
{
    color:#000;
    line-height:30px;
}
.dark_mode .announcement_block p
{
    color:#fff;
}
.feedback_ul {

    float: left;
    line-height: 30px;
}

.feedback_ul li {
    float: left;
    margin-right: 15px;
}

.feedback_ul li:last-child {
    margin-right: 0;
    /* float: right; */
}

.feedback_ul li a {
    color: #121212;
    font-size: 13px;
}
.iframe_block
{
    width:100%;
    height:570px;
    float:left;
}
iframe {
    
    /* float: left; */
    /* padding: 30px 0; */
    border-radius: 24px;
    
}

.conference_block {
    width: 100%;
    float: left;
}

.conference_block h2 {
    color: #121212;
    /* width: 100%;
    float: left; */
    font-size: 22px;
}

.conference_block ul {
    margin-top: 10px;
    width: 100%;
    float: left;
}

.conference_block ul li {
    float: left;
    margin-right: 30px;
    width: 310px;
    margin-bottom:20px;
}

.conference_block ul li:last-child {
    margin-right: 0;
}

.conference {
    padding: 20px;
    background-color: #fff;
    border-radius: 24px;
    width: 100%;
    float: left;
}

.conference_img {
    border-radius: 18px;
    width: 90px;
    height: 90px;
    float: left;
}

.conference_content {
    float: left;
    margin-left: 20px;
    margin-top: 20px;
}

.conference_content h3 {
    color: #1B76C4;
    font-size: 22px;
    font-style: italic;
}

.conference_content h4 {
    font-size: 22px;
    color: #121212;
}

.logout_block {
    width: 100%;
    float: left;
}

.logout_block ul {
    float: right;
}

.logout_block ul li {
    float: left;
    margin-right: 30px;
    position: relative;
}

.logout_block li:last-child {
    margin-right: 0;
}

.logout_block ul li i {
    color: #1B76C4;
}

.logout_block ul li .dot_block {
    position: absolute;
    top: 0;
    width: 4px;
    height: 4px;
    background-color: #1B76C4;
    border-radius: 50%;
    right: 0;
}

.user_name {
    float: left;
    margin-right: 10px;
    margin-top: 3px;
}

.user_name h4 {
    font-size: 14px;
    text-align: right;
}

.user_name p {
    text-align: right;
    font-size: 8px;
}

.user_icon {
    float: left;
    
    color: #2083C1;
}

.chat_block {
    width: 100%;
    float: left;
    overflow: hidden;
    margin-top:20px;
}

.chat_block h4 {
    font-size: 19px;
    text-align: left;
    width: 100%;
    float: left;
    color: #121212;
}

.chat_msg {
    width: 100%;
    float: left;
    margin-top:15px;
}

.overflow_block {
    overflow-y: scroll;
    height: 58vh;
    width: 100%;
    float: left;
    scrollbar-width: none;
}

.chat_msg li {
    background-color: #fff;
    border-radius: 15px;
    width: 100%;
    float: left;
    padding: 15px;
    margin: 10px 0;
    overflow: hidden;
}

.chat_name {
    width: 100%;
    float: left;
}

.chat_name h3 {
    color: #2083C1;
    font-size: 13px;
    text-align: left;
    float: left;
}

.chat_name p {
    text-align: right;
    font-size: 8px;
    float: right;
}

.chat_message {
    width: 100%;
    float: left;
}

.chat_message p {
    width: 100%;
    float: left;
    color: #000000;
    font-size: 13px;
    line-height: 20px;
    margin-top:3px;
    word-break: break-all;
}

.chat_msg {
    overflow: hidden;
}

.carousel-nav-icon {
    height: 48px;
    width: 48px;
}

.carousel-item .col,
.carousel-item .col-sm,
.carousel-item .col-md {
    margin: 8px;
    height: 300px;
    background-size: cover;
    background-position: center center;
}
.logout
{
    color:#000 !important;
}
.chat_message input {
    background-color: #fff;
    border: none;
    color: #000;
    font-size: 12px;
    width:86%;
}
.dark_mode .mode_content
{
    color:#fff;
}
.chat_message input:focus, .chat_message input:active
{
    border:none;
    outline:none;
}
button:focus, button:active
{
    border:none;
    outline:none;
}
.embed-responsive
{
   
}
.chat_message button
{
    background: none;
    border:none;
    float:right;
}
.chat_message button i
{
    color:#000;
}

.dark_mode .chat_message button i {color: #fff;}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #333333cc !important;
    font-weight: normal;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #333333cc !important;
    font-weight: normal;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #333333cc !important;
    font-weight: normal;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #333333cc !important;
    font-weight: normal;
}

.owl-nav div {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.owl-nav div.owl-prev {
    left: -0px;
}

.owl-nav div.owl-next {
    left: auto;
    right: -0px;
}

.owl-nav div.owl-prev i,
.owl-nav div.owl-next i {
    color: #1B76C4;
}

.course-carousel {
    width: 100%;
    float: left;
}

.media_partner {
    font-family: 'Poppins', sans-serif;
    font-size: 8px;
}

.outcast {
    font-family: "blimone-medium-wenfont";
    font-weight: bold;
    font-size: 22px;
}

.login_block {
    width:400px !important;
    float:right;
    border-radius: 24px;
    padding: 80px 20px;
    /* background-color: #1B76C4;*/

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1d2160+0,2683c0+50,e1a468+100 */
    /*background: #1d2160;
    /* Old browsers */
   /* background: -moz-linear-gradient(top, #1d2160 0%, #2683c0 50%, #e1a468 100%);
    /* FF3.6-15 */
    /*background: -webkit-linear-gradient(top, #1d2160 0%, #2683c0 50%, #e1a468 100%);
    /* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(to bottom, #1d2160 0%, #2683c0 50%, #e1a468 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1d2160', endColorstr='#e1a468', GradientType=0);
    /* IE6-9 */
}

.login_center {
    /* width: 60%; */
    margin: 0 auto;
    display: flex;
}
.emberd_blk
{
    padding:20px 0 0 0;
    float:left;
    width:100%;
    height:90%;
}
.emberd_blk .jwplayer.jw-flag-aspect-mode
{
    width:100%;
    float:left;
    height:100% !important
}

.login_block .form-group {
    width: 100%;
    float: left;
    margin-bottom:0;
}

.login_block .form-group label {
    width: 100%;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
}

.login_block .form-group .mailid {
    width: 100%;
    float: left;
    border-radius: 5px;
    padding: 10px;
    border: none;
    font-size: 14px;
}

.login_button {
    width: 100%;
    float: left;
    background-color: #121212;
    border: none;
    line-height: 50px;
    color: #fff;
    border-radius: 5px;
    margin-top: 20px;
}


/*Dark Mode*/

.dark_mode {
    background-color: #181818 !important;
    background-image: none;
}

.dark_mode .feedback_ul li a,
.dark_mode .user_name h4,
.dark_mode .user_name p,
.dark_mode .chat_block h4,
.dark_mode .chat_name p,
.dark_mode .chat_message p,
.dark_mode .conference_block h2,
.dark_mode .conference_content h4 {
    color: #fff;
}

.dark_mode .chat_msg li,
.dark_mode .conference {
    background-color: #282828;
}

.dark_mode .chat_message input {
    background: none;
    color: #fff;
}

.dark_mode .chat_message input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff !important;
    font-weight: normal;
}

.dark_mode .chat_message input::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff !important;
    font-weight: normal;
}

.dark_mode .chat_message input:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff !important;
    font-weight: normal;
}

.dark_mode .chat_message input:-moz-placeholder {
    /* Firefox 18- */
    color: #fff !important;
    font-weight: normal;
}

.modal-body textarea {
    background: none;
    color: #000;
}

.modal-body::-webkit-textarea-placeholder {
    /* Chrome/Opera/Safari */
    color: #000 !important;
    font-weight: normal;
}

.modal-body::-moz-placeholder {
    /* Firefox 19+ */
    color: #ccc !important;
    font-weight: normal;
}

.modal-body:-ms-textarea-placeholder {
    /* IE 10+ */
    color: #000 !important;
    font-weight: normal;
}

.modal-body:-moz-placeholder {
    /* Firefox 18- */
    color: #000 !important;
    font-weight: normal;
}

.mobile_none {
    display: none;
}

.dark_mode .wrapper {

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 10px;
    background-color: #181818 !important;
    z-index: 99;
}
.wrapper 
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 10px;
    background-color: #fff !important;
    z-index: 99;
}

.menu-icon-toggle {
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
    z-index: 9;
}

.home .menu-icon-toggle {
    top: 50px;
    position: absolute;
    right: 20px;
    top: 20px;
}

.menu-icon-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    background-color: #1B76C4;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: opacity 0.3s 0.3s;
    transition: opacity 0.3s 0.3s;
}

.home:not(.open) .menu-icon-toggle span {
    background-color: #fff;
}

.menu-icon-toggle::before,
.menu-icon-toggle::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    background-color: #1B76C4;
    -webkit-transition: top 0.3s 0.3s, bottom 0.3s 0.3s, -webkit-transform 0.3s;
    transition: top 0.3s 0.3s, bottom 0.3s 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, top 0.3s 0.3s, bottom 0.3s 0.3s;
    transition: transform 0.3s, top 0.3s 0.3s, bottom 0.3s 0.3s, -webkit-transform 0.3s;
}

.menu-icon-toggle::before {
    top: 6px;
}

.menu-icon-toggle::after {
    bottom: 6px;
}

.open .menu-icon-toggle span {
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.open .menu-icon-toggle::before,
.open .menu-icon-toggle::after {
    background-color: #6191d1;
}

.open .menu-icon-toggle::before {
    top: calc(50% - 1px);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.open .menu-icon-toggle::after {
    bottom: calc(50% - 1px);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.open .menu-icon-toggle::before,
.open .menu-icon-toggle::after {
    -webkit-transition: top 0.3s, bottom 0.3s, -webkit-transform 0.3s 0.3s;
    transition: top 0.3s, bottom 0.3s, -webkit-transform 0.3s 0.3s;
    transition: top 0.3s, bottom 0.3s, transform 0.3s 0.3s;
    transition: top 0.3s, bottom 0.3s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}

.menu-background {
    visibility: hidden;
    width: 300%;
    height:300px;
    position: absolute;
    left: -100%;
    background-color: #fff;
    -webkit-transition: background-position 0.5s, visibility 0.5s 1s, -webkit-transform 0.5s 0.5s;
    transition: background-position 0.5s, visibility 0.5s 1s, -webkit-transform 0.5s 0.5s;
    transition: background-position 0.5s, transform 0.5s 0.5s, visibility 0.5s 1s;
    transition: background-position 0.5s, transform 0.5s 0.5s, visibility 0.5s 1s, -webkit-transform 0.5s 0.5s;
    z-index: 2;
}

.open .menu-background {
    visibility: visible;
    -webkit-transition: background-position 0.5s, -webkit-transform 0.5s 0.5s;
    transition: background-position 0.5s, -webkit-transform 0.5s 0.5s;
    transition: background-position 0.5s, transform 0.5s 0.5s;
    transition: background-position 0.5s, transform 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
}

.menu-background.top {
    -webkit-transform: rotate(-45deg) translateY(-150%);
    transform: rotate(-45deg) translateY(-150%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #6191d1), color-stop(50%, #fff));
    background: linear-gradient(to top, #6191d1 50%, #fff 50%);
    background-size: 100% 200%;
    background-position: -100% 100%;
}

.open .menu-background.top {
    -webkit-transform: rotate(-45deg) translateY(-49%);
    transform: rotate(-45deg) translateY(-49%);
    background-position: 0 0;
}

.menu-background.middle {
    -webkit-transform: rotate(-45deg) translateY(50%) scaleY(0);
    transform: rotate(-45deg) translateY(50%) scaleY(0);
    background: #fff;
}

.open .menu-background.middle {
    -webkit-transform: rotate(-45deg) translateY(50%) scaleY(1);
    transform: rotate(-45deg) translateY(50%) scaleY(1);
}

.menu-background.bottom {
    -webkit-transform: rotate(-45deg) translateY(250%);
    transform: rotate(-45deg) translateY(250%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), color-stop(50%, #6191d1));
    background: linear-gradient(to bottom, #fff 50%, #6191d1 50%);
    background-size: 100% 200%;
    background-position: 0 -100%;
}

.open .menu-background.bottom {
    -webkit-transform: rotate(-45deg) translateY(149%);
    transform: rotate(-45deg) translateY(149%);
    background-position: 0 0;
}

.menu {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    visibility: hidden;
    list-style-type: none;
    margin: 0;
    padding: 0;
    z-index: 999;
    height: 100%;
    top: 100%;
}

.open .menu {
    visibility: visible;
}

.menu li {
    opacity: 0;
    margin-bottom: 5px;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.menu li:nth-child(7) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.menu li:nth-child(7) span {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}


.menu li:nth-child(6) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.menu li:nth-child(6) span {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}


.menu li:nth-child(5) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.menu li:nth-child(5) span {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.menu li:nth-child(4) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.menu li:nth-child(4) span {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.menu li:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.menu li:nth-child(3) span {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.menu li:nth-child(2) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.menu li:nth-child(2) span {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.menu li:nth-child(1) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.menu li:nth-child(1) span {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.open .menu li {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.open .menu li:nth-child(1) {
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s;
}

.open .menu li:nth-child(1) span {
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s;
}

.open .menu li:nth-child(2) {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

.open .menu li:nth-child(2) span {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

.open .menu li:nth-child(3) {
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s;
}

.open .menu li:nth-child(3) span {
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s;
}

.open .menu li:nth-child(4) {
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s;
}

.open .menu li:nth-child(4) span {
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s;
}

.open .menu li:nth-child(5) {
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
}

.open .menu li:nth-child(5) span {
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
}

.open .menu li:nth-child(6) {
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
}

.open .menu li:nth-child(6) span {
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
}
.open .menu li:nth-child(7) {
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
}

.open .menu li:nth-child(7) span {
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
}
.menu a {
    position: relative;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    color: #2196F3;
    width: 100%;
float: left;
}

.menu a::before {
    /*content: '';*/
    display: block;
    height: 2px;
    width: 0;
    position: absolute;
    left: -30px;
    top: 50%;
    background-color: #6191d1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
}

.menu a:hover::before {
    width: 15px;
}

.content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    color: #fff;
    -webkit-transition: all 0.3s 1s;
    transition: all 0.3s 1s;
}

.open .content {
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

html ::-webkit-scrollbar,
body ::-webkit-scrollbar {
    display: none;
}
.dark_mode .faq_block
{
    color:#fff;
}
.faq_block
{
    font-family: 'Poppins', sans-serif;
}
.faq_block h4
{
    font-size:16px;
    font-family: 'Poppins', sans-serif;
    font-weight:bold;   
}
.faq_block p
{
    font-weight:normal;
    font-size:14px;
    margin:15px 0;
    font-family: 'Poppins', sans-serif;
}
.faq_block ul
{
    padding-left:30px;
    font-weight:normal;
    font-size:14px;
}







#loader {
    position: absolute;

    margin-left:auto;
    margin-right:auto;
    z-index: 1;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 2px solid #f3f3f3;
    border-radius: 50%;
    border-top: 2px solid #3498db;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
    
  }
  #loading
  {
      width:100%;
      float:left;
      background-color: #000;
      position: absolute;
      z-index:999;
      height:100%;
  }
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  
  /* Add animation to "page content" */
  .animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
  }
  
  @-webkit-keyframes animatebottom {
    from { bottom:-100px; opacity:0 } 
    to { bottom:0px; opacity:1 }
  }
  
  @keyframes animatebottom { 
    from{ bottom:-100px; opacity:0 } 
    to{ bottom:0; opacity:1 }
  }
  
  #myDiv {
    display: none;
   
  }
  .jwplayer.jw-flag-aspect-mode
  {
      border-radius: 24px !important;
  }





/*---------------------------------------
     PRE LOADER
-----------------------------------------*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
}

.spinner {
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
}

.spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 1px solid #575757;
    border-top-color: #ffffff;
    animation: spinner .9s linear infinite;
}

@-webkit-keyframes spinner {
    to {transform: rotate(360deg);}
}

@keyframes spinner {
    to {transform: rotate(360deg);}
}

.position-fixed .position-absolute
{
    top: 10%;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
}

.img_slide img
{
    height:98%;
}


.dark_mode .panel_block
{
    background-color: #282828;
}
.dark_mode .announcement_block
{
    background-color: #282828;
}


.panel_block
{
    background-color: #fff;
    border-radius: 15px;
    padding: 20px;
    width:100%;
    float:left;
}
.panel_block .panel-heading h2 {
    
    text-align: left;
    width: 100%;
    float: left;
    color: #121212;
    font-size:22px;
    margin-bottom: 10px;
}
.panel_block .panel-heading .panel-title
{
    color: #2083C1;
    width:100%;
    float:left;
    font-size: 18px;
    margin-bottom: 10px;
}
.list-group
{
    width:100%;
    float:left;
}
.panel_block .panel-body .list-group
{
    margin-top:10px;
}
.panel_block .panel-body .list-group .list-group-item
{
    border:none !important;
    padding: 0 0px 5px 0 !important; 
}
.dark_mode .panel_block .panel-body .list-group .list-group-item
{
    background-color: transparent !important;
}
.dark_mode .panel_block .panel-heading h2, .dark_mode .panel_block .panel-body .list-group .list-group-item .radio label
{
    color:#fff;
}
marquee
{
    line-height:30px !important;
    vertical-align:middle;
}


@keyframes ripple {
    0% {
        box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
    }
    50% {
        box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
    }
    100% {
        box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0);
    }
}
.md-radio {
    margin: 10px 0;
}
.md-radio.md-radio-inline {
    display: inline-block;
}
.md-radio input[type="radio"] {
    display: none;
}
.md-radio input[type="radio"]:checked + label:before {
    border-color: #337ab7;
    animation: ripple 0.2s linear forwards;
}
.md-radio input[type="radio"]:checked + label:after {
    transform: scale(1);
}
.dark_mode .md-radio label 
{
    color:#fff;
}
.md-radio label {
    display: inline-block;
    min-height: 20px;
    position: relative;
    padding: 0 30px;
    margin-bottom: 0;

    color:#000;
    vertical-align: bottom;
}
.md-radio label:before, .md-radio label:after {
    position: absolute;
    content: '';
    border-radius: 50%;
    transition: all .3s ease;
    transition-property: transform, border-color;
}
.md-radio label:before {
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(0, 0, 0, 0.54);
}
.md-radio label:after {
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    transform: scale(0);
    background: #337ab7;
}

.dark_mode .md-radio label:before {
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255,255,255, 0.54);
}



/*@media Query*/
@media (min-width: 320px) and (max-width: 1023px) {
    .announcement_block
    {
        width:100%;
        margin-left:0 !important;
        margin-top:20px;
        font-size:12px !important;
        padding:0 10px;
    }
    .panel_block .panel-heading h2 {
    
        
        font-size:18px;
       
    }
    .panel_block .panel-heading .panel-title
    {
       
        font-size: 14px;
       
    }


    .dark_mode .position_sticky
    {
        position: sticky;
        top: -20px;
        z-index: 9;
        padding: 0;
        background-color: #181818;
    }
    .position_sticky
    {
        background-color: #fff;
        position: sticky;
        top: -20px;
        z-index: 9;
        padding: 0;
    }
    .slider
    {
        background-color: #ececec;
    }

    .height_min
    {
        height:auto;
    }

    .dark_mode .mode_content
    {
        color:#000 !important;
    }
    .height_auto
    {
        height:100% !important;
    }
   
    .emberd_blk
    {
        height:100%;
    }
    .overflow_block
    {
        height:150px;
    }
    #myDiv

    {
        height:auto !important;
    }
    .forgetelement 
    {
        float:left !important;
    }
    .margin_ato
    {
        width:auto !important;
        margin:20px auto;
        display:flex;
    }
    .login_block
    {
        padding:45px 20px;
        width:100% !important;
    }
    .mobile_padding {
    
        padding: 20px !important;
    }
    .margin_auto {
        display: flex;
        margin: 0 auto;
    }
    html,
    body {
        padding: 0;
    }
    .login_center {
        width: 100%;
        margin: 20px auto;
    }
    html,
    body {
        /* overflow: auto; */
        overflow-x: hidden; 
    }
    .conference_block ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .conference_block h2 {
        font-size: 18px;
    }
    .conference {
        padding: 12px;
        border-radius: 15px;
    }
    .conference_content h3,
    .conference_content h4 {
        font-size: 18px;
    }
    .conference_content {
        margin-top: 15px;
    }
    .course-carousel {
        margin: 20px 0 !important;
    }
    .owl-carousel .owl-item img {
        margin: 0 auto;
    }
    .img_slide {
        display: none;
    }
    .iframe_block
    {
        height: auto;
    }
    iframe {
        border-radius: 15px;
       
    }
    .mobile_none {
        display: block;
        /* width: 100%;
        float: left;
        height: 100%; */
    }
    .feedback_ul {
        display: none;
    }
    .none_block {
        display: none;
    }
    .user_name p {
        font-size: 6px;
    }
    .user_name h4 {
        font-size: 16px;
        line-height: 25px;
        color: #000;
    }
    .logout_block ul li {
        margin-right: 10px;
    }
    .user_icon {
  
        font-size:12px;
    }
    .conference_block ul li:last-child
    {
        margin-bottom:0;
    }
    .user_name {
        margin-top: -4px;
    }
    .wrapper img {
        float: left;
       
        margin-right: 20px;
    }
    #header {
        float: left;
        margin-right:15px;
        margin-top:5px;
    }
    .menu-icon-toggle {
        /* top: 5px; */
    }
    .wrapper .logout_block {
        float: right;
        width: auto;
        margin-top:6px;
    }
    .conference_img {
        width: 70px;
        height: 70px;
    }
    .conference_block {
        margin-top: 20px;
    }
 
}



@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
    /* For portrait layouts only */
  }
  
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
    .ipad_width .height_min
    {
        height:68vh !important;
    }
    .chat_message input
    {
        width:80%;
    }
    .overflow_block
    {
        height:48vh;
    }
/* For landscape layouts only */
}





@media (min-width: 489px) and (max-width: 768px) {
    .wrapper img {
       
    }
    .conference_block ul li {
        width: auto;
        margin-right: 10px;
    }
    .conference {
        padding: 8px;
    }
    .conference_content h3,
    .conference_content h4 {
        font-size: 16px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .chat_block {
        margin-top: 20px;
    }
    .ipad_width {
        width: 100%;
        max-width: 100%;
        -ms-flex: 100%;
        flex: 100%;
        margin-left:0;
    }
    .wrapper img {
        
    }
    .ipad_width {
       
    }
    .conference_block ul li
    {
        width:auto !important;
        margin-rigth:15px !important;
    }
 
}





@media (min-width: 1023px) and (max-width: 1499px) {

    .conference_block ul li
    {
        width:auto;
    }
    .ipad_width
    {
        margin-top:15px !important;
    }
    body {
        padding: 0;
    }
    .position-absolute img {
        /* width: 50%; */
    }
    .language_block h3 {
        font-size: 18px;
    }
    .welcome_block h4 {
        font-size: 14px;
    }
    .welcome_block p {
        font-size: 10px;
    }
    .dashboard_ul li a {
        font-size: 12px;
    }
    .conference_block h2 {
        font-size: 18px;
    }
    .feedback_ul li a {
        font-size: 12px;
    }
    .user_name h4 {
        font-size: 12px;
      
        color: #000;
    }
    .user_icon {
        line-height: 33px;
    }
    .user_name {
        margin-top: 8px;
    }
 
    .chat_block {
        margin-top: 20px;
    }
    .chat_block h4 {
        font-size: 16px;
    }
    .chat_name h3 {
        font-size: 10px;
    }
    .chat_message p {
        font-size: 9px;
        line-height: inherit;
        margin-top:5px;
    }
    .chat_msg li {
        padding: 10px;
        margin: 5px 0;
        border-radius: 10px;
    }
    .chat_message input {
        font-size: 9px;
    }
    .chat_msg li:last-child {
        border-radius: 15px !important;
        padding: 8px !important;
    }
    .conference {
        padding: 12px;
        border-radius: 15px;
    }
    .conference_img {
        width: 60px;
        height: 60px;
    }
    .conference_content h3 {
        font-size: 16px;
    }
    .conference_content h4 {
        font-size: 16px;
    }
    .conference_content {
        margin-left: 15px;
        margin-top: 12px;
    }
    .conference_block ul li {
        margin-right: 12px;
        width: auto;
    }
    .course-carousel {
        margin-top: 20px !important;
    }
    
    .overflow_block
    {
        /* height:400px; */
    }
    
}
@media (min-width: 1024px) and (max-width: 1099px) {
    .emberd_blk  {
        height: 430px;
    }
    .overflow_block
    {
        /* height:350px; */
    }
}

@media (min-width: 2000px) and (max-width: 1199px) {
    
    
    .overflow_block
    {
        /* height:220px; */
    }
}

@media (min-width: 1200px) and (max-width: 1499px) {
    
    .overflow_block
    {
        /* height:380px; */
    }
   
    
}



@media (min-width: 1200px) and (max-width: 1299px) {}

@media (min-width: 1300px) and (max-width: 1499px) {}

@media (min-width: 1920px) and (max-width: 1999px) {}





@media (min-width: 576px)
{
.modal-day1
{
    max-width: 50%;
    margin: 1.75rem auto;
}
}
.modal-header1 .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
    background-color: #0273ff;
    color: white;
    border-radius: 50%;
    z-index: 1000;
    /* margin-top: 20px; */
    top: -5px;
    left: 40px;
    position: relative;
}

.videoPlayer.fixed {
    position: fixed;
    top: 0;
    z-index: 9;
    padding: 0;
}

.videoPlayer.fixed .emberd_blk {
    padding: 0;
}

@media (min-width: 320px) and (max-width: 1023px) {
    .videoPlayer.fixed {
        padding: 0;
    }
}
