/* Google Fonts Link */
@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@700;800;900&display=swap");
/* Common CSS */
* {
  margin: 0;
  padding: 0;
  outline: none;
}

::-moz-selection {
  color: #ffffff;
  background: #555555;
}

::selection {
  color: #ffffff;
  background: #555555;
}

html,
body {
  scroll-behavior: smooth;
}

html {
  font-size: 16px;
}

@media (max-width: 767px) {
  html {
    font-size: 14px;
  }
}

body {
  color: #555555;
  font-family: "Mulish", sans-serif;
}

a,
a:hover,
a:active {
  text-decoration: none;
  color: inherit;
}

button,
button:hover,
button:focus,
button:active {
  outline: none;
}

ul,
ol {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Mulish", sans-serif;
}

/* White-space fixer Style */
.no-white-space {
  font-size: 0;
}

.no-white-space > * {
  font-size: initial;
}

/* Common transition Style */
.transition {
  -webkit-transition: all linear .3s;
  transition: all linear .3s;
}

/* Common Slick Style */
.slick-slider .slick-dots {
  position: absolute;
  top: 95%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 120px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .slick-slider .slick-dots {
    top: 50%;
    left: 0;
    -webkit-transform: translate(-25%, -50%) rotate(90deg);
            transform: translate(-25%, -50%) rotate(90deg);
  }
}

.slick-slider .slick-dots li button {
  position: relative;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #1f242c;
  font-size: 0;
  border: 0;
  -webkit-transition: width linear .3s;
  transition: width linear .3s;
}

.slick-slider .slick-dots li button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  border-radius: 18px;
  border: 1.5px solid #63a91f;
  opacity: 0;
}

.slick-slider .slick-dots li.slick-active button {
  background: #63a91f;
}

.slick-slider .slick-dots li.slick-active button::after {
  opacity: 1;
}

/* Common Button's Style */
.primary-btn {
  color: #1f242c;
  font-size: 1rem;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  padding: 1rem 2rem;
  z-index: 1;
}

@media (min-width: 576px) {
  .primary-btn {
    font-size: 1.2rem;
  }
}

.primary-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all linear .3s;
  transition: all linear .3s;
  width: 4rem;
  height: 4rem;
  border-radius: 4rem;
  background: #63a91f;
  z-index: -1;
}

.primary-btn i {
  top: 2px;
}

.primary-btn:hover, .primary-btn:focus {
  color: #ffffff;
}

.primary-btn:hover::before, .primary-btn:focus::before {
  width: 100%;
}

.secondary-btn {
  color: #ffffff;
  font-size: 1.2rem;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  padding: 0.7rem 1rem;
  background: #63a91f;
}

.secondary-btn:hover, .secondary-btn:focus {
  color: #63a91f;
  background: #ffffff;
}

/* Veno Box Style */
.vbox-close {
  top: 2%;
  right: 2%;
  width: 4rem;
  height: 4rem;
  line-height: 1.16;
  border-radius: 50%;
  padding: 0;
  font-size: 3rem;
  background: #63a91f !important;
  color: #ffffff !important;
}

.vbox-inline {
  overflow: initial;
}

.vbox-preloader .sk-child {
  background: #63a91f !important;
}

.vbox-next, .vbox-prev {
  width: 3rem;
  height: 3rem;
}

.vbox-next span, .vbox-prev span {
  width: 2rem;
  height: 2rem;
  border-width: 4px;
  border-top-color: #63a91f !important;
  border-right-color: #63a91f !important;
}

/* Scroll Top Button Style */
.scroll-top {
  bottom: 3%;
  right: 1%;
  display: none;
  cursor: pointer;
  z-index: 7;
}

@media (max-width: 575px) {
  .scroll-top {
    bottom: 1.5%;
  }
}

.scroll-top__btn {
  width: 2.8rem;
  height: 2.8rem;
  font-size: 1.1rem;
  color: #ffffff;
  background: rgba(99, 169, 31, 0.8);
}

/* Header Fixer Space Style */
.header-spacer {
  margin-top: 64px;
}

@media (min-width: 768px) {
  .header-spacer {
    margin-top: 116px;
  }
}

/* Common Section Gap Style */
.section-gap {
  padding: 2.4rem 0;
}

@media (min-width: 768px) {
  .section-gap {
    padding: 3rem 0;
  }
}

@media (min-width: 992px) {
  .section-gap {
    padding: 5rem 0;
  }
}

/* Common Section Heading Style */
.section-header__title {
  font-size: 1.3rem;
  font-weight: 800;
  padding: .5rem 1rem;
  color: #ffffff;
}

.section-header__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
  width: 100%;
  height: 100%;
  background: #63a91f;
  z-index: -1;
}

.section-header__sub-title {
  font-size: 2rem;
  font-weight: 800;
  color: #1f242c;
}

@media (max-width: 575px) {
  .section-header__sub-title {
    font-size: 1.5rem;
  }
}

.section-header__text {
  font-size: 1.3rem;
  font-weight: 500;
  color: #1f242c;
}

/* Common Check Block Style */
.common-check__block {
  border: 1px solid #d6d6d6;
}

.common-check__block__icon {
  width: 20%;
}

.common-check__block__icon i {
  width: 2.9rem;
  height: 2.9rem;
  line-height: 2.9rem;
  font-size: 0.9rem;
  color: #63a91f;
  -webkit-box-shadow: 4px 5px 16px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 5px 16px 0px rgba(0, 0, 0, 0.1);
}

.common-check__block__content {
  width: 80%;
}

.common-check__block__text {
  font-size: 1.2rem;
}

.common-check__block:hover, .common-check__block:focus {
  border-color: transparent;
  -webkit-box-shadow: 9px 12px 38px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 9px 12px 38px 0px rgba(0, 0, 0, 0.1);
}

.common-check__block:hover .common-check__block__icon i, .common-check__block:focus .common-check__block__icon i {
  color: #ffffff;
  background: #63a91f;
}

.common-check__block:hover .common-check__block__text, .common-check__block:focus .common-check__block__text {
  color: #1f242c;
}

/* Header & Footer TEXT Logo Style */
.brand-logo {
  font-size: 2rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #555555;
}

.brand-logo--footer {
  color: #f8f8f8;
}

.brand-color {
  color: #63a91f;
}

/* Header Style */
.header {
  position: absolute;
  top: 0;
  -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0 1px 30px rgba(0, 0, 0, 0.08);
  z-index: 99;
}

.header__top__tag {
  color: #868686;
  font-size: 1.05rem;
  font-weight: 500;
}

.header__top__tag:hover {
  color: #63a91f;
}

.header__top .social__link {
  color: #1f242c;
}

.header__top .social__link:hover, .header__top .social__link:focus {
  color: #63a91f;
}

.header .navbar-toggler {
  font-size: 1.9rem;
  color: #63a91f;
}

@media (min-width: 768px) {
  .header .navbar .nav-item {
    margin-left: 1.5rem;
  }
}

.header .navbar .nav-link {
  font-size: 1.3rem;
  font-family: "Mulish", sans-serif;
  font-weight: 500;
  padding-left: .8rem;
  padding-right: .8rem;
}

.header .navbar .nav-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 35%;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: translate(-90%, -50%) scaleX(0);
          transform: translate(-90%, -50%) scaleX(0);
  width: 1.3rem;
  height: 2px;
  background: #63a91f;
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition: linear .3s;
  transition: linear .3s;
}

@media (min-width: 768px) {
  .header .navbar .nav-link::before {
    left: 0;
  }
}

.header .navbar .nav-link.active, .header .navbar .nav-link:hover, .header .navbar .nav-link:focus {
  color: #63a91f;
}

.header .navbar .nav-link.active::before, .header .navbar .nav-link:hover::before, .header .navbar .nav-link:focus::before {
  -webkit-transform: translate(-90%, -50%) scaleX(1);
          transform: translate(-90%, -50%) scaleX(1);
  opacity: 1;
}

.header--fixed {
  position: fixed;
  top: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0 1px 30px rgba(0, 0, 0, 0.08);
  -webkit-animation: header .4s linear forwards;
          animation: header .4s linear forwards;
}

/* Fixed Header Animation */
@-webkit-keyframes header {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes header {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* Banner Style */
.banner__block {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #1f242c;
}

.banner__block .container {
  height: 100vh;
}

.banner__block__title {
  font-size: 2.2rem;
  font-weight: 900;
  z-index: 1;
}

@media (min-width: 576px) {
  .banner__block__title {
    opacity: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (min-width: 992px) {
  .banner__block__title {
    font-size: 3.4rem;
  }
}

.banner__block__title::before {
  content: attr(data-title);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -55%);
          transform: translate(-50%, -55%);
  font-size: 4rem;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  color: transparent;
  text-transform: uppercase;
  -webkit-text-stroke: 1px #d6d6d6;
  z-index: -1;
}

@media (min-width: 768px) {
  .banner__block__title::before {
    left: 0;
    -webkit-transform: translate(-14%, -55%);
            transform: translate(-14%, -55%);
  }
}

@media (min-width: 992px) {
  .banner__block__title::before {
    font-size: 8.5rem;
  }
}

.banner__block__text {
  font-size: 1.1rem;
  line-height: 2;
  font-weight: 500;
}

@media (min-width: 576px) {
  .banner__block__text {
    opacity: 0;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
}

@media (min-width: 576px) {
  .banner__block .btn-wrapper {
    opacity: 0;
  }
}

.banner__block .play-btn {
  width: 3.5rem;
  height: 3.5rem;
  background: #63a91f;
}

@media (min-width: 768px) {
  .banner__block .play-btn {
    width: 5rem;
    height: 5rem;
    font-size: 1.2rem;
  }
}

.banner__block .play-btn::before {
  content: "";
  position: absolute;
  -webkit-transform: scale(1);
          transform: scale(1);
  width: 100%;
  height: 100%;
  border-width: 1.5px;
  border-style: solid;
  border-color: #63a91f;
  border-radius: 50%;
  -webkit-animation: play_btn linear 2s infinite;
          animation: play_btn linear 2s infinite;
}

.banner__block .play-btn:hover, .banner__block .play-btn:focus {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.banner__block.slick-active .banner__block__title,
.banner__block.slick-active .banner__block__text,
.banner__block.slick-active .btn-wrapper {
  -webkit-transition: linear 1s;
  transition: linear 1s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.banner__block.slick-active .banner__block__title,
.banner__block.slick-active .banner__block__text {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.banner__block.slick-active .btn-wrapper {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

/* Play Button Animation */
@-webkit-keyframes play_btn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    border-color: #63a91f;
  }
  100% {
    -webkit-transform: scale(2.1);
            transform: scale(2.1);
    border-color: transparent;
  }
}
@keyframes play_btn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    border-color: #63a91f;
  }
  100% {
    -webkit-transform: scale(2.1);
            transform: scale(2.1);
    border-color: transparent;
  }
}

/* Sub Banner Style */
.sub-banner {
  background-color: rgba(110, 197, 233, 0.2);
  background-size: cover;
  background-position-x: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-blend-mode: overlay;
  padding: 8rem 0;
}

.sub-banner__title {
  font-size: 3rem;
  font-weight: 900;
}

.sub-banner .breadcrumb-item {
  font-size: 1.3rem;
  font-weight: 600;
  color: #ffffff;
}

.sub-banner .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  color: #63a91f;
}

.sub-banner .breadcrumb-link:hover {
  color: #63a91f;
}

.sub-banner__title,
.sub-banner .breadcrumb-item {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/* About Us Style */
.about-us__text {
  font-size: 1.1rem;
  line-height: 1.7;
}

.about-us__text span {
  font-weight: 600;
}

/* Our Vision Style */
.our-vision__text {
  font-size: 1.1rem;
  line-height: 1.7;
}

/* Process Style */
.process__block {
  padding: 2rem 1rem;
  border: 1px solid #d6d6d6;
}

.process__block::after {
  content: attr(data-number);
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  font-size: 7rem;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  color: rgba(214, 214, 214, 0.3);
  -webkit-transition: color linear .3s;
  transition: color linear .3s;
  z-index: -1;
}

.process__block:hover, .process__block:focus {
  border-color: #63a91f;
}

.process__block:hover::after, .process__block:focus::after {
  color: #d6d6d6;
}

.process__block:hover .process__icon, .process__block:focus .process__icon {
  color: #ffffff;
  background: #63a91f;
}

.process__block:hover .process__title, .process__block:focus .process__title {
  color: #63a91f;
}

.process__icon {
  width: 5rem;
  height: 5rem;
  font-size: 1.5rem;
  color: #63a91f;
  -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}

.process__title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #1f242c;
}

.process__text {
  font-size: 1.05rem;
  line-height: 1.8;
  font-weight: 500;
}

/* Suited Style */
.suited__title {
  font-size: 1.05rem;
}

/* Join Style */
.join {
  background-color: rgba(31, 36, 44, 0.5);
  background-size: cover;
  background-position-x: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-blend-mode: color;
}

.join__title {
  font-size: 1.1rem;
  font-weight: 800;
}

@media (min-width: 768px) {
  .join__title {
    font-size: 2rem;
  }
}

@media (min-width: 992px) {
  .join__title {
    font-size: 3rem;
  }
}

.join .secondary-btn {
  padding: 1rem 2rem;
}

/* Team Style */
.team__card {
  max-width: 330px;
  background: #ffffff;
  -webkit-box-shadow: 6px 5px 14px rgba(0, 0, 0, 0.1);
          box-shadow: 6px 5px 14px rgba(0, 0, 0, 0.1);
}

@media (max-width: 575px) {
  .team__card {
    max-width: 275px;
  }
}

.team__card__image {
  width: 11.5rem;
  height: 11.5rem;
}

.team__card__image img {
  -o-object-fit: cover;
     object-fit: cover;
}

.team__card__title a {
  color: #1f242c;
  font-size: 1.4rem;
  font-weight: 700;
}

.team__card__title a:hover, .team__card__title a:focus {
  color: #63a91f;
}

.team__card__department {
  color: #63a91f;
  font-size: 1rem;
  font-weight: 700;
}

.team__card__social {
  background: #f8f8f8;
}

.team__card__social .social__link {
  width: 3rem;
  height: 3rem;
  color: rgba(85, 85, 85, 0.5);
}

.team__card__social .social__link:hover, .team__card__social .social__link:focus {
  color: #63a91f !important;
}

.team__card:hover {
  background: #f8f8f8;
}

.team__card:hover .team__card__image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.team__card:hover .team__card__social .social__link--facebook {
  color: #3b5998;
}

.team__card:hover .team__card__social .social__link--linkedin {
  color: #0077b5;
}

.team__card:hover .team__card__social .social__link--instagram {
  color: #ef4c50;
}

.team__card:hover .team__card__social .social__link--twitter {
  color: #1da1f2;
}

/* Services Style */
.services__title {
  font-size: 1.8rem;
  font-weight: 800;
}

.services__title, .services__sub-icon {
  color: #63a91f;
}

.services__sub-title, .services__sub-icon {
  font-size: 1.6rem;
}

.services__text {
  font-size: 1.15rem;
}

/* Footer Style */
.footer {
  background: #1f242c;
}

.footer__block__text {
  font-size: 1.05rem;
  line-height: 1.6;
}

.footer__block .social__link {
  width: 2.3rem;
  height: 2.3rem;
  font-size: 0.8rem;
  border: 1px solid #555555;
}

.footer__block .social__link:hover.social__link--facebook, .footer__block .social__link:focus.social__link--facebook {
  border-color: #3b5998;
  background: #3b5998;
}

.footer__block .social__link:hover.social__link--linkedin, .footer__block .social__link:focus.social__link--linkedin {
  border-color: #0077b5;
  background: #0077b5;
}

.footer__block .social__link:hover.social__link--instagram, .footer__block .social__link:focus.social__link--instagram {
  border-color: #ef4c50;
  background: #ef4c50;
}

.footer__block .social__link:hover.social__link--twitter, .footer__block .social__link:focus.social__link--twitter {
  border-color: #1da1f2;
  background: #1da1f2;
}

.footer__block__title {
  font-size: 1.5rem;
  font-weight: 800;
}

.footer__block__contact__icon {
  color: #63a91f;
  font-size: 1.4rem;
}

.footer__block__contact__address {
  font-size: 1.1rem;
}

.footer__block__link {
  color: #ffffff;
  font-size: 1.1rem;
}

.footer__block__link:hover, .footer__block__link:focus {
  color: #63a91f;
}

.footer__block__form .form-control {
  font-size: 1.1rem;
  height: 4rem;
  border-width: 0 0 1.5px 0;
  border-color: #555555;
}

.footer__block__form .form-control:focus {
  border-color: #63a91f;
}

.footer__block__form .form-control::-webkit-input-placeholder {
  color: #d6d6d6;
}

.footer__block__form .form-control:-ms-input-placeholder {
  color: #d6d6d6;
}

.footer__block__form .form-control::-ms-input-placeholder {
  color: #d6d6d6;
}

.footer__block__form .form-control::placeholder {
  color: #d6d6d6;
}

.footer__bottom {
  color: #d6d6d6;
  border-top: 1px solid #555555;
}
/*# sourceMappingURL=style.css.map */