/* REMOVE DEFAULT SPACING*/
*
{
    padding: 0;
    margin: 0;
}
/* FONT FACE*/
@font-face {
	font-family: "Avenir Black";
	src: url("../fonts/Avenir-Black.otf") format("opentype");
}
@font-face {
	font-family: "Avenir Light";
	src: url("../fonts/Avenir Light.ttf") format("truetype");
}
@font-face {
	font-family: "Avenir Medium";
	src: url("../fonts/Avenir-Medium.ttf") format("truetype");
}
@font-face {
	font-family: "Avenir Heavy";
	src: url("../fonts/Avenir-Heavy.ttf") format("truetype");
}
.black
{
    font-family: "Avenir Black";
}
.light
{
    font-family: "Avenir Light";
}
.medium
{
    font-family: "Avenir Medium";
}
.heavy
{
    font-family: "Avenir Heavy";
}
a,
a:hover
{
    text-decoration: none;
    color: inherit;
}


.kt-container
{
    padding: 0 50px;
    width: 100%;
}
.new-ktContainer
{
    padding: 0 135px;
}
.new-right-ktContainer
{
    padding: 0 0 0 135px;
}
.font10
{
    font-size: 10px;
}
.font11
{
    font-size: 11px;
}
.font12
{
    font-size: 12px;
}
.font14
{
    font-size: 14px;
}
.font15
{
    font-size: 15px;
}
.font16
{
    font-size: 16px;
}
.font18
{
    font-size: 18px;
}
.font20
{
    font-size: 20px;
}
.font30
{
    font-size: 30px;
}
.font40
{
    font-size: 40px;
}
.font45
{
    font-size: 45px;
}
.font50
{
    font-size: 50px;
}
.font55
{
    font-size: 55px;
}
.font60
{
    font-size: 60px;
}


.backToHomeBtn
{
    position: absolute;
    top: 0;

    color: #FFF;
    background: transparent;

    padding: 30px 0;
    cursor: pointer;
}
.backToHomeBtn span img
{
    position: relative;
    top: -1px;
    margin-right: 6px;

    transition: all .3s ease;
}
.backToHomeBtn span:nth-child(2)
{
    position: relative;
    left: 0;
    transition: all .3s ease;
}
.hoverLine
{
    position: absolute;
    bottom: 49.5%;
    width: 0;
    height: 0;

    background: #FFF;
    transition: all .3s ease;
}
.backToHomeBtn:hover .hoverLine
{
    width: 100%;
    height: 1px;
}
.backToHomeBtn:hover span:nth-child(2)
{
    left: 10px;
}


.navBar-dashboad
{
    background: transparent;
    position: absolute;
    width: 100%;
    top: 0;
    padding: 26px 0;
    color: #FFF;
    transition: all .4s ease;
    z-index: 1;
}
.navBar-dashboad .outer
{
    justify-content: space-between;
    align-items: center;
}
.navBar-dashboad .inner
{
    align-items: center;
}
.d-flex .inner.navBar div
{
    margin-right: 20px;
    cursor: pointer;
}
.colorTab
{
    background: #325D79;
    padding: 2px 30px;
    border-radius: 50px;
}
.navBar-dashboad div.hover:hover
{
    color: #F16728;
}
.mega-menu
{
    position: absolute;
    width: 100%;
    top: 0;

    background: rgba(37, 69, 90, .9);
    padding: 130px 80px 33px 80px;
    z-index: -1;

    opacity: 0;
    visibility: hidden;
    transition: opacity .4s ease, visibility .4s ease;
}
.navBar-dashboad.hideBiggerSize {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.navBar-dashboad.hideBiggerSize::-webkit-scrollbar { 
    display: none;
}
.mega-menu.clickMyVideo
{
    opacity: 1;
    visibility: visible;
}
.megaTitle
{
    line-height: 23px;
}
.megaDescription
{
    line-height: 20px;
}
.navBar-dashboad .hover.clickMyVideo
{
    color: #F16728;
}
.colorTab.clickMyVideo
{
    background: #F16728;
}
.mega-menu .d-flex
{
    /* justify-content: space-between; */
    flex-wrap: wrap;
}
.mega-menu .menu
{
    width: 25%;
    padding-right: 50px;
    margin-bottom: 30px;
}
.mega-menu .menu ul
{
    padding-left: 18px;
    margin-top: 16px;
}
.mega-menu .menu ul li
{
    margin-top: 10px;
}
.defaultSection
{
    background: transparent;
    padding: 60px 0;
}
.navBar-dashboad.scroll.clickMyVideo
{
    overflow-y: scroll;
    height: 100%;
}
.navBar-dashboad.scroll .mega-menu
{
    background: transparent;
}
.navBar-dashboad.scroll
{
    position: fixed;
    padding: 16px 0; 
    background: rgba(37, 69, 90, .9);
}
.colorTab.scroll
{
    background: #F16728;
}
.colorTabMobile
{
    background: #F16728;
    padding: 2px 30px;
    border-radius: 50px;
}
.adjustSize
{
    width: 140px;
    transition: all .3s ease;
}
.adjustSize.scroll
{
    width: 120px;
}
.mega-menu.scroll
{
    top: 70px;
    padding: 40px 80px 33px 80px;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    background-color: rgba(37, 69, 90, 1);
    overflow-x: hidden;
    transition: 0.5s;
    text-align:left;
    padding: 20px 0 30px 0;
}
.sidenav a {
    text-decoration: none;
    color: #FFF;
    display: block;
    transition: 0.3s;
    padding: 0 20px;
}
.sidenav a:hover{
    color: #f1f1f1;
}
.sidenav .closebtn {
    text-align: right;
}
.beforeProfile a:nth-child(2)
{
    padding-top: 16px;
    padding-bottom: 13px;
}
.beforeProfile a
{
    padding-bottom: 13px;
}
.white-underLine
{
    width: 86%;
    height: 1px;
    background: rgba(255, 255, 255, .3);
    margin: 20px 0 30px 0;
}
.addOverlay
{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0,0,0,.8);
    z-index: 10;
}
.mobile-showMyVideo
{
    color: #FFF;
    padding: 0 20px 17px 30px;
}
.mobile-showMyVideo ul
{
    padding-left: 20px;
    display: none;
}
.showMyVideo-secondaryMenu
{
    padding-bottom: 13px;
}
.mobile-showMyVideo ul li
{
    list-style-type: none;
    margin: .2rem 0;
}
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}
.mobileNav
{
    display: none;
}
.disableScroll
{
    overflow: hidden;
}

.adjust-negativeMargin
{
    margin-top: -3px;
}
.removePadding
{
    padding: 0;
}
input:focus, 
input:hover,
select:hover,
select:focus
{
    outline: none;
    box-shadow: none;
}
select
{
    /* text-align-last: center; */
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
select.middle,
input.middle
{
    border-radius: 0;
}
/* select.last
{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
} */
.positionRelative
{
    position: relative;
}
.iconPosition1
{
    position: absolute;
    top: 10px;
    right: 13px;
}
.iconPosition1 img
{
    width: 18px;
}
.iconPosition2
{
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.iconPosition2.left1
{
    left: 65%;
}
.iconPosition2.left2
{
    left: 72%;
}
.video-listing
{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 46px;
}
.playIcon
{
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;

    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .3);

    display: flex;
    justify-content: center;
    align-items: center;

    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}
.hoverImage:hover .playIcon
{
    opacity: 1;
    visibility: visible;
}
.video-tagging
{
    color: #FFF;
    padding: 5px 0;
    text-transform: uppercase;
}
.video-description div:nth-child(1)
{
    margin-top: 20px;
}
.black-inderLine
{
    width: 100%;
    height: 1px;
    background: #B4B4B4;
    margin: 16px 0 15px 0; 
}
.video-price div:nth-child(2)
{
    margin-top: -10px;
}
.video-star
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
    cursor: pointer;
}
.video-star svg path
{
    fill: none;
}
.video-star svg path.addFill,
.video-star svg path.selected
{
    fill: #FFCE02;
}
.videoButton
{
    justify-content: space-between;
    margin-top: 76px;
}
.videoButton button
{
    width: 32%;
    color: #FFF;
    background: linear-gradient(to left, #335D7A 50%, #000000 50%) right;
    background-size: 201%;

    cursor: pointer;
    transition: .3s ease-out;

    padding: 8px 20px;
    border-radius: 50px;
    border: none;
}
.videoButton button:hover
{
    background-position: left;
}
.lecturer-title
{
    color: #325D79;
    line-height: 65px;
}
.paddingLeft
{
    padding-left: 15px;
}
.whatOurLecturerSaid .fistCol
{
    width: 30%;
    padding-right: 20px;
}
.marginTop01
{
    margin-top: 26px;
}
.whatOurLecturerSaid .secondCol
{
    width: 70%;
}
#slick-what-lecturer-said
{
    overflow: hidden;
}
.slick-slide.inner
{
    width: 324px;
    height: 425px;
}
.bottomIcon-absolute
{
    position: absolute;
    bottom: 17px;
    left: 12px;
    width: 93%;

    background: #325D79;
    color: #FFF;
    padding: 20px;

    display: flex;
    align-items: center;
}
.slick-slide:hover,
.slick-slide:focus
{
    outline: none;
    box-shadow: none;
}
.topTopic-grid
{
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 20px;
    margin-top: 50px;
}
.topTopic-readMore
{
    position: relative;
    cursor: pointer;
    width: 32px;

}
.topTopic-readMore::before
{
    content: '';
    position: absolute;
    width: 70%;
    height: 4px;
    bottom: -1px;

    background: #325D79;
    transition: all .2s ease;
}
.topTopic-readMore:hover::before
{
    width: 100%;
}
.topTopicBtn
{
    background: transparent;
    border: 1px solid #B4B4B4;
    border-radius: 50px;

    text-align: center;
    color: #B4B4B4;

    margin-top: 60px;
    padding: 8px 0;
    cursor: pointer;
    transition: all .3s ease;
}
.topTopicBtn:hover
{
    background: #B5B5B4;
    color: #FFF;
}
.footer
{
    background: #2D2E2E;
    color: #F2F2F2;

    /*margin-top: 60px;*/
    padding: 60px 0;
}
.footer-socialMedia 
{
    margin: 36px 0 60px 0;
}
.footer-socialMedia svg
{
    margin-right: 20px;
    cursor: pointer;
    transition: all .2s ease;
}
.footer-socialMedia #Group_472:hover #Subtraction_20
{
    fill: #3B5998;
    opacity: 1;
}
.footer-socialMedia #Group_473:hover #Subtraction_19
{
    fill: #DD5144;
    opacity: 1;
}
.footer-socialMedia #Group_474:hover #Subtraction_21
{
    fill: #34AAF3;
    opacity: 1;
}
.footer-socialMedia #Group_475:hover #Subtraction_22
{
    fill: #4072B2;
    opacity: 1;
}
.footerFirstCol
{
    width: 60%;
}
.footerFirstColDash
{
    width: 60%;
}
.footerSecondCol
{
    width: 40%;
    position: relative;
}
.footerSecondCol-inner
{
    width: 33%;
}
.footerSecondCol-inner div
{
    margin-bottom: 13px;
}
.toTop
{
    position: absolute;
    right: -40px;
}
.moveToLeft
{
    position: relative;
    right: 33px;
}

#previous1:hover  #Component_72_6 #Subtraction_15,
#next1:hover  #Component_72_5 #Subtraction_15
{
    fill: #000;
}
#previous1:hover  #Component_72_6 #Path_261,
#next1:hover  #Component_72_5 #Path_261
{
    stroke: #fff;
}
.footerSecondCol-inner div
{
    cursor: pointer;
}
.mega-inputGrid
{
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;

    position: relative;
    top: -16px;
}
.mega-inputContainer
{
    margin-top: 33px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}
.beforeHide
{
    height: 0;
}
.mega-inputContainer.active
{
    opacity: 1;
    visibility: visible;
}
.videoButton.inner-filterBtn
{
    float: right;
    margin-top: 0;
    margin-bottom: 56px;
}
.videoButton.inner-filterBtn div
{
    width: 140px;
    max-width: 140px;
    padding: 6px 30px;
}
.videoButton.inner-filterBtn div:hover 
{
    background-position: left;
}
.addNewVideoBtn.active
{
    color: #FFF !important;
    background: #2E2E2E;
}

.videoButton button.borderZero
{
    border-radius: 0;
}
.showFilterTag
{
    display: flex;
    flex-wrap: wrap;
    margin-top: -20px;
}
.showFilterTag .tagItems
{
    margin-bottom: 20px;
    margin-right: 20px;

    padding: 6px 13px 6px 20px;
    border: 1px solid #B4B4B4;
    color: #707070;

    position: relative;
    overflow: hidden;
}
.showFilterTag .tagItems .plus
{
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);

    width: 20%;
    height: 100%;
    background: transparent;
    transition: all .2s ease;

    display: flex;
    justify-content: center;
    align-items: center;
}
.showFilterTag .tagItems .plus:hover
{
    background: #2E2E2E;
    color: #FFF;
}
.displayNone
{
    display: none;
}

.custom-checkBox
{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.custom-checkBox input 
{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 25px;
    width: 25px;
    top: -5px;
    right: 16%;
    z-index: 1;
}
.checkmarkBox 
{
    position: absolute;
    top: 3px;
    right: 16%;
    height: 25px;
    width: 25px;
    background-color: transparent;
    border: 1px solid #707070;
}
.custom-checkBox input:checked ~ .checkmarkBox 
{
    background-color: #00A7FF;
    border: 1px solid #00A7FF;
}
.checkmarkBox:after 
{
    content: "";
    position: absolute;
    display: none;
}
.custom-checkBox input:checked ~ .checkmarkBox:after 
{
    display: block;
}
.custom-checkBox .checkmarkBox:after 
{
    left: 9px;
    top: 6px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.select-megaMenu-input
{
    width: 100%;
    padding: 10px 20px;

    border: 1px solid #B4B4B4;
    height: 43px;
    max-height: 43px;
    color: #707070;
    background: transparent;
}
.select-megaMenu
{
    color: #707070;
    background: #FFF;

    position: absolute;
    top: 43px;
    left: 0;
    width: 100%;
    padding: 20px 20px;
    z-index: 1;

    box-shadow: 2px 2px 23px -10px rgba(0,0,0,0.67);
    -webkit-box-shadow: 2px 2px 23px -10px rgba(0,0,0,0.67);
    -moz-box-shadow: 2px 2px 23px -10px rgba(0,0,0,0.67);

    opacity: 0;
    visibility: hidden;
    transition: all .4s ease;
}
.select-megaMenu.showSelect-megaMenu
{
    opacity: 1;
    visibility: visible;
}
.select-megaMenu .custom-checkBox input,
.select-megaMenu .checkmarkBox
{
    height: 20px;
    width: 20px;
}
.select-megaMenu .custom-checkBox
{
    position: relative;
    top: -10px;
    left: -20px;
}
.select-megaMenu .custom-checkBox .checkmarkBox:after
{
    left: 33%;
    top: 20%;
}
.select-megaMenu .checkboxTitle
{
    margin-left: 10px;
}
.mega-inputContainer .checkmarkBox,
.mega-inputContainer .custom-checkBox input
{
    top: unset;
    right: unset;
}

/* MEDIA */
@media(max-width: 1024px)
{
    .video-listing
    {
        grid-template-columns: auto auto auto;
    }
    .toTop
    {
        right: -50px;
    }
}
@media (max-width: 1023px) and (min-width: 768px)
{
    .addNewVideoBtn.filterBtn
    {
        margin-top: 20px;
    }
    .mobileNav
    {
        display: block;
    }
    .desktopNav
    {
        display: none !important;
    }
    .new-right-ktContainer
    {
        padding: 0 0 0 50px;
    }
    .new-ktContainer
    {
        padding: 0 50px;
    }
    .video-listing
    {
        grid-template-columns: auto auto;
    }
    #previous img
    {
        margin-left: 20px !important;
    }
    #next img
    {
        margin-right: 20px !important;
    }
    .whatOurLecturerSaid
    {
        display: block !important;
    }
    .whatOurLecturerSaid .fistCol,
    .whatOurLecturerSaid .secondCol
    {
        width: 100%;
    }
    .footerSecondCol
    {
        flex-wrap: wrap;
    }
    .footerSecondCol .footerSecondCol-inner:nth-child(1)
    {
        margin-bottom: 40px;
    }
    .whatOurLecturerSaid .secondCol
    {
        margin-top: 30px;
    }
    .footerSecondCol-inner
    {
        width: 50%;
    }
    .toTop
    {
        right: -20px;
    }
    .banner-lineHeight
    {
        line-height: 80px;
    }
}
@media (max-width: 767px)
{   
    .addNewVideoBtn.filterBtn
    {
        margin-top: 20px;
    }
    .mega-inputGrid
    {
        grid-template-columns: auto;
    }
    .displayBlock
    {
        display: block !important;
    }
    .kt-container
    {
        padding: 0 20px;
    }
    .mobileNav
    {
        display: block;
    }
    .desktopNav
    {
        display: none !important;
    }
    .new-right-ktContainer
    {
        padding: 0 0 0 20px;
    }
    .new-ktContainer
    {
        padding: 0 20px;
    }
    .removePadding
    {
        padding: 0 15px;
        margin: 20px 0;
    }
    input,
    select.last
    {
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        border-top-right-radius: 0 !important;;
        border-bottom-right-radius: 0 !important;;
    }
    .video-listing
    {
        grid-template-columns: auto;
    }
    .videoButton
    {
        flex-wrap: wrap;
    }
    .videoButton button
    {
        width: 100%;
    }
    .videoButton button:nth-child(2)
    {
        margin: 20px 0;
    }
    div.slick-arrowPosition
    {
        top: 70%;
    }
    #previous img
    {
        margin-left: 20px !important;
    }
    #next img
    {
        margin-right: 20px !important;
    }
    .whatOurLecturerSaid
    {
        display: block !important;
    }
    .whatOurLecturerSaid .fistCol,
    .whatOurLecturerSaid .secondCol,
    .footerFirstCol,
    .footerSecondCol
    {
        width: 100%;
    }
    .whatOurLecturerSaid .secondCol
    {
        margin-top: 30px;
    }
    .topTopic-grid
    {
        grid-template-columns: auto;
    }
    .topTopic-grid .topTopic-listing:nth-child(2)
    {
        margin: 40px 0;
    }
    .mobileBlock
    {
        display: block !important;
    }
    .toTop
    {
        right: 0;
        bottom: 0;
    }
    .footerSecondCol
    {
        margin-bottom: 60px;
    }
    .banner-lineHeight
    {
        line-height: 80px;
    }
}
