@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,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;
}

.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 #050a3069;
  background: #1dbf73;
}

.what a:last-child {
  font-size: 20px;
  background-color:#FFBF00;
}

.sec-btn {
  display: inline-block;
  padding: 10px 25px;
  background-color: #FFBF00;
  color: #fff;
  transition: .5s;
  margin-top: 16px;
  text-transform: uppercase;
}

.sec-btn:hover {
  background-color: #000e0e;
  color: #FFBF00;
  border-radius: 5px;
}

.under {
  background-color: #FFBF00;
  padding: 10px 15px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 28px 28px 0px 28px;
  word-spacing: 2px;
  letter-spacing: 2px;
}

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%;
  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: #FFBF00 !important;
}

.dropdown-item:hover,
.dropdown-item:focus {
  background-color: #000e0e;
  color: #fff;
}

/* -------Globle-css-end------- */
/* -------main-style-start-------- */

header {
  position: relative;
  z-index: 9999;
  background-color: #fff;
  width: 100%;
}



.top-bar {
  padding: 8px 0px;
  position: relative;
}

.top-bar::after {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #000e0e;
  content: "";
  height: 100%;
  width: 100%;
}

.top-left ul {
  padding: 0;
  position: relative;
  z-index: 3;
  margin: 0;
  display: flex;
  align-items: center;
  list-style: none;
  justify-content: flex-end;
}

.top-left ul li {
  margin: 0px 5px;
}

.top-left ul li a {
  height: 40px;
  width: 40px;
  display: flex;
  transition: .5s;
  color: #fff;
  font-size: 18px;
  align-items: center;
  justify-content: center;
}

.top-left ul li a {
  background-color: #f9b32c;
}

.top-left ul li a:hover {
  color: #f9b32c;
  background-color: #fff;
  border-radius: 20%;
}

.top-right {
  display: flex;
  padding: 5px 0px;
  color: #fff;
  position: relative;
  z-index: 3;
  justify-content: space-around;
  align-items: center;
}

.top-right .phone {
  margin-right: 30px;
  display: flex;
  align-items: center;
}

.top-right .phone .icon {
  height: 40px;
  width: 40px;
  background-color: #f5a911;
  border-radius: 5px;
  margin-right: 10px;
  transition: .5s;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-right .phone .icon:hover {
  background-color: #fff;
  color: #f9b32c;
}

.top-right a {
  color: #fff;
}
.top-bar .col-lg-2{
    display:none;
}
header .book {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 23%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50%;
  background-size: cover;
}

header .get-quote .sec-btn {
  margin-top: 0;
}

header .navbar-brand {
  display: none;
}

header .book img {
  height: 80px;
  position: relative;
  z-index: 3;
}

.menu {
  position: relative;
  overflow-x: clip;
  transition: 1s;
  padding:15px 0px;
  background-color: #fff;
}

.menu .navbar-brand {
  display: none;
}



.menu .navbar-nav {
  display: flex;
  align-items: center;
  width: 100%;
  flex: 1;
  margin-left: 30px;
}




.menu .navbar-expand-lg .navbar-nav .nav-link {
  position: relative;
  padding: 10px 20px;
  font-size: 17px;
  text-transform: capitalize;
  transition: .5s;
  font-weight: 600;
  color: #414040;
}

.menu .navbar-expand-lg .navbar-nav .nav-link:hover,
.menu .navbar-expand-lg .navbar-nav .nav-link.active {
  color: #f9b32c;
}

.menu .navbar-expand-lg .navbar-nav .nav-link::before {
  left: 10px;
  top: 43%;
  content: "";
  transition: .5s;
  height: 7px;
  width: 7px;
  display: none;
  position: absolute;
  transform: translate(-50%, -50%);
  background-color: #f9b32c;
}




@keyframes round {
  0% {
    transform: rotate(0deg) scale(0);
    border-radius: 100%;
  }

  100% {
    transform: rotate(360deg) scale(1);
    border-radius: 0;
  }
}

.menu .container-fluid {
  padding: 0px;
}

.menu .navbar-expand-lg .navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
}

.menu .dropdown-menu {
  padding: 0;
  transition: 5s;
}

.menu .dropdown:hover .dropdown-menu {
  display: block;
  animation: up .4s linear alternate;
}

.menu .dropdown-menu .dropdown-item {
  font-size: 18px;
  border-bottom: 1px solid #f9b32c;
  padding: 8px 16px;
}

.menu .dropdown-menu .dropdown-item:hover {
  background-color: #f9b32c;
  color: #fff;
}

header .menu .logo-img {
  display: none;
}

header .sticky .navbar-nav {
  z-index: 9999;
  position: relative;
  margin-left: 0px;
}

header .sticky {
  display: block;
  z-index: 99999;
  background-color: #fff;
  position: fixed;
  box-shadow: 0px 10px 20px 0px #0006710e;
  top: 0;
  transition: 1s;
  left: 0;
  width: 100%;
}

header .sticky .logo-img {
  display: block;
}

header .sticky .logo-img img {
  height: 80px;
}

/* ----header-section-end---- */

/* ----Hero-Section-Start---- */

.hero-section .hero-slide {
  padding: 140px 0px;
  text-align: center;
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, 0.418), #ffbf009e), url(../images/hero1.jpg);
  background-size: cover;
  background-position: center;

}

.hero-slide .hero-box h2 {
  font-size: 40px;
  font-weight: 700;
}

.hero-box .sec-btn {
  margin-top: 0px;
}

/* ----Hero-Section-End---- */

/* -----Process-Section-Start---- */

.process-section {
  padding: 80px 0px;
  text-align: center;
}

.ps-head h2 {
  font-size: 40px;
  margin: 20px 0px;
}

.process-section .ps-box {
  padding: 30px;
  transition: .5s;
  border: 2px dashed #FFBF00;
}

.process-section .ps-box:hover {
  background-color: #fff;
  border: none;
  box-shadow: 0px 20px 40px 0px #0223222b;
}

.process-section .ps-box .icon {
  display: flex;
  align-items: center;
  border-left: 2px solid #000e0e;
  width: 70px;
  justify-content: center;
  padding: 15px 10px;
  background-color: rgba(235, 232, 232, 0.511);
  margin: 25px auto;
}

.process-section .ps-box .icon p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  transition: .5s;
  height: 30px;
  background-color: #000e0e;
  color: #fff;
  border-radius: 100%;
  flex: 1;
  margin-bottom: 0px;
  margin-right: -24px;
  margin-left: 10px;
}

.ps-box .icon:hover p {
  background-color: #FFBF00;
}

/* ----Process-Section-End---- */

/* ----About-Section-Start---- */
.about-section{
    margin:50px 0px;
}
.about-section .as-item .as-img img {
  width: 100%;
  display: inline-block;
  object-fit: cover;
  max-height: 330px;
}

.about-section .as-item .as-img {
  height: 100%;
}

.about-section .as-item .text h4 {
  font-size: 25px;
  list-style: 35px;
  font-weight: 500;
}

.about-section .as-item .text h4 span {
  color: #f9b32c;
  font-size: 25px;
}

.as-img.mt-4 img {
  max-height: 250px !important;
}

.as-item2 .as-img img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 10px;
}

.as-item2 ul {
  display: flex;
  list-style: none;
  padding: 0px;
  z-index: 9;
  position: relative;
  align-items: center;
  justify-content: space-around;
}

.as-item2 ul li {
  padding: 10px 30px;
  background-color: #fff;
  box-shadow: 0px 3px 6px 0px #c9100d1a;
  font-size: 18px;
  margin-bottom: -35px;
  cursor: pointer;
  text-transform: uppercase;
  color: #f9b32c;
}

.as-item2 .new {
  background-color: #f9b32c;
  color: #fff;
}

.as-box {
  background-color: #f7f4ef;
  padding: 20px;
  padding-top: 40px;
}

.as-box2,
.as-box3 {
  display: none;
}

/* ----About-Section-End---- */

/* -----------counter-section-start--------- */

.counter-section {
  position: relative;
  padding: 60px 0px;
  margin: 80px 0px;
  background: linear-gradient(#f9b52c9d, #10a19ca2), url(../images/counter.jpg);
  background-size: cover;
  background-position: center;
}

.cont-box {
  padding: 20px;
  border: 4px double #fff;
  text-align: center;
  margin-top: 20px;
}

.cont-box p {
  margin-bottom: 0;
  color: #fff;
}

.cont-box h2 {
  font-size: 35px;
  font-weight: 700;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
}

/* -----------counter-section-end----------- */

/* ----service-section-start----- */


.ser-head {
  text-align: center;
}

.ser-box {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.ser-box .ser-img img {
  width: 100%;
  height: 260px;
  transition: .5s;
  object-fit: cover;
}


.ser-box:hover .ser-img {
  overflow: hidden;
}

.ser-box:hover .ser-img img {
  transform: scale(1.15);
}

.ser-box .ser-item {
  background-color: #f9b32c;
  padding: 20px;
  color: #fff;
  position: relative;
  z-index: 2;
}

.ser-item h4 {
  font-size: 22px;
  font-weight: 600;
}

.ser-box .ser-item h4 {
  font-size: 22px;
  margin-top: -43px;
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  background-color: #000e0e;

}

.ser-box p {
  margin-bottom: 0px;
}

.ser-box .sec-btn {
  background-color: #000e0e;
}

/* ----service-section-start---- */


/* -------testimonial-section-start------- */
.testimonial-section {
  padding: 60px 0px;
  margin-top: 80px;
  background-image: linear-gradient(#f9b52c97, #f9b52c8e), url(../images/hero1.jpg);
  background-size: cover;
}

.tes-head {
  color: #fff;
  margin-bottom: 20px;
}

.tes-head h2 span {
  font-size: 42px;
  color: #000e0e;
  font-weight: 700;
}

.tes-slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0px;
}

.tes-slider .slick-dots button {
  font-size: 0;
  height: 10px;
  width: 10px;
  background-color: #fff;
  border: none;
  border-radius: 100%;
  margin: 10px 4px;
}

.tes-slider .slick-dots .slick-active button {
  background-color: #f9b32c;
  height: 8px;
  border-radius: 10px;
  width: 40px;
}

.tes-head .under::after {
  border-color: #fff;
}

.tes-box {
  padding: 20px;
  background-color: #000e0e;
  color: #fff;
  margin: 10px;
  margin-top: 50px;
  box-shadow: 5px 6px 0px 0px #f9b32c;
}

.tes-box .tes-img {
  width: 100px;
  height: 100px;
  margin-top: -70px;
  position: relative;
  z-index: 2;
  margin-bottom: 15px;
}

.tes-box .tes-img::after {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
  border: 2px solid #f9b32c;
  height: 100%;
  width: 100%;
  content: "";
}

.tes-box .tes-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tes-box .ratting {
  color: orange;
  margin: 5px 0px;
}

.tes-box .ratting i {
  font-size: 15px;
}

.tes-box p {
  margin: 0px;
}

.quote {
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
}

.quote h2 {
  font-size: 40px;
  color: #000e0e;
}

.quote .f-group input,
.quote .f-group textarea,
.quote .f-group select {
  width: 100%;
  border-radius: 5px;
  margin: 10px 0px;
  padding: 10px 20px;
  background-color: transparent;
  outline: none;
  border: 2px solid #000e0e;
}

/* ------testimonial-section-start------- */

/*--Choose-Section-Start---*/

.choose-section .ch-box{
    padding:15px;
    border-radius:10px;
    background-color:#fff;
    box-shadow:0px 5px 5px 0px #00000033;
    text-align:center;
    margin:10px;
}
.choose-section .ch-box h4{
    font-weight:600;
    margin-top:10px;
    font-size:20px;
}
.choose-section .ch-box img{
    height:80px;
    margin:auto;
}
.choose-section .ch-box p{
    margin-bottom:0;
}
.choose-section .ch-slider{
    padding:20px 0px;
}
/*--Choose-Section-End---*/

/* ------footer-section-start------- */

.footer-section {
  padding-top: 50px;
  color: #fff;
  background-image: url(../images/shape1.png);
  background-color: #f5a911;
}

.footer-logo {
  margin-bottom: 20px;

}

.footer-logo img {
  height: 80px;
  background-color: #fff;
}

.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: #000e0e;
}

.footer-box .social li a:hover {
  color: #000e0e;
  background-color: #fff;
  border-radius: 10px;
}

.footer-box .footer-title h4 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 600;
  position: relative;
}

.footer-box .footer-title h4::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  background-color: #000e0e;
  width: 50px;
  border-radius: 10px;
  height: 3px;
  content: '';
}

.footer-link ul li a:hover {
  color: #000e0e;
}

.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;
  margin: 10px 0px;
  align-items: center;
}

.footer-link2 ul li a:hover {
  color: #000e0e;
}

.footer-link2 ul li i {
  margin-right: 10px;
  color: #fff;
  height: 35px;
  font-size: 15px;
  width: 35px;
  border-radius: 5px;
  background-color: #000e0e;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-link2 ul li span,
.footer-link2 ul li a {
  flex: 1;
  font-size:15px;
}

.footer-section .copy-right {
  text-align: center;
  padding: 10px;
  background-color: #000e0e;
  margin-top: 10px;
}

.footer-section hr {
  margin-bottom: 0px;
}

.footer-section .copy-right p {
  margin-bottom: 0;
}

/* ------footer-section-end-------- */

/* ---Banner-Section-Start--- */

.banner-section {
  padding: 100px 0px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.651), rgba(0, 0, 0, 0.655)), url(../images/banner.jpg);
  text-align: center;
  color: #fff;
  background-size: cover;
  background-position: center;
}

.banner-title h2 {
  font-size: 60px;
  font-weight: 700;
}

.banner-section .banner-list ul {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-list ul li {
  margin: 0px 5px;
}

.banner-list ul li a {
  color: #fff;
  margin-top: 0px;
}

/* ---Banner-Section-End--- */

/* ----Team-Section-Start--- */

.team-box {
  margin: 0px 10px;
}

.team-box .text {
  padding: 10px 20px;
  text-align: center;
  background-color: #f5a911;
  color: #fff;
}

.team-box .text h4 {
  margin-bottom: 0px;
}

.team-box .text span {
  color: #000e0e;
}

/* ----Team-Section-End----- */

/* -----Gallery-Page-start----- */

.gallery-section {
  padding: 80px 0px;
}

.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(.95);
}

/* ------gallery-Page-end------- */

/* -------branch-section-start------- */

.branch-section {
  padding: 80px 0px;
}

.branch-head {
  text-align: center;
}


.branch-box {
  border: 3px groove #f5a911;
  position: relative;
  transition: .5s;
  padding: 20px;
  height:100%;
  text-align:center;
}

.branch-box:hover {
  border-color: transparent;
  box-shadow: 0px 10px 20px 0px #16003b27;
}

.branch-box b {
  font-weight: 800;
}

.branch-box::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0px;
  height: 100%;
  background-color: #000e0e;
  background-image: url(../images/shape1.png);
  z-index: -1;
  content: "";
  transition: .7s;
}

.branch-box::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 0px;
  height: 100%;
  background-color: #f5a911;
  content: "";
  transition: .7s;
  z-index: -1;
}

.branch-box:hover:before,
.branch-box:hover:after {
  width: 100%;
}

.branch-box h4 {
  font-size: 22px;
  font-weight: 600;
}

.branch-box:hover,
.branch-box:hover a {
  color: #fff;
}

.branch-box .icon {
  text-align: center;
  margin-bottom: 10px;
}

.branch-box .icon img {
  width: 60px;
}

.branch-box p {
  margin-bottom: 0;
}

.branch-box a:hover {
  color: #f5a911;
}

.branch-box address {
  margin-bottom: 0;
}

/* -------branch-section-end--------- */

/* ---Contact-Section-Start---- */
.contact-section .map {
  height: 100%;
}

.contact-section .cont-box {
  padding: 20px;
  background-color: #000e0e;
  transition: .5s;
  margin-top: 0px;
  height: 100%;
}

.contact-section .cont-box h4 {
  margin-top: 10px;
  margin-bottom: 0px;
}

.contact-section .cont-box:hover {
  background-color: #f5a911;
}

.cont-box .icon img {
  width: 60px;
}

.cont-box .text {
  flex: 1;
  margin-left: 20px;
  color: #fff;
}

.cont-box address {
  margin-bottom: 0px;
}

.cont-box .text a {
  color: #fff;
}

/* ---Contact-Section-Start---- */


/* ---------Details-Section-Start---------- */

.details-section {
  padding: 80px 0px;
}

.dsl .dsl-list {
  margin-bottom: 30px;
}

.dsl-list h4 {
  text-transform: uppercase;
  position: relative;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
}

.dsl-list h4::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 3px;
  width: 50px;
  background-color: #f5a911;
  content: "";
}

.dsl-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.dsl-list ul li {
  margin: 15px 0px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 5px 10px 0px #ffe9be;
}


.dsl-list ul li a {
  display: flex;
  border-radius: 10px;
  font-size: 18px;
  align-items: center;
  position: relative;
  padding: 8px 10px;
  justify-content: space-between;
}

.dsl-list ul li a::after {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  width: 0px;
  height: 100%;
  background-color: #f5a911;
  content: "";
  transition: .4s;
}

.dsl-list ul li a:hover:after {
  width: 100%;
}

.dsl-list ul li a.active::after {
  width: 100%;
}

.dsl-list ul li a span {
  position: relative;
  z-index: 3;
}

.dsl-list ul li a i {
  height: 40px;
  width: 50px;
  background-color: #f5a911;
  border-radius: 5px;
  display: flex;
  align-items: center;
  transition: .5s;
  position: relative;
  z-index: 3;
  font-size: 20px;
  justify-content: center;
  color: #000e0e;
}

.dsl-list ul li a:hover i {
  background-color: #000e0e;
  color: #fff;
}

.dsl {
  margin-top: 40px;
}

.dsl-list ul li a:hover,
.dsl-list ul li .active {
  color: #fff;
}

.dsl-list ul li .active i {
  background-color: #000e0e;
  color: #fff;
}

.dsr h3 {
  margin: 15px 0px;
  font-weight: 600;
}

.dsr .dsr-img {
  margin: 20px 0px;
}

.dsr .dsr-img img {
  max-height: 380px;
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
}

.dsr .drs-img {
  margin-bottom: 20px;
}

.dsr .drs-img img {
  border-radius: 10px;
  height: 300px;
  width: 100%;
  object-fit: cover;
}

.dsr ul {
  list-style: none;
  padding: 0;
}

.dsr ul li {
  display: flex;
  align-items: center;
  margin: 10px 0px;
}

.dsr ul li i {
  height: 30px;
  width: 30px;
  background-color: #f5a911;
  color: #000e0e;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 10px;
}

.dsr ul li span {
  flex: 1;
}

.dls-box {
  margin: 30px 0px;
  padding: 50px 30px;
  border-radius: 20px;
  background: linear-gradient(rgba(0, 0, 0, 0.449), rgba(0, 0, 0, 0.483)), url(../images/call.jpg);
  background-size: cover;
  background-position: center;
  text-align: center;
}

.dls-box h4 {
  color: #fff;
  margin: 20px 0px;
  font-size: 25px;
}

.dls-box h4 a {
  font-size: 26px;
  font-weight: 600;
}

.dls-box a {
  color: #fff;
}

/* ---------Details-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;
  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: #000e0e;
  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: #ffcb01;
  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;
  filter: brightness(0);
  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;
}

.service-two .ser-img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.service-two .ser-box .sec-btn {
  margin-top: 0;
}

.ser-content p {
  margin-bottom: 5px;
}

.slider-nav .ser-list.slick-current img,
.slider-nav .ser-list:hover img {
  filter: brightness(44);
}

/* ===Service-Two-Start=== */

@media screen and (max-width:1024px) {
  .menu .navbar-light .navbar-nav .nav-link {
    font-size: 18px;
    padding: 0px 15px;
  }


  header .book img {
    width: 210px;
    height:40px;
}

  .hero-slide .hero-box h2 {
    font-size: 44px;
  }

  .hero-section .hero-slide {
    padding: 70px 0px;
    clip-path: none;
  }

  .process-section,
  .branch-section,
  .gallery-section,
  .details-section {
    padding: 40px 0px 60px;
  }

  .counter-section {
    margin: 60px 0px;
  }

  .ser-box .ser-item h4 {
    font-size: 20px;
  }

  .ser-box .ser-item {
    text-align: justify;
    height: 100%;
  }

  .ser-head h2 {
    margin-bottom: 0px;
  }

  .m-100 {
    margin-bottom: 50px;
  }

  .testimonial-section {
    margin-top: 50px;
  }

  .branch-box h4 {
    font-size: 19px;
    font-weight: 700;
  }

  .footer-section .copy-right {
    margin-top: 20px;
  }

  .top-right .phone {
    margin-right: 10px;
  }

  .menu .navbar-expand-lg .navbar-nav .nav-link {
    padding: 8px;
    font-size: 15px;
  }
  .menu .navbar-nav {
    margin-left: 50px;
}
}

@media screen and (max-width:992px) {
  .menu .navbar-light .navbar-toggler-icon {
    background-image: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f5a911;
  }

  header .book  {
    display: none;
  }

  .menu .navbar-brand {
    display: block;
  }

  .menu .navbar {
     padding:0px;
  }
header .menu{
    padding:5px 0px;
}
.menu .navbar-brand img{
    height:60px;
}
  .menu .navbar-light .navbar-toggler-icon i {
    font-size: 25px;
  }

  .menu .navbar-light .navbar-toggler {
    border: none;
    background-color: #000e0e;
    padding: 5px 10px;
  }

  .menu .navbar-toggler:focus {
    box-shadow: none;
  }

  .book-now .sec-btn {
    margin-bottom: 10px;
  }

  .menu .navbar-nav {
    display: inline-block;
    margin:0;
  }

  .menu .navbar-light .navbar-nav .nav-link {
    padding: 3px 0px;
  }

  .hero-slide .hero-box h2 {
    font-size: 50px;
  }

  .get-quote {
    margin: 20px;
  }
}

@media screen and (max-width:768px) {
  .hero-section .hero-slide {
    text-align: center !important;
  }

  .process-section .ps-box {
    margin-top: 15px;
  }

  .ps-head h2 {
    margin-bottom: 0px;
  }

  .banner-section {
    padding: 60px 0px;
  }

  .banner-title h2 {
    font-size: 45px;
  }

  .f-footer .footer-link2 ul {
    padding: 0px;
  }

  .m-100 {
    margin-bottom: 30px;
  }

  .dsl {
    margin-top: 15px;
  }

  .process-section,
  .testimonial-section,
  .counter-section,
  .branch-section,
  .gallery-section,
  .details-section {
    padding-top: 25px;
    padding-bottom: 40px;
  }

  .about-section .as-item .as-img img,
  .as-item .text {
    display: none;
  }

  .as-img.mt-4 img {
    display: block !important;
    max-height: 450px !important;
  }

  .as-content,
  .testimonial {
    margin-top: 30px;
  }

  .counter-section {
    margin: 40px 0px;
  }

  .footer-section .copy-right {
    margin-top: 20px;
  }

  .footer-section {
    padding-top: 16px;
  }

  .footer-box {
    margin-top: 15px;
  }

  .contact-section .map {
    height: 300px;
    margin-top: 30px;
  }

  .footer-box ul li {
    margin: 5px 0px;
  }
}

@media screen and (max-width:580px) {
  .top-right-bar {
    display: none;
  }

  .hero-slide .hero-box h2,
  .ps-head h2 {
    font-size: 30px;
  }

  h2,
  .tes-head h2 span {
    font-size: 28px;
  }

  .slider-nav .ser-list {
    font-size: 15px;
  }

  .slider-nav .ser-list {
    font-weight: 400;
    padding: 25px 7px;
    margin: 5px;
  }

  .top-right .phone .icon {
    height: auto;
    width: auto;
    background-color: transparent;
    margin-right: 5px;
    font-size: 14px;
  }

  .footer-section hr {
    display: none;
  }


  .top-right .phone .text b,
  .top-right .phone .text br,
  .work-section .w-box h4 br,
  .top-right .phone:nth-child(3) {
    display: none;
  }

  .top-bar .top-right .phone {
    margin-right: 10px;
  }

  .top-bar .top-right i {
    padding-right: 5px;
  }

  .top-bar .top-right a {
    font-size: 16px;
  }

  .hero-section .hero-slide {
    padding: 50px 0px;
  }

  .menu .navbar {
    border-radius: 30px 30px 0px 0px;
  }


  .quote h2 {
    font-size: 30px;
  }

  .as-text p {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .banner-section {
    padding: 50px 0px;
  }

  .quote .f-group input {
    margin: 5px 0px;
  }

  .quote .f-group button {
    margin-top: 5px;
    border: none;
  }

  .banner-title h2 {
    font-size: 35px;
  }
}


 /*---thank-Section-Start----*/

.thank{
  text-align:center;
  height: 100vh;
  width: 100%;
  margin-top:0px;
}
.thank img{
    width:60%;
}
.thank ul{
  padding:0;
  list-style:none;
  display:flex;
  align-items:center;
}
.thank ul li a{
  height:45px;
  width:45px;
  background:#ef2445;
  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 img{
    width:70%;
}
}

/*---thank-Section-end----*/
