.main-wrapper {
  margin: 0;
  font-family: "Roboto", sans-serif;
  color: #FFFFFF;
}

.kac-header-scrolled {
  backdrop-filter: blur(20px);
  background-color: #14489B;
}

/* .ksa-header {
  max-width: 1482px;
} */

.mobile-menu-header .logo-img {
  max-width: unset;
  width: 93px;
}

.ksa-header-wrap {
  position: fixed;
  z-index: 999;
  width: 100%;
  padding: 8px;
}

.ksa-navigation-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-end;
}

.navbar-toggler-icon {
  display: inline-block;
  cursor: pointer;
  width: unset !important;
  height: unset !important;
  padding: 8px;
  border-radius: 10px;
  border: 1px solid #ffff;
}

.navbar-toggler-icon span {
  display: block;
  width: 16px;
  height: 1px;
  margin: 3px 0;
  background-color: #FFFFFF;
}

.ksa-navigation-wrap .ksa-navigation-bar {
  margin-right: 30px;
  width: 100%;
}

.ksa-navigation-wrap #menu-header-menu {
  display: flex;
  flex-direction: row;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  justify-content: space-around;
}

.mobile-menu-header {
  margin: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile-menu-wrapper .close-btn {
  font-size: 50px;
  border: none;
  background: none;
  float: right;
  color: #ffff;
}

.mobile-menu-wrapper {
  position: absolute;
  height: 100vh;
  width: 100%;
  background: #14489B;
  z-index: 99999999999999999;
  left: -100%;
  top: 0;
  transition: .5s;
}

.mobile-menu-wrapper .ksa-navigation-bar #menu-header-menu-1 .menu-item,
.ksa-navigation-wrap #menu-header-menu .menu-item {
  padding: 10px 40px;
  display: flex;
  align-items: center;
}

.mobile-menu-wrapper .ksa-navigation-bar #menu-header-menu-1 .menu-item a,
.ksa-navigation-wrap #menu-header-menu .menu-item a {
  text-decoration: none;
  font-size: 25px;
  transition: ease-in-out 0.2s;
  color: #FFFFFF;
  border-bottom: 3px solid transparent;
}

.ksa-navigation-wrap #menu-header-menu .active-menu a {
  border-bottom: 3px solid #D9D9D9;

}

.mobile-menu-wrapper .ksa-navigation-bar #menu-header-menu-1 .menu-item a:hover,
.ksa-navigation-wrap #menu-header-menu .menu-item a:hover {
  color: #f34e1d;
  border-bottom: 3px solid #D9D9D9;
}

.mobile-menu-wrapper .ksa-navigation-bar #menu-header-menu-1 .ksa-button.ksa-button-primary,
.ksa-navigation-wrap #menu-header-menu .ksa-button.ksa-button-primary {
  padding: 10px 25px 10px 0px;
}

.mobile-menu-wrapper .ksa-navigation-bar #menu-header-menu-1 .ksa-button.ksa-button-secondry,
.ksa-navigation-wrap #menu-header-menu .ksa-button.ksa-button-secondry {
  padding: 10px 0px;
}

.ksa-hiro-secton {
  background-image: url('/wp-content/themes/hello-elementor-child/assets/images/ksa-hero-bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 290px;
}

.header-contact-text-wrap a {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 0;
  padding: 12px;
  padding-left: 85px;
  background-color: transparent;
  border: none;
}

.header-contact-text-wrap a:hover {
  background-color: transparent;
  color: #FFFFFF;
}

.header-contact-info-wrap {
  border: 1px solid #ffff;
  border-radius: 24px;
  position: relative;
}

.header-contact-svg {
  margin-right: 10px;
  overflow: hidden;
  margin-left: -1px;
  position: absolute;
  width: 77.85px;
  height: 74px;
  top: 0;
}

.header-contact-svg svg {
  width: 71px;
  height: auto;
  border-radius: 24px;
  padding: 15px;
  background-color: #FFFFFF;
}

.ksa-info {
  text-transform: uppercase;
}

.ksa-info .ksa-text-1 {
  font-size: 61px;
  font-weight: 100;
}

.ksa-img-content {
  display: flex;
  align-items: flex-end;
}

.ksa-info .ksa-heading h1 {
  font-size: 118px;
  font-weight: bold;
  margin-bottom: 25px;
}

.ksa-info .ksa-text-2 {
  font-size: 70px;
  line-height: 87px;
  border: 1px solid #FFFFFF;
  padding: 6px 24px;
  border-radius: 10px;
  text-align: center;
  display: unset;
  font-weight: bold;
}

.img-fluid.hero-img-main {
  max-width: 100%;
  height: auto;
  /* position: absolute;
  top: -8px;
  right: 252px;
  width: 600px; */
}

.ksa-info .ksa-sub-text {
  font-size: 27px;
  line-height: 42px;
  margin-top: 42px;
  margin-bottom: 135px;
  text-transform: capitalize;
  font-weight: 300;
}

/* ***************************why choose our section start******************************* */
.why-choose-our {
  color: #000000;
}

.why-choose-our p {
  font-size: 30px;
  line-height: 42px;
  margin-top: 68px;
  margin-bottom: 0;
  font-weight: 500;
}

.why-choose-our h2 {
  font-size: 59px;
  line-height: 62px;
  font-weight: 700;
  color: #135DD4;
  max-width: 600px;
}

.why-choose-our .info-text-wrap p {
  font-size: 27px;
  line-height: 35px;
  margin-bottom: 45px;
  font-weight: 300;
}

.why-choose-our .vector-img-2 {
  position: absolute;
  top: 140px;
  right: 0;
}

.why-choose-hero-img-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 9;
}

.why-choose-small-img {
  background-color: #EEEEEE;
  padding: 27px 40px;
  border-radius: 50px;
}

.why-choose-small-img img {
  padding: 0 5px;
}

.why-choose-our .vector-img-1 {
  position: absolute;
  top: 79px;
  left: 0;
}

.why-choose-our .info-text-wrap span {
  font-weight: 500;
}

/* ***************************why choose our section end ******************************* */

/* ****************************************what we are start****************************************** */
.ksa-steps-section {
  background-color: #14489B;
  padding-bottom: 94px;
}

.ksa-steps-section .info-text-wrap {
  margin-top: 80px;
}

.ksa-steps-section .info-text-wrap p {
  font-size: 60px;
  line-height: 67px;
  margin-bottom: 0;
  font-weight: 300;
}

.ksa-steps-section .info-text-wrap h2 {
  font-size: 60px;
  line-height: 67px;
  font-weight: bold;
}

.ksa-steps-section .info-sub-text-wrap p {
  font-size: 27px;
  line-height: 35px;
  margin-top: 65px;
  margin-bottom: 120px;
  font-weight: 300;
  padding-right: 50px;
}

.ksa-steps-section .step-content-wrap {
  background-color: #ffffff20;
  padding: 26px 34px;
  border-radius: 39px;
  margin: 18px 0;
}

.what-are-svg-wrap {
  background-color: #FFFFFF;
  border-radius: 50%;
  padding: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
}

.what-are-text-wrap p {
  font-size: 27px;
  line-height: 35px;
  margin-bottom: 0;
  font-weight: 300;
  padding-left: 24px;
}

.book-now-text-wrap p:first-child {
  font-size: 60px;
  color: #144EAD;
  margin-bottom: 0;
}

.book-now-text-wrap p:last-child {
  font-size: 60px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 0;
}

.book-now-text-wrap h2 {
  font-size: 59px;
  font-weight: bold;
  color: #144EAD;
  margin-bottom: 0;
}

.book-now-sub-text-wrap p {
  font-size: 27px;
  line-height: 35px;
  margin-top: 46px;
  color: #000000;
  margin-bottom: 0;
  font-weight: 300;
}

.book-now-main-wrap {
  background-color: #FFFFFF;
  padding: 61px 82px 94px 82px;
  margin-top: 94px;
  border-radius: 42px;
  display: flex;
  align-items: center;
}

.book-now-text-wrap p {
  font-size: 60px;
  line-height: 62px;
  color: #144EAD;
}

.what-we-are-slider-wrap {
  overflow: hidden;
}

.ksa-slider {
  max-width: 100%;
  margin: 0 auto;
}

.ksa-slider .slick-slide {
  transform: scale(0.85);
  transition: all 0.4s ease;
  z-index: 1;
  margin: 0 -60px;
  /* controls overlap */
  position: relative;
  opacity: 0.5;
  pointer-events: none;
  /* disables clicks for side slides */
}

.ksa-slider .slick-current-custom {
  transform: scale(1);
  opacity: 1;
  z-index: 3;
  pointer-events: auto;
}

.ksa-slider .slick-list {
  overflow: visible;
  padding: 0 100px;
  /* optional, if you want to create spacing around the center */
}

.ksa-slider .slide-item {
  text-align: center;
}

.ksa-slider .slick-dots li button:before {
  color: #FFFFFF !important;
  opacity: 0.5;
  font-size: 30px;
  /* optional: makes inactive dots semi-transparent */
}

/* Active dot color */
.ksa-slider .slick-dots li.slick-active button:before {
  color: #FFFFFF !important;
  opacity: 1;
  font-size: 70px;
}

.book-now-btn-wrap a {
  background-color: #144EAD;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 48px;
  padding: 32px 52px;
  border-radius: 30px;
  margin-top: 24px;
}

/* ****************************************what we are end****************************************** */
@media (max-width: 1759px) {
  .why-choose-our .vector-img-1 {
    display: none;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1482px;
  }
}



@media (min-width: 1024px) and (max-width: 1520px) {
  .header-contact-text-wrap a {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
    padding: 15px;
    padding-left: 85px;
  }

  .ksa-hiro-secton {
    padding-top: 160px;
  }

  .why-choose-hero-img-wrap img {
    max-width: 550px;
  }

  .what-are-svg-wrap {
    padding: 30px;
    width: 120px;
    height: 120px;
  }

  .what-are-text-wrap p {
    font-size: 20px;
    line-height: 30px;
    padding-left: unset
  }

  .book-now-btn-wrap a {
    font-size: 40px;
  }

  .book-now-text-wrap p:first-child {
    font-size: 40px;
  }

  .book-now-text-wrap h2 {
    font-size: 50px;
    margin-top: 20px;
  }

  .book-now-text-wrap p:last-child {
    font-size: 50px;
  }

  .ksa-info .ksa-text-1 {
    font-size: 50px;

  }

  .ksa-info .ksa-heading h1 {
    font-size: 60px;
  }

  .ksa-info .ksa-text-2 {
    font-size: 30px;
    line-height: 30px;
  }

  .ksa-steps-section .info-text-wrap p {
    font-size: 50px;
    line-height: 55px;

  }
  .ksa-info .ksa-sub-text {
        font-size: 24px;
        line-height: 35px;
    }
.img-fluid.hero-img-main {
    max-width: 80%;
}


  .ksa-steps-section .info-sub-text-wrap p {
    font-size: 20px;
    line-height: 30px;
    padding-right: 30px;
  }

  .header-contact-svg svg {
    width: 64px;
  }

  .ksa-steps-section .step-content-wrap .col-3 {
    display: flex;
    justify-content: space-around;
  }

  .header-contact-text-wrap a {
    padding-left: 70px;
  }

  .what-are-img-wrap img {
    max-width: 450px;
  }

  .book-now-text-wrap {
    text-align: center;
  }

  .book-now-sub-text-wrap p {
    text-align: center;
  }
  .why-choose-our p {
    font-size: 25px;
    line-height: 32px;
    margin-top: 38px;
}
.why-choose-our h2 {
    font-size: 49px;
    line-height: 62px;
}
.why-choose-our .info-text-wrap p {
    font-size: 22px;
    line-height: 29px;
    margin-bottom: 25px;
}
.ksa-steps-section .step-content-wrap {
    padding: 15px;
}
.book-now-btn-wrap a {
    font-size: 40px;
    padding: 12px 32px;
    margin-top: 24px;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
  .ksa-header img {
    max-width: 150px;
  }

  .ksa-navigation-wrap #menu-header-menu .menu-item a {
    font-size: 20px;
  }


  .header-contact-svg svg {
    width: 50px;
  }

  .header-contact-text-wrap a {
    font-size: 17px;
  }

  .img-fluid.hero-img-main {
    width: 400px;
  }

  .ksa-info .ksa-text-1 {
    font-size: 35px;
  }

  .ksa-info .ksa-text-2 {
    font-size: 35px;
    line-height: normal;
  }

  .ksa-info .ksa-heading h1 {
    font-size: 50px;
  }

  .ksa-info .ksa-sub-text {
    font-size: 15px;
    line-height: 25px;
    margin-top: 15px;
    margin-bottom: 35px;
  }

  .ksa-hiro-secton {
    padding-top: 180px;
  }

  .why-choose-small-img img {
    max-width: 280px;
  }

  .why-choose-hero-img-wrap img:first-child {
    max-width: 400px;
  }

  .why-choose-our p:first-child {
    font-size: 20px;
    line-height: 30px;
    margin-top: 40px;
  }

  .why-choose-our h2 {
    font-size: 40px;
    line-height: 42px;
  }

  .why-choose-our .info-text-wrap p {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 30px;
  }

  .why-choose-small-img {
    padding: 20px 30px;
  }

  .why-choose-small-img img {
    width: 100%;
  }

  .ksa-steps-section .info-text-wrap p {
    font-size: 40px;
    line-height: 40px;
  }

  .ksa-steps-section .info-text-wrap h2 {
    font-size: 50px;
    line-height: 50px;

  }

  .ksa-steps-section .info-sub-text-wrap p {
    font-size: 20px;
    line-height: 30px;
    margin-top: 50px;
    margin-bottom: 80px;
    font-weight: 300;
    padding-right: 20px;
  }

  .what-are-svg-wrap {
    padding: 23px;
    width: 120px;
    height: 120px;
    background-color: #D9D9D9;
  }

  .ksa-steps-section .step-content-wrap {
    padding: 20px 25px;
    margin: 14px 0;

  }

  .what-are-img-wrap img {
    max-width: 500px;
    margin-top: 50px;
  }

  .what-are-text-wrap p {
    font-size: 20px;
    line-height: 30px;
    padding-left: unset;
  }

  .book-now-text-wrap {
    text-align: center;
  }

  .book-now-text-wrap p:first-child {
    font-size: 40px;
  }

  .book-now-text-wrap h2 {
    font-size: 50px;
  }

  .book-now-text-wrap p:last-child {
    font-size: 40px;
  }

  .book-now-sub-text-wrap p {
    font-size: 20px;
    line-height: 30px;
    margin-top: 30px;
    text-align: center;
  }

  .book-now-text-wrap h2:first-child {
    font-size: 50px;
    margin-top: 25px;
  }

  .book-now-btn-wrap a {
    font-size: 48px;
    padding: 20px 35px;
    margin-top: 24px;
  }

  .book-now-main-wrap {
    padding: 60px 50px 60px 50px;
    margin-top: 86px;
  }
}

@media only screen and (max-width: 768px) {

  .ksa-hiro-secton {
    padding-top: 25px;
  }

  .ksa-header .logo-img {
    max-width: 90px;
  }

  .ksa-info .ksa-text-1 {
    font-size: 29px;
  }

  .ksa-info {
    padding: 0 38px;
    margin-top: 38px;
    ;
  }

  .ksa-img-content {
    margin-top: 100px;
  }

  .ksa-img-content img {
    width: 100%;
  }

  .ksa-info .ksa-heading h1 {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 12px;
    line-height: normal;
  }

  .ksa-info .ksa-text-2 {
    font-size: 34px;
    line-height: 42px;
    padding: 3px 12px;
    text-align: center;
  }

  .ksa-info .ksa-sub-text {
    font-size: 13px;
    line-height: 20px;
    margin-top: 24px;
    margin-bottom: 38px;
  }

  .why-choose-our p {
    font-size: 12px;
    line-height: 30px;
    margin-top: 33px;
  }

  .why-choose-our h2 {
    font-size: 30px;
    line-height: 31px;
    max-width: 100%;
  }

  .why-choose-our .info-text-wrap p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 20px;
  }

  .why-choose-container {
    display: flex;
    flex-wrap: wrap;
  }

  .why-choose-hero-img-wrap {
    position: unset;
    width: 100%;
    text-align: center;
  }

  .why-choose-hero-img-wrap .why-choose-mobile {
    display: inline-block !important;
  }

  .why-choose-small-img {
    display: flex;
    border-radius: 49px 50px 0 0;
  }

  .why-choose-small-img img {
    width: 50%;
  }

  .ksa-steps-section .info-text-wrap p:first-child {
    font-size: 30px;
    line-height: 37px;
  }

  .ksa-steps-section .info-text-wrap h2 {
    font-size: 30px;
    line-height: 31px;
  }

  .ksa-steps-section .info-text-wrap {
    margin-top: unset;
  }

  .ksa-steps-section .info-text-wrap p {
    font-size: 30px;
    line-height: 31px;
    margin-bottom: 0;
    font-weight: 300;
  }

  .why-choose-our .info-text-wrap h2,
  .why-choose-our .info-text-wrap p:last-child {
    font-size: 12px;
    line-height: 16px;
  }

  .info-sub-text-wrap p {
    font-size: 12px;
    line-height: 16px;
    margin-top: 20px;
    margin-bottom: 23px;
  }

  .what-are-svg-wrap {
    width: 71px;
    height: 71px;
    padding: 18px;
    background-color: #D9D9D9;

  }

  .what-are-text-wrap p {
    font-size: 12px;
    line-height: 15px;
    text-align: start;
    padding-left: unset;
  }

  .ksa-steps-section {
    padding: 44px 20px;
  }

  .ksa-steps-section .step-content-wrap {
    background-color: #ffffff20;
    padding: 25px 14px;
    border-radius: 17px;
    margin: 8px 0;
  }

  .ksa-steps-section .step-content-wrap .col-3 {
    display: flex;
    justify-content: space-around;
  }

  .what-are-img-wrap {
    padding: 50px 0;
  }

  .what-are-img-wrap img {
    width: 100%;
    height: auto;
  }

  .book-now-text-wrap p:first-child,
  .book-now-text-wrap h2,
  .book-now-text-wrap p:last-child {
    font-size: 30px;
    line-height: 33px;
  }

  .book-now-sub-text-wrap p {
    font-size: 12px;
    line-height: 16px;
    margin-top: 14px;
  }

  .book-now-text-wrap h2 {
    font-size: 30px;
    line-height: 31px;
  }

  .book-now-btn-wrap a {
    font-size: 23px;
    padding: 15px 20px;
    border-radius: 15px;
    margin-top: 15px;
  }

  .book-now-main-wrap {
    padding: 22px 20px 35px 20px;
    text-align: center;
    margin-top: 50px;
  }

  .ksa-steps-section .info-sub-text-wrap p {
    font-size: 12px;
    line-height: 16px;
    margin-top: 20px;
    margin-bottom: 23px;
    padding-right: unset;
  }

  .book-now-text-wrap {
    margin: 15px 0;
  }
}

@media (max-width: 350px) {
  .ksa-info .ksa-heading h1 {
    font-size: 40px;
  }

  .ksa-info .ksa-text-2 {
    font-size: 30px;
  }

  .what-are-svg-wrap {
    width: 50px;
    height: 50px;
  }

  .book-now-text-wrap p:first-child {
    font-size: 25px;
  }

  .book-now-text-wrap h2 {
    font-size: 25px;
  }

  .book-now-btn-wrap a {
    font-size: 19px;
  }
}