/**
* Template Name: Multi - v4.8.1
* Template URL: https://bootstrapmade.com/multi-responsive-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,700&display=swap');

/* font-family: 'Bebas Neue', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

/* font-family: "Kanit", sans-serif; */
@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&display=swap');


body {
  font-family: "Kanit", sans-serif !important;
  background-color: #fff;
}

a {
  color: #000;
  text-decoration: none;
}
p{
  font-family: "Kanit", sans-serif;
}
a:hover {
  color: #000;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Kanit", sans-serif !important;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

/* #preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #ffffff;
  border-top-color: #40665F;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
} */
#preloader:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: url('../img/loading.gif');
  transform: translate(-50%, -50%);
  width: 160px;
  height: 24px;
}


@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
/* .navbar a, .navbar a:hover
{
    background-color: #b2803c;
} */


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #0E365A;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #0e375a52;
  color: #000000;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #ffc001;
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
}

#header.header-scrolled {
  padding: 12px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  /* background: #000000b0; */
}

#header .logo {
  font-size: 26px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

#header .logo a {
  color: #0b2341;
}

/* #header .logo img {
  max-height: 40px;
} */

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2px 0 2px 0px;
  font-size: 18px;
  color: #343a3a;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #0066ff;
  /* background: linear-gradient(182deg, #27695d, #245a50, #20433d, #1f3e39);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #afafaf00; */
  /* border-bottom: 2px solid #F8C8CC; */
}

.navbar .getstarted,
.navbar .getstarted:focus {
  background: #ed502e;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #ef6445;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

/* hover dropdown-menu */
.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  /* color: #F8C8CC; */
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #b47f37;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #000000;
  margin-top: 50px;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(4, 12, 21, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 0px 0;
  background-color: #ffffff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #0b2341;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #ffc526;;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #0066ff;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  /* height: 75vh; */
  /* height: 90vh; */
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}


#hero .carousel-container {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 82px;
  left: 50px;
  right: 50px;
}

#hero h2 {
  color: #fff;
  margin: 0;
  font-size: 48px;
  font-weight: 700;
}

#hero p {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  color: #fff;
  margin-top: 10px;
}


#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  cursor: pointer;
  /* background: #fff; */
  background: none;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
  border: 3px solid #fff !important;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: #fff;
}

#hero .btn-get-started {
  font-family: "Kanit", sans-serif !important;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background: #ed502e;
  margin-top: 15px;
}

#hero .btn-get-started:hover {
  background: #ef6445;
}

@media (max-width: 992px) {
  #hero {
    /* height: 47vh; */
  }

  #hero .carousel-container {
    text-align: center;
    top: 0px;
  }
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 30px;
  }
}

@media (min-width: 1024px) {

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-height: 500px) {
  #hero {
    /* height: 120vh; */
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  background-color: #f6f9fd;
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Kanit", sans-serif !important;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  /* background: #f38b74; */
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Kanit", sans-serif !important;
  color: #0f2f57;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li+li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #ed502e;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-family: "Kanit", sans-serif !important;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: 1;
  color: #ed502e;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #ed502e;
}

.about .content .btn-learn-more:hover {
  background: #ed502e;
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding-top: 0;
}

.counts .count-box {
  box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 100%;
}

.counts .count-box i {
  display: block;
  font-size: 30px;
  color: #ed502e;
  float: left;
}

.counts .count-box span {
  font-size: 42px;
  line-height: 24px;
  display: block;
  font-weight: 700;
  color: #0b2341;
  margin-left: 50px;
}

.counts .count-box p {
  padding: 30px 0 0 0;
  margin: 0;
  font-family: "Kanit", sans-serif !important;
  font-size: 14px;
}

.counts .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #164682;
  font-size: 15px;
  font-family: "Kanit", sans-serif !important;
  transition: ease-in-out 0.3s;
}

.counts .count-box a:hover {
  color: #2169c4;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
  padding: 0;
}

.why-us .content {
  padding: 60px 100px 0 100px;
}

.why-us .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: #123a6d;
}

.why-us .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.why-us .content p {
  font-size: 15px;
  color: #848484;
}

.why-us .video-box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 400px;
  position: relative;
}

.why-us .accordion-list {
  padding: 0 100px 60px 100px;
}

.why-us .accordion-list ul {
  padding: 0;
  list-style: none;
}

.why-us .accordion-list li+li {
  margin-top: 15px;
}

.why-us .accordion-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}

.why-us .accordion-list a {
  display: block;
  position: relative;
  font-family: "Kanit", sans-serif !important;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  color: #0b2341;
  cursor: pointer;
}

.why-us .accordion-list span {
  color: #ed502e;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.why-us .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.why-us .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.why-us .accordion-list .icon-show {
  display: none;
}

.why-us .accordion-list a.collapsed {
  color: #0b2341;
}

.why-us .accordion-list a.collapsed:hover {
  color: #ed502e;
}

.why-us .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.why-us .accordion-list a.collapsed .icon-close {
  display: none;
}

.why-us .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#ed502e 50%, rgba(237, 80, 46, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.why-us .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.why-us .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(237, 80, 46, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.why-us .play-btn:hover::after {
  border-left: 15px solid #ed502e;
  transform: scale(20);
}

.why-us .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@media (max-width: 1024px) {

  .why-us .content,
  .why-us .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .why-us .content {
    padding-top: 30px;
  }

  .why-us .accordion-list {
    padding-bottom: 30px;
  }
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  background: #fefefe;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #ed502e;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
  position: relative;
  z-index: 2;
}

.services .icon-box .icon i {
  color: #fff;
  font-size: 28px;
}

.services .icon-box .icon::before {
  position: absolute;
  content: "";
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: #f9c6bb;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  transform: translateZ(-1px);
  z-index: 1;
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #0b2341;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  background: #ed502e;
  border-color: #ed502e;
}

.services .icon-box:hover .icon {
  background: #fff;
}

.services .icon-box:hover .icon i {
  color: #ed502e;
}

.services .icon-box:hover .icon::before {
  background: #f1775d;
}

.services .icon-box:hover h4 a,
.services .icon-box:hover p {
  color: #fff;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-wrap {
  /* padding-left: 50px; */
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  /* padding: 30px 30px 30px 60px; */
  margin: 30px 15px;
  min-height: 200px;
  box-shadow: 0px 0px 20px 0px rgba(11, 35, 65, 0.1);
  position: relative;
  background: #fff;
  border-radius: 5px;
}

.testimonials .testimonial-item .testimonial-img {
  /* width: 130px; */
  width: inherit;
  border-radius: 10px;
  border: 6px solid #fff;
  position: absolute;
  /* left: -45px;  */
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 16px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #fdedea;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
  font-size: 12px;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #171a23;
  opacity: 1;
  border: 1px solid #ffffff;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffffff;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  padding: 80px 0;
  background: #0b2341;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Kanit", sans-serif !important;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #ed502e;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #ed502e;
  border: 2px solid #ed502e;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #0b2341;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #ed502e;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #0b2341;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #1a5298;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #123a6d;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #ed502e;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-links a:hover {
  color: #f59f8c;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 20px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #ed502e;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ed502e;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(11, 35, 65, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  text-align: center;
  margin-bottom: 20px;
  background: #343a40;
  position: relative;
  overflow: hidden;
}

.team .member .member-info {
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

.team .member .member-info-content {
  position: absolute;
  left: 50px;
  right: 0;
  bottom: 0;
  transition: bottom 0.4s;
}

.team .member .member-info-content h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

.team .member .member-info-content span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

.team .member .social {
  position: absolute;
  left: -50px;
  top: 0;
  bottom: 0;
  width: 50px;
  transition: left ease-in-out 0.3s;
  background: rgba(11, 35, 65, 0.5);
  text-align: center;
}

.team .member .social a {
  transition: color 0.3s;
  display: block;
  color: #fff;
  margin-top: 15px;
}

.team .member .social a:hover {
  color: #ed502e;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.team .member:hover .member-info {
  background: linear-gradient(0deg, rgba(11, 35, 65, 0.9) 0%, rgba(11, 35, 65, 0.8) 20%, rgba(0, 212, 255, 0) 100%);
  opacity: 1;
  transition: 0.4s;
}

.team .member:hover .member-info-content {
  bottom: 30px;
  transition: bottom 0.4s;
}

.team .member:hover .social {
  left: 0;
  transition: left ease-in-out 0.3s;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .row {
  padding-top: 40px;
}

.pricing .box {
  padding: 80px 40px;
  margin-bottom: 30px;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
  background: #fff;
  text-align: center;
}

.pricing h3 {
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 28px;
}

.pricing h4 {
  font-size: 46px;
  color: #0b2341;
  font-weight: 400;
  font-family: "Kanit", sans-serif !important;
  margin-bottom: 25px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 18px;
  display: block;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}

.pricing ul li {
  padding-bottom: 12px;
}

.pricing ul i {
  color: #ed502e;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
}

.pricing ul .na i {
  color: #ccc;
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .get-started-btn {
  display: inline-block;
  padding: 10px 40px 11px 40px;
  border-radius: 4px;
  color: #0b2341;
  transition: none;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s;
  border: 2px solid #0b2341;
  background: #fff;
}

.pricing .get-started-btn:hover {
  background: #0b2341;
  color: #fff;
}

.pricing .featured {
  z-index: 10;
  padding: 100px 40px;
  border: 4px solid #ed502e;
}

.pricing .featured .get-started-btn {
  background: #ed502e;
  color: #fff;
  border-color: #ed502e;
}

.pricing .featured .get-started-btn:hover {
  background: #ef6445;
}

@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-item {
  margin: 20px 0;
  padding: 20px 0;
  border-bottom: 1px solid #e9f1fb;
}

.faq .faq-item i {
  color: #669ee5;
  font-size: 20px;
  float: left;
  line-height: 0;
  padding: 13px 0 0 0;
  margin: 0;
}

.faq .faq-item h4 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  margin: 0 0 10px 28px;
  font-family: "Kanit", sans-serif !important;
}

.faq .faq-item p {
  font-size: 15px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #0b2341;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  background: #fff;
}

.contact .info-box i {
  font-size: 32px;
  color: #ed502e;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #fbdad2;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
  background: #fff;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #ed502e;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #ed502e;
  border: 0;
  padding: 10px 30px;
  border-radius: 4px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type=submit]:hover {
  background: #ef6445;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f6f9fd;
  min-height: 40px;
  margin-top: 82px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 74px;
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 600;
  color: #0b2341;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #123a6d;
  content: "/";
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #ffc526;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 15px;
  background: #05101e;
  border-top: 4px solid #ed502e;
  text-align: center;
  padding: 30px 20px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Kanit", sans-serif !important;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  background: #0a1e38;
}

#footer .footer-top .social-links a:hover {
  color: #fff;
  background: #ed502e;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ef6445;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #ef6445;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px 2px 20px;
  background: #ed502e;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #ef6445;
}

#footer .copyright {
  /* border-top: 1px solid #0f2f57; */
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

@media (max-width: 575px) {
  #footer .footer-top .footer-info {
    margin: -20px 0 30px 0;
  }
}

.cssanimation, .cssanimation span {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.cssanimation span { display: inline-block }

.typing {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  border-right: 2px solid #7E2EA0;
  animation: typing 2s steps(12, end), cursor .5s steps(12, end) infinite;
}
@keyframes typing {
  from { width: 0 }
}
@keyframes cursor {
  50% { border-color: transparent }
}

@media only screen and (max-width: 2560px) and (min-width: 1440px){
  #header .logo img {
    max-height: 100%;
    width: 14vh;
  }
}
@media only screen and (max-width: 1920px) and (min-width: 1080px){
  #header .logo img {
    /* max-height:90px !important; */
    width: 14vh;
  }
  
}

@media (max-width: 1279px){
  /* #header .logo img {
    max-height:60px !important;
  } */
}
/* #header .logo img {
  max-height:50px !important;
} */


/* header */
.header {
  transition: all 0.5s;
  z-index: 997;
  /* height: 92px; */
  background-color: var(--color-primary);
}

@media (max-width: 1279px){
    .mobile-nav-active .navbar {
      left: 0;
  }
  /* .navbar {
      position: fixed;
      top: 0;
      left: 52%;
      width: 100%;
      max-width: 400px;
      bottom: 0;
      transition: 0.3s;
      z-index: 9997;
  } */
    /* .navbar ul {
      position: fixed;
      inset: 0;
      padding: 50px 0 10px 0;
      margin: 0;
      background:#fff;
      overflow-y: auto;
      transition: 0.3s;
      z-index: 9998;
  } */
  .mobile-nav-show {
    color: #000;
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    z-index: 9999;
    margin-right: 10px;
}
    .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover>a {
      color: #0066ff;
  }
  .navbar a, .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0px;
    font-family: var(--font-primary);
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    white-space: nowrap;
    transition: 0.3s;
    /* font-family: 'Prompt'; */
    /* background: linear-gradient(182deg, #27695d, #245a50, #20433d, #1f3e39);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #afafaf00; */

  }
  
  .mobile-nav-show {
    color:#000000;
    font-size: 37px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    z-index: 9999;
    margin-right: 10px;
  }
  .mobile-nav-hide {
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 9999;
  }
}



/*ZoomIn Hover Effect*/
.hover-zoomin a {
  display: block;
  position: relative;
  overflow: hidden;
}
.hover-zoomin img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.hover-zoomin:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

/*Fade Hover Effect*/
.hover-fade a {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #333;
}
.hover-fade img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.hover-fade:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0.5)";
  filter: alpha(opacity=0.5);
  opacity: 0.5;
}

/*ZoomIn Hover-Mask Effect*/
.hover-mask a {
  display: block;
  position: relative;
  overflow: hidden;
}
.hover-mask img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.hover-mask:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.hover-mask a h2 {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0px;
  margin-bottom: 0px;
  height: 100%;
  width: 100%;
  padding: 45% 20px;
  text-align: center;
  background-color: rgba(0,0,0,0.4);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.hover-mask:hover a h2 {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.hover-mask .glyphicon {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  color: #fff;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.hover-mask:hover .glyphicon {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
  opacity: 1;
}

/* Hover Blur Effect */
.text-white {
  color: #fff;
}
.hover-blur a {
  display: block;
  position: relative;
  overflow: hidden;
}
.hover-blur img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.hover-blur:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-filter: grayscale(0.6) blur(1px);
  filter: grayscale(0.6) blur(1px);
}
.hover-blur a h2 {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0px;
  margin-bottom: 0px;
  height: 100%;
  width: 100%;
  padding: 45% 20px;
  text-align: center;
  background-color: rgba(0,0,0,0.5);
  /*background dotted*/
  background-image: -webkit-repeating-radial-gradient(center center, rgba(0,0,0,.8), rgba(0,0,0,.8) 1px, transparent 1px, transparent 100%);
  background-image: -moz-repeating-radial-gradient(center center, rgba(0,0,0,.8), rgba(0,0,0,.8) 1px, transparent 1px, transparent 100%);
  background-image: -ms-repeating-radial-gradient(center center, rgba(0,0,0,.8), rgba(0,0,0,.8) 1px, transparent 1px, transparent 100%);
  background-image: repeating-radial-gradient(center center, rgba(0,0,0,.8), rgba(0,0,0,.8) 1px, transparent 1px, transparent 100%);
  -webkit-background-size: 3px 3px;
  -moz-background-size: 3px 3px;
  background-size: 3px 3px;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.hover-blur:hover a h2 {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.hover-blur .text-white {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.hover-blur:hover .text-white {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
  opacity: 1;
}

/* Hover Zoomout */
.hover-zoomout a {
  display: block;
  position: relative;
  overflow: hidden;
}
.hover-zoomout img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.hover-zoomout:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/*Hover Blurout Effect*/
.hover-blurout a {
  display: block;
  position: relative;
  overflow: hidden;
}
.hover-blurout img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.hover-blurout:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  /*Blur Filtr*/
  -webkit-filter: grayscale(0.6) blur(1px);
  -moz-filter: grayscale(0.6) blur(1px);
  -o-filter: grayscale(0.6) blur(1px);
  -ms-filter:progid:DXImageTransform.Microsoft.Blur(pixelRadius=2);
  filter: progid:DXImageTransform.Microsoft.blur(pixelradius=2);
  filter: grayscale(0.6) blur(2px);
}
.hover-blurout a h2 {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0px;
  margin-bottom: 0px;
  height: 100%;
  width: 100%;
  padding: 45% 20px;
  text-align: center;
  background-color: rgba(0,0,0,0.4);
  /*background dotted*/
  background-image: -webkit-repeating-radial-gradient(center center, rgba(0,0,0,.8), rgba(0,0,0,.8) 1px, transparent 1px, transparent 100%);
  background-image: -moz-repeating-radial-gradient(center center, rgba(0,0,0,.8), rgba(0,0,0,.8) 1px, transparent 1px, transparent 100%);
  background-image: -ms-repeating-radial-gradient(center center, rgba(0,0,0,.8), rgba(0,0,0,.8) 1px, transparent 1px, transparent 100%);
  background-image: repeating-radial-gradient(center center, rgba(0,0,0,.8), rgba(0,0,0,.8) 1px, transparent 1px, transparent 100%);
  -webkit-background-size: 3px 3px;
  -moz-background-size: 3px 3px;
  background-size: 3px 3px;

  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.hover-blurout:hover a h2 {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.hover-blurout .glyphicon {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  color: #fff;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.hover-blurout:hover .glyphicon {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
  opacity: 1;
}
/* ---------Hover Overlay text Effect--------- */

.overlay-item {
   display: block;
   position: relative;
   overflow: hidden;
   text-align: center;

}
.overlay-item .mask {
   display: block;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
   height: 100%;
}
.overlay-item img {
   display: block;
   width: 100%;
   height: auto;
   x-margin-right: auto;
   x-margin-left: auto;
}
.overlay-item h3 {
   text-transform: uppercase;
   text-align: center;
   position: relative;
   padding: 10px;
   margin: 0px 0px 20px 0px;
   display: block;
   background-color: #333;
   color: #fff;
}
.overlay-item p {
   text-align: left;
}
.overlay-item a.btn {
  margin: 10px 0;
}

.overlay-effect img {
   -webkit-transform: scaleY(1);
   -moz-transform: scaleY(1);
   -o-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;
}
.overlay-effect .mask {
   background-color: rgba(255, 255, 255, 0.3);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.overlay-effect h3 {
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.overlay-effect p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}
.overlay-effect a.btn {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}
.overlay-effect:hover img {
   -webkit-transform: scale(10);
   -moz-transform: scale(10);
   -o-transform: scale(10);
   -ms-transform: scale(10);
   transform: scale(10);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.overlay-effect:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.overlay-effect:hover h3,.overlay-effect:hover p,.overlay-effect:hover a.btn {
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
/*Hover Fall Effect*/
.fall-item {
   width: 100%;
   height: auto;
   overflow: hidden;
   position: relative;
   text-align: center;
}
.fall-item .mask,.fall-item .content {
   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.fall-item img {
   display: block;
   position: relative;
   width: 100%;
   height: auto;
}
.fall-item h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   padding: 10px;
   background: rgba(0, 0, 0, 0.8);
   margin: 0 0 0 0;
}
.fall-item p {
   font-style: italic;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}
.fall-effect .mask {
   background-color: rgba(255, 255, 255, 0.7);
   top: -200px;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.3s ease-out 0.5s;
   -moz-transition: all 0.3s ease-out 0.5s;
   -o-transition: all 0.3s ease-out 0.5s;
   -ms-transition: all 0.3s ease-out 0.5s;
   transition: all 0.3s ease-out 0.5s;
}
.fall-effect h2 {
   -webkit-transform: translateY(-200px);
   -moz-transform: translateY(-200px);
   -o-transform: translateY(-200px);
   -ms-transform: translateY(-200px);
   transform: translateY(-200px);
   -webkit-transition: all 0.2s ease-in-out 0.1s;
   -moz-transition: all 0.2s ease-in-out 0.1s;
   -o-transition: all 0.2s ease-in-out 0.1s;
   -ms-transition: all 0.2s ease-in-out 0.1s;
   transition: all 0.2s ease-in-out 0.1s;
}
.fall-effect p {
   color: #333;
   -webkit-transform: translateY(-200px);
   -moz-transform: translateY(-200px);
   -o-transform: translateY(-200px);
   -ms-transform: translateY(-200px);
   transform: translateY(-200px);
   -webkit-transition: all 0.2s ease-in-out 0.2s;
   -moz-transition: all 0.2s ease-in-out 0.2s;
   -o-transition: all 0.2s ease-in-out 0.2s;
   -ms-transition: all 0.2s ease-in-out 0.2s;
   transition: all 0.2s ease-in-out 0.2s;
}
.fall-effect a.btn {
   -webkit-transform: translateY(-200px);
   -moz-transform: translateY(-200px);
   -o-transform: translateY(-200px);
   -ms-transform: translateY(-200px);
   transform: translateY(-200px);
   -webkit-transition: all 0.2s ease-in-out 0.3s;
   -moz-transition: all 0.2s ease-in-out 0.3s;
   -o-transition: all 0.2s ease-in-out 0.3s;
   -ms-transition: all 0.2s ease-in-out 0.3s;
   transition: all 0.2s ease-in-out 0.3s;
}
.fall-effect:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   top: 0px;
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;

}
.fall-effect:hover h2 {
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   -webkit-transition-delay: 0.4s;
   -moz-transition-delay: 0.4s;
   -o-transition-delay: 0.4s;
   -ms-transition-delay: 0.4s;
   transition-delay: 0.4s;
}
.fall-effect:hover p {
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}
.fall-effect:hover a.btn {
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
}

/* DEMO GENERAL ============================== */
.hover {
  overflow: hidden;
  position: relative;
  padding-bottom: 41rem;
  border-radius: 0%;

}

.hover-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  transition: all 0.4s;
}

.hover img {
  width: 102%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}

.hover-content {
  position: relative;
  z-index: 99;
}


/* DEMO 1 ============================== */
.hover-1 img {
  width: 105%;
  position: absolute;
  top: 0;
  left: -5%;
  transition: all 0.3s;
}

.hover-1-content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
  transition: all 0.4s;
}

.hover-1 .hover-overlay {
  background: rgba(0, 0, 0, 0.5);
}

.hover-1-description {
  transform: translateY(0.5rem);
  transition: all 0.4s;
  opacity: 0;
}

.hover-1:hover .hover-1-content {
  bottom: 2rem;
}

.hover-1:hover .hover-1-description {
  opacity: 1;
  transform: none;
}

.hover-1:hover img {
  left: 0;
}

.hover-1:hover .hover-overlay {
  opacity: 0;
}


/* DEMO 2 ============================== */
.hover-2 .hover-overlay {
  /* background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1)); */
}

.hover-2-title {
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 99;
  transition: all 0.3s;
}

.hover-2-description {
  width: 100%;
  position: absolute;
  bottom: 0;
  opacity: 0;
  left: 0;
  text-align: center;
  z-index: 99;
  transition: all 0.3s;
}

.hover-2:hover .hover-2-title {
  transform: translateY(-1.5rem);
}

.hover-2:hover .hover-2-description {
  bottom:4.5rem;
  opacity: 1;
}

.hover-2:hover .hover-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.1));
}


/* DEMO 3 ============================== */
.hover-3::after {
  content: '';
  width: calc(100% - 3rem);
  height: calc(100% - 3rem);
  border: 1px solid #fff;
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 90;
  transition: all 0.3s;
  transform: scale(1.1);
  opacity: 0;
  display: block;
  opacity: 0;
}

.hover-3-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
  z-index: 99;
}

.hover-3-description {
  opacity: 0;
  transform: scale(1.3);
  transition: all 0.3s;
}

.hover-3 img {
  width: 110%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hover-3 .hover-overlay {
  background: rgba(0, 0, 0, 0.2);
}

.hover-3:hover img {
  width: 100%;
}

.hover-3:hover::after {
  opacity: 1;
  transform: none;
}

.hover-3:hover .hover-3-description {
  opacity: 1;
  transform: none;
}

.hover-3:hover .hover-overlay {
  background: rgba(0, 0, 0, 0.8);
}


/* DEMO 4 ============================== */
.hover-4 img {
  width: 110%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hover-4 .hover-overlay {
  background: rgba(0, 0, 0, 0.4);
  z-index: 90;
}

.hover-4-title {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 3rem;
  z-index: 99;
}

.hover-4-description {
  position: absolute;
  top: 2rem;
  left: 2rem;
  text-align: right;
  border-right: 3px solid #fff;
  padding: 0 1rem;
  z-index: 99;
  transform: translateX(-1.5rem);
  opacity: 0;
  transition: all 0.3s;
}

@media (min-width: 992px) {
  .hover-4-description {
    width: 50%;
  }
}

.hover-4:hover img {
  width: 100%;
}

.hover-4:hover::after {
  opacity: 1;
  transform: none;
}

.hover-4:hover .hover-4-description {
  opacity: 1;
  transform: none;
}

.hover-4:hover .hover-overlay {
  background: rgba(0, 0, 0, 0.8);
}


/* DEMO 5 ============================== */
.hover-5::after {
  content: '';
  width: 100%;
  height: 10px;
  background: #47c650;
  position: absolute;
  bottom: -10px;
  left: 0;
  display: block;
  transition: all 0.3s;
  z-index: 999;
}

.hover-5 .hover-overlay {
  background: rgba(0, 0, 0, 0.4);
}

.hover-5-title {
  position: absolute;
  bottom: 1rem;
  left: 0;
  transition: all 0.3s;
  padding: 2rem 3rem;
  z-index: 99;
}

.hover-5-title span {
  transition: all 0.4s;
  opacity: 0;
  color: #47c650;
}

.hover-5:hover .hover-overlay {
  background: rgba(0, 0, 0, 0.8);
}

.hover-5:hover .hover-5-title {
  bottom: 0;
}

.hover-5:hover .hover-5-title span {
  opacity: 1;
}

.hover-5:hover::after {
  bottom: 0;
}
@media only screen and (max-width: 1024px) and (min-width: 768px){
  .fs-6 {
    font-size: 18px!important;
  }
}
@media only screen and (max-width: 640px) and (min-width: 360px){
  .fs-6 {
    font-size: 14px!important;
  }
}


hr{
  opacity: 1;
  border: 0;
  border-top: 2px solid rgb(230 205 63);
}
.head-font{
font-family: 'Prompt', serif !important;
/* font-style: italic; */
font-size: 35px !important;
letter-spacing: 10px;
color: #fff;
}
.about-img{
border-radius: 14px !important;

}
.about-color{
color:#ffc524;
}
.about-horver{
transition: 0.3s;
}
.about-horver:hover{
  background-color: #fff;
  border-radius: 14px;
}
.head-project{
font-family: 'DM Serif Display', serif !important;
font-style: italic;
text-align: center;
}

.home-content {
  position: relative;
}
.home-content {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  
  margin-top: 8rem; 
}

.home-text {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.home-text .frame {
  padding: 20px;
  /* border: solid 2px #FFF; */
  max-width: 575px;
  margin: 0 auto;
}
#owl-demo .item{
margin: 3px;
}
#owl-demo .item img{
display: block;
width: 100%;
height: auto;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom:8.25rem !important;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
.carousel-indicators .active {
  background-color: #edcb46;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #0a0a37;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease;
}

.text-contace{
  font-family: "Kanit", sans-serif !important;
}

.blog .carousel-indicators {
	left: 0;
	top: auto;
    bottom: -40px;

}

/* The colour of the indicators */
.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

.blog .carousel-indicators .active {
background: #707070;
}

.carousel-wrap {
  margin: 90px auto;
  padding: 0 5%;
  width: 80%;
  position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100; 
  -webkit-backface-visibility: hidden; 
}

/* end fix */
.carousel{
  width:100% !important;
  margin:0px auto;
}
.slick-slide{
  margin:10px;
}
.slick-slide img{
  width:100%;
  border: 2px solid #fff;
}
.wrapper .slick-dots li button:before {
  font-size:20px;
  color:white;
}

.text-color-custom{
  color: #ffc526 !important;
}

.active>.page-link, .page-link.active{
  color: #ffffff !important;
  background-color: #0e365a !important ;
  /* border-color: #ffc526 !important; */
}
#contact_icon{
  font-size: 18px;
    display: inline-block;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    background: #6c757d;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) { 
  /* CSS styles here */
  figure.effect-bubba h2{
    padding-top: 19% !important; 
  }
}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* CSS styles here */
  #txt_contact_lg{
    font-size: 14px;
  }

}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  /* Your CSS styles here */
  #txt_about_title1_to_4{
    font-size: 14px !important;
  }
  #youtube_iframe{
    height: 375px !important;
  }
  #hero {
    /* height: 30vh !important; */
  }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
  /* Your CSS styles here */
  #txt_about_title1_to_4{
    font-size: 14px !important;
  }
  #youtube_iframe{
    height: 360px !important;
  }
  #sm_lanscape{
    margin-left: -140px !important;
  }
}


@media only screen and (min-device-width: 768px) and (max-device-width: 1259px) and (orientation: landscape) {
  /* CSS styles here */
  #txt_contact_lg{
    font-size: 14px;
  }

  #titleabout{
    font-size: 17px !important;
  }
  #txt_about_title1_to_4{
    font-size: 13px !important;
  }
}


/* homepage last */
.home-button {
  background: #475737;
  border: 0;
  padding: 10px 30px;
  border-radius: 4px;
  color: #fff;
  transition: 0.4s;
  font-weight: 500 !important;
}

.home-button {
  background: #fd4d11;
  border: 0;
  padding: 10px 30px;
  border-radius: 4px;
  color: #000000;
  transition: 0.4s;
}

.home-button:hover {
  background: #fd4d117a !important;
  color: white;
}

#headtitle{
color: #0e365a  !important;
font-weight: 600 !important;
/* font-family: 'Bebas Neue', sans-serif !important; */
letter-spacing: 0px !important;
font-size: 54px !important;
text-shadow: -2px 0px 1px #000;
/* -webkit-text-stroke: 1px #ffffff; */
}

#titleabout{
color: #FD4D11 !important;
}

.contactbutton{
background: #fd4d11 !important;
border: none;
}

.contactbutton:hover{
background: #fd4d115e !important;
border: none;
color: white;
}

/* product page */


/* คำสั่ง แต่งส่วนหน้ารายละเอียดสินค้า ======================== */
html,
body {
position: relative;
height: 100%;
}

body {
  background: #ffffff;
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 14px;
color: #000;
margin: 0;
padding: 0;
}

.swiper {
width: 100%;
height: 100%;
}

.swiper-slide {
text-align: center;
font-size: 18px;
/* background: #fff; */
display: flex;
justify-content: center;
align-items: center;
}

.swiper-slide img {
display: block;
width: 100%;
/* height: 100%; */
object-fit: cover;
}



.swiper {
width: 60%;
height: 300px;
margin-left: auto;
margin-right: auto;
}

.swiper-slide {
background-size: cover;
background-position: center;
}

.mySwiper2 {
height: auto;
width: 60%;
}

.mySwiper {
height: auto;
box-sizing: border-box;
padding: 10px 0;
}

.mySwiper .swiper-slide {
width: 25%;
height: 100%;
opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
opacity: 1;
}

.swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
border: 5px solid #ffc000;
border-radius: 6px;
box-shadow: 5px 6px 13px #888888;
}


/* sidebar */
.sidebar-hover:hover{
  color:white !important;
}




/*้ home index ล่าสุด  */

@media only screen and (min-device-width: 768px) and (max-device-width: 1259px) and (orientation: portrait) {
  /* CSS rules for iPad portrait */
  #contact_banner{
      height: 442px !important;
  }

  #font_btn_contact{
    font-size: 18px !important;
  }
  #btn_contact{
    margin-top: -21px !important;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1259px) and (orientation: landscape) {
  /* CSS rules for iPad landscape */
  #contact_banner{
      height: 560px !important;
  }
  #btn_contact{
    margin-top: 7px !important;
  }
  
  #font_btn_contact{
    font-size: 17px !important;
  }

  #productfont{
    font-size: 16px !important;
  } 

  .custom-button{
    padding: 8px 36px !important;
    font-size: 14px !important;
  }

}






@media only screen and (max-width: 767px) and (orientation: portrait) {
/* CSS rules ที่เฉพาะเคาะหน้ามือถือแนวตั้ง */
  #contact_banner{
      height: 300px !important;
  }
  #btn_contact{
    margin-top: -155px !important;
  }
  
  #font_btn_contact{
    font-size: 13px !important;
  }

  #review{
    background-size:cover !important;
    background-position: right !important;
  }

  #about{
    height: 400px !important;
  }

}


/* detail page */

.accordion-list {
  /* padding: 0 100px 60px 100px; */
}

 .accordion-list ul {
  padding: 0;
  list-style: none;
}

 .accordion-list li+li {
  margin-top: 15px;
}

 .accordion-list li {
  padding: 2px;
  /* background: #fff; */
  /* border-radius: 4px; */
  border-bottom: 1px solid white;
}

 .accordion-list a {
  display: block;
  position: relative;
  font-family: "Kanit", sans-serif !important;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  color: #ff9900;
  cursor: pointer;
}

 .accordion-list span {
  color: #ed502e;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

 .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

 .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
  color: #fff;
}

 .accordion-list .icon-show {
  display: none;
}

 .accordion-list a.collapsed {
  color: #ff9900;
}

 .accordion-list a.collapsed:hover {
  color: #ff9900;
}

 .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

 .accordion-list a.collapsed .icon-close {
  display: none;
}



/*++++++++++++ เส้น border กลางหัวข้อ  +++++++++++*/

#head-title-border-between{
  font-family: 'Bebas Neue', sans-serif !important;
  font-size: 50px !important;
}
 #head-title-border-between {
text-align: center;
position: relative;
}

#head-title-border-between::before,
#head-title-border-between::after {
content: "";
position: absolute;
top: 56%;
width: 549%; /* กำหนดความยาวของเส้น */
border-top: 2px solid black !important; /* สีและขนาดของเส้น */
transform: translateY(-50%);
z-index: 1 !important;
}

#head-title-border-between::before {
right: 100%;
margin-right:30px; /* ระยะห่างของเส้นจากข้อความ */
}

#head-title-border-between::after {
left: 100%;
margin-left: 30px; /* ระยะห่างของเส้นจากข้อความ */
}




/* +++++++++++++++++++++++ responsive ++++++++++++++++++++++++ */


/* ipad แนวตั้ง */
@media only screen and (min-device-width: 768px) and (max-device-width: 1259px) and (orientation: portrait) {

  #certificate-title{
    font-size: 14px !important;
  }

  #contact-icon{
    width: 13% !important;
  }

  #hero {
    margin-top: 117px !important;
  }

  #hamberger-menu{
    justify-content: space-between !important;
    align-items: center;
  }
  
  .carousel{
    width: 96% !important;
  }

  .mobile-nav-toggle.bi-x{
    /* margin-top: -129px !important; */
  }

  .mobile-nav-show{
    /* margin-top: -105px !important; */
  }

  #header{
    background: #ffc001;
  }

  #header.header-scrolled{
    box-shadow: none;
  }

  #head-title-border-between::before, #head-title-border-between::after{
    width: 250% !important;
  }

  #font-custom-aboutpage{
    font-size: 22px !important;
  }

  #head-title-border-between-product::before, #head-title-border-between-product::after{
    width: 176% !important ;
  }

  #head-title-border-between-cate::before, #head-title-border-between-cate::after{
    width: 220% !important;
  }

  #head-title-border-between-cate{
    font-size: 35px !important;
  }

  #head-title-border-between-product-detail::before, #head-title-border-between-product-detail::after{
    width: 82% !important;
  }

  #head-title-border-between-product{
    font-size: 35px !important;
  }

  #about{
    height: 514px !important;
  }

  #logo-img{
    width: 19vh !important ;
  }

  #service-detail{
    font-size: 20px !important; 
  }

  .raduis-sv-detail{
    border-radius: 51px !important;
  }

  .height-custom-detail-sv{
    height: 532px !important;
  }

  .icon-svhome-margin-custom{
    margin-top: -39px !important;
  }

  .magin-top-custom-svdetail-home{
    margin-top: 25px !important;
  }

  #title-aboutpage{
    font-size: 40px !important;
  }

  #service-circle-img{
    width: 90% !important;
  }

  .mySwiper2{
    width: 90% !important;
  }

  .mySwiper{
    width: 90% !important;
  }

  .data-product{
    width: 100% !important;
  }

  #logo-nav{
    width: 19vh !important;
  }

  #font-custom-about{
    font-size: 20px !important;
  }

  #headtitle{
    font-size: 40px !important;
  }

  #icon-sv{
    width: 60% !important;
  }

  #service{
    background-size: cover !important;
  }

  #client-section{
    height: 447px !important;
    margin-top: 234px !important;
  }

  #client-img{
    width: 100% !important;
  }

  #sub-title-project{
    font-size: 40px !important;
  }

  #aboutpage{
    background-size: cover !important;
    height: 722px !important;
  }

  #client-section-aboutpage{
    height: 307px !important;
    margin-top: 143px !important;
  }

  #font-contactpage{
    font-size: 21px !important;
  }

  #productfont{
    font-size: 16px !important;
  }
  
  .custom-button{
    padding: 7px 36px !important;
    border-radius: 11px !important;
    font-size: 14px !important;
  }

  #productfont-cate{
    font-size: 16px !important;
  }

  #head-title-border-between-product-detail{
    font-size: 30px !important;
  }

  #qr-code-mdsm{
    width: 95% !important;
  }

  .search_input{
    position: absolute !important;
    top: 19px !important;
    left: 70px !important;
  }

  .search_icon{
    right: -98px !important;
    margin: 40px !important;
  }

 }



/* ipad แนวนอน */
@media only screen and (min-device-width: 768px) and (max-device-width: 1259px) and (orientation: landscape) {
  #contact-icon{
    width: 13% !important;
  }

  #header.header-scrolled{
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  }

  #head-title-border-between::before, #head-title-border-between::after{
    width: 362% !important;
  }

  #head-title-border-between-product::before, #head-title-border-between-product::after{
    width: 178% !important ;
  }

  #head-title-border-between-cate::before, #head-title-border-between-cate::after{
    width: 178% !important ;
  }

  #head-title-border-between-product-detail::before, #head-title-border-between-product-detail::after{
    width: 125% !important; 
  }

  /* #font-custom-about{
    font-size: 14px !important;
  } */

  #font-custom-aboutpage{
    font-size: 22px !important;
  }

  #about{
    height: 442px !important;
  }

  #font-custom-about{
    font-size: 21px !important; 
  }

  .icon-svhome-margin-custom{
    margin-top: -142px !important;
  }

  #logo4-lg{
    width: 63% !important;
  }

  .raduis-sv-detail{
    border-radius: 83px !important;
  }

  .magin-top-custom-svdetail-home{
    margin-top: 73px !important;
  }

  .icon-svhome-margin-custom{
    margin-top: 0px !important;
  }

  #service-circle-img{
    width: 70% !important;
  }

  .mySwiper2{
    width: 75% !important;
  }

  .mySwiper{
    width: 75% !important;
  }

  #client-img{
    width: 90% !important;
  }

  #title-sv-home{
    font-size: 21px !important;
  }

  #headtitle{
    font-size: 40px !important;
  }

  #client-section{
    height: 357px !important;
    margin-top: 108px !important;
  }

  #sub-title-project{
    font-size: 40px !important;
  }

  #service{
    background-size: cover !important;
    height: 829px !important;
  }

  #aboutpage{
    background-size: cover !important;
    height: 722px !important;
  }

  #client-section-aboutpage{
    height: 307px !important;
    margin-top: 143px !important;
  }


  #padding-contactpage-custom{
    padding-left: 185px !important;
  }

  #font-contactpage{
    font-size: 25px !important;
  }

  #head-title-border-between-product{
    font-size: 40px !important;
  }

  #head-title-border-between-cate{
    font-size: 40px !important;
  }

  #productfont-cate{
    font-size: 16px !important;
  }

  #head-title-border-between-product-detail{
    font-size: 40px !important;
  }

  .navbar a, .navbar a:focus {
    font-size: 15px !important
  }

  #social-icon-head{
    width: 5vh !important;
  }

  #hero {
    margin-top: 164px !important;
  }


}




/* mobile แนวตั้ง */
 @media only screen and (max-width: 767px) and (orientation: portrait) {


  #hamberger-menu{
    justify-content: space-between !important;
    align-items: center;
  }

  #logo_text{
    font-size: 37px !important;
  }

  .mobile-nav-show{
    font-size: 31px !important;
    /* margin-top: -66px !important; */
  }

  #header{
    background: #ffc000;
  }

  #header.header-scrolled{
    box-shadow: none;
  }

  #hero {
    margin-top: 116px !important;
  }

  .navbar a, .navbar a:focus{
    font-size: 15px !important;
  }

  #headtitle{
    font-size: 30px !important;
  }

  #contact-icon{
    width: 13% !important;
  }

  #text-sm{
    font-size: 16px !important;
  }

  .carousel{
    width: 94% !important;
  }
  
  #overflow-mdsm{
    overflow-x: hidden;
  }
  #head-title-border-between{
    font-size: 35px !important;
  }

  #head-title-border-between::before, #head-title-border-between::after{
    width: 125% !important;
  }

  #head-title-border-between-product{
    font-size: 25px !important;
  }

  #head-title-border-between-product::before, #head-title-border-between-product::after{
    width: 50% !important;
  }

  .custom-button{
    padding: 4px 25px !important;
    font-size: 13px !important;
  }

  #head-title-border-between-cate{
    font-size: 23px !important;
  }

  #head-title-border-between-cate::before, #head-title-border-between-cate::after{
    width: 80% !important;
  }

  #head-title-border-between-product-detail{
    font-size: 18px !important;
  }

  #head-title-border-between-product-detail::before, #head-title-border-between-product-detail::after{
    width: 20% !important ;
  }

  .product-name{
    font-size: 17px !important;
  }

  .color-product{
    font-size: 16px !important;
  }

  .detail-product{
    font-size: 13px !important;
  }

  .detail-color{
    font-size: 13px !important;
  }

  #title-aboutpage{
    font-size: 30px !important;
  }

  #title-aboutpage2{
    font-size: 20px !important;
  }

  #logo-img{
    width: 15vh !important;
  }

  .raduis-sv-detail{
    padding: 20px 0px 20px 0px !important;
    border-radius: 38px !important;
  }

  #service-detail{
    font-size: 15px !important;

  }

  #service{
    background-size: cover !important;
    height: 1847px !important;
  }

  #height-custom-detail-sv{
    height: 401px !important;
  }

  .magin-top-custom-svdetail-home{
    margin-top: 51px !important;
  }

  .height-custom-detail-sv{
    height: none !important;
  }

  .icon4-5{
    margin: 0px !important;
    padding: 0px !important;
  }

  .col-icon4-5{
    /* padding: 0px !important; */
  }

  #contact{
    background-size: cover !important;
  }

  #font-custom-about{
    font-size: 16px !important;
  }

  #service-circle-img{
    width: 100% !important;
  }

  #font-custom-aboutpage{
    font-size: 15px !important;
  }

  #cover-catepage-img{
    width: 100% !important;
  }

  #head-title-border-between-cate{
    font-size: 25px !important;

  }

  .mySwiper2{
    width: 100% !important;
  }

  .mySwiper{
    width: 100% !important;
    padding: 20px 0 !important;
  }

  #icon-sv{
    width: 50% !important;
  }
  
  #sub-title-project{
    font-size: 30px !important;
  }
  
  #font-contact{
    font-size: 16px !important;
  }

  #client-section{
    height: 559px !important;
    margin-top: 52px !important;
  }

  #aboutpage{
    background-size: cover !important;
    height: 756px !important;
  }

  #client-section-aboutpage{
    height: 586px !important;
    margin-top: 65px !important;
  }
  
  #font-contactpage{
    font-size: 18px !important;
  }

  #productfont{
    font-size: 15px !important;
  }

  #productfont-cate{
    font-size: 15px !important;
  }

  .search_input{
    margin-bottom: 14px !important;
    padding: 8px 58px !important;
    font-size: 13px !important;
  }

  .search_icon{
    transform: translateY(-62%) !important;
  }

 }
 



 /* mobile แนวตั้ง */
 @media only screen and (max-width: 376px) and (orientation: portrait) {
  #font-custom-aboutpage{
    font-size: 17px !important;
  }

  #font-custom-about{
    font-size: 15px !important;
  }

  #client-section{
    margin-top: 82px !important;
  }



 }


/* Iphone 14 ProMax */
@media only screen 
  and (device-width: 430px) 
  and (device-height: 932px) 
  and (-webkit-device-pixel-ratio: 3) {
    #service{
      height: 1967px !important;
    }

    #client-section{
      height: 619px !important;
    }
}




 /* mobile แนวนอน */
 @media only screen and (max-width: 767px) and (orientation: landscape) {

  #hamberger-menu{
    justify-content: right !important;
  }

  #header{
    /* background: rgb(255 255 255 / 0%); */
  }

  #header.header-scrolled{
    box-shadow: none;
  }

  .mobile-nav-show{
    /* margin-top: -87px !important; */
  }

  #hero {
    margin-top: 100px !important;
  }

  #logo_text{
    font-size: 64px !important;
  }

  #head-title-border-between::before, #head-title-border-between::after{
    width: 161% !important;
  }

  #font-custom-aboutpage{
    font-size: 13px !important;
  }

  #title-aboutpage{
    font-size: 29px !important;
  }

  #head-title-border-between-product::before, #head-title-border-between-product::after{
    width: 104% !important;
  }

  #head-title-border-between-cate::before, #head-title-border-between-cate::after{
    width: 95% !important;
  }

  #head-title-border-between-cate{
    font-size: 40px !important;
  }

  #head-title-border-between-product-detail{
    font-size: 30px !important;
  }

  #head-title-border-between-product-detail::before, #head-title-border-between-product-detail::after{
    width: 47% !important;
  }


  #hamberger-menu{
    justify-content: space-between !important;
    align-items: center;
  }

  #logo-nav{
    width: 40vh !important;
  }
  
  .magin-top-custom-svdetail-home{
    margin-top: 35px !important;
  }

  #service-detail{
    font-size: 20px !important;
  }

  .height-custom-detail-sv{
    height: 483px !important;
  }

  #about {
    height: 449px !important;
  }

  .icon-svhome-margin-custom {
    margin-top: 9px !important;
  }

  .raduis-sv-detail{
    padding: 38px 10px 38px 10px !important;
    border-radius: 61px !important;  
  }

  .magin-top-custom-svdetail-home{
    margin-top: 40px !important;
  }

  #font-custom-about{
    font-size: 20px !important;
  }

  #service{
    background-size: cover !important;
  }

  #title-aboutpage{
    font-size: 35px !important;
  }

  #font-custom-aboutpage{
    font-size: 20px !important;
  }

  #cover-catepage-img{
    width: 100% !important;
  }

  .mySwiper2{
    width: 100% !important;
  }

  .mySwiper{
    width: 100% !important;
  }

  #logo-img{
    width: 40vh !important;
  }

  #icon-sv{
    width: 50% !important;
  }

  #headtitle {
    font-size: 45px !important;
  }

  #service{
    height: 2524px !important;
  }

  #client-section{
    height: 949px !important;
    margin-top: 100px !important;
  }

  #sub-title-project{
    font-size: 45px !important;
  }
  
  #client-img {
    width: 39% !important;
  }

  #aboutpage{
    height: 776px !important;
    background-size: cover !important;
  }

  #client-section-aboutpage{
    height: 586px !important;
    margin-top: 104px !important;
  }

  #font-contactpage{
    font-size: 21px !important;
  }

  #head-title-border-between-product{
    font-size: 30px !important;
  }

  #productfont{
    font-size: 17px !important;
  }

  .custom-button{
    font-size: 13px !important;
  }

  #productfont-cate{
    font-size: 17px !important;
  }

  #social-icon-head {
    width: 11vh !important;
  }

  .search_input{
    position: absolute !important;
    margin-left: 45px !important;
    bottom: -40px !important;
  }

  .search_icon{
    right: -26px !important;
    transform: translateY(12%) !important;
  }

 }
 


 /* mobile แนวนอน จอใหญ่ */
 @media only screen and (min-device-width: 768px) and (max-device-width: 1023px) and (orientation: landscape) {

  #certificate-title{
    font-size: 14px !important;
  }

  #hamberger-menu{
    justify-content: right !important;
  }

  #header{
    /* background: rgb(255 255 255 / 0%); */
  }

  #header.header-scrolled{
    box-shadow: none;
  }

  .mobile-nav-show{
    /* margin-top: -102px !important; */
  }

  #hero {
    margin-top: 79px !important;
  }

  #head-title-border-between::before, #head-title-border-between::after{
    width: 274% !important;
  }

  #font-custom-aboutpage{
    font-size: 13px !important;
  }

  #margin-detail-aboutpage{
    padding-top: 0px !important;
  }

  #head-title-border-between-product::before, #head-title-border-between-product::after{
    width: 144% !important;
  }

  #head-title-border-between-cate::before, #head-title-border-between-cate::after{
    width: 144% !important;
  }

  #head-title-border-between-product-detail::before, #head-title-border-between-product-detail::after{
    width: 85% !important;
  }

  #hamberger-menu{
    justify-content: space-between !important;
    align-items: center;
  }

  #logo-nav{
    width: 40vh !important;
  }
  
  .magin-top-custom-svdetail-home{
    margin-top: 35px !important;
  }

  #service-detail{
    font-size: 20px !important;
  }

  .height-custom-detail-sv{
    height: 483px !important;
  }

  #about {
    height: 481px !important;
  }

  .icon-svhome-margin-custom {
    margin-top: -46px !important;
  }
  
  #title-aboutpage{
    font-size: 45px !important;
  }

  #font-custom-aboutpage{
    font-size: 24px !important;
  }

  #logo-img{
    width: 38vh !important;
  }


  #hamberger-menu{
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }

  #service{
    height: 1096px !important;
  }

  #icon-sv{
    width: 50% !important;
  }
  
  #font-contactpage{
    font-size: 21px !important;
  }

  #qr-code-mdsm{
    width: 95% !important;
  }

  #social-icon-head {
    width: 10vh !important;
  }

  .search_input{
    position: absolute !important; 
  }

  .search_icon{
    transform: translateY(18%) !important;
  }

 }







 /* new code 27-02-67 */
 .magin-top-custom-svdetail-home{
  margin-top: 131px;
 }

 /* .bg-fade-svhome{
  background: linear-gradient(90deg, rgba(251, 251, 251, 0) 0%, rgb(253 253 253 / 22%) 32%, rgba(255, 255, 255, 0.8240546218487395) 63%, rgba(255, 255, 255, 1) 97%);
  border-radius: 10px;
 } */

 #title-sv-home{
  color:#133558;
 }

 #project-img {
  border: 5px solid #ffc000;
  border-radius: 6px;
  box-shadow: 5px 6px 13px #888888;
}

#sub-title-project{
  font-size: 54px;
  text-shadow: -2px 0px 1px #000;
  color: #0e365a;
}

#font-contact{
  color:#ffc000 !important;
  -webkit-text-stroke: 1px #000;
  font-weight: 700 !important;
  text-shadow: 0px 0px 3px #000;
}

#client-img{
  width: 70%;
}