@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
  max-width: 100%;
  width: auto;
}

body {
  padding: 0 !important;
  font-family: "Nunito Sans", sans-serif;
}

body a,
body button {
  color: #000;
  outline: none !important;
  text-decoration: none !important;
  transition: all ease 0.5s;
}

* {
  padding: 0;
  margin: 0;
}
p,span,a{
  font-size: 18px;
  font-weight: 200;
}
.m-100 {
  margin-bottom: 100px;
}

h2 {
  font-size: 40px;
  font-weight: 700;
}
.slick-next,.slick-prev{
  display: none !important;
}
.sec-btn {
  display: inline-block;
  padding: 12px 20px;
  background-color: #ff9500;
  color: #fff;
  transition: .5s;
  margin-top: 20px;
  position: relative;
  text-transform: uppercase;
}
.sec-btn span{
  position: relative;
  z-index: 34;
}
.sec-btn::after {
  height: 100%;
  width: 100%;
  background-color: #006AFF;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  transform: scale(0,1);
  transition: .5s;
}
.sec-btn:hover {
  background-color: transparent;
  color: #fff;
}
.sec-btn:hover:after {
  transform: scale(1);
}

.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: #2bc40d;
}

.what a:last-child {
  font-size: 20px;
  background-color: #ff9500;
}
.under {
  font-size: 20px;
  color: #ed1b24;
}
.under {
  font-style: italic;
  font-size: 20px;
  color: #006AFF;
  word-spacing: 2px;
  font-weight: 600;
  text-transform: capitalize;
}
.booking-section{
  display: none;
}
/* ------Globle-Style-End------- */

header{
  position: sticky;
  width:100%;
  top:0;
  background-color: #fff;
  left:0;
  z-index:999;
}
header .navbar-brand img{
  width: 200px;
}
header .navbar-nav{
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
header .navbar-light .navbar-nav .nav-link{
  padding:0px 20px;
  font-weight: 500;
}
header .navbar-light .navbar-nav .nav-link:hover,header .navbar-light .navbar-nav .active .nav-link{
  color: #006AFF;
}
header .contact{
  background-color: #006AFF;
  padding:20px;
  margin-left: 20px;
}
header .contact a{
  color: #fff;
}
header .navbar,header .navbar-brand{
  padding: 0px;
}

/* ------header-section-end----- */

/* ----hero-section-start---- */

.hero-slide{
  padding: 120px 0px 0px;
  height: 600px;
  background-image: linear-gradient(to right,#006affed,#ff9500ea),url(../images/tes-bg.jpg);
  background-position: center;
  position: relative;
  background-size: cover;
  color: #fff;
}
.hero-slide h2{
  font-size: 45px;
  font-weight: 800;
  margin: 15px 0px;
  font-style: italic;
}
.hero-slide .under{
  color: #ff9500;
}
.hero-slide .hero-shape{
  position: absolute;
  bottom: 0;
  right: 0;
}
.hero-slide .hero-img{
  position: relative;
  text-align: center;
  margin-right: -85px
  ;
  z-index: 55;
}
/* ----hero-section-end---- */

/* ----about-section-start----- */

.about-section{
  padding: 80px 0px;
}
.about-section .as-content {
  margin-left: 50px;
}
/* ----about-section-end----- */

/* -------counter-section-start-------- */

.counter-section {
  padding-top: 80px;
  background-image: linear-gradient(to right,#000408d6,#000408d6), url(../images/hero2.jpg);
  background-size: cover;
  background-position: center;
  text-align: center;
  position: relative;
  padding-bottom: 300px;
}

.count-shape {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
}
.counter-section h2{
  margin-top: 10px;
  margin-bottom: 0;
}
.counter-section h2::after{
  content: "+";
}
.count-shape2 {
  position: absolute;
  top: -1px;
  left: 0;
  transform: rotate(180deg);
  width: 100%;
}

.count-box .icon {
  color: #fff;
}
.count-box{
  padding:60px 20px 20px 20px;
  border-radius: 180px 180px 0px 0px;
  border: 2px solid #fff;
  text-align: center;
  background-color: #ff9500;
}
.counter-section .count-box p{
  font-size: 18px;
  font-weight: 600;
}
.count-box .icon img {
  filter: invert(1);
}

/* -------counter-section-End---------- */

/* ===Details-Section-Start=== */

.details-section .ds-items{
  padding: 30px;
  border-radius: 20px;
  background-color: #eee;
}

.details-section .ds-items .row:nth-child(1){
  padding: 20px 10px; 
  background-color: #fff;
  margin-bottom: 30px;
  border-radius: 10px;
  align-items: center;
}
.details-section .ds-items .ds-box h2{
  font-size: 35px;
  font-weight: 800;
}
.details-section .ds-items .ds-box h4{
  font-weight: 800;
  font-size: 22px;
}
.details-section .ds-items .ds-text h4{
  font-weight: 700;
}
.details-section .ds-items .ds-img img{
  border-radius: 10px;
}
.slider-nav .ser-list {
  border-radius: 2px;
  margin: 8px;
  text-align: center;
  font-weight: 500;
  padding: 25px 10px;
  background-color: #eee;
  position: relative;
  text-transform: capitalize;
  transition: .5s;
  min-width: 190px;
  line-height: 24px;
  cursor: pointer;
}

.slider-nav .ser-list::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #ff9500;
  transition: .4s;
  content: "";
}

.slider-nav .ser-list:hover::after,
.slider-nav .ser-list.slick-current::after {
  height: 100%;
}

.slider-nav .ser-list::before {
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 0;
  transform: translate(-50%, -50%);
  height: 3px;
  background-color: #131313;
  z-index: 3;
  transition: .4s;
  content: "";
}

.slider-nav .ser-list:hover:before,
.slider-nav .ser-list.slick-current::before {
  width: 100%;
}

.slider-nav .ser-list img {
  display: block;
  margin: 10px auto;
  position: relative;
  z-index: 9;
  transition: .5s;
}

.slider-nav {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  justify-content: center;
}


.slider-nav .ser-list:hover span,
.slider-nav .ser-list.slick-current span {
  color: #fff;
  position: relative;
  z-index: 4;
}

/* ===Details-Section-End=== */

/* ------service-section-start------- */
.service-section{
  margin-top: -250px;
  position: relative;
}

.ser-box{
  padding: 20px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.197);
  text-align: center;
  background-color: #fff;
  height: 100%;
}
.ser-box p{
  font-size: 18px;
}
.ser-box .ser-img{
  padding: 20px;
  border-radius: 10px;
  overflow: hidden;
}
.ser-box h4{
  font-size: 22px;
  font-weight: 600;
  margin-top: 10px;
}
.ser-box .ser-img img{
  border-radius: 10px;
  transition: .5s;
  width: 100%;
}
.ser-box:hover .ser-img img{
  transform: scale(1.2);
}
/* ------service-section-End------- */


/* ------step-section-start-------- */

.step-section{
  padding: 80px 0px;
}
.step-head{
  text-align: center;
  margin-bottom: 20px;
}
.step-head .under{
  justify-content: center;
  margin-bottom: 10px;
}
.step-box{
  position: relative;
  text-align: center;
  margin-top: 20px;
}
.step-box h4{
  margin-top: 16px;
}
.step-shape{
  position: absolute;
  top: -25px;
  right: -60px;
}
.step-shape img{
  width: 120px;
}

/* -------step-section-end------ */

.quote-form {
  border-radius: 15px;
  text-align: center;
  background-color: #ff9500;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.185);
}

.quote-form h3 {
  color: #fff;
  background-color: #006AFF;
  padding: 20px;
  font-weight: 600;
  border-radius: 15px 15px 0px 0px;
  font-size: 30px;
}

.quote-form input,
.quote-form textarea,.quote-form select{
  width: 100%;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 20px;
  margin: 10px 0px;
  border: none;
  background-color: #fff;
  outline: none;
}
.quote-form .f-group .sec-btn{
  background-color: #006AFF;
  border: none;
}
.quote-form .quote-box {
  padding: 20px;
}

.testimonial-section{
  padding: 60px 0px;
  margin: 80px 0px;
  background: linear-gradient(to top,#000000c5,#000000c5),url(../images/tes-bg.jpg);
  background-size: cover;
  background-position: center;
  color: #fff;
}
.tes-head h2{
  margin-right: 50px;
  font-size: 40px;
  font-weight: 700;
}
.tes-head h2 span{
  color: #006AFF;
  font-size: 40px;
  font-weight: 800;
}
.tes-slider p{
  font-size: 20px;
  line-height: 32px;
}
.tes-slider{
  margin-right: 50px;
  margin-top: 20px;
}
.tes-slider .review{
  margin-bottom: 10px;
}
.tes-slider .review i{
  color: #ff9500;
}
.tes-box{
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.tes-box .tes-img{
  margin-right: 30px;
  border: 1px solid #006AFF;
  padding: 5px;
  border-radius: 100%;
}
.tes-box .tes-img img{
  border-radius: 100%;
  width: 60px;
}
.tes-box h4{
  font-size: 20px;
  color: #006AFF;
}
.tes-box p{
  margin-bottom: 0;
  font-size: 15px;
}
.tes-slider .slick-dots{
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin-top: 25px;
}
.tes-slider .slick-dots li button{
  font-size: 0px;
  height: 25px;
  width: 5px;
  margin: 5px;
  border-radius: 10px;
  border: none;
  background-color: #006AFF;
}
.tes-slider .slick-dots .slick-active button{
  background-color: #ff9500;
  width: 25px;
  height: 5px;
}

/* ----testimonial-section----- */

/* ------barnd-section-start------- */
.brand-section {
  padding-bottom: 70px;
}

.brand-slider .brand-img img {
  width: 150px;
  margin: auto;
  max-height: 60px;
  object-fit: cover;
}

/* ------brand-section-end------- */

/* Mission-Section-Start */
.mission-section{
  padding-bottom: 70px;
}
.mission-section .ms-box{
  padding: 20px;
  border-radius: 10px;
  height: 100%;
  border: 1px solid #006AFF;
}
.mission-section .ms-box h4{
  font-weight: 700;
  margin-top: 10px;
}
/* Mission-Section-End */

/* ------footer-section-start------- */

.footer-section {
  padding-top: 50px;
  background-image: linear-gradient(#000000f0, #000000f0), url(../images/banner.jpg);
  background-size: cover;
  background-position: center;
  color: #fff;
}

.footer-logo {
  margin-bottom: 20px;
}

.footer-logo img {
  width: 200px;
}

.footer-box .social {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  list-style: none;
}

.footer-box .social li {
  margin: 0px 5px;
}

.footer-box .social li a {
  height: 40px;
  width: 40px;
  display: flex;
  transition: .5s;
  color: #fff;
  font-size: 18px;
  align-items: center;
  justify-content: center;
}

.footer-box .social li a {
  background-color: #006AFF;
}

.footer-box .social li a:hover {
  color: #006AFF;
  background-color: #ff9500;
  border-radius: 100%;
}

.footer-box .footer-title h4 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #006AFF;
  position: relative;
}

.footer-box .footer-title h4::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  background-color: #ff9500;
  width: 50px;
  border-radius: 10px;
  height: 3px;
  content: '';
}

.footer-link ul li a:hover {
  color: #ff9500;
}

.footer-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-box ul li {
  margin: 10px 0px;
}

.footer-box ul li a {
  color: #fff;
}

.footer-link2 ul li {
  display: flex;
  align-items: center;
  margin: 15px 0px;
}

.footer-link2 ul li a:hover {
  color: #ff9500;
}

.footer-link2 ul li i {
  padding-right: 10px;
  color: #ff9500;
  font-size: 20px;
}

.footer-link2 ul li span,
.footer-link2 ul li a {
  flex: 1;
}

.footer-section .copy-right {
  text-align: center;
  padding: 10px;
  background-color: #ff9500;
  margin-top: 80px;
}

.footer-section .copy-right p {
  margin-bottom: 0;
}
.footer-section .copy-right p a{
  color: #006AFF;
  font-weight: 500;
}
/* ------footer-section-end-------- */

/* ------about-section-start----- */

.banner-section{
  padding: 100px 0px;
  background: linear-gradient(rgba(0, 0, 0, 0.642),rgba(0, 0, 0, 0.605)),url(../images/banner.jpg);
  background-size: cover;
  background-position: center;
  text-align: center;
}
.banner-section .banner-title h1{
  color: #fff;
  font-size: 60px;
  font-weight: 600;
}
.banner-section .banner-title ul{
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0;
}
.banner-section .banner-title ul li a{
  padding: 5px;
  color: #fff;
}
/* ------about-Page-Style-end------- */

/* -------Contact-Page-Style------- */

.contact-section{
  margin-top: -80px;
}
.contact-box{
  padding: 30px;
  text-align: center;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.147);
  background-color: #ff9500;
  height: 100%;
  position: relative;
}
.contact-box::after{
  width: 100%;
  background-color: #006AFF;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  transform: scale(0,1);
  transition: .5s;
  height: 100%;
}
.cont-item{
  position: relative;
  z-index: 4;
}
.contact-box .cont-item,.contact-box .cont-item a{
  color: #fff;
}

.contact-box:hover::after{
  transform: scale(1);
}
.contact-box .icon{
  margin-bottom: 10px;
}
.contact-box img{
  width: 80px;
}
/* -------Contact-Page-Style-end------ */

/* ---------Gallery-Page-Style---------- */
.gallery-section {
  padding-top: 70px;
}

.gallery-box {
  margin-top: 30px;
  border-radius: 10px;
}

.gallery-box img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
}

div#lightboxed--bttn_next {
  background-image: url(../images/next.png) !important;
}

div#lightboxed--bttn_prev {
  background-image: url(../images/left-chevron.png) !important;
}

div#lightboxed--bttn_close {
  background-image: url(../images/close.png);
  background-size: auto;
  background-position: center;
}

div#lightboxed--thumbs .lightboxed--thumb .lightboxed--thumb_border {
  background-color: #006AFF;
}

div#lightboxed--thumbs .lightboxed--thumb.lightboxed--active .lightboxed--thumb_border {
  background-color: #ff9500;
}

/* -------Gallery-Page-End--------- */

/* -----Responsive-Style----- */

@media screen and (max-width:1200px) {
  header .navbar-light .navbar-nav .nav-link {
    padding: 0px 14px;
}
}

@media screen and (max-width:1024px) {
 .hero-slide h2 {
    font-size: 30px;
}
  .hero-slide {
    padding: 80px 0px 60px;
    height: 440px;
}
.about-section .as-content {
    margin-left: 0px;
}
header .navbar-light .navbar-nav .nav-link{
  padding: 0px 5px;
}
.tes-head h2 {
    font-size: 30px;
}
h2 {
  font-size: 30px;
  font-weight: 700;
}
.about-section,.step-section,.testimonial-section{
  padding: 40px 0px;
}
.step-shape img {
  width: 100px;
}
.tes-slider {
  margin-right: 15px;
  margin-top: 15px;
}
.testimonial-section{
  margin: 40px 0px
}
.brand-section {
  padding-bottom: 40px;
}
.footer-section .copy-right{
  margin-top: 40px;
}
.m-100{
  margin-bottom: 40px;
}
.banner-section{
  padding: 70px 0px;
}
.gallery-section {
  padding-top: 25px;
}
.details-section .ds-items .ds-box h2 {
    font-size: 27px;
}
.details-section .ds-items .ds-box h4 {
    font-size: 18px;
}
.details-section .ds-items .ds-box p{
  font-size: 16px;
}
}

@media screen and (max-width:992px) {
  header .contact {
    display: block;
    width: 100%;
    margin-top: 15px;
    margin-left: 0px;
}
.details-section .ds-box{
  margin-top: 30px;
}
.navbar-toggler:focus{
  box-shadow: none;
}
}
@media screen and (max-width:768px) {
  .hero-slide .hero-img,.step-shape,header .contact{
    display: none;
  }
  .banner-section .banner-title h1{
    font-size: 35px;
  }
  .hero-slide {
    padding: 50px 0px 50px;
    height: 383px;
    text-align: center;
}
.hero-slide .hero-shape {
  display: none;
}
.as-img img{
  width: 100%;
}
.tes-head h2 span {
    font-size: 30px;
}
.step-box h4 {
    font-size: 20px;
    font-weight: 800;
}
.footer-section{
  padding-top: 15px;
}
.count-box,.footer-box{
  margin-top: 20px;
}
.counter-section{
  padding: 50px 0px;
}
.service-section{
  margin-top:40px ;
}
.navbar-light .navbar-toggler {
  color: #fff;
  border-color: rgb(1 99 103);
  border-width: 2px;
  outline: none;
}
.footer-section .copy-right{
  margin-top: 20px;
}
.hero-slide h2 {
  font-size: 28px;
}
}

@media screen and (max-width:580px) {
  .hero-slide {
    height: auto;
}
.tes-head h2,.tes-head h2 span{
  font-size: 30px;
}
.banner-section {
  padding: 50px 0px;
}
.tes-head h2, .tes-head h2 span {
    font-size: 25px;
    margin-right: 0;
}
.counter-section .count-box p {
    font-size: 15px;
    font-weight: 600;
}
h2 {
  font-size: 25px;
}
.slider-nav .ser-list{
  min-width: 160px;
}
.count-box{
  padding: 10px;
}
header .contact{
  padding:10px 20px;
  margin-top: 10px;
  display: block;
}
header .navbar{
  padding: 10px 0px;
}
.booking-section{
  display: block;
}
.testimonial-section .quote-form2{
  display: none;
}
}


 /*---thank-Section-Start----*/

.thank{
  text-align:center;
  height: 100vh;
  width: 100%;
  margin-top:0px;
}
.thank img{
    width:50%;
}
.thank ul{
  padding:0;
  list-style:none;
  display:flex;
  align-items:center;
}
.thank ul li a{
  height:45px;
  width:45px;
  background:#ffb400;
  color:#fff;
  font-size:20px;
  display:flex;
  align-items:center;
  margin:5px;
  border-radius:5px;
  justify-content:center;
}

@media screen and (max-width:1024px) {
.thank{
  margin-top:80px;
}
}

@media screen and (max-width:768px) {
  .thank{
  margin:50px 0px;
  height:auto;
}
.thank img{
    width:80%;
}
}

@media screen and (max-width:580px) {
.thank{
  margin:20px 0px;
}
}

/*---thank-Section-end----*/