@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');


html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
  max-width: 100%;
  width: auto;
}

body {
  padding: 0 !important;
  font-family: "Nunito Sans", sans-serif;
}

body a,
body button {
  color: #000;
  outline: none !important;
  text-decoration: none !important;
  transition: all ease 0.5s;
}

:root {
  --primary-yellow: #FFDE42;
  --primary-blue: #5478FF;
  --light-bg: #F5F8FF;
  --white: #FFFFFF;
  --para: #6B7280;
}

h2 {
  font-size: 40px;
  font-weight: 700;
}

* {
  padding: 0;
  margin: 0;
}

.p-100 {
  padding: 100px 0px;
}

.m-100 {
  margin-bottom: 80px;
}

.sec-btn {
  display: inline-block;
  padding: 13px 30px;
  border-radius: 5px;
  background-color: var(--primary-yellow);
  color: #fff;
  transition: .5s;
  text-transform: capitalize;
  font-size: 18px;
}

.sec-btn:hover {
  background-color: var(--primary-blue);
  color: #fff;
  border-radius: 30px;
}

.slick-next,
.slick-prev {
  display: none !important;
}

h2 {
  font-size: 35px;
  font-weight: 700;
  margin: 10px 0px;
  text-transform: capitalize;
}

.what {
  position: fixed;
  bottom: 30px;
  left: 20px;
  z-index: 999;
}

.what a {
  color: #fff;
  font-size: 30px;
  border-radius: 100%;
  height: 50px;
  width: 50px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 5px 10px 0px #050a3069;
  background: #1dbf73;
}

.what a:last-child {
  font-size: 20px;
  background-color: var(--primary-yellow);
}

/* -----Globle-Style----- */

/* ===Header-Section-Start=== */

header {
  z-index: 9999;
}

header .top-bar {
  padding: 6px 0px;
  background-color: var(--primary-yellow);
}

.top-bar .top-left ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
}

.top-bar .top-left ul li a {
  height: 40px;
  width: 40px;
  background-color: var(--primary-yellow);
  transition: .5s;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 4px;
}

.top-bar .top-left ul li a:hover {
  background-color: #fff;
  color: var(--primary-yellow);
  border-radius: 10px;
}

.top-bar .top-right {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 4;
}

.top-bar .top-right .phone {
  margin-right: 20px;
  display: flex;
  align-items: center;
}

.top-bar .top-right .phone a {
  color: var(--white);
  font-size: 17px;
}

.top-bar .top-right a:hover {
  color: var(--primary-blue);
}

.top-bar .top-right i {
  height: 40px;
  background-color: var(--primary-blue);
  width: 40px;
  display: flex;
  font-size: 19px;
  color: var(--white);
  border-radius: 5px;
  align-items: center;
  margin-right: 10px;
  justify-content: center;
}

.top-bar .top-right-bar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.top-bar .top-right-bar .email {
  margin-right: 20px;
  display: flex;
  align-items: center;
}

.top-bar .top-right-bar .email a {
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
}

.top-bar .top-right-bar .email i {
  color: var(--primary-blue);
  font-size: 18px;
  padding-right: 10px;
}

.top-bar .top-right-bar ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: flex-end;
}

.top-bar .top-right-bar ul li {
  display: flex;
  margin: 0px 5px;
  color: var(--white);
  align-items: center;
}

.top-bar .top-right-bar ul li:nth-child(1) a {
  background-color: var(--primary-blue);
}

.top-bar .top-right-bar ul li:nth-child(2) a {
  background-color: #000;
}

.top-bar .top-right-bar ul li:nth-child(3) a {
  background: linear-gradient(#FFD600, #FF7A00, #FF0069, #D300C5, #7638FA);
}

.top-bar .top-right-bar ul li span {
  font-weight: 300;
}

.top-bar .top-right-bar ul li a {
  color: #fff;
  transition: .5s;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  border: 1px solid var(--white);
  background-color: var(--primary-blue);
  border-radius: 3px;
  font-size: 20px;
}

.top-bar .top-right-bar ul li a:hover {
  background-color: transparent;
}

.top-bar .top-right i header .menu {
  background-color: var(--white);
}

.menu .navbar-brand {
  padding: 0;
}

.menu .navbar-brand img {
  width: 150px;
}

.menu .navbar {
  z-index: 299;
  position: relative;
  padding: 13px 0px;
  border-radius: 5px;
}

.menu .navbar-nav {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.menu .navbar-light .navbar-nav .nav-link {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  padding: 0px 20px;
}



.menu .navbar-light .navbar-nav .nav-link:hover,
.menu .navbar-light .navbar-nav .active {
  color: var(--primary-blue);
}

.menu .dropdown .dropdown-menu {
  width: 250px;
  font-weight: 600;
}

.menu .dropdown:hover .dropdown-menu {
  display: block;
}


header .top-bar .container-fluid {
  padding: 0px 40px;
}

header .menu .container-fluid {
  padding: 0;
}

.menu .book-now {
  margin-left: 50px;
}

/* ===Header-Section-End-=== */

/* ===Hero-Section-Start=== */
.hero-section {
  margin: 0px 40px;
}

.hero-section .container-fluid {
  padding: 100px 60px;
  background-image: linear-gradient(#000000db, #000000db), url(../images/hero1.png);
  background-size: cover;
  color: var(--white);
  background-position: center;
  border-radius: 40px;
  padding-bottom: 30px;
}

.hero-section .hero-slide:nth-child(2) .container {
  background: linear-gradient(#000000da, #000000da), url(../images/hero2.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-section .hero-text span {
  color: var(--primary-blue);
  text-transform: capitalize;
  font-size: 18px;
}

.hero-section .hero-text h1 {
  font-weight: 800;
  font-size: 50px;
  line-height: 60px;
  margin: 15px 0px;
}

.hero-section .hero-text p {
  font-size: 17px;
}

.hero-section .hero-text .hero-btn {
  margin-top: 30px;
}

.hero-section .hero-text .hero-btn a:nth-child(2) {
  background-color: #6A1B1B;
  border-color: #6A1B1B;
  margin-left: 20px;
}

.hero-section .hero-text .hero-btn a:nth-child(2):hover {
  background-color: transparent;
  border-color: var(--primary-blue);
  color: var(--primary-blue);
}

.hero-section .hero-img {
  margin-left: -120px;
}

.hero-section .hero-img img {
  /* animation: updown 2s alternate infinite; */
  width: 100%;
}

@keyframes updown {
  0% {
    transform: translateY(9px);
  }

  100% {
    transform: translateY(0px);
  }
}

.booking-form .bs-form {
  padding: 40px 20px;
  position: relative;
  z-index: 2;
  border-radius: 15px;
  background-image: url(../images/booking-shape.png);
  border: 1px solid var(--primary-blue);
  background-color: #f3f0f048;
  border-top: 10px solid var(--primary-blue);
}

.booking-form .bs-form p {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 800;
}

.booking-form .bs-form .bs-input {
  position: relative;
  z-index: 3;
}

.booking-form .bs-form .bs-input label {
  font-weight: 700;
  color: var(--light-bg);
}

.booking-form .bs-form .bs-input input,
.booking-form .bs-form .bs-input textarea {
  width: 100%;
  border-radius: 5px;
  outline: none;
  padding: 13px 10px;
  margin-top: 10px;
  border: 1px solid var(--para);
  padding-right: 20px;
}

.booking-form .bs-form .bs-input input::placeholder {
  font-size: 14px;
  font-weight: 300;
  color: #000;
}

.booking-form .bs-form .bs-input input::-ms-value {
  color: var(--white);
}

.booking-form .bs-form .sec-btn {
  margin-top: 30px;
  padding: 12px 30px;
}
.booking-section .booking-form .bs-form .sec-btn {
  margin-top: 0;
}
/* ===Hero-Section-End=== */

/* ===About-Section-Start=== */


.about-section {
  position: relative;
}

.about-section::after {
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../images/about-shape-1.png);
  z-index: -1;
  content: "";
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
}

.about-section h2 {
  font-size: 50px;
  font-weight: 800;
}

.about-section h2 span {
  color: var(--primary-blue);
}

.about-section .text {
  text-align: right;
  margin-right: 40px;
}

.about-section .text h2 {
  font-size: 260px;
  font-weight: 800;
  color: var(--primary-blue);
}

.about-section .text h5 {
  font-size: 25px;
  font-weight: 600;
}

.about-section .as-img {
  height: 100%;
}

.about-section .as-img img {
  border-radius: 20px;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.about-section .as-text {
  margin-left: 10px;
}


/* ===About-Section-End=== */

/*===Popup-Section===*/

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popup-box {
  background: #ffffff;
  padding: 30px;
  max-width: 400px;
  text-align: center;
  border-radius: 10px;
  position: relative;
  animation: popupFade 0.6s ease-in-out;
}
.popup-box .f-group{
  margin: 15px 0px;
  text-align: left;
}
.popup-box .f-group input{
  width: 100%;
  border-radius: 3px;
  padding: 10px 20px;
  border: 1px solid #0056b3;
  outline: none;
}
.popup-box .f-group .sec-btn{
  margin-top: 20px;
}
.popup-box h2 {
  margin-bottom: 15px;
  color: #ff6600;
}

.popup-box p {
  font-size: 15px;
  margin-bottom: 20px;
}


.popup-btn {
  display: inline-block;
  padding: 10px 20px;
  background: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}

.popup-btn:hover {
  background: #0056b3;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 27px;
  cursor: pointer;
}

@keyframes popupFade {
  from { transform: scale(0.8); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}


/*===Popup-Section====*/

/* ----Service-Section-Start--- */

.service-section .ser-head {
  text-align: center;
}

.service-section .ser-box {
  padding: 20px;
  text-align: center;
  border: 1px solid var(--primary-blue);
  transition: .5s;
}

.ser-box:hover {
  background-color: var(--primary-blue);
  color: var(--white);
}

.ser-box .ser-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.ser-box .ser-img img {
  width: 300px;
  height: 300px;
  object-fit: cover;
  border-radius: 100%;
}
.ser-box .text h4{
  font-weight: 700;
}
.ser-box .sec-btn:hover {
  background-color: var(--light-bg);
}

.ser-box .sec-btn:hover span {
  color: var(--primary-blue);
}

/* ----Service-Section-End--- */


/* ===Choose-Section-Start=== */

/* ================= WHY CHOOSE SECTION ================= */

.why-choose-section {
  width: 100%;
  padding: 100px 0;
  background: #F5F8FF;
}

.why-img img {
  width: 100%;
  border-radius: 25px;
}

.why-content {
  padding-left: 30px;
}

.under {
  display: inline-block;
  background: #FFDE42;
  color: #1E2A5A;
  padding: 10px 25px;
  border-radius: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}

.why-content p {
  font-size: 16px;
  color: #6B7280;
  line-height: 30px;
  margin-bottom: 25px;
}

.why-box {
  display: flex;
  gap: 20px;
  background: #fff;
  padding: 25px;
  border-radius: 18px;
  margin-bottom: 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
  transition: .3s;
}

.why-box:hover {
  transform: translateY(-5px);
}

.why-icon {
  width: 70px;
  height: 70px;
  min-width: 70px;
  background: #5478FF;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}

.why-text h4 {
  font-size: 22px;
  color: #1E2A5A;
  margin-bottom: 10px;
}

.why-text p {
  margin-bottom: 0;
}

/* ================= RESPONSIVE ================= */

@media(max-width:991px) {

  .why-content {
    padding-left: 0;
    margin-top: 40px;
  }

}

@media(max-width:576px) {

  .why-choose-section {
    padding: 40px 0;
  }

  .why-box {
    flex-direction: column;
  }
}

/* ====Choose-Section-End==== */

/* ===Review-Section-Start=== */

.review-section {
  width: 100%;
  padding: 100px 0;
  background: #ffffff;
}

.review-head {
  margin-bottom: 30px;
}

.review-head p {
  font-size: 16px;
  color: #6B7280;
  line-height: 30px;
}

.review-box {
  background: #F5F8FF;
  padding: 20px;
  border-radius: 25px;
  transition: .3s;
  height: 100%;
  margin: 10px;
}

.review-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
}

.review-top {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.client-img img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
}

.client-info h4 {
  font-size: 22px;
  color: #1E2A5A;
  margin-bottom: 5px;
}

.client-info span {
  color: #5478FF;
  font-weight: 500;
}

.stars {
  color: #FFDE42;
  font-size: 22px;
  margin-bottom: 20px;
  letter-spacing: 3px;
}

.review-box p {
  font-size: 16px;
  line-height: 30px;
  color: #6B7280;
  margin-bottom: 0;
}

@media(max-width:576px) {
  .review-section {
    padding: 70px 0;
  }
  .review-box {
    padding: 25px;
  }
}

/* ===Review-Section-End=== */

/* ----quote-section-start--- */

.quote-section .quote {
  padding: 50px;
  background: #161E54;
  color: #fff;
  position: relative;
}

.quote-section .quote::after {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #F16D34;
  width: 40%;
  height: 100%;
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
}

.quote-section .quote-item h5 {
  margin: 0;
}

.quote-section .quote-item a {
  font-weight: 600;
  color: #161E54;
  font-size: 18px;
}

.quote-form {
  z-index: 3;
  position: relative;
}

.quote-form .f-group input,
.quote-form .f-group select,
.quote-form .f-group textarea {
  padding: 15px 20px;
  width: 100%;
  margin: 6px 0px;
  border: 1px solid #eee;
  border: 1px solid #F16D34;
  outline: none;
}

.quote-form .sec-btn {
  width: 100%;
  padding: 14px 20px;
  margin: 6px 0px;
  border: none;
}

.quote-form .sec-btn:hover {
  border: 1px solid #F16D34;
}

.quote-img {
  position: relative;
  z-index: 3;
  margin-bottom: -52px;
}

.quote-img img {
  width: 94%;
}

.tes-slider {
  position: relative;
  z-index: 3;
}

.tes-box {
  padding: 20px;
  background-color: #fff;
  margin: 50px 10px 40px;
  color: #161E54;
  position: relative;
  transition: 0.5s;
}

.tes-box span {
  color: #F16D34;
}

.tes-box::after {
  left: 9px;
  bottom: -13px;
  height: 80px;
  z-index: -1;
  width: 80px;
  position: absolute;
  background-color: #fff;
  content: "";
  transform: rotate(106deg);
}

.tes-box:hover,
.tes-box:hover::after {
  background-color: #161E54;
  color: #fff;
}

.tes-box .tes-img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  margin-top: -50px;
  transform: translateY(-15px);
}

.tes-box .tes-img img {
  width: 100%;
  border-radius: 100%;
  height: 100%;
  object-fit: cover;
}

/* ----quote-section-end--- */

/* -----------counter-section-start--------- */

.counter-section {
  position: relative;
  margin-top: -45px;
  z-index: 999;
}

.cont-box {
  background-color: #fff;
  padding: 20px;
  text-align: center;
  z-index: 44;
  box-shadow: 0px 10px 20px 0px #ef7e1b25;
  margin-top: 20px;
}

.counter-section .cont-box h2 {
  font-size: 35px;
  color: #F16D34;
  font-weight: 700;
  margin: 10px 0px;
}

.counter-section .cont-box h2::after {
  content: "+";
  font-size: 40px;
}

.cont-box img {
  width: 50px;
}

.cont-box p {
  margin-bottom: 0;
}

/* -----------counter-section-end----------- */


/* ------footer-section-start------- */

.footer-section {
  padding-top: 50px;
  background: linear-gradient(to right, #929090e9, #000000f5), url(../images/hero.png);
  background-size: cover;
  background-position: center;
  color: #fff;
}

.footer-section .f-logo img {
  width: 200px;
}

.fs-links ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-section h4{
  font-weight: 700;
  color: var(--primary-yellow);
}

.fs-links ul li {
  margin: 3px 0px;
  border-bottom: 1px solid var(--white);
  padding: 5px 0px;
}

.fs-links ul li a {
  color: #fff;
}

.footer-link2 ul li {
  display: flex;
  margin: 15px 0px;
  align-items: center;
}

.fs-links ul li a:hover {
  color: var(--primary-yellow);
}

.footer-link2 ul li i {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  margin-right: 10px;
  border-radius: 4px;
  background-color: #F16D34;
  font-size: 20px;
}

.footer-link2 ul li span,
.footer-link2 ul li a {
  flex: 1;
}

.footer-section .copy-right {
  text-align: center;
  padding: 10px;
  background-color: var(--primary-yellow);
  margin-top: 30px;
}

.footer-section .copy-right p {
  margin-bottom: 0;
}

.footer-section .copy-right p a {
  color:var(--primary-blue);
  font-weight: 600;
}

.footer-section .fs-contact ul{
  padding: 0;
  list-style: none;
  margin: 0;
}
.footer-section .fs-contact ul li{
  padding: 7px 0px;
  border-bottom: 1px solid var(--white);
  display: flex;
  align-items: center;
}
.footer-section .fs-contact ul li i{
  height: 35px;
  width: 35px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  background-color: var(--primary-yellow);
}
.footer-section .fs-contact ul li span, .footer-section .fs-contact ul li a{
  flex: 1;
  font-size: 15px;
  color: var(--white);
}
/* ------footer-section-end-------- */

/* ===Other-Section-Start===  */

.other-section {
  padding: 100px 0px;
}

.other-section h1 {
  font-weight: 900;
}

.other-section .os-box {
  border: 1px solid #161E54;
  padding: 30px;
  margin-top: 30px;
  border-radius: 10px;
}

.other-section .os-box h2 {
  font-size: 30px;
  font-weight: 900;
}

.other-section .os-box h5 {
  font-weight: 700;
  color: #161E54;
}

.other-section .os-box .os-img {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.other-section .os-box:nth-child(even) .os-img {
  justify-content: flex-start;
}

.other-section .os-box .os-img img {
  height: 400px;
  border-radius: 20px;
  object-fit: cover;
  width: 100%;
}

.other-section ul.os-slide1 {
  margin-top: 20px;
  padding-left: 0;
}

.other-section ul .ser-list {
  padding: 10px 15px;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  text-align: center;
  margin: 0px 8px;
  background-color: #161E54;
}

.other-section ul .ser-list br {
  display: none;
}

.other-section ul .ser-list.slick-current {
  background-color: #F16D34;
}

.other-section .os-item h4 {
  font-weight: 800;
  font-size: 20px;
}

.other-section .os-item ul {
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
  margin: 0;
  display: flex;
  margin-top: -10px;
  margin-bottom: 10px;
  align-items: center;
}

.other-section .os-item ul li {
  padding: 4px 10px;
  font-size: 15px;
  margin: 4px;
  border-radius: 30px;
  background-color: #eee;
}

/* ===Other-Section-End===  */

/* ---banner-section-start---- */

.banner-section {
  padding-top: 120px;
  padding-bottom: 80px;
  background-image: linear-gradient(#002742b8, #002742b8), url(../images/ser4.png);
  background-size: cover;
  color: #fff;
  background-position: center;
  text-align: center;
}

.banner-section .banner-title h2 {
  font-weight: 800;
}

.banner-title ul {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-title ul li a {
  padding: 5px;
  color: var(--primary-yellow);
}
.banner-title ul li{
  margin: 0px 5px;
}
/* ----banner-section-end--- */

/* ---------Mission-section-start--------- */

.ms-box {
  padding:30px;
  text-align: center;
  background-color: var(--primary-blue);
  transition: .5s;
  border-radius: 10px;
}

.ms-box:hover {
  background-color: var(--primary-yellow);
}

.ms-box img {
  filter: brightness(88);
}
.ms-box:hover img {
  filter: brightness(0);
}
.ms-box .icon {
  text-align: center;
  margin-bottom: 20px;
}

.ms-box img {
  width: 80px;
}

.ms-box {
  color: var(--white);
  height: 100%;
}

.ms-box1 {
  background-color: var(--light-bg);
  color: #000;
}

.ms-box1:hover {
  color: #fff;
}

.ms-box p {
  margin-bottom: 0px;
}

.ms-box h4 {
  font-weight: 700;
  font-size: 22px;
  margin-top: 10px;
}

/* ---------Mission-section-end----------- */

/* -----Gallery-Page-start----- */

.gallery-section {
  padding: 80px 0px;
  position: relative;
  z-index: 99999;
}

.gallery-section .gs-head h2 {
  margin: 0;
  font-weight: 800;
  text-align: center;
}

.gallery-section .gallery-box {
  position: relative;
  margin-top: 20px;
  overflow: hidden;
}

.gallery-box a {
  position: relative;
  border-radius: 10px;
}

.gallery-box a img {
  width: 100%;
  transition: .5s;
  height: 328px;
  object-fit: cover;
}

.gallery-box a:hover img {
  transform: scale(1.09);
}

/* ------gallery-Page-end------- */

.map-section .map {
  height: 400px;
}

/* ----contact-section-start---- */


.contact-section {
  position: relative;
  padding: 80px 0px;
  z-index: 9;
}

.contact-section .cont-box {
  background-color: #fff;
  position: relative;
  margin-top: 0;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.13);
  text-align: center;
  height: 100%;
}

.contact-section .cont-box::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 10px;
  height: 100%;
  background: linear-gradient(#161e54e3, #161e54e3), url(../images/ser2.png);
  background-size: cover;
  content: '';
  z-index: 0;
  transform: scale(0, 1);
  transition: .4s;
  background-position: center;
}

.contact-section .cont-box:hover::after {
  transform: scale(1);
}

.contact-section .cont-box:hover h4,
.contact-section .cont-box:hover address,
.contact-section .cont-box:hover a {
  color: #fff;
}

.contact-section .cont-box .icon {
  margin: 20px auto;
  position: relative;
  z-index: 6;
}

.contact-section .cont-box .icon img {
  width: 60px;
}

.contact-section .cont-box address,
.contact-section .cont-box a {
  position: relative;
  margin-bottom: 0;
  z-index: 5;
}

.contact-section .cont-box h4 {
  z-index: 6;
  position: relative;
  font-size: 20px;
  font-weight: 600;
}

.contact-section .cont-item {
  position: absolute;
  bottom: 20px;
  z-index: 6;
  right: 20px;
}

.contact-section .cont-item img {
  width: 50px;
  filter: brightness(.6);
}

/* ----contact-section-end---- */


.quote-section {
  position: relative;
  margin-top: -140px;
  z-index: 7;
}

.qs-item h4 {
  font-size: 28px;
  margin-bottom: 20px;
}

.form-box {
  padding: 25px 40px;
  border-radius: 10px;
  background-color: #eee;
}

.quote-section .form-box h2 {
  color: #F16D34;
  line-height: 40px;
  font-size: 35px;
  margin-bottom: 20px;
  font-weight: 700;
}

.form-box .f-group label {
  color: #000;
  padding-bottom: 5px;
  font-weight: 600;
}

.form-box .f-group input,
.form-box .f-group select,
.form-box .f-group textarea {
  width: 100%;
  padding: 13px 20px;
  border: 1px solid #161E54;
  margin-bottom: 15px;
  outline: none;
  border-radius: 4px;
  background-color: #fff;
}

.form-box .f-group input::placeholder,
.form-box .f-group textarea::placeholder {
  color: #000;
}

.quote-section .form-box .sec-btn {
  border: none;
  padding: 13px 30px;
  border-radius: 4px;
  margin-top: 6px;
  width: 100%;
}

.quote-section .form-box .sec-btn:hover {
  background-color: #161E54;
}

.form-box .f-group {
  z-index: 2;
  position: relative;
}

.form-box .f-group select {
  padding: 18px 20px;
}

/* ----Quote-Section-End---- */

/* ===Booking-Section-Start=== */

.booking-section .booking-form .bs-form {
  padding: 20px;
  background-color: var(--light-bg);
}

.booking-section .bs-form .bs-input {
  margin-top: 20px;
}
.booking-section .bs-form .bs-input label{
  color: var(--para);
}

.booking-section .bs-form .bs-input input {
  padding: 13px;
}

.booking-section .bs-form h2 {
  font-size: 30px;
  font-weight: 800;
  margin: 0;
}

.booking-section .bs-item {
  padding: 30px;
  height: 100%;
  border-radius: 10px;
  background-color: var(--primary-yellow);
}

.booking-section .bs-item h2 {
  font-size: 30px;
  font-weight: 800;
}

.booking-section .bs-item .bs-info {
  display: flex;
  margin: 30px 0px;
  align-items: center;
}

.booking-section .bs-item .bs-info .bs-icon {
  height: 70px;
  width: 70px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  justify-content: center;
  background-color: var(--primary-blue);
}

.booking-section .bs-item .bs-info .text {
  flex: 1;
  margin-left: 15px;
}

.booking-section .bs-item .bs-info .text h6 {
  font-weight: 800;
  margin-bottom: 0;
  font-size: 20px;
  color: #fff;
}

.booking-section .bs-item .bs-info .bs-icon img {
  width: 50px;
}

/* ====Booking-Section-End==== */

/* ===Service-Two-Start=== */

.service-two .ser-box .text {
  padding: 20px;
}

.service-two .ser-box p {
  margin-bottom: 5px;
}

.slider-nav .ser-list {
  border-radius: 2px;
  margin: 8px;
  text-align: center;
  padding: 20px 10px;
  background-color: var(--light-bg);
  position: relative;
  text-transform: capitalize;
  transition: .5s;
  min-width: 190px;
  font-size: 18px;
  font-weight: 600;
  color: var(--primary-yellow);
  line-height: 20px;
  cursor: pointer;
}

.slider-nav .ser-list::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: var(--primary-blue);
  transition: .4s;
  content: "";
}

.slider-nav .ser-list:hover::after,
.slider-nav .ser-list.slick-current::after {
  height: 100%;
}

.slider-nav .ser-list::before {
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 0;
  transform: translate(-50%, -50%);
  height: 3px;
  background-color: var(--primary-yellow);
  z-index: 3;
  transition: .4s;
  content: "";
}

.slider-nav .ser-list:hover:before,
.slider-nav .ser-list.slick-current::before {
  width: 100%;
}

.slider-nav .ser-list img {
  display: block;
  margin: 10px auto 15px;
  position: relative;
  z-index: 9;
  transition: .5s;
  filter: brightness(0);
  transition: .5s;
}

.slider-nav .ser-list:hover img,.slider-nav .ser-list.slick-current img {
  filter: brightness(1);
}

.slider-nav {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  justify-content: center;
}


.slider-nav .ser-list:hover span,
.slider-nav .ser-list.slick-current span {
  color: var(--white);
  position: relative;
  z-index: 4;
}

.service-two .ser-img img {
  width: 100%;
  border-radius: 20px;
  height: 400px;
  object-fit: cover;
}
.service-two .ser-para .text{
  padding: 20px;
  border: 1px solid var(--primary-blue);
  border-radius: 10px;
  margin-top: 20px;
}
.service-two .ser-box .sec-btn {
  margin-top: 0;
}

.ser-content p {
  margin-bottom: 5px;
}

/* ===Service-Two-Start=== */

@media screen and (max-width:1024px) {
  .menu .nav-item {
    margin: 0px 8px;
  }

  .footer-box ul li a {
    font-size: 15px;
  }

  .menu .navbar-light .navbar-nav .nav-link {
    font-size: 15px;
    padding: 0px 15px;
  }

  .menu .book i {
    height: 40px;
    width: 40px;
  }

  header .navbar-expand-lg .navbar-collapse {
    margin-left: 110px;
  }

  .quote-section {
    margin-top: 40px;
  }

  .about-section .as-item>img {
    height: 280px;
    object-fit: cover;
  }

  .about-section .as-item .as-text {
    bottom: -150px;
  }

  .choose-section .cs-box p {
    font-size: 14px;
  }

  .menu .book a {
    font-weight: 500;
    font-size: 15px;
  }

  .menu .book b {
    font-size: 15px;
  }

  .hero-slide h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .hero-slide .hero-box p {
    line-height: 23px;
    font-size: 17px;
  }
  .hero-section .hero-text h1 {
    font-size: 35px;
    line-height: 45px;
    margin: 5px 0px;
}
.hero-section .hero-text p {
    font-size: 14px;
}
.hero-section .booking-form {
  margin-top: 30px;
}
.booking-form .bs-form p{
  font-size: 22px;
}
.hero-section .booking-form .bs-form .bs-input label{
  margin-top: 10px;
}
.ser-box .text h4{
  font-size: 20px;
}
.about-section .text h2 {
    font-size: 144px;
}
  h2,.about-section h2{
    font-size: 30px;
  }

  .as-content p {
    margin-bottom: 5px;
    font-size: 15px;
  }

  .choose-section .ch-box h4,
  .ser-item h4 {
    font-size: 19px;
  }

  .ser-item h4 {
    color: #161E54;
  }

  .choose-section .ch-box {
    height: 100%;
    border-top: 2px solid #F16D34;
  }

  .service-section .ser-item {
    padding: 17px;
  }

  .cta-section .cta h2 {
    font-size: 45px;
  }

  .menu .navbar-light .navbar-brand img {
    width: 130px;
  }
.menu .book-now {
    margin-left: 13px;
}
  .tes-box {
    margin: 50px 0px 40px;
  }

  .quote-section .quote {
    padding: 30px;
  }

  .tes-box p {
    font-size: 14px;
    text-align: justify;
  }

  .service-section .ser-box1 .row,
  .service-section .ser-box2 .row,
  .service-section .ser-box6 .row,
  .service-section .ser-box5 .row {
    flex-direction: column-reverse;
  }

  .service-section .ser-img img {
    height: 230px;
    width: 230px;
  }
}

@media screen and (max-width:992px) {
  header {
    background-color: #fff;
    position: relative;
  }
.menu .navbar-nav{
  align-items: flex-start;
}
  .menu .navbar-light .navbar-toggler {
    border-color: #F16D34;
  }

  .menu .navbar-light .navbar-toggler:focus {
    box-shadow: none;
  }

  .hero-section::after {
    display: none;
  }

  .hero-section .hero-box {
    margin-right: 0px;
  }

  .menu .navbar-light .navbar-nav .nav-link {
    display: inline-block;
    padding: 7px 0px;
    color: #161E54;
  }
.menu .navbar-light .navbar-toggler-icon{
  background-image: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
  .menu .book a {
    color: #161E54;
  }

  .menu .book {
    margin: 20px 0px;
  }

 .banner-section {
    padding: 60px 0px;
  }

  .hero-slide h2 {
    font-size: 27px;
  }

  .about-section .as-item {
    margin-left: 0px;
  }

  .menu::after {
    content: none;
  }

  header .navbar-expand-lg .navbar-collapse {
    margin-left: 0px;
    padding-left: 0;
  }
  .hero-section .container-fluid{
    padding: 40px;
  }
  .hero-section .hero-text p {
    font-size: 16px;
}
}

@media screen and (max-width:768px) {

  .about-section,
  .service-section,
  .gallery-section,
  .contact-section {
    padding: 40px 0px;
  }

  .quote-section .quote {
    padding: 30px 0px;
  }

  .ms-box {
    padding: 15px 20px;
  }

  .as-content {
    padding-top: 30px;
  }

  .ms-box .icon img {
    width: 50px;
  }

  .choose-section .ch-box {
    margin: 10px;
    box-shadow: 0px 10px 20px 0px #F16D3433;
  }

  .ms-box p {
    text-align: justify;
    font-size: 15px;
  }

  .cta-section {
    margin-top: 40px;
    padding: 50px 0px;
  }

  .map-section .map {
    height: 300px;
  }

  .hero-slide h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .ser-box6,
  .ser-box1 {
    background-position: right;
  }

  .choose-section .ch-box h4,
  .ser-item h4 {
    font-size: 23px;
  }

  .about-section .as-item .as-img,.hero-section .hero-img{
    display: none;
  }
.about-section .text{
  display: flex;
  align-items: center;
  justify-content: center;
}
  .about-section .as-item .as-text {
    bottom: auto;
    top: 0;
  }

  .about-section .as-item>img {
    width: 100%;
    height: auto;
  }

  .quote-form {
    padding: 25px;
    background-color: #161E54;
  }

  .tes-box {
    margin: 50px 5px 40px;
  }

  .quote-section .quote::after {
    width: 100%;
    background-image: none;
  }

  .cta-section .cta h2 {
    font-size: 35px;
  }

  .m-100 {
    margin-bottom: 40px;
  }

  .under {
    font-size: 16px;
  }

  .footer-box {
    margin-bottom: 20px;
  }

  .other-section .os-box .os-img img {
    height: 300px;
  }

  .other-section .os-box:nth-child(odd) .row {
    flex-direction: column-reverse;
  }

  .other-section {
    padding: 60px 0px;
  }
  .booking-section .bs-item{
    margin-top: 40px;
    height: auto;
  }
}

@media screen and (max-width:580px) {
.top-bar .top-right .phone:nth-child(2){
  display: none;
}
header .top-bar .container-fluid {
    padding: 0px 15px;
}
.top-bar .top-right .phone {
    margin-right: 0px;
}

.top-bar .top-right .phone a{
  font-size: 15px;
}

  .hero-slide h2,
  h2,
  .cta-section .cta h2 {
    font-size: 25px;
    margin-bottom: 0px;
  }

  .hero-slide .hero-box p {
    font-size: 16px;
  }

  .under {
    font-size: 14px;
  }
.ms-box{
  margin-top: 20px;
  height: auto;
}
  .footer-link2 ul li span {
    font-size: 14px;
  }

  .hero-slide h5 {
    font-size: 15px;
  }

  .hero-slide .hero-box p {
    font-size: 13px;
  }

  .choose-section .ch-box {
    margin: 10px;
    height: auto;
  }

  .ser-item p,
  .as-content p {
    text-align: justify;
  }

  .service-section .ser-item {
    padding: 30px 20px;
  }

  .counter-section {
    margin-top: 30px;
  }

  .footer-section .map {
    display: none;
  }
.hero-section {
    margin: 0px 10px;
    background-attachment: fixed;
}
.footer-section .fs-contact{
  margin-top: 20px;
}
.about-section .text h2 {
    font-size: 130px;
}
.about-section .text {
    margin-right: 0px;
}
.top-bar .top-right-bar ul li a{
  height: 35px;
  width: 35px;
}
.hero-section .container-fluid {
    padding:30px 20px;
}
.hero-section .hero-text h1 {
    font-size: 25px;
    line-height: 35px;
}
.hero-section .booking-form {
    text-align: left;
}
  .footer-section {
    padding-top: 30px;
  }

  .hero-section .hero-slide {
    text-align: center;
  }

  .hero-slide h2 {
    font-size: 27px;
    margin-bottom: 20px;
    line-height: 35px;
  }

  .quote-section .form-box h2 {
    line-height: 30px;
    font-size: 23px;
  }

  .about-section .as-item>img {
    height: 380px;
  }

  .p-100 {
    padding: 60px 0px;
  }

  .review-section .rs-head h2 {
    font-size: 26px;
  }

  .review-section {
    margin: 10px 0px;
  }

  .form-box {
    padding: 20px;
  }

  .booking-section {
    display: block;
    margin-top: 50px;
  }

  .quote-section .quote-form2 {
    display: none;
  }

  .booking-section h2 {
    margin-bottom: 20px;
  }

  .cta-section {
    margin-top: 0;
  }

  .other-section ul .ser-list br {
    display: block;
  }

  .other-section .os-box .os-img img {
    height: 240px;
  }

  .other-section .os-box {
    padding: 20px 15px;
  }

  .other-section .os-box h2 {
    font-size: 25px;
    margin: 20px 0px;
  }
  .slider-nav .ser-list{
    min-width: 160px;
  }
  .service-two .ser-img img {
    height: auto;
}
.menu .navbar {
    padding: 8px 0px;
}
}



 /*---thank-Section-Start----*/

.thank{
  text-align:center;
  height: 100vh;
  width: 100%;
  margin-top:0px;
}
.thank img{
    width:50%;
}
.thank ul{
  padding:0;
  list-style:none;
  display:flex;
  align-items:center;
}
.thank ul li a{
  height:45px;
  width:45px;
  background:#ffb400;
  color:#fff;
  font-size:20px;
  display:flex;
  align-items:center;
  margin:5px;
  border-radius:5px;
  justify-content:center;
}

@media screen and (max-width:1024px) {
.thank{
  margin-top:80px;
}
}

@media screen and (max-width:768px) {
  .thank{
  margin:50px 0px;
  height:auto;
}
.thank img{
    width:80%;
}
}

@media screen and (max-width:580px) {
.thank{
  margin:20px 0px;
}
}

/*---thank-Section-end----*/