html,
body {
  width: 100%;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

::-moz-selection {
  background-color: #0e4e91;
  color: #ffffff;
}

::selection {
  background-color: #0e4e91;
  color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
  font-weight: 600;
}

strong {
  font-weight: 600;
}

a {
  color: #369cd6;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: none;
}

a:hover {
  color: #369cd6;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.date {
  color: #999;
  font-size: 80%;
}

.back-to-top {
  position: fixed;
  display: none;
  background: #369cd6;
  color: #ffffff;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  z-index: 11;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

header .topbar {
  background: #1b1b1b;
  color: #ffffff;
  padding: 10px 0;
  font-size: 14px;
  display: none;
}

header .logobar {
  background: #ffffff;
  padding: 10px 0;
}

header .logobar .logo {
  max-width: 115px;
  float: left;
}

.hm-menubar {
  background: #1b1b1b;
  color: #ffffff;
}

@media only screen and (max-width: 567px) {
  header .logobar .logo {
    width: 80px;
  }
}

header .logobar .hcontact {
  padding: 20px 0 10px;
  font-size: 14px;
}

.hc_info {
  display: flex;
  align-items: center;
}

.hc_details p {
  margin-bottom: 0;
  line-height: 18px;
  font-weight: 600;
}

.hc_details small {
  line-height: 12px;
}

.ch_icon {
  border: 1px solid #D1A329;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 28px;
  margin: 0 5px 0 0;

}

header .logobar .hcontact i {
  color: #838383;
  float: left;
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  header .logobar .btn {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 991px) {
  header .logobar .dn {
    display: none;
  }
}

header nav .navbar-nav .nav-link {
  color: #fff !important;
  font-weight: 600;
  margin-right: 10px;
  font-size: 16px;
}

header nav .navbar-nav .nav-link:hover {
  color: #F9EC74 !important;
}

header nav .navbar-nav .nav-link .navbar-toggler-icon {
  font-size: 20px !important;
}

header nav .navbar-nav .dropdown-menu {
  border-radius: 0px;
  padding: 0;
  border: 0;
  background: #ffffff;
  min-width: 14em;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

header nav .navbar-nav .dropdown-menu li {
  border-bottom: 1px solid #eee;
}

header nav .navbar-nav .dropdown-menu li:last-child {
  border-bottom: none;
}

header nav .navbar-nav .dropdown-menu li .dropdown-item {
  padding: .4rem 1rem;
  font-size: 14px;
}

header nav .navbar-nav .dropdown-menu li .dropdown-item:hover {
  background-color: #369cd6;
  color: #ffffff;
}

header nav .navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
}

.fixed-on {
  top: -40px;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  background: #ffffff;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.fixed-on .logo {
  width: 100px;
  padding: 0;
}

.hcontact {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fixed-on .hcontact {
  color: #333333;
  padding: 10px 0;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .fixed-on .btn {
    margin-top: 10px;
  }
}

.ap {
  text-align: right;
  color: #369cd6;
}

.can-menu {
  padding: 0;
}

.can-menu ul {
  list-style-type: none;
  padding: 0;
  width: 100%;
}

.can-menu ul li {
  list-style-type: none;
  border-bottom: 1px solid #f1f1f1;
  padding: 0px 15px;
}

.can-menu ul li:hover {
  background-color: #369cd6;
  color: #ffffff;
}

.can-menu ul li a {
  color: #333333;
}

.can-menu ul li a:hover {
  color: #ffffff;
}

.can-menu ul li a:hover a {
  color: #0e4e91;
}

.can-menu ul li .dropdown-menu {
  margin: 0 20px !important;
  width: 100%;
}

.can-menu ul li .dropdown-menu .dropdown-item {
  font-size: 14px;
}

.can-menu ul li .dropdown-toggle::after {
  float: right;
  margin-top: 10px;
}

.can-menu ul li .active {
  color: #0e4e91;
}

.can-menu ul li li {
  font-weight: normal;
  padding: 3px 0;
  border-left: 1px solid #f1f1f1;
}

.can-menu ul li li a {
  color: #333333;
}

.can-menu ul li li a:hover {
  background-color: #369cd6;
  color: #ffffff;
}

.offcanvas-title h2 {
  font-size: 20px;
  font-weight: 600;
}

.offcanvas {
  width: 250px !important;
}

.wSlider .carousel-inner .carousel-item img {
  width: 100%;
  -webkit-animation: zoom 80s;
  animation: zoom 80s;
}

@media (max-width: 768px) {
  .wSlider .carousel-inner .carousel-item img {
    height: 50vh;
  }
}

@media (max-width: 500px) {
  .wSlider .carousel-inner .carousel-item img {
    height: 40vh;
  }
}

.wSlider .carousel-inner .carousel-item .carousel-caption {
    bottom: 25%;
    color: #000000;
    text-align: center;
    z-index: 999;
    background: white;
    box-shadow: 0 1rem 3rem rgba(var(--bs-body-color-rgb), .175) !important;
    border-radius: 13px;
    padding: 2rem;
}

.wSlider .carousel-inner .carousel-item .carousel-caption h3 {
  font-size: 50px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .wSlider .carousel-inner .carousel-item .carousel-caption h3 {
    font-size: 45px;
  }
}

@media (max-width: 576px) {
  .wSlider .carousel-inner .carousel-item .carousel-caption h3 {
    font-size: 30px;
    line-height: 1.3;
  }
}

.wSlider .carousel-inner .carousel-item .carousel-caption .btn {
  background: #0e4e91;
  color: #ffffff;
  font-size: 16px;
  border-radius: 25px;
}

.wSlider .carousel-inner .carousel-item .carousel-caption .btn:hover {
  background: #369cd6;
}

.wSlider .carousel-inner .carousel-item .carousel-caption p {
  font-size: 20px;
  margin-bottom: 30px;
}

@media (max-width: 576px) {
  .wSlider .carousel-inner .carousel-item .carousel-caption .btn {
    display: none;
  }
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }

  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

@keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  to {
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
}

.wSlider .carousel-indicators {
  bottom: 10%;
}

.wSlider .carousel-indicators [data-bs-target] {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}



.why-us {
  font-size: 14px;
}

.why-us h2 {
  color: #231f20 !important;
  text-align: center;
}

.why-us .block {
  margin-bottom: 30px;
  text-align: center;
}

.sm-menu-item {
  flex-direction: column;
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
}

.sm-menu-item p {
  margin-bottom: 0;
  font-size: 20px;
}

.sm-menu-item ul {
  list-style: disc !important;

}

.sm-menu-item li {
  padding-bottom: 1rem !important;
}


.why-us .block h3 {
  color: #D1A329;
  font-family: "Caveat", cursive;
}

.why-us .block i {
  font-size: 50px;
  color: #369cd6;
  display: none;
}

.why-us .block p {
  font-size: 14px;
}

.parallax-container {
  height: 100%;
  -webkit-box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.7);
  overflow: hidden;
  height: auto;
}

.parallax {
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: top center !important;
  background-size: cover;
  z-index: 0;
}

.parallax .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  opacity: .5;
  background: #1B1B1B;
  z-index: -1;
}

.parallax .overlay-s {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  opacity: .9;
  background: #369cd6;
  z-index: -1;
}

.parallax .overlay-d {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  opacity: .9;
  background: #231f20;
  z-index: -1;
}

.services h3 a {
  color: #231f20;
}

.services h3 a:hover {
  color: #0e4e91;
}

.services .item {
  background-color: #ffffff;
  color: #999;
  font-size: 14px;
}

.services .item-s i {
  float: left;
  font-size: 25px;
  margin-right: 20px;
}

.services .item-s h4 {
  font-weight: 500;
  font-size: 18px !important;
  color: #444;
}

.popular h2 {
  text-transform: uppercase;
  font-weight: 600;
}

.popular .owl-nav {
  font-size: 40px;
  position: absolute;
  top: -70px;
  right: 0;
}

.popular .owl-nav .owl-prev,
.popular .owl-nav .owl-next {
  border: 1px solid #0e4e91 !important;
  font-size: 30px !important;
  line-height: 1 !important;
  color: #0e4e91 !important;
  margin-left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.popular .owl-nav .owl-prev:hover,
.popular .owl-nav .owl-next:hover {
  border-color: #369cd6 !important;
  color: #369cd6 !important;
}

.popular .owl-nav .owl-prev span,
.popular .owl-nav .owl-next span {
  padding: 5px 10px !important;
}

.cat {
  width: 100%;
}

.cat h2 {
  text-transform: uppercase;
  font-weight: 600;
}

.cat .owl-nav {
  display: none !important;
}

.cat .owl-dots {
  text-align: center;
}

.cat .owl-dots button {
  background: #aaa;
  padding: 10px !important;
  margin-right: 5px;
  border-radius: 100%;
}

.cat .owl-dots .active {
  background-color: #369cd6;
}

.ws-item {
  margin-bottom: 25px;
  padding: 2px;
}

@media only screen and (max-width: 576px) {
  .ws-item {
    max-width: 400px;
    margin: 0 auto 25px;
  }
}

.ws-item figure img {
  width: inherit !important;
}

.review {
  text-align: center;
  font-size: 14px;
}

.review h2 {
  font-weight: 600;
  color: #333333;
}

.review img {
  max-width: 100px;
  margin: 0 auto 10px;
}

.c-testimonials {
  position: relative;
}

.c-testimonials .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  cursor: pointer;
  height: 45px;
  width: 45px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #626262;
  background: #F9EC74;
  border: none;
  z-index: 9;
}

.c-testimonials .slick-prev {
  left: -20px;
}

.c-testimonials .slick-next {
  right: -20px;
}

.customer-reviews p {
  margin-bottom: 0;
}

.review-words {
  font-family: "Caveat", cursive;
  font-size: 22px;
  line-height: 22px;
  margin: 10px 0 !important;
}

.customer-reviews {
  padding: 20px;
  margin: 20px 15px;
  border-radius: 10px;
  text-align: center;
}

.ws-block.reviews .ws-block {
  padding: 0;
}

.ws-block.reviews hr {
  margin: 3rem 0;
}

.rev-p-img {
  border-radius: 6px;
}

.rev-information {
  position: relative;
}

.rev-information p {
  margin-top: 3rem;
  font-family: "Caveat", cursive;
  font-size: 24px;
  line-height: 32px;
  position: relative;
}

.rev-information::before {
  position: absolute;
  font-family: "Poppins", sans-serif;
  top: -55px;
  left: 0;
  content: '❛❛';
  color: #919191;
  font-size: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width:768px) {
  .c-testimonials .slick-arrow {
    height: 35px;
    width: 35px;
    font-size: 24px;
  }

  .c-testimonials .slick-prev {
    left: 0px;
  }

  .c-testimonials .slick-next {
    right: 0px;
  }
}

.food-gallery-img {
  width: 250px;
  aspect-ratio: 1/1;
  object-fit: cover;
  margin-bottom: 4px;
  border-radius: 4px;
}

.lightbox {
  text-align: center;
}

.expert {
  background: #369cd6;
  color: #ffffff;
}

.expert h2 {
  color: #ffffff;
}

.expert h2 span {
  color: #ffffff !important;
}

.expert i {
  font-size: 50px;
  margin-bottom: 20px;
}

.contacts i {
  float: left;
  border-radius: 100%;
  width: 45px;
  line-height: 30px;
  height: 45px;
  font-size: 22px;
  border: 1px solid #369cd6;
  text-align: center;
  padding-top: 10px;
  margin-right: 15px;
}

.contacts a {
  color: #0e4e91;
}

.footer {
  padding: 50px 0;
  font-size: 14px;
  background: #1B1B1B;
  background-size: 100%;
  padding-bottom: 20px !important;
  color: #f1f1f1;
}

.footer h2 {
  color: #f1f1f1 !important;
  margin-bottom: 20px;
}

.footer h2 span {
  display: block;
  font-size: 20px;
}

.footer a {
  color: #ffffff;
}

.footer a:hover {
  color: #369cd6;
}

.footer h3 {
  font-weight: 500 !important;
  font-size: 20px;
  color: #f1f1f1 !important;
}

.footer .contact i {
  float: left;
  width: 40px;
  font-size: 16px;
  border-radius: 100%;
  height: 40px;
  border: none;
  padding: 5px 10px 10px;
  text-align: center;
  line-height: 20px;
  margin-bottom: 20px;
  color: #333333;
}

.gform_wrapper .gravity-theme input[type=text] {
  border: 1px solid #ccc !important;
}

.gform_wrapper .sample-pic {
  background: url(../images/user-pic.jpg) no-repeat 90%;
  background-size: 100px 100px;
}

.gform_wrapper .sample-id {
  background: url(../images/user-id.jpg) no-repeat right;
  background-size: 100px 100px;
}

.gform_wrapper .ct-front {
  background: url(../images/Citizenship-front.jpg) no-repeat right;
  background-size: 134px 100px;
}

.gform_wrapper .ct-back {
  background: url(../images/Citizenship-back.jpg) no-repeat right;
  background-size: 134px 100px;
}

.gform_wrapper .sample-thumb {
  background: url(../images/thumb.jpg) no-repeat 90%;
  background-size: 70px 70px;
}

.gform_wrapper .sample-sign {
  background: url(../images/sign.jpg) no-repeat 250px;
  background-size: 100px 70px;
}

.gre-bg {
  color: #ffffff;
  background-image: -webkit-gradient(linear, left bottom, right top, from(#0e4e91), color-stop(#003c84), color-stop(#005b84), color-stop(#007761), to(#369cd6));
  background-image: linear-gradient(to right top, #0e4e91, #003c84, #005b84, #007761, #369cd6);
  padding: 25px;
}



.bg-light {
  background-color: #f1f1f1;
}

.bg-none {
  background-color: none !important;
}

.wlarge {
  font-size: 2.5em;
  line-height: 1.3;
}

@media (max-width: 576px) {
  .wlarge {
    font-size: 2em;
  }
}

.wlarge span {
  display: block;
  font-size: 50%;
}

.medium {
  font-size: 2em;
}

.small {
  font-size: 1.5em;
}

.dark {
  color: #231f20;
}

.p-color {
  color: #0e4e91;
}

.s-color {
  color: #369cd6;
}

.d-color {
  color: #333333;
}

.btn,
.form-select {
  border-radius: 3px;
}

.btn-success {
  background: #1B1B1B;
  border-color: #1B1B1B;
}

.btn-success:hover {
  background: #D1A329;
  border-color: #D1A329;
  color: #1B1B1B;
}

.ws-title {
  height: 33.33vh;
}

.ws-title .details {
  position: absolute;
  bottom: 0px;
  width: 100%;
  color: #ffffff;
  z-index: 999;
}

.ws-title .details h1 {
  line-height: 1.4;
  color: #ffffff;
}

.ws-title .details h1 span {
  color: #ffffff;
}

.ws-title .details .rank-math-breadcrumb,
.ws-title .details #breadcrumbs {
  font-size: 14px;
}

.ws-title .details .rank-math-breadcrumb a,
.ws-title .details #breadcrumbs a {
  color: #D1A329;
}

.ws-title .details .rank-math-breadcrumb a:hover,
.ws-title .details #breadcrumbs a:hover {
  color: #231f20;
}

.rating i {
  color: #ffbe33;
}

.ws-block {
  padding: 60px 0 50px;
}

@media (max-width: 572px) {
  .ws-block {
    padding: 35px 0 20px;
  }
}

.btn-sm.btn-info {
  background-color: #F9EC74;
  color: #1b1b1b;
  border-color: #F9EC74;
  border-radius: 22px;
  padding: 8px 12px;

}

.ws-block h1 {
  color: #1B1B1B;
  text-align: left;
  font-size: 3rem;
  font-weight: 700;
  font-family: "Caveat", cursive;
  text-transform: capitalize;
}

.ws-block h1 span {
  display: block;
  text-align: left;
  font-size: 18px !important;
  font-weight: 400 !important;
  font-family: "Poppins", sans-serif !important;
  color: #D1A329 !important;
}

@media only screen and (min-width: 991px) {
  .ws-block .ml-150 {
    margin-left: -150px;
    background: rgba(255, 255, 255, 0.95);
  }

  .ws-block .mr-150 {
    margin-left: 0 !important;
    margin-right: -150px;
    position: relative;
  }
}

.ws-block h2 {
  margin-bottom: 25px;
}

.section_title {
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  font-family: "Caveat", cursive;
  text-transform: capitalize;
  margin-bottom: 2rem;
}

.parallax .section_title {
  color: #fff !important;
}

.section-subtitle,
.section_title span {
  text-align: center;
  font-size: 18px !important;
  font-weight: 400 !important;
  font-family: "Poppins", sans-serif !important;
  color: #D1A329 !important;
}

.parallax .section_title span {
  color: #fff !important;
}

.page-menu-list .section_title {
  color: #231f20 !important;
}

.page-menu-list .section_title span {
  color: #D1A329 !important;
}

.page-menu-list .overlay {
  display: none !important;
}

.services-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.ws-block h2 span {
  color: #D1A329;
  display: block;
  font-weight: 600;
  line-height: 1.5;
  font-family: "Caveat", cursive;
  text-transform: capitalize;
  font-size: 70%;
}

@media (max-width: 572px) {
  .ws-block h2 {
    font-size: 25px;
  }
}


.ws-block h3 span {
  display: block;
  font-size: 60%;
}

@media (max-width: 572px) {
  .ws-block h3 {
    font-size: 20px;
  }
}

.ws-block h4 {
  font-size: 20px;
}

.ws-block h4 span {
  display: block;
  font-size: 80%;
  color: #369cd6;
}

@media (max-width: 572px) {
  .ws-block h4 {
    font-size: 18px;
  }
}

.ws-block blockquote {
  padding: 15px;
  margin-left: 25px;
  border-left: 5px solid #369cd6;
  background: #f9f9f9;
  font-size: 18px;
  font-weight: 500;
}

.ws-block blockquote p {
  margin-bottom: 0;
}

.ws-block ul {
  padding-left: 20px;
  margin: 0;
  position: relative;
}

.ws-block ul li {
  list-style-type: none;
  padding-left: 30px;
}

.ws-block ul li:before {
  font-family: 'FontAwesome';
  content: '\f0da';
  position: absolute;
  left: 30px;
}

.ws-block main .ws-block {
  padding: 0px 0 50px !important;
}

.ws-block main .ws-block .container {
  padding: 0;
}

.img-thumb img {
  height: 120px;
  margin-right: 20px;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .img-thumb img {
    height: 70px;
  }
}

.ws-list {
  margin-bottom: 20px;
  font-weight: 500;
}

.ws-list h3 {
  font-weight: 600;
}

.ws-list ul {
  padding-left: 20px;
  position: relative;
}

.ws-list ul li {
  list-style-type: none;
  padding-left: 25px;
  margin-bottom: 8px;
}

.ws-list ul li:before {
  font-family: 'FontAwesome';
  content: '\f054';
  position: absolute;
  left: 20px;
  color: #0e4e91;
  font-size: 16px;
}

.reviews .label-aero {
  padding: 3px 10px;
  background: #0e4e91;
  color: #ffffff !important;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 3px;
}

.reviews .label-aero:before {
  display: inline-block;
  content: "";
  position: absolute;
  left: -12px;
  top: 3px;
  border: 9px solid transparent;
  border-width: 9px 7px;
  border-right-color: #0e4e91;
}

@media (max-width: 575px) {
  .reviews img {
    max-width: 200px;
  }
}

.reviews img:hover {
  cursor: pointer;
}

@media (min-width: 600px) {
  #gall-in {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 20px;
    column-gap: 20px;
  }
}

@media (max-width: 600px) {
  #gall-in {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 20px;
    column-gap: 20px;
  }
}

@media (max-width: 400px) {
  #gall-in {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    column-gap: 20px;
  }
}

#gall-in img {
  width: 100%;
  height: auto;
  margin: 4% auto;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.pagenav {
  padding-top: 20px;
}

.pagenav .page-numbers {
  display: inline-block;
  padding: 5px 10px;
  margin: 0 2px 0 0;
  border: 1px solid #eee;
  text-decoration: none;
  border-radius: 2px;
  color: #333333;
}

.pagenav .page-numbers:hover {
  border-color: #369cd6;
  color: #369cd6;
}

.pagenav .current {
  border-color: #369cd6;
  font-weight: 500;
  color: #369cd6;
}

.faqs .accordion-button {
  background: none;
}

.faqs .accordion-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.faqs .accordion-button:not(.collapsed) {
  color: #0e4e91;
}

.ws-round {
  padding: 30px 0;
}

.ws-round .item {
  margin-bottom: 20px;
  text-align: center;
  padding: 20px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.ws-round .item:hover {
  background: #f1f1f1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
}

.ws-round .item h3 {
  font-size: 22px;
  color: #0e4e91;
  font-weight: 600;
  margin-bottom: 0px;
}

.ws-round .item figure {
  position: relative;
  overflow: hidden;
  border-radius: 100%;
  border: 5px solid #ffffff;
}

.ws-round .item figure img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.ws-round .item figure:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: .9;
  cursor: pointer;
}

.ws-square {
  padding: 30px 0;
}

.ws-square .item {
  padding-bottom: 20px;
}

.ws-square .item h4 {
  font-size: 20px;
  color: #333333;
  font-weight: 600;
}

.ws-square .item figure {
  position: relative;
  overflow: hidden;
  border: 5px solid #ffffff;
}

.ws-square .item figure img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.ws-square .item figure:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: .7;
  cursor: pointer;
}

.blog-item {
  margin-bottom: 30px;
  background: #ffffff;
}

.blog-item figure {
  overflow: hidden;
}

.blog-item figure img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 10px;
}

.blog-item figure img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.blog-item h3 {
  font-size: 18px;
}

.blog-item h3 a {
  color: #1B1B1B;
}

.blog-item h3 a:hover {
  color: #323232;
}

.blog-item:last-child {
  margin-bottom: 0;
}

.blog .box,
.blog .blog-search,
.blog .latest-post,
.blog .cat {
  border: 1px solid #ddd;
  padding: 20px;
  margin-bottom: 25px;
}

.blog .blog-post .post-item {
  margin-bottom: 25px;
}

.blog .blog-post .post-item figure {
  margin-bottom: 0;
}

.blog .blog-post .post-item .desc {
  background: #f1f1f1;
  padding: 25px;
  border: 1px solid #ddd;
}

.blog .blog-post .post-item:last-child {
  margin-bottom: 0px;
}

.blog .blog-search input {
  line-height: 30px;
  border: none;
  font-size: 14px;
}

.blog .blog-search button {
  background: #ffffff;
  border: none;
}

.blog .blog-search button:hover {
  color: #0e4e91;
}

.blog .latest-post h3 {
  margin-bottom: 20px;
}

.blog .latest-post .post-items h5 {
  line-height: 1.5;
  font-size: 16px;
}

.blog .latest-post .post-items .auth {
  color: #999;
  font-size: 90%;
}

.blog .cat ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.blog .cat ul li {
  margin: 0;
  padding: 7px 0;
  text-transform: uppercase;
}

.blog .cat ul li span {
  float: right;
  border: 1px solid #E0DDDD;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  font-size: 12px;
  text-align: center;
  padding-top: 4px;
  color: #4C4B4B;
}

.blog .tags a {
  padding: 5px 25px;
  border: 1px solid #ddd;
  margin: 5px 0;
  color: #777;
  font-size: 0.75em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 50px;
  display: inline-block;
}

.blog .tags a:hover {
  background: #ddd;
}

.contact h3 {
  font-size: 20px;
}

.contact i {
  width: 45px;
  height: 45px;
  line-height: 23px;
  padding: 10px;
  display: block;
  border-radius: 10px;
  border: 2px dotted #D1A329;
  color: #D1A329;
}

.contact .gform_wrapper.gravity-theme .gfield input,
.contact .gform_wrapper.gravity-theme .gfield textarea {
  border: 1px solid #dddddd;
}

.contact .gform_wrapper.gravity-theme .gfield_label {
  font-weight: 500;
}

.contact .gform_button {
  padding: 5px 15px;
  background: #0e4e91;
  color: #ffffff;
  border: none;
}

.contact .gform_button:hover {
  background: #369cd6;
}

aside .abox {
  padding: 20px;
  margin-bottom: 25px;
  background: #ffffff;
}

aside .video {
  margin-bottom: 30px;
}

aside .info ul {
  padding: 0px;
  position: relative;
}

aside .info ul li {
  list-style-type: none;
  padding-left: 30px;
  font-size: 14px;
}

aside .info ul li a {
  color: #0e4e91;
}

aside .info ul li a:hover {
  color: #369cd6;
}

aside .info ul li:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f14a';
  position: absolute;
  left: 7px;
  color: #0e4e91;
}

aside .book {
  background: aliceblue;
}

aside .book .pp {
  font-size: 20px;
  font-weight: 300;
  color: #0e4e91;
}

aside .book .pp div {
  color: #369cd6;
  font-size: 24px;
}

aside .book .pp div span {
  text-decoration: line-through;
  color: #999;
}

aside .book .bpoints {
  line-height: 2;
  text-transform: uppercase;
  font-weight: 300;
  color: #0e4e91;
}

aside .book .bpoints i {
  margin-right: 5px;
}

aside .book h3 {
  font-weight: 700;
  display: inline;
  color: #369cd6;
}

aside .enquiry h3 {
  color: #369cd6;
}

aside .sticky-top {
  top: 30px;
}

aside .related h5 {
  line-height: 1.4;
}

aside .related a {
  color: #333333;
}

aside .related img {
  float: left;
  margin-right: 15px;
  max-width: 100px;
  margin-bottom: 15px;
}

aside .related span {
  font-size: 14px;
}

aside .related hr {
  clear: both;
}

aside .sidebar h2 {
  font-weight: bold;
  font-size: 1.5rem;
}

aside .sidebar .widget_block {
  margin-bottom: 30px;
}

aside .sidebar .widget_block .wp-block-latest-posts__list {
  position: relative;
}

aside .sidebar .widget_block .wp-block-latest-posts__list li {
  list-style-type: none;
  padding-left: 25px;
  padding-bottom: 15px;
}

aside .sidebar .widget_block .wp-block-latest-posts__list li a {
  color: #333333;
}

aside .sidebar .widget_block .wp-block-latest-posts__list li:before {
  font-family: "FontAwesome";
  content: '\f044';
  position: absolute;
  left: 0;
  padding-top: 3px;
  color: #999;
  font-size: 16px;
}

aside .sidebar .wp-block-search__input {
  padding: 0 !important;
  width: 100% !important;
}

.s-links {
  text-align: right;
}

.s-links a {
  cursor: pointer;
  outline: none;
}

.s-links a.outline {
  font-size: 14px;
  position: relative;
  z-index: 3;
  background: #fff;
  color: #fff;
  border: #fff solid 2px;
  border-radius: 4px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  padding: 0 3px;
  display: inline-block;
  text-align: center;
}

.footer-bottom-sc .s-links a.outline {
  width: 25px;
}

.s-links a.outline a {
  text-decoration: none;
}

.s-links a.outline:hover i {
  color: white;
  background: #1172c4;
  border-color: white;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.s-links a.outline:active {
  border-radius: 4px;
}

.s-links a.fb {
  color: #005397;
}

.s-links a.fb:hover i {
  background: #005397;
  border-color: #005397;
}

.s-links a.tw {
  color: #00aedd;
}

.s-links a.tw:hover i {
  background: #00aedd;
  border-color: #00aedd;
}

.s-links a.in {
  color: #005397;
}

.s-links a.in:hover i {
  background: #005397;
  border-color: #005397;
}

.s-links a.gp {
  color: #e3411f;
}

.s-links a.gp:hover i {
  background: #e3411f;
  border-color: #e3411f;
}

.s-links a.yt {
  color: #ca3737;
}

.s-links a.yt:hover i {
  background: #ca3737;
  border-color: #ca3737;
}

.s-links a.pi {
  color: #cb2027;
}

.s-links a.pi:hover i {
  background: #cb2027;
  border-color: #cb2027;
}

.s-links a.ig {
  color: #000;
}

.s-links a.ig:hover i {
  background: #333;
  border-color: #333;
}

.back-to-top {
  position: fixed;
  display: none;
  background: #D1A329;
  color: #ffffff;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  z-index: 11;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

.sticky-top {
  top: 85px;
}

.image-source-link {
  color: #98C3D1;
}

.account-form .profile-user-img {
  width: 125px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
}

.account-form .avatar-upload,
.account-form .avatar-upload1 {
  position: relative;
  width: 150px;
  height: 150px;
  margin-bottom: 10px;
}

.account-form .avatar-upload .avatar-edit,
.account-form .avatar-upload1 .avatar-edit {
  position: absolute;
  right: 15px;
  z-index: 1;
  bottom: 10px;
}

.account-form .avatar-upload .avatar-edit input,
.account-form .avatar-upload1 .avatar-edit input {
  display: none;
}

.account-form .avatar-upload .avatar-edit input+label,
.account-form .avatar-upload1 .avatar-edit input+label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid #d2d6de;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.account-form .avatar-upload .avatar-edit input+label:hover,
.account-form .avatar-upload1 .avatar-edit input+label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}

.account-form .avatar-upload .avatar-edit input+label:after,
.account-form .avatar-upload1 .avatar-edit input+label:after {
  content: "\f030";
  font-family: 'FontAwesome';
  color: #337AB7;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 30px;
  margin: auto;
}

.account-form .avatar-upload .avatar-edit .picvalidation,
.account-form .avatar-upload1 .avatar-edit .picvalidation {
  position: absolute;
  top: 85px;
  left: -100px;
  width: 200px;
}

.account-form .avatar-upload .avatar-edit .picvalidation1,
.account-form .avatar-upload1 .avatar-edit .picvalidation1 {
  left: -150px;
}

.account-form .avatar-upload .avatar-preview,
.account-form .avatar-upload1 .avatar-preview {
  width: 150px;
  height: 150px;
  position: relative;
  border: 2px solid #F8F8F8;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.account-form .avatar-upload .avatar-preview img,
.account-form .avatar-upload1 .avatar-preview img {
  width: 100%;
  height: 100%;
}

.account-form .avatar-upload .rect,
.account-form .avatar-upload1 .rect {
  width: 200px;
}

.account-form .avatar-upload1 {
  width: 200px;
}

.account-form .form-control::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 1;
  font-size: 90%;
  /* Firefox */
}

.account-form .form-control:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 1;
  font-size: 90%;
  /* Firefox */
}

.account-form .form-control::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 1;
  font-size: 90%;
  /* Firefox */
}

.account-form .form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 1;
  font-size: 90%;
  /* Firefox */
}

.account-form .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 90%;
}

.account-form .form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  font-size: 90%;
}

.account-form .form-label {
  margin-bottom: 0.2rem;
  color: #0e4e91;
}

.account-form .invalid-feedback {
  font-size: 12px;
}

.account-form .form-control {
  font-size: 14px;
  background: #f1f1f1;
}

.reservations .ml-150 {
  margin-left: 0px !important;
  box-shadow: none !important;
  background: 0 !important;
}

.gform_button {
  background: #1B1B1B !important;
}

.gform_button:hover {
  background: #282828 !important;
}

/*# sourceMappingURL=app.css.map */

@media (max-width:992px) {
  .hm-menubar {
    display: none;
  }

  .logobar .container {
    max-width: 100%;
  }

  .header .logobar .hcontact {
    justify-content: space-between;
  }

  .header .logobar .hcontact>div {
    width: fit-content;
  }

  .header .logobar .hcontact>div:last-child {
    margin-right: 20px;
  }
}

@media (max-width:768px) {
  .f-copyright {
    text-align: center;
  }

  .footer-bottom-sc {
    flex-direction: column-reverse;
    gap: 10px;
  }

  .s-links {
    text-align: center;
  }

  .services figure {
    text-align: center;
  }

  .services figure img {
    width: 100px;
    height: auto;
  }

  .services-content {
    text-align: center;
  }
}

@media (max-width:600px) {
  .hm-mobile {
    flex-direction: column;
  }

  .hm-mobile .col-9 {
    width: 100%;
  }

  .header .logobar .hcontact>div:last-child {
    margin-right: 0px;
  }
}

@media (max-width:450px) {
  .hm-opentime {
    display: none;
  }
}

/** Additional css **/
.\*\:header-nav-li>* .link {
  display: flex;
  height: 100%;
  cursor: pointer;
  align-items: center;
  gap: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  text-transform: capitalize;
  text-decoration-line: none;
  transition-duration: 0.1s;
}

.\*\:header-nav-li>* {
  height: 100%;
  min-width: -moz-max-content;
  min-width: max-content;
}

.max-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: var(--max-container-width);
  padding-left: .5rem;
  padding-right: .5rem;
  transition-duration: .3s;
}

.sticky-nav {
  transition: all 0.3s ease;
}

@media (min-width: 1024px) {
  .max-container {
    width: 91.666667%;
  }
}

@media (min-width: 768px) {
  .max-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 1024px) {
  .max-container {
    width: 91.666667%;
  }
}

@media (min-width: 768px) {
  .max-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 800px) {
  .slg\:max-w-3xl {
    max-width: 48rem;
  }
}



@media (min-width: 640px) {
  @media (min-width: 768px) {
    .sm\:max-container {
      padding-left: 1rem;
      padding-right: 1rem;
    }
  }
}

@media (min-width: 640px) {
  .sm\:max-container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: var(--max-container-width);
    padding-left: .5rem;
    padding-right: .5rem;
    transition-duration: .3s;
  }
}

@media (min-width: 640px) {
  @media (min-width: 1024px) {
    .sm\:max-container {
      width: 91.666667% !important;
    }
  }
}

.overflow-auto {
  overflow: auto;
}

.size-full {
  width: 100%;
  height: 100%;
}

.z-99999 {
  z-index: 99999;
}

.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fixed {
  position: fixed;
}



.\*\:mobile-nav-li>* .link {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: .5rem 1rem;
  transition-duration: .2s;
}

.\*\:mobile-nav-li>* {
  width: 100%;
}

.\*\:w-full>* {
  width: 100%;
}

.\*\:relative>* {
  position: relative;
}

.opacity-drop {
  opacity: 0;
}

.registration table {
  width: 100%;
  font-size:14px !important;
}

.registration tbody,
td,
tfoot,
th,
thead,
tr {
  border-width: 0.1rem;
}

.official-venue-hotel img {
  height: auto;
}

.official-venue-hotel h1 {
  color: white !important;
}


.official-venue-hotel{
  padding: unset !important;
  background: #0c4ca3;
  color: #adadad !important;
    
}

.official-venue-hotel p {
  font-size: 15px !important;
}

.official-venue-hotel .mx-auto .px-4 {
    padding: 0 !important;
    margin:0 !important;
}

.official-venue-hotel .max-container {
  margin-left: unset !important;
  margin-right: unset !important;
  width: unset !important;
  max-width: unset !important;
  padding-left: unset !important;
  padding-right: unset !important;
  transition-duration: unset !important;
}



.complimentary-tours{
    background: url("https://i.ibb.co/DVLgJ5Z/htui-7.jpg");
    background-size: cover;
}

.complimentary-tours{
    text-align: center !important;
    
}

.complimentary-tours p{
    padding: 0 6rem;
    margin: 2rem;
}
.complimentary-tours h1{
    text-align: center !important;
}
@media (max-width: 640px) {
  .complimentary-tours p{
    padding: 0 !important;
}
}

.sponsers .grid{
    gap: 2rem;
}

.space-y-10>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem* calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem* var(--tw-space-y-reverse));
}

.duration-300 {
    transition-duration: .3s;
}

/* When the viewport width is at least 42rem (~672px) */
@media (min-width: 42rem) {
    .max-container {
        .min-w-60 {
            min-width: 15rem;
            /* Adjusting minimum width for large screens */
        }
    }
}

/* When the viewport width is at least 32rem (~512px) */
@media (min-width: 32rem) {
    .max-container {
        .min-w-40 {
            min-width: 10rem;
            /* Adjusting minimum width for medium screens */
        }
    }
}

/* When the viewport width is at least 28rem (~448px) */
@media (min-width: 28rem) {
    .max-container {
        .w-auto {
            width: auto;
            /* Making width flexible for smaller screens */
        }
    }
}

/* When the viewport width is at least 24rem (~384px) */
@media (min-width: 24rem) {
    .max-container {
        .w-auto {
            width: auto;
        }
    }
}


.\*\:duration-200>* {
    transition-duration: .2s;
}

.\*\:py-4>* {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.\*\:px-6>* {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.\*\:min-w-max>* {
    min-width: -moz-max-content;
    min-width: max-content;
}

@media (min-width: 1024px) {
    .lg\:p-20 {
        padding: 5rem;
    }
}
@media (min-width: 768px) {
    .md\:p-12 {
        padding: 3rem;
    }
}
@media (min-width: 1536px) {
    .container {
        max-width: none !important;
    }
}

.welcome{
  background: lavender;
}

.programmes-listing ul{
    line-height: 2rem;
}

.speakers-list{
    position: relative;
    z-index: -9;
}
.z-999{
        z-index: 99999;
}
.official-venue-hotel .content{
    padding: 2.2rem;
}
.post-thumbnail img{
    width: 250px;
    height: 250px;
}
.speakers p{
    font-size: 14px;
}
.get-involved, .get-involved h1{
    text-align: center;
}
.sponsors .grid{
    gap: 1rem;
}


@media (min-width: 768px) {
.partners {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.sponsors{
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.registration{
    padding-top:0px !important ;
    padding-bottom:0px !important ;
}
.whyus{
    padding-top: 0px !important;
}
    
}

.international-youth-entrepreneurs img{
  height: auto !important;
  max-width: 100% !important;
  width: 100%;
  
}
@media (max-width: 768px) {

    .international-youth-entrepreneurs{
        padding: 0px !important;
    }
    .official-venue-hotel{
        margin-top:2rem;
        margin-bottom:2rem;
    }
        .complimentary-tours{
        margin-top:2rem;
}
.welcome{
  margin-bottom: 2rem;
}
.whyus{
    padding-top:1rem !important;
}
}
