@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: "";
}

.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 h2{
  font-size: 50px;
  line-height: 70px;
  font-weight: 700;
}
.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 .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{
  width: 100%;
  padding: 10px 15px;
  border: none;
  outline: none;
  border-radius: 5px;
}
/* ======Hero=Section=End===== */

/* ---what-section-start---- */

.what-section{
  padding: 80px 0px;
  background-color: #f1f1f1;
  text-align: center;
  position: relative;
}
.what-section::after {
  position: absolute;
  top: 25%;
  left: 30%;
  content: "";
  background-image: url(../images/arrow.png);
  height: 200px;
  width: 400px;
  background-repeat: no-repeat;
  background-size: 160px;
  transform: rotate(-18deg);
}
.what-section::before {
  position: absolute;
  top: 40%;
  right: 16%;
  content: "";
  background-image: url(../images/arrow2.png);
  height: 200px;
  width: 400px;
  background-repeat: no-repeat;
  background-size: 160px;
  transform: rotate(15deg);
}
.what-box{
  padding: 20px;
  margin-top: 15px;
  z-index: 9;
  position: relative;
}
.what-box h4{
  font-weight: 700;
  margin-top: 20px;
  font-size: 22px;
}
.what-box.w-box2{
  margin-top: 120px;
}

.what-section .what-shape{
  position: absolute;
  bottom: 0px;
  left: -70px;
}
.what-section .what-shape img{
  width: 450px;
}
/* ---what-section-start---- */

/* ====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--------- */

.feature-section{
  position: relative;
  overflow-x: hidden;
}

.fs-head .sup-title{
  justify-content: center;
}
.fs-head {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.fs-box{
  display: flex;
  align-items: center;
  padding:10px 20px;
  margin-bottom: 15px;
  transition: .5s;
  border-radius: 10px;
  border: 1px solid #eee;
}
.fs-box p{
  margin-bottom: 0;
  font-size: 16px;
}
.fs-box h4{
  font-size: 20px;
  font-weight: 700;
  color: #FF7A00;
}
.fs-box .fs-icon{
  margin-right: 20px;
}
.fs-box:hover .fs-icon img{
  animation: het 1s linear;
}

.fs-box img{
  max-width: 100%;
}
.fs-box:hover{
  transform: translateY(-5px);
}
.fs-box:hover h4{
  color: #FF7A00;
}
.fs-img{
  position: relative;
  text-align: center;
  animation: updown 2s linear alternate infinite;
}
.fs-img img{
  width: 100%;
}
.fs-box-one .fs-box:nth-child(2){
  margin-left: -40px;
  margin-right: 40px;
}
.fs-box-two .fs-box:nth-child(2){
  margin-left: 40px;
  margin-right: -40px;
}

.fs-box .text{
  flex: 1;
}
@keyframes updown{
  0%{
    transform: translateY(-20px);
  }
  100%{
    transform: translateY(0px);
  }
}
@keyframes het{
  10%,30% {
    transform: translateX(3px) rotate(2deg);
}
20%,40%{
    transform: translateX(-3px) rotate(-2deg);
}
50%,70%{
    transform: translateX(2px) rotate(1deg);
}
60%,80%{
    transform: translateX(-2px) rotate(-1deg);
}
90% {
    transform: translateX(1px) rotate(0);
}
100% {
    transform: translateX(-1px) rotate(0);
}
}

/* ===Service-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{
  padding-top: 40px;
  background-color: #dadafd;
  background-image: url(../images/footer-bg.png);
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.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: 7px 0px;
  font-weight: 600;
  list-style: none;
}
.f-box > ul li a{
  display: flex;
  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;
}
.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---- */

/* -----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------ */

/* ---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;
  }
  .navbar-light .navbar-toggler-icon i{
      color:#fff;
  }
  .menu .get,.hero-section .booking-form{
    display: none !important;
  }
  .collapse .get{
    display: block;
  }
  .menu .navbar-light .navbar-toggler{
      padding:0;
  }
  .menu .navbar-toggler-icon{
      height:40px;
      width:50px;
      display:flex;
      padding:0px;
      align-items:center;
      justify-content:center;
  }
  .menu{
    background-color: #0f0e0ec2;
  }
  .navbar-light .navbar-toggler-icon {
     background:none;
  }
  .navbar-light .navbar-toggler{
      border-color:#fff;
  }
  .menu .navbar-light .navbar-nav .nav-link{
    color: #fff;
    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: 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;
}
.other-section .os-box{
  padding: 20px;
}
.hero-section .hero-slide{
  padding-top: 100px;
  height:75vh;
}
.hero-section .hero-slide{
  background-image:linear-gradient(#000000bf,#000000bf),url(../images/hero1.png);
}
.hero-section .hero-slide:nth-child(2){
  background-image:linear-gradient(#000000bf,#000000bf),url(../images/hero2.png) !important;
}
}

 /*---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----*/