@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: #4dac4e;
}

.what a:last-child {
  font-size: 20px;
  background-color: #2f2f2f;
}

.sec-btn {
  display: inline-block;
  padding: 10px 20px;
  color: #4dac4e;
  margin-top: 20px;
  transition: 0.4s;
  position: relative;
  border: 1px solid #4dac4e;
  font-size: 18px;
}

.sec-btn::after {
  height: 20px;
  width: 20px;
  position: absolute;
  top: -5px;
  left: -5px;
  transition: 0.4s;
  border-left: 2px solid #4dac4e;
  border-top: 2px solid #4dac4e;
  content: "";
}

.sec-btn::before {
  height: 20px;
  width: 20px;
  position: absolute;
  bottom: -5px;
  transition: 0.4s;
  right: -5px;
  border-right: 2px solid #4dac4e;
  border-bottom: 2px solid #4dac4e;
  content: "";
}

.sec-btn:hover {
  background-color: #2f2f2f;
  color: #fff;
  border: 1px solid #2f2f2f;
}

.sec-btn:hover::after,
.sec-btn:hover::before {
  width: 107%;
  height: 121%;
}


.p-100 {
  padding: 80px 0px;
}

.under {
  color: #4dac4e;
  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: #2f2f2f;
}

.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: #2f2f2f;
  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: #2f2f2f;
  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: #4dac4e;
}

.top-bar .top-right i {
  color: #4dac4e;
  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: #4dac4e;
  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: #4dac4e;
  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: #4dac4e;
}

.menu .navbar-brand {
  padding: 0;
}

.menu .navbar-brand img {
  width: 200px;
}

.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 #2f2f2f;
}

.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: #4dac4e;
}

.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: #2f2f2f;
  padding: 11px 25px;
}

.book-now .sec-btn::after {
  border-left: 2px solid #2f2f2f;
  border-top: 2px solid #2f2f2f;
}

.book-now .sec-btn::before {
  border-right: 2px solid #2f2f2f;
  border-bottom: 2px solid #2f2f2f;
}

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: 250px;
  padding-bottom: 130px;
  background-image: 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: 33px;
  font-size: 18px;
}

.hero-slide .hero-text .sec-btn {
  margin-top: 20px;
}

.hero-section .hero-slide .sec-btn::before,
.hero-section .hero-slide .sec-btn::after,
.hero-section .hero-slide .sec-btn {
  border-color: #2f2f2f;
  color: #fff;
}

.hero-slide .hero-text .under {
  color: #4dac4e;
  font-size: 20px;
  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::after{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  content: url(../images/about.png);
  opacity: .5;
  z-index: -1;
}
.about-section .as-images .as-img {
  margin-top: 20px;
}

.about-section .as-images .as-img img {
  height: 290px;
  width: 100%;
  border: 2px solid #4dac4e;
  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 {
  background-color: #2f2f2f;
  padding: 40px;
}

.form-box h2 {
  color: #fff;
  font-size: 30px;
  margin-top: 0;
}

.form-box .f-group input,
.form-box .f-group select,
.form-box .f-group textarea {
  width: 100%;
  padding: 18px 20px;
  border: none;
  margin-bottom: 20px;
  outline: none;
  background-color: #fff;
}

.form-box .f-group input::placeholder,
.form-box .f-group textarea::placeholder {
  color: #171718;
}

.form-box .f-group select {
  padding: 18px 20px;
}

.form-box .f-group .sec-btn {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #4dac4e;
  color: #fff;
  border: none;
}

.form-box .f-group .sec-btn:hover span {
  color: #fff;
}

.form-box label {
  color: #2f2f2f;
  font-weight: 600;
  margin-bottom: 3px;
}

.form-box .sec-btn {
  margin-top: 5px;
}

/* ===About-Section-End=== */

/* ===Mission-Sectoin-Start=== */

.mission-section .ms-box{
  padding: 30px;
  background-color: #4dac4e;
  color: #fff;
  border-radius: 10px;
  margin: 20px 0px;
}
.mission-section .ms-box2{
  background-color: #2f2f2f;
}
/* ===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;
}

.ser-box .ser-img img {
  transition: 0.5s;
  height: 280px;
  width: 100%;
  object-fit: cover;
}

.ser-box .ser-item {
  position: relative;
  z-index: 5;
  padding: 20px;
  border-top: 2px solid #2f2f2f;
  margin: -50px auto 0px;
  width: 90%;
  transition: 1s;
  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: #4dac4e;
  color: #fff;
}

.ser-box .ser-item::after {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  transition: 1s;
  content: "";
  background-color: #fff;
  z-index: -2;
  left: 0;
}

.ser-box .ser-item::before {
  height: 0;
  width: 100%;
  transition: .7s;
  position: absolute;
  bottom: 0;
  content: "";
  background-color: #2f2f2f;
  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: #4dac4e;
  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: url(../images/bg-14.jpg);
  background-position: center;
  content: "";
  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: #2f2f2f;
}

.tes-box .info .text span {
  color: #4dac4e;
  font-size: 15px;
}

/* ---testimonial-section-end--- */

/* ---choose-section-start--- */
.choose-section {
  position: relative;
  transition: .5s;
}

.choose-section::after {
  position: absolute;
  top: 0;
  width: 50%;
  background-size: cover;
  transition: .5s;
  height: 100%;
  background-image: url(../images/bg-14.jpg);
  background-position: center;
  content: "";
  z-index: -1;
  right: 0;
}

.choose-section:hover:after {
  background-position: right;
}

.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: #2f2f2f;
}

.choose-section .counter {
  padding-left: 40px;
}

.counter .count-box {
  background-color: #eeeeee2c;
  padding: 20px 10px;
  text-align: center;
  border-bottom: 6px solid #fff;
}

.counter .count-box img {
  width: 60px;
}

.counter .count-box p {
  margin-bottom: 0;
  font-weight: 500;
  color: #fff;
}

.counter .count-box h2 {
  position: relative;
  margin-bottom: 0;
  font-size: 35px;
  color: #4dac4e;
}

.counter .count-box h2::after {
  content: "+";
  font-size: 40px;
}

/* ---Choose-Section-End--- */

/* ------footer-section-start------- */

.footer-section {
  padding-top: 40px;
  background-color: #4dac4e;
}

.footer-logo {
  display: inline-block;
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 30px;
  margin-bottom: 20px;
}

.footer-box .footer-text p {
  color: #000;
  line-height: 27px;
}

.footer-box {
  position: relative;
  z-index: 4;
}

.footer-logo img {
  width: 200px;
  border-radius:10px;
}

.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: #2f2f2f;
}


.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: #2f2f2f;
}

.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: #2f2f2f;
  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: #2f2f2f;
  margin-top: 30px;
  position: relative;
}

.footer-section .copy-right p {
  margin-bottom: 0;
  color: #fff;
}

.footer-section .copy-right p a {
  color: #4dac4e;
  font-weight: 600;
}

.footer-section .map {
  height: 100%;
  border-radius: 10px;
}

.footer-section .map iframe {
  border-radius: 10px;
}

/* ------footer-section-end-------- */

/* ---Banner-Section-Start--- */

.banner-section {
  padding: 220px 0px 120px;
  color: #fff;
  position: relative;
  background-image: url(../images/bg-12.jpg);
  background-size: cover;
  background-position: right;
}

.banner-section .banner-title ul {
  display: flex;
  position: absolute;
  bottom: 0;
  right: 100px;
  background-color: #4dac4e;
  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: #2f2f2f;
}

/* ---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: #2f2f2f;
  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: #4dac4e;
  line-height: 20px;
  cursor: pointer;
}

.slider-nav .ser-list::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #4dac4e;
  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: #2f2f2f;
  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 #4dac4e;
  border-radius: 10px;
  margin-top: 20px;
}
.service-two .ser-box .sec-btn {
  margin-top: 0;
}

.ser-content p {
  margin-bottom: 5px;
}

/* ===Service-Two-Start=== */

@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;
  }

}

@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: #2f2f2f;
  }

  .menu {
    padding: 8px 0px;
  }
.footer-box{
  margin-top: 30px;
}
  .menu .navbar-brand img {
    width: 170px;
  }
  .choose-section{
    color: #fff;
  }
  .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: #4dac4e;
  }

  .navbar-light .navbar-toggler {
    border: 3px double #2f2f2f;
  }

  .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: 200px 0px 90px;
  }

  .hero-section .hero-slide h2,
  h2 {
    font-size: 25px;
  }

  .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: #4dac4e;
}
.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: 30px;
  }

  .form-box h2 {
    font-size: 25px;
  }

  .footer-link2 ul li a,
  .contact-section .con-box .text a {
    font-size: 15px;
  }

  .menu .navbar-brand img {
    width: 140px;
  }
}



/*---thank-Section-Start----*/

.thank {
  text-align: center;
  height: 100vh;
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.thank p {
  margin-bottom: 0;
}

.thank .icon img {
  width: 75%;
}

.thank ul {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}

.thank ul li a {
  height: 40px;
  width: 40px;
  background: #179bd7;
  color: #fff;
  display: flex;
  align-items: center;
  margin: 5px;
  font-size: 20px;
  border-radius: 5px;
  justify-content: center;
}

@media screen and (max-width:1024px) {
  .thank {
    margin-top: 50px;
  }
}

@media screen and (max-width:768px) {
  .thank {
    margin: 50px 0px;
    height: auto;
  }

  .thank .icon img {
    width: 60%;
  }
}

@media screen and (max-width:580px) {
  .thank {
    margin: 20px 0px;
  }
}

/*---thank-Section-end----*/