@font-face {
    font-family: myFirstFont;
    src: url(../fonts/MyriadPro-Light.woff);
}

@font-face {
    font-family: RegularFont;
    src: url(../fonts/MYRIADPRO-REGULAR.woff);
}

@font-face {
    font-family: myFirstFontBVold;
    src: url(../fonts/MYRIADPRO-SEMIBOLD.woff);
}

body {
    font-family: myFirstFont;
}

.fbold {
    font-family: myFirstFontBVold;
}

.fregular {
    font-family: myFirstFontBVold;
}

.wrapper {
    background: url('.././img/courceBg.png');
    height: 100%;
    width: 100%;
    background-position: 100% 130%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.wrapper.teachrs {
    background-position: top center!important;
    background-size: 100%!important;
}

.row.courseItem {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 50px 0px;
}

.courseItem h4 {
    color: #f6871f;
    font-size: 40px;
    /* font-family: myFirstFontBVold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical; */
}

.courseItem img {
    height: 500px;
    border-radius: 110px;
}

.pranyamCourse img {
    height: 500px;
}

.courseItem .btn-yoga.bg-blue {
    text-transform: capitalize;
    background: #8ad2d5;
    border-color: #8ad2d5;
    color: #000;
    padding: 2px 15px;
    font-weight: 500;
    max-width: 120px;
    white-space: nowrap;
    border-radius: 10px;
    text-align: center;
}

.courseItem .course_content {
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.pranyamCourse .course_content {
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    /* padding-left: 15%; */
}

.courseItem .course_content h6 {
    font-family: 'myFirstFontBVold';
    font-size: 24px;
}

.courseItem .course_content p {
    line-height: 1.9;
    word-spacing: 0.9px;
    text-align: justify;
}

.courseItem .title,
.courseItem .backtitle {
    text-align: center;
    padding: 50px 0px;
}

.courseItem .title>h2,
.courseItem .backtitle>h2 {
    position: relative;
    font-size: 50px;
    color: #000;
    font-family: 'RegularFont';
}

.courseItem .backtitle>h3 {
    position: relative;
    font-size: 30px;
    font-family: 'RegularFont';
}

.courseItem .backtitle>p {
    text-align: center;
    width: 85%;
    margin: auto;
    word-spacing: 1.8px;
    letter-spacing: 0.2px;
    padding: 15px 0px;
}

.ourteacher .backtitle>p {
    width: 100%;
}

.courseItem .ttTile>h2 {
    font-size: 50px;
    margin-bottom: 50px;
}

.courseItem .backtitle.ttTile p {
    line-height: 1.8;
    word-spacing: 0.9px;
    text-align: justify;
}

.courseItem .title>h2::after {
    position: absolute;
    content: "";
    background: #f6871f;
    width: 75px;
    height: 5px;
    left: 50%;
    bottom: -10px;
    transform: translate(-50%, 50%);
}

.footerBg {
    background: url('.././img/footerbg.png');
    height: 100%;
    width: 100%;
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.footerBg .links>ul,
.footerBg .social>ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footerBg .links>ul>li>a {
    color: #000;
    text-transform: uppercase;
    font-family: RegularFont;
}

.footerBg .social>ul>li {
    border: 1px solid #000;
    display: inline-block;
    margin-right: 10px;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    text-align: center;
}

.footerBg .social>ul>li>a {
    color: #000;
    text-transform: uppercase;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-decoration: none;
}

.footerBg .hName {
    font-family: myFirstFontBVold;
}

.footerBg .fHeight {
    min-height: 300px;
    height: 100%;
}

.footerBg address {
    font-family: RegularFont;
}

.bannerSeqyebce {
    max-height: 500px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    min-height: 500px;
}

.bannercomming {
    background-image: url('.././img/footerbg.png');
    height: 400px;
    width: 100%;
    background-position: 100% center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.comingBx {
    border: 1px solid #fff;
    width: 50%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.comingBx>h4 {
    font-size: 30px;
    text-align: center;
    font-family: 'myFirstFontBVold';
}

.comingBx>button {
    position: absolute;
    background: #f6861f;
    border-color: #f6861f;
    padding: 5px 30px;
    border-radius: 10px;
    font-size: 18px;
    font-family: 'RegularFont';
    color: #000;
    text-transform: capitalize;
    bottom: -10%;
    border: 0;
}

.timingTxt {
    font-family: 'RegularFont';
    font-size: 30px;
    letter-spacing: 0.50px;
    word-spacing: 4px;
    padding-bottom: 50px;
}

.diviSection .learnbtn {
    background: #bee5e7;
    width: 60%;
    margin: 15px auto 0;
    border-radius: 0;
    font-family: 'RegularFont';
}

.diviSection h3 {
    min-height: 70px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-family: 'RegularFont';
}

.diviSection .divi {
    position: relative;
}

.diviSection .divi::after {
    position: absolute;
    content: "";
    background: #f6871f;
    height: 100%;
    width: 1px;
    right: 0;
    top: 0;
}
.mx-w_100{
    max-width: 100%!important;
}
.gradientbanner {
    background: linear-gradient( 45deg, #81bfbb, #ecf5f5);
    width: 100%;
    display: flex;
    width: 100%;
    justify-content: space-around;
    padding: 20px 15px 14px;
    align-items: flex-start;
    min-height: 100px;
    height: 100%;
}

.gradientbanner h3 {
    font-size: 40px;
    font-family: 'myFirstFontBVold';
    text-align: center;
}

.titleHeading {
    font-size: 35px;
    font-family: 'myFirstFontBVold';
    text-align: left;
    margin-bottom: 20px;
}

.greysection {
    background: #e6e7e8;
    display: flex;
    flex-direction: column;
    padding: 15px;
    min-height: 100px;
    height: 100%;
    justify-content: center;
}

.greysection h5 {
    font-family: 'myFirstFontBVold';
    font-size: 30px;
    text-align: center;
}

.greysection .f_28>h5 {
    font-size: 33px;
}

.f-28 {
    font-size: 28px;
}

.row.courseItem:first-child {
    margin-top: 0;
}

.dropdown-item.active,
.dropdown-item:active {
    background: url(../img/courceBg.png);
    color: #000;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000;
    box-shadow: none!important;
}

.social ul li {
    position: relative;
    list-style: none;
    width: 120px;
    height: 120px;
    background: transparent;
    border: 4px solid #2196f3;
    box-sizing: border-box;
    border-radius: 50%;
    transition: .5s;
    overflow: hidden;
}

.social ul li:nth-child(1),
.social ul li:nth-child(2),
.social ul li:nth-child(3),
.social ul li:nth-child(4),
.social ul li:nth-child(5) {
    border-color: #000;
}

.social ul li:nth-child(1) .fa,
.social ul li:nth-child(2) .fa,
.social ul li:nth-child(3) .fa,
.social ul li:nth-child(4) .fa,
.social ul li:nth-child(5) .fa {
    color: #000;
}

.social ul li:hover:nth-child(1) {
    background: #3b5999;
    border-color: #3b5999;
}

.social ul li:hover:nth-child(2) {
    background: #ff0000;
    border-color: #ff0000;
}

.social ul li:hover:nth-child(3) {
    background: #000000;
    border-color: #000000;
}

.social ul li:hover:nth-child(4) {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    border-color: pink;
}

.social ul li:hover:nth-child(5) {
    background: #5da9dd;
    border-color: #5da9dd;
}

.social ul li .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: #2196f3;
    transition: .5s;
}

.social ul li .fa:nth-child(1) {
    left: -50%;
    opacity: 0;
}

.social ul li:hover .fa:nth-child(1) {
    left: 50%;
    opacity: 1;
    color: #fff;
}
.fw-bold{
        font-family: 'myFirstFontBVold'
}

.social ul li:hover .fa:nth-child(2) {
    left: 150%;
    opacity: 0;
}


.onlineCourse::-webkit-scrollbar {
  width: 0px;
  cursor: all-scroll;
}
 
.onlineCourse::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
      cursor: all-scroll;
}
 
.onlineCourse::-webkit-scrollbar-thumb {
     background-color: #d1eae6;
    outline: 1px solid #d0e9e5;
  border-radius: 20px;
    cursor: all-scroll;
}

.dropdown-item {
    line-height: 1.8;
}

@media screen and (max-width: 768px) {
    .footerBg .social>ul>li {
        border: 1px solid #000;
        display: inline-block;
        margin-right: 3px;
        border-radius: 50%;
        height: 35px;
        width: 35px;
        text-align: center;
    }
    .row.courseItem:first-child {
        margin-top: 0;
    }
    .pranyamCourse .course_content {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        padding-left: 0;
        padding-top: 40px;
    }
    .pranyamCourse img {
        height: 100%;
    }
    .bannerSeqyebce {
        max-height: 250px;
        width: 100%;
        background-position: 100% 100%;
        background-repeat: no-repeat;
        background-size: cover;
        height: 100%;
        min-height: 250px;
    }
    .courseItem .title,
    .courseItem .backtitle {
        text-align: center;
        padding: 50px 0px;
    }
    .comingBx {
        border: 1px solid #000;
        width: 85%;
        height: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .courseItem img {
        height: auto;
    }
}

@media screen and (max-width: 767px) {
    .diviSection .divi::after {
        height: 1px;
        width: 100%;
        right: 0;
        top: 120%;
        bottom: 0;
    }
    .courseItem .title>h2,
    .courseItem .backtitle>h2 {
        text-align: center;
        position: relative;
        font-size: 40px;
    }
}

@media screen and (max-width: 480px) {
    .courseItem .title>h2, .courseItem .backtitle>h2 {
    text-align: center;
    position: relative;
    font-size: 20px;
}
    .gradientbanner h3,
    .greysection h5,
    .greysection .f_28>h5 {
        font-size: 24px;
        white-space: nowrap;
    }
    .courseItem .ttTile>h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .bannerSeqyebce {
        background: url(.././img/banner.png);
        height: 100%;
        width: 100%;
        background-position: 100% top;
        background-repeat: no-repeat;
        background-size: cover;
        max-height: 150px;
        min-height: 150px;
    }
    .courseItem .title,
    .courseItem .backtitle {
        text-align: center;
        padding: 10px 0px;
    }
    .pranyamCourse img,
    .pranyamCourse .course_content {
        height: 100%;
        margin: 15px 0px;
    }
    .courseItem h4 {
        color: #f6871f;
        font-size: 24px;
        font-family: myFirstFontBVold;
        text-align: center;
        margin: 15px 0px;
    }
    .courseItem img {
        height: 400px;
        border-radius: 60px;
    }
    .courseItem .course_content {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }
    .row.courseItem:first-child {
        margin-top: 0;
    }
    .f-28 {
        font-size: 18px;
    }
    .row.ourteacher {
        margin: 0px 0px;
    }
    .comingBx>h4 {
        font-size: 18px;
    }
    .fbold {
        font-size: 1rem;
    }
}