/*================================================
[  Table of contents  ]
================================================

 :: Typography
 :: Helper Classes
 :: Shortcodes
  	- Accordion
    - Address Info
    - Awards
  	- Button
    - Blog Post
    - Info Box
  	- Case Study
    - Countdown
    - Counter
    - Client
    - Feature Info
    - Form Control
    - Find Job
    - History
    - List style
    - Location
    - Marquee
    - Newsletter
    - Owl Carousel
    - Portfolio
    - Pricing Table
    - Progress Bar
    - Range Slider
    - Workspaces
    - Steps
    - Skill
    - Team
    - Testimonial
    - Timeline
    - Video

 :: Header
   - Header
   - Header Style 02
   - Header Style 03
   - Header Transparent
 :: Banner
   - Banner
   - banner 02
   - banner 03
 :: Layout
   - Section Title
   - Sticky column
   - Header Inner
 :: Blog
   - Blog
   - blog post sticky
 :: Not Found
 :: Footer
 :: Responsive

======================================
[ End table content ]
======================================*/
/*Transition*/
/*****************************
	Typography
*****************************/
body {
  font-family: "Jost", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
  color: #ced0df;
  overflow-x: hidden;
  background-color: #000f22; }

a {
  outline: medium none !important;
  color: #23a455;
  transition: all 0.3s ease-in-out;
  text-decoration: none; }
  a:focus {
    color: #000000;
    text-decoration: none !important; }
  a:hover {
    color: #000000;
    text-decoration: none !important; }

a.text-dark:focus {
  color: #23a455 !important; }

a.text-dark:hover {
  color: #23a455 !important; }

input {
  outline: medium none !important;
  color: #23a455; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Bai Jamjuree", serif;
  font-weight: 700;
  color: #ffffff;
  margin: 0px 0px 1rem; }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a,
  .h1 a,
  .h2 a,
  .h3 a,
  .h4 a,
  .h5 a,
  .h6 a {
    color: inherit; }

h1 {
  font-size: 66px;
  font-style: normal;
  line-height: normal; }

h2 {
  font-size: 60px;
  line-height: 70px; }

h3 {
  font-size: 42px;
  line-height: 52px; }

h4 {
  font-size: 32px;
  line-height: 42px; }

h5 {
  font-size: 26px;
  line-height: normal; }

h6 {
  font-size: 22px;
  line-height: normal; }

.bg-black h1,
.bg-black h2,
.bg-black h3,
.bg-black h4,
.bg-black h5,
.bg-black h6,
.bg-black .h1,
.bg-black .h2,
.bg-black .h3,
.bg-black .h4,
.bg-black .h5,
.bg-black .h6 {
  color: #ffffff; }

.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark .h1,
.bg-dark .h2,
.bg-dark .h3,
.bg-dark .h4,
.bg-dark .h5,
.bg-dark .h6 {
  color: #ffffff; }

.bg-black p,
.bg-dark p {
  color: #ced0df; }

iframe {
  width: 100%; }

label {
  font-weight: normal; }

*::-moz-selection {
  background: #23a455;
  color: #ffffff;
  text-shadow: none; }

::-moz-selection {
  background: #23a455;
  color: #ffffff;
  text-shadow: none; }

::selection {
  background: #23a455;
  color: #ffffff;
  text-shadow: none; }

.caption.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em; }
  .caption.alignleft img {
    width: 253px; }

.caption.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em; }
  .caption.alignright img {
    width: 253px; }

.typography-section .hr {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding-top: 80px;
  margin-top: 80px; }

/*figure*/
figure.caption {
  width: 253px; }
  figure.caption .caption-text {
    margin: 14px 0px;
    text-align: center; }
  figure.caption.alignleft {
    float: left;
    margin-right: 25px;
    margin-bottom: 25px; }
  figure.caption.alignright {
    float: right;
    margin-left: 25px;
    margin-bottom: 25px; }

/*----------------------------------*/
/* Container Fluid */
/*----------------------------------*/
@media (min-width: 1400px) {
  .container {
    max-width: 1424px; } }

@media (max-width: 991px) {
  .container {
    max-width: 100%; } }

/*----------------------------------*/
/* Section Title */
/*----------------------------------*/
.section-title {
  margin-bottom: 50px; }
  .section-title .sub-title {
    font-size: 16px;
    color: #23a455;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 20px;
    display: inline-block;
    text-transform: uppercase;
    font-family: "Bai Jamjuree", serif; }
  .section-title .title {
    margin-bottom: 0;
    text-transform: capitalize; }
  .section-title p {
    margin-top: 25px;
    margin-bottom: 0;
    color: #ced0df; }
    .section-title p + p {
      margin-top: 20px; }
  .section-title.section-title-light .title {
    color: #ffffff; }
  .section-title.section-title-light p {
    color: #ffffff; }
  .section-title .btn {
    margin-top: 30px; }
  .section-title .title-border {
    padding-left: 30px;
    border-left: 4px solid #23a455; }

/* Title in BG Dark */
.bg-dark .section-title p {
  color: #ced0df; }

/*----------------------------------*/
/* Breadcrumb */
/*----------------------------------*/
.breadcrumb {
  margin-top: 18px;
  background: transparent;
  border-radius: 0;
  display: inline-flex;
  padding: 14px 40px;
  justify-content: center; }
  .breadcrumb .breadcrumb-item {
    display: inline-block;
    font-size: 18px;
    color: #ffffff; }
    .breadcrumb .breadcrumb-item a {
      color: #ffffff; }
      .breadcrumb .breadcrumb-item a:hover {
        color: #ffffff; }
    .breadcrumb .breadcrumb-item:before {
      color: #ffffff; }
  .breadcrumb .breadcrumb-item.active {
    color: #ffffff; }

/*----------------------------------*/
/* Dropcaps */
/*----------------------------------*/
.dropcaps .dropcap-style-1 {
  float: left;
  text-align: center;
  line-height: 1;
  font-size: 50px;
  margin-right: 20px;
  color: #ffffff; }
  .dropcaps .dropcap-style-1 .drop-cap-letter {
    font-size: 60px;
    font-weight: 500;
    display: inline-block; }

.dropcaps .dropcap-style-2 {
  float: left;
  text-align: center;
  line-height: 1;
  font-size: 50px;
  padding: 7px;
  margin-right: 20px;
  margin-top: 8px;
  background-color: #23a455;
  color: #ffffff; }
  .dropcaps .dropcap-style-2 .drop-cap-letter {
    font-size: 60px;
    font-weight: 500;
    display: inline-block;
    height: 60px;
    width: 60px; }

/*----------------------------------*/
/* Blockquote */
/*----------------------------------*/
blockquote {
  font-size: 20px;
  line-height: 34px;
  padding: 0px 30px;
  margin: 0;
  border-left: 5px solid #23a455;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05); }
  blockquote cite {
    display: flex;
    gap: 10px;
    line-height: normal;
    align-items: center;
    color: #23a455; }
    blockquote cite:before {
      content: "";
      width: 30px;
      height: 2px;
      display: inline-block;
      background: #23a455; }
  blockquote .blockquote-name {
    font-weight: 500; }

/*Blockquote Style 1*/
blockquote.blockquote-style-1 {
  padding: 40px 50px;
  padding-left: 180px;
  margin: 15px 0;
  margin-right: 10px;
  position: relative;
  font-size: 18px;
  line-height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  z-index: 2; }
  blockquote.blockquote-style-1 .blockquote-content {
    position: relative; }
    blockquote.blockquote-style-1 .blockquote-content .quote-icon {
      width: 100px;
      flex: 0 0 100px;
      margin-right: 30px; }
    blockquote.blockquote-style-1 .blockquote-content p {
      color: #ced0df;
      font-size: 18px;
      line-height: 28px;
      margin-bottom: 0; }
    blockquote.blockquote-style-1 .blockquote-content .blockquote-author .blockquote-name {
      color: #23a455; }
  blockquote.blockquote-style-1:before {
    content: "\f10d";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: 30px;
    left: 55px;
    opacity: 1;
    font-size: 100px;
    line-height: 90px;
    font-style: normal;
    color: transparent;
    -webkit-text-stroke: 2px #23a455; }
  blockquote.blockquote-style-1:after {
    position: absolute;
    top: -10px;
    left: 10px;
    height: 100%;
    width: 100%;
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.07);
    z-index: -1; }

blockquote.blockquote-style-1 cite, blockquote.blockquote-style-1 p + p {
  margin-top: 10px; }

/*===============================================*/
/* Responsive CSS */
/*===============================================*/
@media (max-width: 1199px) {
  h1 {
    font-size: 62px; }
  h2 {
    font-size: 50px;
    line-height: 60px; } }

@media (max-width: 991px) {
  h1 {
    font-size: 56px; }
  h2 {
    font-size: 42px;
    line-height: 52px; }
  h3 {
    font-size: 36px;
    line-height: 46px; }
  .section-title .sub-title {
    margin-bottom: 5px; }
  .section-title p {
    margin-top: 15px; }
  .typography-section .hr {
    padding-top: 60px;
    margin-top: 60px; } }

@media (max-width: 767px) {
  h1 {
    font-size: 52px; }
  h2 {
    font-size: 36px;
    line-height: 46px; }
  h3 {
    font-size: 30px;
    line-height: 42px; }
  h4 {
    font-size: 28px;
    line-height: normal; }
  h5 {
    font-size: 24px;
    line-height: normal; }
  h6 {
    font-size: 20px;
    line-height: normal; }
  .section-title {
    margin-bottom: 30px; }
  /* Breadcrumb */
  .breadcrumb {
    margin-top: 10px; }
  .typography-section .hr {
    padding-top: 40px;
    margin-top: 40px; }
  /*Blockquote Style 1*/
  blockquote.blockquote-style-1 {
    padding: 30px;
    padding-left: 110px; }
    blockquote.blockquote-style-1:before {
      left: 30px;
      font-size: 70px;
      line-height: 70px; } }

@media (max-width: 575px) {
  h1 {
    font-size: 44px;
    line-height: 54px; }
  h2 {
    font-size: 30px;
    line-height: 40px; }
  h3 {
    font-size: 28px;
    line-height: 38px; }
  h4 {
    font-size: 24px;
    line-height: 34px; }
  h5 {
    font-size: 20px;
    line-height: 30px; }
  h6 {
    font-size: 18px;
    line-height: 28px; }
  /* Section Title */
  .section-title .title-border {
    padding-left: 10px; }
  /* Breadcrumb */
  .breadcrumb .breadcrumb-item {
    font-size: 16px;
    padding-left: 5px; }
    .breadcrumb .breadcrumb-item:before {
      padding-right: 5px; }
  /*Blockquote Style 1*/
  blockquote.blockquote-style-1 {
    padding: 20px;
    padding-top: 90px; }
    blockquote.blockquote-style-1:before {
      left: 20px;
      top: 15px; }
  .typography-section .hr {
    padding-top: 30px;
    margin-top: 30px; } }

/*****************************
	Helper Classes
*****************************/
/* color */
.text-primary {
  color: #23a455 !important; }

.text-secondary {
  color: #07192f !important; }

.text-light {
  color: #dfdfdf !important; }

.text-dark {
  color: #000000 !important; }

/* fill colors for svg */
.fill-dark {
  fill: #000000; }

.fill-primary {
  fill: #23a455; }

.fill-light {
  fill: #f6f6f6; }

.fill-white {
  fill: #ffffff; }

/* background */
.bg-primary {
  background-color: #23a455 !important; }

.bg-dark {
  background-color: #07192f !important; }

.bg-light {
  background-color: #f6f6f6 !important; }

.bg-black {
  background-color: #000000 !important; }

.bg-primary-gradient {
  background-color: #23a455;
  background-image: linear-gradient(170deg, #23a455 0%, #5CC4A1 100%); }

.border-t {
  border-top: 1px solid rgba(255, 255, 255, 0.07); }

.border-b {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07); }

.bg-img-box {
  height: 100%; }

/*------------------------------*/
/* Ellipse Shep */
/*------------------------------*/
.ellipse-top {
  background-image: url(3591cc4a5edba61f0e96.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto; }

.ellipse-bottom {
  background-image: url(22802f06a84d019cb83f.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: auto; }

/* Transform Rotate Left */
.rotate-left-1 {
  transform: rotate(1deg); }

.rotate-left-2 {
  transform: rotate(2deg); }

.rotate-left-3 {
  transform: rotate(3deg); }

.rotate-left-4 {
  transform: rotate(4deg); }

.rotate-left-5 {
  transform: rotate(5deg); }

/* Transform Rotate Right */
.rotate-right-1 {
  transform: rotate(-1deg); }

.rotate-right-2 {
  transform: rotate(-2deg); }

.rotate-right-3 {
  transform: rotate(-3deg); }

.rotate-right-4 {
  transform: rotate(-4deg); }

.rotate-right-5 {
  transform: rotate(-5deg); }

/* Border Radius */
.radius-3 {
  border-radius: 3px; }

.radius-4 {
  border-radius: 4px; }

.radius-5 {
  border-radius: 5px; }

.radius-8 {
  border-radius: 8px; }

.radius-10 {
  border-radius: 10px; }

.radius-15 {
  border-radius: 15px; }

.radius-20 {
  border-radius: 20px; }

.radius-25 {
  border-radius: 25px; }

.radius-50 {
  border-radius: 50px; }

.radius-80 {
  border-radius: 80px; }

.radius-100 {
  border-radius: 100%; }

/* Z-Index */
.z-index-1 {
  z-index: 1; }

.z-index-2 {
  z-index: 2; }

.z-index-3 {
  z-index: 3; }

.z-index-4 {
  z-index: 4; }

.z-index-5 {
  z-index: 5; }

.z-index-6 {
  z-index: 6; }

.z-index-7 {
  z-index: 7; }

.z-index-8 {
  z-index: 8; }

.z-index-9 {
  z-index: 9; }

.z-index-10 {
  z-index: 10; }

.z-index-100 {
  z-index: 100; }

/*----------------------------*/
/* Section Margin Padding */
/*----------------------------*/
.space-ptb {
  padding-top: 130px;
  padding-bottom: 130px; }

.space-pt {
  padding-top: 130px; }

.space-pb {
  padding-bottom: 130px; }

.space-medium-ptb {
  padding-top: 80px;
  padding-bottom: 80px; }

.space-medium-pt {
  padding-top: 80px; }

.space-medium-pb {
  padding-bottom: 80px; }

.space-small-ptb {
  padding-top: 60px;
  padding-bottom: 60px; }

.space-small-pt {
  padding-top: 60px; }

.space-small-pb {
  padding-bottom: 60px; }

.padding-start {
  padding-left: 110px; }

.padding-end {
  padding-right: 110px; }

.padding-medium-start {
  padding-left: 80px; }

.padding-medium-end {
  padding-right: 80px; }

.padding-small-start {
  padding-left: 60px; }

.padding-small-end {
  padding-right: 60px; }

.full-width {
  padding: 0 80px; }

.space-mtb {
  margin-top: 130px;
  margin-bottom: 130px; }

.space-mt {
  margin-top: 130px; }

.space-mb {
  margin-bottom: 130px; }

.space-medium-mtb {
  margin-top: 80px;
  margin-bottom: 80px; }

.space-medium-mt {
  margin-top: 80px; }

.space-medium-mb {
  margin-bottom: 80px; }

.space-small-mtb {
  margin-top: 60px;
  margin-bottom: 60px; }

.space-small-mt {
  margin-top: 60px; }

.space-small-mb {
  margin-bottom: 60px; }

.margin-start {
  margin-left: 110px; }

.margin-end {
  margin-right: 110px; }

.full-width {
  margin: 0 80px; }

/*----------------------------*/
/* Section BG Image */
/*----------------------------*/
.section-bg-half {
  position: relative; }
  .section-bg-half .bg-fixed {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%; }
    .section-bg-half .bg-fixed.clm-3 {
      width: 25%; }
    .section-bg-half .bg-fixed.clm-4 {
      width: 33.3333%; }
    .section-bg-half .bg-fixed.clm-5 {
      width: 41.6666%; }
    .section-bg-half .bg-fixed.clm-6 {
      width: 50%; }
    .section-bg-half .bg-fixed.clm-7 {
      width: 58.3333%; }
    .section-bg-half .bg-fixed.clm-8 {
      width: 66.6666%; }

/*-----------------------*/
/* Cursor */
/*-----------------------*/
#cursor {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  pointer-events: none; }

@media (hover: hover) and (pointer: fine) {
  .cursor__circle {
    width: 40px;
    height: 40px;
    margin-top: -50%;
    margin-left: -50%;
    border-radius: 50%;
    border: 1px solid #23a455;
    transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.3s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.3s cubic-bezier(0.25, 1, 0.5, 1), width 0.3s cubic-bezier(0.25, 1, 0.5, 1), height 0.3s cubic-bezier(0.25, 1, 0.5, 1); }
  /* Cursor Text */
  #cursor.text .cursor__circle,
  #cursor.arrow .cursor__circle,
  #cursor.custom-icon .cursor__circle,
  #cursor.cursor-color .cursor__circle {
    width: 100px;
    height: 100px;
    border: none;
    backdrop-filter: blur(10px);
    background-color: rgba(35, 164, 85, 0.6); }
  #cursor.text::after,
  #cursor.cursor-color::after,
  #cursor.cursor-blur::after {
    content: '';
    position: absolute;
    left: -50%;
    top: -50%;
    width: 100%;
    height: 100%;
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center; }
  #cursor.cursor-color::after,
  #cursor.cursor-blur::after {
    color: #07192f; }
  #cursor::after {
    content: attr(data-cursor-text) !important; }
  /* Cursor Arrow */
  #cursor.arrow::after,
  #cursor.custom-icon::after {
    content: '' !important;
    position: absolute;
    left: -50%;
    top: -50%;
    width: 100%;
    height: 100%;
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(3bdd996d6ebadce6297e.svg);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center; }
  #cursor.custom-icon::after {
    background-image: url(30f87f795a9cf2df91ce.svg); }
  #cursor.cursor-link.custom-icon:after {
    content: '' !important;
    opacity: 1;
    width: 100%;
    height: 100%;
    background-image: url(30f87f795a9cf2df91ce.svg); }
  #cursor.cursor-link.custom-icon .cursor__circle {
    width: 100px;
    height: 100px;
    opacity: 1; }
  #cursor.cursor-link .cursor__circle {
    opacity: 0;
    width: 0;
    height: 0; }
  #cursor.cursor-link::after {
    content: normal;
    opacity: 0; }
  #cursor.overlay .cursor__circle {
    width: 48px;
    height: 48px;
    background-color: rgba(227, 222, 193, 0.08);
    border-color: transparent; }
  #cursor.cursor-color .cursor__circle {
    width: 100px;
    height: 100px;
    background-color: #23a455;
    border-color: #23a455; }
  #cursor.cursor-blur .cursor__circle {
    border: none;
    width: 100px;
    height: 100px;
    backdrop-filter: blur(10px);
    background-color: transparent; } }

/*Font Weight*/
.fw-600 {
  font-weight: 600; }

.fw-500 {
  font-weight: 500; }

/* Text Stroke */
.bg-text-stroke {
  color: transparent !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff;
  display: block; }

/* img holder */
.bg-holder {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%; }

.object-cover {
  object-fit: cover;
  height: 100%;
  width: 100%; }

/*=====================================================*/
/* Grid Col - CSS */
/*=====================================================*/
.grid-wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 24px; }

.grid-wrapper:has(.grid-left) {
  grid-gap: 70px; }

.grid-justify-center {
  justify-items: center; }

.grid-align-center {
  align-items: center; }

.grid-gap-50 {
  grid-gap: 50px 30px; }

.grid-gap-30 {
  grid-gap: 30px 30px; }

.grid-gap-15 {
  grid-gap: 15px 30px; }

.grid-gap-10 {
  grid-gap: 10px; }

.grid-gap-5 {
  grid-gap: 5; }

.grid-gap-0 {
  grid-gap: 0; }

.grid-wrapper.grid-xl-1 {
  grid-template-columns: repeat(1, 1fr); }

.grid-wrapper.grid-xl-2 {
  grid-template-columns: repeat(2, 1fr); }

.grid-wrapper.grid-xl-3 {
  grid-template-columns: repeat(3, 1fr); }

.grid-wrapper.grid-xl-4 {
  grid-template-columns: repeat(4, 1fr); }

.grid-wrapper.grid-xl-5 {
  grid-template-columns: repeat(5, 1fr); }

.grid-wrapper.grid-xl-6 {
  grid-template-columns: repeat(6, 1fr); }

@media (max-width: 1199px) {
  .grid-wrapper:has(.grid-left) {
    grid-gap: 24px; }
  .grid-wrapper.grid-lg-1 {
    grid-template-columns: repeat(1, 1fr); }
  .grid-wrapper.grid-lg-2 {
    grid-template-columns: repeat(2, 1fr); }
  .grid-wrapper.grid-lg-3 {
    grid-template-columns: repeat(3, 1fr); }
  .grid-wrapper.grid-lg-4 {
    grid-template-columns: repeat(4, 1fr); }
  .grid-wrapper.grid-lg-5 {
    grid-template-columns: repeat(5, 1fr); }
  .grid-wrapper.grid-lg-6 {
    grid-template-columns: repeat(6, 1fr); } }

@media (max-width: 991px) {
  .grid-wrapper.grid-md-1 {
    grid-template-columns: repeat(1, 1fr); }
  .grid-wrapper.grid-md-2 {
    grid-template-columns: repeat(2, 1fr); }
  .grid-wrapper.grid-md-3 {
    grid-template-columns: repeat(3, 1fr); }
  .grid-wrapper.grid-md-4 {
    grid-template-columns: repeat(4, 1fr); }
  .grid-wrapper.grid-md-5 {
    grid-template-columns: repeat(5, 1fr); }
  .grid-wrapper.grid-md-6 {
    grid-template-columns: repeat(6, 1fr); } }

@media (max-width: 767px) {
  .grid-gap-50 {
    grid-gap: 30px; }
  .grid-wrapper.grid-sm-1 {
    grid-template-columns: repeat(1, 1fr); }
  .grid-wrapper.grid-sm-2 {
    grid-template-columns: repeat(2, 1fr); }
  .grid-wrapper.grid-sm-3 {
    grid-template-columns: repeat(3, 1fr); }
  .grid-wrapper.grid-sm-4 {
    grid-template-columns: repeat(4, 1fr); }
  .grid-wrapper.grid-sm-5 {
    grid-template-columns: repeat(5, 1fr); }
  .grid-wrapper.grid-sm-6 {
    grid-template-columns: repeat(6, 1fr); } }

@media (max-width: 575px) {
  .grid-gap-50 {
    grid-gap: 24px; }
  .grid-wrapper.grid-xs-1 {
    grid-template-columns: repeat(1, 1fr); }
  .grid-wrapper.grid-xs-2 {
    grid-template-columns: repeat(2, 1fr); }
  .grid-wrapper.grid-xs-3 {
    grid-template-columns: repeat(3, 1fr); }
  .grid-wrapper.grid-xs-4 {
    grid-template-columns: repeat(4, 1fr); }
  .grid-wrapper.grid-xs-5 {
    grid-template-columns: repeat(5, 1fr); }
  .grid-wrapper.grid-xs-6 {
    grid-template-columns: repeat(6, 1fr); } }

/*----------------------------*/
/* Rotate CSS */
/*----------------------------*/
.rotate {
  transform: rotate(2deg); }

/*----------------------------*/
/* Full Width Section */
/*----------------------------*/
.full-width {
  padding-left: 40px;
  padding-right: 40px; }

.full-width-md {
  padding-left: 40px;
  padding-right: 40px; }

.rounded-section {
  border-radius: 30px; }

.rounded-section.jarallax .jarallax-container {
  border-radius: 30px; }

section:has(.rounded-section) {
  padding-left: 40px;
  padding-right: 40px; }

.full-width .rounded-section {
  padding-left: 40px;
  padding-right: 40px; }

/*=====================================================*/
/* Responsive CSS */
/*=====================================================*/
@media (max-width: 1399px) {
  /* Page Section Padding */
  .space-ptb {
    padding-top: 120px;
    padding-bottom: 120px; }
  .space-pt {
    padding-top: 120px; }
  .space-pb {
    padding-bottom: 120px; }
  .space-medium-ptb {
    padding-top: 100px;
    padding-bottom: 100px; }
  .space-medium-pt {
    padding-top: 100px; }
  .space-medium-pb {
    padding-bottom: 100px; }
  .space-small-ptb {
    padding-top: 80px;
    padding-bottom: 80px; }
  .space-small-pt {
    padding-top: 80px; }
  .space-small-pb {
    padding-bottom: 80px; }
  .padding-medium-start {
    padding-left: 60px; }
  .padding-medium-end {
    padding-right: 60px; }
  .padding-small-start {
    padding-left: 40px; }
  .padding-small-end {
    padding-right: 40px; }
  /* Page Section Margin */
  .space-mtb {
    margin-top: 120px;
    margin-bottom: 120px; }
  .space-mt {
    margin-top: 120px; }
  .space-mb {
    margin-bottom: 120px; }
  .space-medium-mtb {
    margin-top: 100px;
    margin-bottom: 100px; }
  .space-medium-mt {
    margin-top: 100px; }
  .space-medium-mb {
    margin-bottom: 100px; }
  .space-small-mtb {
    margin-top: 80px;
    margin-bottom: 80px; }
  .space-small-mt {
    margin-top: 80px; }
  .space-small-mb {
    margin-bottom: 80px; } }

@media (max-width: 1199px) {
  /* Page Section Padding */
  .space-ptb {
    padding-top: 100px;
    padding-bottom: 100px; }
  .space-pt {
    padding-top: 100px; }
  .space-pb {
    padding-bottom: 100px; }
  .space-medium-ptb {
    padding-top: 80px;
    padding-bottom: 80px; }
  .space-medium-pt {
    padding-top: 80px; }
  .space-medium-pb {
    padding-bottom: 80px; }
  .space-small-ptb {
    padding-top: 60px;
    padding-bottom: 60px; }
  .space-small-pt {
    padding-top: 60px; }
  .space-small-pb {
    padding-bottom: 60px; }
  .padding-start {
    padding-left: 40px; }
  .padding-end {
    padding-right: 40px; }
  .padding-medium-start {
    padding-left: 40px; }
  .padding-medium-end {
    padding-right: 40px; }
  .padding-small-start {
    padding-left: 30px; }
  .padding-small-end {
    padding-right: 30px; }
  .full-width {
    padding: 0 40px; }
  /* Page Section Margin */
  .space-mtb {
    margin-top: 100px;
    margin-bottom: 100px; }
  .space-mt {
    margin-top: 100px; }
  .space-mb {
    margin-bottom: 100px; }
  .space-medium-mtb {
    margin-top: 80px;
    margin-bottom: 80px; }
  .space-medium-mt {
    margin-top: 80px; }
  .space-medium-mb {
    margin-bottom: 80px; }
  .space-small-mtb {
    margin-top: 60px;
    margin-bottom: 60px; }
  .space-small-mt {
    margin-top: 60px; }
  .space-small-mb {
    margin-bottom: 60px; }
  .margin-start {
    margin-left: 40px; }
  .margin-end {
    margin-right: 40px; }
  section:has(.rounded-section) {
    padding-left: 30px;
    padding-right: 30px; }
  .full-width .rounded-section {
    padding-left: 30px;
    padding-right: 30px; } }

@media (max-width: 991px) {
  /* Page Section Padding */
  .space-ptb {
    padding-top: 90px;
    padding-bottom: 90px; }
  .space-pt {
    padding-top: 90px; }
  .space-pb {
    padding-bottom: 90px; }
  .space-medium-ptb {
    padding-top: 70px;
    padding-bottom: 70px; }
  .space-medium-pt {
    padding-top: 70px; }
  .space-medium-pb {
    padding-bottom: 70px; }
  .space-small-ptb {
    padding-top: 50px;
    padding-bottom: 50px; }
  .space-small-pt {
    padding-top: 50px; }
  .space-small-pb {
    padding-bottom: 50px; }
  .padding-start {
    padding-left: 20px; }
  .padding-end {
    padding-right: 20px; }
  .padding-medium-start {
    padding-left: 20px; }
  .padding-medium-end {
    padding-right: 20px; }
  .padding-small-start {
    padding-left: 20px; }
  .padding-small-end {
    padding-right: 20px; }
  .full-width {
    padding: 0 30px; }
  /* Page Section Margin */
  .space-mtb {
    margin-top: 90px;
    margin-bottom: 90px; }
  .space-mt {
    margin-top: 90px; }
  .space-mb {
    margin-bottom: 90px; }
  .space-medium-mtb {
    margin-top: 70px;
    margin-bottom: 70px; }
  .space-medium-mt {
    margin-top: 70px; }
  .space-medium-mb {
    margin-bottom: 70px; }
  .space-small-mtb {
    margin-top: 50px;
    margin-bottom: 50px; }
  .space-small-mt {
    margin-top: 50px; }
  .space-small-mb {
    margin-bottom: 50px; }
  .margin-start {
    margin-left: 20px; }
  .margin-end {
    margin-right: 20px; }
  .cursor,
  .cursor-follower {
    display: none; }
  /*Full Width Section*/
  .full-width {
    padding-left: 12px;
    padding-right: 12px; }
  .full-width-md {
    padding-left: 12px;
    padding-right: 12px; }
  section:has(.rounded-section) {
    padding-left: 12px;
    padding-right: 12px; }
  .full-width .rounded-section {
    padding-left: 12px;
    padding-right: 12px; } }

@media (max-width: 767px) {
  .bg-img-box {
    height: 350px; }
  /* Page Section Padding */
  .space-ptb {
    padding-top: 70px;
    padding-bottom: 70px; }
  .space-pt {
    padding-top: 70px; }
  .space-pb {
    padding-bottom: 70px; }
  .space-medium-ptb {
    padding-top: 50px;
    padding-bottom: 50px; }
  .space-medium-pt {
    padding-top: 50px; }
  .space-medium-pb {
    padding-bottom: 50px; }
  .padding-start {
    padding-left: 0px; }
  .padding-end {
    padding-right: 0px; }
  /* Page Section Margin */
  .space-mtb {
    margin-top: 70px;
    margin-bottom: 70px; }
  .space-mt {
    margin-top: 70px; }
  .space-mb {
    margin-bottom: 70px; }
  .space-medium-mtb {
    margin-top: 50px;
    margin-bottom: 50px; }
  .space-medium-mt {
    margin-top: 50px; }
  .space-medium-mb {
    margin-bottom: 50px; }
  .margin-start {
    margin-left: 0px; }
  .margin-end {
    margin-right: 0px; }
  .full-width {
    padding: 0 15px; } }

@media (max-width: 575px) {
  .bg-img-box {
    height: 300px; }
  /* Page Section Padding */
  .space-ptb {
    padding-top: 50px;
    padding-bottom: 50px; }
  .space-pt {
    padding-top: 50px; }
  .space-pb {
    padding-bottom: 50px; }
  /* Page Section Margin */
  .space-mtb {
    margin-top: 50px;
    margin-bottom: 50px; }
  .space-mt {
    margin-top: 50px; }
  .space-mb {
    margin-bottom: 50px; } }

/*****************************
	Accordion
*****************************/
.accordion .accordion-item {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background-color: inherit;
  margin-bottom: 0px; }
  .accordion .accordion-item .accordion-header {
    overflow: hidden;
    border-radius: 5px; }
  .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 24px;
    font-weight: 600;
    padding: 35px 0px;
    padding-right: 40px;
    background-color: inherit;
    color: #ffffff;
    border: 0;
    border-radius: 0; }
    .accordion .accordion-item .accordion-header .accordion-button:after {
      content: "\2b";
      background-image: inherit;
      font-family: 'Font Awesome 5 Free';
      font-size: 18px;
      font-weight: 600;
      color: #ffffff;
      width: 40px;
      height: 40px;
      border: 0;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      padding-bottom: 0px;
      display: flex;
      justify-content: center;
      align-items: center; }
    .accordion .accordion-item .accordion-header .accordion-button:hover {
      color: #23a455; }
      .accordion .accordion-item .accordion-header .accordion-button:hover:after {
        color: #23a455; }
  .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    box-shadow: inherit;
    outline: inherit;
    color: #23a455; }
    .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed):after {
      content: "\f068";
      font-family: 'Font Awesome 5 Free';
      color: #23a455; }
  .accordion .accordion-item .accordion-button:focus {
    border-color: #23a455;
    box-shadow: inherit; }
  .accordion .accordion-item .accordion-collapse .accordion-body {
    background-color: transparent;
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 0px;
    color: #ced0df;
    margin-bottom: 25px; }
  .accordion .accordion-item:first-of-type {
    border-radius: 0px; }
  .accordion .accordion-item:last-of-type {
    border-radius: 0px; }
  .accordion .accordion-item:last-child {
    margin-bottom: 0px; }

.accordion.accordion-style-pgs-two .accordion-item {
  border: none;
  margin-bottom: 15px; }
  .accordion.accordion-style-pgs-two .accordion-item .accordion-header .accordion-button {
    font-size: 20px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    padding: 22px 25px;
    padding-right: 55px; }
    .accordion.accordion-style-pgs-two .accordion-item .accordion-header .accordion-button:after {
      right: 12px; }
    .accordion.accordion-style-pgs-two .accordion-item .accordion-header .accordion-button:hover {
      color: #ffffff; }
      .accordion.accordion-style-pgs-two .accordion-item .accordion-header .accordion-button:hover:after {
        color: #ffffff; }
  .accordion.accordion-style-pgs-two .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    box-shadow: inherit;
    outline: inherit;
    color: #ffffff;
    background-color: #23a455; }
    .accordion.accordion-style-pgs-two .accordion-item .accordion-header .accordion-button:not(.collapsed):after {
      content: "\f068";
      font-family: 'Font Awesome 5 Free';
      color: #ffffff; }
  .accordion.accordion-style-pgs-two .accordion-item .accordion-collapse .accordion-body {
    background-color: transparent;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
    color: #ced0df;
    margin-bottom: 0px; }

/*****************************
	Responsive
*****************************/
@media (max-width: 991px) {
  .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 20px;
    padding: 20px 20px;
    padding-left: 0px;
    padding-right: 35px; }
  .accordion .accordion-item .accordion-collapse .accordion-body {
    padding-bottom: 0px;
    padding-top: 0px;
    margin-bottom: 20px; } }

@media (max-width: 575px) {
  .accordion.accordion-style-pgs-two .accordion-item .accordion-header .accordion-button {
    font-size: 18px;
    padding: 16px 20px;
    padding-right: 50px; } }

/*****************************
	Action-box
*****************************/
.action-box {
  position: relative;
  height: 100%;
  padding: 50px;
  background-color: #23a455;
  border-radius: 25px;
  /* Action box Style 02	*/
  /* Action box Style 03 */ }
  .action-box .action-box-content {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.2); }
    .action-box .action-box-content .counter {
      border-bottom: none; }
      .action-box .action-box-content .counter:before {
        display: none; }
      .action-box .action-box-content .counter .counter-number .timer {
        font-size: 74px;
        line-height: 74px;
        margin-bottom: 10px; }
    .action-box .action-box-content p {
      color: #ffffff;
      margin-bottom: 0; }
  .action-box.action-box-style-02 {
    z-index: 2;
    border-radius: 15px;
    padding: 150px 45px 60px; }
    .action-box.action-box-style-02 .action-box-content {
      padding-top: 0;
      margin-top: 0;
      border-top: none; }
      .action-box.action-box-style-02 .action-box-content .title {
        font-family: "Bai Jamjuree", serif;
        font-size: 36px;
        font-weight: 700;
        text-transform: capitalize;
        line-height: 44px;
        color: #ffffff;
        margin-bottom: 20px; }
      .action-box.action-box-style-02 .action-box-content .description {
        margin-bottom: 30px;
        color: #ffffff; }
    .action-box.action-box-style-02:before {
      position: absolute;
      content: "";
      border-radius: 15px;
      background: linear-gradient(180deg, rgba(35, 164, 85, 0.1) 0%, #23a455 100%);
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      z-index: -1; }
  .action-box.action-box-style-03 {
    border-radius: 10px;
    padding: 50px 45px;
    border: 1px solid rgba(131, 131, 131, 0.25);
    background-color: transparent; }
    .action-box.action-box-style-03:before {
      content: "";
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0.4;
      background-image: url(5aa8212cb5be288a5068.png);
      border-radius: 10px;
      background-size: cover;
      background-repeat: no-repeat;
      z-index: -1; }
    .action-box.action-box-style-03 .action-box-content {
      margin-top: 0;
      padding-top: 0;
      border-top: none; }
      .action-box.action-box-style-03 .action-box-content .description {
        margin-top: 25px;
        margin-bottom: 0; }
      .action-box.action-box-style-03 .action-box-content .contact-details {
        padding: 0;
        margin-bottom: 0;
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        gap: 12px; }
        .action-box.action-box-style-03 .action-box-content .contact-details .contact-info {
          display: flex;
          align-items: center;
          gap: 10px; }
          .action-box.action-box-style-03 .action-box-content .contact-details .contact-info a:hover {
            color: #23a455; }

/*****************************
	Responsive
*****************************/
@media (max-width: 1399px) {
  .action-box {
    padding: 50px 30px; }
    .action-box .action-box-content {
      margin-top: 30px;
      padding-top: 30px; }
    .action-box.action-box-style-03 {
      padding: 30px; } }

@media (max-width: 1199px) {
  .action-box .action-box-content {
    margin-top: 15px;
    padding-top: 15px; }
  .action-box.action-box-style-03 {
    padding: 30px 20px; }
    .action-box.action-box-style-03 .action-box-content .description {
      margin-top: 15px; } }

@media (max-width: 991px) {
  .action-box.action-box-style-02 {
    padding: 100px 20px 30px; }
    .action-box.action-box-style-02 .action-box-content .title {
      font-size: 28px;
      line-height: 38px; } }

@media (max-width: 575px) {
  .action-box {
    padding: 40px 20px; }
    .action-box .action-box-content .counter .counter-number .timer {
      font-size: 54px;
      line-height: 54px; }
  .action-box.action-box-style-02 {
    padding: 80px 15px 30px; }
    .action-box.action-box-style-02 .action-box-content .title {
      font-size: 24px;
      line-height: 36px; } }

/*****************************
	Awards
*****************************/
.awards-wrapper .awards-item {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  transition: all 0.3s ease-in-out; }
  .awards-wrapper .awards-item .item-inner {
    display: flex;
    gap: 60px;
    padding: 35px 0;
    align-items: center; }
  .awards-wrapper .awards-item .awards-year {
    min-width: 130px;
    color: #23a455;
    transition: all 0.3s ease-in-out; }
  .awards-wrapper .awards-item .awards-name {
    width: 60%;
    margin: 0;
    transition: all 0.3s ease-in-out; }
  .awards-wrapper .awards-item .awards-description {
    width: 65%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.3s ease-in-out; }
  .awards-wrapper .awards-item .awards-action {
    text-align: right;
    flex-shrink: 2;
    width: 100%;
    transition: all 0.3s ease-in-out; }
  .awards-wrapper .awards-item .gsap-img-animation {
    position: fixed;
    top: 0;
    left: 0;
    max-width: 150px;
    object-fit: cover;
    z-index: 2;
    opacity: 0;
    visibily: hidden;
    pointer-events: none;
    border: 1px solid rgba(255, 255, 255, 0.1); }
  .awards-wrapper .awards-item .marquee-wrapper {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease-in-out; }
  .awards-wrapper .awards-item:hover {
    border-color: #23a455; }
    .awards-wrapper .awards-item:hover .item-inner .awards-year,
    .awards-wrapper .awards-item:hover .item-inner .awards-city,
    .awards-wrapper .awards-item:hover .item-inner .awards-name,
    .awards-wrapper .awards-item:hover .item-inner .awards-description {
      opacity: 0;
      pointer-events: none; }
    .awards-wrapper .awards-item:hover .awards-action {
      z-index: 8; }
    .awards-wrapper .awards-item:hover .marquee-wrapper {
      opacity: 1;
      pointer-events: auto; }

/*****************************
	Responsive
*****************************/
@media (max-width: 991px) {
  .awards-wrapper .awards-item .item-inner {
    gap: 30px;
    padding: 30px 0; }
  .awards-wrapper .awards-item .awards-year {
    min-width: 100px; }
  .awards-wrapper .awards-item .awards-name {
    width: 80%; }
  .awards-wrapper .awards-item .awards-description {
    width: 100%; }
  .awards-wrapper .awards-item .awards-action {
    width: auto; } }

@media (max-width: 767px) {
  .awards-wrapper .awards-item .item-inner {
    padding: 20px 0;
    padding-right: 165px;
    flex-direction: column;
    gap: 15px;
    align-items: normal; }
  .awards-wrapper .awards-item .awards-action {
    text-align: left; }
  .awards-wrapper .awards-item .awards-image {
    height: 150px;
    width: 150px;
    position: absolute;
    left: auto;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
    .awards-wrapper .awards-item .awards-image .gsap-img-animation {
      position: absolute;
      opacity: 1;
      visibility: visible;
      transform: none !important;
      z-index: -1; }
  .awards-wrapper .awards-item:hover .awards-image {
    display: none; }
  .awards-wrapper.case-studies .awards-item .item-inner {
    padding: 30px 0;
    padding-right: 165px;
    gap: 15px !important; } }

@media (max-width: 575px) {
  .awards-wrapper .awards-item .item-inner {
    padding-right: 0; }
  .awards-wrapper .awards-item .awards-image {
    display: none; }
  .awards-wrapper.case-studies .awards-item .item-inner {
    padding: 30px 0; } }

/*****************************
	Info box
*****************************/
.infobox-wrapper.grid-wrapper {
  grid-gap: 40px; }

.infobox {
  padding: 40px;
  border-radius: 20px;
  background-color: #07192f; }
  .infobox .infobox-info {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    display: flex;
    gap: 50px;
    justify-content: space-between; }
    .infobox .infobox-info .infobox-title {
      font-size: 24px;
      line-height: 36px;
      font-weight: 500;
      color: #ffffff; }
    .infobox .infobox-info .infobox-link {
      line-height: 36px;
      align-self: flex-start; }
      .infobox .infobox-info .infobox-link svg {
        vertical-align: middle; }
  .infobox .infobox-content .infobox-description {
    line-height: 30px; }

.icon-box-item {
  gap: 30px;
  display: flex;
  padding: 25px 100px 25px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07); }
  .icon-box-item .icon {
    width: 84px;
    height: 84px;
    flex: 0 0 84px;
    display: flex;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    background-color: #23a455; }
  .icon-box-item .title {
    margin-bottom: 5px;
    font-weight: 600; }
  .icon-box-item .description {
    margin-bottom: 0px; }
  .icon-box-item:last-child {
    border-bottom: none;
    padding-bottom: 0px; }
  .icon-box-item:first-child {
    padding-top: 0px; }

.contact-info-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px; }
  .contact-info-box ul li {
    line-height: 30px;
    color: #ced0df; }
    .contact-info-box ul li:last-child {
      margin-bottom: 0; }
    .contact-info-box ul li a {
      display: inline-block;
      line-height: normal;
      color: #ced0df;
      font-family: "Jost", sans-serif;
      font-weight: normal; }
      .contact-info-box ul li a:hover {
        color: #23a455; }

/*****************************
	Responsive
*****************************/
@media (max-width: 1199px) {
  .infobox-wrapper.grid-wrapper {
    grid-gap: 24px; }
  .infobox {
    padding: 40px 30px; }
    .infobox .infobox-info {
      gap: 20px; }
  .icon-box-item {
    padding: 20px 0px 20px 0px; } }

@media (max-width: 767px) {
  .infobox {
    padding: 30px; }
    .infobox .infobox-info {
      padding-bottom: 15px;
      margin-bottom: 15px;
      gap: 30px; } }

@media (max-width: 575px) {
  .infobox {
    padding: 25px; }
  .icon-box-item {
    gap: 15px; }
    .icon-box-item .icon {
      width: 70px;
      height: 70px;
      flex: 0 0 70px; } }

/*****************************
	Services
*****************************/
/* Service Style 1 */
.service-item {
  position: relative;
  margin: 0;
  padding: 60px 40px;
  background: #07192f;
  border: 1px solid rgba(131, 131, 131, 0.25);
  border-radius: 20px;
  height: 100%;
  transition: all 0.3s ease-in-out; }
  .service-item .service-icon {
    opacity: 1;
    margin-bottom: 30px;
    transition: all 0.3s ease-in-out;
    position: relative;
    width: 75px; }
    .service-item .service-icon .main-icon {
      transition: all 0.3s ease-in-out; }
    .service-item .service-icon .hover-icon {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      opacity: 0;
      visibility: hidden;
      z-index: -1;
      transition: all 0.3s ease-in-out; }
  .service-item .service-content .service-title {
    margin-bottom: 20px; }
  .service-item .service-content .service-description {
    margin-bottom: 35px; }
  .service-item .service-content .service-action {
    transition: all 0.3s ease-in-out; }
    .service-item .service-content .service-action .btn-arrow {
      border-color: #23a455; }
      .service-item .service-content .service-action .btn-arrow:after {
        border-color: #23a455; }
  .service-item:hover {
    background: #23a455;
    border: 1px solid #23a455; }
    .service-item:hover .service-icon .main-icon {
      opacity: 0;
      visibility: hidden; }
    .service-item:hover .service-icon .hover-icon {
      opacity: 1;
      visibility: visible;
      z-index: 1; }
    .service-item:hover .service-content .service-action .btn-arrow-up {
      border: 1px solid transparent; }
      .service-item:hover .service-content .service-action .btn-arrow-up:before {
        height: 100%;
        width: 100%; }
      .service-item:hover .service-content .service-action .btn-arrow-up svg path {
        stroke: #07192f; }
    .service-item:hover .service-content .service-action .btn-arrow {
      border-color: #ffffff; }
      .service-item:hover .service-content .service-action .btn-arrow svg path {
        stroke: #ffffff; }
      .service-item:hover .service-content .service-action .btn-arrow:after {
        border-color: #ffffff; }
      .service-item:hover .service-content .service-action .btn-arrow:hover svg path {
        stroke: #ffffff; }

/* Service Fancy */
.service-fancy .service-item {
  position: relative;
  padding: 40px 0;
  border: 0px;
  border-radius: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  transition: all 0.4s ease-in-out; }
  .service-fancy .service-item .service-img {
    position: fixed;
    top: 0;
    left: 0;
    border-radius: 10px;
    width: 245px;
    height: 330px;
    object-fit: cover;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: rotate(5deg); }
  .service-fancy .service-item .service-content {
    display: flex;
    gap: 30px 50px;
    align-items: center;
    position: relative;
    z-index: 2;
    justify-content: space-between; }
    .service-fancy .service-item .service-content .service-content-inner {
      display: flex;
      gap: 30px 70px;
      margin-right: 50px; }
      .service-fancy .service-item .service-content .service-content-inner .service-info {
        width: 45%;
        position: relative;
        padding-left: 50px; }
        .service-fancy .service-item .service-content .service-content-inner .service-info .service-number {
          color: #23a455;
          font-size: 120px;
          line-height: 120px;
          font-weight: bold;
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%);
          margin: 0;
          z-index: -1;
          opacity: 0.07; }
      .service-fancy .service-item .service-content .service-content-inner .description {
        width: 55%; }
    .service-fancy .service-item .service-content .service-action {
      margin-left: auto; }
      .service-fancy .service-item .service-content .service-action .circle-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        height: 100px;
        width: 100px;
        border-radius: 100%;
        border: 1px solid rgba(255, 255, 255, 0.07); }
        .service-fancy .service-item .service-content .service-action .circle-btn:before {
          content: "";
          height: 100%;
          width: 100%;
          border: 1px solid inherit;
          border-radius: 100%;
          background-color: #23a455;
          position: absolute;
          top: 0;
          left: 0;
          transform: scale(0);
          transition: all 0.3s ease-in-out;
          z-index: -1; }
  .service-fancy .service-item .service-title {
    font-family: "Bai Jamjuree", serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 42px;
    color: #ffffff;
    margin-bottom: 0px; }
  .service-fancy .service-item:first-child {
    padding-top: 0px; }
  .service-fancy .service-item:hover {
    background-color: transparent;
    border-bottom: 1px solid #23a455; }
    .service-fancy .service-item:hover .service-content .service-action .circle-btn:before {
      transform: scale(1); }

.services-slider-section {
  display: flex;
  padding-top: 50px;
  gap: 50px; }
  .services-slider-section .services-bg-slider {
    width: 320px;
    flex: 0 0 320px;
    position: relative;
    border-radius: 25px;
    z-index: 5;
    overflow: hidden; }
    .services-slider-section .services-bg-slider .owl-carousel .owl-stage-outer,
    .services-slider-section .services-bg-slider .owl-carousel .owl-stage,
    .services-slider-section .services-bg-slider .owl-carousel .owl-item,
    .services-slider-section .services-bg-slider .owl-carousel .owl-item .item,
    .services-slider-section .services-bg-slider .owl-carousel .owl-item .item img {
      height: 100% !important; }
    .services-slider-section .services-bg-slider .owl-carousel .owl-item .item img {
      width: 100%;
      object-fit: cover; }
    .services-slider-section .services-bg-slider .services-bg-slider-content {
      position: absolute;
      bottom: 25px;
      left: 0px;
      width: 100%;
      padding: 0px 25px;
      z-index: 3; }
      .services-slider-section .services-bg-slider .services-bg-slider-content .title {
        line-height: 32px;
        color: #ffffff;
        margin-bottom: 15px; }
      .services-slider-section .services-bg-slider .services-bg-slider-content .btn {
        font-size: 17px;
        font-weight: 400;
        line-height: 24px;
        border-radius: 35px 35px 35px 35px;
        padding: 10px 25px 10px 25px; }
        .services-slider-section .services-bg-slider .services-bg-slider-content .btn:hover {
          background-color: #ffffff;
          color: #07192f; }
    .services-slider-section .services-bg-slider:before {
      position: absolute;
      content: "";
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      background-color: transparent;
      --background-overlay: '';
      background-image: linear-gradient(180deg, #0D16151F 0%, #0D1615 100%);
      opacity: 0.75;
      z-index: 2;
      border-radius: 25px; }
  .services-slider-section .grid-wrapper {
    grid-gap: 0; }

/*Service Single*/
.service-single .service-img img {
  border-radius: 25px; }

.service-single .service-content .service-title {
  width: 80%;
  margin-bottom: 30px; }

.service-single .accordion.accordion-style-pgs-two .accordion-item .accordion-header .accordion-button {
  padding: 25px 30px;
  font-size: 22px;
  line-height: 32px; }

@media (max-width: 1399px) {
  .services-slider-section .services-bg-slider {
    flex: 0 0 250px;
    width: 250px; }
  .service-single .service-content .service-title {
    width: 100%; } }

@media (max-width: 1199px) {
  .service-fancy .service-item .service-content {
    gap: 30px 70px; }
    .service-fancy .service-item .service-content .service-content-inner {
      gap: 30px 50px;
      margin-right: 0; }
      .service-fancy .service-item .service-content .service-content-inner .service-info {
        width: 50%; }
      .service-fancy .service-item .service-content .service-content-inner .description {
        width: 50%; }
  /*services-slider-section*/
  .services-slider-section {
    flex-direction: column;
    padding-top: 0px; }
    .services-slider-section .services-bg-slider {
      width: 100%;
      flex: inherit;
      height: 450px; }
      .services-slider-section .services-bg-slider .owl-carousel .owl-item .item img {
        object-position: center 20%; } }

@media (max-width: 1024px) {
  .service-fancy .service-item .service-img {
    display: none; } }

@media (max-width: 991px) {
  .service-fancy .service-item .service-content {
    gap: 30px 80px; }
    .service-fancy .service-item .service-content .service-content-inner {
      flex-direction: column;
      gap: 20px 0; }
      .service-fancy .service-item .service-content .service-content-inner .service-info {
        width: 100%; }
      .service-fancy .service-item .service-content .service-content-inner .description {
        width: 100%; }
  .service-fancy .service-item .service-img {
    display: block;
    position: absolute;
    top: 0;
    left: inherit;
    right: 0;
    width: 200px;
    height: 100%;
    border-radius: 0;
    padding: 30px 0;
    z-index: 2;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: all 0.4s ease-in-out;
    transition-delay: 0s;
    transform: none !important; }
  .service-fancy .service-item:first-child .service-img {
    padding-top: 0; }
  .service-fancy .service-item:hover {
    padding-right: 230px; }
    .service-fancy .service-item:hover .service-content {
      gap: 30px; }
    .service-fancy .service-item:hover .service-img {
      opacity: 1 !important;
      visibility: visible !important;
      transition-delay: 0.3s; } }

@media (max-width: 767px) {
  .service-item {
    padding: 40px 20px; }
  .service-fancy .service-item .service-img {
    height: auto; }
  .service-fancy .service-item .service-content {
    align-items: flex-start;
    flex-direction: column;
    gap: 30px; }
    .service-fancy .service-item .service-content .service-content-inner .service-info .service-number {
      font-size: 150px;
      line-height: 130px; }
    .service-fancy .service-item .service-content .service-action {
      margin-left: 0; }
      .service-fancy .service-item .service-content .service-action .circle-btn {
        height: 70px;
        width: 70px; }
        .service-fancy .service-item .service-content .service-action .circle-btn .arrow svg {
          height: 40px;
          width: 40px; }
  .service-fancy .service-item:hover {
    padding-right: 215px; }
  /*services-slider-section*/
  .services-slider-section .services-bg-slider {
    height: 350px; }
  /*Service Single*/
  .service-single .service-content .service-title {
    margin-bottom: 20px; } }

@media (max-width: 575px) {
  .service-item {
    padding: 30px 15px; }
    .service-item .service-icon {
      margin-bottom: 20px; }
    .service-item .service-content .service-title {
      margin-bottom: 15px; }
    .service-item .service-content .service-description {
      margin-bottom: 25px; }
  .service-fancy .service-item {
    padding: 30px 0; }
    .service-fancy .service-item .service-img {
      display: none; }
    .service-fancy .service-item .service-content {
      gap: 15px; }
      .service-fancy .service-item .service-content .service-content-inner .service-info {
        padding-left: 0px; }
        .service-fancy .service-item .service-content .service-content-inner .service-info .service-number {
          font-size: 120px;
          line-height: 120px;
          top: 50%;
          transform: translateY(-50%); }
    .service-fancy .service-item:hover {
      padding-right: 0; }
      .service-fancy .service-item:hover .service-content {
        gap: 15px; }
  .services-slider-section .services-bg-slider .services-bg-slider-content {
    bottom: 15px;
    padding: 0px 15px; }
    .services-slider-section .services-bg-slider .services-bg-slider-content .title {
      line-height: 28px; }
  .service-single .accordion.accordion-style-pgs-two .accordion-item .accordion-header .accordion-button {
    padding: 16px 25px;
    font-size: 18px;
    line-height: 28px; } }

/*****************************
	Team
*****************************/
.team-item {
  position: relative;
  padding-bottom: 4px;
  z-index: 1; }
  .team-item .team-img {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 20px; }
    .team-item .team-img:before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 30px;
      bottom: 0;
      padding: 40px;
      opacity: 0;
      z-index: 1;
      display: flex;
      overflow: hidden;
      flex-direction: column;
      justify-content: flex-end;
      transition: all 0.3s ease-in-out;
      background: linear-gradient(180deg, transparent 30%, #23a455 80%); }
    .team-item .team-img img {
      border-radius: 20px;
      transition: all 0.4s ease-in-out; }
  .team-item .team-info .team-title {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    font-family: "Bai Jamjuree", serif;
    color: #ffffff;
    display: inline-block; }
    .team-item .team-info .team-title:hover {
      color: #23a455; }
  .team-item .team-info .team-designation {
    display: block; }
  .team-item .team-info .team-social {
    padding-left: 4px;
    margin-top: 15px; }
    .team-item .team-info .team-social ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
      display: flex;
      gap: 10px; }
      .team-item .team-info .team-social ul li a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 39px;
        font-size: 18px;
        color: #ffffff;
        font-weight: normal;
        text-transform: uppercase;
        position: relative;
        transition: all 0.3s ease-in-out;
        border: 1px solid rgba(131, 131, 131, 0.25);
        border-radius: 80%; }
        .team-item .team-info .team-social ul li a:after {
          content: "";
          position: absolute;
          left: -4px;
          bottom: -4px;
          width: 100%;
          height: 100%;
          z-index: -2;
          border: 1px solid rgba(131, 131, 131, 0.25);
          border-radius: 80%;
          transition: all 0.3s ease-in-out; }
        .team-item .team-info .team-social ul li a:before {
          content: "";
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          opacity: 0;
          z-index: -1;
          border-radius: 80%;
          transition: all 0.3s ease-in-out;
          background-color: #23a455; }
        .team-item .team-info .team-social ul li a:hover:after {
          left: 0px;
          bottom: 0px;
          opacity: 0; }
        .team-item .team-info .team-social ul li a:hover:before {
          opacity: 1; }
    .team-item .team-info .team-social:hover .team-social {
      left: 0; }
  .team-item:hover .team-img:before {
    opacity: 1; }
  .team-item:hover .team-social {
    left: 0; }

/*****************************
	Team Single
*****************************/
/*Team-details*/
.team-single .team-member-info .member-image {
  margin-bottom: 20px;
  position: relative; }
  .team-single .team-member-info .member-image img {
    border-radius: 20px; }
  .team-single .team-member-info .member-image .team-social-profiles {
    padding: 30px 22px;
    background-color: #23a455;
    list-style: none;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 17px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }
    .team-single .team-member-info .member-image .team-social-profiles .team-social-profile {
      transform: rotate(-90deg); }
      .team-single .team-member-info .member-image .team-social-profiles .team-social-profile a {
        color: #ffffff;
        font-size: 20px;
        line-height: 30px; }

.team-single .team-member-info .member-details .member-name {
  font-size: 42px;
  line-height: 42px;
  font-weight: bold; }

.team-single .team-member-info .member-details .member-position {
  line-height: 30px; }

.team-single .biography-info {
  margin-top: 50px; }
  .team-single .biography-info .title {
    margin-bottom: 20px; }
  .team-single .biography-info .description + .description {
    margin-top: 20px; }

/*****************************
	Responsive
*****************************/
@media (max-width: 1199px) {
  .team-single .team-img {
    padding-right: 0px; } }

@media (max-width: 991px) {
  .team-single .team-img {
    margin-bottom: 50px; } }

@media (max-width: 575px) {
  .team-single .team-member-info .member-details .member-name {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 0; }
  .team-single .team-img {
    margin-bottom: 30px; }
  .team-single .team-info .social-icon {
    margin: 20px 0px; }
  .team-single .team-info .team-designation {
    font-size: 16px; } }

/*****************************
		Testimonial
*****************************/
.testimonial-wrapper {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 25px;
  padding: 60px; }
  .testimonial-wrapper .testimonial-ratings i {
    display: inline-block;
    font-size: 16px;
    color: #23a455; }
  .testimonial-wrapper .testimonial-quote {
    position: absolute;
    right: 50px;
    top: 30px; }
    .testimonial-wrapper .testimonial-quote i {
      font-size: 180px;
      color: transparent;
      -webkit-text-stroke: 2px #23a455;
      opacity: 0.3; }
  .testimonial-wrapper .testimonial-content {
    margin: 25px 0; }
    .testimonial-wrapper .testimonial-content p {
      margin-bottom: 0;
      font-size: 26px;
      line-height: 42px;
      font-style: italic;
      color: #ffffff;
      display: -webkit-box;
      -webkit-line-clamp: 7;
      -webkit-box-orient: vertical;
      overflow: hidden; }
  .testimonial-wrapper .testimonial-author .author-info .author-name {
    color: #23a455;
    line-height: 32px;
    margin-bottom: 0;
    font-weight: 600; }
  .testimonial-wrapper .testimonial-author .author-info .author-position {
    color: #ffffff; }

/*****************************
	Responsive
*****************************/
@media (max-width: 1199px) {
  .testimonial-wrapper {
    padding: 45px; }
    .testimonial-wrapper .testimonial-quote {
      top: 20px; }
      .testimonial-wrapper .testimonial-quote i {
        font-size: 130px; }
    .testimonial-wrapper .testimonial-content {
      margin: 20px 0; } }

@media (max-width: 767px) {
  .testimonial-wrapper {
    padding: 30px; }
    .testimonial-wrapper .testimonial-content p {
      font-size: 22px;
      line-height: 38px; } }

@media (max-width: 575px) {
  .testimonial-wrapper {
    padding: 30px 20px; }
    .testimonial-wrapper .testimonial-quote {
      right: 25px;
      top: 15px; }
      .testimonial-wrapper .testimonial-quote i {
        font-size: 100px; }
    .testimonial-wrapper .testimonial-content {
      margin: 15px 0; }
      .testimonial-wrapper .testimonial-content p {
        font-size: 18px;
        line-height: 32px; } }

/*****************************
  Newsletter
*****************************/
.newsletter {
  position: relative; }
  .newsletter .form-control {
    padding-right: 150px; }
  .newsletter .btn {
    position: absolute;
    right: 0;
    line-height: 20px;
    top: 0;
    padding: 14px 30px; }

/*****************************
	Find Job
*****************************/
.find-job-wrapper .find-job-item {
  padding: 40px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07); }
  .find-job-wrapper .find-job-item:first-child {
    padding-top: 0; }
  .find-job-wrapper .find-job-item:last-child {
    padding-bottom: 0;
    border-bottom: none; }
  .find-job-wrapper .find-job-item .job-title {
    margin-bottom: 20px; }
    .find-job-wrapper .find-job-item .job-title .awards-name {
      margin-bottom: 0;
      font-weight: 600; }
  .find-job-wrapper .find-job-item .job-details {
    display: flex;
    gap: 40px; }
    .find-job-wrapper .find-job-item .job-details .job-image {
      width: 300px;
      flex: none;
      overflow: hidden;
      border-radius: 8px; }
      .find-job-wrapper .find-job-item .job-details .job-image img {
        height: 100%;
        object-fit: cover;
        transform: scale(1);
        transition: all 0.3s ease-in-out; }
    .find-job-wrapper .find-job-item .job-details .job-content {
      display: flex;
      flex-direction: column;
      gap: 10px;
      width: 100%;
      padding-right: 50px; }
    .find-job-wrapper .find-job-item .job-details .job-time,
    .find-job-wrapper .find-job-item .job-details .job-location {
      color: #ffffff;
      font-weight: 500; }
    .find-job-wrapper .find-job-item .job-details .job-desc {
      max-width: 680px; }
    .find-job-wrapper .find-job-item .job-details .job-info {
      display: flex;
      gap: 50px;
      margin-top: 10px;
      padding-top: 15px;
      border-top: 1px solid rgba(131, 131, 131, 0.25); }
      .find-job-wrapper .find-job-item .job-details .job-info .info-item {
        color: #ffffff;
        font-weight: 500; }
    .find-job-wrapper .find-job-item .job-details .job-action {
      align-self: center;
      margin-left: auto; }
  .find-job-wrapper .find-job-item:hover .job-details .job-image img {
    transform: scale(1.1); }

/*****************************
	Responsive
*****************************/
@media (max-width: 1399px) {
  .find-job-wrapper .find-job-item .job-details .job-content {
    padding-right: 0; }
  .find-job-wrapper .find-job-item .job-details .job-info {
    gap: 30px; } }

@media (max-width: 1199px) {
  .find-job-wrapper .find-job-item .job-details {
    display: flex;
    gap: 30px; }
    .find-job-wrapper .find-job-item .job-details .job-action {
      align-self: flex-start; } }

@media (max-width: 991px) {
  .find-job-wrapper .find-job-item .job-details {
    flex-wrap: wrap; }
    .find-job-wrapper .find-job-item .job-details .job-image {
      width: 100%; }
    .find-job-wrapper .find-job-item .job-details .job-action {
      margin-left: 0; } }

@media (max-width: 575px) {
  .find-job-wrapper .find-job-item .job-details .job-info {
    gap: 15px;
    flex-wrap: wrap; } }

/*****************************
  Counter
*****************************/
.counter {
  display: flex;
  gap: 30px;
  align-items: center;
  position: relative;
  color: #ffffff;
  /* Counter Style 1 ----------------*/
  /* Counter Style 2 ----------------*/ }
  .counter .counter-info {
    line-height: 1; }
    .counter .counter-info .counter-title {
      display: inline-block;
      font-family: "Bai Jamjuree", serif;
      font-size: 20px;
      line-height: 28px;
      font-weight: 600; }
  .counter .counter-number {
    font-family: "Bai Jamjuree", serif;
    display: flex;
    align-items: center;
    gap: 3px; }
    .counter .counter-number span {
      display: inline-block;
      font-size: 50px;
      line-height: 70px;
      font-weight: 700; }
  .counter.counter-style-1 {
    padding: 20px 0;
    border-bottom: 2px solid rgba(131, 131, 131, 0.25); }
    .counter.counter-style-1 .counter-info {
      max-width: 165px; }
    .counter.counter-style-1:before {
      content: "";
      position: absolute;
      left: 0;
      bottom: -2px;
      width: 50px;
      height: 2px;
      background-color: #23a455;
      background: linear-gradient(170deg, #23a455 0%, #5CC4A1 100%); }
  .counter.counter-style-02 {
    gap: 0;
    display: flex;
    padding: 50px 0px;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07); }
    .counter.counter-style-02 .counter-number {
      flex: 0 0 38%; }
      .counter.counter-style-02 .counter-number .counter-text .timer {
        line-height: 1;
        font-size: 72px;
        font-weight: 700; }
      .counter.counter-style-02 .counter-number .counter-text .suffix {
        line-height: 1;
        color: #23a455;
        font-size: 72px;
        font-weight: 700; }
    .counter.counter-style-02 .counter-info {
      flex: 0 0 62%;
      line-height: 30px; }
    .counter.counter-style-02:last-child {
      border-bottom: none;
      padding-bottom: 0px; }
    .counter.counter-style-02:first-child {
      padding-top: 0px; }

.countar-section .counter-box {
  padding: 100px;
  margin-left: 20px;
  border-radius: 20px; }

/*****************************
	Responsive
*****************************/
@media (max-width: 1399px) {
  .countar-section .counter-box {
    padding: 60px; }
    .countar-section .counter-box .counter-number .counter-text .timer {
      font-size: 60px; }
    .countar-section .counter-box .counter-number .counter-text .suffix {
      font-size: 60px; } }

@media (max-width: 1199px) {
  .counter {
    gap: 15px; }
    .counter .counter-number span {
      font-size: 36px;
      line-height: 56px; }
    .counter.counter-style-02 {
      padding: 30px 0px; }
      .counter.counter-style-02:first-child {
        padding-top: 0; }
      .counter.counter-style-02:last-child {
        padding-bottom: 0; }
  .countar-section .counter-box {
    margin-left: 0px;
    padding: 30px; }
    .countar-section .counter-box .counter-number .counter-text .timer {
      font-size: 50px; }
    .countar-section .counter-box .counter-number .counter-text .suffix {
      font-size: 50px; } }

@media (max-width: 991px) {
  .counter {
    gap: 20px; }
    .counter .counter-number span {
      font-size: 50px;
      line-height: 70px; }
  .counter.counter-style-2 {
    gap: 15px;
    padding: 30px 15px; }
    .counter.counter-style-2 .counter-number span {
      font-size: 30px;
      line-height: 30px; }
    .counter.counter-style-2 .counter-info .counter-title {
      font-size: 18px;
      line-height: 28px; } }

@media (max-width: 767px) {
  .counter {
    gap: 20px; }
    .counter .counter-number span {
      font-size: 36px;
      line-height: 56px; }
    .counter .counter-info .counter-title {
      font-size: 20px;
      line-height: 30px; }
  .countar-section .counter-box {
    padding: 40px; }
  .counter.counter-style-02 {
    padding: 30px 0px; } }

@media (max-width: 575px) {
  .counter.counter-style-1 .counter-info {
    max-width: 100%; }
  .counter.counter-style-02 {
    gap: 20px;
    flex-wrap: wrap; }
    .counter.counter-style-02 .counter-info {
      flex: 0 0 100%; }
    .counter.counter-style-02 .counter-number {
      flex: 0 0 100%; }
  .countar-section .counter-box {
    padding: 30px 15px; } }

/*****************************
	Client
*****************************/
.client-reviews {
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .client-reviews .client-profile {
    list-style-type: none;
    display: flex;
    padding: 0;
    margin: 0; }
    .client-reviews .client-profile li {
      width: 58px;
      height: 58px;
      flex: 0 0 58px;
      margin-left: -15px;
      border-radius: 100%;
      border: 2px solid #ffffff; }
      .client-reviews .client-profile li:first-child {
        margin-left: 0px; }
      .client-reviews .client-profile li img {
        border-radius: 100%; }
  .client-reviews .reviews {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
    justify-content: center;
    flex-direction: column; }
    .client-reviews .reviews .reviews-number {
      font-size: 26px;
      font-weight: 600;
      line-height: 36px;
      color: #23a455; }
    .client-reviews .reviews span {
      color: #ffffff;
      font-size: 16px;
      line-height: 30px; }

.client-inner-section {
  padding: 70px 0;
  display: flex;
  gap: 50px;
  align-items: center; }
  .client-inner-section .trusted-client {
    text-align: left;
    width: 20%;
    flex-shrink: 0;
    margin-bottom: 0;
    padding-right: 100px;
    border-right: 1px solid rgba(255, 255, 255, 0.07); }
  .client-inner-section .client-logos {
    width: calc(80% - 50px); }

.client-logo-section:has(.trusted-client) {
  margin-top: 30px; }

.trusted-client {
  font-size: 20px;
  font-family: "Bai Jamjuree", serif;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 40px;
  display: block;
  text-align: center; }

/*****************************
	Responsive
*****************************/
@media (max-width: 1399px) {
  .client-inner-section .trusted-client {
    padding-right: 60px; } }

@media (max-width: 1199px) {
  .clients {
    padding: 50px 0; }
    .clients .client-logos {
      margin-top: 30px; }
  .client-inner-section {
    padding: 50px 0;
    gap: 30px; }
    .client-inner-section .trusted-client {
      padding-right: 30px; }
    .client-inner-section .client-logos {
      width: calc(80% - 30px); } }

@media (max-width: 991px) {
  .clients {
    gap: 20px;
    padding: 30px 0; } }

@media (max-width: 767px) {
  .clients {
    flex-direction: column;
    padding-bottom: 0px; }
    .clients .client-logos {
      width: 100%;
      margin-top: 0px; }
  .client-inner-section {
    flex-direction: column; }
    .client-inner-section .trusted-client {
      width: 100%;
      border: none;
      padding-right: 0;
      text-align: center; }
    .client-inner-section .client-logos {
      width: 100%; } }

@media (max-width: 575px) {
  .client-reviews .client-profile li {
    width: 45px;
    height: 45px;
    flex: 0 0 45px; }
  .client-inner-section {
    padding: 35px 0;
    gap: 25px; } }

/*****************************
  Case Studies
*****************************/
.case-studies-wrapper.case-studies-style-1 {
  position: relative;
  overflow: hidden; }
  .case-studies-wrapper.case-studies-style-1 .case-studies-img {
    overflow: hidden;
    margin-bottom: 0;
    border-radius: 20px; }
    .case-studies-wrapper.case-studies-style-1 .case-studies-img img {
      transform: scale(1);
      transition: all 0.3s ease-in-out; }
  .case-studies-wrapper.case-studies-style-1 .case-studies-info {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 40px;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 20px;
    transition: all 0.3s ease-in-out;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.5) 80%); }
    .case-studies-wrapper.case-studies-style-1 .case-studies-info:before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      padding: 40px;
      opacity: 0;
      display: flex;
      overflow: hidden;
      flex-direction: column;
      justify-content: flex-end;
      border-radius: 20px;
      transition: all 0.3s ease-in-out;
      background: linear-gradient(180deg, rgba(0, 56, 255, 0) 40%, #23a455 80%); }
  .case-studies-wrapper.case-studies-style-1 .case-studies-info-inner {
    position: relative;
    z-index: 1; }
    .case-studies-wrapper.case-studies-style-1 .case-studies-info-inner .case-studies-title {
      font-size: 40px;
      line-height: 50px;
      margin-bottom: -10px;
      transition: all 0.3s ease-in-out; }
      .case-studies-wrapper.case-studies-style-1 .case-studies-info-inner .case-studies-title a {
        display: table; }
    .case-studies-wrapper.case-studies-style-1 .case-studies-info-inner .case-studies-link .btn-arrow {
      border-color: rgba(255, 255, 255, 0.3); }
      .case-studies-wrapper.case-studies-style-1 .case-studies-info-inner .case-studies-link .btn-arrow svg {
        width: 29px;
        height: auto; }
      .case-studies-wrapper.case-studies-style-1 .case-studies-info-inner .case-studies-link .btn-arrow:after {
        border-color: rgba(255, 255, 255, 0.3); }
      .case-studies-wrapper.case-studies-style-1 .case-studies-info-inner .case-studies-link .btn-arrow:hover {
        border-color: #ffffff; }
        .case-studies-wrapper.case-studies-style-1 .case-studies-info-inner .case-studies-link .btn-arrow:hover svg path {
          stroke: #ffffff; }
        .case-studies-wrapper.case-studies-style-1 .case-studies-info-inner .case-studies-link .btn-arrow:hover:after {
          border-color: #ffffff; }
  .case-studies-wrapper.case-studies-style-1 .case-studies-content {
    margin-bottom: -30px;
    opacity: 0;
    transition: all 0.3s ease-in-out; }
  .case-studies-wrapper.case-studies-style-1 .case-studies-description {
    color: #ffffff;
    display: -webkit-box;
    opacity: 0;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    color: #ffffff;
    min-height: 60px;
    margin-bottom: -30px;
    transition: all 0.3s ease-in-out; }
  .case-studies-wrapper.case-studies-style-1:hover .case-studies-img img {
    transform: scale(1.1); }
  .case-studies-wrapper.case-studies-style-1:hover .case-studies-info:before {
    opacity: 1; }
  .case-studies-wrapper.case-studies-style-1:hover .case-studies-title a {
    color: #ffffff; }
  .case-studies-wrapper.case-studies-style-1:hover .case-studies-content {
    margin-bottom: 5px;
    opacity: 1; }
  .case-studies-wrapper.case-studies-style-1:hover .case-studies-description {
    opacity: 1;
    min-height: 30px;
    margin-bottom: 20px;
    visibility: visible; }
  .case-studies-wrapper.case-studies-style-1:hover .case-studies-title {
    margin-bottom: 10px; }

/*Case Study Single*/
.case-info-section {
  margin-top: 30px;
  padding: 60px 70px 60px 70px; }
  .case-info-section .case-info ul {
    padding-left: 0px;
    list-style: none;
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(5, 1fr);
    margin-bottom: 0px; }
    .case-info-section .case-info ul li h6 {
      margin-bottom: 15px; }
    .case-info-section .case-info ul li a:hover {
      color: #23a455; }

.challange-item {
  margin-bottom: 40px; }
  .challange-item h6.title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    font-family: "Jost", sans-serif;
    display: flex;
    align-items: start; }
    .challange-item h6.title svg {
      width: 24px;
      flex: 0 0 24px;
      margin-right: 10px;
      margin-top: 5px; }

.nav-pagination {
  display: flex;
  position: relative;
  justify-content: space-between; }
  .nav-pagination:before {
    top: 50%;
    left: 50%;
    color: #ffffff;
    font-size: 20px;
    content: "\f58d";
    font-weight: 600;
    position: absolute;
    transform: translate(-50%, -50%);
    font-family: "Font Awesome 6 Free"; }

/*****************************
	Responsive
*****************************/
@media (max-width: 1199px) {
  /*Case Study Fancy*/
  .case-studies-wrapper.case-studies-style-1 .case-studies-info {
    padding: 30px 30px; }
    .case-studies-wrapper.case-studies-style-1 .case-studies-info .case-studies-info-inner .case-studies-title {
      font-size: 36px;
      line-height: 48px; }
  .case-info-section {
    padding: 60px; } }

@media (max-width: 991px) {
  /*Case Study Fancy*/
  .case-studies-wrapper.case-studies-style-1 .case-studies-info {
    padding: 30px 20px; }
    .case-studies-wrapper.case-studies-style-1 .case-studies-info .case-studies-info-inner .case-studies-title {
      font-size: 32px;
      line-height: 44px; }
  .case-info-section {
    padding: 40px; }
    .case-info-section .case-info ul {
      grid-template-columns: repeat(4, 1fr); } }

@media (max-width: 767px) {
  .case-info-section .case-info ul {
    grid-template-columns: repeat(3, 1fr); }
  .case-studies-wrapper.case-studies-style-1 .case-studies-info .case-studies-info-inner .case-studies-title {
    font-size: 28px;
    line-height: 38px; } }

@media (max-width: 575px) {
  .case-info-section .case-info ul {
    grid-template-columns: repeat(2, 1fr); }
  .nav-pagination {
    flex-wrap: wrap;
    gap: 10px; }
    .nav-pagination .btn {
      width: 100%; }
    .nav-pagination:before {
      content: inherit; }
  .case-studies-wrapper.case-studies-style-1 .case-studies-info .case-studies-info-inner .case-studies-title {
    font-size: 26px;
    line-height: 36px; } }

@media (max-width: 375px) {
  .case-info-section .case-info ul {
    grid-template-columns: repeat(1, 1fr); }
  .case-info-section {
    padding: 25px; } }

/*****************************
	Owl Carousel
*****************************/
.owl-carousel.owl-nav-center {
  position: relative; }
  .owl-carousel.owl-nav-center .owl-nav {
    width: 100%;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    .owl-carousel.owl-nav-center .owl-nav button {
      height: 60px;
      width: 60px;
      border-radius: 100%;
      background-color: #23a455;
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s ease-in-out; }
      .owl-carousel.owl-nav-center .owl-nav button i {
        font-size: 22px;
        color: #ffffff; }
      .owl-carousel.owl-nav-center .owl-nav button.owl-prev {
        left: 0; }
      .owl-carousel.owl-nav-center .owl-nav button.owl-next {
        right: 0; }
  .owl-carousel.owl-nav-center:hover .owl-nav button {
    visibility: visible;
    opacity: 1; }
    .owl-carousel.owl-nav-center:hover .owl-nav button.owl-prev {
      left: 20px; }
    .owl-carousel.owl-nav-center:hover .owl-nav button.owl-next {
      right: 20px; }

.owl-carousel .owl-item img {
  width: auto;
  display: inherit; }

.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 20px; }

.owl-carousel button.owl-dot {
  width: 9px;
  height: 9px;
  background: #000000 !important;
  border-radius: 50%;
  margin-right: 10px;
  opacity: 0.5; }

.owl-carousel button.owl-dot.active {
  background: #23a455 !important;
  opacity: 1; }

.owl-carousel.slider-overflow .owl-stage-outer {
  overflow: visible; }

/*****************************
	Responsive
*****************************/
@media (max-width: 767px) {
  .owl-carousel .owl-nav {
    display: none; } }

/*************************
	Portfolio
*************************/
.portfolio-item {
  margin-bottom: 60px; }
  .portfolio-item .portfolio-img {
    margin-bottom: 25px;
    position: relative;
    overflow: hidden; }

/*my-shuffle*/
.my-shuffle-container {
  margin-left: -16px;
  margin-right: -16px; }
  .my-shuffle-container .grid-item {
    width: 33.33%;
    padding: 15px; }
    .my-shuffle-container .grid-item .portfolio-item {
      margin-bottom: 0px; }

.filters-group {
  display: table;
  margin: 0 auto 25px;
  text-align: center; }
  .filters-group button {
    margin: 0 5px 10px;
    padding: 6px 25px;
    cursor: pointer;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #ffffff;
    background: inherit;
    border: none;
    border: 1px solid rgba(131, 131, 131, 0.25);
    border-radius: 30px;
    transition: all 0.3s ease; }
    .filters-group button:hover {
      color: #23a455;
      border: 1px solid #23a455; }
  .filters-group button.active {
    color: #23a455;
    border: 1px solid #23a455; }

/*************************************
	shuffle
*************************************/
.my-shuffle-container.grid-style .grid-item {
  padding: 0 !important; }

.my-shuffle-container.columns-1 .grid-item {
  width: 100%;
  padding: 15px; }

.my-shuffle-container.columns-2 .grid-item {
  width: 50%;
  padding: 15px;
  float: left; }

.my-shuffle-container.columns-3 .grid-item {
  width: 33.33333333%;
  padding: 15px; }

.my-shuffle-container.columns-4 .grid-item {
  width: 25%;
  padding: 10px; }

.my-shuffle-container.columns-5 .grid-item {
  width: 20%;
  padding: 15px; }

.my-shuffle-container.columns-6 .grid-item {
  width: 16.666666%;
  padding: 0px; }

.my-shuffle-container.columns-2 .grid-item-full,
.my-shuffle-container.columns-3 .grid-item-full,
.my-shuffle-container.columns-4 .grid-item-full,
.my-shuffle-container.columns-5 .grid-item-full,
.my-shuffle-container.columns-6 .grid-item-full {
  width: 100%; }

/*************************
	Portfolio Fancy
*************************/
.portfolio-fancy-wrapper {
  display: flex;
  gap: 30px; }
  .portfolio-fancy-wrapper .portfolio-item {
    flex: 1;
    transition: 0.8s;
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0;
    height: 670px; }
    .portfolio-fancy-wrapper .portfolio-item .item-wrap-image {
      height: 100%;
      width: 100%;
      background-repeat: no-repeat;
      transition: 0.5s;
      z-index: 0;
      position: absolute;
      border-radius: 25px;
      background-position: center center;
      background-size: cover;
      object-fit: cover; }
      .portfolio-fancy-wrapper .portfolio-item .item-wrap-image img {
        display: none;
        border-radius: 25px; }
    .portfolio-fancy-wrapper .portfolio-item .item-info {
      position: absolute;
      top: auto;
      left: 60px;
      bottom: 40px;
      opacity: 0;
      visibility: hidden;
      transition: all 0.5s ease-in-out; }
      .portfolio-fancy-wrapper .portfolio-item .item-info .item-title {
        margin: 0;
        font-size: 22px;
        line-height: 30px;
        color: #ffffff;
        white-space: nowrap;
        padding: 10px 20px;
        font-weight: normal;
        background-color: #23a455;
        font-family: "Jost", sans-serif;
        border-radius: 10px 10px 10px 0px; }
      .portfolio-fancy-wrapper .portfolio-item .item-info .item-category {
        display: inline-block;
        color: #ffffff;
        white-space: nowrap;
        padding: 10px 15px;
        font-size: 18px;
        line-height: 26px;
        border-radius: 0px 0px 10px 10px;
        background-color: #000000; }
    .portfolio-fancy-wrapper .portfolio-item.active {
      flex: 5; }
      .portfolio-fancy-wrapper .portfolio-item.active .item-info {
        left: 40px;
        opacity: 1;
        transition-delay: 250ms;
        visibility: visible; }

/*****************************
	Responsive
*****************************/
@media (min-width: 1200px) {
  /* Portfolio Fancy */
  .container-fluid .portfolio-fancy-wrapper .portfolio-item {
    flex: 1.5; }
  .container-fluid .portfolio-fancy-wrapper .portfolio-item.active {
    flex: 5; } }

@media (max-width: 991px) {
  /* shuffle */
  .my-shuffle-container.columns-3 .grid-item {
    width: 50%;
    padding: 12px; }
  /* Portfolio Fancy */
  .portfolio-fancy-wrapper .portfolio-item .item-info {
    bottom: 30px; }
  .portfolio-fancy-wrapper .portfolio-item.active {
    flex: 4; }
    .portfolio-fancy-wrapper .portfolio-item.active .item-info {
      left: 30px;
      bottom: 30px; }
  .portfolio-fancy-wrapper .portfolio-item .item-info .item-title {
    font-size: 20px;
    line-height: 28px;
    padding: 10px; } }

@media (max-width: 767px) {
  /* shuffle */
  .my-shuffle-container {
    margin-left: 0px;
    margin-right: 0px; }
  .my-shuffle-container.columns-2 .grid-item,
  .my-shuffle-container .grid-item {
    width: 100%; }
  .my-shuffle-container .grid-item,
  .my-shuffle-container.columns-2 .grid-item,
  .my-shuffle-container.columns-3 .grid-item,
  .my-shuffle-container.columns-4 .grid-item,
  .my-shuffle-container.columns-5 .grid-item,
  .my-shuffle-container.columns-6 .grid-item {
    width: 50%;
    padding: 12px; }
  .my-shuffle-container.columns-2 .grid-item,
  .my-shuffle-container.columns-3 .grid-item,
  .my-shuffle-container.columns-4 .grid-item,
  .my-shuffle-container.columns-5 .grid-item,
  .my-shuffle-container.columns-6 .grid-item {
    padding: 12px 12px; }
  /* Portfolio Fancy */
  .portfolio-fancy-wrapper {
    gap: 24px;
    flex-wrap: wrap; }
    .portfolio-fancy-wrapper .portfolio-item {
      width: calc(50% - 12px);
      height: auto;
      flex: auto; }
      .portfolio-fancy-wrapper .portfolio-item.active {
        width: calc(50% - 12px);
        height: auto;
        flex: auto; }
        .portfolio-fancy-wrapper .portfolio-item.active .item-info {
          opacity: 1;
          visibility: visible;
          bottom: 15px;
          left: 15px; }
      .portfolio-fancy-wrapper .portfolio-item .item-wrap-image {
        width: auto;
        height: auto;
        position: relative; }
        .portfolio-fancy-wrapper .portfolio-item .item-wrap-image img {
          display: block; }
      .portfolio-fancy-wrapper .portfolio-item .item-info {
        opacity: 1;
        visibility: visible;
        bottom: 15px;
        left: 15px; }
        .portfolio-fancy-wrapper .portfolio-item .item-info .item-title {
          font-size: 16px;
          line-height: 24px; }
        .portfolio-fancy-wrapper .portfolio-item .item-info .item-category {
          padding: 8px 10px;
          font-size: 16px; } }

@media (max-width: 575px) {
  /*my-shuffle*/
  .filters-group button {
    font-size: 16px;
    padding: 6px 20px;
    line-height: 28px; }
  /* shuffle */
  .my-shuffle-container .grid-item,
  .my-shuffle-container.columns-2 .grid-item,
  .my-shuffle-container.columns-3 .grid-item,
  .my-shuffle-container.columns-4 .grid-item,
  .my-shuffle-container.columns-5 .grid-item,
  .my-shuffle-container.columns-6 .grid-item {
    width: 100%;
    padding: 12px 0px; }
  /* Portfolio Fancy */
  .portfolio-fancy-wrapper .portfolio-item,
  .portfolio-fancy-wrapper .portfolio-item.active {
    width: 100%; } }

@media (max-width: 479px) {
  /* Portfolio Fancy */
  .portfolio-fancy-wrapper .portfolio-item .item-info .item-title,
  .portfolio-fancy-wrapper .portfolio-item .item-info .item-category {
    font-size: 16px;
    padding: 5px 15px; } }

/*Pricing*/
.pricing-box {
  padding: 50px;
  border-radius: 20px;
  position: relative; }
  .pricing-box .pricing-ribbon {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    transform: rotate(90deg);
    width: 150px;
    overflow: hidden;
    height: 150px; }
    .pricing-box .pricing-ribbon .ribbon-inner {
      font-size: 18px;
      font-weight: 400;
      line-height: 30px;
      color: #07192f;
      background-color: #ffffff;
      text-transform: uppercase;
      text-align: center;
      left: 0;
      width: 200%;
      transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
      margin-top: 35px; }
  .pricing-box .pricing-header .pricing-icon {
    width: 50px;
    height: auto;
    margin-bottom: 20px;
    display: block; }
  .pricing-box .pricing-header .title {
    color: #000000;
    font-family: "Bai Jamjuree", serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 42px;
    margin-bottom: 0; }
  .pricing-box .pricing-header .subheading {
    display: block;
    line-height: 30px;
    color: #000000;
    margin-top: 5px; }
  .pricing-box .pricing-price {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 30px 0; }
    .pricing-box .pricing-price .price-currency {
      font-size: 18px;
      font-weight: 600;
      font-family: "Bai Jamjuree", serif;
      line-height: 1;
      align-self: flex-start;
      color: #000000;
      margin-right: 3px; }
    .pricing-box .pricing-price .price {
      font-size: 60px;
      font-weight: 600;
      line-height: .8;
      color: #000000;
      font-family: "Bai Jamjuree", serif; }
    .pricing-box .pricing-price .after-price {
      display: flex;
      flex-wrap: wrap;
      text-align: start;
      align-self: stretch;
      align-items: flex-start;
      justify-content: flex-end;
      flex-direction: column; }
      .pricing-box .pricing-price .after-price .typo-excluded {
        width: 100%;
        font-size: 20px;
        font-weight: 600;
        margin-top: 7px;
        color: #000000;
        font-family: "Bai Jamjuree", serif;
        line-height: normal;
        letter-spacing: normal;
        text-transform: none; }
  .pricing-box .pricing-content .package-desc {
    line-height: 30px;
    color: #000000;
    margin-bottom: 20px; }
  .pricing-box .pricing-content .package-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1; }
    .pricing-box .pricing-content .package-list li {
      font-family: "Jost", sans-serif;
      font-size: 17px;
      font-weight: 400;
      line-height: 30px;
      color: #000000;
      margin-bottom: 5px; }
      .pricing-box .pricing-content .package-list li i {
        margin-right: 10px; }
      .pricing-box .pricing-content .package-list li:last-child {
        margin-bottom: 0px; }
  .pricing-box .pricing-footer {
    padding-top: 30px; }
    .pricing-box .pricing-footer .btn {
      padding: 12px 24px;
      display: block; }
  .pricing-box.bg-light .pricing-footer .btn:hover {
    background-color: #07192f;
    color: #ffffff; }
  .pricing-box.active {
    background-color: #23a455; }
    .pricing-box.active .pricing-header .title {
      color: #ffffff; }
    .pricing-box.active .pricing-header .subheading {
      color: #ffffff; }
    .pricing-box.active .pricing-price .price-currency {
      color: #ffffff; }
    .pricing-box.active .pricing-price .price {
      color: #ffffff; }
    .pricing-box.active .pricing-price .after-price .typo-excluded {
      color: #ffffff; }
    .pricing-box.active .pricing-content .package-desc {
      color: #ffffff; }
    .pricing-box.active .pricing-content .package-list li {
      color: #ffffff; }
    .pricing-box.active .pricing-footer .btn {
      background-color: #07192f;
      color: #ffffff; }
      .pricing-box.active .pricing-footer .btn:hover {
        background-color: #ffffff;
        color: #07192f; }
  .pricing-box.bg-dark .pricing-header .title {
    color: #ffffff; }
  .pricing-box.bg-dark .pricing-header .subheading {
    color: #ffffff; }
  .pricing-box.bg-dark .pricing-price .price-currency {
    color: #ffffff; }
  .pricing-box.bg-dark .pricing-price .price {
    color: #ffffff; }
  .pricing-box.bg-dark .pricing-price .after-price .typo-excluded {
    color: #ffffff; }
  .pricing-box.bg-dark .pricing-content .package-desc {
    color: #ffffff; }
  .pricing-box.bg-dark .pricing-content .package-list li {
    color: #ffffff; }
  .pricing-box.bg-dark .pricing-footer .btn:hover {
    background-color: #ffffff;
    color: #07192f; }

/*pricing-tabs*/
.pgs-accordion {
  display: flex;
  flex-direction: column;
  gap: 15px;
  /* Accordion Light */ }
  .pgs-accordion .accordion-item {
    padding: 35px 40px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 20px;
    /* Accordion Content */
    /* Accordion Active Header */ }
    .pgs-accordion .accordion-item .accordion-header {
      gap: 130px;
      margin: 0;
      padding: 0;
      display: flex;
      cursor: pointer;
      align-items: center;
      justify-content: space-between; }
      .pgs-accordion .accordion-item .accordion-header .package-info {
        display: flex;
        gap: 20px;
        align-items: baseline; }
        .pgs-accordion .accordion-item .accordion-header .package-info .package-check {
          display: flex;
          align-items: center;
          justify-content: center;
          flex: 0 0 30px;
          height: 30px;
          width: 30px;
          border: 2px solid #8b87ab;
          border-radius: 100%; }
          .pgs-accordion .accordion-item .accordion-header .package-info .package-check i {
            opacity: 0;
            background: linear-gradient(130deg, #23a455 0%, #5CC4A1 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent; }
      .pgs-accordion .accordion-item .accordion-header .package-price {
        display: flex;
        align-items: baseline; }
        .pgs-accordion .accordion-item .accordion-header .package-price .price {
          font-size: 38px;
          line-height: 48px;
          margin: 0; }
        .pgs-accordion .accordion-item .accordion-header .package-price .period {
          font-size: 18px; }
      .pgs-accordion .accordion-item .accordion-header .package-title {
        margin-bottom: 5px; }
    .pgs-accordion .accordion-item .accordion-content {
      display: none;
      margin: 0;
      margin-top: 30px; }
      .pgs-accordion .accordion-item .accordion-content .content-inner {
        display: flex; }
        .pgs-accordion .accordion-item .accordion-content .content-inner .pricing-link {
          align-self: center; }
      .pgs-accordion .accordion-item .accordion-content .pricing-lists .pricing-list {
        display: flex;
        flex-wrap: wrap;
        gap: 25px 30px;
        padding: 0;
        margin: 0;
        list-style-type: none; }
        .pgs-accordion .accordion-item .accordion-content .pricing-lists .pricing-list li {
          display: flex;
          align-items: center;
          gap: 20px;
          font-size: 20px;
          width: calc(50% - 15px); }
      .pgs-accordion .accordion-item .accordion-content .pricing-link a {
        width: 70px;
        height: 70px;
        display: flex;
        position: relative;
        align-items: center;
        justify-content: center;
        border: 1px solid #ffffff;
        border-radius: 50px;
        transition: all 0.3s ease-in-out; }
        .pgs-accordion .accordion-item .accordion-content .pricing-link a:before {
          content: "";
          position: absolute;
          left: 5px;
          right: 5px;
          top: 5px;
          bottom: 5px;
          border-radius: 50px;
          background-color: #ffffff; }
        .pgs-accordion .accordion-item .accordion-content .pricing-link a svg {
          position: relative;
          width: 23px;
          height: 25px; }
          .pgs-accordion .accordion-item .accordion-content .pricing-link a svg path {
            stroke: #23a455; }
    .pgs-accordion .accordion-item.is-active {
      border: none;
      background-color: #23a455;
      /* Accordion Active Content */ }
      .pgs-accordion .accordion-item.is-active .accordion-header .package-name .package-title,
      .pgs-accordion .accordion-item.is-active .accordion-header .package-name .package-discount {
        color: #ffffff; }
      .pgs-accordion .accordion-item.is-active .accordion-header .package-price .price,
      .pgs-accordion .accordion-item.is-active .accordion-header .package-price .period {
        color: #ffffff; }
      .pgs-accordion .accordion-item.is-active .accordion-header .package-info .package-check {
        background: #ffffff;
        border-color: #ffffff; }
        .pgs-accordion .accordion-item.is-active .accordion-header .package-info .package-check i {
          opacity: 1; }
      .pgs-accordion .accordion-item.is-active .accordion-content .pricing-lists li {
        color: #ffffff; }
  .pgs-accordion.pgs-accordion-light .accordion-item:not(.accordion-item.is-active) {
    border-color: rgba(255, 255, 255, 0.2); }
    .pgs-accordion.pgs-accordion-light .accordion-item:not(.accordion-item.is-active) .package-info .package-discount {
      color: #ffffff; }
    .pgs-accordion.pgs-accordion-light .accordion-item:not(.accordion-item.is-active) .package-info .package-check {
      border-color: #ffffff; }
    .pgs-accordion.pgs-accordion-light .accordion-item:not(.accordion-item.is-active) .package-price .period {
      color: #ffffff; }

/*****************************
	Responsive
*****************************/
@media (max-width: 1399px) {
  .pgs-accordion .accordion-item .accordion-header {
    gap: 70px; } }

@media (max-width: 1199px) {
  .pricing-box {
    padding: 30px; } }

@media (max-width: 991px) {
  .pgs-accordion .accordion-item .accordion-content .pricing-lists .pricing-list {
    gap: 10px; }
    .pgs-accordion .accordion-item .accordion-content .pricing-lists .pricing-list li {
      width: 100%; } }

@media (max-width: 767px) {
  .pricing-box {
    padding: 35px; }
  .pgs-accordion .accordion-item .accordion-header {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    flex-direction: column; } }

@media (max-width: 575px) {
  .pgs-accordion .accordion-item .accordion-content .content-inner {
    flex-direction: column;
    gap: 25px; }
    .pgs-accordion .accordion-item .accordion-content .content-inner .pricing-link {
      align-self: flex-start; } }

/*****************************
	Countdown
*****************************/
.countdown-wrapper {
  display: flex;
  gap: 80px;
  justify-content: center; }
  .countdown-wrapper .countdown {
    position: relative;
    text-align: center; }
    .countdown-wrapper .countdown span {
      font-size: 130px;
      line-height: 110px;
      font-weight: 700;
      display: block;
      color: #07192f;
      position: relative; }
      .countdown-wrapper .countdown span:after {
        content: ":";
        color: #ffffff;
        position: absolute;
        right: -50px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 80px;
        font-weight: 600; }
    .countdown-wrapper .countdown:last-child span:after {
      content: normal; }
    .countdown-wrapper .countdown p {
      font-size: 32px;
      line-height: 40px;
      font-weight: normal;
      color: #ced0df;
      text-transform: capitalize;
      margin-top: 20px;
      margin-bottom: 0; }
  .countdown-wrapper.countdown-light .countdown span,
  .countdown-wrapper.countdown-light .countdown p, .countdown-wrapper.countdown-light .countdown:after {
    color: #ffffff; }

/*****************************
	Responsive
*****************************/
@media (max-width: 1199px) {
  .countdown-wrapper .countdown span {
    font-size: 100px;
    line-height: 90px; }
  .countdown-wrapper .countdown p {
    font-size: 28px;
    line-height: 34px; } }

@media (max-width: 991px) {
  .countdown-wrapper {
    gap: 50px; }
    .countdown-wrapper .countdown span {
      font-size: 70px;
      line-height: 60px; }
      .countdown-wrapper .countdown span:after {
        font-size: 50px;
        right: -33px; }
    .countdown-wrapper .countdown p {
      font-size: 20px;
      line-height: 30px; } }

@media (max-width: 767px) {
  .countdown-wrapper .countdown span {
    font-size: 56px;
    line-height: 56px; }
    .countdown-wrapper .countdown span:after {
      font-size: 32px;
      right: -30px; }
  .countdown-wrapper .countdown p {
    font-size: 16px;
    line-height: 22px; } }

@media (max-width: 575px) {
  .countdown-wrapper {
    gap: 30px; }
    .countdown-wrapper .countdown span {
      font-size: 30px;
      line-height: 30px; }
      .countdown-wrapper .countdown span:after {
        font-size: 28px;
        right: -18px; }
    .countdown-wrapper .countdown p {
      margin-top: 10px; } }

/*****************************
	Button
*****************************/
.btn {
  gap: 10px;
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  padding: 15px 50px;
  white-space: nowrap;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  border-radius: 50px;
  background-color: #23a455;
  border: none;
  transition: all 0.35s ease-in-out; }
  .btn svg {
    transition: all 0.35s ease-in-out; }
  .btn:hover, .btn:focus, .btn:focus-visible, .btn:active, .btn:first-child:active {
    border: none;
    color: #000f22;
    background-color: #ffffff;
    animation: btn-effect 1s ease-in-out; }
    .btn:hover svg, .btn:focus svg, .btn:focus-visible svg, .btn:active svg, .btn:first-child:active svg {
      fill: #000f22; }
  .btn.btn-white {
    color: #000f22;
    background-color: #ffffff; }
    .btn.btn-white svg {
      fill: #000f22; }
    .btn.btn-white:hover, .btn.btn-white:focus, .btn.btn-white:focus-visible, .btn.btn-white:active {
      color: #ffffff;
      background-color: #07192f; }
      .btn.btn-white:hover svg, .btn.btn-white:focus svg, .btn.btn-white:focus-visible svg, .btn.btn-white:active svg {
        fill: #ffffff; }
  .btn.btn-dark {
    background-color: #000f22; }
    .btn.btn-dark:hover, .btn.btn-dark:focus, .btn.btn-dark:focus-visible, .btn.btn-dark:active {
      background-color: #ffffff;
      color: #000f22; }

/* Small Button Arrow ----------------*/
.btn-arrow {
  width: 50px;
  height: 50px;
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  padding-top: 4px;
  padding-right: 4px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  transition: all 0.3s ease-in-out; }
  .btn-arrow svg {
    position: relative; }
    .btn-arrow svg path {
      stroke: #ffffff;
      transition: all 0.3s ease-in-out; }
  .btn-arrow:after {
    content: "";
    position: absolute;
    left: -4px;
    bottom: -4px;
    opacity: 1;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease-in-out;
    border-radius: 50px; }
  .btn-arrow:hover, .btn-arrow:focus, .btn-arrow:focus-visible, .btn-arrow:active {
    border: 1px solid #23a455; }
    .btn-arrow:hover svg path, .btn-arrow:focus svg path, .btn-arrow:focus-visible svg path, .btn-arrow:active svg path {
      stroke: #23a455; }
    .btn-arrow:hover:after, .btn-arrow:focus:after, .btn-arrow:focus-visible:after, .btn-arrow:active:after {
      border: 1px solid #23a455; }

/* Apply Button ----------------*/
.btn-arrow.btn-apply {
  width: 160px;
  height: 160px;
  gap: 12px;
  padding-top: 6px;
  flex-direction: column;
  padding-right: 6px;
  border-radius: 100%; }
  .btn-arrow.btn-apply:after {
    left: -6px;
    bottom: -6px;
    border-radius: 100%; }
  .btn-arrow.btn-apply span {
    color: #ffffff;
    transition: all 0.3s ease-in-out; }
  .btn-arrow.btn-apply:hover span {
    color: #23a455; }

/* Button Arrow Up----------------*/
.btn-arrow-up {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 70px;
  height: 70px;
  padding: 0;
  z-index: 0;
  border-radius: 100%;
  border: 1px solid rgba(131, 131, 131, 0.25);
  transition: all 0.3s ease-in-out; }
  .btn-arrow-up:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 0;
    width: 0;
    background-color: #ffffff;
    transition: all 0.3s ease-in-out;
    z-index: -1;
    border-radius: 100%; }
  .btn-arrow-up:hover {
    border: 1px solid transparent; }
    .btn-arrow-up:hover:before {
      height: 100%;
      width: 100%; }
    .btn-arrow-up:hover svg path {
      stroke: #07192f; }

.btn-link {
  display: inline-block;
  color: #23a455; }
  .btn-link svg {
    fill: #23a455;
    margin-left: 5px; }
  .btn-link:hover, .btn-link:focus, .btn-link:focus-visible, .btn-link:active {
    color: #23a455; }

@keyframes btn-effect {
  16.65% {
    transform: translateX(8px); }
  33.3% {
    transform: translateX(-6px); }
  49.95% {
    transform: translateX(4px); }
  66.6% {
    transform: translateX(-2px); }
  83.25% {
    transform: translateX(1px); }
  100% {
    transform: translateX(0); } }

/*****************************
	Responsive
*****************************/
@media (max-width: 767px) {
  .btn {
    padding: 12px 40px; } }

@media (max-width: 575px) {
  .btn {
    padding: 10px 35px; } }

/*****************************
	Counter
*****************************/
.pgsel-history-slider-wrapper .history-items {
  display: flex;
  position: relative;
  gap: 35px;
  flex-direction: column;
  padding-left: 80px;
  margin-left: 25px;
  counter-reset: h-item-counter; }
  .pgsel-history-slider-wrapper .history-items:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    width: 1px;
    background: rgba(255, 255, 255, 0.07); }
  .pgsel-history-slider-wrapper .history-items .history-item {
    position: relative;
    left: 0;
    padding: 50px;
    background: #07192f;
    border-radius: 25px;
    transition: all 0.25s ease-in-out; }
    .pgsel-history-slider-wrapper .history-items .history-item .history-number {
      position: absolute;
      left: -105px;
      top: 45px;
      width: 50px;
      height: 50px;
      background: #23a455;
      color: #ffffff;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 100%;
      transform: scale(1);
      transition: all 0.25s ease-in-out; }
      .pgsel-history-slider-wrapper .history-items .history-item .history-number:before {
        counter-increment: h-item-counter;
        content: counter(h-item-counter); }
    .pgsel-history-slider-wrapper .history-items .history-item .history-year {
      margin-bottom: 20px;
      font-size: 60px;
      line-height: 50px;
      -webkit-text-stroke-width: 1px;
      stroke-width: 1px;
      -webkit-text-stroke-color: rgba(255, 255, 255, 0.25);
      stroke: rgba(255, 255, 255, 0.25);
      color: transparent; }
    .pgsel-history-slider-wrapper .history-items .history-item .history-title {
      font-size: 22px;
      font-weight: 600;
      line-height: 32px;
      margin-bottom: 10px;
      color: #ffffff;
      text-transform: capitalize; }
    .pgsel-history-slider-wrapper .history-items .history-item .history-content {
      margin: 0;
      color: #ced0df; }
    .pgsel-history-slider-wrapper .history-items .history-item:hover {
      left: 30px; }
      .pgsel-history-slider-wrapper .history-items .history-item:hover .history-number {
        left: -135px;
        transform: scale(1.3); }
    .pgsel-history-slider-wrapper .history-items .history-item:nth-child(-n + 9) .history-number:before {
      content: "0" counter(h-item-counter); }
  .pgsel-history-slider-wrapper .history-items.history-style-02 {
    display: flex;
    gap: 40px;
    flex-direction: column;
    padding-left: 50px;
    margin-left: 0;
    border: 0; }
    .pgsel-history-slider-wrapper .history-items.history-style-02:before {
      display: none; }
    .pgsel-history-slider-wrapper .history-items.history-style-02 .history-item {
      position: relative;
      background-color: transparent;
      padding: 60px 50px;
      border: 1px solid rgba(255, 255, 255, 0.07);
      border-radius: 25px; }
      .pgsel-history-slider-wrapper .history-items.history-style-02 .history-item .history-year-small {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 30px;
        color: #23a455; }
      .pgsel-history-slider-wrapper .history-items.history-style-02 .history-item .history-item-info {
        display: flex;
        gap: 30px; }
        .pgsel-history-slider-wrapper .history-items.history-style-02 .history-item .history-item-info .history-year {
          font-size: 110px;
          writing-mode: vertical-lr;
          transform: scale(-1);
          align-self: center;
          line-height: normal;
          color: transparent;
          margin: 0;
          -webkit-text-stroke: 1px rgba(255, 255, 255, 0.07); }
        .pgsel-history-slider-wrapper .history-items.history-style-02 .history-item .history-item-info .history-content {
          margin: 0; }
          .pgsel-history-slider-wrapper .history-items.history-style-02 .history-item .history-item-info .history-content blockquote {
            font-size: 18px;
            line-height: 30px;
            color: #ced0df;
            margin: 15px 0px;
            padding: 0;
            padding-left: 15px; }
      .pgsel-history-slider-wrapper .history-items.history-style-02 .history-item:hover {
        left: 0px; }

/*****************************
	Responsive
*****************************/
@media (max-width: 1199px) {
  .pgsel-history-slider-wrapper .history-items {
    padding-left: 40px; }
    .pgsel-history-slider-wrapper .history-items .history-item .history-number {
      left: -65px; }
    .pgsel-history-slider-wrapper .history-items .history-item:hover {
      left: 0px; }
      .pgsel-history-slider-wrapper .history-items .history-item:hover .history-number {
        left: -65px; }
    .pgsel-history-slider-wrapper .history-items.history-style-02 {
      gap: 30px;
      padding-left: 30px; }
      .pgsel-history-slider-wrapper .history-items.history-style-02 .history-item {
        padding: 40px 30px; }
        .pgsel-history-slider-wrapper .history-items.history-style-02 .history-item .history-item-info {
          gap: 20px; }
          .pgsel-history-slider-wrapper .history-items.history-style-02 .history-item .history-item-info .history-year {
            font-size: 80px; } }

@media (max-width: 991px) {
  .pgsel-history-slider-wrapper .history-items {
    padding-left: 80px; }
    .pgsel-history-slider-wrapper .history-items .history-item .history-number {
      left: -105px; }
    .pgsel-history-slider-wrapper .history-items .history-item:hover {
      left: 0px; }
      .pgsel-history-slider-wrapper .history-items .history-item:hover .history-number {
        left: -105px; }
    .pgsel-history-slider-wrapper .history-items.history-style-02 {
      padding-left: 0; } }

@media (max-width: 767px) {
  .pgsel-history-slider-wrapper .history-items {
    padding-left: 60px; }
    .pgsel-history-slider-wrapper .history-items .history-item {
      padding: 24px; }
      .pgsel-history-slider-wrapper .history-items .history-item .history-number {
        left: -85px; }
      .pgsel-history-slider-wrapper .history-items .history-item .history-year {
        font-size: 50px;
        line-height: 50px; }
      .pgsel-history-slider-wrapper .history-items .history-item:hover {
        left: 0px; }
        .pgsel-history-slider-wrapper .history-items .history-item:hover .history-number {
          left: -85px; }
    .pgsel-history-slider-wrapper .history-items.history-style-02 .history-item {
      padding: 40px 30px; }
      .pgsel-history-slider-wrapper .history-items.history-style-02 .history-item .history-item-info {
        gap: 10px;
        flex-direction: column; }
        .pgsel-history-slider-wrapper .history-items.history-style-02 .history-item .history-item-info .history-year {
          font-size: 110px;
          writing-mode: inherit;
          transform: inherit;
          align-self: auto; } }

@media (max-width: 575px) {
  .pgsel-history-slider-wrapper .history-items {
    gap: 25px;
    margin-left: 25px;
    padding-left: 25px; }
    .pgsel-history-slider-wrapper .history-items .history-item .history-number {
      left: -45px;
      width: 40px;
      height: 40px; }
    .pgsel-history-slider-wrapper .history-items .history-item .history-year {
      font-size: 42px;
      line-height: 42px;
      margin-bottom: 15px; }
    .pgsel-history-slider-wrapper .history-items .history-item:hover .history-number {
      left: -50px; }
    .pgsel-history-slider-wrapper .history-items.history-style-02 .history-item .history-year-small {
      margin-bottom: 0px; }
    .pgsel-history-slider-wrapper .history-items.history-style-02 .history-item .history-item-info .history-year {
      font-size: 70px; } }

/*****************************
  Form Control
*****************************/
form .form-control {
  position: relative;
  font-size: 18px;
  line-height: 30px;
  border-radius: 0px;
  padding: 15px 0px;
  border: none;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #ffffff;
  margin-bottom: 15px; }
  form .form-control::-ms-input-placeholder {
    color: #ced0df; }
  form .form-control::placeholder {
    color: #ced0df; }
  form .form-control:focus {
    color: #ffffff;
    box-shadow: none;
    border-color: #23a455;
    background: transparent; }

form textarea.form-control {
  margin-bottom: 30px; }
  form textarea.form-control.pre-textarea {
    margin-bottom: 15px; }

form.form-style-border .form-control {
  padding: 15px 20px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.07); }
  form.form-style-border .form-control:focus {
    border-color: #23a455; }

form.form-style-fill .form-control {
  padding: 15px 20px;
  border-radius: 5px;
  background-color: #ffffff;
  color: #07192f;
  border: none; }
  form.form-style-fill .form-control::-ms-input-placeholder {
    color: #838383; }
  form.form-style-fill .form-control::placeholder {
    color: #838383; }
  form.form-style-fill .form-control:focus {
    border-color: transparent; }

.form-check {
  padding-left: 0;
  min-height: auto;
  margin-bottom: 0;
  display: flex;
  gap: 10px; }
  .form-check .form-check-input {
    float: none;
    width: 20px;
    height: 20px;
    margin: 0;
    margin-top: 5px;
    border: 2px solid rgba(255, 255, 255, 0.07); }

.form-check .form-check-input:checked {
  background-color: #23a455; }

input[type="search"]::-webkit-search-cancel-button {
  margin-left: 10px; }

/*****************************
	Responsive
*****************************/
@media (max-width: 575px) {
  form .form-control {
    padding: 10px 0px; }
  form.form-style-border .form-control {
    padding: 10px 15px; }
  form.form-style-fill .form-control {
    padding: 10px 15px; } }

/*****************************
  Range Slider
*****************************/
.irs--flat .irs-line {
  height: 8px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.07); }

.irs--flat .irs-bar {
  background-color: #23a455;
  background: linear-gradient(130deg, #23a455 0%, #5CC4A1 100%);
  height: 8px; }

.irs--flat .irs-from {
  background: transparent;
  color: #ced0df;
  font-size: 18px;
  top: -7px; }
  .irs--flat .irs-from:before {
    display: none; }

.irs--flat .irs-to {
  background: transparent;
  color: #ced0df;
  font-size: 18px;
  top: -7px; }
  .irs--flat .irs-to:before {
    display: none; }

.irs--flat .irs-single {
  background: transparent;
  color: #ced0df;
  font-size: 18px;
  top: -7px; }
  .irs--flat .irs-single:before {
    display: none; }

.irs--flat .irs-handle > i:first-child {
  background: #23a455;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  cursor: pointer;
  transition: all 0.3s ease-in-out; }

.irs--flat .irs-handle.to > i:first-child {
  left: auto;
  right: 0; }

.irs--flat .irs-handle:hover > i:first-child {
  background: #23a455; }

.irs--flat .irs-handle.state_hover > i:first-child {
  background: #23a455; }

/*****************************
  List style
*****************************/
.list-wrapper .list {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
  flex-direction: column;
  list-style-type: none; }
  .list-wrapper .list li {
    display: flex;
    gap: 15px;
    align-items: baseline;
    font-weight: 400; }
    .list-wrapper .list li a {
      color: #ced0df; }
      .list-wrapper .list li a:hover {
        color: #23a455; }
  .list-wrapper .list.list-style-disc li {
    display: list-item;
    list-style: inside;
    list-style-type: disc; }
  .list-wrapper .list.col-2 {
    width: 100%;
    gap: 10px 30px;
    flex-wrap: wrap;
    flex-direction: inherit; }
    .list-wrapper .list.col-2 li {
      width: calc(50% - 15px); }

.list-wrapper.list-style-2 .list {
  gap: 10px; }
  .list-wrapper.list-style-2 .list li {
    font-size: inherit;
    gap: 20px; }
    .list-wrapper.list-style-2 .list li i {
      color: #23a455; }

.list-wrapper.list-light .list li {
  color: #ffffff; }
  .list-wrapper.list-light .list li a {
    color: #ffffff; }
    .list-wrapper.list-light .list li a:hover {
      color: #23a455; }

@media (max-width: 575px) {
  .list-wrapper .list.col-2 li {
    width: 100%; } }

/*****************************
	Marquee style
*****************************/
.marquee-wrapper {
  overflow: hidden;
  /* Marquee style 2 */
  /* Marquee style 3 */ }
  .marquee-wrapper .marquee-inner {
    display: flex;
    align-items: center;
    gap: 50px;
    width: 100%;
    position: relative;
    white-space: nowrap;
    animation: marquee 30s linear infinite; }
    .marquee-wrapper .marquee-inner .marquee-item {
      display: flex;
      flex: none;
      align-items: center;
      gap: 50px;
      padding-bottom: 1px; }
      .marquee-wrapper .marquee-inner .marquee-item .icon svg {
        width: 52px;
        height: auto;
        fill: #23a455; }
      .marquee-wrapper .marquee-inner .marquee-item .title {
        font-family: "Bai Jamjuree", serif;
        font-size: 80px;
        font-weight: 700;
        line-height: normal;
        color: transparent;
        -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
        transition: all 0.3s ease-in-out; }
      .marquee-wrapper .marquee-inner .marquee-item:hover .title {
        color: #ffffff; }
  .marquee-wrapper.marquee-style-2 .marquee-inner {
    gap: 60px; }
    .marquee-wrapper.marquee-style-2 .marquee-inner .marquee-item {
      gap: 15px; }
      .marquee-wrapper.marquee-style-2 .marquee-inner .marquee-item .title {
        font-size: 42px;
        line-height: 52px; }
  .marquee-wrapper.marquee-style-3 .marquee-inner {
    gap: 60px; }
    .marquee-wrapper.marquee-style-3 .marquee-inner .marquee-item .title {
      font-size: 150px;
      line-height: 150px; }

/* Marquee Right */
.marquee-wrapper.marquee-right .marquee-inner {
  animation: marqueeRight 50s linear infinite; }

.marquee-wrapper.marquee-fade {
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0), #000000 20%, #000000 80%, rgba(0, 0, 0, 0)); }

.awards-wrapper.case-studies .awards-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07); }
  .awards-wrapper.case-studies .awards-item .item-inner {
    gap: 30px; }
    .awards-wrapper.case-studies .awards-item .item-inner .awards-name {
      font-size: 22px;
      line-height: 34px; }
  .awards-wrapper.case-studies .awards-item:hover {
    border-bottom: 1px solid #23a455; }

/*------------------------
	Keyframes Animation
-------------------------*/
@keyframes marquee {
  0% {
    transform: translateX(0); }
  100% {
    transform: translatex(-100%); } }

@keyframes marqueeRight {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translatex(0); } }

/*****************************
	Responsive
*****************************/
@media (max-width: 767px) {
  .marquee-wrapper .marquee-inner {
    animation-duration: 10s;
    gap: 30px; }
    .marquee-wrapper .marquee-inner .marquee-item {
      gap: 20px; }
      .marquee-wrapper .marquee-inner .marquee-item .icon svg {
        width: 35px;
        height: auto;
        fill: #23a455; }
      .marquee-wrapper .marquee-inner .marquee-item .title {
        font-size: 36px; }
  .marquee-wrapper.marquee-style-2 .marquee-inner {
    gap: 30px; }
  .marquee-wrapper.marquee-style-3 .marquee-inner .marquee-item .title {
    font-size: 100px;
    line-height: 100px; }
  /* Marquee Right */
  .marquee-wrapper.marquee-right .marquee-inner {
    animation-duration: 10s; } }

@media (max-width: 575px) {
  .marquee-wrapper.marquee-style-3 .marquee-inner {
    gap: 35px; }
    .marquee-wrapper.marquee-style-3 .marquee-inner .marquee-item .title {
      font-size: 70px;
      line-height: 70px; } }

/*****************************
  Skill
*****************************/
.skill {
  position: relative;
  width: 100%;
  height: 10px;
  margin: 35px 0 20px 0;
  border-radius: 10px; }
  .skill:not(:first-child) {
    margin-top: 64px; }
  .skill:last-child {
    margin-bottom: 0; }
  .skill:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 1px solid rgba(131, 131, 131, 0.25);
    border-radius: 10px; }

.skill-bar {
  position: relative;
  z-index: 1;
  height: 100%;
  border-radius: 10px;
  padding: 0px;
  background-color: #23a455;
  box-shadow: none;
  transition: width .9s ease;
  -webkit-transition: width .9s ease;
  -o-transition: width .9s ease;
  -ms-transition: width .9s ease;
  -moz-transition: width .9s ease; }
  .skill-bar .progress-number {
    color: #ced0df;
    float: right;
    margin-top: -18px;
    position: absolute;
    right: 0;
    top: -15px;
    font-size: 18px;
    font-weight: 500;
    right: 18px; }
  .skill-bar .progress-type {
    color: #ced0df;
    float: right;
    margin-top: -18px;
    position: absolute;
    right: 0;
    top: -15px;
    font-size: 18px;
    font-weight: 500; }

.skill-title {
  color: #ced0df;
  font-size: 18px;
  font-weight: 500;
  position: absolute;
  text-align: left;
  margin-left: 0;
  margin-top: -35px; }
  .skill-title > i {
    margin-right: 8px; }

/*****************************
	Select Custom
*****************************/
.nice-select {
  font-size: inherit;
  color: #ced0df;
  box-shadow: none; }
  .nice-select .list {
    width: 100%; }
    .nice-select .list .option {
      font-size: 18px; }
      .nice-select .list .option.selected {
        color: #ffffff;
        font-weight: 500;
        background-color: #23a455;
        background: linear-gradient(130deg, #23a455 0%, #5CC4A1 100%); }
  .nice-select.form-control {
    width: 100%;
    height: auto; }
  .nice-select:after {
    width: 10px;
    height: 10px;
    right: 8px;
    margin-top: -6px;
    border-bottom-color: #ced0df;
    border-right-color: #ced0df; }

/*-------------------------*/
/* Form Style Border */
/*-------------------------*/
.form-style-border .nice-select:after {
  right: 25px; }

/*****************************
	Video Button
*****************************/
.video-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding: 80px;
  height: 570px;
  display: flex;
  align-items: flex-end;
  z-index: 9;
  /* Video Style 2	*/ }
  .video-wrapper.video-primary-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(30deg, #23a455 15%, transparent 60%);
    z-index: -1; }
  .video-wrapper.video-gradient-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: transparent;
    background-image: linear-gradient(180deg, transparent 0%, rgba(4, 7, 17, 0.6) 100%);
    z-index: -1; }
  .video-wrapper.video-dark-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: -1; }
  .video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -2; }
  .video-wrapper .video-btn {
    position: relative;
    height: 100px;
    width: 100px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff;
    /* Video Button Style 2	*/ }
    .video-wrapper .video-btn:before {
      content: "";
      background-color: #ffffff;
      height: 100%;
      width: 100%;
      border-radius: 100%;
      position: absolute;
      top: 0;
      left: 0;
      transform: scale(0);
      transition: all 0.4s ease-in-out; }
    .video-wrapper .video-btn i {
      font-size: 24px;
      color: #ffffff;
      transition: all 0.4s ease-in-out;
      z-index: 1; }
    .video-wrapper .video-btn:hover:before {
      transform: scale(1); }
    .video-wrapper .video-btn:hover i {
      color: #000000; }
    .video-wrapper .video-btn.video-btn-style-2 {
      height: 70px;
      width: 70px;
      border: none;
      background-color: #ffffff; }
      .video-wrapper .video-btn.video-btn-style-2:before {
        background-color: #23a455; }
      .video-wrapper .video-btn.video-btn-style-2 i {
        font-size: 20px;
        color: #000000; }
      .video-wrapper .video-btn.video-btn-style-2:hover i {
        color: #ffffff; }
  .video-wrapper .video-content {
    width: 55%;
    display: flex;
    flex-direction: column;
    gap: 20px; }
    .video-wrapper .video-content .video-title {
      margin-bottom: 0;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    .video-wrapper .video-content p {
      margin-bottom: 0;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden; }
  .video-wrapper.video-style-2 {
    height: 230px;
    padding: 30px; }
    .video-wrapper.video-style-2 .video-btn-wrapper {
      display: flex;
      align-items: center;
      gap: 15px; }
      .video-wrapper.video-style-2 .video-btn-wrapper span {
        font-size: 20px;
        line-height: 32px;
        font-family: "Bai Jamjuree", serif;
        font-weight: 600;
        color: #ffffff; }

/*****************************
	Responsive
*****************************/
@media (max-width: 991px) {
  .video-wrapper {
    height: 500px;
    padding: 50px; }
    .video-wrapper .video-content {
      width: 70%; } }

@media (max-width: 767px) {
  .video-wrapper {
    height: 400px;
    padding: 30px; }
    .video-wrapper .video-btn {
      height: 80px;
      width: 80px; }
    .video-wrapper .video-content {
      width: 100%;
      gap: 15px; } }

@media (max-width: 575px) {
  .video-wrapper {
    padding: 20px; }
    .video-wrapper .video-btn {
      height: 70px;
      width: 70px; }
      .video-wrapper .video-btn i {
        font-size: 20px;
        color: #ffffff;
        transition: all 0.4s ease-in-out;
        z-index: 1; }
      .video-wrapper .video-btn.video-btn-style-2 {
        height: 60px;
        width: 60px; }
        .video-wrapper .video-btn.video-btn-style-2 i {
          font-size: 16px; }
    .video-wrapper .video-content {
      gap: 10px; }
      .video-wrapper .video-content .video-title {
        font-size: 22px;
        line-height: 32px; }
    .video-wrapper.video-style-2 {
      padding: 20px; } }

/*****************************
	Header
*****************************/
/*---------------------------------*/
/* Header default */
/*---------------------------------*/
.header {
  width: 100%;
  position: relative;
  z-index: 999;
  background-color: transparent;
  padding: 0px 28px;
  /*navbar-brand*/
  /*navbar*/
  /*search*/ }
  .header .main-header {
    flex: 0 auto;
    justify-content: start;
    align-items: unset; }
  .header .navbar-brand {
    padding: 30px 0px;
    margin-right: 30px;
    color: #ffffff;
    min-width: 220px;
    flex: 0 0 220px;
    display: inline-block;
    transition: none; }
    .header .navbar-brand img {
      height: 60px; }
      .header .navbar-brand img.sticky {
        display: none; }
  .header .navbar {
    padding: 0px; }
    .header .navbar .navbar-nav {
      gap: 0 40px; }
      .header .navbar .navbar-nav > li {
        margin: 0px 0px;
        display: flex;
        position: relative;
        align-items: center; }
        .header .navbar .navbar-nav > li:first-child {
          margin-left: 0px; }
        .header .navbar .navbar-nav > li:last-child {
          margin-right: 0px; }
        .header .navbar .navbar-nav > li .nav-link {
          position: relative;
          transition: all 0.3s ease-in-out;
          left: 0;
          font-size: 18px;
          line-height: 30px;
          font-weight: 500;
          padding: 0px;
          color: #ffffff;
          text-transform: capitalize;
          display: flex;
          align-items: center;
          gap: 7px; }
          .header .navbar .navbar-nav > li .nav-link i {
            font-weight: bold;
            font-size: 13px; }
          .header .navbar .navbar-nav > li .nav-link:hover {
            color: #23a455; }
      .header .navbar .navbar-nav .nav-item:has(.megamenu) {
        position: inherit; }
      .header .navbar .navbar-nav .nav-item.active .nav-link {
        color: #23a455; }
      .header .navbar .navbar-nav .nav-title {
        margin-top: 0px;
        margin-bottom: 5px;
        padding: 5px 25px;
        font-size: 18px;
        color: #ffffff; }
    .header .navbar .dropdown-menu {
      padding: 20px 0px;
      z-index: 999; }
      .header .navbar .dropdown-menu li a i {
        margin-left: auto; }
  .header .search ul li a {
    font-size: 20px;
    color: #ffffff; }
    .header .search ul li a:hover {
      color: #23a455; }

/*---------------------------------*/
/*Hamburger*/
/*---------------------------------*/
.hamburger {
  padding: 0px;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  line-height: 1;
  background-color: transparent; }
  .hamburger .hamburger-container {
    position: relative;
    width: 24px;
    height: 18px;
    display: inline-block; }
    .hamburger .hamburger-container .hamburger-inner {
      position: absolute;
      width: 100%;
      height: 2px;
      top: 50%;
      transform: translate(5px, -50%);
      background-color: #ffffff;
      transition-property: transform, opacity;
      transition-timing-function: ease;
      transition-duration: 0.5s;
      opacity: 1; }
      .hamburger .hamburger-container .hamburger-inner:before {
        position: absolute;
        content: "";
        transform: translate(-5px, 0);
        top: -8px;
        width: 100%;
        height: 2px;
        background-color: #ffffff;
        transition-property: transform, opacity;
        transition-timing-function: ease;
        transition-duration: 0.5s;
        opacity: 1; }
      .hamburger .hamburger-container .hamburger-inner:after {
        position: absolute;
        content: "";
        top: 8px;
        transform: translate(-5px, 0);
        width: 100%;
        height: 2px;
        background-color: #ffffff;
        transition-property: transform, opacity;
        transition-timing-function: ease;
        transition-duration: 0.5s;
        opacity: 1; }
    .hamburger .hamburger-container .hamburger-hidden {
      position: absolute;
      top: 50%;
      transform: translate(51px, -50%);
      width: 100%;
      height: 2px;
      background-color: #23a455;
      opacity: 0;
      transition-duration: 0.5s;
      transition-property: transform, opacity;
      transition-timing-function: ease; }
      .hamburger .hamburger-container .hamburger-hidden:before {
        position: absolute;
        content: "";
        top: -9px;
        width: 100%;
        height: 2px;
        background-color: #23a455;
        transition-duration: 0.5s;
        transition-property: transform, opacity;
        transition-timing-function: ease;
        transform: translate(102px, 0); }
      .hamburger .hamburger-container .hamburger-hidden:after {
        position: absolute;
        content: "";
        top: 9px;
        transform: translate(102px, 0);
        width: 100%;
        height: 2px;
        background-color: #23a455;
        transition-property: transform, opacity;
        transition-timing-function: ease;
        transition-duration: 0.4s; }
  .hamburger:hover .hamburger-inner {
    transform: translate(-51px, 50%);
    opacity: 0; }
    .hamburger:hover .hamburger-inner:before {
      transform: translate(102px, 0);
      opacity: 0; }
    .hamburger:hover .hamburger-inner:after {
      transform: translate(102px, 0);
      opacity: 0; }
  .hamburger:hover .hamburger-hidden {
    opacity: 1;
    transform: translate(0, -50%); }
    .hamburger:hover .hamburger-hidden:before {
      opacity: 1;
      transform: translate(0, 0); }
    .hamburger:hover .hamburger-hidden:after {
      opacity: 1;
      transform: translate(0, 0); }

/*---------------------------------*/
/* Header Sticky */
/*---------------------------------*/
header.header.header-sticky.is-sticky {
  position: fixed;
  background: #07192f;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.05);
  top: -110px;
  animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both; }
  header.header.header-sticky.is-sticky.sticky-show {
    top: 0; }
  header.header.header-sticky.is-sticky .navbar .navbar-brand img {
    height: 42px; }
    header.header.header-sticky.is-sticky .navbar .navbar-brand img.sticky {
      display: block; }

@keyframes stickySlideDown {
  0% {
    opacity: 0.7;
    transform: translateY(-100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.header li > .dropdown-item:focus {
  color: #23a455;
  background: none; }

.header li > .dropdown-item:hover {
  color: #23a455;
  background: none; }

.header .dropdown-item.active {
  background: none; }

.header .dropdown-item:active {
  background: none; }

.header .dropdown-item:focus {
  background: none; }

.header .dropdown-item:hover {
  background: none; }

.header .dropdown-toggle::after {
  content: none; }

.header .navbar-collapse {
  align-items: inherit;
  position: relative;
  flex-grow: inherit; }

.navbar .dropdown > .dropdown-menu li > a {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  padding: 5px 25px;
  border-radius: 0px;
  position: relative;
  color: #ffffff;
  font-family: "Jost", sans-serif; }
  .navbar .dropdown > .dropdown-menu li > a:hover {
    color: #23a455;
    padding-left: 35px; }
    .navbar .dropdown > .dropdown-menu li > a:hover span:before {
      width: 100%; }

.navbar .navbar-nav .dropdown-menu li.active > a span {
  color: #23a455; }
  .navbar .navbar-nav .dropdown-menu li.active > a span:before {
    width: 100%; }

/*---------------------------------*/
/* Search */
/*---------------------------------*/
.action-group {
  gap: 30px;
  display: flex;
  align-items: center;
  margin-left: 30px; }
  .action-group .header-phone-number {
    display: flex;
    align-items: center;
    padding: 8px 25px;
    border-radius: 50px;
    margin-left: 10px !important;
    border: 1px solid #23a455;
    font-size: 20px;
    line-height: 30px; }
    .action-group .header-phone-number i {
      color: #23a455;
      margin-right: 15px; }
    .action-group .header-phone-number a {
      white-space: nowrap;
      color: #ffffff; }
      .action-group .header-phone-number a:hover {
        color: #23a455; }

/*---------------------------------*/
/*offcanvas*/
/*---------------------------------*/
.offcanvas .offcanvas-header {
  padding: 40px 50px 0px 50px; }

.offcanvas .btn-close {
  display: flex;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  background: #000000;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  margin: 0px;
  padding: 0px;
  font-size: 24px;
  color: #ffffff !important; }
  .offcanvas .btn-close:hover {
    color: #23a455 !important; }
  .offcanvas .btn-close:focus {
    box-shadow: none; }

.offcanvas .offcanvas-body {
  padding: 50px;
  padding-top: 0; }
  .offcanvas .offcanvas-body .about-us-box .title {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 15px;
    color: #07192f;
    font-weight: 600; }
  .offcanvas .offcanvas-body .about-us-box p {
    color: #838383;
    margin-bottom: 0; }
  .offcanvas .offcanvas-body .widget-social {
    margin: 40px 0; }
    .offcanvas .offcanvas-body .widget-social .social-icon {
      flex-direction: column;
      align-items: flex-start;
      gap: 15px; }
      .offcanvas .offcanvas-body .widget-social .social-icon li {
        display: flex;
        align-items: center;
        gap: 20px; }
        .offcanvas .offcanvas-body .widget-social .social-icon li .icon {
          line-height: 1; }
          .offcanvas .offcanvas-body .widget-social .social-icon li .icon svg {
            fill: #23a455; }
        .offcanvas .offcanvas-body .widget-social .social-icon li a {
          font-size: 22px;
          line-height: 30px;
          color: #07192f; }
          .offcanvas .offcanvas-body .widget-social .social-icon li a:hover {
            color: #23a455; }
  .offcanvas .offcanvas-body .contact-info-box {
    margin-top: auto;
    padding-bottom: 50px; }
    .offcanvas .offcanvas-body .contact-info-box .title {
      font-size: 28px;
      line-height: 38px;
      margin-bottom: 15px;
      color: #07192f;
      font-weight: 600; }
    .offcanvas .offcanvas-body .contact-info-box ul li {
      color: #838383; }
      .offcanvas .offcanvas-body .contact-info-box ul li a {
        color: #838383; }
        .offcanvas .offcanvas-body .contact-info-box ul li a:hover {
          color: #23a455; }

.offcanvas.header-sidepanel {
  border-left: none;
  width: 450px; }

/*---------------------------------*/
/* Mobile Offcanvas Menu */
/*---------------------------------*/
.mobile-action .mobile-hamburger {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-end; }
  .mobile-action .mobile-hamburger .hamburger .hamburger-container .hamburger-inner {
    background-color: #ffffff; }
    .mobile-action .mobile-hamburger .hamburger .hamburger-container .hamburger-inner:before {
      background-color: #ffffff; }
    .mobile-action .mobile-hamburger .hamburger .hamburger-container .hamburger-inner:after {
      background-color: #ffffff; }
  .mobile-action .mobile-hamburger .hamburger .hamburger-container .hamburger-hidden {
    background-color: #23a455; }
    .mobile-action .mobile-hamburger .hamburger .hamburger-container .hamburger-hidden:before {
      background-color: #23a455; }
    .mobile-action .mobile-hamburger .hamburger .hamburger-container .hamburger-hidden:after {
      background-color: #23a455; }

.main-menu-offcanvas {
  background-color: #07192f;
  width: 400px; }
  .main-menu-offcanvas .offcanvas-header {
    justify-content: space-between;
    padding: 40px 50px; }
    .main-menu-offcanvas .offcanvas-header .offcanvas-title {
      font-weight: 600; }
    .main-menu-offcanvas .offcanvas-header .btn-close {
      height: 50px;
      width: 50px;
      font-size: 24px;
      color: #ffffff; }
  .main-menu-offcanvas .offcanvas-body .body-inner {
    overflow-x: hidden; }
  .main-menu-offcanvas .offcanvas-body .navbar {
    padding: 0; }
    .main-menu-offcanvas .offcanvas-body .navbar .navbar-nav {
      width: 100%; }
      .main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item {
        padding: 15px 0;
        border-bottom: 1px solid rgba(131, 131, 131, 0.4); }
        .main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item a {
          display: block;
          padding: 0;
          font-size: 18px;
          font-weight: 500;
          background-color: transparent;
          color: #ffffff; }
          .main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item a.dropdown-toggle:before {
            position: absolute;
            content: "\f078";
            font-family: 'Font Awesome 6 Free';
            font-size: 13px !important;
            font-weight: 900;
            color: #ffffff;
            height: 27px;
            width: 27px;
            right: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.1s ease-in-out; }
          .main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item a.dropdown-toggle.show:before {
            transform: rotate(-180deg); }
          .main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item a:after {
            display: none; }
        .main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item .dropdown-menu {
          padding: 0;
          margin: 0;
          padding-top: 10px;
          padding-left: 10px;
          border: none;
          background: transparent; }
          .main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item .dropdown-menu li a {
            padding: 8px 0;
            font-size: 18px;
            font-weight: 400;
            color: #ffffff; }
            .main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item .dropdown-menu li a.active, .main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
              background-color: transparent;
              color: #23a455; }
        .main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item:has(.active) > .nav-link {
          color: #23a455; }
          .main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item:has(.active) > .nav-link:before {
            color: #23a455; }
  .main-menu-offcanvas .contact-info {
    padding-top: 25px;
    border-top: 3px solid #23a455; }
    .main-menu-offcanvas .contact-info .number {
      display: block;
      font-size: 30px;
      line-height: 36px;
      font-weight: 700;
      color: #ffffff;
      margin-bottom: 15px; }
    .main-menu-offcanvas .contact-info .mail {
      display: block;
      color: #ced0df;
      font-size: 24px;
      margin-bottom: 15px; }
      .main-menu-offcanvas .contact-info .mail i {
        padding-right: 10px;
        color: #23a455; }

/*****************************
	Responsive
*****************************/
@media (min-width: 992px) {
  .header .navbar .navbar-collapse {
    flex-basis: auto;
    justify-content: flex-end;
    margin-left: auto; }
  .header .navbar .dropdown-menu {
    margin: 0px;
    font-size: 14px;
    border-radius: 5px;
    min-width: 250px;
    border: none;
    left: 0;
    transform-origin: top center;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    display: block !important;
    margin-top: 15px;
    top: 100%;
    background-color: #000f22; }
    .header .navbar .dropdown-menu .dropdown-submenu .dropdown-menu {
      left: 100%;
      right: auto;
      transform: translate3d(15px, 10px, 0); }
    .header .navbar .dropdown-menu .dropdown-submenu .dropdown-menu.left-side {
      right: 100%;
      left: auto;
      transform: translate3d(-15px, 10px, 0); }
  .header .navbar .dropdown-menu.dropdown-menu-lg.megamenu {
    padding: 16px 25px;
    width: 100%; }
  .header .navbar .dropdown:hover > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0px; }
  .header .navbar li:hover > ul.dropdown-menu {
    visibility: visible;
    opacity: 1; } }

@media (max-width: 1499px) {
  .header .navbar .navbar-nav {
    gap: 0 25px; } }

@media (max-width: 1399px) {
  header.header {
    padding: 0 40px; }
    header.header .main-header {
      padding: 0 0px; }
    header.header .navbar-collapse {
      position: unset; }
    header.header .navbar-brand {
      min-width: 170px;
      flex: 0 0 170px;
      margin-right: 20px; }
    header.header .menu-btn {
      margin-left: 0px; }
    header.header .navbar .navbar-nav {
      gap: 0 10px; }
      header.header .navbar .navbar-nav > li {
        margin: 0px 5px; }
        header.header .navbar .navbar-nav > li .nav-link {
          padding: 10px 5px; }
  .action-group {
    gap: 20px;
    margin-left: 15px; }
    .action-group .header-phone-number {
      display: none; } }

@media (max-width: 1199px) {
  /* Header */
  header.header {
    padding: 0 30px; }
    header.header .navbar .navbar-brand {
      flex: 0 0 140px; }
    header.header .navbar .navbar-nav > li {
      margin: 0px 0px; }
      header.header .navbar .navbar-nav > li .nav-link {
        font-size: 17px; }
    header.header .navbar .action-group a.btn {
      margin-left: 20px !important;
      font-size: 14px; } }

@media (max-width: 991px) {
  .header .navbar-brand {
    padding: 20px 0px; }
  .header.header {
    padding: 0 20px; }
  .header .main-header {
    padding: 0 30px;
    justify-content: space-between; }
  .header .navbar-collapse {
    position: absolute;
    top: 100%;
    z-index: 999;
    background: #ffffff;
    width: 100%;
    left: 0;
    margin-left: 0px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1); }
  .header .navbar .navbar-brand {
    flex: 0 0 180px;
    min-width: 180px; }
    .header .navbar .navbar-brand img {
      height: 40px; }
  .header .navbar .navbar-nav {
    align-items: initial; }
    .header .navbar .navbar-nav .nav-link {
      color: #000000;
      padding: 10px 20px; }
      .header .navbar .navbar-nav .nav-link i {
        position: absolute;
        right: 20px; }
    .header .navbar .navbar-nav .nav-item {
      margin-right: 0;
      margin-left: 0px; }
  .header .navbar .dropdown-menu {
    margin: 0px;
    font-size: 16px;
    border-radius: 0px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: inherit;
    padding: 0;
    font-size: 13px; }
  .header .navbar .nav-title {
    margin-top: 20px;
    font-size: 20px;
    margin-bottom: 10px !important; }
  .header .navbar .action-group {
    line-height: 1;
    padding-right: 0px;
    margin-left: 0px;
    gap: 20px; }
    .header .navbar .action-group .menu-btn {
      display: none; }
      .header .navbar .action-group .menu-btn svg {
        width: 30px; }
    .header .navbar .action-group .mobile-hamburger .hamburger {
      padding: 4px 12px; }
  header.header.header-sticky.is-sticky .navbar .navbar-brand {
    padding: 20px 0px; }
  .navbar .dropdown > .dropdown-menu li > a {
    padding: 5px 20px; } }

@media (max-width: 767px) {
  .navbar-expand-lg {
    min-width: 100% !important;
    left: 0; } }

@media (max-width: 575px) {
  /* Header */
  .header .navbar .navbar-brand img {
    height: 35px; }
  .header.header {
    padding: 0 12px; }
  .header .main-header {
    padding: 0px 15px; }
  .header .navbar .dropdown-menu {
    max-height: 300px;
    overflow-x: scroll; }
  .header .action-group .search {
    /*display: none;*/ }
  .header.header-02 .navbar .action-group {
    display: flex; }
  header.header.header-sticky.is-sticky .navbar .navbar-brand img {
    height: 30px; }
  .main-menu-offcanvas {
    width: 320px !important; }
    .main-menu-offcanvas .offcanvas-header {
      padding: 30px 20px; }
    .main-menu-offcanvas .offcanvas-body {
      padding: 20px 20px;
      padding-top: 0; } }

@media (max-width: 379px) {
  .main-menu-offcanvas {
    width: 270px !important; } }

/*****************************
	Site Banner
*****************************/
/*-----------------------------------*/
/* Main Banner 1 */
/*-----------------------------------*/
.main-banner-1 {
  overflow: hidden;
  position: relative;
  height: 800px; }
  .main-banner-1:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #23a455;
    background: linear-gradient(20deg, #23a455 10%, rgba(0, 38, 27, 0.02) 65%);
    z-index: 2; }
  .main-banner-1 .kenburnsy {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .main-banner-1 .kenburnsy .slide {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat;
      transform-origin: center; }
  .main-banner-1 .banner-slide {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%; }
    .main-banner-1 .banner-slide .swiper-container {
      height: 100%; }
      .main-banner-1 .banner-slide .swiper-container .swiper-slide {
        width: 100% !important; }
  .main-banner-1 .widget-social {
    flex-wrap: nowrap;
    position: absolute;
    right: 90px;
    z-index: 3;
    top: 50%;
    transform: translateY(-50%) rotate(180deg); }
    .main-banner-1 .widget-social .follow-title {
      font-size: 20px; }
    .main-banner-1 .widget-social ul.social-icon li a {
      font-size: 20px; }
  .main-banner-1 .banner-content {
    position: relative;
    width: 70%;
    z-index: 3; }
    .main-banner-1 .banner-content h1 {
      font-size: 90px;
      text-transform: capitalize;
      line-height: 1.1em;
      color: #ffffff;
      margin-bottom: 44px;
      margin-bottom: 15px; }
    .main-banner-1 .banner-content .description {
      color: #ffffff;
      font-size: 18px;
      line-height: 34px;
      margin-bottom: 40px;
      width: 70%; }
    .main-banner-1 .banner-content .banner-info {
      display: flex;
      gap: 30px; }
      .main-banner-1 .banner-content .banner-info .call-center-box a {
        font-size: 22px;
        line-height: 32px;
        font-family: "Bai Jamjuree", serif;
        font-weight: 600;
        color: #ffffff; }
  .main-banner-1 .banner-bg-bottom {
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    transform: rotate(180deg);
    z-index: 3; }
    .main-banner-1 .banner-bg-bottom svg {
      height: 30px;
      display: block;
      left: 50%;
      position: relative;
      transform: translateX(-50%); }
      .main-banner-1 .banner-bg-bottom svg path {
        fill: #000f22; }

/*-----------------------------------*/
/* Main Banner 2 */
/*-----------------------------------*/
.main-banner.main-banner-2 {
  padding: 0px 25px; }
  .main-banner.main-banner-2 .banner-conent {
    overflow: hidden;
    position: relative;
    padding: 150px 110px;
    border-radius: 25px;
    z-index: 1;
    background-color: #07192f; }
    .main-banner.main-banner-2 .banner-conent .sub-title {
      gap: 10px;
      display: flex;
      color: #23a455;
      font-size: 16px;
      font-weight: 600;
      align-items: center;
      margin-bottom: 15px;
      text-transform: uppercase;
      font-family: "Bai Jamjuree", serif; }
    .main-banner.main-banner-2 .banner-conent .title {
      font-size: 72px;
      font-weight: 600;
      line-height: 86px;
      margin-bottom: 15px; }
    .main-banner.main-banner-2 .banner-conent .reviews-info {
      gap: 30px;
      display: flex;
      margin-top: 35px;
      align-items: center; }
      .main-banner.main-banner-2 .banner-conent .reviews-info .btn {
        padding: 16px 50px; }
    .main-banner.main-banner-2 .banner-conent .banner-shape {
      right: 0;
      bottom: 0;
      opacity: 0.08;
      position: absolute;
      z-index: -1; }

/*-----------------------------------*/
/* Inner Banner */
/*-----------------------------------*/
.inner-banner {
  z-index: 5;
  height: 450px;
  display: flex;
  overflow: hidden;
  text-align: center;
  align-items: center;
  position: relative;
  justify-content: center;
  background-position: inherit; }
  .inner-banner:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(35, 164, 85, 0.85);
    z-index: -1; }
  .inner-banner .title {
    margin-bottom: 20px; }

.rotate {
  -webkit-animation: rotate 50s normal linear infinite;
  animation: rotate 50s normal linear infinite; }

@keyframes rotate {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); }
  25% {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg); }
  50% {
    -webkit-transform: rotate3d(0, 0, 1, 180deg);
    transform: rotate3d(0, 0, 1, 180deg); }
  75% {
    -webkit-transform: rotate3d(0, 0, 1, 270deg);
    transform: rotate3d(0, 0, 1, 270deg); }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg); } }

/*------------------------------*/
/* Responsive CSS */
/*------------------------------*/
@media (max-width: 1699px) {
  .main-banner.main-banner-2 .banner-conent {
    padding: 140px 90px; } }

@media (max-width: 1599px) {
  /* Main Banner 1 ----------*/
  .main-banner-1 {
    height: 870px; }
    .main-banner-1 .banner-title {
      font-size: 300px;
      line-height: 320px;
      margin-bottom: 0px; }
  /* Main Banner 2 ----------*/
  .main-banner.main-banner-2 .banner-conent {
    padding: 120px 65px; }
    .main-banner.main-banner-2 .banner-conent .title {
      font-size: 60px;
      line-height: 70px; }
    .main-banner.main-banner-2 .banner-conent .reviews-info {
      gap: 20px; }
      .main-banner.main-banner-2 .banner-conent .reviews-info .btn {
        padding: 16px 30px; } }

@media (max-width: 1399px) {
  /* Main Banner 1 ----------*/
  .main-banner-1 .banner-content {
    width: 74%; }
    .main-banner-1 .banner-content .title {
      font-size: 72px; }
  /* Main Banner 2 ----------*/
  .main-banner.main-banner-2 .banner-conent {
    padding: 85px 40px; }
    .main-banner.main-banner-2 .banner-conent .title {
      font-size: 56px;
      line-height: 65px; }
    .main-banner.main-banner-2 .banner-conent .reviews-info {
      gap: 35px; }
      .main-banner.main-banner-2 .banner-conent .reviews-info .btn {
        padding: 16px 30px; }
      .main-banner.main-banner-2 .banner-conent .reviews-info .client-reviews {
        gap: 10px; }
        .main-banner.main-banner-2 .banner-conent .reviews-info .client-reviews .client-profile li {
          width: 50px;
          height: 50px;
          flex: 0 0 50px;
          margin-left: -20px; }
          .main-banner.main-banner-2 .banner-conent .reviews-info .client-reviews .client-profile li:first-child {
            margin-left: 0; } }

@media (max-width: 1199px) {
  /* Main Banner 1 ----------*/
  .main-banner-1 {
    height: 700px; }
    .main-banner-1 .widget-social {
      right: 20px; }
    .main-banner-1 .banner-title {
      font-size: 190px;
      line-height: 210px; }
    .main-banner-1 .banner-content {
      width: 85%;
      padding-left: 0px; }
      .main-banner-1 .banner-content .title {
        font-size: 70px; }
  /* Main Banner 2 ----------*/
  .main-banner.main-banner-2 .banner-conent {
    padding: 50px 30px; }
    .main-banner.main-banner-2 .banner-conent .sub-title {
      margin-bottom: 10px; }
    .main-banner.main-banner-2 .banner-conent .title {
      font-size: 42px;
      line-height: 50px; }
    .main-banner.main-banner-2 .banner-conent .reviews-info {
      gap: 30px;
      margin-top: 15px; }
  .inner-banner {
    height: 400px; } }

@media (max-width: 991px) {
  /* Main Banner 1 ----------*/
  .main-banner-1 {
    height: 600px; }
    .main-banner-1 .banner-content {
      width: 90%; }
      .main-banner-1 .banner-content .title {
        font-size: 60px; }
      .main-banner-1 .banner-content .description {
        margin-bottom: 30px;
        width: 80%; }
  /* Main Banner 2 ----------*/
  .main-banner.main-banner-2 {
    padding: 0px; }
    .main-banner.main-banner-2 .banner-conent {
      padding: 60px; }
      .main-banner.main-banner-2 .banner-conent .title {
        font-size: 48px;
        line-height: 58px; }
    .main-banner.main-banner-2 .banner-bg {
      margin-top: 30px;
      height: 230px !important; }
  .inner-banner {
    height: 300px; }
    .inner-banner .title {
      font-size: 52px;
      margin-bottom: 10px; } }

@media (max-width: 767px) {
  /* Main Banner 1 ----------*/
  .main-banner-1 {
    height: 500px; }
    .main-banner-1 .widget-social {
      right: 12px; }
    .main-banner-1 .banner-content {
      width: 90%; }
      .main-banner-1 .banner-content .title {
        font-size: 42px; }
      .main-banner-1 .banner-content .description {
        margin-bottom: 25px;
        width: 90%;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden; }
      .main-banner-1 .banner-content .banner-info {
        gap: 15px 30px;
        flex-wrap: wrap; }
        .main-banner-1 .banner-content .banner-info .get-started-btn .btn {
          font-size: 16px;
          line-height: 28px;
          padding: 12px 35px; }
  /* Main Banner 2 ----------*/
  .main-banner.main-banner-2 .banner-conent {
    padding: 40px; }
  .main-banner.main-banner-2 .banner-bg {
    height: 200px !important; }
  .inner-banner {
    height: 250px; }
    .inner-banner .title {
      font-size: 42px; } }

@media (max-width: 575px) {
  /* Main Banner 1 ----------*/
  .main-banner-1 .widget-social {
    display: none; }
  .main-banner-1 .banner-content {
    width: 100%; }
    .main-banner-1 .banner-content .title {
      font-size: 28px;
      line-height: 38px; }
    .main-banner-1 .banner-content .description {
      margin-bottom: 15px;
      width: 100%;
      line-height: 28px; }
    .main-banner-1 .banner-content .banner-info {
      gap: 10px 30px;
      flex-wrap: wrap; }
      .main-banner-1 .banner-content .banner-info .call-center-box {
        gap: 10px; }
        .main-banner-1 .banner-content .banner-info .call-center-box a {
          font-size: 20px;
          line-height: 30px; }
        .main-banner-1 .banner-content .banner-info .call-center-box .call-icon {
          height: 40px;
          width: 40px;
          flex: 0 0 40px; }
          .main-banner-1 .banner-content .banner-info .call-center-box .call-icon i {
            font-size: 14px; }
  /* Main Banner 2 ----------*/
  .main-banner.main-banner-2 .banner-conent {
    padding: 25px; }
    .main-banner.main-banner-2 .banner-conent .title {
      font-size: 40px;
      line-height: 52px; }
    .main-banner.main-banner-2 .banner-conent .reviews-info {
      gap: 20px;
      flex-wrap: wrap; }
      .main-banner.main-banner-2 .banner-conent .reviews-info .client-reviews {
        margin-left: 20px; }
  .main-banner.main-banner-2 .banner-bg {
    height: 180px !important; }
  .inner-banner .title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 5px; } }

@media (max-width: 479px) {
  /* Main Banner 1 ----------*/
  .main-banner-1 .banner-title {
    font-size: 70px;
    line-height: 90px; }
  /* Main Banner 2 ----------*/
  .main-banner.main-banner-2 .banner-conent .title {
    font-size: 27px;
    line-height: 40px; }
  .main-banner.main-banner-2 .banner-conent .reviews-info {
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 25px; }
    .main-banner.main-banner-2 .banner-conent .reviews-info .btn {
      padding: 12px 30px; }
    .main-banner.main-banner-2 .banner-conent .reviews-info .client-reviews {
      gap: 15px;
      flex-wrap: wrap;
      margin-left: 0px; }
      .main-banner.main-banner-2 .banner-conent .reviews-info .client-reviews .client-profile li {
        width: 40px;
        height: 40px;
        flex: 0 0 40px;
        margin-left: -15px; }
        .main-banner.main-banner-2 .banner-conent .reviews-info .client-reviews .client-profile li:first-child {
          margin-left: 0px; }
      .main-banner.main-banner-2 .banner-conent .reviews-info .client-reviews .reviews .reviews-number {
        font-size: 22px;
        line-height: 30px; }
  .main-banner.main-banner-2 .banner-bg {
    margin-top: 20px;
    height: 150px !important; } }

/*****************************
	Layout
*****************************/
/* Sticky column */
.is-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 130px; }

/*----------------------------------*/
/* Scrollbar */
/*----------------------------------*/
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: inherit; } }

::-webkit-scrollbar {
  width: var(--scrollbar-width) !important; }

.table-responsive::-webkit-scrollbar {
  width: auto;
  height: var(--scrollbar-width); }

::-webkit-scrollbar {
  width: 4px; }

::-webkit-scrollbar-track {
  background-color: #dfdfdf;
  border: 1px solid #dfdfdf; }

::-webkit-scrollbar-thumb {
  background-color: #23a455; }

/*----------------------------------*/
/* Jarallax */
/*----------------------------------*/
#jarallax-container-0 {
  border-radius: 30px; }

/*----------------------------------*/
/* Search */
/*----------------------------------*/
.search ul li a {
  color: #000000; }
  .search ul li a:hover {
    color: #23a455; }

#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 50vh;
  text-align: center;
  max-height: inherit;
  background-color: #07192f;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 9999; }
  #search input[type="search"] {
    width: 100%;
    color: #ffffff;
    background: transparent;
    font-size: 18px;
    font-weight: 300;
    border: 1px solid rgba(255, 255, 255, 0.07);
    margin: 0px auto;
    padding: 12px 25px;
    outline: none;
    border-radius: 50px; }
  #search .close {
    border: none;
    display: flex;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    background: inherit;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 2;
    color: #ffffff;
    font-size: 24px;
    line-height: 30px;
    background-color: #000000; }
    #search .close:before {
      position: absolute;
      content: "\f00d";
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      z-index: -1; }
    #search .close:hover {
      color: #23a455; }
  #search.open {
    opacity: 1;
    visibility: visible; }
  #search .search-inner {
    max-width: 950px;
    height: 100%;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 15px; }
    #search .search-inner form {
      width: 100%;
      display: flex;
      justify-content: center; }
      #search .search-inner form .search-btn.btn {
        margin: 0px 0px 0px 10px; }

body {
  position: relative; }

body:has(#search.open) {
  overflow: hidden; }
  body:has(#search.open):before {
    top: 0;
    left: 0;
    z-index: 9;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5); }

/* Select Dropdown Arrow */
.select2-container--default .select2-selection--single {
  border: 1px solid rgba(131, 131, 131, 0.25);
  border-radius: 5px; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
    right: 11px;
    height: 21px;
    width: 14px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border: none; }
    .select2-container--default .select2-selection--single .select2-selection__arrow:before {
      content: "\f078";
      font-family: "Font Awesome 6 free";
      font-style: normal;
      font-weight: 900;
      color: #23a455; }

.select2-container--default .select2-search--dropdown {
  margin-bottom: 5px;
  padding: 0; }
  .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 16px; }

.select2-container--default .select2-results__option[aria-selected=true] {
  border-radius: 10px;
  background-color: rgba(35, 164, 85, 0.1);
  color: #23a455; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: rgba(35, 164, 85, 0.1);
  color: #23a455;
  border-radius: 10px; }

.select2-dropdown {
  border: none;
  border-radius: 0px;
  z-index: 8; }

.select-border .select2-container--default .select2-selection--single {
  height: 43px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #ced0df;
  padding: 10px 20px;
  padding-left: 15px;
  border-radius: 5px;
  border: 1px solid rgba(206, 208, 223, 0.3); }

.select2-results__option[aria-selected] {
  text-transform: capitalize; }

.select2-container--default .select2-results > .select2-results__options {
  border: none; }

.select2-container--default .select2-selection--single {
  background-color: transparent; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #ced0df;
    line-height: 22px; }

.select2-container--open .select2-dropdown {
  padding: 10px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: #07192f; }
  .select2-container--open .select2-dropdown.select2-dropdown--below {
    border-radius: 0px 0px 10px 10px; }
  .select2-container--open .select2-dropdown.select2-dropdown--above {
    border-radius: 10px 10px 0px 0px; }

.select2-search--dropdown .select2-search__field {
  border: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.04); }

.select2-container--default .select2-selection--single {
  height: 50px;
  padding: 15px 20px; }

/*----------------------------------*/
/* Back To Top */
/*----------------------------------*/
.back-to-top {
  position: fixed;
  z-index: 99;
  right: 50px;
  bottom: 75px;
  height: 55px;
  width: 55px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  transform: translateY(30px); }
  .back-to-top::before {
    position: absolute;
    font-family: "Font Awesome 6 Free";
    content: "\f062";
    text-align: center;
    line-height: 55px;
    opacity: 1;
    height: 55px;
    width: 55px;
    font-size: 18px;
    font-weight: 600;
    color: #23a455; }
  .back-to-top svg path {
    fill: none; }
  .back-to-top svg.progress-circle path {
    stroke: #23a455;
    stroke-width: 4; }
  .back-to-top.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }

/*----------------------------------*/
/* Call Center Box */
/*----------------------------------*/
.call-center-box {
  display: flex;
  align-items: center;
  gap: 15px; }
  .call-center-box .call-icon {
    height: 60px;
    width: 60px;
    flex: 0 0 60px;
    background-color: #07192f;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out; }
    .call-center-box .call-icon i {
      color: #ffffff;
      font-size: 18px;
      transition: all 0.3s ease-in-out; }
    .call-center-box .call-icon:hover {
      animation: btn-effect 1s ease-in-out;
      background-color: #ffffff; }
      .call-center-box .call-icon:hover i {
        color: #23a455; }
  .call-center-box .call-info {
    display: flex;
    flex-direction: column; }
    .call-center-box .call-info span {
      font-size: 18px;
      line-height: 28px;
      color: #1A2547; }
    .call-center-box .call-info a:hover {
      color: #23a455; }

/*----------------------------------*/
/* Contact Us */
/*----------------------------------*/
.contact-icon-box .icon-box-info .title {
  margin-bottom: 25px; }

.contact-icon-box .icon-box-info ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0; }
  .contact-icon-box .icon-box-info ul li a {
    color: #ced0df; }
    .contact-icon-box .icon-box-info ul li a:hover {
      color: #23a455; }

.contact-icon-box .icon-box-info .widget-social .social-icon li a {
  color: #ced0df; }
  .contact-icon-box .icon-box-info .widget-social .social-icon li a:hover {
    color: #23a455; }

.contact-form-box {
  background-color: #23a455;
  padding: 80px;
  position: relative;
  border-radius: 25px;
  z-index: 1; }
  .contact-form-box:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(57d5736aac07a4bccff1.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    opacity: 0.2;
    z-index: -1; }

.contact-title {
  background-color: #23a455;
  padding: 8px 30px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  margin-top: 20px;
  border-radius: 50px;
  display: inline-block; }

.contact-top {
  background-size: 70%;
  background-position-x: 50%;
  background-repeat: no-repeat;
  background-position-y: 370px;
  position: relative;
  z-index: 1; }
  .contact-top:before {
    content: "";
    height: 100%;
    width: 100%;
    background-image: linear-gradient(180deg, rgba(11, 28, 38, 0.4) 59%, #000f22 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }

.contact-address-wrapper {
  margin-top: 80px; }

.contact-address {
  padding: 50px 35px 40px;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  border-bottom: 3px solid rgba(35, 164, 85, 0.5);
  transition: all 0.3s ease-in-out; }
  .contact-address:before {
    content: "";
    height: 100%;
    width: 100%;
    background-image: linear-gradient(180deg, #07192f 0%, #23a455 100%);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
    z-index: -1; }
  .contact-address .title {
    font-weight: 600;
    margin-bottom: 10px; }
  .contact-address p {
    margin-bottom: 0; }
  .contact-address:hover {
    border-color: #23a455; }

/*----------------------------------*/
/* WOW : animation */
/*----------------------------------*/
.pgsUpToDown {
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s; }

.pgsUpToDown.wow-animated,
.pgsUpToDown.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }

.pgsDownToUP {
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s; }

.pgsDownToUP.wow-animated,
.pgsDownToUP.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }

.pgsLeftToRight {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s; }

.pgsLeftToRight.wow-animated,
.pgsLeftToRight.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }

.pgsRightToLeft {
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s; }

.pgsRightToLeft.wow-animated,
.pgsRightToLeft.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }

/*----------------------------------*/
/* Map : Contact Us */
/*----------------------------------*/
.map {
  height: 605px;
  border-radius: 25px;
  margin-bottom: -8px;
  filter: brightness(90%) saturate(0%);
  /* IE6-9 */
  -webkit-filter: brightness(90%) saturate(0%);
  /* Chrome 19+ & Safari 6+ */
  -webkit-backface-visibility: hidden;
  /* Fix for transition flickering */ }

/*----------------------------------*/
/* 404 Page */
/*----------------------------------*/
.error-section {
  position: relative; }
  .error-section:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
    background-image: url(8eb756dd4fc3696fa1f6.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: -1; }
  .error-section .error-content {
    position: relative; }
    .error-section .error-content .error-main-title {
      position: relative; }
      .error-section .error-content .error-main-title .error-text {
        font-size: 380px;
        font-weight: 700;
        line-height: 400px;
        -webkit-text-stroke-width: 2px;
        stroke-width: 2px;
        -webkit-text-stroke-color: #23a455;
        stroke: #23a455;
        color: transparent; }
      .error-section .error-content .error-main-title .bg-text-stroke {
        position: absolute;
        top: 12px;
        left: 0;
        width: 100%;
        padding-left: 6px;
        text-align: center;
        font-size: 380px;
        font-weight: 700;
        line-height: 400px;
        -webkit-text-stroke-width: 2px;
        stroke-width: 2px;
        -webkit-text-stroke-color: rgba(35, 164, 85, 0.15);
        stroke: rgba(35, 164, 85, 0.15);
        color: transparent; }

/*----------------------------------*/
/* login */
/*----------------------------------*/
.login-form {
  padding: 30px;
  border: 1px solid rgba(131, 131, 131, 0.25);
  border-radius: 5px; }
  .login-form .forget-password:hover, .login-form .forget-password:focus,
  .login-form .sign-up:hover,
  .login-form .sign-up:focus {
    color: #ffffff; }

/*----------------------------------*/
/* Coming Soon */
/*----------------------------------*/
.coming-soon-section {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 9;
  padding: 150px 0;
  height: 100vh; }
  .coming-soon-section:before {
    content: "";
    background-image: linear-gradient(20deg, #23a455 15%, rgba(0, 38, 27, 0.5) 100%);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1; }
  .coming-soon-section .countdown-wrapper .countdown span {
    font-family: "Bai Jamjuree", serif; }

.inner-content {
  display: flex;
  gap: 40px;
  flex-direction: column; }
  .inner-content a img {
    height: 60px; }

.coming-soon-title {
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
  color: #ffffff;
  font-family: "Bai Jamjuree", serif; }

.coming-soon-description {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 0px; }

/*Home 02*/
.about-section {
  position: relative;
  z-index: 1; }
  .about-section:before {
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: -1;
    opacity: 0.5;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(8eb756dd4fc3696fa1f6.png); }

/*Home Shape line*/
.item-efftect {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  bottom: 0; }

.item-efftect .efftect {
  position: absolute;
  width: 1px;
  height: 100vh;
  top: 0px;
  background: rgba(255, 255, 255, 0.04);
  overflow: hidden; }

.item-efftect .efftect::after {
  position: absolute;
  top: -50%;
  left: 0;
  content: "";
  height: 70px;
  width: 100%;
  background: linear-gradient(to bottom, rgba(131, 131, 131, 0.1) 0%, rgba(35, 164, 85, 0.3) 75%, rgba(131, 131, 131, 0.1) 100%);
  display: block;
  -webkit-animation: run 5s 0s infinite;
  animation: run 5s 0s infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
  animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97); }

.item-efftect .efftect:nth-child(1) {
  left: 5%; }

.item-efftect .efftect:nth-child(1)::after {
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s; }

.item-efftect .efftect:nth-child(2) {
  left: 25%; }

.item-efftect .efftect:nth-child(2)::after {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s; }

.item-efftect .efftect:nth-child(3) {
  left: 50%; }

.item-efftect .efftect:nth-child(3)::after {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s; }

.item-efftect .efftect:nth-child(4) {
  left: 75%; }

.item-efftect .efftect:nth-child(4)::after {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s; }

.item-efftect .efftect:nth-child(5) {
  left: 95%; }

.item-efftect .efftect:nth-child(5)::after {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s; }

.about-section .experience-section {
  padding-left: 35px; }

.experience-years .title {
  gap: 30px;
  display: flex;
  font-size: 180px;
  line-height: 140px;
  font-weight: 600;
  stroke-width: 2px;
  stroke: #23a455;
  color: transparent;
  align-items: flex-end;
  padding-bottom: 70px;
  -webkit-text-stroke: 2px #23a455; }
  .experience-years .title sub {
    stroke: none;
    color: #ffffff;
    max-width: 147px;
    font-size: 18px;
    line-height: 30px;
    stroke-width: 0px;
    display: inline-block;
    -webkit-text-stroke: initial; }

.experience-section.bg-primary {
  padding: 55px 50px;
  border-radius: 15px; }
  .experience-section.bg-primary .experience-years .title {
    stroke: #ffffff;
    font-size: 160px;
    line-height: 130px;
    padding-bottom: 50px;
    margin-bottom: 0px;
    -webkit-text-stroke-color: #ffffff; }
  .experience-section.bg-primary .skill-wrapper .skill .skill-bar {
    background-color: #ffffff; }
    .experience-section.bg-primary .skill-wrapper .skill .skill-bar .skill-title {
      color: #ffffff;
      font-weight: 400; }
    .experience-section.bg-primary .skill-wrapper .skill .skill-bar .progress-type {
      color: #ffffff; }
    .experience-section.bg-primary .skill-wrapper .skill .skill-bar .progress-number {
      color: #ffffff; }
  .experience-section.bg-primary .skill-wrapper .skill:before {
    border-color: rgba(255, 255, 255, 0.3); }

/*Mission Vision Page*/
.our-mission-section .about-img {
  padding-right: 85px; }

/* Fade In effect */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* Zoom-in effect */
@keyframes zoomIn {
  0% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }

/*----------------------------------*/
/* Keyframes */
/*----------------------------------*/
@keyframes run {
  0% {
    top: -50%; }
  100% {
    top: 110%; } }

/*===============================================*/
/* Responsive CSS */
/*===============================================*/
@media (max-width: 1399px) {
  .our-mission-section .about-img {
    padding-right: 25px; }
  .about-img .about-logo {
    left: 30px;
    top: 30px; }
  .about-details {
    padding-top: 30px; }
    .about-details .list-wrapper {
      margin-left: 125px; }
  /* Contact us */
  .contact-form-box {
    padding: 45px; } }

@media (max-width: 1199px) {
  .our-mission-section .about-img {
    padding-right: 0px; }
  .about-details .list-wrapper {
    margin-left: 0; }
  .about-section .experience-section {
    padding-left: 0; }
  /* Contact us	*/
  .contact-top {
    background-size: 100% auto;
    background-position-y: 65%; } }

@media (max-width: 991px) {
  .back-to-top {
    right: 30px;
    bottom: 30px; }
  /* Video BG Jarallax */
  .video-bg-jarallax {
    height: 470px; }
  /* Contact us	*/
  .contact-address-wrapper {
    margin-top: 60px; }
  /* Map Iframe */
  .map {
    height: 400px; }
  /* Error 404 */
  .error-section .error-content .error-main-title .error-text {
    font-size: 300px;
    line-height: 320px; }
  .error-section .error-content .error-main-title .bg-text-stroke {
    font-size: 300px;
    line-height: 320px; }
  .error-section .error-content .error-main-title .smile-icon {
    top: 60px;
    left: 50%;
    width: 190px;
    height: 190px; }
  /* Coming Soon */
  .coming-soon-title {
    font-size: 50px; }
  .about-bg {
    margin-top: 50px;
    height: 250px !important; } }

@media (max-width: 767px) {
  /* Call center box */
  .call-center-box .call-icon {
    height: 50px;
    width: 50px;
    flex: 0 0 50px; }
    .call-center-box .call-icon i {
      font-size: 16px; }
  /*About us*/
  .about-section .experience-section {
    padding-top: 30px; }
  .experience-years .title {
    font-size: 120px;
    line-height: 90px;
    padding-bottom: 50px; }
  .experience-section.bg-primary .experience-years .title {
    gap: 20px;
    font-size: 120px;
    line-height: 100px; }
  /* Video BG Jarallax */
  .video-bg-jarallax {
    height: 350px; }
  /* Contact us */
  .contact-icon-box .icon-box-info .title {
    margin-bottom: 10px; }
  .contact-address-wrapper {
    margin-top: 40px; }
  .contact-address {
    padding: 30px; }
  /* Map Iframe */
  .map {
    height: 350px;
    border-radius: 15px; }
  /* Error 404 */
  .error-section .error-content .error-main-title .error-text {
    font-size: 140px;
    line-height: 160px; }
  .error-section .error-content .error-main-title .bg-text-stroke {
    font-size: 140px;
    line-height: 160px;
    margin-left: 2px;
    margin-top: 8px; }
  .error-section .error-content .error-main-title .smile-icon {
    top: 32px;
    width: 90px;
    height: 90px; }
  /* Coming Soon */
  .coming-soon-title {
    font-size: 40px; }
  .inner-content {
    gap: 35px; }
  .about-details {
    height: auto; } }

@media (max-width: 575px) {
  .experience-section .experience-years .title {
    gap: 25px;
    font-size: 80px;
    line-height: 60px;
    padding-bottom: 40px; }
    .experience-section .experience-years .title sub {
      font-size: 16px;
      line-height: 24px; }
  .experience-section.bg-primary {
    padding: 40px 30px; }
  /* Video BG Jarallax */
  .video-bg-jarallax {
    height: 300px; }
  /* Contact us */
  .contact-form-box {
    padding: 45px 15px; }
  /* Error 404 */
  .error-section .error-content .error-title {
    font-size: 130px;
    line-height: 150px; }
  .error-section .error-content .smile-icon {
    top: 30px;
    left: 50%;
    width: 80px;
    height: 80px;
    position: absolute;
    transform: translateX(-50%); }
  .about-bg {
    height: 200px !important; }
  .about-details {
    padding-top: 0;
    margin-bottom: 30px;
    height: auto; }
  .about-right {
    height: auto;
    gap: 15px; } }

@media (max-width: 479px) {
  .back-to-top {
    right: 20px;
    bottom: 20px;
    height: 40px;
    width: 40px; }
    .back-to-top::before {
      line-height: 40px;
      height: 40px;
      width: 40px;
      font-size: 14px; }
  .about-details {
    gap: 15px; }
  .experience-section.bg-primary .experience-years .title {
    flex-wrap: wrap;
    padding-bottom: 30px; }
    .experience-section.bg-primary .experience-years .title sub {
      max-width: 100%; }
  .login-form {
    padding: 20px 15px; } }

/*************************
       Blog
*************************/
.blog-post .blog-post-img {
  overflow: hidden;
  border-radius: 25px;
  position: relative;
  margin-bottom: 30px; }

.blog-post .blog-post-info {
  margin-top: 20px; }
  .blog-post .blog-post-info .post-title {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 15px;
    word-wrap: break-word; }
    .blog-post .blog-post-info .post-title a {
      text-decoration: none;
      color: #ffffff; }
      .blog-post .blog-post-info .post-title a:hover {
        color: #23a455; }

.blog-post .post-meta {
  margin-bottom: 15px; }
  .blog-post .post-meta ul {
    display: flex;
    padding: 0;
    margin-bottom: 0;
    align-items: center;
    list-style: none; }
    .blog-post .post-meta ul li {
      font-size: 17px;
      position: relative;
      font-weight: normal;
      line-height: 30px;
      display: flex;
      align-items: center;
      flex-wrap: wrap; }
      .blog-post .post-meta ul li:first-child {
        list-style: none;
        margin-left: 0; }
      .blog-post .post-meta ul li a {
        color: #ced0df; }
        .blog-post .post-meta ul li a:hover {
          color: #23a455; }

.blog-post .post-foot {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.blog-grid.grid-wrapper {
  grid-gap: 40px 24px; }

.blog-post.blog-style-02 .blog-post-img {
  position: relative;
  margin-bottom: 0px; }
  .blog-post.blog-style-02 .blog-post-img img {
    transform: scale(1);
    -webkit-transition-duration: .8s;
    transition-duration: .8s;
    -webkit-transition-timing-function: cubic-bezier(0.05, 0.15, 0.25, 1);
    transition-timing-function: cubic-bezier(0.05, 0.15, 0.25, 1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1); }
  .blog-post.blog-style-02 .blog-post-img .blog-post-category .post-meta-category {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 30px;
    color: #07192f;
    background: #23a455;
    border-radius: 20px; }
    .blog-post.blog-style-02 .blog-post-img .blog-post-category .post-meta-category a {
      color: #ffffff; }
  .blog-post.blog-style-02 .blog-post-img:before {
    content: none; }
  .blog-post.blog-style-02 .blog-post-img:hover img {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15); }

.blog-post.blog-style-02 .blog-post-info {
  margin-top: 20px; }
  .blog-post.blog-style-02 .blog-post-info .post-title {
    font-size: 26px;
    line-height: 36px;
    margin: 0;
    margin-bottom: 5px; }
    .blog-post.blog-style-02 .blog-post-info .post-title a {
      color: #ffffff; }
      .blog-post.blog-style-02 .blog-post-info .post-title a:hover {
        color: #23a455; }
  .blog-post.blog-style-02 .blog-post-info .post-meta {
    margin-bottom: 0px; }
    .blog-post.blog-style-02 .blog-post-info .post-meta ul {
      padding: 0;
      margin: 0;
      list-style-type: none; }
      .blog-post.blog-style-02 .blog-post-info .post-meta ul li {
        color: #f6f6f6;
        line-height: 30px; }

.blog-standard.grid-wrapper {
  grid-gap: 80px;
  padding-right: 96px; }

.post-social.widget-social .follow-title {
  gap: 20px; }

.post-social.widget-social ul.social-icon li a {
  font-size: 20px; }
  .post-social.widget-social ul.social-icon li a:hover {
    color: #23a455; }
  .post-social.widget-social ul.social-icon li a.social-share i {
    color: #23a455; }

.blog-standard .blog-post-img {
  margin-bottom: 30px; }

.blog-standard .blog-post-info {
  margin-top: 0px; }
  .blog-standard .blog-post-info .post-title {
    margin-bottom: 15px;
    display: block; }
  .blog-standard .blog-post-info .description {
    margin-bottom: 0px; }

.blog-standard .post-foot {
  margin-top: 40px; }
  .blog-standard .post-foot .post-meta {
    margin-bottom: 0; }
    .blog-standard .post-foot .post-meta .post-meta-category {
      margin-right: 10px; }
      .blog-standard .post-foot .post-meta .post-meta-category a {
        color: #23a455; }
        .blog-standard .post-foot .post-meta .post-meta-category a:hover {
          text-decoration: underline !important; }
    .blog-standard .post-foot .post-meta .post-meta-date:before {
      content: "";
      display: inline-block;
      position: relative;
      width: 4px;
      height: 4px;
      margin: 0 15px;
      background: #ced0df;
      border-radius: 30px; }

.blog-single {
  padding-right: 44px;
  padding-left: 52px; }
  .blog-single .post-content-header .post-meta {
    margin-bottom: 15px; }
    .blog-single .post-content-header .post-meta ul {
      display: flex;
      padding: 0;
      margin-bottom: 0;
      align-items: center;
      list-style: none; }
      .blog-single .post-content-header .post-meta ul li {
        font-size: 17px;
        position: relative;
        font-weight: normal;
        line-height: 30px;
        display: flex;
        align-items: center;
        flex-wrap: wrap; }
        .blog-single .post-content-header .post-meta ul li:first-child {
          list-style: none;
          margin-left: 0; }
        .blog-single .post-content-header .post-meta ul li a {
          color: #ced0df; }
          .blog-single .post-content-header .post-meta ul li a:hover {
            color: #23a455; }
        .blog-single .post-content-header .post-meta ul li.post-meta-category {
          margin-right: 10px; }
          .blog-single .post-content-header .post-meta ul li.post-meta-category a {
            color: #23a455; }
            .blog-single .post-content-header .post-meta ul li.post-meta-category a:hover {
              text-decoration: underline !important; }
        .blog-single .post-content-header .post-meta ul li.post-meta-date {
          list-style: none; }
          .blog-single .post-content-header .post-meta ul li.post-meta-date:before {
            content: "";
            display: inline-block;
            position: relative;
            width: 4px;
            height: 4px;
            margin: 0 15px;
            background: #ced0df;
            border-radius: 30px; }
  .blog-single .post-content-header .blog-single-info {
    display: flex;
    width: 100%;
    margin: 30px 0px;
    margin-bottom: 50px;
    align-items: center;
    justify-content: space-between; }
    .blog-single .post-content-header .blog-single-info .blog-author {
      display: flex;
      align-items: center; }
      .blog-single .post-content-header .blog-single-info .blog-author .author-image {
        width: 70px;
        height: 70px;
        flex: 0 0 70px;
        margin-right: 20px;
        border-radius: 50px; }
      .blog-single .post-content-header .blog-single-info .blog-author .blog-info .author-name {
        font-size: 22px;
        line-height: normal;
        margin-bottom: 5px; }
      .blog-single .post-content-header .blog-single-info .blog-author .blog-info p {
        margin-bottom: 0px; }
  .blog-single .blog-post-content {
    margin-bottom: 80px; }
    .blog-single .blog-post-content .post-title {
      margin-top: 26px;
      margin-bottom: 13px; }
      .blog-single .blog-post-content .post-title a {
        color: #ffffff; }
        .blog-single .blog-post-content .post-title a:hover {
          color: #23a455; }
    .blog-single .blog-post-content .blog-post-img {
      margin-bottom: 20px; }
  .blog-single .blog-post-author {
    display: flex;
    gap: 30px;
    margin-bottom: 80px;
    margin-top: 80px; }
    .blog-single .blog-post-author .author-image {
      width: 170px;
      max-width: 170px;
      flex: 0 0 170px;
      padding: 0; }
      .blog-single .blog-post-author .author-image img {
        max-width: 100%;
        height: auto;
        border-radius: 10px; }
    .blog-single .blog-post-author .author-detail .author-title {
      font-size: 30px;
      font-style: normal;
      line-height: 40px;
      font-weight: 600;
      color: #ffffff; }
    .blog-single .blog-post-author .author-detail .description {
      font-size: 18px;
      font-style: normal;
      line-height: 30px;
      color: #ced0df;
      margin-bottom: 0px; }
    .blog-single .blog-post-author .author-detail .author-profiles {
      padding: 0;
      margin: 0;
      margin-top: 20px;
      display: flex;
      gap: 10px 20px;
      flex-wrap: wrap;
      list-style-type: none; }
      .blog-single .blog-post-author .author-detail .author-profiles li a {
        color: #ffffff;
        word-break: break-all; }
        .blog-single .blog-post-author .author-detail .author-profiles li a i {
          margin-right: 8px; }
        .blog-single .blog-post-author .author-detail .author-profiles li a:hover {
          color: #23a455; }
  .blog-single .comment-form .comment-reply-title {
    font-size: 34px;
    line-height: 48px;
    margin-top: 68px;
    margin-bottom: 17px; }
  .blog-single .comment-form .btn {
    padding: 15px 40px;
    margin-top: 30px;
    margin-bottom: 0px; }
  .blog-single .comment-form .form-check-input {
    border: 1px solid #23a455; }
    .blog-single .comment-form .form-check-input:checked {
      background-color: #23a455;
      border: 1px solid #23a455; }
    .blog-single .comment-form .form-check-input:focus {
      box-shadow: 0 0 0 0.25rem rgba(35, 164, 85, 0.25); }
  .blog-single .post-navigation .nav-links {
    position: relative;
    padding: 20px 0;
    border-top: 1px solid rgba(131, 131, 131, 0.25);
    border-bottom: 1px solid rgba(131, 131, 131, 0.25);
    justify-content: space-between !important;
    z-index: 2; }
    .blog-single .post-navigation .nav-links:before {
      content: "\f58d";
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      font-size: 20px;
      position: absolute;
      left: 0;
      top: 0;
      z-index: -1;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 0;
      color: #ffffff;
      z-index: -1; }
    .blog-single .post-navigation .nav-links a {
      color: #ffffff; }
      .blog-single .post-navigation .nav-links a:hover {
        color: #23a455; }

/*Social Share Modal*/
.social-share-modal .modal-header {
  padding: 16px 20px; }
  .social-share-modal .modal-header .modal-title {
    font-size: 20px;
    color: #07192f; }
  .social-share-modal .modal-header .btn-close {
    line-height: normal;
    top: -2px;
    position: relative;
    background: none;
    outline: none;
    box-shadow: none; }

.social-share-modal .modal-body {
  padding: 20px; }

.social-share-modal .social-share-items {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  list-style-type: none; }
  .social-share-modal .social-share-items li {
    font-size: 20px;
    color: #07192f; }
    .social-share-modal .social-share-items li a {
      color: #07192f; }
      .social-share-modal .social-share-items li a:hover {
        color: #23a455; }

/*------------------------------*/
/* Responsive CSS */
/*------------------------------*/
@media (max-width: 1199px) {
  .blog-standard.grid-wrapper {
    gap: 60px;
    padding-right: 56px; }
  .blog-standard .post-foot {
    margin-top: 25px; }
  .blog-single {
    padding-right: 12px;
    padding-left: 12px; } }

@media (max-width: 991px) {
  .blog-standard.grid-wrapper {
    padding-right: 0px; }
  .blog-single {
    margin-bottom: 50px; } }

@media (max-width: 767px) {
  .blog-standard.grid-wrapper {
    gap: 30px; }
  .blog-standard .post-foot {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 15px; }
    .blog-standard .post-foot .post-meta {
      margin-bottom: 10px; }
      .blog-standard .post-foot .post-meta .post-meta-category {
        margin-right: 0; }
  .blog-single .blog-post {
    margin-bottom: 50px; }
    .blog-single .blog-post .post-foot {
      margin-top: 40px;
      flex-direction: column;
      align-items: flex-start; }
      .blog-single .blog-post .post-foot .post-tag {
        margin-bottom: 20px; }
  .blog-post.blog-style-02 .blog-post-img {
    border-radius: 10px; }
  .blog-post.blog-style-02 .blog-post-info .post-title {
    font-size: 22px;
    line-height: 32px; }
    .blog-post.blog-style-02 .blog-post-info .post-title a {
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden; }
  .post-social.widget-social {
    gap: 15px; }
    .post-social.widget-social .follow-title {
      gap: 15px; }
      .post-social.widget-social .follow-title:after {
        width: 15px; }
    .post-social.widget-social ul.social-icon {
      gap: 15px; } }

@media (max-width: 575px) {
  .post-social.widget-social .follow-title {
    font-size: 18px; }
  .post-social.widget-social ul.social-icon li a {
    font-size: 18px; }
    .post-social.widget-social ul.social-icon li a.social-share i {
      font-size: 18px; }
  .blog-single .post-content-header .blog-single-info {
    align-items: self-start;
    justify-content: start;
    flex-direction: column;
    gap: 15px; }
  .blog-single .blog-post-content {
    margin-bottom: 50px; }
  .blog-single .blog-post-author {
    flex-direction: column;
    margin-top: 50px;
    margin-bottom: 40px; }
  .blog-single .comment-form .comment-reply-title {
    margin-top: 40px;
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 10px; } }

@media (max-width: 479px) {
  .blog-post .blog-post-info .post-title {
    font-size: 26px;
    line-height: 36px; } }

/*****************************
	Shop
*****************************/
/*shop-sidebar*/
.shop-sidebar.sidebar {
  padding-left: 0px; }
  .shop-sidebar.sidebar .filter-widget .price-filter .filter-btn {
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    background-color: #23a455;
    color: #ffffff;
    border-radius: 3px;
    padding: 10px 16px;
    transition: all 0.3s ease-in-out; }
    .shop-sidebar.sidebar .filter-widget .price-filter .filter-btn:hover {
      background-color: #ffffff;
      color: #23a455; }
  .shop-sidebar.sidebar .filter-widget .price-filter .price_label {
    font-size: 0.9em; }

.shop-product .product-results {
  font-size: 16px;
  line-height: 42px;
  color: #ced0df; }

.shop-top-layout {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px; }
  .shop-top-layout .select-border .form-control.basic-select {
    font-size: 18px;
    border: 1px solid rgba(131, 131, 131, 0.25);
    background-color: transparent;
    color: #ffffff;
    height: 50px;
    width: 250px; }
    .shop-top-layout .select-border .form-control.basic-select option {
      color: #07192f; }
    .shop-top-layout .select-border .form-control.basic-select:focus {
      box-shadow: none; }

.price-filter {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .price-filter .price_label {
    font-size: 18px;
    text-transform: uppercase; }
  .price-filter > a {
    font-size: 18px;
    color: #07192f;
    text-transform: uppercase;
    font-weight: 500; }
    .price-filter > a:hover {
      color: #23a455; }

.irs--flat .irs-line {
  height: 3px;
  background: #ffffff;
  border: 1px solid white; }

.irs--flat .irs-bar {
  background: #23a455;
  height: 4px; }

.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
  background: transparent;
  color: #23a455;
  font-size: 13px;
  font-weight: 600; }

.irs--flat .irs-handle {
  top: 19px;
  width: 18px; }

.irs--flat .irs-handle > i:first-child, .irs--flat .irs-handle > i:first-child {
  top: 0;
  left: 0;
  background: #23a455;
  width: 15px;
  height: 15px;
  border: 2px solid #23a455;
  border-radius: 100%;
  cursor: pointer;
  transition: all 0.3s ease-in-out; }

.irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before {
  display: none; }

.irs--flat .irs-handle.state_hover > i:first-child, .irs--flat .irs-handle:hover > i:first-child {
  background: #23a455; }

/* Product */
.shop-products {
  margin-top: 40px;
  grid-gap: 55px 35px; }

.onsale {
  min-width: auto;
  min-height: auto;
  padding: 2px 15px;
  line-height: 30px;
  margin: 0;
  position: absolute;
  font-weight: normal;
  border-radius: 5px;
  background-color: #23a455; }

.product {
  overflow: hidden;
  border-radius: 10px; }
  .product .product-image {
    position: relative;
    margin-bottom: 40px; }
    .product .product-image img {
      border-radius: 25px; }
    .product .product-image .onsale {
      top: 10px;
      right: 10px;
      z-index: 0; }
  .product .product-content {
    padding: 0 15px; }
    .product .product-content .product-info .product-title {
      margin-bottom: 10px;
      min-height: 60px; }
      .product .product-content .product-info .product-title a {
        font-size: 20px;
        line-height: 26px;
        font-weight: bold;
        font-family: "Bai Jamjuree", serif;
        color: #ffffff; }
        .product .product-content .product-info .product-title a:hover {
          color: #23a455; }
    .product .product-content .product-info .products-price {
      font-size: 16px;
      line-height: 26px;
      font-weight: normal;
      color: #ced0df; }
      .product .product-content .product-info .products-price ins {
        text-decoration: none; }
      .product .product-content .product-info .products-price:has(del) ins {
        color: #23a455; }
    .product .product-content .product-info .btn.cart-btn {
      padding: 15px 50px;
      line-height: 1;
      margin-top: 20px; }
  .product:hover .product-image .custom-icon {
    right: 6px; }

/* Product Detail */
.mfp-close {
  opacity: 1 !important;
  height: 30px !important;
  width: 30px !important;
  background-color: #ffffff !important;
  border-radius: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #07192f !important;
  padding-right: 0 !important; }

.shop-single .product-image.single-product-image {
  position: relative; }
  .shop-single .product-image.single-product-image .onsale {
    top: 10px;
    left: 10px;
    z-index: 0; }
  .shop-single .product-image.single-product-image .icon-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    background-color: #ffffff;
    border-radius: 100%;
    color: #000000; }

.shop-single .nav-tabs-02 {
  border: inherit; }
  .shop-single .nav-tabs-02 .nav-tabs {
    border: 1px solid rgba(131, 131, 131, 0.25) !important;
    padding: 0px 20px;
    border-radius: 5px; }
  .shop-single .nav-tabs-02 .nav-item .nav-link {
    font-size: 18px;
    line-height: 30px;
    padding: 17px;
    font-weight: 500;
    border: inherit;
    color: #ffffff;
    background: inherit; }
  .shop-single .nav-tabs-02 .nav-item .nav-link.active {
    border: inherit;
    color: #23a455; }

.shop-single .product-detail .product-prize {
  margin-bottom: 20px;
  font-size: 27px;
  line-height: 39px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Jost", sans-serif; }
  .shop-single .product-detail .product-prize del {
    font-size: 24px;
    line-height: 36px;
    color: #ffffff;
    opacity: 0.5;
    font-weight: 400; }
  .shop-single .product-detail .product-prize ins {
    text-decoration: none; }
  .shop-single .product-detail .product-prize p {
    font-size: 26px;
    color: #07192f;
    font-weight: 500; }
    .shop-single .product-detail .product-prize p span {
      color: rgba(7, 25, 47, 0.6); }
  .shop-single .product-detail .product-prize h4 {
    font-size: 20px;
    margin-bottom: 0; }
    .shop-single .product-detail .product-prize h4 span {
      font-size: 24px;
      color: #23a455;
      margin-left: 8px; }

.shop-single .product-detail .section-title .title {
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 15px; }

.shop-single .product-detail .add-to-cart-input .form-control {
  height: 54px; }

.shop-single .product-detail .add-to-cart-input .btn {
  text-transform: capitalize;
  margin-bottom: 0px;
  padding: 10px 35px; }

.shop-single .product-detail hr {
  margin: 30px 0; }

.shop-single .product-detail .product-detail-meta {
  margin-bottom: 20px; }
  .shop-single .product-detail .product-detail-meta ul {
    list-style-type: none;
    padding: 0; }
    .shop-single .product-detail .product-detail-meta ul li {
      display: flex;
      gap: 10px; }
      .shop-single .product-detail .product-detail-meta ul li a {
        color: #23a455; }
        .shop-single .product-detail .product-detail-meta ul li a:hover {
          color: #ffffff; }

.qty {
  border: 1px solid rgba(131, 131, 131, 0.25);
  margin-right: 10px;
  align-items: center;
  display: flex;
  padding: 10px;
  border-radius: 50px;
  width: 170px;
  justify-content: space-between; }
  .qty .count {
    color: #ffffff;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    line-height: 28px;
    padding: 0 2px;
    text-align: center;
    width: auto;
    -moz-appearance: textfield; }
  .qty .plus {
    padding: 5px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    color: #ffffff;
    line-height: 1;
    text-align: center; }
  .qty input {
    color: #ffffff;
    background-color: transparent;
    border-color: inherit;
    text-align: center;
    width: auto; }
  .qty .minus {
    padding: 5px;
    cursor: pointer;
    display: inline-block;
    color: #ffffff;
    line-height: 1;
    text-align: center; }
  .qty input {
    border: 0;
    width: 2%; }
    .qty input::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0; }
    .qty input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }
    .qty input:disabled {
      background-color: white; }

/*commentlist*/
.commentlist {
  display: flex; }
  .commentlist .comment-author {
    width: 70px;
    flex: 0 0 70px; }
  .commentlist .comment-content {
    padding: 15px;
    margin-left: 30px;
    margin-bottom: 20px;
    width: 100%;
    border-radius: 20px;
    border: 1px solid rgba(131, 131, 131, 0.25); }
    .commentlist .comment-content .reviews {
      display: flex;
      flex-wrap: wrap; }
      .commentlist .comment-content .reviews .rating {
        margin-left: auto; }
        .commentlist .comment-content .reviews .rating i {
          color: #23a455; }

.form-check-label {
  padding-left: 0px; }

/* Checkout */
.checkout .section-title {
  padding-left: 0px;
  margin-bottom: 15px; }
  .checkout .section-title .title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0; }

.checkout form {
  padding: 0;
  border-radius: 5px;
  background-color: transparent; }
  .checkout form .form-control {
    box-shadow: none; }
  .checkout form .select-border {
    margin-bottom: 30px; }
  .checkout form .select2-container--default {
    margin-bottom: 20px; }
    .checkout form .select2-container--default .select2-selection--single {
      height: auto;
      display: flex;
      font-size: 16px;
      line-height: 28px;
      padding: 16px 20px;
      position: relative;
      align-items: center;
      border-radius: 10px;
      background-color: transparent; }
      .checkout form .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 18px;
        line-height: 28px;
        font-weight: 400; }
      .checkout form .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 50%;
        right: 20px;
        width: auto;
        height: auto;
        transform: translateY(-50%); }

.checkout .contact-info {
  margin-bottom: 50px; }
  .checkout .contact-info p {
    font-size: 0.85em;
    color: #ced0df;
    margin-bottom: 16px;
    line-height: 1.8; }

.checkout .billing-address {
  margin-bottom: 50px; }

.checkout .payment-options .custom-control {
  margin-bottom: 50px; }

.checkout .payment-options .checkout-terms {
  margin-bottom: 30px; }

.checkout .payment-options .checkout-actions {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .checkout .payment-options .checkout-actions .return-link {
    color: #23a455; }
    .checkout .payment-options .checkout-actions .return-link svg {
      fill: #23a455;
      margin-right: 6px; }

.checkout-order-summary {
  border: 1px solid rgba(131, 131, 131, 0.25);
  border-radius: 5px; }
  .checkout-order-summary .order-summary-title {
    font-size: 18px;
    color: #ced0df;
    font-weight: 500;
    margin: 16px 0 16px 16px; }
  .checkout-order-summary .order-summary-products {
    padding: 0 15px; }
    .checkout-order-summary .order-summary-products .order-summary-product {
      padding: 15px 0px;
      display: flex;
      border-bottom: 1px solid rgba(131, 131, 131, 0.25); }
      .checkout-order-summary .order-summary-products .order-summary-product .product-image {
        margin-top: 10px;
        padding-bottom: 0px;
        position: relative;
        width: 48px;
        flex: 0 0 48px; }
        .checkout-order-summary .order-summary-products .order-summary-product .product-image .quantity {
          position: absolute;
          right: -12px;
          top: -12px;
          font-size: 14px;
          font-weight: 600;
          display: flex;
          align-items: center;
          justify-content: center;
          height: 25px;
          width: 25px;
          border-radius: 100%;
          background-color: #ffffff;
          color: #000000;
          border: 2px solid rgba(0, 0, 0, 0.2); }
      .checkout-order-summary .order-summary-products .order-summary-product .product-details {
        padding-bottom: 0px;
        padding-left: 24px;
        padding-right: 12px; }
        .checkout-order-summary .order-summary-products .order-summary-product .product-details .product-name {
          font-size: 16px;
          font-weight: 600;
          color: #ffffff; }
        .checkout-order-summary .order-summary-products .order-summary-product .product-details .product-prices .product-min-price .price {
          font-size: 0.85em;
          color: #23a455; }
        .checkout-order-summary .order-summary-products .order-summary-product .product-details .product-prices .product-min-price del {
          color: #ced0df; }
        .checkout-order-summary .order-summary-products .order-summary-product .product-details .product-prices .product-min-price ins {
          text-decoration: none; }
        .checkout-order-summary .order-summary-products .order-summary-product .product-details .product-prices .product-min-price:has(del) ins {
          margin-left: 5px; }
        .checkout-order-summary .order-summary-products .order-summary-product .product-details .product-description {
          font-size: 0.85em;
          color: #ced0df; }
      .checkout-order-summary .order-summary-products .order-summary-product .product-total-price {
        font-size: 16px;
        font-weight: 600;
        color: #ffffff; }
      .checkout-order-summary .order-summary-products .order-summary-product:last-child {
        border-bottom: 0px; }
  .checkout-order-summary .cart-totals {
    border: none; }

.checkout-info-coupon .checkout-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0; }

.checkout-info-coupon .checkout-coupon {
  padding: 0 20px;
  background-color: #f6f6f6;
  border-radius: 20px; }

/* Cart */
.cart-table {
  border-radius: 5px;
  box-shadow: 2px 2px 4px 0px rgba(2, 45, 98, 0.1);
  border: 1px solid rgba(131, 131, 131, 0.25); }
  .cart-table .table {
    font-size: 18px;
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid rgba(131, 131, 131, 0.25); }
    .cart-table .table tr th {
      border: 1px solid rgba(131, 131, 131, 0.25);
      padding: 15px;
      color: #ffffff;
      background-color: transparent;
      text-align: left;
      vertical-align: middle;
      text-align: center;
      font-size: 0.85rem;
      text-transform: uppercase; }
    .cart-table .table tr td {
      border-top: 1px solid rgba(131, 131, 131, 0.25);
      padding: 15px;
      font-weight: 500;
      text-align: left;
      vertical-align: top;
      background-color: transparent; }
    .cart-table .table thead tr {
      border: none; }
      .cart-table .table thead tr th:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0; }
      .cart-table .table thead tr th:first-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
    .cart-table .table tbody tr td.product-name a {
      color: #07192f; }
      .cart-table .table tbody tr td.product-name a:hover {
        color: #23a455; }
  .cart-table .cart-product img {
    width: 90px;
    height: auto; }
  .cart-table .cart-product-details .cart-product-name {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 12px;
    display: block;
    color: #ffffff; }
    .cart-table .cart-product-details .cart-product-name:hover {
      color: #23a455; }
  .cart-table .cart-product-prices {
    display: flex;
    align-items: center; }
    .cart-table .cart-product-prices .product-min-price {
      font-size: 18px;
      line-height: 26px;
      color: #23a455;
      font-weight: 500;
      font-family: "Jost", sans-serif; }
      .cart-table .cart-product-prices .product-min-price del {
        color: #ffffff;
        opacity: 0.5; }
      .cart-table .cart-product-prices .product-min-price ins {
        text-decoration: none; }
      .cart-table .cart-product-prices .product-min-price:has(del) ins {
        margin-left: 10px; }
    .cart-table .cart-product-prices .product-sale-badge-price {
      display: inline-block;
      margin: 0;
      border: 1px solid #2ecc71;
      color: #2ecc71;
      padding: 0px 8px;
      font-size: 0.85rem;
      border-radius: 3px; }
    .cart-table .cart-product-prices:has(.product-sale-badge-price) .product-min-price {
      margin-right: 15px; }
  .cart-table .cart-product-description {
    color: #ced0df;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    display: block;
    margin: 10px 0px; }
  .cart-table .cart-product-quantity {
    display: flex;
    align-items: center; }
    .cart-table .cart-product-quantity .qty {
      padding: 0;
      width: 110px;
      border-radius: 4px;
      height: 45px; }
      .cart-table .cart-product-quantity .qty .count {
        padding: 8px 0px; }
      .cart-table .cart-product-quantity .qty .minus {
        font-size: 0.8rem;
        color: #ced0df;
        display: flex;
        align-items: center;
        height: 100%;
        padding: 5px 8px; }
      .cart-table .cart-product-quantity .qty .plus {
        font-size: 0.8rem;
        color: #ced0df;
        display: flex;
        align-items: center;
        height: 100%;
        padding: 5px 8px; }
    .cart-table .cart-product-quantity .cart-product-remove .remove-link {
      font-size: 0.85rem;
      color: #ced0df;
      text-decoration: underline;
      transition: all 0.3s ease-in-out; }
      .cart-table .cart-product-quantity .cart-product-remove .remove-link:hover {
        text-decoration: none; }
  .cart-table .cart-product-subtotal {
    text-align: center; }
    .cart-table .cart-product-subtotal .subtotal {
      color: #ffffff;
      display: block;
      text-align: center; }
    .cart-table .cart-product-subtotal .product-sale-badge-price {
      display: inline-block;
      margin: 0;
      border: 1px solid #ffffff;
      color: #ffffff;
      padding: 0px 8px;
      font-size: 0.85rem;
      border-radius: 3px;
      font-weight: 600;
      text-transform: uppercase;
      width: 95px;
      text-align: center;
      margin-top: 5px; }

.cart-totals {
  padding: 0px;
  background: transparent;
  margin-bottom: 30px;
  box-shadow: 2px 2px 4px 0px rgba(2, 45, 98, 0.1);
  border-radius: 5px;
  margin-top: 0px !important;
  border: 1px solid rgba(131, 131, 131, 0.25); }
  .cart-totals .cart-totals-title {
    font-size: 0.85rem;
    padding: 15px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 0px; }
  .cart-totals .cart-subtotal {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .cart-totals .cart-subtotal label {
      font-size: 18px;
      color: #ffffff; }
    .cart-totals .cart-subtotal .subtotal {
      font-size: 18px;
      color: #23a455; }
  .cart-totals .order-total {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .cart-totals .order-total label {
      font-size: 1.25em;
      color: #ffffff;
      font-weight: 700; }
    .cart-totals .order-total .amount {
      font-size: 1.25em;
      color: #23a455;
      font-weight: 700; }
  .cart-totals .checkout-btn {
    width: 100%;
    text-align: center;
    padding: 15px 25px;
    display: block;
    border-radius: 0px 0px 5px 5px;
    background-color: #23a455;
    color: #ffffff;
    transition: all 0.3s ease-in-out; }
    .cart-totals .checkout-btn svg {
      fill: #ffffff;
      transition: all 0.3s ease-in-out; }
    .cart-totals .checkout-btn:hover {
      background-color: #ffffff;
      color: #23a455; }
      .cart-totals .checkout-btn:hover svg {
        fill: #23a455; }
  .cart-totals .checkout-info-coupon .checkout-info a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ffffff;
    padding: 15px;
    width: 100%; }
    .cart-totals .checkout-info-coupon .checkout-info a svg {
      fill: #ffffff;
      transition: all 0.3s ease-in-out; }
    .cart-totals .checkout-info-coupon .checkout-info a:not(.collapsed) svg {
      transform: rotate(-180deg); }
  .cart-totals .checkout-info-coupon .checkout-coupon {
    background-color: transparent;
    border-radius: 0; }
    .cart-totals .checkout-info-coupon .checkout-coupon .checkout-coupon-form {
      position: relative; }
      .cart-totals .checkout-info-coupon .checkout-coupon .checkout-coupon-form .form-control {
        width: calc(100% - 100px); }
      .cart-totals .checkout-info-coupon .checkout-coupon .checkout-coupon-form .btn {
        position: absolute;
        right: 0;
        top: 0;
        padding: 16px 25px;
        border-radius: 5px; }

.form-check-input:checked {
  background-color: #23a455;
  border-color: #23a455; }

.form-check-input:focus {
  border-color: #23a455;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(35, 164, 85, 0.25); }

/*************************
	Responsive
*************************/
@media (max-width: 1199px) {
  .shop-top-layout {
    gap: 10px; }
  .price-filter .price_label {
    font-size: 16px; }
  .price-filter > a {
    font-size: 16px; } }

@media (max-width: 991px) {
  .shop-sidebar {
    margin-top: 50px; }
  .product .product-content .product-info .btn.cart-btn {
    padding: 15px 30px; } }

@media (max-width: 767px) {
  .shop-top-layout {
    justify-content: flex-start;
    gap: 20px; }
    .shop-top-layout .select-border {
      margin-left: auto; }
  .cart-table .table tr td.product-remove {
    padding: 10px; }
  .cart-table .cart-product-details {
    min-width: 370px; }
  .commentlist .comment-content {
    margin-left: 15px; }
    .commentlist .comment-content .reviews {
      flex-direction: column;
      margin-bottom: 15px; }
      .commentlist .comment-content .reviews .meta {
        margin-bottom: 5px; }
      .commentlist .comment-content .reviews .rating {
        margin-left: 0; }
  .shop-single .product-detail .section-title .title {
    font-size: 30px;
    line-height: 40px; }
  .shop-single .product-detail .product-prize p {
    font-size: 22px; }
  .shop-products {
    grid-gap: 30px 24px; } }

@media (max-width: 575px) {
  .cart-table .actions .coupon .input-text {
    font-size: 16px; }
  .checkout-info-coupon .checkout-coupon {
    padding: 0 15px; }
  .shop-top-layout .select-border {
    margin-left: 0; }
  .custom-control.custom-radio {
    display: flex;
    align-items: center;
    white-space: nowrap;
    justify-content: flex-end; }
  .cart-totals .checkout-info-coupon .checkout-coupon .checkout-coupon-form .btn {
    padding: 11px 25px; }
  .checkout .contact-info {
    margin-bottom: 30px; }
  .checkout .billing-address {
    margin-bottom: 30px; }
  .checkout form .select2-container--default .select2-selection--single {
    padding: 11px 15px; }
  .checkout .payment-options .checkout-terms {
    padding-top: 0px;
    margin-bottom: 20px; }
  .checkout .payment-options .checkout-actions .return-link svg {
    margin-right: 3px; }
  .checkout .payment-options .checkout-actions .return-link .btn-text {
    font-size: 16px;
    display: inline-block; }
  .checkout .payment-options .checkout-actions .btn {
    padding: 10px 25px;
    font-size: 16px;
    line-height: 26px; } }

@media (max-width: 479px) {
  .shop-top-layout {
    flex-direction: column;
    align-items: flex-start; }
  .cart-table .actions .coupon .btn {
    padding: 9px 10px;
    font-size: 14px; }
  .shop-single .nav-tabs-02 .nav-tabs {
    padding-top: 10px; }
  .shop-single .nav-tabs-02 .nav-item {
    margin: 0; }
    .shop-single .nav-tabs-02 .nav-item .nav-link {
      padding: 10px 15px;
      font-size: 16px; }
  .commentlist {
    flex-direction: column; }
    .commentlist .comment-content {
      margin-left: 0;
      margin-top: 5px; }
      .commentlist .comment-content .reviews {
        margin-bottom: 15px; }
        .commentlist .comment-content .reviews .meta {
          margin-bottom: 0; }
        .commentlist .comment-content .reviews .rating {
          margin-left: 0; }
  .checkout form.form-row {
    padding: 15px; }
  .checkout-order-summary .order-summary-products .order-summary-product {
    flex-direction: column;
    gap: 10px; }
    .checkout-order-summary .order-summary-products .order-summary-product .product-details {
      padding: 0px; }
    .checkout-order-summary .order-summary-products .order-summary-product .product-image {
      width: 70px;
      flex: 0 0 70px; }
  .product .product-image {
    margin-bottom: 15px; } }

/*****************************
		Footer
*****************************/
.site-footer {
  background-color: #07192f;
  padding: 90px 0 0;
  position: relative;
  z-index: 9;
  /*-------------------------*/
  /* Widgets */
  /*-------------------------*/
  /*-------------------------*/
  /* Marquee */
  /*-------------------------*/
  /*-------------------------*/
  /* Footer Copyright */
  /*-------------------------*/ }
  .site-footer .footer-logo {
    display: inline-block; }
    .site-footer .footer-logo img {
      height: 60px; }
  .site-footer .footer-main .contact-number-main {
    margin-top: 30px; }
  .site-footer .widget .widget-title {
    margin-bottom: 25px;
    font-weight: 600; }
  .site-footer .widget-menu .widget-title {
    margin-bottom: 25px; }
  .site-footer .widget-menu ul {
    flex-direction: column;
    gap: 8px; }
    .site-footer .widget-menu ul li a:hover {
      padding-left: 10px; }
  .site-footer .marquee-wrapper {
    padding-top: 70px; }
  .site-footer .footer-copyright {
    position: relative;
    z-index: 9;
    background-color: #23a455;
    border-top: 0;
    margin-top: -50px;
    padding: 35px 0; }
    .site-footer .footer-copyright .copyright-info {
      color: #ffffff;
      margin-bottom: 0px; }
      .site-footer .footer-copyright .copyright-info a {
        color: #ffffff;
        text-decoration: underline; }
    .site-footer .footer-copyright .widget-social ul.social-icon li a:hover {
      color: #07192f; }

/*************************
	Responsive
*************************/
@media (max-width: 991px) {
  .site-footer {
    padding-top: 50px; }
    .site-footer .widget .widget-title {
      margin-bottom: 15px; }
    .site-footer .widget-menu .widget-title {
      margin-bottom: 15px; }
    .site-footer .footer-main .contact-number-main {
      margin-top: 15px; }
    .site-footer .marquee-wrapper {
      padding-top: 50px; } }

@media (max-width: 767px) {
  /* Footer Social */
  .site-footer.footer-dark .widget-social .social-icon li {
    flex: 0;
    border-right: 0; }
    .site-footer.footer-dark .widget-social .social-icon li a {
      padding: 0; }
      .site-footer.footer-dark .widget-social .social-icon li a i {
        color: #ffffff; }
  .site-footer .footer-copyright {
    margin-top: -35px;
    padding: 25px 0; } }

@media (max-width: 575px) {
  .site-footer .grid-wrapper {
    gap: 30px; }
  .site-footer .widget .widget-title {
    font-size: 24px; }
  .site-footer .widget-menu .widget-title {
    font-size: 24px; }
  .site-footer .footer-copyright {
    margin-top: -25px; }
    .site-footer .footer-copyright .widget-social {
      gap: 10px; }
      .site-footer .footer-copyright .widget-social .follow-title {
        gap: 10px; }
        .site-footer .footer-copyright .widget-social .follow-title:after {
          width: 15px; }
      .site-footer .footer-copyright .widget-social ul.social-icon {
        gap: 12px; }
  .site-footer .marquee-wrapper {
    padding-top: 30px; } }

@media (max-width: 479px) {
  .site-footer {
    padding-top: 50px; }
    .site-footer .footer-copyright .widget-social {
      gap: 5px; }
      .site-footer .footer-copyright .widget-social .follow-title {
        gap: 8px; }
      .site-footer .footer-copyright .widget-social .follow-title:after {
        width: 10px; }
      .site-footer .footer-copyright .widget-social ul.social-icon {
        gap: 8px; } }

/*************************
		 Widget
*************************/
.sidebar .widget:not(:last-child) {
  margin-bottom: 60px; }

.sidebar.service-sidebar .widget:not(:last-child) {
  margin-bottom: 30px; }

/*Sidebar*/
.sidebar .widget {
  padding: 30px;
  border-radius: 10px;
  border: 1px solid rgba(131, 131, 131, 0.25); }

.sidebar-btn {
  padding: 10px 25px;
  border: 1px solid rgba(131, 131, 131, 0.25);
  border-radius: 5px;
  margin-bottom: 25px;
  display: inline-flex;
  align-items: center;
  gap: 10px; }
  .sidebar-btn span {
    color: #ffffff; }
  .sidebar-btn:focus, .sidebar-btn:hover {
    color: #23a455; }

.widget .widget-title {
  margin-bottom: 25px; }

.mobile-sidebar {
  background-color: #07192f; }
  .mobile-sidebar .offcanvas-header {
    height: auto; }
    .mobile-sidebar .offcanvas-header .btn-close {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 50px;
      width: 50px;
      font-size: 24px;
      background: none;
      background-color: #000f22;
      opacity: 1;
      color: #ffffff;
      padding: 0;
      margin: 0 0 0 auto;
      border-radius: 100%; }

/*-----------------------*/
/* Widget Search */
/*-----------------------*/
.widget-search .search {
  position: relative;
  width: 100%; }
  .widget-search .search .form-control {
    padding: 15px 30px 15px 0px;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 0; }
  .widget-search .search .search-btn {
    position: absolute;
    right: 0;
    top: 50%;
    padding: 0;
    font-size: 24px;
    border: none;
    transform: translateY(-50%);
    color: #23a455;
    background-color: transparent; }
  .widget-search .search input::placeholder {
    color: #ced0df; }

/*-----------------------*/
/* Widget Recent Post */
/*-----------------------*/
.widget-recent-posts .recent-posts {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 15px; }
  .widget-recent-posts .recent-posts .posts-img {
    width: 80px;
    flex: 0 0 80px; }
    .widget-recent-posts .recent-posts .posts-img img {
      border-radius: 6px; }
  .widget-recent-posts .recent-posts .post-info .post-title {
    color: #ffffff;
    font-family: "Bai Jamjuree", serif;
    font-size: 18px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; }
    .widget-recent-posts .recent-posts .post-info .post-title:hover {
      color: #23a455; }
  .widget-recent-posts .recent-posts .post-info .post-date {
    color: #ced0df; }
  .widget-recent-posts .recent-posts:last-child {
    margin-bottom: 0px; }

/*-----------------------*/
/* Widget Categories */
/*-----------------------*/
.widget-categories .categories-list {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 10px;
  list-style: none;
  flex-direction: column; }
  .widget-categories .categories-list li {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between; }
    .widget-categories .categories-list li a {
      color: #ced0df;
      transition: all 0.3s ease-in-out;
      display: inline-block; }
      .widget-categories .categories-list li a:hover {
        color: #23a455; }
    .widget-categories .categories-list li .categories-number {
      color: #23a455; }

/*-----------------------*/
/* Widget Tags */
/*-----------------------*/
.post-tag .tag-list,
.tags-widget .tag-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 8px;
  flex-wrap: wrap; }
  .post-tag .tag-list li a,
  .tags-widget .tag-list li a {
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    line-height: normal;
    padding: 6px 17px;
    background: transparent;
    border-radius: 4px;
    border: 1px solid rgba(131, 131, 131, 0.25); }
    .post-tag .tag-list li a:hover,
    .tags-widget .tag-list li a:hover {
      color: #23a455;
      border-color: #23a455; }

/*-----------------------*/
/* Widget Menu */
/*-----------------------*/
.widget-menu .widget-title {
  margin-bottom: 20px; }

.widget-menu ul {
  display: flex;
  gap: 10px 15px;
  flex-wrap: wrap;
  padding: 0;
  margin: 0; }
  .widget-menu ul li {
    width: 100%; }
    .widget-menu ul li a {
      color: #ced0df; }
      .widget-menu ul li a:hover {
        color: #23a455; }

.widget-menu.menu-style-2 ul {
  list-style: none;
  gap: 0;
  padding: 0;
  margin: 0; }
  .widget-menu.menu-style-2 ul li {
    width: 100%; }
    .widget-menu.menu-style-2 ul li a {
      display: block;
      padding: 18px 0;
      color: #ced0df;
      border-bottom: 1px solid rgba(255, 255, 255, 0.07); }
      .widget-menu.menu-style-2 ul li a.active {
        color: #23a455; }
      .widget-menu.menu-style-2 ul li a:hover {
        color: #23a455;
        border-color: #23a455; }
    .widget-menu.menu-style-2 ul li:last-child a {
      border-bottom: none;
      padding-bottom: 0; }

/*-----------------------*/
/* Widget social */
/*-----------------------*/
.widget-social {
  display: inline-flex;
  align-items: center;
  gap: 20px; }
  .widget-social .follow-title {
    display: inline-block;
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    gap: 15px; }
    .widget-social .follow-title:after {
      content: "";
      height: 1px;
      width: 25px;
      background-color: #ffffff; }
  .widget-social ul.social-icon {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    gap: 18px; }
    .widget-social ul.social-icon li a {
      height: auto;
      width: auto;
      color: #ffffff;
      border: none;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: "Jost", sans-serif;
      font-size: 18px;
      font-weight: normal;
      text-transform: capitalize;
      position: relative;
      transition: all 0.3s ease-in-out;
      border-radius: 80%;
      z-index: 1; }
      .widget-social ul.social-icon li a:hover {
        color: #23a455; }
  .widget-social.vertical {
    gap: 15px;
    writing-mode: vertical-lr; }
    .widget-social.vertical .follow-title:after {
      width: 2px;
      height: 25px;
      top: auto;
      bottom: 2px; }

/*-----------------------*/
/* Widget Newsletter */
/*-----------------------*/
.widget-newsletter .newsletter-description {
  margin-bottom: 10px;
  color: #ced0df; }

.widget-newsletter .newsletter-form {
  position: relative; }
  .widget-newsletter .newsletter-form .form-control {
    margin-bottom: 0;
    padding-right: 50px;
    border-bottom: 1px solid rgba(131, 131, 131, 0.25); }
  .widget-newsletter .newsletter-form .subscribe-btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 20px;
    color: #23a455;
    width: 40px;
    background: none;
    border: none; }

.sidebar.faq-sidebar .widget {
  padding: 50px 45px;
  margin-bottom: 30px; }
  .sidebar.faq-sidebar .widget .widget-title {
    margin-bottom: 25px; }
  .sidebar.faq-sidebar .widget form .form-control {
    margin-bottom: 10px; }
  .sidebar.faq-sidebar .widget form textarea.form-control {
    margin-bottom: 10px; }

@media (max-width: 1199px) {
  .sidebar .widget {
    padding: 30px 20px; }
  .sidebar .widget:not(:last-child) {
    margin-bottom: 45px; } }

@media (max-width: 991px) {
  .sidebar.faq-sidebar .widget {
    padding: 25px 20px;
    margin-bottom: 30px; } }

@media (max-width: 767px) {
  .sidebar .widget:not(:last-child) {
    margin-bottom: 50px; }
  .sidebar .widget {
    padding: 30px 20px; }
  .sidebar.faq-sidebar {
    margin-bottom: 50px; }
    .sidebar.faq-sidebar .widget {
      padding: 20px 15px;
      margin-bottom: 30px; } }

@media (max-width: 575px) {
  .sidebar .widget:not(:last-child) {
    margin-bottom: 30px; }
  .sidebar .widget {
    padding: 20px; }
  /*-----------------------*/
  /* Recent Post */
  /*-----------------------*/
  .widget-recent-posts .recent-posts .posts-img {
    width: 70px;
    flex: 0 0 70px; }
  .widget-recent-posts .recent-posts .post-info .post-title {
    font-size: 16px; }
  /*-----------------------*/
  /* Widget social */
  /*-----------------------*/
  .widget-social .social-icon li a i {
    font-size: 26px; }
  .widget-menu.menu-style-2 ul li a {
    padding: 10px 0; }
  .widget-menu.menu-style-2 ul li:first-child a {
    padding-top: 0; } }