/*!
Theme Name: Code Crewz - Diamond Peak Group
Theme URI: http://underscores.me/
Author: Code Crewz
Author URI: https://codecrewz.com.au/
Description: Diamond Peak Group
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE 
Text Domain: codecrewz_diamondpeak
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Code Crewz - Diamond Peak Group is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* Main Fonts */
/* Colors */
/* mostly used color */
@import url("https://fonts.googleapis.com/css2?family=Kanit:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap");
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0;
  padding: 0;
  font-family: "Kanit", sans-serif;
  color: inherit;
}

p {
  font-size: 0.875rem;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  line-height: 1.7;
  color: #231f20;
  margin: 0;
  padding: 0;
}

a {
  font-size: 0.875rem;
  font-weight: 400;
  font-family: "Kanit", sans-serif;
  line-height: 1.5;
  color: #231f20;
  overflow: hidden;
  text-decoration: none;
  display: block;
  transition: 0.4s all;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  cursor: pointer;
  outline: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li,
ol li {
  display: block;
  font-size: 0.875rem;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

span {
  font-family: "Lato", sans-serif;
}

h1 {
  font-size: 5rem;
}

h2 {
  font-size: 4rem;
}

h3 {
  font-size: 3rem;
}

h4 {
  font-size: 2.5rem;
}

h5 {
  font-size: 2rem;
}

h6 {
  font-size: 1.5rem;
}

p {
  font-size: 1rem;
}

@media screen and (max-width: 992px) {
  h1 {
    font-size: 4rem;
  }
  h2 {
    font-size: 3rem;
  }
  h3 {
    font-size: 2.5rem;
  }
  h4 {
    font-size: 2rem;
  }
  h5 {
    font-size: 1.75rem;
  }
  h6 {
    font-size: 1.25rem;
  }
  p {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 2rem;
  }
  h4 {
    font-size: 1.5rem;
  }
  h5 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 576px) {
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  h4 {
    font-size: 1.25rem;
  }
  h5 {
    font-size: 1.125rem;
  }
  h6 {
    font-size: 1.125rem;
  }
  p {
    font-size: 0.875rem;
  }
}
.breadcrumb {
  background-color: #283c86;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  border: none;
  width: 100%;
  margin-bottom: 0;
}
.breadcrumb::before {
  content: "";
  width: 200px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 80%;
  background: black;
}
.breadcrumb .breadcrumb-wrapper {
  position: relative;
  display: inline-block;
}
.breadcrumb .breadcrumb-wrapper h1 {
  font-size: 40px;
  color: #ffffff;
  font-weight: 700;
  padding-bottom: 20px;
}
.breadcrumb .breadcrumb-wrapper .bread-row {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 0px;
}
.breadcrumb .breadcrumb-wrapper .bread-row .bread-list {
  font-size: 18px;
  color: #f8f8f8;
  position: relative;
}
.breadcrumb .breadcrumb-wrapper .bread-row .bread-list::after {
  content: "\f105";
  font-family: "fontAwesome";
  font-size: 18px;
  padding: 0 10px;
  color: #f8f8f8;
  font-weight: 700;
}
.breadcrumb .breadcrumb-wrapper .bread-row .bread-list:last-child::after {
  content: none;
}
.breadcrumb .breadcrumb-wrapper .bread-row .bread-list .bread-link {
  color: #f8f8f8;
  font-size: 18px;
  display: inline;
  font-weight: 700;
  transition: 0.3s ease-in-out;
}
.breadcrumb .breadcrumb-wrapper .bread-row .bread-list .bread-link:hover {
  color: #45a247;
}

@media screen and (max-width: 480px) {
  .breadcrumb .breadcrumb-wrapper h1 {
    font-size: 28px;
  }
  .breadcrumb .breadcrumb-wrapper .bread-row .bread-list {
    font-size: 14px;
  }
  .breadcrumb .breadcrumb-wrapper .bread-row .bread-list::after {
    content: "\f105";
    font-family: "fontAwesome";
    font-size: 14px;
    padding: 0 10px;
  }
  .breadcrumb .breadcrumb-wrapper .bread-row .bread-list:last-child::after {
    content: none;
  }
  .breadcrumb .breadcrumb-wrapper .bread-row .bread-list .bread-link {
    font-size: 14px;
  }
}
button:focus, button:active {
  outline: none;
}

.btn {
  border: none;
  border-radius: 0;
}

.btn {
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
  outline: none;
  box-shadow: none;
  border: 1px solid;
  text-transform: capitalize;
  letter-spacing: 0.03em;
  cursor: pointer;
  transition: 0.4s all;
}
.btn:focus, .btn:hover {
  box-shadow: none;
  outline: none;
  color: inherit;
}
.btn.btn-custom-small {
  font-size: 0.75rem;
  padding: 8px 24px;
}
.btn.btn-custom-mid {
  font-size: 0.875rem;
  padding: 12px 36px;
}
.btn.btn-custom-large {
  font-size: 1rem;
  padding: 10px 25px;
}
.btn.btn-primary {
  background-color: #283c86;
  color: #ffffff;
  border-color: #283c86;
}
.btn.btn-primary:hover {
  background-color: transparent;
  border-color: #283c86;
  color: #283c86;
}
.btn.btn-primary:hover .btn-wrap i {
  color: #283c86;
}
.btn.btn-primary-ghost {
  background-color: transparent;
  border-color: #283c86;
  color: #283c86;
}
.btn.btn-primary-ghost:hover {
  background-color: #283c86;
  color: #ffffff;
  border-color: #283c86;
}
.btn.btn-secondary {
  background-color: #45a247;
  color: #ffffff;
  border-color: #45a247;
}
.btn.btn-secondary:hover {
  background-color: transparent;
  border-color: #45a247;
  color: #45a247;
}
.btn.btn-secondary-ghost {
  background-color: transparent;
  border-color: #45a247;
  color: #45a247;
}
.btn.btn-secondary-ghost:hover {
  background-color: #45a247;
  color: #ffffff;
  border-color: #45a247;
}
.btn .btn-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
  justify-content: center;
}
.btn .btn-wrap span {
  margin: 0;
  padding: 0;
}
.btn .btn-wrap i {
  font-size: 0.75rem;
  transition: 0.5s ease-in-out 0.1s;
}
.btn:hover .btn-wrap i {
  transform: translateX(10px);
}

.section {
  padding: 80px 0;
}

.wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}

@media screen and (max-width: 1200px) {
  .section {
    padding: 60px 0;
  }
}
@media screen and (max-width: 992px) {
  .section {
    padding: 45px 0;
  }
}
@media screen and (max-width: 768px) {
  .section {
    padding: 30px 0;
  }
}
figure {
  margin: 0;
}

img {
  max-width: 100%;
  transition: 0.4s all;
}

.section-title {
  margin-bottom: 40px;
}
.section-title h6 {
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #283c86;
}
.section-title h5 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #00215b;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.section-title p {
  font-size: 1rem;
  line-height: 1.5;
  color: #00215b;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.contact-info .contact-item {
  display: inline-block;
}
.contact-info .contact-item h6 {
  display: block;
  font-size: 1.125rem;
  font-weight: 500;
  color: #ffffff;
  text-transform: capitalize;
  transition: 0.5s ease-in-out;
}
.contact-info .contact-item p {
  display: inline-block;
  color: #f8f8f8;
  margin-top: 5px;
  position: relative;
}
.contact-info .contact-item p::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #231f20;
  transition: 0.5s ease-in-out;
}
.contact-info .contact-item:hover h6 {
  color: #45a247;
}
.contact-info .contact-item:hover p::before {
  width: 100%;
}

@media screen and (max-width: 992px) {
  .section-title {
    margin-bottom: 30px;
  }
  .section-title h5 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .section-title p {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 576px) {
  .section-title h5 {
    font-size: 1.5rem;
  }
}
.form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 10px;
}
.form .form-group {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
}
.form .form-group.half-width {
  flex-basis: calc(50% - 10px);
}
.form .form-group label {
  font-size: 1.125rem;
  color: #000000;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.form .form-group .form-input {
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background: transparent;
  padding: 10px;
  font-size: 1rem;
  text-transform: capitalize;
  color: #000000;
  resize: none;
  width: 100%;
}
.form .form-group .form-input::placeholder {
  font-size: 1rem;
  color: #231f20;
}
.form .form-group .form-input:focus-visible {
  border: none;
  outline: 0;
  box-shadow: 2px 2px 3px -1px #231f20;
  border-bottom: 1px solid #231f20;
}
.form .form-group .form-input.msg-input {
  height: 100px;
}
.form .form-group.button-group {
  flex-basis: auto;
}

@media screen and (max-width: 992px) {
  .form .form-group label {
    font-size: 1.25rem;
  }
  .form .form-group .form-input {
    font-size: 0.9375rem;
  }
  .form .form-group .form-input::placeholder {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 576px) {
  .form {
    flex-direction: column;
    gap: 20px;
  }
  .form .form-group label {
    font-size: 1.125rem;
  }
  .form .form-group .form-input {
    font-size: 0.875rem;
  }
  .form .form-group .form-input::placeholder {
    font-size: 0.875rem;
  }
}
.social-icon-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.social-icon-wrap.column {
  flex-direction: column;
}

.icon-block {
  width: 30px;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  position: relative;
  border: 1px solid #ffffff;
  border-radius: 3px;
  z-index: 1;
}
.icon-block.circle-radius {
  border-radius: 100%;
}
.icon-block::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background-color: #283c86;
  border-radius: 3px;
  z-index: -1;
  transition: 0.3s ease-in-out;
}
.icon-block i {
  font-size: 0.9375rem;
  color: #283c86;
  transition: 0.5s ease-in-out 0.2s;
}
.icon-block svg {
  width: 20px;
  aspect-ratio: 1/1;
  transition: 0.5s ease-in-out 0.2s;
}
.icon-block:hover::before {
  width: 100%;
  height: 100%;
}
.icon-block:hover i {
  color: #ffffff;
}
.icon-block:hover svg path {
  fill: #45a247;
  stroke: #45a247;
}

.mobile-call-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-align: center;
  z-index: 99;
  display: none;
}
@media screen and (max-width: 767px) {
  .mobile-call-button {
    display: block;
  }
}
.mobile-call-button a {
  font-size: 1.25rem;
  height: 45px;
  width: 45px;
  display: grid;
  place-items: center;
  color: #ffffff;
  border-radius: 10px;
  transition: 0.5s ease-in-out;
  position: relative;
  z-index: 1;
  border: 1px solid rgba(40, 60, 134, 0.7);
  overflow: hidden;
}
.mobile-call-button a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 110%;
  height: 0;
  background-color: rgba(40, 60, 134, 0.7);
  z-index: -1;
  transition: 0.5s ease-in-out;
}
.mobile-call-button a i {
  color: #ffffff;
  transition: 0.5s ease-in-out;
}
.mobile-call-button a:hover {
  height: 75px;
}
.mobile-call-button a:hover::before {
  height: 100%;
}
.mobile-call-button a:hover i {
  color: #ffffff;
}

/* -- Sroll To Top on Click -- */
.scrollevent a {
  font-size: 1.125rem;
  text-decoration: none;
}
.scrollevent a:hover {
  font-style: normal;
}
.scrollevent a .btn-scroll-up {
  padding: 5px 6px;
  background-color: rgba(40, 60, 134, 0.95);
  box-shadow: none;
  border: 1px solid;
  border-color: #1c2a5f;
  border-radius: 10px 10px 0 0;
  color: #fff;
  transition: 0.6s all;
  cursor: pointer;
}
.scrollevent a .btn-scroll-up i {
  transform: translateY(0);
  transition: 0.6s all;
  color: #fff;
}
.scrollevent a .btn-scroll-up:hover i {
  transform: translateY(-5px);
}
.scrollevent a .btn-scroll-up:focus {
  text-decoration: none;
  border: none;
  outline: none;
}

.scrollToTop {
  z-index: 9999;
  text-align: center;
  background: transparent;
  color: #fff;
  position: fixed;
  bottom: 50px;
  right: 30px;
  display: none !important;
  cursor: pointer;
}
.scrollToTop.d-block {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .scrollToTop.d-block {
    display: none !important;
  }
}
.scrollToTop button i {
  padding: 3px;
  font-size: 1.125rem;
  color: #fff;
}
.scrollToTop:hover {
  text-decoration: none;
}

.slick-slide:focus {
  outline: none;
}

.slick-dots {
  margin-top: 15px;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  margin: 3px;
  height: 6px;
  width: 6px;
  border-radius: 100%;
  background-color: #d4d7dd;
  cursor: pointer;
}
.slick-dots li button {
  text-indent: -9999px;
  border: none;
  background-color: transparent;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active {
  background-color: #283c86;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.slick-arrow i {
  font-size: 2rem;
  line-height: 22px;
  height: 22px;
  width: 22px;
  color: #d4d7dd;
  text-align: center;
  cursor: pointer;
}
.slick-arrow i:hover {
  color: #ffffff;
}
.slick-arrow.left {
  left: 5px;
  z-index: 9;
}
.slick-arrow.right {
  right: 5px;
}

.header {
  z-index: 999;
  background-color: #ffffff;
}
.header .top-header {
  border-bottom: 1px solid #d4d7dd;
  padding: 10px 0;
  justify-content: space-between;
}
.header .top-header .social-icon-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .header .top-header {
    justify-content: center;
  }
  .header .top-header .leftItem {
    display: none;
  }
}
.header .navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 0;
}
.header .navbar .navbar-brand {
  display: block;
  padding: 0;
  margin: 0;
}
.header .navbar .navbar-brand figure {
  max-width: 180px;
}
.header .navbar .navbar-brand figure img {
  width: 100%;
  height: 100%;
}
.header .navbar .navbar-collapse {
  justify-content: flex-end;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item {
  position: relative;
  z-index: 1;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  padding: 6px 10px;
  margin: 0 10px;
  font-size: 1.165rem;
  font-weight: 400;
  color: #231f20;
  text-transform: capitalize;
  transition: 0.5s ease-in-out;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item.active .nav-link, .header .navbar .navbar-collapse .navbar-nav .nav-item:hover .nav-link {
  color: #283c86;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item:last-child .nav-link {
  margin-right: 0;
  padding-right: 0;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
  top: calc(100% + 10px);
  display: block;
  opacity: 0;
  pointer-events: none;
  width: 200px;
  transition: 0.5s ease-in-out;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .menu-item {
  margin: 0;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .menu-item .nav-link {
  transition: 0.3s ease-in-out;
  color: #231f20;
  text-transform: capitalize;
  line-height: 1.3;
  padding: 5px 10px;
  margin: 0;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
  top: 100%;
  opacity: 1;
  pointer-events: all;
  z-index: 11;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu .menu-item .nav-link {
  position: relative;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu .menu-item .nav-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #000000;
  z-index: -1;
  transition: 0.5s ease-in-out;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu .menu-item:hover .nav-link {
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu .menu-item:hover .nav-link::before {
  width: 100%;
}
.header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #fff;
}
.header.fixed-header .top-header {
  display: none;
}
.header.fixed-header .navbar {
  padding: 5px 0;
}
.header.fixed-header .navbar .navbar-brand figure {
  max-width: 125px;
}
.header.fixed-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  padding: 5px 10px;
  font-size: 1rem;
}
.header.fixed-header .navbar .navbar-collapse .navbar-nav .nav-item.active .nav-link, .header.fixed-header .navbar .navbar-collapse .navbar-nav .nav-item:hover .nav-link {
  color: #231f20;
}

@media screen and (max-width: 1200px) {
  .header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 1rem;
  }
}
@media screen and (max-width: 992px) {
  .header .top-header {
    display: none;
  }
  .header .navbar-toggler {
    z-index: 999;
    position: relative;
    width: 40px;
    aspect-ratio: 1/1;
    border: 2px solid #231f20;
  }
  .header .navbar-toggler svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    fill: #231f20;
  }
  .header .navbar-toggler svg.burger {
    transition: 0.3s ease-in-out;
  }
  .header .navbar-toggler svg.cross {
    opacity: 0;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s ease-in-out;
  }
  .header .navbar-toggler svg.cross path {
    stroke: #231f20;
  }
  .header .navbar-toggler:focus-within {
    box-shadow: none;
    outline: none;
  }
  .header .navbar-toggler[aria-expanded=true] svg {
    fill: #231f20;
  }
  .header .navbar-toggler[aria-expanded=true] svg.burger {
    opacity: 0;
  }
  .header .navbar-toggler[aria-expanded=true] svg.cross {
    opacity: 1;
    top: 50%;
  }
  .header .navbar {
    padding: 5px 0;
  }
  .header .navbar .navbar-brand figure {
    width: 150px;
  }
  .header .navbar .navbar-collapse {
    justify-content: center;
  }
  .header .navbar .navbar-collapse .navbar-nav {
    width: 40%;
    margin: auto;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item {
    text-align: center;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 0.9375rem;
    padding: 5px 0;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item.active .nav-link, .header .navbar .navbar-collapse .navbar-nav .nav-item:hover .nav-link {
    color: #000000;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown {
    text-align: center;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
    top: 100%;
    height: 0;
    margin-inline: auto;
    transition: height 0.5s ease-in-out;
    padding: 0;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .menu-item .nav-link {
    text-align: center;
    font-size: 0.875rem;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    height: auto;
  }
  .header.fixed-header .navbar .navbar-collapse .navbar-nav .nav-item {
    margin-bottom: 10px;
  }
  .header.fixed-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 0;
  }
  .header.fixed-header .navbar .navbar-collapse .navbar-nav .nav-item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .header .navbar {
    width: 100%;
  }
  .header .navbar .navbar-brand figure {
    width: 120px;
  }
  .header.fixed-header .navbar .navbar-brand figure {
    max-width: 100px;
  }
}
@media screen and (max-width: 576px) {
  .header .navbar .navbar-collapse .navbar-nav .nav-item.active .nav-link, .header .navbar .navbar-collapse .navbar-nav .nav-item:hover .nav-link {
    color: #283c86;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
    top: 0;
    opacity: 1;
    pointer-events: all;
    height: auto;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu .menu-item .nav-link::before {
    display: none;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu .menu-item:hover .nav-link {
    color: #283c86;
  }
}
.banner .banner-slider .banner-block {
  position: relative;
}
.banner .banner-slider .banner-block .figure {
  width: 100%;
  height: 100dvh;
  position: relative;
  z-index: 1;
}
.banner .banner-slider .banner-block .figure::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.35);
}
.banner .banner-slider .banner-block .figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .banner-slider .banner-block .content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 550px;
  z-index: 9;
}
.banner .banner-slider .banner-block .content h3 {
  color: #ffffff;
  line-height: 1.1;
}
.banner .banner-slider .banner-block .content h3 span {
  display: block;
  font-size: 1.8rem;
  margin-bottom: 5px;
}
.banner .banner-slider .banner-block .content p {
  font-size: 1rem;
  color: #f8f8f8;
  margin: 15px 0 20px;
}

@media screen and (max-width: 992px) {
  .banner .banner-slider .banner-block .figure {
    height: auto;
  }
  .banner .banner-slider .banner-block .content {
    max-width: 550px;
  }
}
@media screen and (max-width: 768px) {
  .banner::before {
    display: none;
  }
  .banner .banner-slider .banner-block .content {
    position: relative;
    top: 0;
    transform: translateY(0);
    max-width: 100%;
    padding: 10px 0 0 0;
    text-align: center;
  }
  .banner .banner-slider .banner-block .content h3 {
    color: #283c86;
  }
  .banner .banner-slider .banner-block .content p {
    margin: 20px 0;
    color: #231f20;
  }
}
.features {
  margin-bottom: 135px;
}
.features .ft-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.features .ft-wrap .block-wrap {
  flex-basis: 40%;
  position: relative;
}
.features .ft-wrap .block-wrap:first-child {
  display: flex;
  flex-wrap: wrap;
}
.features .ft-wrap .block-wrap:first-child .block {
  background-color: #45a247;
  flex-basis: 50%;
  text-align: center;
  display: grid;
  place-content: center;
  padding: 50px 0;
}
.features .ft-wrap .block-wrap:first-child .block p {
  font-family: "Kanit", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.1;
}
.features .ft-wrap .block-wrap:first-child .block p span {
  display: block;
  font-size: 0.9375rem;
  font-weight: 400;
  text-transform: capitalize;
}
.features .ft-wrap .block-wrap:first-child .block:last-child {
  background-color: #283c86;
}
.features .ft-wrap .block-wrap .absolute-block {
  position: absolute;
  background-color: #ffffff;
  top: -125px;
  padding: 20px 40px;
  box-shadow: rgba(0, 33, 91, 0.2) 0px 1px 0px, rgba(0, 33, 91, 0.2) 0px 0px 8px;
}
.features .ft-wrap .block-wrap .absolute-block .title {
  padding-bottom: 20px;
  border-bottom: 4px solid #283c86;
}
.features .ft-wrap .block-wrap .absolute-block .title h5 {
  font-size: 1.25rem;
  color: #283c86;
}
.features .ft-wrap .block-wrap .absolute-block .ft-block {
  padding-top: 20px;
}
.features .ft-wrap .block-wrap .absolute-block .ft-block .ft-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 5px;
  margin-bottom: 20px;
}
.features .ft-wrap .block-wrap .absolute-block .ft-block .ft-group .icon {
  flex-basis: 55px;
}
.features .ft-wrap .block-wrap .absolute-block .ft-block .ft-group .icon svg {
  width: 50px;
  height: 50px;
}
.features .ft-wrap .block-wrap .absolute-block .ft-block .ft-group .text {
  flex-basis: calc(100% - 70px);
}
.features .ft-wrap .block-wrap .absolute-block .ft-block .ft-group .text h6 {
  font-size: 1.125rem;
  color: #231f20;
}
.features .ft-wrap .block-wrap .absolute-block .ft-block .ft-group .text p {
  color: #231f20;
  line-height: 1.5;
  font-size: 0.8125rem;
  padding-top: 5px;
}
.features .ft-wrap .block-wrap .absolute-block .ft-block .ft-group:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
  .features .ft-wrap .block-wrap {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 768px) {
  .features {
    margin-bottom: 0;
  }
  .features .ft-wrap {
    flex-direction: column;
  }
  .features .ft-wrap .block-wrap:first-child .block {
    padding: 40px 0;
  }
  .features .ft-wrap .block-wrap:first-child .block p {
    font-size: 2.5rem;
  }
  .features .ft-wrap .block-wrap .absolute-block {
    position: relative;
    top: 0;
  }
}
@media screen and (max-width: 576px) {
  .features .ft-wrap .block-wrap .absolute-block {
    padding: 20px;
  }
}
.about .wrapper {
  gap: 40px;
  align-items: initial;
}

.about-image {
  flex-basis: calc(40% - 20px);
  aspect-ratio: 3/2;
  display: flex;
  position: relative;
}
.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-image .figure {
  width: 70%;
  margin-left: auto;
  padding: 10px;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
  margin-bottom: 100px;
}
.about-image .figure:last-child {
  position: absolute;
  top: 40%;
  left: 0;
  width: 50%;
  height: 280px;
}

.about-content {
  flex-basis: calc(60% - 20px);
}
.about-content .section-title {
  margin: 0;
  max-width: 80%;
}
.about-content .desc {
  max-width: 80%;
}
.about-content .desc p {
  margin-top: 20px;
}
.about-content .desc .button {
  margin-top: 25px;
}

@media screen and (max-width: 992px) {
  .about .wrapper {
    flex-wrap: nowrap;
    gap: 20px;
    flex-direction: column-reverse;
  }
  .about-image {
    aspect-ratio: 3/2;
    flex-direction: column;
  }
  .about-image img {
    aspect-ratio: initial;
  }
  .about-image .figure {
    width: 100%;
    margin-bottom: 0;
  }
  .about-image .figure:last-child {
    display: none;
  }
  .about-content {
    text-align: center;
  }
  .about-content .section-title {
    margin: auto;
  }
  .about-content .desc {
    max-width: 100%;
  }
  .about-content .desc p {
    margin: 40px 0;
  }
}
@media screen and (max-width: 576px) {
  .about-content .desc p {
    margin: 30px 0;
  }
}
.service .wrapper {
  align-items: initial;
  gap: 60px 0;
}

.service-block {
  flex-basis: 20%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.service-block:first-child, .service-block:last-child {
  flex-basis: 40%;
}
.service-block:nth-child(3n-3) .content {
  background-color: rgba(69, 162, 71, 0.85);
}
.service-block .figure {
  width: 100%;
  height: 100%;
  aspect-ratio: 2/2;
}
.service-block .figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-block h6 {
  font-size: 1.25rem;
  color: #231f20;
  text-transform: capitalize;
}
.service-block .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(40, 60, 134, 0.85);
  padding: 30px;
  text-align: left;
  transition: 0.5s ease-in-out 0.2s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.service-block .content h6 {
  color: #ffffff;
}
.service-block .content p {
  margin: 15px 0;
  font-size: 0.935rem;
  line-height: 1.5;
  color: #f8f8f8;
}
.service-block:hover .service-title {
  transform: translateX(-300px);
}
.service-block:hover .content {
  transform: translateX(0);
}

@media screen and (max-width: 992px) {
  .service .wrapper {
    gap: 30px;
  }
  .service-block {
    flex-basis: calc(50% - 15px);
  }
  .service-block:first-child, .service-block:last-child {
    flex-basis: calc(50% - 15px);
  }
  .service-block .service-title {
    padding: 10px 20px;
  }
  .service-block h6 {
    font-size: 1rem;
  }
  .service-block .content {
    transform: 0;
    width: 200px;
    padding: 20px;
  }
  .service-block .content p {
    font-size: 0.875rem;
  }
  .service-block:hover .service-title {
    transform: translateX(-200px);
  }
}
@media screen and (max-width: 768px) {
  .service .wrapper {
    gap: 20px;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .service-block {
    aspect-ratio: 4/2;
  }
}
@media screen and (max-width: 480px) {
  .service-block {
    aspect-ratio: initial;
  }
  .service-block .figure {
    aspect-ratio: 3/2;
  }
  .service-block .content {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }
}
.gallery .section-title {
  text-align: center;
}
.gallery .gallery-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px 10px;
}
.gallery .gallery-wrapper .img-block {
  width: 100%;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.gallery .gallery-wrapper .img-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: rgba(40, 60, 134, 0.85);
  border-radius: 10px;
  transition: 0.5s ease-in-out;
}
.gallery .gallery-wrapper .img-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery .gallery-wrapper .img-block:first-child {
  grid-row: 1/3;
  grid-column: 1/1;
}
.gallery .gallery-wrapper .img-block:last-child {
  grid-row: 1/3;
  grid-column: 4/5;
}
.gallery .gallery-wrapper .img-block .img-info {
  position: absolute;
  top: 150%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  transition: 0.5s ease-in-out 0.3s;
  width: 80%;
}
.gallery .gallery-wrapper .img-block .img-info p {
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #f8f8f8;
  margin-bottom: 20px;
  line-height: 1.2;
}
.gallery .gallery-wrapper .img-block .img-info p span {
  display: block;
  font-size: 1.75rem;
  text-transform: capitalize;
  color: #f8f8f8;
}
.gallery .gallery-wrapper .img-block .img-info .icon {
  width: 25px;
  aspect-ratio: 1/1;
  background-color: #ffffff;
  display: grid;
  place-items: center;
  margin: auto;
}
.gallery .gallery-wrapper .img-block .img-info .icon i {
  font-size: 0.75rem;
  color: #231f20;
}
.gallery .gallery-wrapper .img-block:hover:before {
  width: 100%;
}
.gallery .gallery-wrapper .img-block:hover .img-info {
  top: 50%;
  left: 50%;
}

@media screen and (max-width: 992px) {
  .gallery .gallery-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
  .gallery .gallery-wrapper .img-block:first-child {
    grid-row: 1/3;
    grid-column: 1/3;
  }
  .gallery .gallery-wrapper .img-block:last-child {
    grid-row: 3/5;
    grid-column: 2/4;
  }
  .gallery .gallery-wrapper .img-block .img-info p {
    margin-bottom: 15px;
  }
  .gallery .gallery-wrapper .img-block .img-info p span {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 576px) {
  .gallery .gallery-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery .gallery-wrapper .img-block:first-child {
    grid-row: initial;
    grid-column: initial;
  }
  .gallery .gallery-wrapper .img-block:last-child {
    grid-row: initial;
    grid-column: initial;
  }
  .gallery .gallery-wrapper .img-block .img-info p span {
    font-size: 1.125rem;
  }
}
.quote {
  background-image: url("../images/quote_bg.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}
.quote::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: -1;
}
.quote .section-title h6 {
  color: #ffffff;
}
.quote .section-title h5 {
  color: #283c86;
}
.quote .quote-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px 30px;
}
.quote .quote-wrapper .form-quote {
  flex-basis: calc(60% - 30px);
}
.quote .quote-wrapper .form-quote .form .form-group label {
  color: #ffffff;
}
.quote .quote-wrapper .form-quote .form .form-group .form-input {
  background-color: #ffffff;
  color: #231f20;
  border: 1px solid #ffffff;
}
.quote .quote-wrapper .form-info {
  flex-basis: calc(40% - 30px);
}
.quote .quote-wrapper .form-info .form-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px 5px;
  margin-bottom: 40px;
}
.quote .quote-wrapper .form-info .form-block:last-child {
  margin-bottom: 0;
}
.quote .quote-wrapper .form-info .form-block .icon {
  flex-basis: 80px;
}
.quote .quote-wrapper .form-info .form-block .icon svg {
  width: 70px;
  height: 70px;
}
.quote .quote-wrapper .form-info .form-block .desc {
  flex-basis: calc(100% - 90px);
}
.quote .quote-wrapper .form-info .form-block .desc h6 {
  font-size: 1.25rem;
  text-transform: capitalize;
  color: #ffffff;
  line-height: 1.2;
}
.quote .quote-wrapper .form-info .form-block .desc p {
  color: #ffffff;
  line-height: 1.3;
  margin-top: 5px;
}

@media screen and (max-width: 992px) {
  .quote .quote-wrapper {
    flex-direction: column;
  }
  .quote .quote-wrapper .form-info .form-block:last-child {
    margin-bottom: 0;
  }
  .quote .quote-wrapper .form-info .form-block .icon {
    flex-basis: 70px;
  }
  .quote .quote-wrapper .form-info .form-block .icon svg {
    width: 60px;
    height: 60px;
  }
  .quote .quote-wrapper .form-info .form-block .desc {
    flex-basis: calc(100% - 80px);
  }
}
@media screen and (max-width: 576px) {
  .quote .quote-wrapper .form-info .form-block .icon {
    flex-basis: 60px;
  }
  .quote .quote-wrapper .form-info .form-block .icon svg {
    width: 50px;
    height: 50px;
  }
  .quote .quote-wrapper .form-info .form-block .desc {
    flex-basis: calc(100% - 70px);
  }
  .quote .quote-wrapper .form-info .form-block .desc h6 {
    font-size: 1.125rem;
  }
}
.testimonial .section-title {
  text-align: center;
}
.testimonial .testimonial-wrapper {
  display: flex;
  align-items: center;
}
.testimonial .testimonial-wrapper .testimonial-image {
  width: 40%;
}
.testimonial .testimonial-wrapper .testimonial-image img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.testimonial .testimonial-wrapper .testimonial-slider {
  width: 60%;
}
.testimonial .testimonial-wrapper .testimonial-slider .slick-dots {
  margin-top: 15px;
  text-align: left;
  padding: 0 40px;
}
.testimonial .testimonial-wrapper .testimonial-slider .slick-dots li {
  display: inline-block;
  margin: 5px;
  height: 7px;
  width: 7px;
  border-radius: 100%;
  background-color: #231f20;
  cursor: pointer;
}
.testimonial .testimonial-wrapper .testimonial-slider .slick-dots li button {
  text-indent: -9999px;
  border: none;
  background-color: transparent;
}
.testimonial .testimonial-wrapper .testimonial-slider .slick-dots li button:focus {
  outline: none;
}
.testimonial .testimonial-wrapper .testimonial-slider .slick-dots li.slick-active {
  height: 9px;
  width: 9px;
  background-color: #283c86;
}

.testimonial-block .block-wrap {
  padding: 40px;
}
.testimonial-block .block-wrap .icon {
  width: 60px;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  background-color: #45a247;
}
.testimonial-block .block-wrap .icon svg {
  width: 30px;
  height: 30px;
}
.testimonial-block .block-wrap .top-content h5 {
  font-size: 1.125rem;
  color: #231f20;
  font-weight: 700;
  text-transform: capitalize;
}
.testimonial-block .block-wrap .top-content p {
  color: #000000;
  font-size: 0.9375rem;
  margin-top: 15px;
  line-height: 1.5;
}
.testimonial-block .block-wrap .bottom-content {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 40px;
}
.testimonial-block .block-wrap .bottom-content .details p {
  font-size: 0.875rem;
  color: #231f20;
  text-transform: capitalize;
}
.testimonial-block .block-wrap .bottom-content .details p.address {
  font-size: 0.8125rem;
}

@media screen and (max-width: 992px) {
  .testimonial {
    padding-bottom: 0;
  }
  .testimonial .section-title {
    text-align: center;
  }
  .testimonial .testimonial-wrapper .testimonial-image img {
    width: 100%;
    aspect-ratio: 4/5;
    object-fit: cover;
  }
  .testimonial .testimonial-wrapper .testimonial-slider .slick-dots {
    padding: 0 30px;
  }
  .testimonial-block .block-wrap {
    padding: 30px;
  }
  .testimonial-block .block-wrap .bottom-content {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .testimonial {
    padding-bottom: 0;
  }
  .testimonial .section-title {
    text-align: center;
  }
  .testimonial .testimonial-wrapper {
    flex-direction: column;
  }
  .testimonial .testimonial-wrapper .testimonial-image {
    width: 100%;
  }
  .testimonial .testimonial-wrapper .testimonial-image img {
    aspect-ratio: 5/2;
  }
  .testimonial .testimonial-wrapper .testimonial-slider {
    width: 100%;
  }
  .testimonial .testimonial-wrapper .testimonial-slider .slick-dots {
    padding: 0 0;
  }
  .testimonial-block .block-wrap {
    padding: 0;
  }
}
.map-section {
  padding-top: 0;
}
.map-section iframe {
  display: block;
  width: 100%;
  height: 400px;
}
.map-section .info-block-wrap {
  display: flex;
  flex-wrap: wrap;
}
.map-section .info-block-wrap .info-block {
  flex-basis: 33.3333333333%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 40px 20px;
  transition: 0.5s ease-in-out 0.3s;
}
.map-section .info-block-wrap .info-block .icon {
  display: grid;
  place-items: center;
  width: 50px;
  aspect-ratio: 1/1;
  position: relative;
  z-index: 1;
  transition: 0.5s ease-in-out;
}
.map-section .info-block-wrap .info-block .icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #283c86;
  z-index: -1;
}
.map-section .info-block-wrap .info-block .icon svg {
  width: 25px;
  aspect-ratio: 1/1;
}
.map-section .info-block-wrap .info-block .desc p {
  font-size: 0.75rem;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.map-section .info-block-wrap .info-block .desc .link {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Kanit", sans-serif;
  color: #45a247;
  transition: 0.3s ease-in-out;
}
.map-section .info-block-wrap .info-block .desc a:hover {
  color: #283c86;
}
.map-section .info-block-wrap .info-block:hover {
  margin-top: -60px;
  background-color: #ffffff;
  border-top: 4px solid #283c86;
  cursor: pointer;
}
.map-section .info-block-wrap .info-block:hover .icon {
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

@media screen and (max-width: 992px) {
  .map-section iframe {
    height: 300px;
  }
  .map-section .info-block-wrap .info-block {
    flex-basis: 50%;
    padding: 20px;
    transition: 0.5s ease-in-out;
  }
  .map-section .info-block-wrap .info-block .icon svg {
    width: 20px;
  }
  .map-section .info-block-wrap .info-block .desc p {
    font-size: 0.75rem;
    text-transform: uppercase;
    margin-bottom: 5px;
  }
  .map-section .info-block-wrap .info-block .desc .link {
    font-size: 1rem;
    font-weight: 400;
    font-family: "Kanit", sans-serif;
    color: #45a247;
    transition: 0.3s ease-in-out;
  }
  .map-section .info-block-wrap .info-block .desc a:hover {
    color: #283c86;
  }
  .map-section .info-block-wrap .info-block:hover {
    margin-top: 0;
    border-top: 4px solid #283c86;
  }
  .map-section .info-block-wrap .info-block:hover .icon {
    opacity: 1;
    width: 50px;
    height: auto;
    pointer-events: all;
  }
}
@media screen and (max-width: 768px) {
  .map-section iframe {
    height: 250px;
  }
  .map-section .info-block-wrap {
    flex-direction: column;
  }
}
.footer {
  position: relative;
  z-index: 1;
}
.footer::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: #283c86;
  z-index: -1;
}
.footer .footer-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.footer .footer-wrapper .wrap-block {
  flex-basis: 30%;
  padding: 80px 0;
}
.footer .footer-wrapper .wrap-block .footer-block {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.footer .footer-wrapper .wrap-block .footer-block .logo {
  width: 125px;
}
.footer .footer-wrapper .wrap-block .footer-block .logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer .footer-wrapper .wrap-block .footer-block .icon-block {
  width: 40px;
  border: none;
}
.footer .footer-wrapper .wrap-block .footer-block .icon-block::before {
  width: 100%;
  height: 100%;
  background-color: #231f20;
  border-radius: 100%;
}
.footer .footer-wrapper .wrap-block .footer-block .icon-block i {
  color: #ffffff;
}
.footer .footer-wrapper .wrap-block .footer-block .icon-block:hover {
  border: 1px solid #283c86;
}
.footer .footer-wrapper .wrap-block .footer-block .icon-block:hover::before {
  width: 0;
  height: 0;
}
.footer .footer-wrapper .wrap-block .footer-block .icon-block:hover i {
  color: #283c86;
}
.footer .footer-wrapper .wrap-block .footer-block .footer-call p {
  color: #231f20;
  text-transform: uppercase;
}
.footer .footer-wrapper .wrap-block .footer-block .footer-call a {
  font-size: 2rem;
  font-weight: 700;
  color: #231f20;
  display: inline-block;
  transition: 0.3s ease-in-out;
}
.footer .footer-wrapper .wrap-block .footer-block .footer-call a:hover {
  color: #283c86;
}
.footer .footer-wrapper .wrap-block .footer-block .desc {
  max-width: 300px;
}
.footer .footer-wrapper .wrap-block .footer-block .desc p {
  color: #d4d7dd;
  line-height: 1.5;
  font-size: 0.9375rem;
}
.footer .footer-wrapper .wrap-block:last-child {
  flex-basis: 70%;
  background-color: #283c86;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  padding-inline: 60px 0;
}
.footer .footer-wrapper .wrap-block:last-child .footer-block:first-child {
  flex-basis: calc(40% - 20px);
  padding-right: 30px;
}
.footer .footer-wrapper .wrap-block:last-child .footer-block:nth-child(2) {
  flex-basis: calc(25% - 20px);
}
.footer .footer-wrapper .wrap-block:last-child .footer-block:nth-child(3) {
  flex-basis: calc(35% - 20px);
}
.footer .footer-wrapper .wrap-block:last-child .footer-block:last-child {
  flex-basis: 100%;
}
.footer .footer-wrapper .wrap-block:last-child .footer-block h5 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
  text-transform: capitalize;
}
.footer .footer-wrapper .wrap-block:last-child .footer-block p {
  color: #d4d7dd;
  line-height: 1.5;
}
.footer .footer-wrapper .wrap-block:last-child .footer-block .quick-link li,
.footer .footer-wrapper .wrap-block:last-child .footer-block .quick-link .footer-item {
  margin-bottom: 8px;
  position: relative;
}
.footer .footer-wrapper .wrap-block:last-child .footer-block .quick-link li .footer-link,
.footer .footer-wrapper .wrap-block:last-child .footer-block .quick-link li a,
.footer .footer-wrapper .wrap-block:last-child .footer-block .quick-link .footer-item .footer-link,
.footer .footer-wrapper .wrap-block:last-child .footer-block .quick-link .footer-item a {
  font-size: 0.9375rem;
  letter-spacing: 1px;
  color: #d4d7dd;
  text-transform: capitalize;
  display: inline-block;
  transition: 0.5s ease-in-out;
  overflow-wrap: anywhere;
}
.footer .footer-wrapper .wrap-block:last-child .footer-block .quick-link li:hover .footer-link,
.footer .footer-wrapper .wrap-block:last-child .footer-block .quick-link li:hover a,
.footer .footer-wrapper .wrap-block:last-child .footer-block .quick-link .footer-item:hover .footer-link,
.footer .footer-wrapper .wrap-block:last-child .footer-block .quick-link .footer-item:hover a {
  transform: translateX(5px);
  color: #45a247;
}
.footer .footer-wrapper .wrap-block:last-child .bottom-wrap {
  flex-basis: 100%;
  display: flex;
  align-items: center;
  gap: 5px;
}
.footer .footer-wrapper .wrap-block:last-child .bottom-wrap p,
.footer .footer-wrapper .wrap-block:last-child .bottom-wrap a {
  line-height: 1.5;
  font-size: 0.875rem;
  font-family: "Lato", sans-serif;
  color: #d4d7dd;
  text-transform: capitalize;
  display: inline-block;
}
.footer .footer-wrapper .wrap-block:last-child .bottom-wrap a {
  position: relative;
  transition: 0.3s ease-in-out;
}
.footer .footer-wrapper .wrap-block:last-child .bottom-wrap a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #45a247;
  transition: 0.3s ease-in-out 0.1s;
}
.footer .footer-wrapper .wrap-block:last-child .bottom-wrap a:hover {
  color: #45a247;
}
.footer .footer-wrapper .wrap-block:last-child .bottom-wrap a:hover::before {
  width: 100%;
}

@media screen and (max-width: 992px) {
  .footer {
    overflow: hidden;
  }
  .footer .footer-wrapper {
    flex-direction: column;
  }
  .footer .footer-wrapper .wrap-block {
    padding: 40px 0;
    position: relative;
    z-index: 1;
    text-align: center;
  }
  .footer .footer-wrapper .wrap-block::before {
    content: "";
    position: absolute;
    width: 230%;
    height: 100%;
    top: 0;
    left: -100%;
    background-color: #45a247;
    z-index: -1;
  }
  .footer .footer-wrapper .wrap-block .footer-block {
    align-items: center;
    gap: 20px;
  }
  .footer .footer-wrapper .wrap-block .footer-block .logo {
    width: 100px;
  }
  .footer .footer-wrapper .wrap-block .footer-block .footer-call a {
    font-size: 1.5rem;
  }
  .footer .footer-wrapper .wrap-block .footer-block .desc p {
    font-size: 0.875rem;
  }
  .footer .footer-wrapper .wrap-block:last-child {
    padding-inline: 40px;
    position: relative;
    z-index: 1;
  }
  .footer .footer-wrapper .wrap-block:last-child::before {
    content: "";
    position: absolute;
    width: 230%;
    height: 100%;
    top: 0;
    left: -100%;
    background-color: #283c86;
    z-index: -1;
  }
  .footer .footer-wrapper .wrap-block:last-child .footer-block h5 {
    font-size: 1.25rem;
  }
  .footer .footer-wrapper .wrap-block:last-child .footer-block .quick-link li,
  .footer .footer-wrapper .wrap-block:last-child .footer-block .quick-link .footer-item {
    margin-bottom: 5px;
  }
  .footer .footer-wrapper .wrap-block:last-child .bottom-wrap {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer-wrapper .wrap-block {
    padding: 30px 0;
  }
  .footer .footer-wrapper .wrap-block .footer-block .logo {
    width: 100px;
  }
  .footer .footer-wrapper .wrap-block .footer-block .footer-call a {
    font-size: 1.25rem;
  }
  .footer .footer-wrapper .wrap-block:last-child {
    padding-inline: 30px;
    flex-direction: column;
  }
  .footer .footer-wrapper .wrap-block:last-child .footer-block {
    gap: 5px;
  }
  .footer .footer-wrapper .wrap-block:last-child .footer-block h5 {
    font-size: 1.25rem;
  }
  .footer .footer-wrapper .wrap-block:last-child .footer-block .quick-link li,
  .footer .footer-wrapper .wrap-block:last-child .footer-block .quick-link .footer-item {
    margin-bottom: 5px;
  }
  .footer .footer-wrapper .wrap-block:last-child .bottom-wrap {
    justify-content: center;
  }
}
.page-about {
  /* This Scss will be shown in about us page only */
  /* Feature Section in Inner Page*/
}
.page-about .extra-content {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.page-about .extra-content p {
  color: #231f20;
}
.page-about .features {
  margin-bottom: 0;
}
.page-about .features .ft-wrap {
  align-items: center;
}
.page-about .features .ft-wrap .block-wrap:first-child {
  display: flex;
  flex-wrap: wrap;
}
.page-about .features .ft-wrap .block-wrap:first-child .block {
  background-color: #45a247;
  flex-basis: 50%;
  text-align: center;
  display: grid;
  place-content: center;
  padding: 50px 0;
}
.page-about .features .ft-wrap .block-wrap:first-child .block p {
  font-family: "Kanit", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.1;
}
.page-about .features .ft-wrap .block-wrap:first-child .block p span {
  display: block;
  font-size: 0.9375rem;
  font-weight: 400;
  text-transform: capitalize;
}
.page-about .features .ft-wrap .block-wrap:first-child .block:last-child {
  background-color: #283c86;
}
.page-about .features .ft-wrap .block-wrap .absolute-block {
  position: relative;
  background-color: #ffffff;
  top: 0;
  padding: 20px 40px;
  box-shadow: rgba(0, 33, 91, 0.2) 0px 1px 0px, rgba(0, 33, 91, 0.2) 0px 0px 8px;
}
.page-about .features .ft-wrap .block-wrap .absolute-block .title {
  padding-bottom: 20px;
  border-bottom: 4px solid #283c86;
}
.page-about .features .ft-wrap .block-wrap .absolute-block .title h5 {
  font-size: 1.25rem;
  color: #283c86;
}
.page-about .features .ft-wrap .block-wrap .absolute-block .ft-block {
  padding-top: 20px;
}
.page-about .features .ft-wrap .block-wrap .absolute-block .ft-block .ft-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 5px;
  margin-bottom: 20px;
}
.page-about .features .ft-wrap .block-wrap .absolute-block .ft-block .ft-group .icon {
  flex-basis: 55px;
}
.page-about .features .ft-wrap .block-wrap .absolute-block .ft-block .ft-group .icon svg {
  width: 50px;
  height: 50px;
}
.page-about .features .ft-wrap .block-wrap .absolute-block .ft-block .ft-group .text {
  flex-basis: calc(100% - 70px);
}
.page-about .features .ft-wrap .block-wrap .absolute-block .ft-block .ft-group .text h6 {
  font-size: 1.125rem;
  color: #231f20;
}
.page-about .features .ft-wrap .block-wrap .absolute-block .ft-block .ft-group .text p {
  color: #231f20;
  line-height: 1.5;
  font-size: 0.8125rem;
  padding-top: 5px;
}
.page-about .features .ft-wrap .block-wrap .absolute-block .ft-block .ft-group:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 992px) {
  .page-about .about .wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .page-about .about .wrapper .about-image {
    aspect-ratio: 5/3;
  }
  .page-about .about .wrapper .about-content .desc p:last-child {
    margin-bottom: 0;
  }
  .page-about .about .wrapper .extra-content {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .page-about .about .wrapper .extra-content {
    text-align: center;
  }
}
.call-us {
  background-image: url("../images/banner1.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
  position: relative;
}
.call-us::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: -1;
}
.call-us .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.call-us .wrap .content {
  flex-basis: calc(70% - 30px);
}
.call-us .wrap .content h5 {
  color: #ffffff;
}
.call-us .wrap .content p {
  color: #f8f8f8;
  margin-top: 20px;
}
.call-us .wrap .button {
  flex-basis: calc(30% - 30px);
}
.call-us .wrap .button .call-button {
  width: 80px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #283c86;
  font-size: 1.25rem;
  text-transform: capitalize;
  color: #231f20;
  border: 1px solid #283c86;
  transition: 0.5s ease-in-out;
}
.call-us .wrap .button .call-button:hover {
  background-color: transparent;
  color: #283c86;
}

@media screen and (max-width: 576px) {
  .call-us .wrap {
    flex-direction: column;
    gap: 20px;
  }
  .call-us .wrap .content {
    text-align: center;
  }
  .call-us .wrap .button {
    flex-basis: calc(30% - 30px);
  }
  .call-us .wrap .button .call-button {
    font-size: 1rem;
  }
}
.page-services {
  background: url("../images/Pattern-Randomized.svg");
}
.page-services .service_wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding-top: 60px;
}
.page-services .servie-block {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 2px 1px 14px -8px #231f20;
  padding: 30px;
}
.page-services .servie-block .images {
  flex-basis: 50%;
  width: 100%;
}
.page-services .servie-block .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}
.page-services .servie-block .content {
  flex-basis: calc(50% - 30px);
}
.page-services .servie-block .content h5 {
  font-size: 2rem;
  font-weight: 700;
  color: #283c86;
  text-transform: capitalize;
}
.page-services .servie-block .content p {
  font-size: 0.9375rem;
  padding-top: 20px;
  color: #231f20;
}
.page-services .servie-block .bottom-content {
  flex-basis: 100%;
}
.page-services .servie-block .bottom-content p {
  font-size: 0.9375rem;
  padding-top: 20px;
  color: #231f20;
}
.page-services .servie-block .bottom-content p:first-child {
  padding-top: 0;
}
.page-services .servie-block:nth-child(even) {
  flex-direction: row-reverse;
}
.page-services .servie-block:last-child {
  margin-bottom: 40px;
}

@media screen and (max-width: 992px) {
  .page-services .servie-block {
    flex-direction: column;
  }
  .page-services .servie-block .content {
    text-align: center;
  }
  .page-services .servie-block .content p {
    padding: 10px 0;
  }
  .page-services .servie-block .bottom-content {
    text-align: center;
  }
  .page-services .servie-block .bottom-content p {
    padding: 10px 0;
  }
  .page-services .servie-block .bottom-content ul li p span {
    font-size: 1.125rem;
  }
  .page-services .servie-block:nth-child(even) {
    flex-direction: column;
  }
  .page-services .servie-block:last-child {
    padding-bottom: 40px;
  }
}
.contact-wrap {
  display: flex;
  flex-wrap: wrap;
  background-color: rgba(40, 60, 134, 0.5);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
.contact-wrap .left-block {
  flex-basis: 40%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/contact_bg.jpg");
  position: relative;
  z-index: 1;
}
.contact-wrap .left-block::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
}
.contact-wrap .right-block {
  flex-basis: 60%;
  padding: 40px;
  background-color: #ffffff;
}
.contact-wrap .right-block .title h3 {
  color: #ffffff;
  font-weight: 900;
  font-size: 2rem;
  letter-spacing: 2px;
}
.contact-wrap .right-block .form {
  gap: 20px 10px;
}
.contact-wrap .right-block .form .form-group label {
  font-size: 1.125rem;
}

@media screen and (max-width: 992px) {
  .contact-wrap {
    flex-direction: column;
  }
  .contact-wrap .left-block {
    padding: 30px 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .contact-wrap .right-block {
    padding: 30px 40px;
  }
}
.single-service-wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
  /* For All The Content inside the Single Service Page */
}
.single-service-wrap .single-service-wrap-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}
.single-service-wrap .service-page-content {
  flex-basis: calc(80% - 40px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}
.single-service-wrap .service-page-content figure {
  width: 100%;
  aspect-ratio: 5/2;
  border-radius: 20px;
  overflow: hidden;
}
.single-service-wrap .service-page-content figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-service-wrap .service-sidebar {
  flex-basis: 20%;
  position: sticky;
}
.single-service-wrap .service-sidebar .sidebar {
  background-color: #000000;
}
.single-service-wrap .service-sidebar .sidebar h6 {
  font-size: 18px;
  font-weight: 700;
  color: #45a247;
  text-transform: uppercase;
  padding: 10px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.single-service-wrap .service-sidebar .sidebar .sidebar-item .sidebar-link {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #ffffff;
  padding: 10px 20px;
  line-height: 1.2;
  transition: 0.3s ease-in;
}
.single-service-wrap .service-sidebar .sidebar .sidebar-item:hover .sidebar-link, .single-service-wrap .service-sidebar .sidebar .sidebar-item.active .sidebar-link {
  background-color: #ffffff;
  color: #283c86;
}
.single-service-wrap .full-page-content {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.single-service-wrap .full-page-content .gallery {
  margin-bottom: 0;
  padding: 0;
}
.single-service-wrap .full-page-content .gallery .gallery-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px 10px;
}
.single-service-wrap .full-page-content .gallery .gallery-wrapper .img-block {
  width: 100%;
  aspect-ratio: 2/3;
  border-radius: 5px;
}
.single-service-wrap .full-page-content .gallery .gallery-wrapper .img-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-service-wrap .full-page-content .gallery .gallery-wrapper .img-block:first-child {
  grid-row: initial;
  grid-column: initial;
}
.single-service-wrap .desc-group h2 {
  font-size: 2.5rem;
  font-weight: 700;
  word-spacing: 3px;
  line-height: 1.3;
  color: #283c86;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.single-service-wrap .desc-group p {
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #231f20;
}

@media screen and (max-width: 992px) {
  .single-service-wrap {
    gap: 30px;
    /* For All The Content inside the Single Service Page */
  }
  .single-service-wrap .single-service-wrap-box {
    gap: 30px;
  }
  .single-service-wrap .service-page-content {
    gap: 30px;
  }
  .single-service-wrap .service-sidebar .sidebar h6 {
    font-size: 16px;
  }
  .single-service-wrap .full-page-content {
    gap: 30px;
  }
  .single-service-wrap .desc-group h2 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 768px) {
  .single-service-wrap {
    gap: 30px;
    /* For All The Content inside the Single Service Page */
  }
  .single-service-wrap .single-service-wrap-box {
    flex-direction: column-reverse;
  }
  .single-service-wrap .service-page-content {
    gap: 30px;
  }
  .single-service-wrap .service-sidebar {
    max-width: 300px;
  }
  .single-service-wrap .service-sidebar .sidebar h6 {
    font-size: 16px;
  }
  .single-service-wrap .full-page-content {
    gap: 30px;
  }
  .single-service-wrap .desc-group h2 {
    font-size: 1.75rem;
  }
}

/*# sourceMappingURL=style.css.map */
