@import url('https://fonts.googleapis.com/css2?family=Sen:wght@400..800&amp;display=swap');

html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
  max-width: 100%;
  width: auto;
}

body {
  padding: 0 !important;
  font-family: "Sen", sans-serif;
}


body a,
body button {
  color: #000;
  outline: none !important;
  text-decoration: none !important;
  transition: all ease 0.5s;
}

* {
  padding: 0;
  margin: 0;
}

h2 {
  font-size: 38px;
  margin: 10px 0px;
  font-weight: 700;
  text-transform: capitalize;
}

.m-100 {
  margin-bottom: 80px;
}

.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 #00000052;
  background: #EBB646;
}

.what a:last-child {
  font-size: 20px;
  background-color: #257DA4;
}

.sec-btn {
  display: inline-block;
  padding: 10px 20px;
  color: #257DA4;
  border: 1px solid #257DA4;
  background-color: #fff;
  font-weight: 600;
  margin-top: 20px;
  transition: .7s;
  position: relative;
  font-size: 18px;
}

.sec-btn::after {
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: -8px;
  background-color: #EBB646;
  right: -8px;
  transition: 0.4s;
  z-index: -1;
  content: "";
}


.sec-btn:hover {
  background-color: #EBB646;
  border-color: #EBB646;
  color: #fff;
}

.sec-btn:hover::after {
  right: 0;
  bottom: 0;
}

.p-100 {
  padding: 80px 0px;
}

.under {
  color: #EBB646;
  font-weight: 500;
  display: flex;
  align-items: center;
  font-variant: small-caps;
}

.under img {
  padding-right: 10px;
}

/* -------main-style-start-------- */

/* ---Header-Section-Start--- */

header {
  width: 100%;
  z-index: 7779;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}

header .top-bar {
  padding: 10px 0px;
  background-color: #257DA4;
}

.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: #257DA4;
  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: #257DA4;
  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;
}

.top-bar .top-right .phone a {
  color: #fff;
  font-size: 17px;
}

.top-bar .top-right a:hover {
  color: #EBB646;
}

.top-bar .top-right i {
  color: #EBB646;
  padding-right: 10px;
}

.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: #fff;
  font-size: 18px;
  font-weight: 500;
}

.top-bar .top-right-bar .email i {
  color: #EBB646;
  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 10px;
  color: #fff;
  align-items: center;
}

.top-bar .top-right-bar ul li i {
  height: 40px;
  width: 40px;
  border-radius: 4px;
  margin-right: 10px;
  color: #fff;
  font-size: 20px;
  background-color: #EBB646;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-bar .top-right-bar ul li span {
  font-weight: 300;
}

.top-bar .top-right-bar ul li a {
  color: #fff;
  transition: .5s;
  padding: 5px 10px;
  border: 1px solid #fff;
  background-color: #EBB646;
  border-radius: 3px;
}

.top-bar .top-right-bar ul li a:hover {
  background-color: transparent;
}

header .menu {
  background-color: #fff;
}

.menu .navbar-brand {
  padding: 0;
}

.menu .navbar-brand img {
  width: 200px;
}

.menu .navbar {
  z-index: 299;
  position: relative;
  padding: 13px 30px;
  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;
  border-right: 2px solid #257DA4;
}

.menu .navbar-light .navbar-nav li:last-child .nav-link {
  border-right: none;
}

.menu .navbar-light .navbar-nav .nav-link:hover,
.menu .navbar-light .navbar-nav .active {
  color: #EBB646;
}

.menu .dropdown .dropdown-menu {
  width: 250px;
  font-weight: 600;
}

.menu .dropdown:hover .dropdown-menu {
  display: block;
}

.book-now .sec-btn {
  margin-top: 0;
  border: 1px solid #fff;
  color: #fff;
  background-color: #257DA4;
  padding: 11px 25px;
}

.book-now .sec-btn::after {
  border-left: 2px solid #257DA4;
  border-top: 2px solid #257DA4;
}

.book-now .sec-btn::before {
  border-right: 2px solid #257DA4;
  border-bottom: 2px solid #257DA4;
}

header .menu .container-fluid,
header .top-bar .container-fluid {
  padding: 0px 40px;
}

header .menu .navbar .container-fluid {
  padding: 0;
}

.menu .book-now {
  margin-left: 50px;
}

/* ----Header-Section-End---- */

/* ---hero-section-start--- */

.hero-section {
  background-image: url(../images/hero.png);
  padding: 180px 0px 80px 0px;
  background-repeat: no-repeat;
  background-size: cover;
}


.hero-section h2,
.hero-section h1 {
  font-size: 50px;
  letter-spacing: -2px;
  font-weight: 700;
  text-transform: capitalize;
  color: #257DA4;
  margin: 20px 0px;
}
.hero-section h1 span{
  color: #EBB646;
}
.hero-section .hero-text {
  position: relative;
  z-index: 3;
}

.hero-slide .hero-text p {
  line-height: 33px;
  font-size: 18px;
}

.hero-section .hero-text .sec-btn {
  margin-top: 20px;
}


/* ---hero-section-end--- */


/* ===Booking-Section-Start=== */

.booking-section .bs-form {
  padding: 40px 20px;
  border-radius: 15px;
  background-image: url(../images/booking-shape.png);
  margin-top: -50px;
  border: 1px solid #257DA4;
  box-shadow: 0px 10px 20px 0px #257DA42a;
  background-color: #eee;
}

.booking-section .bs-form .bs-input {
  border-right: 1px solid #a4a3a3;
  position: relative;
  z-index: 3;
}

.booking-section .bs-form .col-lg-2:last-child .bs-input {
  border: none;
}

.booking-section .bs-form .bs-input .sec-btn {
  margin-top: 0;
}

.booking-section .bs-form .bs-input label {
  font-weight: 700;
  color: #257DA4;
}

.booking-section .bs-form .bs-input label span {
  color: #EBB646;
}

.booking-section .bs-form .bs-input input {
  width: 100%;
  border: none;
  background-color: #eee;
  outline: none;
  padding: 10px 0px;
  padding-right: 20px;
}
.booking-section .bs-form2{
  padding:50px 30px;
}
.booking-section .bs-form2 .bs-input{
  border: none;
}
.booking-section .bs-form2 .bs-input input{
  background-color: #fff;
  padding: 15px;
  margin-top: 8px;
  border-radius: 6px;
  margin-bottom: 20px;
}
.booking-section .bs-form2 .sec-btn{
  margin-top: 35px !important;
}
.booking-section .bs-form .bs-input input::placeholder {
  font-size: 13px;
}
.booking-section .ch-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0px;
    border-bottom: 1px solid #257DA4;
}
.booking-section .choose .ch-box .ch-icon {
    height: 70px;
    width: 70px;
    background-color: #257DA4;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    border-radius: 4px;
}
.booking-section .choose .ch-box .text {
    flex: 1;
}
.booking-section .choose .ch-box img{
  width: 50px;
}
/* ===Booking-Section-End=== */

/* ===Choose-Section-Start=== */
.choose-section .cs-head h2{
  font-size: 45px;
  font-weight: 700;
}
.choose-section .ch-box{
  padding: 20px 10px;
  text-align: center;
}
.choose-section .ch-box h4{
  font-weight: 700;
  font-size: 20px;
  margin-top: 10px;
  text-transform: capitalize;
}
.choose-section .ch-box p{
  font-size: 15px;
}
/* ===Choose-Section-End=== */

/* ===About-Section-Start=== */

.about-section .as-img img{
  border-radius: 20px;
}

/* ===About-Section-End=== */

/* ===testimonial-section-start=== */
.tes-slider,
.tes-slider2 {
  position: relative;
  margin-top: 20px;
  padding: 40px 0px;
}

.tes-slider::after,
.tes-slider2::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 50%;
  background-image: linear-gradient(#96acd4b8, #96acd4b8), url(../images/tes.png);
  background-position: center;
  border-radius: 20px;
  content: "";
  opacity: .7;
  z-index: -1;
  background-size: cover;
}

.tes-slider2::after {
  width: 65%;
}

.testimonial-section .tes-head {
  text-align: center;
}

.tes-box {
  padding: 20px;
  border: 1px solid #e9edf3;
  position: relative;
  border-radius: 8px;
  margin: 10px;
  background-color: #ffffffda;
  height: 260px;
  box-shadow: 0 0 12px rgb(116, 116, 116, 0.25);
}

.tes-slider2 .tes-box {
  margin: 10px;
}

.tes-box .tes-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.tes-box .tes-info {
  display: flex;
  align-items: center;
}

.tes-box .tes-info .text {
  margin-left: 15px;
}

.tes-box .tes-info .text h5 {
  font-size: 16px;
  margin-bottom: -5px;
  color: #3e3e40;
}

.tes-box .tes-info .text span {
  font-size: 14px;
}
.tes-box .tes-info .text .ratting{
  margin-top: 2px;
  font-size: 11px;
  letter-spacing: 2px;
}
.tes-box .tes-info .text h5{
  font-weight: 700;
  font-size: 18px;
  color: #257DA4;
}
.tes-box .tes-info .text span{
  color: #EBB646;
  font-size: 13px;
  padding-top: 4px;
}
.tes-box p {
  font-style: italic;
  font-size: 15px;
}

.tes-slider2 .tes-box p {
  font-size: 14px;
}

.tes-box .tes-info .tes-img {
  width: 60px;
  height: 60px;
  position: relative;
  border-radius: 100%;
}
.tes-box .tes-info .tes-img img{
  position: relative;
  z-index: 1;
  border-radius: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.tes-box .tes-info .tes-img span {
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  font-size: 30px;
  width: 100%;
  border-radius: 100%;
  height: 100%;
  z-index: 0;
  align-items: center;
  background-color: #EBB646;
  justify-content: center;
}

.tes-box:nth-child(2n+1) .tes-info .tes-img span{
  background-color: #257DA4;
  color: #fff;
}
.tes-box:nth-child(3n+1) .tes-info .tes-img span{
  background-color: #EBB646;
}
.tes-box:nth-child(4n+1) .tes-info .tes-img span{
  background-color: #1c5ffa;
}
.tes-box .ratting {
  color: #EBB646;
  font-size: 13px;
  margin-top: -4px;
}

.tes-box .ratting i {
  padding: 1px;
}

.ch-title,
.ch-text {
  color: #fff;
}

.tes-slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  margin-top: 20px;
}

.tes-slider .slick-dots li {
  height: 4px;
  background-color: #eee;
  border-radius: 2px;
  margin: 0px 4px;
  width: 30px;
}

.tes-slider .slick-dots .slick-active {
  background-color: #EBB646;
}

.tes-slider .slick-dots li button {
  font-size: 0;
  height: 14px;
  border-radius: 2px;
  background-color: transparent;
  width: 30px;
  margin-top: -2px;
  display: block;
  line-height: 0;
  border: none;
}

.testimonial-section .tes-icon img {
  width: 40px;
}

/* ===testimonial-section-start=== */

/* ----rate-section-start--- */

.rate-section .rate-box {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #dfe0e2;
}

.rate-box h4 {
  font-size: 20px;
  font-weight: 600;
  color: #EBB646;
  margin-bottom: 10px;
}

.rate-box .rate-img {
  text-align: center;
  margin-bottom: 30px;
  height: 240px;
}

.rate-box img {
  width: 80%;
  object-fit: cover;
}

.rate-box table {
  width: 100%;
  border-collapse: initial;
}

.rate-box table td {
  font-size: 14px;
  padding: 5px 0px;
}

/* ---rate-section-end--- */

/* ---FAQ-Section-Start--- */
.faq-section .faq-head {
  text-align: center;
  margin-bottom: 30px;
}


.faq-box .accordion-item {
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 12px rgb(116, 116, 116, 0.25);
  border-radius: 10px;
  border: none;
  outline: none;
  margin: 15px 0px;
}

.faq-box .accordion-item h2 {
  margin-top: 0;
}

.faq-box .accordion-item .accordion-button {
  padding: 0;
  font-size: 22px;
  font-weight: 600;
}

.faq-box .accordion-button:not(.collapsed) {
  color: initial;
  background-color: #fff;
  box-shadow: none;
}

.faq-box .accordion-item .accordion-button::after {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  background-color: #eee;
  justify-content: center;
  border-radius: 5px;
  font-size: 18px;
  background-image: none;
  color: #EBB646;
  content: "\2b";
  font-family: "FontAwesome";
}

.faq-box .accordion-item .accordion-button:not(.collapsed)::after {
  content: "\f068";
  color: #fff;
  background-color: #EBB646;
}

.faq-box .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}

.faq-box .accordion-body {
  padding: 0;
  padding-top: 20px;
  padding-right: 30px;
}

/* ----FAQ-Section-End---- */

/* ------footer-section-start------- */

.footer-section {
  padding-top: 40px;
  background-color: #EBB646;
}

.footer-logo {
  display: inline-block;
  margin-bottom: 20px;
}

.footer-box .footer-text p {
  color: #000;
  line-height: 27px;
}

.footer-box {
  position: relative;
  z-index: 4;
}

.footer-logo img {
  width: 200px;
}

.footer-box .social {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  list-style: none;
}

.footer-box .social li {
  margin: 0px 5px;
}

.footer-box .social li a {
  height: 40px;
  width: 40px;
  display: flex;
  transition: .5s;
  color: #fff;
  font-size: 18px;
  align-items: center;
  justify-content: center;
}

.footer-box .social li a {
  background-color: #257DA4;
}


.footer-box .social li a:hover {
  border-radius: 100%;
}

.footer-box .footer-title h4 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #000;
  font-weight: 600;
  position: relative;
}

.footer-box .footer-title h4::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  background-color: #eee;
  width: 50px;
  border-radius: 10px;
  height: 3px;
  content: '';
}

.footer-link ul li a:hover {
  color: #fff;
}

.footer-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-box ul li {
  margin: 7px 0px;
}

.footer-link2 ul li {
  display: flex;
  margin: 15px 0px;
  align-items: center;
}

.footer-link2 ul li a:hover {
  color: #257DA4;
}

.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: #257DA4;
  font-size: 20px;
}

.footer-link2 ul li span,
.footer-link2 ul li a {
  flex: 1;
}

.footer-section .copy-right {
  text-align: center;
  padding: 10px;
  z-index: 7;
  background-color: #257DA4;
  margin-top: 30px;
  position: relative;
}

.footer-section .copy-right p {
  margin-bottom: 0;
  color: #fff;
}

.footer-section .copy-right p a {
  color: #EBB646;
  font-weight: 600;
}

.footer-section .map {
  height: 100%;
  border-radius: 10px;
}

.footer-section .map iframe {
  border-radius: 10px;
}

/* ------footer-section-end-------- */

/* ---Banner-Section-Start--- */

.banner-section .container{
  padding:100px 60px;
  color: #fff;
  position: relative;
  margin-top: 160px;
  border-radius: 20px;
  background-size: cover;
  background-image:linear-gradient(#00000089,#00000089),url(../images/bg-12.jpg);
  background-position: center;
  height: 50vh;
}
.banner-section .banner-title h2{
  font-size: 55px;
}
.banner-section .banner-title ul {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

.banner-title ul li a {
  padding: 5px;
  color: #fff;
  transition: .5s;
  font-size: 19px;
  font-weight: 600;
}
.banner-title ul li:nth-child(1) a{
  color: #EBB646;
}
.banner-title ul li a:hover {
  color: #257DA4;
}

/* ---Banner-Section-End--- */


/* ===Mission-Section-Start=== */

.mission-section .ms-box{
  padding: 20px 30px;
  color: #fff;
  background-color: #257DA4;
  border-radius: 10px;
}
.mission-section .ms-box2{
  background-color: #EBB646;
}
.mission-section .ms-box .ms-icon{
  margin-bottom: 20px
}
/* ===Mission-Section-End=== */
/* ===Process-Section-Start=== */

.process-section{
  background-color: #eee;
  position: relative;
}
.process-section .ps-item{
  position: absolute;
  top: 56%;
  left:50%;
  z-index: 0;
  width: 65%;
  transform: translate(-50%,-50%);
  height: 4px;
  background-color: #000;
}
.process-section .ps-img {
  height: 180px;
  width: 180px;
  border-radius: 100%;
  display: flex;
  margin: auto;
  align-items: center;
  position: relative;
  justify-content: center;
  background-color: #fff;
}
.process-section .row:nth-child(2) .ps-img{
  margin-bottom: 50px;
}
.process-section .row:nth-child(2) .ps-img::after{
  position: absolute;
  bottom: -50px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  border: 1px solid #257DA4;
  height: 25px;
  width: 25px;
  background-color: #fff;
  content: "";
  border-radius: 100%;
}
.process-section .row:nth-child(2) .ps-img::before{
  position: absolute;
  bottom: -30px;
  height: 30px;
  width: 5px;
  background-color: #000;
  content: "";
}
.process-section .row:nth-child(3) .ps-img{
  margin-top: 25px;
}
.process-section .row:nth-child(3) .ps-img::after{
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #257DA4;
  height: 25px;
  z-index: 1;
  width: 25px;
  background-color: #fff;
  content: "";
  border-radius: 100%;
}
.process-section .row:nth-child(3) .ps-img::before{
  position: absolute;
  top: -30px;
  height: 30px;
  width: 5px;
  background-color: #000;
  content: "";
}
.process-section .ps-img img{
  width: 100px;
}
.process-section .ps-text{
  text-align: center;
  margin: 30px 0px;
}
.process-section .ps-text h4{
  font-weight: 700;
}
/* ===Process-Section-End=== */

/* ===Counter-Section-Start=== */

.counter-section .counter-head {
  text-align: center;
}

.cont-box {
  background-color: #e4e4e7;
  padding: 30px 20px;
  text-align: center;
  margin-top: 20px;
  border-radius: 10px;
}

#counter .col-md-6:nth-child(2) .cont-box {
  background-color: #257DA4;
}

#counter .col-md-6:nth-child(3) .cont-box {
  background-color: #ebb7463e;
}

#counter .col-md-6:nth-child(4) .cont-box {
  background-color: #fbaea47c;
}

.cont-box img {
  width: 60px;
}

.cont-box h2 {
  font-size: 35px;
  font-weight: 700;
  margin-top: 10px;
  color: #fdc927;
  position: relative;
  line-height: 30px;
}

.cont-box p {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}

.cont-box h2::after {
  content: "+";
  color: #3e3e40;
  font-size: 46px;
}

/* ===Counter-Section-End=== */

/* ===City-Section-Start=== */

.cit-head {
  text-align: center;
}

.cit-head h2 span {
  color: #3e3e40;
}

.city-box {
  margin: 15px 0px;
  transition: .5s;
}

.city-box:hover {
  background-color: #eee;
}

.city-box a {
  padding: 35px 20px;
  border-radius: 4px;
  border: 1px solid #fdc927;
  display: block;
}

.city-box .city-img {
  text-align: center;
}

.city-box h4 {
  font-weight: 500;
  text-align: center;
  margin-bottom: 0px;
  font-size: 20px;
  margin-top: 15px;
}

/* ===City-Section-End=== */

/* -----Gallery-Page-start----- */

.gallery-section .gallery-box {
  position: relative;
  margin-top: 30px;
}

.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.05);
}

/* ------gallery-Page-end------- */

/* ---Contact-Section-Start--- */
.contact-section .contact {
  box-shadow: 0px 20px 40px 0px #00067121;
  border-radius: 20px;
  padding: 40px;
  background-color: #fff;
}

.contact-section .con-box {
  padding: 30px 20px;
  border-radius: 10px;
  margin-top: 30px;
  transition: .5s;
  display: flex;
  align-items: center;
  box-shadow: 0px 10px 20px 0px #0006711b;
}

.contact-section .con-box:hover {
  background-color: #257DA4;
  color: #fff;
}

.contact-section .con-box:hover a {
  color: #fff;
}

.contact-section .con-box .text {
  flex: 1;
  margin-left: 20px;
}

.contact-section .con-box .text h4 {
  font-weight: 600;
  font-size: 20px;
}

.contact-section .con-box .text address {
  margin-bottom: 0px;
}

.con-box .contact-img {
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eee;
}

.con-box .contact-img img {
  width: 50px;
}

/* ---Contact-Section-End--- */

/* ---Map-Section-Start--- */

.map-section .map {
  height: 400px;
}

/* ---Map-Section-End--- */

/* ===Service-Section-Start=== */

.service-section{
  padding: 80px 0px;
  position: relative;
}
.service-section::after{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-attachment: fixed;
  content: "";
  background-position: center;
  background-size: cover;
  z-index: -2;
  height: 100%;
  background-image:linear-gradient(#fff,#ffffffda),url(../images/service-banner.html);
}
.ser-head{
  text-align: center;
  margin-bottom: 20px;
}
.ser-box{
  padding: 20px;
  z-index: 3;
  position: relative;
  margin-top: 30px;
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px #00000015;
}
.ser-box .ser-img img{
  height: 220px;
  object-fit: cover;
  width: 100%;
  border-radius: 5px;
}
.ser-box .ser-img{
  margin-bottom: 20px;
  margin-top: -70px;
}
.ser-box h2{
  font-size: 24px;
  margin: 10px 0px;
}
.service-section .ss-img img{
  border-radius: 20px;
}
.service-section .ser-box .sec-btn{
  padding: 8px 15px;
  font-size: 14px;
  margin-right: 10px;
}
/* ===Service-Section-Start=== */

/* ===Other-Section-Start=== */

.other-section .os-text h5{
  font-weight: 700;
  color: #257DA4;
}

.other-section .os-text h2{
  font-weight: 900;
}
/* ===Other-Section-End=== */

/* ===List-Section-Start=== */

.list-section .list ul{
  padding: 0;
  margin: 0;
  list-style: none;
  flex-wrap: wrap;
}
.list-section .list ul li{
  padding: 13px 20px;
  background-color: #eee;
  border-radius: 30px;
  margin:14px 0px;
}
.list-section .list ul li h2{
  font-size: 15px;
  color: #257DA4;
  font-weight: 500;
  margin: 0;
}

/* ===List-Section-End=== */

@media screen and (max-width:1024px) {
  .menu .navbar-light .navbar-nav .nav-link {
    font-size: 16px;
    padding: 0px 10px;
  }
.menu .navbar{
  padding: 5px 0px;
}
.choose-section .cs-box h4,.area-section .ar-box h4{
  font-size: 19px;
}
.usp-section .us-box ul li {
    flex: 40%;
    font-size: 14px;
}
.tes-box{
  height: 280px;
}
.about-section .as-count .count h2 {
    font-size: 47px;
}
.hero-section h2, .hero-section h1,.choose-section .cs-head h2{
  font-size: 32px;
}
.about-section .as-img img{
  height: 450px;
  width: 100%;
  object-fit: cover;
}

.rate-box .rate-img {
    height: 140px;
}
.usp-section .us-item .us-text {
    height: 215px;
}
.about-section .as-count .count p {
    font-size: 17px;
}
.about-section .as-count .count span{
  font-size: 13px;
}
.usp-section .us-box ul li button{
  padding: 10px 20px;
}
.area-section .ar-box ul li{
  font-size: 11px;
}
.booking-section .bs-form .bs-input label,.booking-section .bs-form .bs-input .sec-btn{
  font-size: 14px;
}
  .about-section .as-images .as-img img {
    height: 210px;
  }

  .top-bar .top-right-bar .email a {
    font-size: 15px;
  }

  .top-bar .top-right-bar .email {
    margin-right: 10px;
  }

  header::before {
    width: 69%;
  }

  .top-bar .top-right-bar {
    position: relative;
    z-index: 3;
  }

  h2 {
    font-size: 30px;
  }

  .p-100 {
    padding: 60px 0px;
  }

  .m-100 {
    margin-bottom: 60px;
  }

  .contact-section .con-box {
    flex-direction: column;
    text-align: center;
    margin-top: 15px;
  }

  .contact-section .con-box .text {
    margin-left: 0;
    margin-top: 10px;
  }
.process-section .ps-item{
  width: 70%;
}
  .contact-section .contact {
    padding: 20px;
  }
  .other-section{
    margin-bottom: 50px;
  }
.booking-section .bs-boxex{
  margin-top: 40px;
}
}

@media screen and (max-width:992px) {

  .top-right-bar,
  header::before,
  header::after,
  .cta-section .cta .cta-img,
  .top-bar .top-right-bar {
    display: none;
  }
.booking-section .bs-form .bs-input input {
    background-color: #fff;
    border-radius: 5px;
    padding: 10px 20px;
    margin-bottom: 10px;
}
.booking-section .bs-form .bs-input{
  border-right: none;
}
.booking-section .bs-form .bs-input .sec-btn{
  margin-top: 20px;
}
  header .top-bar {
    background-color: #257DA4;
  }

  .menu {
    padding: 8px 0px;
  }

  .footer-box {
    margin-top: 30px;
  }

  .menu .navbar-brand img {
    width: 170px;
  }
.choose-section .col-lg-4:nth-child(2) .cs-box{
  margin-top: 30px;
}
.usp-section .us-item .us-img img {
    border-radius: 20px 20px 0px 0px;
    height: 400px;
}
  .choose-section .counter {
    padding-left: 0px;
  }
.usp-section .us-box {
    margin-left: 0px;
    border-radius: 0px 0px 10px 10px;
    color: #fff;
    height: 100%;
}
.service-section .ss-item ul{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.service-section .ss-item ul li{
  width: auto;
  margin: 10px;
  flex: 25%;
}
.service-section .ss-box{
  padding: 30px;
}
.usp-section .us-item .us-text{
  border-radius: 0px;
}
  .choose-section::after {
    width: 100%;
  }

  .testimonial-section .testimonial {
    margin-left: 0px;
  }

  .testimonial-section::after {
    content: none;
  }
.about-section .as-text h2 {
    font-size: 30px;
}
.about-section .as-img {
    margin-right: 0px;
    padding-top: 0px;
    margin-left: 0px;
}
  .testimonial-section .tes-head {
    margin-left: 0px;
  }
.rate-box .rate-img {
    height: 170px;
}
  .menu .navbar-light .navbar-toggler-icon {
    background-image: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #EBB646;
  }

  .navbar-light .navbar-toggler {
    border: 3px double #257DA4;
  }

  .navbar-light .navbar-toggler:focus {
    box-shadow: none;
  }

  .menu .navbar-light .navbar-nav .nav-link {
    padding: 8px 0px;
    border: none;
  }

  .menu .navbar-nav {
    display: block;
  }

  .menu .book-now {
    margin: 20px 0px;
  }
}

@media screen and (max-width:768px) {
  .hero-section .hero-slide {
    background-position: center;
  }

  .about-section .as-images .as-img img {
    height: 327px;
  }
.process-section .ps-text p{
  font-size: 13px;
}
  .p-100,
  .testimonial-section {
    padding: 40px 0px;
  }

  .choose-section {
    padding: 40px 0px;
  }

  .m-100 {
    margin-bottom: 40px;
  }

  .form-box {
    margin-top: 30px;
  }

  .tes-head,
  .tes-head .under {
    text-align: center;
    justify-content: center;
  }
.banner-section .container{
  margin-top: 130px;
}
  .map-section .map {
    height: 300px;
  }
  .booking-section .choose{
    margin-top: 50px;
  }
}

@media screen and (max-width:580px) {
  .hero-section .hero-slide {
    padding: 200px 0px 90px;
  }

  .hero-section .hero-slide h2,.area-section .ar-head h2,
  h2 {
    font-size: 25px;
  }

  .ser-box {
    margin-top: 0;
  }
.hero-section h2, .hero-section h1,.choose-section .cs-head h2{
    font-size: 30px;
}
  .about-section .as-images .as-img img {
    height: 170px;
  }
.tes-slider::after{
  width: 100%;
}
.footer-box ul li a{
  font-size: 14px;
}
.about-section .as-text {
    margin-left: 0px;
}
.about-section .as-count .count h2 {
    font-size: 80px;
}
  .about-section .as-content {
    margin-top: 40px;
  }
.usp-section .us-item .us-text {
    height: 180px;
    padding: 10px;
}
.usp-section .us-item .us-text h5{
    font-size: 20px;
}
.usp-section .us-item .us-text p{
    font-size: 13px;
}
.service-section .ss-boxes {
    padding: 0px;
}
.service-section .ss-boxes .ss-box h4 {
    font-size: 18px;
}
.service-section .ss-boxes .ss-box{
  padding:10px 20px;
}
  .testimonial-section .testimonial {
    margin-left: 0px;
  }

  .top-bar .top-right {
    flex-wrap: wrap;
  }
.about-section .as-img img {
    height: auto;
}
  header .menu .container-fluid,
  header .top-bar .container-fluid {
    padding: 0px 20px;
  }
.process-section .ps-text p {
    font-size: 18px;
}
.process-section .ps-item{
  display: none;
}
  .service-two .ser-img {
    margin: 20px 0px;
  }
  .service-section .ser-box{
    margin-top: 20px;
  }
.ser-box .ser-img {
    margin-top: 0px;
}
  .choose ul li i {
    color: #EBB646;
  }
.banner-section .banner-title h2 {
    font-size: 30px;
}
.mission-section .ms-box{
  margin-top: 20px;
}
.banner-section .container {
    margin-top: 160px;
    height: 35vh;
    width: 95%;
    padding: 50px 20px;
}
  .service-two .ser-para {
    padding: 0px 10px;
  }
.booking-section .bs-form2 {
    padding: 50px 20px;
}
  .service-two .ser-img img {
    height: 250px;
  }

  .testimonial-section::after {
    width: 100%;
  }

  .menu .navbar {
    margin-top: 10px;
    padding: 5px 10px;
  }

  .hero-section .hero-slide h2,
  .hero-section .hero-slide h1 {
    font-size: 30px;
  }

  .top-bar .top-right .phone a {
    font-size: 15px;
  }

  .slider-nav .ser-list {
    min-width: 160px;
    font-size: 16px;
  }

  .contact-section .con-box {
    padding: 20px 10px;
  }

  .form-box {
    padding: 30px;
  }

  .form-box h2 {
    font-size: 25px;
  }

  .footer-link2 ul li a,
  .contact-section .con-box .text a {
    font-size: 15px;
  }

  .menu .navbar-brand img {
    width: 140px;
  }
}



 /*---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----*/