@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 {
  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;
  border-left: 3px solid #0B3C5D;
  padding-left: 7px;
  line-height: 18px;
  border-radius: 2px;
  font-weight: 600;
  text-transform: uppercase;
  font-style: italic;
}

.booking-section{
  display: none;
}

/* -----Header-Section-Start----- */
.menu{
  background-color: transparent;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 999;
  border-bottom: 1px solid #767070;
}

.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: #fff;
  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: 220px;
  padding-bottom: 150px;
  position: relative;
  color: #fff;
  background-image:linear-gradient(#000000dd,#000000dd),url(../images/hero1.png);
  background-position: center;
  background-size: cover;
}
.hero-section .hero-text h1{
  font-size: 48px;
  line-height: 65px;
  font-weight: 700;
}
.hero-section .booking-form h2{
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 10px;
}
.hero-section .booking-form h4{
  color: #FF7A00;
  font-weight: 700;
}
.hero-section .hero-text p{
  font-size: 18px;
}
.hero-section .hero-text ul{
  display: flex;
  align-items: center;
  padding: 0;
  list-style: none;
  margin: 0;
  flex-wrap: wrap;
}
.hero-section .hero-text ul li{
  display: flex;
  align-items: center;
  padding: 8px 15px;
  font-weight: 600;
  border-radius: 30px;
  background-color: #eee;
  color: #0B3C5D;
  margin:8px 5px;
}
.hero-section .hero-text ul li i{
  padding-right: 10px;
  color: #FF7A00;
  font-size: 24px;
}
.hero-section .slick-prev,
.hero-section .slick-next {
  display: block !important;
  position: absolute;
  bottom: 20px;
  right: 23px;
  z-index: 99934;
  height: 60px;
  width: 60px;
  background-color: #fff;
  color: #FF7A00;
  display: flex;
  border: 3px double #0B3C5D;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 10px 20px 0px #00ce0027;
  border-radius: 0px 30px 30px 0px;
  font-size: 0px;
}

.hero-section .slick-prev {
  right: 80px;
  border-radius: 30px 0px 0px 30px;
}
.hero-section p{
  font-weight: 500;
}
.hero-section .slick-arrow::after {
  content: "\f0a5";
  font-size: 28px;
  font-family: "FontAwesome";
}

.hero-section .slick-next::after {
  content: "\f0a4";
}

.hero-section .slick-prev:hover,
.hero-section .slick-next:hover{
  background-color: #FF7A00;
  border-color: #FF7A00;
  color: #fff;
}
.hero-img img{
  width: 67%;
}
.hero-section .hero-text .sec-btn{
  margin-top: 30px;
}
.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;
}
.booking-form{
  padding: 30px;
  background-color: #0B3C5D;
  border-radius: 10px;
}
.booking-form .f-input{
  margin-top: 10px;
}
.booking-form .f-input input,.booking-form .f-input textarea, .booking-form .f-input select{
  width: 100%;
  padding: 10px 15px;
  border: none;
  outline: none;
  border-radius: 5px;
}
/* ======Hero=Section=End===== */

/* ===Choose-Section-Start=== */

.choose-section{
  position: relative;
}

.choose-section .cs-box{
  padding: 20px;
  height: 100%;
  border-radius: 8px;
  border: 1px solid #d7d6d6;
  box-shadow: 0px 5px 10px 0px #0b3c5d10;
}
.choose-section .cs-box .cs-icon{
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin-bottom: 20px;
  background-color: #0B3C5D;
}
.choose-section .cs-box h4{
  font-size: 20px;
  font-weight: 700;
}
.choose-section .cs-box p{
    margin-bottom:0px;
}
/* ===Choose-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------- */

.popup-overlay {
     display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  display: none; /* Hidden by default */
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popup-content {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  width: 90%;
  max-width: 400px;
  text-align: center;
  position: relative;
   animation: fadeIn 0.5s ease;
}

.popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
}
.popup-content h2{
    color:#a5000e;
}
.popup-content input {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.popup-content button {
  padding: 12px 20px;
  background: #28a745;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
}

.popup-content button:hover {
  background: #218838;
}
@keyframes fadeIn {
  from {opacity: 0; transform: scale(0.95);}
  to {opacity: 1; transform: scale(1);}
}

/* ===Service-Section-Start=== */

.service-section .ss-box{
  padding: 20px;
  border-radius: 10px;
  background-color: #eee;
  margin-top: 20px;
  border: 1px solid #FF7A00;
}
.service-section .ss-box .ss-img{
  border-radius: 20px;
  background-color: #0B3C5D;
  transition: .5s;
}
.service-section .ss-box:hover .ss-img{
  background-color: #FF7A00;
}
.service-section .ss-box .ss-img img{
  clip-path: polygon(0 0, 100% 0%, 100% 88%, 0% 100%);
  border-radius: 20px;
}
.service-section .ss-box h4{
  font-weight: 700;
  font-size: 22px;
  margin-top: 20px ;
}
.service-section .ss-box .ss-btn{
  display: flex;
  align-items: center;
  margin-top: 30px;
  justify-content: space-between;
}
.service-section .ss-box .ss-btn a{
  padding: 10px 16px;
  border-radius: 30px;
  font-weight: 500;
  color: #eee;
  background-color: #0B3C5D;
}
.service-section .ss-box .ss-btn a:nth-child(1){
  background-color: #FF7A00;
}
.service-section .ss-box .ss-btn a:nth-child(3){
  background-color: #16ce08;
}
.service-section .ss-box .ss-btn a:hover{
  background-color: #0B3C5D;
}
/* ====Service-Section-End==== */

/* ===Brand-Section-Start=== */

.brand-section .container{
  padding: 40px 20px;
  border-radius: 20px;
  border: 1px solid #FF7A00;
}

.brand-section .bs-left .scrolling-text-container,.brand-section .bs-left2 .scrolling-text-container{
  padding:0px 20px;
  overflow: hidden;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

/* Inner container styles */
.brand-section .bs-left .scrolling-text-inner,.brand-section .bs-left2 .scrolling-text-inner{
  display: flex;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 600;
  padding: 8px 0;
}

/* Text styles */
.brand-section .bs-left .scrolling-text,.brand-section .bs-left2 .scrolling-text {
  display: flex;
}
.brand-section .bs-left .scrolling-text .bs-img,.brand-section .bs-left2 .scrolling-text .bs-img{
  margin:5px;
  width: 120px;
  padding: 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #424752;
  border-radius: 10px;
}
.brand-section .bs-left .scrolling-text .bs-img img,.brand-section .bs-left2 .scrolling-text .bs-img img{
  border-radius: 10px;
  width: 100%;
  object-fit: cover;
}
.brand-section .bs-left .scrolling-text .bs-img h5,.brand-section .bs-left2 .scrolling-text .bs-img h5{
  text-align: center;
  transition: .5s;
  margin-top: 10px;
}
.brand-section .bs-left .scrolling-text .bs-img:hover h5,.brand-section .bs-left2 .scrolling-text .bs-img:hover h5{
  color: #FF7A00;
}


.brand-section .bs-left .scrolling-text-inner>div, .brand-section .bs-left2 .scrolling-text-inner>div{
  animation: var(--direction) var(--marquee-speed) linear infinite;
}

.brand-section .bs-left .scrolling-text-container:hover .scrolling-text-inner>div, .brand-section .bs-left2 .scrolling-text-container:hover .scrolling-text-inner>div {
  animation-play-state: paused;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}
@keyframes gs-left {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0%);
  }
}
@keyframes scroll-right {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0%);
  }
}

.brand-section .bs-right{
  padding:20px;
  border-radius: 20px;
  background-color: #0B3C5D;
}
.brand-section .bs-right h2{
  color: #fff;
}
.brand-section .bs-right .bs-box{
  padding: 15px;
  background-color: #fff;
  border-radius: 10px;
  margin: 10px 0px;
  display: flex;
  align-items: center;
}
.brand-section .bs-right .bs-box .bs-icon{
  margin-right: 10px;
}
.brand-section .bs-right .bs-box .bs-icon img{
  width: 50px;
}
.brand-section .bs-right .bs-box h3{
  font-weight: 700;
  font-size: 30px;
  position: relative;
  color: #0B3C5D;
}
.brand-section .bs-right .bs-box h3::after{
  content: "+";
  font-size: 40px;
}
.brand-section .bs-right .col-md-6:nth-child(2) .bs-box h3::after{
  content: "+ Sq. Ft.";
  font-size: 20px;
}
.brand-section .bs-right .bs-box p{
  font-weight: 600;
  margin-bottom: 0;
  font-size: 18px;
}
/* ====Brand-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: #FF7A00;
  content: "\2b";
  font-family: "FontAwesome";
}

.faq-box .accordion-item .accordion-button:not(.collapsed)::after {
  content: "\f068";
  color: #fff;
  background-color: #FF7A00;
}

.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---- */

/* ===Testimonials-Section-Start=== */

.ts-head{
  position: relative;
  z-index: 6;
  text-align: center;
}

.testimonial-section .tes-box{
  position: relative;
  text-align: center;
  margin: 40px 15px 0px;
}
.tes-box h4{
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}
.tes-box .info .comp{
  color: #FF7A00;
}
.testimonial-section .tes-box > .text{
  padding: 40px 20px 20px;
  z-index: 2;
  height: 360px;
  position: relative;
  background-color: #eee;
  box-shadow: 0px 10px 20px 0px #FF7A0017;
}
.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: #0B3C5D;
  width: 90px;
  z-index: 3;
  font-size: 50px;
  color: #fff;
}
.tes-box .info{
  padding:0px 10px;
  font-weight: 500;
}
.testimonial-section .tes-box:hover .quote{
  background-color: #FF7A00;
  color: #fff;
}
.testimonial-section .tes-box::after {
  height: 50px;
  width: 50px;
  background-color: #0B3C5D;
  content: "";
  z-index: 0;
  transition: .5s;
  position: absolute;
  transform: rotate(52deg);
  top: -20px;
  right: 10px;
}
.testimonial-section .tes-box:hover:after{
  background-color: #FF7A00;
}

.testimonial-section .tes-box .text p{
  margin-bottom: 0px;
  line-height: 28px;
  margin-top: 20px;
}

.tes-img{
  width: 80px;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 28px;
  justify-content: center;
  height: 80px;
  background-color: #ffbb00;
  border-radius: 100%;
  margin:0px auto 15px auto;
}
.testimonial-section .tes-box:nth-child(2n+1) .tes-img{
  background-color: #ff1100;
}
.testimonial-section .tes-box:nth-child(3n+1) .tes-img{
  background-color: #1643f5;
}
/* ===Testimonials-Section-End=== */

/* -------footer-section-start------ */

.footer-section{
  color: #fff;
  padding-top: 40px;
  background-image:linear-gradient(#9c9a9ae6,#000000df),url(../images/footer.webp);
  background-size: cover;
}

.social ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0px;
  list-style: none;
}

.f-box .social li {
  margin: 5px;
}
.f-box .social li a {
  display: flex;
  align-items: center;
  font-size: 16px;
  justify-content: center;
  height: 40px;
  width: 40px;
  border: 1px solid #FF7A00;
  color: #fff;
  border-radius: 5px;
  background-color: #FF7A00;
}
.f-box .social li a:hover{
  background-color: transparent;
  color: #FF7A00;
}
.f-box .f-logo{
  margin-bottom: 20px;
}
.f-box .f-logo img{
  width: 300px;
}
.f-box ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.f-title h4{
  margin-bottom: 20px;
  color: #FF7A00;
  font-weight: 600;
}
.f-box ul li{
  margin: 10px 0px;
  font-weight: 600;
  list-style: none;
}
.footer-section .map{
  height: 100%;
  border-radius: 10px;
}
.footer-section .map iframe{
  border-radius: 10px;
}
.f-box > ul li a{
  display: flex;
  color: #fff;
  font-weight: 500;
  align-items: center;
} 
.f-box > ul li a:hover{
  color: #FF7A00;
}
.f-box .nav-link2 li a i{
 font-size: 0px;
 transition: .5s;
}
.f-box .nav-link3 li a i{
  height: 40px;
  width: 40px;
  border-radius: 5px;
  background-color: #FF7A00;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.f-box .nav-link3 li a:hover i{
  background-color: transparent;
  color: #FF7A00;
  border: 1px solid #FF7A00;
}
.f-box .nav-link3 li a span{
  flex: 1;
}
.f-box .nav-link2 li a:hover i{
  padding-right: 10px;
  font-size: 17px;
}
.footer-section .input-email{
  display: flex;
  justify-content: space-between;
  border: 1px solid #FF7A00;
  width: 200px;
  margin-top: 10px;
  border-radius: 30px;
}
.footer-section .input-email input{
  border: none;
  outline: none;
  flex: 1;
  width: 100%;
  padding:10px 20px;
  background-color: transparent;
}
.footer-section .input-email i{
  height: 45px;
  width: 45px;
  cursor: pointer;
  border-radius: 100%;
  background-color: #FF7A00;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.copy-right{
  margin-top: 20px;
  background-color: #fff;
}
.copy-right p{
  margin-bottom: 0;
  padding: 10px 0px;
  color: #0B3C5D;
  font-weight: 600;
  text-align: center;
}
.footer-section .f-box .f-call{
  padding:10px 20px;
  border-radius: 10px;
  background-color: #fff;
}
.footer-section .f-box .f-call h6{
  font-size: 20px;
  font-weight: 700;
  color: #0B3C5D;
}
.footer-section .f-box .f-call .f-item{
  display: flex;
  align-items: center;
}
.footer-section .f-box .f-call .f-item .f-icon{
  height: 70px;
  width: 70px;
  margin-right: 20px;
  border-radius: 10px;
  font-size: 40px;
  background-color: #FF7A00;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* ----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--- */

/* ----About-Section-Start---- */

.about-section{
  padding-top: 80px;
}

.about-section .as-content{
  padding-left: 30px;
}
.about-section .as-img{
  height: 100%;
}
.about-section .as-img img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.about-two .as-content{
  padding-right: 30px;
}
/* ----About-Section-Start---- */

/* -----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------ */

/* ---quote-section-start---- */

.contact-section .quote{
  border-radius: 10px;
  position: relative;
  background-color: #f4f4f4;
  border: 1px solid #eee;
  box-shadow: 0px 10px 20px 0px #00000029;
}

.contact-section .map{
  height: 100%;
}
.contact-section .contact-item{
  padding-top: 20px;
  padding-bottom: 40px;
}
.contact-item .contact-box{
  margin-top: 20px;
  display: flex;
  padding-right: 20px;
  align-items: center;
}
.contact-item .contact-box .text{
  margin-left: 20px;
  flex: 1;
}
.contact-item .contact-box .text h4{
  font-weight: 700;
  font-size: 22px;
  color: #0B3C5D;
}
.contact-section .booking-form{
  color: #fff;
}
.contact-section .booking-form h2{
  font-size: 30px;
}
/* ---quote-section-end---- */

.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-slide {
    padding-top: 150px;
    padding-bottom: 70px;
}
  .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%;
}
.what-section::after {
  background-size: 137px;
}
.what-section::before {
  right: 5%;
  background-size: 140px;
}
.what-section,.service-section,.counter-section,.faq-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%;
}
.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{
    display: none !important;
  }
  .hero-section .booking-form{
    margin-top: 50px;
  }
  .service-section .ss-box .ss-btn a{
    padding: 10px;
  }
  .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;
  }
  .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: 136px;
    padding-bottom: 65px;
}
.hero-img{
  position: absolute;
  top: 30%;
  right: 0%;
}
.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;
}
.menu .navbar{
  padding: 0px;
}
.menu .navbar .navbar-brand img{
  width: 220px;
}
.contact-item .contact-box{
  padding-right: 0;
}
.banner-section{
  padding: 130px 0px 100px;
}
.hero-section .hero-text h1 {
    font-size: 30px;
    line-height: 40px;
}
.hero-section .hero-text ul li{
  padding: 8px 5px;
}
.hero-section .hero-text ul li i{
  padding-right: 5px;
}
.booking-form{
  padding: 20px;
}
.hero-section .hero-text ul li span{
  font-size: 14px;
}
.limit-section input{
  width: 98%;
  padding: 20px 10px;
}
.limit-section .text{
  padding: 0px;
}
.footer-section .map{
  height: 300px;
}
.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;
}
.other-section .os-box{
  padding: 20px;
}
.hero-section .hero-slide{
  padding-top: 100px !important;
}
.hero-section .hero-slide{
  background-image:linear-gradient(#000000bf,#000000bf),url(../images/hero1.png);
}
}

 /*---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----*/