@import "https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800";
body {
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #777;
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.overflow_x_hidden {
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  text-decoration: none;
}

i,
span,
a {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: poppins, sans-serif;
  font-weight: 600;
  color: #1b273d;
  margin: 0;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #777;
  margin: 0;
}

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  /*height: 100%;*/
}

.main-btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 30px;
  font-size: 16px;
  line-height: 40px;
  border-radius: 50px;
  color: #007399;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background-color: #fff;
  border: 0;
}

.main-btn:hover {
  background-color: #fff;
  color: #007399;
  -webkit-box-shadow: 0 5px 29px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 5px 29px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 5px 29px 0 rgba(0, 0, 0, 0.25);
}

.main-btn.main-btn-2 {
  background: #fff;
  background-size: 200% auto;
  color: #a61a65;
  background-position: left center;
  -webkit-box-shadow: 0 8px 16px 0 rgba(72, 127, 255, 0.23);
  -moz-box-shadow: 0 8px 16px 0 rgba(72, 127, 255, 0.23);
  box-shadow: 0 8px 16px 0 rgba(72, 127, 255, 0.23);
}

.main-btn.main-btn-2:hover {
  background-position: right center;
  /* color: #fff; */
}

.section-title .title {
  font-size: 50px;
  color: #007399;
}
.subtitle {
  font-size: 1.5rem;
  color: #a61a65;
}
em {
  display: block;
}
@media (max-width: 767px) {
  .section-title .title {
    font-size: 36px;
  }
}

@media (max-width: 520px) {
  .section-title .title {
    font-size: 30px;
  }
  .subtitle {
    font-size: 1.25rem;
  }
  .intro-title h5 {
    font-size: 1.25rem;
  }
}

.section-title .text {
  margin-top: 20px;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 99999;
}

.preloader .loader {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.preloader .loader .ytp-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  margin-left: -32px;
  z-index: 18;
  pointer-events: none;
}

.preloader .loader .ytp-spinner .ytp-spinner-container {
  pointer-events: none;
  position: absolute;
  width: 100%;
  padding-bottom: 100%;
  top: 50%;
  left: 50%;
  margin-top: -50%;
  margin-left: -50%;
  -webkit-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
  -moz-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
  -o-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
  animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1)
    infinite both;
  -moz-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1)
    infinite both;
  -o-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1)
    infinite both;
  animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite
    both;
}

.preloader
  .loader
  .ytp-spinner
  .ytp-spinner-container
  .ytp-spinner-rotator
  .ytp-spinner-left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  right: 50%;
}

.preloader
  .loader
  .ytp-spinner
  .ytp-spinner-container
  .ytp-spinner-rotator
  .ytp-spinner-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  left: 50%;
}

.preloader .loader .ytp-spinner-circle {
  box-sizing: border-box;
  position: absolute;
  width: 200%;
  height: 100%;
  border-style: solid;
  border-color: #1863ff #1863ff #e6e6e6;
  border-radius: 50%;
  border-width: 6px;
}

.preloader .loader .ytp-spinner-left .ytp-spinner-circle {
  left: 0;
  right: -100%;
  border-right-color: #e6e6e6;
  -webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1)
    infinite both;
  -moz-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1)
    infinite both;
  -o-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1)
    infinite both;
  animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite
    both;
}

.preloader .loader .ytp-spinner-right .ytp-spinner-circle {
  left: -100%;
  right: 0;
  border-left-color: #e6e6e6;
  -webkit-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite
    both;
  -moz-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite
    both;
  -o-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@-webkit-keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    -o-transform: rotate(540deg);
    transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
    -moz-transform: rotate(675deg);
    -ms-transform: rotate(675deg);
    -o-transform: rotate(675deg);
    transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
    -moz-transform: rotate(810deg);
    -ms-transform: rotate(810deg);
    -o-transform: rotate(810deg);
    transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
    -moz-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
    -moz-transform: rotate(1080deg);
    -ms-transform: rotate(1080deg);
    -o-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}

@keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    -o-transform: rotate(540deg);
    transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
    -moz-transform: rotate(675deg);
    -ms-transform: rotate(675deg);
    -o-transform: rotate(675deg);
    transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
    -moz-transform: rotate(810deg);
    -ms-transform: rotate(810deg);
    -o-transform: rotate(810deg);
    transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
    -moz-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
    -moz-transform: rotate(1080deg);
    -ms-transform: rotate(1080deg);
    -o-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}

@-webkit-keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}

@keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}

@-webkit-keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}

@keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}

.header-area {
}

@media (max-width: 767px) {
  .header-area {
    padding: 0;
  }
}

.navbar-area {
  background-color: #007399;
  padding: 10px 0;
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.navbar-brand {
  width: 250px;
}

.navbar-area::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #007399;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navbar-area.sticky {
  position: fixed;
  z-index: 999;
}

.navbar-area.sticky::before {
  opacity: 1;
}

.navbar-area .navbar {
  position: relative;
  padding: 0;
}

.navbar-area .navbar .navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #fff;
  margin: 5px 0;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navbar-area .navbar .navbar-toggler.active .toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}

.navbar-area .navbar .navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}

.navbar-area .navbar .navbar-toggler.active .toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-area .navbar .navbar-collapse {
    position: absolute;
    top: 116%;
    left: 0;
    width: 100%;
    background-color: #1863ff;
    z-index: 8;
  }
  .header-btn {
    transform: translateY(-10px);
  }
}

@media (max-width: 767px) {
  .navbar-area .navbar .navbar-collapse {
    position: absolute;
    top: 116%;
    left: 0;
    width: 100%;
    background-color: #007399;
    z-index: 8;
  }
  .header-btn {
    transform: translateY(-10px);
  }
}

.navbar-area .navbar .navbar-nav .nav-item {
  margin: 0 12px;
  position: relative;
}

.navbar-area .navbar .navbar-nav .nav-item a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 5px 0;
  color: #fff;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navbar-area .navbar .navbar-nav .nav-item a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  background-color: #fff;
  left: 0;
  bottom: -5px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .navbar-area .navbar .navbar-nav .nav-item {
    margin: 0 8px;
  }
  .navbar-area .navbar .navbar-nav .nav-item a {
    font-size: 14px;
  }
  .main-btn {
    padding: 0px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-area .navbar .navbar-nav .nav-item a::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar-area .navbar .navbar-nav .nav-item a::before {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-area .navbar .navbar-nav .nav-item a {
    padding: 10px 0;
    display: block;
  }
}

@media (max-width: 767px) {
  .navbar-area .navbar .navbar-nav .nav-item a {
    padding: 10px 0;
    display: block;
  }
}

.navbar-area .navbar .navbar-nav .nav-item.active > a::before,
.navbar-area .navbar .navbar-nav .nav-item:hover > a::before {
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-area .navbar .navbar-btn {
    position: absolute;
    right: 70px;
    top: 7px;
  }
}

@media (max-width: 767px) {
  .navbar-area .navbar .navbar-btn {
    position: absolute;
    right: 40px;
    top: 7px;
  }
}

.navbar-area .navbar .navbar-btn .main-btn:hover {
  background-color: #fff;
  color: #1863ff;
}

.header-content-area {
  height: 750px;
  /* border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px; */
  position: relative;
  overflow: hidden;
}
.breadcrumb {
  padding: 20px 0px 20px 0px;
  position: relative;
  z-index: -2;
  margin-bottom: 0;
}
.breadcrumb .title {
  font-size: 3rem;
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
}
.breadcrumb .breadcrumb_title {
  text-align: right;
  color: #e1e1e1;
}
.breadcrumb .breadcrumb_title a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}
.breadcrumb::before {
  position: absolute;
  content: "";
  width: 100%;
  top: 0;
  height: 100%;
  z-index: -1;
  background: hsla(241, 100%, 9%, 0.6);

  background: linear-gradient(
    180deg,
    hsla(241, 100%, 9%, 0.6) 0%,
    hsla(294, 100%, 16%, 0.6) 85%
  );

  background: -moz-linear-gradient(
    180deg,
    hsla(241, 100%, 9%, 0.6) 0%,
    hsla(294, 100%, 16%, 0.6) 85%
  );

  background: -webkit-linear-gradient(
    180deg,
    hsla(241, 100%, 9%, 0.6) 0%,
    hsla(294, 100%, 16%, 0.6) 85%
  );

  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#01002E", endColorstr="#4B0053", GradientType=1 );
}

@media only screen and (min-width: 1400px) {
  .header-content-area {
    height: 850px;
  }
}

@media (max-width: 767px) {
  .header-content-area {
    height: 650px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-content-area {
    height: 550px;
  }
}

.header-content-area::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(
    top,
    rgba(0, 115, 153, 0.7) 0%,
    rgba(0, 115, 153, 0.3) 100%
  );
}

.header-countdown .single-count-content {
  padding: 0 45px;
  text-align: center;
}

@media (max-width: 767px) {
  .header-countdown .single-count-content {
    padding: 0 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-countdown .single-count-content {
    padding: 0 15px;
  }
}

.header-countdown .single-count-content .count {
  font-size: 72px;
  font-weight: 600;
  line-height: 60px;
}

@media (max-width: 767px) {
  .header-countdown .single-count-content .count {
    font-size: 24px;
    line-height: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-countdown .single-count-content .count {
    font-size: 36px;
    line-height: 40px;
  }
}

.header-countdown .single-count-content .text {
  font-size: 20px;
  font-weight: 600;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .header-countdown .single-count-content .text {
    font-size: 14px;
    margin-top: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-countdown .single-count-content .text {
    font-size: 18px;
    margin-top: 0;
  }
}

.header-countdown .single-count-content.count-color-1 .count,
.header-countdown .single-count-content.count-color-1 .text {
  color: #fff;
}

.header-countdown .single-count-content.count-color-2 .count,
.header-countdown .single-count-content.count-color-2 .text {
  color: #fff;
}

.header-countdown .single-count-content.count-color-3 .count,
.header-countdown .single-count-content.count-color-3 .text {
  color: #fff;
}

.header-countdown .single-count-content.count-color-4 .count,
.header-countdown .single-count-content.count-color-4 .text {
  color: #fff;
}

.header-content {
  margin-top: 40px;
}

.header-content .header-title {
  font-size: 62px;
  color: #fff;
  text-transform: uppercase;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-content .header-title {
    font-size: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-content .header-title {
    font-size: 54px;
  }
}

@media (max-width: 767px) {
  .header-content .header-title {
    font-size: 30px;
  }
}

.header-content .sub-title {
  font-size: 30px;
  font-weight: 500;
  color: #eee;
  text-transform: capitalize;
  margin-top: 22px;
}

@media (max-width: 767px) {
  .header-content .sub-title {
    font-size: 20px;
  }
}

.header-content .header-btn {
  padding-top: 50px;
}

.header-content .header-btn li {
  display: inline-block;
  margin: 10px 13px 0;
}

.about-image img {
  width: 100%;
}

.about-content .date {
  font-size: 18px;
  font-weight: 600;
  color: #1b273d;
  margin-top: 45px;
}

.about-content .date span {
  font-size: 30px;
  color: #1863ff;
  position: relative;
  padding-left: 15px;
}

.about-content .date span::before {
  position: absolute;
  content: "";
  width: 55px;
  height: 55px;
  border: 6px solid rgba(24, 99, 255, 0.18);
  top: -18px;
  left: 0;
}

.counter-area {
  background-image: url(../images/dots.jpg);
  background-repeat: repeat;
}

.single-counter {
  background-color: #f5f8ff;
  border: 2px solid #e6e6e6;
  padding: 0 15px 15px;
}

.single-counter .counter-icon {
  position: relative;
  margin-top: -50px;
}

.single-counter .counter-icon i {
  font-size: 65px;
  color: #007399;
  background-color: #f5f8ff;
  border: 2px solid #e6e6e6;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
}

.single-counter .counter-content .count {
  font-size: 45px;
  color: #007399;
  font-weight: 600;
  margin-top: 5px;
}

.single-counter .counter-content .text {
  font-weight: 500;
}

.event-tab {
  padding: 40px 0px;
}
.program_title {
  text-align: center;
  position: relative;
  font-size: 2rem;
  margin-bottom: 25px;
  padding: 5px 0px;
}
.program_title:after {
  position: absolute;
  content: "";
  width: 70px;
  height: 2px;
  background-color: #490052;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.program_topic {
  text-align: center;
  font-size: 1.6rem;
  margin: 10px 0px 30px 0px;
  color: #5e5e5e;
}
.head_row {
  background-color: #490052;
  color: #fff;
}
.break-session {
  text-align: center;
  background-color: #545454b3;
  color: #eee;
}
.VAlign-center {
  vertical-align: middle !important;
}

.break-time {
  background-color: #545454b3;
  color: #eee;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .event-tab {
    padding: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-tab {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .event-tab {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .event-tab .nav .nav-item {
    width: clamp(100px, 100%, 500px);
    margin-top: 10px;
  }
}

.event-tab .nav .nav-item a {
  text-align: center;
  width: 225px;
  /* border: 3px solid rgba(24, 99, 255, .1); */
  background-color: #eee;
  padding: 10px 0;
  position: relative;
  z-index: 5;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .event-tab .nav .nav-item a {
    width: 200px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-tab .nav .nav-item a {
    width: 150px;
    padding: 10px 0;
  }
}

@media (max-width: 767px) {
  .event-tab .nav .nav-item a {
    width: 100%;
    padding: 10px 0;
  }
}

.event-tab .nav .nav-item a .nav-title {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  color: #777;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-tab .nav .nav-item a .nav-title {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .event-tab .nav .nav-item a .nav-title {
    font-size: 18px;
  }
}

.event-tab .nav .nav-item a span {
  font-size: 16px;
  color: #777;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-tab .nav .nav-item a span {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .event-tab .nav .nav-item a span {
    font-size: 14px;
  }
}

.event-tab .nav .nav-item a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #490052;
  /* background: -webkit-linear-gradient(left, #102baf 0%, #1664ff 100%);
    background: -o-linear-gradient(left, #102baf 0%, #1664ff 100%);
    background: linear-gradient(to right, #102baf 0%, #1664ff 100%); */
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.event-tab .nav .nav-item a.active {
  border-color: transparent;
  padding: 10px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-tab .nav .nav-item a.active {
    padding: 13px 0;
  }
}

@media (max-width: 767px) {
  .event-tab .nav .nav-item a.active {
    padding: 13px 0;
  }
}

.event-tab .nav .nav-item a.active .nav-title,
.event-tab .nav .nav-item a.active span {
  color: #fff;
}

.event-tab .nav .nav-item a.active::before {
  opacity: 1;
}

.event-tab .tab-content .event-content .single-event {
  padding: 15px;
  z-index: 5;
  position: relative;
  background-color: #f5f8ff;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .event-tab .tab-content .event-content .single-event {
    padding: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-tab .tab-content .event-content .single-event {
    padding: 15px;
  }
}

@media (max-width: 767px) {
  .event-tab .tab-content .event-content .single-event {
    padding: 15px;
  }
}

.event-tab .tab-content .event-content .single-event::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(left, #102baf 0%, #1664ff 100%);
  background: -o-linear-gradient(left, #102baf 0%, #1664ff 100%);
  background: linear-gradient(to right, #102baf 0%, #1664ff 100%);
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
  .event-tab .tab-content .event-content .single-event .event-image img {
    width: 100%;
  }
}

.event-tab .tab-content .event-content .single-event .event-content {
  padding-left: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .event-tab .tab-content .event-content .single-event .event-content {
    padding-left: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-tab .tab-content .event-content .single-event .event-content {
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  .event-tab .tab-content .event-content .single-event .event-content {
    padding-left: 0;
    margin-top: 15px;
  }
}

.event-tab
  .tab-content
  .event-content
  .single-event
  .event-content
  .event-title {
  font-size: 18px;
}

.event-tab .tab-content .event-content .single-event .event-content .text {
  margin-top: 20px;
}

.event-tab
  .tab-content
  .event-content
  .single-event
  .event-content
  .event-meta {
  padding-top: 10px;
}

.event-tab
  .tab-content
  .event-content
  .single-event
  .event-content
  .event-meta
  li {
  display: inline-block;
  padding-top: 10px;
  font-size: 16px;
  color: #777;
  margin-right: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .event-tab
    .tab-content
    .event-content
    .single-event
    .event-content
    .event-meta
    li {
    font-size: 14px;
    margin-right: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-tab
    .tab-content
    .event-content
    .single-event
    .event-content
    .event-meta
    li {
    font-size: 14px;
  }
}

.event-tab
  .tab-content
  .event-content
  .single-event
  .event-content
  .event-meta
  li:last-child
  li {
  margin-right: 0;
}

.event-tab .tab-content .event-content .single-event:hover::before {
  opacity: 1;
}

.event-tab
  .tab-content
  .event-content
  .single-event:hover
  .event-content
  .event-title,
.event-tab
  .tab-content
  .event-content
  .single-event:hover
  .event-content
  .text {
  color: #fff;
}

.event-tab
  .tab-content
  .event-content
  .single-event:hover
  .event-content
  .event-meta
  li {
  color: #fff;
}

.single-features {
  -webkit-box-shadow: 0 8px 16px 0 rgba(72, 127, 255, 0.1);
  -moz-box-shadow: 0 8px 16px 0 rgba(72, 127, 255, 0.1);
  box-shadow: 0 8px 16px 0 rgba(72, 127, 255, 0.1);
  background-color: #fff;
  padding: 45px 20px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  position: relative;
  z-index: 5;
  overflow: hidden;
  height: 100%;
}

.single-features::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(left, #102baf 0%, #1664ff 100%);
  background: -o-linear-gradient(left, #102baf 0%, #1664ff 100%);
  background: linear-gradient(to right, #102baf 0%, #1664ff 100%);
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single-features .features-icon {
  position: relative;
  display: inline-block;
}

.single-features .features-icon i {
  font-size: 75px;
  color: #1863ff;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single-features .features-icon span {
  font-size: 124px;
  color: #1b273d;
  line-height: 100px;
  opacity: 0.08;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}

.single-features .features-content {
  padding-top: 5px;
  position: relative;
  z-index: 9;
}

.single-features .features-content .features-title {
  font-size: 20px;
  color: #1b273d;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single-features .features-content .text {
  margin-top: 25px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single-features:hover::before {
  opacity: 1;
}

.single-features:hover .features-icon i,
.single-features:hover .features-icon span {
  color: #fff;
}

.single-features:hover .features-content .features-title {
  color: #fff;
}

.single-features:hover .features-content .text {
  color: #fff;
}

.single-team {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* -webkit-box-shadow: 0 8px 16px 0 rgba(72, 127, 255, 0.1);
  -moz-box-shadow: 0 8px 16px 0 rgba(72, 127, 255, 0.1);
  box-shadow: 0 8px 16px 0 rgba(72, 127, 255, 0.1); */
}

.single-team .team-image img {
  width: 100%;
}

.single-team .team-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
  z-index: 5;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
  .single-team .team-content {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.single-team .team-content::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(left, #102baf 0%, #1664ff 100%);
  background: -o-linear-gradient(left, #102baf 0%, #1664ff 100%);
  background: linear-gradient(to right, #102baf 0%, #1664ff 100%);
  z-index: -1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
}

.single-team .team-content .team-social {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  visibility: hidden;
  opacity: 0;
}

.single-team .team-content .team-social .social {
  background-color: #fff;
  display: inline-block;
  padding: 10px 20px 6px;
  border-radius: 50px;
}

.single-team .team-content .team-social .social li {
  display: inline-block;
  margin: 0 8px;
}

.single-team .team-content .team-social .social li a {
  font-size: 16px;
  color: #777;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single-team .team-content .team-social .social li a:hover {
  color: #1863ff;
}

.single-team .team-content .team-name {
  color: #1b273d;
  font-size: 20px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
  .single-team .team-content .team-name a {
    font-size: 18px;
  }
}

.single-team .team-content .sub-title {
  font-size: 16px;
  color: #1863ff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
  .single-team .team-content .sub-title {
    font-size: 14px;
  }
}

.single-team:hover .team-content {
  padding-top: 35px;
}

@media (max-width: 767px) {
  .single-team:hover .team-content {
    padding-top: 35px;
  }
}

.single-team:hover .team-content::before {
  opacity: 1;
}

.single-team:hover .team-content .team-social {
  top: -20px;
  visibility: visible;
  opacity: 1;
}

.single-team:hover .team-content .team-name {
  color: #fff;
}
.single-team:hover .team-content p {
  color: #fff;
}

.single-team:hover .team-content .sub-title {
  color: #fff;
}

.single-gallery {
  position: relative;
}

.single-gallery .gallery-image img {
  width: 100%;
}

.single-gallery .gallery-image::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-color: rgba(0, 115, 153, 0.8);
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single-gallery .gallery-content {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single-gallery .gallery-content a {
  color: #fff;
  font-size: 140px;
}

.single-gallery:hover .gallery-image::before {
  opacity: 1;
}

.single-gallery:hover .gallery-content {
  opacity: 1;
}

.single-pricing {
  border: 3px solid rgba(24, 99, 255, 0.1);
  padding: 50px 30px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single-pricing .pricing-name .pricing-title {
  font-size: 24px;
  text-transform: uppercase;
}

.single-pricing .pricing-name .sub-title {
  font-size: 16px;
  color: #777;
  margin-top: 10px;
}

.single-pricing .pricing-price {
  background-image: url(../images/pricing-bg.jpg);
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 5;
  padding: 20px 0 30px;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 35px;
}

.single-pricing .pricing-price::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(24, 99, 255, 0.85);
  z-index: -1;
}

.single-pricing .pricing-price span {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
}

.single-pricing .pricing-price .text {
  color: #fff;
}

.single-pricing .pricing-list {
  padding-top: 15px;
}

.single-pricing .pricing-list ul li {
  font-size: 16px;
  color: #777;
  margin-top: 15px;
}

.single-pricing .pricing-btn {
  padding-top: 30px;
}

.single-pricing .pricing-btn .main-btn {
  border: 2px solid rgba(24, 99, 255, 0.1);
}

.single-pricing .pricing-btn .main-btn:hover {
  -webkit-box-shadow: 0 8px 16px 0 rgba(72, 127, 255, 0.1);
  -moz-box-shadow: 0 8px 16px 0 rgba(72, 127, 255, 0.1);
  box-shadow: 0 8px 16px 0 rgba(72, 127, 255, 0.1);
}

.single-pricing .pricing-btn .main-btn.main-btn-2 {
  border: 0;
}

.single-pricing:hover,
.single-pricing.active {
  -webkit-box-shadow: 0 8px 16px 0 rgba(72, 127, 255, 0.1);
  -moz-box-shadow: 0 8px 16px 0 rgba(72, 127, 255, 0.1);
  box-shadow: 0 8px 16px 0 rgba(72, 127, 255, 0.1);
}

.single-client img {
  width: 100%;
}

.single-info .info-icon i {
  font-size: 26px;
  width: 55px;
  height: 55px;
  line-height: 53px;
  text-align: center;
  background-color: #1863ff;
  color: #fff;
  border-radius: 50%;
}

.single-info .info-content {
  padding-left: 20px;
}

.single-info .info-content .info-title {
  font-size: 18px;
  font-weight: 400;
  color: #777;
}

.single-info .info-content .text {
  font-size: 16px;
  font-weight: 600;
  color: #1b273d;
  margin-top: 5px;
}

.form-message {
  margin-left: 15px;
}

.form-message.error,
.form-message.success {
  font-size: 16px;
  color: #1b273d;
  background-color: #fff;
  padding: 10px 15px;
  margin-top: 15px;
  background-color: #f5f8ff;
}

.form-message.error {
  color: red;
}

.single-form {
  position: relative;
  margin-top: 30px;
}

.single-form input,
.single-form textarea {
  width: 100%;
  height: 65px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  padding: 0 25px;
  color: #777;
}

.single-form input::placeholder,
.single-form textarea::placeholder {
  opacity: 1;
  color: #777;
}

.single-form input::-moz-placeholder,
.single-form textarea::-moz-placeholder {
  opacity: 1;
  color: #777;
}

.single-form input::-moz-placeholder,
.single-form textarea::-moz-placeholder {
  opacity: 1;
  color: #777;
}

.single-form input::-webkit-input-placeholder,
.single-form textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #777;
}

.single-form input:focus,
.single-form textarea:focus {
  border-color: #1863ff;
  background-color: #eaf1ff;
}

.single-form textarea {
  padding-top: 15px;
  height: 180px;
  resize: none;
}

.single-form i {
  position: absolute;
  right: 25px;
  top: 22px;
  font-size: 16px;
  color: #777;
}

.contact-map .gmap_canvas {
  padding: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 21px 0 rgba(72, 127, 255, 0.29);
  -moz-box-shadow: 0 0 21px 0 rgba(72, 127, 255, 0.29);
  box-shadow: 0 0 21px 0 rgba(72, 127, 255, 0.29);
}

.contact-map .gmap_canvas iframe {
  width: 100%;
  height: 480px;
}

.footer-area {
  position: relative;
}

.footer-area::before {
  position: absolute;
  content: "";
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  background: -webkit-linear-gradient(
    left,
    rgba(0, 115, 153, 0.85) 0%,
    rgba(0, 154, 204, 0.85) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(0, 115, 153, 0.85) 0%,
    rgba(0, 154, 204, 0.85) 100%
  );
  background: linear-gradient(
    left,
    rgba(0, 115, 153, 0.85) 0%,
    rgba(0, 154, 204, 0.85) 100%
  );
}

.footer-subscribe .subscribe-title {
  font-size: 50px;
  color: #fff;
}

.accommodation-area {
  background-color: #f8f9fa;
}

.accommodation-area .card {
  border: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}

.accommodation-area .card-title {
  color: #000000;
  font-weight: bold;
}

.accommodation-area .card-text {
  color: #6c757d;
}

.accommodation-area .section-title {
  text-align: center;
  margin-bottom: 40px;
  font-size: 36px;
  color: #343a40;
  font-weight: bold;
}

.accommodation-area .hotel-category {
  margin-bottom: 20px;
  font-size: 24px;
  color: #495057;
  font-weight: bold;
  border-bottom: 2px solid #6c757d;
  padding-bottom: 10px;
}

.accommodation-area li {
  list-style: none;
}

.accommodation-area .acdm-btn {
  padding: 0 30px;
  line-height: 38px;
  font-size: 14px;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .footer-subscribe .subscribe-title {
    font-size: 30px;
  }
}

.footer-subscribe .subscribe-form {
  position: relative;
}

.footer-subscribe .subscribe-form input {
  width: 100%;
  height: 80px;
  padding: 0 40px;
  background-color: rgba(255, 255, 255, 0.13);
  border: 0;
  border-radius: 50px;
  color: #fff;
}

.footer-subscribe .subscribe-form input::placeholder {
  opacity: 1;
  color: #fff;
}

.footer-subscribe .subscribe-form input::-moz-placeholder {
  opacity: 1;
  color: #fff;
}

.footer-subscribe .subscribe-form input::-moz-placeholder {
  opacity: 1;
  color: #fff;
}

.footer-subscribe .subscribe-form input::-webkit-input-placeholder {
  opacity: 1;
  color: #fff;
}

.footer-subscribe .subscribe-form .main-btn {
  height: 60px;
  line-height: 60px;
  position: absolute;
  top: 10px;
  right: 10px;
}

@media (max-width: 767px) {
  .footer-subscribe .subscribe-form .main-btn {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-subscribe .subscribe-form .main-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    margin-top: 0;
  }
}

.footer-subscribe .subscribe-form .main-btn:hover {
  background-color: #f5f8ff;
  color: #1863ff;
}

.widget {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  position: relative;
  z-index: 5;
}

.widget .f-title {
  font-size: 1.5rem;
  color: #fff;
}

.footer-address .text {
  color: #fff;
  margin-top: 10px;
}
.secretariat_name {
  font-size: 1.25rem;
}
.footer-address .contact-link {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-decoration: underline;
  margin-top: 15px;
}

.footer-contact .text {
  color: #fff;
  margin-top: 20px;
}

.footer-contact .social {
  margin-top: 30px;
}

.footer-contact .social li {
  display: inline-block;
}

.footer-contact .social li + li {
  margin-left: 15px;
}

.footer-contact .social li a {
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 45px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius: 50%;
  background-color: #ffff;
  text-align: center;
  color: #007399;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.footer-contact .social li a:hover {
  color: #1863ff;
  background-color: #fff;
}

.footer-copyright {
  position: relative;
  z-index: 5;
}

.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding: 25px 0;
}

.copyright .text {
  color: #fff;
  font-size: 16px;
}

.copyright .text a {
  color: #e1e1e1;
  font-size: 1.2rem;
  margin: 0px 10px;
}

.back-to-top {
  font-size: 20px;
  color: #fff;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  background: -webkit-linear-gradient(
    left,
    #102baf 0%,
    #1664ff 50%,
    #102baf 100%
  );
  background: -o-linear-gradient(left, #102baf 0%, #1664ff 50%, #102baf 100%);
  background: linear-gradient(to right, #102baf 0%, #1664ff 50%, #102baf 100%);
  background-size: 200% auto;
  text-align: center;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: none;
}

.back-to-top:hover {
  color: #fff;
  background-position: right center;
}

.lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: auto;
  width: 70%;
}

.line {
  position: absolute;
  width: 1.5px;
  height: 100%;
  top: 0;
  left: 50%;
  background: rgba(255, 255, 255, 0.1);
  /* overflow: hidden; */
}

.line::after {
  content: "";
  display: block;
  position: absolute;
  height: 500px;
  width: 100%;
  top: -50%;
  left: 0;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    #ffffff 75%,
    #ffffff 100%
  );
  animation: drop 7s 0s infinite;
  /* animation-fill-mode: forwards; */
  animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}
.line:nth-child(1) {
  margin-left: -35%;
}

.line:nth-child(1)::after {
  -webkit-animation-delay: 2s;
  animation-delay: 1.7s;
}
.line:nth-child(3) {
  margin-left: 35%;
}
.line:nth-child(3)::after {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

@keyframes drop {
  0% {
    top: -50%;
  }

  100% {
    top: 110%;
  }
}

@keyframes move_wave {
  0% {
    transform: translateX(0) translateZ(0) scaleY(1);
  }
  50% {
    transform: translateX(-25%) translateZ(0) scaleY(0.55);
  }
  100% {
    transform: translateX(-50%) translateZ(0) scaleY(1);
  }
}
.waveWrapper {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.waveWrapperInner {
  position: absolute;
  width: 100%;
  overflow: hidden;
  height: 100%;
  bottom: -1px;
}
.bgTop {
  z-index: 15;
  opacity: 0.5;
}
.bgMiddle {
  z-index: 10;
  opacity: 0.75;
}
.bgBottom {
  z-index: 5;
}
.wave {
  position: absolute;
  left: 0;
  width: 200%;
  height: 100%;
  background-repeat: repeat no-repeat;
  background-position: 0 bottom;
  transform-origin: center bottom;
}
.waveTop {
  background-size: 50% 100px;
}
.waveAnimation .waveTop {
  animation: move-wave 3s;
  -webkit-animation: move-wave 3s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.waveMiddle {
  background-size: 50% 120px;
}
.waveAnimation .waveMiddle {
  animation: move_wave 10s linear infinite;
}
.waveBottom {
  background-size: 50% 100px;
}
.waveAnimation .waveBottom {
  animation: move_wave 15s linear infinite;
}

.c-white {
  color: #fff;
}
.footer-secraties {
  color: #e1e1e1;
}
.footer-linking {
  color: #fff;
}
.footer-linking a {
  color: #e1e1e1;
  word-break: break-all; /* Break long words anywhere */
  overflow-wrap: break-word; /* Ensures it wraps properly */
  display: inline-block; /* Helps with wrapping */
  max-width: 100%;
}

.single-gallery {
  padding: 10px;
}
.table {
  border: 1px solid rgba(70, 70, 70, 0.2);
}
.table_responsive {
  width: clamp(250px, 100%, 850px);
  overflow-x: auto;
  margin: auto;
}
.table tr td:nth-child(1) {
  /* width: 200px; */
}
/* .table tr td:nth-child(3) {
  width: 200px;
  text-align: left;
}
.table tr td:nth-child(4),
.charperson_td {
  width: 200px;
  text-align: left;
} */
.main_row {
  background-color: #007399;

  width: clamp(250px, 100%, 850px);
  margin: 0px auto 15px;
}
.main_row th {
  color: #fff;
  font-weight: 500 !important;
}
.table tr th,
.table tr td {
  font-weight: 500 !important;
}
.main_row span {
  position: relative;
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0px;
}
.footer-logo {
  width: 250px;
}
/* .gradient_bg{
    background: hsla(241, 100%, 8%, 1);

background: linear-gradient(180deg, hsla(241, 100%, 8%, 1) 0%, hsla(286, 100%, 19%, 1) 83%);

background: -moz-linear-gradient(180deg, hsla(241, 100%, 8%, 1) 0%, hsla(286, 100%, 19%, 1) 83%);

background: -webkit-linear-gradient(180deg, hsla(241, 100%, 8%, 1) 0%, hsla(286, 100%, 19%, 1) 83%);

filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#01002A", endColorstr="#4C0063", GradientType=1 );
} */
.gradient_bg {
  /* background-image: url(../assets/images/venue_bg_gradient.jpg); */
  background-color: #fad8e2;
}
.title_venue {
  color: #4e4e4e;
  font-size: 2.5rem;
}
.venue_content {
  padding: 30px;
}
.venue_content p {
  text-align: justify;
}
.venue_content .section-title span {
  font-size: 1.2rem;
  font-weight: 600;
  color: #333;
}
.logo-footer-rx {
  width: clamp(125px, 70%, 225px);
}
.footer-address ul li {
  list-style: disc;
  color: #fff;
  list-style-position: inside;
  text-align: left;
}
.footer-address ul li a {
  color: #fff;
}
.z_index_99 {
  z-index: 99;
}
@media (max-width: 767px) {
  .event-tab
    .tab-content
    .event-content
    .single-event
    .event-content
    .event-title {
    font-size: 18px;
  }
  .title_venue {
    font-size: 2rem;
  }
  .logo-footer-rx {
    width: clamp(120px, 70%, 150px);
  }
  .overflow-auto-table {
    overflow-x: auto;
  }
  .overflow-auto-table table {
    width: 1000px;
  }
}

/* .dropdown-menu{
    opacity: 0;
    visibility: hidden;
    display: block !important;
}
.dropdown-toggle:hover .dropdown-menu{
    opacity: 1;
    visibility: visible;
} */
.nav-item {
  position: relative;
}
.navbar-area .navbar .navbar-nav .nav-item .submenu {
  position: absolute;
  top: 100%;
  left: 0px;
  background-color: #fff;
  padding: 10px 20px;
  width: max-content;
  transform: translateY(15px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.navbar-area .navbar .navbar-nav .nav-item:hover .submenu {
  transform: translateY(-5px);
  opacity: 1;
  visibility: visible;
}
.navbar-area .navbar .navbar-nav .nav-item .submenu li {
  line-height: 10px;
  border-bottom: 1px solid #bfbfbf;
}
.navbar-area .navbar .navbar-nav .nav-item .submenu li a {
  font-size: 16px;
  width: 100%;
  font-weight: 500;
  padding: 15px 0;
  color: #333;
}
.active_submenu {
  transform: translateY(-5px);
  opacity: 1;
  visibility: visible;
}
.my_custom_accordion .card-header {
  padding: 0px;
  background-color: #d4e2ffd9;
}
.my_custom_accordion .card-header button {
  padding: 10px 40px;
  width: 100%;
  text-align: left;
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.my_custom_accordion .card-header button:hover {
  background-color: #b3c9f5d9;
}
.card-body ul {
  list-style-type: inherit;
  list-style-position: inside;
}
.card-body ul li {
  margin: 7px 0px;
}
.card-body ol {
  list-style-type: number;
  padding-left: 15px;
}
.quiz .content em {
  font-size: 1.2rem;
}
.quiz .content p {
  font-size: 1.1rem;
  margin: 15px 0px;
}
.quiz .content ul {
  list-style-type: inherit;
  padding-left: 20px;
  margin-top: 10px;
}
.quiz_person {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.quiz_person i {
  font-size: 2rem;
  margin-right: 15px;
}
.quizzer_title {
  border-bottom: 1.5px solid #333;
}
.contact input {
  padding: 12px 20px;
  border-radius: 0;
  font-size: 14px;
  resize: none;
  border: 1px solid #ced4da;
  margin-bottom: 20px;
  width: 100%;
}
.contact textarea {
  padding: 12px 20px;
  border-radius: 0;
  font-size: 14px;
  resize: none;
  border: 1px solid #ced4da;
  margin-bottom: 20px;
  width: 100%;
}
.contact .submit_btn a {
  padding: 10px 20px;
  border-radius: 8px;
  background-color: #007399;
  color: #fff;
}
.contact .info_box {
  padding: 25px;
  background-color: #007399;
  color: #fff;
  border-radius: 10px;
  margin-bottom: 15px;
}
.contact .info_box h6 {
  color: #fff;
  margin-bottom: 10px;
  padding-bottom: 6px;
  border-bottom: 1px dotted #eeee;
  text-align: center;
}
.contact .info_box p {
  color: #fff;
}
.contact .info_box p a {
  color: #d6d6d6;
}
.contact .info_box {
  position: relative;
}
.contact .info_box .icon {
  position: absolute;
  top: 0px;
  right: 10px;
}
.contact .info_box .icon i {
  font-size: 90px;
  opacity: 0.3;
}
.venue .img {
  transform: translate(-30px, 30px);
}
.venue .img_2 {
  transform: translateY(-60px);
  padding: 8px 5px 5px 8px;
  border: 2px solid #f5f8ff;
  background-color: #f5f8ff;
}

#client .single-client {
  padding: 25px;
}
.exhibitor_title {
  text-align: center;
}
.exhibitor_title span {
  position: relative;
  font-size: 2rem;
  color: #302571;
  font-weight: 600;
}
.exhibitor_title span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #102baf;
  left: 0;
  top: 100%;
}
.row_flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.col_item_4 {
  width: clamp(100px, 100%, 300px);
  padding: 25px;
}
.shadow_box {
  padding: 10px 20px;
  border: 1px solid #cdcdcd;
  border-radius: 8px;
  transition: all 0.3s ease-in;
}
.shadow_box:hover {
  border: none;
  box-shadow: 0px 0px 10px #cdcdcd;
}

.video {
  padding: 10px;
  background-color: #e9f0fd;
  border: 1px solid #c6d4ef;
}

.button_abstract {
  text-align: center;
  margin-top: 25px;
}
.button_abstract a {
  padding: 8px 20px;
  border-radius: 8px;
  color: #fff;
  background-color: #102baf;
}
.fs_18 {
  font-size: 18px;
}
@media (max-width: 991px) {
  .navbar-area .navbar .navbar-nav .nav-item .submenu {
    width: 100%;
    margin-bottom: 20px;
  }

  .nav-dropdown {
    display: none;
  }
  .navbar-area .navbar .navbar-nav .nav-item:hover .submenu {
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
    position: absolute;
  }
  .active_submenu {
    transform: translateY(-5px) !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: relative !important;
  }
  .venue .img_2 {
    transform: translateY(0px);
    padding: 0px;
    border-radius: 0px;
    border: none;
    margin-top: 20px;
  }
  .venue .img {
    transform: translate(0px);
  }
}

.logo-bar {
  display: flex;
  padding: 10px;
}
.logo-bar .logo {
  display: flex;
}
.logo-bar .logo img {
  display: inline-block;
  max-width: 200px;
  margin-right: 15px;
}
.second-logo-box img {
  max-width: 160px !important;
}
.logo-detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.logo-detail .title {
  color: #007399;
  font-size: 1.5rem;
}
.logo-detail p {
  margin-top: 10px;
  color: #a61a65;
}
@media screen and (max-width: 991px) {
  .logo-bar .logo img {
    max-width: 150px;
  }
  .second-logo-box img {
    max-width: 130px !important;
  }
}
.bg-theme {
  background-color: #007399 !important;
}
.text-theme-secondary {
  color: #a61a65 !important ;
}
.text-theme-primary {
  color: #007399 !important ;
}
.registration-info-card {
  width: clamp(100px, 100%, 800px);
  margin: auto;
}
.registration-info-card ul {
  padding: 10px 0px 0px 0px;
}
.registration-info-card ul li {
  list-style: circle;
}

.footer-logo {
  display: flex;
  justify-content: center;
  width: 200px;
}

.team_image {
  position: relative;
  border-radius: 50%;
  width: clamp(100px, 80%, 300px);
}
.team_image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px dotted #007399;
  transform: scale(1.08);
  top: 0px;
  left: 0px;
  border-radius: 50%;
}
.team_image::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 3px dotted #007399;
  transform: scale(1.18);
  top: 0px;
  left: 0px;
  border-radius: 50%;
}
.team_image img {
  position: relative;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.max-width-120 {
  max-width: 120px !important;
}
.fw-medium {
  font-weight: 500;
}
.team_detail {
  margin-top: 30px;
}
.team_detail h5 {
  font-size: 18px;
}
.team_detail h6 {
  font-size: 16px;
  font-weight: 500;
}
.subcommittee-title {
  text-align: center;
  margin-top: 30px;
  padding: 5px;
  font-size: 1.5rem;
  background-color: #a61a65;
  color: #fff;
}
@media (max-width: 768px) {
  .team_image {
    width: clamp(100px, 80%, 250px);
    margin: auto;
  }
  .responsive-table {
    display: block;
    overflow: auto;
  }
}

/* Desktop Hover Effect */
@media (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}

/* Ensure submenu visibility on mobile */
.dropdown-menu {
  display: none;
  position: absolute;
  background-color: #333;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.dropdown.show .dropdown-menu {
  display: block;
}
.dropdown-menu {
  background-color: #034b63 !important;
  padding: 10px 0px !important;
}
.dropdown-menu li a {
  font-size: 0.875rem !important;
  padding: 5px 15px !important;
}
.dropdown-menu li a:hover {
  background-color: #023b4e !important;
}

.regard-line {
  font-size: 1.5rem;
}
.regard-from {
  font-size: 1.35rem;
  color: #034b63;
}
.theme-list {
  padding-left: 15px;
}
.theme-list li {
  list-style: disc;
  margin-top: 10px;
}
.radius-8 {
  border-radius: 8px !important;
}
.slogan {
  font-weight: 500;
  font-size: 1rem;
  text-align: center;
}
.container-header {
  width: clamp(100px, 98%, 1440px);
  margin: auto;
}
.intro-title {
  margin-top: 20px;
}
.intro-title h5 {
  text-align: center;
  font-size: 1.5rem;
}
.intro-title p {
  font-size: 1.25rem;
}
.title-abstract {
  margin-top: 25px;
}
.title-abstract .title {
  font-size: 1.75rem;
  color: #007399;
}
.title-abstract ul li {
  position: relative;
  margin-top: 10px;
  padding-left: 25px;
}
.title-abstract ul li::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/resourse/skull-icon.png);
  background-size: 100%;
  top: 2px;
  left: 0px;
}
.btn-box-abstract {
  display: flex;
  width: clamp(100px, 100%, 600px);
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px auto;
}
.btn-box-abstract .main-btn {
  background: #007399;
  background-size: 200% auto;
  color: #fff;
  background-position: left center;
  -webkit-box-shadow: 0 8px 16px 0 rgba(228, 228, 228, 0.6);
  -moz-box-shadow: 0 8px 16px 0 rgba(228, 228, 228, 0.6);
  box-shadow: 0 8px 16px 0 rgba(228, 228, 228, 0.6);
}
.btn-box-abstract .main-btn-2 {
  background: #a61a65;
  background-size: 200% auto;
  color: #fff;
  background-position: left center;
  -webkit-box-shadow: 0 8px 16px 0 rgba(228, 228, 228, 0.6);
  -moz-box-shadow: 0 8px 16px 0 rgba(228, 228, 228, 0.6);
  box-shadow: 0 8px 16px 0 rgba(228, 228, 228, 0.6);
}
.small-title-theme {
  font-size: 1.5rem;
  color: #007399;
  text-align: center;
  margin-top: 30px;
  font-weight: 600;
}
.small-detail-mail {
  text-align: center;
}
.small-detail-mail a {
  font-size: 1.25rem;
  word-break: break-all; /* Break long words anywhere */
  overflow-wrap: break-word; /* Ensures it wraps properly */
  display: inline-block; /* Helps with wrapping */
  max-width: 100%;
}
.typing-container {
  font-size: 1.15rem;
  font-weight: 600;
  color: #a61a65;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 520px) {
  .small-detail-mail a {
    font-size: 1rem;
  }
  .intro-title h5 {
    font-size: 1.25rem;
  }
  .intro-title p {
    font-size: 1.1rem;
  }
  .btn-box-abstract {
    align-items: center;
    justify-content: center;
  }
  .btn-box-abstract .main-btn {
    margin: 10px;
  }
}
