* {

    margin: 0;

    padding: 0;

    box-sizing: border-box;

}



html {

    scroll-behavior: smooth;

}



::selection {

    color: var(--theme-clr3);

    background-color: var(--theme-clr2);

}



:root {

    --theme-clr-dark: #9e0b0f;

    --theme-clr1: #961f60;

    --theme-clr2: #2e3192;

    --theme-clr3: #ed1163;

    --theme-clr4: #fde88b;

}



.text-theme {

    color: var(--theme-clr1);

}



.theme-light {

    background-color: var(--theme-light);

    color: var(--theme-clr1);

}



body {

    font-family: "Karla", sans-serif;

    font-size: 16px;

    line-height: 24px;

    letter-spacing: 0.2px;

    color: #424242;

    background: #ffffff;

    -webkit-font-smoothing: antialiased;

}



h1,

h2 {

    font-weight: 800;

    font-family: "Lora", serif;

}



h3,

h4,

h5,

h6 {

    font-weight: 600;

    font-family: "Lora", serif;

}



a {

    text-decoration: none;

    transition: 0.3s ease;

}



ul {

    list-style: none;

    padding: 0;

    margin: 0;

}



img {

    max-width: 100%;

}



.py-60 {

    padding-top: 60px;

    padding-bottom: 60px;

}



.pt-60 {

    padding-top: 60px;

}



.pt-80 {

    padding-top: 80px;

}



.pb-80 {

    padding-bottom: 80px;

}



.py-80 {

    padding-top: 80px;

    padding-bottom: 80px;

}



.pt-150 {

    padding-top: 150px;

}



a.btn.btn-theme1 {

    background: var(--theme-clr2);

    color: #ffffff;

    padding: 0.5rem 1.8rem;

    transition: 0.2s ease-out;

}



a.btn.btn-theme1:hover {

    background: var(--theme-clr3);

    color: #ffffff;

}



a.btn.btn-theme2 {

    background: var(--theme-clr2);

    color: #ffffff;

    padding: 0.5rem 1.8rem;

}



a.btn.btn-theme2:hover {

    background: var(--theme-clr1);

    color: #ffffff;

}



a.btn.btn-round {

    background: var(--theme-clr1);

    color: var(--theme-white);

    border-radius: 100px;

    height: 50px;

    width: 50px;

    line-height: 38px;

    transition: 0.2s ease-out;

    overflow: hidden;

}



a.btn.btn-round span {

    visibility: hidden;

    transition: 0.5s ease-in;

}



a.btn.btn-round:hover {

    width: 160px;

    background: var(--theme-white);

    color: var(--theme-clr1);

}



a.btn.btn-round:hover span {

    visibility: visible;

    transition: 0.5s ease-out;

}



.login-btn {

    color: var(--theme-clr-dark);

    display: flex;

    align-items: center;

}



.login-btn a {

    color: var(--theme-clr-dark);

    padding: 0 0.8rem;

}



.btn-video {

    position: absolute;

    left: 50%;

    top: 50%;

    transform: translate(-50%, -50%);

}



.btn-video::before {

    content: "";

    position: absolute;

    top: 50%;

    left: 50%;

    height: 70px;

    width: 70px;

    transform: translate(-50%, -50%);

    border-radius: 100%;

    box-shadow: 0 0 0 0 var(--theme-clr3);

    animation: witr_video_ripple 2s infinite;

}



.btn-video i {

    color: #fff;

    height: 70px;

    width: 70px;

    text-align: center;

    line-height: 70px;

    background: var(--theme-clr3);

    border-radius: 50%;

    font-size: 25px;

    display: inline-block;

    transition: 1s;

}



#scrollTop {

    position: fixed;

    bottom: 20px;

    right: 20px;

    cursor: pointer;

    display: none;

    z-index: 99;

    border: none;

}



.top-btn {

    background-color: var(--theme-clr3);

    color: #fff;

    width: 45px;

    height: 45px;

    border-radius: 50%;

    -webkit-box-shadow: 0 0 15px var(--theme-clr3);

    box-shadow: 0 0 15px var(--theme-clr3);

    font-size: 20px;

    display: inline-block;

    text-align: center;

    line-height: 45px;

    -webkit-transition: 0.9s;

    transition: 0.9s;

}



.list-item li {

    display: flex;

    padding: 5px 0;

}



.list-item li i {

    font-size: 18px;

    margin-right: 10px;

    color: var(--theme-clr1);

}





/*notification*/



.notification {

    position: fixed;

    left: 0;

    top: 0;

    background: rgb(0 0 0 / 60%);

    width: 100%;

    height: 100%;

}



.notify-box-bg {

    display: flex;

    justify-content: center;

    align-items: center;

    width: 100%;

    height: 100%;

}



.notify-box {

    width: 460px;

    max-width: 90%;

    margin: auto;

    font-size: 0.875rem;

    pointer-events: auto;

    background-color: #ffffff;

    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);

    border-radius: 0.25rem;

    font-size: 16px;

}





/* HEADER TOP*/



.qlinks-top ul li {

    padding: 0 1rem;

    border-left: 1px solid #8799a3;

}



.qlinks-top ul li:first-child {

    border: none;

}



.qlinks-top a {

    color: var(--theme-clr3);

}



.qlinks-top a:hover {

    color: #ffffff;

}



header {

    position: sticky;

    z-index: 111;

    width: 100%;

    top: 0;

    left: 0;

    background: var(--theme-clr2);

    padding: 0.8rem 0 0;

}



header::before {

    content: "";

    z-index: -1;

    position: absolute;

    width: 100%;

    height: 100px;

    left: 0;

    top: 35px;

    background-image: url(../img/banner-shape.png);

    background-repeat: no-repeat;

    background-size: 100%;

}



.head-top.border-bottom {

    border-bottom: 1px solid rgb(255 255 255 / 19%) !important;

}



.logo img {

    max-width: 130px;

    border-radius: 100px;

    padding: 5px;

}



header .icon {

    width: 40px;

    height: 40px;

    color: var(--theme-clr-dark);

    background: var(--theme-clr3);

    text-align: center;

    line-height: 40px;

    border-radius: 50px;

    margin: auto;

}



header h1 {

    color: #ffffff;

    text-transform: uppercase;

}



header a {

    color: var(--theme-clr3);

}



header h5 {

    color: var(--theme-clr1);

}





/*NAVBAR*/



.navbar-expand-lg .navbar-nav .nav-link {

    margin: 0;

    color: var(--theme-clr4);

    font-weight: 400;

    border-radius: 35px;

    padding: 0.5rem 1rem;

    text-transform: uppercase;

}



.navbar-light .navbar-nav .nav-link:focus,

.navbar-light .navbar-nav .nav-link:hover {

    color: var(--theme-clr-dark);

    background-color: var(--theme-clr4);

}



.navbar-expand-lg .navbar-nav .nav-link:hover {

    color: var(--theme-clr-dark);

    background-color: var(--theme-clr4);

}



.navbar-expand-lg .navbar-nav .nav-link:hover i {

    color: var(--theme-white);

}



.dropdown-menu {

    border: none;

    min-width: 240px;

    padding: 1.2rem 0.8rem;

    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;

    background: var(--theme-clr4);

}



.dropdown-item {

    padding: 8px 8px 8px 0px;

    transition: 0.2s ease-out;

    font-size: 14px;

    text-transform: uppercase;

}



.dropdown-item:hover {

    background: none;

    color: var(--theme-clr-dark);

    padding: 8px 8px 8px 30px;

}



.dropdown-menu li {

    position: relative;

    margin-left: 18px;

}



li.nav-label {

    color: var(--theme-clr2);

    margin-left: 18px;

    padding-left: 30px;

    font-size: 12px;

    font-weight: bold;

}



.dropdown-menu li::before {

    height: 1px;

    width: 0;

    content: "";

    position: absolute;

    left: 0px;

    top: 50%;

    background-color: var(--theme-clr1);

    transform: translateY(0%);

    transition: 0.2s ease-out;

}



.dropdown-menu li:first-child::before {

    width: 20px;

}



.dropdown-menu li:hover::before {

    width: 20px;

}





/*BANNER*/



.banner {

    text-align: center;

    position: relative;

    z-index: 1;

    background: url(../img/bg.jpg) no-repeat;

    background-position: center;

    background-size: cover;

    padding: 140px 0 80px;

}



.banner h1 {

    font-size: 72px;

    line-height: 82px;

    font-weight: 600;

    color: var(--theme-clr1);

}



.banner h2 {

    font-size: 34px;

    line-height: 42px;

    font-weight: 300;

    color: var(--bs-body-color);

}



.banner p {

    font-size: 34px;

    line-height: 42px;

    font-weight: 300;

    color: var(--theme-clr2);

}



.banner p.theme {

    font-size: 28px;

    line-height: 32px;

    font-weight: 300;

    background: #fff;

    color: #002347;

    display: inline-block;

    padding: 8px 20px;

    outline: 1px solid #ffffff;

    outline-offset: 5px;

    border-radius: 50px;

    margin: 0 0 20px;

}





/*countdown*/



.timer ul {

    display: flex;

    justify-content: center;

}



.timer li {

    width: 120px;

    background: #fff;

    margin: 0.5rem;

    padding: 0.5rem;

    border-radius: 0.8rem;

    text-transform: uppercase;

}



.timer span {

    display: block;

    font-size: 38px;

    line-height: 38px;

    font-weight: 600;

    font-family: "Lora", serif;

    color: var(--theme-clr3);

    border-bottom: 1px solid var(--bs-gray-200);

    padding: 10px 0 10px;

    margin: 0 0 0.3rem;

}



.timer li p {

    font-size: 18px;

    line-height: 26px;

    margin: 0;

}





/*SLIDER*/



.carousel::before {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    content: "";

    z-index: 1;

    background: rgb(0 0 0 / 12%);

}



.carousel-caption {

    top: 35%;

    bottom: auto;

    padding: 0;

    transform: translateY(0%);

    z-index: 1;

}



.carousel-caption h2 {

    font-size: 62px;

    line-height: 72px;

    font-weight: 800;

    letter-spacing: 1px;

    text-transform: uppercase;

    text-shadow: 3px 3px 0 rgb(0 0 0 / 40%);

}



.carousel-caption p {

    font-size: 24px;

    line-height: 32px;

}





/*quick-links*/



.quick-links {

    text-align: center;

}



.quick-links h2 {

    color: var(--theme-clr2);

}



.quick-links li a.link-bg {

    display: flex;

    padding: 3rem 1rem;

    font-size: 24px;

    line-height: 26px;

    color: #ffffff;

    width: 100%;

    height: 250px;

    align-items: center;

    justify-content: center;

    /* border-right: 1px solid #f1f1f1; */

    overflow: hidden;

    border-radius: 1.8rem;

    margin: 1rem 0;

    transition: 0.5s ease-out;

}



.quick-links li:hover a.link-bg {

    transform: scale(1.05);

}





/* .quick-links li:nth-child(2) a.link-bg {

    background: #00a2d6;

    background: url(../img/icon-world.png), -moz-linear-gradient(42deg, #ff9800 0%, #ffc107 30%, rgb(255 118 0) 100%);

    background: url(../img/line-pattern.jpg), -webkit-linear-gradient(42deg, #ff9800 0%, #ffc107 30%, rgb(255 118 0) 100%);

    background: url(../img/icon-world.png), -ms-linear-gradient(42deg, #ff9800 0%, #ffc107 30%, rgb(255 118 0) 100%);

    background-blend-mode: multiply;

    background-size: 100%;

} */



.quick-links li:nth-child(1) a.link-bg {

    background: #df8401;

    background: url(../img/icon-world.png), -moz-linear-gradient(42deg, rgb(53, 184, 231) 0%, rgb(60, 182, 235) 30%, rgb( 20, 135, 185) 100%);

    background: url(../img/bubles.png), -webkit-linear-gradient(42deg, rgb(53, 184, 231) 0%, rgb(60, 182, 235) 30%, rgb( 20, 135, 185) 100%);

    background: url(../img/icon-world.png), -ms-linear-gradient(42deg, rgb(53, 184, 231) 0%, rgb(60, 182, 235) 30%, rgb( 20, 135, 185) 100%);

    background-blend-mode: screen;

    background-size: 120%;

}



.quick-links li:nth-child(2) a.link-bg {

    background: #de1e66;

    background: url(../img/icon-world.png), -moz-linear-gradient(42deg, rgb(158, 32, 164) 0%, rgb(167, 51, 172) 30%, rgb( 131, 6, 142) 100%);

    background: url(../img/line-pattern.jpg), -webkit-linear-gradient(42deg, rgb(158, 32, 164) 0%, rgb(167, 51, 172) 30%, rgb( 131, 6, 142) 100%);

    background: url(../img/icon-world.png), -ms-linear-gradient(42deg, rgb(158, 32, 164) 0%, rgb(167, 51, 172) 30%, rgb( 131, 6, 142) 100%);

    background-blend-mode: color-burn;

    background-size: 150%;

}



.quick-links li:nth-child(3) a.link-bg {

    background: #5e2ec7;

    background: url(../img/icon-world.png), -moz-linear-gradient(42deg, #8bc34a 0%, #cddc39 30%, #689f38 100%);

    background: url(../img/bubles.png), -webkit-linear-gradient(42deg, #8bc34a 0%, #cddc39 30%, #689f38 100%);

    background: url(../img/icon-world.png), -ms-linear-gradient(42deg, #8bc34a 0%, #cddc39 30%, #689f38 100%);

    background-blend-mode: overlay;

    background-size: 160%;

}



.quick-links li:nth-child(4) a.link-bg {

    background: #df8401;

    background: url(../img/icon-world.png), -moz-linear-gradient(42deg, rgb(94, 46, 199) 0%, rgb(117, 73, 212) 30%, rgb( 80, 24, 204) 100%);

    background: url(../img/line-pattern.jpg), -webkit-linear-gradient(42deg, rgb(94, 46, 199) 0%, rgb(117, 73, 212) 30%, rgb( 80, 24, 204) 100%);

    background: url(../img/icon-world.png), -ms-linear-gradient(42deg, rgb(94, 46, 199) 0%, rgb(117, 73, 212) 30%, rgb( 80, 24, 204) 100%);

    background-blend-mode: overlay;

    background-size: 100%;

}



.quick-links li:nth-child(5) a.link-bg {

    background: #5e2ec7;

    background: url(../img/icon-world.png), -moz-linear-gradient(42deg, rgb(222, 30, 102) 0%, rgb(223, 54, 118) 30%, rgb( 209, 17, 89) 100%);

    background: url(../img/bubles.png), -webkit-linear-gradient(42deg, rgb(222, 30, 102) 0%, rgb(223, 54, 118) 30%, rgb( 209, 17, 89) 100%);

    background: url(../img/icon-world.png), -ms-linear-gradient(42deg, rgb(222, 30, 102) 0%, rgb(223, 54, 118) 30%, rgb( 209, 17, 89) 100%);

    background-blend-mode: screen;

    background-size: 100%;

}



.quick-links li .icon-box {

    display: block;

    font-size: 42px;

    margin: 0 auto 2rem;

    width: 80px;

    height: 80px;

    background: rgb(255 255 255 / 12%);

    line-height: 80px;

    border-radius: 1rem;

    box-shadow: 0 0 0 0 rgb(255 255 255 / 20%);

    transition: ease-out 0.2s;

}



.quick-links li:hover .icon-box {

    transform: scale(1.2);

    animation: witr_video_ripple 2s infinite;

}



@keyframes witr_video_ripple {

    70% {

        box-shadow: 0 0 0 150px rgba(255, 255, 255, 0);

    }

    100% {

        box-shadow: 0 0 0 0px rgba(255, 255, 255, 0);

    }

}



.asset-img1 {

    position: absolute;

    left: 3%;

    top: 5%;

}



.asset-img2 {

    position: absolute;

    left: 5%;

    bottom: 48%;

}



.asset-img3 {

    position: absolute;

    right: 3%;

    top: 10%;

}



.asset-img4 {

    position: absolute;

    left: 3%;

    bottom: 11%;

}



.asset-img5 {

    position: absolute;

    left: 40%;

    top: 8%;

}



.asset-img6 {

    position: absolute;

    right: 5%;

    top: 40%;

}



.asset-img7 {

    position: absolute;

    right: 5%;

    bottom: 15%;

}



.quick-links .asset-img1 {

    left: auto;

    right: 10%;

}



.quick-links .asset-img3 {

    position: absolute;

    right: 3%;

    top: auto;

    bottom: 30%;

}



.quick-links .asset-img6 {

    left: 1%;

    right: auto;

}



.quick-links .asset-img7 {

    position: absolute;

    right: auto;

    top: 15%;

    left: 6%;

    bottom: auto;

}



.animate1 {

    -webkit-animation: up-down 2s infinite alternate;

    animation: up-down 2s infinite alternate;

}



@keyframes up-down {

    0% {

        transform: translatey(0);

    }

    100% {

        transform: translatey(-10px);

    }

}





/*SOCIAL LINKS*/



.social-links {

    position: fixed;

    left: 0;

    top: 50%;

    transform: translateY(-50%);

    z-index: 111;

}



.social-links li {

    display: block;

}



.social-links li a {

    display: block;

    width: 35px;

    height: 35px;

    font-size: 18px;

    line-height: 35px;

    color: #fff;

    background: #000;

    text-align: center;

}



.social-links li:nth-child(1) a {

    background: #00aced;

}



.social-links li:nth-child(2) a {

    background: #ff0000;

}



.social-links li:nth-child(3) a {

    background: #3b5998;

}



.social-links li:nth-child(4) a {

    background: #12af0a;

}



.social-links li:nth-child(5) a {

    background: linear-gradient(45deg, #405de6, #fd1d1d);

}





/*FOOTER*/



.footer {

    background: url(../img/pattern1.jpg) var(--theme-clr2);

    background-blend-mode: multiply;

    color: #fff;

}



.footer .logo {

    width: 220px;

}



.footer h4 {

    margin-bottom: 1rem;

}



.footer a {

    color: #fff;

}



.footer a:hover {

    color: var(--theme-clr3);

}



.footer-links li {

    padding: 5px 0;

}



.footer-links li i {

    margin-right: 10px;

    color: var(--theme-clr3);

}



.foot-gallery li {

    /* width: 70px; */

    height: 70px;

    overflow: hidden;

}



.foot-gallery li img {

    object-fit: cover;

    height: 100%;

}



.address-section .icon-box {

    background: var(--theme-clr1);

    width: 62px;

    height: 62px;

    line-height: 62px;

    display: inline-block;

    border-radius: 0.8rem;

    color: #fff;

    text-align: center;

    font-size: 32px;

    margin: 0 0 1rem;

}



.address-box {

    background: rgb(74 103 19 / 32%);

    padding: 2rem 1rem;

    border-radius: 1rem;

}



.foot-links {

    border-top: 1px solid rgb(255 255 255 / 14%);

    border-bottom: 1px solid rgb(255 255 255 / 14%);

    padding: 1rem 0;

    display: flex;

    justify-content: center;

}



.foot-links li {

    background-color: rgb(255 255 255 / 9%);

    border-radius: 0.5rem;

    padding: 3px 8px;

    border: 1px solid #4a6713;

    font-size: 14px;

    margin: 0 0.5rem;

}



.copyright {

    border-top: 1px solid rgb(255 255 255 / 16%);

}





/*HOME ABOUT*/



.home-about h2 {

    color: var(--theme-clr3);

    font-weight: 800;

}



.home-about h2 span {

    color: var(--theme-clr2);

    font-weight: 400;

}



.about-left {

    position: relative;

}



.about-left img {

    width: 100%;

    border-radius: 2rem;

}



.exprience {

    position: absolute;

    right: -20px;

    top: 80px;

    width: 150px;

    color: var(--theme-clr4);

    background: var(--theme-clr3);

    font-size: 32px;

    font-weight: 800;

    text-align: center;

    padding: 20px 10px;

    line-height: 32px;

    border-radius: 20px;

}



.exprience span {

    font-weight: 400;

    font-size: 22px;

    text-transform: uppercase;

}



.about-right .list-item li {

    display: flex;

    padding: 5px 0;

    width: 45%;

}



.home-about .profile-img {

    width: 150px;

    height: 150px;

}





/*home-office-bearers*/



.home-office-bearers {

    background-image: url(../img/room-business-meeting.jpg);

    position: relative;

    z-index: 1;

    color: #fff;

    text-align: center;

    background-size: cover;

}



.home-office-bearers::before {

    position: absolute;

    left: 0;

    top: 0;

    height: 100%;

    width: 100%;

    opacity: 0.8;

    content: "";

    background: var(--theme-clr3);

    z-index: -1;

}



.profile-box {

    /* background: rgb(255 255 255 / 5%); */

    border-radius: 1rem;

    padding: 1rem 0;

}



.profile-img {

    border-radius: 100%;

    overflow: hidden;

    margin: 0 auto 1rem;

    width: 180px;

    height: 180px;

    border: 2px solid var(--theme-clr3);

    padding: 0.3rem;

}



.profile-img img {

    width: 100%;

    border-radius: 100%;

}



.profile-box h4 {

    font-size: 18px;

    color: var(--theme-clr2);

}





/* Home Registration Fee Details*/



.reg-box {

    outline: 1px solid rgb(0 0 0 / 9%);

    padding: 2rem 1rem;

    margin: 1rem 1rem;

    border-radius: 0rem;

    background: #fff;

    color: var(--theme-clr3);

    outline-offset: -20px;

}



.reg-box h3 {

    color: var(--theme-clr2);

    font-weight: 300;

    font-size: 24px;

}



.reg-box p {

    color: var(--bs-gray-600);

}





/*conf-highlights*/



.conf-highlights {

    text-align: center;

}



.conf-highlights ul {

    display: flex;

    flex-wrap: wrap;

    justify-content: center;

}



.conf-highlights ul li {

    padding: 2rem 1rem;

    display: flex;

    font-size: 26px;

    line-height: 34px;

    width: 50%;

    justify-content: flex-start;

    align-items: center;

    text-align: left;

}



.conf-highlights ul li:nth-child(odd) {

    justify-content: end;

    text-align: right;

}



.conf-highlights ul li i {

    color: #fff;

    font-size: 32px;

}



.conf-highlights ul li .icon-box {

    background: var(--theme-clr3);

    width: 90px;

    height: 90px;

    line-height: 90px;

    text-align: center;

    margin: 0 1rem;

    border-radius: 0.8rem;

}



.conf-highlights ul li:nth-child(1) .icon-box {

    background: #2196f3;

}



.conf-highlights ul li:nth-child(2) .icon-box {

    background: var(--theme-clr2);

}



.conf-highlights ul li:nth-child(3) .icon-box {

    background: var(--theme-clr3);

}



.conf-highlights ul li:nth-child(4) .icon-box {

    background: #8bc34a;

}



.conf-highlights ul li:nth-child(5) .icon-box {

    background: #9c27b0;

}



.conf-highlights ul li:nth-child(6) .icon-box {

    background: #ff9800;

}