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: 38px;
  margin: 10px 0px;
  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: #d8ae6d;
  color: #fff;
  border-radius: 10px;
  transition: .5s;
  border: 1px solid #d8ae6d;
  text-transform: uppercase;
  font-size: 18px;
}

.sec-btn:hover {
  background-color: transparent;
  color: #d8ae6d;
  border-radius: 30px;
}

.under {
  background-color: #012168;
  padding: 10px 20px;
  color: #fff;
  border-left: 8px solid #d8ae6d;
  word-spacing: 1px;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 600;
  font-variant: small-caps;
}
/* -------main-style-start-------- */
header {
  position: absolute;
  top: 0;
  z-index: 999;
  left: 0;
  width: 100%;
}

.top-bar {
  padding: 5px 0px;
  background-color: #d8ae6d;
}

.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: #012168;
}

.top-left ul li a:hover {
  color: #012168;
  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: #fff;
  height: 100%;
}

header .book a img{
  width: 230px;
}

/*---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----*/

/* ------menu-------- */
.menu {
  position: relative;
  overflow-x: clip;
}
.menu .navbar-brand{
  display: none;
}
.dropdown:hover .dropdown-menu {
  display: block;
  width: 250px;
}

.dropdown-menu {
  padding: 0;
  background-color: #d8ae6d;
}

.dropdown-menu a {
  color: #fff;
}

.menu::before {
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(24, 22, 24, 0.279);
  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 16px;
    font-size: 16px;
    transition: .5s;
    color: #fff;
}

.menu .navbar-expand-lg .navbar-nav .nav-link:hover,
.menu .navbar-expand-lg .navbar-nav .nav-link.active {
  color: #d8ae6d;
}

.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: #d8ae6d;
}

.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;
}

/* ----header-section-end---- */

/* --------hero-section-start------- */

.hero-slide {
  padding-top: 180px;
  padding-bottom: 100px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.527), rgba(0, 0, 0, 0.521)), url(../images/hero.jpeg);
  background-size: cover;
  background-position: center;
}

.hero-text h2 {
  font-size: 54px;
  color: #fff;
  margin: 15px 0px;
  line-height: 70px;
  font-weight: 600;
}

.hero-text p {
  color: #fff;
}

/* ------hero-section-end------- */

/* ---choose-section-start---- */

.choose-section{
  padding: 80px 0px;
  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: #d8ae6d;
}
.ch-box .ch-icon{
  height: 120px;
  width: 120px;
  background-color: #d8ae6d;
  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;
}
/* ---choose-section-end---- */


/* ----quote-section-start--- */

.quote-section{
  padding: 50px 0px;
  background: linear-gradient(#012168,#012168);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.quote-section::after{
  position: absolute;
  top: 0;
  left: 0;
  background-color: #d8ae6d;
  width: 30%;
  height: 100%;
  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;
  background: #fff;
  content: "";
}
.quote-section .quote-item h5{
  margin: 0;
}
.quote-section .quote-item a{
  font-weight: 600;
  color: #012168;
  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-end--- */

/* ----About-Section-Start---- */

.about-section{
  padding: 80px 0px;
}
.about-section .as-img{
  height: 100%;
}
.about-section .as-img img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
/* ----About-Section-End------ */

/* ----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 #01226834;
}
.ser-box:hover{
  background-color: #d8ae6d;
  color: #ffff;
}
.ser-box .ser-img{
  transition: .6s;
  padding-top:20px;
}
.ser-box .ser-img img{
  height: 240px;
  width: 100%;
  object-fit: cover;
}
.ser-box:hover .ser-img{
  padding: 20px;
  padding-bottom: 0px;
}
.ser-box:hover .sec-btn{
  background-color: #012168;
  border-color: #012168;
}
/* ----Service-Section-End---- */

/* ----testimonial-section-start----- */
.testimonial-section {
  padding: 80px 0px;
}
.testimonial-section .tes-slide{
  padding: 20px;
  display: flex;
  align-items: flex-start;
  margin: 15px;
  border: 4px double #d8ae6d;
  }
  .testimonial-section .tes-slide .tes-img{
    margin-right: 22px;
    border: 1px solid #012168;
  }
  .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);
  }
  /* ----testimonial-section-end----- */

  /* ------footer-section-start------- */

.footer-section {
  padding-top: 50px;
  background-image:linear-gradient(#01226893,#01226893),url(../images/shape.jpeg);
  background-position: center;
  color: #fff;
}

.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;
  font-size: 18px;
  background-color: #d8ae6d;
  color: #012168;
  align-items: center;
  justify-content: center;
}
 .map{
  height: 100%;
  width: 100%;
}
.map iframe{
  border-radius: 10px;
}
.footer-box .social li a:hover {
  color: #d8ae6d;
  background-color: #fff;
  border-radius: 20%;
}

.footer-box .footer-title h4 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #d8ae6d;
  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: #d8ae6d;
}

.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;
  align-items: center;
  margin: 0;
  margin-bottom: 6px;
}
.footer-link2 ul li p{
  margin-bottom: 0;
}

.footer-link2 ul li a:hover {
  color: #d8ae6d;
}

.footer-link2 ul li i {
  margin-right: 10px;
  color: #012168;
  height: 40px;
  transition: .5s;
  width: 40px;
  background-color: #d8ae6d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.footer-link2 ul li i:hover{
  background-color: #fff;
  color: #d8ae6d;
  border-radius: 20%;
}
.footer-link2 ul li span,
.footer-link2 ul li a {
  flex: 1;
}

.footer-section .copy-right {
  text-align: center;
  padding: 10px;
  background-color: #d8ae6d;
  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: 180px 0px 100px;
  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---- */

/* ----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: #d8ae6d;
  color: #fff;
}

/* ----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----- */

/* ----Contact-Section-Start--- */

.contact-section{
  padding: 80px 0px;
}
.contact-box{
display: flex;
align-items: center;
padding: 20px;
position: relative;
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: #012168;
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 #d8ae6d;
padding-left: 20px;
position: relative;
z-index: 2;
}
.contact-box .text span{
  color: #d8ae6d;
  font-weight: 600;
}
.contact-box address{
  margin-bottom: 0;
  font-size: 15px;
}
.contact-section h4{
  margin-top: 15px;
  margin-bottom: 5px;
}
/* ----Contact-Section-End---- */


@media screen and (max-width:1024px) {
  .hero-slide{
    padding: 180px 0px 80px;
  }
  .hero-text h2{
    font-size: 48px;
    line-height: 55px;
  }
  .thank{
    margin-top:80px;
}
  h2{
    font-size: 32px;
  }
  .ch-box{
    padding: 10px;
  }
  .testimonial-section .tes-slide img{
    width: 100px;
  }
}

@media screen and (max-width:992px) {
  .top-left,header .book{
    display: none;
  }
  .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 #012168;
}
.menu .navbar-toggler-icon{
  display: flex;
  align-items: center;
  color: #d8ae6d;
  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: 3px 0px;
  font-weight: 600;
  color: #012168;
}
.menu .navbar-expand-lg .navbar-nav .nav-link::before{
  left: -9px;
}
.hero-slide{
  padding: 50px 0px;
}
header{
  position: static;
}
}

@media screen and (max-width:768px) {
  .choose-section,.about-section,.testimonial-section,.contact-section{
    padding: 50px 0px;
  }
  .gallery-section{
    padding-top: 20px;
    padding-bottom: 50px;
  }
  .hero-text p{
    font-size: 15px;
  }
    .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;
  }
  .as-content{
    margin-top: 30px;
  }
  .footer-box{
    margin-bottom: 20px;
  }
  .top-right{
    flex-wrap: wrap;
  }
  .hero-text h2 {
    font-size: 34px;
    line-height: 35px;
}
.map{
  height: 260px;
}
.m-100{
  margin-bottom: 50px;
}
.banner-section{
  padding: 70px 0px;
}
}

@media screen and (max-width:580px) {
  .hero-text h2 {
    font-size: 25px;
    line-height: 30px;
}
.hero-slide{
  padding: 40px 0px;
}
h2{
  font-size: 24px;
  font-weight: 600;
}
.ch-head{
  margin: 0;
}
.ch-box{
  padding-bottom: 20px;
}
.quote-section::after{
  display: none;
}
.quote-section{
  padding: 35px 0px;
}
.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;
}
}