@charset "UTF-8";
.load-wrapp {
  float: left;
  width: 200px;
  height: 100px;
  margin: 0 10px 10px 0;
  padding: 20px 20px 20px;
  text-align: center;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(53, 115, 118, 0.8);
  z-index: 999999999;
}
@media (max-width: 991px) {
  .load-wrapp {
    margin-top: -72px;
  }
}
.load-wrapp .animate {
  width: 60px;
  height: 60px;
  overflow: hidden;
  position: relative;
  animation: rotate1 5s infinite 2s;
  transform-origin: bottom center;
}
.load-wrapp .animate .img-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 8%;
  left: 0;
  animation: enter 0.5s infinite;
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
}
.load-wrapp .animate .img-wrap img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}
.load-wrapp .animate .img-wrap .close {
  transition: none !important;
  animation: fade1 2s infinite 0s;
}
@keyframes enter {
  0% {
    top: 100%;
  }
  100% {
    top: 8%;
  }
}
@keyframes fade1 {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  21% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rotate1 {
  0% {
    transform: rotate(0deg);
  }
  5% {
    transform: rotate(6deg);
  }
  25% {
    transform: rotate(6deg);
  }
  26% {
    transform: rotate(0deg);
  }
  55% {
    transform: rotate(0deg);
  }
  60% {
    transform: rotate(-6deg);
  }
  85% {
    transform: rotate(-6deg);
  }
  90% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.loader1 {
  display: inline-block;
  font-size: 0px;
  padding: 0px;
}

.loader1 span {
  vertical-align: middle;
  border-radius: 100%;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 3px 2px;
  -webkit-animation: loader1 0.8s linear infinite alternate;
  animation: loader1 0.8s linear infinite alternate;
}

.loader1 span:nth-child(1) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
  background: rgba(255, 255, 255, 0.7764705882);
}

.loader1 span:nth-child(2) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
  background: rgba(255, 255, 255, 0.9058823529);
}

.loader1 span:nth-child(3) {
  -webkit-animation-delay: -0.26666s;
  animation-delay: -0.26666s;
  background: #fff;
}

.loader1 span:nth-child(4) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
  background: rgba(255, 255, 255, 0.9058823529);
}

.loader1 span:nth-child(5) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
  background: rgba(255, 255, 255, 0.6);
}

@keyframes loader1 {
  from {
    transform: scale(0, 0);
  }
  to {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes loader1 {
  from {
    -webkit-transform: scale(0, 0);
  }
  to {
    -webkit-transform: scale(1, 1);
  }
}
@font-face {
  font-family: primary-regular;
  src: url("../assets/fonts/Poppins/Poppins-Regular.ttf");
}
.primary-regular-xxxs {
  font-family: primary-regular;
  font-size: 0.67rem;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .primary-regular-xxxs {
    font-size: 0.67rem;
  }
}

.primary-regular-xxs {
  font-family: primary-regular;
  font-size: 0.86rem;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .primary-regular-xxs {
    font-size: 0.86rem;
  }
}

.primary-regular-xs {
  font-family: primary-regular;
  font-size: 14px;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .primary-regular-xs {
    font-size: 0.94rem;
  }
}

.primary-regular-sm, .rte ul li, .rte p,
.rte a {
  font-family: primary-regular;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .primary-regular-sm, .rte ul li, .rte p,
.rte a {
    font-size: 0.86rem;
  }
}

.primary-regular-md {
  font-family: primary-regular;
  font-size: 18px;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .primary-regular-md {
    font-size: 1rem;
  }
}

.primary-regular-lg {
  font-family: primary-regular;
  font-size: 20px;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .primary-regular-lg {
    font-size: 0.86rem;
  }
}

.primary-regular-xl {
  font-family: primary-regular;
  font-size: 22px;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .primary-regular-xl {
    font-size: 1.13rem;
  }
}

.primary-regular-xxl {
  font-family: primary-regular;
  font-size: 24px;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .primary-regular-xxl {
    font-size: 1.2rem;
  }
}

.primary-regular-xxxl {
  font-family: primary-regular;
  font-size: 25px;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .primary-regular-xxxl {
    font-size: 1.25rem;
  }
}

.primary-regular-xxxxl {
  font-family: primary-regular;
  font-size: 32px;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .primary-regular-xxxxl {
    font-size: 1.5rem;
  }
}

.primary-regular-xxxxxl {
  font-family: primary-regular;
  font-size: 36px;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .primary-regular-xxxxxl {
    font-size: 1.6rem;
  }
}

.primary-regular-xxxxxxl {
  font-family: primary-regular;
  font-size: 38px;
  line-height: 24px;
}
.primary-regular-xxxxxxxl {
  font-family: primary-regular;
  font-size: 48px;
  line-height: 24px;
}
@font-face {
  font-family: primary-italic;
  src: url("../assets/fonts/Poppins/Poppins-Italic.ttf");
}
.primary-italic-xxxs {
  font-family: primary-italic;
  font-size: 0.67rem;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .primary-italic-xxxs {
    font-size: 0.67rem;
  }
}

.primary-italic-xxs {
  font-family: primary-italic;
  font-size: 0.86rem;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .primary-italic-xxs {
    font-size: 0.86rem;
  }
}

.primary-italic-xs {
  font-family: primary-italic;
  font-size: 14px;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .primary-italic-xs {
    font-size: 0.94rem;
  }
}

.primary-italic-sm, .rte i,
.rte em {
  font-family: primary-italic;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .primary-italic-sm, .rte i,
.rte em {
    font-size: 0.86rem;
  }
}

.primary-italic-md {
  font-family: primary-italic;
  font-size: 18px;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .primary-italic-md {
    font-size: 1rem;
  }
}

.primary-italic-lg {
  font-family: primary-italic;
  font-size: 20px;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .primary-italic-lg {
    font-size: 0.86rem;
  }
}

.primary-italic-xl {
  font-family: primary-italic;
  font-size: 22px;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .primary-italic-xl {
    font-size: 1.13rem;
  }
}

.primary-italic-xxl {
  font-family: primary-italic;
  font-size: 24px;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .primary-italic-xxl {
    font-size: 1.2rem;
  }
}

.primary-italic-xxxl {
  font-family: primary-italic;
  font-size: 25px;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .primary-italic-xxxl {
    font-size: 1.25rem;
  }
}

.primary-italic-xxxxl {
  font-family: primary-italic;
  font-size: 32px;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .primary-italic-xxxxl {
    font-size: 1.5rem;
  }
}

.primary-italic-xxxxxl {
  font-family: primary-italic;
  font-size: 36px;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .primary-italic-xxxxxl {
    font-size: 1.6rem;
  }
}

.primary-italic-xxxxxxl {
  font-family: primary-italic;
  font-size: 38px;
  line-height: 24px;
}
.primary-italic-xxxxxxxl {
  font-family: primary-italic;
  font-size: 48px;
  line-height: 24px;
}
@font-face {
  font-family: primary-medium;
  src: url("../assets/fonts/Poppins/Poppins-Medium.ttf");
}
.primary-medium-xxxs {
  font-family: primary-medium;
  font-size: 0.67rem;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .primary-medium-xxxs {
    font-size: 0.67rem;
  }
}

.primary-medium-xxs {
  font-family: primary-medium;
  font-size: 0.86rem;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .primary-medium-xxs {
    font-size: 0.86rem;
  }
}

.primary-medium-xs {
  font-family: primary-medium;
  font-size: 14px;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .primary-medium-xs {
    font-size: 0.94rem;
  }
}

.primary-medium-sm {
  font-family: primary-medium;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .primary-medium-sm {
    font-size: 0.86rem;
  }
}

.primary-medium-md {
  font-family: primary-medium;
  font-size: 18px;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .primary-medium-md {
    font-size: 1rem;
  }
}

.primary-medium-lg {
  font-family: primary-medium;
  font-size: 20px;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .primary-medium-lg {
    font-size: 0.86rem;
  }
}

.primary-medium-xl {
  font-family: primary-medium;
  font-size: 22px;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .primary-medium-xl {
    font-size: 1.13rem;
  }
}

.primary-medium-xxl {
  font-family: primary-medium;
  font-size: 24px;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .primary-medium-xxl {
    font-size: 1.2rem;
  }
}

.primary-medium-xxxl {
  font-family: primary-medium;
  font-size: 25px;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .primary-medium-xxxl {
    font-size: 1.25rem;
  }
}

.primary-medium-xxxxl {
  font-family: primary-medium;
  font-size: 32px;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .primary-medium-xxxxl {
    font-size: 1.5rem;
  }
}

.primary-medium-xxxxxl {
  font-family: primary-medium;
  font-size: 36px;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .primary-medium-xxxxxl {
    font-size: 1.6rem;
  }
}

.primary-medium-xxxxxxl {
  font-family: primary-medium;
  font-size: 38px;
  line-height: 24px;
}
.primary-medium-xxxxxxxl {
  font-family: primary-medium;
  font-size: 48px;
  line-height: 24px;
}
@font-face {
  font-family: primary-semibold;
  src: url("../assets/fonts/Poppins/Poppins-SemiBold.ttf");
}
.primary-semibold-xxxs {
  font-family: primary-semibold;
  font-size: 0.67rem;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .primary-semibold-xxxs {
    font-size: 0.67rem;
  }
}

.primary-semibold-xxs {
  font-family: primary-semibold;
  font-size: 0.86rem;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .primary-semibold-xxs {
    font-size: 0.86rem;
  }
}

.primary-semibold-xs {
  font-family: primary-semibold;
  font-size: 14px;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .primary-semibold-xs {
    font-size: 0.94rem;
  }
}

.primary-semibold-sm {
  font-family: primary-semibold;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .primary-semibold-sm {
    font-size: 0.86rem;
  }
}

.primary-semibold-md {
  font-family: primary-semibold;
  font-size: 18px;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .primary-semibold-md {
    font-size: 1rem;
  }
}

.primary-semibold-lg {
  font-family: primary-semibold;
  font-size: 20px;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .primary-semibold-lg {
    font-size: 0.86rem;
  }
}

.primary-semibold-xl {
  font-family: primary-semibold;
  font-size: 22px;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .primary-semibold-xl {
    font-size: 1.13rem;
  }
}

.primary-semibold-xxl {
  font-family: primary-semibold;
  font-size: 24px;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .primary-semibold-xxl {
    font-size: 1.2rem;
  }
}

.primary-semibold-xxxl {
  font-family: primary-semibold;
  font-size: 25px;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .primary-semibold-xxxl {
    font-size: 1.25rem;
  }
}

.primary-semibold-xxxxl {
  font-family: primary-semibold;
  font-size: 32px;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .primary-semibold-xxxxl {
    font-size: 1.5rem;
  }
}

.primary-semibold-xxxxxl {
  font-family: primary-semibold;
  font-size: 36px;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .primary-semibold-xxxxxl {
    font-size: 1.6rem;
  }
}

.primary-semibold-xxxxxxl {
  font-family: primary-semibold;
  font-size: 38px;
  line-height: 24px;
}
.primary-semibold-xxxxxxxl {
  font-family: primary-semibold;
  font-size: 48px;
  line-height: 24px;
}
@font-face {
  font-family: primary-bold;
  src: url("../assets/fonts/Poppins/Poppins-Bold.ttf");
}
.primary-bold-xxxs {
  font-family: primary-bold;
  font-size: 0.67rem;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .primary-bold-xxxs {
    font-size: 0.67rem;
  }
}

.primary-bold-xxs {
  font-family: primary-bold;
  font-size: 0.86rem;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .primary-bold-xxs {
    font-size: 0.86rem;
  }
}

.primary-bold-xs, .rte h6 {
  font-family: primary-bold;
  font-size: 14px;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .primary-bold-xs, .rte h6 {
    font-size: 0.94rem;
  }
}

.primary-bold-sm, .rte b,
.rte strong, .rte h5 {
  font-family: primary-bold;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .primary-bold-sm, .rte b,
.rte strong, .rte h5 {
    font-size: 0.86rem;
  }
}

.primary-bold-md, .rte h4 {
  font-family: primary-bold;
  font-size: 18px;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .primary-bold-md, .rte h4 {
    font-size: 1rem;
  }
}

.primary-bold-lg, .rte h3 {
  font-family: primary-bold;
  font-size: 20px;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .primary-bold-lg, .rte h3 {
    font-size: 0.86rem;
  }
}

.primary-bold-xl, .rte h2 {
  font-family: primary-bold;
  font-size: 22px;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .primary-bold-xl, .rte h2 {
    font-size: 1.13rem;
  }
}

.primary-bold-xxl, .rte h1 {
  font-family: primary-bold;
  font-size: 24px;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .primary-bold-xxl, .rte h1 {
    font-size: 1.2rem;
  }
}

.primary-bold-xxxl {
  font-family: primary-bold;
  font-size: 25px;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .primary-bold-xxxl {
    font-size: 1.25rem;
  }
}

.primary-bold-xxxxl {
  font-family: primary-bold;
  font-size: 32px;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .primary-bold-xxxxl {
    font-size: 1.5rem;
  }
}

.primary-bold-xxxxxl {
  font-family: primary-bold;
  font-size: 36px;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .primary-bold-xxxxxl {
    font-size: 1.6rem;
  }
}

.primary-bold-xxxxxxl {
  font-family: primary-bold;
  font-size: 38px;
  line-height: 24px;
}
.primary-bold-xxxxxxxl {
  font-family: primary-bold;
  font-size: 48px;
  line-height: 24px;
}
@font-face {
  font-family: secondary-regular;
  src: url("../assets/fonts/Proza_Libre/ProzaLibre-Regular.ttf");
}
.secondary-regular-xxxs {
  font-family: secondary-regular;
  font-size: 0.67rem;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .secondary-regular-xxxs {
    font-size: 0.67rem;
  }
}

.secondary-regular-xxs {
  font-family: secondary-regular;
  font-size: 0.86rem;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .secondary-regular-xxs {
    font-size: 0.86rem;
  }
}

.secondary-regular-xs {
  font-family: secondary-regular;
  font-size: 14px;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .secondary-regular-xs {
    font-size: 0.94rem;
  }
}

.secondary-regular-sm {
  font-family: secondary-regular;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .secondary-regular-sm {
    font-size: 0.86rem;
  }
}

.secondary-regular-md {
  font-family: secondary-regular;
  font-size: 18px;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .secondary-regular-md {
    font-size: 1rem;
  }
}

.secondary-regular-lg {
  font-family: secondary-regular;
  font-size: 20px;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .secondary-regular-lg {
    font-size: 0.86rem;
  }
}

.secondary-regular-xl {
  font-family: secondary-regular;
  font-size: 22px;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .secondary-regular-xl {
    font-size: 1.13rem;
  }
}

.secondary-regular-xxl {
  font-family: secondary-regular;
  font-size: 24px;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .secondary-regular-xxl {
    font-size: 1.2rem;
  }
}

.secondary-regular-xxxl {
  font-family: secondary-regular;
  font-size: 25px;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .secondary-regular-xxxl {
    font-size: 1.25rem;
  }
}

.secondary-regular-xxxxl {
  font-family: secondary-regular;
  font-size: 32px;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .secondary-regular-xxxxl {
    font-size: 1.5rem;
  }
}

.secondary-regular-xxxxxl {
  font-family: secondary-regular;
  font-size: 36px;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .secondary-regular-xxxxxl {
    font-size: 1.6rem;
  }
}

.secondary-regular-xxxxxxl {
  font-family: secondary-regular;
  font-size: 38px;
  line-height: 24px;
}
.secondary-regular-xxxxxxxl {
  font-family: secondary-regular;
  font-size: 48px;
  line-height: 24px;
}
@font-face {
  font-family: secondary-italic;
  src: url("../assets/fonts/Proza_Libre/ProzaLibre-Italic.ttf");
}
.secondary-italic-xxxs {
  font-family: secondary-italic;
  font-size: 0.67rem;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .secondary-italic-xxxs {
    font-size: 0.67rem;
  }
}

.secondary-italic-xxs {
  font-family: secondary-italic;
  font-size: 0.86rem;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .secondary-italic-xxs {
    font-size: 0.86rem;
  }
}

.secondary-italic-xs {
  font-family: secondary-italic;
  font-size: 14px;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .secondary-italic-xs {
    font-size: 0.94rem;
  }
}

.secondary-italic-sm {
  font-family: secondary-italic;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .secondary-italic-sm {
    font-size: 0.86rem;
  }
}

.secondary-italic-md {
  font-family: secondary-italic;
  font-size: 18px;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .secondary-italic-md {
    font-size: 1rem;
  }
}

.secondary-italic-lg {
  font-family: secondary-italic;
  font-size: 20px;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .secondary-italic-lg {
    font-size: 0.86rem;
  }
}

.secondary-italic-xl {
  font-family: secondary-italic;
  font-size: 22px;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .secondary-italic-xl {
    font-size: 1.13rem;
  }
}

.secondary-italic-xxl {
  font-family: secondary-italic;
  font-size: 24px;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .secondary-italic-xxl {
    font-size: 1.2rem;
  }
}

.secondary-italic-xxxl {
  font-family: secondary-italic;
  font-size: 25px;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .secondary-italic-xxxl {
    font-size: 1.25rem;
  }
}

.secondary-italic-xxxxl {
  font-family: secondary-italic;
  font-size: 32px;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .secondary-italic-xxxxl {
    font-size: 1.5rem;
  }
}

.secondary-italic-xxxxxl {
  font-family: secondary-italic;
  font-size: 36px;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .secondary-italic-xxxxxl {
    font-size: 1.6rem;
  }
}

.secondary-italic-xxxxxxl {
  font-family: secondary-italic;
  font-size: 38px;
  line-height: 24px;
}
.secondary-italic-xxxxxxxl {
  font-family: secondary-italic;
  font-size: 48px;
  line-height: 24px;
}
@font-face {
  font-family: secondary-bold;
  src: url("../assets/fonts/Proza_Libre/ProzaLibre-Bold.ttf");
}
.secondary-bold-xxxs {
  font-family: secondary-bold;
  font-size: 0.67rem;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .secondary-bold-xxxs {
    font-size: 0.67rem;
  }
}

.secondary-bold-xxs {
  font-family: secondary-bold;
  font-size: 0.86rem;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .secondary-bold-xxs {
    font-size: 0.86rem;
  }
}

.secondary-bold-xs {
  font-family: secondary-bold;
  font-size: 14px;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .secondary-bold-xs {
    font-size: 0.94rem;
  }
}

.secondary-bold-sm {
  font-family: secondary-bold;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .secondary-bold-sm {
    font-size: 0.86rem;
  }
}

.secondary-bold-md {
  font-family: secondary-bold;
  font-size: 18px;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .secondary-bold-md {
    font-size: 1rem;
  }
}

.secondary-bold-lg {
  font-family: secondary-bold;
  font-size: 20px;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .secondary-bold-lg {
    font-size: 0.86rem;
  }
}

.secondary-bold-xl {
  font-family: secondary-bold;
  font-size: 22px;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .secondary-bold-xl {
    font-size: 1.13rem;
  }
}

.secondary-bold-xxl {
  font-family: secondary-bold;
  font-size: 24px;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .secondary-bold-xxl {
    font-size: 1.2rem;
  }
}

.secondary-bold-xxxl {
  font-family: secondary-bold;
  font-size: 25px;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .secondary-bold-xxxl {
    font-size: 1.25rem;
  }
}

.secondary-bold-xxxxl {
  font-family: secondary-bold;
  font-size: 32px;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .secondary-bold-xxxxl {
    font-size: 1.5rem;
  }
}

.secondary-bold-xxxxxl {
  font-family: secondary-bold;
  font-size: 36px;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .secondary-bold-xxxxxl {
    font-size: 1.6rem;
  }
}

.secondary-bold-xxxxxxl {
  font-family: secondary-bold;
  font-size: 38px;
  line-height: 24px;
}
.secondary-bold-xxxxxxxl {
  font-family: secondary-bold;
  font-size: 48px;
  line-height: 24px;
}
.text-xxxs {
  font-size: 0.67rem;
}

.text-xxs {
  font-size: 0.86rem;
}

.text-xs {
  font-size: 14px;
}

.text-sm {
  font-size: 16px;
}

.text-md {
  font-size: 18px;
}

.text-lg {
  font-size: 20px;
}

.text-xl {
  font-size: 22px;
}

.text-xxl {
  font-size: 24px;
}

.text-xxxl {
  font-size: 25px;
}

.text-xxxxl {
  font-size: 32px;
}

.text-xxxxxl {
  font-size: 36px;
}

.text-xxxxxxl {
  font-size: 38px;
}

.text-xxxxxxxl {
  font-size: 48px;
}

.text-primary, .rte a:hover, .card.partner-card:hover .context h3 {
  color: #357376 !important;
}

.text-primary-light {
  color: rgba(53, 115, 118, 0.8) !important;
}

.text-primary-light2 {
  color: #CBD8D8 !important;
}

.text-primary-bg {
  color: rgba(227, 241, 241, 0.6901960784) !important;
}

.text-secondary {
  color: #A0BE4F !important;
}

.text-text {
  color: #333333 !important;
}

.text-light {
  color: #FFFFFF !important;
}

.text-warn {
  color: #FFC107 !important;
}

.text-warn-light {
  color: rgba(253, 242, 208, 0.5882352941) !important;
}

.text-border, .rte p {
  color: #777474 !important;
}

.text-gray-1 {
  color: #B4B3B3 !important;
}

.text-gray-2 {
  color: #E8E8E8 !important;
}

.text-light-gray {
  color: #cbcbcb !important;
}

.text-background {
  color: #F8F8F8 !important;
}

.text-background-2 {
  color: #EEEEEE !important;
}

body {
  font-family: primary-regular;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}

a {
  font-family: primary-bold;
  color: #333333;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: #357376;
}

.page-padding {
  margin-top: 52px;
}
@media screen and (max-width: 768px) {
  .page-padding {
    margin-top: 30px;
  }
}

.bg-gray {
  background: #EEEEEE;
}

.background-primary {
  background: #357376;
}

.background-primary-light {
  background: rgba(53, 115, 118, 0.8);
}

.background-primary-light2 {
  background: #CBD8D8;
}

.background-primary-bg {
  background: rgba(227, 241, 241, 0.6901960784);
}

.background-secondary {
  background: #A0BE4F;
}

.background-text {
  background: #333333;
}

.background-light {
  background: #FFFFFF;
}

.background-warn {
  background: #FFC107;
}

.background-warn-light {
  background: rgba(253, 242, 208, 0.5882352941);
}

.background-border {
  background: #777474;
}

.background-gray-1 {
  background: #B4B3B3;
}

.background-gray-2 {
  background: #E8E8E8;
}

.background-light-gray {
  background: #cbcbcb;
}

.background-background {
  background: #F8F8F8;
}

.background-background-2 {
  background: #EEEEEE;
}

.btn {
  font-family: primary-regular;
  font-size: 16px;
  background: none;
  border-radius: 50px;
  line-height: 15px;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
}
.btn .img-wrap img {
  width: 20px;
  height: 20px;
}
.btn:hover {
  text-decoration: none;
}

html[lang=lo_LA] .btn {
  font-family: primaryLaos-bold !important;
}

.btn-primary {
  border: 1px solid #357376;
  color: #357376;
}

.btn-primary-light {
  border: 1px solid rgba(53, 115, 118, 0.8);
  color: rgba(53, 115, 118, 0.8);
}

.btn-primary-light2 {
  border: 1px solid #CBD8D8;
  color: #CBD8D8;
}

.btn-primary-bg {
  border: 1px solid rgba(227, 241, 241, 0.6901960784);
  color: rgba(227, 241, 241, 0.6901960784);
}

.btn-secondary {
  border: 1px solid #A0BE4F;
  color: #A0BE4F;
}

.btn-text {
  border: 1px solid #333333;
  color: #333333;
}

.btn-light {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}

.btn-warn {
  border: 1px solid #FFC107;
  color: #FFC107;
}

.btn-warn-light {
  border: 1px solid rgba(253, 242, 208, 0.5882352941);
  color: rgba(253, 242, 208, 0.5882352941);
}

.btn-border {
  border: 1px solid #777474;
  color: #777474;
}

.btn-gray-1 {
  border: 1px solid #B4B3B3;
  color: #B4B3B3;
}

.btn-gray-2 {
  border: 1px solid #E8E8E8;
  color: #E8E8E8;
}

.btn-light-gray {
  border: 1px solid #cbcbcb;
  color: #cbcbcb;
}

.btn-background {
  border: 1px solid #F8F8F8;
  color: #F8F8F8;
}

.btn-background-2 {
  border: 1px solid #EEEEEE;
  color: #EEEEEE;
}

.button {
  position: relative;
  width: fit-content;
  padding-block: 5px;
}
.button:hover a {
  text-decoration: none;
}

.button-con {
  min-width: 170px;
  min-height: 45px;
  width: fit-content;
}
.button-con a:focus, .button-con a:active, .button-con a:hover {
  color: unset;
  border: none;
  box-shadow: none;
  background-color: none;
}
.button-con.rounded {
  border-radius: 100px !important;
}
.button-con.animate {
  width: fit-content;
  position: relative;
  border: 1px solid #357376;
  border-radius: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.button-con.animate a {
  padding: 0;
  margin: 0 !important;
  color: #357376;
  justify-content: center;
  width: 100%;
  gap: 0;
}
.button-con.animate a p {
  font-weight: 400;
}
.button-con.animate a .img-wrap {
  margin-right: 0 !important;
  width: 20%;
  padding-top: 2px;
}
.button-con.animate a .img-wrap img {
  margin-left: -38px;
  transition: all 0.5s ease;
}
.button-con.animate:hover a {
  color: #FFFFFF;
}
.button-con.animate:hover a .img-wrap img {
  margin-left: -10px;
}
.button-con.animate:hover .background {
  width: 94%;
}

.background {
  width: 35px;
  height: 35px;
  border-radius: 35px;
  background: #357376;
  position: absolute;
  left: 5px;
  transition: all 0.5s ease;
  z-index: 1;
}

.gradient {
  background-image: linear-gradient(120deg, #A0BE4F 0%, #357376 100%);
  border-radius: 30px;
}
.gradient a {
  color: #FFFFFF;
}

.submit-btn {
  border: none;
  background-image: linear-gradient(120deg, #A0BE4F 0%, #357376 100%);
  border-radius: 30px;
  color: #FFFFFF;
}

.card {
  border: none;
  box-shadow: none;
  display: flex;
  position: relative;
}
.card a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.card .pd3 {
  padding-left: 12px;
}
.card .context {
  padding-right: 40px;
}
.card .context .text-left {
  text-align: left;
}
.card.landscape {
  gap: 2em;
  align-items: center;
  flex-direction: row;
}
@media screen and (min-width: 992px) {
  .card.landscape figure {
    margin-bottom: 0;
  }
  .card.landscape figure img {
    max-width: 416px;
  }
}
.card.landscape h3 {
  margin-bottom: 0px;
}
.card.landscape .flex-shrink-1 {
  padding-bottom: 12px;
  padding-top: 30px;
}
@media screen and (max-width: 991px) {
  .card.landscape {
    align-items: stretch;
    flex-direction: column;
  }
  .card.landscape .context {
    padding: 16px;
    width: 95%;
  }
  .card.landscape figure img {
    width: 100%;
  }
}
.card.portrait {
  box-shadow: none;
}
.card.portrait figure img {
  width: 100%;
}
.card.portrait figure figcaption {
  text-align: center;
  margin-top: 15px;
}
.card.partner-card {
  transition: box-shadow 0.6s ease-out;
}
.card.partner-card .context .figure {
  position: relative;
  margin-bottom: 0;
}
.card.partner-card .context .figure img {
  width: 21px;
  transform: translateX(-10px);
  transition: ease 1s;
}
.card.partner-card .context .figure .image-hover {
  position: absolute;
  object-fit: contain;
  opacity: 0;
  transition: opacity 0.2s;
  visibility: hidden;
}
.card.partner-card:hover {
  box-shadow: 0px 3px 12px;
  text-decoration: none;
  cursor: pointer;
  transition: box-shadow 0.3s ease-in;
}
.card.partner-card:hover .context img {
  margin-right: 0px;
  transform: translateX(0px);
  content: url("../assets/images/upload/Iconfeatherarrowrightcircle.png");
}
.card.partner-card:hover .image-hover {
  visibility: visible;
  opacity: 1;
}
.card.partner-card .context {
  padding: 15px;
}
@media screen and (max-width: 375px) {
  .card.partner-card .context {
    padding-inline: 10px;
  }
}
@media screen and (max-width: 991px) {
  .card.landscape {
    gap: 0;
  }
}

main {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  main {
    margin-top: 72px;
  }
}

.header-container {
  width: 100%;
  background-color: #EEEEEE;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 991px) {
  .header-container {
    background-color: #FFFFFF;
  }
}

#header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #FFFFFF;
  padding-block: 20px;
}
#header .burger-menu {
  display: none;
  opacity: 0;
  visibility: hidden;
}
#header .burger-menu ul {
  display: block;
}
#header .burger-menu ul li {
  width: 27px;
  margin-bottom: 5px;
  height: 3px;
  background-color: #357376;
}
#header #nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
#header #nav .input-wrap {
  width: 60%;
}
#header #nav .input-wrap img {
  top: 18px;
  width: 25px;
  height: 25px;
}
@media (max-width: 991px) {
  #header #nav .input-wrap {
    width: 85%;
  }
  #header #nav .input-wrap input {
    padding: 18px;
    font-size: 14px;
    padding-block: 15px;
  }
  #header #nav .input-wrap img {
    width: 16px;
    height: 16px;
    top: 20px;
    right: 20px;
    background: white;
  }
}
@media (max-width: 768px) {
  #header #nav .input-wrap input {
    padding-inline: 20px;
    padding-block: 8px;
    font-size: 12px;
  }
  #header #nav .input-wrap img {
    top: 12px;
  }
}
@media (max-width: 375px) {
  #header #nav .input-wrap input {
    padding-inline: 10px;
    padding-block: 8px;
    font-size: 12px;
  }
  #header #nav .input-wrap img {
    width: 15px;
    height: 15px;
    top: 13px;
    right: 10px;
  }
}
@media (max-width: 991px) {
  #header #nav {
    position: absolute;
    left: 0;
    top: 99%;
    width: 100%;
    background: #EEEEEE;
    padding-block: 10px;
    gap: 8px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05), inset 0 -1px 0 rgba(53, 115, 118, 0.15);
  }
}
@media (min-width: 992px) {
  #header #nav .collapse-icon {
    display: none;
  }
}
#header #nav .collapse-icon.open img {
  content: url("../../assets/images/upload/open.png");
}
#header .nav-menu ul {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 30px;
}
#header .nav-menu ul li {
  list-style: none;
  position: relative;
}
@media (min-width: 992px) {
  #header .nav-menu ul li {
    text-align: center;
  }
}
#header .nav-menu ul li a {
  color: #FFFFFF;
  text-decoration: none;
}
#header .nav-menu ul li a:hover {
  color: #A0BE4F;
  transition: all 0.3s ease;
}
@media (max-width: 1199px) {
  #header .nav-menu ul li a {
    font-size: 20px;
  }
}
#header .nav-menu ul li.active a {
  color: #357376 !important;
}
@media (min-width: 992px) {
  #header .nav-menu ul li.active a {
    color: #A0BE4F !important;
  }
}
@media (max-width: 1199px) {
  #header .nav-menu ul {
    gap: 15px;
  }
}
#header .right-btn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#header .right-btn .username img {
  width: 25px;
  height: 25px;
}
#header .right-btn p {
  margin-inline: 10%;
}
#header .right-btn p::before {
  content: "|";
}
@media (max-width: 1200px) and (min-width: 992px) {
  #header .right-btn p {
    margin-inline: 5%;
  }
}
@media (max-width: 991px) {
  #header .right-btn {
    display: none;
  }
  #header .right-btn a {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 768px) {
  #header .right-btn a {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  #header {
    padding-block: 10px;
  }
  #header .wrap {
    display: flex;
  }
  #header .wrap .logo img {
    max-height: 45px;
  }
  #header .burger-menu {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}

#secondary-header {
  padding-block: 20px;
}
#secondary-header ul {
  gap: 50px;
}
#secondary-header ul li.user {
  display: none;
}
#secondary-header ul li a {
  text-decoration: none;
}
#secondary-header ul li a:hover {
  color: #357376;
}
#secondary-header ul li.active a {
  color: #357376 !important;
  font-weight: 600;
}
@media (max-width: 991px) {
  #secondary-header ul {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  #secondary-header ul {
    gap: 10px;
  }
}
@media (max-width: 425px) {
  #secondary-header ul a {
    font-size: 14px;
  }
}
#secondary-header .lang-switch a {
  text-decoration: none;
}
#secondary-header .lang-switch a.active {
  background: #357376;
  border-radius: 13px;
  padding: 5px 17px;
  color: #FFFFFF;
}
#secondary-header .lang-switch p {
  margin-inline: 17px;
}
#secondary-header .log-out {
  display: none;
}
@media (max-width: 991px) {
  #secondary-header {
    position: absolute;
    left: -100%;
    z-index: 999;
    background: #F8F8F8;
    height: 100vh;
    width: 70vw;
    transition: all 0.5s ease;
  }
  #secondary-header ul li.user {
    display: block;
    padding-bottom: 10px;
  }
  #secondary-header .log-out {
    display: block;
  }
  #secondary-header .wrapper {
    flex-direction: column;
    gap: 1.5rem;
    align-items: flex-start !important;
  }
  #secondary-header .wrapper ul {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 1.5rem;
  }
  #secondary-header.open {
    left: 0;
  }
}

@media (max-width: 991px) {
  .modal-background {
    position: fixed;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #333;
    opacity: 0;
    visibility: hidden;
    z-index: 8;
    transition: all 1s ease;
  }
  .modal-background.active {
    opacity: 0.5;
    visibility: visible;
  }
}
footer {
  background: #EEEEEE;
  position: relative;
}
footer .footer-wrap {
  padding-top: 50px;
  padding-bottom: 90px;
  padding-inline: 30px;
}
footer .footer-wrap .social {
  margin-bottom: 20px;
  gap: 1.8rem;
}
footer .right {
  padding-right: 30px;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 25px;
  z-index: 99;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
  transition: 0.4s ease-in-out;
}
@media (max-width: 768px) {
  #myBtn {
    width: 80px;
    height: 80px;
    right: 10px;
  }
}

.opacity {
  opacity: 0.7;
}

.general-page .footer-wrap {
  padding-inline: 0;
}

.rte h1 {
  margin-bottom: 20px;
}
.rte ul {
  list-style: none !important;
  list-style-type: none !important;
  padding-left: 0;
  margin-bottom: 30px;
}
.rte ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 7px;
}
.rte ul li::before {
  content: "•";
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  width: 13px;
  position: absolute;
  left: 0;
  top: -6px;
}
.rte img {
  max-width: 100%;
  display: inline-block;
}
.rte p.reduce-spacing {
  margin-bottom: 0;
}

h1 {
  margin-bottom: 30px;
}

h2 {
  margin-bottom: 25px;
}

h3 {
  margin-bottom: 20px;
}

h4 {
  margin-bottom: 15px;
}

h5 {
  margin-bottom: 15px;
}

h6 {
  margin-bottom: 15px;
}

p {
  margin-bottom: 25px;
}

@media (max-width: 991px) {
  h1 {
    margin-bottom: 25px;
  }
  h2 {
    margin-bottom: 20px;
  }
  h3 {
    margin-bottom: 15px;
  }
  h4 {
    margin-bottom: 15px;
  }
  h5 {
    margin-bottom: 15px;
  }
  h6 {
    margin-bottom: 15px;
  }
  p {
    margin-bottom: 25px;
  }
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  font-family: primary-regular;
  line-height: 24px;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

main {
  margin: 0;
}

body {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

img {
  height: fit-content !important;
}

.slick-slides .slick-next {
  right: 60px;
  z-index: 99;
}
.slick-slides .slick-next::before {
  content: url("../../assets/images/upload/next.png");
  opacity: 1;
}
@media (max-width: 991px) {
  .slick-slides .slick-next::before {
    content: url("../../assets/images/upload/next-md.png");
  }
}
@media (max-width: 425px) {
  .slick-slides .slick-next::before {
    content: url("../../assets/images/upload/next-small.png");
  }
}
.slick-slides .slick-prev {
  left: 60px;
  z-index: 99;
}
.slick-slides .slick-prev::before {
  content: url("../../assets/images/upload/prev.png");
  opacity: 1;
}
@media (max-width: 991px) {
  .slick-slides .slick-prev::before {
    content: url("../../assets/images/upload/prev-md.png");
  }
}
@media (max-width: 425px) {
  .slick-slides .slick-prev::before {
    content: url("../../assets/images/upload/prev-small.png");
  }
}
.slick-slides .slick-dots {
  bottom: 30px;
}
@media (max-width: 991px) {
  .slick-slides .slick-dots li {
    width: 5px;
  }
}
.slick-slides .slick-dots button {
  border: 2px solid #FFFFFF;
  font-size: 0;
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 30px;
  transition: all 0.5s ease;
  padding: 0;
}
.slick-slides .slick-dots button::before {
  opacity: 0 !important;
}
@media (max-width: 991px) {
  .slick-slides .slick-dots button {
    width: 5px;
    height: 5px;
    border-radius: 5px;
  }
}
.slick-slides .slick-dots li.slick-active button {
  width: 24px;
  background: #FFFFFF;
  margin-left: -5px;
}
@media (max-width: 991px) {
  .slick-slides .slick-dots li.slick-active button {
    width: 9px;
    height: 5px;
    border-radius: 5px;
  }
}
@media (max-width: 991px) {
  .slick-slides li button {
    height: 5px;
  }
  .slick-slides .slick-dots {
    bottom: 0;
  }
}

.quote-card {
  padding: 30px 25px;
}
.quote-card img {
  width: 40px;
  height: 40px;
}
.quote-card .title {
  margin-bottom: 15px;
}
.quote-card.theme-green {
  background: rgba(227, 241, 241, 0.6901960784);
  border-left: 5px solid #357376;
}
.quote-card.theme-yellow {
  background: rgba(253, 242, 208, 0.5882352941);
  border-left: 5px solid #FFC107;
}
@media (max-width: 425px) {
  .quote-card {
    padding-inline: 10px;
    gap: 10px !important;
  }
}

.news-card-con {
  box-shadow: 0px 1px 3px #e2e2e2;
  cursor: pointer;
  background: #FFFFFF;
  position: relative;
}
.news-card-con:hover {
  box-shadow: 0px 1px 10px #e2e2e2;
}
.news-card-con:hover .image-wrap img {
  transform: scale(1.2);
}
.news-card-con:hover .button-con p {
  color: #357376;
}
.news-card-con:hover .button-con .img-wrap {
  margin-left: 5px;
}
.news-card-con:hover .button-con .img-wrap img {
  content: url("../../assets/images/upload/right-active.png");
}
.news-card-con .link {
  position: absolute;
  width: 100%;
  height: 100%;
}
.news-card-con .image-wrap {
  overflow: hidden;
}
.news-card-con .image-wrap img {
  width: 100%;
  transition: all 1s ease;
}
.news-card-con .description {
  padding: 20px 20px 0 20px;
}
.news-card-con .description .title-wrap {
  margin-bottom: 15px;
}
.news-card-con .description .title-wrap .title {
  font-weight: 600;
}
.news-card-con .description .title-wrap .date {
  padding: 8px 10px;
  background: #357376;
  height: fit-content;
}
.news-card-con .description .desc {
  line-height: 32px;
}
.news-card-con .button-con {
  margin-top: 13px;
}
.news-card-con .button-con a {
  padding-left: 0;
  padding-right: 0;
}
.news-card-con .button-con .img-wrap {
  transition: all 0.5s ease;
}
.news-card-con .button-con img {
  transition: all 0.5s ease;
}
@media (max-width: 991px) {
  .news-card-con .description .title {
    font-size: 16px;
    font-weight: 700 !important;
  }
  .news-card-con .description p.desc {
    line-height: 28px;
  }
  .news-card-con .description .button-con {
    margin-top: 15px;
  }
}

#loading_screen {
  position: fixed;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background: #357376;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
#loading_screen p {
  text-align: center;
  color: #FFFFFF;
}

a:hover {
  text-decoration: none;
}

.mh-5 {
  min-height: 50vh;
}

.text-center {
  text-align: center;
}

body {
  background: #F8F8F8;
}

main {
  min-height: 80vh;
  margin-top: 177px;
  background: #F8F8F8;
}
@media (max-width: 991px) {
  main {
    margin-top: 146px;
  }
}
@media (max-width: 768px) {
  main {
    margin-top: 132px;
  }
}

input:focus-visible {
  outline-color: #357376;
  box-shadow: 0 0 0 0.25rem rgba(53, 115, 118, 0.2);
}

.form-control:focus {
  background-color: #fff;
  border-color: #357376;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(53, 115, 118, 0.2);
}

@media (min-width: 992px) {
  .content-wrap {
    /* direction: rtl; */
    /* height: 80vh; */
    overflow-x: hidden;
    /* overflow-y: scroll; */
  }
  .content-wrap .content {
    /* direction: ltr; */
  }
  .content-wrap .content .content-con {
    /* min-height: 90vh; */
    /* padding: 40px 30px 0 30px; */
  }
}
@media (max-width: 991px) {
  .content-wrap {
    padding-top: 20px;
  }
}

/* Designing for scroll-bar */
/* ::-webkit-scrollbar {
  width: 10px;
}
@media (max-width: 1200px) {
  ::-webkit-scrollbar {
    width: 7px;
  }
}
@media (max-width: 991px) {
  ::-webkit-scrollbar {
    width: 4px;
  }
}

/* Track */
/* ::-webkit-scrollbar-track {
  background: #E8E8E8;
  border-radius: 5px;
} */

/* Handle */
/* ::-webkit-scrollbar-thumb {
  background: #357376;
  border-radius: 5px;
} */

/* Handle on hover */
/* ::-webkit-scrollbar-thumb:hover {
  background: #555;
} */

.p-50 {
  padding-block: 30px;
}

.mb-2 {
  margin-bottom: 20px !important;
}

.ml-2 {
  margin-left: 20px;
}

.ml-1 {
  margin-left: 10px;
}

.mb-3 {
  margin-bottom: 30px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

h1 {
  color: #357376;
  line-height: 40px !important;
}

@media (max-width: 991px) {
  .border-sec {
    border-bottom: 1px solid rgba(53, 115, 118, 0.15);
  }
}
@media (max-width: 575px) {
  .border-sec {
    background: rgba(238, 238, 238, 0.5019607843);
  }
}

.input-wrap {
  position: relative;
}
.input-wrap input {
  padding: 16px;
  padding-inline: 30px;
  width: 100%;
  border-radius: 100px;
  border: 1px solid #B4B3B3;
}
.input-wrap .icon {
  position: absolute;
  top: 14px;
  right: 30px;
}

.sidebar-wrap {
  padding-top: 30px;
  overflow-y: scroll;
  /* -ms-overflow-style: none;
  scrollbar-width: none; */
}
@media (min-width: 992px) {
  .sidebar-wrap {
    padding-top: 40px;
    position: fixed;
    height: 100%;
  }
}
@media (max-width: 1600px) {
  .sidebar-wrap .title {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .sidebar-wrap .title {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .sidebar-wrap {
    display: none;
  }
}
.sidebar-wrap::-webkit-scrollbar {
  /* display: none; */
}

.sidebar-wrap ul, .mobile-sidebar-wrap ul {
  width: 100%;
}
.sidebar-wrap ul li, .mobile-sidebar-wrap ul li {
  margin-bottom: 20px;
}
@media (max-width: 1600px) {
  .sidebar-wrap ul li, .mobile-sidebar-wrap ul li {
    margin-bottom: 5px;
  }
}
.sidebar-wrap ul .wrap, .mobile-sidebar-wrap ul .wrap {
  display: flex;
  flex-direction: column;
}
.sidebar-wrap ul .wrap a, .mobile-sidebar-wrap ul .wrap a {
  text-decoration: none;
  margin-block: 8px;
}
.sidebar-wrap ul .wrap a.active, .mobile-sidebar-wrap ul .wrap a.active {
  color: #357376;
  font-family: primary-semibold;
}
@media (max-width: 1399px) {
  .sidebar-wrap ul .wrap p, .sidebar-wrap ul .wrap a:not(.title), .mobile-sidebar-wrap ul .wrap p, .mobile-sidebar-wrap ul .wrap a:not(.title) {
    font-size: 14px;
  }
}
.sidebar-wrap ul .wrap .first, .mobile-sidebar-wrap ul .wrap .first {
  margin-bottom: 0 !important;
}
.sidebar-wrap ul .wrap .accordion-item, .mobile-sidebar-wrap ul .wrap .accordion-item {
  border: none;
  background: none;
}
.sidebar-wrap ul .wrap .accordion-item .accordion-button, .mobile-sidebar-wrap ul .wrap .accordion-item .accordion-button {
  background: none;
  padding: 10px;
}
.sidebar-wrap ul .wrap .accordion-item .accordion-button p, .mobile-sidebar-wrap ul .wrap .accordion-item .accordion-button p {
  padding-left: 10px;
}
.sidebar-wrap ul .wrap .accordion-item .accordion-button::after, .mobile-sidebar-wrap ul .wrap .accordion-item .accordion-button::after {
  position: absolute;
  left: 0;
  width: 12px;
  height: 12px;
  background-size: cover;
}
.sidebar-wrap ul .wrap .accordion-item .accordion-button:focus, .sidebar-wrap ul .wrap .accordion-item .accordion-button:hover, .mobile-sidebar-wrap ul .wrap .accordion-item .accordion-button:focus, .mobile-sidebar-wrap ul .wrap .accordion-item .accordion-button:hover {
  border-color: transparent;
  box-shadow: none;
  color: #333333;
}
.sidebar-wrap ul .wrap .accordion-item .accordion-button.collapsed::after, .mobile-sidebar-wrap ul .wrap .accordion-item .accordion-button.collapsed::after {
  transform: rotate(-90deg);
}
.sidebar-wrap ul .wrap .accordion-item .accordion-button:not(.collapsed), .mobile-sidebar-wrap ul .wrap .accordion-item .accordion-button:not(.collapsed) {
  color: #333333;
  box-shadow: none;
}
.sidebar-wrap ul .wrap .accordion-item .accordion-button:not(.collapsed)::after, .mobile-sidebar-wrap ul .wrap .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-icon);
  transform: rotate(0);
}
.sidebar-wrap ul .wrap .accordion-item .accordion-body, .mobile-sidebar-wrap ul .wrap .accordion-item .accordion-body {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
}
.sidebar-wrap ul .wrap .accordion-item .accordion-body a, .mobile-sidebar-wrap ul .wrap .accordion-item .accordion-body a {
  margin-left: 10px;
}

.mobile-sidebar-wrap {
  display: none;
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease;
}
@media (max-width: 991px) {
  .mobile-sidebar-wrap {
    display: block;
  }
}
.mobile-sidebar-wrap .mb-wrap {
  padding-block: 15px;
}
.mobile-sidebar-wrap.open {
  max-height: 350px;
  overflow-y: scroll;
  /* -ms-overflow-style: none;
  scrollbar-width: none; */
}
.mobile-sidebar-wrap.open::-webkit-scrollbar {
  /* display: none; */
}

.not-found-page {
  text-align: center;
  width: 50%;
  margin-inline: auto;
  margin-block: 100px;
  padding-top: 1px;
}
.not-found-page .rte img {
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .not-found-page {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .not-found-page {
    margin-bottom: 50px;
  }
}

.login-page {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../../assets/images/upload/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.login-page .wrapper {
  background: #CBD8D8;
  /* min-width: 80vw; */
  max-height: 85vh;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  padding-block: 100px;
}
.login-page .wrapper .con {
  width: 80%;
  justify-content: space-between;
  align-items: center;
}
.login-page .wrapper .left {
  width: 30%;
}
.login-page .wrapper .line {
  width: 1px;
  height: 45vh;
  background: #777474;
}
.login-page .wrapper .form {
  width: 50%;
}
.login-page .wrapper .form input {
  border-radius: 20px;
  padding: 18px 30px;
  width: 100%;
}
@media (max-width: 1600px) {
  .login-page .wrapper .form input {
    padding: 15px 25px;
  }
}
.login-page .wrapper .form img, .login-page .wrapper .form p {
  margin-bottom: 30px;
}
@media (max-width: 1600px) {
  .login-page .wrapper .form img, .login-page .wrapper .form p {
    margin-bottom: 15px;
  }
}
.login-page .wrapper .form h2 {
  margin-bottom: 15px;
}
@media (max-width: 1600px) {
  .login-page .wrapper .form h2 {
    margin-bottom: 10px;
  }
}
@media (min-width: 1601px) {
  .login-page .wrapper {
    min-width: 60vw;
  }
}
@media (max-width: 991px) {
  .login-page .wrapper .left {
    display: none !important;
  }
  .login-page .wrapper .line {
    display: none !important;
  }
  .login-page .wrapper .form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .login-page .wrapper .form form {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .login-page .wrapper {
    min-width: 90vw;
    border-radius: 30px;
  }
  .login-page .wrapper .con {
    width: 90%;
  }
}
@media (max-width: 991px) {
  .login-page {
    background-size: contain;
  }
}

