@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');
/* cyrillic-ext */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNa7lqDY.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xK3dSBYKcSV-LCoeQqfX1RYOo3qPK7lqDY.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNK7lqDY.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xK3dSBYKcSV-LCoeQqfX1RYOo3qO67lqDY.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xK3dSBYKcSV-LCoeQqfX1RYOo3qN67lqDY.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNq7lqDY.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7l.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* element css */
body {
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif
}
html{
    overflow-x: hidden;
  }
*{
    box-sizing: border-box;
}
a:hover{
    text-decoration: none!important;
    color: initial;
}
h1, h2, h3{
    color: #0c1436;
}
h1{
    font-size: 4.0625rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: #0c1436;
}
h2 {
    font-size: 46px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    line-height: 1.2;
    color: #000;
    text-align: center;
}
h3{
    color: #0c1436;
        font-size: 20px;
    line-height: 0.9;
    letter-spacing: .4px;
}
p{
    font-size: 14px;
     font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 1.8em;
  margin-bottom: 20px;
    color: #7d7d7d;
}
.populr-course .card a.btn {
    border-bottom: transparent;
    background-color: #ff7f00;
    border-radius: 0 10px 10px 0;
}
.abtn {
   font-family: 'Poppins', sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;
    fill: #fff !important;
    color: #fff !important;
    background-color: #ff7f00 !important;
    border-style: solid !important;
    border-width: 1px 1px 1px 1px !important;
    border-color: #ff7f00  !important;
    border-radius: 0!important;
    padding: 13px 28px 13px 28px !important;
    text-transform: uppercase;
}
.abtn:hover{
    background-color:transparent !important;
    color: #ff7f00 !important;
    text-decoration: none!important;
}
.contact-div a.btn.abtn, .online-course .right-div .btn-div .contact-btn {
    background: #fff !important;
    color: #ff7a3d !IMPORTANT;
}
.contact-div a.btn.abtn:hover, .online-course .right-div .btn-div .contact-btn:hover {
    background: transparent !important;
    color: #fff !IMPORTANT;
    border: 1px solid #fff !important;
}
.contact-div-content h2 {
    color: #fff;
    margin: 0px;
}
.resp-code{
    display: none;
}
#resp-btn {
    visibility: hidden;
}
/*  main css */
 .container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
}
/* ---header css --- */
.header-N-baner{
    position: absolute;
    top: 0;
    z-index: 22;
    width: 100%;
    
}
.banner-div .left-div {
    padding: 80px 0;
}
.navbar{
    padding: 15px 0px!important;
}
.logo-div {
    width:15%;
}
.logo-div img{
    width: 95%;
}
footer .logo-div img {
    width: auto;
    max-width: 100%;
    margin-bottom: 10px;
}
.resp-icon {
    display: none;
}
.nav-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 25%);
}
.nav-menu ul.menus {
    display: flex;
    align-items: center;
}
.nav-menu ul li{
    list-style: none;
    
}
.nav-menu ul li a{
    color: #7D7D7D;
    font-family: 'Poppins', sans-serif;
    font-size:16px;
    padding:0 15px !important;
    Font-weight: 600;
}
.navbar-default .navbar-nav > li > a {
    color: #fff !important;
    font-size: 17px!important;
    font-weight: 600 !important;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}
.navbar-brand > img {
    max-height: 90px; 
}
.lessCatSec .card-title {
    margin-top: 20px;
    color: #29303B;
    transition: 0.3s all ease;
}
.lessCatSec .card-title:hover {
    color: #ff7f00;
}
a#go.get-start {
   
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600!important;
}
a#go.logIn {
    font-size: 17px !important;
    text-transform: uppercase;
     font-family: 'Source Sans Pro',sans-serif;
     font-weight: 600;
}
nav.topnavbar.fix_header.navbar-default .navbar-nav > li a{
color: #ff7f00 !important;
 font-family: 'Source Sans Pro',sans-serif;
}
nav.topnavbar.fix_header a.logIn {
 font-family: 'Source Sans Pro',sans-serif;
    color: #ff7f00!important;
    font-weight: 600;
}
.container-fluid.first_nav .left_header {
    display: flex;
    align-items: center;
}
.navbar-default .navbar-nav > li > a.active{
color: #ff7f00 !important;
 font-family: 'Source Sans Pro',sans-serif;
}
.navbar-default .navbar-nav > li a#go {
    font-size: 17px !important;
    text-transform: uppercase;
     font-family: 'Source Sans Pro',sans-serif;
}
.nav-menu ul li a:hover{
    color:#0c1436;
    text-decoration: none;
}
.btn.signUp{
   
    font-size:14px;
    font-weight: 500;
    line-height: 1.3;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color:#9080fc;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #9080fc;
    border-radius: 200px 200px 200px 200px;
    padding: 13px 28px 13px 28px;
}
.signUp:hover{
    background-color:transparent;
    color: #0c1436;
    text-decoration: none!important;
}
.logIn{
     font-family: 'DM Sans', sans-serif;
    font-size:14px;
    font-weight: 500;
    line-height: 1.3;
    color:  #0c1436;
    margin-right: 35px;
}
.login-div{
    display: flex;
    justify-items: space-between;
    align-items: center;
} 
/* ---baner css --- */
.banner-div {
    padding-top: 90px;
    min-height: 90%;
    position: relative;
    padding-bottom: 90px;
    /* background-color: #fff; */
    display: flex;
    align-items: center;
}
.overlay::before {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    left: 0px;
    content: "";
}
.banner-div  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    object-fit: cover;
    z-index: -1;
    opacity: 1;
    background-image: url(../image/ERA-final-image.jpg);
    background-position: center;
    background-size: cover;
    height: 100%;
    background-repeat: no-repeat;
}
.vedio-cover figure {
  display: block;
}
.vedio-cover figure.heroImage {
  max-width: 50em;
}
.vedio-cover figure.heroImage img {
  max-width: 100%;
  width: 100%;
}
.vedio-cover figure .hide {
  position: absolute;
  display: none;
}
.vedio-cover figure.video {
    float: none;
    clear: both;
    width: 100%;
    padding: 30px 0 0 0;
    overflow: hidden;
    position: relative;
    transition: height .3s;
    z-index: 11;
}
.heroImage.video::before {
    content: "";
    position: absolute;
    top: 0;
    left: 10%;
    width: 80%;
    height: 60%;
    background-color: #fff;
    z-index: 0;
    border-radius: 10px 10px 0 0;
}
.vedio-cover figure.video a {
    width: 100%;
    position: relative;
    display: block;
}
.vedio-cover figure.video a:before {
    content: '';
    position: absolute;
    left: 47%;
    top: 45%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
       -webkit-box-shadow: 0 0 0 0 #fff;
    box-shadow: 0 0 0 0 #fff;
    -webkit-animation: button-ripple 3s infinite;
    animation: button-ripple 3s infinite;
}
@keyframes button-ripple{
    70%
    {-webkit-box-shadow:0 0 0 15px #fff;
        box-shadow:0 0 0 15px #fff;opacity:0
    }
    100%{-webkit-box-shadow:0 0 0 0 #fff;
        box-shadow:0 0 0 0 #fff;opacity:0
    }
}
@keyframes button-ripple{
    70%{
        -webkit-box-shadow:0 0 0 15px #fff;
    box-shadow:0 0 0 15px #fff;opacity:0
}
    100%{
    -webkit-box-shadow:0 0 0 0 #fff;
    box-shadow:0 0 0 0 #fff;opacity:0
    }
}


.vedio-cover figure.video a:after {
    content: '';
    display: block;
    margin: -1em 0 0 -2em;
    position: absolute;
    left: 56%;
    top: 49%;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 15px solid #9080fc;
    border-bottom: 10px solid transparent;
}

.vedio-cover figure.video iframe {
  margin: 0 auto;
  width: 100%;
  display: none;
}
.online-course .content-div> .row {
    display: flex;
}
/*.banner-div .container> .row {
    display: flex;
}
.banner-div .left-div{
    display: flex;
}*/
.banner-div .left-div h1 {
    font-size: 60px;
    color: #fff;
    font-weight: 700;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    text-align: left;
    line-height: 1.3em;
}
.banner-div .left-div .cover-div p {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8em;
    margin: 20px 0px;
}
.banner-div .container{
    overflow-x: initial;
}
/*.banner-div .cover-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}*/
.banner-div .left-div .watch-vedio {
    color: #0c1436;
    margin-left: 25px;
}
.banner-div .left-div .watch-vedio:hover{
    color: #9080fc;
}
.banner-div .left-div .watch-vedio:hover i{
    color: #9080fc;
}
.banner-div .left-div .watch-vedio i{
    color:  #0c1436;
}
.cunter-div {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 30px;
}
.cunter-div .counting {
    background-color: #fff;
    padding: 40px;
    margin: 0 15px;
    border-radius: 15px;
    box-shadow: 5px 5px 20px 0px rgb(0 0 0 / 1%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
.banner-div .left-div .text-div {
    margin-top: 45px;
}
.banner-div .left-div .counting h2 {
    font-size: 2.8125rem;
    color: #0c1436;
    font-weight: 700;
    margin-bottom: 0!important;
}
.cunter-div h6{
    color: #7d7d7d;
    font-size: 14px;
    font-weight: 500;
}

/*---- online course css ----*/
.online-course{ 
    margin: 80px 0;
    position: relative;
}
.online-course .content-div{
    
    border-radius: 20px;
    width: 100%;
    max-height: 500px;
    height: 100%;
    z-index: 22;
}
.online-course  .content-div {
 /*    background-image: url('../image/banner-bg.jpg'); 
    background-position: top center;
    background-size: cover;*/
    background-color: #ff7f00;
}
.online-course .content-div img {
    max-width: 100%;
    height: 460px;
    object-fit: cover;
    width: 100%;
    border-radius: 20px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.online-course .content-div  .col-md-6.left-div {
    max-width: 45%;
    padding-left: 0px;
}
.online-course .cover-div {
    padding: 0 50px 0 0px;
}
.online-course .content-div .col-md-6.right-div {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 50px 0 0;
}
.online-course .right-div .btn-div{
    display: flex;
    align-items: center;
}
.online-course .right-div .btn-div .contact-btn {
    
    display: flex;
    align-items: center;
    color: #fff;
}
.online-course  .btn-div .contact-btn i{
    margin-right: 15px;
}
.online-course  .right-div .text-div h1 {
    font-size: 36px;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #fff;
    line-height: 1.6;
}
.online-course  .right-div .text-div p {
    margin-top: 20px!important;
    margin-bottom: 20px!important;
    color: #fff;
    line-height: 1.8;
      font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
/* ---third sec ---- */
.cours-categry{
    margin: 80px 0;
    position: relative;

}
.cours-categry .row.course-content {
    padding-top: 35px;
}
.cours-categry .left-div{
    margin-right: 10px;
}
/*.cours-categry .right-div {
    margin-left: 10px;
}*/
.cours-categry .col-md-5.col-sm-6.p-0 {
    padding: 0!important;
}
.cours-categry .img-contet {
    display: flex;
}
.cours-categry .img-contet .cat-img3{
    margin: 20px 10px 0 0;
}
.cours-categry .img-contet .cat-img4{
    margin: 20px 0 0 10px;
}
.cours-categry .img-div{
    position: relative;
    background-size: cover;
    background-position: 100%;
    width: 100%;
    height: 100%;
    min-height: 250px;
    z-index: 33;
    background-repeat: no-repeat;
    object-fit: cover;
    border-radius: 10px !important;
}

.cours-categry .cat-img2 {
   /* background-image: url('../image/cat-4.jpg');*/
    height: 520px;
}

.cours-categry .detail-div {
    position: absolute;
    bottom: 1px;
    right: 1px;
    width: max-content;
    background-color: #fff;
    padding: 15px;
    text-align: center;
    min-width: 140px;
}
.cours-categry .detail-div h3 {
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: .4px;
    margin-bottom: 0;
    margin: 0px;
    color: #ff7f00;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

/*----- populr-course ----*/
.populr-course{
    margin: 80px 0;
    position: relative;
}
.populr-course .populr-course-content{
    padding-top: 30px;
}
.populr-course .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0!important;
    border-radius: 10px !important;
}
.populr-course .btn-div.d-flex {
    position: absolute;
    top: 45%;
    left: 17%;
}
.populr-course .btn-div.d-flex a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 25px;
}
.populr-course a.btn.rm-btn {
    background-color: #ff7f00;
    border-right: 1px solid #fff;
    border-radius: 30px 0 0 30px;
}
.populr-course a.btn.rm-btn {
    background-color: #ff7f00;
    border-right: 1px solid #fff;
    border-radius: 30px 0 0 30px;
}
.populr-course .card .card-body{
    text-align: center;
}
.populr-course .star-rating  i{
    color: #fdbe02;
    font-size: 16px;
}
.populr-course .card-title{
    font-size: 2.2vw;

}
.populr-course h4.cours-title {
    font-size: 20px;
}
/*---- */
.our-mentor{
    margin: 40px 0 40px 0;
    position: relative;
}
.mentor-content{
    padding-top: 30px;
}
.our-mentor .d-flex h2, .leftHeading .d-flex h2{
    text-align: left;
}
.our-mentor .d-flex, .leftHeading .d-flex {
    justify-content: space-between;
    align-items: center;
    text-align: center;
}
.our-mentor .d-flex .left-div, .leftHeading .d-flex .left-div {
    width: 70%;
}
.our-mentor .d-flex h2, .leftHeading .d-flex h2 {
    text-align: left;
}
.our-mentor .d-flex  p, .leftHeading .d-flex  p  {
    line-height: 2;
    word-spacing: 2px;
    letter-spacing: 1px;
    text-align: left;
}
section.cours-categry:not(.leftHeading) .d-flex {
    justify-content: center;
}
section.cours-categry:not(.leftHeading) h2 {
    text-align: center;
    width: 100%;
}
.our-mentor .card{
    border-radius: 10px!important;
    padding: 15px;
    transition: all .3s linear;
}

.our-mentor  .card-body {
    text-align: center;
        padding-bottom: 0;
}
.our-mentor .card:hover{
    border-color: #9c8efc;
}

.mentor-content .bg-img {
    background-image: url('../image/banner-bg.jpg');
    background-position: 100%;
    background-size: cover;
    border-radius: 15px;
}
/* ---blog-news ---- */
.blog-news{
    margin: 80px 0;
}
.blog-news .container> p {
    width: 75%;
    text-align: center;
    margin: 0 auto;
}
.blog-news .card .bg-img{
overflow: hidden;
max-width: 100%;
height: auto;
border-radius: 20px;
}

.blog-news .card .btn-div .btn {
    background-color: #ff7f00;
    padding: 5px 7px 5px 7px;
    border-radius: 5px 5px 5px 5px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}
.blog-news .card .btn-div .sdnt-btn{
 margin: 0 15px;
}
.blog-news .card {
    border-radius: 20px;
    transition: all .5s linear;
    padding: 20px;
    min-height: 510px;
    background-repeat: no-repeat;
    background-size: cover;
}
.blog-news .card h4 a {
    color: #ff7f00;
}
.blog-news .card:hover {
   background-image: url(../image/PureLust.jpg);
    /*background-color: #ff7f00;*/
}
.blog-news .card:hover h4 a{
    color: #ff7f00;
}
.blog-news .card:hover p{
    color: #fff;
}
.blog-news .card .bg-img img {
    width: 100%;
    overflow: hidden;
    height: 170px;
    object-fit: cover;
}
.blog-news .card:hover .bg-img img{
    -webkit-transform: scale(1.05) rotate(2deg);
    transform: scale(1.05) rotate(2deg);
    opacity: .8;
        
}
.blog-news .card .d-flex.btn-div {
    margin: 0 0  15px 0;
}
.blog-news-content .card-body h4 {
    font-size: 20px;
    line-height: 1.5;
}
.blog-news-content .card-body p{
    font-size: 14px;
    line-height: 1.8;
}
.blog-news-content .card-body{
    padding: 20px 0 0 0!important;
}
/* --- contact-div ----- */
.contact-div {
    padding: 80px 0;
    background-color: #ff7a3d;
}
.contact-div-content {
    /* background-image: url('../image/banner-bg.jpg'); */
    /*background-size: cover;*/
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 20px;
 /*   background-color: #ff7f00;*/
}
.contact-div-content p {
    margin: 25px 0px 35px 0px;
    color: #fff;
    font-size: 16px;
}
/* footer -- */
footer {
    border-top: 1px solid #eee !important;
}
.footer-sec {
    margin: 80px 0 20px 0;
}
.footer-content .socil-icon a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ff7f00;
    margin: 0 5px;
    padding: 0px;
    border: 1px solid #ff7f00;
    transition: all .3s linear;
}
.footer-content .socil-icon a:hover {
    background-color: transparent;
}
.footer-content .socil-icon a:hover i{
    color: #ff7f00;
}
.footer-content ul li{
    list-style: none;
}
.footer-content .socil-icon i{
color: #fff;
}
.footer-content .location-div i {
    color: #ff7f00;
    font-size: 15px;
}
.location-div a:hover i {
    opacity: .7;
}
.footer-content .location-div li{
    margin: 15px 0;
}
.footer-sec li a:hover{
    color: #333 !important;
}
.footer-content a {
    color: #7d7d7d;
    font-size: 14px;
    font-weight: 400;
    display: flex;
}
.footer-content h4{
    color: #29303b;
    font-size: 24px;
}
.footer-content .form-inline{
    flex-direction: column;
}
.footer-content  form {
    display: flex;
    flex-direction: column;
}
.footer-content .form-div input[type="email"] {
    padding: 15px 20px 15px 20px;
    border-radius: 2px;
    border: 1px solid #e3e3e3;
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
    font-size: 14px;
    background-color: #fff;
    height: 57px !important;
    color: #ff7f00;
}
.footer-content form button.btn.abtn {
    width: 180px;
}
.footer-content .form-div input:placeholder{
    color: #ff7f00;
}

.side_bar.newsletter_bar input[type="email"]{
    display: inline-block;
    height: 40px !important;
    padding: 4px 12px !important;
    border-radius: 30px;
    border: 1px solid #e3e3e3;
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
    font-size: 14px;
    background-color: #fff;
    height: 57px !important;
}
.footer-content .quick-link li{
    margin: 10px 0;
}
.footer-sec .col-md-3.col-one p {
    line-height: 1.5;
}

.footer-content .col-md-6.col-two {
    text-align: right;
}

/*  ----- INNER BANNER CSS ---- */
.inner-baner{
      background-color: #ff7a3d;
 /* background-image: radial-gradient(circle, rgba(221,238,250,.4) 0%, rgba(140,203,226,1) 100%), url('../image/inner-banner.jpg');*/
/*  background-position:center center;
  background-size: cover;*/
  width: 100%;
  z-index: 20;
 }
.inner-baner-div {
    width: 100%;
    z-index: 10;
    padding-top: 250px;
    display: flex;
    justify-content: center;
}
.banner-content-div {
    background-color: #fff;
    padding: 15px 30px 0 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 20px 20px 0 0;
    width: 450px;
}
.banner-content-div .breadcrumb-item a,.active  {
  color: #7d7d7d!important;
  font-size: 14px;
}
.banner-content-div .breadcrumb-item{
display: flex;
align-items: center;
}
.banner-content-div .breadcrumb-item+.breadcrumb-item::before {
    float: left;
    /*color: #9080fc!important;*/
    content: "\2192";
    font-size: 20px;
    font-weight: 900;
    padding: 0 17px 0 15px!important;
}
.banner-content-div .breadcrumb-item+.breadcrumb-item::before {
    color: #ff7a3d !important;
  }
.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0!important;
    margin-bottom: 0!important;
    list-style: none;
    background-color: #fff!important;
    border-radius: .25rem;
}



/*  ----- ABOUT PAGE CSS ---- */
.inner-baner.inner-baner-about{
    background-color: #ff7a3d;
  /*background-image: radial-gradient(circle, rgba(221,238,250,.4) 0%, rgba(140,203,226,1) 100%), url('../image/inner-banner.jpg');*/
 }
.about-second-sec{
  margin: 80px 0;

}
.our-mentor a.btn {
    transition: 0.3s ease;
    border: 1px solid #ff7f00!important;
}
.our-mentor a.btn:hover {
        color: #ff7f00!important;
}
.about-second-sec .c-card{
   background-image: url(../image/PureLust.jpg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  border-radius: 20px;
  opacity: .8;
}
.about-third-sec{
  margin: 80px 0;
}
.about-third-sec .content-div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
        padding: 40px 150px;
}
.about-countr-div h2 {
    color: #ff7f17;
}
.about-countr-div .counting{
 width: 220px;
 margin-top: 30px;
}
.about-third-sec .content-div p {
    line-height: 1.9;
    width: 100%;
    margin-top: 10px;
}
.about-fourth-sec {
    margin: 80px 0;
}
.about-fourth-div .c-card {
    background-image: url(../image/PureLust.jpg);
    width: 100%;
    height: 550px;
    background-size: cover;
    background-position: top center;
    border-radius: 21px;
    padding: 20px 20px 0 20px;
    position: relative;
}
.about-fourth-div .left-div h2 {
    text-align: left;
}
.about-fourth-div .img-fluid {
    transform: unset;
    object-fit: cover;
    position: unset;
    bottom: 0;
    height: 550px;
    border-radius: 25px;
    width: 100%;
}
.about-fourth-div {
    width: 100%;
    max-height: 600px;
    height: 100%;
}
.about-fourth-div .left-div {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
      padding: 0 40px 0 0;
}
.c-mb{
margin-bottom: 25px !important;
}
.about-fourth-div .c-mb{
text-align: left !important;
}
.about-fifth-sec .icon-div {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ff7f00;
  margin: 0 0 25px 0;
}
.about-fifth-sec .icon-div i{
  color: #fff;
  font-size: 25px;
}   
.about-fifth-sec .vedio-cover::before {
    content: "";
    position: absolute;
    bottom: 21%;
    left: 0;
    width: 100%;
    height: 200px;
     background-image: url(../image/PureLust.jpg);
    border-radius: 10px;
    z-index: 10;
    top: 80px;
}
.about-fifth-sec .btn-div {
    margin-top: 25px;
}
.about-fifth-sec .vedio-cover {
   /* width: 100%;
    height: 200px;
    background-image: url(../image/banner-bg.jpg);
    border-radius: 10px;
    margin-top: 80px;
    display: flex;*/
    position: relative;
    width: 100%;
}
.about-fifth-sec .vedio-cover figure.video a {
    width: 100%;
    position: relative;
    display: block;
    height: 200px;
}
.about-fifth-sec .img-right {
    position: relative;
    z-index: 30;
    width: 50%;
    float: right;
}
.about-fifth-sec .img-right .img-fluid {
  max-width: 250px;

}
.about-fifth-sec .vedio-cover figure.video {
  float: left;
  clear: both;
  width: 50%;
  margin: 30px 0 0;
  overflow: hidden;
  position: relative;
  transition: height .3s;
  z-index: 20;
  height: 200px;
}
.abot-lerng-video .vedio-cover figure.video a::after {
  content: '';
  display: block;
  margin: -1em 0 0 -2em;
  position: absolute;
  left: 54%;
  top: 66%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 15px solid #9080fc;
  border-bottom: 10px solid transparent;
}
.abot-lerng-video .vedio-cover figure.video a::before {
  content: '';
  position: absolute;
  left: 36%;
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 0 #fff;
  box-shadow: 0 0 0 0 #fff;
  -webkit-animation: button-ripple 3s infinite;
  animation: button-ripple 3s infinite;
}
.abot-lerng-video .heroImage.video::before {
  display: none;
}
.about-fifth-sec .right-div h2{
  text-align: left;
}

.tetominal-sec{
  padding: 60px 0 0 0;
}
.tetominal-sec .carousel-item .card {
  width: 100%;
  height: auto !important;
  border: 1px solid #E3E3E3;
  padding: 30px;
  border-radius: 10px;
  transition: all .3s linear;
}
.tetominal-sec .card .img-cover{
width: 60px;
height: 60px;
border-radius: 50%;
}
.tetominal-sec .img-cover .img-fluid {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.tetominal-sec .card .text-div{
  padding: 10px 0 0 0px;
}
.tetominal-sec .card:hover{
  background-image: url(../image/PureLust.jpg);
  /*background-color: #FF7A3D;*/
}
.tetominal-sec .card:hover p{
    color: #fff;
}
.tetominal-sec .card .text-div h4{
color: #0C1436;
font-size: 16px;
font-weight: 500;
}
.tetominal-sec .card:hover .text-div h4{
    color: #fff;
}
.tetominal-sec .card:hover .text-div small{
    color: #fff;
}
.tetominal-sec .carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 10px !important;
  height: 10px !important;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff ;
  background-clip: padding-box;
  border-top: unset !important;
  border-bottom: unset !important;
  opacity: .5;
  transition: opacity 1s ease!important;
  border-radius: 5px;
}
.tetominal-sec.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 1s ease-in-out!important;
  transition: transform 1s ease-in-out!important;
  transition: transform 1s ease-in-out,-webkit-transform 1s ease-in-out!important;
}
.tetominal-sec .carousel-indicators .active{
  background-color: #9080fc;
  opacity: 1;
}

.tetominal-sec .container > p {
  text-align: center;
  padding: 0 150px;
}
.tetominal-sec .tetominal-div {
  padding-top: 50px;
}





















/*  ----- CONTACT  PAGE CSS ---- */
 .inner-baner.inner-baner-contct{
      background-color: #ff7a3d;
  /*background-image: radial-gradient(circle, rgba(221,238,250,.4) 0%, rgba(140,203,226,1) 100%), url('../image/inner-banner.jpg');*/
 }

.contact_section-pg h2.get_in_touch_heading {
    font-size: 55px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 20px;
    text-align: left;
}
 

.contact_section-pg .first_icon {
    font-size: 15px;
    color: #ff7a3d;
    font-weight: 900;
    margin: 2px 20px 0px 0px;
}
.contact_section-pg .add_box{
    display: flex;
   
}
h5.boxbodyheading {
    color: #0C2255;
    font-weight: 500;
    line-height: 1.4;
    font-family: DM Sans;
    margin: 0px 0px 5px 0px;
padding: 0px 0px 0px 0px;
text-align: left;
}
.contact_section-pg .contact_section2 {
  padding: 100px 0px 100px 0px;
}
.contact_section-pg .col-md-6.cont_colmn2 {
    background-position: center center;
    background-size: cover;
    border-style: solid;
    border-color: #1d1d1d21;
    border-radius: 15px 15px 15px 15px;
    border-width: 1px 1px 1px 1px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 0px 0px 0px;
    padding: 40px;
}
.contact_section-pg .col-md-6.cont_colmn2:hover {
    background-image: url("../image/PureLust.jpg");
    background-position: center center;
    background-size: cover;
    border-style: solid;
    border-color: #FFFFFF;
    border-radius: 15px 15px 15px 15px;
    border-width: 1px 1px 1px 1px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 0px 0px 0px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
}
.contact_section-pg .btn_submit {
    display: inline-block;
    font-family: DM Sans;
    font-size: 14px;
    line-height: 1em;
    font-weight: 500;
    background-color: #ff7f00;
    color: #fff;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #ff7f00;
    border-radius: 0;
    padding: 15px 30px 15px 24px;
    vertical-align: middle !important;
    text-align: center;
    width: 152px;
}
.blog-news-content a.btn.homwrk-btn {
    display: none;
}
 .contact_section2 .box_body a {
    color: #7d7d7d;
    font-size: 14px;
    transition: 0.3s all ease;
}
.contact_section2 .box_body a:hover {
    color: #ff7a3d;
}
.contact_section4 {
    padding: 40px 0px 0px 0px;
}
.contact_section-pg .btn_submit:hover{
  display: inline-block;
  font-size: 14px;
  line-height: 1em;
  font-weight: 500;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #ff7f00;
  background-color: transparent;
  color: #ff7f00;
  border-radius: 0;
  padding: 15px 30px 15px 24px;
  vertical-align: middle !important;
  text-align: center;

}
/*.contact_section-pg .social_link {
  text-align: center;
  color: #0C1436;
  font-size: 46px;
  font-weight: 500;
  line-height: 1.2em;
  margin-bottom: 30px;
}*/
.contact_section-pg .contact_section3 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  margin-bottom: 100px;
  margin-top: 100px;
}
.contact_section-pg .social_icon {
  display: flex;
}
.contact_section-pg .social_icon a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #9080fc;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 7px;
}
.contact_section-pg .social_icon a i {
  color: #fff;
}
.contact_section-pg .col_btn {
  text-align: center;
  width: 100%;
  padding: 10px 0 0 0;
}

.contact_section-pg  .form-control {
    background-color: #fff !important;
    color: #7D7D7D;
    border-style: solid !important;
    border-width: 1px 1px 1px 1px !IMPORTANT;
    border-color: #E3E3E3 !important;
    border-radius: 0 !important;
    padding: 10px 20px 10px 20px !important;
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
    height: auto !important;
}
.contact_section-pg .form-control::placeholder {
  color: #B9C2CA;
}
.mr-3 {
    margin-right: 1rem !important;
}





/*  ----- COURSE PAGE CSS ---- */
.inner-baner.course-bnr-pg{
  background-image: radial-gradient(circle, rgba(221,238,250,.4) 0%, rgba(140,203,226,1) 100%), url('../image/cours-bnr-pg.jpg');
 }

.course-pg-sec {
  padding: 100px 0 0 0;
}
.course-pg-sec .course-pg-content {
  padding: 40px 0;
}
.course-pg-sec  .head-text{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.course-pg-sec .head-text p {
  width: 60%;
  text-align: center;
}
.course-pg-sec .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0!important;
    border-radius: unset!important;
}
.course-pg-sec .btn-div.d-flex {
    position: absolute;
    top: 45%;
    left: 17%;
}
.course-pg-sec .btn-div.d-flex a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 25px;
}
.course-pg-sec a.btn.rm-btn {
  background-color: #9080fc;
    border-right: 1px solid #fff;
    border-radius: 30px 0 0 30px;
}
.course-pg-sec a.btn.jn-btn{
  background-color: #9080fc;
   border-radius: 0 30px 30px 0;
}
.course-pg-sec .card .card-body{
  text-align: center;
}
.course-pg-sec .star-rating  i{
    color: #fdbe02;
    font-size: 16px;
}
.course-pg-sec .card-title{
  font-size: 2.2vw;

}
.course-pg-sec h4.cours-title {
    font-size: 20px;
}



/*  ----- BLOG PAGE CSS ---- */
.inner-baner.blog-bnr-pg{
      background-color: #ff7a3d;
  /*background-image: radial-gradient(circle, rgba(221,238,250,.4) 0%, rgba(140,203,226,1) 100%), url('../image/blog-bnr-pg.jpg');*/
 }

.blog-news-content{
  padding: 40px 0;
}
.container  .head-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.container .head-text p {
  width: 60%;
  text-align: center;
}
.c-card{
  background-image: url(../image/banner-bg.jpg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  border-radius: 20px;
  opacity: .8;
}
/*blog detail page css*/
.blog_detail_banner .inner-baner-div {
    height: 436px;
    display: flex;
    align-items: center;
    padding: 0px;
}
.post_date p {
    font-size: 16px;
    color: #0C1436;
    font-weight: 500;
    line-height: 1.4em;
    margin: 0;
    margin-bottom: .9rem;
}
.img_wrap .img_container {
    border-radius: 15px;
    margin-bottom: 20px;
}
.blog-news .post_main {
    display: flex;
    }
.blog-news .post_date {
    margin-right: 20px;
}

.side_bar h3 {
    font-size: 28px;
    font-weight: 500;
    text-align: left;
    line-height: 1.4em;
    margin-bottom: 20px;
}
#carouselExampleCaptions .carousel-item.slick-slide {
    padding: 0px 15px;
}
#carouselExampleCaptions .slick-dots li.slick-active button:before {

  opacity: 1;
}
#carouselExampleCaptions .slick-dots li button:before {
    font-size: 10px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: "";
    text-align: center;
    opacity: .25;
    background: #ff7f00;
    border-radius: 50px;
}
#carouselExampleCaptions ul.slick-dots {
    bottom: -10px;
}
#carouselExampleCaptions .slick-dots li {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}



.side_bar_Sec .side_bar {
    border: 1px solid #e3e3e3;
    margin-bottom: 20px;
    border-radius: 10px !important;
    padding: 30px !important;
}
.side_bar_Sec .side_bar:hover{
    border: 1px solid #ff7f00;

}
.slick-dots li button::before {
    font-family: 'slick';
    font-size: 10px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: "";
    text-align: center;
    opacity: .25;
    background: #ff7f00;
    border-radius: 50px;
}
.recent_post_bar ul.custom-widget {
    margin: 0px;
    padding: 0px;
}
.side_bar .location-div li {
    margin: 15px 0;
}
.recent_post_bar li a {
    position: relative;
    padding: 18px 20px 18px 40px;
    display: flex;
    align-items: center;
    min-height: 86px;
}
.recent_post_bar li a::before {
    content: "";
    background-color: #9080FC73;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: all .4s;
    transition: all .4s;
    border-radius: 15px;
    z-index: 9;
}
.recent_post_bar li a:hover::before {

        background-color: #9080FCB5;

}
.d-flex.socil-icon .btn:hover {
   
    transform: translateY(-8px);
}

.recent_post_bar li a:hover i {
    color: #9080fc;
}


.recent_post_bar ul.custom-widget a.post-image-link img {
    border-radius: 15px !IMPORTANT;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0px;
    top: 0px;
}
.recent_post_bar li h2 {
    font-size: 14px;
    color: #fff !important;
    position: relative;
    z-index: 9;
    margin: 0px;
    line-height: 1.5em;
    text-align: left;
}
.recent_post_bar li h2 i {
    font-size: 18px !important;
    position: absolute;
    top: 1px;
    margin-right: 10px;
    left: -20px;
}
/*.populr-course-content ul.slick-dots {
    bottom: 20px;
}
 .populr-course-content .slick-dots li {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.populr-course-content .carousel-item.slick-slide {
    padding: 0px 15px;
}
.populr-course-content .slick-dots li.slick-active button:before {

  opacity: 1;
}
.populr-course-content .slick-dots li button:before {
    font-size: 10px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: "";
    text-align: center;
    opacity: .25;
    background: #9080fc;
    border-radius: 50px;
}*/
/*new added header css*/
.mentor-content .bg-img .card-img-top.img-fliud {
    width: 100%;
    height: 310px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}
.about_us_bar ul .mr-3 {
    color: #ff7a3d;
    font-size: 24px;
}
.about_us_bar .p-0.m-0 {
    padding: 0;
}
.term_nd_condition_col h2 {
    font-size: 28px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    line-height: 1.4;
    color: #0c1436;
    text-align: left;
}
.term_nd_condition_col h3 {
    color: #0c1436;
    font-size: 28px;
    line-height: 0.9;
    letter-spacing: .4px;
    text-align: left;
}
.term_and_condition_sec .container {
    padding-top: 30px;
}
.term_and_condition_sec .col-sm-4.side_bar_Sec {
    padding-top: 30px;
}
.term_and_condition_sec {
    padding-top: 20px;
}
.blog-news ul {
    padding: 0px;
}
.mentor_social_icon .facebk {
    font-size: 14px;
    height: 34px !important;
    width: 34px !important;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #ff7f00;
    border-radius: 50%;
    background-color: #ff7f00;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 7px;
    transition: all .3s linear;
}
.mentor_social_icon .facebk:hover {
    background-color: transparent;
    color: #ff7f00;
    transform: translateY(-8px);
}
.mentor_social_icon ul {
    display: flex;
    flex-direction: row;
    margin: 0;
    justify-content: center;
    padding: 0;
}
.navbar.navbar-default.topnavbar.header-N-baner {
    border: 0px !important;
    background: transparent !important;
    height: auto;
    margin: 0px !important;
}
.nav-menu ul.menus {
    display: flex;
    align-items: center;
    margin-right: 54px;
}

.nav-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: calc(100% - 15%);
    height: 55px !important;
}
.navbar-nav > li.dropdown > a.course_tab {
    padding: 0px 20px !important;
    top: 0px !IMPORTANT;
}
.navbar > .container-fluid .navbar-brand {
    display: flex;
    height: auto !important;
    align-items: center;
}
.btn.btn-default.logIn.btnlogin {
     font-family: 'Poppins', sans-serif!important;
    font-size: 17px!important;
    font-weight: 700 !important;
    line-height: 1.3;
    fill: #fff;
    color: #fff !important;
    background-color: transparent !important;
    border-style: solid !important;
    border-width: 1px 1px 1px 1px !important;
    border-color: #fff !important;
    border-radius:0 !important;
    padding: 13px 28px 13px 28px;
    text-transform: uppercase;
}
.btn.btn-default.logIn.btnlogin:hover {
    background: #fff !important;
    color: #ff7f00 !important;
}

.fix_header .btn.btn-default.logIn.btnlogin {
    background: transparent !important;
    color: #ff7f00 !IMPORTANT;
    border: 1px solid #ff7f00  !important;
}
.fix_header .btn.btn-default.logIn.btnlogin:hover {
    background: #ff7f00 !important;
    color: #fff  !IMPORTANT;
    border: 1px solid #ff7f00  !important;
}
.navbar .navbar-brand > img {
    margin: 0px 0px;
}

.btn.btn-default.signUp.abtn.btn-signup {
    font-family: 'Poppins', sans-serif!important;
    font-size: 17px!important;
    font-weight: 700 !important;
    line-height: 1.3;
    fill: #ff7f00;
    color: #ff7f00 !important;
    background-color: #fff !important;
    border-style: solid !important;
    border-width: 1px 1px 1px 1px !important;
    border-color: #fff !important;
    border-radius:0 !important;
    padding: 13px 28px 13px 28px;
    text-transform: uppercase;
}
.btn.btn-default.signUp.abtn.btn-signup:hover {
    background: transparent !important;
    color: #fff !important;
}

.fix_header .btn.btn-default.signUp.abtn.btn-signup {
    background: #ff7f00 !important;
    color: #fff !IMPORTANT;
}
.fix_header .btn.btn-default.signUp.abtn.btn-signup:hover {
    background: transparent !important;
    color: #ff7f00  !IMPORTANT;
    border: 1px solid #ff7f00  !important;
}

li {
    list-style: none;
}
.navbar-nav.right_menu .dropdown > a {
    color: #7D7D7D !important;
    font-size: 14px !important;
    padding: 0 20px !important;
    Font-weight: 500 !important;
}
.text-right .nav.navbar-nav li.dropdown:not(.userToggle) {
    position: relative;
    top: 0px !important;
}
.navbar-default .navbar-nav li a.blck_effect.hov_grey:hover {
    background: none !important;
    color: #0c1436 !important;
}
img {
    max-width: 100%;
}

footer {
    position: unset !important;
    display: inline-block;
    width: 100%;
    background: transparent !important;
}

.d-flex.socil-icon {
    display: flex;
}
nav.navbar.navbar-default.topnavbar.fix_header {
    background: #fff !important;
    border-bottom: 1px solid #ddd !important;
}
.cover-div .logo-div {
    width: 200px;
}
.watch-more {
     display: inline-block;
     color: #424b5a;
     font-size: 14px;
     text-decoration: none;
    /* margin-top: 15px;*/
}
 .watch-more:hover, .watch-more:focus, .watch-more:active {
     color: #626e84;
}
/*.banner-div .row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}*/
/* The Modal (background) */
 .modal {
     display: none;
     position: fixed;
     z-index: 999;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     overflow: auto;
     background-color: rgba(0, 0, 0, 0.4);
}
 .video-popup {
    display: none;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #ccc;
    padding: 10px 20px;
    background-color: #fff;
    border-radius: 4px;
}
 .video-popup.visible {
     display: block;
}
 .video-popup .close {
     position: absolute;
     right: 8px;
     top: -3px;
     font-weight: 900;
     font-size: 28px;
     color: black;
     padding: 5px 10px;
     border-bottom: none;
     cursor: pointer;
}
 .video-wrapper {
     width: 400px;
     margin: 30px auto;
}
.img-bottom img {
    height: 250px;
    object-fit: cover;
}
.online-course  .right-div .text-div h1 {
    font-size: 26px;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #fff;
    line-height: 1.6;
    margin-bottom: 25px;
}
 @media only screen and (max-width: 560px) {
     .video-wrapper {
         width: 250px;
    }
}
 .video-wrapper .video-container {
     position: relative;
     padding-bottom: 55.25%;
     height: 0;
     overflow: hidden;
}
 .video-wrapper .video-container iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
.show_pop {
    overflow: hidden;
}
.populr-course h4.cours-title {
    font-size: 20px;
    height: 60px;
    overflow: hidden;
}
.d-flex {
    display: flex;
}
.mr-2 {
    margin-right: .5rem !important;
}
.submenu_icon1 {
    
    position: absolute;
}

.populr-course-content .slick-prev::before, .populr-course-content .slick-next::before {
    font-size: 27px !important;
    line-height: 1 !important;
    opacity: 1 !important;
    color: #9080fc !important;
}
.populr-course-content .slick-slider .slick-prev {
    left: -16px !important;
}
.populr-course-content .slick-slider .slick-next {
    right: -9px !important;
}
/*newly added kgf about page css*/
.hr_border {
    border-bottom: 1px solid #ff7f00;
}
/*.inner-cover .c-mb {
    font-size: 18px;
    color: #ff7f00;
    font-weight: 700;
    padding-top: 20px;
    line-height: 1.6;
}*/
/* ---- responsive code----- */





 @media only screen and (max-width: 990px){
  html{
    font-size: 62%;
  }
.login-div {
    display: none;
}
.resp-code{
        display: block;
 }
#resp-btn{
    visibility: hidden;
}
.resp-icon{
    width: 40px;
    height: 40px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 20px;
    top: 25px;

}
.resp-icon i {
    font-size: 20px;
}
.nav-menu ul.menus{
flex-direction: column;
background-color: #fff;
width: 100%;
height:auto;
position: absolute;
top: 80px;
left: -100%;
transition: all .4s linear;

}
.nav-menu input[type=checkbox]:checked ~ ul.menus{
    left: 0;    
}
.nav-menu input:checked ~ label i:before{
  content: "/f00d"!important;  
}
.nav-menu ul li {
    margin: 15px 0;
}
.resp-icon {
    display: block;
}



}



@media only screen and (max-width: 767px){
    #registerPopup, #forgetForm, #studentForm {
    background-color: #fff;
}
.tetominal-sec .carousel-item .card {
    height: 240px!important;
}
#carouselExampleCaptions ul.slick-dots {
    bottom: -15px!important;
}




.banner-div .container> .row {
    display: flex;
    flex-direction: column;
}
.banner-div .left-div h1 {
    font-size:32px;
    text-align: center;
}
 .cours-categry .d-flex .left-div {
    width: 100%;
}
.heroImage.video::before {
    top: 0;
    left: 0;
   /* width: 100%;*/
    height: 100%;
}
.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.about-countr-div h2{
    font-size: 22px;
}
.about-fourth-sec {
    margin: 20px 0;
}
.about-third-sec {
    margin: 20px 0;
}
.about-second-sec {
    margin: 20px 0;
}
  .cunter-div {
    display: flex;
    align-items: center;
    justify-content: unset;
    flex-direction: column;
}
.banner-div .vedio-cover {
  width: 100%;
 /* transform: translateX(16%);*/
}
.cunter-div .counting {
    padding: 20px 40px;
}
.banner-div .cunter-div .counting {
    width:100%;
}
.cunter-div .counting {
    width: auto;
}
.vedio-cover figure.heroImage img {
    max-width: 100%;
    width: 100%;
     padding: 0 0 0 20px;
}
.vedio-cover figure.video a::before {
    left: 50%;
    top: 42%;
    width: 50px;
    height: 50px;
}
.vedio-cover figure.video a::after {
    left: 66%;
    top: 50%;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 15px solid #9080fc;
    border-bottom: 10px solid transparent;
}
.online-course {
    margin: 45px 0;
}
.cours-categry {
    margin: 25px 0 0 0;
   
}
.our-mentor {
    margin: 30px 0;
}
.blog-news {
    margin: 0 0 30px 0;
}
.contact-div {
    margin: 30px 0 100px 0;
}
.footer-sec {
    margin: 20px 0;
}
.populr-course .populr-course-content {
    padding-top: 0;
}
.populr-course {
    margin: 40px 0;
    
}
.online-course .content-div .row {
    display: flex;
    flex-direction: column;
}
.online-course .content-div .col-md-6.left-div {
    max-width: 100%;
    order: 2;
}
.online-course .content-div {
    max-height: 100%;
    height: 100%;
    padding: 20px 20px 0 20px;
}
.online-course .content-div .col-md-6.right-div {
    padding: 20px 0;
}
.online-course .right-div .text-div h1 {
    font-size: 26px;
    width: 100%;
}
.online-course .cover-div {
    padding: 0;
}
.online-course .right-div .text-div {
    text-align: center;
}
.online-course .right-div .btn-div {
    flex-direction: column;
}
.online-course .right-div .btn-div .contact-btn {
    margin-left: 0;
    margin-top: 20px;
    font-size: 14px;
}
.online-course .content-div img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}
.online-course .content-div img {
    border-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.online-course .content-div  .col-md-6.left-div {
    padding-left: 0px;
    padding-right: 0;
}
.cours-categry .img-contet {
    display: flex;
    flex-direction: column;
}
.cours-categry .cat-img2 {
    height: 400px;
    margin-top: 20px;
}
.cours-categry .img-div {
    background-position: top center;
}
.cours-categry .img-contet .cat-img4 {
    margin: 20px 0 0 0;
}
.cours-categry .right-div {
    margin-left: 0;
}
.cours-categry .left-div {
    margin-right: 0;
}
.cours-categry .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.vedio-cover figure.video {
    margin: 020px 0 0 0;
}
.populr-course .btn-div.d-flex {
    top: 35%;
    left: 10%;
}
.populr-course .card {
    margin: 15px 0;
}
.our-mentor .d-flex {
    justify-content: unset;
    align-items: center;
    flex-direction: column;
}
.our-mentor .card {
    margin: 10px 0;
}
.cunter-div .counting {
    padding: 20px;
    margin: 15px 0 0 0;
}
.blog-news .card {
    margin: 10px 0;
}
.blog-news .container > p{
text-align: center;
width: 100%;
}
.contact-div .contact-div-content {
    padding: 30px;
}
.contact-div .contact-div-content .btn-div {
    display: flex;
    flex-direction: column;
}
.contact-div .contact-div-content .btn.mr-3 {
    margin-bottom: 15px;
    margin-right: 0!important;
}
.contact-div-content p {
    margin: 25px 0;
    text-align: center;
}
.footer-sec .col-md-3.col-one .cover-div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 25px 0;
}
.footer-sec .col-md-3.col-one p {
    text-align: center;
    margin: 25px 0 35px 0;
    line-height: 1.5;
}
.col-md-3.col-for .cover-div {
   /* display: flex;*/
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 25px 0;
}
.footer-sec h4 {
    font-size: 20px;
    margin: 15px 0!important;
}
.footer-sec .cover-div.form-div {
    text-align: center;
}
.footer-sec .cover-div {
    margin-bottom: 20px;
}

.container .head-text p {
    width: 100%;
    text-align: center;
}
.right-div {
    display: none;
}
.post_main {
    padding-top: 20px;
}
.footer-sec .cover-div.form-div {
    text-align: left;
}
.blog_detail_banner .inner-baner-div {
    height: 400px;
}
/*----ABOUT PG ---*/


h2{
  font-size:32px;
}

.inner-baner-div {
  padding-top: 180px;
}
.banner-content-div {
  padding: 15px 0;
  width: 250px;
}
.custmCard {
  margin-top: 20px;
} 
.about-third-sec .content-div p {
    width: auto;
}
.about-fourth-div .left-div {
  padding: 0;
} 
.about-fourth-div .btn-div {
    text-align: center;
}
.about-fourth-sec .right-div {
    margin: 50px 0 0 0;
}
.about-fifth-div .right-div {
    order: 1;
    margin: 0 0 50px 0;
}
.about-fifth-div .left-div {
    order: 2;
}
.about-fifth-div .c-mb {
    margin-bottom: 0;
}
.about-fifth-div .btn-div {
    text-align: center;

}
.about-fourth-div {
  max-height: 100%; 
} 
.about-fourth-div .row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.content-div .custmCard:nth-child(2){
  width: 50%;
  float: left;
}
.content-div .custmCard:nth-child(3){
  width: 50%;
  float: right;
}
.content-div .custmCard .mt-5{
  margin-top: 0 !important;
}
.about-third-sec .content-div {
  padding: 15px;
}
.d-flex.about-countr-div {
  flex-direction: row;
}
.about-countr-div .counting {
    width: max-content;
    padding: 10px;
}
.about-fourth-div .left-div h2 {
  text-align: center;
}
.about-fourth-div p.c-mb {
  text-align: center;
}
p {
  text-align: center;
}

.about-fourth-div .inner-cover h5 {
  font-size: 18px;
  text-align: center;
}
.about-fourth-div .col-sm-6.inner-cover {
  text-align: center;
}
.about-fourth-div .c-card {
     height: 350px;
}
.about-fourth-div .c-card .img-fluid {
  transform: unset;
  bottom: 0;
  left: 0;
  width: auto;
padding: 15px 15px 0 15px;
}
.about-fourth-div .col-md-6.right-div {
  order: 1;
}
.about-fourth-div .col-md-6.left-div {
  order: 2;
}
.about-fifth-div .inner-cover h5{
     font-size: 18px;
  text-align: center;
}
.about-fifth-sec .right-div h2 {
  text-align: center;
}
.about-fifth-sec .img-right {
  width: fit-content;
  float: none;
  margin: 0 auto;
}
.about-fifth-sec .vedio-cover figure.video {
  float: none;
  width: auto;
}
.about-fifth-sec .icon-div {
  margin: 15px auto;
  text-align: center;
}
.about-fifth-sec .vedio-cover::before {
  width: 100%;
  height: 100%;
  top: 0;
  background-size: cover;
}
.abot-lerng-video .vedio-cover figure.video a::before {
    left: 40%;
    top: 20%;
}
.abot-lerng-video .vedio-cover figure.video a::after {
    left: 56%;
    top: 36%;
}

.tetominal-sec {
    padding: 20px 0;
}
.tetominal-sec .container > p {
  text-align: center;
  padding: 0;
}
.tetominal-sec .carousel.slide {
  height: auto !important;
}
.tetominal-sec .carousel-item .card {
  margin: 10px 0;
  width: 300px;
}
.tetominal-sec .carousel-item .row {
  -ms-flex-wrap: unset !important;
  flex-wrap: unset;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.contact-div-content {
    height: 100%;
}
.our-mentor .d-flex .left-div {
    width: 100%;
}
.our-mentor .d-flex h2 {
    text-align: center;
    font-size: 26px;
}
.our-mentor .d-flex p {
    text-align: center;
}
.contact_section-pg .contact_section2 {
    padding: 40px 0;
}
.contact_section-pg h2.get_in_touch_heading {
    font-size: 32px;
    text-align: center;
}

.contact_section-pg .col-md-6.cont_colmn2{
     padding: 20px 0;
}
/*.contact_section-pg .col-md-6.cont_colmn2:hover{
    padding: 20px;
}*/
.col-sm-6.inner-cover {
    text-align: center;
}
h5.boxbodyheading {
    font-size: 20px;
}

.contact_section-pg .social_link {
    text-align: center;
    color: #0c1436;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2em;
    margin-bottom: 30px;
}

#registerPopup, #forgetForm, #studentForm {
    background-color: #f2f3f5;
}
#signup, #registration, #forget {
    border: none;
}
.term_and_condition_sec p {
    text-align: left;
}
#signup, #registration, #forget {
    box-shadow: none;
}
.banner-div {
    padding: 20px 0 40px 0;
}

.banner-div .abtn {
     padding: 10px 15px!important; 
}
select#teacher_id {
    width: 200px;
}
.term_nd_condition_col h3 {
    line-height: 1.1;
}
}

@media (min-width: 768px){
body {
    padding-bottom:0;
}
}