/**
* Template Name: Arsha
* Template URL: https://bootstrapmade.com/arsha-free-bootstrap-html-template-corporate/
* Updated: Mar 17 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans ", sans-serif;
  color: #444444;


}

a {
  color: #47b2e4;
  text-decoration: none;
}

a:hover {
  color: #73c5eb;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: "Jost", sans-serif; */
  font-family: 'Open Sans', sans-serif;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #37517e;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #37517e;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #47b2e4;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #6bc1e9;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
}

#header.header-scrolled,
#header.header-inner-pages {
  background: rgba(40, 58, 90, 0.9);
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 40px;
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  /* padding: 60px 0; */
  overflow: hidden;
}

.section-bg {
  background-color: #f3f5fa;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #37517e;
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #47b2e4;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}






/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  border-top: 3px solid #47b2e4;
  border-bottom: 3px solid #47b2e4;
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}

.contact .info i {
  font-size: 20px;
  color: #47b2e4;
  float: left;
  width: 44px;
  height: 44px;
  background: #e7f5fb;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #37517e;
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #6182ba;
}

.contact .info .email p {
  padding-top: 5px;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: #47b2e4;
  color: #fff;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #47b2e4;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  border-top: 3px solid #47b2e4;
  border-bottom: 3px solid #47b2e4;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
  margin-bottom: 20px;
}

.contact .php-email-form label {
  padding-bottom: 8px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #47b2e4;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #47b2e4;
  border: 0;
  padding: 12px 34px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #209dd8;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}



/*--------------------------------------------------------------
#sidebar
--------------------------------------------------------------*/
@media(max-width:991px) {
  .sidebar {
    /* background-color: rgba(255, 255, 255, 0.15); */
    background-color: #fff;
    /* background-color: #e19d3b; */
    backdrop-filter: blur(10px);
  }
}



.navbar-toggler .navbar-toggler-icon {
  color: #00d8ff;
}



.main-menu .navbar-toggle {
  color: #00d8ff;
}


.button {
  padding: 10px 20px;
  border-radius: 5px;
  display: block;
  width: 120px;
  margin: 10px auto 0px auto;
  background-color: #00d8ff;
}


/* Extra Small Devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .navbar-text {
    white-space: normal;
    font-size: 20px; /* Adjust font size for extra small devices */
  }
}

/* Small Devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 601px) and (max-width: 768px) {
  .navbar-text {
    white-space: normal;
    font-size: 16px; /* Adjust font size for small devices */
  }
}

/* Medium Devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .navbar-text {
    white-space: normal;
    font-size: 18px; /* Adjust font size for medium devices */
  }
}

/* Large Devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 993px) {
  .navbar-text {
    white-space: normal;
    font-size: 20px; /* Adjust font size for large devices */
  }
}

/* Samsung Extra Small Devices */
@media only screen and (min-width: 1200px) {
  .navbar-text {
    white-space: normal;
    font-size: 24px; /* Adjust font size for Samsung extra large devices */
  }
}

/* Samsung Small Devices */
@media only screen and (max-width: 400px) {
  .navbar-text {
    white-space: normal;
    font-size: 15px; /* Adjust font size for Samsung small devices */
    font-weight: bolder;
  }
}

/* iPhone Small Devices */
@media only screen and (max-width: 400px) {
  .navbar-text {
    white-space: normal;
    font-size: 15px; /* Adjust font size for iPhone small devices */
    font-weight: bolder;
  }
}

/* iPhone Medium Devices */
@media only screen and (min-width: 401px) and (max-width: 768px) {
  .navbar-text {
    white-space: normal;
    font-size: 16px; /* Adjust font size for iPhone medium devices */
  }
}

/* iPhone Large Devices */
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .navbar-text {
    white-space: normal;
    font-size: 18px; /* Adjust font size for iPhone large devices */
  }
}

/* iPhone Extra Large Devices */
@media only screen and (min-width: 1025px) {
  .navbar-text {
    white-space: normal;
    font-size: 20px; /* Adjust font size for iPhone extra large devices */
  }
}

/* Google Pixel Small Devices */
@media only screen and (max-width: 411px) {
  .navbar-text {
    white-space: normal;
    font-size: 14px; /* Adjust font size for Google Pixel small devices */
  }
}

/* Google Pixel Medium Devices */
@media only screen and (min-width: 412px) and (max-width: 732px) {
  .navbar-text {
    white-space: normal;
    font-size: 16px; /* Adjust font size for Google Pixel medium devices */
  }
}

/* Google Pixel Large Devices */
@media only screen and (min-width: 733px) and (max-width: 820px) {
  .navbar-text {
    white-space: normal;
    font-size: 18px; /* Adjust font size for Google Pixel large devices */
  }
}

/* Google Pixel Extra Large Devices */
@media only screen and (min-width: 821px) {
  .navbar-text {
    white-space: normal;
    font-size: 20px; /* Adjust font size for Google Pixel extra large devices */
  }
}





/* cards */

.content-103 {
  /* background: #f3f3f3; */
  padding-bottom: 50px;
}

.content-103 .sercies-title {
  text-align: center;
  padding: 50px 0;
}

.service-post {
  background: #fff;
  padding: 30px;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 12;
  margin-bottom: 30px;
  -moz-box-shadow: 0 5px 4px -4px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 5px 4px -4px rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 4px 4px rgba(0, 0, 0, 0.08);
}

.content-103 .service-content {
  position: relative;
  z-index: 13;
}

.content-103 .service-icon {
  margin: 10px 0 20px 0;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  text-align: center;
  /* border: 2px solid #eb7a5c; */
  border: 2px solid #00d8ff;
  margin-left: auto;
  margin-right: auto;
  line-height: 50px;
  -moz-transition: color, 250ms;
  -o-transition: color, 250ms;
  -webkit-transition: color, 250ms;
  transition: color, 250ms;
}

.content-103 .service-post:hover .service-icon {
  border-color: #fff;
}

.content-103 .service-icon i {
  font-size: 18px;
  /* color: #eb7a5c; */
  color: #00d8ff;
  /* 00d8ff */
}

.content-103 .service-post:hover .service-icon i {
  color: #fff;
}

.content-103 .service-title {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 15px;
  -moz-transition: color, 250ms;
  -o-transition: color, 250ms;
  -webkit-transition: color, 250ms;
  transition: color, 250ms;
}

.content-103 .service-post:hover .service-title {
  color: #fff;
}

.content-103 .service-description {
  -moz-transition: color, 250ms;
  -o-transition: color, 250ms;
  -webkit-transition: color, 250ms;
  transition: color, 250ms;
}

.content-103 .service-post:hover .service-description {
  color: #fff;
}

/* #00d8ff */
.content-103 .service-hover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 0px;
  /* background: linear-gradient(#3c8ce7, #3c8ce7 60%, #00eaff); */
  background: linear-gradient(#00eaff, #3c8ce7 60%, #3c8ce7);
  /* background: #00d8ff; */
  /* background: #eb7a5c; */
  -moz-transition: width, 250ms;
  -o-transition: width, 250ms;
  -webkit-transition: width, 250ms;
  transition: width, 250ms;
}

/*hover-background-color effect*/
.content-103 .service-post:hover .service-hover {
  height: 100%;
}

.icon-logo1 {
  width: 50%;
  margin-bottom: 10px;
  color: #fff;
}


/* theme  */
/* footer */

.footer-big {
  padding: 44px 0 1em 0
}

.footer-big .footer-widget {
  margin-bottom: 40px
}

.footer--light {
  background: #ffffff
}

.footer-big .footer-menu ul li a,
.footer-big p,
.footer-big ul li {
  color: #898b96
}

.footer-menu {
  padding-left: 48px
}

.footer-menu ul li a {
  font-size: 15px;
  line-height: 32px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.footer-menu ul li a:hover {
  color: #5867dd
}

.footer-menu--1 {
  width: 100%
}

.footer-widget-title {
  line-height: 42px;
  margin-bottom: 10px;
  font-size: 18px
}

.mini-footer {
  background: #192027;
  text-align: center;
  padding: 32px 0
}

.mini-footer p {
  margin: 0;
  line-height: 26px;
  font-size: 15px;
  color: #999
}

.mini-footer p a {
  color: #5867dd
}

.mini-footer p a:hover {
  color: #34bfa3
}

.widget-about img {
  display: block;
  margin-bottom: 30px;
}

.widget-about p {
  font-weight: 400
}

.widget-about .contact-details {
  margin: 30px 0 0 0
}

.widget-about .contact-details li {
  margin-bottom: 10px
}

.widget-about .contact-details li:last-child {
  margin-bottom: 0
}

.widget-about .contact-details li span {
  padding-right: 12px
}

.widget-about .contact-details li a {
  color: #5867dd
}


/* Card css start */
.container2 {

  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
}

.card2 {
  background-color: #fff;
  max-width: 800px;
  /* box-shadow: 2px 2px 5px #9E9E9E, -1px -1px 5px #9E9E9E;
  border-radius: 3px; */
  display: grid;
  grid-template-column: repeat(5, 1fr);
}

.card2 .img-container2 {
  width: 330px;
  height: 100%;
  grid-column: 2;
  background-image: url('../images/london_pic_1.jpg');
  background-size: cover;
  background-position: center center;
}

.card-content2 {
  grid-column: 3 / 5;
  padding: 10px 30px;
  border-left: 1px solid #ccc;
}

h2 {
  text-transform: uppercase;
  color: #555;
}

h1 {
  margin-bottom: 0;
}

.card-content2 .author2 {
  border-top: 1px solid #cdcdcd;
  font-weight: 700;
  margin-top: 25px;
  padding: 25px 0 10px 0;
  color: #555;
}

@media only screen and (max-width:600px) {
  .card2 {
    display: block;
  }

  .card2 .img-container2 {
    height: 250px;
    width: 100%;
  }

  .card-content2 {
    border: 0;
    border-top: 1px solid #ccc;
  }
}



/* Footer Styles */

/* Footer Big */
.footer-big {
  background-color: #e2e2e2;
  padding: 50px 0;
}

.footer-big .container {
  position: relative;
}

.footer-big .footer-widget {
  margin-bottom: 30px;
}

.footer-big .footer-widget img {
  max-width: 50%;
  height: auto;
  margin-left: 30px;
}

.footer-big .footer-menu ul {
  list-style: none;
  padding: 0;
}

.footer-big .footer-menu ul li {
  margin-bottom: 10px;
}

.footer-big .footer-menu ul li a {
  font-size: 18px;
  color: #000;
}

/* Footer Menu 1 */
.footer-menu--1 ul li a {
  font-size: 18px;
}

/* Footer Menu 2 and 3 */
.footer-menu ul {
  list-style: none;
  padding: 0;
}

.footer-menu ul li a {
  font-size: 18px;
  color: #000;
}

/* Footer Contact */
.footer-menu p {
  font-size: 16px;
  margin: 0;
}

/* Footer Copyright */
.footer-copyright1 {
  background: linear-gradient(#021624, #002F5D 60%, #0167cd);
  padding: 20px 0;
  color: #fff;
}

.footer-copyright1 a {
  color: #fff;
  text-decoration: none;
}

.footer-copyright1 a:hover {
  text-decoration: underline;
}

/* Scroll Top */
#scroll-Top {
  position: fixed;
  bottom: 30px;
  right: 30px;
}

.return-to-top {
  background-color: #0167cd;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  border-radius: 50%;
  cursor: pointer;
}

.return-to-top:hover {
  background-color: #002F5D;
}

/* Container 1 */
.container-1 {
  position: relative;
  text-align: center;
}

.close-btn {
  position: absolute;
  top: -15px;
  right: 0;
  cursor: pointer;
}

.media-icons {
  display: inline-block;
  margin-top: 20px;
}

.media-icons a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  color: #fff;
  text-decoration: none;
}

.media-icons a:hover {
  opacity: 0.8;
}

.tooltip {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 5px;
  display: none;
}

/* Footer Copyright */
.footer-copyright2 {
  background-color: #00d8ff;
  padding: 10px 0;
  text-align: center;

}

.footer-copyright2 img {
  margin-right: 20px;
}



/*  */
.home-newsletter {
  padding: 10px 0;
  background: linear-gradient(#0167cd, #002F5D 60%, #021624);
}

.home-newsletter .single {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}

.home-newsletter .single h2 {
  font-size: 22px;
  color: white;
  text-transform: uppercase;
  margin-bottom: 13px;
}

.home-newsletter .single .form-control {
  height: 50px;
  /* background: rgba(255, 255, 255, 0.6); */
  border-color: transparent;
  border-radius: 20px 0 0 20px;
}

.home-newsletter .single .form-control:focus {
  box-shadow: none;
  border-color: #243c4f;
}

.home-newsletter .single .btn {
  min-height: 50px;
  border-radius: 0 20px 20px 0;
  background: #00d8ff;
  color: black; /* Text color set to black */
}




.contact-bg {
  height: 38vh;
  /* background: linear-gradient(rgba(83, 83, 83, 0.464), rgba(107, 107, 107, 0.8)), url("../img/contacts2.jpg"); */
  background: url("../img/contacts2.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


.ftco-section {
  padding: 7em 0;
}

.ftco-no-pt {
  padding-top: 0;
}

.ftco-no-pb {
  padding-bottom: 0;
}

.heading-section {
  font-size: 28px;
  color: #000;
}




.form-control {
  height: 44px;
  background: #fff;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  border-radius: 2px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none;
}

.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0.3) !important;
}

.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.3) !important;
}

.form-control:-ms-input-placeholder {
  /* IE 0+ */
  color: rgba(0, 0, 0, 0.3) !important;
}

.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 0, 0, 0.3) !important;
}

.form-control:focus,
.form-control:active {
  border-color: #2553b8 !important;
}

textarea.form-control {
  height: inherit !important;
}

.wrapper {
  width: 100%;
}

.contact-wrap {
  background: #e8edf0;
}

.dbox {
  width: 100%;
  margin-bottom: 25px;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .dbox {
    margin-bottom: 0;
    padding: 0;
  }
}

.dbox p {
  margin-bottom: 0;
}

.dbox p span {
  font-weight: 500;
  color: #000;
}

.dbox p a {
  color: #2553b8;
}

.dbox .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #2553b8;
  margin: 0 auto;
  margin-bottom: 20px;
}

.dbox .icon span {
  font-size: 20px;
  color: #fff;
}

.dbox .text {
  width: 100%;
}

.btn {
  padding: 12px 16px;
  cursor: pointer;
  border-width: 1px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
  -webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
  position: relative;
  margin-bottom: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.btn:hover,
.btn:active,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.22) !important;
  -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.22) !important;
  box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.22) !important;
}

.btn.btn-primary {
  background: #2553b8 !important;
  border-color: #2553b8 !important;
  color: #fff;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
  border-color: #1c408e !important;
  background: #1c408e !important;
}

.contactForm .label {
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.contactForm .form-control {
  border: none;
}

#map {
  width: 100%;
}

@media (max-width: 767.98px) {
  #map {
    height: 300px;
  }
}

#contactForm .error {
  color: red;
  font-size: 12px;
}

#contactForm .form-control {
  font-size: 16px;
}

#message {
  resize: vertical;
}

#form-message-warning,
#form-message-success {
  display: none;
}

#form-message-warning {
  color: red;
}

#form-message-success {
  color: #28a745;
  font-size: 18px;
  font-weight: 500;
}

.submitting {
  float: left;
  width: 100%;
  padding: 10px 0;
  display: none;
  font-size: 16px;
  font-weight: 500;
  color: #2553b8;
}






@media only screen and (max-width: 767px) {
  .navbar-brand {
      white-space: normal; /* Allow wrapping */
  }
}


/* number of passengers */

.select-wrapper {
  position: relative;
  display: inline-block;
}

.select-wrapper select {
  padding-right: 230px; /* Adjust this value to ensure the icon doesn't overlap with text */
}

.select-wrapper i {
  position: absolute;
  top: 50%;
  right: 10px; /* Adjust this value to position the icon horizontally */
  transform: translateY(-50%);
  pointer-events: none; /* Ensure the icon doesn't interfere with select functionality */
}

/* from to */

.select-wrapper2 {
  position: relative;
  display: inline-block;
}


/* .select-wrapper2 select {
  padding-right: 120px;
} */


.select-wrapper2 i {
  position: absolute;
  top: 50%;
  right: 10px; /* Adjust this value to position the icon horizontally */
  transform: translateY(-50%);
  pointer-events: none; /* Ensure the icon doesn't interfere with select functionality */
}


/* Flying from */

.select-wrapper3 {
  position: relative;
  display: inline-block;
}


/* .select-wrapper3 select {
  padding-right: 120px;
} */


.select-wrapper3 i {
  position: absolute;
  top: 50%;
  right: 10px; /* Adjust this value to position the icon horizontally */
  transform: translateY(-50%);
  pointer-events: none; /* Ensure the icon doesn't interfere with select functionality */
}


.select-wrapper5 {
  position: relative;
  display: inline-block;
}


.select-wrapper5 select {
  padding-right: 220px; /* Adjust this value to ensure the icon doesn't overlap with text */
}


.select-wrapper5 i {
  position: absolute;
  top: 50%;
  right: 10px; /* Adjust this value to position the icon horizontally */
  transform: translateY(-50%);
  pointer-events: none; /* Ensure the icon doesn't interfere with select functionality */
}



.select-wrapper6 {
  position: relative;
  display: inline-block;
}


.select-wrapper6 select {
  padding-right: 220px; /* Adjust this value to ensure the icon doesn't overlap with text */
}


.select-wrapper6 i {
  position: absolute;
  top: 50%;
  right: 10px; /* Adjust this value to position the icon horizontally */
  transform: translateY(-50%);
  pointer-events: none; /* Ensure the icon doesn't interfere with select functionality */
}


.select-wrapper7 {
  position: relative;
  display: inline-block;
}


.select-wrapper7 select {
  padding-right: 120px;
}


.select-wrapper7 i {
  position: absolute;
  top: 50%;
  right: 10px; /* Adjust this value to position the icon horizontally */
  transform: translateY(-50%);
  pointer-events: none; /* Ensure the icon doesn't interfere with select functionality */
}


/* For phones */
@media (max-width:  767px) {
  .col-lg-6.col-md-6,
  .col-lg-6.col-md-3 {
    margin-bottom: 17px; /* Adjust the space as needed */
  }
}

/* For tablets */


/* For laptops */


/* Additional adjustments for smaller devices */
@media (max-width: 360px) {
  .nav-link {
    padding: 0.2rem 0.5rem;
    font-size: 0.8rem;
  }

  .card {
    max-width: 360px;
    height: auto;
  }

  .col-md-6,
  .col-md-12 {
    width: 100%;
  }

  .select-wrapper,
  .select-wrapper2,
  .select-wrapper3,
  .select-wrapper5 {
    width: 100%;
  }

  /* Add space between "flying to" and "flying from" */
  .select-wrapper,
  .select-wrapper2,
  .select-wrapper3,
  .select-wrapper5 {
    margin-bottom: 1rem; /* Adjust as needed */
  }

  /* Adjust image size */

}

/* Additional adjustments for slightly larger devices */
@media (max-width: 480px) {
  .nav-link {
    padding: 0.2rem 0.5rem;
    font-size: 0.8rem;
  }

  .card {
    max-width: 418px;
    height: auto;
  }

  .col-md-6,
  .col-md-12 {
    width: 100%;
  }

  .select-wrapper,
  .select-wrapper2,
  .select-wrapper3,
  .select-wrapper5 {
    width: 100%;
  }

  /* Add space between "flying to" and "flying from" */
  .select-wrapper,
  .select-wrapper2,
  .select-wrapper3,
  .select-wrapper5 {
    margin-bottom: 1rem; /* Adjust as needed */
  }

}





.search-section {
  width: 300px;
  margin: 0 auto;
}

.search-section h2 {
  color: #fff;
  text-align: center;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  color: #000;
}

.form-group input {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 5px;
}




.select-wrapper8 {
  position: relative;
  display: inline-block;
}


.select-wrapper8 select {
  padding-right: 120px;
}


.select-wrapper8 i {
  position: absolute;
  top: 50%;
  right: 10px; /* Adjust this value to position the icon horizontally */
  transform: translateY(-50%);
  pointer-events: none; /* Ensure the icon doesn't interfere with select functionality */
}



.overlay-container {
  position: relative;
  display: inline-block;
}

.overlay-image {
  display: block;
  max-width: 100%;
}

.overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;

  color: #fff;
}

.overlay-text .discount {
  font-size: 80px;
  color: #fff; /* Change the color to your preference */
  text-shadow: 0px 1px 0px #c0c0c0, 0px 2px 0px #b0b0b0, 0px 3px 0px #a0a0a0, 0px 4px 0px #909090, 0px 5px 10px rgba(0, 0, 0, 0.6); /* Adding a subtle 3D effect */
  font-family: 'Rubik Bubbles'; /* Use the desired font family */
}





.container2 {

  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
}
.card2 {
  background-color: #fff;
  max-width: 800px;
  /* box-shadow: 2px 2px 5px #9E9E9E, -1px -1px 5px #9E9E9E;
  border-radius: 3px; */
  display: grid;
  grid-template-column: repeat(5, 1fr);
}
.card2 .img-container2{
  width: 330px;
  height: 100%;
  grid-column: 2;
  background-image: url('../img/1904.jpg');
  background-size: cover;
  background-position: center center;
}
.card-content2 {
  grid-column: 3 / 5;
  padding: 10px 30px;
  border-left: 1px solid #ccc;
}
h2 {
  text-transform: uppercase;
  color: #555;
}
h1 {
  margin-bottom: 0;
}
.card-content2 .author2 {
  border-top: 1px solid #cdcdcd;
  font-weight: 700;
  margin-top: 25px;
  padding: 25px 0 10px 0;
  color: #555;
}

@media only screen and (max-width:600px) {
  .card2 {
    display: block;
  }
  .card2 .img-container2 {
    height: 250px;
    width: 100%;
  }
  .card-content2 {
    border: 0;
    border-top: 1px solid #ccc;
  }
}




/* For Mobile */
@media only screen and (max-width: 600px) {
  .carousel-caption p {
    font-size: 30px;
    text-align: center;
  }
}

/* For Tablet */
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .carousel-caption p {
    font-size: 40px;
    text-align: center;
  }
}

/* For Laptop */
@media only screen and (min-width: 1025px) {
  .carousel-caption p {
    font-size: 45px;
    text-align: center;
  }
}



/* Add space on tablet screens */
@media screen and (max-width: 768px) {
  .contact-wrap {
      margin-bottom: 30px; /* Add margin to the contact form */
  }

  #map {
      margin-top: 15px; /* Add margin to the map */

  }


}

@media screen and (max-width: 576px) {
  .contact-wrap {
      padding: 20px; /* Adjust padding of the contact form */
  }

}



/* For tablet devices */
@media screen and (max-width: 992px) {
  #map iframe {
      width: 355px; /* Set medium width for the map */
      height: 400px; /* Set medium height for the map */
  }
}

/* For mobile devices */
@media screen and (max-width: 768px) {
  #map iframe {
      width: 398px; /* Set medium width for the map */
      height: 300px; /* Set medium height for the map */
  }
}



@media only screen and (max-width: 768px) {
  .contact-bg {
    /* Adjust the background properties for mobile */
    background: url("../img/contact5.jpg");
    background-position-x: left;
    background-size: cover; /* or any other value you prefer */
    /* ... */
  }
}



.ticker {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: -1rem;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	right: -1rem;
	top: 0;
	z-index: 1;
}

@-webkit-keyframes ticker {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes ticker {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

.ticker__list {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-animation: ticker 15s linear infinite;
	animation: ticker 15s linear infinite;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-image: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#e07a03),
		color-stop(10%, #dc7776),
		color-stop(20%, #d26fd1),
		color-stop(30%, #98984d),
		color-stop(40%, #6296dd),
		color-stop(50%, #50a1a1),
		color-stop(60%, #6296dd),
		color-stop(70%, #98984d),
		color-stop(80%, #d26fd1),
		color-stop(90%, #dc7776),
		to(#e07a03)
	);
	background-image: -o-linear-gradient(left, #e07a03 0%, #dc7776 10%, #d26fd1 20%, #98984d 30%, #6296dd 40%, #50a1a1 50%, #6296dd 60%, #98984d 70%, #d26fd1 80%, #dc7776 90%, #e07a03 100%);
	background-image: linear-gradient(to right, #e07a03 0%, #dc7776 10%, #d26fd1 20%, #98984d 30%, #6296dd 40%, #50a1a1 50%, #6296dd 60%, #98984d 70%, #d26fd1 80%, #dc7776 90%, #e07a03 100%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: var(--space-sm);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: -25%;
	min-width: -webkit-max-content;
	min-width: -moz-max-content;
	min-width: max-content;
	padding: var(--space-2xs) calc(var(--space-sm) / 2);
	position: relative;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	white-space: nowrap;
	will-change: transform;
}

.ticker__item {
	color: #fff;
	font-size: var(--text-md);
}



.phone-number {
  font-size: 33px;
  color: white;
}




 /* Default phone number style */
 .phone-number {
  font-size: 33px;
  color: white;
}

/* Media query for mobile view (iPhone) */
@media only screen and (max-width: 768px) {
  .phone-number {
    font-size: 20px; /* Adjust the font size as needed */
  }

  /* Show the marquee only on small devices */
  .marquee {
    display: block;
  }
}



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

ul.social li {
  display: inline;
  padding: 0;
  margin: 0 5px;
}

ul.social li a {
  transition: all 0.6s ease;
  display: inline-block;
  margin: 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 50px;
  height: 50px;
  font-size: 24px;
  position: relative;
  background-color: transparent;
}

ul.social li a i {
  color: #fff;
  text-align: center;
  margin: 0;
  line-height: 50px;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

ul.social li a:hover i {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}

.social li a.insta:hover {
  background-color: #007bb7;
}

.social li a.face:hover {
  background-color: #3b5998;
}

.social li a.twit:hover {
  background-color: #33ccff;
}

.social li a.google:hover {
  background-color: #bd3518;
}

.social li a.linkedin:hover {
  background-color: #007bb7;
}




.pagination
{
    display: flex;
    justify-content: center;
}



.blog-slider {
    width: 95%;
    position: relative;
    max-width: 800px;
    margin: auto;
    background: #fff;
    box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
    padding: 25px;
    border-radius: 25px;
    height: 400px;
    transition: all 0.3s;
  }
  @media screen and (max-width: 992px) {
    .blog-slider {
      max-width: 680px;
      height: 400px;
    }
  }
  @media screen and (max-width: 768px) {
    .blog-slider {
      min-height: 500px;
      height: auto;
      margin: 180px auto;
    }
  }
  @media screen and (max-height: 500px) and (min-width: 992px) {
    .blog-slider {
      height: 350px;
    }
  }
  .blog-slider__item {
    display: flex;
    align-items: center;
  }
  @media screen and (max-width: 768px) {
    .blog-slider__item {
      flex-direction: column;
    }
  }
  .blog-slider__item.swiper-slide-active .blog-slider__img img {
    opacity: 1;
    transition-delay: 0.3s;
  }
  .blog-slider__item.swiper-slide-active .blog-slider__content > * {
    opacity: 1;
    transform: none;
  }
  .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(1) {
    transition-delay: 0.3s;
  }
  .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(2) {
    transition-delay: 0.4s;
  }
  .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(3) {
    transition-delay: 0.5s;
  }
  .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(4) {
    transition-delay: 0.6s;
  }
  .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(5) {
    transition-delay: 0.7s;
  }
  .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(6) {
    transition-delay: 0.8s;
  }
  .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(7) {
    transition-delay: 0.9s;
  }
  .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(8) {
    transition-delay: 1s;
  }
  .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(9) {
    transition-delay: 1.1s;
  }
  .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(10) {
    transition-delay: 1.2s;
  }
  .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(11) {
    transition-delay: 1.3s;
  }
  .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(12) {
    transition-delay: 1.4s;
  }
  .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(13) {
    transition-delay: 1.5s;
  }
  .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(14) {
    transition-delay: 1.6s;
  }
  .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(15) {
    transition-delay: 1.7s;
  }
  .blog-slider__img {
    width: 300px;
    flex-shrink: 0;
    height: 300px;
    /* background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%); */
    box-shadow: 4px 13px 30px 1px rgba(252, 56, 56, 0.2);
    border-radius: 20px;
    transform: translateX(-80px);
    overflow: hidden;
  }
  .blog-slider__img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%); */
    border-radius: 20px;
    opacity: 0.8;
  }
  .blog-slider__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 0;
    border-radius: 20px;
    transition: all 0.3s;
  }
  @media screen and (max-width: 768px) {
    .blog-slider__img {
      transform: translateY(-50%);
      width: 90%;
    }
  }
  @media screen and (max-width: 576px) {
    .blog-slider__img {
      width: 95%;
    }
  }
  @media screen and (max-height: 500px) and (min-width: 992px) {
    .blog-slider__img {
      height: 270px;
    }
  }
  .blog-slider__content {
    padding-right: 25px;
  }
  @media screen and (max-width: 768px) {
    .blog-slider__content {
      margin-top: -80px;
      text-align: center;
      padding: 0 30px;
    }
  }
  @media screen and (max-width: 576px) {
    .blog-slider__content {
      padding: 0;
    }
  }
  .blog-slider__content > * {
    opacity: 0;
    transform: translateY(25px);
    transition: all 0.4s;
  }
  .blog-slider__code {
    color: #7b7992;
    margin-bottom: 15px;
    display: block;
    font-weight: 500;
  }
  .blog-slider__title {
    font-size: 24px;
    font-weight: 700;
    color: #0d0925;
    margin-bottom: 20px;
  }
  .blog-slider__text {
    color: #4e4a67;
    margin-bottom: 30px;
    line-height: 1.5em;
  }
  .blog-slider__button {
    display: inline-flex;
    background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
    padding: 15px 35px;
    border-radius: 50px;
    color: #fff;
    box-shadow: 0px 14px 80px rgba(252, 56, 56, 0.4);
    text-decoration: none;
    font-weight: 500;
    justify-content: center;
    text-align: center;
    letter-spacing: 1px;
  }
  @media screen and (max-width: 576px) {
    .blog-slider__button {
      width: 100%;
    }
  }
  .blog-slider .swiper-container-horizontal > .swiper-pagination-bullets, .blog-slider .swiper-pagination-custom, .blog-slider .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
  }
  .blog-slider__pagination {
    position: absolute;
    z-index: 21;
    right: 20px;
    width: 11px !important;
    text-align: center;
    left: auto !important;
    top: 50%;
    bottom: auto !important;
    transform: translateY(-50%);
  }
  @media screen and (max-width: 768px) {
    .blog-slider__pagination {
      transform: translateX(-50%);
      left: 50% !important;
      top: 205px;
      width: 100% !important;
      display: flex;
      justify-content: center;
      align-items: center;
    }
  }
  .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 8px 0;
  }
  @media screen and (max-width: 768px) {
    .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
      margin: 0 5px;
    }
  }
  .blog-slider__pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    display: block;
    border-radius: 10px;
    background: #062744;
    opacity: 0.2;
    transition: all 0.3s;
  }
  .blog-slider__pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fd3838;
    height: 30px;
    box-shadow: 0px 0px 20px rgba(252, 56, 56, 0.3);
  }
  @media screen and (max-width: 768px) {
    .blog-slider__pagination .swiper-pagination-bullet-active {
      height: 11px;
      width: 30px;
    }
  }



  .accordion-head i{
    font-size: 20px;
    float: right;
}

.accordion-head > .collapsed > i:before{
    content: "\f105";
}
