/* ==========================================================================
   Importing: Fonts
   ========================================================================== */
@font-face {
  font-family: 'poppinsbold';
  src: url("../fonts/poppins-bold.eot");
  src: url("../fonts/poppins-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-bold.woff2") format("woff2"), url("../fonts/poppins-bold.woff") format("woff"), url("../fonts/poppins-bold.ttf") format("truetype"), url("../fonts/poppins-bold.svg#poppinsbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'poppinslight';
  src: url("../fonts/poppins-light.eot");
  src: url("../fonts/poppins-light.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-light.woff2") format("woff2"), url("../fonts/poppins-light.woff") format("woff"), url("../fonts/poppins-light.ttf") format("truetype"), url("../fonts/poppins-light.svg#poppinslight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'poppinsmedium';
  src: url("../fonts/poppins-medium.eot");
  src: url("../fonts/poppins-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-medium.woff2") format("woff2"), url("../fonts/poppins-medium.woff") format("woff"), url("../fonts/poppins-medium.ttf") format("truetype"), url("../fonts/poppins-medium.svg#poppinsmedium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'poppinsregular';
  src: url("../fonts/poppins-regular.eot");
  src: url("../fonts/poppins-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-regular.woff2") format("woff2"), url("../fonts/poppins-regular.woff") format("woff"), url("../fonts/poppins-regular.ttf") format("truetype"), url("../fonts/poppins-regular.svg#poppinsregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'poppinssemibold';
  src: url("../fonts/poppins-semibold.eot");
  src: url("../fonts/poppins-semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-semibold.woff2") format("woff2"), url("../fonts/poppins-semibold.woff") format("woff"), url("../fonts/poppins-semibold.ttf") format("truetype"), url("../fonts/poppins-semibold.svg#poppinssemibold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FrutigerLTArabic-45Light';
  src: url("../fonts/FrutigerLTArabic-45Light.eot?#iefix") format("embedded-opentype"), url("../fonts/FrutigerLTArabic-45Light.woff") format("woff"), url("../fonts/FrutigerLTArabic-45Light.ttf") format("truetype"), url("../fonts/FrutigerLTArabic-45Light.svg#FrutigerLTArabic-45Light") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FrutigerLTArabic-55Roman';
  src: url("../fonts/FrutigerLTArabic-55Roman.eot?#iefix") format("embedded-opentype"), url("../fonts/FrutigerLTArabic-55Roman.woff") format("woff"), url("../fonts/FrutigerLTArabic-55Roman.ttf") format("truetype"), url("../fonts/FrutigerLTArabic-55Roman.svg#FrutigerLTArabic-55Roman") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FrutigerLTArabic-65Bold';
  src: url("../fonts/FrutigerLTArabic-65Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/FrutigerLTArabic-65Bold.woff") format("woff"), url("../fonts/FrutigerLTArabic-65Bold.ttf") format("truetype"), url("../fonts/FrutigerLTArabic-65Bold.svg#FrutigerLTArabic-65Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FrutigerLTArabic-75Black';
  src: url("../fonts/FrutigerLTArabic-75Black.eot?#iefix") format("embedded-opentype"), url("../fonts/FrutigerLTArabic-75Black.woff") format("woff"), url("../fonts/FrutigerLTArabic-75Black.ttf") format("truetype"), url("../fonts/FrutigerLTArabic-75Black.svg#FrutigerLTArabic-75Black") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  line-height: 1.4;
}

html, body {
  color: #4d4d4f;
  font-family: "poppinsregular";
  font-size: 14px;
}

/* 
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.main-wrapper {
  padding-top: 158px;
  width: 100%;
  height: 100%;
  background: #ffffff;
}
.main-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-wrapper a {
  text-decoration: none;
  line-height: 1;
}

.sticky-header {
  margin-top: -158px;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 3;
  background: #ffffff;
  box-shadow: 3px 5px 25px rgba(0, 0, 0, 0.08);
}

.pre-header-wrap {
  position: relative;
  border-bottom: 1px solid #efefef;
  padding: 12px 0;
}

.pre-header-left {
  display: flex;
  align-items: center;
  height: 100%;
}
.pre-header-left a {
  display: inline-block;
  color: #4d4d4f;
}

.pre-header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.pre-header-right .social-links a {
  color: #4d4d4f;
}
.pre-header-right .social-links a:first-child {
  padding-left: 30px;
}
.pre-header-right .header-book-btn {
  margin-left: 50px;
}
.pre-header-right .header-book-btn a {
  color: #4d4d4f;
}
.pre-header-right .header-book-btn .btn {
  max-width: 240px;
  width: 100%;
  background-color: #0095d9;
  border-color: #0095d9;
  color: #ffffff;
  line-height: 40px;
  padding: 5px 23px;
  border-radius: 0;
}
.pre-header-right .header-book-btn .btn .icn {
  margin-right: 16px;
}
.pre-header-right .header-book-btn .btn:hover {
  background-color: #12a89e;
  border-color: #12a89e;
}
.pre-header-right .header-book-btn .btn:focus {
  box-shadow: none;
  outline: 0;
}

.header-logo-nav-wrap {
  position: relative;
  padding: 12px 0;
}

.logo-nav-block {
  display: flex;
  align-items: center;
}

.site-logo {
  max-width: 340px;
  width: 100%;
}
.site-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nav-block li {
  display: inline-block;
}
.nav-block li a {
  color: #4d4d4f;
}
.nav-block li:not(:last-child) {
  margin-right: 50px;
}

.header-enquiry {
  position: relative;
}
.header-enquiry i {
  font-size: 24px;
  color: #12a89e;
  position: absolute;
  bottom: 8px;
}
.header-enquiry span {
  display: block;
  font-size: 12px;
  color: #949495;
  padding-left: 35px;
}
.header-enquiry span a {
  font-family: "poppinssemibold";
  font-size: 18px;
  color: #0095d9;
}

.menu-icon {
  display: none;
}

.side-menu-wrap {
  width: 292px;
  height: 100%;
  position: fixed;
  right: -400px;
  overflow-y: auto;
  top: 0px;
  bottom: 0px;
  z-index: 200;
  padding: 75px 30px 30px 30px;
  float: left;
  background-color: #002069;
  box-shadow: 0 12px 38px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-in-out;
}
.side-menu-wrap.sidemenu-opened {
  right: 0;
}
.side-menu-wrap .side-menu-container {
  margin-right: 30px;
  float: right;
  width: 200px;
}
.side-menu-wrap .side-menu-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.side-menu-wrap .side-menu-container li {
  padding: 10px 0;
  position: relative;
  font-family: "poppinsmedium";
  font-size: 16px;
  line-height: 30px;
  transition: all 0.3s ease-in-out;
}
.side-menu-wrap .side-menu-container li > a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.8;
}
.side-menu-wrap .side-menu-container li > a.dropdown-toggle {
  white-space: normal;
}
.side-menu-wrap .side-menu-container li > a::after {
  display: none;
}
.side-menu-wrap .side-menu-container li.active a {
  opacity: 1;
}
.side-menu-wrap .side-menu-container li:hover a, .side-menu-wrap .side-menu-container li:focus a {
  opacity: 1;
}
.side-menu-wrap .menu-close-btn {
  position: absolute;
  top: 22px;
  right: 26px;
  cursor: pointer;
}

.home-banner-wrap {
  position: relative;
}

.home-banner-item {
  height: 490px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.home-banner-item .home-banner-content {
  position: relative;
  left: 4rem;
  top: 12rem;
  color: #4d4d4f;
}
.home-banner-item .home-banner-content h1 {
  font-size: 30px;
  font-family: "poppinssemibold";
  margin-bottom: 20px;
}
.home-banner-item .home-banner-content h4 {
  font-family: "poppinsmedium";
  font-size: 24px;
  margin-bottom: 23px;
}
.home-banner-item .home-banner-content .btn {
  text-transform: uppercase;
  background-color: #002b90;
  font-size: 12px;
  color: #ffffff;
  width: 100%;
  max-width: 175px;
  line-height: 42px;
}
.home-banner-item .home-banner-content .btn:hover {
  background-color: #002069;
}
.home-banner-item .home-banner-content .btn i {
  margin-left: 10px;
}

.home-banner-arrows [class*="home-banner-custom-slick-"] {
  position: absolute;
  top: calc(50% - 23px);
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 9px;
  font-size: 22px;
  color: #0095d9;
  cursor: pointer;
}
.home-banner-arrows .home-banner-custom-slick-prev {
  left: 50px;
}
.home-banner-arrows .home-banner-custom-slick-next {
  right: 50px;
}

.home-welcome-wrap {
  position: relative;
  padding: 75px 0 65px;
  box-shadow: inset 3px 5px 25px rgba(0, 0, 0, 0.08);
  border-top: 5px solid #12a89e;
}
.home-welcome-wrap .section-header h1 {
  color: #0e6fb7;
}
.home-welcome-wrap .section-header h1 span {
  color: #4d4d4f;
}
.home-welcome-wrap .home-welcome-para p {
  margin-bottom: 35px;
}
.home-welcome-wrap .home-welcome-para .btn {
  background-color: #002b90;
  border-radius: 5px;
  color: #ffffff;
  font-size: 12px;
  width: 100%;
  max-width: 144px;
  line-height: 32px;
}
.home-welcome-wrap .home-welcome-para .btn:hover {
  background-color: #002069;
}
.home-welcome-wrap .home-welcome-para .btn i {
  margin-left: 12px;
}
.home-welcome-wrap .home-welcome-img {
  border: 4px solid #ffffff;
  box-shadow: 3px 5px 25px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.home-welcome-wrap .home-welcome-img img {
  width: 100%;
}

.section-header h1 {
  font-family: "poppinssemibold";
  font-size: 40px;
  padding-bottom: 24px;
  margin-bottom: 24px;
  position: relative;
}
.section-header h1::after {
  content: '';
  width: 94px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #12a89e;
}
.section-header h1 span {
  display: block;
  font-family: "poppinsregular";
  font-size: 16px;
  margin-bottom: 15px;
}

.home-service-wrap {
  position: relative;
  background: url(../img/bg/bg-border.jpg) no-repeat center/cover;
  text-align: center;
  padding: 55px 0 65px;
}
.home-service-wrap .section-header h1 {
  color: #ffffff;
}
.home-service-wrap .section-header h1::after {
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #ffffff;
}
.home-service-wrap .home-service-para {
  margin-bottom: 50px;
}
.home-service-wrap .home-service-para p {
  color: #ffffff;
}

.home-service-slider-wrap {
  position: relative;
  text-align: left;
}

.home-service-slider {
  position: relative;
}
.home-service-slider.slick-dotted {
  margin-bottom: 0;
}
.home-service-slider .slick-dots {
  bottom: -60px;
}
.home-service-slider .slick-dots li {
  height: auto;
  width: 32px;
}
.home-service-slider .slick-dots li button {
  height: auto;
  width: 32px;
  padding: 0;
}
.home-service-slider .slick-dots li button::before {
  content: '';
  width: 14px;
  height: 3px;
  background-color: #cadbff;
  opacity: 1;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.home-service-slider .slick-dots li.slick-active button::before {
  width: 32px;
  background-color: #002b90;
}
.home-service-slider.slick-initialized .slick-slide {
  display: flex;
}

.home-service-item {
  margin: 0 22px;
  overflow: hidden;
  border-radius: 10px;
  align-items: center;
  background-color: #ffffff;
  position: relative;
  height: auto;
  box-shadow: 3px 5px 25px rgba(0, 0, 0, 0.08);
}
.home-service-item .service-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 45%;
}
.home-service-item .service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-service-item .service-details {
  padding: 20px 35px 20px;
  padding-left: 50%;
}
.home-service-item .service-details h2 {
  font-family: "poppinssemibold";
  font-size: 25px;
  color: #0e6fb7;
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 22px;
}
.home-service-item .service-details h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 40px;
  background-color: #0095d9;
}
.home-service-item .service-details p {
  margin-bottom: 25px;
  font-size: 12px;
}
.home-service-item .service-details .btn {
  width: 120px;
  background-color: #002b90;
  color: #ffffff;
  line-height: 18px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-service-item .service-details .btn:hover {
  background-color: #002069;
}

.testimonial-wrap {
  padding: 80px 0 75px;
  position: relative;
  box-shadow: inset 3px 5px 25px rgba(0, 0, 0, 0.08);
}
.testimonial-wrap .section-header p {
  margin-bottom: 20px;
}
.testimonial-wrap .btn {
  background-color: #002b90;
  border-radius: 5px;
  color: #ffffff;
  font-size: 12px;
  width: 100%;
  max-width: 144px;
  line-height: 32px;
}
.testimonial-wrap .btn:hover {
  background-color: #002069;
}
.testimonial-wrap .btn i {
  margin-left: 12px;
}

.testimonial-slider .slick-dots {
  bottom: -60px;
}
.testimonial-slider .slick-dots li {
  height: auto;
  width: 32px;
}
.testimonial-slider .slick-dots li button {
  height: auto;
  width: 32px;
  padding: 0;
}
.testimonial-slider .slick-dots li button::before {
  content: '';
  width: 14px;
  height: 3px;
  background-color: #a39cc9;
  opacity: 1;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.testimonial-slider .slick-dots li.slick-active button::before {
  width: 32px;
  background-color: #002b90;
}

.testimonial-item {
  background-color: #0095d9;
  border-radius: 14px;
  overflow: hidden;
  padding: 38px 48px 38px;
  margin: 0 20px;
}
.testimonial-item .testimonial-details p {
  font-size: 12px;
  color: #ffffff;
  margin-bottom: 20px;
  text-align: justify;
}
.testimonial-item .testimonial-footer {
  display: flex;
  align-items: center;
  margin-top: 36px;
}
.testimonial-item .testimonial-footer .testi-avatar {
  width: 83px;
  height: 83px;
  border-radius: 50%;
  overflow: hidden;
}
.testimonial-item .testimonial-footer .testi-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial-item .testimonial-footer .testi-caption {
  padding-left: 20px;
}
.testimonial-item .testimonial-footer .testi-caption h6 {
  font-family: "poppinsmedium";
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 10px;
}
.testimonial-item .testimonial-footer .testi-caption p {
  color: #ffffff;
  font-size: 10px;
  margin-bottom: 0;
}

.footer-wrap {
  background-color: #151414;
  padding: 75px 0 70px;
}

.footer-block {
  color: #7f8183;
  font-size: 12px;
}
.footer-block p {
  margin-bottom: 22px;
}
.footer-block h2 {
  font-family: "poppinssemibold";
  color: #ffffff;
  font-size: 24px;
  padding-bottom: 12px;
  margin-bottom: 16px;
  position: relative;
}
.footer-block h2::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 32px;
  background-color: #0095d9;
}

.footer-breif-info {
  padding-right: 20px;
}
.footer-breif-info .footer-logo {
  max-width: 174px;
  margin-bottom: 20px;
}
.footer-breif-info .footer-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer-breif-info .social-links a {
  color: #7f8183;
}
.footer-breif-info .social-links a:hover {
  color: #ffffff;
}

.quick-links li {
  line-height: 30px;
}
.quick-links li a {
  color: #7f8183;
}
.quick-links li a:hover {
  color: #ffffff;
}

.newsletter .social-links {
  margin-top: 10px;
}
.newsletter .social-links a {
  font-size: 18px;
  color: #7f8183;
}
.newsletter .social-links a:hover {
  color: #ffffff;
}
.newsletter .form-control {
  background-color: #100f0f;
  border-color: #100f0f;
  color: #727171;
  font-size: 12px;
  height: 50px;
  font-weight: 400;
  border-radius: 6px;
}
.newsletter .form-control:focus {
  color: #ffffff;
  border-color: #0095d9;
  font-weight: 400;
}
.newsletter .btn {
  padding: 5px 10px;
  width: 65px;
}
.newsletter .btn-primary {
  background-color: #0095d9;
  border-color: #0095d9;
}
.newsletter .btn-primary:focus, .newsletter .btn-primary:hover {
  background-color: #12a89e;
  border-color: #12a89e;
  box-shadow: none;
  outline: 0;
}
.newsletter .btn-primary:not(:disabled):not(.disabled).active,
.newsletter .btn-primary:not(:disabled):not(.disabled):active,
.newsletter .show > .btn-primary.dropdown-toggle {
  background-color: #0e6fb7;
  border-color: #0e6fb7;
  box-shadow: none;
  outline: 0;
}

.copyright-wrap {
  background-color: #100f0f;
  color: #8c8c8c;
  text-align: center;
  padding: 20px 15px;
}
.copyright-wrap p {
  margin-bottom: 0;
  font-size: 12px;
}
.copyright-wrap p a {
  color: #8c8c8c;
}
.copyright-wrap p a:hover {
  color: #ffffff;
}

.inner-banner-wrap {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.inner-banner-wrap h2 {
  font-family: "poppinssemibold";
  font-size: 40px;
  color: #ffffff;
  text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
  text-align: center;
}
.inner-banner-wrap .badge {
  font-size: 16px;
  padding: 0;
  display: block;
  margin-top: 14px;
}

.inner-content-main {
  position: relative;
  background-color: #ffffff;
  border-top: 5px solid #12a89e;
}
.inner-content-main .inner-content-wrap {
  padding: 45px 40px 65px;
  box-shadow: 3px 5px 25px rgba(0, 0, 0, 0.08);
}

.about-us-wrap {
  position: relative;
}
.about-us-wrap p {
  text-align: justify;
}

.content-header h3 {
  font-family: "poppinssemibold";
  color: #002069;
  font-size: 24px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  position: relative;
}
.content-header h3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 60px;
  background-color: #12a89e;
}
.content-header h3 span {
  display: block;
  font-family: "poppinsmedium";
  font-size: 16px;
  margin-bottom: 15px;
}

.content-img {
  border: 5px solid #fff;
  box-shadow: 3px 5px 25px rgba(0, 0, 0, 0.08);
  position: relative;
}
.content-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-img .btn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #002b90;
  color: #ffffff;
  font-family: "poppinsmedium";
  border-radius: 0;
  padding: 12px 12px;
}
.content-img .btn:hover {
  background-color: #002069;
}

.contact-us-wrap {
  padding-bottom: 40px;
}
.contact-us-wrap .content-header {
  margin-bottom: 30px;
}
.contact-us-wrap li {
  position: relative;
  padding-left: 30px;
  font-family: "poppinsmedium";
}
.contact-us-wrap li:not(:last-child) {
  margin-bottom: 20px;
}
.contact-us-wrap li a {
  color: #4d4d4f;
}
.contact-us-wrap li a:hover {
  color: #0e6fb7;
}
.contact-us-wrap li i {
  color: #0e6fb7;
  position: absolute;
  top: 4px;
  left: 0;
}
.contact-us-wrap .contact-form .btn {
  background-color: #002b90;
  color: #ffffff;
  width: 180px;
  line-height: 40px;
}
.contact-us-wrap .contact-form .btn i {
  margin-left: 6px;
}
.contact-us-wrap .contact-form .btn:hover {
  background-color: #002069;
}

.location-map-wrap {
  margin-top: 30px;
  border: 2px solid #ffffff;
  box-shadow: 3px 5px 25px rgba(0, 0, 0, 0.08);
}
.location-map-wrap iframe {
  width: 100%;
  height: 320px;
}

.detailed-content-wrap {
  position: relative;
}
.detailed-content-wrap ul {
  list-style: disc;
  padding-left: 15px;
  margin-bottom: 12px;
}
.detailed-content-wrap li {
  line-height: 30px;
}
.detailed-content-wrap hr {
  border-top-color: #eaeaea;
}
.detailed-content-wrap h4 {
  color: #0095d9;
  font-size: 18px;
  font-family: "poppinsmedium";
  margin-top: 30px;
  margin-bottom: 15px;
}

[dir="rtl"] body {
  text-align: right;
  font-family: "FrutigerLTArabic-55Roman";
  font-size: 16px;
}
[dir="rtl"] .ar-font-regular {
  font-family: "poppinsregular";
}
[dir="rtl"] .section-header h1 {
  font-family: "FrutigerLTArabic-65Bold";
}
[dir="rtl"] .section-header h1::after {
  left: initial;
  right: 0;
}
[dir="rtl"] .section-header h1 span {
  font-family: "FrutigerLTArabic-55Roman";
}
[dir="rtl"] .sticky-header {
  direction: ltr;
}
[dir="rtl"] .nav-block {
  direction: rtl;
}
[dir="rtl"] .nav-block li {
  font-family: "FrutigerLTArabic-65Bold";
}
[dir="rtl"] .nav-block li:not(:last-child) {
  margin-right: 0;
  margin-left: 50px;
}
[dir="rtl"] .home-banner-item {
  transform: scaleX(-1);
}
[dir="rtl"] .home-banner-item .home-banner-content {
  transform: scaleX(-1);
}
[dir="rtl"] .home-banner-item .home-banner-content h1 {
  font-family: "FrutigerLTArabic-65Bold";
}
[dir="rtl"] .home-banner-item .home-banner-content h4 {
  font-family: "FrutigerLTArabic-55Roman";
}
[dir="rtl"] .home-banner-item .home-banner-content .btn i {
  transform: rotate(180deg);
  margin-left: 0;
  margin-right: 10px;
}
[dir="rtl"] .home-welcome-wrap .home-welcome-para .btn i {
  transform: rotate(180deg);
  margin-left: 0;
  margin-right: 12px;
}
[dir="rtl"] .home-service-wrap .section-header h1::after {
  left: 0;
}
[dir="rtl"] .home-service-slider-wrap {
  text-align: right;
}
[dir="rtl"] .home-service-item .service-details h2 {
  font-family: "FrutigerLTArabic-65Bold";
}
[dir="rtl"] .home-service-item .service-details h2::after {
  left: initial;
  right: 0;
}
[dir="rtl"] .home-service-item .service-details .btn i {
  padding-left: 0 !important;
  transform: rotate(180deg);
  margin-left: 0;
  margin-right: 12px;
}
[dir="rtl"] .testimonial-wrap .btn i {
  transform: rotate(180deg);
  margin-left: 0;
  margin-right: 12px;
}
[dir="rtl"] .testimonial-item .testimonial-footer .testi-caption {
  padding-left: 0;
  padding-right: 20px;
}
[dir="rtl"] .testimonial-item .testimonial-footer .testi-caption h6 {
  font-family: "FrutigerLTArabic-65Bold";
}
[dir="rtl"] .footer-block h2 {
  font-family: "FrutigerLTArabic-65Bold";
}
[dir="rtl"] .footer-block h2::before {
  left: initial;
  right: 0;
}
[dir="rtl"] .footer-block .social-links a:not(:last-child) {
  margin-right: 0;
  margin-left: 22px;
}
[dir="rtl"] .copyright-wrap {
  direction: ltr;
}
[dir="rtl"] .inner-banner-wrap h2 {
  font-family: "FrutigerLTArabic-65Bold";
}
[dir="rtl"] .content-header h3 {
  font-family: "FrutigerLTArabic-65Bold";
  padding-bottom: 25px;
}
[dir="rtl"] .content-header h3::after {
  left: initial;
  right: 0;
}
[dir="rtl"] .content-header h3 span {
  font-family: "FrutigerLTArabic-55Roman";
}
[dir="rtl"] .content-img .btn {
  font-family: "FrutigerLTArabic-55Roman";
}
[dir="rtl"] .contact-us-wrap ul {
  direction: ltr;
}
[dir="rtl"] .contact-us-wrap li {
  padding-left: 0;
  padding-right: 30px;
  font-family: "FrutigerLTArabic-55Roman";
}
[dir="rtl"] .contact-us-wrap li i {
  left: initial;
  right: 0;
}
[dir="rtl"] .contact-us-wrap li i.fa-phone-alt {
  transform: rotateY(180deg);
}
[dir="rtl"] .contact-us-wrap .contact-form .btn i {
  transform: rotateY(180deg);
  margin-left: 0;
  margin-right: 6px;
}

@media (max-width: 1200px) {
  .home-banner-arrows .home-banner-custom-slick-prev {
    left: 25px;
  }
  .home-banner-arrows .home-banner-custom-slick-next {
    right: 25px;
  }
}
@media (max-width: 992px) {
  .pre-header-right .social-links {
    display: none;
  }
  .pre-header-right .header-book-btn {
    margin-left: 0;
  }

  .nav-block {
    margin-right: 0;
  }
  .nav-block ul {
    display: none;
  }
  .nav-block .menu-icon {
    display: block;
  }

  .header-enquiry {
    display: none;
  }

  .home-banner-item .home-banner-content {
    left: 0;
  }

  .home-welcome-wrap .section-header {
    margin-top: 0;
  }

  .section-header h1 {
    font-size: 38px;
  }

  .home-service-wrap {
    padding: 55px 0 55px;
    height: auto;
  }

  .home-service-slider-wrap {
    padding-top: 35px;
  }

  .home-service-slider {
    top: 0;
  }

  .home-service-item {
    margin-bottom: 30px;
    min-height: auto;
  }

  .testimonial-wrap .section-header {
    margin-bottom: 30px;
  }

  .footer-block p {
    margin-bottom: 0;
  }

  .footer-breif-info {
    border-bottom: 1px solid #2d2d2d;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .inner-banner-wrap {
    min-height: 280px;
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .pre-header-wrap .row .col-lg-5 {
    display: none;
  }

  .pre-header-right {
    justify-content: center;
  }

  .home-banner-item {
    height: 440px;
    background-position: 86% 0;
  }
  .home-banner-item .home-banner-content h4 {
    font-size: 20px;
  }

  .home-banner-arrows .home-banner-custom-slick-prev {
    left: 15px;
  }
  .home-banner-arrows .home-banner-custom-slick-next {
    right: 15px;
  }

  .section-header h1 {
    font-size: 24px;
  }

  .home-welcome-wrap {
    padding: 35px 0 40px;
    box-shadow: none;
  }
  .home-welcome-wrap .home-welcome-para {
    margin-bottom: 30px;
  }
  .home-welcome-wrap .home-welcome-para p {
    margin-bottom: 20px;
  }

  .home-service-wrap {
    padding: 45px 0 20px;
  }
  .home-service-wrap .home-service-para {
    margin-bottom: 25px;
  }

  .home-service-slider-wrap {
    padding-top: 20px;
  }

  .home-service-item {
    margin-left: 0;
    margin-right: 0;
  }
  .home-service-item .service-details p {
    margin-bottom: 15px;
  }

  .testimonial-wrap {
    padding: 35px 0 40px;
  }

  .testimonial-slider .slick-dots {
    bottom: -40px;
  }

  .testimonial-item {
    padding: 25px 25px 25px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .testimonial-item .testimonial-footer {
    margin-top: 25px;
  }

  .footer-wrap {
    padding: 40px 0 40px;
  }

  .detailed-content-column-reverse {
    flex-direction: column-reverse;
  }
  .detailed-content-column-reverse .content-img {
    margin-top: 1rem;
  }

  .detailed-content-wrap > .clearfix {
    margin-bottom: 2rem !important;
    margin-top: 2rem !important;
  }
  .detailed-content-wrap > .row:not(.detailed-content-column-reverse) .content-img {
    margin-top: 1rem;
  }

  .inner-content-main .inner-content-wrap {
    padding: 20px 15px 30px;
  }
}
@media (max-width: 575px) {
  .main-wrapper {
    padding-top: 130px;
  }

  .sticky-header {
    margin-top: -130px;
  }

  .site-logo {
    max-width: 310px;
  }

  .home-banner-item .home-banner-content {
    text-align: center;
    left: 0;
    top: 16rem;
  }

  .quick-links {
    border-bottom: 1px solid #2d2d2d;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .home-service-item .service-img {
    position: static;
    width: 100%;
    height: 180px;
  }
  .home-service-item .service-details {
    padding: 20px 20px 20px;
  }
}
@media print {
  html, body {
    display: none;
    /* hide whole page */
  }
}
/* ==========================================================================
   Common Styles
   ========================================================================== */
::-webkit-scrollbar-track {
  border-radius: 0px;
  background-color: #ebebeb;
}

::-webkit-scrollbar {
  width: 4px;
  background-color: #FFF;
}

::-webkit-scrollbar-thumb {
  width: 4px;
  border-radius: 0px;
  height: 10px !important;
  background-color: #0095d9;
}

::-moz-scrollbar-track {
  border-radius: 0px;
  background-color: #000;
}

::-moz-scrollbar {
  width: 4px;
  background-color: #FFF;
}

::-moz-scrollbar-thumb {
  border-radius: 0px;
  background-color: #0095d9;
}

::-o-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #010101;
  border-radius: 10px;
  background-color: #000;
}

::-o-scrollbar {
  width: 4px;
  background-color: #FFF;
}

::-o-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px #010101;
  background-color: #0095d9;
}

.ltr {
  direction: ltr !important;
}

.slick-slider .slick-slide:focus {
  outline: none;
}

.slick-prev:before,
.slick-next:before {
  color: #6E7C7C;
}

.slick-slide img:focus {
  outline: 0;
}
.slick-slide a:focus {
  outline: 0;
}

.dir_ltr {
  direction: ltr !important;
  display: inline-block;
}

span:focus, a:focus {
  box-shadow: none;
  outline: 0;
}

p {
  line-height: 26px;
}

.form-group {
  margin-bottom: 30px;
}
.form-group label {
  font-family: "poppinsmedium";
  color: #0095d9;
}
.form-group .form-control {
  height: 60px;
  padding: 8px 20px;
}
.form-group .form-control:focus {
  box-shadow: none;
  outline: 0;
  border-color: #12a89e;
}
.form-group textarea {
  resize: none;
}
.form-group textarea.form-control {
  height: inherit;
}

.form-control, select, .custom-select {
  border-radius: 0;
}
.form-control:focus, select:focus, .custom-select:focus {
  box-shadow: none;
  outline: 0;
  border-color: #12a89e;
}

.form-control[readonly] {
  background-color: #ffffff !important;
}

.btn:focus {
  box-shadow: none;
  outline: 0;
}

.rating-star {
  background: url(../img/icons/rating-star.png) no-repeat;
  background-size: 37px 13px;
  display: inline-block;
  height: 13px;
  width: 13px;
}

.rating-star-half {
  background-position: -13px 0;
}

.rating-star-empty {
  background-position: -25px 0;
}

.social-links a {
  display: inline-block;
  color: #4d4d4f;
}
.social-links a:not(:last-child) {
  margin-right: 22px;
}

.ar-font-regular {
  font-family: "FrutigerLTArabic-55Roman";
}

#ui-datepicker-div {
  display: none;
  background-color: #fff;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
  margin-top: 0.25rem;
  border-radius: 0.5rem;
  padding: 0.5rem;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.ui-datepicker-calendar thead th {
  padding: 0.25rem 0;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 400;
  color: #78909C;
}

.ui-datepicker-calendar tbody td {
  width: 2.5rem;
  text-align: center;
  padding: 0;
}

.ui-datepicker-calendar tbody td a {
  display: block;
  border-radius: 0.25rem;
  line-height: 2rem;
  transition: 0.3s all;
  color: #546E7A;
  font-size: 0.875rem;
  text-decoration: none;
}

.ui-datepicker-calendar tbody td a:hover {
  background-color: rgba(70, 63, 110, 0.12);
}

.ui-datepicker-calendar tbody td a.ui-state-active {
  background-color: #0095d9;
  color: white;
}

.ui-datepicker-header a.ui-corner-all {
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 2rem;
  height: 2rem;
  margin: 0.5rem;
  border-radius: 0.25rem;
  transition: 0.3s all;
}

.ui-datepicker-header a.ui-corner-all:hover {
  background-color: #ECEFF1;
}

.ui-datepicker-header a.ui-datepicker-prev {
  left: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 0.5rem;
  background-position: 50%;
  transform: rotate(180deg);
}

.ui-datepicker-header a.ui-datepicker-next {
  right: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 50%;
}

.ui-datepicker-header a > span {
  display: none;
}

.ui-datepicker-title {
  text-align: center;
  line-height: 2rem;
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  padding-bottom: 0.25rem;
}

.ui-datepicker-week-col {
  color: #78909C;
  font-weight: 400;
  font-size: 0.75rem;
}

/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

/*# sourceMappingURL=main.css.map */
