@import url('https://fonts.googleapis.com/css2?family=Sen:wght@400..800&display=swap');

html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
  max-width: 100%;
  width: auto;
}

body {
  padding: 0 !important;
  font-family: "Sen", sans-serif;
}


body a,
body button {
  color: #000;
  outline: none !important;
  text-decoration: none !important;
  transition: all ease 0.5s;
}

* {
  padding: 0;
  margin: 0;
}

h2 {
  font-size: 38px;
  margin: 10px 0px;
  font-weight: 700;
  text-transform: capitalize;
}

.m-100 {
  margin-bottom: 80px;
}

.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: #01c94e;
}

.what a:last-child {
  font-size: 20px;
  background-color: #4e3627;
}

.sec-btn {
  display: inline-block;
  padding: 10px 20px;
  margin-top: 20px;
  transition: 0.4s;
  position: relative;
  border: 1px solid #e26709;
  font-size: 18px;
}

.sec-btn::after {
  height: 20px;
  width: 20px;
  position: absolute;
  top: -5px;
  left: -5px;
  transition: 0.4s;
  border-left: 2px solid #e26709;
  border-top: 2px solid #e26709;
  content: "";
}

.sec-btn::before {
  height: 20px;
  width: 20px;
  position: absolute;
  bottom: -5px;
  transition: 0.4s;
  right: -5px;
  border-right: 2px solid #e26709;
  border-bottom: 2px solid #e26709;
  content: "";
}

.sec-btn:hover {
  background-color: #e26709;
  color: #fff;
  border: 1px solid #e26709;
}

.sec-btn:hover::after,
.sec-btn:hover::before {
  width: 107%;
  height: 121%;
}


.p-100 {
  padding: 80px 0px;
}

.under {
  color: #e26709;
  font-weight: 500;
  display: flex;
  align-items: center;
  font-variant: small-caps;
}

.under img {
  padding-right: 10px;
}

/* -------main-style-start-------- */

/* ---Header-Section-Start--- */

header {
  width: 100%;
  z-index: 7779;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}

header .top-bar {
  padding: 10px 0px;
  background-color: #4e3627;
}

.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: #4e3627;
  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: #4e3627;
  border-radius: 10px;
}

.top-bar .top-right {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 4;
}

.top-bar .top-right .phone {
  margin-right: 20px;
}

.top-bar .top-right .phone a {
  color: #fff;
  font-size: 17px;
}

.top-bar .top-right a:hover {
  color: #e26709;
}

.top-bar .top-right i {
  color: #e26709;
  padding-right: 10px;
}

.top-bar .top-right-bar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.top-bar .top-right-bar .email {
  margin-right: 20px;
  display: flex;
  align-items: center;
}

.top-bar .top-right-bar .email a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.top-bar .top-right-bar .email i {
  color: #e26709;
  font-size: 18px;
  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: #e26709;
  color: #fff;
  height: 45px;
  width: 45px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 6px;
}

.top-right-bar ul li a:hover {
  background-color: #fff;
  color: #e26709;
}

.menu .navbar-brand img {
  height: 70px;
}

.menu .navbar {
  margin-top: 15px;
  z-index: 299;
  background-color: #fff;
  position: relative;
  padding: 5px 30px;
  border-radius: 5px;
}

.menu .navbar-nav {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.menu .navbar-light .navbar-nav .nav-link {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  padding: 0px 20px;
  border-right: 2px solid #4e3627;
}

.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: #e26709;
}

.menu .dropdown .dropdown-menu {
  width: 250px;
  font-weight: 600;
}

.menu .dropdown:hover .dropdown-menu {
  display: block;
}

.book-now .sec-btn {
  margin-top: 0;
  border: 1px solid #fff;
  color: #fff;
  background-color: #4e3627;
  padding: 11px 25px;
}

.book-now .sec-btn::after {
  border-left: 2px solid #4e3627;
  border-top: 2px solid #4e3627;
}

.book-now .sec-btn::before {
  border-right: 2px solid #4e3627;
  border-bottom: 2px solid #4e3627;
}

header .menu .container-fluid,
header .top-bar .container-fluid {
  padding: 0px 40px;
}

header .menu .navbar .container-fluid {
  padding: 0;
}

.menu .book-now {
  margin-left: 50px;
}

/* ----Header-Section-End---- */

/* ---hero-section-start--- */

.hero-section .hero-slide {
  padding-top: 220px;
  padding-bottom: 150px;
  background-image: linear-gradient(#000000b4, #000000b4), url(../images/hero1.jpg);
  background-position: bottom;
  color: #fff;
}

.hero-section .hero-slide2 {
  background-image: url(../images/hero2.jpg);
}

.hero-section .hero-slide h2,
.hero-section .hero-slide h1 {
  font-size: 60px;
  letter-spacing: -2px;
  font-weight: 700;
  margin: 20px 0px;
}

.hero-slide .hero-text p {
  line-height: 30px;
  font-size: 18px;
}

.hero-slide .hero-text .sec-btn {
  margin-top: 20px;
}

.hero-section .hero-slide .sec-btn {
  color: #fff;
}

.hero-slide .hero-text .under {
  color: #e26709;
  font-weight: 600;
}

/* ---hero-section-end--- */

/* ---About-Section-Start--- */
.about-section .as-para p {
  margin-bottom: 6px;
}

.about-section .as-images {
  position: relative;
}

.about-section .as-images .as-img {
  margin-top: 20px;
}

.about-section .as-images .as-img img {
  height: 290px;
  width: 100%;
  border: 2px solid #e26709;
  object-fit: cover;
}

.about-section .as-images .col-6:nth-child(1) .as-img img {
  border-top-right-radius: 230px;
  border-top-left-radius: 160px;
  border-bottom-left-radius: 200px;
}

.about-section .as-images .col-6:nth-child(2) .as-img img {
  border-top-right-radius: 160px;
  border-top-left-radius: 230px;
  border-bottom-right-radius: 230px;
}

.about-section .as-images .col-6:nth-child(3) .as-img img {
  border-bottom-right-radius: 230px;
  border-bottom-left-radius: 160px;
  border-top-left-radius: 200px;
}

.about-section .as-images .col-6:nth-child(4) .as-img img {
  border-bottom-right-radius: 160px;
  border-bottom-left-radius: 230px;
  border-top-right-radius: 230px;
}

.form-box .f-group input,
.form-box .f-group select,
.form-box .f-group textarea {
  width: 100%;
  padding: 15px;
  border: none;
  margin-bottom: 20px;
  outline: none;
  border-radius: 5px;
  background-color: #fff;
}

.form-box .f-group input::placeholder,
.form-box .f-group textarea::placeholder {
  color: #171718;
  font-size: 14px;
}

.form-box label {
  color: #fff;
  font-weight: 600;
  margin-bottom: 3px;
}

/* ===About-Section-End=== */

/* ---Contact-Section-Start--- */

.contact-section .cs-box {
  background-color: #fff;
  display: flex;
  border: 1px solid #066168;
  height: 130px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  box-shadow: 0px 10px 20px 0px #06616812;
}

.contact-section .cs-box .cs-img {
  padding: 20px;
  border-right: 1px solid #e26709;
}

.contact-section .cs-box .cs-text {
  flex: 1;
  padding: 20px 10px;
}

.contact-section .cs-box .cs-text span {
  font-size: 14px;
}

/* ---Contact-Section-End--- */

/* ===Mission-Sectoin-Start=== */

.mission-section .ms-box {
  padding: 30px;
  background-color: #e26709;
  color: #fff;
  border-radius: 10px;
  margin: 20px 0px;
}

.mission-section .ms-box2 {
  background-color: #4e3627;
}

/* ===Mission-Sectoin-End=== */

/* ---Service-Section-Start=== */

.service-section .ser-head {
  text-align: center;
}

.ser-head .under {
  justify-content: center;
}

.ser-box {
  position: relative;
  margin-top: 10px;
  margin-bottom: 20px;
}

.ser-box .ser-img {
  overflow: hidden;
  border-radius: 15px;
}

.ser-box .ser-img img {
  transition: 0.5s;
  height: 300px;
  border-radius: 15px;
  width: 100%;
  object-fit: cover;
}

.ser-box .ser-item {
  position: relative;
  z-index: 5;
  padding: 20px;
  border-top: 2px solid #4e3627;
  margin: -50px auto 0px;
  width: 90%;
  transition: 1s;
  border-radius: 10px;
  box-shadow: 0px 20px 40px 0px rgba(184, 182, 182, 0.349);
}

.ser-box:hover .ser-item {
  color: #fff;
}

.ser-box:hover .sec-btn {
  background-color: #e26709;
  color: #fff;
}

.ser-box .ser-item::after {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  transition: 1s;
  border-radius: 10px;
  content: "";
  background-color: #fff;
  z-index: -2;
  left: 0;
}

.ser-box .ser-item::before {
  height: 0;
  width: 100%;
  transition: .7s;
  position: absolute;
  border-radius: 10px;
  bottom: 0;
  content: "";
  background-color: #4e3627;
  z-index: -1;
  left: 0;
}

.ser-box:hover .ser-item::before {
  height: 100%;
}

.ser-box .ser-item p {
  text-align: justify;
  margin-bottom: 10px;
}

.ser-box:hover .ser-img img {
  transform: scale(1.1);
}

.ser-box h4 {
  font-size: 20px;
  margin-top: 20px;
  font-weight: 600;
}

.ser-box .ser-icon {
  height: 90px;
  width: 90px;
  background-color: #e26709;
  border-radius: 100%;
  position: absolute;
  transition: .5s;
  top: -50px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ser-box .ser-icon img {
  width: 45px;
}

/* ===Service-Section-End=== */

/* ---testimonial-section-start--- */

.testimonial-section {
  position: relative;
  transition: .5s;
  padding-bottom: 80px;
}

.testimonial-section .tes-head {
  margin-left: 130px;
}

.testimonial-section::after {
  transition: .5s;
  position: absolute;
  top: 0;
  width: 50%;
  background-size: cover;
  height: 100%;
  background-image: linear-gradient(#000000c2, #000000c2), url(../images/bg-14.jpg);
  background-position: center;
  content: "";
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  z-index: -1;
  left: 0;
}

.testimonial-section:hover:after {
  background-position: left;
}

.testimonial-section .testimonial {
  margin-left: -50px;
}

.testimonial-section .tes-box {
  padding: 20px 30px;
  margin: 10px 20px;
  border-radius: 6px;
  height: 300px;
  background-color: #ffffffc0;
  box-shadow: 0 0 12px rgb(0, 0, 0, 12%);
}

.testimonial-section .tes-box q {
  margin: 10px 0px;
  font-size: 15px;
  font-style: italic;
  display: inline-block;
}

.tes-box .ratting i {
  color: rgb(240, 124, 30);
  letter-spacing: 1px;
  font-size: 13px;
}

.tes-box .info {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.tes-box .info .tes-img img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 100%;
}

.tes-box .info .text {
  flex: 1;
  margin-left: 15px;
}

.tes-box .info .text h5 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  color: #4e3627;
}

.tes-box .info .text span {
  color: #e26709;
  font-size: 15px;
}

/* ---testimonial-section-end--- */

/* ---choose-section-start--- */
.choose-section {
  position: relative;
  transition: .5s;
  background-color: #eee;
}

.choose-section .choose ul {
  padding: 0;
  list-style: none;
}

.choose ul li {
  display: flex;
  align-items: center;
  margin: 10px 0px;
}

.choose ul li i {
  padding-right: 10px;
  font-size: 25px;
  color: #4e3627;
}

.form-box {
  padding: 30px;
  border-radius: 20px;
  background-image: linear-gradient(#000000c6, #000000c6), url(../images/form.webp);
  background-position: center;
  color: #fff;
  background-size: cover;
}

.form-box h2 {
  text-align: center;
}

/* ---Choose-Section-End--- */

/*===Popup-Section===*/

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popup-box {
  background: #ffffff;
  padding: 30px;
  max-width: 320px;
  text-align: center;
  border-radius: 10px;
  position: relative;
  animation: popupFade 0.6s ease-in-out;
}
.popup-box .f-group{
  margin: 15px 0px;
  text-align: left;
}
.popup-box .f-group input{
  width: 100%;
  border-radius: 3px;
  padding: 10px 20px;
  border: 1px solid #4e3627;
  outline: none;
}
.popup-box .f-group .sec-btn{
  margin-top: 20px;
}
.popup-box h4 {
  margin-bottom: 15px;
  color: #ff6600;
  font-weight:700;
}

.popup-box p {
  font-size: 15px;
  margin-bottom: 20px;
}


.popup-btn {
  display: inline-block;
  padding: 10px 20px;
  background: #4e3627;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}

.popup-btn:hover {
  background: #4e3627;
}

.close-btn {
    position: absolute;
    top: -7px;
    right: 10px;
    font-size: 40px;
    cursor: pointer;
}

@keyframes popupFade {
  from { transform: scale(0.8); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}


/*===Popup-Section====*/

/* ------footer-section-start------- */

.footer-section {
  color: #fff;
  margin-bottom: 65px;
  background-color: #e26709;
}

.footer-logo {
  display: inline-block;
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 30px;
  margin-bottom: 20px;
}

.footer-box .footer-text p {
  color: #eee;
  line-height: 27px;
}

.footer-box {
  position: relative;
  z-index: 4;
}

.footer-logo img {
  height: 80px;
}

.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: #4e3627;
}

.footer-box .social li a:hover {
  border-radius: 100%;
}

.footer-box .footer-title h4 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #000;
  font-weight: 600;
  position: relative;
}

.footer-box .footer-title h4::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  background-color: #eee;
  width: 50px;
  border-radius: 10px;
  height: 3px;
  content: '';
}

.footer-link ul li a:hover {
  color: #fff;
}

.footer-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-box ul li {
  margin: 7px 0px;
}

.footer-link2 ul li {
  display: flex;
  margin: 15px 0px;
  align-items: center;
}

.footer-link2 ul li a:hover {
  color: #4e3627;
}

.footer-link2 ul li i {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  margin-right: 10px;
  border-radius: 4px;
  background-color: #4e3627;
  font-size: 20px;
}

.footer-link2 ul li span,
.footer-link2 ul li a {
  flex: 1;
}

.footer-section .copy-right {
  text-align: center;
  padding: 10px;
  z-index: 7;
  background-color: #4e3627;
  margin-top: 30px;
  position: relative;
}

.footer-section .copy-right p {
  margin-bottom: 0;
  color: #fff;
}

.footer-section .copy-right p a {
  color: #e26709;
  font-weight: 600;
}

.footer-section .map {
  height: 100%;
  border-radius: 10px;
}

.footer-section .map iframe {
  border-radius: 10px;
}
.footer-section .fs-list{
  margin: 20px 0px;
}
.footer-section .fs-list span{
  padding: 0px 6px;
  border-right: 1px solid #eee;
}

.foot-list {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #e26709;
}
.foot-list ul {
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 0px;
    list-style: none;
}
.foot-list ul li {
    flex: 1;
}
.foot-list ul li a {
    display: flex;
    align-items: center;
    text-align: center;
    background: #4e3627;
    color: #fff;
    flex-direction: column;
    justify-content: center;
    padding: 10px 20px;
}
.foot-list ul li:nth-child(2) a {
    background-color: #09d740;
}
.foot-list ul li i {
    font-size: 18px;
    padding-bottom: 5px;
}
.foot-list ul li img{
  width: 25px;
}
.foot-list ul li a span {
    display: inline-block;
}
/* ------footer-section-end-------- */

/* ---Banner-Section-Start--- */

.banner-section {
  padding: 220px 0px 120px;
  color: #fff;
  position: relative;
  background-size: contain;
  background-color: #e26709;
  background-image: url(../images/banner-bg.png);
}

.banner-section .banner-title ul {
  display: flex;
  position: absolute;
  bottom: 0;
  right: 100px;
  background-color: #4e3627;
  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: #4e3627;
}

/* ---Banner-Section-End--- */

/* -----Gallery-Page-start----- */

.gallery-section .gallery-box {
  position: relative;
  margin-top: 30px;
}

.gallery-box a {
  position: relative;
  border-radius: 10px;
}

.gallery-box a img {
  width: 100%;
  transition: .5s;
  height: 328px;
  object-fit: cover;
}

.gallery-box a:hover img {
  transform: scale(1.05);
}

/* ------gallery-Page-end------- */

/* ---Contact-Section-Start--- */
.contact-section .contact {
  box-shadow: 0px 20px 40px 0px #00067121;
  border-radius: 20px;
  padding: 40px;
  background-color: #fff;
}

.contact-section .con-box {
  padding: 30px 20px;
  border-radius: 10px;
  margin-top: 30px;
  transition: .5s;
  display: flex;
  align-items: center;
  box-shadow: 0px 10px 20px 0px #0006711b;
}

.contact-section .con-box:hover {
  background-color: #4e3627;
  color: #fff;
}

.contact-section .con-box:hover a {
  color: #fff;
}

.contact-section .con-box .text {
  flex: 1;
  margin-left: 20px;
}

.contact-section .con-box .text h4 {
  font-weight: 600;
  font-size: 20px;
}

.contact-section .con-box .text address {
  margin-bottom: 0px;
}

.con-box .contact-img {
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eee;
}

.con-box .contact-img img {
  width: 50px;
}

/* ---Contact-Section-End--- */

/* ---Map-Section-Start--- */

.map-section .map {
  height: 400px;
}

/* ---Map-Section-End--- */

/* ===Service-Two-Start=== */

.service-two .ser-box .text {
  padding: 20px;
}

.service-two .ser-box p {
  margin-bottom: 5px;
}

.slider-nav .ser-list {
  border-radius: 2px;
  margin: 8px;
  text-align: center;
  padding: 20px 10px;
  background-color: #eee;
  position: relative;
  text-transform: capitalize;
  transition: .5s;
  min-width: 190px;
  font-size: 18px;
  font-weight: 600;
  color: #e26709;
  line-height: 20px;
  cursor: pointer;
}

.slider-nav .ser-list::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #e26709;
  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: #4e3627;
  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 15px;
  position: relative;
  z-index: 9;
  transition: .5s;
  filter: brightness(0);
  transition: .5s;
}

.slider-nav .ser-list:hover img,
.slider-nav .ser-list.slick-current img {
  filter: brightness(1);
}

.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;
}

.service-two .ser-img img {
  width: 100%;
  border-radius: 20px;
  height: 400px;
  object-fit: cover;
}

.service-two .ser-para .text {
  padding: 20px;
  border: 1px solid #e26709;
  border-radius: 10px;
  margin-top: 20px;
}

.service-two .ser-box .sec-btn {
  margin-top: 0;
}

.ser-content p {
  margin-bottom: 5px;
}

/* ===Service-Two-Start=== */

/* ===Profile-Section-Start=== */
.profile-section .row {
  padding: 40px 10px;
  border-radius: 20px;
  border: 1px solid #e26709;
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px #00000016;
}

.profile-section .ps-img {
  height: 100%;
  border-radius: 10px;
}

.profile-section .ps-img img {
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
}

.profile-section .ps-content h2 {
  color: #e26709;
}

.profile-section .ps-content h4 {
  font-weight: 700;
  color: #4e3627;
}

/* ====Profile-Section-End==== */




@media screen and (max-width:1024px) {
  .menu .navbar-light .navbar-nav .nav-link {
    font-size: 16px;
    padding: 0px 10px;
  }

  .about-section .as-images .as-img img {
    height: 210px;
  }

  .top-bar .top-right-bar .email a {
    font-size: 15px;
  }

  .top-bar .top-right-bar .email {
    margin-right: 10px;
  }

  header::before {
    width: 69%;
  }

  .top-bar .top-right-bar {
    position: relative;
    z-index: 3;
  }

  h2 {
    font-size: 30px;
  }

  .p-100 {
    padding: 60px 0px;
  }

  .m-100 {
    margin-bottom: 60px;
  }

  .contact-section .con-box {
    flex-direction: column;
    text-align: center;
    margin-top: 15px;
  }

  .contact-section .con-box .text {
    margin-left: 0;
    margin-top: 10px;
  }

  .contact-section .contact {
    padding: 20px;
  }

  .contact-section .cs-box {
    margin-top: 20px;
    height: auto;
  }
}

@media screen and (max-width:992px) {

  .top-right-bar,
  header::before,
  header::after,
  .cta-section .cta .cta-img,
  .top-bar .top-right-bar {
    display: none;
  }

  header .top-bar {
    background-color: #4e3627;
  }

  .menu {
    padding: 8px 0px;
  }

  .footer-box {
    margin-top: 30px;
  }

  .choose-section .counter {
    padding-left: 0px;
  }

  .choose-section::after {
    width: 100%;
  }

  .testimonial-section .tes-box {
    background-color: #eee;
  }

  .testimonial-section .testimonial {
    margin-left: 0px;
  }

  .testimonial-section::after {
    content: none;
  }

  .testimonial-section .tes-head {
    margin-left: 0px;
  }

  .menu .navbar-light .navbar-toggler-icon {
    background-image: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e26709;
  }

  .navbar-light .navbar-toggler {
    border: 3px double #4e3627;
  }

  .navbar-light .navbar-toggler:focus {
    box-shadow: none;
  }

  .menu .navbar-light .navbar-nav .nav-link {
    padding: 8px 0px;
    border: none;
  }

  .menu .navbar-nav {
    display: block;
  }

  .menu .book-now {
    margin: 20px 0px;
  }
}

@media screen and (max-width:768px) {
  .hero-section .hero-slide {
    background-position: center;
  }

  .about-section .as-images .as-img img {
    height: 327px;
  }

  .p-100,
  .testimonial-section {
    padding: 40px 0px;
  }

  .choose-section {
    padding: 40px 0px;
  }

  .m-100 {
    margin-bottom: 40px;
  }

  .form-box {
    margin-top: 30px;
  }

  .tes-head,
  .tes-head .under {
    text-align: center;
    justify-content: center;
  }

  .banner-section {
    padding: 180px 0px 90px;
  }

  .map-section .map {
    height: 300px;
  }
}

@media screen and (max-width:580px) {
  .hero-section .hero-slide {
    padding: 160px 0px 90px;
    text-align: center;
    background-size: cover;
  }

  .hero-section .hero-slide h2,
  h2 {
    font-size: 25px;
  }

  .contact-section .cs-box .cs-img {
    padding: 15px;
  }

  .ser-box {
    margin-top: 0;
  }

  .about-section .as-images .as-img img {
    height: 170px;
  }

  .about-section .as-content {
    margin-top: 40px;
  }

  .testimonial-section .testimonial {
    margin-left: 0px;
  }

  .top-bar .top-right {
    flex-wrap: wrap;
  }

  header .menu .container-fluid,
  header .top-bar .container-fluid {
    padding: 0px 20px;
  }

  .service-two .ser-img {
    margin: 20px 0px;
  }

  .choose ul li i {
    color: #e26709;
  }

  .service-two .ser-para {
    padding: 0px 10px;
  }

  .service-two .ser-img img {
    height: 250px;
  }

  .testimonial-section::after {
    width: 100%;
  }

  .menu .navbar {
    margin-top: 10px;
    padding: 5px 10px;
  }

  .hero-section .hero-slide h2,
  .hero-section .hero-slide h1 {
    font-size: 30px;
  }

  .top-bar .top-right .phone a {
    font-size: 15px;
  }

  .slider-nav .ser-list {
    min-width: 160px;
    font-size: 16px;
  }

  .contact-section .con-box {
    padding: 20px 10px;
  }

  .form-box {
    padding: 20px;
  }

  .form-box h2 {
    font-size: 22px;
  }
.form-box h6{
  color: #e26709;
  text-align: center;
}
  .footer-link2 ul li a,
  .contact-section .con-box .text a {
    font-size: 15px;
  }

  .menu .navbar-brand img {
    height: 45px;
  }
}


/* ===Hero-Two-Start=== */

.hero-two .container {
  margin-top: 100px;
  position: relative;
}

.hero-two .hero-image img {
  border-radius: 20px;
  height: 400px;
  width: 100%;
  object-fit: cover;
}

.hero-two .hero-boxes {
  position: absolute;
  bottom: 10%;
  left: 10%;
}

.hero-two .hero-boxes .hero-box {
  padding: 20px;
  border-radius: 10px;
  margin: 20px;
  display: flex;
  color: #fff;
  align-items: center;
  background-color: #e26709;
}

.hero-two .hero-boxes .hero-box .icon {
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eee;
  border-radius: 10px;
  margin-right: 20px;
}

.hero-two .hero-boxes .hero-box .icon img {
  width: 50px;
}

/* ====Hero-Two-End==== */

/* ===Vision-Section-Start=== */

.visit-section .form-box {
  background-color: #4e3627;
  background-image: none;
}

/* ====Vision-Section-End==== */

/* ===Morden-Section-Start=== */
.morden-section {
  padding: 50px 0px;
}

.morden-section .ms-box {
  padding: 20px;
  background-size: cover;
  border-radius: 20px;
  margin: 10px;
  border-left: 1px solid #4e362776;
}

.morden-section .ms-box h4 {
  font-weight: 600;
}

.morden-section .ms-box1 {
  background-image: linear-gradient(to right, #fff, #00000038), url(../images/ms1.jpg);
}

.morden-section .ms-box2 {
  background-image: linear-gradient(to right, #fff, #00000038), url(../images/ms2.jpg);
}

.morden-section .ms-box3 {
  background-image: linear-gradient(to right, #fff, #00000038), url(../images/ms3.jpg);
}

.morden-section .ms-box4 {
  background-image: linear-gradient(to right, #fff, #00000038), url(../images/ms4.jpg);
}

.morden-section .ms-box5 {
  background-image: linear-gradient(to right, #fff, #00000038), url(../images/ms5.jpg);
}

.morden-section .ms-box ul {
  padding: 10px;
}

.morden-section .ms-box ul li {
  font-size: 13px;
}

/* ===Expert-Section-Start=== */

.expert-section .es-box {
  padding: 20px;
  border: 1px solid #4e3627;
  border-radius: 10px;
  margin: auto;
  width: 95%;
}

.expert-section .es-box .es-info {
  margin-bottom: 10px;
}

.expert-section .es-box .es-info .text {
  margin-top: 20px;
}

.expert-section .es-box .es-info .text h5 {
  font-weight: 700;
  color: #e26709;
  font-size: 25px;
}

.expert-section .es-box .es-info .text span {
  color: #4e3627;
  font-size: 20px;
  font-weight: 600;
}

.expert-section .es-box img {
  border-radius: 10px;
}


/* ===Expert-Section-End=== */

/* ===Care-Section-Start=== */

.care-section .cs-box{
  border-radius: 10px;
  position: relative;
  margin-top: 15px;
  color: #fff;
}
.care-section .cs-box::after{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(#00000000, #e26709);
  content: "";
}
.care-section .cs-box .cs-img img{
  border-radius: 10px;
  height: 180px;
  object-fit: cover;
  width: 100%;
}
.care-section .cs-box .text{
  position: absolute;
  left: 10px;
  z-index: 99;
  bottom: 0;
}

/* ===Care-Section-End=== */

/* ===Process-Section-Start=== */

.process-section {
  padding: 40px 0px;
}
.process-section .ps-box{
  padding: 10px;
  border-radius: 10px;
  background-color: #eee;
  margin-top: 10px;
}
.process-section .ps-box h3{
  font-weight: 700;
  margin-top: 10px;
}
.process-section .ps-box h5{
  font-size: 16px;
  color: #e26709;
  margin-top: 0;
}
/* ====Process-Section-End==== */

/* ---FAQ-Section-Start--- */
.faq-section .faq-head {
  text-align: center;
  margin-bottom: 30px;
}


.faq-box .accordion-item {
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 12px rgb(116, 116, 116, 0.25);
  border-radius: 10px;
  border: none;
  outline: none;
  margin: 15px 0px;
}

.faq-box .accordion-item h2 {
  margin-top: 0;
}

.faq-box .accordion-item .accordion-button {
  padding: 0;
  font-size: 22px;
  font-weight: 600;
}

.faq-box .accordion-button:not(.collapsed) {
  color: initial;
  background-color: #fff;
  box-shadow: none;
}

.faq-box .accordion-item .accordion-button::after {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  background-color: #eee;
  justify-content: center;
  border-radius: 5px;
  font-size: 18px;
  background-image: none;
  color: #FF7A00;
  content: "\2b";
  font-family: "FontAwesome";
}

.faq-box .accordion-item .accordion-button:not(.collapsed)::after {
  content: "\f068";
  color: #fff;
  background-color: #FF7A00;
}

.faq-box .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}

.faq-box .accordion-body {
  padding: 0;
  padding-top: 20px;
  padding-right: 30px;
}

/* ===Faq-Section-End=== */

@media screen and (max-width:580px) {
  .hero-two .hero-boxes .hero-box .text h4 {
    font-size: 18px;
  }

  .hero-two .hero-boxes .hero-box .text p {
    font-size: 14px;
    margin-bottom: 0;
  }

  .hero-two .hero-boxes {
    bottom: 10px;
    left: 15px;
  }

  .hero-two .hero-image img {
    height: 450px;
  }

  .hero-two .hero-boxes .hero-box {
    padding: 10px;
    margin: 10px;
  }

  .hero-two .hero-boxes .hero-box .icon {
    height: 60px;
    width: 60px;
    margin-right: 10px;
  }
  .testimonial-section .tes-box {
    margin: 10px;
}
.hero-two .hero-boxes .hero-box .icon img {
  width: 40px;
}
.faq-box .accordion-item .accordion-button {
    font-size: 18px;
}
.faq-box .accordion-item {
    padding: 10px;
    margin: 10px 0px;
}
.faq-box .accordion-body {
    padding-top: 10px;
}
.footer-logo {
    border-radius: 10px;
}
.menu .navbar {
    margin-top: 0px;
    padding: 5px 10px;
    background-color: #eee;
}
.navbar-light .navbar-toggler {
  padding: 4px 8px;
}
}



/* ===Morden-Section-End=== */


 /*---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----*/