html {
    scroll-behavior: smooth;
}
body {
    overflow-x: hidden;
    font-family: "Nunito", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

::-webkit-scrollbar {
    width: 11px
}

::-webkit-scrollbar-track {
    background-color: #fff;
    -webkit-border-radius: 50px;
    border-radius: 10px
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background:#4CAF50;
}

@keyframes blinker {
    50% {
        opacity: 0
    }
}

.loader {
    background: #fff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10000
}
#web{
    width: 9rem !important;
   margin-left: 11px !important;
   height: 52px !important;
   position: relative;
   top: 1px;
   margin-block-end: 10px;
   margin-right: 14px;

}
.loader-inner {
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

#lgoo {
    width: 10rem !important;
}

#uit {
    height: 5rem !important;
}

#lari {
    height: 5rem !important;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    width: 100%;
    height: 50px;
    border-radius: 5px;
    color: #b4b3b3
}

.custom-file-upload placeholder {
    opacity: .5
}

.loading-spinner {
    width: 4rem;
    height: 4rem;
    animation: spinner-rotate 2s ease-in-out infinite;
    -webkit-animation: spinner-rotate 2s ease-in-out infinite;
    -moz-animation: spinner-rotate 2s ease-in-out infinite;
    -ms-animation: spinner-rotate 2s ease-in-out infinite;
    -o-animation: spinner-rotate 2s ease-in-out infinite
}

.spinner {
    animation: spinner-color 8s ease-in-out infinite, spinner-dash 2s ease-in-out infinite;
    -webkit-animation: spinner-color 8s ease-in-out infinite, spinner-dash 2s ease-in-out infinite;
    -moz-animation: spinner-color 8s ease-in-out infinite, spinner-dash 2s ease-in-out infinite;
    -ms-animation: spinner-color 8s ease-in-out infinite, spinner-dash 2s ease-in-out infinite;
    -o-animation: spinner-color 8s ease-in-out infinite, spinner-dash 2s ease-in-out infinite;
    stroke-linecap: round
}

@keyframes spinner-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: trotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg)
    }
}

@keyframes spinner-color {

    0%,
    100% {
        stroke: #5AA7DD !important
    }

    20% {
        stroke: #0001EE
    }

    40% {
        stroke: #5AA7DD !important
    }

    60% {
        stroke: #0001EE
    }

    80% {
        stroke: #5AA7DD !important
    }
}

@keyframes spinner-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 90, 200;
        stroke-dashoffset: -35px
    }

    100% {
        stroke-dasharray: 90, 200;
        stroke-dashoffset: -125px
    }
}

.wrapper {
    position: relative;
    background-color: #fff
}

.header {
    position: relative
}

.header-navbar {
    padding: 0
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #717171;
    position: relative;
    font-weight: 600;
    display: block;
    font-size: 1.5rem;
    padding-left: 10px
}

.header-navbar-nav .dropdown-menu {
    border: none;
    box-shadow: none;
    border-top: 0;
    font-size: .875rem;
    min-width: 14rem;
    border-radius: 0
}

.header {
    background-color: #fff;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0
}

.header .logo-light {
    display: none
}

.main-slider .slides li {
    padding-top: 25rem;
    padding-bottom: 12rem
}

.header-navbar-nav .dropdown-item {
    color: #717171
}

.header .navbar-expand-lg .navbar-nav li:last-child .nav-link span {
    color: #111
}

.header-navbar-nav .dropdown-menu a,
.header-navbar-nav .dropdown-toggle {
    cursor: pointer
}

.header-navbar-nav .dropdown-item:focus,
.header-navbar-nav .dropdown-item:hover {
    background-color: transparent
}

.header-navbar-nav .dropdown-toggle:after {
    display: none
}

.header-navbar-nav .dropdown-arrow-inner {
    color: #5a5757;
    font-size: .75rem
}

#box {
    position: relative !important;
    z-index: 99;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: linear-gradient(180deg, rgba(35, 77, 212, .1) 20%, #234dd4 80%) !important
}

.scroll-to-top:not(.active) {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    pointer-events: none
}

.scroll-to-top.active:hover {
    transform: translate3d(0, -5px, 0);
    -webkit-transform: translate3d(0, -5px, 0);
    -moz-transform: translate3d(0, -5px, 0);
    background-color: #5aa7dd !important;
    border-color: #5aa7dd !important;
    color: #fff
}

.scroll-to-top {
    position: fixed;
    width: 2.5rem;
    height: 2.5rem;
    background-color: #5aa7dd;
    border-color: #5aa7dd;
    text-align: center;
    right: 2.875rem;
    bottom: 3.6875rem;
    padding-top: .65rem;
    z-index: 100;
    color: #fff;
    font-size: .75rem
}

.icon-logo-svg {
    height: 2.09rem;
    fill: #a7b3bd
}

.svg-decoration.middle-left.boundary {
    top: 8%;
    left: -2rem;
    width: 10rem
}

.svg-decoration.bottom-right.boundary {
    top: 18%;
    right: 0;
    width: 3rem
}

.svg-decoration.middle-left {
    top: 20%;
    left: -17rem;
    width: 22rem
}

.svg-decoration.bottom-right,
.svg-decoration.middle-left {
    display: block
}

.svg-decoration.middle-left {
    top: 12%;
    left: -17rem
}

.svg-decoration {
    position: absolute
}

.svg-decoration.bottom-right {
    top: 0;
    right: -22rem;
    width: 30rem
}

.svg-decoration.bottom-right,
.svg-decoration.middle-left {
    display: block
}

.svg-decoration.bottom-right {
    top: 0;
    right: -22rem
}

.svg-decoration {
    position: absolute
}

.avatar-sm-bordered {
    border: 2px solid #fff
}

.card-columns-count {
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    orphans: 1;
    widows: 1
}

.card-columns-count .card {
    display: inline-block;
    width: 100%
}

.play-but:hover .play-icon:before {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.play-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 5rem;
    height: 5rem
}

.play-icon:before {
    display: inline-block;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #fff;
    border-radius: 50%
}

.play-icon-inner {
    fill: #212529;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1rem;
    line-height: 0
}

.hover-arrow:hover span {
    transform: translate3d(5px, 0, 0)
}

.hover-arrow span {
    display: inline-block;
    margin-left: .375rem;
    transition: transform .2s ease;
    font-size: 11px
}

.img-decoration {
    position: absolute;
    overflow: hidden
}

.img-decoration-bottom {
    right: 0;
    bottom: 0;
    left: 0
}

.img-decoration-top {
    top: 0;
    right: 0;
    left: 0
}

.img-decoration svg {
    transform: scale(2)
}


.countdown span.label {
    font-size: .9375rem;
    font-weight: 600;
    display: block;
    color: #fff
}

.countdown span.counter {
    font-weight: 700;
    line-height: 1;
    color: #fff;
    font-size: 2.5rem
}

section#faq .container {
    padding-bottom: 300px !important
}

.accordion-header {
    padding: 0;
    background-color: transparent;
    transition: .3s ease-in-out;
    border: none
}

.accordion-collapse-btn {
    padding: 1.2rem 1.5rem;
    white-space: inherit
}

.accordion-body {
    color: #646f79;
    padding: 0 1.5rem 1.5rem 1.5rem
}

.accordion-arrow {
    color: #0001ee;
    transition: .3s ease-in-out
}

.accordion-arrow-inner {
    font-size: .875rem
}

.collapsed .accordion-arrow {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.mr-n {
    margin-right: -1rem !important
}

.badge-soft-blue {
    background-color: rgba(51, 94, 234, .1);
    color: #0001ee
}

.badge-soft-green {
    background-color: rgba(66, 186, 150, .1);
    color: #5aa7dd
}

.badge-pill {
    padding-right: .75rem;
    padding-left: .75rem;
    border-radius: 10rem;
    font-size: .75rem
}

.radius-tl {
    border-top-left-radius: 0
}

.radius-tr {
    border-top-right-radius: 0
}

.badge-rounded {
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 10rem;
    text-align: center;
    line-height: 1
}

.badge-rounded>* {
    font-size: .625rem
}

.newsletter:before {
    background-color: #151b26;
    position: absolute;
    top: -96px;
    left: 0;
    width: 100%;
    height: 200px;
    transform: skewY(-4deg);
    content: ""
}

.bg-decoration {
    position: absolute;
    top: -53px;
    width: 22rem;
    left: -129px;
    opacity: .5
}

::-moz-selection {
    background: #5aa7dd;
    color: #fff
}






.max-width-xlg {
    max-width: 9rem
}

.max-width-lg {
    max-width: 6rem
}

.max-width-md {
    max-width: 3.75rem
}

.max-width-sm {
    max-width: 3.4375rem
}

.max-width-xsm {
    max-width: 2rem;
    width: 2rem
}

.avatar-md {
    width: 4rem;
    height: 4rem
}

.avatar-sm {
    width: 3.125rem;
    height: 3.125rem
}

.avatar-lg {
    width: 8rem;
    height: 8rem
}

.avatar-xs {
    width: 2.25rem;
    height: 2.25rem
}

::before,
a {
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s
}

.shadow-lg {
    box-shadow: 0 0 40px rgba(38, 38, 38, .1) !important
}

.font-size-10 {
    font-size: .625rem
}

.font-size-12 {
    font-size: .75rem
}

.font-size-13 {
    font-size: .8125rem
}

.font-size-14 {
    font-size: .875rem
}

.font-size-15 {
    font-size: .9375rem
}

.font-weight-300 {
    font-weight: 300
}

.font-weight-400 {
    font-weight: 400
}

.font-weight-600 {
    font-weight: 600
}

.font-weight-700 {
    font-weight: 700
}

.btn-wide {
    min-width: 10rem
}

a[data-toggle=tab]:not([aria-selected=true]) {
    color: #fff;
    background-color: transparent
}

a[data-toggle=tab] {
    color: #fff;
    border: none;
    background-color: transparent;
    border-radius: 0;
    font-weight: 700;
    font-size: 18px
}

.social-icon {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 1rem;
    transition: .3s ease-in-out;
    line-height: 2.2;
    color: #fff;
    font-size: 1.125rem;
    margin-left: .25rem;
    margin-right: .25rem;
    opacity: .15
}

.social-icon:hover {
    opacity: .7;
    color: #fff
}

.section,
section {
    position: relative;
    width: 100%
}

.spacer-lg-top {
    padding-top: 8rem
}

.spacer-lg-bottom {
    padding-bottom: 6rem
}

section.hero {
    padding-top: 12rem;
    padding-bottom: 12rem
}

.spacer-one-bottom-lg,
div[class*=col-].spacer-one-bottom-lg {
    padding-bottom: 8rem
}

.spacer-one-top-lg,
div[class*=col-].spacer-one-top-lg {
    padding-top: 8rem
}

.spacer-double-lg,
div[class*=col-].spacer-double-lg {
    padding-top: 8rem;
    padding-bottom: 8rem
}

.spacer-one-bottom-md,
div[class*=col-].spacer-one-bottom-md {
    padding-bottom: 6rem
}

.spacer-one-top-md,
div[class*=col-].spacer-one-top-md {
    padding-top: 6rem
}

.spacer-double-md,
div[class*=col-].spacer-double-md {
    padding-top: 6rem;
    padding-bottom: 6rem
}

.spacer-one-bottom-sm,
div[class*=col-].spacer-one-bottom-sm {
    padding-bottom: 4rem
}

.spacer-one-top-sm,
div[class*=col-].spacer-one-top-sm {
    padding-top: 4rem
}

.spacer-double-sm,
div[class*=col-].spacer-double-sm {
    padding-top: 4rem;
    padding-bottom: 4rem
}

.spacer-one-bottom-xs,
div[class*=col-].spacer-one-bottom-xs {
    padding-bottom: 2rem
}

.spacer-one-top-xs,
div[class*=col-].spacer-one-top-xs {
    padding-top: 2rem
}

.spacer-double-xs,
div[class*=col-].spacer-double-xs {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.spacer-one-bottom-xxs,
div[class*=col-].spacer-one-bottom-xxs {
    padding-bottom: 1.5rem
}

.spacer-one-top-xxs,
div[class*=col-].spacer-one-top-xxs {
    padding-top: 1.5rem
}

.spacer-double-xxs,
div[class*=col-].spacer-double-xxs {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.list-group {
    list-style: none
}

.h1>a,
.h2>a,
.h3>a,
.h4>a,
.h5>a,
.h6>a,
h1>a,
h2>a,
h3>a,
h4>a,
h5>a,
h6>a {
    color: #212529
}
h6 {
    color:#000000
}


.h1>a:hover,
.h2>a:hover,
.h3>a:hover,
.h4>a:hover,
.h5>a:hover,
.h6>a:hover,
h1>a:hover,
h2>a:hover,
h3>a:hover,
h4>a:hover,
h5>a:hover,
h6>a:hover {
    color: #5aa7dd
}

.textarea {
    resize: none
}

.jarallax {
    position: relative;
    z-index: 0
}

.jarallax>.jarallax-img {
    position: absolute;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.o-hidden {
    overflow: hidden
}

.curved-decoration {
    position: relative;
    z-index: 2;
    width: 100%
}

.curved-decoration svg {
    position: relative;
    z-index: 2;
    top: .5px;
    width: 100%
}

.curved-decoration.splash svg {
    top: .5px
}

.bg-secondary-svg {
    fill: #f5f8fb
}

.bg-white-svg {
    fill: #ffffff
}

.bg-green-svg {
    fill: #ffffff
}

.bg-blue-svg {
    fill: #151b26
}

.bg-white {
    background-color: #fff
}

.bg-white-20 {
    background-color: rgba(255, 255, 255, .07)
}
.bg-black-20 {
    background-color: rgba(0, 0, 0, 0.178)
}
p {
    color: #000000
}

html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

.icon-title {
    position: relative;
    z-index: 1;
    line-height: .7;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 4rem;
    height: 4rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: .3s ease-in-out
}

.icon-title-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 2.5rem
}

.ml-offset-3 {
    margin-left: -1rem
}

.btn-primary-soft:focus,
.btn-primary-soft:hover {
    background-color: rgba(51, 94, 234, .15);
    color: #0001ee
}

.btn-primary-soft {
    background-color: #e8edfb;
    color: #0001ee
}

.icon-bg-dark {
    background-color: rgba(35, 77, 212, .1)
}

.icon-bg-light {
    background-color: rgba(255, 255, 255, .1)
}

svg {
    overflow: hidden;
    vertical-align: middle
}

.p-lg {
    padding: 4.5rem 3rem
}

.mt-n {
    margin-top: -200px
}

.z-index-2 {
    z-index: 2
}

.z-index-3 {
    z-index: 3
}

.span-style {
    font-weight: 700;
    letter-spacing: -.025em
}

.display-1,
.display-2,
.display-3,
.display-4,
.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
    letter-spacing: -.025em
}

ul.nav-tabs {
    border-radius: .3125rem
}

ul.nav-tabs li:first-child a {
    border-radius: .3125rem 0 0 .3125rem
}

.btn-navbar-toggler {
    margin-top: 1.375rem;
    margin-bottom: 1.375rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 10px 13px;
    color: #111;
    font-size: 1rem
}

@media (max-width:991.98px) {
    .header-navbar {
        padding: 0;
        max-height: 100vh;
        overflow-y: scroll
    }

    .lead {
        font-size: 1.05rem;
        line-height: 1.5;
        font-weight: 600
    }
}

@media (min-width:576px) {
    .card-count-2 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }

    ul.nav-tabs {
        border-radius: .3125rem
    }

    ul.nav-tabs li:first-child a {
        border-radius: .3125rem 0 0 .3125rem
    }
}

@media (min-width:992px) {

    .spacer-one-bottom-sm,
    div[class*=col-].spacer-one-bottom-sm {
        padding-bottom: 2rem
    }

    .spacer-one-top-sm,
    div[class*=col-].spacer-one-top-sm {
        padding-top: 2rem
    }

    .spacer-double-sm,
    div[class*=col-].spacer-double-sm {
        padding-top: 2rem;
        padding-bottom: 2rem
    }

    .header {
        background-color: red
    }

    .mt-n {
        margin-top: -200px
    }

    ul.nav-tabs {
        border-radius: .3125rem .3125rem 0 0
    }

    ul.nav-tabs li:first-child a {
        border-radius: .3125rem 0 0 0
    }

    .p-lg {
        padding: 4.5rem 8rem
    }

    .card-count-3 {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3
    }

    .spacer-lg-bottom {
        padding-bottom: 12rem
    }

    .header {
        background-color: #fff;
        transition: background-color .3s ease-in-out;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%
    }

    .header .logo-light {
        display: block
    }

    .header .navbar-expand-lg .navbar-nav .nav-link {
        color: #020202
    }

    .header.switched-header {
        background-color: #fff;
        transition: background-color .3s ease-in-out;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%
    }

    .header-section {
        border-bottom: 1px solid rgba(255, 255, 255, .15)
    }

    .header .logo-dark {
        display: none
    }

    .header.switched-header .logo-dark {
        display: block
    }

    .header.switched-header .logo-light {
        display: none
    }

    .header.switched-header .navbar-expand-lg .navbar-nav .nav-link {
        color: #646f79
    }

    .header.switched-header .header-section {
        border-color: rgba(255, 255, 255, 0)
    }

    .header-navbar-nav .dropdown-menu {
        border: 1px solid rgba(0, 0, 0, .1);
        box-shadow: 0 10px 40px 0 rgba(38, 38, 38, .1);
        border-top: 0;
        padding: 1rem 0;
        font-size: .875rem;
        min-width: 14rem;
        border-radius: 0
    }

    .header-navbar-nav .dropdown-item {
        color: #717171;
        padding: .4rem 1.75rem
    }

    .header-navbar-nav .dropdown-menu {
        margin-top: 3px
    }

    .navbar-expand-lg {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .navbar-expand-lg .header-navbar-nav {
        -ms-flex-align: center;
        align-items: center;
        padding-top: 0;
        padding-bottom: 0;
        margin-left: 0
    }

    .navbar-expand-lg .header-navbar-nav .nav-link {
        padding-top: 1.375rem;
        padding-bottom: 1.175rem;
        padding-right: 8px
    }
}

@media (max-width:767.98px) {
    .card-count-1 {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }

    .btn-group-lg>.btn,
    .btn-lg {
        font-size: 1.1rem;
        padding: .725rem 1.5rem
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 1rem
    }

    .icon-logo-svg {
        height: 1.8rem
    }
}

@media(min-width:768px) {
    ul.nav-tabs {
        border-radius: .3125rem .3125rem 0 0
    }

    ul.nav-tabs li:first-child a {
        border-radius: .3125rem 0 0 0
    }
}

@media (max-width:575px) {
    .card-count-1 {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }

    .h1,
    h1 {
        font-size: 1.6875rem
    }

    .h2,
    h2 {
        font-size: 1.5rem
    }

    .h4,
    h4 {
        font-size: 1.284375rem
    }

    .h5,
    h5 {
        font-size: 1.1875rem
    }

    .display-1 {
        font-size: 4rem
    }

    .display-3 {
        font-size: 2.4375rem
    }

    .display-4 {
        font-size: 2.0625rem
    }
}

@media (max-width:1199.98px) {
    blockquote {
        font-size: 1.35rem !important
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 1rem
    }
}

.blink_meaa {
    padding: 2.5px;
    margin-left: 100px;
    border-radius: 20px;
    color: #5aa7dd !important
}


li a {
    font-size: 13px !important
}

a.btn.btn-outline-info {
    font-size: 15px !important;
}

h2 {
    text-align: center;
    padding: 20px;
}

#size {
    width: 80px;

}

.scroll {
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
#accordion button {
    color: #0001EE;
}
#accordion button:hover {
    color: #0E8388 !important;
}

#speakers span strong {
    color : #004eff !important;
}

#collapseFour h6 {
    font-weight: 900 !important;
}
#collapseFour h6 span {
    font-weight: 500 !important;
}

#box {
    background-image : linear-gradient(180deg, rgba(35, 77, 212, .1) 20%, #4CAF50 80%) !important;
}
a.scroll-to-top.scroll.rounded-circle.active {
    background: #4CAF50;
}

.firstevent_con {
    /*margin-top: 20px; */
    /* margin-bottom: 20px; */ /* Adjust the value as needed */
}


.speaker-card {
    background-color: #ffffff;
    padding: 20px;
    /*edited part*/
    width: 100%; /* Make sure it takes up the full width of its parent */
    max-width: 375px; /* Ensure a consistent width */
    text-align: center; /* Center the content */
    /*end edit*/
    border: 2px solid #ccc; /* Add border for outline */
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
}

.speaker-card:hover {
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}
.lastevent_title1 {
    font-size: 1.6875rem;
    display: flex;
    justify-content: center;
    align-items: center;
    /*height: 100vh;*/
  }

  .outlined {
    font-size: 3rem;
    text-align: center;
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    -webkit-text-fill-color: white; /* For Safari */
}
/* Media query for devices with a maximum width of 767px (typical for smartphones) */
@media only screen and (max-width: 767px) {
    /* Hide specific header items on small screens */
    .ak-nav_list li:nth-child(2) a, /* About */
    .ak-nav_list li:nth-child(3) a, /* Topics */
    .ak-nav_list li:nth-child(4) a, /* Keynote Speakers */
    .ak-nav_list li:nth-child(6) a  /* Contact US */ {
      /*  display: none !important; /* Important to override any existing styles */
    }

    /* Adjust styling for the remaining header items */
    .ak-nav_list li a {
        padding: 10px; /* Example padding */
        display: inline-block; /* Ensure items display properly */
        margin-right: 10px; /* Example spacing between items */
        color: #fff; /* Example text color */
        /* Add any other necessary styles */
    }
    
    /* Adjust spacing for the center-aligned content */
    .ak-main-header-center {
        text-align: center; /* Center align items */
    }
}

.section-gap {
    height: 100px; /* Adjust as needed */
    background-color: #ffffff ; /* Background color of the gap */

    margin-bottom: 100px; /* Adjust as needed */
  }
  .section-gaptp {
    height: 40px; /* Adjust as needed */
    background-color: transparent; /* Background color of the gap */

    margin-bottom: 40px; /* Adjust as needed */
  }
  .section-gap2 {
    
    height: 100px; /* Adjust as needed */
    background-color:white ; /* Background color of the gap */
    z-index: 2 !important; /* Ensure the content is above the background */
    background-size: cover;

  }
  .section-gapinv {
    height: 80px; /* Adjust as needed */
    background-color: #ffffff00; /* Background color of the gap */

    margin-bottom: 80px; /* Adjust as needed */
  }
  
  
  .gradient-divider {
    width: 100%;
    height: 100px; /* Adjust as needed */
    background: linear-gradient(to bottom, transparent, #4c78af); /* Adjust gradient colors as needed */
  }
    

  @media (max-width: 767px) {
    .pricing-head h3 {
        font-size: 12px;
        padding: 10px;
    }


    .pricing-list li p {
        font-size: 14px;
    }
}


@media (max-width: 767px) {

    #grid_parent {
        display: flex;
        justify-content: center; /* Center items horizontally */
       align-items: center; /* Center items vertically */
       flex-wrap: wrap;
    }
    
    .grid_item_img {
        width: auto; /* Let the width be determined by the image's natural size */
      max-width: 100%; /* Ensure images don't exceed their container's width */
       height: auto; /* Maintain aspect ratio */
      margin: 5px; /* Add some margin around each image */
   }
   #image_grid
   {
    display: flex;

    justify-content: center; /* Center items horizontally */

   align-items: center; /* Center items vertically */
   flex-wrap: wrap;
}
}



  .submission-background {
    background-image: url('jbassets/agricultural_img/v1.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px; /* Adjust padding as needed */
}

.grid_item_img {
    background-color: #c2e0ff;
    padding: 5px;
    border: 1px solid #000000; /* Add border for outline */
  border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
}


.shape-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1; /* Ensure the images are above the background */

}

.shape-bottom img {
    height: auto;
    position: absolute;
    top: -300px;
}

.leafimg1left {
    transform: translateX(-100%);
    transform: translateY(29%);
    opacity: .5;

    width: 500px; /* Adjust width for smaller image */
}

.leafimg1center {
    left: 40%;
    transform: translateY(30%);
    width: 350px; /* Default width for center image */
}
.springerlogo {
    display: inline-block;
    width: 200px;
    height: auto;
    text-align: center;
}

.leafimg1right {
    right: 0;
    width: 800px; /* Default width for right image */
    transform: translateX(-00%);
    transform: translateY(180%);
    opacity: .5;

}
.leafimg1right2 {
    transform: translateX(-750%);
    transform: translateY(30%);
    opacity: 0;

    right: 0;
    width: 200px; /* Default width for right image */
}
.bgagricenter {
    transform: translateX(0%);
    transform: translateY(30%);

    width: 2000px; /* Default width for center image */

}

.white-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3; /* Ensure the white cover is above other elements */
}

button{
    width: 200px;
    padding: 15px 0;
    text-align: center;
    margin: 20px 10px;
    border-radius: 25px;
    font-weight: bold;
    border: 2px solid #ffffff;
 /*   background: transparent;*/
 background: #ff6b6b;
    color: #ffffff;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

button:hover span{
    width: 100%;
}

button:hover{
    border: none;
    border: 2px solid #000000;

}

.register-text {
    color: rgb(255, 255, 255);
    font-weight: bold; /* Make the text bold */
    text-shadow: 0 0 5px white; 
}
.containerv2 {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
    background-color: transparent; /* Set background color to transparent */

  }
  .call-for-papers-container {
   /* background-image: url('jbassets/agricultural_img/1.png');
    background-size: cover; /* or contain, depending on the desired behavior */
   /* background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 50px;
    position: relative;*/
    display: inline-block; /* Display as inline block to fit the size of the text */
    background-color: #ffffff; /* Light gray background color */
    border: 1px solid #8d8d8d; /* Light gray border */
    padding: 5px 5px; /* Padding around the content */
    text-align: center; /* Center align the content horizontally */
    color: #7a7a7a; /* Text color for the placeholder content */
    font-size: 16px; /* Font size for the placeholder content */
    font-weight: bold; /* Bold font weight for the placeholder content */
    border-radius: 20px; /* Rounded corners */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Shadow effect */
  }


@media (min-width: 768px) {
  .containerv2 {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .containerv2 {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .containerv2 {
    max-width: 1140px;
  }
}
@media (max-width: 767px) {
    .mobile-image:nth-child(1) {
      position: relative;
      width: 100%;
      max-width: 300px;
      margin-left: auto;
      margin-right: auto;
      display: block;
      transform: translateY(20%) translateX(0%);
    }
  }
  @media (max-width: 767px) {
    .mobile-image:nth-child(2) {
      position: relative;
      width: 100%;
      max-width: 300px;
      margin-left: auto;
      margin-right: auto;
      display: block;
      transform: translateY(-10%) translateX(0%);
    }
  }
  .callforpaper{
    background: url("../jbassets/imgs/services-section.jpg");
        background-position: center;
    background-repeat: no-repeat;
    padding: 131px 0 130px;
  }
  @media (max-width: 767px) {
    .shape-bottom {
      /* Adjust overall height to accommodate new positions */
      height: auto;
    }
  
    .shape-bottom img {
      /* Adjust general image positioning */
      transform: translateY(20%); /* Adjust as needed for all images */
      opacity: 0;
    }
  
    .leafimg1left {
      /* Increase vertical positioning for mobile */
     /* height: 10%; */

      transform: translateX(-100%) translateY(30%); /* Higher vertically */
      width: 400px; /* Adjust size for mobile */
    }
  
    .leafimg1right {
      transform: translateX(0) translateY(150%); /* Adjust as needed */
      width: 600px; /* Adjust size for mobile */
    }
  
    .leafimg1right2 {
      transform: translateX(-500%) translateY(50%); /* Higher vertically */
      width: 150px; /* Adjust size for mobile */
    }
  
    .bgagricenter {
      /* Adjust vertical positioning for mobile */
      transform: translateY(20%);
      width: 1000px; /* Resize for mobile */
    }
  }
  .border-background-callforpapers {
    border: 2px solid #ccc; /* Light gray border */
    padding: 20px;         /* Padding inside the border */
    background-color: #f9f9f9; /* Light background color */
    border-radius: 10px;   /* Rounded corners */
      z-index: 1;
  }
  .carousel_item_img {
    width: 70%; /* Let the width be determined by the image's natural size */
    max-width: 100%; /* Ensure images don't exceed their container's width */
     height: auto; /* Maintain aspect ratio */
    margin-left: auto; /* Add some margin around each image */
    margin-right: auto;
    border: 1px solid #000000; /* Add border for outline */
    border-radius: 10px;
    background-color: #c2e0ff;
    /*box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*/
  /*  transition: box-shadow 0.3s ease;*/
}

.carousel-item {
    text-align: center; /* Center the content */
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    color: black;
    border-radius: 20%;
    width: 50px;
    height: 50px;
        filter: invert(1);

}

.carousel-control-prev,
.carousel-control-next {
    opacity: 0.7; /* Slightly transparent for better visibility */
    transition: opacity 0.3s ease;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    opacity: 1; /* Fully visible on hover */
}
 
.unique-carousel-item-img {
    width: 70%; /* Let the width be determined by the image's natural size */
    max-width: 100%; /* Ensure images don't exceed their container's width */
     height: auto; /* Maintain aspect ratio */
    margin-left: auto; /* Add some margin around each image */
    margin-right: auto;
    border: 1px solid #000000; /* Add border for outline */
    border-radius: 10px;
    background-color: #c2e0ff;



/*box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*/
/*  transition: box-shadow 0.3s ease;*/
}
.image-container {
  /*  position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
 /*   overflow: hidden;
    border-radius: 10px;*/
    text-align: center; /* Center the content */

}
.flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.flex-item {
    max-width: 60%;
   max-height: 7vw;
   margin: 20px;

  /*  height: auto;
    margin: 10px;
    /*flex: 1 1 20%; /* This allows the items to take up 30% of the container and wrap when needed */
}

@media only screen and (max-width: 767px) {
    .flex-item {
        margin: 10px;
        max-width: 30%;
        max-height: 30vw;
    }
    .mobile-size-title-text {
        font-size: 36px !important;
    }
}
.mobile-size-title-text {
    font-size: 3rem; 
}
@media only screen and (max-width: 767px) {
    .text-center-mobile1 {
        text-align: center;
        font-family: 'Roboto'
    }
    .countdown1 {
        display: flex;
        flex-direction: column;
        align-items: center;
      /*  font-family: 'Roboto'*/
      color: white;
    }
    .countdown1 div {
        margin-bottom: 10px;
    }
    .registercon1 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-top: 1px; /* Adjust margin as needed */
        order: 1; /* Ensures it appears after countdown on mobile */
    }
}
/* Modal styles */
/* Modal styles */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
  /*  z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
    padding-top: 60px;
}

.modal-content {
    background-color: #fefefe;
    margin: 5% auto; /* Adjust the top margin if needed */
    padding: 20px; /* Increased padding for better spacing */
    border: 1px solid #888;
    max-width: 1000px; /* Set a larger maximum width */
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
    z-index: 1001;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.custom-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1050; /* Ensure it is above other elements */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
    padding-top: 60px;
}

/* Ensuring modal-content is properly styled */
.custom-modal-content {
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    background-color: white;
}
.custom-modal .close {
    color: red;
    opacity: 1; /* Ensures the color is fully opaque */
}
