/* ======================== variables ============================ */
/* ======================== variables ============================ */
/*============ Google fonts ============*/
@import url("https://fonts.googleapis.com/css2?family=Bruno+Ace&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
/*======= CSS variables =======*/
/*======= Main CSS =======*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Bruno Ace", sans-serif;
}

body {
  font-family: "Bruno Ace", sans-serif;
  background: #141806 !important;
  overflow-x: hidden;
}

.main-box {
  margin: 0 5% !important;
}

.row-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.clr {
  color: #9DC33B;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background: #9DC33B;
  border-radius: 0px;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1280px !important;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1380px !important;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1500px !important;
  }
}
h1 {
  font-size: 4.9rem !important;
  color: #fff;
  font-weight: 600;
}
@media (max-width: 1599px) {
  h1 {
    font-size: 4rem !important;
  }
}
@media (max-width: 1199px) {
  h1 {
    font-size: 3.2rem !important;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 2.5rem !important;
  }
}
@media (max-width: 639px) {
  h1 {
    font-size: 2.5rem !important;
  }
}

h2 {
  font-size: 4rem !important;
  color: #fff;
  font-weight: 600;
}
@media (max-width: 1599px) {
  h2 {
    font-size: 3.5rem !important;
  }
}
@media (max-width: 1199px) {
  h2 {
    font-size: 3rem !important;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 2.8rem !important;
  }
}
@media (max-width: 639px) {
  h2 {
    font-size: 2.1rem !important;
  }
}

h3 {
  font-size: 3.5rem !important;
  color: #fff;
  font-weight: 600;
}
@media (max-width: 1599px) {
  h3 {
    font-size: 3.2rem !important;
  }
}
@media (max-width: 1199px) {
  h3 {
    font-size: 3rem !important;
  }
}
@media (max-width: 991px) {
  h3 {
    font-size: 2.5rem !important;
  }
}
@media (max-width: 639px) {
  h3 {
    font-size: 1.8rem !important;
  }
}

h4 {
  font-size: 2.1rem !important;
  color: #fff;
  font-weight: 500;
}
@media (max-width: 1599px) {
  h4 {
    font-size: 2.1rem !important;
  }
}
@media (max-width: 1199px) {
  h4 {
    font-size: 2rem !important;
    line-height: 34px;
  }
}
@media (max-width: 991px) {
  h4 {
    font-size: 1.6rem !important;
    line-height: 34px !important;
  }
}
@media (max-width: 639px) {
  h4 {
    font-size: 1.2rem !important;
    line-height: 28px !important;
  }
}

h5 {
  font-size: 1.5rem !important;
  color: #fff;
  font-weight: 500;
}
@media (max-width: 1599px) {
  h5 {
    font-size: 1.3rem !important;
  }
}
@media (max-width: 1199px) {
  h5 {
    font-size: 1.2rem !important;
  }
}
@media (max-width: 991px) {
  h5 {
    font-size: 1.2rem !important;
  }
}
@media (max-width: 639px) {
  h5 {
    font-size: 1.1rem !important;
  }
}

h6 {
  font-size: 1rem !important;
  color: #fff;
}
@media (max-width: 1599px) {
  h6 {
    font-size: 1rem !important;
  }
}
@media (max-width: 1199px) {
  h6 {
    font-size: 1rem !important;
  }
}
@media (max-width: 991px) {
  h6 {
    font-size: 15px !important;
  }
}
@media (max-width: 639px) {
  h6 {
    font-size: 14px !important;
  }
}

.box-commn {
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 50px 30px;
  background: #fff;
}
@media (max-width: 1199px) {
  .box-commn {
    padding: 40px 30px;
  }
}
@media (max-width: 991px) {
  .box-commn {
    padding: 20px;
  }
}
@media (max-width: 639px) {
  .box-commn {
    padding: 0px;
  }
}

body {
  font-family: var(--body-font);
  font-size: var(--normal-font-size);
  background-color: var(--body-color);
}

ul {
  list-style: none;
  /* Color highlighting when pressed on mobile devices */
  /*-webkit-tap-highlight-color: transparent;*/
}

a {
  text-decoration: none;
}

/*=============== REUSABLE CSS CLASSES ===============*/
.container {
  max-width: 1120px;
  margin-inline: 1.5rem;
}

/*=============== HEADER ===============*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--black-color);
  box-shadow: 0 2px 16px hsla(220, 32%, 8%, 0.3);
  z-index: 99;
}

/*=============== NAV ===============*/
.nav-menu {
  background: #1E1E1E;
}

.nav__list {
  background: #1E1E1E;
  padding: 25px 170px;
  position: relative;
  right: 0px;
  top: 30px;
  box-shadow: -2px 1px 5px 0px #232222;
}
@media (max-width: 1599px) {
  .nav__list {
    padding: 25px 80px !important;
  }
}
@media (max-width: 1199px) {
  .nav__list {
    position: unset;
    padding: 20px 0px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .nav__list {
    position: unset;
    padding: 20px 0px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 639px) {
  .nav__list {
    position: unset;
    padding: 20px 0px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.com-nav {
  height: var(--header-height);
  padding: 0 120px;
}
@media (max-width: 1199px) {
  .com-nav {
    padding: 0 60px;
    background: #1E1E1E;
    height: 60px;
  }
}
@media (max-width: 991px) {
  .com-nav {
    padding: 0 30px;
  }
}
@media (max-width: 639px) {
  .com-nav {
    padding: 0 20px;
    height: 50px;
  }
}

.nav__logo,
.nav__burger,
.nav__close {
  color: #fff;
}

.nav__data {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  top: 0px;
}

.nav__logo {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
  font-weight: var(--font-semi-bold);
}
.nav__logo img {
  width: 110px;
  position: relative;
}
@media (max-width: 1199px) {
  .nav__logo img {
    width: 80px;
    top: 20px;
  }
}
@media (max-width: 991px) {
  .nav__logo img {
    width: 80px;
  }
}
@media (max-width: 639px) {
  .nav__logo img {
    width: 60px;
    top: 10px;
  }
}

.nav__logo i {
  font-weight: initial;
  font-size: 1.25rem;
}

.nav__toggle {
  position: relative;
  width: 32px;
  height: 32px;
  right: 10px;
  top: 0px;
  z-index: 9999;
}

.nav__burger,
.nav__close {
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  inset: 0;
  margin: auto;
  font-size: 35px;
  cursor: pointer;
  transition: opacity 0.1s, transform 0.4s;
}
@media (max-width: 639px) {
  .nav__burger,
  .nav__close {
    font-size: 26px;
  }
}

.nav__close {
  opacity: 0;
}

/* Navigation for mobile devices */
@media screen and (max-width: 1118px) {
  .nav__menu {
    position: absolute;
    left: 0;
    top: 2.5rem;
    width: 100%;
    overflow: auto;
    pointer-events: none;
    opacity: 0;
    transition: top 0.4s, opacity 0.3s;
  }
  .nav__menu::-webkit-scrollbar {
    width: 0;
  }
  .nav__list {
    padding-top: 1rem;
  }
}
.nav__link {
  color: #fff;
  background-color: var(--black-color);
  font-weight: var(--font-semi-bold);
  padding: 8px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s;
  font-size: 18px;
  font-family: "Raleway", sans-serif;
}
@media (max-width: 1199px) {
  .nav__link {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .nav__link {
    font-size: 19px;
  }
}
@media (max-width: 639px) {
  .nav__link {
    font-size: 18px;
  }
}

.nav__link:hover {
  background-color: var(--black-color-light);
  text-decoration: none;
  color: #9DC33B;
}

/* Show menu */
.show-menu {
  opacity: 1;
  top: -10px;
  pointer-events: initial;
}

/* Show icon */
.show-icon .nav__burger {
  opacity: 0;
  transform: rotate(90deg);
}

.show-icon .nav__close {
  opacity: 1;
  transform: rotate(90deg);
}

/*=============== DROPDOWN ===============*/
.dropdown__item {
  cursor: pointer;
}

.dropdown__arrow {
  font-size: 1.25rem;
  font-weight: initial;
  transition: transform 0.4s;
}

.dropdown__link,
.dropdown__sublink {
  padding: 1.25rem 1.25rem 1.25rem 2.5rem;
  color: #fff;
  background-color: var(--black-color-light);
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  font-weight: var(--font-semi-bold);
  transition: background-color 0.3s;
}

.dropdown__link i,
.dropdown__sublink i {
  font-size: 1.25rem;
  font-weight: initial;
}

.dropdown__link:hover,
.dropdown__sublink:hover {
  background-color: var(--black-color);
}

.dropdown__menu,
.dropdown__submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
}

/* Show dropdown menu & submenu */
.dropdown__item:hover .dropdown__menu,
.dropdown__subitem:hover > .dropdown__submenu {
  max-height: 1000px;
  transition: max-height 0.4s ease-in;
}

/* Rotate dropdown icon */
.dropdown__item:hover .dropdown__arrow {
  transform: rotate(180deg);
}

/*=============== DROPDOWN SUBMENU ===============*/
.dropdown__add {
  margin-left: auto;
}

.dropdown__sublink {
  background-color: var(--black-color-lighten);
}

/*=============== BREAKPOINTS ===============*/
/* For small devices */
@media screen and (max-width: 340px) {
  .container {
    margin-inline: 1rem;
  }
  .nav__link {
    padding-inline: 1rem;
  }
}
/* For large devices */
@media screen and (min-width: 1118px) {
  .container {
    margin-inline: auto;
  }
  .com-nav {
    height: calc(var(--header-height) + 2rem);
    display: flex;
    justify-content: space-between;
  }
  .nav__toggle {
    display: none;
  }
  .nav__list {
    display: flex;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
  .nav__link {
    padding: 0;
    justify-content: initial;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }
  .nav__link:hover {
    background-color: transparent;
  }
  .dropdown__item,
  .dropdown__subitem {
    position: relative;
  }
  .dropdown__menu,
  .dropdown__submenu {
    max-height: initial;
    overflow: initial;
    position: absolute;
    left: 0;
    top: 6rem;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s, top 0.3s;
  }
  .dropdown__link,
  .dropdown__sublink {
    padding-inline: 1rem 3.5rem;
  }
  .dropdown__subitem .dropdown__link {
    padding-inline: 1rem;
  }
  .dropdown__submenu {
    position: absolute;
    left: 100%;
    top: 0.5rem;
  }
  /* Show dropdown menu */
  .dropdown__item:hover .dropdown__menu {
    opacity: 1;
    top: 5.5rem;
    pointer-events: initial;
    transition: top 0.3s;
  }
  /* Show dropdown submenu */
  .dropdown__subitem:hover > .dropdown__submenu {
    opacity: 1;
    top: 0;
    pointer-events: initial;
    transition: top 0.3s;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .com-nav {
    padding: 0 60px;
  }
  .nav__logo img {
    width: 100px;
  }
  .nav__list {
    padding: 20px 60px !important;
  }
}
.inner {
  width: 800px;
  position: relative;
  margin: 0 auto;
}

header {
  position: fixed;
  width: 100%;
  padding-top: 0px;
  transition: 0.7s all;
  z-index: 100;
}

header.alt-header {
  background: #fff;
}

.alt-header a {
  color: #000;
}

body.header-fixed header {
  position: fixed;
  top: 0;
  right: 0;
  padding-top: 0;
  width: 100%;
  z-index: 2;
}

body.header-fixed header .com-nav {
  background: #1E1E1E;
  height: 60px;
}
@media (max-width: 1199px) {
  body.header-fixed header .com-nav {
    height: 55px;
  }
}
@media (max-width: 991px) {
  body.header-fixed header .com-nav {
    height: 55px;
  }
}
@media (max-width: 639px) {
  body.header-fixed header .com-nav {
    height: 45px;
  }
}

body.header-fixed .nav__logo img {
  width: 90px;
  position: relative;
  z-index: 9;
  top: 25px;
}
@media (max-width: 1199px) {
  body.header-fixed .nav__logo img {
    width: 60px;
    top: 10px;
  }
}
@media (max-width: 639px) {
  body.header-fixed .nav__logo img {
    width: 40px;
    top: 0px;
  }
}

body.header-fixed .nav__list {
  top: 0;
  position: relative;
  left: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  z-index: 1;
  bottom: 0;
  padding: 20px 0;
}
@media (max-width: 639px) {
  body.header-fixed .nav__list {
    padding: 70px 0 !important;
  }
}

.logo {
  float: left;
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  transition: 0.7s all;
}

.alt-header .logo {
  color: #000;
}

body.header-fixed .logo {
  font-size: 30px;
}

.alternate {
  background: #000;
  color: #fff;
}

section .inner {
  padding-top: 200px;
}

.com-banner-area {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
}
.com-banner-area .com-banner-text {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  flex-wrap: wrap;
}
@media (max-width: 639px) {
  .com-banner-area .com-banner-text {
    margin: 40px 0 0 0;
  }
}
.com-banner-area .com-banner-text h1 {
  color: #fff;
  position: relative;
  padding: 0 0 0 60px;
}
.com-banner-area .com-banner-text h1::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 38px;
  width: 7px;
  height: 80%;
  background: #9DC33B;
}
@media (max-width: 991px) {
  .com-banner-area .com-banner-text h1::before {
    left: 30px;
    top: 17px;
    width: 5px;
    height: 80%;
  }
}
.com-banner-area .com-banner-pic img {
  width: 100%;
  text-align: center;
}
@media (max-width: 991px) {
  .com-banner-area .com-banner-pic img {
    width: 80%;
  }
}
@media (max-width: 639px) {
  .com-banner-area .com-banner-pic img {
    margin: 20px 0 0 0;
  }
}
.com-banner-area::before {
  position: absolute;
  content: "";
  right: 180px;
  top: 0;
  bottom: 0;
  width: 700px;
  height: 100vh;
  background: #1E1E1E;
  z-index: 0;
}
@media (max-width: 1599px) {
  .com-banner-area::before {
    right: 155px;
    width: 580px;
  }
}
@media (max-width: 1199px) {
  .com-banner-area::before {
    right: 0;
    width: 440px;
  }
}
@media (max-width: 991px) {
  .com-banner-area::before {
    right: 0;
    width: 50%;
  }
}
@media (max-width: 639px) {
  .com-banner-area::before {
    right: 0;
    width: 0;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .com-banner-area::before {
    right: 100px;
    width: 530px;
  }
}
.select-country-area {
  padding: 100px 0 100px 0;
}
@media (max-width: 1199px) {
  .select-country-area {
    padding: 50px 0 40px 0;
  }
}
@media (max-width: 991px) {
  .select-country-area {
    padding: 40px 0 40px 0;
  }
}
@media (max-width: 639px) {
  .select-country-area {
    padding: 30px 0 40px 0;
  }
}
.select-country-area .box {
  font-family: "Poppins", sans-serif;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.select-country-area .box:before,
.select-country-area .box:after {
  content: "";
  opacity: 0;
  position: absolute;
  transition: all 0.4s ease-in-out;
}
.select-country-area .box:before {
  border: 0px solid rgba(0, 0, 0, 0.7);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.select-country-area .box:hover:before {
  opacity: 1;
  border: 50px solid rgba(157, 195, 59, 0.5882352941);
  border-radius: 10px;
}
.select-country-area .box:after {
  background: rgba(157, 195, 59, 0.5882352941);
  width: calc(100% - 100px);
  height: calc(100% - 100px);
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  left: 50%;
  transition-delay: 0.1s;
}
.select-country-area .box:hover:after {
  opacity: 1;
}
.select-country-area .box img {
  width: 100%;
  height: auto;
}
.select-country-area .box .box-content {
  color: #fff;
  background: 0, 0, 0, 0.7;
  opacity: 0;
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  padding: 15px 0 20px;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
.select-country-area .box:hover .box-content {
  opacity: 1;
}
.select-country-area .box .title {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 2px;
}
.select-country-area .box .post {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin: 0 0 10px;
  display: block;
}
.select-country-area .box .icon {
  padding: 0;
  margin: 0;
  list-style: none;
  transition: all 0.4s ease-out;
}
.select-country-area .box .icon li {
  margin: 0 3px;
  display: inline-block;
}
.select-country-area .box .icon li a {
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  height: 35px;
  width: 35px;
  border: 2px solid #fff;
  display: block;
  transition: all 0.3s;
}
.select-country-area .box .icon li span {
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  height: 35px;
  width: 35px;
  border: 2px solid #fff;
  display: block;
  transition: all 0.3s;
}
.select-country-area .box .icon li a:hover {
  border-radius: 0 10px 0 10px;
  box-shadow: 0 0 5px #fff;
}
.select-country-area .box .icon li a i {
  line-height: inherit;
}
.select-country-area .box .icon li span:hover {
  border-radius: 0 10px 0 10px;
  box-shadow: 0 0 5px #fff;
}
.select-country-area .box .icon li span i {
  line-height: inherit;
}
.select-country-area h2 {
  color: #fff;
  text-align: center;
  width: 100%;
  margin: 0 0 60px 0;
}
.select-country-area .country-title h5 {
  color: #fff;
  margin: 10px 0 10px 0;
  text-align: center;
  font-family: "Raleway", sans-serif !important;
}
.select-country-area .com-country-box {
  margin: 0 0 50px 0;
}
@media (max-width: 991px) {
  .select-country-area .com-country-box {
    margin: 0 0 20px 0;
  }
}
@media (max-width: 639px) {
  .select-country-area .com-country-box {
    margin: 0 0 20px 0;
  }
}
@media only screen and (max-width: 990px) {
  .select-country-area .box {
    margin: 0 0 30px;
  }
}

.com-strip-area {
  background: url(../img-landing/neo-hand.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 470px;
  width: 100%;
  position: relative;
}
@media (max-width: 1199px) {
  .com-strip-area {
    height: 320px;
  }
}
@media (max-width: 991px) {
  .com-strip-area {
    height: 260px;
  }
}
@media (max-width: 639px) {
  .com-strip-area {
    background-position: initial;
    background-size: contain;
    height: 200px;
  }
}
.com-strip-area h2 {
  color: #fff;
  position: absolute;
  bottom: -130px;
  text-align: center;
}
@media (max-width: 1599px) {
  .com-strip-area h2 {
    bottom: -70px;
  }
}
@media (max-width: 1199px) {
  .com-strip-area h2 {
    bottom: -30px;
    font-size: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .com-strip-area h2 {
    bottom: -90px;
    font-size: 2.5rem !important;
    line-height: 55px;
  }
}
@media (max-width: 639px) {
  .com-strip-area h2 {
    bottom: 0px;
    font-size: 1.3rem !important;
    text-align: center;
    line-height: 31px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .com-strip-area h2 {
    font-size: 3rem !important;
  }
}
.about-area-h {
  padding: 230px 0 90px 0;
}
@media (max-width: 1599px) {
  .about-area-h {
    padding: 170px 0 90px 0;
  }
}
@media (max-width: 1199px) {
  .about-area-h {
    padding: 120px 0 30px 0;
  }
}
@media (max-width: 639px) {
  .about-area-h {
    padding: 10px 0 30px 0;
  }
}
.about-area-h .about-img .first {
  display: flex;
  justify-content: end;
  align-items: center;
}
@media (max-width: 639px) {
  .about-area-h .about-img .first {
    justify-content: start;
    padding: 0 20px;
  }
}
.about-area-h .about-img .first img {
  width: 90%;
  border-radius: 10px;
  margin: 0 50px 30px 0;
}
@media (max-width: 1199px) {
  .about-area-h .about-img .first img {
    margin: 0 30px 30px 0;
  }
}
@media (max-width: 991px) {
  .about-area-h .about-img .first img {
    width: 85%;
  }
}
@media (max-width: 639px) {
  .about-area-h .about-img .first img {
    width: 75%;
    display: none;
  }
}
@media (max-width: 639px) {
  .about-area-h .about-img .second {
    justify-content: center;
    padding: 0 20px;
  }
}
.about-area-h .about-img .second .ab-img-1 img {
  width: 100%;
  border-radius: 10px;
  margin: 0 0 30px 0;
}
@media (max-width: 991px) {
  .about-area-h .about-img .second .ab-img-1 img {
    width: 95%;
  }
}
@media (max-width: 639px) {
  .about-area-h .about-img .second .ab-img-1 img {
    width: 100%;
    margin-top: 40px;
  }
}
.about-area-h .about-img .second .ab-img-2 img {
  width: 90%;
  border-radius: 50px 0;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .about-area-h .about-img .second .ab-img-2 img {
    width: 100%;
    display: none;
  }
}
@media (max-width: 639px) {
  .about-area-h .about-img .second .ab-img-2 img {
    width: 100%;
    display: none;
  }
}
.about-area-h .about-img .abt-img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: inherit;
}
@media (max-width: 991px) {
  .about-area-h .about-img .abt-img-box {
    flex-wrap: nowrap;
  }
}
@media (max-width: 639px) {
  .about-area-h .about-img .abt-img-box {
    flex-wrap: wrap;
  }
}
.about-area-h .about-content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding: 0 0 0 50px;
}
@media (max-width: 991px) {
  .about-area-h .about-content {
    margin-top: 30px;
    padding: 0 10px;
  }
}
@media (max-width: 639px) {
  .about-area-h .about-content {
    margin-top: 0px;
    padding: 0 20px;
  }
}
.about-area-h .about-content h4 {
  font-weight: 500;
  margin-bottom: 20px;
  color: #fff;
}
.about-area-h .about-content h2 {
  text-transform: uppercase;
  position: relative;
  font-size: 3rem;
  font-weight: 600;
  line-height: 58px;
  padding: 20px 0 20px 0;
  color: #fff;
}
@media (max-width: 639px) {
  .about-area-h .about-content h2 {
    font-size: 2.2rem;
    line-height: 40px;
  }
}
.about-area-h .about-content p {
  color: #fff;
  font-family: "Raleway", sans-serif !important;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .about-area-h .about-img .first img {
    margin: 0 30px 30px 0;
  }
}
.btn2 {
  border-radius: 0;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.4s ease 0s;
}
.btn2 i {
  font-size: 23px;
  margin-right: 16px;
  position: relative;
  top: 4px;
}
@media (max-width: 991px) {
  .btn2 i {
    font-size: 16px;
    margin-right: 5px;
    top: 0px;
  }
}
@media (max-width: 639px) {
  .btn2 i {
    font-size: 16px;
    margin-right: 5px;
    top: 0px;
  }
}
.btn2 .fa-file-pdf {
  font-size: 23px;
  margin-right: 0;
  position: relative;
  top: 2px;
}

.btn2:before {
  content: "";
  width: 210%;
  height: 210%;
  position: absolute;
  top: -120px;
  left: 30px;
  transform: skew(67deg);
  z-index: -1;
  transition: all 0.4s ease 0s;
}

.btn2:hover:before {
  top: -20px;
  left: -52px;
}

.btn2.red {
  border: 1px solid #9DC33B;
  color: #9DC33B;
  text-decoration: none;
  font-size: 16px;
  padding: 9px 14px;
  border-radius: 30px;
  margin: 10px 0 0 0;
}
@media (max-width: 991px) {
  .btn2.red {
    font-size: 15px;
    padding: 11px 11px;
    border-radius: 30px;
  }
}
@media (max-width: 639px) {
  .btn2.red {
    font-size: 14px;
    padding: 9px 11px;
    border-radius: 30px;
  }
}

.btn2.red:hover {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .btn2 {
    margin-bottom: 15px;
  }
}
.footer-area {
  padding: 30px 0 50px 0;
}
@media (max-width: 991px) {
  .footer-area {
    padding: 30px 0 30px 0;
  }
}
.footer-area .footer-box {
  background: #1E1E1E;
  padding: 60px 40px;
  box-shadow: -2px 1px 5px 0px #232222;
}
@media (max-width: 1199px) {
  .footer-area .footer-box {
    padding: 40px 40px;
  }
}
@media (max-width: 991px) {
  .footer-area .footer-box {
    padding: 40px 0px;
  }
}
.footer-area .footer-box .footer-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 639px) {
  .footer-area .footer-box .footer-logo {
    justify-content: flex-start;
    padding: 0 0 0 55px;
  }
}
.footer-area .footer-box .footer-logo img {
  max-width: 100%;
}
@media (max-width: 1599px) {
  .footer-area .footer-box .footer-logo img {
    width: 240px;
  }
}
@media (max-width: 1199px) {
  .footer-area .footer-box .footer-logo img {
    width: 240px;
  }
}
@media (max-width: 991px) {
  .footer-area .footer-box .footer-logo img {
    width: 240px;
  }
}
@media (max-width: 639px) {
  .footer-area .footer-box .footer-logo img {
    width: 200px;
  }
}
@media (max-width: 639px) {
  .footer-area .footer-box .footer-address {
    padding: 0 0 0 10px;
  }
}
@media (max-width: 639px) {
  .footer-area .footer-box .footer-address ul {
    margin: 30px 0 0 0;
  }
}
.footer-area .footer-box .footer-address ul li {
  list-style-type: none;
  line-height: 30px;
  padding: 0 0 0 25px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 639px) {
  .footer-area .footer-box .footer-address ul li {
    padding: 0 0 0 35px;
  }
}
.footer-area .footer-box .footer-address ul li p {
  color: #fff;
  font-family: "Raleway", sans-serif !important;
}
@media (max-width: 639px) {
  .footer-area .footer-box .footer-address ul li p {
    font-size: 14px;
    line-height: 26px;
  }
}
.footer-area .footer-box .footer-address ul li a {
  color: #fff;
  font-family: "Raleway", sans-serif !important;
}
@media (max-width: 639px) {
  .footer-area .footer-box .footer-address ul li a {
    font-size: 14px;
    line-height: 26px;
  }
}
.footer-area .footer-box .footer-address ul li a:hover {
  text-decoration: none;
  color: #9DC33B;
}
.footer-area .footer-box .footer-address ul li i {
  color: #9DC33B;
  position: absolute;
  left: 0;
  padding: 7px 0 0 0;
}
@media (max-width: 639px) {
  .footer-area .footer-box .footer-address ul li i {
    left: 30px;
    padding: 6px 0 0 0;
  }
}

.privacy-area .privacy-policy-box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  position: relative;
}
@media (max-width: 639px) {
  .privacy-area .privacy-policy-box {
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
  }
}
.privacy-area .privacy-policy-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  background: #1E1E1E;
  width: 60%;
  height: 3px;
}
.privacy-area .privacy-policy-box ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin: 0;
}
.privacy-area .privacy-policy-box ul li a {
  color: #d3d3d3;
  font-size: 15px;
  font-weight: 300;
  font-family: "Raleway", sans-serif !important;
}
.privacy-area .privacy-policy-box ul li a:hover {
  color: #9DC33B;
  text-decoration: none;
}
.privacy-area .copy-right-box {
  text-align: center;
}
.privacy-area .copy-right-box p {
  color: #d3d3d3;
  font-family: "Raleway", sans-serif !important;
  font-size: 14px;
  margin: 0 0 30px 0;
}
.privacy-area .copy-right-box p span a {
  color: #9DC33B;
  font-family: "Raleway", sans-serif !important;
}
.privacy-area .copy-right-box p span a:hover {
  color: #fff;
  text-decoration: none;
}

.sticky-container {
  padding: 0px;
  margin: 0px;
  position: fixed;
  right: -120px;
  top: 40%;
  width: 165px;
  z-index: 1100;
}
@media (max-width: 639px) {
  .sticky-container {
    display: none;
  }
}

.socialleft {
  background: #363636;
  border-radius: 12px 0px 0px 12px;
  margin: 0;
  padding: 10px 0;
}

.socialleft li {
  list-style-type: none;
  background: #363636;
  height: 38px;
  padding: 0px;
  margin: 5px 0px 1px 0px;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  display: flex;
  justify-content: start;
  align-items: baseline;
  border-radius: 12px 0px 0px 12px;
}
.socialleft li p a {
  margin-left: 10px;
  color: #fff;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-top: 0px;
}

.socialleft li:hover {
  margin-left: -80px;
}

.socialleft li:hover a {
  margin-right: 0;
  text-decoration: none;
}

.socialleft li i {
  float: left;
  margin: 0px 4px;
  color: #9DC33B;
  padding: 10px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 20px;
  transform: rotate(0deg);
}/*# sourceMappingURL=main.css.map */
