@font-face {
  font-family: "Bahij TheSansArabic";
  src: url("../fonts/bahij/BahijTheSansArabic-ExtraBold.woff2") format("woff2"), url("../fonts/bahij/BahijTheSansArabic-ExtraBold.woff") format("woff"), url("../fonts/bahij/BahijTheSansArabic-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bahij TheSansArabic";
  src: url("../fonts/bahij/BahijTheSansArabic-Bold.woff2") format("woff2"), url("../fonts/bahij/BahijTheSansArabic-Bold.woff") format("woff"), url("../fonts/bahij/BahijTheSansArabic-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bahij TheSansArabic";
  src: url("../fonts/bahij/BahijTheSansArabic-ExtraLight.woff2") format("woff2"), url("../fonts/bahij/BahijTheSansArabic-ExtraLight.woff") format("woff"), url("../fonts/bahij/BahijTheSansArabic-ExtraLight.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bahij TheSansArabic";
  src: url("../fonts/bahij/BahijTheSansArabic-Light.woff2") format("woff2"), url("../fonts/bahij/BahijTheSansArabic-Light.woff") format("woff"), url("../fonts/bahij/BahijTheSansArabic-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bahij TheSansArabic Plain";
  src: url("../fonts/bahij/BahijTheSansArabic-Plain.woff2") format("woff2"), url("../fonts/bahij/BahijTheSansArabic-Plain.woff") format("woff"), url("../fonts/bahij/BahijTheSansArabic-Plain.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bahij TheSansArabic SemiLight";
  src: url("../fonts/bahij/BahijTheSansArabic-SemiLight.woff2") format("woff2"), url("../fonts/bahij/BahijTheSansArabic-SemiLight.woff") format("woff"), url("../fonts/bahij/BahijTheSansArabic-SemiLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bahij TheSansArabic";
  src: url("../fonts/bahij/BahijTheSansArabic-SemiBold.woff2") format("woff2"), url("../fonts/bahij/BahijTheSansArabic-SemiBold.woff") format("woff"), url("../fonts/bahij/BahijTheSansArabic-SemiBold.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.box-shadow {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
}

/*************************************************/
/* Variables */
/*************************************************/
body {
  font-weight: 400;
  font-style: normal;
  font-family: "Bahij TheSansArabic", tahoma, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #F1F1F1 url("../images/bg.png");
}

.center {
  text-align: center !important;
  margin: 0 auto !important;
}

.no-padding {
  padding: 0 !important;
}

a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none !important;
  font-family: "Bahij TheSansArabic", tahoma, sans-serif !important;
}

.bg-none {
  background: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Bahij TheSansArabic", tahoma, sans-serif !important;
  margin-bottom: 0;
}

ul {
  padding: 0;
  margin: 0;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  margin: 0;
}

a,
button {
  color: black;
  text-decoration: none;
  display: inline-block;
  padding: 0;
  outline: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
a:hover,
button:hover {
  text-decoration: none;
}
a:focus,
button:focus {
  text-decoration: none;
}

::-webkit-scrollbar {
  width: 8px;
  height: 3px;
}

::-webkit-scrollbar-thumb {
  background: #00c0f2;
  border-radius: 12px;
}

::-webkit-scrollbar-track {
  background-color: #efefef;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*************************************************/
/* Custom */
/*************************************************/
.main-header {
  left: 0;
  width: 100%;
  top: 0;
  background-color: #ffffff;
  transition: all linear 0.3s;
  z-index: 10;
}

.header {
  padding: 20px 0;
}
@media only screen and (max-width: 767px) {
  .header {
    padding: 10px 0;
  }
}

.fixed-header {
  transition: all linear 0.3s;
  position: fixed;
  z-index: 10;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
}
@media only screen and (min-width: 768px) {
  .fixed-header .logo img {
    width: 130px;
  }
}

.langauge-details li a {
  text-transform: capitalize;
}

.header-content {
  display: flex;
  align-items: center;
  gap: 45px;
}
@media only screen and (max-width: 1199px) {
  .header-content {
    gap: 0;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 991px) {
  .header-content {
    justify-content: space-between;
  }
}

.navigation {
  margin-inline-start: auto;
}
@media only screen and (max-width: 1199px) {
  .navigation {
    margin-inline-start: unset;
  }
}

.logo {
  display: flex;
  position: relative;
}
.logo img {
  transition: all linear 0.3s;
  width: 160px;
}

.navigation .nav-ul {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
}
.navigation .nav-ul > li {
  display: flex;
}
.navigation .nav-ul > li > a {
  color: #00295b;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  transition: all linear 0.2s;
  position: relative;
}
@media only screen and (min-width: 991px) {
  .navigation .nav-ul > li > a:before {
    content: "\e92d";
    font-family: "icomoon";
    position: absolute;
    top: -27px;
    left: 50%;
    opacity: 0;
    color: #00c0f2;
    transition: 0.3s;
    transform: translateX(-50%) scale(2);
    font-weight: 900;
    font-size: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .navigation .nav-ul > li > a {
    font-size: 16px;
  }
}
.navigation .nav-ul > li > a:hover {
  color: #00c0f2;
}
.navigation .nav-ul > li > a:hover:before {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}
.navigation .nav-ul li.active a {
  color: #00c0f2;
}
.navigation .nav-ul li.active a:before {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}

.nav-ul > .menu-item-has-children {
  position: relative;
  padding: 12px 0;
}
.nav-ul > .menu-item-has-children > a {
  display: flex;
  align-items: baseline;
  gap: 3px;
}
.nav-ul > .menu-item-has-children > a::after {
  transition: all linear 0.2s;
  content: "\e927";
  font-family: "icomoon";
  font-size: 12px;
  color: #333;
}
.nav-ul > .menu-item-has-children:hover > a::after {
  color: #00c0f2;
}
.nav-ul > .menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}

.navigation .nav-ul > .menu-item-has-children:hover > a {
  color: #00c0f2;
}

.sub-menu {
  width: 202px;
  border-radius: 10px;
  filter: drop-shadow(0 0 7.5px rgba(0, 0, 0, 0.1));
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: all linear 0.2s;
  padding: 10px 15px;
  background-color: #fff;
  z-index: 20;
}
.sub-menu li a {
  padding: 10px 0;
  font-size: 14px;
  font-weight: 300;
  text-transform: capitalize;
  color: #00295b;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.5s;
}
@media only screen and (max-width: 991px) {
  .sub-menu li a {
    justify-content: unset;
  }
}
.sub-menu li a:hover {
  color: #00c0f2;
}
.sub-menu li a:hover::after {
  color: #00c0f2;
}

.menu-item-has-children > .sub-menu {
  top: 100%;
  inset-inline-start: 0;
}

.menu-item-has-children .sub-menu .menu-item-has-children .sub-menu {
  top: 0;
  inset-inline-start: calc(100% + 20px);
}

.menu-item-has-children .sub-menu .menu-item-has-children {
  position: relative;
}
.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}
.menu-item-has-children .sub-menu .menu-item-has-children:hover > a {
  color: #00c0f2;
}
.menu-item-has-children .sub-menu .menu-item-has-children:hover > a::after {
  color: #00c0f2;
}
.menu-item-has-children .sub-menu .menu-item-has-children > a::after {
  content: "\f053";
  font-family: "Font Awesome 6 Pro";
  font-size: 13px;
  color: #616161;
  transition: all linear 0.2s;
}

.mobile-arrow-rotate::after {
  transform: rotate(180deg);
}

.menu-item-has-children .sub-menu .menu-item-has-children > .mobile-arrow-rotate::after {
  transform: rotate(90deg);
}

html:not([dir=rtl]) .menu-item-has-children .sub-menu .menu-item-has-children > a::after {
  transform: rotate(180deg);
}
html:not([dir=rtl]) .menu-item-has-children .sub-menu .menu-item-has-children > .mobile-arrow-rotate::after {
  transform: rotate(90deg);
}

.search {
  position: fixed;
  padding-inline: 20px;
  inset: 0;
  width: 100%;
  height: 100vh;
  top: 50%;
  overflow: hidden;
  transform: translateY(-50%);
  transition: all linear 0.1s;
  background-color: rgba(0, 192, 242, 0.85);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}
.search .close-searh-btn {
  position: absolute;
  display: flex;
  top: 40px;
  inset-inline-start: 40px;
  z-index: 2;
}
.search .close-searh-btn .icon {
  color: #fff;
  font-size: 25px;
}
.search .search-input-wrapper {
  width: 100%;
  max-width: 500px;
  height: 60px;
  background: none;
  border: none;
  outline: none;
  color: #fff;
  display: flex;
  justify-content: space-between;
  font-size: 23px;
  border-bottom: 2px solid #fff;
  position: relative;
  transform: translateY(25px);
  transition: all ease-in-out 0.2s;
  transition-delay: 0.1s;
}
.search .search-input-wrapper .search-form {
  display: flex;
  width: 100%;
}
.search .search-input-wrapper .search-form input {
  border: none;
  display: flex;
  width: 100%;
  height: 100%;
  background: none;
  color: #fff;
}
.search .search-input-wrapper .search-form input::placeholder {
  color: #fff;
  font-size: 23px;
}
.search .search-input-wrapper .search-form input:focus {
  outline: none;
}
.search .search-input-wrapper .form-search-btn {
  display: flex;
  height: 100%;
  align-items: center;
}
.search .search-input-wrapper .form-search-btn .icon {
  color: #fff;
  font-size: 22px;
}

.show-search {
  opacity: 1;
  visibility: visible;
}
.show-search .search-input-wrapper {
  transform: translateY(0);
}

.overflow-hidden {
  overflow: hidden;
}

.general-details {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 5px;
  position: absolute;
  text-align: center;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 1px 5px;
  padding: 10px;
  z-index: 999;
  left: 50%;
  top: 100%;
  min-width: 130px;
  opacity: 0;
  visibility: hidden;
  transition: all linear 0.2s;
  transform: translateX(-50%);
}
.general-details::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  top: -8px;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #fff transparent;
  z-index: 5;
}
@media only screen and (max-width: 767px) {
  .general-details::after {
    display: none;
  }
}
.general-details a {
  transition: color linear 0.2s;
  color: #757575;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 15px;
  line-height: 25px;
}
.general-details a:hover {
  text-decoration: none;
  color: #00c0f2;
}

.control-section {
  gap: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.control-section .icon {
  font-size: 20px;
  color: #333;
  transition: all linear 0.2s;
}

.open-search {
  display: flex;
}

.language {
  position: relative;
  padding: 12px 0;
  position: relative;
  display: flex;
  align-items: center;
  cursor: auto;
}
@media only screen and (max-width: 767px) {
  .language {
    padding: 10px 0;
  }
}
.language .icon {
  font-size: 20px;
  color: #333333;
}
.language:hover .general-details {
  opacity: 1;
  visibility: visible;
}

.open-search:hover .icon,
.language:hover .icon {
  color: #00295b;
}

@media only screen and (max-width: 1199px) {
  .logo img {
    width: 130px;
  }
  .navigation .nav-ul,
  .control-section {
    gap: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .close-language-wrapper,
  .close-btn,
  .bars {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .close-language-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .close-language-wrapper .langauge-details.general-details {
    transform: translateX(0);
    inset-inline-start: 0;
  }
  .close-btn {
    display: flex;
  }
  .close-btn .icon {
    color: #333;
    font-size: 22px;
  }
  .navigation .nav-ul {
    flex-direction: column;
    margin: 55px 0 0 0;
    align-items: flex-start;
    gap: 20px;
  }
  .navigation {
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 20;
    transform: translateY(20px);
    padding: 20px;
    transition: all linear 0.2s;
  }
  .show-site-nav {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .navigation .nav-ul,
  .control-section {
    gap: 30px;
  }
  .bars {
    display: flex;
  }
  .bars:hover .icon {
    color: #00c0f2;
  }
  .control-section .language {
    display: none;
  }
  .navigation .nav-ul {
    gap: 20px;
  }
  .nav-ul > .menu-item-has-children {
    padding: 0;
    width: 100%;
  }
  .menu-item-has-children > a,
  .menu-item-has-children .menu-item-has-children > a {
    width: 100%;
    justify-content: space-between;
  }
  .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    padding: 0;
    box-shadow: none;
    background: none;
    border-radius: 0;
    width: 100%;
    display: none;
    transition: unset;
  }
  .sub-menu li a {
    padding: 7px 0;
  }
  .sub-menu {
    padding-inline-start: 10px;
    padding-inline-end: 15px;
  }
  .navigation .nav-ul > li {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .search .search-input-wrapper .search-form input::placeholder,
  .search .search-input-wrapper .form-search-btn .icon {
    font-size: 20px;
  }
  .logo img {
    width: 120px;
  }
  .search .close-searh-btn {
    top: 40px;
    inset-inline-start: 20px;
  }
  .general-details {
    min-width: 130px;
  }
}
.modal .modal-content {
  background: none !important;
  border: none;
}
.modal .modal-body {
  background: none !important;
}
.modal .form-wrapper {
  position: relative;
}
.modal .form-wrapper button {
  position: absolute;
  left: 10px;
  top: 6px;
  background: none;
  border: none;
}
.modal .form-wrapper button i {
  color: #00c0f2;
}
.modal .form-wrapper .form-control {
  height: 50px;
  border-bottom: 3px solid #00c0f2;
  border-radius: 0;
  box-shadow: none;
  outline: none;
}
.modal .form-wrapper .form-control:focus {
  border-color: #00c0f2;
}

#wrapper {
  height: 100%;
  width: 100%;
  min-height: unset;
  min-width: 100%;
  box-shadow: -3px 0 10px 0 rgba(0, 0, 0, 0.38);
}
#wrapper #slider {
  margin: 0 0 0;
  height: 500px;
  overflow: hidden;
  background: url(../images/ajax-loader.gif) center center no-repeat;
}
#wrapper #slider .slide {
  position: relative;
  display: none;
  height: 500px;
  float: left;
  cursor: pointer;
  box-shadow: 0 -10px 25px 0 rgba(0, 0, 0, 0.38);
}
#wrapper #slider .slide img, #wrapper #slider .slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#wrapper .slide-caption {
  display: flex;
  flex-direction: column;
  /* align-content: center; */
  justify-content: center;
  margin: auto;
  height: 100%;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
#wrapper .slide-caption .slide-title {
  font-size: 35px;
  text-shadow: 2px 2px 0 rgba(73, 69, 69, 0.4705882353), 3px -2px 0 rgba(0, 0, 0, 0.2705882353);
  font-weight: bold;
  transition: 0.3s;
}
#wrapper .slide-caption .slide-description {
  font-size: 18px;
  line-height: 2;
  text-shadow: 0 0px 6px rgba(0, 0, 0, 0.36);
  transition: 0.3s;
  margin-block: 1.5rem;
}
#wrapper #slider .slide.active {
  cursor: default;
}
#wrapper #slider .slide.active .slide-title {
  font-size: 70px;
  transition: 0.3s;
}

.slide-description {
  width: 60%;
  margin: 0 auto 1rem;
  transition: 0.3s;
}

.google-maps {
  position: relative;
  padding-bottom: 35%;
  height: 0;
  overflow: hidden;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.user-nav .dropdown-menu a {
  color: #000;
}
.user-nav a {
  font-size: 18px;
  color: #000;
  padding: 0 5px;
  display: block;
}
.user-nav a:hover {
  color: #00c0f2;
}
.user-nav .search-icon i {
  color: #00c0f2;
  cursor: pointer;
}

.lazy {
  opacity: 0;
  transition: 0.3s;
}
.lazy.loaded {
  opacity: 1;
}

.bg-gray {
  background: #333333;
  color: #fff;
}

.bg-orange {
  background: #00c0f2;
  color: #fff;
}

.main-slider .slider-img {
  width: 100%;
  height: 500px;
  overflow: hidden;
}
.main-slider .slider-img img {
  width: 100%;
}
.main-slider .slider-wrapper {
  position: relative;
}
.main-slider .caption {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  bottom: auto;
  color: #fff;
}
.main-slider .caption h4 {
  font-size: 80px;
  margin: 0;
}
.main-slider .caption p {
  font-size: 24px;
  margin-top: 0;
}
.main-slider .caption a {
  font-size: 23px;
  padding: 5px 40px;
}

.read-more {
  font-size: 10px;
  background: #000;
  border-radius: 12px;
  padding: 2px 7px;
  color: #fff;
  display: inline-block;
}
.read-more:hover {
  background: #00295b;
  color: #000;
}

.common-wrapper {
  padding: 4em 0;
}

.section-title {
  font-size: 24px;
  color: #00295b;
  margin: 1em 0;
  position: relative;
  padding-right: 35px;
}
.section-title h2 {
  font-size: 24px;
  margin-top: 0;
}
.section-title span {
  font-size: 14px;
  color: #00c0f2;
}
.section-title:before {
  content: "";
  background: #00c0f2;
  width: 7px;
  display: inline-block;
  height: calc(100% - 13px);
  position: absolute;
  right: 0;
  bottom: 0;
  top: 11px;
}
.section-title p {
  margin: 5px 0 0;
  font-size: 14px;
  color: gray;
  font-weight: 300;
}
.section-title .main-title {
  display: flex;
  align-items: baseline;
  gap: 5px;
}

.cloud {
  height: 40px; /* control the size */
  aspect-ratio: 1.8;
  display: inline-flex;
  align-content: center;
  justify-content: center;
  --g: radial-gradient(50% 50%, #000 98%, #0000) no-repeat;
  mask: var(--g) 100% 100%/30% 60%, var(--g) 70% 0/50% 100%, var(--g) 0 100%/36% 68%, var(--g) 27% 18%/26% 40%, linear-gradient(#000 0 0) bottom/67% 58% no-repeat;
  background: rgba(0, 192, 242, 0.07);
  flex-wrap: wrap;
}

.text-success {
  color: #09b262 !important;
}

.text-danger {
  color: #ff0000 !important;
}

.content-wrapper {
  padding: 2em;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.17);
  border-radius: 8px;
  line-height: 40px;
}
.content-wrapper h1, .content-wrapper h2, .content-wrapper h3, .content-wrapper h4, .content-wrapper h5, .content-wrapper h6, .content-wrapper .content-title {
  color: #00c0f2;
}
.content-wrapper .content-title {
  font-size: 20px;
  margin-bottom: 20px;
}
.content-wrapper .content-title i {
  margin-inline-end: 10px;
}
.content-wrapper p {
  font-size: 16px;
  color: #000;
}

.btn-color-1 {
  background: #00c0f2;
  color: white;
  font-size: 20px;
  padding: 2px 20px;
  border-radius: 0;
  border: 0;
  transition: 0.3s;
}
.btn-color-1:hover {
  background: #00295b;
  color: white;
}

.btn-white {
  background: white;
  color: #00c0f2;
  font-size: 14px;
  padding: 7px 20px;
  border-radius: 20px;
  transition: 0.3s;
}
.btn-white:hover {
  background: none;
  color: white;
  box-shadow: inset 0 0 0 1px white;
}

.btn-white-outlined {
  box-shadow: inset 0 0 0 1px white;
  background: none;
  color: white !important;
  font-size: 16px;
  padding: 3px 20px;
  border-radius: 0;
  transition: 0.3s;
}
.btn-white-outlined:hover {
  background: white;
  color: #00c0f2 !important;
}

.btn-color-2 {
  background: #00295b;
  color: #ffffff;
  font-size: 16px;
  padding: 4px 30px;
  border-radius: 10px;
  transition: 0.3s;
}
.btn-color-2:hover {
  background: white;
  color: #00c0f2;
}

.btn-color-2-outlined {
  box-shadow: 0 0 0 1px #00c0f2;
  background: none;
  color: #00c0f2 !important;
  font-size: 16px;
  padding: 7px 20px;
  border-radius: 0;
  transition: 0.3s;
}
.btn-color-2-outlined:hover {
  background: #00c0f2;
  color: #fff !important;
}

.btn {
  padding: 15px 35px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 400;
}

.top-search {
  background: #00c0f2 url("../images/bg.png") center center;
  padding: 2em;
  text-align: center;
}

.form-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 70px;
  align-items: center;
  justify-content: center;
}

.input-wrapper {
  position: relative;
}
.input-wrapper i {
  position: absolute;
  right: 5px;
  top: 9px;
  color: #fff;
}
.input-wrapper .btn i {
  position: static;
  color: inherit;
}
.input-wrapper .form-control {
  text-align: center;
  background: none;
  border: none;
  border-bottom: 1px solid white;
  box-shadow: none;
  border-radius: 0;
  padding-right: 30px;
  color: #fff;
}
.input-wrapper ::placeholder {
  color: #fff;
}

.guide-city-search {
  margin-bottom: 4rem;
}
.guide-city-search .form-grid {
  align-items: stretch;
  gap: 0 !important;
}
.guide-city-search .input-wrapper i {
  color: #00c0f2;
  inset-inline-start: 12px;
  top: 19px;
}
.guide-city-search .form-control, .guide-city-search .select2 {
  border-radius: 0 10px 10px 0;
  border: none;
  box-shadow: none;
  min-width: 250px !important;
  background: white;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  transition: 0.3s;
  height: 100%;
  padding: 0;
}
.guide-city-search .form-control::placeholder, .guide-city-search .select2::placeholder {
  color: #000;
}
.guide-city-search .form-control:focus, .guide-city-search .select2:focus {
  border-color: #00c0f2;
}
.guide-city-search .select2-container .select2-selection--single {
  height: 100%;
  border: 0;
  border-radius: 0 10px 10px 0;
}
.guide-city-search .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: normal;
  height: 100%;
  display: flex;
  align-items: center;
  padding-inline-start: 43px !important;
}
.guide-city-search .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
}
.guide-city-search .select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 10px;
}
.guide-city-search .btn {
  border-radius: 10px 0 0 10px;
  border: none;
  box-shadow: none;
  background: #00c0f2;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  transition: 0.3s;
  height: 100%;
}
.guide-city-search .btn i {
  color: #fff;
  font-size: 14px;
}
.guide-city-search .btn:hover {
  background: #00295b;
  color: #00c0f2;
}

.top-search .select2-container--default .select2-selection--single {
  background-color: transparent !important;
  border: none !important;
  border-bottom: 1px solid white !important;
  border-radius: 0 !important;
  height: auto;
  padding: 0;
  box-shadow: none !important;
  color: #fff !important;
}
.top-search .select2-selection__rendered {
  color: #fff !important;
  line-height: normal;
  padding-left: 30px;
  padding-right: 30px;
  background-color: transparent !important;
  border-radius: 0 !important;
}
.top-search .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #fff !important;
}
.top-search .select2-container--default .select2-selection--single {
  border-bottom: 1px solid #aaa;
}
.top-search .select2-selection__arrow {
  height: 100%;
  right: 5px;
  top: 0;
}
.top-search .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.top-search .form-grid .input-wrapper:first-child i {
  left: auto;
  right: 5px;
  top: 4px;
}
.top-search .form-grid .input-wrapper:first-child .select2-selection__rendered {
  padding-left: 30px;
}
.top-search .form-grid .input-wrapper:first-child .select2-selection__arrow {
  left: 5px;
}
.top-search .select2-container {
  background-color: transparent !important;
  border-radius: 0 !important;
  border: none !important;
}
.top-search .select2 {
  background-color: transparent !important;
  border-radius: 0 !important;
}

.select2-dropdown {
  border: 0 !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #00c0f2;
  color: white;
}

.select2-search--dropdown .select2-search__field {
  border-color: #00c0f2;
  outline: 0 !important;
  border-radius: 10px !important;
}
.select2-search--dropdown .select2-search__field:focus {
  border-color: #00c0f2;
}

.select2-results__option {
  font-weight: 300;
}

.videoWrapper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: auto;
  background-color: #000;
}

.videoWrapper43 {
  padding-top: 75%;
}

.videoWrapper169 {
  padding-top: 24%;
  max-width: 100%;
}

.videoIframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.videoPoster {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  background: url("../images/video-poster.png") fixed;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
  opacity: 1;
  transition: opacity 800ms, height 0s;
  transition-delay: 0s, 0s;
}
.videoPoster:before {
  content: "\f04b";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  position: absolute;
  background: white;
  color: #00c0f2;
  font-size: 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.videoPoster img {
  width: 100%;
  height: 100% !important;
}
.videoPoster:hover:before {
  color: white;
  background: #00c0f2;
}

.ui-widget.ui-widget-content {
  width: auto;
  min-width: 270px;
}

.videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
  -webkit-transition-delay: 0s, 800ms;
  -moz-transition-delay: 0s, 800ms;
  transition-delay: 0s, 800ms;
}

.single-item-wrapper {
  border-radius: 70px;
  overflow: hidden;
  margin-bottom: 1em;
  position: relative;
  transition: 0.3s;
}
.single-item-wrapper .item-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}
.single-item-wrapper .item-img a {
  height: 100%;
  display: block;
}
.single-item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 100%;
  transition: 0.3s;
}
.single-item-wrapper .item-details {
  width: 100%;
  padding: 10px 1em;
  transition: 0.3s;
  font-size: 16px;
}
.single-item-wrapper .item-details .title {
  margin: 0;
  text-align: center;
  font-size: 21px;
}
.single-item-wrapper .item-details .title a {
  color: #00c0f2;
}
.single-item-wrapper .item-details .description {
  color: #888;
  margin: 10px 0;
  font-size: 14px;
}
.single-item-wrapper .item-details .price {
  color: white;
}
.single-item-wrapper .item-details .price i {
  color: #00c0f2;
  margin-inline-end: 5px;
  float: right;
}
.single-item-wrapper .item-details .rate {
  color: #f1c40f;
  font-size: 11px;
}
.single-item-wrapper:hover {
  transform: translateY(-5px);
}
.single-item-wrapper:hover .title a {
  color: #00c0f2;
}
.single-item-wrapper:hover .item-img img {
  transform: scale3d(1.1, 1.1, 1.1);
  filter: brightness(0.6);
  -webkit-filter: brightness(0.6);
}

.common-slider {
  position: relative;
}
.common-slider .swiper {
  padding-bottom: 50px;
}
.common-slider .swiper-pagination {
  bottom: 20px !important;
}
.common-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #00c0f2;
}

.rate {
  color: #f1c40f;
  font-size: 11px;
}

.gallery .gallery-wrapper {
  border-radius: 8px;
  overflow: hidden;
}
.gallery .single-item-wrapper {
  border-radius: 0;
  margin-bottom: 0;
}
.gallery .single-item-wrapper .item-img {
  height: 250px;
  border-radius: 0;
  position: relative;
}
.gallery .single-item-wrapper .item-img i {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff;
  font-size: 25px;
}
.gallery .single-item-wrapper .item-img .title {
  position: absolute;
  top: auto;
  right: 0;
  left: 0;
  bottom: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  margin: 0;
  font-size: 18px;
}
.gallery .single-item-wrapper .item-img .title a {
  color: #fff;
  display: block;
  padding: 13px;
}
.gallery .single-item-wrapper .item-img img {
  border-radius: 0;
  object-fit: cover;
}
.gallery .single-item-wrapper:hover {
  transform: translateY(0);
}
.gallery .single-item-wrapper:hover img {
  filter: brightness(0.6);
}

.counters {
  padding: 2em 0;
  color: #fff;
  background: #00c0f2;
  margin-block: 4rem;
}

.single-counter {
  text-align: center;
  margin-block: 1rem;
}
.single-counter p {
  font-size: 18px;
  margin-bottom: 0;
}
.single-counter .counter-default {
  color: white;
  display: inline-block;
  padding: 5px 20px;
  font-size: 50px;
  border-radius: 8px;
  margin-bottom: 10px;
  font-weight: 900;
  box-shadow: -4px 4px 0 0 #00c0f2;
}

.go-top {
  position: fixed;
  bottom: 2em;
  right: 2em;
  text-decoration: none;
  background: #00c0f2;
  color: white;
  font-size: 12px;
  padding: 1em 1.3em;
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.32);
  border-radius: 5px;
  z-index: 999999999;
  transition: 0.3s;
}
.go-top i {
  color: #fff;
}

.go-top:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.social-icons a {
  color: #00295b;
  font-size: 25px;
  margin-inline-end: 10px;
}
.social-icons a:hover {
  color: #00c0f2;
}

.carousel-indicators li {
  width: 12px;
  height: 12px;
  background: #000;
}

.contact-form {
  margin-bottom: 3em;
}
.contact-form .form-control {
  border: none;
  box-shadow: inset 0 -1px 0 0 black;
  border-radius: 0;
  margin-bottom: 1.5em;
  padding: 10px 1em 1em;
  color: #000;
}
.contact-form .form-control:focus {
  box-shadow: inset 0 -1px 0 0 #00c0f2;
}
.contact-form ::placeholder {
  color: #000;
}
.contact-form .btn-color-2 {
  border-radius: 12px;
  font-size: 16px;
  padding: 10px 40px;
}

.inner-header-img {
  width: 100%;
  height: 370px;
  overflow: hidden;
}
.inner-header-img img {
  width: 100%;
  height: auto;
  min-height: 100%;
}

.blog-header .wide-post {
  width: 100%;
  height: 470px;
  overflow: hidden;
}
.blog-header .wide-post .carousel-item {
  height: 470px;
}
.blog-header img {
  width: 100%;
  height: auto;
  min-height: 100%;
}
.blog-header .post-thumb {
  position: relative;
  height: 100%;
}
.blog-header .post-thumb img {
  filter: brightness(80%);
}
.blog-header .post-thumb .caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
  transform: translateY(-30%);
  display: block;
  margin: auto;
  text-align: center;
  color: #fff;
}
.blog-header .post-thumb .caption a {
  color: #fff;
}
.blog-header .post-thumb .caption h3 {
  font-size: 40px;
  margin-bottom: 14px;
}
.blog-header .post-thumb .caption p {
  font-size: 20px;
  margin-bottom: 24px;
}

.blog-header-small-items {
  position: relative;
}

.reg-post-box {
  margin-bottom: 1.5em;
  overflow: hidden;
  border-radius: 15px;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.07));
}
.reg-post-box .card {
  flex: 1 0 0;
}
.reg-post-box .img-link {
  height: 250px;
  overflow: hidden;
}
.reg-post-box .card-img-top {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.reg-post-box .card-title a {
  color: #00c0f2;
  display: block;
  font-size: 17px;
  margin-block: 10px;
}
.reg-post-box .card-text {
  color: #9d9d9d;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 300;
}
.reg-post-box:hover .card-img-top {
  transform: scale3d(1.1, 1.1, 1.1);
  filter: brightness(0.6);
}
.reg-post-box:hover .card-title a {
  color: #00295b;
}

.item-container {
  position: relative;
  transition: 0.3s;
}
.item-container .window-img {
  pointer-events: none;
}
.item-container .item-img {
  transition: 0.3s;
}
.item-container .shadow {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, #000000 100%);
  position: absolute;
  inset: 0;
  z-index: -1;
  height: 73%;
  width: 80%;
  margin: auto;
}
.item-container .post-img {
  position: absolute;
  inset: 0;
  margin: auto;
  height: 73%;
  width: 80%;
  overflow: hidden;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item-container .post-img img {
  animation: moveImage 10s linear infinite alternate;
  height: 100%;
  width: 100%;
  max-width: unset;
  margin: auto;
  object-fit: cover;
}
.item-container .overlay {
  position: absolute;
  height: 73%;
  width: 65%;
  inset: 0;
  cursor: pointer;
  transition: 0.3s;
  display: flex;
  align-items: flex-end;
  margin: auto;
}
.item-container .special {
  position: absolute;
  top: 53px;
  right: 50%;
  background: rgba(0, 192, 242, 0.1490196078);
  color: #fff;
  padding: 5px 20px;
  border-radius: 10px;
  font-size: 13px;
  transform: translateX(50%);
}
.item-container .item-details {
  width: 100%;
  padding: 0 40px 4rem;
  transition: 0.3s;
  font-size: 17px;
  border-radius: 0 0 15px 15px;
}
.item-container .item-details .title {
  margin: 0;
  color: #fff;
  font-size: 21px;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  text-wrap: balance;
}
.item-container .item-details .title .rate {
  text-shadow: none;
}
.item-container .item-details .price {
  font-size: 15px;
  color: white;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}
.item-container .item-details .price i {
  color: #00c0f2;
  margin-inline-end: 5px;
}
.item-container .item-details .rate {
  color: #f1c40f;
  font-size: 11px;
  text-align: center;
  margin-bottom: 6px;
}
.item-container:hover {
  transform: translateY(-5px);
}
.item-container:hover .title a {
  color: #00c0f2;
}
.item-container:hover .item-img {
  transform: scale3d(1.1, 1.1, 1.1);
  filter: brightness(0.6);
}
.item-container .offer-btns a {
  flex: 1 0 0;
  padding: 10px 0;
  text-align: center;
  font-size: 15px;
}
.item-container .offer-btns a:first-child {
  background: #00c0f2;
  color: white;
  border-radius: 0 10px 10px 0;
}
.item-container .offer-btns a:last-child {
  background: #00295b;
  color: white;
  border-radius: 10px 0 0 10px;
}
.item-container .offer-btns a:hover {
  background: white;
  color: #00c0f2;
}

.toTop {
  width: 40px;
  height: 40px;
  filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.15));
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: none;
  margin-bottom: 20px;
  transition: all linear 0.3s;
  opacity: 0;
  visibility: hidden;
}
.toTop:hover {
  background-color: #00c0f2;
}
.toTop:hover .toTop-icon {
  color: #fff;
}
.toTop .toTop-icon {
  font-size: 18px;
  color: #00295b;
  transition: all linear 0.2s;
}

.showToTop {
  opacity: 1;
  visibility: visible;
}

.testimonials-slider {
  margin-inline: -24px;
  padding-inline: 13px;
}

.testimonials-item {
  border-radius: 15px;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.07));
  background-color: #ffffff;
  padding: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: 0.3s;
}
.testimonials-item > a {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.testimonials-item .images {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}
.testimonials-item .images img {
  width: 85px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 5px;
}
.testimonials-item .starts i {
  font-size: 14px;
  color: #ffca05;
}
.testimonials-item .testimonial-text {
  color: gray;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 300;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 25px;
  margin-bottom: 15px;
}
.testimonials-item .testimonial-author {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: auto;
}
.testimonials-item .testimonial-author .initial {
  width: 45px;
  height: 45px;
  border-radius: 23px;
  background-color: #00c0f2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
}
.testimonials-item .author-name {
  font-size: 16px;
  font-weight: bold;
  color: #00295b;
}
.testimonials-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.swiper-pagination {
  bottom: -7px !important;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #cccccc;
  opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #00c0f2;
}

.fixed-whatsapp {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #25d366;
  animation-name: pulse-whatsapp;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}
.fixed-whatsapp i {
  font-size: 36px;
  color: #ffffff;
}

@keyframes pulse-whatsapp {
  0% {
    box-shadow: 0 0 0 0 #25d366;
  }
  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}
.totop-whatsapp-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 93px;
  right: 23px;
  flex-direction: column;
  z-index: 10;
}

.contact-modal-wrapper:before {
  content: "";
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.91);
  filter: blur(2px);
}

html[dir=rtl] [type=email], html[dir=rtl] [type=number], html[dir=rtl] [type=tel], html[dir=rtl] [type=url] {
  direction: rtl;
}

@keyframes moveImage {
  0% {
    transform: translateX(-10%); /* Start slightly to the left */
  }
  100% {
    transform: translateX(10%); /* End slightly to the right */
  }
}
.cta {
  background: #00c0f2;
  border-radius: 15px;
  padding: 60px;
  color: #fff;
  font-size: 30px;
}
.cta .cta-subtitle {
  font-weight: 800;
  margin-top: 10px;
}
.cta .btn {
  font-size: 23px;
  font-weight: 700;
  display: flex;
  align-items: center;
  column-gap: 10px;
  border-radius: 34px;
  padding: 15px 37px;
}
.cta .btn i {
  font-size: 28px;
}

.footer {
  background: #00295b;
  padding: 80px 0 0 0;
  margin-top: 190px;
}
.footer .footer-title {
  font-size: 18px;
  color: #fff;
  font-weight: 800;
  margin-bottom: 40px;
  text-transform: capitalize;
}

.footer-items {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 4rem;
}
.footer-items .footer-item {
  flex: 1;
  color: #fff;
}

.logo-info img {
  margin-bottom: 30px;
}
.logo-info p {
  line-height: 1.7;
}

.quick-links ul li a {
  font-size: 16px;
  line-height: 2.2;
  color: #fff;
  font-weight: normal;
  text-transform: capitalize;
  transition: 0.3s;
}
.quick-links ul li a:hover {
  color: #00c0f2;
}
.quick-links ul li a:focus {
  text-decoration: none;
}
.quick-links ul li a:active {
  text-decoration: none;
}

.footer-social {
  width: 100%;
  display: flex;
  column-gap: 25px;
  align-items: center;
  margin-top: 35px;
}
.footer-social a {
  display: flex;
}
.footer-social a:hover .icon {
  color: #00c0f2;
}
.footer-social .icon {
  font-size: 29px;
  color: #fff;
  transition: 0.3s;
}

.footer-contacts ul li a {
  display: flex;
  gap: 16px;
  align-items: baseline;
  line-height: normal;
  padding-block: 7px;
}
.footer-contacts ul li a i {
  color: #00c0f2;
  width: 16px;
  text-align: center;
}

.cta.footer-cta {
  margin: -190px 0 60px;
}

.copyright {
  margin-top: 100px;
  background: #00c0f2;
}
.copyright p {
  margin: 0;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 20px;
}

@media only screen and (min-width: 768px) {
  .footer-item {
    margin-top: 20px;
  }
  .img-item {
    margin-top: 0;
  }
}
@media only screen and (max-width: 991px) {
  .footer-item {
    min-width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .footer-item {
    align-items: flex-start;
  }
  .payment-options {
    text-align: start;
  }
  .payment-options .footer-title:after {
    display: none;
  }
  .payment-options img {
    max-width: 60%;
    margin-top: 15px;
  }
  .footer-items {
    flex-direction: column;
    gap: 10px;
  }
  .footer-items .img-item {
    margin: 0 auto 35px auto;
  }
  .footer-items .logo-info img {
    max-width: 200px;
  }
  .footer-items .footer-item {
    width: 100%;
    text-align: center;
  }
  .footer-items .footer-item .footer-social {
    justify-content: center;
  }
  .copyright {
    margin-top: 40px;
  }
  .quick-links,
  .nested,
  .newsletter {
    width: 100%;
  }
  .social {
    justify-content: center;
  }
  .newsletter,
  .quick-links {
    padding-bottom: 25px;
  }
  .quick-links ul,
  .nested {
    padding-top: 22px;
    text-align: start;
  }
  .quick-drop,
  .newsletter .nested {
    display: none;
  }
  .footer .footer-title {
    margin-bottom: 0;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    font-size: 16px;
    justify-content: space-between;
  }
  .footer .footer-title::after {
    font-size: 14px;
    content: "\e927";
    transition: all linear 0.3s;
    font-family: "icomoon";
    position: relative;
  }
  .arrow-rotate::after {
    transform: rotate(180deg);
  }
  .quick-links ul li {
    margin-bottom: 12px;
  }
  .quick-links ul li a {
    font-size: 14px;
    line-height: normal;
  }
}
.map-wrapper {
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.17);
}
.map-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  border-radius: 10px;
}

.payment-img {
  background: #fff;
  border-radius: 10px;
  padding: 5px;
}

.pagination {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.pagination .page-link {
  color: white;
  background: #00295b;
  border: none;
  width: 30px;
  aspect-ratio: 1/1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 16px;
  transition: 0.3s;
}
.pagination .page-link:hover, .pagination .page-link.active {
  background: #00c0f2;
  color: #fff;
}

.sidebar .widget {
  background: #fff;
  margin-bottom: 1.5em;
  overflow: hidden;
  border-radius: 15px;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.07));
}
.sidebar .widget .widget-content {
  padding: 20px;
}
.sidebar .widget .widget-title {
  font-size: 20px;
  padding: 20px;
  color: white;
  background: #00c0f2;
}
.sidebar .category-list li {
  margin-bottom: 15px;
}
.sidebar .category-list li a {
  color: #00295b;
  font-size: 16px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  gap: 10px;
}
.sidebar .category-list li a i {
  color: #00c0f2;
}
.sidebar .category-list li a:hover {
  color: #00c0f2;
  margin-inline-start: 5px;
}
.sidebar .reg-post-box {
  transition: 0.3s;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.07));
  border-radius: 10px;
  margin-bottom: 1.5rem;
}
.sidebar .reg-post-box .card {
  flex-direction: row;
}
.sidebar .reg-post-box .card .img-link {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  border-radius: 0;
}
.sidebar .reg-post-box .card .img-link img {
  border-radius: 0;
}
.sidebar .reg-post-box .card .card-title {
  margin: 0;
}
.sidebar .reg-post-box .card .card-title a {
  color: #00295b;
  font-size: 15px;
  margin: 0;
}
.sidebar .reg-post-box:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}
.sidebar .reg-post-box:hover .card-title a {
  color: #00c0f2;
}

.breadcrumb-sec {
  padding-block: 39px;
  background-color: #00295b;
  margin-bottom: 4rem;
}

.breadcrumb-head {
  font-size: 24px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}

.breadcrumb {
  justify-content: center;
  margin-bottom: 0;
}

.breadcrumb-item a {
  font-size: 14px;
  color: #ffffff;
}
.breadcrumb-item a:hover {
  color: #00c0f2;
}

.breadcrumb-item.active {
  font-size: 14px;
  color: white;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}

.about {
  padding-top: 100px;
  padding-bottom: 130px;
}
@media only screen and (max-width: 767px) {
  .about {
    padding: 50px 0;
  }
}

.about-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 50px;
}
@media only screen and (max-width: 768px) {
  .about-content {
    gap: 40px;
    flex-direction: column;
    align-items: center;
  }
}
.about-content .titles-wrapper {
  align-items: flex-start;
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .about-content .titles-wrapper {
    margin-bottom: 20px;
    align-items: center;
  }
}
.about-content .main-title {
  margin-inline: unset;
  text-align: start;
}
@media only screen and (max-width: 768px) {
  .about-content .main-title {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .about-content .text-content {
    max-width: 100%;
    text-align: center;
  }
}
.about-content .text-content .desc {
  font-size: 16px;
  line-height: 32px;
  color: #333333;
  font-weight: 300;
  margin-bottom: 0;
}

.imgs-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .imgs-content {
    display: flex;
    align-items: flex-start;
    max-width: 100%;
    gap: 20px;
  }
}
.imgs-content img {
  max-width: 263px;
  height: 500px;
  aspect-ratio: 263/500;
  border-radius: 25px;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .imgs-content img {
    max-width: 100%;
    height: auto;
  }
}
.imgs-content .img-wrapper {
  display: flex;
  flex: 1;
}
.imgs-content .img-wrapper:first-of-type {
  margin-top: 50px;
}

.about-page-sec {
  padding-top: 30px;
  padding-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  .about-page-sec {
    padding-bottom: 50px;
  }
}

.heading-title {
  font-size: 30px;
  line-height: 40px;
  color: #00c0f2;
  font-weight: 700;
  margin-bottom: 0;
  width: 100%;
}

.sub-title {
  font-size: 16px;
  color: #00295b;
  margin-bottom: 25px;
  text-align: start;
  text-transform: capitalize;
}
@media only screen and (max-width: 768px) {
  .sub-title {
    text-align: center;
  }
}

.advantages {
  padding-block: 100px;
}
@media only screen and (max-width: 767px) {
  .advantages {
    padding-bottom: 50px;
  }
}

.advantages-content {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media only screen and (max-width: 1199px) {
  .advantages-content {
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }
}
.advantages-content .main-title {
  text-align: start;
}
@media only screen and (max-width: 767px) {
  .advantages-content .main-title {
    text-align: center;
  }
}
.advantages-content .img-content img {
  width: 100%;
  border-radius: 25px;
}
@media only screen and (max-width: 767px) {
  .advantages-content .img-content img {
    border-radius: 20px;
  }
}
.advantages-content .titles-wrapper {
  margin-bottom: 25px;
}

.advantages-list li {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 32px;
  color: #333333;
  font-weight: 300;
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
@media only screen and (max-width: 767px) {
  .advantages-list li {
    max-width: 100%;
    margin-bottom: 15px;
    line-height: 1.8;
    gap: 12px;
  }
}
.advantages-list .icon {
  font-size: 24px;
  color: #00c0f2;
  font-weight: 300;
  line-height: 32px;
}
@media only screen and (max-width: 767px) {
  .advantages-list .icon {
    line-height: 28px;
    font-size: 22px;
  }
}

.white-wrapper {
  background: #fff;
  margin-bottom: 1.5em;
  border-radius: 15px;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.07));
}

.single-blog-post {
  font-weight: 300;
}

.blog-post-content {
  padding: 2rem;
}

.blog-post {
  line-height: 2.2;
}

.blog-post-meta {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1em;
  color: #9d9d9d;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .blog-post-meta {
    flex-direction: column;
    gap: 20px;
  }
}
.blog-post-meta .metas {
  display: flex;
  gap: 20px;
  align-items: center;
}
.blog-post-meta .metas i {
  margin-inline-end: 5px;
}
.blog-post-meta .sharers {
  font-size: 22px;
  display: flex;
  gap: 20px;
}
.blog-post-meta .sharers i {
  transition: 0.3s;
}
.blog-post-meta .sharers .icon-facebook-f {
  color: #3b5998;
}
.blog-post-meta .sharers .icon-twitter {
  color: #00acee;
}
.blog-post-meta .sharers .icon-linkedin {
  color: #0e76a8;
}
.blog-post-meta .sharers .icon-pinterest {
  color: #bd081c;
}
.blog-post-meta .sharers .icon-telegram {
  color: #0088cc;
}
.blog-post-meta .sharers .icon-whatsapp {
  color: #25d366;
}
.blog-post-meta .sharers a:hover i {
  color: #00c0f2;
}

.destinations-box {
  border-radius: 15px;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.07));
  background: #fff;
  margin-bottom: 1.5em;
  overflow: hidden;
  transition: 0.3s;
}
.destinations-box img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.destinations-box .destinations-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  padding: 60px 20px 40px;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
}
.destinations-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}
.destinations-box:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
  filter: brightness(0.6);
}

.single-trip-gallery {
  margin-top: -4rem;
  overflow: hidden;
}
.single-trip-gallery .swiper-button-next, .single-trip-gallery .swiper-button-prev {
  color: #fff;
  background: #00c0f2;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: 0.3s;
}
.single-trip-gallery .swiper-button-next:hover, .single-trip-gallery .swiper-button-prev:hover {
  background: #00295b;
}
.single-trip-gallery .swiper-button-next:after, .single-trip-gallery .swiper-button-prev:after {
  font-size: 12px;
}
.single-trip-gallery .swiper-container {
  width: 100%;
  max-width: 100%;
  position: relative;
}
.single-trip-gallery .swiper-container.slider {
  overflow: hidden;
}
.single-trip-gallery .swiper-container.slider img {
  height: 70vh;
  width: 100%;
  object-fit: cover;
}
.single-trip-gallery .swiper-container.slider-thumbnail {
  height: 20vh;
  border-radius: 20px;
  margin-top: -100px;
  width: 900px;
  margin-inline: auto;
  overflow: hidden;
}
.single-trip-gallery .swiper-container.slider-thumbnail img {
  width: 100%;
  object-fit: cover;
  transition: 0.3s;
  height: 100%;
}
.single-trip-gallery .swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide {
  height: 100%;
  transition: 0.3s;
  cursor: pointer;
}
.single-trip-gallery .swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  scale: 1.1;
}

#single-trip-sidebar {
  position: sticky;
  top: 5px;
}

.trip-tabs {
  margin-bottom: 30px;
  display: flex;
  gap: 10px;
  flex-shrink: 0;
  border-bottom: 0;
  flex-direction: column;
}
.trip-tabs .nav-item {
  position: relative;
}
.trip-tabs .nav-item:before {
  position: absolute;
  content: "";
  top: 0;
  left: -16px;
  right: auto;
  bottom: 0;
  height: 130px;
  border-left: 2px dashed rgba(0, 41, 91, 0.3);
  pointer-events: none;
  border-radius: 50%;
  width: 190px;
}
.trip-tabs .nav-item:last-child:before {
  display: none;
}
.trip-tabs .nav-item .nav-link {
  width: 100%;
  font-size: 16px;
  color: #333333;
  background: #E5E9EE;
  padding: 10px 20px;
  border-radius: 10px;
  transition: 0.3s;
  position: relative;
  z-index: 5;
}
.trip-tabs .nav-item .nav-link:after {
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  content: "\f3de";
  color: #00295b;
  font-size: 18px;
  transform: rotate(104deg);
  margin-top: 0;
  opacity: 0;
  transition: 0.3s;
}
.trip-tabs .nav-item .nav-link:hover {
  background: #00c0f2;
  color: #fff;
}
.trip-tabs .nav-item .nav-link.active {
  background: #00c0f2;
  color: #fff;
}
.trip-tabs .nav-item .nav-link.active:after {
  transition: 0.3s;
  opacity: 1;
  margin-top: -16px;
}

.tabs-wrapper {
  display: flex;
  gap: 60px;
}

.day-context img {
  width: 35%;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 15px;
  margin-bottom: 20px;
}

.trip-content {
  line-height: 2;
}
.trip-content img {
  width: auto;
  margin: 0 auto 1rem 0;
}

.contact-title {
  font-weight: 700;
  font-size: 28px;
  color: #00295b;
  margin-bottom: 20px;
}

.contact-info .contact-head {
  color: #00295b;
}

.contact-info .contact-flex,
.contact-info .contact-flex a {
  color: #00295b;
}

.contact-info .contact-flex a:hover {
  color: #00c0f2;
}

.contact-info .contact-link i {
  color: #00c0f2;
  font-size: 20px;
  width: 20px;
  margin-inline-end: 15px;
}

.contact-link {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 12px;
}
.contact-link .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.contact-link .btn i {
  color: #fff;
  transition: 0.3s;
}
.contact-link .btn:hover i {
  color: #00c0f2;
}

.contact-info .contact-link {
  flex-wrap: wrap;
}

.contact-info .location-link {
  flex-wrap: nowrap;
  display: flex;
  align-items: flex-start;
}

.contact-flex {
  display: inline;
}

.contact-flex, .contact-flex a {
  font-weight: 300;
  font-size: 16px;
  color: #b3b3b3;
  text-decoration: none;
  transition: 0.3s;
}

.location-link .contact-head {
  margin-inline-end: 8px;
}

.contact-head {
  font-weight: 500;
  font-size: 16px;
  flex-shrink: 0;
}

.contact-info .social-link {
  color: #00295b;
  background-color: #e3e1e1;
  margin-bottom: 0;
  height: 34px;
  width: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.contact-info .social-link:hover {
  background-color: #00c0f2;
  color: #fff;
}

.contact-info .social {
  margin: 25px 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.single-branch {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e3e1e1;
}
.single-branch iframe {
  display: flex;
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  margin-top: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/*************************************************/
/* Responsive */
/*************************************************/
@media all and (max-width: 1400px) {
  .item-container .item-details {
    padding: 0 20px 4rem;
  }
  .form-grid {
    gap: 30px;
  }
  .general-details {
    left: 100%;
    margin-inline-end: 1rem;
  }
  #wrapper .slide-caption .slide-title {
    font-size: 28px;
  }
}
@media all and (max-width: 1024px) {
  .blog-header .wide-post {
    height: 350px;
  }
  .caroufredsel_wrapper {
    height: 300px !important;
  }
  #wrapper #slider {
    height: 300px !important;
  }
  #wrapper #slider .slide {
    height: 300px;
  }
  .user-nav a {
    font-size: 16px;
  }
  .google-maps {
    padding-bottom: 98%;
  }
  .controls {
    display: none;
  }
  .main-slider .slider-img {
    height: auto;
  }
  .single-item-wrapper .item-img {
    height: 200px;
  }
}
@media all and (max-width: 768px) {
  .mobile-fixed-book-btn {
    position: fixed;
    bottom: 10px;
    left: 10px;
    right: auto;
    z-index: 10;
  }
  .day-context {
    flex-direction: column-reverse;
    gap: 0 !important;
  }
  .day-context img {
    width: auto;
  }
  .trip-content {
    font-size: 14px;
  }
  .trip-tabs .nav-item .nav-link:after {
    font-size: 18px;
  }
  #single-trip-sidebar {
    position: static;
  }
  .trip-tabs .nav-item .nav-link {
    font-size: 12px;
    padding: 10px;
  }
  .tabs-wrapper {
    gap: 40px;
  }
  .sidebar {
    margin-top: 4rem;
  }
  .cta {
    text-align: center;
  }
  .cta .btn {
    margin-top: 2rem;
  }
  .item-container .item-details {
    padding: 0 20px 4rem;
    transition: 0.3s;
  }
  .item-container .item-details .title {
    font-size: 18px;
  }
  .item-container .special {
    top: 33px;
  }
  .top-search .btn {
    padding: 15px;
  }
  .form-grid {
    gap: 30px;
    flex-wrap: nowrap;
  }
  .testimonials-slider {
    margin-inline: 0 !important;
    padding-inline: 0 !important;
  }
  #wrapper .slide-title {
    font-size: 35px !important;
    margin-bottom: 20px;
  }
  #wrapper .slide-description {
    width: 90%;
    font-size: 14px !important;
  }
  .blog-header .wide-post .carousel-item {
    height: 270px;
  }
  #flex_slider .slides li {
    height: auto !important;
  }
  .blog-header .wide-post {
    height: auto;
  }
  #flex_carousel, .blog-header .post-thumb .caption p {
    display: none;
  }
  .inner-header-img {
    height: 200px;
  }
  #wrapper .slide:not(.active) .slide-caption {
    display: none;
  }
  .videoWrapper169 {
    padding-top: 40%;
  }
  .google-maps {
    padding-bottom: 48%;
    margin-bottom: 2em;
  }
  .thumbnails li {
    height: 120px !important;
  }
  .customize-tools {
    margin: auto !important;
  }
  .single-item-wrapper .item-img {
    height: 166px;
  }
  .single-item-wrapper .item-details {
    flex-direction: column;
    text-align: center;
  }
  .navbar-light {
    background: rgba(238, 88, 0, 0.22);
    width: 100%;
    border-radius: 20px;
  }
  .gallery .single-item-wrapper .item-img {
    height: 200px;
  }
}
@media all and (max-width: 600px) {
  .destinations-box img {
    height: 270px;
  }
  .offer-notice {
    background: #00295b;
    color: white;
    border-radius: 20px;
    padding: 10px;
    font-weight: 100;
    margin-bottom: 20px !important;
  }
  .testimonials-item .images img {
    width: 65px;
  }
  .item-container .item-details {
    padding: 0 30px 4rem;
  }
  .form-grid {
    gap: 20px;
    flex-wrap: wrap !important;
  }
  .form-grid .input-wrapper {
    width: 100%;
  }
  .form-grid .input-wrapper .btn {
    width: 100%;
  }
  .guide-city-search .form-grid {
    flex-wrap: nowrap !important;
  }
  .guide-city-search .input-wrapper {
    margin-bottom: 0;
  }
  .guide-city-search .input-wrapper .btn {
    padding-inline: 15px;
  }
  #wrapper .slide-title {
    font-size: 25px !important;
    margin-bottom: 20px;
  }
  #wrapper .slide-description {
    width: 90%;
    font-size: 12px !important;
  }
  .blog-header .wide-post .carousel-item {
    height: 200px;
  }
  .blog-header .post-thumb .caption h3 {
    font-size: 20px;
  }
  .inner-header-img {
    height: auto;
    max-height: 150px;
  }
  .about-tabs .nav-item a {
    font-size: 15px;
  }
  .input-wrapper {
    margin-bottom: 1em;
  }
  .gallery .single-item-wrapper .item-img {
    height: 150px;
  }
  .gallery .single-item-wrapper {
    margin-bottom: 1.7em;
    border-radius: 8px;
    overflow: hidden;
  }
  .gallery-wrapper .no-padding {
    padding: 0 15px !important;
  }
  .cta {
    font-size: 22px;
    padding: 30px;
  }
  .cta .btn {
    font-size: 14px;
  }
  .map-wrapper {
    margin-top: 2rem;
    height: auto;
  }
  .contact-form .form-control {
    font-size: 15px;
  }
  .newsletter .form-control, .newsletter .btn {
    margin-left: 0;
    border-radius: 8px !important;
    height: auto;
  }
  .single-product-gallery li {
    height: 80px;
  }
  .single-product-main-img {
    height: 200px;
    margin-bottom: 1em;
  }
  .log-page-wrapper .fixed-top {
    position: static;
  }
  header .search-form {
    margin-bottom: 1em;
  }
  .wow {
    animation: none;
    visibility: visible !important;
  }
  .thumbnails li {
    height: 50px !important;
  }
  .main-slider .caption {
    display: none;
  }
  .droopmenu-extra {
    display: inline-block;
    width: auto;
  }
  .menu-logo {
    text-align: center;
  }
  header .logo img {
    margin: auto;
  }
  a.btn.btn-color-2.w-25 {
    width: 100% !important;
  }
  .single-item-wrapper .item-img {
    height: auto;
  }
}
@media all and (max-width: 400px) {
  .guide-city-search .form-control, .guide-city-search .select2 {
    min-width: 200px !important;
  }
}
.g-recaptcha {
  margin: 0 auto;
  width: fit-content;
}

.price-container {
  flex-wrap: nowrap !important;
  gap: 10px;
}
.price-container .price {
  white-space: nowrap;
  flex-shrink: 0;
}
.price-container .price .price-text {
  white-space: nowrap;
}

@media (max-width: 767px) {
  .price-container {
    gap: 5px;
  }
  .price-container .price {
    font-size: 13px;
  }
  .price-container .price i {
    font-size: 12px;
  }
  .price-container .price .price-text {
    font-size: 13px;
  }
}
.sidebar {
  margin-top: 20px;
}

.tawk-phone-input-plus + .tawk-form-wrapper .tawk-input {
  direction: rtl;
}

.select2-results__option {
  text-align: center !important;
}

i.icon-reviews {
  font-weight: 600;
}

.price-amount .icon-money {
  float: right;
}

.price-nights .icon-calendar {
  float: right;
}

/*# sourceMappingURL=style.css.map */
