html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
  max-width: 100%;
  width: auto;
}

body {
  padding: 0 !important;
  font-family: 'Anuphan', 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: 35px;
  margin: 20px 0px 10px;
  font-weight: 600;
}

.m-100 {
  margin-bottom: 80px;
}

ul.slick-dots {
  display: none !important;
}

.slick-prev,
.slick-next {
  display: none !important;
}

.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: #08e255;
}

.what a:last-child {
    font-size: 20px;
}

.sec-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #ffc527;
  color: #fff;
  border-radius: 10px;
  transition: .5s;
  border: 1px solid #ffc527;
  text-transform: uppercase;
  font-size: 18px;
}

.sec-btn:hover {
  background-color: transparent;
  color: #ffc527;
  border-radius: 30px;
}
.p-100{
  padding: 80px 0px;
}
.m-100{
  margin-bottom: 80px;
}
.under {
  background-color: #281f4c;
  padding: 10px 20px;
  color: #fff;
  border-left: 8px solid #ffc527;
  word-spacing: 1px;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 600;
  font-variant: small-caps;
}
/* -------main-style-start-------- */
header{
  position: relative;
}
.top-bar {
  padding: 5px 0px;
  background-color: #ffc527;
}

.top-left ul {
  padding: 0;
  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: #281f4c;
}

.top-left ul li a:hover {
  color: #281f4c;
  background-color: #fff;
  border-radius: 20%;
}

.top-right {
  display: flex;
  color: #fff;
  margin-left: 35px;
  align-items: center;
}

.top-right .phone {
  margin-right: 20px;
}

.top-right a {
  color: #fff;
}

header .book {
  position: absolute;
  top: 0;
  left: 0;
  width: 22%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eee;
  height: 100%;
}

header .book a img{
  width: 230px;
}

/* ------menu-------- */
.menu {
  position: relative;
}
.menu .navbar-brand{
  display: none;
}
.dropdown:hover .dropdown-menu {
  display: block;
  width: 250px;
}

.dropdown-menu {
  padding: 0;
  background-color: #ffc527;
}

.dropdown-menu a {
  color: #fff;
}

.menu::before {
  position: absolute;
  top: 0;
  width: 100%;
  background-color:#281f4c;
  z-index: -1;
  height: 100%;
  content: '';
  right: 0px;
}

.menu img {
  width:220px;
}

.menu .navbar-nav {
  display: flex;
  align-items: center;
  width: 100%;
  margin-left: 30px;
}

.menu .navbar {
  padding: 5px 0px;
}

.menu .navbar-expand-lg .navbar-nav .nav-link {
    position: relative;
    padding: 13px 20px;
    font-size: 17px;
    transition: .5s;
    font-weight: 500;
    color: #fff;
}

.menu .navbar-expand-lg .navbar-nav .nav-link:hover,
.menu .navbar-expand-lg .navbar-nav .nav-link.active {
  color: #ffc527;
}

.menu .navbar-expand-lg .navbar-nav .nav-link::before {
  left: 5px;
  top: 44%;
  content: "";
  transition: .5s;
  height: 7px;
  width: 7px;
  display: none;
  position: absolute;
  transform: translate(-50%,-50%);
  background-color: #ffc527;
}

.menu .navbar-expand-lg .navbar-nav .nav-link:hover:before {
  display: flex;
  align-items: center;
  justify-content: center;
  animation: round 1.4s linear infinite alternate;
}

.menu .navbar-expand-lg .navbar-nav .nav-link.active::before {
  animation: round 1.4s linear infinite alternate;
  display: flex;
  align-items: center;
  justify-content: center;
}


@keyframes round {
  0% {
    transform: rotate(0deg) scale(0) ;
  }

  100% {
    transform: rotate(360deg) scale(1);
  }
}
.menu .container-fluid{
  padding: 0px;
}

.menu .dropdown .dropdown-menu {
  display: none;
  background-color: #fff;
  width: 300px;
  border-radius: 0px;
  box-shadow: 0px 10px 20px 0px #ffc52713;
  border: none;
  border-top: 4px solid #ffc527;
}
.menu .dropdown .dropdown-menu li a{
  padding: 10px 20px;
  color: #281f4c;
  font-size: 17px;
  font-weight: 500;
}
.menu .dropdown:hover .dropdown-menu {
  display: block;
  z-index: 2;
  margin-left: 0;
  background-color: #fff;
  animation: dropdown .5s linear;
  box-shadow: 0px 10px 20px 0px #00000018;
}

@keyframes dropdown {
  0%{
    margin-top: 50px;
  }
  100%{
    margin-top: 0px;
  }
}


/* ----header-section-end---- */

/* ====Hero-Section==== */

.hero-section .hero-slider{
  padding: 0px 30px 30px;
  border-radius: 20px;
  position: relative;
  background-color: #eee;
  margin-top: 100px;
}
.hero-section .hero-slider::after{
  position: absolute;
  bottom:0;
  left: 0;
  height: 100%;
  background-repeat: no-repeat;
  opacity: .2;
  background-position: left;
  width: 100%;
  background-image: url(../images/hero.jpg);
  content: "";
}
.hero-slider .hero-images{
  display: flex;
  position: relative;
  z-index: 4;
  align-items: center;
}
.hero-slider .hero-images .hero-img2{
  margin-left: 20px;
  margin-top: 100px;
}
.hero-slider .hero-images img{
  border-radius: 150px;
  height: 520px;
  border: 8px solid #fff;
  background-color: #fff;
  width: 300px;
  box-shadow: 0px 10px 20px #f20c4618;
  object-fit: cover;
}

.hero-slider .hero-content{
  position: relative;
  z-index: 2;
}
.hero-slider .hero-content p{
  font-size: 18px;
}

/* ===Hero-SEction-End=== */

/* ---choose-section-start---- */

.choose-section{
  text-align: center;
}
.ch-head{
  margin-bottom: 20px;
}
.ch-box{
  padding: 20px;
  background: #eee;
  border-radius: 5px;
  transition: .5s;
  height: 100%;
}
.ch-box:hover{
  background-color: #ffc527;
}
.ch-box .ch-icon{
  height: 120px;
  width: 120px;
  background-color: #ffc527;
  margin: -70px auto 15px;
  display: flex;
  box-shadow: 0px 10px 20px 0px #01226839;
  align-items: center;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  justify-content: center;
}
.ch-box:hover .ch-icon{
  background: #fff;
}

.ch-box p{
  margin-bottom: 0;
}
.ch-box h4{
  font-size: 20px;
  font-weight: 600;
}
/* ---choose-section-end---- */


/* ----quote-section-start--- */

.quote-section{
  padding: 50px 0px;
  background: linear-gradient(#281f4c,#281f4c);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.quote-section::after{
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffc527;
  width: 30%;
  height: 100%;
  content: "";
}
.quote-section2 .quote{
  padding: 30px;
  border-radius: 10px;
  margin: 0px 20px;
  background: linear-gradient(#281f4c,#281f4c);
  color: #fff;
  position: relative;
}
.quote-section2 .quote h4{
  font-weight: 600;
  position: relative;
  font-size: 25px;
  margin-bottom: 20px;
  z-index: 32;
}
.quote-section2 .quote::after{
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffc527;
  width: 34%;
  height: 100%;
  border-radius: 10px 0px 0px 10px;
  content: "";
}
.quote-section::before {
  position: absolute;
  top: -1px;
  right: -1px;
  clip-path: polygon(0 0,100% 0%,100% 100%,15% 100%);
  width: 30%;
  height: 65px;
  display: flex;
  background: #ffc527;
  content: "24/7 service availability";
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 500;
  color: #281f4c;
  text-transform: capitalize;
}
.quote-section .quote-item h5{
  margin: 0;
}
.quote-section .quote-item a{
  font-weight: 600;
  color: #281f4c;
  font-size: 18px;
}
.quote-form .f-group input,.quote-form .f-group select,.quote-form .f-group textarea{
  padding: 15px 20px;
  width: 100%;
  margin: 10px 0px;
  border: 1px solid #eee;
  outline: none;
}
.quote-form .sec-btn{
  width: 100%;
  padding: 14px 20px;
  margin: 10px 0px;
  border-radius: 0;
}
.quote-img {
  position: relative;
  z-index: 3;
  margin-left: -72px;
}
.quote-img img{
  width: 100%;
}
.quote-section h4{
  position: relative;
  z-index: 3;
  font-weight: 600;
}
/* ----quote-section-end--- */

/* ===About-Section==== */

.about-section{
  position: relative;
}
.about-section::after{
  height: 305px;
  width: 70%;
  position: absolute;
  right: 0;
  z-index: -1;
  background-color: #eee;
  content: "";
  bottom: -15px;
  border-radius: 0px 0px 0px 60px;
}
.about-section .as-item{
  position: relative;
}
.about-section p{
  margin-bottom: 0;
}
.about-section .as-item .as-img1 img{
  height: 380px;
  width: 380px;
  border-radius: 100%;
  z-index: 0;
  object-fit: cover;
}
.about-section .as-item .as-img2 img{
  height: 420px;
  width: 420px;
  border-radius: 100%;
  z-index: 1;
  position: absolute;
  top: 200px;
  border: 10px solid #fff;
  left: 120px;
  object-fit: cover;
}
.about-section .as-item .as-shape{
  position: absolute;
  top: 60px;
  left: 0;
  z-index: -1;
}
.about-section .as-item .as-shape img{
  height: 80%;
}
.about-section .as-item .as-count{
  position: absolute;
  top: 0;
  right: 0;
  background-color: #281f4c;
  color: #fff;
  border-radius: 0px 0px 80px 80px;
  padding: 10px 0px 40px;
}
.about-section .as-item .as-count h2 {
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 0;
  margin-left: 30px;
  font-size: 30px;
}
.about-section .as-item .as-count p{
  font-size: 23px;
  font-weight: 500;
  transform: rotate(90deg);
}
.about-section .as-content{
  padding-left: 20px;
}
.about-section .as-boxes{
  display: flex;
  margin-top: 10px;
}
.about-section .as-box{
  margin-bottom: 20px;
  border-top: 2px solid #281f4c;
  padding: 10px;
  display: flex;
  position: relative;
  align-items: center;
}
.about-section .as-box::after{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  opacity: .4;
  width: 100%;
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  background-image: url(../images/mission.png);
}
.about-section .as-box1{
  background-color: #281f4c;
  color: #fff;
}
.about-section .as-boxes .as-box .text{
  margin-left: 10px;
  flex: 1;
}
.about-section .as-box h5{
  font-weight: 600;
}
.about-section .as-box p{
  margin-bottom: 0;
}
.about-section .as-box .as-icon{
  margin-bottom: 10px;
}
.about-section .as-content ul {
  padding: 0;
  list-style: none;
}
.about-section .as-content ul li {
  display: flex;
  align-items: center;
  margin: 10px 0px;
}
.about-section .as-content ul li i {
  padding-right: 10px;
  font-size: 25px;
  color: #281f4c;
}
.about-section .as-text p{
  margin-bottom: 10px;
}
/* ===About-Section==== */

/* ----Service-Section-start---- */

.service-section .ser-head{
  text-align: center;
}
.ser-box {
  transition: .5s;
  height: 100%;
}
.ser-box .ser-item{
  padding: 20px;
  box-shadow: 0px 10px 20px 0px #0122680c;
}
.ser-box:hover{
  background-color: #ffc527;
  color: #ffff;
}
.ser-box .ser-img{
  transition: .6s;
}
.ser-box .ser-img img{
  height: 240px;
  width: 100%;
  object-fit: cover;
}

.ser-box:hover .ser-img{
  transform: scale(.9,.9);
}
.ser-box:hover .sec-btn{
  background-color: #281f4c;
  border-color: #281f4c;
}
.ser-box p {
  -webkit-line-clamp: 6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ser-box h4{
  font-weight: 600;
  font-size: 22px;
}
/* ----Service-Section-End---- */
.map-section{
  margin-bottom: -5px;
}
.map-section .map{
  height: 400px;
}
/* ---Counter-Section-Start--- */

.counter-section {
  position: relative;
  background-color: #281f4c;
  padding: 50px 0px;
  background-image: url(../images/counter.png);
}

.cont-box {
  display: flex;
  align-items: center;
}

.cont-box .icon {
  height: 80px;
  width: 80px;
  border-radius: 5px;
  background-color: #ffc527;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cont-box img {
  width: 50px;
}

.cont-box .text {
  margin-left: 20px;
}

.cont-box h2 {
  font-size: 35px;
  font-weight: 700;
  margin: 0px;
  color: #ffc527;
  position: relative;
  line-height: 30px;
}

.cont-box p {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  color: #fff;
}

.cont-box h2::after {
  content: "+";
  font-size: 45px;
}


/* ---Counter-Section-End--- */

/* ----testimonial-section-start----- */
.testimonial-section {
  padding: 80px 0px;
}
.testimonial-section .tes-slide{
  padding: 20px;
  display: flex;
  align-items: center;
  margin-right: 20px;
  border: 4px double #ffc527;
  }
  .testimonial-section .tes-slide .tes-img{
    margin-right: 22px;
  }
  .testimonial-section .tes-slide img{
    width: 120px;
  }
  .testimonial-section .tes-slide .text{
    flex: 1;
  }
  .tes-slide p{
    margin-bottom: 0px;
  }
  .testimonial-section .tes-head{
    text-align: center;
    margin-bottom: 20px;
  }
  .tes-slide .ratting {
    color: rgb(253, 168, 10);
    font-size: 13px;
    letter-spacing: 2px;
    margin-top: 5px;
  }
  /* ----testimonial-section-end----- */

  /* ------footer-section-start------- */

.footer-section {
  padding-top: 50px;
  background-image:linear-gradient(#bdb9b9a6,#bdb9b9a6),url(../images/shape.jpeg);
}

.footer-logo img {
  height: 100px;
}

.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;
  border-radius: 4px;
  font-size: 18px;
  background-color: #ffc527;
  color: #281f4c;
  align-items: center;
  justify-content: center;
}
 .map{
  height: 100%;
  width: 100%;
}
.map iframe{
  border-radius: 10px;
}
.footer-box .social li a:hover {
  color: #ffc527;
  background-color: #fff;
  border-radius: 20%;
}

.footer-box .footer-title h4 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #ffc527;
  position: relative;
}

.footer-box .footer-title h4::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  background-color: #fff;
  width: 50px;
  border-radius: 10px;
  height: 3px;
  content: '';
}

.footer-link ul li a:hover {
  color: #ffc527;
}

.footer-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-box ul li {
  margin: 10px 0px;
}

.footer-link2 ul li {
  display: flex;
  align-items: center;
  margin: 0;
  margin-bottom: 15px;
}
.footer-link2 ul li p{
  margin-bottom: 0;
}

.footer-link2 ul li a:hover {
  color: #ffc527;
}

.footer-link2 ul li i {
  margin-right: 10px;
  color: #281f4c;
  height: 40px;
  transition: .5s;
  width: 40px;
  background-color: #ffc527;
  display: flex;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.footer-link2 ul li i:hover{
  background-color: #fff;
  color: #ffc527;
  border-radius: 20%;
}
.footer-link2 ul li span{
  flex: 1;
}

.footer-section .copy-right {
  text-align: center;
  padding: 10px;
  background-color: #ffc527;
  color: #fff;
  margin-top: 30px;
}

.footer-section .copy-right p {
  margin-bottom: 0;
}
.footer-box h5{
  margin: 0;
}

/* ------footer-section-end-------- */

/* ----banner-section-start---- */

.banner-section{
  padding: 80px 0px;
  background-image: linear-gradient(#0122689e,#0122689e),url(../images/banner.jpeg);
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
}
.banner-title ul{
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-title ul li a{
  color: #fff;
  padding: 5px;
}

/* ---Banner-section-end---- */

/* ---welcome-section-start---- */

.ws-box {
  padding: 50px;
  background-size: cover;
  color: #fff;
  text-align: center;
  background-position: center;
  background-image: linear-gradient(#000000d0, #000000d0), url(../images/ser2.jpeg);
}

/* ---welcome-section-end---- */

/* ----Mission-Section-Start---- */

.mission-section .ms-box{
  padding: 20px;
  text-align: center;
  box-shadow: 0px 10px 20px 0px #01226830;
  transition: .5s;
  height: 100%;
}
.mission-section .ms-box:hover{
  background-color: #ffc527;
  color: #fff;
}
.mission-section .ms-box p{
  margin-bottom: 0;
}
.mission-section .ms-box .icon{
  margin: 10px 0px;
}
.mission-section .ms-box h4{
  font-size: 22px;
  font-weight: 600;
}
.mission-section .ms-box:hover img{
  filter: brightness(93);
}
/* ----Mission-Section-End---- */

/* ------gallery-section------- */
.gallery-section{
  padding: 80px 0px;
}
.gallery-section .gs-head {
  text-align: center;
}

.gallery-section .gallery-box {
  position: relative;
  margin-top: 20px;
  transition: .5s;
}
.gallery-box:hover a img{
  transform: scale(.95);
}
.gallery-box a img {
  width: 100%;
  height: 328px;
  transition: .5s;
  object-fit: cover;
}

/* -----Gallery-section-start----- */

/* ---Branches-Section-Start--- */

.branches-section .net-head{
  text-align: center;
}
.branches-section .net-box{
  padding: 30px;
  border-radius: 10px;
  height: 100%;
  background-color: #eee;
  transition: .5s;
}
.branches-section .net-box:hover{
  background-color: #ffc527;
  color:#fff;
}
.branches-section .net-box h4{
  font-size: 20px;
  font-weight: 700;
}
.branches-section .net-box:hover a{
    color:#fff;
}
.branches-section .net-box ul{
  padding: 0;
  list-style: none;
  margin: 0;
}
.branches-section .net-box ul li{
  margin-top: 20px;
}
.branches-section .net-box ul li i{
  color: #281f4c;
  margin-right: 10px;
  font-size: 20px;
}
.branches-section .net-box .sec-btn{
  margin-top: 20px;
  padding: 10px 20px;
  border-radius: 5px;
}
/* ----Branches-Section-End---- */

/* ---------Details-Section-Start---------- */

.dsl .dsl-list {
  margin-bottom: 30px;
  border: 1px solid #eee;
  padding: 15px;
}
.dsl-list h4{
  text-transform: uppercase;
  position: relative;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}
.dsl-list h4::after{
  position:absolute ;
  bottom: -3px;
  left: 0;
  height: 3px;
  width: 50px;
  background-color: #281f4c;
  content: "";
}
.dsl-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.dsl-list ul li {
  border-radius: 5px;
  background-color: #eee;
  margin: 10px 0px;
}


.dsl-list ul li a {
  display: flex;
  border-radius: 5px;
  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: 5px;
  width: 0px;
  height: 100%;
  background-color: #281f4c;
  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: #281f4c;
  border-radius: 5px;
  display: flex;
  align-items: center;
  transition: .5s;
  position: relative;
  z-index: 3;
  font-size: 20px;
  justify-content: center;
  color: #ffc527;
}
.dsl-list ul li a:hover i{
  background-color: #ffc527;
  color: #fff;
}

.dsl-list ul li a:hover,
.dsl-list ul li .active {
  color: #fff;
}
.dsl-list ul li .active i{
  background-color: #ffc527;
  color: #fff;
}

.dsr h4{
  margin: 15px 0px;
  font-weight: 800;
  font-size: 30px;
}
.dsr .dsr-img {
  margin-bottom: 30px;
}

.dsr .dsr-img img {
  max-height: 500px;
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
}
.dsr .drs-img{
  margin-bottom: 20px;
}
.dsr .drs-img img{
  border-radius: 10px;
  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: #281f4c;
  color: #ffc527;
  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;
}
.dls-box a {
  color: #fff;
}
.details-section .dsl .form-box{
  background-color: #ffc527;
  padding: 20px;
}
.details-section .dsl .form-box input,.details-section .dsl .form-box textarea{
  padding: 15px 20px;
  margin: 7px 0px;
}
.ser-inque {
  padding: 20px;
  border: 1px solid #eee;
}
.ser-inque h4{
  font-weight: 700;
}
.ser-inque .contact-box{
  display: flex;
  align-items: center;
  padding: 15px;
  margin-bottom: 0;
  margin-top: 20px;
}
.ser-inque .contact-box:hover a{
  color: #fff;
}
.ser-inque .contact-box h4{
  margin-bottom: 0;
  font-size: 20px;
}
.ser-inque .contact-box .icon{
  height: 60px;
  width: 60px;
  background-color: #281f4c;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ser-inque .contact-box .icon img{
  width: 40px;
  filter: brightness(23);
}
.ser-inque .contact-box .text{
  padding-left: 10px;
}
.ser-inque .contact-box .icon {
  margin-right: 10px;
}
.details-section .quote-form{
  padding: 20px;
  margin-bottom: 20px;
  background-color: #281f4c;
}
.details-section .quote-form .f-group input,.details-section .quote-form .f-group select,.details-section .quote-form .f-group textarea{
  padding: 11px 20px;
  margin: 0;
  margin-top: 10px;
}

/*===Error-SEction====*/

.error-section{
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    height:100vh;
    background-color:#f1f5f9;
    text-align:center;
}
.error-section .error-img{
    width:70%;
    position:relative;
    margin:auto;
}
.error-section .error-img::after{
    position:absolute;
    bottom:0;
    right:0;
    height:22%;
    width:60%;
    background-color:#f1f5f9;
    content:"";
}
.error-section .error{
    margin-top:-70px;
    position:relative;
    z-index:44;
}
.error-section .error h2{
    margin-bottom:0px;
}
.error-section .error .sec-btn{
    margin-top:20px;
}
/*===Error-SEction====*/

/*===Network-Section===*/

.network-section .net-head{
    text-align:center;
}
.network-section .net-head h2{
    margin-top:0px;
}
.network-section .net-box a{
    padding:10px 20px;
    border-radius:5px;
    background-color:#281f4c;
    text-align:center;
    width:100%;
    color:#fff;
    margin-top:10px;
    display:inline-block;
}
/* ----Contact-Section-Start--- */

.contact-section{
  padding: 80px 0px;
}
.contact-box{
display: flex;
align-items: center;
padding: 20px;
z-index: 22;
position: relative;
color: #281f4c;
transition: 0.5s;
background-color: #eee;
border-radius: 6px;
margin-bottom: 20px;
}
.contact-box::after {
position: absolute;
top: 0;
right: 0;
transition: 0.4s;
background-color: #281f4c;
width: 100%;
transform: scale(0, 1);
height: 100%;
border-radius: 6px;
content: "";
}
.contact-box:hover::after {
transform: scale(1);
}
.contact-box .text{
  flex: 1;
}
.contact-box:hover {
color: #fff;
}
.contact-box .icon {
margin-right: 20px;
}
.contact-box .icon img {
width: 40px;
position: relative;
z-index: 2;
}

.contact-box:hover a {
color: #fff;
}
.contact-box .text {
border-left: 2px solid #ffc527;
padding-left: 20px;
position: relative;
z-index: 2;
}
.contact-box .text span{
  color: #ffc527;
  font-weight: 600;
}
.contact-box address{
  margin-bottom: 0;
  font-size: 15px;
}
.contact-section h4{
  margin-top: 15px;
  margin-bottom: 5px;
}

/* ----Contact-Section-End---- */
.terms-section h4,.terms-section h5{
  font-weight: 700;
}

@media screen and (max-width:1024px) {
  .hero-text h2{
    font-size: 48px;
    line-height: 55px;
  }
  .hero-section .hero-slider{
    margin-top: 70px;
  }
  .ch-box h4 {
    font-size: 18px;
}
.quote-section::before{
  font-size: 19px;
}
.about-section .as-item .as-img2 img {
  top: 277px;
  left: 46px;
}
.ser-box h4 {
  font-size: 20px;
}
.cont-box h2 {
  font-size: 25px;
  font-weight: 600;
}
.cont-box h2::after {
  font-size: 30px;
}
.cont-box p {
  font-size: 14px;
  font-weight: 500;
}
.cont-box .text {
  margin-left: 10px;
}
.testimonial-section .tes-slide {
  padding: 13px;
}
  .thank{
    margin-top:80px;
}
  h2{
    font-size: 32px;
  }
  .ch-box{
    padding: 10px;
  }
  .testimonial-section .tes-slide img{
    width: 100px;
  }
  .p-100{
    padding: 60px 0px;
  }
  .m-100{
    margin-bottom: 60px;
  }
  .tes-slide p,.footer-box p {
    font-size: 14px;
}
}

@media screen and (max-width:992px) {
  .top-left,header .book{
    display: none;
  }
  .menu {
    background: #eee;
}
  .navbar{
      padding:0px;
  }
  .top-bar{
    padding: 10px 0px;
  }
  .top-right{
    margin: 0;
  }
  .menu .navbar-brand{
    display: block;
    padding:0px;
  }
  .menu .navbar-brand img {
    width: 170px;
}
.menu .navbar-toggler{
  border: 2px solid #281f4c;
}
.menu .navbar-toggler-icon{
  display: flex;
  align-items: center;
  color: #ffc527;
  justify-content: center;
}
.menu::before{
  background-color: #fff;
}
.menu .navbar-toggler:focus{
  box-shadow: none;
}
.menu .navbar-nav{
  display: block;
  margin-left: 0;
}
.menu .navbar-nav .nav-item:last-child{
  margin-bottom: 20px;
}
.menu .navbar-expand-lg .navbar-nav .nav-link{
  padding: 7px 0px;
  font-weight: 600;
  color: #281f4c;
}
.menu .navbar-expand-lg .navbar-nav .nav-link::before{
  left: -9px;
}
.hero-slider .hero-images img {
  height: 425px;
}
.hero-slide h2{
  font-size: 34px;
}
.p-100{
  padding: 40px 0px;
}
.m-100{
  margin-bottom: 40px;
}
.quote-img,.about-section .as-item .as-img1 img,.about-section .as-item .as-shape,.about-section::after{
  display: none;
}
.quote-section::before{
  width: 35%;
}
.about-section .as-item .as-count{
  z-index: 34;
  right: 10px;
  top: 10px;
}
header{
  position: static;
}
.about-section .as-item .as-img2 img{
  position: relative;
  top: 0;
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
  left: 0;
}
}

@media screen and (max-width:768px) {
  .testimonial-section,.contact-section{
    padding: 50px 0px;
  }
  .quote-section::before{
    font-size: 17px;
  }
  .gallery-section{
    padding-top: 20px;
    padding-bottom: 50px;
  }
  .hero-text p{
    font-size: 15px;
  }
  .error-section .error-img {
    width: 100%;
}
    .thank{
    margin:50px 0px;
    height:auto;
}
  .ch-box .ch-icon{
    margin-top: -40px;
  }
  .quote-img img{
    width: auto;
  }
  .quote-img,.as-content p{
    margin: 0;
  }
  .quote-form{
    position: relative;
    z-index: 4;
  }
  .ws-box{
    padding: 30px 0px;
  }
  .as-content{
    margin-top: 30px;
  }
  .footer-box,.cont-box{
    margin-bottom: 20px;
  }
  .top-right{
    flex-wrap: wrap;
  }
  .tes-slide p, .footer-box p {
    font-size: 16px;
}
  .hero-text h2 {
    font-size: 34px;
    line-height: 35px;
}
.map{
  height: 260px;
}
.m-100{
  margin-bottom: 50px;
}
.banner-section{
  padding: 50px 0px;
}
.banner-section h2{
  margin-top: 0;
}
}

@media screen and (max-width:580px) {
  .hero-text h2 {
    font-size: 25px;
    line-height: 30px;
}
.hero-section .hero-slider{
  margin-top: 50px;
}
.hero-slider .hero-content p {
  font-size: 17px;
}
  .error-section .error {
    margin-top: -40px;
}
.quote-section::before {
  width: 75%;
}
.quote-section2 .quote {
  padding: 20px;
}
.quote-section2 .quote-form{
  margin-top: 0;
}
.top-right a {
  font-size: 15px;
}
.ws-box{
  padding: 20px;
}
.quote-form{
  margin-top: 40px;
}
.testimonial-section .tes-slide .text {
  text-align: center;
}
h2{
  font-size: 24px;
  font-weight: 600;
}
.menu .navbar-brand img {
  width: 150px;
}
.hero-slider{
  margin-top: 0;
}
.ch-head{
  margin: 0;
}
.ch-box{
  padding-bottom: 20px;
}
.quote-section::after,.hero-slider .hero-images .hero-img2,.quote-section2 .quote::after,.ser-inque{
  display: none;
}
.quote-section{
  padding: 35px 0px;
}
.hero-slide h2 {
  font-size: 22px;
}
.hero-slider .hero-img{
  width: 100%;
  margin-top: 20px;
}
.hero-section .hero-slider{
  padding: 20px;
}
.hero-slider .hero-images img{
  width: 100%;
  border-radius: 10px;
  height: 250px;
}
.testimonial-section .tes-slide{
  flex-direction: column;
}
.testimonial-section .tes-slide .tes-img{
  margin-bottom: 10px;
}
.testimonial-section .tes-slide{
  margin: 0px 10px;
}
.thank{
    margin:20px 0px;
}
.footer-section{
  padding-top: 20px;
}
}


/*---thank-Section-Start----*/


.thank{
  text-align:center;
  height: 100vh;
  width: 100%;
  margin-top:100px;
}
.thank ul{
  padding:0;
  list-style:none;
  display:flex;
  align-items:center;
}
.thank ul li a{
  height:40px;
  width:40px;
  background:#009FBD;
  color:#fff;
  display:flex;
  align-items:center;
  margin:5px;
  border-radius:5px;
  justify-content:center;
}
/*---thank-Section-end----*/