﻿.auto-container {
  width: 80%;
  margin: 0 auto;
}

body {
  overflow-x: hidden;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}

@media (min-width: 992px) {
  .col-lg-20 {
    flex: 0 0 auto;
    width: 20%;
  }
}

.fixed-header {
  box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
}

.heroSlider {
  height: 75vh;
  position: relative;
  background: #021943;
}

.videobg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 99%;
  z-index: 1;
  overflow: hidden;
}

.videobg img,
.videobg video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.heroOverlay {
  background: rgb(51, 197, 221);
  background: linear-gradient(96deg, rgb(51 197 221 / 65%) 13%, rgb(255 127 80 / 65%) 100%);
  width: 100%;
  height: 100%;
  z-index: 9;
  position: absolute;
}

.bannerTagline {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  width: 100%;
}

.bannerTagline:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 11%;
  background-image: linear-gradient(to top, #093E6A, rgb(9 62 106 / 2%));
  content: '';
  z-index: 2;
}

.bannerTagline h1 {
  text-transform: uppercase;
  color: #fff;
  font-size: 22px;
  line-height: 34px;
  font-weight: 800;
  font-style: italic;
}

.bannerTagline h1 span {
  color: #fff;
  font-size: 48px;
  line-height: 60px;
  font-style: normal;
}

.bannerTagline p {
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}

.bannerTagline .thm-btn {
  font-size: 16px;
  padding: 12px 30px 12px;
  position: relative;
  overflow: hidden;
  transition: 0.4s all ease-in;
}

.bannerTagline .thm-btn:hover {
  scale: 1.1;
}

.VenueTicker {
  position: absolute;
  margin-top: 42px;
  width: 60%;
  border-left: #d5f0f4 solid 1px;
  padding-left: 30px;
  bottom: 15px;
  left: 10%;
  z-index: 99;
}

.VenueTicker h5 {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: uppercase;
}

.VenueTicker p {
  color: #fff !important;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 2px;
  padding-top: 10px;
  font-family: 'Helvetica Neue Medium';
}

.sectionheading {
  position: relative;
  text-align: center;
  margin-bottom: 1.5rem;
}

.sectionheading h2 {
  color: #000;
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
  background: rgb(25, 119, 159);
  background: linear-gradient(96deg, rgba(25, 119, 159, 1) 7%, rgba(147, 32, 25, 1) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sectionheading h2 span {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.sectionheading p {
  color: #000;
  font-size: 17px;
  line-height: 27px;
  margin-bottom: 15px;
}

.iconmainbox .col-lg-3.col-xl-3 {
  flex: 0 0 auto;
  width: 20%;
}

.news-carousel .youtubeVideoItem {
  border-width: 1px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.news-block-three .youtubeVideoItem {
  position: relative;
  border-radius: 5px;
  padding: 10px 10px 15px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  height: 100%;
  display: flex;
  border: none !important;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.videostyleinner .youtubeVideoItem h2 {
  font-size: 17px;
}

.videostyleinner .youtubeVideoItem h2 strong,
.news-carousel .youtubeVideoItem h2 strong {
  font-weight: 500;
}

.videostyleinner .youtubeVideoItem p {
  font-size: 16px;
}

.videostyleinner .youtubeVideoItem {
  border: #19779f solid 1px
}

.news-block-three .youtubeVideoItem h2,
.videostyleinner .youtubeVideoItem h2 {
  padding-bottom: 0;
  margin-bottom: 10px;
}

.youtubeVideoItem .video-box img {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.youtubeVideoItem p {
  color: #000;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 15px;
}

.youtubeVideoItem p strong {
  color: #19779f;
  display: block;
}

.social-icons-footer {
  list-style: none;
  margin-left: -3px;
  margin-right: -3px;
  font-size: 12px;
  list-style: none;
  margin: 0;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
}

.social-icons-footer li {
  display: inline-block;
  text-align: center;
  line-height: 20px;
  padding-right: 10px;
}

.social-icons-footer li a {
  display: block;
  padding: 3px;
  color: #000 !important;
  font-size: 14px;
  text-align: center;
  width: 36px;
  height: 36px;
  line-height: 28px;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, .2);
  transition: 0.3s;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.social-icons-footer li a em {
  color: #000 !important;
}

.social-icons-footer li a img {
  filter: brightness(0) invert(0);
  -webkit-filter: brightness(0) invert(0);
}

.social-icons-footer li a:hover {
  color: #FFF !important;
  background-color: #DB5A3A;
  border: 1px solid rgba(255, 255, 255, .1);
}

.social-icons-footer li a:hover em {
  color: #FFFFFF !important;
}

.social-icons-footer li a:hover img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

.process-one__inner .process-one__single .process-one__title {
  color: #449dbd;
  font-size: 15px;
  line-height: 22px;
}

.Exhibitors_Logo_Box .partnerLogoItem .Exhibitors_Logo_Wrapper img.w-80 {
  width: 80%;
}

.footermenulist {
  list-style: none;
}

.footermenulist li {
  position: relative;
  padding-left: 20px;
  padding-bottom: 2px;
}

.footermenulist li::before {
  position: absolute;
  top: 6px;
  left: 0;
  font: 13px / 1 FontAwesome;
  content: "\f192";
  color: #0009;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.footermenulist li:hover::before {
  color: #DB5A3A;
}

.bgmovingheading {
  position: relative;
  padding: 6px 20px;
  background: linear-gradient(96deg, rgba(25, 119, 159, 1) 7%, #83F4F3 100%);
  /* background: linear-gradient(96deg, rgba(25, 119, 159, 1) 7%, #932019 100%); */
  display: inline-block;
  margin: 0 auto 20px;
  overflow: hidden;
  clear: both;
}

.bgmovingheading::before {
  content: attr(data-effect);
  color: #fff !important;
  background: #19779f;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: polygon(0% 0%, 10% 0%, 10% 100%, 0% 100%);
  animation: slidebg 11s 1s linear infinite;
  padding: 20px 40px 20px 40px;
  width: 100%;
  z-index: 0;
  height: 100%;
  -webkit-animation: slidebg 11s 1s linear infinite;
}

@keyframes slidebg {
  50% {
    clip-path: polygon(90% 0%, 100% 0%, 100% 100%, 90% 100%);
  }
}

.bgmovingheading h2 {
  color: #FFF;
  position: relative;
  text-align: center;
  margin-bottom: 0;
  background: transparent;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: unset;
}

.bgimage {
  background-size: cover;
  background-repeat: no-repeat;
}

.statusmainbox {
  position: relative;
  padding-top: 70px !important;
}

.singleboxstyle {
  position: relative;
  display: block;
  background: #ffffff;
  border: 2px solid #e9ebf4;
  padding: 15px 15px 15px;
  height: 100%;
  margin-bottom: 0;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
}

.singleboxstyle .countericon {
  border: 1px solid #000;
  font-size: 70px;
  width: 80px;
  height: 80px;
  opacity: .7;
  padding: 5px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.singleboxstyle .countericon img {
  max-width: 100%;
  width: 50px;
  height: auto;
}

.singleboxstyle .counter-text h2 {
  color: #DB5A3A;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 30px;
}

.singleboxstyle .counter-text {
  position: relative;
}

.singleboxstyle .counter-text::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -15px;
  width: 55%;
  height: 1px;
  background: #E0E0E0;
}

.singleboxstyle .counter-title p {
  color: #000;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 5px;
}

.singleboxstyle:hover {
  box-shadow: 0px 0px 46.98px 7.02px rgba(0, 0, 0, 0.07);
  border-color: transparent;
}

.statsOuter {
  position: relative;
  border: #19779f solid 1px;
  border-radius: 160px;
  padding: 15px 40px;
  margin: 0 auto;
  -webkit-border-radius: 160px;
  -moz-border-radius: 160px;
  -ms-border-radius: 160px;
  -o-border-radius: 160px;
}

.statsItem {
  flex-direction: column;
  border-right: #19779f solid 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  /* flex: 0 1 calc(16.1% - 0px); */
  padding: 20px 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.statsItem:last-child {
  border-right: 0
}

.statsItem:before,
.statsItem:after {
  content: '';
  position: absolute;
}

.statsItem:hover.stats01:before {
  top: -5px;
  width: 90px;
  height: 12px;
  background-color: #DB5A3A;
  transform: skewX(321deg);
  transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-transform: skewX(321deg);
  -moz-transform: skewX(321deg);
  -ms-transform: skewX(321deg);
  -o-transform: skewX(321deg);
  -webkit-transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
  -ms-transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.statsItem:hover.stats01:after {
  bottom: -8px;
  right: 10%;
  width: 250px;
  height: 12px;
  background-color: #19779f;
  transform: skewX(321deg);
  transition: width 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-transform: skewX(321deg);
  -moz-transform: skewX(321deg);
  -ms-transform: skewX(321deg);
  -o-transform: skewX(321deg);
  -webkit-transition: width 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-transition: width 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  -ms-transition: width 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: width 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.statsItem:hover.stats02:before {
  top: -5px;
  width: 90px;
  height: 12px;
  background-color: #DB5A3A;
  transform: skewX(321deg);
  transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-transform: skewX(321deg);
  -moz-transform: skewX(321deg);
  -ms-transform: skewX(321deg);
  -o-transform: skewX(321deg);
  -webkit-transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
  -ms-transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.statsItem:hover.stats02:after {
  bottom: -5px;
  right: 20%;
  width: 250px;
  height: 12px;
  background-color: #19779f;
  transform: skewX(321deg);
  -webkit-transform: skewX(321deg);
  -moz-transform: skewX(321deg);
  -ms-transform: skewX(321deg);
  -o-transform: skewX(321deg);
}

.statsItem:hover.stats03:before {
  top: -5px;
  width: 90px;
  height: 12px;
  background-color: #DB5A3A;
  transform: skewX(321deg);
  transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-transform: skewX(321deg);
  -moz-transform: skewX(321deg);
  -ms-transform: skewX(321deg);
  -o-transform: skewX(321deg);
  -webkit-transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
  -ms-transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.statsItem:hover.stats03:after {
  /* bottom: -5px;
  right: 30%;
  width: 250px;
  height: 12px; */
  bottom: -5px;
  right: 60%;
  width: 250px;
  height: 12px;
  background-color: #19779f;
  transform: skewX(321deg);
  -webkit-transform: skewX(321deg);
  -moz-transform: skewX(321deg);
  -ms-transform: skewX(321deg);
  -o-transform: skewX(321deg);
}

.statsItem-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.statsItem-inner h3 {
  color: #19779f;
  font-size: 54px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  line-height: 63px;
}

.statsItem-inner p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  font-family: var(--heading-font);
}

.showmobile {
  display: none;
}

.fixedlines {
  position: relative;
}

.fixedlines:before,
.fixedlines:after {
  content: '';
  position: absolute;
  transition: 0s;
}

.fixedlines:before {
  top: -5px;
  left: 12%;
  width: 90px;
  height: 12px;
  background-color: #DB5A3A;
  transform: skewX(321deg);
  transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-transform: skewX(321deg);
  -moz-transform: skewX(321deg);
  -ms-transform: skewX(321deg);
  -o-transform: skewX(321deg);
  -webkit-transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
  -ms-transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fixedlines:after {
  bottom: -8px;
  right: 10%;
  width: 250px;
  height: 13px;
  background-color: #19779f;
  transform: skewX(321deg);
  transition: width 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-transform: skewX(321deg);
  -moz-transform: skewX(321deg);
  -ms-transform: skewX(321deg);
  -o-transform: skewX(321deg);
  -webkit-transition: width 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-transition: width 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  -ms-transition: width 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: width 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fixedlines:hover:before,
.fixedlines:hover:after {
  display: none;
}

.statsItem-inner h5 {
  font-family: var(--body-font);
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 0;
  margin-top: 10px;
  border-top: #DB5A3A solid 1px;
  padding-top: 14px;
}

.statsItem-inner h5 span {
  color: #DB5A3A;
  font-size: 30px;
  font-weight: 600;
}

.testimonialStyle02 {
  position: relative;
  padding: 40px 0 40px;
  padding-top: 80px !important;
  padding-bottom: 150px !important;
  z-index: 99;
}

.testimonialStyle02 .elementlinebeat {
  position: absolute;
  bottom: -16%;
  left: 0;
  background-size: cover !important;
  background-position: center right;
  background-repeat: no-repeat;
  width: 100%;
  height: 46%;
  z-index: 9;
  opacity: .8;
}

.gradientmove {
  position: absolute;
  width: 80%;
  animation: blurb 8s infinite ease;
  z-index: 9;
  -webkit-animation: blurb 8s infinite ease;
}

.gradientmove img {
  max-width: 100%;
  max-height: 100%;
}

@keyframes blurb {
  0% {
    top: -20%;
    right: -0%;
    transform: scale(1.2);
    width: 60%;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
  }

  25% {
    top: -10%;
    right: 20%;
    transform: scale(1.2);
    width: 60%;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
  }

  55% {
    top: -5%;
    right: 90%;
    transform: scale(1.2);
    width: 60%;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
  }

  85% {
    top: -10%;
    right: 20%;
    transform: scale(1.2);
    width: 60%;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
  }

  100% {
    top: -10%;
    right: -30%;
    transform: scale(1.2);
    width: 60%;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
  }
}

.testimonialItemOuter {
  z-index: 19;
}

.testimonialItemOuter figure {
  width: 350px;
  height: 350px;
  margin: 0 auto;
  position: relative;
  z-index: 9;
  padding: 30px 30px 30px 0px;
}

.testimonialItemOuter figure .quoteimg {
  width: 30% !important;
  z-index: -1;
  position: absolute;
  top: -4%;
  left: -20%;
}

.testimonialItemOuter figure img {
  /* filter: grayscale(1); */
  width: unset !important;
}

.testimonialItemOuter figure .quoteimg img {
  opacity: 0.8;
  filter: grayscale(0) !important;
  -webkit-filter: grayscale(0) !important;
}

.testimonial-Content {
  padding: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding-left: 0px;
}

.testimonial-Content p.testText {
  font-size: 18px;
  color: #777777;
  line-height: 28px;
  margin: 0;
  padding-top: 0;
}

.testimonial-Content h2 {
  color: #000;
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
  font-style: normal;
  padding: 0;
  margin: 0;
  padding-top: 20px;
}

.testimonial-Content p.testiDesig {
  font-size: 16px;
  font-weight: 500;
  color: #777777;
  line-height: 23px;
  margin: 0;
  width: 70%;
}

.footer-bottom p.over-hidden {
  margin-bottom: 12px;
}

.footer-bottom p.over-hidden a.link-hover {
  font-weight: 600;
}

.statshome.statshomenew .sectionheading {
  width: 86%;
  margin-left: auto;
  margin-right: auto;
}

.lineborder {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 2%, rgb(174 251 244 / 80%) 40%, rgb(174 251 244 / 80%) 60%, rgba(255, 255, 255, 0.00) 98%);
  border: 0;
  height: 1px;
  margin-bottom: 0;
}

.sponserborder {
  position: relative;
  height: 12px;
  border: 1px solid rgba(25, 119, 159, .4);
  border-bottom: 0px;
  margin-bottom: -12px;
}

.logoStyle02 .supprtingtext {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin-bottom: 0;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.5;
  width: 100%;
  color: #333;
}

.logomainbox {
  margin: 0 auto;
  width: 100%;
  /* border-bottom: 2px dotted #cdcbcb;
  padding-bottom: 10px; */
  margin-bottom: 30px;
}

.logomainbox .col-lg-2 {
  width: 20%;
}

.sectionheading h4 {
  color: #000;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0;
  text-transform: uppercase;
  text-transform: uppercase;
  background: rgb(25, 119, 159);
  background: linear-gradient(96deg, rgba(25, 119, 159, 1) 7%, rgba(147, 32, 25, 1) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.logomainbox .logoStyle02 img {
  width: 80%;
}

.commonModal {
  z-index: 99999;
}

.commonModal .btn-close {
  padding: 0 12px 8px;
  margin: 0;
  width: auto;
  height: auto;
  float: right;
  position: absolute;
  top: 0;
  right: 0;
  outline: none;
  box-shadow: none;
  color: #DB5A3A;
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  background-color: #efefef;
  z-index: 999;
  border: 0;
  opacity: 1;
  text-shadow: 0 1px 0 #fff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.commonModal .modal-content {
  border: 8px solid #aaa8a787;
  overflow: auto;
  background: #fff;
  border-radius: 5px;
  height: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.modalContentBox {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px;
  width: 100%;
  flex-wrap: nowrap;
  flex-direction: column;
}

.modalContentBox h2 {
  color: #DB5A3A;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  margin: 10px auto 0;
  text-transform: uppercase;
  font-style: normal;
  position: relative;
  margin-bottom: 15px;
}

.modalContentBox figure {
  width: 200px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: 0 1px 6px 0 #0c0c0c2b;
  margin: 0;
  padding: 10px;
  margin-bottom: 20px;
  margin: 10px auto 30px;
}

.modalContentBox figure img {
  max-width: 100%;
  max-height: 100%;
}

.modalContentBox p {
  color: #333;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 12px;
}

.modalContentBox .thm-btn {
  padding: 10px 20px 10px;
}

.modalContentBox .thm-btn::before {
  background: #19779f;
}

.modalContentBox .thm-btn:hover {
  color: #FFF;
}

.speakersStyle02 {
  position: relative;
  padding: 48px 0 48px;
}

.speakerItembox {
  text-align: center;
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #105680;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 0);
  background-image: linear-gradient(96deg, #105680 7%, #005972 100%);
  /* background-image: linear-gradient(96deg, #105680 7%, #259CBE 100%); */
  height: 100%;
}

.speakerItembox figure {
  position: relative;
  margin: 0;
  height: 280px;
}

.speakerItembox figure img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
  max-width: 100%;
  object-position: top;
}

.speakerItembox .claimtofame {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  margin-top: 0;
  margin-left: -101%;
  background: #449dbdeb;
  backdrop-filter: blur(3px);
  line-height: 1.4;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: .5s ease-out;
  -webkit-transition: .5s ease-out;
  -moz-transition: .5s ease-out;
  -ms-transition: .5s ease-out;
  -o-transition: .5s ease-out;
}

.speakerItembox .claimtofame p {
  color: #FFFFFF;
  font-size: 15px;
  line-height: 26px;
  text-align: left;
}

.speakerItembox .speakerboxText {
  position: relative;
  width: 100%;
  transition: all .5s ease 0s;
  height: 100%;
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  padding: 20px 20px;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -ms-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
}

.speakerItembox .speakerboxText .title5 {
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  margin: 0;
  padding: 5px 0;
  text-align: left;
}

.speakerItembox .speakerboxText p {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  text-align: left;
  padding: 5px 0 !important;
}

.speakerItembox .speakerboxText .companyname {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #FF7F50;
  margin: 0;
}

.speakerItembox:hover figure .claimtofame {
  margin-left: 0;
}

.contentmain {
  position: relative;
  text-align: left;
}

.contentmain p {
  color: #333333;
  font-size: 17px;
  line-height: 27px;
  margin-bottom: 15px;
}

.contentmain p a {
  color: #FF7F50;
}

.contentmain p a:hover {
  color: #DB5A3A;
}

.contentmain p strong {
  font-family: 'Helvetica Neue Medium';
}

.contentmain h4 {
  color: #19779f;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 18px;
  margin-bottom: 10px;
}

.foundingpartnerouter {
  position: relative;
  border: 1px solid rgba(25, 119, 159, 0.5);
  padding: 0 20px 0 0;
  margin: 0 0 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.foundingpartnerouter .ExpertImageInner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 15px 18px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  border-right: 1px solid rgba(25, 119, 159, 0.5);
  overflow: hidden;
  margin: 0;
}

.foundingpartnerouter .ExpertImageInner img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.foundingpartnerouter .ExpertBio {
  position: relative;
  width: 100%;
  text-align: left;
  margin: 0;
  padding-top: 10px;
}

.foundingpartnerouter .ExpertBio p {
  color: #333;
  font-size: 17px;
  line-height: 27px;
  text-align: justify;
}

.foundingpartnerouter .Bullets {
  margin: 20px 0 0 0;
  padding: 0;
}

.foundingpartnerouter .Bullets li {
  position: relative;
  color: #000;
  font-size: 16px;
  line-height: 26px;
  padding-left: 24px;
  margin-bottom: 16px;
}

.foundingpartnerouter .Bullets li strong {
  font-weight: 500;
  font-family: var(--heading-font);
}

.foundingpartnerouter .Bullets li a {
  color: #DB5A3A;
  font-weight: 500;
  font-family: var(--heading-font);
}

.foundingpartnerouter .Bullets li::before {
  content: "\f192";
  position: absolute;
  top: 6px;
  left: 0;
  color: #000;
  font: 14px / 1 FontAwesome;
}

.foundingpartnerouter .FoundingPartnersSocial {
  display: flex;
  list-style: none;
  text-align: left;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 10px 15px 10px;
}

.foundingpartnerouter .FoundingPartnersSocial li {
  display: inline-block;
  text-align: center;
  line-height: 20px;
  padding-right: 10px;
}

.foundingpartnerouter .FoundingPartnersSocial li a {
  display: block;
  padding: 3px;
  color: #000 !important;
  font-size: 14px;
  text-align: center;
  width: 36px;
  height: 36px;
  line-height: 28px;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, .2);
  transition: 0.3s;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.foundingpartnerouter .FoundingPartnersSocial li img {
  filter: brightness(0) invert(0);
  -webkit-filter: brightness(0) invert(0);
}

.foundingpartnerouter .FoundingPartnersSocial li a:hover {
  color: #FFF !important;
  background-color: #DB5A3A;
  border: 1px solid rgba(255, 255, 255, .1);
}

.foundingpartnerouter .FoundingPartnersSocial li a:hover img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

.VideoWrapper {
  position: relative;
  border: 2px solid #aaa8a787;
  margin: 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.VideoWrapper::before {
  content: '';
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00000033;
  z-index: 1;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.VideoWrapper img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.VideoWrapper span {
  position: absolute;
  color: #fff;
  z-index: 2;
  font-size: 33px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #fff;
  height: 70px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding-left: 10px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.VideoBox video {
  width: 100%;
  height: 100%;
}

.ExpertFoundingsec .ExpertImageInner {
  width: 90%;
  margin: 0 auto 0;
  padding: 18px;
  overflow: hidden;
  padding-top: 14px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #fff;
  border: 2px solid rgba(25, 119, 159, 0.5);
}

.ExpertFoundingsec .ExpertImageInner .NameDetails {
  width: 100%;
  text-align: center;
  margin-top: 15px;
}

.ExpertFoundingsec .ExpertImageInner .NameDetails h2 {
  color: #000;
  font-size: 17px;
  margin-bottom: 0;
}

.ExpertFoundingsec .ExpertImageInner .NameDetails p {
  color: #000;
  font-size: 17px;
}

.ExpertFoundingsec .ExpertImageInner .NameDetails p span.post5 {
  color: #19779f;
  font-weight: 600;
}

.ExpertFoundingsec .ExpertImageInner .NameDetails .companyname {
  color: #333;
  font-weight: 600;
}

.ExpertFoundingsec .ExpertBio {
  position: relative;
  margin-top: 15px;
  padding-bottom: 10px;
}

.ExpertFoundingsec .ExpertBio::before {
  position: absolute;
  content: '';
  left: -20px;
  top: -15px;
  background: 0 0;
  width: 20%;
  height: 106%;
  border: 2px solid rgba(25, 119, 159, 0.5);
  z-index: 1;
  border-right: 0;
}

.ExpertFoundingsec .ExpertBio p {
  color: #333;
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
}

.footerLogo {
  position: relative;
  margin-bottom: 15px;
}

.footerLogo img {
  max-width: 100%;
  height: 48px;
}

.footerLogo.dwtclogo {
  margin-top: 15px;
}

.footerLogo.dwtclogo img {
  height: 80px;
}

.NewsContentBox {
  position: relative;
  border: 1px solid #f2f2f2;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  margin: 40px 0 10px;
  z-index: 9 !important;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.NewsContentBox .SectionHeader {
  margin-top: -40px;
  margin-bottom: 40px;
}

.NewsContentBox .NewsDate {
  color: #000 !important;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .5px;
  font-family: var(--heading-font);
  padding: 10px 10px 10px;
  width: auto;
  display: inline-block;
  margin-left: 10px;
  border-radius: 5px;
  background-color: rgb(174 251 244 / 50%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.NewsContentBox h2 {
  color: #191818;
  font-size: 32px;
  line-height: 42px;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: center;
  text-transform: uppercase;
}

.NewsContentBox .NewsImageBox {
  margin: 0 auto;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 15px;
  border-bottom: #dcdcdc solid 1px;
}

.NewsContentBox .NewsImageBox img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.NewsContentBox .MainContentBox {
  position: relative;
  padding-top: 10px;
}

.NewsContentBox .MainContentBox p {
  color: #000000d6;
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 15px;
}

.NewsContentBox .MainContentBox p em {
  color: #000000d6;
  font-weight: 600
}

.NewsContentBox .MainContentBox p a {
  color: #DB5A3A;
  font-weight: 600
}

.news-block-three .inner-box .image,
.news-block-three .inner-box .image a {
  width: 100%;
  height: 100%;
}

.news-block-three .inner-box .image {
  border-bottom: #dcdcdc solid 1px;
}

.news-block-three .inner-box .image img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center;
}

.news-block-three .inner-box .lower-content {
  margin-top: 15px;
}

.left-box-image .img-box-parallax video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.youtubox {
  width: 100%;
  /* height: 450px; */
  background: #000;
  position: relative;
  margin: 0 auto;
  margin-top: 0;
  z-index: 99;
  aspect-ratio: 4 / 2;
  display: flex;
}

.youtubox iframe {
  pointer-events: none;
  position: absolute;
  background: border-box padding-box, border-box transparent;
  border-image-slice: 1;
  margin: 0 auto;
  text-align: center;
  display: flex;
  top: 0;
  left: 0;
  border: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.youtubox video {
  width: 100%;
  max-width: 100%;
}

.pr-content h5 {
  font-size: 20px;
}

.pr-content h5 a {
  color: #007aa2;
  text-decoration: underline;
}

.alert-warning.earlyalert {
  position: fixed;
  left: 0;
  right: 0;
  bottom: -15px;
  width: 100%;
  border: none;
  border-radius: 0;
  z-index: 9999;
  text-align: center;
  padding: 1.425rem 0;
  padding-right: clamp(1rem, 4vw, 4rem);
  padding-left: clamp(1rem, 4vw, 4rem);
  background: #449dbd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.alert-warning.earlyalert h2 {
  color: #FFF;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.alert-warning.earlyalert .thm-btn {
  font-size: 14px;
  padding: 12px 12px 12px;
}

.alert-warning.earlyalert .btn-close {
  box-shadow: none;
  background: transparent;
  padding: 0;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 800;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}


/* test page */

/* test page */
ul.liststyle li:before {
  position: absolute;
  content: '';
  left: -3px;
  top: 2px;
  width: 18px;
  height: 18px;
  /* background: #81e7ed;
    border-bottom: 5px solid #006194;
    transform: rotate(45deg); */
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23006194" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-circle-check-big"><path d="M21.801 10A10 10 0 1 1 17 3.335"></path><path d="m9 11 3 3L22 4"></path></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}

ul.liststyle li {
  font-size: 18px;
  margin: 0 0 10px 10px;
  position: relative;
  padding-left: 24px;
  font-weight: 600;
}

.sectionheading span {
  font-size: 18px;
  width: 88% !important;
  font-weight: 800;
  line-height: 28px;
}

.sectionheading h2 color {
  color: #449dbd;
  background: #449dbd;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}








/* end */