@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500&family=Jost:wght@500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Economica:ital,wght@0,400;0,700;1,400;1,700&display=swap');
/*--------------------------------------------------------------
# General style
--------------------------------------------------------------*/
*{
    font-family: "Rubik", sans-serif;
}
body {
    font-family: "Rubik", sans-serif;
    max-width: 100%;
    width: 100%;
    font-weight: 400;
}

:root{
    --prcolor: #ef7f1a;
}

a,
a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Jost', sans-serif;
    font-weight: 600;
}

h1 {
    font-size: 30px;
}
h2 {
    font-size: 26px;
}
h3 {
    font-size: 22px;
}
h4{
    font-size: 18px;
}
p{
    font-size: 16px;
    line-height: 26px;
}
ul{
    margin: 0;
    padding: 0;
}

.pt-60{
    padding-top: 60px;
}
.pt-50{
    padding-top: 50px;
}
.pt-40{
    padding-top: 40px;
}
.pb-60{
    padding-bottom: 60px;
}
.pb-50{
    padding-bottom: 50px;
}
.pb-40{
    padding-bottom: 40px;
}


.top-bg{
    background: url(../images/anc-bg1.jpg) no-repeat center center;
    min-height: 100vh;
    background-size: cover;
    padding-top: 35px;
    position: relative;
}

.top-bg:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.7);
}

.menu-position{
    background: rgb(15,138,157);
    background: radial-gradient(circle, rgba(15,138,157,1) 0%, rgba(7,66,154,1) 100%);
    border-radius: 25px;
    padding: 15px;
    position: relative;
}

.fixmenu{
    position: fixed;
    left: 0;
    right: 0;
    max-width: 100% !important;
    border-radius: 0;
    top: 0;
    z-index: 99;
    padding: 10px 100px;
    animation: smoothScroll 1s forwards;
}

@keyframes smoothScroll 
{
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

.web-logo{
    max-height: 40px;
}

.cust-btn:before{
    display: none !important;
}

.cust-btn, .cust-btn:hover {
    display: inline-block;
    padding: 10px 24px !important;
    color: #ffffff !important;
    background-color: var(--prcolor) !important;
    font-size: 16px;
    line-height: 16px;
    border-radius: 4px;
    text-align: center !important;
}

.top-content{
    margin-top: 180px;
    position: relative;
}

.top-content-width{
    width: 80%;
}

.htitle1{
    font-size: 68px;
    line-height: 80px;
    color: #fff;
    text-shadow: 2px -1px 4px #000;
}

.htitle2{
    font-size: 38px;
    line-height: 52px;
    color: #fff;
    font-weight: 500;
    margin-top: 20px;
}

.sky-play{
    background-color: var(--prcolor);
    color: #fff;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    text-align: center;
    position: absolute;
    right: 50px;
    top: 5px;
    display: inline-block;
    cursor: pointer;
    z-index: 9;
}

.sky-play .material-icons{
    font-size: 44px;
    line-height: 80px;
}

.sky-play .circles{
    background: rgba(255,94,20,0.25);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    top: 0;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.sky-play .circles-1{
    animation: 3000ms scaleToggle2One 1000ms ease-in-out infinite;
}

.sky-play .circles-2{
    animation: 3000ms scaleToggle2Two 1000ms ease-in-out infinite;
}

@keyframes scaleToggle2One
{
    0{
        transform:scale(1);
        -webkit-transform:scale(1);
    }
    50%
    {
        opacity: 1;
    }
    100%{
        transform:scale(3);
        -webkit-transform:scale(3);
        opacity: 0;
    }
}

@keyframes scaleToggle2Two
{
    0{
        transform:scale(1);
        -webkit-transform:scale(1);
    }
    50%
    {
        opacity: 1;
    }
    100%{
        transform:scale(2);
        -webkit-transform:scale(2);
        opacity: 0;
    }
}

.modal-dialog {
    max-width: 800px;
    height: 100dvh;
    margin: 30px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-body {
    position:relative;
    padding:0px;
}

.btn-close,.btn-close:hover {
    position:absolute;
    right: -40px;
    top:0;
    background-color: #ff5e14;
    opacity: 1;
    width: 30px;
    height: 30px;
}

.hstitle1{
    color: #222;
    font-family: "Economica", sans-serif;
    margin: 0;
    text-transform: uppercase;
    font-size: 45px;
    line-height: 55px;
}

.hstitle2{
    color: var(--prcolor);
    font-family: "Economica", sans-serif;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 30px;
}

.homw-content p{
    color: #888;
    margin: 0 0 5px 0;
}

.unlock-bg{
    background-color: #000;
    margin-top: 60px;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    color: #fff;
}

.unlock-bg h3{
    font-size: 26px;
    line-height: 36px;
    color: var(--prcolor);
    font-weight: 600;
    font-family: "Economica", sans-serif;
}

.unlock-bg a{
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    padding: 16px 28px;
    background-color: var(--prcolor);
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    transition: all 0.4s ease-in-out;
}

.unlock-bg a:hover{
    background-color: #0f8a9d;
}

.wg-bg{
    background-color: #f3f3f3;
}

.accordion-button{
    font-size: 18px;
    line-height: 18px;
}

.accordion-button:not(.collapsed),
.accordion-button:focus {
    outline: none;
    border-color: transparent;
    box-shadow: none;
    background-color: transparent;
}

.accordion-button::after {
    width: 11px;
    height: 11px;
    border-radius: 100%;
    background-color: var(--prcolor);
    background-image: none !important;
}

.accordion-button:not(.collapsed){
    color: var(--prcolor);
}

.accordion-button.collapsed::after {
    background-color: var(--bs-gray-300);
}

.accordion-body p{
    margin: 0;
}

.accordion-item{
    border-radius: 7px !important;
    overflow: hidden;
}

.high-bg{
    background-color: #000;
}

.high-bg .hstitle1{
    color: #fff;
}

.high-grid{
    display: grid;
    gap: 50px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.high-flex{
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    padding-bottom: 30px;
    position: relative;
}

.high-flex .icon{
    width: 62px;
    height: 62px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--prcolor);
    position: relative;
    overflow: hidden;
}

.icon i {
    transition: transform 0.5s ease;
}

.high-flex:hover .icon i {
    animation: moveIcon 0.5s ease-in-out forwards;
}

@keyframes moveIcon {
    0% {
        transform: translate(0, 0);
    }
    40% {
        transform: translate(100px, -100px);
        opacity: 0;
    }
    60% {
        transform: translate(-100px, 100px);
        opacity: 0;
    }
    100% {
        transform: translate(0, 0);
        opacity: 1;
    }
}

.high-flex div:first-child{
    flex-basis: 62px;
    flex-grow: 0;
    flex-shrink: 0;
}

.high-flex .icon i{
    font-size: 32px;
    color: #fff;
    line-height: 0;
}

.high-flex div:last-child{
    padding-left: 25px;
}

.high-flex h4{
    font-size: 26px;
    line-height: 36px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 20px 0;
}

.high-flex p{
    color: #fff;
    margin: 0;
}

.profile-bg{
    background: url(../images/profile-bg.jpg) no-repeat center center;
    background-size: cover;
}

.jp-div{
    background-color: #fff;
    padding: 25px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: sticky;
    top: 0;
}

.jp-div img{
    width: 270px;
    max-width: 100%;
    border-radius: 10px;
}

.jp-div h4{
    margin: -20px auto 15px auto;
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    font-weight: 500;

    display: inline-block;
    padding: 10px 16px;
    background-color: var(--prcolor);
    border-radius: 10px;
}

.jp-div span{
    font-size: 16px;
    line-height: 16px;
    color: #888;
}

.jpinfo-div{
    background-color: #fff;
    padding: 25px;
    border-radius: 10px;
}

.jpinfo-div p {
    color: #888;
    margin: 0 0 10px 0;
    text-align: justify;
}

.ws-cta{
    background: rgb(15, 138, 157);
    background: radial-gradient(circle, rgba(15, 138, 157, 1) 0%, rgba(7, 66, 154, 1) 100%);
    padding: 15px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 700px;
    max-width: 100%;
    margin: 15px auto;
}

.ws-cta h4{
    color: #fff;
    font-size: 22px;
    line-height: 22px;
    margin: 0;
}

.ws-cta a{
    display: inline-block;
    padding: 10px 24px;
    color: #ffffff;
    background-color: var(--prcolor);
    font-size: 16px;
    line-height: 16px;
    border-radius: 4px;
    text-align: center !important;
    white-space: nowrap;
}

.attend-bg{
    background: url(../images/attend-bg.jpg) no-repeat center left;
    background-size: cover;
    position: relative;
}

.attend-bg:before{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    background-color: rgba(0,0,0,0.2);
}

.attend-bg:after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40%;
    background-color: #000;
    z-index: 0;
}

.attend-content{
    background-color: #000;
    padding: 50px 15px 50px 45px;
    position: relative;
    z-index: 1;
}

.attend-bg .hstitle1{
    color: #fff;
}

.attend-content ul{
    list-style-type: none;
    padding: 5px 0 0 0;
    margin: 0;
}

.attend-content ul li{
    margin-bottom: 25px;
    position: relative;
    padding-left: 38px;
    line-height: 26px !important;
    font-size: 16px !important;
    color: #fff;
}

.attend-content ul li:before{
    font-weight: 900;
    background-color: var(--prcolor);
    color: #fff;
    display: inline-block;
    content: "✓";
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0px;
    top: -2px;
    border-radius: 15px;
}

.venue-bg{
    background-color: #ffeedf;
    position: relative;
}

.venue-bg:before{
    background: url(../images/venue-bg.png) no-repeat center center;
    background-size: cover;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.venue-grid{
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 30px;
}

.venue-div{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
}

.venue-div .content{
    padding: 20px;
}

.venue-div .content h5{
    font-size: 22px;
    line-height: 22px;
    color: #000;
}

.venue-div .content span{
    position: relative;
    font-size: 16px;
    line-height: 16px;
    padding-left: 28px;
    display: inline-block;
}

.venue-div .content span svg{
    position: absolute;
    left: 0;
    top: -4px;
    max-width: 20px;
}

.venue-div .content .location{
    font-size: 16px;
    line-height: 16px;
    position: relative;
    padding-left: 30px;
    display: inline-block;
    margin: 0;
}

.venue-div .content .location img{
    position: absolute;
    left: 0;
    top: -3px;
    max-width: 20px;
}

.regbtn{
    display: inline-block;
    padding: 18px 28px;
    color: #ffffff;
    background-color: var(--prcolor);
    font-size: 20px;
    line-height: 20px;
    border-radius: 4px;
    text-align: center !important;
    white-space: nowrap;
    transition: all 0.4s ease-in-out;
}

.regbtn:hover{
    background-color: rgb(15, 138, 157);
}

.registration{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 10px;
    background-color: #fff;
    margin-top: 30px;
    padding: 30px;
}

.registration h3{
    font-size: 30px;
    line-height: 30px;
    font-family: "Economica", sans-serif;
    color: #000;
    text-align: center;
}

.registration .d-flex{
    gap: 15px;
}

.reg-price{
    background-color: #efefef;
    padding: 25px;
    border-radius: 10px;
    text-align: center;
    width: 290px;
}

.reg-price h5{
    font-size: 26px;
    line-height: 26px;
    margin: 0 auto 20px auto;
    color: var(--prcolor);
}

.reg-price span{
    font-size: 22px;
    line-height: 22px;
}

.reg-price p{
    font-size: 12px !important;
    line-height: 12px !important;
    padding: 4px 0 0 0;
    margin: 0;
}

.testi-item{
    width: 100%;
    padding: 15px 0;
}

.testi-content{
    background-color: var(--prcolor);
    color: #ffffff;
    padding: 20px;
    border-radius: 0px;
    position: relative;
}

.testi-content:before{
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-color: var(--prcolor);
    position: absolute;
    left: 50%;
    bottom: -5px;
    margin-left: -5px;
    transform: rotate(45deg);
}

.testi-content p{
    font-size: 16px !important;
    line-height: 24px !important;
    text-align: center;
    color: #fff;
}

.testi-info{
    margin-top: 20px;
}

.testi-image{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    border: 6px solid #cbcbcb;
}

.testi-image img{
    width: 100%;
}

.testi-info h5{
    margin: 10px auto 0px auto;
    font-size: 22px;
    line-height: 22px;
    color: #fff;
}

.testi-info span{
    font-size: 14px;
    line-height: 14px;
    color: #a7a7a7;
}

.tsnp3 .slick-prev:before, .tsnp3 .slick-next:before {
    font-family: "Material Icons";
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.tsnp3 .slick-prev:before{
    left: 56%;
}

.tsnp3 .slick-prev, .tsnp3 .slick-next{
    position: absolute;
    font-size: 0;
    border: 0;
    background: var(--prcolor);
    display: block;
    outline: 0;
    width: 34px;
    height: 34px;
    margin-top: -20px;
    border-radius: 0px;
    transition: all 0.3s ease-in-out;
}

.tsnp1 .slick-prev, .tsnp1 .slick-next{
    border-radius: 0 !important;
    margin-top: -25px !important;
}

.tsnp3 .slick-prev {
    top: -2px;
    right: 37px;
}

.tsnp1 .slick-prev {
    right: 47px !important;
}

.tsnp3 .slick-prev:before {
    content: "\e5e0";
}

.tsnp3 .slick-next {
    top: -2px;
    right: 0px;
}

.tsnp1 .slick-next {
    right: 10px !important;
}

.tsnp3 .slick-next:before {
    content: "\e5e1";
}

.ctabg{
    background: rgb(15,138,157);
    background: radial-gradient(circle, rgba(15,138,157,1) 0%, rgba(7,66,154,1) 100%);
}

.ctabg h2{
    color: #fff;
    font-size: 32px;
    line-height: 40px;
    margin: 0 auto 25px 0;
}

.ctabg p{
    color: #fff;
}

.btn-flip {
    opacity: 1;
    outline: 0;
    color: #fff;
    position: relative;
    text-align: center;
    display: inline-block;
    text-decoration: none;
}

.btn-flip:hover:after {
    opacity: 1;
    transform: translateY(0) rotateX(0);
}

.btn-flip:hover:before {
    opacity: 0;
    transform: translateY(50%) rotateX(90deg);
}

.btn-flip:after {
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    color: #fff;
    display: block;
    padding: 12px 30px;
    font-size: 20px;
    line-height: 30px;
    transition: 0.5s;
    position: absolute;
    background: #d16707;
    content: attr(data-back);
    transform: translateY(-50%) rotateX(90deg);
}

.btn-flip:before {
    top: 0;
    left: 0;
    opacity: 1;
    color: #fff;
    display: block;
    padding: 12px 30px;
    font-size: 20px;
    line-height: 30px;
    transition: 0.5s;
    position: relative;
    background: #ef7f1a;
    content: attr(data-front);
    transform: translateY(0) rotateX(0);
}

.footer-bg{
    background-color: #000;
    padding-top: 120px;
    position: relative;
}

.follow-div{
    position: absolute;
    left: 0;
    top: 60px;
    background-color: #fff;
    padding: 10px 40px 10px 100px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.follow-div h3{
    color: #000;
    margin: 0 20px 0 0;
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
}

.follow-div a{
    display: inline-block;
    margin: 0 10px;
}

.follow-div a img{
    max-width: 34px;
    transition: all 0.4s ease-in-out;
}

.follow-div a:hover img{
    transform: scale(1.1);
}

.footer-title{
    color: var(--prcolor);
    font-size: 46px;
    line-height: 56px;
    margin: 0 auto 0px 0;
}

.footer-p{
    color: #dbdbdb;
    font-size: 15px;
    line-height: 22px;
}

.cont-div{
    margin-top: 10px;
    background-color: #333;
    padding: 4px 10px 4px 20px;
    border-radius: 6px;
    position: relative;    
    display: inline-block;
}

.cont-div:last-child{
    margin-left: 100px;
}

.cont-div a{
    font-size: 16px;
    line-height: 16px;
    color: #fff;
}

.cont-div .icondiv{
    position: absolute;
    left: -40px;
    top: -8px;
    bottom: -8px;
    width: 50px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color: var(--prcolor);
    color: #fff;
    font-size: 22px;
    line-height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}

.footer-last{
    border-top: 1px solid rgba(255,255,255,0.6);
    margin-top: 40px;
    padding-top: 22px;
    padding-bottom: 30px;
}

.footer-last p{
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin: 0;
    padding: 0;
}

.videots-bg{
    background-color: #000;
}

.videots-bg h1{
    color: #fff;
    letter-spacing: 0.5px;
}

.video-slick .video-div{
    padding: 10px;
}

.video-slick .video-div a{
    display: block;
    position: relative;
}

.video-slick .video-div a:before{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: inline-block;
    width: 60px;
    height: 60px;
    background: url(../images/youtube.png) no-repeat center center;
    background-size: 100% 100%;
    z-index: 1;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive::before {
    display: block;
    content: "";
}




.welcome-image .div1{
    position: absolute;
    left: 30px;
    top: 20px;
    animation: translate1 4s infinite alternate forwards;
}
@keyframes translate1{
    0%{
        transform:translateX(-30px)
    }
    100%{
        transform:translateX(20px)
    }
}

.welcome-image .div2{
    position: absolute;
    right: 30px;
    top: 130px;
    animation: scale1 3s infinite alternate forwards;
}
@keyframes scale1{
    0%{
        transform:scale(0.95)
    }
    100%{
        transform:scale(1.05)
    }
}

.welcome-image .div3{
    position: absolute;
    left: 40px;
    top: 320px;
    animation: translate2 4s infinite alternate forwards;
}
@keyframes translate2{
    0%{
        transform:translateY(-30px)
    }
    100%{
        transform:translateY(20px)
    }
}

.welcome-image .div1 img, .welcome-image .div2 img, .welcome-image .div3 img{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 12px;
}