@import url("https://fonts.googleapis.com/css?family=Barlow+Condensed:300,400,500,600,700|Open+Sans:300,400,600,700");
/* preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.spin {
  height: 50px;
  width: 50px;
  border-width: 5px;
  border-style: solid;
  border-color: rgba(134, 195, 58, 0.75) rgba(134, 195, 58, 0.75) rgba(134, 195, 58, 0.25) rgba(134, 195, 58, 0.25);
  border-radius: 100%;
  animation: clockwise 1s linear infinite;
}

@keyframes clockwise {
  to {
    transform: rotate(360deg) translatez(0);
  }
}
/* preloader */
/* background image */
.bg-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.bg-contain {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.bg-fixed {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

/* /background image */
.nav-link {
  color: #3c781e;
}
.nav-link:hover {
  color: var(--bs-secondary);
}

.btn-outline-danger {
  border: var(--bs-btn-border-width) solid #3c781e;
  color: #3c781e;
}
.btn-outline-danger:hover {
  color: #fff;
}

.nav-link.menu-link.btn:hover {
  background-color: #3c781e;
  border-color: #3c781e;
}

.btn {
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  padding: 15.5px 28px;
  border-radius: 35px;
  font-weight: 700;
  border: 1px solid;
  position: relative;
  z-index: 1;
  transition: 0.3s ease-in;
  white-space: nowrap;
}

.btn-primary-outline {
  background: transparent;
  color: #172231;
  border: 2px solid #172231;
}
.btn-primary-outline:active {
  background: #86c33a !important;
  border-color: #86c33a;
  color: #fff;
}
.btn-primary-outline:hover {
  background: #86c33a;
  border-color: #86c33a;
  color: #fff;
}

/* slick arrows */
.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background: rgba(134, 195, 58, 0.5);
  color: #fff;
  border: 0;
  line-height: 70px;
  font-size: 35px;
}

.slick-arrow::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  background: transparent;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: 0.2s ease;
}

.slick-arrow::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 25px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  transition: 0.2s ease;
}

@media (max-width: 575px) {
  .slick-arrow {
    display: none;
  }
}
.slick-arrow:focus {
  outline: 0;
}

.slick-arrow:hover {
  background: #86c33a;
}

.prevArrow {
  left: 0px;
}

.prevArrow::before {
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  right: 35px;
}

.prevArrow::after {
  right: 20px;
}

.nextArrow {
  right: 0px;
}

.nextArrow::before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  left: 35px;
}

.nextArrow::after {
  left: 20px;
}

/* /slick arrows */
/* hero slider */
.hero-section {
  padding: 160px 0 270px;
}

@media (max-width: 767px) {
  .hero-section {
    padding: 160px 0 170px;
  }
}
.hero-slider {
  overflow-x: hidden;
}

.hero-slider .prevArrow {
  left: -100px;
  transition: 0.2s ease;
}

.hero-slider .nextArrow {
  right: -100px;
  transition: 0.2s ease;
}

.hero-slider:hover .prevArrow {
  left: 35px;
  transition: 0.2s ease;
}

.hero-slider:hover .nextArrow {
  right: 35px;
  transition: 0.2s ease;
}

/* /hero slider */
.letter-spacing {
  letter-spacing: 0.1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #172231;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.2;
  transition: 0.2s ease;
}

h1,
.h1 {
  font-size: 60px;
}

h2,
.h2 {
  font-size: 48px;
}

h3,
.h3 {
  font-size: 44px;
}

h4,
.h4,
.subtitle {
  font-size: 22px;
}

h5,
.h5 {
  font-size: 18px;
}

h6,
.h6 {
  font-size: 16px;
}

.xl-text {
  font-size: 58px;
}

.md-text {
  font-size: 52px;
}

.text-justify {
  text-align: justify;
  text-justify: inter-word;
}

.text-shadow {
  text-shadow: 0 0 15px rgba(255, 255, 255, 0.8), 0 0 30px rgba(255, 255, 255, 0.6), 0 0 45px rgba(255, 255, 255, 0.4), 0 0 60px rgba(255, 255, 255, 0), 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.92);
}

.overlay.feature-overlay {
  background-image: linear-gradient(30deg, rgba(121, 110, 255, 0.95) 0%, rgba(33, 200, 122, 0.95) 100%);
  opacity: 0.9;
}

.overlay.feature-overlay::after {
  position: absolute;
  content: "";
  background: url("../images/banner/bg-dots.png") no-repeat;
  background-size: cover;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
}

.navbar {
  transition: all 0.5s ease-in-out;
}

.navbar-sticky {
  background: #fff;
  opacity: 0.9;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.navbar-logo {
  height: 2.25rem;
  transition: all 0.5s ease-in-out;
}
.navbar-logo.small {
  height: 2rem;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.2em solid;
  border-right: 0.2em solid transparent;
  border-bottom: 0;
  border-left: 0.2em solid transparent;
}

.dropdown-menu {
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  color: var(--bs-secondary);
}

.dropdown-item.menu-link:hover,
.dropdown-item.menu-link:focus {
  color: #3c781e;
  font-size: 1rem;
  font-weight: bold;
}

.navbar .dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  transform: scaleX(1);
}

/* hover effect start */
.hover-ripple {
  transition: 0.2s ease-in;
}

.hover-ripple:hover {
  transform: scale(0.97);
}

.hover-ripple:hover::after {
  animation: sonarEffect 1s infinite 50ms;
}

.hover-ripple::after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  opacity: 0;
  transform: scale(0.9);
  border-radius: inherit;
}

.hover-ripple.ripple-white:hover::after {
  animation: sonarEffectWhite 1s infinite 50ms;
}

@keyframes sonarEffect {
  0% {
    opacity: 0.1;
  }
  40% {
    opacity: 0.3;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3c781e, 0 0 0 10px rgba(255, 255, 255, 0.2);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3c781e, 0 0 0 10px rgba(255, 255, 255, 0.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes sonarEffectWhite {
  0% {
    opacity: 0.1;
  }
  40% {
    opacity: 0.3;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.2);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
/* hover effect end */
.carousel-item .carousel-text {
  opacity: 0;
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transition: 1s 0.1s;
  -webkit-transition: 1s 0.1s;
}

.carousel-item.active .carousel-text {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
}

.box-shadow {
  box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1);
}

.translate-top {
  transform: translateY(-100px);
}

.transition {
  transition: 0.2s ease;
}

.logo-small {
  height: 100%;
  width: 100%;
  background-image: url("../imgs/logo/logo-small-green.png");
  background-size: contain;
  background-repeat: no-repeat;
}

/* banner feature */
.banner-feature-wrapper {
  transform: translateY(-100px);
}

.hover-bg-dark:hover,
.hover-bg-dark.active {
  background: #252d39 !important;
}

.hover-bg-dark:hover *,
.hover-bg-dark.active * {
  color: #fff !important;
}
.hover-bg-dark:hover * .logo-small,
.hover-bg-dark.active * .logo-small {
  height: 100%;
  width: 100%;
  background-image: url("../imgs/logo/logo-small-white.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.text-green-dark {
  color: #3c781e !important;
}

.fa-gradient {
  background: linear-gradient(75deg, #4651ef 13%, #e60264);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

#vision-mission img {
  position: absolute;
  right: 0;
  top: 25%;
  width: 38%;
  border-radius: 10px 0 0 10px;
}

#service img {
  position: absolute;
  right: 2%;
  top: 25%;
  width: 40%;
  border-radius: 10px 0 0 10px;
}

/* /banner feature */
.icon {
  font-size: 40px;
}

.icon-sm {
  font-size: 34px;
}

.icon-xs {
  font-size: 22px;
}

.icon-lg {
  font-size: 56px;
}

/* icon animation */
.icon-bg {
  position: relative;
  background-color: rgba(134, 195, 58, 0.2);
  display: inline-block;
  height: 100px;
  width: 100px;
  border-radius: 120px 135px 110px 90px;
}

.icon-bg::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 5px;
  background: rgba(134, 195, 58, 0.05);
  border: 2px solid #86c33a;
  border-radius: 130px 120px 160px 130px;
}

.icon-bg .icon {
  line-height: 100px;
}

.water-wave {
  position: relative;
  animation-name: water-wave;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.water-wave::before {
  animation-name: water-wave;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes water-wave {
  0% {
    border-radius: 120px 135px 110px 90px;
  }
  25% {
    border-radius: 130px 140px 100px 110px;
  }
  50% {
    border-radius: 110px 97px 150px 100px;
  }
  75% {
    border-radius: 80px 107px 120px 90px;
  }
  100% {
    border-radius: 120px 135px 110px 90px;
  }
}
/* /icon animation */
/* we-provide */
.we-provide-subtitle {
  margin-bottom: 10px;
  letter-spacing: 0.1rem;
  font-weight: 600;
  color: #666;
}

/* /we-provide */
.decoration-star1 {
  transform: scaleX(-1);
  top: 0px;
  right: 0px;
  z-index: -1;
  opacity: 0.4;
}

/* about */
.about {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.overlay {
  position: relative;
  isolation: isolate;
}

.overlay::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.6;
  z-index: -10;
}

/* /about */
/* about slider */
.about-slider {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.about-slider .prevArrow,
.about-slider .nextArrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  border: 0;
  line-height: 45px;
  text-align: center;
  background: rgba(134, 195, 58, 0.5);
  color: #fff;
  transition: 0.2s ease;
}

.about-slider .prevArrow:focus,
.about-slider .nextArrow:focus {
  outline: 0;
}

.about-slider .prevArrow:hover,
.about-slider .nextArrow:hover {
  background: #86c33a;
  color: #fff;
}

.about-slider .prevArrow {
  left: -50px;
  transition: 0.5s ease;
}

.about-slider .nextArrow {
  right: -50px;
  transition: 0.5s ease;
}

.about-slider:hover .prevArrow {
  left: 25px;
  transition: 0.5s ease;
}

.about-slider:hover .nextArrow {
  right: 25px;
  transition: 0.5s ease;
}

.about-slider .nextArrow::before {
  transform: translateY(-50%) translateX(-150%) rotate(-45deg);
}

.about-slider .nextArrow::after {
  width: 15px;
  transform: translateY(-50%) translateX(-50%);
}

.about-slider .prevArrow::before {
  transform: translateY(-50%) translateX(150%) rotate(-45deg);
}

.about-slider .prevArrow::after {
  width: 15px;
  transform: translateY(-50%) translateX(50%);
}

/* / about slider */
.text-justify {
  text-align: justify;
  text-justify: inter-word;
}

.client-logo-slider .slick-track {
  display: flex;
  align-items: center;
}

.outline-0 {
  outline: 0;
}

.d-unset {
  display: unset !important;
}

.it-service-header {
  background-image: url("../images/page-banner/it-service-header.jpg");
  background-size: cover;
  background-position: bottom;
}

.cctv-header {
  background-image: url("../images/page-banner/cctv-header.jpg");
  background-size: cover;
  background-position: bottom;
}

.travel-header {
  background-image: url("../images/page-banner/travel-header.jpg");
  background-size: cover;
  background-position: bottom;
}

.esevai-header {
  background-image: url("../images/page-banner/esevai-header.jpg");
  background-size: cover;
  background-position: bottom;
}

.banner-glass {
  /* From https://css.glass */
  background: rgba(0, 0, 0, 0.4);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

.testimonial-gradient {
  background: linear-gradient(15deg, rgba(121, 110, 255, 0.9490196078) 0%, rgba(33, 200, 122, 0.9490196078) 100%);
}

.testimonial-triangles::before {
  position: absolute;
  content: "";
  background: url(../images/shape/triangle-double.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
  height: 250px;
  width: 25%;
}

.testimonial-triangles::after {
  position: absolute;
  content: "";
  background: url(../images/shape/triangle-double.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  right: 0;
  height: 250px;
  width: 25%;
  transform: rotate(180deg);
}

.card-img-sm {
  max-width: 100px;
  max-height: 100px;
}

.bg-quote {
  position: relative;
}

.bg-quote::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  width: 70px;
  height: 50px;
  transform: translateX(-50%);
  background: url(../images/quotation/quetesion.png);
  background-repeat: no-repeat;
}

.travels-intro-block {
  padding: 20px;
  background: #f4f7fc;
  border: 15px solid #fff;
  box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
}

.travel-service {
  background: #f4f7fc;
}

.travel-rounded-start {
  border-bottom-left-radius: 0.5rem !important;
  border-top-left-radius: 0.5rem !important;
}

.box-shadow {
  box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1);
}

.to-top-btn {
  position: fixed;
  z-index: 20;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  width: 52px;
  height: 52px;
  border: 1px solid var(--bs-primary);
  border-radius: 50%;
  outline: none;
  background-color: var(--bs-secondary);
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

.to-top-btn:hover {
  border: 1px solid var(--bs-secondary);
  background-color: var(--bs-primary);
}

.to-top-btn img {
  margin-bottom: 0.25rem;
  width: 18px;
}

.show {
  opacity: 1;
}

@media (max-width: 1400px) {
  .xl-text {
    font-size: 58px;
  }
}
@media (max-width: 992px) {
  .xl-text {
    font-size: 50px;
  }
  .navbar .btn-outline-secondary {
    margin-top: 20px;
  }
}
@media (max-width: 576px) {
  .xl-text {
    font-size: 42px;
  }
}