@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,500;0,600;0,700;0,800;0,900;1,200;1,500;1,600;1,700;1,800&display=swap');
body {
    font-size: 16px;
    margin: 0px;
    font-family: 'Lato', sans-serif;
    color: #333333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}
ul {
    list-style: none;
    padding-left: 0px;
}
a {
    text-decoration: none;
}
strong {
    font-size: 18px;
    color: #333333;
}
label {
    font-size: 18px;
    font-weight: 600;
}
small {
    font-size: 16px;
}
section {
    padding: 80px 0px;
    position: relative;
}
.btn-primary {
    color: #fff;
    background-color: #ED1967;
    border-color: #ED1967;
}
.btn {
    border: none;
    padding: 10px 22px;
    background-size: 300%;
    transition: all 1s;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
    border-radius: 5px;
}
.btn-close {
    background-color: #992575;
    position: absolute;
    top: -20px;
    right: -20px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #fff;
    opacity: 1;
}
.btn-close:hover {
    opacity: 1;
}
.btn:hover {
    color: #fff;
    background-position: 100%;
    transition: all 1s;
    border: none;
    background-color: #fecc4e;
}
.btn:active {
    transform: translate(0.5rem, 0.5rem);
    box-shadow: 0px 10px 20px -15px rgba(0, 0, 0, 0.75);
}
.btn-theme {
    background: #fff;
    border-radius: 15px;
}
.card {
    border-radius: 0px;
    border: none;
}
.primary-bg {
    background: #ED1967;
}
h1 {
    font-size: 86px;
    line-height: 1;
    color: #000;
    font-weight: 900;
}
h2 {
    font-size: 50px;
    font-weight: bold;
}
h4 {
    font-size: 42px;
    line-height: 35px;
    color: #000;
    font-weight: 500;
}
h5 {
    font-size: 32px;
    font-weight: bold;
}
h6 {
    font-size: 20px;
    line-height: 1.2;
    color: #101010;
    font-weight: 400;
}
.carousel-indicators [data-bs-target] {
    width: 35px;
    height: 8px;
}
.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #73984a;
}
.main-heading {
    font-size: 42px;
    color: #101010;
    line-height: 47px;
    font-weight: 500;
}
.topnav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    padding: 0px;
    color: #101010;
    background: #182f42;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
}
.nav-scroll {
    background: #182f42;
    padding: 0px;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
    box-shadow: 0px 0px 20px rgb(0, 0, 0, .15);
}
.topnav .logo img {
    width: 200px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.topnav.nav-scroll .logo img {
    width: 180px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.navbar {
    z-index: 999;
}
.navbar-brand {
    padding: 0px;
    z-index: 9;
}
.navbar-expand-lg .navbar-nav {
    margin-top: -45px;
}
.topnav.nav-scroll .navbar-nav {
    margin-top: -5px;
}
.navbar-expand-lg .navbar-nav .nav-item {
    padding-right: 29px;
    padding-left: 0px;
    padding-top: 0px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
    padding: 0px 0px 10px 0px;
    text-transform: uppercase;
    font-weight: 600;
}
.nav-links li a.active {
    border-bottom: 2px solid #fff;
}
.navbar-expand-lg.nav-scroll .navbar-nav .nav-link {
    color: #101010;
}
.navbar-expand-lg.nav-scroll .navbar-nav .nav-link.active {
    border-bottom: 2px solid #000;
}
.navbar-expand-lg.nav-scroll .navbar-nav {
    margin-top: 0px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.carousel-item {
    height: 100vh;
}
.carousel-caption {
    bottom: 40px;
    text-align: left;
    width: 400px;
    z-index: 9;
    right: 5%;
    left: unset;
}
.footer {
    background: #2F2F2F;
    padding: 120px 0px 35px;
}
.footer p {
    color: #CCCCCC;
}
.footer .social-media li {
    padding-right: 30px;
}
.footer ul li {
    padding-bottom: 8px;
}
.footer ul li a {
    color: #CCCCCC;
}
.footer p.sub-heading {
    color: #fff;
}
.footer hr {
    background-color: #CCCCCC;
}
.footer p a {
    color: #CCCCCC;
}
.carousel-dark .carousel-caption h1 {
    color: #fff;
    background-color: #2b3269;
    padding: 5px;
}
.carousel-dark .carousel-caption h2 {
    font-size: 72px;
    line-height: 1.15;
    font-weight: 800;
}
.carousel-dark .carousel-caption hr {
    background-color: #ED1967;
    height: 3px;
    opacity: 1;
}
.carousel-dark .carousel-caption h3 {
    color: #ED1967;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 50px;
}
.blue-bg {
    background: #2b3269;
}
.about-main h4 {
    font-weight: 600;
    line-height: 42px;
}
.about-main hr {
    background-color: #fff;
}
.about-main ul li i {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ED1967;
    font-size: 24px;
}
.about-workshop-main.about-main ul li {
    padding-right: 0px;
}
.important-dates-main ul li {
    position: relative;
    padding: 0px 50px;
}
.important-dates-main ul li::after {
    content: "";
    color: #fff;
    font-size: 18px;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 2px;
    height: 100%;
    background: #fff;
}
.important-dates-main ul li:last-child::after {
    display: none;
}
.meet-spkeaers-main .card {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 15px;
    padding: 15px;
    overflow: unset;
    margin: 15px 0;
    width: 100%;
}
.important-dates-main ul li p {
    font-size: 20px;
}
.meet-spkeaers-main .card .card-body {
    padding: 0px;
    margin-top: -40px;
}
.meet-spkeaers-main .card h6 {
    line-height: 28px;
    font-weight: bold;
}
.meet-spkeaers-main .slick-slide {
    margin: 15px;
}
.meet-spkeaers-main .slick-prev, .meet-spkeaers-main .slick-next {
    display: none !important;
}
.meet-spkeaers-main ul.slick-dots {
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
}
.meet-spkeaers-main ul.slick-dots li {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    margin: 0px 5px;
}
.meet-spkeaers-main ul.slick-dots li.slick-active {
    background: #ED1967;
}
.meet-spkeaers-main ul.slick-dots li button {
    display: none;
}
.owl-dots{
    text-align: center;
}
.owl-dot {
    display: inline-block;
    height: 15px !important;
    width: 15px !important;
    background-color: #a8a9ad !important;
    opacity: 0.8;
    border-radius: 50%;
    margin: 0 5px;
}
.owl-dot.active {
    background-color: #ffcc4e !important;
}


.mobile-menu {
    -webkit-appearance: none;
    display: none;
    visibility: hidden;
}
.menuButton {
    position: relative;
    cursor: pointer;
    display: none;
    align-items: left;
    flex-direction: column;
    gap: 13%;
    color: #090909;
    width: 25px;
    height: 1.5em;
    border-radius: 0.5em;
    transition: all 0.3s;
    margin-right: 15px;
}
.menuButton .top {
    width: 50%;
}
.menuButton .bot {
    width: 75%;
}
.carousel-dark .carousel-caption {
    text-transform: uppercase;
}
.footer-con {
    background-color: #f7f7f7;
    background-image: url(/site/templates/images/footer-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.footer-con>* {
    position: relative;
    z-index: 3;
}
.footer-col {
    padding: 8px 0;
}
.list-menu-ul {
    width: 100%;
    display: inline-block;
}
.list-menu-ul ul {
    margin: 0;
    padding: 0 !important;
    list-style: none;
    display: inline-block;
    width: 100%;
}
.list-menu-ul ul li {
    margin: 0;
    padding: 6px 0;
    list-style: none;
    display: inline-block;
    width: 100%;
}
.footer-menu-con .list-menu-ul ul li a {
    font-weight: bold;
}
footer .list-menu-ul ul li a {
    color: #fff;
}
.footer-logo-con {
    position: relative;
}
.footer-logo-con img {
    width: 220px;
    max-width: 100%;
}
.footer-logo-con p {
    color: #fff;
    margin: 0;
    font-size: 14px;
}
.icon-menu-ul {
    width: 100%;
    display: inline-block;
}
.icon-menu-ul ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
}
.icon-menu-ul ul li {
    margin: 0;
    padding: 4px 0;
    list-style: none;
    display: inline-block;
    width: 100%;
    position: relative;
}
footer .icon-menu-ul ul li a {
    color: #fff;
}
.footer-copyright-con p {
    margin: 0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
.icon-menu-full {
    width: 100%;
    position: relative;
    display: inline-flex;
}
.icon-menu-img {
    width: 30px;
    display: inline-block;
}
.icon-menu-img .fa-map-marker {
    font-size: 20px;
}
.icon-menu-title {
    width: calc(100% - 30px);
    display: inline-block;
    line-height: 20px;
}
.section-padding {
    padding-top: 42px;
    padding-bottom: 42px;
}
.meet-spkeaers-main .card {
    transition: .4s all ease-in;
}
.meet-spkeaers-main .card h6 {
    color: #fff;
    transition: .4s all ease-in;
}
.meet-spkeaers-main .card:hover {
    /*    transform: translateY(-5px);
        box-shadow: 0px 4px 8px rgba(134, 151, 168, 0.1);*/
    background: #fff;
    transform:translateY(-10px);
}
.meet-spkeaers-main .card:hover h6 {
    color: #2b3269;
}
.meet-spkeaers-main .card p {
    color: #fff;
    transition: .4s all ease-in;
}
.meet-spkeaers-main .card:hover p {
    color: #2b3269;
}
.desktop-item {
    position: relative;
}
.desktop-item::before {
    content: "\f107";
    font-family: Fontawesome;
    color: #101010;
    font-size: 18px;
    display: block;
    position: absolute;
    top: -22px;
    right: -20px;
}
.product-menu img {
    -webkit-transition: 0.9s ease;
    transition: 0.9s ease;
}
.product-menu:hover img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}
.product-menu {
    overflow: hidden;
}
.about_list .wrapper .btn {
    display: block;
}
.schedule-main {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 30px;
    padding-right: 30px;
}
.schedule-main .nav-tabs {
    border-bottom: none;
}
.schedule-main .nav-item {
    padding: 0px 30px;
}
.schedule-main .nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 3px solid #fff;
    border-radius: 20px;
}
.schedule-main .nav-link {
    color: #fff;
    font-weight: 600;
    padding: 12px 35px;
}
.schedule-main .nav-tabs .nav-item.show .nav-link, .schedule-main .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #ED1967;
    border-color: #ED1967;
}
.schedule-main .accordion-body .nav-tabs {
    border-bottom: 1px solid #ed1967;
}
.schedule-main .accordion-body .nav-item {
    padding: 0px;
}
.schedule-main .accordion-body .nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: none;
    border-radius: 20px;
}
.schedule-main .accordion-body .nav-tabs .nav-item.show .nav-link, .schedule-main .accordion-body .nav-tabs .nav-link.active {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    position: relative;
}
.schedule-main .accordion-body .nav-tabs .nav-link.active::after {
    content: "";
    width: 75%;
    height: 12px;
    background-color: #ED1967;
    position: absolute;
    bottom: -5.5px;
    left: 0px;
}
.schedule-main .accordion-body .nav-link {
    color: #fff;
    font-weight: 600;
    padding: 12px 35px;
    padding-left: 0px;
}
.slick-initialized .swipe-tab-content {
    position: relative;
    border: 5px solid #fecc4e;
}
.slick-initialized .swipe-tab-content2 {
    position: relative;
}
.slick-initialized .swipe-tab-content3 {
    position: relative;
}
.slick-initialized .swipe-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: 0;
    color: #757575;
    cursor: pointer;
    text-align: center;
    transition: all 0.5s;
    font-weight: 800;
    padding: 15px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 20px;
    background: #d1d2d4;
    font-size: 14px;
    text-transform: uppercase;
}
.slick-initialized .swipe-tab2 {
    display: flex;
    align-items: start;
    justify-content: start;
    height: 35px;
    background: none;
    border: 0;
    color: #757575;
    cursor: pointer;
    text-align: center;
    transition: all 0.5s;
    font-weight: bold;
}
.slick-initialized .swipe-tab3 {
    display: flex;
    align-items: start;
    justify-content: start;
    height: 35px;
    background: none;
    border: 0;
    color: #757575;
    cursor: pointer;
    text-align: center;
    transition: all 0.5s;
    font-weight: bold;
}
.slick-initialized .swipe-tab:hover {
    color: #000;
}
.slick-initialized .swipe-tab2:hover {
    color: #000;
}
.slick-initialized .swipe-tab3:hover {
    color: #000;
}
.slick-initialized .swipe-tab.active-tab {
    border-bottom-color: #fecc4e;
    color: #000;
    position: relative;
    background: #fecc4e;
}
.slick-initialized .swipe-tab2.active-tab {
    border-bottom-color: #ED1967;
    color: #000;
    font-weight: bold;
    position: relative;
}
.slick-initialized .swipe-tab3.active-tab {
    border-bottom-color: #ED1967;
    color: #000;
    font-weight: bold;
    position: relative;
}
.slick-initialized .swipe-tab.active-tab::after {
    content: "";
    width: 80%;
    height: 8px;
    background-color: #fecc4e;
    position: absolute;
    bottom: -20px;
    left: 28px;
}
.slick-initialized .swipe-tab2.active-tab::after {
    content: "";
    width: 55%;
    height: 5px;
    background-color: #ED1967;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.slick-initialized .swipe-tab3.active-tab::after {
    content: "";
    width: 55%;
    height: 5px;
    background-color: #ED1967;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.slick-prev, .slick-next {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #000;
  background: #fff;
  display: flex !important;
  align-items: center;
  justify-content: center;
  z-index: 99;   
  cursor: pointer;
}

.slick-prev i, .slick-next i {
  font-size: 12px;
  color: #000;
}

.slick-prev.custom-prev {
    position: absolute;
    top: -25%;
    left: 5px;
    transform: translateY(-50%);
}

.slick-next.custom-next {
  position: absolute;
    top: -25%;
    right: 10px;
    transform: translateY(-50%);
}

.swiper-button-next,
.swiper-button-prev {
  display: block !important;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.slick-prev.slick-disabled::before,
.slick-next.slick-disabled::before {
    color: #ccc !important;
}
.sub-header .swipe-tabs.slick-initialized {
    border-bottom: 2px solid #182f42;
}
.sub-header .swipe-tabs2.slick-initialized {
    border-bottom: 1px solid #ED1967;
}
.sub-header .swipe-tabs3.slick-initialized {
    border-bottom: 1px solid #ED1967;
}

.main-container .program-bg {
    background: #182f42;
    width: 100%;
    padding: 50px;
}
.yellow-bg {
    background: #fecc4e;
    padding: 20px 50px;
}
.schedule-main .card {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 15px;
    padding: 15px;
    overflow: unset;
    margin: 15px 0;
}
.schedule-main .card {
    transition: .4s all ease-in;
}
.schedule-main .card .card-body {
    padding: 0px;
    margin-top: -40px;
}
.schedule-main .card h6 {
    transition: .4s all ease-in;
    line-height: 24px;
}
.primary-color {
    color: #fecc4e;
}
.main-container h6 {
    font-size: 18px;
    font-weight: bolder;
}
.main-container hr {
    opacity: 1;
    margin: 2rem 0;
}



nav{
    position: fixed;
    z-index: 99;
    width: 100%;
    background: transparent;
}
nav .wrapper{
    position: relative;
    padding: 20px 30px;
    line-height: 70px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wrapper .logo a{
    color: #f2f2f2;
    font-size: 30px;
    font-weight: 600;
    text-decoration: none;
}
.wrapper .nav-links{
    display: inline-flex;
    justify-content: end;
    width: 100%;
    margin-bottom: 0px;
    position: fixed;
    top: 30px;
    padding-right: 90px;
    transition: all 0.5s;
}
.topnav.nav-scroll .wrapper .nav-links {
    transition: all 0.5s;
}
.nav-links li{
    list-style: none;
    padding: 0px 22px;
}
.nav-links li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    padding: 0px;
    transition: all 0.3s ease;
    padding-bottom: 5px;
    text-transform: uppercase;
}
.nav-links li a.active {
    border-bottom: 2px solid #101010;
}
.nav-scroll .nav-links li a.active {
    border-bottom: 2px solid #101010;
}
.nav-scroll .nav-links li .desktop-item::before {
    color: #101010;
}
.nav-links .mobile-item{
    display: none;
}
.nav-links .drop-menu{
    position: absolute;
    background: #242526;
    width: 180px;
    line-height: 45px;
    top: 85px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}
.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box{
    transition: all 0.3s ease;
    top: 70px;
    opacity: 1;
    visibility: visible;
}
.drop-menu li a{
    width: 100%;
    display: block;
    padding: 0 0 0 15px;
    font-weight: 400;
    border-radius: 0px;
}
.mega-box{
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0px;
    top: 85px;
    opacity: 0;
    visibility: hidden;
    background: #73984a;
}
.mega-box .content{
    padding: 75px 0px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    box-shadow: none;
    padding-top: 75px;
}
.mega-box .content .row{
    width: calc(25% - 30px);
    line-height: 25px;
}
.mega-box .content a {
    background: #fff;
    padding: 15px;
}
.mega-box .content a header {
    color: #101010;
}
.content .row img{
    width: 100%;
}
.content .row header{
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 500;
}
.content .row .mega-links{
    margin-left: -40px;
    border-left: 1px solid rgba(255,255,255,0.09);
}
.row .mega-links li{
    padding: 0 20px;
}
.row .mega-links li a{
    padding: 0px;
    padding: 0 20px;
    color: #d9d9d9;
    font-size: 17px;
    display: block;
}
.row .mega-links li a:hover{
    color: #f2f2f2;
}
.wrapper .btn{
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: none;
}
.wrapper .btn.close-btn{
    position: absolute;
    right: 0px;
    top: 0px;
    color: #fff;
}
.color-primary {
    color: #ED1967;
}
.register-form .card {
    border: 3px solid #54579c;
    border-radius: 8px;
}
.register-form .card-header {
    background-color: #212155;
    border-bottom: none;
}
.register-form .card-header h6 {
    text-transform: capitalize;
}
.register-form .card-body {
    background-color: #262a67;
    padding: 20px 50px;
}
.register-form .card-body form label {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
}

@media screen and (max-width: 970px) {
    .wrapper .btn{
        display: block;
    }
    .wrapper .nav-links{
        position: fixed;
        height: 100vh;
        width: 100%;
        max-width: 100%;
        top: 0;
        left: -100%;
        background: #182f42;
        display: block;
        padding: 90px 10px;
        line-height: 50px;
        overflow-y: auto;
        box-shadow: 0px 15px 15px rgba(0,0,0,0.18);
        transition: all 0.3s ease;
    }
    /* custom scroll bar */
    ::-webkit-scrollbar {
        width: 10px;
    }
    ::-webkit-scrollbar-track {
        background: #242526;
    }
    ::-webkit-scrollbar-thumb {
        background: #3A3B3C;
    }
    #menu-btn:checked ~ .nav-links{
        left: 0%;
    }
    #menu-btn:checked ~ .btn.menu-btn{
        display: none;
    }
    #close-btn:checked ~ .btn.menu-btn{
        display: block;
    }
    .nav-links li{
        margin: 0px;
        padding: 0px;
    }
    .nav-links li a{
        padding: 0 10px;
        display: block;
        font-size: 20px;
        color: #fff;
    }
    .nav-links .drop-menu{
        position: static;
        opacity: 1;
        top: 65px;
        visibility: visible;
        padding-left: 20px;
        width: 100%;
        max-height: 0px;
        overflow: hidden;
        box-shadow: none;
        transition: all 0.3s ease;
    }
    #showDrop:checked ~ .drop-menu,
    #showMega:checked ~ .mega-box{
        max-height: 100%;
    }
    .nav-links .desktop-item{
        display: none;
    }
    .nav-links .mobile-item{
        display: block;
        color: #f2f2f2;
        font-size: 20px;
        font-weight: 500;
        padding-left: 20px;
        cursor: pointer;
        border-radius: 5px;
        transition: all 0.3s ease;
    }
    .nav-links .mobile-item:hover{
        background: #3A3B3C;
    }
    .drop-menu li{
        margin: 0;
    }
    .drop-menu li a{
        border-radius: 5px;
        font-size: 18px;
    }
    .mega-box{
        position: static;
        top: 65px;
        opacity: 1;
        visibility: visible;
        padding: 0 20px;
        max-height: 0px;
        overflow: hidden;
        transition: all 0.3s ease;
    }
    .mega-box .content{
        box-shadow: none;
        flex-direction: column;
        padding: 20px 20px 0 20px;
    }
    .mega-box .content .row{
        width: 100%;
        margin-bottom: 15px;
        border-top: 1px solid rgba(255,255,255,0.08);
    }
    .mega-box .content .row:nth-child(1),
    .mega-box .content .row:nth-child(2){
        border-top: 0px;
    }
    .content .row .mega-links{
        border-left: 0px;
        padding-left: 15px;
    }
    .row .mega-links li{
        margin: 0;
    }
    .content .row header{
        font-size: 19px;
    }
}
nav input{
    display: none;
}

.ytf-main .card {
    border: 1px solid #182f42;
    border-radius: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.ytf-main .card .card-header {
    background: #182f42;
    transition: all 1s;
}
.ytf-main .card .card-header h6 {
    color: #fff;
    font-size: 26px;
    transition: all 1s;
}
.ytf-main .card .card-body {
    padding: 30px 40px;
}
.ytf-main .card:hover .card-header {
    background: #fecc4e;
}
.ytf-main .card:hover .card-header h6 {
    color: #182f42;
}
.ytf-main .card .card-footer {
    padding: 15px 0px;
    background-color: transparent;
    border-top: none;
}
.ytf-main .card .card-footer a {
    color: #182f42;
    font-weight: 800;
    font-size: 16px;
    transition: all 0.5s;
}
.ytf-main .card:hover .card-footer a {
    color: #fecc4e;
}
.team-main img {
    border-radius: 50%;
}
.team-main h6 {
    font-weight: 900;
}





.bg-gradient {
    background: linear-gradient(225.35deg,#246694 0,#062338 100%);
}
.sm-title {
}
.title, .title h3 {
    font-size: 22px;
    color: #2b4d7a;
    font-weight: 700;
    line-height: 1.2em;
}
.sm-title h3 {
    margin-bottom: 20px;
}
.title, .title h3 {
    font-size: 22px;
    color: #2b4d7a;
    font-weight: 700;
    line-height: 1.2em;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
    top: 40%;
    position: absolute;
    border-radius: 40px !important;
    color: #ffffff;
    width: 40px;
    height: 40px;
    text-align: center;
}
.owl-nav .owl-prev {
    left: -5%;
}
.owl-nav .owl-next {
    right: -5%;
}
#staff .owl-nav .owl-prev i, .owl-nav .owl-next i {
    color: #fff;
    font-size: 20px;
    position: relative;
    left: 0px;
}
.box-b {
    background-color: #ecedf6;
    padding: 40px;
    transition: .2s all ease-in-out;
    border-radius: 0;
    cursor: pointer;
    border-bottom: none;
    height: 400px;
    position: relative;
    box-shadow: none;
    padding-bottom: 70px;
}
.box-b .box-img {
    margin-bottom: 15px;
}
.staff .box-img img {
    height: 145px;
    width: 145px;
    margin: auto;
    border-radius: 90px;
}
.box-b img {
    border-radius: 50%;
    padding: 30px;
}
.testmonial-main .owl-theme .owl-dots .owl-dot span {
    display: none;
}
.testmonial-main .owl-theme .owl-dots {
    position: absolute;
    bottom: 40px;
    left: 27%;
}
.program-bg.important-date-bg {
    padding: 0;
    background: transparent;
}
.orange-bg {
    background: #f7974b;
    padding: 50px;
    margin-top: 25px;
}
.yellow-border {
    border: 2px solid #eebf49;
    padding: 25px 35px;
    margin-top: 25px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 228px;
}
.yellow-border::after {
    content: "";
    position: absolute;
    bottom: -23px;
    right: -17px;
    width: 40px;
    height: 40px;
    display: block;
    transform: rotate(50deg);
    background: #eebf49;
}
.yellow-border a {
    font-size: 21px;
    font-weight: 800;
    padding: 10px;
    line-height: 1.2;
    color: #000;
    background: #eebf49;
    border-radius: 10px;
    border: none;
    text-align: center;
}
.snip-apply-now-btn {
    border: none;
    padding: 0px;
    height: unset;
    margin-top: 10px;
    margin-bottom: 10px;
    justify-content: flex-start;
    align-items: flex-start;
}
.snip-apply-now-btn::after {
    display: none;
}
.winter-yellow-border {
    display: block;
}
.winter-yellow-border a {
    width: 100%;
    display: block;
    font-size: 21px;
}
.program-bg.offered-bg {
    background: transparent;
    border-top: 0;
    padding: 50px 0px;
}
.img-right-text-box-list-link .link-text {
    color: #cd1739;
}
.about_list img {
    width: 70px;
}
.about_list li {
    padding-bottom: 30px;
}
.program-bg-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.newsletter-main img {
    padding-right: 35px;
}
.newsletter-main h6 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    position: relative;
    padding: 10px 0px;
    padding-left: 35px;
}
.newsletter-main h6::before {
    content: "";
    position: absolute;
    top: 0px;
    left: -15px;
    width: 5px;
    height: 100%;
    background: #fff;
}
.newsletter-main h6 a {
    color: #101010;
    border-bottom: 1px solid #101010;
}
.newsletter-main form input {
    padding: 30px;
    border-radius: 30px;
    text-align: center;
    font-weight: 600;
    color: #fff;
    border: none;
}
.newsletter-main form button {
    padding: 30px;
    border-radius: 30px;
    width: 100%;
    background: #fff;
    color: #182f42;
}
.newsletter-main form button:hover {
    background: #ED1967;
    color: #fff;
}
.schedule-main .courses-offered-mian .card {
    padding: 0px;
    margin: 0px;
}
.radio-btn .form-check {
    margin-right: 15px;
}
.radio-btn .form-check label {
    font-weight: 500;
    font-size: 16px;
}
.checkbox-btn .form-check {
    margin-right: 15px;
    width: 25%;
}
.checkbox-btn .form-check label {
    font-weight: 500;
    font-size: 16px;
}
.form-main {
    padding-top: 170px;
}
.form-main .form-control {
    border-radius: 0px;
}
.form-main .form-label span {
    color: red;
}
label.error {
    font-size: 14px;
    color: red;
    font-weight: 500;
}
.slick-slide {
    height: auto;
}
.program-bg .download-brochure-btn {
    font-size: 24px;
    font-weight: 700;
}
.yellow-border a span {
    font-size: 16px;
}
blink {
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: ease-in;
    animation-iteration-count: infinite;
    color: #000;
}
blink a {
    color: red;
    font-size: 20px;
    font-weight: 600;
}
blink a:hover {
    color: red;
}
@keyframes blinker {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.0;
    }
    100% {
        opacity: 1.0;
    }
}




@media (max-width: 1600px) {
    h1 {
        font-size: 76px;
    }
    .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
        width: 100.5px;
        height: 100.5px;
    }
    .space-height-block {
        padding: 95px 90px;
    }
    .carousel-caption {
        width: 650px;
    }
    .carousel-dark .carousel-caption h2 {
        font-size: 50px;
    }
    .carousel-dark .carousel-caption h3 {
        font-size: 32px;
    }
}

@media (max-width: 1465px) {
    h1 {
        font-size: 65px;
    }
    .carousel-dark .carousel-caption h2 {
        font-size: 54px;
    }
    h6 {
        font-size: 20px;
    }
    .carousel-caption {
        bottom: 50px;
        width: 400px;
    }
    .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
        width: 78px;
        height: 78px;
    }
    .about-workshop-main.about-main ul li:last-child {
        padding-right: 0px;
    }
    .checkbox-btn .form-check {
        width: 100%;
    }
    .yellow-border {
        padding: 17px 35px;
    }
    .slick-initialized .swipe-tab {
        font-size: 14px;
    }
}

@media (max-width: 1365px) {
    h6 {
        font-size: 20px;
    }
    .carousel-item {
        height: 67vh;
    }
    .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
        width: 72px;
        height: 72px;
    }
}

@media only screen and (max-width: 1366px) and (min-height: 1024px) {
    h1 {
        font-size: 60px;
    }
    .carousel-item {
        height: 84vh;
    }
    .carousel-caption {
        width: 512px;
    }
    .yellow-border {
        padding: 15px 35px;
    }
}

@media only screen and (max-width: 1366px) and (min-height: 600px) {
    h1 {
        font-size: 56px;
    }
    .carousel-dark .carousel-caption h2 {
        font-size: 46px;
    }
    .carousel-caption {
        width: 475px;
    }
    .yellow-border {
        padding: 17px 35px;
    }
}

@media (max-width: 1199px) {
    h1 {
        font-size: 43px;
    }
    h6 {
        font-size: 18px;
        line-height: 24px;
        font-weight: 500;
    }
    .sub-heading {
        font-size: 18px;
        line-height: 26px;
    }
    .navbar-brand img {
        width: 170px;
    }
    .navbar-expand-lg .navbar-nav .nav-item {
        padding-right: 22px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 14px;
    }
    .navbar-expand-lg .navbar-nav {
        margin-top: 0px;
    }
    .topnav .logo img {
        width: 200px;
    }
    .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
        width: 65px;
        height: 65px;
    }
    h4 {
        font-size: 28px;
    }
    .wrapper .nav-links {
        top: 30px;
        padding-right: 20px;
    }
    .carousel-caption {
        bottom: 0px;
    }
    .carousel-item::after {
        bottom: -1px;
    }
    .carousel-caption {
        width: 370px;
    }
    .carousel-dark .carousel-caption h2 {
        font-size: 36px;
    }
    .ytf-main .card .card-header h6 {
        font-size: 20px;
    }
    .slick-initialized .swipe-tab {
        font-size: 14px;
    }
    .important-dates-main ul li {
        padding: 0px 20px;
    }
    .orange-bg {
        padding: 50px 15px;
    }
    .yellow-border {
        padding: 25px 20px;
    }
    .yellow-border a {
        font-size: 18px;
    }
    .box-b img {
        padding: 10px;
    }
    .testmonial-main .owl-theme .owl-dots {
        bottom: 10px;
    }
    .checkbox-btn .form-check {
        width: 100%;
    }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
    .carousel {
        margin-top: -90px;
    }
    .carousel-item {
        height: 45vh;
    }
}

@media (max-width: 991px) {
    .topnav {
        position: relative;
    }
    .menuButton {
        display: flex;
        top: 6px;
    }
    .menuButton span {
        width: 25px;
        height: 4px;
        background: #73984A;
        border-radius: 100px;
        transition: 0.3s ease;
    }
    .mobile-menu:checked ~ * span.top {
        transform: translateY(285%) rotate(45deg);
        width: 30px;
    }
    .mobile-menu:checked ~ * span.mid {
        transform: translateX(-20px);
        opacity: 0;
    }
    .mobile-menu:checked ~ * span.bot {
        transform: translateY(-85%) rotate(-45deg);
        width: 30px;
    }
    .navbar-collapse {
        background: #6bc6b7;
        padding: 20px;
    }
    .navbar-expand-lg .navbar-nav {
        margin-top: 0px;
    }
    .navbar-brand img {
        width: 120px;
    }
    .navbar-collapse {
        background: #6bc6b7;
        padding: 20px;
    }
    .mobile-nav {
        background: #fff;
        padding-right: 15px;
    }
    .navbar-expand-lg .navbar-nav {
        margin-top: 0px;
    }
    .topnav .logo img {
        width: 200px;
    }
    .carousel-caption {
        bottom: 5px;
    }
    .carousel-item {
        height: 48vh;
    }
    .about-main ul li:last-child {
        padding-bottom: 0px;
    }
    .schedule-main .nav-item {
        padding: 0px 5px;
    }
    .carousel-dark .carousel-caption h2 {
        font-size: 32px;
    }
    .carousel-caption {
        width: 375px;
    }
    .carousel {
        margin-top: -95px;
    }
    .about-bg-main {
        padding-top: 0px;
    }
    .about-bg-main img {
        padding-bottom: 25px;
    }
    .important-dates-main ul li {
        padding: 0px 30px;
    }
    .testmonial-main .owl-theme .owl-dots {
        bottom: 10px;
        left: 42%;
    }
    .newsletter-main h6 {
        font-size: 20px;
    }
    .form-main {
        padding-top: 20px;
    }
    .checkbox-btn .form-check {
        width: 100%;
    }
    .winter-yellow-border {
        height: auto;
    }
    .weekend-yellow-border {
        display: block;
        height: auto;
    }
    .weekend-yellow-border a {
        display: block;
        width: 100%;
    }
    .weekend-yellow-border a:first-child {
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    [role="region"][aria-labelledby][tabindex] {
        max-height: 80vh;
    }
    table.compare-table h4 {
        font-size: 18px;
        line-height: 20px;
    }
    section {
        padding: 60px 0px;
    }
    h1 {
        font-size: 28px;
        line-height: 34px;
    }
    h4 {
        font-size: 26px;
        line-height: 32px;
    }
    h6 {
        font-size: 16px;
    }
    .carousel-dark .carousel-caption h2 {
        font-size: 24px;
        line-height: 34px;
    }
    .menuButton {
        display: flex;
        top: 6px;
    }
    .menuButton span {
        width: 25px;
        height: 4px;
        background: #73984A;
        border-radius: 100px;
        transition: 0.3s ease;
    }
    .mobile-menu:checked ~ * span.top {
        transform: translateY(285%) rotate(45deg);
        width: 30px;
    }
    .mobile-menu:checked ~ * span.mid {
        transform: translateX(-20px);
        opacity: 0;
    }
    .mobile-menu:checked ~ * span.bot {
        transform: translateY(-85%) rotate(-45deg);
        width: 30px;
    }
    .navbar-collapse {
        background: #6bc6b7;
        padding: 20px;
    }
    .mobile-nav {
        background: #fff;
        padding-right: 15px;
    }
    .navbar-expand-lg .navbar-nav {
        margin-top: 0px;
    }
    .topnav .logo img {
        width: 165px;
    }
    .nav-links li {
        padding: 0px;
    }
    .nav-links li a {
        color: #fff;
    }
    .main-heading {
        font-size: 32px;
        line-height: 40px;
    }
    .sub-heading {
        font-size: 16px;
        line-height: 26px;
    }
    .topnav.nav-scroll .logo img {
        width: 120px;
    }
    .carousel {
        margin-top: -80px;
    }
    .carousel-item {
        height: 420px;
    }
    .carousel-item img {
        height: 100%;
        position: absolute;
        left: -35%;
        width: auto !important;
    }
    .carousel-caption {
        bottom: 0px;
        width: auto;
    }
    .owl-carousel .owl-item img {
        width: auto;
    }
    .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
        width: 50px;
        height: 50px;
    }
    .carousel-item::after {
        display: none;
    }
    .carousel-dark .carousel-caption h3 {
        font-size: 20px;
    }
    .meet-spkeaers-main a {
        width: 100%;
    }
    .about-main ul li h6 {
        padding-top: 0px;
    }
    .slick-initialized .swipe-tab {
        height: 70px;
        font-size: 14px;
        margin-right: 10px;
    }
    .slick-initialized .swipe-tab2 {
        height: 70px;
        font-size: 14px;
        margin-right: 10px;
    }
    .slick-initialized .swipe-tab3 {
        height: 70px;
        font-size: 14px;
        margin-right: 10px;
    }
    .meet-spkeaers-main ul.slick-dots li {
        width: 12px;
        height: 12px;
    }
    .topnav {
        position: relative;
    }
    .main-container .program-bg {
        padding: 15px;
    }
    .yellow-bg {
        padding: 15px;
    }
    .orange-bg {
        padding: 15px;
    }
    .important-dates-main ul li {
        padding: 0px;
    }
    .yellow-border {
        padding: 20px;
    }
    .about-bg-main img {
        margin-bottom: 25px;
    }
    .about-main h4 {
        margin-bottom: 15px !important;
    }
    .ytf-main .card .card-header h6 {
        padding-top: 0px;
        font-size: 20px;
    }
    .schedule-main .main-container h6 {
        padding-top: 0px;
        margin-bottom: 15px !important;
    }
    .yellow-border a {
        font-size: 18px;
    }
    .schedule-main .courses-offered-mian .card {
        padding: 15px;
        margin: 0px;
    }
    .about_list img {
        width: 40px;
    }
    .owl-carousel .owl-item .box-b img {
        width: 100%;
    }
    .box-b {
        padding: 15px;
    }
    .testmonial-main .owl-theme .owl-dots {
        position: unset;
    }
    .newsletter-main h6::before {
        display: none;
    }
    .wrapper .btn {
        padding: 0px;
        color: #fff;
    }
    .wrapper .btn.close-btn {
        right: 30px;
        top: 40px;
    }
    .program-bg.important-date-bg {
        padding: 0px;
    }
    .program-bg.offered-bg {
        padding-top: 35px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .team-main h6,
    .team-main p {
        text-align: center;
    }
    .team-main p {
        padding-right: 0px !important;
    }
    .schedule-main .accordion-item {
        border: none;
    }
    .schedule-main .accordion-body {
        padding: 0px;
    }
    .slick-initialized .swipe-tab {
        height: 60px;
        font-size: 12px;
    }
    .slick-initialized .swipe-tab.active-tab::after {
        width: 70%;
        left: 24px;
    }
    .box-b p {
        text-align: center;
    }
    .newsletter-main h6 {
        padding-left: 0px;
        font-size: 16px;
        font-weight: 500;
    }
    .form-main {
        padding-top: 20px;
    }
    .checkbox-btn .form-check {
        width: 100%;
    }
    .wrapper .nav-links {
        top: 0px;
    }
    .weekend-yellow-border {
        display: block;
    }
    .weekend-yellow-border a {
        display: block;
        width: 100%;
    }
    .weekend-yellow-border a:first-child {
        margin-bottom: 15px;
    }
}

@media (max-width: 480px) {
    .slick-initialized .swipe-tab {
        height: 70px;
        font-size: 12px;
        margin-right: 10px;
    }
    .carousel-item img {
        left: -15%;
    }
}
@media (max-width: 480px) {
    .slick-initialized .swipe-tab2 {
        height: 70px;
        font-size: 12px;
        margin-right: 10px;
    }
}
@media (max-width: 480px) {
    .slick-initialized .swipe-tab3 {
        height: 70px;
        font-size: 12px;
        margin-right: 10px;
    }
}

@media (max-width: 320px) {
    .carousel-item img {
        left: -15%;
    }
}

@media (min-width:768px) {
    .tab-content .accordion-item {
        border: 0;
        border-radius: 0;
    }
}
@media (max-width:767px) {
    h2 {
        font-size: 32px;
    }
    .tab-content > .tab-pane {
        display: block;
        opacity: 1;
    }
    .about-main {
        padding: 60px 15px;
    }
    .about-main h6 {
        padding-top: 30px;
    }
    .about-main h4 {
        line-height: 34px;
    }
    .important-dates-main ul li::after {
        display: none;
    }
    .important-dates-main ul li:last-child {
        padding-top: 15px;
    }
    .schedule-main .nav-item {
        padding-bottom: 15px;
    }
    .schedule-main .nav-item:last-child {
        padding-bottom: 0px;
    }
    .sponsors-main .owl-carousel .owl-item img {
        width: 100%;
    }
    .sponsors-main .section-padding {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}
