* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --primary-color: #009f4d;
  --bg-color: #fff;
  --font-color: #666;
  --border-radius: 8px;
}

body,
html {
  font-family: "Jost", sans-serif;
}

.radius-image {
  border-radius: 8px;
}

.generic-paragraph {
  font-size: 17px;
  line-height: 27px;
  color: #666;
  opacity: 0.8;
}

.title > h3 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 30px;
  letter-spacing: 1px;
  color: #7e7d7d;
}
.title > h2 {
  font-size: 35px;
  line-height: 45px;
  font-weight: 700;
  color: #3f3a64;
}

.title > p {
  font-size: 17px;
  line-height: 27px;
  color: #666;

}

.title-bold-small a {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #3f3a64;
  position: relative;
  text-decoration: none;
}

a.zoom img {
  transition: 0.3s ease-in-out;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.header__wrap {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.267);
}

.navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu a {
  text-align: center;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  transform: translateX(0px);
}

[data-theme="dark"] {
  --primary-color: #009f4d;
  --secondary-color: #213364;
  --font-color: #c2c2c2;
  --bg-color: #151421;
  --heading-color: #eee;
  --border-color: rgba(255, 255, 255, 0.2);
  --border-color-light: rgba(255, 255, 255, 0.1);
  --nav-color: #fff;
  --dropdown-color: #121725;
  --iframe-filter: grayscale(100%);
  --bg-grey: #100f19;
  --bg-lightgrey: #100f19;
  --layer: rgba(29, 42, 55, 0.8); }

/* HEADER SEARCH */

/* LIGHT THEME */

.dark {

  --font-color: white;
  background-color: #151421;
}

/* HEADER DARK */
.dark header.nav-fixed {
  background-color: #151421;
  color: white;
}

.dark .nav-fixed .navbar .navbar-collapse .navbar-nav .nav-item a{
  color: white;
}

.dark .nav-fixed .navbar .navbar-brand .logo, 
.dark .nav-fixed .navbar .navbar-brand span:first-child, 
.dark .nav-fixed .navbar .darkLight i
 {
  color: #fff;
 }

 .dark .navbar-expand-lg .navbar-nav .dropdown-menu,
 .dark .navbar-expand-lg .navbar-nav .dropdown-menu:before {
   background: #151421;
 } 
 
 .dark .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu a {
  color: #fff; 
 }

/* .dark .navbar-expand-lg .navbar-nav .dropdown-menu,
.dark .navbar-expand-lg .navbar-nav .dropdown-menu:before {
  background: #fff;
} 

.dark .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu a {
  color: #3f3a64;
} */


/* Light theme */

#switchButton {
  background: none;
  outline: none;
  border: none
}
#switchButton .fa-sun {
  font-size: 25px;
  display: none;
  color: white;
}
#switchButton .fa-moon {
  display: block;
  font-size: 25px;
  color: white;
}

/* Dark Theme*/
.dark #switchButton {
  background-color: none;
  outline: none;
  border: none;
}
.dark #switchButton .fa-sun {
  display: block;
  color: white;
}

.dark #switchButton .fa-moon {
  display: none;
}

.dark .missing__right h5 {
  color: #fff;
}

.dark a.back__button {
  color: white;
}

.dark h2,
.dark .infor__item h3,
.dark .infor__item .icon-box span{
  color: white;
}

.dark p {
  color: #c2c2c2;
}

.dark .infor__item {
  background-color: #151421;
}

.dark .form__details .form__left input,
.dark .form__details .form__right textarea {
  background: #151421;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}

.dark .contact__wrapper iframe {
  filter: grayscale(1);
}



/* Dark theme end */


body.search-active {
  overflow: hidden;
}

body.search-active .search-input {
  opacity: 1;
  transform: none;
  pointer-events: all;
}

body.search-active .icon-close {
  opacity: 1;
  transform: rotate(-90deg);
}

body.search-active .control {
  cursor: default;
}

body.search-active .control .btn-material {
  transform: scale(70);
}

body.search-active .control .icon-material-search {
  opacity: 0;
}

/* Close Icon */
.header-search .icon-close {
  position: absolute;
  color: #fff;
  cursor: pointer;
  font-size: 70px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

/* Search Input */
.search-input {
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50px;
  margin-top: -40px;
  pointer-events: none;
  opacity: 0;
  transform: translate(40px, 0);
  transition: all 0.3s ease-in-out;
  width: 88%;
}
.search-input input {
  color: #fff;
  font-size: 54px;
  border: 0;
  background: transparent;
  box-sizing: border-box;
  outline: 0;
  font-weight: 200;
  height: 100vh;
  width: 100%;
}
.search-input ::-webkit-input-placeholder {
  color: #eee;
}
.search-input :-moz-placeholder {
  color: #eee;
  opacity: 1;
}
.search-input ::-moz-placeholder {
  color: #eee;
  opacity: 1;
}
.search-input :-ms-input-placeholder {
  color: #eee;
}

/* control button */

.control {
  cursor: pointer;
}

.control .btn-material {
  line-height: 45px;
  text-align: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  box-sizing: border-box;
  background: var(--primary-color);
  outline: 0;
  transform-origin: 50%;
  transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.control .icon-material-search {
  color: #fff;
  transition: opacity 0.3s ease-in-out;
}

@media screen and (max-width: 1280px) {
  #switchButton {
      position: absolute;
      right:20px;
      top:45px;
      visibility: none;
  }
  .header-search {
    position: absolute;
    right: 50px;
    top: 38px;
}
  .navbar-expand-lg .navbar-nav .dropdown .dropdown-menu {
    transform: translateX(-40px);
  }

  .myCarousel .carousel__slide_contact .container {
    margin-top: 110px;
  }

  .search-input input {
    position: absolute;
    right: 400%;
    width: initial;
}
.navbar .navbar-collapse .navbar-nav .nav-item a {
  font-weight: 600;
  padding: 10px;
}

.navbar-expand-lg .navbar-nav .dropdown .dropdown-menu {
  transform: translateX(0)
}

}

@media only screen and (max-width: 991px) {
  .header-search {
    position: absolute;
    right: 110px;
    top: 39px;
}
  .control .btn-material {
      line-height: 40px;
      text-align: center;
      width: 40px;
      height: 40px;
      font-size: 14px;
  }
  .search-input input {
      position: absolute;
      right: 100%;
      width: initial;
  }
  .header-search .icon-close {
      right: -50px;
  }

  #switchButton {
    right: 80px;
    top: 45px;
  }

  .navbar .navbar-collapse .navbar-nav .nav-item a {
    font-weight: 600;
    padding: 10px;
}
.dropdown-toggle::after {
  right:0px;
}
}

@media only screen and (max-width: 736px) {
  .header-search .icon-close {
      right: -110px;
      z-index: 9;
  }
  .search-input input {
      position: absolute;
      right: -80px;
  }
}

@media only screen and (max-width: 568px) {
  .search-input input {
      font-size: 46px;
  }
  .header-search .icon-close {
      right: -60px;
      z-index: 9;
      font-size: 45px;
  }
}

@media only screen and (max-width: 480px) {
  .header-search {
      top: 30px;
      right: 80px;
  }
  .search-input input {
      font-size: 40px;
  }

  #switchButton {
    right: 60px;
    top: 38px;
  }
}

@media only screen and (max-width: 415px) {
  .search-input input {
      right: -125px;
  }
}

@media only screen and (max-width: 375px) {
  .search-input input {
      font-size: 35px;
  }
  .header-search .icon-close {
      font-size: 35px;
  }
}



/* toggle switch */
/*-- toggle switch --*/
/* fixed menu bar */


header.nav-fixed {
  padding: 0px;
  background-color: var(--bg-color);

  border-bottom: none;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05); }

.nav-fixed .navbar .navbar-brand .logo,
.nav-fixed .navbar .navbar-brand span:first-child,
.nav-fixed .navbar .darkLight i {
  color: #3f3a64;
}

.navbar-collapse {
  text-align: center;
}

.nav-fixed .navbar .navbar-collapse .navbar-nav .nav-item a {
  color: #3f3a64;
  opacity: 0.7;
}

.nav-fixed .navbar .navbar-collapse .navbar-nav .active a {
  color:#00a63f;
}

#site-header .navbar-expand-lg .navbar-nav .dropdown-menu a.dropdown-item.active {
  color:#00a63f;
}


.nav-fixed #switchButton .fa-moon {
  color: black;
}


.fixed__top{
  position: fixed;
  top: 0;
  z-index: 1999;
}

/* END fixed header */


header {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}

.navbar .navbar-brand .fa-solid {
  color: var(--primary-color);
  font-size: 30px;
  margin-right: 10px;
}

.navbar .navbar-brand span:first-child {
  font-weight: 800;
  font-size: 35px;
  vertical-align: center;
  color: white;
}

.navbar .navbar-brand .logo {
  font-size: 14px;
  padding-left: 65px;
  opacity: 0.9;
  text-transform: none;
  font-weight: 600;
  color: white;
}

/* dropdown menu */
.navbar-expand-lg .navbar-nav .dropdown-menu {
  transform: translateX(-50px);
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px }

.navbar-expand-lg .navbar-nav .dropdown-menu:before {
  content: '';
  width: 14px;
  height: 14px;
  background: var(--bg-color);
  border: 1px solid #eee;
  display: block;
  border-right: none;
  border-bottom: none;
  transform: translateX(-50%) rotateZ(45deg);
  position: absolute;
  top: -7px;
  left: 49%;
  z-index: 1001; 
  }

  .navbar.dropdown .nav-item a.dropdown-item {
    color: black;
  }

.navbar .navbar-collapse .navbar-nav .nav-item {
  text-transform: uppercase;
  font-weight: 800;
}
.navbar .navbar-collapse .navbar-nav .nav-item a { 
  color: #fff;
  font-weight: 600;

}

.navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu a {
  color: #3f3a64;
  font-size: 15px;
  background: none;
  opacity: .8;
  font-weight: 600;
  padding: 6px 20px;
  text-transform: uppercase;
}

/* dropdown menu */

.header__icon {
  display: flex;
}

.navbar .header__search i {
  font-size: 20px;
  background-color: var(--primary-color);
  padding: 15px;
  border-radius: 50%;
  color: white;
}

.navbar .darkLight i {
  font-size: 25px;
  padding: 15px;
  color: white;
}

.fa-bars, .fa-times {
  color: white;
  background-color: var(--primary-color);
  padding: 5px;
  vertical-align: center;
  border-radius: 5px;
}

button.navbar-toggler .icon-close {
  display: block; }

button.navbar-toggler .icon-expand {
  display: none; }

button.navbar-toggler.collapsed .icon-close {
  display: none; }

button.navbar-toggler.collapsed .icon-expand {
  display: block; }


  

@media (max-width: 1280px) {
  .myCarousel .carousel__content h2 {
    font-size: 40px;
    font-weight: 600;
  }
}

@media (max-width:480px) {
  .navbar .navbar-brand .fa-solid {
    font-size: 25px;
}

.navbar {
    padding-left: 0;
}

.navbar  .navbar-brand span:first-child {
  font-size: 25px;
}

.navbar .navbar-brand .logo {
  transform: translateX(-15%);
}

.navbar-toggler {
  padding: 0;
}

.navbar-brand {
  margin-right: 0;
}

.myCarousel .carousel__content h2 {
  font-size: 30px;
}
.myCarousel .carousel__content p {
  font-size: 18px;
}
}

/* ERROR */

.dropdown-active {
  background: rgba(0, 0, 0, 0.7);
}

.error__main {
  max-width: 850px;
  margin: auto;
}
.alien__img img {
  max-width: 80%;
  text-align: right;
}

.missing__right h3 {
  font-size: 120px;
  line-height: 1;
  text-align: center;
  color: var(--primary-color);
  display: inline-block;
  font-weight: 700;
}

.missing__right h5 {
  font-size: 26px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 46px;
  margin: 16px 0px 18px 0px;
  color: #3f3a64;
}

.missing__right p {
  font-size: 17px;
  line-height: 27px;
  color: var(--font-color);
  opacity: .8;
}

.missing__right form.form__inline {
  display: flex;
}

.missing__right .search__form {
  position: relative;
  margin-top: 30px;
}

.missing__right .form__control {
  width: 100%;
  color: var(--font-color);
  background: var(--bg-color);
  padding: 12px 70px 12px 17px;
  height: 55px;
  border: 1px solid #eee;
  font-style: italic;
  display: block;
  font-size: 18px;
}

.missing__right .search__form  .btn.search {
  color: #fff;
  font-size: 16px;
  width: 60px;
  letter-spacing: 0px;
  background-color: var(--primary-color);
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  display: inline-block;
}

a.back__button {
  color: #3f3a64;
  font-size: 18px;
  font-weight: 800;
  transition: all .5s;
}

a.back__button:hover {
  color: var(--primary-color)
}

@media (max-width: 1280px) {

}

@media (max-width: 480px) {
  .alien__img img {
    max-width: 60%;
  }

  .missing__right h3 {
    font-size: 70px;
  }

  .missing__right h5 {
    font-size: 20px;
    line-height: 32px;
  }

  .dropdown-toggle::after {
    position: absolute;
    top: 20px;
    right: 20px;
  }

}
/* CAROUSEL  */
.myCarousel {
  height: auto;
  position: relative;
  overflow: hidden;
}

.carousel__slide_contact {
  height: 100%;
}

.bg1 {
  background: url(../img/b1.jpg) no-repeat top;
  background-size: cover;

}

.myCarousel .container {
  position: relative;
  z-index: 10;
  margin-top: 100px;
}

.carousel__slide_contact .carousel__content {
  color: #fff;
}

.carousel__content p {
  font-size: 20px;
  color: white;
  opacity: 0.9;
}

.carousel__content h2 {
  font-size: 55px;
  font-weight: 800;
  margin-bottom: 18px;
  line-height: 1.1;
}


.carousel__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(29, 42, 55, 0.7);
  z-index: 1;
}

/* contact details */

.infor__item {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 20px;
  background: var(--bg-color);
  padding: 30px;
  box-shadow: rgb(1,1,1, 0.1) 1px 1px 5px 0px;
  border-radius: var(--border-radius);
}

.infor__item .icon-box span {
  font-size: 40px;
  color:#3f3a64;
}

.infor__item h3 {
  font-size: 22px;
  font-weight: 600;
  color:#3f3a64;
}

.infor__item .text-box p {
  font-size: 17px;
  line-height: 27px;
  color: var(--font-color);
  opacity: .8;
}

.infor__item p a {
  text-decoration: none;
  color: var(--font-color);
  font-size: 17px;
}

.infor__item .text-box p {
  margin: 0;
}

@media (max-width: 1280px) {
  .contact__wrapper .title h2 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 500;
  }

  .submit__form .title > h2 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 500;
  }

  .infor__item h3 {
    font-weight: 500;
  }

  .infor__item .icon-box span {
    font-size: 30px;
  } 
}

@media (max-width: 480px) {
  .contact__wrapper .title h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
  }
  
  .infor__item h3 {
    font-size: 20px;
  }
  
  .submit__form .title > h2 {
    font-size: 24px;
    line-height: 30px;
  }
  
}

/* map */
.contact__wrapper iframe {
  width: 100%;
  border:none;
  min-height: 400px;
}

/* form */
.form__details .form__left {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

.form__details .form__left input {
  width: 100% ;
  color: var(--font-color);
  background: var(--bg-color);
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  padding: 0 25px;
  border: 1px solid #eee;
  outline: none;
  height: 60px;
  display: inline-block;
  line-height: 50px;
  box-shadow: none;
}

.form__details .form__right textarea {
  height: 130px;
  margin: 30px 0;
  width: 100%;
  color: var(--font-color);
  background: var(--bg-color);
  font-size: 18px;
  padding: 0 25px;
  border: 1px solid #eee;
  outline: none;
  display: inline-block;
  line-height: 50px;
  box-shadow: none;

}

.cta-btn {
  padding-top: 30px;
}

.cta-btn button {
  padding: 15px 50px;
  font-size: 16px;
  line-height: 18px;
  border-radius: 8px;
  font-weight: 800;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  cursor: pointer;
  color: #fff;
  transition: all .5s;
}

.cta-btn button:hover {
  background-color: #008030;
  border-color: #00732c;
  color: #fff;
}

@media (max-width: 480px) {
  .form__details .form__left {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }

  .form__details .form__right textarea {
    margin-top: 15px;
  }
  
  .submit__form .cta-btn.text-lg-right {
    padding-top: 0;
  }

  .submit__form .cta-btn button {
    width: 100%;
  }
}

/* footer */
.footer__main {
  background: #151421;
  border-top: 1px solid rgba(249, 249, 249, 0.1); }

.footer__main h6.footer__title {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 25px;
  font-weight: 400;
  position: relative;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .5px; }

.footer__main .navbar-brand {
  margin: 0;
  padding: 0;
  font-size: 30px;
  font-weight: 600;
  text-transform: capitalize;
  color: #fff;
  opacity: 1; }

.footer__main .navbar-brand span.fa {
  color: var(--primary-color);
  margin-right: 5px;
  vertical-align: bottom; }

.footer__main .navbar-brand span.logo {
  text-transform: none;
  display: block;
  font-size: 14px;
  padding-left: 46px;
  font-weight: 600;
  opacity: .9; }

.footer__main .footer__item ul li,
.footer__main .midd-footer-29:nth-child(1) .footer__item ul li:last-child {
  list-style: none;
  margin-bottom: 10px; }

.footer__main .footer__item ul li:last-child {
  margin-bottom: 0px; }

.footer__main p {
  font-size: 18px;
  line-height: 28px;
  color: #97a1a9; }

.footer__main .footer__item ul li a,
.footer__main .footer__item ul li p,
.copy-right .footer__item ul li a,
.footer__main a {
  font-size: 18px;
  line-height: 28px;
  color: #97a1a9;
  opacity: .8; 
text-decoration: none;}

.footer__main .footer__item ul li a:hover,
.copy-right .footer__item ul li a:hover,
.footer__main a:hover {
  color: #fff;
  opacity: 1; }

.social__icon a {
  margin-right: 15px;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  background: none;
  border-radius: 50%;
  transition: 0.3s;
  color: #97a1a9;
  opacity: .6; }

.social__icon a:hover {
  transition: 0.3s;
  color: #fff;
  opacity: 1; }

.footer__item ul li span.fa {
  width: 25px; }

.copy-right .copy__footer a {
  color: var(--primary-color); }

.copy-right .copy__footer a:hover {
  color: #fff; }

.copy-right {
  padding: 1.5em 0;
  border-top: 1px solid rgba(249, 249, 249, 0.1); }

.footer__main .footer-29 form {
  margin-top: 25px;
  position: relative; }

.footer__main .footer-post a {
  font-weight: 500;
  color: #ccc;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 4px;
  display: inline-block; }

.copy-right #movetop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: var(--primary-color);
  padding: 0;
  line-height: 36px;
  border-radius: 35px;
  transition: 0.3s ease-out; }

.footer__main .footer-post a:hover {
  color: #eee; }

.footer__main .map-iframe-ft iframe {
  -webkit-filter: var(--iframe-filter);
  -moz-filter: var(--iframe-filter);
  -ms-filter: var(--iframe-filter);
  -o-filter: var(--iframe-filter);
  filter: var(--iframe-filter);
  height: 200px;
  border-radius: var(--border-radius); }

.copy-right p.copy__footer {
  align-self: center;
  color: #7f8a94;
  font-size: 17px;
  letter-spacing: .5px;
  opacity: 1; }


/* BACK TO TOP  */
.backToTop {
  width: 50px;
  height: 50px;
  background: #00a63f;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  display: block;
  position: fixed;
  right: 25px;
  bottom: 25px;
  color: #fff;
  transition: all .2s;
  visibility: hidden;
  opacity: 0;
}

a.backToTop:hover{
  color: white;
}

.cd-top--is-visible {
  visibility: visible;
  opacity: 1;
}

.cd-top--fade-out {
  opacity: .9;
}

