.row {
  --bs-gutter-x: 30px;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

body {
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  line-height: 34px;
  font-weight: 400;
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--qutiiz-gray);
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "Outfit", sans-serif;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}


::placeholder {
  color: inherit;
  opacity: 1;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.section-separator {
  border-color: var(--thm-border);
  border-width: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  opacity: 0.4;
  z-index: -1;
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show>.btn-light.dropdown-toggle {
  box-shadow: none !important;
  outline: none !important;
}

.bootstrap-select>.dropdown-toggle {
  box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
  outline: none !important;
}

.bootstrap-select .dropdown-menu {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  z-index: 991;
  border-radius: 0;
}

.bootstrap-select .dropdown-menu>li+li>a {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.bootstrap-select .dropdown-menu>li.selected>a {
  background: var(--qutiiz-primary);
  color: #fff;
}

.bootstrap-select .dropdown-menu>li>a {
  font-size: 16px;
  font-weight: 500;
  padding: 4px 20px;
  color: #ffffff;
  background: var(--qutiiz-black);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.bootstrap-select .dropdown-menu>li>a:hover {
  background: var(--qutiiz-primary);
  color: #fff;
  cursor: pointer;
}

.preloader {
  position: fixed;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9991;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
}

.preloader__image {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* scroll to top */
.scroll-to-top {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: #facf00;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
  border-radius: 50%;
  transition: all 0.4s ease;
}

.scroll-to-top i {
  color: #12337a;
  font-size: 18px;
  line-height: 45px;
}

.scroll-to-top:hover {
  background-color: #0f385f;
}

.scroll-to-top:hover i {
  color: #fff;
}

/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
.main-header {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 999;
  transition: all 500ms ease;
  background:#FFF;
}

.main-header:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  content: "";
  background-color: rgba(var(--qutiiz-white-rgb), 0.05);
  z-index: -1;
}

.main-menu {
  position: relative;
  padding: 0 55px;
  z-index: 91;
}

.main-menu-wrapper {
  position: relative;
  display: block;
}

.main-menu-wrapper__left {
  display: block;
  float: right;
}

.main-menu-wrapper__logo {
  width:230px;
  position: relative;
  float: left;
}

.main-menu-wrapper__main-menu {
  display: block;
  float: right;
}

.main-menu-wrapper__right {
  position: relative;
  display: flex;
  float: right;
  padding: 34.5px 0;
  align-items: center;
  background:#12337a;
  padding-left:50px;
  padding-right:50px;
}

.main-menu-wrapper__call {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-wrapper__call-icon {
  position: relative;
  display: flex;
}

.main-menu-wrapper__call-icon span {
  font-size: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-wrapper__call-icon:hover span {
  color: #a09baa;
}

.main-menu-wrapper__call-number {
  margin-left: 20px;
}

.main-menu-wrapper__call-number h5 {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.1em;
}

.main-menu-wrapper__call-number h5 a {
  color: var(--qutiiz-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-wrapper__call-number a:hover {
  color: #a09baa;
}

.main-menu-wrapper__call-number p {
  font-size: 12px;
  margin: 0;
  line-height: 14px;
  text-transform: uppercase;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.1em;
}

.main-menu-wrapper__search-box {
  position: relative;
  display: flex;
  align-items: center;
  padding: 7.5px 0;
  margin-right: 80px;
}

.stricky-header.main-menu {
  padding: 15px 55px;
  background-color: #fff;
}

.main-menu .main-menu__list,
.main-menu .main-menu__list ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
  display: none;
}

@media (min-width: 1200px) {

  .main-menu .main-menu__list,
  .main-menu .main-menu__list ul,
  .stricky-header .main-menu__list,
  .stricky-header .main-menu__list ul {
    display: flex;
  }
}

.main-menu .main-menu__list>li,
.stricky-header .main-menu__list>li {
  padding-top: 20px;
  padding-bottom: 15px;
  position: relative;
}

.main-menu .main-menu__list>li+li,
.stricky-header .main-menu__list>li+li {
  margin-left: 43px;
}

.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
	font-size: 16px;
    font-weight: 500;
    color: #000;
    text-transform: capitalize;
	font-family: "Outfit", sans-serif;
	letter-spacing: 0.5px;
}

.main-menu .main-menu__list>li>a::before,
.stricky-header .main-menu__list>li>a::before {
  content: "";
  height: 1px;
  border-radius: 0px;
  background-color: var(--qutiiz-white);
  position: absolute;
  bottom: 7px;
  left: 0px;
  right: 0px;
  transition: transform 500ms ease;
  transform: scale(0, 1);
  transform-origin: left center;
  z-index: 1;
}

.main-menu .main-menu__list>li.current>a,
.main-menu .main-menu__list>li:hover>a,
.stricky-header .main-menu__list>li.current>a,
.stricky-header .main-menu__list>li:hover>a {
  color: var(--qutiiz-white);
}

.main-menu .main-menu__list>li.current>a::before,
.main-menu .main-menu__list>li:hover>a::before,
.stricky-header .main-menu__list>li.current>a::before,
.stricky-header .main-menu__list>li:hover>a::before {
  transform: scale(1, 1);
  transform-origin: right center;
}

.main-menu .main-menu__list>li.current>a::before {
  background-color: var(--qutiiz-white);
}

.main-menu .main-menu__list>li:hover>a::before {
  background-color: var(--qutiiz-white);
}

.main-menu .main-menu__list>li>ul,
.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 270px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(0) translateZ(100px);
  transform: scaleY(0) translateZ(100px);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
  z-index: 99;
  overflow: hidden;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 39.2px 0.8px rgba(0, 0, 0, 0.1);
  padding: 0px 0px 0px;
  border-radius: var(--qutiiz-bdr-radius);
}

.main-menu .main-menu__list>li:hover>ul,
.main-menu .main-menu__list>li>ul>li:hover>ul,
.stricky-header .main-menu__list>li:hover>ul,
.stricky-header .main-menu__list>li>ul>li:hover>ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1) translateZ(0px);
  transform: scaleY(1) translateZ(0px);
}


.main-menu .main-menu__list li ul li,
.stricky-header .main-menu__list li ul li {
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}

.main-menu .main-menu__list li ul li+li,
.stricky-header .main-menu__list li ul li+li {
  border-top: 1px solid rgba(var(--qutiiz-black-rgb), 0.1);
}

.main-menu .main-menu__list li ul li a,
.stricky-header .main-menu__list li ul li a {
  font-size: 16px;
  line-height: 30px;
  font-family: "Outfit", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 500;
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: 500ms;
}

.main-menu .main-menu__list li ul>li:first-child>a,
.stricky-header .main-menu__list li ul>li:first-child>a {
  border-top-left-radius: var(--qutiiz-bdr-radius);
  border-top-right-radius: var(--qutiiz-bdr-radius);
}

.main-menu .main-menu__list li ul>li:last-child>a,
.stricky-header .main-menu__list li ul>li:last-child>a {
  border-bottom-left-radius: var(--qutiiz-bdr-radius);
  border-bottom-right-radius: var(--qutiiz-bdr-radius);
}

.main-menu .main-menu__list li ul li:hover>a,
.stricky-header .main-menu__list li ul li:hover>a {
  background-color: var(--qutiiz-base);
  color: var(--qutiiz-white);
}

.main-menu .main-menu__list li ul li>ul,
.stricky-header .main-menu__list li ul li>ul {
  top: 0;
  left: 100%;
}

.main-menu .main-menu__list li ul li>ul.right-align,
.stricky-header .main-menu__list li ul li>ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}

.main-menu .main-menu__list li ul li>ul ul,
.stricky-header .main-menu__list li ul li>ul ul {
  display: none;
}


.main-menu-wrapper .main-menu__list>.megamenu {
  position: static;
}

.main-menu-wrapper .main-menu__list>.megamenu>ul {
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.main-menu-wrapper .main-menu__list>.megamenu>ul>li {
  padding: 0 !important;
}

.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  visibility: hidden;
  transform: translateY(-120%);
  transition: transform 500ms ease, visibility 500ms ease;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199px) {
  .stricky-header {
    display: none !important;
  }
}

.stricky-header.stricky-fixed {
  transform: translateY(0);
  visibility: visible;
}

.stricky-header .main-menu__inner {
  box-shadow: none;
  padding-right: 0;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}

.mobile-nav__buttons {
  display: flex;
  margin-left: auto;
  margin-right: 10px;
}

@media (min-width: 1200px) {
  .mobile-nav__buttons {
    display: none;
  }
}

.mobile-nav__buttons a {
  font-size: 20px;
  cursor: pointer;
}

.mobile-nav__buttons a+a {
  margin-left: 10px;
}

.mobile-nav__buttons a:hover {
  color: var(--qutiiz-base);
}

.main-menu .mobile-nav__toggler {
  font-size: 20px;
  color: #fecc00;
  cursor: pointer;
  transition: 500ms;
}

.main-menu .mobile-nav__toggler:hover {
  color: #a09baa;
}

@media (min-width: 1200px) {
  .main-menu .mobile-nav__toggler {
    display: none;
  }
}

/*--------------------------------------------------------------
# Navigations Two
--------------------------------------------------------------*/
.main-header-two:before {
  display: none;
}

/*--------------------------------------------------------------
# Main Header Three
--------------------------------------------------------------*/
.main-header--three {}

.main-menu--three {
  padding: 0;
  display: flex
;
    justify-content: space-evenly;
        padding: 15px 55px;
}

.main-header--three .main-menu-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-header--three .main-menu-wrapper__logo {
  width: 230px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-right: 0px;
  float: none;
}

.main-header--three .main-menu-wrapper__logo a {
  position: relative;
  display: inline-block;
}

.main-header--three .main-menu-wrapper__left {
  float: none;
  margin-left: auto;
}



.main-header--three .main-menu-wrapper__right {
  position: relative;
  display: flex;
  float: right;
  align-items: center;
  padding: 0px;
}

.main-header--three .main-menu-wrapper__main-menu {
  float: none;
}

.main-header--three .main-menu-wrapper__call {
  position: relative;
  z-index: 1;
  width: 265px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #12337a;
}

.main-header--three .main-menu-wrapper__search-box:before {
  position: absolute;
  top: -13px;
  bottom: -12px;
  left: -30px;
  content: "";
  background-color: rgba(var(--qutiiz-white-rgb), 0.2);
  width: 1px;
}

.main-header--three .main-menu-wrapper__search-box {
  margin-right: 30px;
  padding: 0;
}
.keynote-speakers-Business{
  background-color: beige;
}
/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
@keyframes bubbleMover {
  0% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
  }

  30% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }

  50% {
    -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
    transform: translateY(50px) translateX(100px) rotate(45deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }

  80% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }

  100% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}

@keyframes shapeMover {

  0%,
  100% {
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }

  50% {
    transform: perspective(400px) rotate(0deg) translateZ(20px) translateY(20px) translateX(20px);
  }
}

@keyframes banner3Shake {
  0% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }

  30% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  60% {
    -webkit-transform: rotate3d(1, 0, 0, 0deg);
    transform: rotate3d(1, 0, 0, 0deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }
}

@keyframes squareMover {

  0%,
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }

  20%,
  60% {
    -webkit-transform: translate(20px, 40px) rotate(180deg);
    transform: translate(20px, 40px) rotate(180deg);
  }

  30%,
  80% {
    -webkit-transform: translate(40px, 60px) rotate(0deg);
    transform: translate(40px, 60px) rotate(0deg);
  }
}

@keyframes treeMove {

  0%,
  100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }

  25%,
  75% {
    -webkit-transform: rotate(5deg) translateX(15px);
    transform: rotate(5deg) translateX(15px);
  }

  50% {
    -webkit-transform: rotate(10deg) translateX(30px);
    transform: rotate(10deg) translateX(30px);
  }
}

/*--------------------------------------------------------------
#     Zoom Fade Css
--------------------------------------------------------------*/
.zoom-fade {
  animation-name: zoom-fade;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;

  -webkit-animation-name: zoom-fade;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;

  -moz-animation-name: zoom-fade;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;

  -ms-animation-name: zoom-fade;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;

  -o-animation-name: zoom-fade;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@-webkit-keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@-moz-keyframes service_hexagon_2 {
  0% {
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  100% {
    -moz-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@-o-keyframes service_hexagon_2 {
  0% {
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  100% {
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@keyframes service_hexagon_2 {
  0% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  100% {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  transform: translateX(-50%);
  transform-origin: right center;
  transition: transform 500ms ease-in, opacity 500ms linear,
    visibility 500ms ease-in;
  z-index: 999;
  visibility: hidden;
}

.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  cursor: pointer;
}

.mobile-nav__content {
  width: 300px;
  background-color: #fff;
  opacity: 0.9;
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.mobile-nav__content .thm-btn {
  padding: 8px 0;
  width: 100%;
  text-align: center;
}

.mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: flex;
}

.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  cursor: pointer;
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list ul {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list li a {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
  color: #000;
  font-size: 16px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  height: 36px;
  align-items: center;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: var(--qutiiz-white);
}

.mobile-nav__content .main-menu__list li a button {
  width: 30px;
  height: 30px;
  background-color: var(--qutiiz-base);
  border: none;
  outline: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  transition: transform 500ms ease;
}

.mobile-nav__content .main-menu__list li a button.expanded {
  transform: rotate(0deg);
  background-color: #fff;
  color: var(--qutiiz-black);
}

.mobile-nav__content .main-menu__list li.cart-btn span {
  position: relative;
  top: auto;
  right: auto;
  transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
  font-size: 16px;
}

.mobile-nav__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.mobile-nav__top .main-menu__login a {
  color: var(--thm-text-dark);
}

.mobile-nav__container {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
  display: none;
}


.banner{ position:relative; padding:160px 0 90px 0px; z-index: 1;}
.banner-bg{ width:100%; height:100%; position:absolute; top:0;}
.banner-bg img{ object-fit: cover; width:100%; height:100%;}
.banner-bg::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
background: linear-gradient(127deg, #000000c4 33%, rgb(0 12 82 / 51%) 100%);}


.slider-wrapper {
display: flex;
position: relative;
width: 100%;
height: 40vw;
max-height: 500px;
min-height: 300px;
background: #ddd;
overflow: hidden;
}

.slider-wrapper ul {
list-style: none;
margin: 0;
padding: 0;
}

/* slider-img */
ul.slider-img {
display: flex;
position: absolute;
width: 100%;
height: 100%;
left: 0;
transition: 0.5s;
}

ul.slider-img li {
flex: 1 0 100%;
}

ul.slider-img li img {
width: 100%;
height: 100%;
object-fit: cover;
}

/* slider-arrow */
ul.slider-arrow {
position: relative;
color: #fff;
font-size: 2rem;
display: flex;
justify-content: space-between;
height: 100%;
width: 100%;
text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}

@media screen and (min-width: 768px) {
ul.slider-arrow {
font-size: 2.5rem;
}
}

ul.slider-arrow li {
display: flex;
align-items: center;
cursor: pointer;
height: 100%;
padding: 0 15px;
opacity: 0.4;
transition: 0.5s;
}

ul.slider-arrow li:hover {
opacity: 1;
}

/* slider-dot */
.slider-dot {
position: absolute;
bottom: 15px;
display: flex;
justify-content: center;
align-items: flex-end;
width: 100%;
color: #fff;
text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}

.slider-dot li {
cursor: pointer;
margin: 0 8px;
font-size: 0.6rem;
opacity: 0.4;
}

.slider-dot li.active {
opacity: 1;
}

@media screen and (min-width: 768px) {
.slider-dot li {
margin: 0 12px;
font-size: 0.95rem;
}
}


.explore-more-btn {
    float: left;
    margin: auto;
    border: none;
}

.International{
      background-color: rgba(255, 255, 255, 0.09000000357627869);
    width: 100%;
    filter: drop-shadow(2px 2px 15px rgba(0.6567506194114685, 0.6505873203277588, 0.6321932673454285, 0.20000000298023224));
    border-radius: 13px;
    border: 1px solid #00ffff;
    padding: 40px;
    margin-bottom: 50px;
}
.International{ text-align:center; padding-top:2%;}
.International h2{font-size: 38px; line-height: 44px; color: #ffca05; font-weight: bold;}
.International h3{font-size: 42px; line-height: 50px; color: #fff; font-weight: 700; margin-top: 10px; margin-bottom: 30px;}
.International h4{font-size: 30px; line-height: 36px; color: #fff; font-weight: 500; margin-top: 30px; margin-bottom: 30px;}
.banner_content p{font-size: 22px; line-height: 30px; color: #fff; position: relative;text-align: left;}
.International p{font-size: 22px; line-height: 30px; color: #fff; position: relative;text-align: center;}
.banner_content a{display: inline-block; position: relative; overflow: hidden; background-color: #f4da58; color: #0f385f; border-radius: 50px; font-size: 18px;font-weight: 600; line-height: 30px; padding: 15px 20px; border-width: 0; border-style: solid; box-shadow: none; transition: all 0.3s ease 0s; cursor: pointer;}
.banner_content a:hover{background-color: #103960; color: #fff;}

.section-padding {
    padding-top: 90px;
    padding-bottom: 90px;
}
ol, ul li {
  font-family: "Outfit", sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 300;
    text-align: left;

}
.all-button{
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-banner {
  background-color: #3b6ab5; /* Matches the blue background */
  color: white;
  text-align: center;
  padding: 10px 15px;
  font-size: 12px;
  font-family: Arial, sans-serif;
  line-height: 1.5;
}
.footer-banner p{
  color: #ffffff !important
}

.section-title .title {
    font-size: 42px;
    line-height: 56px;
	display:block;
	font-weight:600;
    z-index: 1;
	color:#222;
}
.section-title .title span {
    font-size: 30px;
    line-height: 36px;
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    color: #555555;
	display:block;
}
 p {
    font-family: "Outfit", sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 300;
}
.intro{background: #fff;}
.intro p{font-family: "Outfit", sans-serif; font-size: 20px; line-height: 26px; color: #525252; font-weight: 300;}
.intro a{display: inline-block; background-color: #f4da58; color: #0f385f; border-radius: 50px; font-size: 22px;font-weight: 600; line-height: 30px; padding: 15px 40px; border-width: 0; border-style: solid; box-shadow: none; transition: all 0.3s ease 0s; cursor: pointer; margin-top:1%;}
.intro a:hover{background-color: #103960; color: #fff;}

.call-paper{background: #0f385f;}
.call-paper p{font-family: "Outfit", sans-serif; font-size: 20px; line-height: 26px; color: #fff; font-weight: 300;}
.accordion-list .accordion-item {
  margin-bottom: 10px;
  position: relative;
}
.accordion-list .accordion-item::before {
  content: "";
  position: absolute;
  left: 5px;
  bottom: -5px;
  background: #212121;
  width: 100%;
  height: 95%;
  z-index: -1;
}
.accordion-list .accordion-button {
  background-color: #183e65;
  color: #fff;
  border-radius: 0 !important;
  font-size: 26px;
  font-weight: 500;
}
.accordion-list .accordion-button.collapsed {
  background-color: #fff;
  color: #000;
  font-weight: 600;
}
.accordion-list .accordion-button:focus {
  box-shadow: none;
}
.accordion-list .accordion-body p {
  margin-bottom: 0;
  color: #525252;
}

.accordion-list .accordion-body td {
    border: 1px solid #000;
	font-family: "Outfit", sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #525252;
	font-weight: 300;
	padding:10px;
}

.accordion-list .accordion-body td strong{
	font-weight: 700;
}

.conference_themes_box {
    padding: 30px;
    box-shadow: 0px 0px 150px 0px rgb(78 67 250 / 10%);
    background: #fff;
    border-radius: 10px;
	height:100%;
}
.conference_themes_box h2{
	font-size:22px;
	line-height:28px;
	margin-bottom:15px;
	text-align:left;
}

ul.list_icon {
    width: 100%;
    list-style-type: none;
	padding-left:0%;
}
ul.list_icon li {
    display: block;
    margin-bottom: 3px;
	padding-bottom:3px;
    background: url(../images/correct-icon.png) no-repeat 0 7px;
    padding-left: 40px !important;
	font-family: "Outfit", sans-serif;
	font-size: 20px;
	line-height: 26px;
	color: #525252;
	font-weight: 300;
	text-align:left;
}


.keynote-speakers{background: #fff; }
.speakers_list {box-shadow: 0 50px 100px 0 rgb(0 0 0 / 10%); background: #fff; border: 1px solid #ededed; padding: 30px; height:100%; transition-duration: 0.3s;}
.speakers_list h2{font-family: "Outfit", sans-serif; font-size: 22px; line-height: 28px; color: #222; font-weight: 600;}
.speakers_list h3{font-family: "Outfit", sans-serif; font-size: 18px; line-height: 24px; color: #222; font-weight: 600; margin:8px 0 10px 0px;}
.speakers_list p{font-family: "Outfit", sans-serif; font-size: 18px; line-height: 24px; color: #525252; font-weight: 300;}
.speakers_list img{ width:160px; height:160px; border-radius:100%; border:solid 4px #feca0a; margin:auto; margin-bottom:15px;}
.speakers_list:hover{transform: scale(1.08);}

.organizing-committee{background: url(../images/organizing-committee.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;}
.organizing_speakers_list { width:18%; float:left; box-shadow: 0 50px 100px 0 rgb(0 0 0 / 10%); background: #fff; border: 1px solid #ededed; padding: 20px; min-height:450px; text-align:center; margin:10px; transition-duration: 0.3s;}
.organizing_speakers_list h2{font-family: "Outfit", sans-serif; font-size: 22px; line-height: 28px; color: #222; font-weight: 600;}
.organizing_speakers_list h3{font-family: "Outfit", sans-serif; font-size: 18px; line-height: 24px; color: #222; font-weight: 600; margin:8px 0 10px 0px;}
.organizing_speakers_list p{font-family: "Outfit", sans-serif; font-size: 18px; line-height: 24px; color: #525252; font-weight: 300;}
.organizing_speakers_list img{ width:160px; height:160px; border-radius:100%; border:solid 4px #feca0a; margin:auto; margin-bottom:15px;}
.organizing_speakers_list:hover{transform: scale(1.08);}



.event-schedule{background: #fff; text-align:center;}
.shedule-block{
	position: relative;
	padding: 8px;
	margin-bottom: 30px;
	background-color: #fff;
	-webkit-box-shadow: 0 30px 40px rgba(14,16,48,.06);
    -ms-box-shadow: 0 30px 40px rgba(14,16,48,.06);
    box-shadow: 0 30px 40px rgba(14,16,48,.06);
	width:100%;
}

.shedule-block:before{
	position: absolute;
	left: 0;
	top: 0%;
	height: 0;
	width: 100%;
	content: "";
	background: rgb(15,64,183);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.shedule-block:hover:before{
	height: 100%;
	top: 0;
}

.shedule-block .inner-box{
	position: relative;
	padding: 20px 5px 15px;
	background-color: #ffffff;
}

.shedule-block .content-box{
	position: relative;
	float: left;
	width: 100%;
	min-height:auto;
}

.shedule-block .date{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #212639;
	font-weight: 500;
	margin-bottom: 3px;
}

.shedule-block .date .icon{
	position: relative;
	float: left;
	font-size: 18px;
	line-height: 30px;
	color: #f14b59;
	margin-right: 10px;
}

.shedule-block h1{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 20px;
	color: #212639;
	font-weight: 600 !important;
	margin-bottom:5px;
	text-transform:uppercase;
}

.shedule-block h2{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 26px;
	color: #212639;
	font-weight: 600 !important;
	margin-bottom:5px;
}


.shedule-block p{
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #3a3939;
	font-weight: 500;
	margin-bottom: 5px;
}

.shedule-block .shedule-info li{
	position: relative;
	float: left;
	margin-right: 20px;
	padding-right: 20px;
	font-size: 16px;
	line-height: 30px;
	color: #212639;
	font-weight: 400;
	border-right: 2px dashed #f2f4f7;
}
.shedule-block .btn-box {
    position: relative;
    display: inline-block;
    margin-top: 5px;
    background: #0f40b7;
	padding: 10px 40px;
	margin-top:2%;
}
.shedule-block .btn-box a {
    line-height: 24px;
    font-size: 15px;
    color: #FFF;
}



.committees{background: #fdf6f6; text-align:center;}
.advisory_list {box-shadow: 0 50px 100px 0 rgb(0 0 0 / 10%); background: #fff; border: 1px solid #ededed; padding: 30px; height:100%; transition-duration: 0.3s;}
.advisory_list h1{font-family: "Outfit", sans-serif; font-size: 20px; line-height: 26px; color: #df6105; font-weight: 600; margin-bottom:10px;}
.advisory_list h2{font-family: "Outfit", sans-serif; font-size: 24px; line-height: 30px; color: #222; font-weight: 600;}
.advisory_list p{font-family: "Outfit", sans-serif; font-size: 18px; line-height: 24px; color: #525252; font-weight: 300;}
.advisory_list img{ width:160px; height:160px; border-radius:100%; border:solid 4px #feca0a; margin:auto; margin-bottom:15px;}
.advisory_list:hover{transform: scale(1.08);}


.contact-section {
    background: #002e5d;
}
.contact-section p{ font-size:22px; line-height:28px; color:#FFF; margin-top:3%;}
.single_address {
	border:solid 1px #FFFFFF;
    border-image: none;
    border-radius: 5px;
    border-top: 1px solid #eee;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 10%);
    padding: 20px;
    height: 100%;
}
.single_address i {
    font-size: 36px;
    margin-top: 10px;
	color:#ffca05;
}
.single_address h4 {
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: capitalize;
    margin-top: 20px;
	font-size:24px;
    color: #fff;
}
.single_address p {
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    font-weight: 400;
}

.menu-bar-social{display:inline-block; margin-right:10px;}
.menu-bar-social ul{display: flex; margin: 0px; padding: 0px;}
.menu-bar-social ul li{margin-right: 10px; list-style: none;}
.menu-bar-social ul li a{color: #fff; font-size: 20px; height: 40px; width: 40px; display: flex; align-items: center; justify-content: center; border: solid 1px #FFFFFF; border-radius: 50%;}
.menu-bar-social ul li a:hover{background-color: #ffc20f; color: #002e5e; border: solid 1px #ffc20f;}

.thank_you{ height:100%; padding:220px 0 90px 0px; background:#0064b0;}
.thank_you h1{ font-size:70px; color:#fff; font-weight:400; margin:0 0 7px 0px;}
.thank_you p{ font-size:20px; color:#fff; text-align:center; line-height:26px;}
.thank_you a{color:#fff;}

@media only screen and (min-width: 320px) and (max-width: 769px) {
.main-header--three .main-menu-wrapper__logo{ padding:10px; padding-left:0px;}
.banner_content{ text-align:center;}
.International h2{font-size: 24px; line-height: 32px; color: #ffca05; font-weight: normal;}
.International h3{font-size: 32px; line-height: 38px; color: #ffffff; font-weight: 700; margin-top: 10px; margin-bottom: 30px;}
.International h4{font-size: 20px; line-height: 36px; color: #fff; font-weight: 500; margin-top: 10px; margin-bottom: 10px;}

.section-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-title .title {
  font-size: 32px;
  line-height: 38px;
}

.section-title .title span {
  font-size: 28px;
  line-height: 36px;
  display: block;
  font-weight: 800;
  z-index: 1;
  color: #222;
}

.g-5, .gy-5 {
  --bs-gutter-y: 0rem;
}

.organizing_speakers_list {
  width: 45%;
  float: left;
}

}

