* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    scroll-behavior: smooth;
  }

:after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
@font-face {
    font-family: 'Bai Jamjuree';
    src: url('../fonts/BaiJamjuree-Bold.eot');
    src: url('../fonts/BaiJamjuree-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BaiJamjuree-Bold.woff2') format('woff2'),
        url('../fonts/BaiJamjuree-Bold.woff') format('woff'),
        url('../fonts/BaiJamjuree-Bold.ttf') format('truetype'),
        url('../fonts/BaiJamjuree-Bold.svg#BaiJamjuree-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bai Jamjuree';
    src: url('../fonts/BaiJamjuree-Medium.eot');
    src: url('../fonts/BaiJamjuree-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BaiJamjuree-Medium.woff2') format('woff2'),
        url('../fonts/BaiJamjuree-Medium.woff') format('woff'),
        url('../fonts/BaiJamjuree-Medium.ttf') format('truetype'),
        url('../fonts/BaiJamjuree-Medium.svg#BaiJamjuree-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bai Jamjuree';
    src: url('../fonts/BaiJamjuree-Regular.eot');
    src: url('../fonts/BaiJamjuree-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BaiJamjuree-Regular.woff2') format('woff2'),
        url('../fonts/BaiJamjuree-Regular.woff') format('woff'),
        url('../fonts/BaiJamjuree-Regular.ttf') format('truetype'),
        url('../fonts/BaiJamjuree-Regular.svg#BaiJamjuree-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bai Jamjuree';
    src: url('../fonts/BaiJamjuree-SemiBold.eot');
    src: url('../fonts/BaiJamjuree-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BaiJamjuree-SemiBold.woff2') format('woff2'),
        url('../fonts/BaiJamjuree-SemiBold.woff') format('woff'),
        url('../fonts/BaiJamjuree-SemiBold.ttf') format('truetype'),
        url('../fonts/BaiJamjuree-SemiBold.svg#BaiJamjuree-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
a{
	text-decoration: none;
    color: #fff;
}
a:focus, button:focus, input:focus {
	outline: 0!important;
	outline-offset: 0!important
}
.container{
	width: 90%;
	margin: 0 auto;
}
body{
	margin: 0;
	font-weight: 400;
	font-family: 'Bai Jamjuree';
	font-size: 14px;
	line-height: 28px;
	background: #fff;
	color: #00160a;
}
h1, h2, h3, h4, p{
	margin: 0;
}
h1, h2, h3, h4{
	font-weight: normal;
}
.d-none{
	display: none !important;
}
.relative{
    position: relative;
}
.d-grid{
	display: grid;
}
.d-flex{
	display: flex;
}
.flex-end{
	justify-content: flex-end;
}
.items-center{
	align-items: center;
}
.col-2{
	grid-template-columns: repeat(2, 1fr);
}
.relative{
  position: relative;
}
.gap-30{
	gap: 30px;
}
.sec-padding {
  padding: 40px 0 ;
}
.gg-search {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 16px;
  height: 16px;
  border: 2px solid;
  border-radius: 100%;
  margin-left: -4px;
  margin-top: -4px;
}
.gg-search::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 3px;
  width: 2px;
  height: 8px;
  background: currentColor;
  transform: rotate(-45deg);
  top: 10px;
  left: 12px;
}
.gg-home {
  background:
    linear-gradient(to left, currentColor 5px, transparent 0) no-repeat 0
      bottom/4px 2px,
    linear-gradient(to left, currentColor 5px, transparent 0) no-repeat right
      bottom/4px 2px;
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 18px;
  height: 14px;
  border: 2px solid;
  border-top: 0;
  border-bottom: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: -2px;
  color: #00D563;
}
.gg-home::after,
.gg-home::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}
.gg-home::before {
  border-top: 2px solid;
  border-left: 2px solid;
  border-top-left-radius: 4px;
  transform: rotate(45deg);
  top: -5px;
  border-radius: 3px;
  width: 14px;
  height: 14px;
  left: 0;
}
.gg-home::after {
  width: 8px;
  height: 10px;
  border: 2px solid;
  border-radius: 100px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
  left: 3px;
  bottom: 0;
}
.gg-chevron-right {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 2px solid transparent;
  border-radius: 100px;
}
.gg-chevron-right::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(-45deg);
  right: 6px;
  top: 4px;
}

.breadcrumb a{
  color: rgb(128, 127, 127);
}
.breadcrumb ul{
  list-style: none;
  padding: 0;
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 14px;
}
.breadcrumb ul li{
  color: #000;
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  border: 1px solid transparent;
  border-radius: 100px;
  padding-right: 14px;
  font-size: 14px;
}

.breadcrumb ul li::after{
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  transform: rotate(-45deg) translateY(-50%);
  right: 0;
  top: 50%;
}
.breadcrumb ul li:last-child{
  padding-right: 0;
}
.breadcrumb{
  padding: 20px 0;
}
.breadcrumb ul li:last-child::after{
  display: none;
}

.sec-title {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 40px;
  text-align: center;
}
header{
    padding: 15px 0;
    background: #00160a;
    box-shadow: 0 0 10px rgb(0 18 8);
    border-bottom: 1px solid #0d2216;
    transition: all 0.3s ease;
}
.mob-menu, .search-close{
  display: none;
}
.sticky{
    padding: 5px 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.3s ease;
}
.login-box{
    background: #0D2216;
    border-radius: 3px;
    font-size: 12px;
    min-width: 230px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    border-radius: 50px;
    padding:5px 10px;
    margin-right: 30px;
    transition: all 0.3s ease-in-out;
}
.mob-sidebar-img{
  display: none;
}
.menu-close{
  display: none;
}
.login-box a{
    padding: 10px 5px 8px;
    cursor: pointer;
    font-weight: bold;
    font-size: 15px;
    display: block;
    color: #fff;
    position: relative;
    z-index: 1;
    text-align: center;
    width: 50%;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
}
.login-box a:hover{
    color: #00D563;
}
.login_switch_register--toggle {
    width: calc(50% - 10px);
    height: 39px;
    background-color: #00160a;
    border-radius: 50px;
    -ms-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 8px rgb(0 0 0 / 10%);
    transition: transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: absolute !important;
}
/* .register:hover .login_switch_register--toggle{
    transform: translate(100%);
} */
a.login:hover ~ .login_switch_register--toggle {
    transform: translate(0);
}
a.register:hover ~ .login_switch_register--toggle {
    transform: translate(100%);
}
.add-post {
    padding: 13px 45px;
    cursor: pointer;
    font-weight: bold;
    font-size: 15px;
    display: block;
    color: #fff;
    position: relative;
    z-index: 1;
    text-align: center;
    font-weight: 400;
    background: #0D2216;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s ease-in-out;

}
.add-post:before {
    content: '';
    position: absolute;
    transition: all 0.3s ease-in-out;
    background: #00160a;
    border-radius: 50px;
    width: 90%;
    height: 80%;
    left: -100%;
    z-index: -1;
    top: 6px;
}
.add-post:hover:before{
    left: 9px;
}
.add-post:hover{
    color: #00D563;
}
.sticky .login-box a{
  font-size: 13px;
}
.sticky .login-box{
  min-width: 200px;
}
.sticky .add-post {
  padding: 13px 30px;
  font-size: 12px;
}

  footer{
    background: #010a05;
    color: #fff;
    padding-bottom: 20px !important;
  }
  .col-3{
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
  .footer-link a{
    display: block;
  }
  .ftr-logo a{
    font-size: 20px;
    font-weight: bold;
    color: #00D563;
  }
  .footer-link h4{
    font-weight: bold;
    color: #00D563;
    font-size: 18px;
  }
  .cp-ryt{
    text-align: center;
    padding-top: 15px;
    border-top: 1px solid #07140d;
    margin-top: 30px;
  }
  /* Modal */
  .modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
  }

  .modal-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    border-radius: 8px;
    width: 35%;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  }
  .modal-content a{
    color: #00D563;
    text-decoration: underline;
  }
  .modal-buttons button {
    margin: 10px;
    padding: 10px 20px;
    cursor: pointer;
    border: none;
    border-radius: 4px;
    font-size: 14px;
  }

  #acceptBtn {
    background-color: #4CAF50;
    color: white;
  }

  #declineBtn {
    background-color: #f44336;
    color: white;
  }
  /* Inner page Header */
  .filter{
    background: #f4f7fa;
    padding: 30px 0;
    display: none;
  }
  .filter-btn{
    width: 50px;
    height: 50px;
    border-radius: 100px;
    background: #0D2216;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    cursor: pointer;
    background: #00160a;
  }
  .filter-btn img{
    width: 20px;
  }
  .innerpage-search form {
    background: #0D2216;
    border-radius: 2.5rem!important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    padding: 10px;
    width: 60%;
    margin: 0 auto;
    box-shadow: rgb(145 145 145 / 45%) 0px 8px 24px;
  }
  .innerpage-search form .col:first-child{
    width: 100%;
    display: flex;
    align-items: center;
  }
  .innerpage-search form .col:last-child{
    width: 0%;
    display: flex;
    justify-content: flex-end;
  }
  .innerpage-search form input:first-child {
    border-right: 1px solid #07140d !important;
  }
  .innerpage-search{
    padding: 20px;
    border-radius: 10px;
  }
  .innerpage-search-form.fixed {
    position: fixed;
    top: 67px;
    left: 0;
    right: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    background: #0D2216;
    z-index: 999;
    border-radius: 0;
    width: 100%;
    border-radius: 0 !important;
    padding: 5px 60px;
  }
  
  .innerpage-search-form{
    transition: all 0.3s ease;
  }
  .innerpage-search-form.fixed form{
    box-shadow: rgb(2 8 4 / 48%) 0px 8px 24px;
    padding: 5px;
  }
  .innerpage-search form input {
    width: 40%;
    padding: 15px;
    background: none;
    border: none;
    box-shadow: none;
    font-family: 'Bai Jamjuree';
    font-size: 16px;
    color: #fff;
    transition: all 0.3s ease-in-out;
  }
  .innerpage-search-form.fixed form input{
    padding: 10px;
  }
  .innerpage-search form button {
    background: #00160a;
    padding: 15px;
    border: none;
    color: #00D563;
    border-radius: 2.5rem;
    cursor: pointer;
    display: flex;
    width: 20%;
    justify-content: center;
    font-family: 'Bai Jamjuree';
    gap: 15px;
    font-size: 16px;
    align-items: center;
    transition: all 0.3s ease-in-out;
  }
  .innerpage-search-form.fixed form .filter-btn{
    padding: 5px;
    width: 40px;
    height: 40px;
  }
  .innerpage-search-form.fixed form button{
    padding: 10px;
  }
  .other-cites{
    display: flex;
    gap: 10px;
    margin-top: 10px;
    padding: 20px 0 0 0;
    justify-content: center;
  }
  .other-cites a{
    display: inline-block;
    padding: 8px 30px;
    background: #0D2216;
    color: #00D563;
    border-radius: 60px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.top-logo {
    font-size: 22px;
    letter-spacing: 1px;
}
.pagination {
    text-align: center;
}
.pagination ul li {
    list-style-type: none;
    display: inline-block;
}

.pagination ul li a {
    color: #000;
    width: 30px;
    display: block;
    height: 30px;
    background: #ddd;
    font-size: 16px;
    font-weight: 600;
}
.pagination ul li:hover a {
    color: #000;
    background: #00D563;
}

  @media (max-width:1199px){
    .innerpage-search-form.fixed form, .innerpage-search-form form{
      width: 100%;
    }
  }
  @media (max-width:991px){
    header .d-grid{
      grid-template-columns: 30% 70%;
    }
    .other-cites{
      display: none;
    }
    
  }
  @media (max-width:767px){
    .mobile-menu{
      position: fixed;
      left: -100%;
      top: 0;
      background: #010a05;
      padding: 15px;
      display: block;
      height: 100vh;
      z-index: 99;
      width: 100%;
      transition: all 0.3s ease;
    }
    .sec-title {
        font-weight: bold;
        font-size: 26px;
    }
    .gg-menu-right-alt {
      box-sizing: border-box;
      position: relative;
      display: block;
      width: 16px;
      height: 14px;
      transform: scale(var(--ggs, 1));
      color: #fff;
    }
    .gg-menu-right-alt::after,
    .gg-menu-right-alt::before {
      content: "";
      position: absolute;
      box-sizing: border-box;
      display: block;
      height: 2px;
      border-radius: 4px;
      background: currentColor;
    }
    .gg-menu-right-alt::before {
      width: 16px;
      box-shadow: 0 12px 0;
    }
    .gg-menu-right-alt::after {
      width: 10px;
      right: 0;
      top: 6px;
    }
    .mob-ham-ico{
      display: flex;
      justify-content: flex-end;
      align-items: center;
    }
    .login-box{
      margin-right: 0;
      margin-bottom: 40px;
    }
    .menu-close svg{
      fill: #fff;
      color: #fff;
    }
    .menu-close{
      display: flex;
      justify-content: flex-end;
      padding: 5px 0;
    }
    .mob-sidebar-img{
      display: block;
    }
    .mob-sidebar-img img{
      width: 50%;
      display: block;
      margin: 0 auto;
    }
    .add-post {
      position: absolute;
      bottom: 15px;
      left: 15px;
      right: 15px;
    }
    .innerpage-search-form.fixed, .innerpage-search-form{
        position: fixed;
        top: unset;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 0;
        padding: 0;
        z-index: 9;
        width: auto;
        background: #f4f7fa;

    }
    .whatsaap svg, .home svg{
      width: 22px !important;
    }
    .innerpage-search form{
      border-radius: 0 !important;
    }
    .filter{
      background: none;
      padding: 0;
    }
    .mob-menu, .search-close {
      display: block;
    }
    .search-close{
      position: absolute;
      top: 15px;
      display: block;
    }
    .search-close svg{
      color: #00D563;
    }
    .mob-menu ul{
      padding: 10px;
      list-style: none;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      align-items: center;
      justify-content: center;
    }
    .mob-menu ul li svg{
      color: #000;
      fill: #000;
      width: 25px;
      height: auto;
      display: block;
      margin: 0 auto;
    }
    .mob-menu ul li img{
      width: 25px;
      display: block;
      margin: 0 auto;
    }
    .mob-menu ul li .gg-search{
      color: #000;
    }
    .mob-menu ul li span{
      display: block;
      margin: 0 auto;
      font-size: 12px;
      color: #000;
    }
    .mob-menu ul li {
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .mob-menu{
      display: block;
    }
    .innerpage-search form{
      border-radius: 0 !important;
      display: flex;
      box-shadow: none;
      grid-template-columns: 80% 20%;
      height: 50px;
      padding: 5px;
      transition: all 0.3s ease-in-out;
      position: relative;
    }
    .innerpage-search-form.fixed form{
      padding: 0;
    }
    .innerpage-search form.show-search{
      height: 150px;
      padding: 10px;
    }
    .innerpage-search form .col:first-child {
      width: 100%;
    }
    .innerpage-search form input {
      width: 100%;
      padding: 8px 10px;
      margin-bottom: 5px;
    }
    .innerpage-search form button {
      width:60%;
      height: auto;
      font-size: 14px;
    }
    .innerpage-search form .col:last-child {
      width: 100%;
      height: 100%;
      align-items: flex-end;
    }
    .innerpage-search{
      padding: 0;
      margin-top: 10px;
    }
    .search-mob{
      flex-direction: column;
      text-align: center;
      color: #fff;
    }
    .search-mob span{
      display: block;
      margin-top: 3px !important;
    }
  }
  @media (max-width:499px){
    .breadcrumb ul{
      flex-wrap: wrap;
    }
    .sec-title {
      font-weight: bold;
      font-size: 23px;
    }
    footer .col-3 {
      grid-template-columns: repeat(1, 1fr);
    }
    footer .col-2 {
      grid-template-columns: repeat(1, 1fr);
    }
    footer{
      padding-bottom: 65px !important;
    }
    .cp-ryt p{
      font-size: 13px;
    }
  }

    .list-group .list-group-item {
        background-color: transparent;
        /* background-color: #4cbd89; */
        font-weight: bolder;
        color: #FFF;
    }
    .list-group-item:first-child {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit;
    }

    .all-text-white *, .text-all-white * {
        color: #fff;
    }
    .pe-auto {
        pointer-events: auto !important;
    }
    .list-group-item {
        position: relative;
        display: block;
        padding: .5rem 1rem;
        color: #212529;
        background-color: #fff;
        border: 1px solid rgb(0 0 0 / .125);
    }

.list-search {
      width: 60%;
    margin: 0 auto;
}
.list-search li{
      background-color: #0d2216 !important;
    text-align: center;
    border-radius: 2.5rem !important;
    cursor: pointer;
        margin-top: 5px;
        color: #fff;
}
.home-list-search li{
      background-color: #0d2216 !important;
    text-align: center;
    border-radius: 2.5rem !important;
    cursor: pointer;
        margin-top: 5px;
        color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 9000px) {
    .mobile {
        display: none;
    }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
    .Desktop {
        display: none;
    }
}
@media(max-width:767px){
  .accordion__content a{
    width: 100%;
  }
  header .d-grid {
    grid-template-columns: 70% 20%;
  }
  header .d-grid img {
    width: 100%;
  }
  .ftr-logo a img {
    width: 100%;
  }
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    justify-content: center;
}
.page-item:first-child .page-link {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.page-link {
    color: #343a40;
    padding: .75rem 1rem;
    text-transform: uppercase;
    border-radius: 0;
}
.page-link {
    position: relative;
    display: block;
    color: #0d6efd;
    background-color: #fff;
    border: 1px solid #dee2e6;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}