*{
    margin: 0px;
    padding: 0px;
}
body{
    font-family: "Roboto", sans-serif !important;
}
html {
    scroll-behavior: smooth;
}
:root {
    --theme-color: #002060;
    --white: #ffffff;
    --bg-color: #f1f1f1;
    --red-color:#d52629;
}
.navbar-expand-lg .navbar-collapse {
    justify-content: center;
}
.header_section {
    background-color: rgb(0 32 96 / 84%);
    transition: 0.3s;
    position: fixed;
    z-index: 9999;
    width: 100%;
    padding: 0px 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 5px;
}
.header_section.form_header {
    background-color: transparent;
    box-shadow: none;
}
.header_section.form_header.fixed {
    background-color: var(--theme-color);
}
.header_section.fixed {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    background-color:var(--theme-color);
    z-index: 999;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: var(--red-color) !important;
}
.navbar-expand-lg .navbar-nav .nav-link {
    color: #fff !important;
    padding: 0px 15px 0px 15px !important;
    font-weight: 500;
    font-size: 15px;
    margin: 0px 4px 0px 4px;
}
.form_header .navbar-expand-lg .navbar-nav .nav-link {
    color: var(--theme-color) !important;
}
.header_section.form_header.fixed .navbar-expand-lg .navbar-nav .nav-link{
    color: var(--white) !important;
}
.navbar-expand-lg .navbar-nav li a{
    position: relative;
}
.form_header .navbar-expand-lg .navbar-nav li a::before{
    color: var(--theme-color) !important;
}
.header_section.form_header.fixed .navbar-expand-lg .navbar-nav li a::before{
    color: var(--white) !important;
}
.navbar-expand-lg .navbar-nav li a::before {
    content: "/";
    position: absolute;
    right: -3px;
    top: 1px;
    color: #fff;
}
.navbar-expand-lg .navbar-nav li a.active::after{
    content: "";
    width: 100%;
    left: 0;
    bottom: 0;
    height: 2px;
    position: absolute;
    border-radius: 0;
    background-color: var(--red-color);
}
.navbar-expand-lg .navbar-nav{
    align-items: center;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0 !important;
    vertical-align: 0 !important;
    content: "";
    border-top: 0 !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
}
/* .navbar-expand-lg .navbar-nav li:nth-last-child(1) a {
    background: #fff;
    color: var(--red-color) !important;
    border-radius: 20px;
    padding: 5px 25px !important;
    
}*/
.right_sidebar a {
    background: #578bc3;
    display: inline-block;
    border-radius: 24px;
    text-align: center;
    padding: 5px 12px;
    font-size: 15px;
    color: #ffffff;
    box-shadow: 0 0 10px #ffffff8a;
}
.dropdown-menu li a::before{
    display: none;
}
.navbar-expand-lg .navbar-nav li .dropdown-menu li a{
    color:#333 !important;
    padding-left: 10px !important;
}
/* .form_header .navbar-expand-lg .navbar-nav li:nth-last-child(1) a {
    background: #fff;
    color: var(--red-color) !important;
    border-radius: 20px;
    padding: 5px 25px !important;
} */
/* .header_section.form_header.fixed .navbar-expand-lg .navbar-nav li:nth-last-child(1) a {
    color: var(--red-color) !important;
} */

.navbar-expand-lg .navbar-nav li:nth-last-child(1) a::before, .navbar-expand-lg .navbar-nav li:nth-last-child(2) a::before{
    display: none;
}
.navbar-brand img{
    width: 150px;
}
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
.banner_section {
    position: relative;
    overflow: hidden;
    /* padding: 235px 20px;
    background: url(../img/3.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; */
}
/* .banner_vector {
    position: absolute;
    left: 0;
    z-index: 8;
    width: 60%;
    top: 0;
    height: 100%;
} */
 /* .carousel-caption {
    right: auto !important;
    bottom: 25% !important;
    left: 2% !important;
    text-align: left !important;
    width: 56% !important;
} */
.banner-carousel .item {
    height: 100vh;
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
}
.banner_content {
    position: absolute;
    top: 6px;
    right: 0px;
    /*width: 30%;*/
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 99;
    color: #fff;
    justify-content: flex-end;
}
/* .banner_section::before {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, rgb(255 255 255 / 70%) 0%, #ffffffbf 70%, rgb(255 255 255 / 70%) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9;
} */
.banner_section  img{
    width: 100%;
}
img.water_logo {
    max-width: 400px;
    display: block;
}
.banner_text h2{
    position: relative;
    font-size: 64px;
    line-height: 60px;
    font-weight: 900;
    color: #ffffff;
    text-shadow: 1px 1px #000000;
    clear: both;
    display: inline-block;
    text-transform: uppercase;
    margin: 0 0 0 0;
    display: block;
    overflow: hidden;
}
.banner_text h2 span {
    display: block;
    font-size: 32px;
}
/* .banner_text h2::before{
    content: "";
    display: block;
    position: absolute;
    top: 25px;
    left: 0%;
    height: 5px;
    width: 30%;
    border-top: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;   
}

.banner_text h2::after{
    content: "";
    display: block;
    position: absolute;
    top: 25px;
    right: 0%;
    height: 5px;
    width: 30%;
    border-top: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;
} */
.banner_text {
    /* padding-left: 28%; */
}
.banner_text h3{
    font-size: 64px;
    font-weight: 900;
    color: #ffffff;
    text-shadow: 1px 1px #000000;
    text-transform: uppercase;
    margin: 30px 0 0 0;
}
.banner_text_inner {
    align-items: center;
    /* background: #002060; */
    display: inline-flex;
    padding: 4px;
    padding: 0px 25px 0px 6px;
    border-radius: 40px 0px;
    /* border-bottom: 5px #fff solid; */
    grid-gap: 10px;
    position: relative;
    margin-top: 25px;
}
.banner_text_inner_border:after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: var(--white);
    position: absolute;
    right: 0px;
    top: 0;
}
.banner_text_inner_content p {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.banner_text_inner_content h2 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    text-transform: capitalize;
}
.banner_text_inner_content h2 sup{
    text-transform: none;
}
.banner_text_inner_icon span {
    /* background-color: var(--white); */
    /* width: 55px; */
    /* height: 55px; */
    /* line-height: 55px; */
    text-align: center;
    border-radius: 50%;
    /* outline: 3px #ffffff solid; */
    /* border: 3px #F44336 solid; */
    font-size: 26px;
    color: #fff;
}
.banner-wave {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 99;
    left: 0;
}
.banner_section .container{
    z-index: 3;
    position: relative;
}
.banner-wave .waves {
    position: relative;
    width: 100%;
    height: 15vh;
    margin-bottom: -7px;
    min-height: 100px;
    max-height: 150px;
}
/* .banner_text_right {
    position: relative;
} */
.banner_text_right ul {
    margin-bottom: 0px;
    padding-left: 0px;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 3px;
}
.banner_text_right ul li {
    color: #fff;
    margin-bottom: 1px;
    list-style: none;
    display: block;
    z-index: 99;
    text-align: left;
    border: 2px #fff solid;
    border-radius: 30px 0px 0px 30px;
    padding: 10px 10px 10px 15px;
    position: relative;
    overflow: hidden;
    transition: all 0.45s ease-in-out;
    background: #161b52;
}
.banner_text_right ul li a {
    /* background-color: var(--theme-color); */
    color: var(--white);
    /* padding: 10px 20px;
    border-radius: 30px 0px; */
    display: block;
    /* border-bottom: 5px #fff solid; */
}
.banner_text_right ul li::after {
    content: "";
    transition: all 0.45s ease-in-out;
    position: absolute;
    background: #578bc3;
    width: 100%;
    bottom: 0;
    height: 0%;
    left: 0;
    
}
.banner_text_right ul li:hover:after{
    height: 100%;
    transition: all 0.45s ease-in-out;
    z-index: -1;
}
.banner_text_right ul li:hover{
    z-index: 99;
    transition: all 0.45s ease-in-out;
}

.parallax > use {
animation: move-forevers 25s cubic-bezier(.40,.5,.35,.5) infinite;
}
.parallax > use:nth-child(1) {
animation-delay: -2s;
animation-duration: 7s;
}
.parallax > use:nth-child(2) {
animation-delay: -3s;
animation-duration: 10s;
}
.parallax > use:nth-child(3) {
animation-delay: -4s;
animation-duration: 13s;
}
.parallax > use:nth-child(4) {
animation-delay: -5s;
animation-duration: 20s;
}
@keyframes move-forevers {
0% {
transform: translate3d(-90px,0,0);
}
100% {
transform: translate3d(85px,0,0);
}
}
.highlighted_section{
    position: relative;
    background: url(../img/banner-2.jpg) no-repeat;
    background-position: center center ;
    background-size: cover;
    padding: 60px 0px;
}
.highlighted_section::before {
    z-index: 1;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #f1f9ff;
}
.highlighted_section .container{
    z-index: 9;
    position: relative;
}
.heading_title {
    font-size: 38px;
    font-weight: 800;
    color: var(--theme-color);
}
.highlighted_frame {
    padding: 30px  30px 30px 0px;
    position: relative;
    display: flex;
    margin-bottom: 25px;
    align-items: center;
    gap: 20px;
    min-height: 150px;
}
.highlighted_frame::before {
    content: "";
    background-color: var(--theme-color);
    transform: skewX(-18deg);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    border-left: 5px var(--red-color) solid;
}
.highlighted_frame_left {
    /* width: 30%; */
    z-index: 9;
}
.highlighted_frame_left h4 {
    width: 50px;
    background: #fff;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    margin-left: -15px;
    box-shadow: 0px 0px 6px 4px #33333363;
    font-weight: 900;
}
.highlighted_frame_right{
    z-index: 9;
}
.highlighted_frame_right h6 {
    color: #fff;
}
.about_section{
    padding: 60px 0px;
    position: relative;
    background-color: #f1f9ff;
}
.about_section svg {
    position: absolute;
    width: 100%;
    bottom: -60px;
    height: 60px;
    fill: #f1f9ff;
    z-index: 9;
}
.about_icon img {
    width: 50px;
    margin-bottom: 6px;
}
.about_icon {
    border: var(--theme-color) 1px solid;
    padding: 10px;
    min-height: 195px;
    margin-bottom: 20px;
    border-radius: 30px 0px;
    border-bottom: 5px var(--theme-color) solid;
}
.about_left h6 {
    font-size: 22px;
    border-top: 1px #ddd solid;
    padding-top: 20px;
}
.about_left h2{
    position: relative;
    /* padding-left: 55px; */
}
/* .about_left h2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 12px;
    width: 50px;
    height: 2px;
    background-color: var(--theme-color);
} */
.about_left p {
    position: relative;
    /* padding-left: 20px;
    border-left: 5px var(--theme-color) solid;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px; */
}
.about_left ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}
.about_left ul li {
    position: relative;
    padding-left: 35px;
    /* margin-bottom: 15px; */
}
.about_left ul li span {
    position: absolute;
    left: 0;
    top: 4px;
    color: var(--white);
    font-size: 18px;
    background-color: var(--theme-color);
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
}
.about_img img{
    width: 100%;
    border-radius: 20px;
}
.agenda_section {
    position: relative;
    background: url(../img/1.jpg);
    padding: 120px 0px 120px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}
.agenda_section:before {
    position: absolute;
    /* background: linear-gradient(135deg, rgb(0 32 96 / 77%) 0%, rgb(28 66 113 / 68%) 52%, rgb(0 32 96 / 82%) 100%); */
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #002c8f;
}
.agenda_section .container{
    z-index: 8;
    position: relative;
}
.agenda_section svg {
    position: absolute;
    width: 100%;
    bottom: 0;
    transform: rotate(180deg);
    height: 60px;
    fill: #cae3fd;
}
.agenda_heading .heading_title{
    color: var(--white);
}
.agenda_icon {
    /* border: 1px solid var(--white);
    border-radius: 30px 0px;
    border-bottom: 5px var(--white) solid; */
    /* padding: 20px;
    min-height: 175px; */
    margin-bottom: 30px;
    /* background: #014e99;
    box-shadow: 1px -2px 5px 6px #00000017; */
    position: relative;
    transition-duration: 0.5s;
}
.agenda_icon_main{
    transition: all 0.45s ease-in-out;
    cursor: pointer;
}

.agenda_icon_img img{
    width:65px;
}

.agenda_icon_img {
    width: 110px;
    background: #fff;
    display: inline-block;
    height: 110px;
    line-height: 110px;
    border-radius: 50%;
    margin-bottom: 10px;
    box-shadow: 0 0 8px 0 rgba(29, 42, 77, .11);
    position: relative;
    transition: transform 0.6s ease-in-out;
    display: block;
    margin: 0 auto;
}
.agenda_icon_main:hover{
    transform: translateY(-10px);
    transition: all 0.45s ease-in-out;
}
.agenda_icon_main:hover .agenda_icon_img{
   transition: all 0.45s ease-in-out;
   background:#cae3fd;
}
.agenda_icon_main:hover .agenda_icon_img img{
transform: rotate(360deg);
}
.agenda_icon_main:hover .agenda_icon_img .number_text{
background:var(--theme-color);
transition: all 0.45s ease-in-out;
}
.agenda_icon:before {
    display: block;
    content: '';
    position: absolute;
    right: -64px;
    top: 20%;
    margin-top: -10px;
    height: 64px;
    width: 64px;
    background-image: url(../img/procedure-arrow.png);
    background-repeat: no-repeat;
    background-color: transparent;
    opacity: 0.4;
}
.row .col-lg-2:nth-child(6) .agenda_icon::before{
    display: none;
}
.number_text {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    line-height: 48px;
    border: none;
    display: block;
    text-align: center;
    position: absolute;
    right: -10px;
    bottom: 0;
    padding: 8px;
    z-index: 1;
    background: #F44336;
    transition: all 0.45s ease-in-out;
}
.number_text:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    border-radius: 100%;
    height: 100%;
    border: 2px solid #fff;
    margin: 0 auto;
    opacity: 0;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    transform: rotate(76deg);
    transition: all 0.45s ease-in-out;
}
.agenda_icon_main:hover .agenda_icon_img .number_text::before{
    opacity: 1;
    -webkit-transform: scale(1.3);
    border-color: #F44336;
    transition: all 0.45s ease-in-out;
}
.number_text span{
        color: #fff;
    font-size: 14px;
    font-weight: 600;
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .43);
    z-index: -2;
    line-height: 30px;
    text-align: center;
    margin: 0 auto;
}


.agenda_icon p{
    color: var(--white);
    margin-bottom: 0px;
    padding-top: 20px;
}
.agenda_subcontent h4{
    color: var(--white);
}
.agenda_subcontent p{
    color: var(--white);
}
.speakers_section {
    position: relative;
    padding: 60px 0px 80px;
    background: #cae3fd;
}
.speakers_heading ul{
    list-style: none;
    padding-left: 0px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
    margin-top: 30px;
}
.speakers_heading ul li {
    background: #fff;
    border: 2px #002060 dotted;
    border-radius: 20px;
    padding: 10px;
}
.exhibitions_content {
    background: #fff;
    border-radius: 20px;
    padding: 65px 25px 25px;
    text-align: center;
    height: 100%;
    position: relative;
    overflow: hidden;
    /* cursor: pointer; */
}
.exhibitions_content::before {
    content: "";
    width: 100%;
    position: absolute;
    top: -60%;
    left: 0;
    height: 145px;
    border-bottom-right-radius: 45%;
    border-bottom-left-radius: 45%;
    background: #002c8fe0;
    z-index: 9;
    transition: all 0.45s ease-in-out;
}
.exhibitions_content::after {
    content: "";
    transition: all 0.45s ease-in-out;
    position: absolute;
    background: var(--theme-color);
    width: 100%;
    bottom: 0;
    height: 0%;
    left: 0;
    z-index: 1;
}
.exhibitions_content:hover::before{
    background: var(--white);
    transition: all 0.45s ease-in-out;
}
.exhibitions_content:hover::after{
    height: 100%;
    transition: all 0.45s ease-in-out;
}
.exhibitions_content:hover p{
    color: var(--white);
    transition: all 0.45s ease-in-out;
}
.exhibitions_content:hover p a{
    color: var(--white);
    transition: all 0.45s ease-in-out;
}
.exhibitions_content p{
    margin-bottom: 0px;
    z-index: 9;
    position: relative;
    transition: all 0.45s ease-in-out;
}
.exhibitions_content p a{
    color: #333;
}
.jury-slider.owl-carousel .owl-nav button.owl-next { 
    font-size: 33px;
    position: absolute; 
    top: 40%; 
    background: #000; 
    padding: 0px 13px !important; 
    color: #fff; 
    right: -7px; }
.jury-slider.owl-carousel .owl-nav button.owl-prev { 
    font-size: 33px; 
    position: absolute; 
    top: 40%; 
    background: #000; 
    padding: 0px 13px !important; 
    color: #fff; 
    left: -7px; 
}
.jury-box{
    position: relative;
    text-align: center;
}
.jury-box img{
    border-radius: 10px;
}
.jury-text-box {
    position: relative;
    background-color: var(--theme-color);
    border-radius: 10px;
    width: 90%;
    text-align: center;
    margin: -55px auto auto;
    padding: 10px;
}
.jury-text-box::before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 10px;
    position: absolute;
    background: var(--theme-color);
    left: 0;
    top: -20px;
    transform: skewY(6deg);
    z-index: 1;
}
.jury-text-box h3 {
    font-size: 22px;
    font-weight: 800;
    z-index: 9;
    color: var(--white);
    position: relative;
}
.jury-text-box h5 {
    font-size: 16px;
    z-index: 9;
    color: var(--white);
    position: relative;
}
.main-footer {
    background: url(../img/footer-bg.jpg);
    position: relative;
    padding-top: 100px;
    padding-bottom: 30px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.main-footer::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--theme-color);
    z-index: 1;
}
.footer_top_svg svg {
    position: absolute;
    width: 100%;
    top: 0px !important;
    height: 60px !important;
    fill: #d7e7fe;
    z-index: 9;
}
.main-footer use{
  animation:move-forever 15s linear infinite;
  &:nth-child(2){ animation-duration:8.5s; animation-delay:-1.5s; }
  &:nth-child(1){ animation-duration:8s}
}

@keyframes move-forever{
   0%{transform: translate(-2px , 0)}
 100%{transform: translate( 0px , 0)} 
}

.main-footer  svg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}
.main-footer .container {
    z-index: 9;
    position: relative;
}
.footer-logo img {
    width: 100%;
    height: auto;
    max-width: 220px;
}
.social-media ul li a {
    margin-right: 10px;
    color: #fff;
    border-radius: 5px;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}
.social-media ul li a.fixed-facebook {
    background-color: #4867aa;
}
.social-media ul {
    display: flex;
   padding-left: 0;
    align-items: center;
    list-style: none;
}
.social-media ul li a.fixed-twitter {
    background-color: #000;
}
.social-media ul li a.fixed-linkedin {
    background-color: #0077b5;
}
.social-media ul li a.fixed-instagram {
    background-image: linear-gradient(167deg, #8f3bad 13%, #f14e45 53%, #f2d454 100%);
}
.social-media ul li a.fixed-youtube {
    background-color: #ff0000;
}
.social-media ul li a img {
    width: 15px;
    height: 15px;
    border-radius: 0px;
}
.footer-logo img {
    border-radius: 20px;
}
.footer-logo {
    margin-bottom: 30px;
}
.footer-menu ul li {
    width: 46.5%;
}
.footer-menu ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0px;
    grid-gap: 20px;
}
.footer-menu ul li a {
    color: #fff;
}
.footer-details {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-details h4 {
    color: #fff;
    margin-bottom: 25px;
        width: 100%;
}
a {
    text-decoration: none !important;
}
.footer-details ul {
    width: 49%;
}
.footer-details ul li {
    margin-bottom: 15px;
    color: var(--white);
    font-size: 14px;
}
.footer-details ul li a{
    color: var(--white);
}
.footer-details ul li:last-child{
    margin-right: 0px;
}
.footer-details ul {
    margin-bottom: 0px;
    padding-left: 0px;
    list-style: none;
}
.footer-details ul.first-box-ui
{border-right:3px solid #fff;}
.footer-details ul.second-box-ui{padding-left: 10px;}
.footer-details ul li i {
    margin-right: 5px;
}
.first-box-ui li:first-child, .second-box-ui li:first-child{font-weight: 700; font-size: 18px;}
.footer-details ul.first-box-ui li a:hover, .footer-details ul.second-box-ui li a:hover{color:#fff;}
.footer-middle {
    /* padding: 20px 0px; */
    /* background-color: #fff; */
    margin-top: 60px;
}
.footer-two h3 {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 10px;
}
.footer-two h4 {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 10px;
    font-weight: 400;
    margin: 15px 0px;
}
.footer-two {
    text-align: center;
    color: #fff;
    padding-top: 40px;
    border-top: 1px solid #ffffff42;
}
.footer-two h5 {
    font-size: 16px;
    margin-bottom: 0px;
}
.footer-two h5 a{
    color: var(--white);
}

.delegate_registration {
    position: relative;
    background: url(../img/banner-2.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 140px 0px 80px;
}
.delegate_registration::before {
    z-index: 1;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #e2eaffd9;
}
.delegate_registration .container{
    z-index: 9;
    position: relative;
}
.delegate_registration_form {
    background: #eff5ff;
    border: 1px #ddd solid;
    padding: 30px;
    border-radius: 20px;
}
.delegate_registration_form label{
    width: 100%;
}
.delegate_registration_form label sup{
    color: var(--red-color);
}
.delegate_registration_form input, .delegate_registration_form select{
    width: 100%;
    border: 1px  #ddd solid;
    padding: 10px 12px;
    border-radius: 5px;
    font-size: 14px;
    color: #7c7a7a;
}
.delegate_registration_form button{
    background-color: var(--theme-color);
    color: var(--white);
    border: 0px;
    padding: 10px 20px;
    border-radius: 10px;
}
.glimpses_section {
    position: relative;
    padding: 140px 0px 140px;
    background: url(../img/4.jpg);
    background-position: top center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
.glimpses_section::before {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, rgb(0 46 113 / 89%) 0%, rgb(0 47 115 / 87%) 53%, rgb(0 44 110 / 74%) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.glimpses_section h2{
    position: relative;
    z-index: 9;
    color: var(--white);
}
.glimpses_section svg {
    position: absolute;
    width: 100%;
    bottom: 0;
    transform: rotate(180deg);
    height: 60px;
    fill: #d9e7fe;
    z-index: 2;
}
.glimpses_slider_overlay {
    position: relative;
    padding: 0px 0px 60px;
    margin-top: -120px;
    z-index: 99;
}
.gallery_img img{
    width: 100%;
    border-radius: 15px;
}
.partner_img_section{
    position: relative;
}
.partner_img_section_inner {
    z-index: 9;
    position: relative;
}
.partner_img_section_inner video {
    width: 100%;
    /* height: 400px; */
    /* object-fit: contain; */
    display: block;
    border-radius: 20px;
    border: 5px #fff solid;
}
.our_partner {
    position: relative;
    background: url(../img/banner-2.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 70px 0px 80px;
    /* margin-top: -172px; */
}
.our_partner::before {
    z-index: 1;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #e2eaffd9;
}
.our_partner .container{
    position: relative;
    z-index: 9;
}
.partner_heading h2 {
    /* display: inline-block; */
    /* background-color: var(--white); */
    color: var(--theme-color);
    /* padding: 25px; */
    /* margin-left: 25px; */
    /* z-index: 99999; */
    /* position: relative; */
    /* border-radius: 20px; */
    text-align: center;
    /* margin: 0 auto; */
}
.partner_img {
    border: 1px #ddd solid;
    border-radius: 25px 0px;
    background-color: var(--white);
}
.partner_img img{
    width: 100%;
}
.select2-results__option {
  padding-left: 25px !important;
  position: relative;
}

/* Checkbox style */
.select2-results__option::before {
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #ddd;
  border-radius: 3px;
  position: absolute;
  left: 5px;
  top: 6px;
  background: #fff;
}

.select2-results__option[aria-selected=true]::before {
  content: "✔";
  color: #fff;
  background: #007bff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.select2-container--default .select2-selection--multiple {
    border: 1px solid #ddd !important;
    padding: 4px 6px 12px !important;
    font-size: 14px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border: none;
     border-right: inherit !important; 
    border-top-left-radius: inherit !important;
   border-bottom-left-radius: inherit !important;
    color: #787878 !important;
    padding: 0px !important;
    border: 1px #ddd solid !important;
    width: 20px;
    height: 20px;
    background: #fff !important;
    line-height: 20px !important;
    border-radius: 50% !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #ddf4ff !important;
    border: 1px solid #c4e3e7 !important;
}
input:focus, select:focus{
    outline: transparent;
}
.delegate-thank-you-content img {
    max-width: 100px;
    width: 100%;
}
.delegate-thank-you-content h4 {
    font-size: 20px;
}
.delegate-thank-you-content h3 {
    font-weight: 800;
}
.payment_text h2 {
    font-size: 26px;
    font-weight: 700;
}
.payment_text h3 {
    font-size: 24px;
    margin-bottom: 20px;
}
.payment_text table{
   width: 100%;
}
.payment_text table td {
    border: 1px #ddd solid;
    text-align: left;
    
    padding: 10px 12px;
}
.payment_text table h4 {
    font-size: 16px;
}

.failure-payment-details img {
    width: 100px;
}
.nav-item.right_menu {
    display: none;
}
.partner_img_section_inner_left h2 {
    font-size: 28px;
    text-align: center;
    margin: 40px 0px 40px;
    font-weight: 800;
}
.partner_img_section_inner_right {
    text-align: center;
}
.partner_img_section_inner_right ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}
.partner_img_section_inner_right ul li {
    display: inline-block;
    width: 23%;
    margin: 0px 10px 20px 0px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
}
.partner_img_section_inner_right ul li img {
    width: 100%;
    border-radius: 10px;
}


@media (max-width:1320px){
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0px 5px 0px 5px !important;
    font-size: 12px;
    margin: 0px 2px 0px 2px;
}
.right_sidebar a {
    font-size: 12px;
}
}
@media (max-width:1024px){
   .agenda_icon:before {
    right: -58px;
}
}
@media (max-width:991px){
.right_sidebar {
    display: none;
}
.navbar-toggler {
    background-color: #fff !important;
}
.navbar-expand-lg .navbar-nav {
    align-items: start;
}
.navbar-nav li.nav-item {
    width: 100%;
}
.navbar-expand-lg .navbar-nav li a::before {
    display: none;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px 0px 10px 0px !important;
}
img.water_logo {
    max-width: 200px;
}
.banner_content {
    top: 5%;
}
.banner_text_inner_content h2 {
    font-size: 14px;
}
.banner_text_right ul li {
    padding: 8px;
    font-size: 14px;
}
.banner-carousel .item {
    height: 650px;
}
}
@media (max-width:767px){
     .footer-menu ul li {
        width: 100%;
    }
    /* .main-footer{
                margin-top: 50px;
    } */
    .footer-details ul.second-box-ui {
    padding-left: 0;
}
.footer-details {
    margin-top: 30px;
}
.footer-middle {
    margin-top: 30px;
}

.footer-details h4{margin-top: 20px;}
.footer-details ul.first-box-ui {
    border-right: 0px solid #fff;
}
.footer-details ul { width: 100%; }
.banner_text h2 {
    position: relative;
    font-size: 30px;
    line-height: 36px;
}
.banner_text_inner_icon span {
    font-size: 20px;
}
.banner_text_inner_content h2 {
    font-size: 14px;
    line-height: 20px;
}
.banner_text_inner_content p {
    font-size: 12px;
}
.banner_text_inner {
    padding: 0px 10px 0px 6px;
    grid-gap: 1px;
    margin-top: 0;
    margin-bottom: 0px;
}
img.water_logo {
    max-width: 150px;
    margin-bottom: 10px;
}
.banner_text_right ul {
    grid-template-columns: 1fr 1fr;
}
.about_left ul {
    grid-template-columns: 1fr;
    grid-gap: 20px;
}
.exhibitions_content {
    margin-bottom: 15px;
    height: auto;
}
.agenda_icon:before {
    bottom: -56px;
    top: auto;
    height: 55px;
    width: 55px;
    left: 42%;
    transform: rotate(90deg);
}
.agenda_icon {
    margin-bottom: 50px;
}
.banner_content {
    position: relative;
    padding: 25px 20px 100px;
    width: 100%;
    top: 0;
    right: 0;
}
.banner_text_right ul li {
    font-size: 11px;
    border-radius: 30px;
    text-align: center;
}
.header_section {
    position: relative;
}
.banner-carousel .item {
    height: 200px;
}
.heading_title {
    font-size: 30px;
}
.delegate_registration {
    padding: 60px 0px 60px;
}
.about_img img {
    margin-bottom: 20px;
}
.main-footer  svg {
    height: 25%;
    top: auto;
    bottom: 0;
}
.nav-item.right_menu {
    display: block;
}
.navbar-expand-lg .navbar-nav .right_menu a.nav-link {
    background: #578bc3;
    border-radius: 30px;
    text-align: center;
    padding: 5px 20px !important;
}
.form_header .navbar-expand-lg .navbar-nav .right_menu a.nav-link{
    color:#fff !important;
}
.partner_img_section_inner_right ul li {
    width: 45%;
}
}