@import url('https://fonts.googleapis.com/css2?family=Kanit: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&amp;display=swap');

html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
  max-width: 100%;
  width: auto;
}

body {
  padding: 0 !important;
  font-family: 'Slabo 27px', serif;
}

h1,
h2,
h3,
h4,
h5 {
   font-family: "Kanit", sans-serif;
}

body a,
body button {
  color: #000;
  outline: none !important;
  text-decoration: none !important;
  transition: all ease 0.5s;
}

* {
  padding: 0;
  margin: 0;
}
.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: #00933b;
}

.what a:last-child {
  font-size: 20px;
  background-color: #5d5238;
}

h2 {
  font-size: 42px;
  margin: 10px 0px;
}

.m-100 {
  margin-bottom: 70px;
}

ul.slick-dots {
  display: none !important;
}

.slick-prev,
.slick-next {
  display: none !important;
}

.sec-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #5d5238;
  color: #fff;
  border-radius: 10px;
  transition: .5s;
  border: 1px solid #5d5238;
  text-transform: uppercase;
  font-size: 18px;
}

.sec-btn:hover {
  background-color: transparent;
  color: #d0ca72;
  border-radius: 30px;
}

.under {
  text-transform: uppercase;
  color: #d0ca72;
  word-spacing: 2px;
  font-weight: 600;
  font-style: italic;
  position: relative;
}

/* -------main-style-start-------- */
header {
  position: absolute;
  top: 0;
  z-index: 999;
  left: 0;
  width: 100%;
}

.top-bar {
  padding: 5px 0px;
  background-color: #1a75bc;
}

.top-left ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  list-style: none;
}

.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:nth-child(1) a {
  background-color: rgba(40, 111, 253, 0.987);
}

.top-left ul li:nth-child(2) a {
  background-color: rgba(210, 40, 253, 0.987);
}

.top-left ul li:nth-child(3) a {
  background-color: rgba(253, 104, 40, 0.987);
}

.top-left ul li:nth-child(4) a {
  background-color: rgba(40, 186, 253, 0.987);
}

.top-left ul li a:hover {
  color: #000;
  background-color: #fff;
  border-radius: 100%;
}

.top-right {
  display: flex;
  color: #fff;
  padding-right: 40px;
  align-items: center;
  justify-content: flex-end;
}

.top-right .phone {
  margin-right: 20px;
}

.top-right a {
  color: #fff;
}

header .book {
  position: absolute;
  top: 0;
  right: 0;
  width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3a3c36;
  height: 122px;
}

header .book a {
  color: #fff;
  font-weight: 600;
}

/* ------menu-------- */
.menu {
  position: relative;
  overflow-x: clip;
}

.dropdown:hover .dropdown-menu {
  display: block;
  width: 250px;
}

.dropdown-menu {
  padding: 0;
  background-color: #5d5238;
}

.dropdown-menu a {
  color: #fff;
}

.slick-prev,
.slick-next {
  display: none !important;
}



.menu::before {
  position: absolute;
  top: 0;
  width: 65%;
  background-color: rgba(24, 22, 24, 0.279);
  z-index: -1;
  height: 100%;
  content: '';
  transform: skew(-30deg);
  right: 80px;
}

.menu::after {
  position: absolute;
  top: 0;
  width: 35%;
  background-color: #fff;
  height: 100%;
  content: '';
  z-index: -1;
  transform: skew(-30deg);
  left: -80px;
}

.menu img {
  width: 170px;
}

.menu .navbar-nav {
  display: flex;
  align-items: center;
  padding-left: 160px;
  width: 100%;
}

.menu .navbar {
  padding: 5px 0px;
}

.menu .navbar-expand-lg .navbar-nav .nav-link {
  position: relative;
  padding: 0px 20px;
  font-size: 18px;
  transition: .5s;
  color: #fff;
}

.menu .navbar-expand-lg .navbar-nav .nav-link:hover,
.menu .navbar-expand-lg .navbar-nav .nav-link.active {
  color: #d0ca72;
}

.menu .navbar-expand-lg .navbar-nav .nav-link::before {
  left: 10px;
  top: 50%;
  transform: translate(0, -50%);
  content: "+";
  font-weight: 600;
  transition: .5s;
  height: 0px;
  width: 0px;
  display: none;
  font-size: 25px;
  position: absolute;
  color: #d0ca72;
}

.menu .navbar-expand-lg .navbar-nav .nav-link:hover:before {
  display: flex;
  align-items: center;
  justify-content: center;
  animation: round .8s linear infinite;
}

.menu .navbar-expand-lg .navbar-nav .nav-link.active::before {
  animation: round .6s linear infinite;
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes round {
  0% {
    transform: rotate(0deg) translate(0, -50%);
  }

  100% {
    transform: rotate(360deg) translate(0, -50%);
  }
}

.menu .book-now {
  display: none;
}


.sticky {

  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 999;
}
.sticky::before {
    width: 100% !important;
    right: -20px !important;
    box-shadow: 0px 10px 20px 0px #0000003d;
    background-color: #000000b3 !important;
}

.sticky .book-now{
    display:block;
}

.sticky .book-now a {
  display: inline-block;
  padding: 10px 20px;
  background-color: #5d5238;
  color: #fff;
  border-radius: 10px;
  transition: .5s;
  border: 1px solid #5d5238;
  text-transform: uppercase;
  font-size: 18px;
}

.sticky .book-now a:hover {
  background-color: transparent;
  color: #5d5238;
  border-radius: 30px;
}

.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: #ff4f00 !important;
}

/* -------hero-section-start-------- */

.hero-slide {
  padding-top: 250px;
  padding-bottom: 100px;
  background: linear-gradient(rgba(0, 0, 0, 0.509), rgba(0, 0, 0, 0.509)), url(../images/home3.png);
  background-size: cover;
  background-position: center;
}

.hero-slide .hero-text h2 {
  font-size: 45px;
  color: #fff;
  margin: 10px 0px;
  line-height: 55px;
}

.hero-slide .hero-text p {
  color: #fff;
}

.hero-section ul.slick-dots {
  display: none !important;
}

/* -------hero-section-End---------- */

/* -------about-section-start--------- */

.about-section {
  padding: 80px 0px;
}
.about-section .as-box{
  padding: 20px;
  border-radius: 10px;
  background-color: #eee;
}
/* -------about-section-End----------- */

/* -----feature-section-start------- */

.feature-section {
  text-align: center;
}

.fea-box {
  margin-top: 20px;
}

/* -----feature-section-End--------- */

/* ------service-section-start------- */

.service-section {
  padding: 80px 0px;
  margin-top: 80px;
  background-image: url(../images/service-bg.jpg);
  background-size: cover;
  text-align: center;
  color: #fff;
  background-position: center;
  background-attachment: fixed;
}

.ss-box {
  height: 100%;
  overflow: hidden;
  background-color: #454B1B;
}

.ss-box .ss-img {
  position: relative;
  overflow: hidden;
}

.ss-box .ss-img img {
  height: 300px;
  transition: .5s;
  width: 100%;
  object-fit: cover;
}

.ss-box:hover .ss-img img {
  transform: scale(1.2);
}

.ss-box .ss-img::after {
  height: 100%;
  width: 100%;
  background: linear-gradient(#f24b421d, rgba(255, 255, 255, 0.164));
  border-radius: 100%;
  content: '';
  transition: .5s;
  position: absolute;
  transform: scale(0);
  top: 0;
  left: 0;
}

.ss-box:hover .ss-img::after {
  animation: zoom .5s linear alternate;
}

@keyframes zoom {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1.2);
  }
}

.ss-box .ss-text {
  padding: 20px;
}

/* ------service-section-End--------- */

/* -------quote-section-start-------- */

.quote-section {
  padding: 100px 0px;
}
.quote-section .container{
    padding:40px;
    background-color:#eee;
    border-radius:10px;
}

.quote .f-group input,
.quote .f-group textarea,
.quote .f-group select {
  width: 100%;
  padding: 10px 20px;
  outline: none;
  border: 1px solid #5d5238;
  border-radius: 5px;
  margin-top: 15px;
  background-color: transparent;
}

.quote button {
  margin-top: 15px;
}

.quote-section .quote-text {
  text-align: center;
  border: 10px #5d5238;
  border-style: outset;
  padding: 60px 0px;
  border-radius: 100%;
}
.form-section{
    display:none;
}
 .form-section .quote{
     background-color:#eee;
     padding:30px;
     border-radius:10px;
 }
/* -------quote-section-End---------- */

/* -------counter-section-start-------- */

.counter-section {
  padding: 80px 0px;
  background-image: linear-gradient(#454B1Bba, #454B1Bc4), url(../images/hero2.jpg);
  background-size: cover;
  background-position: center;
  text-align: center;
  position: relative;
}

.count-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.count-shape2 {
  position: absolute;
  top: -1px;
  left: 0;
  transform: rotate(180deg);
  width: 100%;
}

.count-box .icon {
  color: #fff;
}
.count-box h2::after{
  content: " +";
  font-size: 50px;
}
.count-box .icon img {
  filter: invert(1);
}

/* -------counter-section-End---------- */

/* -------testimonial-section-start-------- */

.testimonial-section {
  padding: 80px 0px;
}

.choose-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.choose-box ul li {
  display: flex;
  align-items: center;
  margin: 10px 0px;
}

.choose-box ul li i {
  color: #5d5238;
  padding-right: 10px;
}

.ts-box {
  position: relative;
  color: #fff;
  padding: 50px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0px 30px 40px 0px #d0ca7245;
  background: linear-gradient(to left, #454B1B, #5d5238);
}

.ts-box-shape {
  mix-blend-mode: overlay;
  position: absolute;
  top: 0;
  left: 0;
}

.ts-box .ts-img {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ts-box .ts-img img {
  border-radius: 100%;
  height: 100px;
  width: 100px;
}
.ts-box span{
  color: #d0ca72;
}

.ts-box h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

.ts-box p {
  margin-bottom: 0;
  margin-top: 15px;
  font-weight: 400;
  color: #ffffff;
}


.slick-dots li.slick-active button:before {
  color: #5d5238 !important;
  opacity: .8;
}

.slick-dots li button:before {
  opacity: .8;
  color: #d5c6f4;
}

.ts-box .ts-box-shape2 {
  position: absolute;
  right: -60px;
  top: -30px;
  z-index: 9;
  animation: down 4s alternate infinite;
}

.test-shape {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 40%;
  transform: translate(0, -40%);
  animation: drop 8s alternate infinite;
}

.test-shape img {
  width: 60%;
}

.ts-content .title {
  margin-bottom: 30px;
}

.ts-slider .slick-dots {
  display: none !important;
}

/* -------testimonial-section-End---------- */


/* ------barnd-section-start------- */

.brand-slider .brand-img {
  background-color: #5d5238;
  padding: 20px;
  margin: 10px;
}

.brand-slider .brand-img img {
  margin: auto;
  height: 80px;
}

/* ------brand-section-end------- */

/* ------footer-section-start------- */

.footer-section {
  background-color:#f0f8ff;
  padding-top:50px;
  background-size: cover;
  background-position: center;
}

.footer-logo {
  margin-bottom: 20px;
}

.footer-logo img {
  width: 200px;
}

.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:nth-child(1) a {
  background-color: rgba(40, 111, 253, 0.987);
}

.footer-box .social li:nth-child(2) a {
  background-color: rgba(210, 40, 253, 0.987);
}

.footer-box .social li:nth-child(3) a {
  background-color: rgba(253, 104, 40, 0.987);
}

.footer-box .social li:nth-child(4) a {
  background-color: rgba(40, 186, 253, 0.987);
}

.footer-box .social li a:hover {
  color: #5d5238;
  background-color: #c4a666;
  border-radius: 100%;
}

.footer-box .footer-title h4 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #5d5238;
  position: relative;
}

.footer-box .footer-title h4::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  background-color: #454B1B;
  width: 50px;
  border-radius: 10px;
  height: 3px;
  content: '';
}

.footer-link ul li a:hover {
  color: #5d5238;
}

.footer-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-box ul li {
  margin: 10px 0px;
}

.footer-box ul li a {
  position: relative;
}

.footer-link ul li a {
  position: relative;
}

.footer-link ul li a::after {
  content: "+";
  position: absolute;
  top: 50%;
  left: 0px;
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  display: none;
  height: 0px;
  width: 0px;
}

.footer-link ul li a:hover {
  padding-left: 10px;
}

.footer-link ul li a:hover::after {
  display: flex;
  align-items: center;
  color: #5d5238;
  justify-content: center;
  animation: round .7s infinite linear;
}

.footer-link2 ul li {
  display: flex;
  margin: 8px 0px;
}
.footer-link2 ul li p{
    margin-bottom:0px;
}
.footer-link2 ul li a:hover {
  color: #5d5238;
}

.footer-link2 ul li i {
  color: #fff;
  font-size: 20px;
}

.footer-link2 ul li span,
.footer-link2 ul li a {
  flex: 1;
}

.footer-section .copy-right {
  text-align: center;
  padding: 10px;
  background-color: #1a75bc;
  margin-top: 30px;
}

.footer-section .copy-right p {
  margin-bottom: 0;
  color: #fff;
}

.footer-link2 .icon {
  height: 40px;
  width: 40px;
  background: #454b1b;
  display: flex;
  color:#fff;
  align-items: center;
  margin-right: 15px;
  border-radius: 5px;
  justify-content: center;
}

.footer-link2 ul li {
  display: flex;
  align-items: center;
}

/* ------footer-section-end-------- */

/* --------About-Page-Style--------- */

.banner-section {
  padding: 200px 0px 65px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.443), rgba(0, 0, 0, 0.397)), url(../images/banner.jpg);
  background-size: cover;
  text-align: center;
  background-position: center;
}

.banner-section .banner-title h2 {
  font-size: 55px;
  font-weight: 400;
  color: #fff;
}

.banner-list ul {
  display: flex;
  align-items: center;
  list-style: none;
  justify-content: center;
}

.banner-list ul li a {
  color: #fff;
  font-size: 18px;
  padding: 10px 5px;
}

.banner-list ul li:nth-child(3) a {
  color: #d0ca72;
}

/* -------contact-page-style-------- */

.contact-section {
  text-align: center;
  padding: 80px 0px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.476), rgba(0, 0, 0, 0.453)), url(../images/Call-Center.jpg);
  background-size: cover;
  color: #fff;
  background-position: center;
}

.cs-box .iocn {
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto;
  transition: .5s;
  font-size: 22px;
  border-radius: 10px;
  background-color: #5d5238;
  color: #fff;
}

.cs-box:hover .iocn {
  background-color: #fff;
  color: #5d5238;
}

.cs-box a {
  color: #ffffff;
}

.cs-box address {
  margin-bottom: 0;
}

.map-section {
  height: 540px;
}

/* ------Services-Page-Style------- */

/* ---------Details-Section-Start---------- */

.details-section {
  padding: 80px 0px;
}

.dsl .dsl-list {
  margin-bottom: 30px;
}

.dsl-list ul {
  padding: 0;
  margin: 0;
  border-left: 1px solid #454B1B;
  list-style: none;
}

.dsl-list ul li {
  margin: 10px 0px;
  border-bottom: 1px solid #454B1B;
}

.dsl-list ul li:nth-child(1) {
  border-top: 1px solid #454B1B;
}

.dsl-list ul li a {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  justify-content: space-between;
}

.dsl-list ul li a:hover,
.dsl-list ul li .active {
  background-color: #454B1B;
  color: #fff;
}

.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;
}

.dls-box a {
  color: #fff;
}

.dls-box .sec-btn {
  margin-top: 20px;
}

.dsr {
  padding-left: 30px;
}

.dsr .dsr-img {
  margin: 30px 0px;
}

.dsr .dsr-img img {
  max-height: 350px;
  object-fit: cover;
  width: 100%;
}

/* ---------Details-Section-end------------ */

/* ---------Gallery-Page-Style---------- */
.gallery-section {
  padding: 70px 0px;
}

.gallery-box {
  margin-top: 30px;
  border-radius: 10px;
}

.gallery-box img {
  width: 100%;
  border-radius: 10px;
  height: 250px;
  object-fit: cover;
  cursor: pointer;
}

div#lightboxed--bttn_next {
  background-image: url(../images/next.png) !important;
}

div#lightboxed--bttn_prev {
  background-image: url(../images/left-chevron.png) !important;
}

div#lightboxed--bttn_close {
  background-image: url(../images/close.png);
  background-size: auto;
  background-position: center;
}

div#lightboxed--thumbs .lightboxed--thumb .lightboxed--thumb_border {
  background-color: #454B1B;
}

div#lightboxed--thumbs .lightboxed--thumb.lightboxed--active .lightboxed--thumb_border {
  background-color: #ff4f00;
}

/* -------Gallery-Page-End--------- */

/*===PopUp-Section-Start===*/

.popup-section .t-modle {
  height: 100%;
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-color:#000000c4;
  position: fixed;
  top: 0;
  animation: toper 1.5s ease-in;
  left: 0;
  z-index: 99999;
}

.t-modle .m-box {
  animation: top 1s ease-in;
  width: 60%;
}

.t-modle .m-box .quote {
  padding: 30px;
  background-color:#fff;
}

.quote .login-content {
    padding: 30px;
    text-align: center;
    background-color: #fff;
    position: relative;
}

.quote  h3 {
  font-weight: 700;
  margin-bottom: 0px;
  text-align: left;
  display: flex;
  font-size: 28px;
  justify-content: space-between;
  align-items: center;
}

.quote  h3 i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    background: #454B1B;
    border-radius: 100%;
    color: #fff;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
}
.quote .q-form p{
    text-align:left;
}
.login-content input {
  width: 100%;
  outline: none;
  margin:0;
  border: none;
}

.login-content .input-text {
  display: flex;
  border-radius: 5px;
  padding: 13px 10px;
  margin-bottom: 15px;
  background-color: #fff;
  align-items: center;
  border: 1px solid #000000ed;
}

.login-content .input-text i {
  padding-right: 8px;
  font-size: 18px;
  color: #000000ed;
}

.quote .login-content label {
  font-weight: 600;
  padding-bottom: 5px;
  display: inline-block;
}

.quote .login-content form {
  text-align: left;
}

.quote .login-content button {
  border: none;
}

@keyframes top {
  0% {
    margin-top: -100%;
  }

  100% {
    margin-top: 0%;
  }
}

@keyframes toper {
  0% {
    margin-right: -100%;
    opacity: 0;
  }

  100% {
    margin-right: 0%;
    opacity: 1;
  }
}


/* ---PopUp-Section-End--- */

@media screen and (max-width:1200px) {
  .top-right {
    margin-right: 120px;
  }
.sticky .navbar-nav {
    padding-left: 80px !important;
}
  .menu .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0px 15px;
  }

  .menu .navbar-nav {
    padding-left: 120px;
  }
}

@media screen and (max-width:1024px) {
  .hero-slide .hero-text h2 {
    font-size: 55px;
    line-height: 60px;
  }

  .hero-slide {
    padding-top: 180px;
  }

  .quote-section .quote-text {
    padding: 37px 0px;
  }

  .as-img img {
    width: 100%;
  }

  h2 {
    font-size: 40px;
  }
}

@media screen and (max-width:992px) {
  header .book,.sticky .book-now{
    display: none;
  }

.sticky::before{
    right:0px !important;
}

.sticky .navbar-nav {
    padding-left: 0px !important;
}
.menu .navbar-expand-lg .navbar-nav .nav-link:hover, .menu .navbar-expand-lg .navbar-nav .nav-link.active{
    padding-left:20px;
}
  .menu .navbar-toggler-icon {
    display: flex;
    align-items: center;
    color: #5d5238;
    justify-content: center;
  }

  .menu .navbar-toggler {
    border: 2px double #5d5238;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  .menu::before {
    width: 100%;
    z-index: -1;
    transform: skew(0);
    background-color: rgba(0, 0, 0, 0.702);
    right: 0px;
  }

  .menu::after {
    width: 50%;
    height: 72px;
  }

  .as-img {
    width: 100%;
  }

  .menu .navbar-nav,
  .dsr {
    padding-left: 0px;
  }

  .top-right {
    margin-right: 0;
    padding-right: 0;
  }

  .quote-section .quote-text {
    border: none;
    border-style: none;
    padding: 0;
  }

  .ts-box {
    margin-top: 30px;
  }
  .menu .navbar-nav{
    padding-top: 10px;
    display: block;
  }
  .quote button {
    margin-top: 6px;
  }
  .menu .navbar-expand-lg .navbar-nav .nav-link {
    padding: 5px 0px;
}
}

@media screen and (max-width:580px) {
  .menu::after {
    left: -60px;
    width: 55%;
  }
  .hero-section .hero-banner img{
      height:300px;
      width:100%;
  }
  .t-modle .m-box{
      width:90%;
  }
.form-section{
    display:block;
}
.quote-section{
    display:none;
}
  .banner-section .banner-title h2 {
    font-size: 30px;
  }

.top-left ul,.top-right{
    justify-content:center;
    flex-wrap:wrap;
}



  .hero-slide {
    padding-bottom: 50px;
  }

  .hero-slide .hero-text {
    text-align: center;
  }

  .hero-slide .hero-text h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .about-section,
  .service-section,
  .testimonial-section,
  .contact-section,
  .details-section {
    padding: 40px 0px;
  }

  .quote-section .quote-text {
    color: #fff;
  }
  .footer-section .copy-right{
      margin-top:25px;
  }

  h2 {
    font-size: 30px;
  }

  .footer-section {
    padding-top: 10px;
  }

  .m-100 {
    margin-bottom: 40px;
  }

  .service-section {
    margin: 40px 0px;
  }

  .footer-box {
    margin-top: 20px;
  }

  .map-section {
    height: 350px;
  }
}

@media screen and (max-width:450px) {

  .menu::after {
    left: -60px;
    width: 80%;
}
  .hero-slide .hero-text h2 {
    font-size: 35px;
    line-height: 40px;
  }

  .ts-box {
    padding: 40px 20px;
  }

  .brand-slider .brand-img {
    background-color: transparent;
    padding: 0px;
    margin: 0px;
  }
}

/*---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:40px;
  width:40px;
  background:#158af4;
  color:#fff;
  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----*/