html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
  max-width: 100%;
  width: auto;
}

body {
  padding: 0 !important;
  font-family: 'Cuprum', sans-serif;
}

body a,
body button {
  color: #000;
  outline: none !important;
  text-decoration: none !important;
  transition: all ease 0.5s;
}
p{
  font-size: 18px;
}
* {
  padding: 0;
  margin: 0;
}
.m-100{
  margin-bottom: 70px;
}
.sec-btn{
  display: inline-block;
  padding: 10px 20px;
  background-color: #f7641e;
  color: #fff;
  border-radius: 4px;
  transition: .5s;
  border: 1px solid #f7641e;
  text-transform: uppercase;
  font-size: 18px;
}
.sec-btn:hover{
  background-color: transparent;
  color: #f7641e;
  border-radius: 30px;
}
.under {
  background-color: #f7641e;
  padding: 10px 15px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 28px 28px 0px 28px;
  word-spacing: 2px;
  letter-spacing: 2px;
}

.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: #01a801;
}

.what a:last-child {
  font-size: 20px;
  background-color: #ffb700;
}

.p-100{
  padding: 80px 0px;
}
h2{
  font-size: 40px;
  font-weight: 700;
  margin: 10px 0px;
  text-transform: capitalize;
}
.slick-prev,.slick-next{
  display: none !important;
}

.sticky{
  background-color: #fff !important;
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  box-shadow: 0px 10px 20px #0061df1b;
  z-index: 999;
}
.sticky .navbar-light .navbar-nav .nav-link{
  color: #000 !important;
}
.sticky .navbar-light .navbar-nav .nav-link:hover,.sticky .navbar-light .navbar-nav .active{
  color: #f7641e !important;
}

/* -------Globle-css-end------- */
header{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7779;
}
header .top-bar{
  padding: 10px 0px;
}

.menu .navbar-brand img{
  width: 220px;
}

.menu .navbar-nav{
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: center;
  width: 100%;
}
.menu .navbar-light .navbar-nav .nav-link{
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  padding: 0px 20px;
}
.menu .navbar-light .navbar-nav .nav-link:hover,.menu .navbar-light .navbar-nav .active{
  color: #f7641e;
}
.menu .book-now{
  padding: 0px 20px;
}
.menu .dropdown .dropdown-menu{
  width: 250px;
  font-weight: 600;
}
.menu .dropdown:hover .dropdown-menu{
  display: block;
}
.book-now .sec-btn{
  margin-top: 0;
}

/* ----Header-Section-End---- */

/* --------hero-section-start------- */

.hero-section .hero-slide {
  padding-top: 230px ;
  padding-bottom: 150px;
  color: #fff;
  position: relative;
  background-color: #005fdf;
}
.hero-section .hero-slide::after{
  position: absolute;
  top: 0;
  right: 0;
  width: 48%;
  height: 100%;
  border-radius: 100% 0px 0px 100%;
  content: "";
  background-image: url(../images/hero1.webp);
  background-size: cover;
}
.hero-section .hero-slide2::after{
  background-image: url(../images/hero2.jpg);
  background-position: center;
}
.hero-text h2 {
  font-size: 48px;
  line-height: 60px;
  margin: 20px 0px;
  font-weight: 600;
}
.hero-slide .sec-btn{
  margin-top: 20px;
}

/* ------hero-section-end------- */

/* ---choose-section-start--- */

.choose-section {
  margin-top: -160px;
  position: relative;
  overflow: hidden;
  z-index: 3;
}

.choose-section .ch-box {
  padding: 20px;
  transition: .4s;
  overflow: hidden;
  transform: translateY(130px);
  height: 100%;
  background-color: #eee;
}

.choose-section .g-md-0:nth-child(1) .ch-box {
  background-color: #434242;
  color: #fff;
}

.choose-section .g-md-0:nth-child(3) .ch-box {
  background-color: #ffb700;
  color: #fff;
}

.choose-section .g-md-0:nth-child(3) .ch-box img {
  filter: brightness(77);
}

.choose-section .g-md-0:nth-child(4) .ch-box {
  background-color: #005fdf;
  color: #fff;
}

.choose-section .ch-box:hover {
  transform: translateY(0px);
}

.choose-section .ch-box h4 {
  font-weight: 700;
  margin-top: 5px;
}

.choose-section .ch-box .text p {
  font-size: 19px;
  transition: .5s;
  opacity: 0;
  margin-top: 18px;
}

.choose-section .ch-box:hover .text p {
  opacity: 1;
}

/* ---choose-section-end--- */


/* -----About-Section-Start---- */

.as-images {
  position: relative;
}
.about-section .as-images > img{
  width: 76%;
  display:block;
}
.as-images .as-img {
  position: absolute;
  box-shadow: 0px 10px 20px 0px #0061df32;
  top: 50px;
  border: 10px solid #fff;
  right: 0;
}
.as-images .as-img img{
  width: 280px;
  height: 300px;
  object-fit: cover;
}
.about-section .as-content{
  padding-left: 30px;
}
.as-content ul{
  padding: 0px;
}
.as-content ul li{
  display: flex;
  align-items: center;
  margin: 10px 0px;
}
.as-content ul li i{
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: 30px;
  background-color: #f7641e;
  color: #fff;
  border-radius: 100%;
}
.about-section .as-para{
  margin-top: 30px
}
/* -----About-Section-End--- */

/* ---Service-Section-Start--- */

.service-section .ser-head{
  text-align: center;
}
.service-section .ser-box{
  padding: 20px 20px 0px;
  color: #fff;
  height: 100%;
  overflow: hidden;
  background-color: #005fdf;
}
.ser-box h4{
  font-weight: 600;
  color: #ffb700;
}
.ser-box .ser-img{
  text-align: right;
  padding: 30px;
  margin-right: -40px;
  position: relative;
}
.ser-box .ser-img::after{
  position: absolute;
  bottom: -50px;
  right: 0;
  width: 85%;
  height: 330px;
  background-color: #f7641e;
  border-radius: 100% 0px 0px 0px;
  content: "";
}
.ser-box .ser-img::before{
  position: absolute;
  bottom: -50px;
  right: 0;
  width: 88%;
  height: 340px;
  border-radius: 100% 0px 0px 0px;
  border: 2px dashed #fff;
  content: "";
}
.ser-box .ser-img img{
  width: 240px;
  position: relative;
  z-index: 3;
}

.ser-slider .ser-list {
  margin: 10px;
  margin-bottom: 20px;
  text-align: center;
  padding: 20px;
  background-color: #eee;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  font-weight: 500;
  transition: .5s;
  min-width: 180px;
  min-height: 180px;
  cursor: pointer;
}

.ser-slider .ser-list::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #f7641e;
  transition: .4s;
  content: "";
}

.ser-slider .ser-list:hover::after {
  height: 100%;
}

.ser-slider .ser-list::before {
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 0;
  transform: translate(-50%, -50%);
  height: 3px;
  background-color: #005fdf;
  z-index: 3;
  transition: .4s;
  content: "";
}

.ser-slider .ser-list:hover:before {
  width: 100%;
}

.ser-slider .ser-list.slick-current::before {
  width: 100%;
}

.ser-slider .ser-list img {
  display: block;
  margin: 10px auto;
  position: relative;
  z-index: 9;
  width: 100px;
  transition: .5s;
}

.ser-slider .slider-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ser-slider .ser-list.slick-current {
  background-color: #f7641e;
  color: #005fdf;
  cursor: auto;
}

.ser-slider .ser-list:hover span {
  color: #005fdf;
  position: relative;
  z-index: 4;
}

.service-two .ser-box{
  text-align: left;
  position: static;
  padding: 0;
  box-shadow: none;
}
.service-two .ser-box:hover {
  color: #171718;
}
.service-two .ser-box::before,.service-two .ser-box::after{
  display: none;
}
/* ---Service-Section-End--- */

/* -----------counter-section-start--------- */

.counter-section{
  background-position: center;
  background-image:linear-gradient(#030a14c0,#030a14c0),url(../images/choose.jpg);
  background-size: cover;
}

.cont-box{
  background-color: #fff;
  padding: 20px;
  text-align: center;
  margin-top: 20px;
  border-radius: 10px;
}

.cont-box h2{
  font-size: 35px;
  font-weight: 700;
  margin-top: 10px;
  color: #005fdf;
  position: relative;
  line-height: 30px;
}
.cont-box h2::after{
  content: "+";
  font-size: 45px;
}
.count-box2 h2::after{
  content: "Y";
  font-size: 30px;
  padding-left: 5px;
}
/* -----------counter-section-end----------- */

/* -------quote-section-start-------- */

.quote-section{
  padding: 80px 0px;
}
.quote-form{
  background-color: #fff;
  padding: 30px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.122);
  margin-left: -40px;
}
.quote-form h2{
  font-weight: 600;
  margin: 10px 0px;
}

.quote-section .quote-img{
  height: 100%;
}
.quote-section .quote-img img{
  height: 100%;
  object-fit: cover;
}
.form{
  padding: 25px;
  background-color: #fff;
  margin-left: -30px;
  }
  .form h3{
  font-weight: 600;
  }
  .form .f-group input,.form .f-group textarea,.form .f-group select{
  width: 100%;
  border: 1px solid gray;
  padding: 13px 20px;
  outline: none;
  margin-top: 20px;
  }
  .form .f-group button{
  border: none;
  margin-top: 20px;
  }
/* -------quote-section-end---------- */

/* --------testimonial-section-start--------- */

.ts-head{
  position: relative;
  z-index: 6;
  text-align: center;
}
.ts-head h2{
  font-size: 40px;
  font-weight: 600;
}
.tes-head h2 span{
  color: #f7641e;
}
.tes-slide {
  background-color: #f4f6fd;
  padding: 40px;
  position: relative;
  border-radius: 10px;
}

.tes-box {
  padding: 20px;
  margin: 30px 10px 40px;
  position: relative;
  background-color: #ffb700;
  color: #fff;
  transition: 0.5s;
  box-shadow: 0px 5px 10px 0px #0061df1d;
}

.tes-box::after {
  left: 9px;
  bottom: -13px;
  height: 80px;
  z-index: -1;
  width: 80px;
  position: absolute;
  background-color: #ffb700;
  content: "";
  box-shadow: 0px 10px 20px 0px #0061df1d;
  transform: rotate(106deg);
}
.tes-box:hover,
.tes-box:hover::after {
  background-color: #005fdf;
}
.tes-box .tes-info{
  display: flex;
  align-items: center;
  background-color: #005fdf;
  padding: 10px 20px;
  border-radius: 10px;
  color: #fff;
  transition: .5s;
  margin: 10px 0px;
}
.tes-box:hover .tes-info{
  background-color: #ffb700;
}
.tes-box .tes-info .tes-img img{
  width: 70px;
  border-radius: 100%;
  object-fit: cover;
  width: 70px;
}

.tes-box .tes-info .text{
  margin-left: 20px;
}
.tes-box .tes-info .text h5{
  margin-bottom: 0px;
}
.quote {
  padding: 20px;
  background-color: #005fdf;
}
.quote h3 {
  color: #fff;
}
.quote .f-group input,
.quote .f-group textarea,
.quote .f-group select {
  width: 100%;
  margin: 15px 0px;
  padding: 13px 20px;
  outline: none;
  border: none;
}
.quote .f-group select{
  padding: 15px 20px;
}
.quote .f-group button {
  border: none;
}
.quote .f-group .sec-btn:hover {
  background-color: #fff;
}

.quote .sec-btn:hover span {
  color: #005fdf;
}
/* -------testimonial-section-end-------- */

/* ------footer-section-start------- */

.footer-section {
  padding-top: 30px;
  background-color: #005fdf;
  color: #fff;
}

.footer-logo {
  margin-bottom: 20px;
}
.footer-logo img {
  width: 230px;
}

.footer-box .social {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  list-style: none;
}
.footer-box, .footer-section .map{
  margin-top: 20px;
}
.footer-box .social li {
  margin: 0px 5px;
}

.footer-box .social li a {
  height: 40px;
  width: 40px;
  display: flex;
  transition: .5s;
  color: #fff;
  background-color: #f7641e;
  font-size: 18px;
  align-items: center;
  justify-content: center;
}

.footer-box .social li a:hover {
  background-color: #fff;
  color: #f7641e;
  border-radius: 100%;
}

.footer-box .footer-title h4 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #f7641e;
  position: relative;
}

.footer-box .footer-title h4::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  background-color: #fff;
  width: 50px;
  border-radius: 10px;
  height: 3px;
  content: '';
}

.footer-link ul li a:hover {
  color: #f7641e;
}

.footer-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-box ul li {
  margin: 10px 0px;
}

.footer-box ul li a {
  display: flex;
  align-items: center;
  color: #fff;
}

.footer-link2 ul li {
  display: flex;
  margin: 10px 0px;
  align-items: center;
}
.footer-link2 ul li p{
  margin-bottom: 0;
}
.footer-link2 ul li a:hover {
  color: #f7641e;
}
.footer-link ul li a i{
  transition: .5s;
  font-size: 14px;
  display: inline-block;
  transform: scale(0);
  margin-left: -15px;
}
.footer-link ul li a:hover i{
  transform: scale(1);
  padding-right: 5px;
  margin-left: 0;
}
.footer-link2 ul li i {
  color: #fff;
  margin-right: 15px;
  height: 40px;
  width: 40px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .5s;
  background-color: #f7641e;
}
.footer-link2 ul li i:hover{
  background-color: #fff;
  color: #f7641e;
  border-radius: 100%;
}
.footer-link2 ul li span,
.footer-link2 ul li a {
  flex: 1;
}

.footer-section .copy-right {
  text-align: center;
  padding: 10px;
  background-color: #f7641e;
  margin-top: 40px;
}

.footer-section .copy-right p {
  margin-bottom: 0;
}
.footer-section .map{
  height: 100%;
  border-radius: 10px;
}
.footer-section .map iframe{
  border-radius: 10px;
}
/* ----Footer-Section-Start---- */

/* ---Banner-Section-Start--- */

.banner-section {
  padding: 140px 0px;
  color: #fff;
  position: relative;
  background-image: linear-gradient(#000000b1, #000000b1), url(../images/banner.jpg);
  background-size: cover;
  background-position: center;
}

.banner-section .banner-title ul {
  display: flex;
  position: absolute;
  bottom: 0;
  right: 100px;
  background-color: #ffb700;
  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: #005fdf;
}

/* ---Banner-Section-End--- */

/* ------gallery-section------- */
.gallery-section{
  padding: 80px 0px;
}
.gallery-section .gs-head {
  text-align: center;
}

.gallery-section .gallery-box {
  position: relative;
  margin-top: 20px;
  transition: .5s;
}
.gallery-box:hover a img{
  transform: scale(1.1);
}
.gallery-box a img {
  width: 100%;
  height: 328px;
  transition: .5s;
  object-fit: cover;
}

/* -----Gallery-section-start----- */

/* ---Contact-Section-Start--- */

.contact-section .contact{
  box-shadow: 0px 20px 40px 0px #00067121;
  border-radius: 20px;
  padding: 40px;
}
.contact-section .con-box{
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.contact-section .con-box address{
    margin:0px;
}
.contact-section .con-box .contact-img{
  height: 80px;
  width: 80px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f2ff;
  margin-right: 20px;
}
.con-box .contact-img img{
  width: 50px;
}
.con-box .text{
  flex: 1;
}
.con-box .text h4{
  font-weight: 600;
  margin-bottom: 0;
}

/* ---Contact-Section-End---- */

@media screen and (max-width:1024px) {
  .hero-section .hero-slide {
    padding-top: 170px;
    padding-bottom: 90px;
}
.as-images .as-img{
  top:0px;
}
.as-images .as-img img{
  width: 200px;
}
.hero-text h2 {
  font-size: 33px;
  line-height: 45px;
  margin: 10px 0px;
}
.footer-section .map{
    display:none;
}
.hero-slide .sec-btn{
  margin-top: 10px;
}
.choose-section .ch-box h4 {
  font-weight: 600;
  font-size: 20px;
}
.choose-section .ch-box {
  transform: translateY(200px);
}
.choose-section {
  margin-top: -200px;
}
h2 {
  font-size: 30px;
}
.about-section .as-content {
  padding-left: 0px;
}
.about-section .as-content p{
  margin-bottom: 5px;
}
.about-section .as-images > img {
  width: 100%;
}
p{
  font-size: 17px;
}
.ser-box .ser-img img {
  width: 180px;
}
.ser-box .ser-img::after {
  width: 90%;
  height: 280px;
}
.ser-box .ser-img::before {
  width: 93%;
  height: 287px;
  content: "";
}
.p-100{
  padding: 60px 0px;
}
}

@media screen and (max-width:992px) {
  .menu .navbar-light .navbar-toggler-icon{
    background-image: none;
  }
  .menu .navbar-light .navbar-toggler{
    border: 3px double #005fdf;
  }
  .menu .navbar-light .navbar-toggler:focus{
    box-shadow: none;
  }
  .menu .navbar-toggler-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffb700;
  }
  .menu .navbar-nav{
    display: block;
  }
  .menu .navbar-light .navbar-nav .nav-link{
    padding: 5px 10px;
  }
  .menu .book-now {
    padding:20px 10px;
}
.menu .navbar-collapse{
  background-color: #0061dfe5;
  margin-bottom: 20px;
}
.sticky .navbar-light .navbar-nav .nav-link{
  color: #fff !important;
}
.menu.menu-two{
  background-color: #fff;
}
.hero-section .hero-slide {
  padding-top: 140px;
  padding-bottom: 60px;
}
.hero-section .hero-slide::after {
  background-image:linear-gradient(#00000072,#00000072),url(../images/hero1.webp);
  width: 55%;
}
.footer-section .map{
    display:block;
}
.hero-section .hero-slide2::after {
  background-image:linear-gradient(#0000009b,#0000009b),url(../images/hero2.jpg);
}
.hero-text h2 {
  font-size: 28px;
  line-height: 45px;
  margin-bottom: 0px;
}
.hero-text{
  z-index: 44;
  position: relative;
}
.choose-section {
  margin-top: 50px;
}
.choose-section .ch-box {
  transform: translateY(0px);
}
.choose-section .ch-box .text p {
  opacity: 1;
}
.about-section .as-images > img{
  display: none;
}
.as-images .as-img{
  position: relative;
}
.as-images .as-img img{
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.about-section .as-content {
  margin-top: 30px;
}
.tes-box {
  margin: 10px 10px 50px;
}
.p-100{
  padding: 50px 0px;
}
.m-100{
  margin-bottom: 50px;
}
.tes-head{
  text-align: center;
}
.banner-section{
  padding: 120px 0px;
}
.contact-section .quote{
  margin-top: 30px;
}
}

@media screen and (max-width:580px) {
  .hero-section .hero-slide {
    padding-top: 130px;
    padding-bottom: 50px;
}
.hero-section .hero-slide::after{
  width: 100%;
  border-radius: 0;
}
.under{
  background-color: #005fdf;
}
.hero-text h2 {
  font-size: 25px;
  line-height: 35px;
  margin-top: 15px;
}
p{
  font-size: 16px;
}
.p-100{
  padding: 40px 0px;
}
.m-100{
  margin-bottom: 40px;
}
.ser-box .ser-img img {
  width: 220px;
}
.ser-box .ser-img::after {
  height: 310px;
}
.ser-box .ser-img::before {
  height: 319px;
}
.footer-section .map {
  height: 330px;
}
.contact-section .contact {
  box-shadow: none;
  padding: 0px;
}
.gallery-box:hover a img {
  transform: scale(.95);
}
.banner-section{
  padding: 100px 0px;
}
.ser-slider .ser-list{
  min-width: 150px;
}
}



/*---thank-Section-Start----*/

.thank{
  text-align:center;
  height: 100vh;
  width: 100%;
  margin-top:40px;
}

.thank ul{
  padding:0;
  list-style:none;
  display:flex;
  align-items:center;
}
.thank ul li a{
  height:50px;
  width:50px;
  background:#005fdf;
  color:#fff;
  display:flex;
  align-items:center;
  margin:5px;
  border-radius:50%;
  justify-content:center;
  font-size:20px;
}
.thank .icon img{
    width:50%;
}
@media screen and (max-width:1024px) {
.thank{
  margin-top:80px;
}
}

@media screen and (max-width:768px) {
  .thank{
  margin:50px 0px;
  height:auto;
}
}

@media screen and (max-width:580px) {
.thank{
  margin:20px 0px;
}
}

/*---thank-Section-end----*/