/*
Items Name : Garduk
Author : Ngetemplates
-------------------------------- */
/* ------------------------------
  Import Google Web Font
---------------------------------*/
@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&family=Poppins: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");
/* ------------------------------
  General
---------------------------------*/
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  background: #ffffff;
  color: #686868;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Kanit', sans-serif;
  padding: 0;
  margin: 0;
  color: #b8bbbc;
}

h1 {
  font-size: 75px;
  line-height: 70px;
  font-weight: 500;
  position: relative;
  margin-bottom: 20px;
}

h2 {
  font-size: 58px;
  font-weight: 500;
  line-height: 58px;
  margin-bottom: 20px;
}

h3 {
  font-size: 32px;
  font-weight: 500;
}

h4 {
  font-size: 25px;
  font-weight: 400;
}

h5 {
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
}

h6 {
  font-size: 18px;
}

a {
  text-decoration: none;
  color: #464646;
}

a:hover {
  color: #519258;
}

p {
  margin: 5px 0 15px;
  line-height: 28px;
  letter-spacing: 0.5px;
}

ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}

img {
  width: 100%;
}

[class^='imghvr-'],
[class*=' imghvr-'] {
  background-color: #d6e2ee21;
}

/* ------------------------------
  preloader
---------------------------------*/
.spinner4 {
  background: #519258;
}

/* ------------------------------
  button
---------------------------------*/
.button {
  padding: 12px 20px;
  background: #519258;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 1px;
  border: 0;
  transition: 0.2s;
  font-weight: 600;
  border: 1px solid transparent;
}

.button:hover {
  background: #519258;
  color: #2a2a2a;
  border-color: transparent;
}

.button2 {
  background: #519258;
  color: #ffffff;
}

.button2:hover {
  background: #facc06;
  color: #2a2a2a;
}

/* ------------------------------
  navbar
---------------------------------*/
.navbar {
  top: 0;
  background: #002537;
  padding: 30px 0;
  position: fixed;
  width: 100%;
  z-index: 99;
  text-align: center;
}
.navbar .navbar-brand {
  text-align: left;
  width: 20%;
}
.navbar .navbar-brand img {
  height: 80px;
  width: auto;
}
.navbar .navbar-toggler {
  padding: 0;
}
.navbar .navbar-toggler i {
  font-size: 32px;
  color: #dadedf;
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}
.navbar .navbar-collapse {
  position: relative;
  width: 60%;
  text-align: center;
  left: -10px;
}
.navbar .navbar-nav {
  margin-right: auto;
  margin-left: auto;
}
.navbar .navbar-nav li {
  padding: 0 10px;
}
.navbar .navbar-nav li a {
  color: #b8bbbc;
  font-weight: 500;
}
.navbar .navbar-nav li a:hover {
  color: #519258;
}
.navbar .button-navbar {
  width: 20%;
  float: right;
  text-align: right;
}
.navbar .button-navbar li {
  display: inline-block;
  margin-left: 15px;
}

.navbar-fixed {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0);
}

/* ------------------------------
  intro
---------------------------------*/
.intro {
  padding: 115px 0 0;
  background: #002537;
}
.intro .content-box {
  background: #b8bbbc;
}
.intro .content {
  padding: 100px 40px;
  color: #2a2a2a;
}
.intro .content h1 {
  margin-bottom: 20px;
}
.intro .content span {
  color: #519258;
}
.intro .content span2 {
  color: #000000;
}
.intro .content-image {
  background: url(../img/intro.jpg) top center no-repeat;
  background-size: cover;
  text-align: center;
  margin-right: 24px;
}

/* ------------------------------
  about
---------------------------------*/
.about {
  padding-top: 120px;
  background: linear-gradient(180deg, #002537 30%, #002537 0%);
}
.about .content .text {
  padding: 30px;
  background: #002537;
  z-index: 1;
  position: relative;
}

/* ------------------------------
  achievement
---------------------------------*/
.achievement p {
  font-size: 18px;
  font-weight: 500;
  color: #2a2a2a;
}

.achievement i {
  color: #facc06;
  font-size: 60px;
}

.achievement h2 {
  margin: 10px 0;
  color: #519258;
}

.achievement .content {
  padding: 0 0 8px;
}

/* ------------------------------
  project
---------------------------------*/
.project {
  padding-top: 120px;
  padding-bottom: 100px;
background: #002537;
}
.project .row .col-md {
  margin-bottom: 40px;
}

/* ------------------------------
  services
---------------------------------*/
.services {
  padding: 120px 0 100px;
  background: #002537;
}
.services h2 {
  text-align: center;
  margin-bottom: 30px;
}
.services .content {
  position: relative;
  background: #ffffff;
  padding: 30px;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.services .content .text {
  overflow: hidden;
}
.services .content img {
  height: 70px;
  width: 70px;
  float: left;
  margin-right: 20px;
}

/* ------------------------------
  testimonial
---------------------------------*/
.testimonial {
  padding-top: 120px;
  padding-bottom: 100px;
background: #002537;
}
.testimonial h4 {
  margin-left: 40px;
  margin-top: 30px;
}
.testimonial .swiper .content {
  padding: 40px;
  position: relative;
  padding-top: 20px;
}
.testimonial .content-image {
  margin-left: 60px;
  margin-right: 60px;
}
.testimonial .content-image .row .col {
  margin: 10px 0;
}

/* ------------------------------
  contact
---------------------------------*/
.contact {
  background: #002537;
  font-size: 16px;
  font-weight: 500;
  clear: both;
}
.contact h2 {
  color: #ffffff;
  margin-top: 120px;
}
.contact .container-fluid {
  padding: 0 0 0 8%;
}
.contact iframe {
  width: 100%;
  display: block;
}
.contact h5 {
  margin-bottom: 15px;
  font-weight: 500;
  color: #ffffff;
}
.contact span {
  color: #eee;
}
.contact .content {
  position: relative;
  margin: 20px 0;
}
.contact .content .icon {
  float: left;
}
.contact .content .icon i {
  background: #facc06;
  font-size: 25px;
  color: #2a2a2a;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  margin-right: 22px;
  border-radius: 10px;
}
.contact .content .text {
  overflow: hidden;
}
.contact .content .text span {
  position: relative;
  top: -10px;
}

.contact ul {
  text-align: left;
  text-align: center;
  margin-top: 40px;
}

.contact ul li {
  display: inline-block;
}

.contact ul li i {
  font-size: 20px;
  margin-right: 10px;
  color: #ffffff;
}

.contact ul li i:hover {
  color: #facc06;
}

.contact p {
  color: #ffffff;
  text-align: center;
}

/* ------------------------------
  responsive
---------------------------------*/
@media (max-width: 992px) {
  .navbar .navbar-nav li {
    padding: 0 2px;
  }

  .testimonial .content-image {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .navbar .button-navbar {
    display: none;
  }

  .intro .col-md {
    flex: 100%;
  }
  .intro .content-image {
    height: 500px;
    margin-left: 24px;
  }

  .about .content .text {
    margin: 0;
  }
  .about .row .col-md {
    flex: 50%;
  }

  .project .col-md {
    flex: 100%;
  }

  .achievement .col-md {
    flex: 50%;
  }

  .services .col-md {
    flex: 50%;
  }

  .contact .container-fluid {
    padding: 0 0 0 4%;
  }
  .contact iframe {
    height: 700px;
  }
}
@media (max-width: 767px) {
  .services img {
    margin-bottom: 20px;
    float: none !important;
  }

  .testimonial {
    padding-top: 100px;
  }
  .testimonial h2 {
    margin-top: 30px;
  }
  .testimonial .swiper {
    margin-top: 0;
    margin-left: 0;
  }
  .testimonial .content-image {
    margin: 0;
  }

  .contact .container-fluid {
    padding: 0;
  }
  .contact .content-box {
    padding: 0 34px;
  }
  .contact iframe {
    height: 400px;
  }
}
@media (max-width: 575px) {
  .container {
    padding: 0 25px;
  }

  h1 {
    font-size: 48px;
    line-height: 53px;
  }

  .intro {
    padding-bottom: 130px;
  }

  .intro .content-left {
    padding-right: 0;
  }

  .intro .content-entry {
    margin-top: 0;
    width: 100%;
  }

  .about .col {
    flex: 100%;
  }

  .testimonial .swiper {
    width: 100%;
  }

  .testimonial .content {
    padding-right: 0px;
  }

  .testimonial .content-image img {
    width: 80px;
    height: auto;
  }

  .testimonial .content-image img {
    margin-left: 40px;
  }

  h2 {
    font-size: 36px;
    line-height: 45px;
  }

  footer {
    text-align: center;
  }
  footer ul {
    text-align: center;
    margin-bottom: 12px;
  }
}
