
/*==========Fonts CSS Start==========*/
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfonte0a5.eot?v=4.3.0');
    src: url('../fonts/fontawesome-webfontd41d.eot?#iefix&v=4.3.0') format('embedded-opentype'), 
    url('../fonts/fontawesome-webfonte0a5.woff2?v=4.3.0') format('woff2'), 
    url('../fonts/fontawesome-webfonte0a5.woff?v=4.3.0') format('woff'), 
    url('../fonts/fontawesome-webfonte0a5.ttf?v=4.3.0') format('truetype'), 
    url('../fonts/fontawesome-webfonte0a5.svg?v=4.3.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/*==========Fonts CSS End==========*/

/*==========Common CSS Start==========*/

/*==Scrollbar==*/

a,
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

section {
    overflow: hidden;
}

img {
    width: auto;
    max-width: 100%;
}


.h2-title{
    font-family: 'Jost', sans-serif;
    font-size: 65px;
    color: #050d36;
    line-height: 80px;
    font-weight: 800;
    padding-bottom: 25px;
    padding-top: 12px;
}

.h3-title {
    font-family: 'Jost', sans-serif;
    font-size: 22px;
    color: #050d36;
    line-height: 35px;
    font-weight: 700;
}

.h2-subtitle {
    position: relative;
    font-family: 'Jost', sans-serif;
    font-size: 22px;
    color: #0060ff;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    display: inline-block;
}

.container{
    position: relative;
    z-index: 5;
}


/*==========Common CSS End==========*/

/*==========Course Category CSS Start==========*/
.main-course-category{
    position: relative;
    top: -135px;
}

.course-category-title {
    text-align: center;
}

.course-category-box {
    /* border: solid 1px #acacac; */
    border-radius: 8px;
    /* background-color: #faf4f4; */
    background-image: linear-gradient(to bottom,white,rgb(255, 255, 255),rgb(228, 228, 228));
    padding: 30px;
    display: flex;
    margin-bottom: 30px;
    align-items: center;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.dis-yes {
    display: block;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.dis-no {
    display: none;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.course-category-box:hover .dis-yes {
    display: none;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.course-category-box:hover .dis-no {
    display: block;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.course-category-box:hover {
    background-image: none;
    background-color: #FDBE33;
    /* border: solid 1px #ff5219; */
    /* box-shadow: 0px 20px 30px 0px rgba(253, 181, 35, 0.537); */
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.course-category-icon {
    margin-right: 20px;
}

.course-category-content {
    text-align: left;
    width: calc(100%);
}

.course-category-content p {
    margin-bottom: 0;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.course-category-content .h3-title {
    line-height: 25px;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.course-category-box:hover .course-category-content .h3-title {
    color: #050d36;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.course-category-box:hover .course-category-content p {
    color: #050d36;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}
.main-course-category .course-row-1{
    position: absolute;
}
.main-course-category .course-row-2{
    position: absolute;
    margin-left: 34%;
}
.main-course-category .course-row-3{
    /* position: absolute; */
    margin-left: 68%;
}

@media only screen and (min-width: 601px) and (max-width: 1200px){
    .main-course-category{
        position: relative;
        top: -100px;
    }
    .course-category-box {
        /* border: solid 1px #acacac; */
        border-radius: 8px;
        /* background-color: #faf4f4; */
        background-image: linear-gradient(to bottom,white,rgb(255, 255, 255),rgb(228, 228, 228));
        padding: 15px;
        display: flex;
        margin-bottom: 30px;
        align-items: center;
        transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
    }
	.main-course-category .course-row-1{
        position: absolute;
        height: 50px;
        width:35%;
        /* padding: 30px; */
        /* font-size: small; */
    }
    .main-course-category .course-row-2{
        position: absolute;
        margin-left: 33%;
        height: 100px;
        width:36%;
        /* padding: 10px; */
        /* font-size: small; */
    }
    .main-course-category .course-row-3{
        /* position: absolute; */
        margin-left: 67%;
        height: 50px;
        width:35%;
        /* font-size: small; */
    }
    .main-course-category .course-category-content h3{
        font-size: 18px;
        /* width: 50px; */
        width: 100%;
    }
    .main-course-category .course-category-content a{
        /* font-size: 13px; */
        width: 35px;
        text-align: center;
    }
    .main-course-category .course-category-content p{
        /* font-size: small; */
        display: block;
    }
    .main-course-category .course-category-box .course-category-icon img{
        height: 40px;
        width: 45px;
    }
    .course-category-content {
        text-align: center;
        width: calc(90%);
        padding: 2px;
    }
    .course-category-icon {
        margin-right: 5px;
        margin-left: 6px;
    }
    .main-course-category .row{
        height: 95px;
    }
    #daily-task-content {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 35%;
    }
    /* .navbar {
        position: absolute;
        width: 100%;
        top: 45px;
        padding: 10px 20px;
        background: transparent !important;
        border-bottom: 1px solid rgba(255, 255, 255, .3);
        z-index: 9;
    } */
    .navbar.nav-sticky {
        padding: 10px 20px;
        background: #20212B !important;
        border-bottom: none;
    }
  }
  @media (min-width: 900px) {
    .d-md-block {
        display: block !important;
    }
  }
  @media only screen and (min-width: 900px) and (max-width: 1200px) {
    .navbar {
        position: absolute;
        width: 100%;
        top: 45px;
        padding: 10px 20px;
        background: #3432329c !important;
        border-bottom: 1px solid rgba(255, 255, 255, .3);
        z-index: 9;
    }
}
@media only screen and (min-width: 0px) and (max-width: 600px){
    .main-course-category{
        position: relative;
        top: -65px;
    }
    .course-category-box {
        /* border: solid 1px #acacac; */
        border-radius: 8px;
        /* background-color: #faf4f4; */
        background-image: linear-gradient(to bottom,white,rgb(255, 255, 255),rgb(228, 228, 228));
        padding: 0px;
        display: flex;
        margin-bottom: 30px;
        align-items: center;
        transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
    }
	.main-course-category .course-row-1{
        position: absolute;
        height: 50px;
        width:39%;
        /* padding: 30px; */
        /* font-size: small; */
    }
    .main-course-category .course-row-2{
        position: absolute;
        margin-left: 33%;
        height: 100px;
        width:36%;
        /* padding: 10px; */
        /* font-size: small; */
    }
    .main-course-category .course-row-3{
        /* position: absolute; */
        margin-left: 63%;
        height: 50px;
        width:40%;
        /* font-size: small; */
    }
    .main-course-category .course-category-content h3{
        font-size: 13px;
        width: 50px;
    }
    .main-course-category .course-category-content a{
        /* font-size: 13px; */
        width: 35px;
        text-align: center;
    }
    .main-course-category .course-category-content p{
        /* font-size: small; */
        display: none;
    }
    .main-course-category .course-category-box .course-category-icon img{
        height: 30px;
        width: 30px;
    }
    .course-category-content {
        text-align: center;
        width: calc(65%);
        padding: 2px;
    }
    .course-category-icon {
        margin-right: 5px;
        margin-left: 6px;
    }
    .main-course-category .row{
        height: 55px;
    }
  }
/*==========Course Category CSS End==========*/
