@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
  max-width: 100%;
  width: auto;
}

body {
  padding: 0 !important;
  font-family: 'Poppins', sans-serif;
}

body a,
body button {
  color: #000;
  outline: none !important;
  text-decoration: none !important;
  transition: all ease 0.5s;
}

* {
  padding: 0;
  margin: 0;
}

.m-100 {
  margin-bottom: 70px;
}

.sec-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #ffb400;
  color: #fff;
  border-radius: 2px;
  position: relative;
  font-variant: small-caps;
  z-index: 33;
  font-size: 18px;
  font-weight: 500;
  transition: .5s;
}

.sec-btn span {
  position: relative;
  z-index: 32;
  color: #fff;
}

.sec-btn::after {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #1874c1;
  height: 100%;
  width: 100%;
  transition: .5s;
  transform: scale(0, 1);
  content: '';
}

.sec-btn:hover::after {
  width: 100%;
  transform: scale(1);
}

.what {
  position: fixed;
  bottom: 30px;
  left: 20px;
  z-index: 9999;
}

.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 #050a3069;
  background: #0cd67b;
}

.what a:last-child {
  font-size: 20px;
  background-color: #ffb400;
}

.under {
  padding: 7px 20px;
  font-family: 'Krona One', sans-serif;
  position: relative;
  padding-left: 60px;
  text-transform: capitalize;
  color: #ffb400;
  font-size: 18px;
  font-weight: 600;
}

.under::after {
  height: 3px;
  width: 50px;
  background-color: #ffb400;
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
}

h2 {
  font-size: 40px;
  font-weight: 700;
  margin: 10px 0px;
  text-transform: capitalize;
}

.sticky {
  background-color: #fff !important;
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  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: #ffb400 !important;
}

.p-100 {
  padding: 80px 0px;
}

/* -------Globle-css-end------- */
header {
  width: 100%;
  z-index: 7779;
}

header .top-bar {
  padding: 10px 0px;
  border-bottom: 2px solid #eee;
}

.top-bar .top-left ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
}

.top-bar .top-left ul li a {
  height: 40px;
  width: 40px;
  background-color: #ffb400;
  transition: .5s;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 4px;
}

.top-bar .top-left ul li a:hover {
  background-color: #fff;
  color: #ffb400;
  border-radius: 10px;
}

.top-bar .top-right {
  display: flex;
  align-items: center;
}

.top-bar .top-right .phone {
  margin-right: 20px;
}

.top-bar .top-right a:hover {
  color: #ffb400;
}

.top-bar .top-right i {
  color: #ffb400;
  padding-right: 10px;
}

.top-bar .top-right-bar ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: flex-end;
}

.top-right-bar ul li a {
  background-color: #1874c1;
  color: #fff;
  height: 40px;
  width: 40px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 6px;
}

.top-right-bar ul li a:hover {
  background-color: #ffb400;
}

.menu {
  box-shadow: 0px 10px 20px 0px rgba(255, 64, 57, 0.051);
}

.menu .navbar-brand {
  padding: 0;
}

.menu .navbar-brand img {
  width: 200px;
}

.menu .navbar {
  background-color: #fff;
  padding: 0;
}

.menu .navbar-nav {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}

.menu .navbar-light .navbar-nav .nav-link {
  font-size: 18px;
  font-weight: 600;
  color: #1874c1;
  padding: 0px 20px;
  border-right: 2px solid #ffb400;
}

.menu .navbar-light .navbar-nav li:last-child .nav-link {
  border-right: none;
}

.menu .navbar-light .navbar-nav .nav-link:hover,
.menu .navbar-light .navbar-nav .active {
  color: #ffb400;
}

.menu .dropdown .dropdown-menu {
  width: 250px;
  font-weight: 600;
}

.menu .dropdown:hover .dropdown-menu {
  display: block;
}

.book-now .sec-btn {
  margin-top: 0;
}

header .container-fluid {
  padding: 0;
}

.menu .book-now {
  margin-left: 50px;
}

/* ----Header-Section-End---- */

/* ---Hero-Section-Start--- */

.hero-slide {
  padding: 120px 0px;
  background-image: linear-gradient(#0000007e, #0000007e), url(../images/hero1.jpg);
  background-size: cover;
  color: #fff;
  text-align: center;
  background-position: center;
}

.hero-two {
  background-image: linear-gradient(#00000096, #0000009c), url(../images/hero2.jpg);
}

.hero-slide .hero-item h2 {
  font-size: 40px;
  line-height: 55px;
}

.hero-slide .hero-item p {
  line-height: 28px;
}

/* ---Hero-Section-End--- */

/* ---Service-Section-Start--- */
 .ser-head {
  text-align: center;
}

.ser-box {
  transition: .5s;
  padding: 30px 25px;
  position: relative;
  margin-right: 25px;
}

.ser-box:hover {
  color: #fff;
}

.ser-box:hover h4 {
  color: #ffb400;
}

.ser-box::after {
  position: absolute;
  top: 0;
  border: 1px solid #eee;
  left: 0;
  height: 75%;
  z-index: -1;
  transition: .5s;
  width: 100%;
  content: "";
}

.ser-box .ser-img {
  margin-right: -60px;
  margin-top: 30px;
}

.ser-box .ser-img img {
  height: 260px;
  object-fit: cover;
}

.ser-box h4 {
  font-size: 22px;
  font-weight: 600;
}

.ser-box:hover::after {
  background-color: #1874c1;
}

.ser-box .ser-link {
  position: absolute;
  border-radius: 50%;
  top: 37%;
  outline: #fff solid 5px;
  right: 20px;
  transition: .5s;
}

.ser-box .ser-link:hover {
  outline: 5px solid #ffb400;
}

.ser-box .ser-link a {
  width: 60px;
  border: 1px solid #a09d9d;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  transition: .6s;
  justify-content: center;
  font-size: 25px;
  transform: rotate(-45deg);
}

.ser-box .ser-link a:hover {
  background-color: #ffb400;
  border-color: #1874c1
}

.ser-box p {
  font-size: 15px;
}
.service-two .ser-foot p{
  margin: 6px 0px;
}
.service-two .ser-text h4{
  color: #ffb400;
}
.service-two .ser-item{
  margin-bottom: 30px;
}

.ser-slider .ser-list {
  border-radius: 2px;
  margin: 10px;
  margin-bottom: 20px;
  text-align: center;
  padding: 20px;
  background-color: #eee;
  font-size: 16px;
  position: relative;
  font-weight: 500;
  text-transform: capitalize;
  transition: .5s;
  width: 180px;
  line-height: 24px;
  cursor: pointer;
}

.ser-slider .ser-list::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #1874c1;
  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: #ffb400;
  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;
  transition: .5s;
}

.ser-slider .slider-nav {
  display: flex;
  margin-bottom: 40px;
  align-items: center;
  justify-content: center;
}

.ser-slider .ser-list.slick-current {
  background-color: #1874c1;
  color: #ffb400;
  cursor: auto;
}

.ser-slider .ser-list.slick-current img {
  filter: brightness(66);
}

.ser-slider .ser-list:hover img {
  filter: brightness(55);
}

.ser-slider .ser-list:hover span {
  color: #ffb400;
  position: relative;
  z-index: 4;
}
.ser-slider .ser-box{
  background-color: transparent;
  padding: 0;
  color: inherit;
}
.ser-slider .ser-box::after{
  content: none;
}
/* ---Service-Section-End---- */

/* ---About-section-start---- */

.form-box {
  padding: 35px 20px;
  background-color: #1874c1;
}

.form-box h4 {
  color: #ffb400;
}

.form-box h2 {
  margin: 0;
  font-size: 35px;
  color: #fff;
}

.form-box .f-group input,
.form-box .f-group select,
.form-box .f-group textarea {
  width: 100%;
  padding: 16px 20px;
  border: none;
  margin-top: 25px;
  outline: none;
  background-color: #fff;
}

.form-box .f-group input::placeholder,
.form-box .f-group textarea::placeholder {
  color: #000;
}

.form-box .f-group select {
  padding: 18px 20px;
}

.form-box .f-group .sec-btn {
  width: 100%;
  margin-top: 18px;
  padding: 14px 20px;
  border: none;
}
.form-box .f-group .sec-btn:hover span{
  color: #cb8f04;
}
.form-box .f-group .sec-btn:hover::after{
  background-color: #fff;
}

/* ---About-section-End---- */

/* ---have-section-start--- */

.have-section .h-head {
  text-align: center;
}

.have-slider .h-img {
  margin: 15px 10px;
  position: relative;
  padding: 20px;
}

.have-slider .h-img::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eee;
  content: "";
  border-radius: 10px;
}

.have-slider .h-img img {
  width: 260px;
  position: relative;
  z-index: 2;
  height: 250px;
  object-fit: cover;
}

.have-slider .h-img h4 {
  position: relative;
  z-index: 3;
  text-transform: capitalize;
  font-size: 20px;
  margin: 10px 0px;
  text-align: center;
}

/* ---have-section-End--- */

/* ---Testimonial-section-start--- */
.testimonial-section .tes-head {
  text-align: center;
}

.testimonial-section .tes-box {
  position: relative;
  margin: 40px 15px 0px;
}

.testimonial-section .tes-box>.text {
  padding: 60px 30px;
  z-index: 2;
  position: relative;
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px #1874c117;
}

.testimonial-section .tes-box .quote {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  position: absolute;
  top: -30px;
  transition: .5s;
  right: 30px;
  background-color: #ffb400;
  width: 90px;
  z-index: 3;
  font-size: 50px;
  color: #fff;
}

.testimonial-section .tes-box:hover .quote {
  background-color: #1874c1;
}

.testimonial-section .tes-box::after {
  height: 50px;
  width: 50px;
  background-color: #cb8f04;
  content: "";
  z-index: 0;
  transition: .5s;
  position: absolute;
  transform: rotate(52deg);
  top: -20px;
  right: 10px;
}

.testimonial-section .tes-box:hover:after {
  background-color: #0664b2;
}

.testimonial-section .tes-box>.text .ratting {
  color: rgb(222, 127, 18);
  margin: 10px 0px;
}

.testimonial-section .tes-box .text p {
  margin-bottom: 0px;
  line-height: 28px;
}

.testimonial-section .tes-box .info {
  padding: 5px;
  transform: translateY(-40px);
  display: flex;
  transition: .5s;
  align-items: center;
  border-radius: 40px;
  background-color: #1874c1;
  width: 80%;
  color: #fff;
  position: relative;
  z-index: 4;
  margin: auto;
}

.testimonial-section .tes-box:hover .info {
  background-color: #ffb400;
}

.testimonial-section .tes-box .info img {
  width: 60px;
  border-radius: 100%;
}

.testimonial-section .tes-box .info .text {
  padding-left: 20px;
}

.testimonial-section .tes-box .info h5 {
  margin-bottom: 0;
  color: #ffb400;
  font-weight: 600;
  font-size: 18px;
}

.testimonial-section .tes-box:hover .info h5 {
  color: #1874c1;
}

/* ---Testimonial-Section-End--- */

/* ---Footer-Section-Start--- */

.footer-section {
  padding-top: 30px;
  background-color: #eee;
}

.f-box,
.footer-section .map {
  margin-top: 20px;
}

.f-box h4 {
  margin-bottom: 20px;
  color: #ffb400;
  position: relative;
  font-weight: 600;
}

.f-box p {
  margin-bottom: 15px;
}

.f-box h4::after {
  height: 3px;
  width: 70px;
  position: absolute;
  bottom: -5px;
  left: 0;
  background-color: #1874c1;
  content: "";
}

.f-box ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.f-box ul li {
  display: flex;
  align-items: center;
  margin: 15px 0px;
}
.f-box .links li{
  margin: 8px 0px;
}
.f-box ul li a {
  font-weight: 500;
}

.f-box ul li a:hover {
  color: #ffb400;
}

.f-box ul li span {
  flex: 1;
  font-size: 15px;
  font-weight: 500;
}

.f-box img {
  width: 200px;
}

.f-box .social-link {
  display: flex;
  align-items: center;
}

.f-box .social-link li a,
.f-box ul li>i {
  display: flex;
  margin-right: 10px;
  align-items: center;
  transition: .5s;
  justify-content: center;
  height: 40px;
  width: 40px;
  background-color: #fff;
  color: #ffb400;
  border-radius: 1px;
}

.f-box .social-link li a:hover,
.f-box ul li>i:hover {
  background-color: #ffb400;
  color: #fff;
  border-radius: 5px;
}
.f-box .social-link li{
  margin: 0px;
}
.footer-section .map {
  height: 100%;
  box-shadow: 0px 10px 20px 0px #0cd67b16;
}

.footer-section .map iframe {
  height: 100%;
  border-radius: 10px;
}

.footer-section .copy-right {
  text-align: center;
  padding: 10px;
  z-index: 7;
  color: #fff;
  background-color: #ffb400;
  margin-top: 30px;
  position: relative;
}

.footer-section .copy-right p {
  margin-bottom: 0;
}

.footer-section .copy-right p a {
  color: #1874c1;
  font-weight: 600;
}

/* ---Footer-Section-End--- */

/* ---Banner-Section-Start--- */

.banner-section {
  padding: 120px 0px;
  color: #fff;
  position: relative;
  background-position: center;
  background-image: linear-gradient(#000000d1,#010a24a9), url(../images/banner.jpg);
  background-size: cover;
}

.banner-section .banner-title ul {
  display: flex;
  position: absolute;
  bottom: 0;
  right: 100px;
  background-color: #ffb400;
  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: #1874c1;
}

/* ---Banner-Section-End--- */

/* ---feature-section-Start--- */

.feature-section .fea-head{
  text-align: center;
}
.fea-box{
  text-align: center;
}
.fea-box h4{
  color: #ffb400;
  font-weight: 600;
  font-size: 22px;
}
/* ---feature-section-End--- */

 /* ------gallery-section------- */

 .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(.95);
}
.gallery-box a img {
  width: 100%;
  height: 328px;
  transition: .5s;
  object-fit: cover;
}

/* -----Gallery-section-start----- */

/* ---Quote-section-Start---- */

.quote-section .map{
  height: 100%;
}

/* ----Quote-section-end--- */

/* ---contact-section-start--- */

.contact-section .contact-box{
  padding: 20px;
  display: flex;
  align-items: center;
  background-color: #eee;
  position: relative;
  height: 100%;
  transition: .5s;
}
.contact-section .contact-box:hover{
  color: #fff;
}
.contact-section .contact-box::after{
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  transition: .5s;
  background-color: #ffb400;
  content: "";
}
.contact-section .contact-box:hover:after{
  height: 100%;
}
.contact-box .icon{
  height: 80px;
  background-color: #ffb400;
  border-radius: 100%;
  margin-right: 20px;
  z-index: 9;
  transition: .5s;
  position: relative;
  color: #fff;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-box:hover .icon{
  background-color: #1874c1;
}
.contact-box .icon img{
  width: 45px;
  transition: .5s;
}
.contact-box:hover .icon img{
  filter: brightness(88);
}
.contact-box .text{
  flex: 1;
  position: relative;
  z-index: 9;
}
.contact-box .text h4{
  font-size:22px ;
  font-weight: 600;
  transition: .5s;
  color: #ffb400;
}
.contact-box:hover .text h4{
  color: #1874c1;
}
.contact-box:hover .text a{
  color: #fff;
}

.contact-box .text address{
  margin-bottom: 0;
}

/* ---contact-section-end--- */


@media screen and (max-width:1024px) {
  .menu .navbar-light .navbar-nav .nav-link{
    font-size: 16px;
  }
  .hero-slide .hero-item h2 {
    font-size: 35px;
    line-height: 45px;
}
.hero-slide{
  padding: 90px 0px;
}
.hero-slide .hero-item p{
  font-size: 15px;
}
.p-100{
  padding: 60px 0px;
}
.m-100{
  margin-bottom: 60px;
}
.banner-section {
  padding: 90px 0px;
}
.ser-slider .ser-img img{
  width: 100%;
  min-height: 260px;
  object-fit: cover;
  max-height: 400px;
}
.ser-slider .ser-img{
  margin-bottom: 20px;
}
.contact-box .text h4 {
  font-size: 20px;
  font-weight: 600;
}
.contact-box .icon {
  height: 60px;
  margin-right: 10px;
  width: 60px;
}
.contact-box .icon img{
  width: 40px;
}
.contact-section .contact-box{
  padding: 15px;
}
.ser-slider .ser-list{
  font-size: 18px;
}
}

@media screen and (max-width:992px) {
  .top-right-bar{
    display: none;
  }
  .menu .navbar-light .navbar-toggler-icon{
    background-image: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .menu .navbar-nav{
    display: block;
  }
  .menu .navbar-light .navbar-nav .nav-link{
    padding: 6px 0px;
    border: none;
  }
  .menu .book-now{
    margin: 20px 0px;
  }
  .menu .navbar-toggler:focus{
    box-shadow: none;
  }
  .hero-slide {
    padding: 70px 0px;
}
.ser-box p {
  font-size: 16px;
}
.ser-box h4{
  font-size: 20px;
}
h2{
  font-size: 34px;
}
.form-box h2 {
  font-size: 30px;
}
.p-100{
  padding: 50px 0px;
}
.m-100{
  margin-bottom: 50px;
}
.quote-section .map {
  height: 300px;
}
.footer-section .map{
  display: none;
}
}

@media screen and (max-width:580px) {
  .top-bar .top-right .phone {
    margin-right: 10px;
}
.top-bar .top-right i {
  padding-right: 5px;
}
.menu .navbar-brand img {
  width: 160px;
}
.hero-slide{
  padding: 50px 0px;
}
.hero-slide .hero-item h2 {
  font-size: 25px;
  line-height: 30px;
}
.hero-slide .hero-item p {
  font-size: 16px;
}
h2 {
  font-size: 24px;
}
.banner-section {
  padding: 60px 0px;
}
.banner-section .banner-title ul {
  right: 0px;
  padding: 8px 20px;
}
.p-100{
  padding: 40px 0px;
}
.m-100{
  margin-bottom: 40px;
}
.form-box h2 {
  font-size: 25px;
  font-weight: 600;
}
.top-bar .top-right,.contact-section .contact-box{
    flex-wrap:wrap;
}
}


 /*---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;
}
}

@media screen and (max-width:580px) {
.thank{
  margin:20px 0px;
}
}

/*---thank-Section-end----*/