body{font-family: Poppins,sans-serif;}
.header-layout1 {
    position: relative;    z-index: 41;
}
.header-layout1 .header-top {
    position: relative;
    padding: 5px 0;
    background-color: #eb0029;
    overflow: hidden;
}
.footer-top li {
    color: #fff;
    font-size: 13px;
}
.header-links {
        padding-left: 24%;
}
.header-links ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.header-links li:not(:last-child) {
    margin: 0;
}
.header-links li, .header-links span, .header-links p, .header-links a {
    color: #fff;    font-size: 13px;
    font-weight: 500;
}
.header-links li {
    display: inline-block;
    position: relative;
    margin: 0;
}
.header-links li>i {
    font-size: 16px;
    margin-right: 5px;
    color:#fff;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 29px;
    text-align: center;
}
.header-links li a {
    border-right: 1px solid #fff;
    padding-right: 10px;
    margin-right: 0px;
}
.header-layout1 .header-social {
    float: right;margin-right: 3rem;    margin-top: 5px;
}
.header-social .social-title {
    font-weight: 500;
    font-size: 13px;
    display: inline-block;
    margin: 0 15px 0 0px;
    color: #fff;
}
.header-social a:last-child{margin-right: 0}
.header-social a {
    font-size: 13px;
    color: #fff;
    display: inline-block;
    margin: 0 10px 0 0;
}
.header-links a:hover, .header-social a:hover, {
    color: #fff;
}
.header-layout1 .main-menu>ul>li>a:hover,  .main-menu ul.sub-menu li a:hover{color: #eb0029}
a {
    text-decoration: none;
    outline: 0;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.header-layout1 .sticky-wrapper {
    position: relative;    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.sticky-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: #fff;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
}
.header-layout1 .sticky-wrapper.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #ffffff;
    z-index: 999;
    -webkit-animation: headerSticky .95s ease forwards;
    animation: headerSticky .95s ease forwards;
}
@keyframes headerSticky {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
.header-layout1 .menu-area {
    position: relative;
    z-index: 3;
}
.header-layout1 .logo-bg {
    position: absolute;
    top: -58%;
    left: 0;
    width: 20%;
    height: 133px;
}
.header-layout1 .logo-bg:before, .header-layout1 .logo-bg:after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.header-layout1 .logo-bg:before {
    background-color: #f2f2f2;
    width: 90%;
    z-index: 1;
    border-radius: 0 150px 0px 0;
}
.header-layout1 .logo-bg:after {
    width: 93%;
    background-color: #161921;
    height: calc(100% + 0px);
    margin: 0px;
    border-radius: 0 150px 0px 0;
}
.header-layout1 .menu-bg {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 81%;
    -webkit-clip-path: polygon(76px 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(76px 0, 100% 0%, 100% 100%, 0% 100%);
}
    .header-layout1 .main-menu {
        margin-left: 70px;
    }
    .main-menu ul {
    margin: 0;
    padding: 0;list-style: none;
}
.main-menu ul li:first-child {
    margin-left: 0 !important;
}
.main-menu ul li {
    list-style-type: none;
    display: inline-block;margin: 0 17px;
    position: relative;
}
.header-layout1 .main-menu>ul>li>a {
    padding: 30px 0;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #161921;    display: block;
    position: relative;
}
.main-menu ul li.menu-item-has-children>a:after {
    content: "\f078";
    position: relative;
    font-family: FontAwesome;
    margin-left: 4px;
    font-weight: 500;
    top: 0;
    font-size: 13px;
}
.main-menu ul.sub-menu {
    padding: 18px 20px 18px 18px;
    left: -27px;
    position: absolute;
    text-align: left;
    top: 100%;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    min-width: 190px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 7px;
    left: -14px;
    opacity: 0;
    z-index: -1;
    border: 0;
    box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
    border-radius: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border-bottom: 2px solid #eb0029;
    border-radius: 0 0 10px 10px;
}
.main-menu ul.sub-menu li {
    display: block;
    margin: 0 0;
    padding: 0 9px;
}
.main-menu ul.sub-menu li a {
    position: relative;
    padding-left: 23px;color: #161921;
    font-weight: 500;font-size: 14px;
    line-height: 30px;
    text-transform: capitalize;
}
.main-menu ul.sub-menu li a svg{    margin-right: 3px;
    position: relative;
    top: 4px;}
.main-menu ul.sub-menu li a:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0px;
    width: 8px;
    height: 10px;
    text-align: center;
    border-radius: 2px;
    background-color: #eb0029;
    display: inline-block;
}
.main-menu ul.sub-menu li.menu-item-has-children>a:after {
    content: "\f105";
    float: right;    position: relative;
    font-family: FontAwesome;
    margin-left: 4px;
    font-weight: 600;
    top: 1px;    font-size: 1em;
}
.main-menu ul.sub-menu li ul.sub-menu {
    left: 100%;
    right: auto;
    top: 0;
    margin: 0 0;
    margin-left: 20px;
}
.main-menu ul li:hover>ul.sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    z-index: 9;
}
.th-btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-align: center;
    background-color: #eb0029;
    color: #fff;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 26px;
    padding: 7px 19px;
    border-radius: 10px;
}
.th-btn:before, .th-btn:after {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    width: 0%;
    background-color: #161921;
    z-index: -1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.th-btn:before {
    left: 0;
    border-radius: 0 10px 10px 0;
}
.th-btn:after {
    right: 0;
    border-radius: 10px 0 0 10px;
}
.th-btn:hover::before, .th-btn:hover:after{
    width: 55%;
    border-radius: 0;
}
.header-layout1 .header-logo {
       margin-top: -42px;
        margin-left: 7px;
    width: 100%;
}
.th-btn-nn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-align: center;
    background-color: #161921;
    color: #fff;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 26px;
    padding: 7px 19px;
    border-radius: 10px;
}
.th-btn-nn:before, .th-btn-nn:after {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    width: 0%;
    background-color: #eb0029;
    z-index: -1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.th-btn-nn:before {
    left: 0;
    border-radius: 0 10px 10px 0;
}
.th-btn-nn:after {
    right: 0;
    border-radius: 10px 0 0 10px;
}
.th-btn-nn:hover::before, .th-btn-nn:hover:after{
    width: 55%;
    border-radius: 0;
}
.see-nn a{
    background-color: #eb0029;color: #fff!important;    padding: 6px 22px;
}
.see-nn{margin-top: 13px!important;}
.header-layout1 .menu-area .row{display: flex;align-items: center;}
.swiper-slide {
    min-height: 600px;
    text-align: center;
}

.slider-container {
    padding: 100px;
}



.slider-sub-title {
    font-size: 75px;
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    color: #ffffff;
}

.slider-title {
    font-size: 43px;
    font-weight: 500;    line-height: 63px;
    color: #ffffff;
}
.slider-para{
     font-size: 22px;
    color: #fff;
    font-weight: 500;
    margin-top: 27px;
}


.slide-1 {
    background: url('../images/banner1.jpg');
    background-size: cover;
}

.slide-2 {
    background: url("../images/slider-03.jpg");
    background-size: cover;
}

.slide-3 {
    background: url("../images/slider-01.jpg");
    background-size: cover;
}


.slider-buttton {
    display: inline-block;
}

.swiper-slide-active .slider-sub-title {
    -webkit-animation: rollIn 1s;
            animation: rollIn 1s;
}

.swiper-slide-active .slider-title {
    -webkit-animation: fadeInUp 1.5s;
            animation: fadeInUp 1.5s;
}
.swiper-slide-active.slide-2 .slider-title {
    -webkit-animation: fadeInRight 1.5s;
            animation: fadeInRight 1.5s;
}
.swiper-slide-active.slide-3 .slider-title {
    -webkit-animation: fadeInLeft 1.5s;
            animation: fadeInLeft 1.5s;
}


.swiper-slide-active .slider-buttton {
    -webkit-animation: zoomIn 2s;
            animation: zoomIn 2s;
}
.about{
    background-image: url('../images/bg.png');
    padding: 50px 0;
    background-size: cover;background-position: center;position: relative;
}
.test-nn{
     background-color: #f8e7e5;
    padding: 50px 0;
    margin-top: -150px;
    padding-top: 220px !important;    padding-bottom: 140px;
}
.about:before, .count:before{
    position: absolute;
    content: "";
    background-color: #f8e7e5;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.8;
}
.e-con-inner{    display: flex;
    align-items: center;}
.e-child{
       width: 50%;
    margin-right: 22px;
}
.e-con-inner .widget img{
        border-style: solid;
    border-width: 5px 5px 5px 5px;
    border-color: #eb0029;
    border-radius: 300px 300px 300px 300px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}
.e-con-inner .widget-nn img{
        border-style: solid;
    border-width: 5px 5px 5px 5px;
    border-color: #ccc;
    border-radius: 300px 300px 300px 300px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}
.e-con-inner .e-widget img{
    border-style: solid;
    border-width: 5px 5px 5px 5px;    margin-top: 22px;
    border-color: #ccc;
    border-radius: 300px 300px 10px 10px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}
.poc-nn{height: 100px;}
.about h2{
        font-size: 3.2rem;
    font-weight: 700;    margin-bottom: 15px;line-height:45px;
}
.about p{
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.75;
    margin-top: 17px;
}
.point-nn{
        background: #eb0029;
    border-radius: 300px;
    display: flex;
    align-items: center;
}
.point-nn .point-icon{
    border: 3px solid #fff;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    text-align: center;
}
ul{list-style: none;padding-left: 0}
.point-nn .point-icon img{
        width: 72%;
    padding-top: 9px;
}
.skill-nn ul{    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 10px;}
.point-detail{
          font-weight: 400;
    font-size: 14px;
    padding-left: 17px;color: #fff;
}
.skill-nn{    margin-top: 29px;}
.about .row{display: flex;align-items: center;}
.feature{
    background-image: url('../images/jazz.jpg');
    background-size: cover;
    background-position: 50%;
    position: relative;
    padding: 50px 0;
    background-attachment: fixed;
}
.feature:before, .course:before{
       position: absolute;
    content: "";
    background-color: #000;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.7;
}
.feature .title, .course .title{
        color: #fff;
    font-size: 3.2rem;
    font-weight: 700;position: relative;z-index: 1;
}
.feature .title:before, .course .title:before{
        font-size: 94px;
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "\f001";
    font-family: FontAwesome;
    color: rgb(255 255 255 / 22%);
}
.jkit-icon-box-wrapper {
  text-align: center;
    background-color: #FFFFFF;
    padding: 25px;
    border: 5px solid #ccc;
    border-radius: 5px 5px 5px 5px;
    margin-top: 41px;
        -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.jkit-icon-box-wrapper:hover{
    border-color: #eb0029;
}
.icon-box img{
        width: 47%;
    margin-bottom: 17px;
}
.icon-box-body p{
       margin-bottom: 0;
    font-weight: 500;
    font-size: 15px;
    color: #000;
}
.count{
    background-image: url('../images/blog_BG-1.png');
    background-size: auto;
    padding: 50px 0;
    position: relative;
}
.count-nn p{
        font-weight: 800;
    font-size: 44px;
    text-shadow: 6px 6px 0px rgba(0, 0, 0, .05);
    margin-bottom: 0;
}
.count-nn h2{
    margin-top: 0;
    font-weight: 700;
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 0;
}
.course{
    background-image: url('../images/courses.jpg');
    position: relative;
    background-size: cover;
    padding: 50px 0;
    background-attachment: fixed;
}
.count:before{opacity: 0.6}
.tab__content-item.is--active .tab__item.is--active {
    text-shadow: 5px 4px 0 rgb(255 255 255 / 39%); -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.tab-detail{
        background: #fff;
    padding: 42px 20px;position: relative;
    box-shadow: 103px -103px 0px -93px #eb0029;    height: 445.09px;
}
.tab-detail h2{
    margin-top: 0;
    font-weight: 700;font-size: 20px;
}
.tab-detail p{
        color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.75;
    margin-bottom: 7px;
    margin-top:17px;
}
.mb-55{margin-bottom: 55px;}
.tab__list {
  display: flex;
  margin-bottom: 24px;    align-items: center;
    justify-content: center;
}
.tab__item {cursor: pointer;  background: #eee;
    margin-right: 7px;
    padding: 11px;
    border-radius: 5px;
  position: relative;
  color: #000;
    font-size: 15px;
    font-weight: 600;
    padding-left: 36px;
}
.tab__item:before {
  content: "";
    width: 15px;
    height: 15px;
    border-radius: 6px;
    background: #000;
    position: absolute;
    left: 13px;
    top: 13px;
    transition: 1000ms cubic-bezier(0.31, -0.105, 0.43, 1.4);
}
.tab__item.is--active:before {
   transform: rotate(0deg) scale(1);background: #eb0029;
}
.tab__content {position: relative;
}
.tab__content-item {
  display: none;
}
.tab__content-item.is--active {
  display: block;
}
.tab__content-title {
  padding: 24px 24px 24px 0;
}

.tab .tab .tab__item {
  font-size: 16px;
}
.tab .tab .tab__content {
margin-top: 47px;
}
.tab__content-item.is--active .tab__list{
   background-color: #eb0029;
    font-weight: 500;padding: 10px 0px;
}
.tab__content-item.is--active .tab__item{background:transparent;    color: white;
    border: 1px solid transparent;
    border-right: 2px solid white;
    border-radius: 0px;
    padding: 3px 8px;text-align: center;
    line-height: 18px;
        font-size: 15px;
    font-weight: 400;}
.tab__content-item.is--active .tab__item:before{display: none;}
.mb-6{    margin-top: 6%;}
.trained{
        display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 0 10px;background: #eb0029;
    margin-top: 33px;
    border-radius: 5px;
}
.trained .students{text-align: center;}
.trained .students h2{
        font-size: 25px;
    margin-bottom: 0;color: #fff;
}
.trained .students p{
        margin-top: 6px;
    font-weight: 500;
    font-size: 15px;color: #fff;
}
section .title{
        color: #000;
    font-size: 3.2rem;margin-bottom: 60px;
    font-weight: 700;position: relative;z-index: 1;
}
section .title:before{
        font-size: 94px;
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "\f001";
    font-family: FontAwesome;
    color:#00000024;
}
.testimonial .inner {
    background: #fff;
    border:1px solid #eb0029;
    border-radius: 20px;
    padding: 20px;
}
.testimonial .inner .top {
    display: flex;
    margin: auto;
        align-items: center;
    justify-content: space-between;
}
.testimonial .inner .top .top-nn{
    display: flex;align-items: center;
}
.testimonial .inner img {
     min-width: 70px;
    width: 70px;
    height: 70px;width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-clip-path: path("M49.9853 9.33649L49.975 9.33045L49.9646 9.32457L38.6845 2.93095C35.7786 1.28394 32.2214 1.28394 29.3155 2.93095L18.0353 9.32457L18.025 9.33045L18.0147 9.33649L6.83757 15.9086C3.9583 17.6016 2.17967 20.6823 2.15312 24.0223L2.05005 36.9881L2.04995 37L2.05005 37.0119L2.15312 49.9777C2.17967 53.3177 3.9583 56.3984 6.83757 58.0914L18.0147 64.6635L18.025 64.6696L18.0353 64.6754L29.3155 71.0691C32.2214 72.7161 35.7786 72.7161 38.6844 71.0691L49.9646 64.6754L49.975 64.6696L49.9853 64.6635L61.1624 58.0914C64.0417 56.3984 65.8203 53.3177 65.8469 49.9777L65.95 37.0119L65.95 37L65.95 36.9881L65.8469 24.0223C65.8203 20.6823 64.0417 17.6016 61.1624 15.9086L49.9853 9.33649Z");
    clip-path: path("M49.9853 9.33649L49.975 9.33045L49.9646 9.32457L38.6845 2.93095C35.7786 1.28394 32.2214 1.28394 29.3155 2.93095L18.0353 9.32457L18.025 9.33045L18.0147 9.33649L6.83757 15.9086C3.9583 17.6016 2.17967 20.6823 2.15312 24.0223L2.05005 36.9881L2.04995 37L2.05005 37.0119L2.15312 49.9777C2.17967 53.3177 3.9583 56.3984 6.83757 58.0914L18.0147 64.6635L18.025 64.6696L18.0353 64.6754L29.3155 71.0691C32.2214 72.7161 35.7786 72.7161 38.6844 71.0691L49.9646 64.6754L49.975 64.6696L49.9853 64.6635L61.1624 58.0914C64.0417 56.3984 65.8203 53.3177 65.8469 49.9777L65.95 37.0119L65.95 37L65.95 36.9881L65.8469 24.0223C65.8203 20.6823 64.0417 17.6016 61.1624 15.9086L49.9853 9.33649Z");
}
.testimonial .inner .avtar{
        position: relative;
    min-width: 70px;
    width: 70px;
    height: 70px;
    z-index: 2;
}
.testimonial .inner .avtar:before{
    content: "";
    position: absolute;
    inset: -5px;
    left: -3px;
    background-color:#eb0029;
    -webkit-clip-path: path("M55.4428 10.446L55.4325 10.44L55.4222 10.4341L42.1845 2.93095C39.2786 1.28394 35.7214 1.28394 32.8155 2.93095L19.5778 10.4341L19.5675 10.44L19.5572 10.446L6.44045 18.1586C3.56119 19.8516 1.78255 22.9323 1.756 26.2723L1.63505 41.4881L1.63495 41.5L1.63505 41.5119L1.756 56.7277C1.78255 60.0677 3.56119 63.1484 6.44045 64.8414L19.5572 72.554L19.5675 72.56L19.5778 72.5659L32.8155 80.069C35.7214 81.7161 39.2786 81.7161 42.1845 80.069L55.4222 72.5659L55.4325 72.56L55.4428 72.554L68.5596 64.8414C71.4388 63.1484 73.2175 60.0677 73.244 56.7277L73.365 41.5119L73.3651 41.5L73.365 41.4881L73.244 26.2723C73.2175 22.9323 71.4388 19.8516 68.5595 18.1586L55.4428 10.446Z");
    clip-path: path("M55.4428 10.446L55.4325 10.44L55.4222 10.4341L42.1845 2.93095C39.2786 1.28394 35.7214 1.28394 32.8155 2.93095L19.5778 10.4341L19.5675 10.44L19.5572 10.446L6.44045 18.1586C3.56119 19.8516 1.78255 22.9323 1.756 26.2723L1.63505 41.4881L1.63495 41.5L1.63505 41.5119L1.756 56.7277C1.78255 60.0677 3.56119 63.1484 6.44045 64.8414L19.5572 72.554L19.5675 72.56L19.5778 72.5659L32.8155 80.069C35.7214 81.7161 39.2786 81.7161 42.1845 80.069L55.4222 72.5659L55.4325 72.56L55.4428 72.554L68.5596 64.8414C71.4388 63.1484 73.2175 60.0677 73.244 56.7277L73.365 41.5119L73.3651 41.5L73.365 41.4881L73.244 26.2723C73.2175 22.9323 71.4388 19.8516 68.5595 18.1586L55.4428 10.446Z");
    z-index: -1;
}
.student-detail{text-align: left;padding-left: 10px}
.testimonial .inner .name {
    font-weight:700;
    font-size: 18px;
    color: #eb0029;
}
.testimonial .inner .subheader {
        font-size: 15px;
    font-weight: 500;
}
.testimonial .inner .text, .testimonial .inner .descr {

    z-index: 2;
    position: relative;
}
.testimonial .inner span.fa {
    color:#eb0029;font-size: 45px;
}
.testimonial .inner p {
    margin: 20px 0 0;
    font-size: 15px;
    line-height: 1.7em;
    font-weight: 400;
    display: block;
    z-index: 2;
    position: relative;
}
.testimonial .inner:after {
    bottom: 0;
    width: 96%;
    height: 20px;
    z-index: -3;
}
.test-top{margin-top: -118px}
.mb-5{margin-bottom: 5%}
.journey .grid{
        display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 0 1.75rem;
}
.process-nn:before{
    content: "";
    position: absolute;
    border: 2px dashed #eb0029;
        animation: rotate 20s linear infinite;
            width: 242px;
                height: 242px;
                border-radius: 9999px;    top: -13px;left: -13px;
}
@keyframes rotate{
    0% {
    content: "";
    transform: rotate(0);
}
100% {
    content: "";
    transform: rotate(360deg);
}
}
.process-nn{position: relative;z-index: 10;display: inline-block;margin: auto}
.arrow-nn{    right: -131px;
    display: block;
    --tw-translate-y: -50%;
    transform: translate(var(0), var(-50%));
    top: 50%;
    position: absolute;
    width: 43%;
}
.arr-nn{
    text-align: center;
    position: relative;
}
.process-nn h6{
    background-color: #eb0029;
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    border-radius: 9999px;
    width: 48px;
    height: 48px;
    top: 0;
    left: 0;
    position: absolute;line-height: 48px;
}
.arr-nn h5{
       font-weight: 700;
    font-size: 18px;
    color: #000;
    margin-top: 10%;
}
.arr-nn p{
    font-size: 15px;
    line-height: 1.7em;
    font-weight: 400;
}
.journey{padding-bottom: 3%;}
.instructor{
    background-image: url('../images/circles.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;position: relative;
}
.instructor:before{
    background-image: url('../images/backgrond_video.png');
    position: absolute;
    content: "";
    width: 100%;top: 0;
    height: 100%;
    background-size: contain;
}
.tj-team-wrapper {
    background: #eb0029;
    padding: 30px 20px 20px;
    border-radius: 9px;
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin-bottom: 30px;
}
.tj-team-wrapper::before {
    content: "";
    position: absolute;
    width: 410px;
    height: 321px;
    border-radius: 100%;
    top: -173px;
    left: -3px;
    background: #ECF1F5;
    z-index: -1;
}
.tj-team-thumb {
    width: 182px;
    height: 182px;
    margin: auto;
    margin-bottom: 22px;
}
.tj-team-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    border: 6px solid #fff;
}
.tj-team-content h4{
    margin-bottom: 8px;
    font-size: 21px;
    font-weight: 600;
    color: #fff;
    line-height: 29px;
}
.tj-team-content p{
        font-size: 16px;margin-bottom: 0;
    line-height: 1.7em;
    font-weight: 400;color: #fff;
}
.more{padding: 50px 0}
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    right: -40px;
    padding: 0px 15px 6px 15px;
    background: rgb(255, 255, 255);
    display: inline-block;
    transform: translateY(-50%);
    border-radius: 50%;
    font-size: 35px;
    line-height: 35px;
    color: #eb0029;
    box-shadow: 0 0 8px rgba(0, 0, 0, .25);
}
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    left: -40px;
    padding: 0px 15px 6px 15px !important;
    background: rgb(255, 255, 255);
    display: inline-block;
    transform: translateY(-50%);
    border-radius: 50%;
    font-size: 35px;
    line-height: 35px;
    color: #eb0029;
    box-shadow: 0 0 8px rgba(0, 0, 0, .25);
}
.owl-carousel .owl-nav button.owl-prev:hover {
    background: #eb0029;
    color: #fff;
}
.owl-carousel .owl-nav button.owl-next:hover {
    background: #eb0029;
    color: #fff;
}
.more-nn{
    background-color: #f8e7e5;
    padding: 1.25rem;display: block;
    border-radius: .375rem;
}
.more-detail{
    padding-top: 1.75rem;        padding-left: .75rem;
        padding-right: .75rem;
}
.more-detail h4{font-size: 23px;font-weight: 600;color: #000}
.more-detail a{
           font-size: 15px;
    line-height: 1.75rem;
    font-weight: 500;
    color: #fff;
    margin-top: 6px;
    display: inline-block;
    margin-bottom: 10px;
    background: #eb0029;
    padding: 10px;
    border-radius: 5px;
}
.more-img{    position: relative;
    z-index: 1;
    overflow: hidden;border-radius: 5px;}
.more-img:before{
    content: "";
    position: absolute;
    background-color: #f8e7e5;   width: 0px;;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 50%;    transition-duration: .5s;
        transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);opacity: 1;
}
.more-img img{
        -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;width: 100%;
    height: 223px;
    object-fit: cover;
}
.more-nn:hover .more-img img{
        -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}
.more-nn:hover .more-img:before{
    opacity: 0;
    width: 100%;
    left: 0;
}
.student{
  background-image: url('../images/circles.png');
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
}
.tj-portfolio-thumb {
    position: relative;
    z-index: 2;
    border-radius: 10px;
}
.tj-portfolio-thumb img {
    border-radius: 10px; width: 412px!important;height: 309px;object-fit: cover;
}

.tj-portfolio-wrap {
    position: absolute;
    bottom: -148px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 20px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    width: 100%;
    height: 134px;
    background-image: url('../images/team-shape.png');background-size: cover;
}
.tj-portfolio-wrapper:hover .tj-portfolio-wrap {
    visibility: visible;
    opacity: 1;
    bottom: 0;
}
.tj-portfolio-content h4{
    font-size: 23px;margin-top: 0;
    font-weight: 600;color: #fff;
}
.more-detail p{font-size: 15px;color: #000}
.tj-portfolio-content p{font-size: 15px;color: #fff;margin-bottom: 0}
.lightboxContainer {
  position:relative;
  display:inline-block;
}
 
.lightboxContainer:after {
  content:url("../images/playbutton.png");
  z-index:999;
  position:absolute;
  top:50%;
  left:50%;
  margin-left:-32px;
  margin-top:-32px;
}
 .lightboxContainer:hover:after {
  opacity:1;
}
.certificate{padding: 50px 0}
.service-filter-btn{
    border: 3px solid #eb0029;
    border-radius: 5px;
    padding: 30px 28px 20px;
    background: #f8e7e5;
}
.tj-service-icon img {
    margin-bottom: 14px;
   width: 45%;
}
.tj-service-content h5{
        font-size: 16px;
    font-weight: 600;
    line-height: 25px;
}
.cert-nn{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 0 7px;
}
.certificate ul li{display: inline-block;}
.certificate h4{
    margin-top: 48px;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 35px;
}
.certificate h4 span{color: #eb0029}
.detail{
    background-color: #eb0029;
    padding: 50px 0;
    position: relative;
}
.detail:before{
    background-image: url('../images/blog_1_1.png');
       background-size: cover;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.detail h2{
        font-size: 13px;
    color: #fff;margin-bottom: 14px;
    font-weight: 800;
    line-height:22px;
}
.detail p{
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    text-align: justify;
}
.pin-nn li{display:flex;align-items:center;}
.pin-nn li img{margin-right:7px;width:3%;}
.detail p a{
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
}
footer{
    background-image: url('../images/footer-bg-img.png');
    background-size: cover;
    position: relative;
    padding: 50px 0 15px;
}
.footer-top li{margin-bottom: 8px;}
.footer-top li a{color: #fff;font-size: 15px;opacity: 0.8;    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;}
.footer-top li a:hover{
        margin-left: 10px;
    opacity: 1;
}
.footer-top li a i{margin-right: 5px;}
.footer-bottom{
    border-top: 1px solid #2F2F2F;
}
.footer-bottom p{
    font-size: 15px;
    color: #fff;
    padding-top: 21px;margin-bottom: 0;
}
.footer-bottom ul li{display: inline-block;}
.footer-bottom ul{float: right;margin-bottom: 0;padding-top: 14px;}
.footer-bottom ul li a i{
    background-color: #ffffff2f;    border-radius: 9999px;color: #fff;width: 36px;
    height: 36px;text-align: center;
    line-height: 36px;
    font-size: 17px;
}
.footer-logo{
        width: 65%;
    margin-bottom: 11%;
}
.app-logo img{width: 158px;}
.app-logo{position: relative;}
.app-logo ul{
        position: absolute;
    z-index: 1;
        top: -27px;
    right: 50px;
    margin-bottom: 0;
}
.app-logo ul li{display: inline-block;}
.footer-bottom ul li a:hover i{
    background-color: #eb0029;color: #fff;-webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.askus{
    position: fixed;
    bottom: 45px;
    right: 40px;
    margin: 0;
    display: inline-block;
    z-index: 99999;
    background: #eb0029;
    border-radius: 4px;
    box-shadow: 0 2px 8px 0px rgba(0, 0, 0, 0.35);
    border-bottom: 4px solid #87182b;
    text-align: center;
}
.askus a{
        display: block;
    padding: 13px 30px 12px 26px;
    color: #fff;
    line-height: 25px;
    font-size: 17px;
}
.askus a:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: #87182b;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    border-radius: 4px;
}
.askus a:hover:after{
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    transition-timing-function: cubic-bezier(.52,1.64,.37,.66);
}
.breadcrumb{
    background-image: url('../images/breadcrumb.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 36px 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.breadcrumb:before{
        content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #f8e7e5c2;
    z-index: -2;
}
.breadcrumb h1{
    font-size: 40px;
    font-weight: 700;    margin-bottom: 21px;
}
.breadcrumb p{
        font-size: 16px;
    line-height: 27px;
}
.breadcrumb ul li{
    display: inline-block;
    font-weight: 500;
    font-size: 16px;margin-right: 10px;
}
.breadcrumb ul li a{
    color: #eb0029;
    font-weight: 600;
    font-size: 16px;
}
.body-nn{
   background-color: #f6f6f6;
   position: relative;
   overflow: hidden;
    padding: 100px 0px;
}
.body-nn:before{
    content: '';
    z-index: 1;
    position: absolute;
    width: 1920px;
    height: 825px;
    top: 0;
    left: 0;
    background: url('../images/volum-bg.png') repeat 0 0;
    background-size: cover;
    background-position: center center;
    background-repeat: repeat-x;
    -webkit-animation: move 40s linear infinite;
    animation: move 40s linear infinite;
    -webkit-animation-delay: -4s;
    animation-delay: -4s;
    -webkit-animation-duration: 40s;
    animation-duration: 40s;
}
@keyframes move  {
    
0% {
    background-position: left 0px bottom 0;
}
100% {
    background-position: left 350px bottom 0;
}
}
.satis-nn{position: relative;z-index: 1}
.satis-bg{
    background-color: #fff;
    position: relative;
    border-radius: 4px;
    padding: 20px 20px 90px;    min-height: 311px;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 50% 84%, 0 100%);    
}
.satis-bg ul li i{
    background: #eb0029;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    line-height: 18px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    margin-right: 5px;
}
.satis-bg ul li{    font-size: 15px;
    line-height: 24px;
    margin-bottom: 12px;}
.satis-bg h5{
    font-size: 23px;
    font-weight: 700;
}
.satis-icon{    position: absolute;
    bottom: .25rem;    border: 6px solid #eb0029;
    left: 37%;
    background: #fff;
    border-radius: 50%;
    width: 88px;
    height: 88px;
    text-align: center;
    padding-top: 10px;}
.satis-icon img{width: 73%}
.recruit{padding: 50px 0;}
.recruit-box {
    text-align: center;
    background-image: url('../images/blog_BG-1.png');
    padding: 20px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-radius: 5px 5px 5px 5px;
    border-bottom: 7px solid #eb0029;
    border-left: 1px solid #D8DDE1;
    border-right: 1px solid #d8dde1;
    border-top: 1px solid #d8dde1;
}
.recruit ul{display: grid;grid-template-columns: 1fr 1fr 1fr 1fr 1fr;grid-gap: 0 15px;margin-bottom: 4%;}
.recruit-body p{
    margin-bottom: 0;
    font-weight: 600;
    font-size: 17px;
    color: #000;
}
.recruit-img img {
        width: 80%;
    margin-bottom: 17px;
    border: 4px dashed #eb0029;
    border-radius: 50%;
    padding: 10px;
}
.panel-heading a {
  display: block;
  position: relative;
  font-weight: 600;
  }
 .panel-heading a::after {
    content: "";
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 5px;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(45deg);
  }

  .panel-heading a[aria-expanded="true"]::after {
    transform: rotate(-135deg);
    top: 5px;
  }
.border-title{
       font-size: 24px;margin-top: 0;font-weight: 600;
    padding-bottom: 15px;    margin-bottom: 40px;    position: relative;    line-height: 32px; 
}
.border-title:before {
    content: "";
    position: absolute;
    display: inline-block;
    bottom: 0px;
    width: 50px;
    height: 4px;
    background: #eb0029;
    left: 50%;
    margin-left: -30px;
    z-index: 1;
}
.border-title:before, .border-title:after {
    left: 0;
    margin-left: 0;
}
.border-title:after {
    content: "";
    position: absolute;
    display: inline-block;
    bottom: 0px;
    width: 150px;
    height: 2px;
    background: #dadada;
}
.quote-item .quote-text {
    margin: 21px 0 10px;
    display: inline-block;
    padding: 50px 40px 30px 45px;
    background-color: #f8e7e5;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #303030;
}
.meet-teach{
        background: #f6f6f6;
    padding: 50px 0;
}
.quote-item .quote-text:before {
    content: "\f10d";
    font-family: FontAwesome;
    position: absolute;
    font-size: 20px;
    left: 45px;
    top: -20px;
    color: #fff;
    background: #eb0029;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
}
.quote-item .quote-text:after {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 50px;
    border-width: 16px 0 0 16px;
    border-style: solid;
    border-color: #f8e7e5 transparent;
    display: block;
    width: 0;
}
.quote-item-footer {
    margin-top: 20px;
    margin-left: 70px;
}
.quote-item-footer img.testimonial-thumb {
    max-width: 80px;
    float: left;
    margin-right: 20px;
    border-radius: 100%;
}
.quote-item-info {
    padding-top: 15px;
    display: inline-block;
}
.quote-author {
       font-size: 19px;
    line-height: 25px;
    margin: 0 0 2px;
    font-weight: 600;
    display: block;
    color: #eb0029;
}
.quote-subtext {
       color: #000000;
    font-size: 15px;
}
.ttm_floting_customsett {
    position: fixed;
    top: 50%;
    right: 0;
    padding: 3px 0 10px;
    margin: -89px 0 0;
    background-color: #fff;
    box-shadow: 0 6px 12px rgb(0 0 0 / 25%);
    z-index: 99999;
}
.tmtheme_fbar_icons {
    display: block;
    position: relative;
    width: 55px;
    height: 45px;
    line-height: 52px;
    text-align: center;
}
.tmtheme_fbar_icons i {
    display: inline-block;
    vertical-align: middle;
    transition: .3s;
    font-size: 35px;
    color: #232323;
}
.tmtheme_fbar_icons:hover i{color: #eb0029}
.tmtheme_fbar_icons > span {
    display: block;
    position: absolute;
    right: 100%;
    top: 0;
    background-color: #fff;
    box-shadow: 0 6px 12px rgb(0 0 0 / 25%);
    opacity: 0;
    visibility: hidden;
    font-size: 16px;
    color: #232323;
    transform: translateX(-5px);
    transition: 0.5s ease;
    padding: 0 20px;    width: 317px;
}
.tmtheme_fbar_icons:hover > span {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}
.faq-detail{padding: 50px 0}


.naccs {
  position: relative;
}

.naccs .menu div {
      padding: 15px 20px 15px 40px;
    margin-bottom: 10px;
    color: #000;
    background: #f8e7e5;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    font-weight: 500;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
    font-size: 16px;
}

.naccs .menu div:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.naccs .menu div span.light {
  height: 10px;
  width: 10px;
  position: absolute;
  top: 22px;
  left: 15px;
  background-color: #eb0029;
  border-radius: 100%;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.naccs .menu div.active span.light {
  background-color: #f8e7e5;
  left: 0;
  height: 100%;
  width: 15px;
  top: 0;
  border-radius: 0;
}

.naccs .menu div.active {
  color: #fff;background: #eb0029;
  padding: 15px 20px 15px 28px;font-weight: 600;
}

ul.nacc {
  position: relative;
  height: 0px;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

ul.nacc li {
  opacity: 0;
  transform: translateX(50px);
  position: absolute;
  list-style: none;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

ul.nacc li.active {
  transition-delay: 0.3s;
  z-index: 2;
  opacity: 1;
  transform: translateX(0px);
}

ul.nacc li p {
  margin: 0;
}
.contact-nn{
    background-color: #f8e7e5;
    border-top: 4px solid #eb0029;
    padding: 20px;
}
.contact{padding: 50px 0;}
form .form-input {
    margin-bottom: 20px;
}
form .form-input input[type=text], form .form-input input[type=email], form .form-input input[type=tel], form .form-input textarea, form .form-input select {
    color: #000;
    font-size: 15px;
    background: #fff;
    border: 1px solid rgb(105 105 105 / 26%);width: 100%;
    letter-spacing: 0.32px;
    padding: 14px 25px;outline: 0;
    border-radius: 4px;
}
form .form-input input[type=text]:focus, form .form-input input[type=email]:focus,form .form-input input[type=tel]:focus,form .form-input textarea:focus, form .form-input select:focus  {
    border: 1px solid #eb0029;-webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
form .form-input textarea{
        min-height: 125px;
    resize: none;
}
.iti{width: 100%}
form .form-input input[type=tel]{padding: 14px 55px;}
.iti__selected-flag{
    background: #eee;
}
.visit{
        font-size: 20px;
    font-weight: 600;    margin-bottom: 25px;
}
.tj-contact-inner-page-info-item {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 245px;
}
.tj-contact-inner-page-info-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height:  60px;
    line-height: 1;
    font-size: 30px;
    color: #fff;
    background: #eb0029;
    border-radius: 5px;
}
.tj-contact-inner-page-info-number {
    font-size: 18px;
    margin-bottom: 5px;margin-top: 0;
}
.tj-contact-inner-page-info-link span {
    display: block;
}
.contact-inner{
        display: flex;
    align-items: center;
    grid-gap: 19px;
}
.mb-24{margin-bottom: 24px;}
.tj-contact-inner-page-info-link span a{
        font-weight: 600;
    color: #000;
    line-height: 30px;
}
.recruit-body h4{
    font-size: 15px;margin-bottom: 0;
    line-height: 24px;
}
.f-21{font-size: 21px!important;}
.team-nn .recruit-box{padding: 33px;    min-height: 185px;margin-bottom: 27px;
}
.music-nn .border-title:after{
    margin: auto;
    left: 0;
    right: 0;
}
.music-nn .border-title:before{left: 50%;margin-left: -30px;}
.music-nn p{
    font-size: 18px;
    font-weight: 500;
    max-width: 73%;
    margin: auto;
}
.help{
    background-image: url('../images/team-bg.jpg');
    background-size: cover;    background-position: center;background-repeat: no-repeat;padding: 50px 0;
}
.boost{
    font-size: 24px;
    font-weight: 600;
    margin-top: -54px;
    color: #eb0029;    margin-bottom: 58px;
}
.tm-single-image-inner {
    position: relative;
    display: inline-block;
}
.tm-single-image-inner:before{
        content: '';
    position: absolute;
    border: 3px solid #eb0029;
    height: 92%;
    top: 20px;
    bottom: 0;
    left: -20px;    border-radius: 6px;
    width: 108%;
    z-index: 1;
}
.tm-single-image-inner img{border-radius: 6px;}
.first-sec h4{
        font-weight: 600;
    padding-bottom: 10px;
}
.first-sec ul li{margin-bottom: 10px;}
.first-sec ul{margin-bottom: 26px;}
.first-sec ul li i{
        color: #eb0029;
    margin-right: 7px;
}
.hobby{
    background-size: cover;
    background-image: url('../images/bg-twitter.jpg');
    padding: 50px 0;
    background-attachment: fixed;margin-bottom: 50px;
}
.no-padding{padding: 0}
.about-info {
    background-color: #fff;
        padding-left: 55px;
    padding-right: 70px;
    padding-bottom: 60px;
    font-size: 16px;
    line-height: 26px;
    overflow: hidden;
    padding-top: 56px;
}
.about-info h3{
        margin-top: 0;
    font-weight: 600;
}
.about-info ul li{font-size: 15px;}
.journey .grid-nn{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap:0 10px;
}
.music-bg{
    background-size: cover;
    background-image: url('../images/music-bg.jpg');
    background-position: center;
    padding: 50px 0;
}
.music-bg .satis-bg{
    min-height: auto;
    padding: 6px 20px 37px;
    text-align: center;
}
.music-bg .satis-bg h5 {
    font-size: 20px;
    font-weight: 700;
}
.about-nn{padding: 50px 0}
.about-nn .border-title{
        font-size: 30px;
    margin-bottom: 18px;
}

.about-thumb{
    background-image: url('../images/row-img-04.jpg');
    background-size: cover;
    background-position: center center;
    padding: 50px 0;
    background-repeat: no-repeat;
    position: relative;
}
.about-thumb .border-title{
    font-size: 31px;
}
.package{
    background-image: url('../images/row-img-02.jpg');
    background-size: cover;
    background-position: center center;
    padding: 50px 0;
}
.package-form{
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.09);
    background: #fff;
    padding: 30px;
    border-radius: 6px;
}
.switch-field {
    margin-bottom: 20px;
    overflow: hidden;
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field label {
    background-color: #fff;
    color: #000;
    font-size: 15px;margin-bottom: 0;
    text-align: center;font-weight: 500;
    padding: 14px 65px;border-radius: 4px;
    border: 1px solid rgb(105 105 105 / 26%);
    transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
    cursor: pointer;
}

.switch-field input:checked + label {
    background-color: #eb0029;color: #fff;
    box-shadow: none;
}
.switch-field p{
        margin-bottom: 5px;
    font-weight: 600;
    font-size: 15px;
}
.schedule{
        font-size: 9px;
    text-align: justify;
    margin-bottom: 27px;
}
.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.cour-nn li a{text-align: center;padding-left: 0;padding-right: 0}
.cour-nn li.active{background: #eb0029;}
.cour-nn li.active a{color: #fff}
.scroll-nn{
    max-height: 194px;
    overflow-y: auto;
    padding-right: 6px;
}
.scroll-nn::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.scroll-nn::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.scroll-nn::-webkit-scrollbar-thumb {
  background: #eb0029;
}
.tab-content .more-nn{    margin-bottom: 30px;}
.tab-content .more-detail h4{font-size: 19px;}
.terms h2{font-size: 20px;font-weight: 600}
.terms a{font-weight: 600;color: #eb0029}
.terms ol{padding-left: 15px}
.terms ol li{
    font-size: 15px;
    line-height: 1.62;margin-bottom: 10px;
}
.more-detail ul{display: block;    margin-bottom: 26px;}
.more-detail ul li {font-size: 15px;
    margin-bottom: 10px;    color: #000;
}
.more-detail ul li i {
    color: #eb0029;
    margin-right: 7px;
}
.price-tag{
        display: flex;
    align-items: center;
    justify-content: space-between;
}
.price-tag p{
    font-weight: 600;
    margin-bottom: 0;    font-size: 18px;
}
.book-trial{
    background-image: url('../images/book-trial.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    padding: 50px 0;
}
.book-trial:before{
    content: "";
    position: absolute;
    background: #000;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.5;
}
.book-trial h1{
        font-size: 43px;
    color: #fff;
    font-weight: 700;
}
.book-trial p{
    color: #fff;
    font-size: 20px;
    max-width: 65%;
    margin: auto;
}
.book-trial span{
        color: #fff;
    font-size: 19px;
    font-weight: 600;
    display: block;
    margin-bottom: 19px;
    margin-top: 10px;
}
.course-table thead tr th h4{font-weight: 600;}
.course-table tbody tr td ul li{font-size: 15px;line-height: 22px;position: relative;    padding-left: 16px;
    margin-bottom: 8px;}
.course-table tbody tr td ul li:before{
    content: "\f046";
    position: absolute;
    font-family: FontAwesome;
    left: -7px;
    color: #eb0029;
}
.course-table tbody tr td{padding: 1rem}
.course-table tbody tr td{font-size: 15px;line-height: 22px;position: relative;}
.tick-green{
        font-size: 27px;
    line-height: 2.25rem;
    color: green;
}
.tick-red{
        font-size: 23px;
    line-height: 2.25rem;
    color: red;
}
.journey-tag{padding: 50px 0}