@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
/*font-family: 'Montserrat', sans-serif;*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/* font-family: 'Open Sans', sans-serif; */
/* font-family: 'Roboto', sans-serif; */


*{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.clear{
    clear: both;
}
.clear:after{
    clear: both;
    position: relative;
    content: "";
    width: 100%;
    display: table;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Open Sans', sans-serif;
    color: #000;
}
body{
    font-family: 'Montserrat', sans-serif;
    color: #242424;
    margin: 0;
    font-size: 16px;
    line-height:24px;
}
p{
    margin: 0 0 25px;
}
.container{
    max-width: 1170px;
    margin: 0 auto;
}

a{
    color: #242424;
    text-decoration: none !important;
    transition: all 0.5s ease-in-out;
}
a:hover{
    color: #FC823A;
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
section{
    padding: 40px 0;
}

input,button,select,a{
    outline: none;
}
input:focus,
button:focus,
select:focus,
textarea:focus,
a:focus{
    outline: none;
}
#mmenu-open-fade .mobileMenuSection {
    display: none;
}
#mm-0{
    position: inherit;
    z-index: 0;
}
/* course-overview-pages */

:root {
    --yellow: #FFE187;
    --lightYellow: rgba(255, 225, 135, 0.5);
    --blue: #B2DDFF;
  }


/* end */


/* *************************header************************************** */
.topheader,.bottom-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-header-hldr{
    display: flex;
    justify-content: space-between;
    background: #424240;
}
.topheader ul{
    display: flex;
    justify-content: space-between;
}
.topheader ul li a{
    color: #fff;
    font-weight: 400;
    display: inline-block;
    padding: 10px 0;
}
.topheader ul li a:hover{
    color: #FFBEB4;
}
.top-header-left{
    width: 45%;
}
.top-header-right{
    width: 20%;
}
.top-header-left ul li a{
    font-size: 15px;
    line-height: 20px;
}
.top-header-right ul li a{
    font-size: 18px;
    line-height: 22px;
}
.logo{
    max-width: 90px;
    display: inline-block;
    width: 100%;
    padding: 5px 0;
}
.logo img{width: 100%;}
.header-main-menu ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.bottom-header-hldr{
    background: #f5f5f5;
    box-shadow: 0 2px 5px -1px rgba(0,0,0,.2);
}
.header-main-menu{
    width: 60%;
}

.header-main-menu li a{
    color: #000;
    font-weight: 400;
    padding: 22px 12px;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease-in-out 0s;
}


.header-main-menu li a::after{
    position: absolute;
    content: "";
    background: #FC823A;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0%;
    z-index: -1;
    transition: all 0.5s ease-in-out 0s;
    border-radius: 10px;
}
.header-main-menu li:nth-child(2) a::after{
    left: 5px;
}
.header-main-menu li a:hover,.header-main-menu li.active a{color: #fff;}
.header-main-menu li a:hover::after,.header-main-menu li.active a::after{
    height: 100%;
    bottom: 0;
    top: auto;
}

.header-main-menu li{margin-right: 25px;position: relative;}
.header-main-menu li:last-child{margin-right: 0;}
.start-learn{
    color: #FC823A;
    font-size: 20px;
    padding: 8px 40px;
    line-height: 25px;
    border: 1px solid #FC823A;
    background: #fff;
    border-radius: 3px;
    font-weight: 500;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease-in-out 0s;
}
.header-main-menu li > ul.submenu {
    position: absolute;
    display: block;
    overflow: hidden;
    width: 200px;
    top: 50px;
    left: 0;
    transform: scale(0);
    transform-origin: 100% 0%;
    background: #fff;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 2px 10px -1px rgb(0 0 0 / 25%);
    opacity: 0;
    transition: all 0.5s ease-in-out 0s;
    padding: 5px 0;
    z-index: 1;
}
.header-main-menu li > ul.submenu li{margin: 0;}
.header-main-menu li.hashmenu::after {
    content: "";
    position: absolute;
    border-bottom: 0px solid transparent;
    border-top: 5px solid #242424;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: 52%;
    transform: translate(0%,-50%);
    right: 0px;
    transition: 0.5s;
    z-index: 1;
    transition: 00.5s ease-in-out;
}
.header-main-menu li.hashmenu:hover ul.submenu {
    opacity: 1;
    top:38px;
    transform: scale(1);
}
.header-main-menu ul li > ul.submenu li a {
    color: #000;
    width: 100%;
    padding: 6px 12px;
    border-radius: 0;
    border-left: 4px solid transparent;
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
}
.header-main-menu ul li > ul.submenu li a:hover,.header-main-menu ul li > ul.submenu li.active a{
    top: 0;
    color: #f85c00;
    background: #e15f002e;
    border-radius: 0 25px 25px 0;
    border-left: 4px solid #FC823A;
}
.header-main-menu ul li > ul.submenu li a::after{display: none;}
.start-learn::after,.see-all::after,.contribute::after{
    position: absolute;
    content: "";
    height: 100%;
    width: 0%;
    background: #FC823A;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    z-index: -1;
    transition: all 0.5s ease-in-out 0s;
    border-radius: 5px 0 0 5px;
}
.start-learn::before,.see-all::before,.contribute::before{
    position: absolute;
    content: "";
    height: 100%;
    width: 0%;
    background: #fc813aa6;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
    z-index: -1;
    transition: all 0.5s ease-in-out 0s;
    border-radius: 0 5px 5px 0;
}
.start-learn:hover,.contribute:hover{color: #fff;border: 1px solid transparent;}
.start-learn:hover::before,.start-learn:hover::after,.contribute:hover::after,.contribute:hover::before{
    width: 50%;
}
.site-header{
    position: fixed;
    width: 100%;
    z-index: 1234;
    transition: all 0.5s ease-in-out 0s;
}
.header-main-menu li.hashmenu:hover::after,.header-main-menu li.hashmenu.active::after{
    border-bottom: 0px solid transparent;
    border-top: 5px solid #FFFFFF;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
body.sticky .site-header{
    margin-top: -42px;
    box-shadow: 0 2px 15px -1px rgb(0,0,0,0.12);
  }

/*10-02-22*/
.header-bottom-login-sign-up{
    position: relative;
    margin-left:15px;
}
.header-bottom-login-sign-up:before{
    content:'';
    position:absolute;
    left:-2px;
    width:2px;
    height:66px;
    background:#fff;
    top:-23px;
}
.header-bottom-login-sign-up ul{
    display:flex;
    flex-wrap: wrap;
}
.header-bottom-login-sign-up ul>li{
    margin-left:15px;
}
.logo{
    max-width:125px;
    min-height: 63px;
    display: flex;
    align-items: center;
}
.header-main-menu{
    width:50%;
}
body.sticky .site-header{
    margin-top:0;
}
/*10-02-22*/
/* *******************************banner************************************* */
.banner-hldr{
    display: flex;
    flex-wrap: wrap;
}
.banner-left-hldr{
    flex: 0 0 1170px;
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
}
.banner .banner-silder-hldr .owl-nav{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    width: 95%;
    justify-content: space-between;
    opacity: 0;
    transition: 0.4s ease-in-out;
}
.banner-silder-hldr .owl-carousel .owl-nav button{
    background: #ffffff9c;
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #525252;
    margin: 0 10px;
    transition: 0.4s ease-in-out;
}

.banner-silder-hldr .owl-carousel .owl-nav button i{
    line-height: 45px;
    font-size: 25px;
}
.banner-silder-hldr .owl-carousel .owl-nav button:hover{
    color: #fff;
    background: #fc823a;
}
.banner-silder-hldr:hover .owl-nav{
    opacity: 1;
}
.banner-right-hldr{
    overflow: hidden;
    flex: 0 0 100%;
    max-width: 100%;
}
.banner-right-hldr img {
    width: 100%;
    transition: 0.5s;
    transform: scale(1);
    opacity: 1;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.banner-left-hldr>div {
    max-width: 600px;
    width: 100%;
    align-self: center;
    overflow: hidden;
    position: absolute;
    bottom: 50px;
    right: 50px;
    padding: 30px 40px 15px;
    background: rgba(0,0,0,0.5);
}
.banner-left-hldr h2{
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    line-height: 60px;
    color: #fff;
    font-weight: 600;
    position: relative;
    transform: translate(0,-100%);
    transition: all 2s ease-in-out 2s;
    opacity: 0;
}
.banner-txts{
    display: inline-block;
}
.banner-txts p{
    font-size: 30px;
    line-height: 38px;
    color: #fff;
    font-weight: 400;
    position: relative;
    left: 100%;
    transition: all 3s ease-in-out 0s;
    opacity: 0;
}
.banner{padding-top: 96px;position: relative;}
/*10-02-22*/
.banner {
    padding-top: 65px;
}
/*10-02-22*/

.scroll-botm {
    left: 50%;
    display: block;
    position: absolute;
    bottom: 20px;
    transform: translate(-50%,0);
    z-index: 1;
}
.banner-silder-hldr .owl-item.active .banner-left-hldr h2{
    transform: translate(0,0);
    opacity: 1;
}
.banner-silder-hldr .owl-item.active .banner-left-hldr .banner-txts p{
    left: 0%;
    opacity: 1;
}
.banner-silder-hldr table td a{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
    background: #ffda6b !important;
    font-weight: 500;
    color: #13120d;
    transition: all 0.5s ease-in-out;
}
.banner-silder-hldr table td a:hover {
    background: #fc823a !important;
    border-radius: 3px;
    color: #fff;
}

/* ***********************learning corner************************************ */
.learning-sec{
    background: #f5f5f5;
    padding-bottom: 0;
}
.top-header-hd{
    margin: 0 0 45px;
    text-align: center;
    display: flex;
    justify-content: center;
}
h2.titileh2,h2.title{
    color: #000;
    font-size: 40px;
    line-height: 50px;
    color: #231F20;
    font-weight: 600;
    padding-bottom: 10px;
    position: relative;
    margin: 0;
}
h2.titileh2:after{
    position: absolute;
    content:"";
    width: 80%;
    height: 5px;
    background: #FC823A;
    bottom: 0;
    left: 0;
}

.learning-corner-hldr{
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    /* background: #fff; */
    padding: 0px 0 40px;
}
.learning-hldr-box{
    width: 50%;
    border: 1px solid #424240;
    padding: 50px 30px 30px;
    background: #fff;
    transition: 0.5s;
}
.learning-box{
    width: 44%;
    margin: 0 auto 30px;
    text-align: center;
    padding: 75px 28px 35px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    position: relative;
    transition: 0.5s;
}
.learning-box:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 50px;
    top: 0;
    left: 0;
    background: #FFDA6B;
}
.learning-hldr-box.color2 .learning-box:before{
    background: #CEE9FF;
}
.learning-hldr-box.color3 .learning-box:before{
    background: #FFCEC6;
}
.learning-hldr-box.color4 .learning-box:before{
    background: #BF99DD;
}
.learning-hldr-box:hover .learning-box{
    background:#ffda6b60;
}
.learning-hldr-box.color2:hover .learning-box{
    background: #cee9ff60;
}
.learning-hldr-box.color3:hover .learning-box{
    background: #FFCEC660;
}
.learning-hldr-box.color4:hover .learning-box{
    background: #BF99DD60;
}


.learning-box p{
    margin: 0;
    line-height: 27px;
    font-weight: 400;
    min-height: 160px;
}

.learning-box h3{
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 35px;
}

.see-corse{
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    color: #231F20;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    background: #FFDA6B;
    padding: 10px 35px;
    display: table;
    margin-left: auto;
    transition: 0.5s ease-in-out;
    border: 1px solid transparent;
}

.learning-hldr-box.color2 .see-corse{
    background: #B2DDFF;
}
.learning-hldr-box.color3 .see-corse{
    background: #FFBEB4;
}
.learning-hldr-box.color4 .see-corse{
    background: #BF99DD;;
}
.learning-hldr-box .see-corse:hover{
    border: 1px solid #FC823A;
    color: #FC823A;
    background: transparent;
    box-shadow: none;
}

/* new design */

/* new design */
/* .learning-corner-pre-slide.owl-carousel{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    width: auto;
}
.learning-corner-pre-slide .item{
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.learning-corner-pre-slide .item .learning-corner-box{
    padding: 30px 25px;
    height: 100%;
    border-radius: 6px;
    position: relative;
}
.learning-corner-pre-slide .item:first-child .learning-corner-box{
    background: #ffda6b;
}
.learning-corner-pre-slide .item:nth-child(2) .learning-corner-box{
    background: #cee9ff;
}
.learning-corner-pre-slide .item:nth-child(3) .learning-corner-box{
    background: #ffcec6;
}
.learning-corner-pre-slide .item:last-child .learning-corner-box{
    background: #bf99dd;
}
.learning-corner-pre-slide .item .learning-corner-box .ico{
    display: inline-block;
    max-width: 60px;
    margin: 0 0 30px;
}
.learning-corner-pre-slide .item .learning-corner-box .ico img{
    width: 100%;
}
.learning-corner-pre-slide .item .learning-corner-box h3{
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 27px;
    line-height: 32px;
}
.learning-corner-pre-slide .item:first-child .learning-corner-box h3{
    color: #322603;
}
.learning-corner-pre-slide .item:nth-child(2) .learning-corner-box h3{
    color: #1b405e;
}
.learning-corner-pre-slide .item:nth-child(3) .learning-corner-box h3{
    color: #5b2f28;
}
.learning-corner-pre-slide .item:last-child .learning-corner-box h3{
    color: #2d1a3b;
}
.learning-corner-pre-slide .item .learning-corner-box p{
    font-weight: 500;
}
.learning-corner-pre-slide .item:first-child .learning-corner-box p{
    color: #322603;
}
.learning-corner-pre-slide .item:nth-child(2) .learning-corner-box p{
    color: #1b405e;
}
.learning-corner-pre-slide .item:nth-child(3) .learning-corner-box p{
    color: #5b2f28;
}
.learning-corner-pre-slide .item:last-child .learning-corner-box p{
    color: #2d1a3b;
}
.see-corse-btn{
    position: absolute;
    right: 22px;
    bottom: -22px;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    padding: 10px 25px;
    display: inline-block;
    transition: 0.5s ease-in-out;
    border: 1px solid transparent;
    background: #b39846;
}
.learning-corner-pre-slide .item:first-child .learning-corner-box .see-corse-btn{
    background: #b39846;
}
.learning-corner-pre-slide .item:nth-child(2) .learning-corner-box .see-corse-btn{
    background: #3c719c;
}
.learning-corner-pre-slide .item:nth-child(3) .learning-corner-box .see-corse-btn{
    background: #a44f41;
}
.learning-corner-pre-slide .item:last-child .learning-corner-box .see-corse-btn{
    background: #6e3898;
}
.learning-corner-pre-slide .item .learning-corner-box .see-corse-btn:hover{
    border: 1px solid #FC823A;
    color: #FC823A;
    background: #fff;
} */

/* *****************the slider***************** */

.learning-corner-pre-slide .owl-stage > div,.learning-corner-pre-slide .owl-stage > div .item{
    height: 100%;
}
.learning-corner-pre-slide .owl-stage > div .learning-corner-box{
    padding: 30px 25px;
    min-height: 406px;
    border-radius: 6px;
    position: relative;
    margin: 0 0 30px;
}
.learning-corner-pre-slide .owl-stage > div:nth-child(4n+1) .learning-corner-box{
    background: #ffda6b;
}
.learning-corner-pre-slide .owl-stage > div:nth-child(4n+2) .learning-corner-box{
    background: #cee9ff;
}
.learning-corner-pre-slide .owl-stage > div:nth-child(4n+3) .learning-corner-box{
    background: #ffcec6;
}
.learning-corner-pre-slide .owl-stage > div:nth-child(4n+4) .learning-corner-box{
    background: #bf99dd;
}
.learning-corner-pre-slide .owl-stage > div .learning-corner-box .ico{
    display: inline-block;
    max-width: 60px;
    margin: 0 0 30px;
}
.learning-corner-pre-slide .owl-stage > div .learning-corner-box .ico img{
    width: 100%;
}
.learning-corner-pre-slide .owl-stage > div .learning-corner-box h3{
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 27px;
    line-height: 32px;
}
.learning-corner-pre-slide .owl-stage > div:nth-child(4n+1) .learning-corner-box h3{
    color: #322603;
}
.learning-corner-pre-slide .owl-stage > div:nth-child(4n+2) .learning-corner-box h3{
    color: #1b405e;
}
.learning-corner-pre-slide .owl-stage > div:nth-child(4n+3) .learning-corner-box h3{
    color: #5b2f28;
}
.learning-corner-pre-slide .owl-stage > div:nth-child(4n+4) .learning-corner-box h3{
    color: #2d1a3b;
}
.learning-corner-pre-slide .owl-stage > div .learning-corner-box p{
    font-weight: 500;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    overflow: hidden;
    -webkit-box-orient: vertical;
    margin: 0;
}
.learning-corner-pre-slide .owl-stage > div:nth-child(4n+1) .learning-corner-box p{
    color: #322603;
}
.learning-corner-pre-slide .owl-stage > div:nth-child(4n+2) .learning-corner-box p{
    color: #1b405e;
}
.learning-corner-pre-slide .owl-stage > div:nth-child(4n+3) .learning-corner-box p{
    color: #5b2f28;
}
.learning-corner-pre-slide .owl-stage > div:nth-child(4n+4) .learning-corner-box p{
    color: #2d1a3b;
}
.see-corse-btn{
    position: absolute;
    right: 22px;
    bottom: -22px;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    padding: 10px 25px;
    display: inline-block;
    transition: 0.5s ease-in-out;
    border: 1px solid transparent;
    background: #b39846;
}
.learning-corner-pre-slide .owl-stage > div:nth-child(4n+1) .learning-corner-box .see-corse-btn{
    background: #b39846;
}
.learning-corner-pre-slide .owl-stage > div:nth-child(4n+2) .learning-corner-box .see-corse-btn{
    background: #3c719c;
}
.learning-corner-pre-slide .owl-stage > div:nth-child(4n+3) .learning-corner-box .see-corse-btn{
    background: #a44f41;
}
.learning-corner-pre-slide .owl-stage > div:nth-child(4n+4) .learning-corner-box .see-corse-btn{
    background: #6e3898;
}
.learning-corner-pre-slide .owl-stage > div .learning-corner-box .see-corse-btn:hover{
    border: 1px solid #FC823A;
    color: #FC823A;
    background: #fff;
}

.learning-corner-hldr .learning-home-slider .owl-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    width: 115%;
    justify-content: space-between;
    opacity: 1;
    transition: all 0.4s ease-in-out 0s;
}
.learning-corner-hldr .learning-home-slider.owl-carousel .owl-nav button {
    background: rgba(255, 255, 255, 0.8);
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #FC823A;
    border-radius: 100%;
    margin: 0px 10px;
    transition: all 0.4s ease-in-out 0s;
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
}
.learning-corner-hldr .learning-home-slider.owl-carousel .owl-nav button i {
    line-height: 45px;
    font-size: 35px;
}
.learning-corner-hldr .learning-home-slider.owl-carousel .owl-nav button:hover{
    background: #FC823A;
    color: #fff;
}

/* **************************graduates-sec************************************** */

.graduates-sec{
    background: #f5f5f5;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 40px;
}
.graduaets-slider .owl-item{
    padding: 10px 8px 20px;
    position: relative;
    /* transition: 0.3s ease-in-out; */
}
.graduaets-slider .item{
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    border-radius: 20px 20px 0px 20px;
    padding: 40px 35px 20px 40px;
    position: relative;
}
.graduaets-slider .item.shrt-item{
    margin-top: 100px;
}
.graduaets-slider .owl-item.active:nth-child(odd){
    width: 456px !important;
}
.graduaets-slider .owl-item.active:nth-child(even){
    width: 684px !important;
}
.graduaets-slider .item h3{
    font-size: 22px;
    line-height: 28px;
    margin: 0 0 18px;
}
.graduaets-slider .item span.name{
    font-size: 20px;
    line-height: 25px;
    display: block;
    margin: 0 0 5px;
}
.graduaets-slider .item span.dsg{
    color: #424240;
    font-size: 13px;
    line-height: 17px;
}
.graduaets-slider .item.lrg-item{
    border-radius: 20px 20px 20px 0px;
}

.graduaets-slider .cote-coma{
    position: absolute;
    left: 20px;
    top: 20px;
    width: 16px;
}
.graduaets-slider .owl-dots{display: flex;align-items: center;justify-content: center;margin-top: 40px;}
.graduaets-slider .owl-dots button{
    background: #C4C4C4;
    width: 15px;
    height: 15px;
    border: none;
    border-radius: 100%;
    margin: 0 10px;
}
.graduaets-slider .owl-dots button.active{
    background: #424240;
}

/* ********************************courses******************************************** */
.courses-hldr{
    display: flex;
    justify-content: space-between;
}

.courses-left-hldr{
    width: 35%;
}
.courses-right-hldr{
    width: 60%;
}
.section-hd-left .top-header-hd{
    margin: 0 0 20px;
    justify-content: flex-start;
}
.see-all{
    color: #FC823A;
    font-size: 20px;
    padding: 8px 40px;
    line-height: 25px;
    border: 1px solid #FC823A;
    background: #fff;
    border-radius: 3px;
    font-weight: 500;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease-in-out 0s;
}
.see-all:hover{color: #fff;border: 1px solid transparent;}
.see-all:hover::before,.see-all:hover::after{
    width: 50%;
}
.courses-right-slider .item{
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    background: #F5F5F5;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    overflow: hidden;
    transition: all 0.5s ease-in-out 0s;
}
.courses-right-slider .item:hover{
    background: rgba(0, 0, 0, 0.1);
}
.courses-right-slider .slick-slide {
    margin: 0 0 25px;
}

.courses-right-slider .slick-slide .img-hldr{
    width: 38%;
    display: inline-block;
    height: 200px;
    background: #fff;
}
.courses-right-slider .slick-slide .img-hldr img{
    width: 100%;
    background: #fff;
    height: 100%;
    object-fit: cover;
}
.courses-right-slider .slick-slide .contenthldr{
    width: 59%;
    padding-right: 20px;
}
.courses-right-slider .slick-slide .contenthldr h5{
    color: #231F20;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 12px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    min-height: 30px;
}
.courses-right-slider .slick-slide .contenthldr p{
    margin: 0 0 15px;
    color: #424240;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.courses-right-slider .slick-slide .contenthldr p:empty {
    display: none;
}
.courses-right-slider .slick-slide .enrolled{
    font-family: 'Roboto', sans-serif;
}

/* *******************************arround-world-sec************************************ */

.arround-world-sec{
    background: #f5f5f5;
    padding: 40px 0 0;
}

.news-slider .item{
    background: #F5F5F5;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    display: block;
}
.news-slider .owl-item{
    padding: 10px 5px 25px;
    /* padding: 0; */
}
.news-hldr{
    padding: 0px 0 40px;
    /* background: #fff; */
}
.news-slider .item .content-hldr{
    padding: 20px;
}
.news-slider .item .img-hldr{background: #fff;}
.news-slider{
    position: relative;
}
.news-slider.owl-carousel .owl-nav button{
    position: absolute;
    color: #231F20;
    font-size: 50px;
    font-weight: bold;
    top: 50%;
    transform: translate(0,-50%);
}
.news-slider.owl-carousel .owl-nav button.owl-prev{
    left: -50px;
}
.news-slider.owl-carousel .owl-nav button.owl-next{
    right: -50px;
}
/*10-02-22*/
.news-slider .item .content-hldr p{
    margin-bottom:5px;
    font-size: 14px;
}
.news-slider .item .content-hldr p strong{
    font-weight: 500;
}
/*10-02-22*/

/* ***************************Articles************************************** */

.articles-sec{
    /* background: #f5f5f5; */
    /* padding-bottom: 0; */
}

.articles{
    padding: 0px 0 0px;
    /* background: #fff; */
}
.article-box{
    background: #F5F5F5;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    margin: 0 auto;
    width: 95%;
    transition: 00.5s ease-in-out;
    border-radius: 5px;
    overflow: hidden;
    display: block;
}

.article-box:hover{
    background:url(../images/bg-news.jpg) no-repeat 0 80%;
    margin-top: -10px;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.15);
}
.article-box .img-hldr{
    position: relative;
    background: #fff;
}
.article-box .img-hldr img{
    width: 100%;

}
.news-box .img-hldr img,.article-box .img-hldr img{
    height: 200px;
    object-fit: contain;
}
.news-box .img-hldr .tag img, .article-box .img-hldr .tag img{
    height: auto;
}

.article-box .img-hldr .tag{
    text-align: center;
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 4px;
    width: 30px;
    height: 30px;
    line-height: 18px;
    border: 1px solid #231F20;
    border-radius: 100%;
    background: #fff;
}
.article-box .img-hldr .tag.savebookmrk i.fa.fa-bookmark {
    /* border: 1px solid #FC823A; */
    color: #fc823a;
}
.article-box .details{
    padding: 18px;
}
.news-box.article-box .details h5{
    min-height: 74px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.article-box .details h5{
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    margin: 0 0 25px;
    color: #231F20;
    min-height: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.article-box .details h5 a:hover{
    color: #888;
}
.article-box .details h5 strong{
    font-weight: 500;
}
.edit-article-box{
    position: relative;
}
.edit-article-box::after{
    position: absolute;
    content: "\f040";
    top: 10px;
    right: 10px;
    font-family: "fontAwesome";
    width: 30px;
    height: 30px;
    text-align: center;
    background: #fc823a2b;
    border-radius: 100%;
    color: #FC823A;
    border: 1px solid #fc823a33;
    font-size: 15px;
    line-height: 30px;
    opacity: 0;
    transition: 0.5s;
}
.edit-article-box:hover::after{
    opacity: 1;
}

.user-detl-hldr{
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
}
.user-detls{
    width: 65%;
}
.user-detls span{
    font-weight: 500;
    display: block;
}
.user-detl-hldr .no-user,.user-detl-hldr .fav{font-size: 21px; display: inline-block;}
.user-detl-hldr .no-user span{
    font-weight: bolder;
}
.user-detl-hldr .fav{
    margin-right: 20px;
}
.user-detl-hldr .fav i{
    color:#FC823A;
}
.user-img{
    width: 45px;
    display: inline-block;
    margin-right: 10px;
}
.user-img img{
    width: 100%;
}


.news-slider .item.article-box{
    width: 100%;
}

.news-slider .item.article-box .img-hldr img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}

/* *************************************contribute to your platform*************************************** */
.platform-sec{
    background: #FC823A17;
    /* margin-top: 30px; */
    padding-bottom: 0;
}
.platform-hldr{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.platform-left-hldr{width: 60%;}
.platform-right-hldr{width: 37%;}

.platform-left-hldr p{
    margin: 0px;
    font-size: 20px;
    line-height: 26px;
}
h2.title{margin-bottom: 30px;display: inline-block;}
.platform-left-hldr .contribute{
    margin: 40px 0 10px;
}
.platform-left-hldr h2.title:after {
    position: absolute;
    content: "";
    width: 80%;
    height: 5px;
    background: #FC823A;
    bottom: 0;
    left: 0;
}
.contribute{
    color: #FC823A;
    font-size: 20px;
    padding: 16px 40px;
    line-height: 25px;
    border: 1px solid #FC823A;
    background: #fff;
    border-radius: 3px;
    font-weight: 500;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease-in-out 0s;
}

.platform-right-hldr ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.platform-right-hldr ul li{
    width: 100%;
    position: relative;
    box-shadow: 0 0 0 5px #fc823a35;
    border: 6px solid #fff;
}
.platform-right-hldr ul li img{width: 100%;}
/* .platform-right-hldr ul li:first-child{
    margin-bottom: 80px;
} */
/* .platform-right-hldr ul li:last-child{
    margin-left: 40px;
} */
.platform-right-hldr ul li:nth-child(2){
    top: 70px;
    z-index: 1;
    left: -38px;
}
/* **************************footer******************************** */

.site-footer{
    background: #424240;
    padding: 30px 0 25px;
    position: relative;
    z-index: 2;
}
.home-site-main + .site-footer{
    padding-top: 80px;
}

.site-footer li,.site-footer a,.site-footer p,.site-footer address{color: #fff;}

.site-footer a:hover{
    color:#FFDA6B
}

h5.titleh5{
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 15px;
}

.footer-top-hldr{display: flex;justify-content: space-between;padding-bottom: 20px;}
.footer-bottom-hldr{display: flex;justify-content: space-between;align-items: center;}

.footer-bottom-hldr ul{
    display: flex;
    width: 25%;
    justify-content: space-between;
}

.footer-box-hldr:first-child{width: 15%;}
.footer-box-hldr{width: 25%;}

.footer-box-hldr ul li{
    margin-bottom: 6px;
}
.footer-box-hldr ul li a,.footer-box-hldr ul li address{
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
}
.footer-bottom-hldr p,.footer-bottom-hldr ul a{
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    margin: 0;
}

.foot-logo{
    width: 100%;
    max-width: 140px;
    display: inline-block;
    margin: 0 0 15px;
}
.foot-logo:last-child{
    margin: 0;
}
.foot-logo img{width: 100%;}

.footer-box-hldr ul li.footer-social{
    display: flex;
    align-items: center;
}
.footer-box-hldr ul li.footer-social a{
    width: 32px;
    height: 32px;
    font-size: 15px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #fff;
    margin-right: 10px;
    border-radius: 100%;
}
.footer-box-hldr ul li.footer-social a:hover{
    border: 1px solid #FFDA6B;
}

/************************************ innerpages *******************************************/

/* about us */

.inner-banner img{
    width: 100%;
}
.dtl-banner img{
    height: 400px;
    object-fit: cover;
}
.about-txts p{
    color: #424240;
    margin: 0 0 40px;
}
.about-us-sec{
    padding-bottom: 0;
}
.about-txts p:last-child{margin: 0;}

/* user agreement */

.user-agree-txts .section-hd-left{
    padding: 0 0 20px;
}
.user-agree-txts .section-hd-left h2.titileh2{
    font-size: 30px;
    line-height: 40px;
}
.user-agree-txts ul li:last-child{margin: 0 0 30px;}
.user-agree-txts p{margin: 0 0 30px;}

/* library */

.library-holdr{
    display: flex;
    justify-content: space-between;
}

.left-categorilist{
    flex: 0 0 20%;
    max-width: 20%;
    display: flex;
    justify-content: flex-end;
    background: #fff;
}
.right-productlist{
    flex: 0 0 100%;
    max-width: 100%;
    background: #f5f5f5;
}

.library-contributions .right-productlist{
    flex: 0 0 80%;
    max-width: 80%;
}
.library-full-width .right-productlist{
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 40px;
}
.right-productlist > div{
    /* max-width: 936px; */
    padding-top: 40px;
    /* padding-right: 15px; */
}
.library-sec{padding: 0;}
.left-categorilist > div{padding-top: 40px;max-width: 234px; width: 100%;}
h3.title-h3{
    font-size: 36px;
    font-weight: 600;
    margin: 0 0 15px;
}
.left-categorilist ul.catelist{
    margin: 0 0 30px;
}
.left-categorilist ul.catelist li a{
    display: inline-block;
    width: 100%;
    padding: 6px;
    font-weight: 500;
    position: relative;
    z-index: 1;
    transition: 0.5s ease-in-out;
}
.left-categorilist ul.catelist li {margin: 0 0 2px;}
.left-categorilist ul.catelist li a.active,.left-categorilist ul.catelist li a:hover{
    background: #FC823A;
    color: #fff;
}
.left-categorilist ul.catelist li a.active::after,.left-categorilist ul.catelist li a:hover::after{
    background: #FC823A;
}
.left-categorilist ul.catelist li a:after{
    content: "";
    position: absolute;
    background: transparent;
    width: 300px;
    height: 100%;
    left: -300px;
    top: 0;
    z-index: -1;
    transition: 0.5s ease-in-out;
}
.right-productlist .row > div{
    margin: 0 0 40px;
}
.right-productlist .row > div .article-box{width: 100%;}

.right-productlist form.search-frm .form-group{
    width: 100%;
    position: relative;
    margin: 0;
}
.right-productlist form.search-frm .form-group input{
    background: #fff;
    border: none;
    padding: 10px;
    padding-left: 30px;
    width: 100%;
    font-weight: 500;
}

.right-productlist form.search-frm .form-group input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000;
}
.right-productlist form.search-frm .form-group input::-moz-placeholder { /* Firefox 19+ */
    color: #000;
}
.right-productlist form.search-frm .form-group input:-ms-input-placeholder { /* IE 10+ */
    color: #000;
}
.right-productlist form.search-frm .form-group input:-moz-placeholder { /* Firefox 18- */
    color: #000;
}

.right-productlist form.search-frm .form-group button.srch-btn{
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 3px 3px 0;
    height: 100%;
    width: 86px;
    line-height: 53px;
    padding: 0 15px;
    border: none;
    font-size: 30px;
    color: #666;
    font-weight: 400;
    background: #66666638;
}

.right-productlist form.search-frm{
    width: 100%;
}
.sort-hldr{
    position: relative;
    transition: all 0.5s ease-in-out 0s;
    margin: 0 0 0 20px;
    width: 44%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sort-hldr.sort-hldr-1{
    width: 32%;
}
.sort-btn{
    font-weight: 600;
    font-size: 18px;
    margin-right: 10px;
}
.sort-holder-lists{
    width: 75%;
    cursor: pointer;
}
.sort-holder-lists-1 {
    cursor: pointer;
    width: 100%;
}
.sort-holder-lists .list-name,.sort-holder-lists-1 .list-name{
    border: 1px solid #ddd;
    color: #000;
    padding: 8px 20px;
    width: 100%;
    background: #fff url(../images/down-arrow.png) no-repeat calc(100% - 10px) 50%;
    background-size: 16px;
}
.sort-holder-lists-1 .list-name{
    background: #fff url(../images/down-arrow-1.png) no-repeat calc(100% - 10px) 50%;
    background-size: 16px;
}
.sort-hldr ul{
    position: absolute;
    display: block;
    overflow: hidden;
    width: 75%;
    top: 40px;
    right: 0;
    transform: scale(0);
    transform-origin: 100% 0%;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 10px -1px rgb(0 0 0 / 25%);
    opacity: 0;
    transition: all 0.5s ease-in-out 0s;
    padding: 5px 0;
    z-index: 4;
}
.sort-hldr-1 ul{
    width: 90%;
}
.sort-holder-lists .list-name li,.sort-holder-lists-1 .list-name li{
    list-style: none;
}
.sort-hldr ul li a {
    color: #000;
    width: 100%;
    padding: 6px 12px;
    border-radius: 0;
    border: 1px solid transparent;
    border-left: 4px solid transparent;
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
}
.sort-hldr ul li a:hover{
    top: 0;
    color: #f85c00;
    background: #fc823a17;
    border-radius: 35px 0 0 35px;
    border: 1px solid #fc813ab4;
    border-left: 4px solid #FC823A;
    border-right: 1px solid transparent;
}
.sort-holder-lists ul.show,.sort-holder-lists-1 ul.show{
    opacity: 1;
    transform: scale(1);
}
.sort-holder-lists-1 .list-name li{
    display: none;
}
.sort-holder-lists-1 .list-name li.active{
    display: block;
    pointer-events: none;
}
.sort-holder-lists-1 .list-name{
    border: 1px solid #FC823A;
}
.sort-holder-lists-1 .list-name li.active a{
    color: #FC823A;
}
.selected-cate-list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 40px;
}
.selected-cate-list .asc-desc-list ul{
    display: flex;
    margin-right: 20px;
}
.selected-cate-list .asc-desc-list li{
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 2px;
    background: #FC823A;
    margin: 0 6px;
    transition: 0.4s;
}
.selected-cate-list .asc-desc-list li a{
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    transition: 0.4s;
    width: 100%;
    line-height: 30px;
    display: inline-block;
}
.selected-cate-list .asc-desc-list li a:hover{
    color: #FC823A;
}
.selected-cate-list .asc-desc-list li:hover{
    box-shadow: 0 0 0 1px #FC823A;
    background: #FC823A17;
}
.for-unslct-btn{
    display: inline-block;
    padding: 10px 25px 10px 45px;
    background: #f5f5f5;
    font-weight: 500;
    color: #000;
    border-radius: 5px;
    margin-right: 15px;
    position: relative;
}
.clr-btn{
    font-size: 18px;
    font-weight: 600;
    color: #000;
    width: 100px;
}
.for-unslct-btn::after{
    content: "\f136";
    position: absolute;
    font-family: "Material-Design-Iconic-Font";
    left: 20px;
    top: 50%;
    transform: translate(0%,-50%);
}

.pagination-hldr{
    padding: 20px 0 60px;
    width: 100%;
}
.pagination-hldr ul{
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    flex-wrap: wrap;
}
.pagination-hldr .page-link{
    color: #000;
    border: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    border-radius: 100%;
}
.pagination-hldr .page-item.active .page-link{
    color: #000;
    background: transparent;
    border: none;
    transition: 0.3s ease-in-out;
    border-radius: 100%;
    /* font-weight: 800; */
}
.pagination-hldr .page-item .page-link:hover{
    background: #000;
    color: #fff;
}
.pagination-hldr .page-item.active span.page-link{
    font-weight: 900;
}
.pagination-hldr .page-item.active span.page-link:hover{
    color: #000;
    background: transparent;
}
.pagination-hldr .page-item.disabled .page-link,.page-item:last-child .page-link,.page-item:first-child .page-link{
    color: #000;
    font-size: 40px;
    font-weight: 600;
    line-height: 35px;
}
.pagination-hldr ul a i{
    font-size: 30px;
    font-weight: bold;
}
.pagination-hldr ul a{
    font-weight: 500;
}
.pagination-hldr ul a.active{
    font-weight:900;
}
.pagination-hldr ul li.page-item{
    margin: 0 10px;
}

/* article */

.article-txts span{
    display: block;
    margin: 0 0 25px;
    padding: 5px;
    font-weight: 500;
    border-left: 5px solid #FC823A;
    padding-left: 20px;
}
.article-img-hldr{
    margin: 0 0 30px;
}
.article-img-hldr img{width: 100%;}

.article-social{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 25px;
}
.article-hldr .article-txts{
    margin: 0 0 40px;
}
.article-left-social ul{
    display: flex;
    font-family: 'Roboto', sans-serif;
}
.article-left-social ul li{
    margin-right: 25px;
}
.article-left-social ul li a.fav{
    color: #231F20;
    font-size: 22px;
}
.article-left-social ul li a.tag img{max-width: 25px;}

.article-left-social ul li a,.article-left-social ul li span,.article-left-social ul li strong{color: #231F20;}
.article-left-social ul li span{font-size: 20px;}
.article-right-social ul{
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
}
.article-right-social ul li{
    margin-right: 20px;
}
.article-right-social{width: 28%;}
.article-right-social ul{
    width: 100%;
    justify-content: center;
}
.article-right-social ul li a{
    font-size: 15px;
    display: inline-block;
    color: #fff;
    width: 65px;
    line-height: 35px;
    height: 35px;
    border-radius: 3px;
    background: #000;
    text-align: center;
    border: 1px solid transparent;
}
.article-right-social ul li a.more{
    background: transparent;
}
.article-right-social ul li:last-child{
    margin-right: 0;
}
.article-right-social ul #social-links li:first-child a{
    background: #4471E5;
}
.article-right-social ul #social-links li:nth-child(2) a{
    background: #55ACEE;
}
.name-and-user .user-img{
   margin-right: 20px;
}
.relates-topices-slider-hldr{
    padding-left: 150px;
    position: relative;
}
.article-right-social ul #social-links li a:hover{
    border: 1px solid #FC823A;
    color: #FC823A;
    background: #FFFFFF;
}
.relates-topices-slider-hldr .article-box{
    width: 100%;
}
.relates-topices-slider-hldr .related-topices-slider.owl-carousel .owl-nav{
    position: absolute;
    top: -80px;
    right: 100px;
}
.relates-topices-slider-hldr .related-topices-slider.owl-carousel .owl-nav button {
    color: #231F20;
    font-weight: bold;
    margin: 0 20px;
}
.relates-topices-slider-hldr .related-topices-slider.owl-carousel .owl-nav button span{
    font-size: 50px;
    line-height: 30px;
    display: inline-block;
    transition: 0.3s;
}
.relates-topices-slider-hldr .related-topices-slider.owl-carousel .owl-nav button:hover span{
    color: #959595;
}

.seeall{
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.see-all-hldr{
    position: absolute;
    right: 0;
    top: -75px;
}

.related-topics-hldr{padding: 0 0 20px;}

.related-courses-hldr .relate-course{
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* background: #F5F5F5; */
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    overflow: hidden;
    transition: all 0.5s ease-in-out 0s;
    margin: 0 0 30px;
}
.related-courses-hldr .relate-course:hover{
    background: #F5F5F5;
}
.related-courses-hldr .relate-course .img-hldr {
    width: 28%;
    display: inline-block;
    background: #fff;
}
.related-courses-hldr .relate-course .img-hldr img{width: 100%;}
.related-courses-hldr .relate-course .contenthldr {
    width: 70%;
    padding: 20px;
}

.related-courses-hldr .relate-course .contenthldr h5 {
    color: #231F20;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 12px;
}

.related-courses-hldr .relate-course .contenthldr p {
    margin: 0 0 15px;
    color: #424240;
}
.related-courses-hldr .relate-course .enrolled {
    font-family: 'Roboto', sans-serif;
}
.related-courses-hldr{
    padding-bottom: 20px;
}
.related-courses-sec{padding-bottom: 0;}


/* sign up */

.sign-up-holdr{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sign-up-left-hldr{
    width: 58%;
    background: #eeeeee;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 1px 4px 5px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(15px);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 10px;
    padding: 30px;
}
.sign-up-left-hldr .article-right-social ul li a i{
    line-height: 35px;
}
.sign-up-left-hldr .article-right-social ul li:first-child a{
    background: #4471E5;
}
.sign-up-left-hldr .article-right-social ul li:nth-child(2) a{
    background: #F44336;
}
.sign-up-left-hldr .article-right-social ul li:nth-child(3) a{
    background: #55ACEE;
}
.sign-up-left-hldr .article-right-social ul li a:hover{
    border: 1px solid #FC823A;
    color: #FC823A;
    background: #FFFFFF;
}

.sign-up-right-hldr{
    width: 40%;
}
.sign-up-right-hldr img{width: 100%;}

.sign-up-sec{
    padding-top: 150px;
}
.have-acc{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0 0 30px;
}
.have-acc p{
    margin: 0;
    margin-right: 30px;
    font-size: 20px;
}
.login-btn.see-all{
    font-size: 16px;
    line-height: 20px;
    padding: 5px 20px;
}
.sign-up-hd-hldr{
    text-align: center;
    margin: 0 0 60px;
}
h2.title-h2{
    font-size: 36px;
    line-height: 45px;
    margin: 0 0 20px;
    font-weight: 600;
    color: #424240;
}
.sign-up-hd-hldr p{
    font-size: 18px;
    margin: 0;
}
.sign-up-left-hldr form .form-group{
    position: relative;
    margin: 0 0 25px;
}
.sign-up-left-hldr form .form-group input,.sign-up-left-hldr form .form-group select{
    width: 100%;
    border: 1px solid #231F20;
    border-radius: 5px;
    background: #fff;
    padding: 12px 20px;
}

.sign-up-left-hldr form .form-group label{
    font-size: 20px;
    font-weight: 600;
    color: #231F20;
    font-family: 'Open Sans', sans-serif;
    margin: 0 0 10px;
}

.view-pass{
    position: absolute;
    right: 20px;
    bottom: 12px;
    display: inline-block;
    width: 25px;
}
.view-pass img{width: 100%;}

.sign-up-left-hldr form .form-group input[type="submit"],.sign-up-left-hldr form .form-group .btn.btn-primary{
    color: #FC823A;
    font-size: 20px;
    padding: 10px 40px;
    line-height: 25px;
    border: 1px solid #FC823A;
    background: #fff;
    border-radius: 3px;
    font-weight: 500;
    display: table;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease-in-out 0s;
    max-width: 200px;
    margin: 40px auto;
    width: 100%;
}
.sign-up-left-hldr form .form-group input[type="submit"]:hover,.sign-up-left-hldr form .form-group .btn.btn-primary:hover{
    background: #FC823A;
    color: #fff;
}

.sign-up-left-hldr .or{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    margin: 0 0 35px;
}
.sign-up-left-hldr .or:after, .sign-up-left-hldr .or:before {
    content: '';
    border-top: 1px solid #231F20;
    margin: 0 20px 0 0;
    flex: 1 0 40px;
}

.sign-up-left-hldr .or:after {
    margin: 0 0 0 20px;
}

.sign-up-left-hldr .article-right-social{
    width: 42%;
    margin: 0 auto 15px;
}

/* **********************
*course overview pages*
********************************** */

.course-overview-sec{
    padding: 65px 0 0;
    position: relative;
}
.course-overview-hldr{
    display: flex;
    justify-content: space-between;
}
.course-overview-left-hldr{
    flex: 0 0 25%;
    max-width: 25%;
    display: flex;
    justify-content: flex-end;
    box-shadow: 2px 0px 4px rgba(0, 0, 0, 0.1);
    z-index: 3;
}
.course-overview-left-hldr > div{
    padding-top: 40px;
    max-width: 292px;
    width: 100%;
}
.course-overviw-banner{
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
}
.materials_video video{
    width: 100%;
    height: 400px;
}
.materials_video{
    margin: 0 0 40px;
}
ul.meterials_pdf{
    display: flex;
    flex-wrap: wrap;
}
ul.meterials_pdf li{
    flex: 0 1 31.4%;
    margin: 0 18px 18px 0;
}
ul.meterials_pdf li:last-child{
    margin-right: 0;
}
ul.meterials_pdf li a{
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}
ul.meterials_pdf li a:hover{
    transform: scale(0.95);
    box-shadow: 0 2px 25px -1px rgba(0, 0, 0, 0.15);
}
ul.meterials_pdf li a span.filemet-img{
    display: inline-block;
    margin-right: 6px;
    padding: 10px;
    background: #f2f2f2;
    border-radius: 100%;
}
ul.meterials_pdf li a img{
    width: 100%;
    max-width: 50px; 
}
ul.meterials_pdf li span.pdf_text{
    display: block;
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    color: #231F20;
    width: calc(100% - 60px);
}
.course-overviw-banner img{
    width: 100%;
    height: 318px;
    object-fit: contain;
}
.course-overview-right-hldr{
    flex: 0 0 75%;
    max-width: 75%;
}
.course-overview-right-hldr > div.container{
    padding: 40px 60px 60px;
}
.courses-overview-list{
    margin: 0 0 40px;
}
ul.courses-overview-list li a{
    display: inline-block;
    width: 100%;
    padding: 8px;
    font-weight: 400;
    position: relative;
    z-index: 1;
    transition: 0.5s ease-in-out;
}
ul.courses-overview-list li {margin: 0 0 4px;}
ul.courses-overview-list li a::before{
    content: "\f26b";
    position: absolute;
    right: 20px;
    font-family: 'Material-Design-Iconic-Font';
    top: 50%;
    transform: translate(0,-50%);
    font-weight: bolder;
    color: #000;
    font-size: 18px;
    opacity: 0;
}
ul.courses-overview-list li a.Complete::before{
    opacity: 1;
}
ul.courses-overview-list li a.active{font-weight: bold;}
ul.courses-overview-list li a.active{
    background: var(--yellow);
}
ul.courses-overview-list li a:hover{
    background: var(--lightYellow);
    color: #000;
}
ul.courses-overview-list li a.active::after{
    background: var(--yellow);
}
ul.courses-overview-list li a:hover::after{
    background: var(--lightYellow);
}
ul.courses-overview-list li a:after{
    content: "";
    position: absolute;
    background: transparent;
    width: 300px;
    height: 100%;
    left: -300px;
    top: 0;
    z-index: -1;
    transition: 0.5s ease-in-out;
}

h3.cours-nm-title-h3{
    font-size: 30px;
    font-weight: 600;
    margin: 0 30px 30px 0;
    line-height: 40px;
}
.breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0 0 30px;
    font-family: 'Roboto', sans-serif;
}
.breadcrumb li {
    font-size: 15px;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: 15px;
}
.breadcrumb-item+.breadcrumb-item::before {
    content: "\f054";
    font-family: FontAwesome;
    font-size: 10px;
    color: #888;
    padding-right: 15px;
    font-weight: 400;
}
.breadcrumb li a {
    position: relative;
}

.back-to-dashboard{
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.course-stages ul{
    display: flex;
    width: 90%;
    margin: 0 auto;
    justify-content: space-between;
    padding: 80px 0 50px;
    position: relative;
}
.course-stages ul::after{
    content: '';
    position: absolute;
    width: 95%;
    height: 2px;
    left: 50%;
    transform: translate(-50%,0);
    top: 48px;
    background: #000;
    z-index: -1;
}
.course-stages ul li{
    /* flex: 1 0 auto; */
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    margin-right: 10px;
    position: relative;
}
.course-stages ul li:last-child{
    margin-right: 0;
}
.course-stages ul li::after{
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    border: 3px solid #000;
    border-radius: 100%;
    left: 50%;
    transform: translate(-50%,0);
    top: -40px;
    background: #fff;
}
.course-stages ul li::before{
    /* content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    right: -60px;
    top: -32px;
    background: #000; */
}
.course-stages ul li:last-child:before{
    display: none;
}
.course-stages ul li.active::after{
    background: var(--yellow);
}
.course-overview-title{
    font-size: 29px;
    line-height: 40px;
    color: #231F20;
    font-weight: 600;
    padding-bottom: 5px;
    position: relative;
    margin: 0 0 30px;
    display: inline-block;
}

.course-overview-title.sml-title{
    font-size: 22px;
    line-height: 32px;
}

.course-overview-title.sml-title:after{
    height: 3px;
}

.course-overview-title:after {
    position: absolute;
    content: "";
    width: 60%;
    height: 4px;
    background: var(--yellow);
    bottom: 0;
    left: 0;
}

.start-course-btn{
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    color: #231F20;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    background: var(--yellow);
    padding: 10px 35px;
    display: table;
    margin-left: auto;
    transition: 0.5s ease-in-out;
    border: 1px solid transparent;
}
.start-course-btn:hover{
    color: #000;
    background: var(--lightYellow);
    box-shadow: none;
}
.overviw-btn-res{
    border-radius: 4px;
    color: #231F20;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    background: var(--yellow);
    padding:7px 15px;
    display: table;
    transition: 0.5s ease-in-out;
    border: 1px solid var(--yellow);
    margin: 0 0 20px;
    font-weight: bold;
    display: none;
}
.overviw-btn-res:hover{
    border: 1px solid #FC823A;
    background: #FC823A;
    color: #fff;
}
.name-of-the-course{
    position: absolute;
    left: 98%;
    top: 50%;
    transform: translate(-50%,-50%) rotate(-90deg);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    color: var(--yellow);
    white-space: nowrap;
    position: fixed;
    z-index: 1;
}

.name-of-the-course::after,.name-of-the-course::before{
    content: '';
    border-top: 10px solid var(--yellow);
    margin: 0 20px 0 0;
    flex: 1 0 500px;
}
.name-of-the-course::after{
    margin: 0 0 0 20px;
}
span.chap-mid {
    display: block;
    margin: 0 0 25px;
    padding: 5px;
    font-weight: 500;
    border-left: 5px solid var(--yellow);
    padding-left: 20px;
}
.summary img{
    width: 100%;
}
.chap-mid{
    margin: 0 0 30px;
}
.summry-btns{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.previous-stage-btn{
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    color: #231F20;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    background: var(--yellow);
    padding: 10px 35px;
    display: table;
    transition: 0.5s ease-in-out;
    border: 1px solid transparent;
    background: #fff;
}

.previous-stage-btn:hover{
    background: var(--lightYellow);
    color: #000;
}


/* **********************
*end course overview pages*
********************************** */


/***

====================================================================
	Contact Page Section
====================================================================

***/

.contact-page-section{
	position:relative;
    padding: 60px 0 100px;
}

.contact-page-section .info-column{
	position:relative;
    background: #fc823a24;
    /* color: #fff; */
}
.contact-page-section.contact-main .info-column .inner-column{
    padding: 40px 30px;
}
.contact-page-section .info-column .inner-column{
	position:relative;
    padding: 40px 30px;
}
.contact-page-section .box-header > .row{
    box-shadow: 0 2px 35px -1px rgba(0, 0, 0, 0.15);
}
.contact-page-section .contact-info-list{
	position:relative;
}
.contact-page-section .info-column h4{
    color: #000;
}
.contact-page-section .contact-info-list li{
	position:relative;
	color:#000;
	font-size:15px;
	line-height:1.7em;
	padding-left:70px;
	margin-bottom:20px;
}

.contact-page-section .contact-info-list li strong{
	position:relative;
	display:block;
	font-weight:600;
	color:#000;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    transition: 0.3s;
}
.contact-page-section .contact-info-list li a.contact-social-links{
    display: flex;
    align-items: center;
    min-height: 50px;
}
.contact-page-section .contact-info-list li .icon{
	position:absolute;
	left:0px;
	color:#ffffff;
	width:50px;
	height:50px;
	font-size:22px;
	text-align:center;
	border-radius:50%;
	line-height:50px;
	display:inline-block;
	background-color:#FC823A;
    box-shadow: 0 0 0 3px #fc823a5c;
    top: 50%;
    transform: translate(0,-50%);
}

.contact-page-section .contact-info-list li address{margin-bottom: 0;}
.contact-form{
	padding: 40px 30px 30px;
}
.contact-page-section .contact-info-list li a.contact-social-links:hover strong{
    color:#FC823A;
}
#contact-form{padding-top: 15px;}
.contact-form .row{
    margin-right: -10px;
    margin-left: -10px;
}

.contact-form .form-group{
	position:relative;
	margin-bottom:22px;
    padding-right: 10px;
    padding-left: 10px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	padding:10px 20px;
	color:#222222;
	font-size:15px;
	background:#ffffff;
	border:1px solid #dddddd;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group textarea:focus{
	border-color:#111111;
}

.contact-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:22px;
	padding:15px 20px;
	color:#222222;
	height:190px;
	background:#ffffff;
	resize:none;
	font-size:15px;
	border:1px solid #dddddd;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.contact-form .form-group .btn-detail{
	position:relative;
	text-align:center;
	margin-left:30px;
	color:#ffffff;
	font-weight:600;
	display:inline-block;
}

.contact-form button{
	margin-top:15px;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error{
	border-color:#ff0000 !important;
}

.contact-form label.error{
	display:block;
	line-height:24px;
	padding:5px 0px 0px;
	margin:0px;
	text-transform:uppercase;
	font-size:12px;
	color:#ff0000;
	font-weight:500;
}

.contact-form input[type="submit"] {
    color: #FC823A;
    font-size: 20px;
    padding: 10px 40px;
    line-height: 25px;
    border: 1px solid #FC823A;
    background: #fff;
    border-radius: 3px;
    font-weight: 500;
    display: table;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease-in-out 0s;
    text-align: center;
}

.contact-form input[type="submit"]:hover{
    background: #FC823A;
    color: #fff;
}
h4.title-4{
    font-size: 25px;
    line-height: 32px;
    margin: 0 0 20px;
    font-weight: 700;
}
.contact-page-section .contact-info-list li a:hover {
    color: rgb(255, 190, 180);
}
/***

==================================================================
		Contact Map Section
==================================================================

***/

.contact-map-section{
	position: relative;
	padding-top:0px;
	padding-bottom:0px;
    border: 5px solid #ddd;
    line-height:0;
}

.contact-map-section iframe{
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 500px;
    line-height:0;
}

/***

==================================================================
		End Contact Section
==================================================================

***/

/*
*************************
*/
.add_button{
    color: #FC823A;
    font-size: 20px;
    padding: 8px 40px;
    line-height: 25px;
    border: 1px solid #FC823A;
    background: #fff;
    border-radius: 3px;
    font-weight: 500;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease-in-out 0s;
    cursor: pointer;
    max-width: 225px;
    text-align: center;
    margin: 0 0 40px;
}
.add_button::before{
    position: absolute;
    content: "";
    height: 100%;
    width: 0%;
    background: #fc813aa6;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
    z-index: -1;
    transition: all 0.5s ease-in-out 0s;
    border-radius: 0 5px 5px 0;
}
.add_button::after{
    position: absolute;
    content: "";
    height: 100%;
    width: 0%;
    background: #FC823A;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    z-index: -1;
    transition: all 0.5s ease-in-out 0s;
    border-radius: 5px 0 0 5px;
}
.add_button:hover {
    color: #fff;
    border: 1px solid transparent;
}
.add_button:hover::after, .add_button:hover::before {
    width: 50%;
}
.contact-page-section .box-header.course-disscus-all > .row{
    padding: 40px;
}
.contact-page-section .forum-column{
    background: transparent;
    padding: 0;
}
.contact-page-section .info-column .inner-column{
    padding: 0;
}
.inner-column table td{
    padding: 10px 20px;
    background: #f7f7f7;
    border: 1px solid #ddd;
    border-top: none;
    font-size: 15px;
}
.inner-column table td span{
    display: block;
    margin-top: 3px;
}
.inner-column table td:last-child{
    width: 20%;
}
.inner-column table th{
    padding: 15px 20px;
    background: #42424028;
    font-weight: 700;
    border: 1px solid #42424063;
}
.outer-hldr .user-details .img{
    position: relative;
    width: 150px;
    height: 150px;
    overflow: hidden;
    display: table;
    border-radius: 100%;
    margin: 0 auto 20px;
    border: 4px solid #fff;
    box-shadow: 0 0 5px -1px rgba(0,0,0,0.4);
}
.outer-hldr .user-details .img img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.question_box{
    padding: 40px 30px 0;
}
.outer-hldr{
    /* padding: 40px 30px; */
}
.outer-hldr .user-details .user-name {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 20px;
}
.outer-hldr .user-details{
    padding-top: 20px;
}
.outer-hldr .row{
    border-top: 1px solid #ccc;
    margin: 0 0 30px;
    padding: 0;
}
.outer-hldr .row > div{
    padding: 0;
}
.user-conteins-main{
    padding: 30px;
    background: #eee;
    margin: 0 0 10px;
    min-height: 165px;
}
.user-conteins-main img{
    max-width: 400px;
    width: 100%;
}
.user-conteins-outside .post-date{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #222222;
}
.reply_button span{
    color: #f85c00;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    cursor: pointer;
}
.comments_box .row{
    justify-content: flex-end;
}
.comments_box .row .row{
    width: 90%;
}
.comments_box .child_row{
    margin-top: 30px;
}
.comments_box .child_row .user-details{
    margin-right: 12px;
}

/* ******************courses modal******************** */

#myModal{
    z-index: 10500;
}
#myModal .contact-form {
    padding: 10px 20px 0;
}
#myModal #contact-form {
    padding-top: 0;
}
#myModal .modal-header{
    background: #fc823a33;
    border: 1px solid #fc823a85;
    align-items: center;
    padding: 8px 20px;
}
#myModal .modal-title {
    color: #FC823A;
}
#myModal button.close{
    background: #FC823A;
    color: #fff;
    width: 40px;
    text-align: center;
    padding: 0;
    height: 40px;
    font-size: 30px;
    line-height: 30px;
    border-radius: 100%;
    margin-right: 0px;
}

#myModal .modal-content{
    border: 1px solid transparent;
}

#myModal .contact-form label{
    margin: 0 0 5px;
    font-weight: 700;
    text-align: right;
    font-family: 'Open Sans', sans-serif;
}
#myModal .contact-form input, #myModal .contact-form select, #myModal .contact-form textarea {
    width: 100%;
    padding: 7px 20px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

#myModal .contact-form input[type="submit"]{
    color: #FC823A;
    font-size: 20px;
    padding: 10px 40px;
    line-height: 25px;
    border: 1px solid #FC823A;
    background: #fff;
    border-radius: 3px;
    font-weight: 500;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease-in-out 0s;
    max-width: 200px;
    width: 100%;
}
#myModal .contact-form input[type="submit"]:hover{
    background: #FC823A;
    color: #fff;
}

/* end courses modal */

.back_button{
	color: #000;
	margin: 0 0 10px;
	display: inline-block;
}
.back_button a{
	position: relative;
	font-size: 18px;
	font-weight: 600;
	transition: 0.3s;
}
.back_button a:hover::before{
	margin-right: 4px;
}
.back_button a::before{
	content: "\f053";
	font-family: "fontAwesome";
	margin-right: 6px;
	font-weight: 400;
	font-size: 16px;
	transition: 0.3s;
}

.siteLoader{
    position: fixed;
    top: 0;
    z-index: 123456;
    left: 0;
    background: rgba(255,255,255,.9);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}
.siteLoader img{
    border-radius: 100%;
    max-width: 150px;
}

/* newsletter sec */
.newsletter-sec{
    background: #FC823A17;
    position: relative;
    padding: 0;
}
.newsletter-hldr{
    position: relative;
    background: #fff;
    padding: 20px 20px 0px;
    top: 45px;
    z-index: 12;
    width: 70%;
    margin: 0 auto;
    border-radius: 0 30px 0 30px;
    box-shadow: 0 2px 22px 1px rgba(0,0,0,.15);
    align-items: flex-end;
}
.news-letter-content{
    padding-bottom: 30px;
}
.news-letter-img{
    margin-right: -34px;
    margin-bottom: -1px;
}
.newsletter-hldr .top-header-hd .titileh2{
    color: #000;
    font-size: 35px;
    line-height: 40px;
    font-weight: bold;
}
.newsletter-hldr .top-header-hd .titileh2 span{
    display: block;
    font-size: 20px;
}
.newsletter-hldr .top-header-hd p{
    width: 100%;
    margin: 0;
}
.newsletter-hldr .top-header-hd h2.titileh2:after{
    display: none;
}
.newsletter-hldr .top-header-hd {
    margin: 0 0 25px;
    flex-wrap: wrap;
    text-align: left;
    justify-content: flex-start;
}
.newsletter-hldr .search-frm{
    background: #fff;
    /* box-shadow: 0 1px 12px 1px rgba(0,0,0,.15); */
}
.newsletter-hldr .search-frm .form-group{
    display: flex;
    margin: 0;
}
.newsletter-hldr .search-frm .form-group input{
    border: 1px solid #fc823a;
    padding: 10px 20px;
    width: 80%;
    border-radius: 35px 0 0 35px;
    background: #fc823a26;
}
.newsletter-hldr .search-frm .form-group button{
    width: 20%;
    background: #fc823a;
    border-radius: 0px 35px 35px 0px;
    padding: 10px;
    color: #fff;
    border: 1px solid #fc823a;
    font-size: 25px;
    transition: 0.4s ease-in-out;
}
.newsletter-hldr .search-frm .form-group button:hover{
    background: #424240;
    border: 1px solid #424240;
    /* color: #fc823a; */
}
.news-letter-img img{
    width: 100%;
}
/* end newsletter sec */

.all-news{
    text-align: center;
    margin-top: 20px;
}
td.cours-highlt{
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
}


/* ********************* */

.articles-sec-main .row > div:first-child .article-box{
    background: #ffda6b;
}
.articles-sec-main .row > div:nth-child(2) .article-box{
    background: #cee9ff;
}
.articles-sec-main .row > div:nth-child(3) .article-box{
    background: #ffcec6;
}
.articles-sec-main .row > div:last-child .article-box{
    background: #bf99dd;
}

.articles-sec-main .row > div:first-child .article-box .details h5 a{
    color: #322603;
}
.articles-sec-main .row > div:nth-child(2) .article-box .details h5 a{
    color: #1b405e;
}
.articles-sec-main .row > div:nth-child(3) .article-box .details h5 a{
    color: #5b2f28;
}
.articles-sec-main .row > div:last-child .article-box .details h5 a{
    color: #2d1a3b;
}

.articles-sec-main .see-corse-btn {
    right: 22px;
    bottom: -22px;
    font-size: 16px;
    line-height: 22px;
    padding: 8px 15px;
}

.articles-sec-main .row > div:first-child .article-box .see-corse-btn{
    background: #b39846;
}
.articles-sec-main .row > div:nth-child(2) .article-box .see-corse-btn{
    background: #3c719c;
}
.articles-sec-main .row > div:nth-child(3) .article-box .see-corse-btn{
    background: #a44f41;
}
.articles-sec-main .row > div:last-child .article-box .see-corse-btn{
    background: #6e3898;
}
.articles-sec-main .row > div .article-box .see-corse-btn:hover{
    border: 1px solid #FC823A;
    color: #FC823A;
    background: #fff;
}
.articles-sec-main .all-news{
    margin-top: 40px;
}

/* ********rewards page*********** */
.rewards-table-holder{
    padding: 20px 0;
}
.rewards-table-holder table td{
    padding: 10px 20px;
    background: #fc823a0a;
    border: 1px solid #fc823a;
    font-size: 15px;
    color: #fc823a;
    border-top: none;
    font-weight: 500;
}
.rewards-table-holder table td p{
    display: block;
    margin: 0;
}
.rewards-table-holder table{
    border-top: 1px solid #fc823a;
}

/*== COURSES NEW SECTION START==*/
.courses-section{
    position:relative;
}
.courses-section:before{
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:300px;
    background:#eee;
}
.courses-section .container{
    position:relative;
    z-index:1;
}
.mr-white-heading{
    flex-wrap: wrap;
    margin: 0 0 20px;
}
.mr-white-heading p{
    margin-top:20px;
    color:#000;
    width: 100%;
}
.courses-wrapper{
    display:flex;
    flex-wrap: wrap;
    margin:0 -20px;
    justify-content: space-between;
}
.courses-wrapper .course-box{
    padding: 0;
    width: 23%;
    margin: 0 10px 30px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 5px 22px 0 rgba(0,0,0,0.12);
}
.courses-wrapper .course-box .user-img{
    border: 1px solid #ddd;
    border-radius: 100%;
}
.courses-wrapper .course-box .user-detl-hldr{
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    margin: 0 0 20px;
}
.course-box .crs-img-holder{
    /* height:180px;
    border-radius:10px 10px 0 0;
    overflow: hidden;
    transition: 0.5s ease-in-out;
    position: relative; */
}
.courses-wrapper .course-box .user-detl-hldr .user-detls {
    color: #FC823A;
    font-size: 13px;
    line-height: 20px;
}
.course-box .crs-img-holder img{
    width:100%;
    height:100%;
    object-fit: cover;
    transition: 0.5s ease-in-out;
}
.crs-imgcap-holdr{
    position: absolute;
    padding: 20px;
    background: rgba(0,0,0,0.2);
    /* outline: 1px solid #fff;
    outline-offset: -15px; */
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(1);
    width: 100%;
    text-align: center;
    height: 100%;
    border-radius: 10px 10px 0 0;
    line-height: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s ease-in-out 0.2s;
}
.crs-imgcap-holdr p{
    margin: 0;
}
.course-box .desc-text{
    padding: 15px 15px;
}
/* .course-box:hover .crs-img-holder img{
    transform: rotateY(180deg);
}
.course-box:hover .crs-imgcap-holdr{
    transform: translate(-50%,-50%) scale(1);
} */
.desc-text h4{
    font-size: 17px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 10px;
    min-height: 45px;
}
.desc-text p{
    color:#000000;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.desc-text a{
    display:inline-block;
    height:40px;
    line-height:40px;
    padding:0 12px;
    background:#ffda6b;
    font-weight: 500;
    color:#13120d;
    transition: all 0.5s ease-in-out;
}
.desc-text a:hover{
    background:#fc823a;
    border-radius:3px;
    color: #fff;
}

/* flip */
.course-box .crs-img-holder {
    background-color: transparent;
    width: 100%;
    height: 180px;
    perspective: 1000px;
  }

  .filp-img-contents-holdr {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
  }

  .course-box:hover .filp-img-contents-holdr {
    transform: rotateY(180deg);
  }

  .flip-img-front, .flip-img-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .flip-img-front figure {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
  }

  .flip-img-front figure img{
    /* width: 125px; */
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
  }



  .flip-img-back {
    background-color: #fc813a7d;
    color: white;
    transform: rotateY(180deg);
    border-radius: 10px 10px 0 0;
  }

  .flip-img-back:before{
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
  }

  .flip-img-back p{
    width: 90%;
    font-size: 16px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #fff;
  }




/*== COURSES NEW SECTION END==*/

/*=== LIBRARY TAB STYLE START===*/
.library-catalog-tab{
    border:none;
    margin-bottom:45px;
    justify-content: center;

}
.library-catalog-tab .nav-item{
    margin-right:20px;
}
.library-catalog-tab .nav-item:last-child{
    margin-right:0;
}
.library-catalog-tab .nav-link{
    background: #fff;
    border-radius: 4px;
    font-weight: 600;
    color: #263238;
    padding: 12px 20px;
    border: 1px solid #b0bec5;
    text-align: center;
}
.library-catalog-tab .nav-item.show .nav-link,
.library-catalog-tab .nav-link.active{
    background:#FC823A;
    border-color: #FC823A;
    color:#fff;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover{
    border: 1px solid #FC823A;
}
.right-productlist .dash-articles-slider-hldr .article-box {
    border-radius:10px;
    border: 1px solid #ececec;
    -webkit-box-shadow: 0 4px 20px rgb(168 168 168 / 20%);
    box-shadow: 0 4px 20px rgb(168 168 168 / 20%);
    background:#fff;
    margin: 0 0 40px;
}
.right-productlist .dash-articles-slider-hldr .article-box  .img-hldr{
    height:140px;
}
.right-productlist .dash-articles-slider-hldr .article-box  .img-hldr img{
    height:100%;
    object-fit: cover;
    /* object-position: top; */
}
.right-productlist .dash-articles-slider-hldr .article-box  .details h5{
    /* border-bottom:1px solid #ccc; */
    padding-bottom: 10px;
    font-size: 17px;
    line-height: 22px;
    /* margin: 0 0 12px; */
    margin: 0 0 0px;
    min-height: 54px;
}
.tab-view-all{
    display:flex;
    justify-content: flex-end;
    padding-bottom:25px;
}
.tab-view-all a{
    color: #FC823A;
    font-size:18px;
    font-weight: 500;
    transition: all 0.5s ease-in-out;
}
.tab-view-all a span{
    margin-left:10px;
    display:inline-block;
    font-size:20px;
}
.tab-view-all a:hover{
    color:#000;
}
/*=== LIBRARY TAB STYLE END===*/

.right-productlist .dash-articles-slider-hldr{
    padding: 0 40px 0px;
}

.right-productlist .dash-articles-slider-hldr .library-topices-slider.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: inherit;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: -1;
}
.right-productlist .dash-articles-slider-hldr .library-topices-slider.owl-carousel .owl-nav button{
    /* margin: 0 -40px; */
}
.right-productlist .dash-articles-slider-hldr .library-topices-slider.owl-carousel .owl-nav button{
    position: absolute;
    color: #231F20;
    font-size: 50px;
    font-weight: bold;
    top: 50%;
    transform: translate(0,-50%);
}
.right-productlist .dash-articles-slider-hldr .library-topices-slider.owl-carousel .owl-nav button.owl-prev{
    left: -50px;
}
.right-productlist .dash-articles-slider-hldr .library-topices-slider.owl-carousel .owl-nav button.owl-next{
    right: -50px;
}
.right-productlist .dash-articles-slider-hldr .article-box .details h5 a {

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.right-productlist .dash-articles-slider-hldr .article-box .details {
    /* min-height: 150px; */
    text-align: left;
    padding: 18px 15px;
}
.right-productlist .dash-articles-slider-hldr .library-topices-slider.owl-carousel .owl-nav.disabled{
    display: none;
}
.right-productlist .dash-articles-slider-hldr .article-box .user-detls .name{
    color: #FC823A;
    font-size: 13px;
}
.library-sec.library-contributions{
    border-top: 1px solid #ccc;
}

.right-productlist #Article .dash-articles-slider-hldr .article-box .details h5 {
    border-bottom: 0px solid #ccc;
    padding-bottom: 0px;
}
.right-productlist #Article .dash-articles-slider-hldr .article-box .details {
    min-height: inherit;
}
.library-slider-holdr .top-header-hd {
    margin: 0;
    justify-content: flex-start;
}
.library-slider-holdr .top-header-hd h2.titileh2{
    font-size: 30px;
    line-height: 36px;
}
.library-slider-holdr .top-header-hd h2.titileh2::after{
    height: 4px;
}
.right-productlist .library-not-slider-holdr .dash-articles-slider-hldr{
    text-align: center;
    padding: 30px !important;
}
.right-productlist .library-not-slider-holdr .tab-view-all,
.right-productlist .library-not-slider-holdr .owl-nav{
    display: none !important;
}
.right-productlist .library-not-slider-holdr .owl-item,.right-productlist .library-not-slider-holdr .owl-stage{
    width: 100% !important;
    margin: 0 auto !important;
}

/* ***********new article design************** */
.articles-sec .row{
    margin: 0 -10px;
}
.articles-sec .row > div{
    padding: 0 10px;
}
.article-new-box {
    overflow: hidden;
    display: block;
    height: 100%;
    border-radius: 10px;
    position: relative;
}
.article-new-box figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0 0;
}
.article-new-box figure{
    height: 100%;
    margin: 0;
}
.article-new-box figcaption{
    background: linear-gradient(0deg, #000000e6, transparent);
    position: absolute;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding: 30px;
    bottom: 0;
    left: 0;
    line-height: 24px;
}
.article-new-box-hldr .article-new-box{
    margin: 0 0 20px;
    height: 200px;
}

.article-new-box-hldr .article-new-box figcaption{
    text-align: center;
    justify-content: center;
    padding: 20px 30px;
    transition: 0.5s ease-in-out;
}
.article-new-box-hldr .article-new-box:last-child{
    margin: 0px;
}
.article-new-box:hover figcaption{
    background: linear-gradient(0deg, black, transparent);
}


/* ***********end new article design************** */

.profile-dashboard-details #assaignments{
    display: flex;
    width: 78%;
    margin-left: auto;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}
.profile-dashboard-details #assaignments .formdiv{
    width: 48.5%;
}
.profile-dashboard-details #assaignments .formdiv .filed_name{
    width: 100%;
    text-align: center;
    margin: 0 0 10px;
}
.profile-dashboard-details #assaignments .formdiv .frmholder{
    width: 100%;
}
.profile-dashboard-details #assaignments .formdiv .frmholder .form-group{
    margin: 0;
}
.profile-dashboard-details #assaignments .formdiv .filed_name a img{
    display: table;
    margin: 0 auto;
}


/* <strong>pdf name</strong> */

/* ***********leader list************** */
h4.titleh4{
    margin: 0;
    padding: 10px 10px 15px;
    border-radius: 0 0 50% 50%;
    text-align: center;
    font-size: 22px;
    line-height: 30px;
    background: #FC823A;
    color: #fff;
    font-weight: 700;
}
.leader-box{
    background: #f5f5f5;
    border-radius: 5px;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,0.15);
}
.leaders-lists{
    padding: 15px 12px;
    /* height: 325px; */
    overflow-y: auto;
}
.leaders-lists::-webkit-scrollbar {
    width: 6px;
}

.leaders-lists::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 15px;
}

.leaders-lists::-webkit-scrollbar-thumb {
    background: #bbb;
    border-radius: 15px;
}
.leaders-lists li{
    display: flex;
    align-items: center;
    padding: 5px;
    border-radius: 0 3px 3px 0;
    background: #fff;
    margin: 0 0 12px;
    border-left: 4px solid #cee9ff;
    box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.1);
}
.leaders-lists li:last-child{
    margin: 0;
}
.leaders-lists li:nth-child(even){
    border-left: 4px solid #ffcec6;
}
.leaders-lists li p{
    margin: 0;
    color: #1b405e;
    font-weight: 600;
    font-size: 17px;
    /* font-family: 'Open Sans', sans-serif; */
}
.leaders-lists li:nth-child(even) p{
    color: #5b2f28;
}
.leaders-lists li span.nos{
    width: 35px;
    height: 35px;
    font-size: 15px;
    line-height: 40px;
    text-align: center;
    background: url(../images/background-list2.png) no-repeat 4px 2px;
    background-size: 30px;
    margin-right: 10px;
    font-weight: 600;
    color: #FC823A;
}
.leaders-lists li figure{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid #ddd;
    overflow: hidden;
    position: relative;
    margin: 0 15px 0 0;
}
.leaders-lists li figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
    object-position: top;
    /* position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    top: 0px; */
}


/* .leader-box{
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 4px 40px 0 rgb(0 0 0 / 15%);
}

.leaders-lists li{
    display: flex;
    align-items: center;
    padding: 6px 5px;
    border-radius: 0 3px 3px 0;
    background: #e8f5ff73;
    margin: 0 0 12px;
    border-left: 4px solid #cee9ff;
    box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 15%);
}
.leaders-lists li:nth-child(even){
    border-left: 4px solid #ffcec6;
    background: #ffece9ab;
} */


.std-crnr-page{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 50px;
}
.std-crnr-row{
    width: 68%;
}
.std-crnr-leader-hldr{
    width: 32%;
}

/* ***********end leader list************** */


.meterials-hldr{
    background: #f5f5f5;
    padding: 20px 30px 20px;
    margin: 0 0 30px;
}
.introduction-hldr{
    background: #fc823a12;
    padding: 20px 30px 20px;
    margin: 0 0 30px;
    border-bottom: 5px solid #fc823a47;
    border-radius: 5px;
}
.assigntment-hldr{
    margin: 0 0 30px;
}
.alert-message.error-text.email_error {
    font-size: 15px;
    color: #f00;
    line-height: 22px;
}

/************************************end of innerpages *******************************************/





/* **************************************mobile menu******************************************* */

/*MOBILE MENU */

.mobileMenuBtn {
    display: none;
    z-index: 999;
    position: fixed;
    padding: 9px 6px 6px;
    text-align: center;
    background: #FC823A;
    border-radius: 5px;
    top: 52.5px;
    right: 15px;
    transition: 0.5s ease-in-out;
    height: 33px;
}
.sticky .site-header .mobileMenuBtn{
    top: 10px;
}

.mobileMenuBtn span {
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
    margin: 0 auto 4px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    border-radius: 225px;

}

.mm-opened .mobileMenuBtn span:first-child {
    transform: rotate(45deg) translate(5px, 3px);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    margin: 0;
}

.mm-opened .mobileMenuBtn span:last-child {
    transform: rotate(-45deg) translate(2px, -2px);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    margin: 0;
}

.mm-opened .mobileMenuBtn span:nth-child(2) {
    opacity: 0;
}

.mm-panel.mm-hasnavbar .mm-navbar {
    background: #424240;
    box-shadow: 0 2px 19px -2px rgb(0 0 0 / 40%);
    color: #fff;
    padding: 0 18px;
}

.mm-navbar .mm-title {
    font-size: 18px;
    line-height: 24px;
    color: #fff !important;
}

.mm-listview>li>a,
.mm-listview>li>span {
    font-size: 15px;
    line-height: 23px;
    font-weight: 500;
    color: #000;
}

.mm-listview>li>a:focus,
.mm-listview>li>span:focus,
.mm-listview>li>a:hover,
.mm-listview>li>span:hover {
    color: #749b96;
}

.mm-listview>li>a:hover,
.mm-listview>li.active>a {
    color: #000;
}

.mm-listview>li:not(.mm-divider):after {
    left: 0;
}

.mm-menu .mm-listview>li .mm-next:after {
    border-color: rgb(0, 0, 0);
}

.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
    border-color: rgb(243, 243, 243);
}
.mm-listview .mm-next:before{
    border-left-width: 0;
}
.mm-listview .mm-next {
    background: #fc823a52;
}
/*END*/
.coursetest{
    display: none;
}
/* responsive */

@media(min-width:1920px){
    .course-overview-right-hldr > div.container {
        padding: 40px 0px 60px;
    }
    .banner-right-hldr{
        max-height: 1070px;
    }
}
@media(max-width:1920px){
    .banner-right-hldr{
        max-height: 770px;
    }
}
@media(max-width: 1700px) {
    .banner-right-hldr{
        max-height: 680px;
    }
}
@media(max-width: 1500px) {
    .banner-right-hldr{
        max-height: 600px;
    }
    ul.meterials_pdf li {
        flex: 0 1 30.5%;
    }
}

@media(max-width:1400px){
    .learning-box {
        width: 50%;
    }
    .right-productlist > div{padding: 40px;}
    .banner-right-hldr{
        max-height: 560px;
    }
    .banner-txts p {
        font-size: 25px;
        line-height: 32px;
    }
    .banner-txts h2 {
        font-size: 35px;
        line-height: 42px;
    }
    /* .sort-hldr{
        width: 42%;
    } */
    
}
@media(max-width:1300px){
    .news-slider.owl-carousel .owl-nav button{
        position: relative;
        left: 0;
        right: 0;
    }
    .news-slider.owl-carousel .owl-nav{text-align: center;}
    .learning-box {
        width: 65%;
    }
    .banner-right-hldr{
        max-height: 520px;
    }
    .courses-wrapper{
        margin: 0 -10px;
    }
    .learning-corner-hldr .learning-home-slider .owl-nav{
        width: 105%;
    }
}
@media(max-width:1199px){
    /*10-02-22*/
    .header-main-menu{
        width:42%;
    }
    .header-main-menu li{
        margin-right:10px;
    }
    /*10-02-22*/
    .banner-right-hldr{
        max-height: 480px;
    }

    .graduaets-slider .owl-item.active:nth-child(odd),.graduaets-slider .owl-item.active:nth-child(even){
        width: 497px !important;
    }
    .banner-hldr{padding: 0 15px;}
    .banner-left-hldr h2{
        font-size: 40px;
        line-height: 50px;
    }
    .banner-txts p{
        font-size: 25px;
        line-height: 32px;
        margin: 0 0 15px;
    }
    .courses-right-hldr {
        width: 66%;
    }
    .courses-left-hldr {
        width: 30%;
    }
    .left-categorilist {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .left-categorilist > div {
        max-width: 292px;
        padding-left: 20px;
        border: 1px solid #ccc;
    }
    .right-productlist {
        flex: 1 0 100%;
        max-width: 100%;
    }
    .library-contributions .right-productlist{
        flex: 0 0 75%;
        max-width: 75%;
    }
    .pagination-hldr ul{width: 100%;}
    .course-overview-left-hldr > div {
        padding-top: 40px;
        padding-left: 20px;
    }
    .course-stages ul li{
        font-size: 16px;
        flex: 1 0 100%;
        text-align: left;
        padding: 0 0 25px 30px;
        margin: 0;
    }
    .course-stages ul li::after{
        left: 0;
        transform: translate(0,0%);
        top: 4px;
    }
    .course-stages ul li::before {
        right: -32px;
    }
    /* .name-of-the-course{right: -35px;} */
    .course-stages ul{
        padding: 0px;
        flex-wrap: wrap;
        margin-left: 0;
        width: 100%;
    }
    .course-stages ul::after,.course-stages ul li:last-child:before{
        display: none;
    }
    .course-stages ul li::before {
        content: '';
        position: absolute;
        width: 2px;
        height: 100%;
        left: 8px;
        top: 60%;
        transform: translate(0,-50%);
        background: #000;
    }
    .course-overview-right-hldr > div.container {
        padding: 40px;
    }
    .name-of-the-course {
        left: 97%;
    }
    .contact-page-section .top-header-hd + .row {
        width: 99%;
        margin: 0 auto;
    }
    .selected-cate-list{
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    .right-productlist form.search-frm {
        width: 100%;
        padding: 20px 0;
    }
    /* .sort-hldr{
        margin-right: 20px;
    } */
    .learning-corner-hldr .learning-home-slider .owl-nav{
        opacity: 0;
        width: 100%;
    }
    .learning-corner-hldr .learning-home-slider:hover .owl-nav{
        opacity: 1;
    }
    ul.meterials_pdf li {
        flex: 0 1 47%;
    }
}
@media(max-width:1023px){

    .banner-right-hldr{
        max-height: 400px;
    }
    .outer-hldr .user-details .img{
        width: 100px;
        height: 100px;
        margin: 0 auto 10px;
    }
    .user-conteins-main {
        padding: 20px;
    }
    .news-box.article-box .details h5{
        font-size: 16px;
        line-height: 22px;
        min-height: 66px;
    }
    .article-box .details h5 {
        font-size: 16px;
    }
    .graduaets-slider .owl-item.active:nth-child(odd),.graduaets-slider .owl-item.active:nth-child(even){
        width: 369px !important;
    }
    .top-header-right {
        width: 26%;
    }
    .top-header-left {
        width: 70%;
    }
    .header-main-menu {
        width: 45%;
    }
    .banner-left-hldr h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .banner-txts p{
        font-size: 18px;
        line-height: 25px;
    }
    .banner-left-hldr>div{
        max-width: 400px;
        padding: 20px 30px 5px;
        bottom: 35px;
    }
    section{padding: 40px 0;}
    .top-header-hd {
        margin: 0 0 35px;
    }
    h2.titileh2, h2.title{
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 5px;
    }
    h2.title{
        padding-bottom: 20px;
    }
    h2.titileh2:after{height: 3px;}
    .learning-box {
        width: 95%;
    }
    .graduaets-slider .item h3 {
        font-size: 18px;
        line-height: 25px;
        margin: 0 0 15px;
    }
    .graduaets-slider .item{
        padding:20px 20px 20px 30px;
    }
    .graduaets-slider .cote-coma{
        left: 12px;
        top: 14px;
    }
    .courses-hldr {
        flex-wrap: wrap;
    }
    .courses-left-hldr {
        width: 100%;
        padding: 0 0 30px;
    }
    .courses-right-hldr {
        width: 100%;
        padding-top: 20px;
    }
    /* .news-hldr {
        padding: 40px 0;
    } */
    .article-box{
        margin: 0 auto 30px;
        width: 100%;
    }
    .articles {
        /* padding: 50px 0 0px; */
    }
    h5.titleh5{
        font-size: 20px;
        line-height: 25px;
        margin: 0 0 20px;
    }
    .foot-logo img{width: 100%;}
    .sign-up-holdr{
        flex-wrap: wrap-reverse;
    }
    .sign-up-left-hldr,.sign-up-right-hldr {
        width: 100%;
        margin: 0px 0 20px;
    }
    .sign-up-sec {
        padding-top: 100px;
    }
    .article-right-social {
        width: 45%;
    }
    .relates-topices-slider-hldr .related-topices-slider.owl-carousel .owl-nav{
        top: -50px;
    }
    .see-all-hldr{top: -45px;}
    .related-courses-hldr .relate-course .contenthldr h5{
        font-weight: 700;
        font-size: 24px;
        line-height: 30px;
    }
    .related-courses-hldr {
        padding-bottom: 5px;
    }
    .right-productlist .row > div{
        margin: 0 0 20px;
    }
    .right-productlist .row > div .article-box .details {
        padding: 10px;
    }
    .right-productlist > div {
        padding: 30px 20px;
    }
    .left-categorilist > div{padding-top: 30px;}
    .user-img {
        width: 35px;
    }
    .pagination-hldr {
        padding: 0;
    }
    .course-overview-left-hldr > div{
        padding: 30px 0 0px 10px;
    }
    h3.cours-nm-title-h3{
        font-size: 20px;
        line-height: 25px;
        margin: 0 20px 20px 0;
    }
    .course-overview-right-hldr > div.container {
        padding: 30px 40px 50px 20px;
    }

    h3.title-h3 {
        font-size: 32px;
    }
    .course-overview-title {
        font-size: 30px;
        line-height: 37px;
        margin: 0 0 20px;
    }
    .related-courses-hldr .relate-course .contenthldr {
        padding: 10px 20px;
    }
    .contact-page-section{
        padding: 40px 0 60px;
    }
    .contact-form {
        padding: 30px 20px 20px;
    }
    .contact-page-section .info-column .inner-column{
        padding: 30px 20px;
    }
    .header-main-menu{display: none;}
    .mobileMenuBtn{display: inline-block;}
    .bottom-header .start-learn{
        margin-right: 50px;
    }
    .course-stages ul::after{top: 19px;}
    .contact-page-section .info-column .inner-column{
        padding: 0;
    }
    /* .learning-corner-pre-slide .item{
        margin: 0 0 60px;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    } */
    .learning-corner-hldr{
        padding: 0 0 20px;
    }
    .newsletter-hldr{
        padding: 15px 20px 0px 10px;
        width: 85%;
    }
    .newsletter-hldr .search-frm .form-group input{
        padding: 7px 20px;
        width: 80%;
    }
    .newsletter-hldr .search-frm .form-group button{
        padding: 7px;
        width: 20%;
    }
    .articles-sec-main .article-box{
        margin: 0;
    }
    .articles-sec-main .row > div{
        margin-bottom: 50px;
    }
    .articles-sec-main .all-news {
        margin-top: 0px;
    }
    .right-productlist form.search-frm {
        width: 100%;
        padding: 0px 0 20px;
    }
    .courses-section:before{
        height: 300px;
    }
    .course-box .crs-img-holder {
        /* height: 140px; */
    }
    .desc-text h4 {
        font-size: 16px;
        min-height: 40px;
    }
    .courses-wrapper .course-box {
        /* padding: 0 10px; */
        width: 47%;
    }
    .right-productlist .dash-articles-slider-hldr .article-box .details {
        min-height: inherit;
    }
    .right-productlist .dash-articles-slider-hldr {
        padding: 0 30px 0px;
    }
    .library-catalog-tab .nav-item {
        margin-right: 20px;
        margin-bottom: 25px;
    }
    .sort-hldr{
        width: 50%;
    }

    /*10-02-22*/
    .bottom-header{
        justify-content: flex-start;
    }
    .bottom-header .start-learn{
        margin-right:0;
        margin-left:185px;
    }
    .mobileMenuBtn,
    .sticky .site-header .mobileMenuBtn{
        top:18px;
    }
    .header-bottom-login-sign-up:before{
        left:0;
    }
    /*10-02-22*/
    .std-crnr-row{
        width: 100%;
        margin: 0;
    }
    .std-crnr-leader-hldr{
        width: 100%;
    }
    .leaders-lists{
        max-height: 400px;
    }
    ul.meterials_pdf li {
        flex: 0 1 46%;
        margin: 0 15px 15px 0;
    }
    ul.meterials_pdf li a img{
        max-width: 30px;
    }
    ul.meterials_pdf li span.pdf_text{
        width: calc(100% - 40px);
    }
    .course-overviw-banner img{
        height: 200px;
        object-fit: cover;
    }
    .sort-hldr.sort-hldr-1 {
        width: 42%;
        margin-left: 0;
    }

}
@media(max-width:767px){
    ul.meterials_pdf li {
        flex: 0 1 100%;
        margin-right: 0;
    }
    .sort-hldr.sort-hldr-1 {
        width: 100%;
        margin: 0 0 20px;
    }
    .banner-right-hldr{
        max-height: inherit;
    }
    .banner-silder-hldr .owl-carousel .owl-nav button{
        background: #ddd;
    }
    .banner .banner-silder-hldr .owl-nav{
        bottom: 12px;
    }
    .banner-slider{
        /* padding-bottom: 60px; */
    }
    #myModal {
        padding-right: 0 !important;
    }
    .comments_box .child_row .user-details {
        margin-right: 0px;
    }
    .bottom-header .start-learn{
        margin-right: 0px;
    }
    .top-header-left ul li:nth-child(2),.top-header-left ul li:last-child{
        display: none;
    }
    .top-header-left {
        width: 50%;
    }
    .top-header-right {
        width: 50%;
    }
    .top-header-right ul li a {
        font-size: 16px;
        line-height: 20px;
    }
    .start-learn{
        font-size: 18px;
        padding: 6px 20px;
        line-height: 24px;
    }
    .bottom-header {justify-content: flex-start;}
    .logo {
        max-width: 80px;
        width: 100%;
        padding: 10px 0;
        margin-right: 20px;
        min-height: 55px;
    }
    .banner-left-hldr>div {
        max-width: inherit;
        width: 90%;
        right: 0;
        bottom: 0px;
        left: 50%;
        transform: translate(-50%,0);
        padding: 10px 10px 5px;
    }
    .banner-left-hldr {
        flex: 0 0 100%;
        max-width: 100%;
        /* padding: 20px 0 0; */
    }
    .banner-txts p{
        font-size: 15px;
        line-height: 21px;
        margin: 0 0 10px;
    }
    .banner-left-hldr h2 {
        font-size: 25px;
        line-height: 35px;
    }
    .banner-right-hldr {
        flex: 0 0 100%;
        max-width: 100%;
        /* padding-bottom: 50px; */
    }
    .banner-right-hldr img{
        height: 250px;
    }
    .banner-silder-hldr .owl-carousel .owl-nav button {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
    .banner-silder-hldr .owl-carousel .owl-nav button i {
        line-height: 35px;
        font-size: 20px;
    }
    .banner .banner-silder-hldr .owl-nav{
        align-items: center;
    }
    .scroll-botm{
        width: 100%;
        text-align: center;
    }
    .learning-hldr-box {
        width: 100%;
        padding: 30px;
    }
    .learning-box h3{
        margin-bottom: 15px;
        font-size: 28px;
        line-height: 32px;
    }
    h2.titileh2, h2.title {
        font-size: 26px;
        line-height: 32px;
    }
    .graduaets-slider .owl-item.active:nth-child(odd),.graduaets-slider .owl-item.active:nth-child(even){
        width: 320px !important;
    }
    .graduaets-slider .item.shrt-item {
        margin-top: 0px;
    }
    .top-header-hd {
        margin: 0 0 35px;
    }
    .courses-right-slider .slick-slide .img-hldr,.related-courses-hldr .relate-course .img-hldr {
        width: 100%;
        height: auto;
    }
    .courses-right-slider .slick-slide .contenthldr,.related-courses-hldr .relate-course .contenthldr{
        width: 100%;
        padding: 10px 20px;

    }

    .courses-right-slider .item,.related-courses-hldr .relate-course{
        border: 1px solid #ddd;
        flex-wrap: wrap;
    }
    .platform-hldr{
        flex-wrap: wrap-reverse;
    }
    .platform-right-hldr ul li:first-child {
        margin-bottom: 30px;
    }
    .platform-right-hldr,.platform-left-hldr{width: 100%;}
    .platform-left-hldr p {
        /* margin: 10px 0 30px; */
        font-size: 16px;
        line-height: 22px;
    }
    .platform-left-hldr{
        padding: 0 0px;
    }
    .footer-box-hldr,.footer-box-hldr:first-child{
        width: 100%;
        margin-bottom: 20px;
    }
    .footer-top-hldr{
        flex-wrap: wrap;
        padding-bottom: 20px;
    }
    .foot-logo{
        width: 150px;
        display: inline-block;
    }
    .footer-bottom-hldr{flex-wrap: wrap;}
    .footer-bottom-hldr p{margin-bottom: 20px;}
    .platform-right-hldr ul li:nth-child(2){left: 0;}
    .news-slider.owl-carousel .owl-nav button{
        left: 0 !important;
        padding: 0 20px !important;
    }
    .learning-box p{min-height: inherit;}
    .sign-up-left-hldr{padding: 20px;}
    .have-acc{
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 0 20px;
    }
    .have-acc p {
        margin: 0 0 20px;
    }
    h2.title-h2 {
        font-size: 25px;
        line-height: 30px;
        margin: 0 0 10px;
    }
    .sign-up-hd-hldr p {
        font-size: 15px;
        margin: 0;
    }
    body{
        font-size: 15px;
    }
    .sign-up-hd-hldr{margin: 0 0 25px;}
    .sign-up-left-hldr form .form-group{
        margin: 0 0 18px;
    }
    .sign-up-left-hldr form .form-group label {
        font-size: 16px;
    }
    .sign-up-left-hldr form .form-group input,.sign-up-left-hldr form .form-group select{padding: 9px 18px;}
    .sign-up-left-hldr form .form-group input[type="submit"]{
        margin: 30px auto;
    }
    .sign-up-left-hldr .or{margin-bottom: 30px;}
    .sign-up-left-hldr .article-right-social{width: 100%;}
    .view-pass {
        right: 11px;
        bottom: 11px;
        width: 22px;
    }
    .article-social{
        flex-wrap: wrap;
    }
    .article-right-social {
        width: 100%;
    }
    .article-left-social{margin: 0 0 30px;}
    .relates-topices-slider-hldr{padding-left: 0;}
    .relates-topices-slider-hldr .related-topices-slider.owl-carousel .owl-nav{
        position: relative;
        top: 0;
        right: 0;
        text-align: center;
    }
    .related-courses-sec {
        padding-bottom: 0;
        padding: 0;
    }
    .left-categorilist{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .left-categorilist > div {
        max-width: 100%;
    }
    .library-holdr,.selected-cate-list{flex-wrap: wrap;}
    .right-productlist {
        flex: 0 0 100%;
        max-width: 100%;
    }
    h3.title-h3 {
        font-size: 25px;
    }
    .for-unselect{padding: 0 0 30px;}
    .pagination-hldr ul {
        width: 100%;
    }
    .footer-bottom-hldr ul{width: 65%;}
    .banner.inner-banner {
        padding-top: 95px;
    }
    .user-agree-txts .section-hd-left h2.titileh2 {
        font-size: 25px;
        line-height: 32px;
    }
    .course-overview-sec {
        padding: 52px 0 0;
    }
    ul.courses-overview-list li a::before{
        right: 10px;
    }
    ul.courses-overview-list li a{
        padding-right: 25px;
    }
    .course-overview-left-hldr{
        flex: 0 0 60%;
        max-width: 60%;
        position: fixed;
        background: #fff;
        z-index: 12;
        height: 100%;
        padding: 85px 0 50px;
        overflow: auto;
        top: 0;
        transition: 0.5s ease-in-out;
        left: -250px;
    }
    .course-overview-left-hldr > div {
        padding: 30px 0 0 20px;
        height: 600px;
        overflow: auto;
    }
    .course-overview-right-hldr {
        flex: 0 0 100%;
        max-width: 100%;
    }
    /* .course-stages ul{
        flex-wrap: wrap;
        max-width: 350px;
        margin: 0 auto;
        padding-bottom: 0;
    }
    .course-stages ul li {
        font-size: 16px;
        margin-bottom: 30px;
        flex: 1 0 30%;
    }
    .course-stages ul li:nth-child(3):before{
        display: none;
    }
    .course-stages ul li::before {
        right: -50px;
    } */
    .course-overview-title {
        font-size: 25px;
        line-height: 37px;
        margin: 0 0 20px;
    }
    .overviw-btn-res{display: inline-block;margin-right: 100px;}
    .course-overview-left-hldr.show{
        left: 0;
    }
    .summry-btns{
        flex-wrap: wrap;
    }
    .previous-stage-btn{
        margin-left: auto;
        margin-bottom: 30px;
    }
    .contact-form {
        padding: 20px 10px 10px;
    }
    .contact-page-section .info-column .inner-column{
        padding: 20px 10px;
    }
    h4.title-4 {
        font-size: 22px;
        line-height: 28px;
        margin: 0 0 15px;
    }
    .contact-page-section .contact-info-list li .icon {
        width: 35px;
        height: 35px;
        font-size: 16px;
        line-height: 36px;
        /* box-shadow: 0 0 0 2px #eee; */
    }
    .contact-page-section .contact-info-list li a.contact-social-links{
        min-height: 35px;
    }
    .contact-page-section .contact-info-list li{padding-left: 50px;}
    .article-box .img-hldr img {
        width: 100%;
        height: auto;
    }
    .article-box .details h5{min-height: inherit;}
    .contact-page-section .info-column .inner-column{
        padding: 0;
    }
    .contact-page-section.contact-main .info-column .inner-column{
        padding: 20px 0 10px;
    }
    .newsletter-hldr {
        /* padding: 20px 20px 25px; */
        width: 100%;
        border-radius: 0 20px 0 20px;
        flex-wrap: wrap-reverse;
    }
    .newsletter-hldr .top-header-hd {
        margin: 0 0 25px;
    }
    .news-letter-img {
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .newsletter-hldr .top-header-hd .titileh2{
        font-size: 30px;
        line-height: 32px;
    }
    .newsletter-hldr .search-frm .form-group button{
        width: 25%;
        font-size: 25px;
    }
    .newsletter-hldr .search-frm .form-group input{
        width: 75%;
    }
    .courses-wrapper .course-box {
        width: 100%;
    }
    .course-box .crs-img-holder {
        height: 200px;
    }
    .desc-text h4{min-height: inherit;}
    .courses-section:before {
        height: 255px;
    }
    .library-catalog-tab,.selected-cate-list {
        margin-bottom: 25px;
    }
    .profile-dashboard-details #assaignments{
        width: 100%;
        flex-wrap: wrap;
    }
    .profile-dashboard-details #assaignments .formdiv{
        width: 100%;
    }
    .name-of-the-course {
        left: 95%;
    }
    .sort-hldr{
        width: 100%;
    }
    /*10-02-22*/
    .bottom-header .start-learn{
        margin-left:0;
        display:none;
    }
    .mobileMenuBtn, .sticky .site-header .mobileMenuBtn{
        top:11px;
    }
    .header-bottom-login-sign-up{
        margin-left: 30px;
        margin-right: 30px;
    }
    .header-bottom-login-sign-up:before{
        display:none;
    }
    /*10-02-22*/
    .summry-btns .previous-stage-btn,.summry-btns .start-course-btn{
        max-width: 200px;
        width: 100%;
        text-align: center;
    }
    .course-overviw-banner img{
        height: auto;
        object-fit: cover;
    }
    .library-contributions .right-productlist{
        flex: 0 0 100%;
        max-width: 100%;
    }
    
}

