/* Base CSS */
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600&display=swap');

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

* {
    scroll-margin: 140px;
}

a:focus {
    outline: 0 solid
}

img {
    max-width: 100%;
    height: auto;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px;
    color: #1B1B21;
}

#scrollUp {
    background-image: url("../../img/top.png");
    bottom: 20px;
    right: 20px;
    width: 38px;
    height: 38px;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-Light.woff2') format('woff2'),
        url('../fonts/ProximaNova-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('../fonts/ProximaNova-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-Semibold.woff2') format('woff2'),
        url('../fonts/ProximaNova-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'Futura LT';
    src: url('../fonts/FuturaLT-Book.woff2') format('woff2'),
        url('../fonts/FuturaLT-Book.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura LT';
    src: url('../fonts/FuturaLT.woff2') format('woff2'),
        url('../fonts/FuturaLT.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura LT';
    src: url('../fonts/FuturaLT-Light.woff2') format('woff2'),
        url('../fonts/FuturaLT-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


body {
    color: #1E1F20;
    font-weight: 400;
    font-family: 'Libre Baskerville', serif;
}

.selector-for-some-widget {
    box-sizing: content-box;
}

a:hover {
    text-decoration: none
}

a.anchor {
    display: block;
    position: relative;
    top: -130px;
    visibility: hidden;
}

/*---------------------- Header area start ----------------------*/

.menu-close {
    font-size: 22px;
    color: #3d424e;
    position: absolute;
    top: 18px;
    left: 19px;
    cursor: pointer;
    transition: .4s;
}

.menu-close:hover {
    color: #2AB66A;
}

.offcanvas-area {
    position: fixed;
    right: -100%;
    height: 100%;
    width: 300px;
    background: #F5FCFF;
    z-index: 6;
    padding-top: 35px;
    -webkit-transition: .4s;
    transition: .4s;
    visibility: hidden;
    top: 0;
}

.offcanvas-area.active {
    right: 0;
    visibility: visible;
}

.offcanvas-area .main-menu ul li a {
    font-size: 18px;
    color: #3D424E;
    margin-left: 30px;
    margin-bottom: 18px;
    display: block;
}

.offcanvas-area .main-menu ul li a:hover, .offcanvas-area .main-menu ul li a[aria-expanded="true"] {
    color: #2AB66A;
}

.offcanvas-menu .main-menu ul {
    display: block;
    padding-top: 94px;
    padding-left: 0;
    margin-bottom: 65px;
}

.offcanvas-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s;
    transition: .4s;
    z-index: 5;
}

.offcanvas-overlay.active {
    opacity: .4;
    visibility: visible;
}

.menu-open {
    font-size: 27px;
    color: #2AB66A;
    display: none;
    cursor: pointer;
    position: relative;
    top: 2px;
    margin-left: 20px;
    margin-right: 8px;
}

.offcanvas-menu .common-btn {
    font-size: 17px;
    padding: 9px 30px;
    border-radius: 12px;
}

.subb-menu {
    padding-left: 10px;
}

.offcanvas-area .main-menu .subb-menu a {
    font-size: 16px;
    margin: 0px;
    padding-left: 10px;
    margin-left: 26px;
    margin-bottom: 10px;
}

.offcanvas-area .main-menu .subb-menu a:last-child {
    margin-bottom: 20px;
}

.header__top {
    padding: 20px 0;
    position: relative;
    z-index: 1;
}

.header__logo a {
    font-size: 25px;
    color: #D4AF37;
    text-decoration: none;
    font-weight: 700;
    margin-left: 6px;
}

.language__selectors a {
    font-size: 16px;
    text-decoration: none;
    color: #000;
    transition: .3s;
    display: inline-block;
    margin-right: 29px;
}

.language__selectors a:hover {
    color: #6b6b6b;
}

.header__btn a {
    font-size: 14px;
    border: 1px solid #000;
    transition: .3s;
    height: 40px;
    width: 115px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #000;
    background: #fff;
    font-weight: 600;
}

.header__btn {
    padding-left: 8px;
}

.header__btn a:hover {
    background: #000;
    color: #fff;
}

.header__nav ul li {
    flex: 0 0 33.3%;
    max-width: 33.3%;
}

.header__nav ul li a {
    font-size: 15px;
    background: #03403F;
    width: 100%;
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: .3s;
    color: #fff;
}

.header__nav ul li a:hover {
    color: #ddd;
}

.header__nav ul li a.active {
    background: #5BC2C1;
    font-family: 'Proxima Nova';
}

.header__nav ul li a.active:hover {
    background: #5BC2C1;
    color: #fff !important;
}

.header {
    background: rgb(251, 250, 250);
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 8;
}

.header {
    background: rgb(251, 250, 250);
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 8;
}

/*---------------------- Header area end ----------------------*/


/*---------------------- Main area start ----------------------*/
.main {
    max-width: 980px;
    margin: 0 auto;
}

/*---------------------- Main area end ----------------------*/


/*---------------------- Hero area start ----------------------*/
.hero__area {
    background: url(../img/Photos/Background-Paper/0f8188b40c36c69634a706b9fb792d4c.jpg);
    background-repeat: repeat;
    background-position: center center;
    background-size: auto;
    padding: 50px 27px;
    padding-right: 0;
}

.hero__area .container {
    padding-right: 8px;
}

.hero__area .col-lg-7 {
    width: 60%;
}

.hero__area .col-lg-5 {
    width: 39%;
}

.hero__video>* {
    width: 100%;
    height: 100%;
}

.hero__video {
    height: 465px;
    box-shadow: 0 3px 5px #00000070;
}

.text-red {
    color: #8B0000 !important;
}

.text-yellow {
    color: #D4AF37 !important;
}

h5 {
    font-size: 20px;
    line-height: 1.23;
}

h6 {
    font-size: 17px;
}

h3 {
    font-size: 28px;
}

.btn-red {
    transition: all 0.2s ease, visibility 0s;
    border-radius: 50px;
    box-shadow: 1.41px 1.41px 4px rgba(0, 0, 0, 0.15);
    background: repeat padding-box border-box 0% 0%/auto auto scroll linear-gradient(180deg, #F9C5B4 0%, #F9C5B4 100%), repeat padding-box border-box 0% 0%/auto auto scroll linear-gradient(180deg, rgba(243, 167, 143, 0.79) 0%, rgba(243, 167, 143, 0.79) 100%), repeat padding-box border-box 50% 9%/50% scroll url("//static.wixstatic.com/media/6acf0329083348bea154bfd1ff8a14b3.png/v1/fill/w_184,h_22,al_c/6acf0329083348bea154bfd1ff8a14b3.png?formatterValues=6acf0329083348bea154bfd1ff8a14b3.png,184,22"), #FFFDF4;
    text-decoration: none;
    box-sizing: border-box;
    color: #000;
    cursor: pointer;
    border: none;
    display: block;
    padding: 17px 20px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 799;
    letter-spacing: 1.5px;
}

.course-hero-text-side .btn-blue {
    height: 46px;
    padding: 5px 21px;
    font-family: "playfair display", serif;
    font-size: 17px;
    display: initial;
    letter-spacing: 0.15em;
    font-weight: 400;
}

.btn-blue {
    transition: inherit;
    color: #FFFFFF;
    font-style: normal;
    display: inline-block;
    letter-spacing: 0.15em;
    font-family: "libre baskerville", serif;
    font-size: 12px;
    font-weight: 700;
    transition: all 0.2s ease, visibility 0s;
    padding: 3px;
    background: #0B2F5B;
    border: 4px double #FFFFFF;
    text-decoration: none;
    box-sizing: border-box;
    color: #fff;
    padding: 17px 25px;
    text-align: center;
}

.btn-blue:hover {
    background: #FFFFFF;
    border: 3px double rgb(11, 47, 91);
    color: #0B2F5B;
}

.hero__btns .btn-blue {
    height: 56px;
    padding: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.image {
    width: 100%;
}

/*---------------------- Hero area end ----------------------*/


/*---------------------- Content area start ----------------------*/
.content__area {
    background: url(../img/Photos/Background-Paper/0f8188b40c36c69634a706b9fb792d4c.jpg);
    background-repeat: repeat;
    background-position: center center;
    background-size: auto;
    padding: 50px 25px;
    margin: 0 0 8px;
}

/*---------------------- Content area end ----------------------*/


/*---------------------- Course area start ----------------------*/
.course__card__content h6 {
    color: rgb(255, 97, 97);
    font-size: 15px;
    letter-spacing: 0.04999999816601093em;
    font-family: 'Futura LT';
    font-weight: 400;
}

.course__card__thumb {
    height: 330px;
    width: 100%;
}

.course__card__thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.card-big .course__card__content h6 {
    font-size: 25px;
    font-weight: 300;
}

.card-big .course__card__btn a {
    max-width: 345px;
}

.card-big .course__card__content p {
    font-size: 15px;
    padding-bottom: 10px;
    padding-top: 6px;
}

.course__card__content {
    padding: 10px
}

.course__card__content p {
    font-size: 15px;
    padding-bottom: 13px;
    letter-spacing: .1px;
    font-family: 'Futura LT';
    font-weight: 300;
    padding-top: 12px;
}

.course__card__content p span {
    display: block;
    font-weight: 500;
    font-family: 'Proxima Nova';
}

.course__card__btn a {
    max-width: 169px;
    height: 40px;
    display: flex;
    width: 100%;
    text-decoration: none;
    font-weight: 400;
    border: 1px solid #f27979;
    transition: .3s;
    color: #f27979;
    align-items: center;
    justify-content: center;
    font-family: 'Open Sans', sans-serif;
    margin: 0 auto;
    font-size: 15px;
    font-family: 'Futura LT';
    letter-spacing: .2px;
}

.course__card__btn a:hover {
    color: #fff;
    background: #f27979;
}

.course__cards__wrapper {
    background: url(../img/Photos/Background-Paper/0f8188b40c36c69634a706b9fb792d4c.jpg);
    background-repeat: repeat;
    background-position: center center;
    background-size: auto;
}

/*---------------------- Course area end ----------------------*/


/*---------------------- Terms area start ----------------------*/
.terms__area {
    padding: 34px 20px;
    background: #fff;
    padding-bottom: 0;
}

.terms__area h3 {
    font-size: 26px;
    margin-bottom: 30px;
    line-height: 1.4;
}

.terms__area h4 {
    font-size: 18px;
    margin-bottom: 26px;
    line-height: 1.4;
}

/*---------------------- Terms area end ----------------------*/


/*---------------------- Schedule area start ----------------------*/
.schedule__area {
    background: #f4f4f4;
}

._cUP1np9gMvFQrcPftuf.xahN8AEzyAvQtVj17TPv {
    margin-top: 32px !important;
    margin-bottom: 30px;
}

.calendly-inline-widget iframe {
    min-height: 1000px;
}

/*---------------------- Schedule area end ----------------------*/


/*---------------------- Master area start ----------------------*/
.master__area {
    padding: 44px 30px;
    background: url(../img/Photos/Background-Paper/f9a071bd610c4b1bff6c65a4b6e7ed3f.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 28px;
}

.master__area .container {
    max-width: 722px;
}

.bold {
    font-weight: bold !important;
}

.image-icon {
    width: 61px;
    height: 55px;
    margin-top: -20px;
    position: relative;
}

.z-1 {
    z-index: 1;
}

/*---------------------- Master area end ----------------------*/


/*---------------------- About area start ----------------------*/
.about__title h5 {
    font-weight: 700;
}

.about__content li {
    color: #8B0000 !important;
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.4;
}

.about__content ul {
    padding-left: 13px;
    margin-left: -5px !important;
}

.about__thumb {
    /*! height: 410px; */
}

.about__details__area {
    padding: 60px 68px;
    padding-bottom: 42px;
    padding-right: 59px;
}

.border-yellow {
    border-color: #D4AF37 !important;
}

.about__area {
    background: url(../img/Photos/Background-Paper/0f8188b40c36c69634a706b9fb792d4c.jpg);
    background-repeat: repeat;
    background-position: center center;
    background-size: auto;
    overflow: hidden;
}

.about__card {
    padding: 40px 39px;
    min-height: 287px;
    margin-bottom: 35px;
    background: url(../img/Photos/Background-Paper/istockphoto-1146783088-170667a.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-right: 20px;
}

.about__cards .row {
    margin: 0 -22px;
}

.about__cards .row>* {
    padding: 0 22px;
}

.about__card h4 {
    font-size: 25px;
    color: #D4AF37;
    text-align: center;

}

.about__card h6 {
    font-size: 18px;
    color: #8B0000;

    line-height: 1.4;
}

/*---------------------- About area end ----------------------*/


/*---------------------- Courses area start ----------------------*/
.course__area__title {
    padding: 50px 30px;
    background: url(../img/Photos/Background-Paper/f9a071bd610c4b1bff6c65a4b6e7ed3f.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
}

.course__area__title p {
    font-family: 'Proxima Nova';
    font-size: 18px;
    margin: 0;
}



#courses{
	scroll-margin:0px;
}

#faq{
	scroll-margin:-20px;
}

#video-title-section{
	scroll-margin:128px;
}
/*---------------------- Courses area end ----------------------*/


/*---------------------- Faq area start ----------------------*/
.faq__wrapper {
    background: #ffe18c;
    padding: 38px 38px;
}

.section__title h2 {
    font-size: 30px;
    color: rgb(158, 59, 27);
    font-weight: 700;
    border-bottom: 1px solid rgba(158, 59, 27, 0.4);
    padding-bottom: 12px;
    display: inline-block;
}

.section__title {
    padding-bottom: 19px;
}

.accordion-body {
    font-size: 20px;
    color: #9e3b1b;
}

.accordion-body p:last-child {
    margin-bottom: 7px;
}

.faq__area {
    background: rgb(249, 246, 246);
    padding-top: 20px;
}

.section__title .text-yellow {
    border-color: #D4AF37;
}

.faq__lists .accordion-button {
    padding: 25px 0;
}

/*---------------------- Faq area end ----------------------*/


/*---------------------- Footer area start ----------------------*/
.footer {
    padding: 0 0 17px;
    position: relative;
}

.footer__wrapper {
    background: #03403f;
    box-shadow: 0 0 12px #0000006e;
    padding: 16px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* margin-top: 26px; */
}

.footer__wrapper p {
    font-size: 12px;
    color: #fff;
    margin: 0;
    font-family: 'Libre Baskerville', serif;
}

.footer__right {
    display: flex;
    max-width: 300px;
    justify-content: flex-end;
}

.footer__links a {
    font-size: 12px;
    text-decoration: none;
    display: block;
    color: #fff;
    transition: .3s;
    line-height: 1.7;
}

.footer__links a:hover {
    color: #D4AF37;
}

.footer__social {
    display: flex;
    padding-left: 30px;
}

.footer__social a {
    font-size: 23px;
    color: #000;
    transition: .3s;
    margin-left: 13px;
}

.footer__social a:hover {
    color: #fff;
}

/*---------------------- Footer area end ----------------------*/



/* new-css */


/* ---course-hero-section--- */
.course-hero-section {
    margin-bottom: 12px;
}

.course-hero-section-inner {
    display: flex;
}

.course-hero-section-inner .images-side {
    width: 50%;
}

.course-hero-section-inner .images-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.blue-button--a {
    padding: 13px 13px;
    height: 57px;
    font-size: 17px;
}

.course-hero-text-side {
    padding: 60px 46px;
    font-size: 15px;
    background: #FCF8ED;
    width: 50%;
    flex-shrink: 0;
}

.course-hero-text-side .content-main {}

.course-hero-text-side .content-main h3 {
    font-size: 25px;
    margin: 0 0 15px;
    color: #bc9b5d;
    text-align: center;
    font-weight: 700;
}

.course-hero-text-side .content-main p {
    font-size: inherit;
    color: #bf9e32;
    text-align: justify;
    line-height: 1.6;
}

.course-hero-text-side .content-bottom {
    padding: 13px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.course-hero-text-side .content-bottom h4 {
    margin: 0 0 4px;
    font-size: inherit;
    color: #d4af37;
    line-height: 1.6;
}

.course-hero-text-side .content-bottom .h-lzt {
    margin: 0 0 18px;
}

.course-hero-text-side .content-bottom .button {
    margin: 8px 0 12px;
}

/* ---course-hero-section---end */


/* ---title-section--- */
.title-section {
    padding: 45px 30px;
    margin: 0 0 12px;
    background: url('../img/bg-3.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.title-section-inner {}

.title-content {
    text-align: center;
}

.title-content h2 {
    margin: 0 0 20px;
    font-size: 30px;
    color: #8b0000;
    font-weight: 400;
}

.title-content p {
    font-size: 16px;
    color: #8b0000;
	max-width:100%;
}

/* ---title-section---end */


/* ---course-card-section--- */
.course-card-section {
    margin-bottom: 12px;
}

.course-card-section-inner {}

.course-card-row {
    --inner-space: 12px;
    --bt-space: var(--inner-space);
    --item: 2;
    display: flex;
    flex-wrap: wrap;
    margin: 0 calc(var(--inner-space) * -0.5) calc(var(--bt-space) * -1);
    justify-content: center;
}

.course-card-single {
    padding: 46px 12px;
    width: calc((100% / var(--item)) - var(--inner-space));
    margin: 0 calc(var(--inner-space) * 0.5) var(--bt-space);
    background: url('../img/course/course-card-bg.webp') no-repeat center center/cover;
}

.course-card-single .top-cont {
    text-align: center;
}

.course-card-single .top-cont h3 {
    font-size: 25px;
    margin: 0 0 21px;
    color: #d4af37;
}

.course-card-single .top-cont h4 {
    font-size: 18px;
    margin: 0 0 9px;
    font-weight: 400;
    color: #8b0000;
}

.course-card-single .bt-cont {
    padding: 12px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.course-card-single .bt-cont h3 {
    font-size: 25px;
    margin: 0 0 5px;
    color: #d4af37;
}

.course-card-single .bt-cont h3 .currency {
    font-size: 18px;
}

.course-card-single .bt-cont .button {
    font-family: 'Playfair Display', serif;
    height: 45px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 400;
}

.blue-button--ccs1 {
    min-width: 267px;
}

.blue-button--ccs2 {
    padding: 12px 9px !important;
}

.course-card-row.course-card-row-penta {
    --item: 5;
    --inner-space: 6px;
}

.course-card-row.course-card-row-four {
    --item: 4;
    --inner-space: 8px;
}

.course-card-row.course-card-mod-a .tp-h3 {
    margin: 0 0 15px;
    min-height:
        60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.course-card-row.course-card-mod-a .bt-cont {
    padding-top: 27px;
    padding-bottom: 38px;
}

.course-card-row.course-card-mod-a .course-card-single {
    padding-top: 33px;
}

/* ---course-card-section---end */



/* ---video-gallery-section--- */
.video-gallery-section {
    padding: 10px 0 20px;
}

.video-gallery-section-inner {}

.video-gallery-slider {
    margin: 0 0 15px;
    padding: 0 5px;
}

.g-video-slide {}

.g-video {}

.g-video .g-video-inner {
    position: relative;
    padding-top: 56%;
}

.g-video .g-video-inner iframe {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.g-video .g-video-inner .video-banner {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    opacity: 1;
}

.g-video.thumb-hidden .g-video-inner .video-banner {
    opacity: 0;
    visibility: hidden;
}

.g-video .g-video-inner .video-banner .video-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    height: 40px;
    padding: 0 30px;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    text-decoration: none !important;
    border-radius: 0;
    border: none;
    background-color: rgba(56, 74, 211);
    color: #fff;
    outline: none;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: opacity .2s;
}

.g-video .g-video-inner .video-banner .video-button i {
    margin: 0 9px 0 0;
}

.video-thumb-slider {}

.video-thumb-slide {
    padding: 5px;
}

.g-video-thumb {
    background-size: cover !important;
    background-position: center !important;
    position: relative;
}

.g-video-thumb-inner {
    padding-top: 56%;
    transition: 0.3s;
}

.g-video-thumb:hover .g-video-thumb-inner {
    background: hsla(0, 0%, 0%, 0.301);
}

.g-video-thumb-inner .btn-vid {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 0.3s;
    display: block;
    width: 36px;
    cursor: pointer;
}

.g-video-thumb:hover .btn-vid {
    opacity: 0.7;
}

.g-video-thumb-inner .btn-vid svg {
    width: 100%;
}

.g-video-thumb-inner .btn-vid:hover {
    opacity: 1;
}

.video-thumb-slider .slick-arrow {
    --in-space: 13px;
    --bt-off: -35px;
    font-size: 14px;
    padding: 0;
    border: none;
    background: transparent;
    position: absolute;
    z-index: 2;
    transition: 0.1s;
}

.video-thumb-slider .slick-arrow.slick-disabled {
    opacity: 0;
    visibility: hidden;
}

.video-thumb-slider .slick-arrow:hover {
    opacity: 0.7;
}

.video-thumb-slider .slick-arrow .arr-img {
    width: 30px;
    margin-left: var(--in-space);
}

.video-thumb-slider .slick-arrow.slick-prev {
    left: 0;
    bottom: var(--bt-off);
}

.video-thumb-slider .slick-arrow.slick-prev .arr-img {
    width: 30px;
    margin-left: 0;
    margin-right: var(--in-space);
    transform: rotate(180deg);
}

.video-thumb-slider .slick-arrow.slick-next {
    right: 0;
    bottom: var(--bt-off);
}

/* ---video-gallery-section---end */



/* --- */


/* ---course-hero-section--- */
.course-hero-section {
    margin-bottom: 6px;
}

.course-hero-section-inner {
    display: flex;
}

.course-hero-section-inner .images-side {
    width: 50%;
}

.course-hero-section-inner .images-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


.course-hero-text-side {
    padding: 60px 46px 20px 46px;
    font-size: 15px;
    background: #FCF8ED;
    width: 50%;
    flex-shrink: 0;
}

.course-hero-text-side.course-hero-text-side-mod-sdre {
    padding-left: 40px;
    padding-right: 30px;
}

.course-hero-text-side .content-main {}

.course-hero-text-side .content-main h3 {
    font-size: 25px;
    margin: 0 0 15px;
    color: #bc9b5d;
    text-align: center;
    font-weight: 700;
}

.course-hero-text-side .content-main p {
    font-size: inherit;
    color: #d4af37;
    text-align: justify;
    line-height: 1.4;
}

.course-hero-text-side .content-bottom {
    padding: 0px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.course-hero-text-side .content-bottom h4 {
    margin: 0 0 4px;
    font-size: inherit;
    color: #d4af37;
    line-height: 1.4;
    /*! font-size: 15px; */
}

.course-hero-text-side .content-bottom .h-lzt {
    margin: 0 0 18px;
}

.course-hero-text-side .content-bottom .button {
    margin: 8px 0 12px;
}

.text-justified {
    text-align: justify;
}

.text-center {
    text-align: center;
}

.text-pl18{
	padding-left:18%;
	padding-right:17%;
}

/* ---course-hero-section---end */


/* ---title-section--- */

.title-section1 {
    padding: 45px 30px;
    margin: 0 0 6px;
    background: url('../img/Photos/Background-Paper/istockphoto-1146783088-170667a.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.title-section {
    padding: 45px 30px;
    margin: 0 0 12px;
    background: url('../img/Photos/Background-Paper/f9a071bd610c4b1bff6c65a4b6e7ed3f.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.title-section-inner {}

.title-content {
    text-align: center;
}

.title-content h2 {
    margin: 0 0 20px;
    font-size: 30px;
    color: #8b0000;
    font-weight: 400;
}

.title-content p {
    font-size: 16px;
    letter-spacing: 0.5px;
    color: #8b0000;
    margin: 0;
}

.title-content-m{
	display:none;
}

/* ---title-section---end */


/* ---course-card-section--- */
.course-card-section {
    margin-bottom: 9px;
    overflow: hidden;
}

.course-card-section-inner {}

.course-card-row {
    --inner-space: 12px;
    --bt-space: var(--inner-space);
    --item: 2;
    display: flex;
    flex-wrap: wrap;
    margin: 0 calc(var(--inner-space) * -0.5) calc(var(--bt-space) * -1);
    justify-content: center;
}

.course-card-single {
    padding: 46px 12px;
    width: calc((100% / var(--item)) - var(--inner-space));
    margin: 0 calc(var(--inner-space) * 0.5) var(--bt-space);
    background: url('../img/Photos/Background-Paper/4413339.jpg') no-repeat center center/cover;
}

.course-card-single .top-cont {
    text-align: center;
}

.course-card-single .top-cont h3 {
    font-size: 25px;
    margin: 0 0 21px;
    color: #d4af37;
	min-height:60px;
}

.course-card-single .top-cont h3.spec6 {
	min-height:65px;
	margin:16px 0 0px;
}

.course-card-single .top-cont h4 {
    font-size: 18px;
    margin: 0 0 9px;
    font-weight: 400;
    color: #8b0000;
}

.course-card-single .bt-cont {
    padding: 12px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.course-card-single .bt-cont h3 {
    font-size: 25px;
    margin: 0 0 8px;
    color: #d4af37;
}

.course-card-single .bt-cont h3 .currency {
    font-size: 18px;
}

.course-card-single .bt-cont .button {}

.blue-button--ccs1 {
    min-width: 267px;
}

/* ---course-card-section---end */



/* ---video-gallery-section--- */
.video-gallery-section {
    padding: 10px 0 65px;
}

.video-gallery-section-inner {}

.video-gallery-slider {
    margin: 0 0 15px;
    padding: 0 5px;
}

.g-video-slide {}

.g-video {}

.g-video .g-video-inner {
    position: relative;
    padding-top: 56%;
}

.g-video .g-video-inner iframe {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.g-video .g-video-inner .video-banner {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    opacity: 1;
    display: none;
}

.g-video.thumb-hidden .g-video-inner .video-banner {
    opacity: 0;
    visibility: hidden;
}

.g-video .g-video-inner .video-banner .video-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    height: 40px;
    padding: 0 30px;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    text-decoration: none !important;
    border-radius: 0;
    border: none;
    background-color: rgba(56, 74, 211);
    color: #fff;
    outline: none;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: opacity .2s;
}

.g-video .g-video-inner .video-banner .video-button i {
    margin: 0 9px 0 0;
}

.video-thumb-slider {}

.video-thumb-slide {
    padding: 5px;
}

.g-video-thumb {
    background-size: cover !important;
    background-position: center !important;
    position: relative;
}

.g-video-thumb-inner {
    padding-top: 56%;
    transition: 0.3s;
}

.slick-current .g-video-thumb .g-video-thumb-inner {
    background: hsla(0, 0%, 0%, 0.301);
}

.g-video-thumb:hover .g-video-thumb-inner {
    background: hsla(0, 0%, 0%, 0.301);
}

.g-video-thumb-inner .btn-vid {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 0.3s;
    display: block;
    width: 36px;
}

.g-video-thumb:hover .btn-vid {
    opacity: 0.7;
}

.g-video-thumb-inner .btn-vid svg {
    width: 100%;
}

.g-video-thumb-inner .btn-vid:hover {
    opacity: 1;
}

.video-thumb-slider .slick-arrow {
    --in-space: 13px;
    --bt-off: -35px;
    font-size: 14px;
    padding: 0;
    border: none;
    background: transparent;
    position: absolute;
    z-index: 2;
    transition: 0.1s;
}

.video-thumb-slider .slick-arrow.slick-disabled {
    opacity: 0;
    visibility: hidden;
}

.video-thumb-slider .slick-arrow:hover {
    opacity: 0.7;
}

.video-thumb-slider .slick-arrow .arr-img {
    width: 30px;
    margin-left: var(--in-space);
}

.video-thumb-slider .slick-arrow.slick-prev {
    left: 0;
    bottom: var(--bt-off);
}

.video-thumb-slider .slick-arrow.slick-prev .arr-img {
    width: 30px;
    margin-left: 0;
    margin-right: var(--in-space);
    transform: rotate(180deg);
}

.video-thumb-slider .slick-arrow.slick-next {
    right: 0;
    bottom: var(--bt-off);
}

/* ---video-gallery-section---end */


/* ---course-introduction-section--- */
.course-instruction-section {
    background: url(../img/Photos/Background-Paper/0f8188b40c36c69634a706b9fb792d4c.jpg);
    background-size: auto;
    background-repeat: repeat;
    background-position: center center;
    font-size: 22px;
    --in-space: 27px;
    margin-bottom: 10px;
}

.course-instruction-section-inner {
    padding: 62px 104px;
}

.text-left {
    text-align: left;
}

.c-ins-title {
    margin: 0 0 40px;
}

.c-ins-title .h2 {
    font-size: 30px;
    padding: 0 0 14px;
    color: #d4af37;
    margin: 0 auto 30px;
    width: max-content;
    border-bottom: 1px solid #d4af37;
    max-width: 100%;
}

.c-ins-title .h2.clean {
    border-bottom: none;
    text-align: center;
    padding-bottom: 0 !important;
}

.c-ins-title .h3-outer {
    display: flex;
    align-items: center;
    justify-content: center;
}

.c-ins-title .h3-outer .line {
    height: 1px;
    width: 40px;
    background: #d4af37;
    flex-shrink: 0;
}

.c-ins-title .h3 {
    margin-left: 0px;
    margin-right: 0px;
    font-size: 22px;
    line-height: 1.4;
    color: #d4af37;
}

.c-ins-content {
    margin: 0 0 65px;
}

.c-ins-content p {
    margin-bottom: var(--in-space);
}

.hb-title {
    padding: 23px 20px;
    font-size: 22px;
    margin: 0 auto 22px;
    width: 621px;
    max-width: 100%;
    color: #d4af37;
    background: #E6DECA;
    text-align: center;
    border-radius: 100px;
}

.ul-x {
    margin: 0;
    padding-left: 37px;
}

.ul-x li {
    padding-left: 5px;
    margin-bottom: var(--in-space);
}

.ul-x li:last-child {
    margin-bottom: 0;
}

/* ---course-introduction-section---end */


/* ---mobile-bar--- */
.mobile-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.mobile-bar .header__nav ul li a {
    padding: 10px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: initial;
    font-family: 'Proxima Nova';
    font-size: 14px;
    font-weight: 300;
    height: 59px;
    border-right: 1px solid #fefefe4d;
    border-top: 1px solid #fefefe4d;
}

.mobile-bar .header__nav ul li:last-child a {
    border: 0
}

.mobile-bar .header__nav ul li a i {
    margin: 3px 0 4px;
    font-size: 19px;
    line-height: 1;
    display: block;
}

.mobile-bar .header__nav ul li:last-child a i {
    transform: rotate(90deg)
}

* {
    /* border: 1px solid red; */
}

/* ---mobile-bar---end */


/* --gallery-video-play-- */
.btn-vid.playing {
    opacity: 1;
}

.btn-vid.playing g {
    fill: red;
}

.vdo-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: #00000052;
}

.inner-vdo-btn:focus {
    outline: 0;
}

.inner-vdo-btn {
    position: absolute;
    z-index: 3;
    width: 78px;
    height: 51px;
    top: calc(50%);
    left: calc(50%);
    background-color: #384ad3;
    border: none;
    -webkit-transition: 250ms ease-in-out;
    -moz-transition: 250ms ease-in-out;
    -ms-transition: 250ms ease-in-out;
    transition: 200ms ease-in-out;
    cursor: pointer;
    transform: translate(-50%, -50%);
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #fff;
}

.inner-vdo-btn:hover {
    background: #03403f;
}

.vdo-overlay.playing,
.inner-vdo-btn.playing {
    opacity: 0;
    visibility: hidden;
}

/* --gallery-video-play--end */



/* --Updated--css */
.content__wrapper h5 {
    font-size: 22px;
}

.course__area__title h3 {
    font-size: 30px;
}

.about__title .col-lg-4 {
    margin-left: -12px;
    padding-right: 0;
}

/* --Updated--css */

/**
jquery-backToTop main classes

@license MIT
@author Pablo Pizarro @ppizarror.com
 */

/**
-------------------------------------------------------------------------------
Main class
-------------------------------------------------------------------------------
 */
.jquery-back-to-top {
    cursor: pointer;
    display: none !important;
    overflow: hidden;
    text-align: center;
    text-overflow: clip;
    visibility: hidden;
    white-space: nowrap;
    word-wrap: break-word;
    z-index: 50 !important;
    bottom: 80px !important;
    right: 2px !important;
    width: 44px !important;
    height: 44px !important;
    background-color: #22222294 !important;
    justify-content: center;
    align-items: center;
    color: #fff;
    border: 1px solid #fff;
    transition: .2s
}

.jquery-back-to-top i {
    display: block;
    font-weight: 400 !important;
    font-size: 19px;
}

/**
-------------------------------------------------------------------------------
Basic statuses
-------------------------------------------------------------------------------
 */
.jquery-back-to-top-status-on {
    animation-iteration-count: 1;
    opacity: 1;
    visibility: visible;
}

.jquery-back-to-top:hover {
    background: #222222e8 !important;
    border-color: #222222e8 !important;
}

.jquery-back-to-top-status-off {
    animation-iteration-count: 1;
    transition: visibility .4s;
    visibility: hidden;
}

/**
-------------------------------------------------------------------------------
Fade-in CSS implementation
-------------------------------------------------------------------------------
 */
@-moz-keyframes jquery-back-to-top-fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes jquery-back-to-top-fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes jquery-back-to-top-fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/**
-------------------------------------------------------------------------------
Fade-out CSS implementation
-------------------------------------------------------------------------------
 */
@-moz-keyframes jquery-back-to-top-fadeout {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes jquery-back-to-top-fadeout {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes jquery-back-to-top-fadeout {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@media screen  and (min-width: 768px) and (max-width: 1024px){
    .tablet-center{
        text-align: center;
    }
}