/*------------------------------------------------------------------------------
	Template Name: Starter Project Template.
-------------------------------------------------------------------------------*/
/* Default Css */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,600,700|Work+Sans:400,500,600,700,800&display=swap");
html::-webkit-scrollbar, body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
html::-webkit-scrollbar-track, body::-webkit-scrollbar-track {
  background: #c1c1c1;
}
html::-webkit-scrollbar-thumb, body::-webkit-scrollbar-thumb {
  background-color: #222;
  outline: none;
}
html::-webkit-scrollbar-thumb:active, body::-webkit-scrollbar-thumb:active {
  background: #187678;
}

body {
  color: #092850;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

img {
  max-width: 100%;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
a:active, a:hover {
  text-decoration: none;
}

button,
.btn {
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
button:active, button:hover, button:focus,
.btn:active,
.btn:hover,
.btn:focus {
  outline: 0;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.form-control:focus {
  color: #082850;
  background-color: transparent;
  outline: 0;
  box-shadow: none;
}

.btn:hover,
.btn:focus {
  outline: 0;
  box-shadow: none;
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", sans-serif;
  color: #082850;
  font-weight: 700;
  margin-bottom: 20px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 48px;
  line-height: 1.3;
}

h2 {
  font-size: 36px;
  line-height: 1.3;
}

h3 {
  font-size: 28px;
  line-height: 1.3;
}

h4 {
  font-size: 24px;
  line-height: 1.2;
}

h5 {
  font-size: 20px;
  line-height: 1.2;
}

h6 {
  font-size: 16px;
  line-height: 1.2;
}

hr {
  margin: 20px 0;
  border-color: #352323;
}

ol {
  list-style: decimal;
}

p:last-child {
  margin-bottom: 0;
}

/* Form */
label {
  color: #ddd;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
}

*::-moz-selection {
  background: #187678;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #187678;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #187678;
  color: #fff;
  text-shadow: none;
}

/* Placeholder */
*::-moz-placeholder {
  color: #092850;
  font-size: 16px;
  opacity: 1;
}

*::placeholder {
  color: #092850;
  font-size: 16px;
  opacity: 1;
}

/* Button */
.btn-theme {
  color: #fff;
  border-color: #187678;
  background: #187678;
}
.btn-theme:hover {
  background: #187678;
  color: #fff;
  border-color: #187678;
}

.btn-rounded {
  border-radius: 100% !important;
}

.btn-square {
  border-radius: 0 !important;
}

/* Bg Color */
.bg-gray {
  background: #ddd;
}

.bg-white {
  background: #fff;
}

.bg-black {
  background: #000;
}

.bg-theme {
  background: #187678;
}

.bg-dark {
  background-color: #101a23 !important;
}

.bg-off-white {
  background-color: #f7f7f7;
}

.bg-off-white-2 {
  background-color: #f1f8ff;
}

.bg-blue {
  background-color: #4c87ff !important;
}

.bg-yellow {
  background-color: #fea116 !important;
}

.bg-pink {
  background-color: #fc4557 !important;
}

.bg-egg-blue {
  background-color: #1cb5a3 !important;
}

.bg-purple {
  background-color: #5851a7 !important;
}

/* Text Color */
.gray-color {
  background: #ddd;
}

.white-color {
  color: #fff;
}

.black-color {
  color: #000;
}

.theme-color {
  color: #187678;
}

/* Others Common Css Here :) */
.table-row {
  display: table;
  width: 100%;
  height: 100%;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

.separator {
  border-top: 1px solid #f2f2f2;
}

@media (min-width: 1300px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1130px;
  }
}
g-0 {
  --bs-gutter-x: 0px;
}

.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
  --bs-gutter-x: 30px;
}

.row {
  --bs-gutter-x: 30px;
}

.hero-section {
  background-color: #082850;
  position: relative;
}
.hero-section .shape {
  max-width: 400px;
  position: absolute;
  right: 0;
  bottom: -15px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .hero-section .shape {
    right: -30%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-section .shape {
    right: -30%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-section .shape {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .hero-section .shape {
    right: -205%;
  }
}
.hero-section .shape-2 {
  position: absolute;
  left: 50%;
  bottom: 37px;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .hero-section .shape-2 {
    bottom: 15px;
  }
}

.hero-thumb {
  max-width: 543px;
  margin-bottom: 133px;
}
@media (max-width: 767px) {
  .hero-thumb {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    max-width: 250px;
  }
}

.hero-button {
  text-align: center;
}
.hero-button a {
  display: inline-block;
  background: #21ADB0;
  font-weight: 700;
  font-size: 26px;
  line-height: 31px;
  color: #FFFFFF;
  padding: 14px 54px 16px 48px;
  border: 1px solid #fff;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-button a {
    font-size: 22px;
    line-height: 1.2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-button a {
    font-size: 20px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .hero-button a {
    font-size: 20px;
    line-height: 1.2;
  }
}
.hero-button a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 6px;
  background: #187678;
  bottom: -7px;
  right: 0;
}

.hero-button-2 {
  text-align: center;
}
.hero-button-2 a {
  display: inline-block;
  background: #21ADB0;
  font-weight: 700;
  font-size: 26px;
  line-height: 31px;
  color: #FFFFFF;
  padding: 14px 54px 16px 48px;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-button-2 a {
    font-size: 22px;
    line-height: 1.2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-button-2 a {
    font-size: 20px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .hero-button-2 a {
    font-size: 20px;
    line-height: 1.2;
  }
}
.hero-button-2 a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 6px;
  background: #187678;
  bottom: -6px;
  right: 0;
}

.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  margin-left: 7px;
}
.hero-content .hero-title h2 {
  font-weight: 700;
  font-size: 50px;
  line-height: 61px;
  color: #FFFFFF;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-content .hero-title h2 {
    font-size: 40px;
    line-height: 1.2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-content .hero-title h2 {
    font-size: 35px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .hero-content .hero-title h2 {
    font-size: 30px;
    line-height: 1.2;
  }
}
.hero-content .hero-sub p {
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  color: #FFFFFF;
  margin-bottom: 35px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-content .hero-sub p {
    font-size: 26px;
    line-height: 1.2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-content .hero-sub p {
    font-size: 22px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .hero-content .hero-sub p {
    font-size: 20px;
    line-height: 1.2;
  }
}
.hero-content .hero-sub-2 p {
  font-weight: 700;
  font-size: 19px;
  line-height: 23px;
  color: #FFFFFF;
  margin-bottom: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-content .hero-sub-2 p {
    font-size: 18px;
    line-height: 1.2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-content .hero-sub-2 p {
    font-size: 16px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .hero-content .hero-sub-2 p {
    font-size: 16px;
    line-height: 1.2;
  }
}
.hero-content .hero-sub-2 span {
  font-weight: 400;
  font-size: 19px;
  line-height: 23px;
  color: #FFFFFF;
  margin-bottom: 6px;
}

.progress-bar-layout {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 26px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .progress-bar-layout {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .progress-bar-layout {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .progress-bar-layout {
    grid-template-columns: 1fr;
  }
}
.progress-bar-layout .progress-item .progress-circular {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.progress-bar-layout .progress-item .progress-circular canvas {
  border: 2px solid #082850;
  border-radius: 100%;
  padding: 0;
}
.progress-bar-layout .progress-item .progress-circular span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 400;
  font-size: 106px;
  line-height: 128px;
  color: #082850;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .progress-bar-layout .progress-item .progress-circular span {
    font-size: 80px;
    line-height: 1.2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .progress-bar-layout .progress-item .progress-circular span {
    font-size: 80px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .progress-bar-layout .progress-item .progress-circular span {
    font-size: 80px;
    line-height: 1.2;
  }
}
.progress-bar-layout .progress-item .progress-title {
  text-align: center;
  padding-top: 37px;
}
.progress-bar-layout .progress-item .progress-title p {
  font-weight: 400;
  font-size: 39px;
  line-height: 47px;
  color: #082850;
}
.for-forum-title {
  display: flex;
  gap: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .for-forum-title {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .for-forum-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .for-forum-title {
    margin-bottom: 30px;
  }
}
.for-forum-title h2 {
  font-weight: 700;
  font-size: 66px;
  line-height: 80px;
  color: #082850;
  flex: none;
  margin-bottom: 14px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .for-forum-title h2 {
    font-size: 50px;
    line-height: 1.2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .for-forum-title h2 {
    font-size: 45px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .for-forum-title h2 {
    font-size: 35px;
    line-height: 1.2;
  }
}
.for-forum-title .title-border {
  width: 100%;
  border-bottom: 1px solid #082850;
  margin-bottom: 20px;
}

.for-form-body {
  max-width: 781px;
  margin-left: 93px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .for-form-body {
    margin-left: 60px;
  }
}
@media (max-width: 767px) {
  .for-form-body {
    margin-left: 30px;
  }
}
.for-form-body p {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #092850;
}

.for-forum-card {
  margin-left: -50px;
  width: 100%;
  background-color: #21ADB0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
  padding: 15px 5px;
}
.for-forum-card .card-body span {
  font-weight: 400;
  font-size: 26px;
  line-height: 31px;
  color: #FFFFFF;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .for-forum-card .card-body span {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .for-forum-card .card-body span {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .for-forum-card .card-body span {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.3;
  }
}
.for-forum-card .card-body p {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  color: #FFFFFF;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .for-forum-card .card-body p {
    font-size: 30px;
    line-height: 1.3;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .for-forum-card .card-body p {
    font-size: 26px;
    line-height: 1.3;
  }
}
@media (max-width: 767px) {
  .for-forum-card .card-body p {
    font-size: 22px;
    line-height: 1.3;
  }
}

.booking-details-section {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 767px) {
  .booking-details-section {
    background: #dec8b6 !important;
  }
}
.booking-details-section .shape {
  max-width: 400px;
  position: absolute;
  right: 0;
  bottom: -15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .booking-details-section .shape {
    right: -40%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .booking-details-section .shape {
    max-width: 600px;
    right: -30%;
  }
}
@media (max-width: 767px) {
  .booking-details-section .shape {
    right: -205%;
  }
}

.booking-details-layout {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-left: 80px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .booking-details-layout {
    gap: 30px;
    margin-left: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .booking-details-layout {
    gap: 25px;
    margin-left: 45px;
  }
}
@media (max-width: 767px) {
  .booking-details-layout {
    gap: 20px;
    margin-left: 30px;
  }
}
.booking-details-layout .booking-sub p {
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  color: #FFFFFF;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .booking-details-layout .booking-sub p {
    font-size: 26px;
    line-height: 1.2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .booking-details-layout .booking-sub p {
    font-size: 22px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .booking-details-layout .booking-sub p {
    font-size: 18px;
    line-height: 1.2;
  }
}
.booking-details-layout .booking-item {
  display: flex;
  gap: 25px;
}
.booking-details-layout .booking-item .details h4 {
  font-weight: 700;
  font-size: 41px;
  line-height: 50px;
  color: #126B6D;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .booking-details-layout .booking-item .details h4 {
    font-size: 35px;
    line-height: 1.2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .booking-details-layout .booking-item .details h4 {
    font-size: 30px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .booking-details-layout .booking-item .details h4 {
    font-size: 26px;
    line-height: 1.2;
  }
}
.booking-details-layout .booking-item .details p {
  font-weight: 700;
  font-size: 31px;
  line-height: 38px;
  color: #126B6D;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .booking-details-layout .booking-item .details p {
    font-size: 26px;
    line-height: 1.2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .booking-details-layout .booking-item .details p {
    font-size: 22px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .booking-details-layout .booking-item .details p {
    font-size: 18px;
    line-height: 1.2;
  }
}
.booking-details-layout .booking-item .details span {
  font-weight: 400;
  font-size: 27px;
  line-height: 33px;
  color: #126B6D;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .booking-details-layout .booking-item .details span {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .booking-details-layout .booking-item .details span {
    font-size: 22px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .booking-details-layout .booking-item .details span {
    font-size: 18px;
    line-height: 1.2;
  }
}
.booking-details-layout .booking-item-1 {
  display: flex;
  gap: 25px;
}
.booking-details-layout .booking-item-1 .icon {
  margin-top: 10px;
}
.booking-details-layout .booking-item-4 .details {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.booking-details-layout .booking-item-4 .details .detail-item {
  display: flex;
  gap: 22px;
}
.booking-details-layout .booking-item-4 .details .detail-item img {
  width: 31px;
  height: 31px;
}
.booking-details-layout .booking-item-4 .details .detail-item p {
  font-weight: 400;
  font-size: 27px;
  line-height: 33px;
  color: #126B6D;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .booking-details-layout .booking-item-4 .details .detail-item p {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .booking-details-layout .booking-item-4 .details .detail-item p {
    font-size: 22px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .booking-details-layout .booking-item-4 .details .detail-item p {
    font-size: 18px;
    line-height: 1.2;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .why-us-title {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .why-us-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .why-us-title {
    margin-bottom: 30px;
  }
}
.why-us-title h2 {
  font-weight: 700;
  font-size: 66px;
  line-height: 80px;
  color: #082850;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .why-us-title h2 {
    font-size: 50px;
    line-height: 1.2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .why-us-title h2 {
    font-size: 45px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .why-us-title h2 {
    font-size: 35px;
    line-height: 1.2;
  }
}

.why-us-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 37px;
}
@media (max-width: 767px) {
  .why-us-layout {
    grid-template-columns: 1fr;
  }
}
.why-us-layout .why-us-item {
  position: relative;
}
.why-us-layout .why-us-item .content {
  width: 100%;
  text-align: center;
  padding: 22px 0;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  bottom: 0;
}
.why-us-layout .why-us-item .content p {
  font-weight: 700;
  font-size: 45px;
  line-height: 54px;
  color: #082850;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .why-us-layout .why-us-item .content p {
    font-size: 35px;
    line-height: 1.2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .why-us-layout .why-us-item .content p {
    font-size: 30px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .why-us-layout .why-us-item .content p {
    font-size: 25px;
    line-height: 1.2;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .statistics-title {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .statistics-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .statistics-title {
    margin-bottom: 30px;
  }
}
.statistics-title h2 {
  font-weight: 700;
  font-size: 66px;
  line-height: 80px;
  color: #082850;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .statistics-title h2 {
    font-size: 50px;
    line-height: 1.2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .statistics-title h2 {
    font-size: 45px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .statistics-title h2 {
    font-size: 35px;
    line-height: 1.2;
  }
}

.counter-wrap h3 {
  font-weight: 700;
  font-size: 115px;
  line-height: 139px;
  color: #082850;
  margin: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .counter-wrap h3 {
    font-size: 95px;
    line-height: 1.2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .counter-wrap h3 {
    font-size: 80px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .counter-wrap h3 {
    font-size: 65px;
    line-height: 1.2;
  }
}
.counter-wrap p {
  font-weight: 700;
  font-size: 27px;
  line-height: 33px;
  color: #082850;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .counter-wrap p {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .counter-wrap p {
    font-size: 22px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .counter-wrap p {
    font-size: 18px;
    line-height: 1.2;
  }
}

.sponsor-layout {
  display: flex;
  gap: 27px;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .sponsor-layout {
    flex-direction: column;
  }
}
.sponsor-layout .sponsor-thumb {
  flex: none;
}
@media (max-width: 767px) {
  .sponsor-layout .sponsor-thumb {
    text-align: center;
  }
}
.sponsor-layout .sponsor-thumb img {
  max-width: 260px;
  width: 100%;
}
.sponsor-layout .sponsor-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sponsor-layout .sponsor-body {
  height: 100%;
}
.sponsor-layout .sponsor-body p {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #092850;
}

.agenda-layout {
  max-width: 945px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 17px;
  margin-bottom: 28px;
}
.agenda-layout:last-child {
  margin-bottom: 0;
}
.agenda-layout .agenda-title {
  background: rgba(33, 173, 176, 0.18);
  padding-left: 150px;
  padding-bottom: 10px;
}
.agenda-layout .agenda-title p {
  font-size: 18px;
  font-weight: bold;
  color: #848484;
}
.agenda-layout .agenda-item {
  /*display: flex;
  align-items: center;
  gap: 27px;*/
}
.agenda-layout .agenda-item .date {
  flex: none;
}
.agenda-layout .agenda-item .date span {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #848484;
}
.agenda-layout .agenda-item .description p {
  font-size: 16px;
  line-height: 19px;
  color: #848484;
}

.team-layout {
  padding-top: 74px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
  row-gap: 70px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .team-layout {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .team-layout {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .team-layout {
    grid-template-columns: 1fr;
  }
}

.team-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.team-item .team-meta {
  text-align: center;
}
.team-item .team-meta h3 {
  font-weight: 700;
  font-size: 26px;
  line-height: 31px;
  color: #082850;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .team-item .team-meta h3 {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .team-item .team-meta h3 {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .team-item .team-meta h3 {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.3;
  }
}
.team-item .team-meta h3 p {
  font-weight: 700;
  font-size: 26px;
  line-height: 31px;
  color: #21ADB0;
  margin: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .team-item .team-meta h3 p {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .team-item .team-meta h3 p {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .team-item .team-meta h3 p {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.3;
  }
}
.team-item .team-meta h3 span {
  font-weight: 400;
  font-size: 26px;
  line-height: 31px;
  color: #082850;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .team-item .team-meta h3 span {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .team-item .team-meta h3 span {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .team-item .team-meta h3 span {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.3;
  }
}
.team-item .team-social {
  display: flex;
  gap: 73px;
}
.team-item .team-social .flag {
  max-width: 39px;
}

.team-sub-title {
  max-width: 920px;
}

.about-body p {
  font-weight: 700;
  font-size: 26px;
  line-height: 31px;
  color: #092850;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-body p {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-body p {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .about-body p {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.3;
  }
}

.about-product-layout {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-product-layout {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .about-product-layout {
    grid-template-columns: 1fr 1fr;
  }
}
.about-product-layout .about-product {
  position: relative;
}
.about-product-layout .about-product .content {
  width: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  bottom: 0;
}
.about-product-layout .about-product .content p {
  font-weight: 700;
  font-size: 27px;
  line-height: 33px;
  color: #126B6D;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-product-layout .about-product .content p {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-product-layout .about-product .content p {
    font-size: 22px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .about-product-layout .about-product .content p {
    font-size: 18px;
    line-height: 1.2;
  }
}
.about-product-layout .about-product .content p span {
  font-weight: 400;
  color: #126B6D;
}

.about-product-title {
  margin: 55px 0 22.5px;
}
.about-product-title p {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #082850;
  margin: 0;
}

.about-quote {
  margin: 35px 0 21px;
  text-align: center;
}
.about-quote p {
  font-weight: 400;
  font-size: 22px;
  line-height: 27px;
  color: #092850;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-quote p {
    font-size: 20px;
    line-height: 1.2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-quote p {
    font-size: 18px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .about-quote p {
    font-size: 18px;
    line-height: 1.2;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .register-title {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .register-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .register-title {
    margin-bottom: 30px;
  }
}
.register-title h2 {
  font-weight: 700;
  font-size: 66px;
  line-height: 80px;
  color: #082850;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .register-title h2 {
    font-size: 50px;
    line-height: 1.2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .register-title h2 {
    font-size: 45px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .register-title h2 {
    font-size: 35px;
    line-height: 1.2;
  }
}

.register-detail-layout {
  display: flex;
}
@media (max-width: 767px) {
  .register-detail-layout {
    flex-direction: column;
  }
}
.register-detail-layout .register-thumb {
  max-width: 350px;
}
.register-detail-layout .register-details {
  padding-top: 105px;
  margin-left: -30px;
}
@media (max-width: 767px) {
  .register-detail-layout .register-details {
    padding-top: 40px;
    margin-left: 20px;
    text-align: center;
  }
}
.register-detail-layout .register-details p {
  font-size: 16px;
  line-height: 19px;
  color: #092850;
}

.image-show-section .image-container {
  max-height: 737px;
  height: 100%;
  width: 100%;
}
.image-show-section .image-container img {
  max-height: 737px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

section
{
    scroll-margin-top: 50px;
}
.tech-card-layout {
  display: flex;
  gap: 45px;
  padding: 26px 16px 18px;
  background-color: #1D3563;
}
@media (max-width: 767px) {
  .tech-card-layout {
    flex-direction: column;
  }
}
.tech-card-layout .tech-thumb {
  max-width: 341px;
  width: 100%;
}
.tech-card-layout .tech-thumb img {
  width: 100%;
  height: auto;
  /*object-fit: cover;*/
}
.tech-card-layout .tech-details .title p {
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.tech-card-layout .tech-details .details p {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
}

.gallery-layout {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.gallery-layout .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-section .slider-layout {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.slider-section .slider-layout .slider-thumb {
  max-width: 168px;
}
.slider-section .slider-layout .slider-body {
  text-align: center;
}
.swiper-slide {
  height: auto;
}
.slider-section .swiper-container {
  position: relative;
}
.slider-section .swiper-container .swiper-button-wrapper {
  display: flex;
  gap: 64px;
  width: 100%;
  justify-content: center;
  margin-top: 90px;
}
.slider-section .swiper-container .swiper-button-prev {
  display: inline-block;
  position: static;
  width: 52px;
  height: 52px;
}
.slider-section .swiper-container .swiper-button-prev img {
  width: 52px;
  height: 52px;
}
.slider-section .swiper-container .swiper-button-prev::after {
  display: none;
}
.slider-section .swiper-container .swiper-button-next {
  display: inline-block;
  position: static;
  width: 52px;
  height: 52px;
}
.slider-section .swiper-container .swiper-button-next img {
  width: 52px;
  height: 52px;
}
.slider-section .swiper-container .swiper-button-next::after {
  display: none;
}

.partners-section {
  background-color: #21ADB0;
}

.partners-section-2 {
  background-color: rgba(33, 173, 176, 0.5);
}

.partners-title {
  display: flex;
  gap: 86px;
}
.partners-title h2 {
  font-weight: 700;
  font-size: 46px;
  line-height: 56px;
  color: #FFFFFF;
  flex: none;
  margin-bottom: 14px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .partners-title h2 {
    font-size: 36px;
    line-height: 1.2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .partners-title h2 {
    font-size: 30px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .partners-title h2 {
    font-size: 26px;
    line-height: 1.2;
  }
}
.partners-title .title-border {
  width: 100%;
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
}

.partners-logo-layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 80px 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .partners-logo-layout {
    padding: 20px 30px 0;
  }
}
@media (max-width: 767px) {
  .partners-logo-layout {
    padding: 0;
    gap: 20px;
  }
}
.partners-logo-layout .dacor img {
  margin-bottom: 20px;
  max-width: 247px !important;
}
.partners-logo-layout .safe-vat img {
  /*background-color: #FFFFFF;*/
  /*border-radius: 100%;*/
}
.partners-logo-layout .partners-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.partners-logo-layout .partners-logo img {
  max-width: 162px;
  width: 100%;
}
.partners-logo-layout .partners-details {
  text-align: center;
}
.partners-logo-layout .partners-details p {
  font-weight: 700;
  font-size: 29px;
  line-height: 35px;
  color: #FFFFFF;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .partners-logo-layout .partners-details p {
    font-size: 27px;
    line-height: 1.2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .partners-logo-layout .partners-details p {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .partners-logo-layout .partners-details p {
    font-size: 20px;
    line-height: 1.2;
  }
}
.partners-logo-layout .partners-details span {
  font-weight: 400;
  font-size: 27px;
  line-height: 33px;
  color: #FFFFFF;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .partners-logo-layout .partners-details span {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .partners-logo-layout .partners-details span {
    font-size: 22px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .partners-logo-layout .partners-details span {
    font-size: 18px;
    line-height: 1.2;
  }
}
.partners-logo-layout .partners-details span a {
  color: #FFFFFF;
}
.partners-logo-layout.partner-layout-2 {
  display: flex;
}
@media (min-width: 768px) and (max-width: 991px) {
  .partners-logo-layout.partner-layout-2 {
    flex-direction: column;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .partners-logo-layout.partner-layout-2 {
    flex-direction: column !important;
    gap: 30px;
  }
}

.header-logo {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-logo {
    text-align: left;
  }
}
.header-logo img {
  max-width: 130px;
}

.header-social-layout {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
}

.header-flag {
  display: flex;
  gap: 19px;
}
.header-flag a img {
  width: 31px;
}

.header-socials {
  display: flex;
  gap: 15px;
}
.header-socials .social-item a {
  border-radius: 50%;
  border: 1px solid #16974C;
  width: 36px;
  height: 36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.header-socials .social-item a i {
  font-size: 24px;
  color: #082850;
}

.header-menu ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.header-menu ul li {
  padding: 0 5px;
  border-right: 4px solid #082850;
}
.header-menu ul li:last-child {
  border-right: none;
}
.header-menu ul li a {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #092850;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-menu ul li a {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-menu ul li a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .header-menu ul li a {
    font-size: 16px;
  }
}

.footer-title h2 {
  font-weight: 700;
  font-size: 60px;
  line-height: 73px;
  color: #114987;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-title h2 {
    font-size: 50px;
    line-height: 1.2px;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-title h2 {
    font-size: 45px;
    line-height: 1.2px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .footer-title h2 {
    font-size: 35px;
    line-height: 1.2px;
    margin-bottom: 30px;
  }
}

.footer-address p {
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  color: #092850;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-address p {
    font-size: 20px;
    line-height: 1.2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-address p {
    font-size: 18px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .footer-address p {
    font-size: 18px;
    line-height: 1.2;
  }
}

.footer-contact p {
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  color: #092850;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-contact p {
    font-size: 20px;
    line-height: 1.2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-contact p {
    font-size: 18px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .footer-contact p {
    font-size: 18px;
    line-height: 1.2;
  }
}
.footer-contact p a {
  color: #092850;
}

.slide-bar {
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: -330px;
  width: 300px;
  padding: 25px 20px;
  height: 100%;
  display: block;
  background-color: #fff;
  z-index: 1020;
  -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
}

.slide-bar.show {
  right: 0;
}

.open-mobile-menu {
  display: inline-block;
}
.open-mobile-menu a {
  border-radius: 6px;
  display: block;
  width: 50px;
  height: 50px;
  background: #212121;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  margin-left: 20px;
  color: #fff;
}
.open-mobile-menu a:hover {
  background: #187678;
}
.open-mobile-menu a.active {
  background: #187678;
}

.close-mobile-menu a {
  color: #212121;
  position: relative;
  z-index: 2;
  font-size: 16px;
  top: -10px;
  left: 0;
}
.close-mobile-menu a:hover {
  color: #ff0000;
}

.on-side {
  overflow: hidden;
}

.body-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 4;
  left: 0;
  opacity: 0;
  display: none;
}

.body-overlay.active {
  opacity: 1;
  display: block;
}

.side-mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.side-mobile-menu ul li a {
  padding: 13px 0;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 16px;
  color: #101a23;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
.side-mobile-menu ul li a:hover {
  color: #187678;
  padding-left: 5px;
}
.side-mobile-menu ul li a[aria-expanded=true] {
  color: #187678;
}
.side-mobile-menu ul li a[aria-expanded=true]:before {
  background: #187678;
  border-color: #187678;
}
.side-mobile-menu ul li ul {
  padding-left: 0;
  list-style: none;
}
.side-mobile-menu ul li ul li {
  padding-left: 15px;
}
.side-mobile-menu ul li ul li:hover > a {
  color: #187678;
  padding-left: 20px;
}
.side-mobile-menu ul li ul li:hover > a:before {
  background: #187678;
  border-color: #187678;
}
.side-mobile-menu ul li ul li a {
  position: relative;
  padding-left: 15px;
  text-transform: capitalize;
  font-size: 16px;
}
.side-mobile-menu ul li ul li a:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid #101a23;
  border-radius: 50%;
}
.side-mobile-menu ul li ul li a[aria-expanded=true] {
  padding-left: 20px;
}
.side-mobile-menu ul li.has-children > a:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-width: 2px 0 0 2px;
  border-style: solid;
  border-color: initial;
  right: 16px;
  top: 50%;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
  -webkit-transform-origin: top;
  transform-origin: top;
  transition: all 0.3s ease-out;
}
.side-mobile-menu ul li.has-children a[aria-expanded=true]:after {
  -webkit-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%);
}

/*# sourceMappingURL=main.css.map */
