@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');


html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
  max-width: 100%;
  width: auto;
}

body {
  padding: 0 !important;
  font-family: "Raleway", sans-serif;
}

body a,
body button {
  color: #000;
  outline: none !important;
  text-decoration: none !important;
  transition: all ease 0.5s;
}

* {
  padding: 0;
  margin: 0;
}
span,a{
  font-family: "Noto Sans", sans-serif;
}
.m-100 {
  margin-bottom: 80px;
}
.p-100{
  padding: 80px 0px;
}

h2,h1 {
  font-size: 45px;
  font-weight: 700;
}
.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: #42e921;
}

.what a:last-child {
  font-size: 20px;
  background-color: #FF7A00;
}

.sec-btn {
  display: inline-block;
  padding: 10px 30px;
  color: #FF7A00;
  margin-top: 20px;
  transition: 0.4s;
  position: relative;
  border: 1px solid #FF7A00;
  font-size: 18px;
  font-weight: 500;
}

.sec-btn::after {
  height: 20px;
  width: 20px;
  position: absolute;
  top: -5px;
  left: -5px;
  transition: 0.4s;
  border-left: 2px solid #FF7A00;
  border-top: 2px solid #FF7A00;
  content: "";
  filter: brightness();
}

.sec-btn::before {
  height: 20px;
  width: 20px;
  position: absolute;
  bottom: -6px;
  transition: 0.4s;
  right: -6px;
  border-right: 2px solid #FF7A00;
  border-bottom: 2px solid #FF7A00;
  content: "";
}

.sec-btn:hover {
  background-color: #0B3C5D;
  color: #fff;
  border: 1px solid #0B3C5D;
}

.sec-btn:hover::after,
.sec-btn:hover::before {
  width: 107%;
  height: 121%;
}


.under {
  display: inline-block;
  color: #FF7A00;
  padding-left: 7px;
  line-height: 18px;
  padding: 8px 15px;
  border-radius: 20px;
  background-color: #f9e9da;
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: capitalize;
}


/* -----Header-Section-Start----- */
.menu{
  background-color: #fff;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 999;
  border-bottom: 1px solid #767070;
}
.menu .navbar {
  padding: 0px;
}
.menu .navbar-nav{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex: 1;
}
.menu .navbar .navbar-brand img{
  width: 260px;
}
.menu .navbar-light .navbar-nav .nav-link{
  color: #0B3C5D;
  padding: 0px 20px;
  font-weight: 500;
}

.menu .navbar-light .navbar-nav .nav-link:hover,.menu .navbar-light .navbar-nav .active{
  color: #FF7A00;
}
.menu .book-now{
  padding: 0px 20px;
}

.book-now .sec-btn{
  margin-top: 0;
  background-color: #0B3C5D;
  color: #fff;
}
/* ----Header-Section-End----- */

/* ======Hero=Section=Start===== */

.hero-section .hero-slide{
  padding-top: 130px;
  padding-bottom: 60px;
  position: relative;
  color: #fff;
  background-color: #0B3C5D;
  background-position: center;
  background-size: cover;
}
.hero-section .hero-slide2{
  padding-top: 150px;
   position: relative;
   padding-bottom: 50px;
  color: #fff;
  background-color: #0B3C5D;
  background-position: center;
  background-size: cover;
}
.hero-section .hero-slide::after,.hero-section .hero-slide2::after{
  position: absolute;
  bottom: 0px;
  content: "";
  border-top-left-radius: 80px;
  height: 80%;
  width: 50%;
  background-color: #FF7A00;
  right: 0;
  z-index: 1;
}

.hero-section .hero-text h2{
  font-size: 50px;
  line-height: 70px;
  font-weight: 700;
}
.hero-section .hero-slide .hero-img{
  position: relative;
  z-index: 39;
  margin-left: -30px;
  margin-bottom: -50px;
}
.hero-section .hero-slide2 .hero-img{
  position: relative;
  z-index: 39;
  margin-bottom: -50px;
}
.hero-section p{
  font-weight: 500;
}

.hero-section .under{
  border-left-color:#fff ;
}
.hero-section h2{
  margin: 15px 0px;
}
.hero-section .hero-text .hero-call{
  display: inline-flex;
  align-items: center;
  border-radius: 30px;
  padding: 7px 10px;
  background-color: #0B3C5D;
  margin: 20px 0px;
}
.hero-section .hero-text .hero-call i{
  height: 50px;
  display: flex;
  align-items: center;
  margin-right: 15px;
  justify-content: center;
  width: 50px;
  font-size: 20px;
  border-radius: 50%;
  background-color: #ffffff3d;
}
.hero-section .hero-text .hero-call b{
  color: #FF7A00;
  padding-right: 10px;
  font-size: 18px;
}
.hero-section .hero-text .hero-call a{
  color: #fff;
  padding: 0px 3px;
  font-weight: 500;
}


/* ======Hero=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: 340px;
  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 #5c2fa2;
  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: #5c2fa2;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}

.popup-btn:hover {
  background: #5c2fa2;
}

.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====*/

/* ===Booking-Section-Start=== */
.booking-section .bs-left{
  position: relative;
}
.booking-section .bs-left h2{
  font-size: 30px;
  font-weight: 700;
  color: #0B3C5D;
  line-height: 45px;
}

.booking-section .bs-form{
  padding: 30px;
  outline: 3px double #0B3C5D;
  outline-offset: 10px;
  background-color: #eee;
  margin-left: 40px;
}
.booking-section .bs-form h3{
  font-weight: 700;
  color: #0B3C5D;
}
.bs-form .bs-input label{
  color: #0B3C5D;
  font-weight: 500;
}
.bs-form .bs-input input,.bs-form .bs-input textarea{
  width: 100%;
  margin-bottom: 10px;
  margin-top: 5px;
  position:relative;
  outline: none;
  border:1px solid #0B3C5D;
  padding: 10px 20px;
}
.bs-form .bs-input input[type="date"]::after {
    position: absolute;
    top: 10px;
    right: 5px;
    content: '\f073';
    font-family: "FontAwesome";
    height: 100%;
    width: 50px;
    z-index:-1;
    display: flex;
    align-items: baseline;
    justify-content: center;
}
.booking-section .bs-item {
  padding: 30px;
  height: 100%;
  border-radius: 10px;
  background-color: #FF7A00;
}

.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: #0B3C5D;
}

.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-list{
  position: sticky;
  top: 0px;
  z-index: 999;
  padding: 10px;
  background-color: #0B3C5D;
  border-radius: 10px;
}
.service-two .ser-list ul{
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.service-two .ser-list ul li{
  padding: 10px;
  cursor: pointer;
  color: #fff;
  margin: 0px 10px;
}
.service-two .ser-list ul li[aria-selected="true"]{
  background-color: #FF7A00;
  border-radius: 5px;
}
.ser-item .ser-other .ser-img img{
  max-height: 250px;
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
}
.service-two .ser-item .ser-banner{
  padding:80px 40px;
  border-radius: 20px;
  margin-top: 40px;
  background-size: cover;
}
.service-two .ser-item h4{
  color: #0B3C5D;
}
.service-two .ser-item1 .ser-banner{
  background-image:linear-gradient(to right, #b4b3b3,#0000),url(../images/ser1.png);
}banner-bg
.service-two .ser-item2 .ser-banner{
  background-image:linear-gradient(to right, #b4b3b3,#0000),url(../images/ser2.png);
  background-position: center;
}
.service-two .ser-item3 .ser-banner{
  background-image:linear-gradient(to right, #b4b3b3,#0000),url(../images/ser3.png);
}
.service-two .ser-item6 .ser-banner{
  background-image:linear-gradient(to right, #f3efef,#46454500),url(../images/ser6.png);
}
.service-two .ser-item5 .ser-banner{
  background-image:linear-gradient(to right, #f3efef,#46454500),url(../images/ser5.png);
  background-position: center;
}
.service-two .ser-item4 .ser-banner{
  background-image:linear-gradient(to right, #f3efef,#46454500),url(../images/ser4.png);
}

.service-two .ser-item .ser-choose{
  padding: 30px;
  border-radius: 20px;
  background-color: #0B3C5D;
  color: #fff;
}
 .ser-item .ser-choose h5{
  font-size: 25px;
 }
  .ser-item .ser-choose ul {
    padding: 0;
    list-style: none;
    margin: 0;
  }
  .ser-item .ser-choose ul li {
    display: flex;
    align-items: center;
    margin: 8px 0px;
  }
    .ser-item .ser-choose ul li i{
      font-size: 24px;
      padding-right: 15px;
      color: #FF7A00;
    }
    .ser-item .ser-choose .ser-icon{
      text-align: center;
    }
    .ser-item .ser-choose .ser-icon img{
      border-radius: 10px;
      height: 200px;
      object-fit: cover;
    }
    .ser-item .ser-faq .ser-text ul{
      padding: 0;
      margin: 0;
      list-style: none;
    }
     .ser-item .ser-faq .ser-text ul li{
      font-size: 18px;
     }
      .ser-item .ser-faq .faqs h6{
        font-size: 25px;
        color: #0B3C5D;
      }
      .ser-item .faqs .accordion-item{
        padding: 10px 20px;
      }
      .service-two .ser-boxes .ser-box{
        padding: 20px;
        background-color: #fff;
        box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.183);
        border-radius: 10px;
      }
      .service-two .ser-boxes .ser-box h4{
        font-size: 22px;
        font-weight: 600;
      }
       .service-two .ser-boxes .ser-box h3{
        height:60px;
        width:60px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 35px;
        margin-bottom: 0px;
        border-radius: 10px;
        background-color: #0B3C5D;
        color: #fff;
       }
          .service-two .ser-faq h6{
            font-size: 30px;
            font-weight: 700;
          }
       .service-two .ser-faq .ser-text{
        padding:40px 30px;
        border-radius: 20px;
        background-color: #eee;
       }
       .service-two .ser-faq .ser-text h3{
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 20px;
       }
/* ===Service-Two-End=== */

/* ====Categories-Section=Start==== */

.categories-section{
  padding: 80px 0px;
  text-align: center;
}
.categories-section .cs-head{
  margin-bottom: 30px;
}
.cs-box{
  padding: 20px;
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.183);
  border-radius: 10px;
  position: relative;
  margin: 20px;
}
.cs-box::after{
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  height: 100%;
  width: 0%;
  transition: .5s;
  content: "";
  z-index: 0;
}
.cs-box:hover::after{
  width: 100%;
}

.cs-box .icon i{
  font-size: 40px;
  color: #000;
  position: relative;
  z-index: 2;
}
.cs-box:hover i,.cs-box:hover h4{
  color: #fff;
}
.cs-box h4{
  font-size: 22px;
  font-weight: 600;
  margin-top: 15px;
  position: relative;
  z-index: 2;
}
.categories-section .cs-img{
  position: relative;
}
.categories-section .cs-img::after{
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  left: 50%;
  height: 380px;
  animation: hoide 2s alternate infinite linear;
  z-index: -1;
  content: "";
  width: 380px;
  background-color: rgb(35, 31, 31);
  border-radius: 100%;
  border: 50px solid rgba(49, 43, 43, 0.71);
  outline: 60px solid rgb(76, 71, 71);
}
.categories-section .cs-img img{
  width:65%;
  animation: zoom 2s alternate infinite linear;
}

@keyframes zoom{
  0%{transform: scale(.8);}
  100%{transform: scale(1);}
}

@keyframes hoide{
  0% {
    border: none;
  }
  100% {
    outline: none;
  }
}
/* ====Categories-Section=Start==== */
/* -----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------- */
/* =====Cards=Section=Start===== */

.cards-section{
  text-align: center;
}


.card-box{
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.215);
  border-radius: 10px;
  text-align: left;
  height: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  transition: .5s;
}
.card-box .card-img img{
  border-radius: 10px;
}
.card-box ul{
  margin-bottom: 0;
  padding: 0;
}
.card-box .text{
  margin-left: 20px;
}

.card-box ul li::marker{
  color: #FF7A00;
  transition: .5s;
}
.card-box h4{
  font-weight: 700;
}

.card-box:hover ul li::marker{
  color: #fff;
}
/* =====Cards=Section=End===== */

/* =====counter=section=start===== */

.counter-section{
  position: relative;
  padding: 80px 0px;
  background-size: cover;
  background-position: center;
}
.counter-section span{
  color: #0B3C5D;
  text-transform: uppercase;
  font-weight: 600;
}
.counter-section .count-img{
  height: 100%;
  margin-right: 40px;
}
.counter-section .count-img img{
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.cont-box{
  padding:10px 20px;
  border: 3px double #FF7A00;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  border-radius: 10px;
}
.cont-box .icon{
  margin-right: 20px;
}
.cont-box p{
  margin-bottom: 0;
  font-weight: 500;
}
.cont-box h2{
  font-size: 35px;
  font-weight: 700;
  margin-top: 10px;
  font-family: "Noto Sans", sans-serif;
  margin-bottom: 0;
}
.cont-box h2::after{
  content: " +";
}

/* ====counter=section=end==== */


/* ===Service-Section-Start=== */

.service-section .ss-box{
  position: relative;
  z-index: 9;
  height: 400px;
  margin-top: 20px;
  border: 1px solid #0B3C5D;
  border-radius: 20px;
}
.service-section .ss-box::after{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  height: 100%;
  content: "";
  border-radius: 20px;
  background-image: linear-gradient(#00000040,#0b3c5df9);
}
.service-section .ss-box .ss-img{
   height: 100%;
  width: 100%;
}
.service-section .ss-box .ss-img img{
  border-radius: 20px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.service-section .ss-box .ss-text{
  position: absolute;
  color: #fff;
  z-index: 4;
  padding: 20px;
  bottom: 0;
  left: 0;
}
.service-section .ss-box .ss-text h4{
  font-weight: 700;
}

/* ===Service-Section-End=== */

/* ===Choose-Section-Start=== */

.choose-section{
  background-color: #0B3C5D;
  color: #fff;
}

.choose-section .ch-box {
  padding: 10px;
  background-color: #8a8a8a69;
  border-radius: 10px;
  margin-top: 15px;
}
.choose-section .ch-box h4{
  font-size: 22px;
  font-weight: 700;
}
.choose-section .ch-img{
  height: 100%;
}
.choose-section .ch-img img{
  border-radius: 20px;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
/* ====Choose-Section-End==== */

/* ---Testimonial-section-start--- */

.testimonial-section .tes-head {
  text-align: center;
}

.testimonial-section .tes-box {
  position: relative;
  margin: 40px 15px 0px;
}

.testimonial-section .tes-box>.text {
  padding: 60px 30px;
  z-index: 2;
  position: relative;
  background-color: #eee;
  border-radius: 10px;
  box-shadow: 0px 10px 20px 0px #1874c117;
}

.testimonial-section .tes-box .quote {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  position: absolute;
  top: -30px;
  transition: .5s;
  right: 30px;
  background-color: #FF7A00;
  width: 90px;
  z-index: 3;
  font-size: 50px;
  color: #fff;
}

.testimonial-section .tes-box:hover .quote {
  background-color: #0B3C5D;
}

.testimonial-section .tes-box::after {
  height: 50px;
  width: 50px;
  background-color: #FF7A00;
  content: "";
  z-index: 0;
  transition: .5s;
  position: absolute;
  transform: rotate(52deg);
  top: -20px;
  right: 10px;
}

.testimonial-section .tes-box:hover:after {
  background-color: #0B3C5D;
}

.testimonial-section .tes-box>.text .ratting {
  color: #FF7A00;
  margin: 10px 0px;
}

.testimonial-section .tes-box .text p {
  margin-bottom: 0px;
  line-height: 28px;
}

.testimonial-section .tes-box .info {
  padding: 5px;
  transform: translateY(-40px);
  display: flex;
  transition: .5s;
  align-items: center;
  border-radius: 40px;
  background-color: #0B3C5D;
  width: 80%;
  color: #fff;
  position: relative;
  z-index: 4;
  margin: auto;
}

.testimonial-section .tes-box:hover .info {
  background-color: #FF7A00;
}

.testimonial-section .tes-box .info img {
  width: 60px;
  border-radius: 100%;
}

.testimonial-section .tes-box .info .text {
  padding-left: 20px;
}

.testimonial-section .tes-box .info h5 {
  margin-bottom: 0;
  color: #FF7A00;
  font-weight: 600;
  font-size: 18px;
}

.testimonial-section .tes-box:hover .info h5 {
  color: #0B3C5D;
}

/* ---Testimonial-Section-End--- */

/* ===Faq-Section-Start===  */
.faq .accordion-item {
  padding:15px 20px;
  background-color: #fff;
  box-shadow: 0 0 12px rgb(116, 116, 116, 0.25);
  border-radius: 30px !important;
  border: none;
  outline: none;
  margin: 15px 0px;
}
.faq .accordion-item h2 {
  margin-top: 0;
}

.faq .accordion-item .accordion-button {
  padding: 0;
  font-size: 20px;
  font-weight: 700;
}

.faq .accordion-button:not(.collapsed) {
  color: initial;
  background-color: #fff;
  color: #0B3C5D;

  box-shadow: none;
}

.faq .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: #FF7A00;
  content: "\2b";
  font-family: "FontAwesome";
}

.faq .accordion-item .accordion-button:not(.collapsed)::after {
  content: "\f068";
  color: #fff;
  background-color: #FF7A00;
}

.faq .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}
.faq-section .faq .accordion-collapse{
  border-radius: 10px;
}
.faq .accordion-body {
  padding: 0;
  padding-top: 10px;
  padding-right: 30px;
}
.faq-section .faq-img{
  height: 100%;
}
.faq-section .faq-img   img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
/* ===Faq-Section-End===  */

/* ===Cta-Section-Start=== */

.cta-section .container{
  padding: 50px;
  padding-bottom: 0px;
  border-radius: 20px;
  background-color: #0B3C5D;
  background-image: url(../images/cta-bg.png);
  background-size: cover;
  background-position: center;
  color: #fff;
}
.cta-section .cta-img{
  margin-top: -50px;
}
/* ====Cta-Section-End==== */

/* ------footer-section-start------- */

.footer-section {
  padding-top: 50px;
  position:relative;
  z-index:9;
  color: #fff;
  background:#0B3C5D ;
  background-size: cover;
  background-position: center;
}

.footer-section .footer ul{
  padding: 0;
  list-style: none;
  margin: 0;
}
.footer-section .footer ul.social{
  justify-content: center;
  align-items: center;
  display: flex;
}
.footer-section .footer ul li{
  margin: 8px;
}
.footer-section .footer ul.social li a{
  height: 45px;
  width: 45px;
  background-color: #FF7A00;
  display: flex;
  align-items: center;
  font-size: 21px;
  transition: .5s;
  justify-content: center;
  color: #fff;
  border-radius: 7px;
}
.footer-section .footer ul.social li a:hover{
  border-radius: 50%;
}
.footer-section .fs-boxes{
  padding: 30px;
  color: #000;
  margin: 20px 0px;
  border-radius: 20px;
  background-color: #fff;
}


.footer-section .fs-boxes .fs-box h4{
  color: #FF7A00;
  font-weight: 600;
}
.fs-boxes .fs-box ul li{
  border-bottom: 1px solid #0B3C5D;
}
.fs-boxes .fs-box ul li a{
  color: #000;
  transition: .5s;
}
.fs-boxes .fs-box ul li a:hover{
  color: #FF7A00;
}
.fs-boxes .fs-box .fs-contact li{
  display: flex;
  align-items: center;
  padding: 10px 0px;
  justify-content: flex-start;
}
 .fs-boxes .fs-box .fs-contact li i{
  height: 40px;
  width: 40px;
  background-color: #FF7A00;
  color: #fff;
  border-radius: 5px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
 .fs-boxes .fs-box .fs-contact li span, .fs-boxes .fs-box .fs-contact li a{
  padding-left: 10px;
  flex: 1;
  font-weight: 500;
}
.footer-section .copy-right{
  padding: 10px 20px;
  text-align: center;
  color: #eee;
  background-color: #FF7A00;
}
.footer-section .copy-right p{
  margin-bottom: 0;
}
.footer-section .copy-right p a{
  color: #0B3C5D;
  font-weight: 600;
}
/* ------footer-section-end-------- */

/* ---Banner-Section-Start--- */

.banner-section {
  padding: 150px 0px;
  color: #fff;
  position: relative;
  background-image: linear-gradient(#000000b1, #000000b1), url(../images/ser5.png);
  background-size: cover;
  background-position: top;
}

.banner-section .banner-title ul {
  display: flex;
  position: absolute;
  bottom: 0;
  right: 100px;
  background-color: #FF7A00;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  list-style: none;
  padding: 13px 20px;
}

.banner-title ul li a {
  padding: 5px;
  color: #fff;
  transition: .5s;
  font-size: 19px;
  font-weight: 600;
}

.banner-title ul li a:hover {
  color: #0B3C5D;
}

/* ---Banner-Section-End--- */


/* ===Mission-Section-Start=== */

.mission-section .ms-box{
  padding: 20px;
  background-color: #eee;
  border-radius: 20px;
  display: flex;
  align-items: center;
}
.mission-section .ms-box h4{
  font-size: 22px;
  font-weight: 700;
}
.mission-section .ms-box .ms-img{
  height: 180px;
  width: 180px;
  border-radius: 10px;
}
.mission-section .ms-box .ms-img img{
  height: 100%;
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.mission-section .ms-box .text{
  flex: 1;
  margin:0px 15px;
}

/* ====Mission-Section-End==== */

/* ----About-Section-Start---- */

.about-section{
  background-color: #eee;
}
.about-section .as-item{
  padding: 50px;
  border-radius: 20px;
  background-color: #eee;
  text-align: center;
}
.about-section .as-img img{
  border-radius: 20px;
}
.as-content .as-box{
  display: flex;
  align-items: center;
}
.as-content .as-box ul{
  flex: 1;
  padding: 0;
  list-style: none;
  margin: 0;
  margin-left: 20px;
}
.as-content .as-box ul li{
  display: flex;
  align-items: center;
  margin: 10px 0px;
}
.as-content .as-box ul li i{
  height: 25px;
  width: 25px;
  border-radius: 50%;
  color: #fff;
  margin-right: 10px;
  background-color: #0B3C5D;
  display: flex;
  align-items: center;
  justify-content: center;
}
.as-content .as-box .as-icon{
  height: 170px;
  width: 170px;
  overflow: hidden;
  background-color: #0B3C5D;
  border-radius: 50%;
}
.as-content .as-box .as-icon img{
  width: 100%;
  margin: auto;
  display: inline-block;
  margin-top: 30px;
  margin-left: 10px;
}
.about-section .as-img h2{
  margin-bottom: 30px;
  color: #0B3C5D;
}
/* ----About-Section-Start---- */

/* -----Service-Two-Start---- */

.service-two{
  padding: 80px 0px;
}
.service-two .ser-box{
  background-color: #dadafd;
  height: 100%;
}
.service-two .ser-box .ser-img{
  width: 100%;
  height: 200px;
}
.service-two .ser-box img{
  height: 200px;
  width: 100%;
  object-fit: cover;
}
.service-two .ser-box h4{
  font-size: 22px;
  margin-top: 20px;
}
.service-two .ser-box ul{
  padding-left: 10px;
}
/* -----Service-Two-End---- */

/* -----Process-Section-Start---- */

.process-section{
  text-align: center;
}

.process-section .ps-box{
  padding: 20px;
}
.process-section .ps-box img{
  width: 160px;
}
.process-section .ps-box .step{
  height: 60px;
  width: 70px;
  background-color: #fff;
  box-shadow: 0px 25px 30px 0px #00a9a316;
  margin:15px auto;
  display: flex;
  align-items: center;
  font-size: 25px;
  font-weight: 600;
  justify-content: center;
  color: #FF7A00;
  transition: .5s;
  border-radius: 10px;
}
.process-section .ps-box:hover .step{
  background-color: #FF7A00;
  color: #fff;
}
.process-section .ps-box h4{
  font-weight: 600;
  margin-top: 10px;
}

/* -----Process-Section-End---- */

/* ====Otp=Section=Start===== */

.opt-section{
  padding-top: 160px;
  padding-bottom: 60px;
}
.opt-section .otp-box{
  padding: 30px;
  text-align: center;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.196);
  border-radius: 10px;
}
.opt-section .otp-box p{
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 0px;
}
.opt-section .otp-img {
  width: 250px;
  height: 250px;
  border-radius: 100%;
  background-color: #767070;
  margin: auto;
}
.opt-section .otp-img img{
  width: 70%;
}
.opt-section .otp-box input{
  border: none;
  border-bottom: 1px solid #767070;
  width: 100%;
  outline: none;
  margin: 15px 0px;
}
/* ====Otp=Section=End===== */

/* ===Other-Section-Start===  */

.other-section{
  background-color: #eee;
  padding: 100px 0px;
}
.other-section .os-box{
  border: 1px solid #0B3C5D;
  padding: 30px;
  margin-top: 30px;
  border-radius: 10px;
}
.other-section .os-head h1{
  font-weight: 800;
}
.other-section .os-box h2{
  font-size: 30px;
}
.other-section .os-box h5{
  font-weight: 700;
  color: #0B3C5D;
}
.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: 400px;
}
.other-section ul.os-slide1{
    margin-top:20px;
    padding-left:0;
}
.other-section ul .ser-list {
    padding:10px 20px;
    border-radius:30px;
    color:#fff;
    cursor:pointer;
    text-align:center;
    margin:0px 10px;
    background-color:#0B3C5D;
}
.other-section ul .ser-list br{
    display:none;
}
.other-section ul .ser-list.slick-current{
    background-color:#FF7A00;
}
/* ===Other-Section-End===  */

/* ---other-section-end--- */

/* ---Login-Section-Start--- */

.login-section .login-form{
  border-radius: 20px;
  box-shadow: 0px 10px 20px 0px #00a9a31d;
}
.login-section .login-form .log-img{
  height: 100%;
  display: flex;
  align-items: center;
  background-position: center;
  border-radius: 20px;
  padding: 30px 40px;
  position: relative;
  justify-content: center;
  background-image: linear-gradient(#00000092,#00000092),url(../images/login.jpg);
  color: #fff;
}
.login-section .login-form .log-img h4{
  font-size: 28px;
  text-align: center;
  font-weight: 700;
}
.login-form .login-content{
  padding: 30px;
  text-align: center;
  background-color: #eee;
  margin-left: -40px;
  border-radius: 0px 20px 20px 0px;
}
.login-form .login-content h3{
  font-weight: 700;
  margin-bottom: 20px;
}
 .login-content input{
  width: 100%;
  outline: none;
  border: none;
}
 .login-content .input-text{
  display: flex;
  border-radius: 5px;
  padding: 13px 10px;
  margin-bottom: 15px;
  background-color: #fff;
  align-items: center;
  border: 1px solid #FF7A00;
}
 .login-content .input-text i{
  padding-right: 8px;
  font-size: 18px;
  color: #FF7A00;
}
.login-form .login-content label{
  font-weight: 600;
  padding-bottom: 5px;
  display: inline-block;
}
.login-form .login-content form{
  text-align: left;
}

 .login-content .sec-btn{
  margin-bottom: 20px;
  background-color: #0B3C5D;
}
.login-content p a{
  color: #0B3C5D;
  font-weight: 600;
}
.login-content .login-btn{
  text-align: center;
}
.log-img .log-item{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  background-color: #ffffff49;
  color: #fff;
  border-radius: 8px;
  position: absolute;
  bottom: 20px;
  width: 90%;
  left: 20px;
}
.log-img .log-item p{
  margin-bottom: 0;
}
.log-img .log-item a{
  padding: 7px 15px;
  background-color: #fff;
  color: #FF7A00;
  border-radius: 5px;
  transition: .6s;
  font-weight: 600;
}
.log-img .log-item a:hover{
  background-color: #FF7A00;
  color: #fff;
}
.login-title{
  padding: 30px;
  box-shadow: 0px 10px 20px 0px #00a9a31c;
}
.login-title .check-box{
  display: flex;
  align-items: center;
}
.login-title .check-box label{
  font-size: 14px;
}
.login-title .check-box input[type="checkbox"]{
  width: 15px;
}
/* ---Login-Section-End--- */
.policy-section h4{
  font-weight: 600;
}
/* ====details=section=Start==== */

.details-section{
  padding: 160px 0px 60px;
}
.details{
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.174);
  padding: 20px;
  text-align: center;
}
.details .card-list ul{
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0px;
  list-style: none;
}
.details .card-list ul li{
  cursor: pointer;
}
.details .card-list ul li .icon{
  height: 60px;
  width: 60px;
  display: flex;
  margin: auto;
  align-items: center;
  transition: .5s;
  justify-content: center;
  font-size: 25px;
  border-radius: 100%;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.224);
}
.details .card-list ul li:hover .icon{
  background-color: #FF7A00;
  color: #fff;
}

.details .f-group input,.details .f-group select{
  padding: 10px 20px;
  border-radius: 4px;
  border: 1px solid #767070;
  margin: 10px 0px;
  outline: none;
  width: 100%;
}

.details .ds-box h5{
  background-color: #FF7A00;
  padding: 10px;
  text-align: center;
  color: #fff;
}
.details .card-list ul li p{
  font-size: 20px;
  font-weight: 500;
  margin-top: 7px;
}
.details .f-group{
  text-align: left;
}
.ds-box2,.ds-box3{
  display: none;
}
.details .new .icon{
  background-color: #FF7A00;
  color: #fff;
}

.ds-box .ds-list ul{
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.ds-box .ds-list ul li{
  padding: 7px 20px;
  border-radius: 20px;
  cursor: pointer;
  margin: 0px 5px;
  background-color: #0B3C5D;
  color: #fff;
}
.ds-box .ds-list ul li:nth-child(2){
  background-color: #FF7A00;
}
/* ====details=section=End===== */


/* ---limit-section-start--- */

.limit-section{
  text-align: center;
}
.limit-section .limit-box h2{
  margin: 20px 0px;
}
.limit-box .limit-item{
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.limit-box .limit-item input{
  padding: 13px 20px;
  margin-bottom: 20px;
  outline: none;
}
/* ---limit-section-End--- */
.menu2 .navbar-nav .nav-link {
  color: #0B3C5D !important;
}
.menu2 .navbar-nav .nav-link:hover {
  color: #FF7A00 !important;
}
/* -----Responsive-Start------ */



.map-section .map{
  height: 400px;
}
/*===Network-Section-Start===*/
.network-section .ns-head{
    height:100%;
}
.network-section .ns-head h4{
    font-size:30px;
    font-weight:800;
    text-align:center;
    display:flex;
    color:#fff;
    align-items:center;
    justify-content:center;
    border-radius:10px;
    padding:20px;
    background-color:#0B3C5D;
}
.network-section .ns-box ul{
    padding:0;
    list-style:none;
    margin:0;
}
.network-section .ns-box ul li{
    padding:7px 20px;
    background-color:#eee;
    border-radius:4px;
    display:flex;
    align-items:center;
    margin-top:8px;
}
.network-section .ns-box ul li i{
    height:25px;
    width:25px;
    border-radius:5px;
    background-color:#0B3C5D;
    color:#fff;
    display:flex;
    margin-right:15px;
    align-items:center;
    justify-content:center;
}
/*===Network-Section-End====*/
@media screen and (max-width:1024px) {

  .hero-section .hero-text h2 {
    font-size: 35px;
    line-height: 50px;
}
.what-section .what-shape img{
  opacity: .5;
}
.hero-section .hero-text .hero-call a{
  font-size: 13px;
}
.hero-section .hero-text .hero-call i{
  margin-right: 5px;
}
.hero-section .hero-text .hero-call b {
    font-size: 16px;
}
.hero-img img {
  width: 88%;
}
.as-content p{
  font-size: 15px;
}
.as-content .as-box ul li span{
  flex: 1;
  font-size: 14px;
}
.cta-section .cta{
  margin-bottom: 30px;
}
.cta-section .cta-img {
    margin-top: 30px;
}
.as-content .as-box .as-icon {
    height: 150px;
    width: 150px;
}

.what-section::after {
  background-size: 137px;
}
.what-section::before {
  right: 5%;
  background-size: 140px;
}
.what-section,.service-section,.counter-section,.p-100{
  padding: 50px 0px;
}
h2 {
  font-size: 34px;
}
.card-box{
  display: block;
}
.cs-box h4{
  font-size: 18px;
}
.categories-section .cs-img::after{
  height: 320px;
  width: 320px;
}
.card-box .card-img img{
  width: 100%;
}
 h1 {
    font-size: 31px;
}
.process-section .ps-box h4{
  font-size: 20px;
}
.card-box .text{
  margin-top: 20px;
  margin-left: 0;
}
.cont-box .icon{
  margin-right: 10px;
}
.cont-box .icon img{
  width: 50px;
}
.cont-box{
  padding: 10px;
}
.cont-box p,.faqs .accordion-body p{
  font-size: 16px;
}
.fs-box{
  margin-bottom: 20px;
}
.fs-box-one .fs-box:nth-child(2) {
  margin-right: 20px;
}
.fs-box h4{
  font-size: 20px;
}
.fs-box-two .fs-box:nth-child(2) {
  margin-left: 20px;
}
.m-100 {
  margin-bottom: 50px;
}
.menu .navbar-light .navbar-nav .nav-link{
  padding: 0px 10px;
}
.menu .navbar .navbar-brand img {
    width: 230px;
}
.map-section .map {
    height: 300px;
}
}

@media screen and (max-width:992px) {
 
  .menu .navbar-nav,.booking-section{
    display: block;
  }
.hero-section .hero-text .hero-call{
  display: flex;
}
.testimonial-section .tes-box .text p {
    margin-top: 10px;
}
  .booking-section .booking-form{
    color: #fff;
    margin: 60px 0px;
  }
  .menu .get,.navbar-light .navbar-toggler-icon i,.hero-section .booking-form{
    display: none !important;
  }
  .collapse .get{
    display: block;
  }
  .menu{
    background-color: #fff;
  }
  .menu .navbar-light .navbar-nav .nav-link{
    color: #000;
    padding: 5px 0px;
  }
  .menu .navbar-light .navbar-nav .nav-link.active {
    color: #FF7A00;
}
.menu .navbar-toggler:focus{
  box-shadow: none;
}
.menu .book-now{
  margin: 20px 0px;
  padding-left: 0;
}
.menu .get .sec-btn{
  background-color: #000;
  color: #fff;
}
.menu .navbar-light .navbar-nav .nav-link::after{
  background-color: #FF7A00;
}

}
@media screen and (max-width:780px) {
  .categories-section .cs-img,.service-section .shape1,.service-section .shape2,.what-section::after,.what-section::before,.count-img,.faq-section img{
    display: none;
  }
  .categories-section,.service-section,.process-section,.service-two{
    padding: 40px 0px;
  }
  .about-section{
    padding-top: 40px;
  }
  .about-section .as-content{
    padding-left: 0px;
    margin-top: 30px;
  }
  .contact-section .map{
    height: 300px;
  }
  .contact-item .contact-box{
    display: flex;
    align-items: center;
  }
  .contact-item .contact-box h4{
    margin-bottom: 0px;
  }
  .contact-item .contact-box address{
    margin-bottom: 0;
  }
  .contact-item .contact-box .text{
    margin-left: 15px;
  }
  .contact-section .contact-item{
    padding: 24px;
  }
  .other-section .os-box:nth-child(odd) .row{
    flex-direction: column-reverse;
  }
   .other-section .os-box .os-img{
    margin-bottom: 20px;
   }
  .other-section .os-box .os-img img{
    width: 100%;
    height: 300px;
  }
  .mission-section .ms-box{
    margin-top: 20px;
  }
  .counter-section{
    margin: 40px 0px;
  }
  .m-100{
    margin-bottom: 40px;
  }
  .process-section .ps-box{
    margin-top: 20px;
    padding: 0;
  }
  .footer-section{
    padding-top: 40px;
  }
.hero-section .hero-slide{
  padding-top: 150px ;
}
.booking-section .container > .row{
  flex-direction: column-reverse;
}
.booking-section .bs-form {
    margin-left: 0px;
    margin-bottom: 40px;
}
.service-section .ss-box .ss-text h4,.choose-section .ch-box h4{
  font-size: 20px;
}
.hero-img{
  position: absolute;
  top: 30%;
  right: 0%;
}
.hero-section .hero-slide::after, .hero-section .hero-slide2::after {
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    height: 40%;
    width: 100%;
}
.service-two .ser-list ul{
  flex-wrap: wrap;
  justify-content: center;
}
.service-two .ser-faq .ser-text{
  margin-bottom: 40px;
}
.choose-section .ch-img{
  display: none;
}
.hero-section .hero-slide .hero-img{
  padding-top: 30px;
}
.hero-section .hero-text h2 {
    font-size: 37px;
    line-height: 50px;
}
.hero-img img{
  width: 50%;
  margin: auto;
}
.hero-section .hero-text{
  position: relative;
  z-index: 3;
}
.what-box.w-box2,.what-box {
  margin-top: 20px;
  padding: 0;
}
.what-section p{
  margin-bottom: 0;
}
.fs-img img {
  width: 70%;
}
.login-form .login-content{
  margin-left: 0;
}
.login-section .login-form .log-img{
  height: 280px;
}
.login-section .login-form{
  background-color: #eee;
}
}

@media screen and (max-width:580px) {
  .hero-section .hero-text h2 {
    font-size: 23px;
    line-height: 35px;
}
.hero-section p{
  font-size: 15px;
}
.p-100{
  padding: 34px 0px;
}
.ser-box{
  padding: 10px;
}
.bs-form .bs-input input[type="date"]::after{
    z-index:4;
}
.menu .navbar{
  padding: 0px;
}
.menu .navbar .navbar-brand img{
  width: 170px;
}
.contact-item .contact-box{
  padding-right: 0;
}
.banner-section{
  padding: 130px 0px 100px;
}
.limit-section input{
  width: 98%;
  padding: 20px 10px;
}
.limit-section .text{
  padding: 0px;
}
.limit-section{
  padding: 140px 0px 40px;
}
.about-two .as-content{
  padding: 0px;
}
.as-img,.about-img{
  margin: 0px ;
}
.hero-section .hero-text .hero-call{
  display: block;
  padding: 7px 30px;
}
.hero-section .hero-text .hero-call a{
  display: inline-block;
}
.hero-section .hero-text .hero-call i{
  display: none;
}
.feature-section .fs-img{
  margin: 20px 0px;
}
.feature-section .fs-img img{
  width: 100%;
}
.testimonial-section .tes-box > .text{
  height: 370px;
}
h2{
  font-size: 25px;
}
.hero-section .slick-prev,.hero-section .slick-next{
  bottom: 0px;
}
.hero-section .slick-prev{
  right: 60px;
}
.hero-section .slick-next{
  right: 0;
}
.hero-img img,.footer-section .input-email{
  width: 80%;
}
.counter-section{
  margin-bottom: 0;
}
.fs-head{
  margin-bottom: 10px;
}
.process-section{
  padding: 0;
}
.other-section ul .ser-list br {
    display: block;
}
.service-two .ser-list{
  position: relative;
}
.service-two .ser-item .ser-banner {
    padding: 26px 20px;
}
.other-section .os-box{
  padding: 20px;
}
.service-two .ser-faq .ser-text h3 {
    font-size: 22px;
}
.hero-section .hero-slide{
  padding-top: 100px !important;
}
.hero-section .hero-slide{
  background-image:linear-gradient(#000000bf,#000000bf),url(../images/mission.png);
  padding: 100px 0px;
  height: 70vh;
}
.hero-section .hero-slide2{
  background-image:linear-gradient(#000000bf,#000000bf),url(../images/hero2.png);
  padding: 100px 0px;
  height: 70vh;
}
.hero-section .hero-img{
  display: none;
}
.booking-section .bs-form{
  outline: none;
}
.as-content .as-box{
  display: block;
}
.hero-section .hero-slide::after, .hero-section .hero-slide2::after{
  display: none;
}
.cta-section .container {
    padding: 30px 20px;
    padding-bottom: 0;
}
.cta-section .cta-img {
    margin-top: 0px;
}
.footer-section .fs-boxes {
    padding: 30px 15px;
}
.mission-section .ms-box{
  display: block;
  text-align: center;
}
.mission-section .ms-box .ms-img{
  height: auto;
  margin-bottom:20px;
  width: 100%;
}
}
 /*---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:#FF7A00;
  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----*/