@charset "utf-8";

/* main colors */
:root {
    --main-color: #0667b3;
    --main-color-orange: #f38421;
    --main-color-bg: #0867b2;
    --main-color-black: #35363a;
}

.main-color {
    color: #0667b3 !important;
}

/* -----------------------------------
     General CSS
-------------------------------------*/
html,
body {
    font-size: 16px;
    color: #505050;
    vertical-align: baseline;
    line-height: 26px;
    font-weight: 400;
    width: 100%;
    min-height: 100%;
    overflow-x: hidden !important;
    font-family: "Poppins", sans-serif;
}

html {
    scroll-behavior: initial;
}

img {
    max-width: 100%;
    height: auto;
}


p {
    margin: 0 0 26px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #212121;
    margin: 0 0 26px;
    font-weight: 700;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

a {
    color: #1c1545;
    transition: all 0.3s ease 0s;
    text-decoration: none !important;
    outline: none !important;
}

a:active,
a:hover {
    text-decoration: none;
    outline: 0 none;
    color: #1c1545;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

::-moz-selection {
    background: #0667b3;
    text-shadow: none;
    color: #ffffff;
}

::selection {
    background: #0667b3;
    text-shadow: none;
    color: #ffffff;
}

.font-weight-1 {
    font-weight: 100 !important;
}

.font-weight-2 {
    font-weight: 200 !important;
}

.font-weight-3 {
    font-weight: 300 !important;
}

.font-weight-4 {
    font-weight: 400 !important;
}

.font-weight-5 {
    font-weight: 500 !important;
}

.font-weight-6 {
    font-weight: 600 !important;
}

.font-weight-7 {
    font-weight: 700 !important;
}

.font-weight-8 {
    font-weight: 800 !important;
}

.font-weight-9 {
    font-weight: 900 !important;
}

a.read-more.dark {
    color: #101010 !important;
}

.uppercase {
    text-transform: uppercase !important;
}

.text-primary {
    color: #4c89ac !important;
}

.sec-spacer {
    padding: 50px 0;
}

.sec-color {
    background-color: #f9f9f9;
}

.drak-color {
    background-color: #252525;
}

.gray-color {
    background-color: #f0f0f0;
}

.primary-color {
    color: #0867b2;
}

.w-color {
    color: #fff !important;
}

.primary-bg {
    background: #0867b2;
}

.bg-fixed {
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
}

.background-gradient {
    background: linear-gradient(180deg,
            rgb(20, 33, 61) 50%,
            rgb(20 33 61 / 80%) 70%,
            rgb(20 33 61 / 74%) 75%,
            rgb(20 33 61 / 4%));
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.h-55 {
    height: 55px !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.no-padding {
    padding: 0 !important;
}

.p-relative {
    position: relative !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-50 {
    margin-bottom: 50px !important;
}
.mb-70 {
    margin-bottom: 70px !important;
}
.mb-100 {
    margin-bottom: 100px !important;
}
.pb-100 {
    padding-bottom: 100px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.margin-top-35 {
    margin-top: 35px !important;
}

/*-----------------------
    preloader
-------------------------*/
.circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    overflow: hidden;
}

.circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 10s linear infinite;
    bottom: -150px;
}

.circles li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}

.circles li:nth-child(2) {
    left: 10%;
    width: 100px;
    height: 100px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3) {
    left: 70%;
    width: 80px;
    height: 80px;
    animation-delay: 4s;
}

.circles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5) {
    left: 65%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}

.circles li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}

@keyframes animate {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}

/* -----------------------------------
     Footer CSS
-------------------------------------*/
/* -----------------------------------
     Header CSS
-------------------------------------*/

/* -----------------------------------
     intro-section CSS
-------------------------------------*/

/* -----------------------------------
     General CSS
-------------------------------------*/

/* -----------------------------------
     aboutUs-section CSS
-------------------------------------*/

/* -----------------------------------
    
-------------------------------------*/

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

/* -----------------------------------
    CSS
-------------------------------------*/
.titleSection h3 {
    text-transform: capitalize;
    font-size: 36px;
    color: #0766b2;
    margin-bottom: 44px;
}

.titleSection h3 span {
    color: #f5821f;
}

.view-all-button {
    display: block;
    margin: 44px auto 0 auto;
    text-align: center;
    font-size: 22px;
    color: #f5821f;
    border-radius: 0;
    width: max-content;
    border: 1px solid #f5821f;
    padding: 15px 70px;
    text-transform: uppercase;
}

/* -----------------------------------
   conference-committee CSS
-------------------------------------*/
.conference-committee {
    padding: 100px 0;
}

h3.conference-title {
    line-height: 0.8em;
    font-size: 75px;
    letter-spacing: 0;
    color: #000;
    text-transform: uppercase;
    font-weight: bolder;
    min-height: 187px;
}

h3.conference-title span {
    display: block;
}

.col-committee .conference-card-item {
    margin-bottom: 55px;
}

.col-committee:first-child .conference-card-item img {
    width: 100%;
    height: 293px;
    object-fit: cover;
    object-position: 50% 50%;
}

.col-committee:nth-child(3n) .conference-card-item {
    width: 96%;
    display: block;
    margin: 0 0 0 auto;
}

.col-committee:nth-child(4n) .conference-card-item {
    width: 80%;
    margin: 0 0 0 auto;
}

.conference-card-item h3 {
    font-size: 32px;
    color: #000;
    margin-bottom: 5px;
    letter-spacing: normal;
    line-height: normal;
}

.conference-card-item p span {
    background: #f5821f;
    font-size: 17px;
    color: #000;
    text-transform: capitalize;
}

img.client-image {
    height: 395px;
    object-fit: cover;
}

.card-client::after {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgb(245, 130, 31);
    background: linear-gradient(90deg, rgba(245, 130, 31, 1) 0%, rgba(7, 102, 178, 0.5) 35%, rgba(0, 212, 255, 1) 100%);
}

.text-committee-part {
    position: absolute;
    background-repeat: no-repeat;
    justify-content: center;
    background-size: 170px;
    background-position: right bottom;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 20px;
    transition: all 0.5s ease-in-out;
}

.card-client:hover .text-committee-part {
    opacity: 1;
}

.text-committee-part h3 {
    font-size: 24px;
    color: #fff;
    line-height: 40px;
    margin-bottom: 8px;
    font-weight: 400;
}

.text-committee-part p {
    font-size: 14px;
    color: #ffffffab;
    font-weight: 100;
}

/* -----------------------------------
   honorary-committee CSS
-------------------------------------*/
.honorary-committee {
    background: #0766b2;
    padding: 100px 0;
}

.honorary-committee .title-honorary {
    margin-bottom: 85px;
}

.honorary-committee .title-honorary h2 {
    line-height: 0.9em;
    font-size: 90px;
    padding-left: 35px;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 10px;
    border-left: 7px solid #fff;
}

.honorary-committee .title-honorary h2 span {
    display: block;
}

.honorart-image img {
    width: 90%;
    height: 550px;
    object-fit: cover;
    object-position: 50% 50%;
    box-shadow: 0 0 0 #000;
    position: static;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom: 7px solid #fff;
}

.honorary-committee h3 {
    line-height: 1.2em;
    font-size: 36px;
    max-width: 49%;
    margin-bottom: 10px;
    color: #f5821f;
    text-transform: capitalize;
}

.honorary-committee p {
    line-height: 1.7em;
    font-size: 15px;
    color: #fff;
    padding-right: 38%;
}

.honorary-committee .row:nth-child(odd) {
    flex-direction: row-reverse;
}

.honorary-committee .row:nth-child(odd) img {
    display: block;
    margin: 0 0 0 auto;
}

/*====================New Design===============================================*/
/* -----------------------------------
    Header CSS
-------------------------------------*/

/* -----------------------------------
   slider CSS
-------------------------------------*/


@-webkit-keyframes zoom-fade {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@keyframes zoom-fade {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

.pattern-image {
    position: absolute;
    right: -50px;
    top: 0px;
    z-index: 2;
    width: 375px;
    height: 1007px;
    animation-name: zoom-fade;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: zoom-fade;
    -webkit-animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: zoom-fade;
    -moz-animation-duration: 6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: zoom-fade;
    -ms-animation-duration: 6s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: zoom-fade;
    -o-animation-duration: 6s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.side-bar:hover {
    filter: unset;
}

.side-bar::after {
    position: absolute;
    content: ' ';
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgb(0 0 0 / 70%);
}

.side-bar.active .row {
    position: relative;
    z-index: 1111;
}

.About-section .swiper {
    border-radius: 100px 0 0 0;
}

.swiper {
    width: 100%;
    height: 100%;

}

.banner-section {
    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    position: relative;
}

.banner-section .swiper-slide {
    text-align: center;
    font-size: 18px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 900px;
}

.banner-section .swiper-slide::after {
    content: ' ';
    background: rgb(0 0 0 / 10%);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}

.text-left {
    text-align: left !important;
}

.swiper-slide:hover,
.banner-section:hover {
    filter: none;
    -webkit-filter: grayscale(0);
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
}

.banner-section .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.text-slider-part {
    position: relative;
    z-index: 11111;
    text-align: center;
    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}

.text-slider-part h2 {
    font-size: 50px;
    color: #fff;
    font-weight: 700;
}

.text-slider-part h2.text-left {
    color: #fff;
}

.text-slider-part h2 span {
    color: #fff;
    display: block;
    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}

.swiper-slide:hover .text-slider-part h2 span {
    color: #4c89ac;
}

.text-slider-part p {
    color: #9a9a9a;
    font-weight: 400;
    font-size: 16px;
    margin: 0 0 10px 0;
}

.slide-button {
    cursor: pointer;
    font-size: 15px;
    text-transform: capitalize;
    font-style: normal;
    font-weight: normal;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    line-height: 1.5em;
    border-radius: 0;
    padding: 10px 35px 10px 35px;
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
    display: block;
    width: fit-content;
    margin: 30px auto 0 auto;
    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}

.slide-button.new-page {
    border: 1px solid #4c89ac;
    background: #4c89ac;
    margin: 30px 0;
    position: relative;
    font-weight: 700;
    overflow: hidden;
    text-align: center;
    border-radius: 0px;
    padding: 18px 44px;
    letter-spacing: 2px;
    color: rgb(26, 23, 25);
}

.swiper-slide:hover .slide-button {
    border: 1px solid #4c89ac;
    background: #4c89ac;
}

.swiper-slide img.logo {
    display: block;
    margin: 0 auto;
    width: auto;
    height: auto;
    object-fit: auto;
    filter: unset;
}

/* -----------------------------------
   About-section CSS
-------------------------------------*/
.About-section {
    background: url(../image/bg/bg-about.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50% !important;
    padding: 150px 0 0 0;
    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}

.About-section:hover,
.conference-committe-section:hover {
    filter: none;
}

img.about {
    width: 100%;
    display: block;
    height: 517px;
    object-fit: cover;
    filter: unset;
}

.About-section .box-item {
    width: 100%;
    padding: 50px;
    margin-bottom: 40px;
    border-radius: 0 100px 0 0;
    text-align: left;
    border: 1px solid #ebebeb;
    background-color: transparent;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.About-section .box-item .box-content ul {
    display: flex;
    gap: 20px;
}

.About-section .box-item .box-content ul li i {
    font-size: 40px;
    color: #4c89ac;
}



.About-section .box-item:hover {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
}

.About-section .box-item .box-content ul li h5 {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 16px;
    margin-top: 10px;
    font-style: normal;
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    color: #14213d;
    font-weight: 700 !important;
}

.About-section .box-item .box-content ul li p {
    font-size: 14px;
    font-weight: 100;
    font-style: normal;
    line-height: 23px;
    margin-bottom: 16px;
    color: #727272;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.About-section .box-item .box-content li a i {
    font-size: 14px;
}

.About-section .text-box {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 33px 20px 20px 20px;
    background: #fff;
    z-index: 1111;
}

.About-section .text-box h4 {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 18px;
    text-transform: capitalize;
    font-style: normal;
    font-weight: 400;
}

.About-section:hover .text-box h4 {
    color: #14213d;
    font-weight: 700 !important;
}

.About-section:hover .text-box h4 i {
    color: #4c89ac;
}

/* -----------------------------------
    CSS
-------------------------------------*/
.section {
    width: 100%;
    text-transform: capitalize;
}

.section[data-bg=yellow] {
    color: #333;
}

/* -----------------------------------
  counter-section  CSS
-------------------------------------*/
.counter-section {
    padding: 90px 0px 60px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    border-radius: 0px 100px 0px 0px;
    width: 95%;
}

.counter-section:hover {
    filter: unset;
}

.counter-section::after {
    content: ' ';
    position: absolute;
    background: #012440;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 0px 100px 0px 0px;
}

.stastic {
    position: relative;
    z-index: 1111;
    text-align: center;
    padding: 30px 10px 30px 10px;
    background: none;
}

.stastic svg {
    text-align: center;
    display: inline-block;
    border: 2px solid transparent;
    width: 2em;
    height: 2em;
    box-sizing: content-box;
    position: relative;
    margin-bottom: 25px;
}

.counter-section:hover .stastic svg path {
    fill: #4c89ac !important;
}

.stastic h4.counter.percent {
    font-size: 60px;
    color: #ffffff;
    text-align: center;
    font-weight: 700 !important;
    text-transform: none;
    margin-bottom: 10px;
    position: relative;
}

@keyframes rotateme {

    0% {
        transform: rotate(0deg);
        opacity: 1;
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
        opacity: 1;
    }
}


.stastic p {
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    text-transform: none;
    font-weight: 100;
    margin-bottom: 0;
}
.counter-section img
{
    width: 150px;
    display: block;
    margin: 0 auto 30px auto;
}
/* -----------------------------------
   honorary-committee-section CSS
-------------------------------------*/
.honorary-committee-section {
    padding: 150px 0 100px 0;
}

.honorary-committee-section:hover {
    filter: unset;
}

.committee-box img {
    height: 420px;
    object-fit: cover;
    position: relative;
    border-radius: 20% 0% 30% 0% !important;
}

.honorary-committee-section:hover img {
    filter: none;
}

.committee-box {
    margin-top: 45px;
    position: relative;
    position: relative;
    border-radius: 20% 0% 30% 0%;
    background-color: #4c89ac;
    border: 4px solid var(--main-color);
    overflow: hidden;
}

.committee-box .text-box {
    padding: 40px 36px;
    z-index: 2;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    transition: all 0.3s ease-out 0s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.committee-box:hover .text-box {
    background: linear-gradient(180deg, rgb(1 36 64 / 90%) 50%, rgb(1 36 64 / 80%) 70%, rgb(1 36 64 / 70%) 75%, rgb(1 36 64 / 0%));
    opacity: 1;
}

.committee-box .text-box h4 {
    font-weight: 400;
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 18px;
    font-style: normal;
}

.committee-box .text-box p {
    font-size: 14px;
    color: #727272;
    margin-bottom: 0;
}

.committee-box:hover h4,
.committee-box:hover p {
    color: #fff;
}

h2.title-section {
    font-size: 40px;
    line-height: 1;
    text-align: left;
    font-weight: 700;
    margin-bottom: 20px;
    color: #14213d;
    text-transform: capitalize;
}

.title-line {
    background-color: #4c89ac;
    width: 12%;
    height: 4px;
    margin: 0px auto 0 auto;
}

.speakers-one_pattern,
.speakers-one_pattern2 {
    position: absolute;
    right: 10px;
    top: 90px;
    width: 112px;
    height: 115px;
    background-repeat: no-repeat;
    animation-name: rotateme;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateme;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotateme;
    -ms-animation-duration: 15s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: rotateme;
    -o-animation-duration: 15s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.speakers-one_pattern2 {
    right: unset;
    left: 10px;
    top: unset;
    bottom: 20px;
}

/* -----------------------------------
   conference-committe-section CSS
-------------------------------------*/

.conference-committe-section {
    padding: 150px 0;
}

.conference-committe-section h3 {
    font-size: 80px;
    color: rgb(238, 238, 238);
    line-height: 1;
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
}

.team-member-box {
    text-align: center;
    transition: all .5s ease;
    position: relative;
    overflow: hidden;
    height: 100%;
    margin-top: 45px;
}


.team-member-photo {
    display: block;
    text-align: center;
    width: 240px;
    height: 240px;
    margin: 0 auto;
    position: relative;
    padding: 5px 5px;
    border-radius: 0px 50% 50% 50%;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
}

.vector-image {
    position: absolute !important;
    left: 0px;
    right: 0px;
    bottom: -30px;
    height: 129px !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.mad-team-member-info {
    padding-top: 45px;
}

.team-member-photo img {
    width: 230px;
    height: 239px;
    position: relative;
    display: block;
    margin: 0 auto;
    object-fit: cover;
    margin-bottom: 1.875rem;
    border-radius: 0px 50% 50% 50% !important;
}

.team-member-photo::before {
    position: absolute;
    content: '';
    left: 10px;
    top: 10px;
    right: 5px;
    bottom: -15px;
    border-radius: 0px 50% 50% 50%;
    border: 2px dashed #1a1719;
}

.conference-committe-section:hover img {
    filter: none;
}

.team-member-box figcaption h2,
.team-member-box figcaption h2 a {
    margin-bottom: 0.3125rem;
    font-size: 1.5rem;
    line-height: 1.875rem;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0;
}

.team-member-box figcaption span {
    display: block;
    color: #919191;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.5px;
    font-size: 0.875rem;
}

/* -----------------------------------
   google-map CSS
-------------------------------------*/
.google-map {
    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}

.google-map:hover {
    filter: unset;
}

/* -----------------------------------
   footer-section CSS
-------------------------------------*/
.footer-section {
    position: relative;
    padding: 100px 0 0 0;
    position: relative;
    background: linear-gradient(to bottom, #012440 0%, #012440 100%);
}

.footer-section .container-fluid {
    position: relative;
    z-index: 1111;
}

.bg-footer2 {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 657px;
    height: 182px;
    background-repeat: no-repeat;
}

.bg-footer1 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 501px;
    height: 211px;
    background-repeat: no-repeat;
}

.bg-s-circle {
    position: absolute;
    right: 160px;
    bottom: 120px;
    width: 37px;
    height: 37px;
    background-repeat: no-repeat;
}

.bg-s-circle2 {
    position: absolute;
    left: 60px;
    top: 20px;
    width: 37px;
    height: 37px;
    background-repeat: no-repeat;
}

.footer-section:hover {
    filter: unset;
}

footer .first-part {
    padding-right: 10%;
}

.footer-section:hover img {
    filter: none;
}

.footer-section .logo img {
    width: 100%;
    display: block;
    margin-bottom: 35px;
}

.footer-bottom {
    padding: 35px 0;
    text-align: center;
}

.footer-bottom p,
.footer-bottom p a {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    color: #fff;
}

ul.social-media-icon {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 35px;
}

ul.social-media-icon img {
    width: 25px;
}

p.paragraph {
    font-size: 16px;
    color: #fff;
    margin-bottom: 35px;
    text-align: justify;
}

hr {
    opacity: 0.2;
}

h4.title-list {
    font-weight: 600;
    font-size: 25px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 25px;
}

.page-linked ul li {
    padding: 5px 0;
}

.page-linked ul li a {
    text-transform: capitalize;
    color: #fff;
    font-weight: 100;
    font-size: 14px;
}

.border-footer-bottom {
    border-top: 1px solid #eeeeee2e;
}

.google-map iframe {
    min-height: 50vh;
    width: 100%;
}

.contact-us-list li i {
    color: #fff;
    margin-right: 5px;
    font-size: 16px;
}

/* -----------------------------------
   contact-us-list CSS
-------------------------------------*/
/* -----------------------------------
    loading CSS
-------------------------------------*/
.loading {
    position: fixed;
    margin: auto;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 11111;
    -webkit-animation: backGround 5s ease infinite;
    animation: backGround 5s ease infinite;
}

.loading .loadingWrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loading .loadingWrapper #loading {
    margin: auto;
    height: 100px;
    width: 100px;
    border: transparent;
    border-top: 3px solid #f5821f;
    border-radius: 50%;
    -webkit-animation: round 2s linear infinite;
    animation: round 2s linear infinite;
}

.loading .loadingWrapper h1 {
    color: #ffffff;
    position: relative;
    margin: auto;
    top: 50%;
}

@-webkit-keyframes round {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes round {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes backGround {
    0% {
        background: transparent;
        background-attachment: fixed;
        background: linear-gradient(180deg, rgba(1, 36, 64, 1) 50%, rgb(1 36 64 / 80%) 70%, rgb(1 36 64 / 70%) 75%, rgb(1 36 64 / 0%));
        background-color: rgba(0, 0, 0, 0);
    }

    50% {
        background: transparent;
        background-attachment: fixed;
        background: linear-gradient(180deg, rgba(1, 36, 64, 1) 50%, rgb(1 36 64 / 80%) 70%, rgb(1 36 64 / 70%) 75%, rgb(1 36 64 / 0%));
        background-color: rgba(0, 0, 0, 0);
    }

    75% {
        background: transparent;
        background-attachment: fixed;
        background: linear-gradient(180deg, rgba(1, 36, 64, 1) 50%, rgb(1 36 64 / 80%) 70%, rgb(1 36 64 / 70%) 75%, rgb(1 36 64 / 0%));
        background-color: rgba(0, 0, 0, 0);
    }

    100% {
        background-color: #111111;
    }
}

@keyframes backGround {
    0% {
        background: transparent;
        background-attachment: fixed;
        background: linear-gradient(180deg, rgba(1, 36, 64, 1) 50%, rgb(1 36 64 / 80%) 70%, rgb(1 36 64 / 70%) 75%, rgb(1 36 64 / 0%));
        background-color: rgba(0, 0, 0, 0);
    }

    50% {
        background: transparent;
        background-attachment: fixed;
        background: linear-gradient(180deg, rgba(1, 36, 64, 1) 50%, rgb(1 36 64 / 80%) 70%, rgb(1 36 64 / 70%) 75%, rgb(1 36 64 / 0%));
        background-color: rgba(0, 0, 0, 0);
    }

    75% {
        background: transparent;
        background-attachment: fixed;
        background: linear-gradient(180deg, rgba(1, 36, 64, 1) 50%, rgb(1 36 64 / 80%) 70%, rgb(1 36 64 / 70%) 75%, rgb(1 36 64 / 0%));
        background-color: rgba(0, 0, 0, 0);
    }

    100% {
        background-color: #111111;
    }
}

/* -----------------------------------
    CSS
-------------------------------------*/
:root {
    --color-white-100: hsl(206, 5%, 100%);
    --color-white-200: hsl(206, 5%, 90%);
    --color-white-300: hsl(206, 5%, 80%);
    --color-white-400: hsl(206, 5%, 60%);
    --color-white-500: hsl(206, 5%, 50%);
    --color-black-100: hsl(213, 23%, 8%);
    --color-black-200: hsl(214, 21%, 6%);
    --color-black-300: hsl(210, 21%, 6%);
    --color-black-400: hsl(216, 22%, 4%);
    --color-black-500: hsl(220, 18%, 3%);
    --color-pink-100: hsl(326, 85%, 90%);
    --color-pink-200: hsl(327, 87%, 80%);
    --color-pink-300: hsl(329, 86%, 70%);
    --color-pink-400: hsl(330, 81%, 60%);
    --color-pink-500: hsl(333, 71%, 50%);
    --shadow-small: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
        0 1px 2px 0 rgba(0, 0, 0, 0.06);
    --shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
        0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.text-right {
    text-align: right !important;
}

.phone-section a {
    font-size: 16px;
    line-height: 17px;
    color: #000000;
}

.header-top p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 17px;
    color: #000000;
}

.brand img,
.brand {
    display: block;
    margin: 0 auto;
}

.blue-pattern-header {
    position: absolute;
    right: 0px;
    top: -20px;
    width: 79px;
    height: 99px;
}

.list-inline {
    display: flex;
    gap: 10px;
}

.white-pattern-header {
    position: absolute;
    left: 0px;
    bottom: -65px;
    width: 189px;
    height: 91px;
}

.brand img {
    height: 70px;
}

.header {
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 100;
    margin: 0 auto;
    padding: 32px 0;
}

.wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
}

@media screen and (max-width: 1200px) {
    .navbar {
        position: fixed;
        top: 0;
        left: -100%;
        width: 75% !important;
        height: 100%;
        z-index: 10;
        opacity: 0;
        overflow-y: auto;
        visibility: hidden;
        box-shadow: var(--shadow-medium);
        background-color: var(--color-white-100);
        transition: all 0.5s ease;
        display: flex !important;
        overflow-x: hidden;
    }

    .navbar.active {
        left: 0rem;
        opacity: 1;
        visibility: visible;
    }
}

.menu-item {
    position: relative;
}

.menu-link {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    line-height: inherit;
    cursor: pointer;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 15px;
    color: #000000;
    transition: all 0.3s ease-in-out;
}

.menu-link>i {
    font-size: 11px;
    margin-left: 5px;
}

.mobile-only a i {
    font-size: 19px;
    margin-right: 5px;
}

.menu-link:hover {
    outline: none;
    color: #4c89ac;
}

@media only screen and (min-width: 1200px) {
    .menu-dropdown:hover>.submenu {
        display: block;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}

@media only screen and (max-width: 1200px) {
    .menu {
        width: 100%;
        height: auto;
        padding: 1rem 0;
        display: block !important;
    }

    .menu-item {
        display: block;
        margin: 0 auto;
    }

    .menu-link {
        justify-content: space-between;
        padding: 0.5rem 1.25rem;
    }
}

.submenu {
    position: absolute;
    top: 2.35rem;
    left: -2rem;
    min-width: 17rem;
    height: auto;
    padding: 0 1rem 1rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(1rem);
    border-radius: 0 0 0.25rem 0.25rem;
    border-top: 2px solid #4c89ac;
    box-shadow: var(--shadow-medium);
    background-color: var(--color-white-100);
    transition: all 0.3s ease-in-out;
}

.submenu-item {
    display: block;
    margin-top: 0.75rem;
}

.submenu-link {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: inherit;
    cursor: pointer;
    color: var(--color-black-500);
    transition: all 0.35s ease;
}

.submenu-link:hover {
    outline: none;
    color: #4c89ac;
}

.brand-mobile {
    display: none;
}

@media only screen and (max-width: 1200px) {
    .submenu {
        position: relative;
        top: -0.5rem;
        left: 2.5rem;
        width: 100%;
        max-height: 0;
        padding: 0px;
        border: none;
        outline: none;
        opacity: 1;
        overflow: hidden;
        visibility: visible;
        transform: translateY(0px);
        box-shadow: none;
        background: transparent;
    }
}

.burger {
    position: relative;
    display: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 2.6rem;
    height: 1.15rem;
    opacity: 0;
    visibility: hidden;
    background: transparent;
}

.burger-line {
    position: absolute;
    display: block;
    right: 0;
    width: 100%;
    height: 2.5px;
    opacity: 1;
    border: none;
    outline: none;
    border-radius: 1rem;
    background: var(--color-black-500);
}

.burger-line:nth-child(1) {
    top: 0px;
}

.burger-line:nth-child(2) {
    top: 0.5rem;
    width: 70%;
}

.burger-line:nth-child(3) {
    top: 1rem;
}

@media only screen and (max-width: 1200px) {
    .burger {
        display: block;
        opacity: 1;
        visibility: visible;
    }
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease-in-out;
    background-color: rgba(0, 0, 0, 0.65);
}

@media only screen and (max-width: 1200px) {
    .overlay.active {
        display: block;
        opacity: 1;
        visibility: visible;
    }
}

.seperator {
    width: 100%;
    height: 1px;
    background: #0000001f;
    margin: 24px auto;
}

/* -----------------------------------
   breadcrumb CSS
-------------------------------------*/
.breadcrumb {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
    color: #919191;
    background: #f9f9f9;
    text-align: center;
    margin-bottom: 0;
}

.title-with-line {
    position: relative;
    display: inline;
    z-index: 1;
    margin-bottom: 1.65rem;
    font-size: 3.75rem;
}

.title-with-line:not(.mad-one-line):before,
.title-with-line.mad-one-line span:before {
    position: absolute;
    content: '';
    width: 80%;
    height: 10px;
    border-radius: 5px;
    left: 0;
    top: 3.125rem;
    opacity: 0.6;
    z-index: -1;
    background: -webkit-linear-gradient(left, rgb(23 94 167) 20%, rgba(249, 249, 249, 0) 100%);
    background: -o-linear-gradient(left, rgb(23 94 167) 20%, rgba(249, 249, 249, 0) 100%);
    background: linear-gradient(to right, rgb(23 94 167) 20%, rgba(249, 249, 249, 0) 100%);
}

.title-with-line:not(:last-child):after {
    content: '';
    display: block;
    padding-bottom: 1.65rem;
}

.breadcrumb-path {
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: .5px;
    vertical-align: baseline;
}

.breadcrumb-path>span {
    display: inline-block;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
}

.breadcrumb-path>span {
    display: inline-block;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
}

/* -----------------------------------
    About CSS
-------------------------------------*/
.about-section {
    padding: 105px 0;
}

.img-with-vector {
    position: relative;
    z-index: 1;
    padding-right: 1.875rem;
    padding-bottom: 1.875rem;
}

.img-with-vector:after,
.img-with-vector .img-inner:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../image/bg/circle-vectorbig.png) no-repeat;
    background-size: contain;
    z-index: -1;
}

.img-with-vector .img-inner img {
    width: 315px;
    height: 315px;
    object-fit: cover;
    border-radius: 50%;
}

img.parent-img {
    width: 415px;
    height: 415px;
    object-fit: cover;
    border-radius: 50%;
}

.img-with-vector:before {
    content: '';
    position: absolute;
    left: -42px;
    top: 50%;
    width: 84px;
    height: 84px;
    background: url(../image/bg/circle-vector1.png) no-repeat;
    background-size: contain;
}

.img-with-vector.vector-2 {
    padding-bottom: 6.25rem;
}

.img-with-vector.vector-2:before {
    background: url(../image/bg/circle-vector2.png) no-repeat;
}

.img-with-vector .img-inner {
    position: absolute;
    right: 0;
    bottom: 0;
    padding-left: 20px;
    padding-top: 20px;
    z-index: 2;
}

.img-with-vector .img-inner:after {
    background: url(../image/bg/circle-vectorbig2.png) no-repeat;
}

.about-du-text-part h3 {
    margin-bottom: 1.875rem;
    font-size: 2.25rem;
    color: #313131;
}

.about-du-text-part p {
    font-size: 16px;
    line-height: 32px;
    color: #818181;
    font-weight: 100;
    margin-bottom: 30px;
}

.about-du-text-part p:not(:last-child) {
    margin-bottom: 1.875rem;
}

/* -----------------------------------
   whyChooseDelta CSS
-------------------------------------*/
.whyChooseDelta {
    padding: 105px 0;
}

.whyChooseDelta h3.title {
    margin-bottom: 1.875rem;
    font-weight: 600;
    font-size: 2.25rem;
    color: #14213d;
    text-transform: capitalize;
}

.whyChooseDelta .icon-part svg {
    width: 85px;
    height: 85px;
    display: block;
    margin: 0 auto;
    margin-bottom: 1.875rem;
    margin-top: 60px;
}

.whyChooseDelta .icon-part svg path {
    fill: #4c89ac;
}

.whyChooseDelta .text-part {
    text-align: center;
}

.whyChooseDelta .text-part h4 {
    margin-bottom: 1rem;
    font-size: 1.875rem;
    font-weight: 500;
    color: #14213d;
    text-transform: capitalize;
}

.whyChooseDelta .text-part p {
    text-align: justify;
    font-size: 16px;
    line-height: 32px;
    color: #818181;
    font-weight: 100;
    margin-bottom: 30px;
}

/* -----------------------------------
  About-conference  CSS
-------------------------------------*/
.About-conference {
    padding: 60px 0 0 0;
}

.About-conference .image-part {
    margin-bottom: 48px;
}

.About-conference .image-part img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.About-conference h3.welcome-mess {
    font-size: 40px;
    line-height: 50px;
    color: #14213d;
    text-transform: capitalize;
    margin-bottom: 38px;
}

.About-conference h3.title {
    font-size: 24px;
    line-height: 32px;
    color: #14213d;
    margin-bottom: 46px;
    text-transform: capitalize;
}

.About-conference h3.welcome-mess span {
    font-size: 111px;
    color: #4c89ac;
}

.About-conference p {
    font-size: 16px;
    line-height: 32px;
    color: #818181;
    font-weight: 100;
    margin-bottom: 30px;
    text-align: justify;
}

.About-conference p span {
    display: block;
    text-align: center;
    color: #14213d;
    font-weight: 500;
    padding-left: 46px;
    padding-right: 46px;
    position: relative;
    width: max-content;
    padding-top: 10px;
}

.About-conference p span::before {
    content: " “ ";
    font-weight: bold;
    font-size: 4.5rem;
    line-height: 5rem;
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    background-image: linear-gradient(145deg, rgb(240 134 24 / 55%) 0%, rgb(240 134 24) 100%);
}

.About-conference p span::after {
    content: " “ ";
    font-weight: bold;
    font-size: 4.5rem;
    line-height: 5rem;
    position: absolute;
    top: 0px;
    right: 0px;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    background-image: linear-gradient(145deg, rgb(240 134 24 / 55%) 0%, rgb(240 134 24) 100%);
}

span.span-number {
    font-size: 24px;
    line-height: 32px;
    color: #4c89ac;
    display: block;
    font-weight: bold;
}

p.number {
    margin-top: 16px;
    font-size: 16px;
    color: #14213d;
    text-align: left !important;
    margin-bottom: 0;
    cursor: pointer !important;
}
    p.number a {
        text-transform: capitalize;
        font-size: 14px;
        font-weight: 500;
        cursor: pointer !important;
        line-height: 26px;
        display: block;
        margin-bottom: 5px
    }
.date-item {
    font-size: 16px;
    font-weight: 400;
    color: #012440;
}
.About-conference p:last-child {
    margin-bottom: 48px;
}

.gallary-about {
    padding-bottom: 88px;
}

.gallary-about img {
    height: 590px;
    width: 100%;
    object-fit: cover;
}

.scientific-tracks .panel {
    background: #FFFFFF;
    box-shadow: 0px 0px 16px #BBBBBB29;
    border-radius: 8px;
    margin-bottom: 30px;
    min-height: 151px;
    max-height: 153px;
    overflow: hidden;
    padding: 45px 20px 42px 40px;
}

.panel .panel-body {
    position: relative;
    font-size: 16px;
    line-height: 33px;
    color: #000000;
    text-align: left;
}

.panel .panel-body span {
    color: lch(66.92 78.24 61.83 / 0.07);
    font-size: 74px;
    position: absolute;
    left: 0;
    font-weight: bolder;
}

h3.scientific-title {
    font-size: 24px;
    line-height: 32px;
    color: #14213d;
    margin-bottom: 46px;
    text-transform: capitalize;
}

/* -----------------------------------
    contant-section CSS
-------------------------------------*/
.contant-section {
    position: relative;
    padding: 100px 0px 80px;
    background: #fff url(../image/contact/bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.contant-section .sec-contact_title {
    position: relative;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #4c89ac;
}

.sec-title_heading {
    font-size: 40px;
    line-height: 1.2em;
    font-weight: 700;
    color: #14213d;
}

.contant-section input.form-control {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 25px;
    height: 56px;
    border-radius: 0px;
    font-size: 14px;
    color: #14213d;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
    border: 1px solid #fff;
}

textarea.form-control {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 15px 25px 25px;
    font-size: 14px;
    color: #14213d;
    height: 190px;
    resize: none;
    border-radius: 0px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
    border: 1px solid #fff;
    outline: none;
}

textarea.form-control:focus {
    box-shadow: unset;
    border-color: #fff;
}

.send-button {
    position: relative;
    font-weight: 700;
    overflow: hidden;
    text-align: center;
    border-radius: 0px;
    padding: 18px 44px;
    letter-spacing: 2px;
    display: inline-block;
    color: rgb(26, 23, 25);
    font-size: 16px;
    text-transform: uppercase;
    background-color: #4c89ac;
}

.location-info_block {
    position: relative;
    margin-bottom: 20px;
}

.location-info_block-inner {
    position: relative;
    padding: 35px 40px;
    background-color: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
}

.location-info_block-content {
    position: relative;
    color: rgb(116, 106, 111);
    font-size: 16px;
    padding-left: 60px;
}

.location-info_block strong {
    position: relative;
    display: block;
    color: #14213d;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 5px;
}

.location-info_block-icon {
    position: absolute;
    left: 0px;
    top: 3px;
    line-height: 1em;
    font-size: 40px;
    color: #14213d;
}

.sec-title_title {
    position: relative;
    font-weight: 700;
    letter-spacing: 1px;
    color: #4c89ac;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.sec-title_heading {
    line-height: 1.2em;
    font-weight: 700;
    font-size: 40px;
    color: #14213d;
}

.google-map-section {
    padding: 110px 0px 0px 0;
}

/* -----------------------------------
   fees-section CSS
-------------------------------------*/
.fees-section {
    padding-top: 7.4375rem;
}

.fees-section .item-fees {
    position: relative;
    text-align: left;
    width: 100%;
    color: #919191;
    background: #fff;
    padding: 2.8125rem;
    border-radius: 0.3125rem;
    overflow: hidden;
    -webkit-box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
    margin-bottom: 35px;
}

.fees-section .item-fees:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.tag {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    background: #4c89ac;
    border-radius: 3px 0 0 3px;
    color: #ffffff;
    display: block;
    height: 35px;
    line-height: 35px;
    padding: 0 20px 0 23px;
    position: relative;
    margin: 0 10px 10px 0;
    text-decoration: none;
    transition: color 0.2s;
    -webkit-transition: color 0.2s;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    text-transform: capitalize;
}

.tag::before {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
    content: '';
    height: 6px;
    left: 10px;
    position: absolute;
    width: 6px;
    top: 15px;
}

.tag::after {
    background: #fff;
    border-bottom: 18px solid transparent;
    border-left: 18px solid #4c89ac;
    border-top: 18px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
}
.tag.participant {
    background: #14213d;
}
.tag.participant::after
{
    border-left: 18px solid #14213d;
}

.fees-section .item-fees h2 {
    font-size: 1.2rem;
    font-weight: normal;
    color: #313131;
    margin-bottom: 0;
    text-transform: capitalize;
}

.fees-section .item-fees p {
    margin-bottom: 0;
    font-size: 16px;
    color: #818181;
    font-weight: 100;
    text-transform: capitalize;
}

.fees-section .item-fees span {
    position: relative;
    font-size: 3rem;
    font-weight: bolder;
    color: #14213d;
    padding-top: 1.5625rem;
    padding-bottom: 0.9375rem;
    line-height: 3.75rem;
}

.fees-section .item-fees span:before {
    content: 'EGP';
    display: inline-block;
    vertical-align: top;
    left: -15px;
    top: 15px;
    font-size: 1rem;
    line-height: 2rem;
    font-weight: bold;
    color: #14213d;
}
.fees-section .item-fees span.var:before {
    content: unset !important;
}

.title-fees {
    font-size: 35px;
    line-height: 50px;
    color: #14213d;
    text-transform: capitalize;
    margin-bottom: 38px;
    text-align: center;
    padding: 0 10%;
}

.title-fees span {
    font-weight: bolder;
    color: #4c89ac;
}

.title-fees span::after {
    position: absolute;
    content: '';
    width: 80%;
    height: 10px;
    border-radius: 5px;
    left: 0;
    bottom: 6px;
    opacity: 0.6;
    z-index: -1;
    background: -webkit-linear-gradient(left, rgb(23 94 167) 20%, rgba(249, 249, 249, 0) 100%);
    background: -o-linear-gradient(left, rgb(23 94 167) 20%, rgba(249, 249, 249, 0) 100%);
    background: linear-gradient(to right, rgb(23 94 167) 20%, rgba(249, 249, 249, 0) 100%);
}

/* -----------------------------------
  Form-login-list  CSS
-------------------------------------*/
.form-login-list {
    display: flex;
    gap: 16px;
    justify-content: end;
    align-items: center;
}

.form-login-list a {
    text-transform: capitalize;
    font-size: 16px;
    line-height: 17px;
    color: #000000;
}

.form-login-list a i {
    font-size: 17px;
    margin-right: 3px;
    color: #071626;
}

.mobile-only {
    display: none;
}

/* -----------------------------------
    CSS
-------------------------------------*/
.register {
    background: #fff;
    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}

.register a {
    text-decoration: none;
}


    .register .bg-img {
        background: url(../image/slider/joinourteam.jpeg) top center no-repeat;
        background-size: cover;
        top: 0;
        bottom: 0;
        min-height: 100vh;
        text-align: left;
        z-index: 10;
        opacity: 1;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 30px 30px;
    }


.register label {
    color: rgba(107, 113, 119, 1);
    font-size: .875rem;
    font-weight: normal;
    margin-bottom: 1rem;
    line-height: 1rem;
    display: block;
    font-weight: 500;
    text-align: left !important;
}

.register .form-check-input:checked {
    display: none;
}

.register .form-section {
    min-height: 100vh;
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
}

.register .form-section .form-box {
    width: 100%;
    position: relative;
}

.register .login-inner-form {
    max-width: 450px;
    color: #535353;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 111;
}

.register .login-inner-form p {
    color: #535353;
    font-size: 16px;
    margin: 0;
}

.register .login-inner-form p a {
    color: #14213d;
    font-weight: 700;
}

.register .login-inner-form img {
    height: 200px;
    display: block;
    margin: 0 auto 45px auto;
}

.register .login-inner-form h3 {
    margin: 0 0 30px;
    font-size: 30px;
    font-weight: 700;
    text-align: left;
    color: #14213d;
    text-transform: capitalize;
}

.register .login-inner-form .form-group {
    margin-bottom: 25px;
}

    .register .login-inner-form .form-control,
    .form-select {
        outline: none !important;
        width: 100% !important;
        padding: 10px 25px !important;
        font-size: 16px !important;
        outline: 0;
        font-weight: 100 !important;
        color: #535353 !important;
        height: 55px !important;
        border-radius: 3px !important;
        border-radius: 65px !important;
        border: 1px solid rgba(242, 242, 242, 1) !important;
    }
        .register .login-inner-form .form-control.input-validation-error {
            border: 1px solid rgb(220, 53, 69) !important;
            color: rgb(220, 53, 69) !important;
            padding-bottom: 10px !important;
            margin-bottom: 5px !important;
        }
input::-webkit-input-placeholder {
    font-weight: 100;
    font-size: 14px;
}

input:-moz-placeholder {
    font-weight: 100;
    font-size: 14px;
}

input::-moz-placeholder {
    font-weight: 100;
    font-size: 14px;
}

input:-ms-input-placeholder {
    font-weight: 100;
    font-size: 14px;
}

.register .login-inner-form .form-control:focus,
.form-select:focus {
    outline: none;
    box-shadow: unset;
    border: 1px solid rgba(242, 242, 242, 1);
}

.register .login-inner-form .btn-md {
    cursor: pointer;
    height: 55px;
    color: #fff;
    padding: 15.5px 50px 14.5px 50px;
    font-size: 17px;
    font-weight: 400;
    border-radius: 3px;
}

.register .login-inner-form input[type=checkbox],
input[type=radio] {
    margin-right: 3px;
}

.register .login-inner-form button:focus {
    outline: none;
    outline: 0 auto -webkit-focus-ring-color;
}

.register .login-inner-form .btn-theme.focus,
.btn-theme:focus {
    box-shadow: none;
}

.register .login-inner-form .btn-theme {
    background: #4c89ac;
    border: none;
    color: #fff;
    border-radius: 65px;
}

    .register .login-inner-form .btn-theme:hover {
        background: #4c89ac;
    }

.register .login-inner-form .checkbox .terms {
    margin-left: 3px;
}

.register .informeson {
    color: #fff;
    max-width: 450px;
}

.register .informeson h1 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;
}

.register .informeson p {
    color: #fff;
    margin-bottom: 25px;
    line-height: 25px;
    font-size: 15px;
}

.register .none-2 {
    display: none;
}

.register .btn-section {
    margin-bottom: 30px;
}

.register .login-inner-form .terms {
    margin-left: 3px;
}

.register .login-inner-form .form-check {
    float: left;
    margin-bottom: 0;
    padding-left: 0;
}

.register .login-inner-form .form-check a {
    color: #535353;
    float: right;
}

.register .login-inner-form .form-check-input {
    display: none;
}

.register .login-inner-form .form-check label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    top: 0;
    height: 20px;
    margin-left: -25px;
    border: 1px solid #fff;
    border-radius: 2px;
    background-color: #fff;
}

.register .login-inner-form .form-check-label {
    padding-left: 25px;
    margin-bottom: 0;
    font-size: 16px;
}

.register .login-inner-form .checkbox-theme input[type="checkbox"]:checked + label::before {
    background-color: #4c89ac;
    border-color: #4c89ac;
}

.register .login-inner-form input[type=checkbox]:checked+label:before {
    font-weight: 600;
    color: #fff;
    line-height: 17px;
    font-size: 14px;
    content: "\2713";
    padding-left: 1px;
}

.register .login-inner-form input[type=checkbox],
input[type=radio] {
    margin-top: 4px;
}

.register .login-inner-form .checkbox a {
    font-size: 16px;
    color: #535353;
    float: right;
}

.register h1 {
    color: #fff;
    font-size: 35px;
    margin-bottom: 20px;
}

.register .typing>* {
    overflow: hidden;
    white-space: nowrap;
    animation: typingAnim 3s steps(50);
}

@keyframes typingAnim {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

/* Social list */

.register .social-list a {
    transition: transform 0.4s linear 0s, border-top-left-radius 0.1s linear 0s, border-top-right-radius 0.1s linear 0.1s, border-bottom-right-radius 0.1s linear 0.2s, border-bottom-left-radius 0.1s linear 0.3s;
    border-radius: 50%;
}

.register .social-list a i {
    transition: transform 0.4s linear 0s;
}

.register .social-list a:hover {
    transform: rotate(360deg);
    border-radius: 50px;
}

.register .social-list a:hover i {
    transform: rotate(-360deg);
}

.register .social-list .buttons {
    display: flex;
}

.register .social-list a {
    text-decoration: none !important;
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    margin: 0 4px 5px;
    font-size: 20px;
    overflow: hidden;
    position: relative;
    background: #fff;
}

.register .social-list a i {
    position: relative;
    z-index: 3;
}

.register .social-list a.facebook-bg {
    color: #4867aa;
}

.register .social-list a.twitter-bg {
    color: #33CCFF;
}

.register .social-list a.google-bg {
    color: #db4437;
}

.register .social-list a.dribbble-bg {
    color: #2392e0;
}

/** MEDIA **/

@media (max-width: 992px) {
    .register .bg-img {
        display: none;
    }

    .register .form-section {
        padding: 30px 15px;
    }
}

.input-group {
    align-items: center;
    border: 1px solid rgba(242, 242, 242, 1);
    border-radius: 65px;
    color: #535353;
    height: 55px;
    padding: 10px 25px;
}

.input-group input {
    width: auto !important;
    border: 0 !important;
    padding: 0 !important;
    height: auto !important;
    padding-right: 10px !important;
}

.input-group-prepend span {
    color: #4c89ac;
}

.forget-password a {
    text-transform: capitalize;
    cursor: pointer;
}

/* -----------------------------------
  Gallery-section  CSS
-------------------------------------*/
.gallery-section {
    padding: 100px 0 100px 0;
}

.gallary-col {
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.gallary-col img.main-image {
    width: 100%;
    height: 450px;
    object-fit: cover;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.gallary-col:hover img.main-image {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* -----------------------------------
  Sponser  CSS
-------------------------------------*/
.sponsorship-section {
    padding: 100px 0;
}

.box-sponser {
    border: 1px solid #fff;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0 7px 27px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 7px 27px 0 rgba(0, 0, 0, 0.05);
}

.sponser-div .box-sponser .header-div {
    position: relative;
    z-index: 2;
    padding: 1.25rem 2.8125rem 45px;
    font-weight: 500;
    border-radius: 10px 10px 0 0;
    margin: -1px -1px 0;
    background: rgb(204, 204, 204);
}

.sponser-div:first-child .box-sponser .header-div {

    background: -moz-radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
        radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
    background: -webkit-radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
        radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
    ;
    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
        radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
}

.sponser-div:nth-child(2n) .box-sponser .header-div {
    background: -moz-linear-gradient(to bottom, #bcc6cc, #eee, #bcc6cc);
    background: -webkit-linear-gradient(to bottom, #bcc6cc, #eee, #bcc6cc);
    background: linear-gradient(to bottom, #bcc6cc, #eee, #bcc6cc);
}

.sponser-div:nth-child(3n) .box-sponser .header-div {
    background: -moz-linear-gradient(45deg, rgba(223, 182, 103, 1) 0%, rgba(249, 243, 232, 1) 56%, rgba(231, 192, 116, 1) 96%);
    background: -webkit-linear-gradient(45deg, rgba(223, 182, 103, 1) 0%, rgba(249, 243, 232, 1) 56%, rgba(231, 192, 116, 1) 96%);
    background: linear-gradient(45deg, rgba(223, 182, 103, 1) 0%, rgba(249, 243, 232, 1) 56%, rgba(231, 192, 116, 1) 96%);
}
.sponser-div:nth-child(4n) .box-sponser .header-div {
    background: -moz-linear-gradient(45deg, #eeeee0 0%, #eeeee0 56%, #eeeee0 96%);
    background: -webkit-linear-gradient(45deg, #eeeee0 0%, #eeeee0 56%, #eeeee0 96%);
    background: linear-gradient(45deg, #eeeee0 0%, #eeeee0 56%, #eeeee0 96%);
}
.sponser-div:nth-child(3n) .box-sponser .header-div:before {
    background: linear-gradient(135deg, #d19c35 0%, #f7e6c5 50%, #e8b558 100%);
    border: 1px solid #e6b86a;
}

.box-sponser .header-div:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 40px;
    background: url(../image/vector/sponser_bottom.png) no-repeat;
    background-size: cover;
}

.box-sponser .header-div h5 {
    font-size: 20px;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.sponser-div .box-sponser .header-div h2 {
    color: #fff;
    position: relative;
    text-transform: uppercase;
    font-size: 70px;
    margin: 0;
    font-weight: 700;
}

.sponser-div:first-child .box-sponser .header-div h2 {
    background: linear-gradient(to bottom, #cfc09f 22%, #634f2c 24%, #cfc09f 26%, #cfc09f 27%, #ffecb3 40%, #3a2c0f 78%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.sponser-div:nth-child(2n) .box-sponser .header-div h2 {
    background: linear-gradient(to bottom, #8a8d8f, #fffcfc, #afafaf);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sponser-div:nth-child(4n) .box-sponser .header-div h2::after {
    text-shadow: -1px 0 1px #c9c9b9, 0 1px 1px #d7dcdf, 5px 5px 10px rgb(0 0 0 / 30%), -5px -5px 10px rgb(2 2 2 / 20%);
}
.box-sponser .header-div h2::after {
    background: none;
    content: attr(data-heading);
    left: 0;
    top: 0;
    z-index: -1;
    position: absolute;
    text-shadow:
        -1px 0 1px #c6bb9f,
        0 1px 1px #c6bb9f,
        5px 5px 10px rgba(0, 0, 0, 0.4),
        -5px -5px 10px rgba(0, 0, 0, 0.4);
}

.sponser-div:nth-child(2n) .box-sponser .header-div h2::after {
    text-shadow: -1px 0 1px #dee1e3, 0 1px 1px #d7dcdf, 5px 5px 10px rgba(0, 0, 0, .3), -5px -5px 10px rgba(0, 0, 0, 0.2);
}

.price {
    gap: 8px;
}

.price span {
    font-size: 20px;
}

.box-sponser .body-div {
    background: #fff;
    padding: 1.875rem 1.8125rem;
    min-height: 100%;
}

.box-sponser .body-div ul li {
    position: relative;
    display: block;
    font-size: 16px;
    padding-left: 30px;
    margin-bottom: 15px;
}

.box-sponser .body-div ul li p {
    font-size: 18px;
    color: #746a6f;
    margin-bottom: 0px;
    font-weight: 400;
    text-align: justify;
}

.box-sponser .body-div ul li p span {
    font-weight: 600;
    color: #012440;
}

.box-sponser .body-div ul li::before {
    color: #746a6f;
    content: "\f560";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    left: 0;
    position: absolute;
    top: 0;
    transition: 0.4s ease-in-out;
}

/* -----------------------------------
  Booking-section  CSS
-------------------------------------*/
.booking-section{
    padding: 100px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    background: url(../image/slider/2.jfif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width:100%;
    overflow: hidden;
}
.booking-section::after
{
    position: absolute;
    content: ' ';
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(-45deg,rgba(35, 189, 232, 0.7),rgba(12, 54, 210, 0.75));
	background-size: 400% 400%;
	animation: gradientBG 15s ease infinite;
    opacity: 0.7;
}

@keyframes gradientBG {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
.booking-section .row
{
    position: relative;
    z-index: 1111;
}
.booking-section p.title
{
    color: #fff;
    font-weight: 700;
    font-size: 50px;
    line-height: 70px;
    margin-bottom: 65px;
    letter-spacing: 2px;
    text-transform: capitalize;
    text-shadow: 1px 2px 7px #222;
}
.booking-section .box p
{
    color: #fff;
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 18px;
    text-transform: capitalize;
    text-shadow: 1px 2px 7px #222;
}
.booking-section .box a
{
    cursor: pointer;
}
.booking-section .box a ,.booking-section .box  span
{
    font-size: 1.125rem;
    color: #fff;
}
img.vector-bottom-section
{
    position: relative;
    margin-top: -95px;
    z-index: 2;
}
.box-image img
{
    height: 250px !important;
}
/* -----------------------------------
   Committee CSS
-------------------------------------*/
body.scrollby-body {
    overflow-x: unset !important;
    overflow: unset !important;
  }
  .myScrollspy {
    position: sticky;
    top: 10%;
  }
.committe-section
{
    padding: 100px 0;
}
.committe-section .item
{
    padding-bottom: 100px;
}
.committe-section .item h2
{
    text-transform: capitalize;
    font-size: 30px;
    margin-bottom: 50px;
    color: #012440;
    position: relative;
}
.committe-section .item h2::after
{
    position: absolute;
    content: ' ';
    width: 75px;
    height: 5px;
    background: rgb(240 ,134 ,24, 0.30);
    bottom: 5px;
    left: 0;
    z-index: -1;
}
.list-group-item
{
    position: relative;
    padding: 30px 10px;
    background-color: #fff;
    border: 3px solid rgba(0, 0, 0, 0.07) !important;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    color: #1a1719;
    font-size: 16px;
    text-transform: capitalize;
    text-align: center;
    font-weight: 400;
    margin-bottom: 30px;
    border-radius: 25px 25px 0px 25px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
}
.list-group-item.active
{
    color: #1a1719;
    font-weight: 700;
    background: #fff;
    border: 3px solid rgb(240 ,134 ,24, 0.30) !important;
    box-shadow: inset 0px 0px 15px rgba(240,134,24, 0.30);
    border-radius: 25px 25px 0px 25px;
}
.committe-section .team-member-box
{
    overflow: unset !important;
}
.image-block-with-committee
{
    overflow: hidden;
    width: 100%;
    height: 320px;
    padding: 5px 5px;
    border-radius: 50% 50% 0% 50%;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
}
.image-block-with-committee img
{
    max-width: 100%;
    width: 100%;
    height: 310px;
    object-fit: cover;
    display: block;
    margin: auto;
    border: none;
    border-radius: 0;
    box-shadow: none;
    border-radius: 50% 50% 0% 50% !important;
    position: relative;
    overflow: hidden;
}
.text-part-with-committee h3
{
    font-size: 18px;
    margin: 0;
    padding: 16px 2%;
    color: #1a1719;
}
.text-part-with-committee p
{
    color: #746a6f;
    font-size: 16px;
    margin-bottom: 0;
}
.image-block-with-committee.golden
{
    background: -moz-radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
    background: -webkit-radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
}
span.charmin
{
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 111;
    background: -moz-radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
    background: -webkit-radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
    padding: 10px 20px;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    border-radius: 25px 0 0 0;
}
.image-block-with-committee.silver
{
    background: -moz-linear-gradient(to bottom, #bcc6cc, #eee, #bcc6cc);
    background: -webkit-linear-gradient(to bottom, #bcc6cc, #eee, #bcc6cc);
    background: linear-gradient(to bottom, #bcc6cc, #eee, #bcc6cc);
}
/* -----------------------------------
CSS
-------------------------------------*/
p.paragraph span {
    position: relative;
    width: 12px;
    display: inline-block;
    margin: 0 8px 0 0;
}
    p.paragraph span::after {
        position: absolute;
        content: "nd";
        top: -11px;
        right: -16px;
        font-size: 10px;
    }
/* -----------------------------------
CSS
-------------------------------------*/
.select2-selection {
    outline: none !important;
    width: 100% !important;
    padding: 10px 25px !important;
    font-size: 16px !important;
    outline: 0;
    font-weight: 100 !important;
    color: #535353 !important;
    height: 55px !important;
    border-radius: 3px !important;
    border-radius: 65px !important;
    border: 1px px solid rgba(242, 242, 242, 1) !important;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: none !important;
    width: 100% !important;
    padding: 10px 25px !important;
    font-size: 16px !important;
    outline: 0;
    text-align: left;
    font-weight: 100 !important;
    color: #535353 !important;
    height: 55px !important;
    border-radius: 3px !important;
    border-radius: 65px !important;
    border: 1px solid rgba(242, 242, 242, 1) !important;
}
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 26px;
        position: absolute;
        top: 30%;
        right: 25px;
        width: 20px;
    }
.select2-dropdown {
    background-color: white;
    border: 1px solid #fff;
    box-shadow: 0 3px 6px rgb(145 145 145), 0 3px 6px rgb(0 0 0 / 0%);
    padding: 20px;
    border-radius: 17px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: none !important;
    width: 100% !important;
    padding: 10px 25px !important;
    font-size: 16px !important;
    outline: 0;
    font-weight: 100 !important;
    color: #535353 !important;
    height: 55px !important;
    border-radius: 3px !important;
    border-radius: 65px !important;
    border: 1px solid rgba(242, 242, 242, 1) !important;
}
.register .login-inner-form .input-group input.form-control {
    width: auto !important;
    border: 0 !important;
    padding: 0 !important;
    height: auto !important;
    padding-right: 10px !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}
.lenis.lenis-stopped {
    overflow: hidden;
}
/* -----------------------------------
CSS
-------------------------------------*/
.panelSinglePage
{
    padding: 40px 0;
}
.itemPanel {
    background: #fff;
    color: #919191;
    border-radius: 0.5rem;
    -webkit-box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.05);
    transition: all .5s ease;
    margin-bottom: 50px;
    padding: 25px 0;
}
.panelImage {
    overflow: hidden;
    width: 100%;
    height: 400px;
    padding: 5px 5px;
    border-radius: 50% 50% 0% 50%;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
    background: linear-gradient(to bottom, #bcc6cc, #eee, #bcc6cc);
}
.panelImage img {
    object-fit: cover;
    border-radius: 0;
    max-width: 100%;
    width: 100%;
    height: 390px;
    object-fit: cover;
    display: block;
    margin: auto;
    border: none;
    border-radius: 0;
    box-shadow: none;
    border-radius: 50% 50% 0% 50% !important;
    position: relative;
    overflow: hidden;
}
.panelSinglePage span {
    line-height: 1.875rem;
    padding: 7px 13px;
    display: block;
    width: max-content;
    color: #fff;
    border-radius: 0;
    background: #cd563f;
    font-size: 19px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 25px;
}
.panelSinglePage h3 {
    font-size: 2.25rem;
    line-height: 2.8125rem;
    font-weight: 600;
    color: #1a1719;
}
.panelSinglePage p {
    color: #595758;
    font-size: 18px;
    margin-bottom: 14px
}
.panelSinglePage .text-part {
    padding: 24px;
    position: relative;
}

.panelSinglePage .text-part ul {
    list-style-type: inherit;
    list-style-position: initial;
    padding-left: 30px;
}
.titlePanelSection
{
    padding: 40px 0 0 0;
}
    .titlePanelSection h3 {
        color: #012440 ;
        font-size: 35px;
        font-weight: 700;
        position:relative;
        margin-bottom: 16px;
    }
        
    .titlePanelSection span {
        display: block;
        color: #313131;
        font-size:18px;
        line-height: 28px;
        margin-bottom: 16px
    }
.titlePanelSection p
{
    font-size:14px;
    font-weight: 700;
}
/* -----------------------------------
       Workshops Part CSS
-------------------------------------*/
.WshopClients
{
    padding: 60px 0
}
.imageWorkshopPart {
    position: relative;
    margin-bottom: 20px;
}
    .imageWorkshopPart::after {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        content: ' ';
        background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.4) 100%);
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.4) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.4) 100%);
        border-radius: 5px;
    }
    .imageWorkshopPart span {
        display: block;
        position: absolute;
        top: 0;
        background: #fff;
        padding: 7px;
        font-size: 16px;
        color: #ffffff;
        font-weight: 500;
        background: #012440;
        padding: 9px 20px;
        border-radius: 0px 25px 0 0;
        font-weight: 500;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .imageWorkshopPart svg {
        width: 19px;
        margin-top: -2px;
    }
        .imageWorkshopPart svg path
        {
            fill: #fff !important;
        }
        .imageWorkshopPart img {
            width: 100%;
            height: 530px;
            object-fit: cover;
            display: block;
            position: relative;
            border-radius: 5px;
        }
.textWorkShopPart {
    background: #FFFFFF;
    position: relative;
    z-index: 2;
    margin: -160px 20px 0;
    padding: 20px;
    border-radius: 5px;
    overflow: hidden;
    border-top-width: 7px;
    border-top-style: solid;
    border-top-color: #4c89ac;
}
    .textWorkShopPart span {
        font-size: 0.9231rem;
        line-height: 0.9231rem;
        color: #777777;
        margin-bottom: 15px
    }
    .textWorkShopPart span svg 
    {
        width: 16px;
        margin-top: -5px;
    }
    .textWorkShopPart h4 {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 5px;
    }
    .textWorkShopPart h5 {
        font-size: 16px;
        line-height: 1.4;
        font-weight: 700;
        color: #012440; 
        margin-bottom: 20px;
    }
    .textWorkShopPart p {
        margin: 0 0 10px;
        font-size: 0.9231rem;
        color: #777777;
    }
    .textWorkShopPart a {
        color: #ffffff;
        display: block;
        font-size: 16px;
        text-transform: capitalize;
        background: #4c89ac;
        text-align: center;
        padding: 10px 0;
        border-radius: 0 15px;
        margin: 29px 0 0 0;
    }


/********************************/
/*    scheduleSection   Css      */
/********************************/

.scheduleSection .accordion .item {
    text-align: center;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    padding: 15px 0px;
    margin-bottom: 10px;
    border-radius: 0 20px;
    border: 2px solid #4c89ac;
}
.scheduleSection  .itemtwo p {
    font-size: 25px;
    color: #000;
    text-decoration: underline;
}
.scheduleSection .titleSection h3 {
    font-size: 25px;
    color: #000;
    text-decoration: underline;
}
.scheduleSection .accordion .item span {
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
    color: #012440;
    font-weight: 600;
}
.scheduleSection  .itemtwo span {
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
    color: #012440;
    font-weight: 600;
}
.accordion .item p {
    font-size: 25px;
    color: #0766b2;
    position: relative;
    font-weight: 600;
    padding-bottom: 0px;
    width: max-content;
    margin: 0 auto;
}

.scheduleSection
{
    padding: 60px 0
}
.scheduleSection .accordion-item {
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    padding: 0;
    margin-bottom: 10px;
    border-radius: 0 20px;
    background: transparent;
    border: 0;
}
    .scheduleSection .accordion-header {
        border-bottom: 0;
        background: #eee;
    }
.scheduleSection .accordion-button {
    margin-bottom: 10px;
    background: transparent;
    border: 0;
    align-items: center;
    box-shadow: none;
    outline: none;
    
}
    .scheduleSection .accordion-button .title {
        padding-right: 10%
    }
.scheduleSection .accordion-button span {
    display: block;
    font-size: 19px;
    margin-bottom: 10px;
    color: #0766b2;
    font-weight: 600;
}
.scheduleSection .accordion-button p {
    font-size: 16px;
    line-height: 24px;
    color: #012440;
    font-weight: 600;
    margin-bottom: 0;
}
.scheduleSection .accordion-body ul li {
    position: relative;
    padding-left: 20px;
    font-size: 15px;
    color: #0766b2;
}
.scheduleSection .accordion-body ul li span
{
    display: block;
    color: #000;
}
    .scheduleSection .accordion-body ul li:before {
        position: absolute;
        content: ' ';
        left: 0;
        top: 11px;
        width: 6px;
        height: 6px;
        border-radius: 100%;
        background: #4c89ac;
    }
h3.dName {
    font-size: 16px;
    color: #dc3545;
    margin-bottom: 15px;
}
.pDAccordion {
    font-size: 15px;
    display: block;
    color: #000;
}
/* declare a 7 column grid on the table */
#calendar {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

    #calendar tr, #calendar tbody {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        width: 100%;
    }
    #calendar tr.weekdays {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        width: 100%;
    }
        caption {
            text-align: center;
            grid-column: 1 / -1;
            font-size: 130%;
            font-weight: bold;
            padding: 10px 0;
        }

#calendar a {
    color: #8e352e;
    text-decoration: none;
}

#calendar td, #calendar th {
    padding: 25px 6px;
    box-sizing: border-box;
    border-radius: 0 15px;
    margin: 10px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

#calendar .weekdays {
    background: #012440;
    padding: 20px 0;
    border-radius: 0 10px;
    margin-bottom: 10px;
}


    #calendar .weekdays th {
        text-align: center;
        text-transform: uppercase;
        line-height: 20px;
        border: none !important;
        padding: 0;
        color: #fff;
        font-weight: 200;
        font-size: 20px;
    }

#calendar td {
    min-height: 180px;
    display: flex;
    flex-direction: column;
}

#calendar .days li:hover {
    background: #d3d3d3;
}

#calendar .date {
    text-align: center;
    margin-bottom: 5px;
    padding: 4px;
    border-radius: 50%;
    width:100%;
}
    #calendar .date span {
        display: block;
        margin: 0 auto;
        width: max-content;
        background: #4c89ac;
        padding: 10px;
        color: #012440;
        font-weight: 600;
        border-radius: 0 10px;
        margin-bottom: 25px;
        -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    }
    #calendar .event {
        flex: 0 0 auto;
        font-size: 13px;
        border-radius: 4px;
        padding: 5px;
        margin-bottom: 5px;
        line-height: 14px;
        text-decoration: none;
    }

#calendar .event-desc {
    color: #012440;
    margin: 0 0 20px 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    text-decoration: underline;
}

#calendar .other-month {
    background: transparent;
    color: #666;
}
    #calendar .event ul li {
        font-size: 16px;
        position: relative;
        margin-bottom: 15px;
        line-height: 27px;
        padding-left: 15px;
        color: #000;
        font-weight:100;
    }
        #calendar .event ul li span {
            color: #055fa7;
            font-weight: 500;
        }
        #calendar .event ul li p
        {
            font-size: 17px;
            font-weight: 600;
        }
        #calendar .event ul li:before {
            position: absolute;
            content: '';
            left: 0;
            width: 6px;
            height: 6px;
            border-radius: 100%;
            top: 8px;
            background: #012440;
        }
        /* ============================
				Mobile Responsiveness
   ============================*/
        @media(max-width: 768px) {
            #calendar li {
        height: auto !important;
        border: 1px solid #ededed;
        width: 100%;
        padding: 10px;
        margin-bottom: -1px;
    }

    #calendar, #calendar tr, #calendar tbody {
        grid-template-columns: 1fr;
    }

        #calendar tr {
            grid-column: 1 / 2;
        }

        #calendar .date {
            align-self: flex-start;
        }
}
.sponsersSection
{
    padding: 100px 0
}
.sponsersSection .swiper-slide.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top:15px !important;
}
    .sponsersSection .swiper-slide.swiper-slide img {
        width: 140px;
    }
.btn-download {
    color: #eceef5;
    font-size: 18px;
    text-align: right;
    display: block;
    background: #4c89ac;
    width: max-content;
    margin: 0 0 15px auto;
    border-radius: 0;
}