body,
html {
  height: 100%;
  margin: 0;
  font-size: 18px;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.golden {
  color: #755900;
}

.blue {
  color: #000;
}

.white {
  color: #fff;
}

.bg_golden {
  background-color: #755900;
}

.bg_black {
  background-color: #000;
}

.bg_blue {
  background-color: #000;
}

p {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
}

img {
  max-width: 100%;
}

nav {
  text-align: center;
}

.block_2 {
  text-align: center;
}

.block_2 .align-self-stretch {
  border-radius: 20px;
}

.navbar-dark .navbar-nav .nav-link {
  font-family: 'Lato', sans-serif;
  color: #000;
  font-size: 26px;
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #000;
  text-decoration: underline;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #000;
}

.bg-light {
  background-color: #fff !important;
}

.parallax {
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.video-wrapper {
  text-align: center;
}

.video-wrapper iframe {
  max-width: 100%;
}

.logo {
  display: flex;
  align-content: center;
  padding-bottom: 100px;
  padding-top: 100px;
}

.logo img {
  width: 650px;
  max-width: 100%;
  height: auto;
  margin: 0 auto 0 auto;
}

.logo-internal {
  display: flex;
  align-content: center;
  margin-bottom: 100px;
  padding: 10px 0;
}

.logo-internal {
  width: 120px;
  max-width: 100%;
  height: auto;
  margin: 0 auto 0 auto;
}

.main-menu-content {
  width: 100%;
  border: 1px solid black;
  padding: 40px;
  border-radius: 20px;
  margin-bottom: 30px;
  text-align: center;
  background-color: #fff;
  display: block;
  text-decoration: none;
}

.main-menu-content-img,
.process_item-content-img,
.block_2_item-content-img {
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin: 0 auto;
}

.process_item-content-img,
.block_2_item-content-img {
  width: 120px;
  height: 120px;
}

.main-menu-content-img-health {
  background-image: url(../img/icons/icon-health.png);
}

.main-menu-content-img-business {
  background-image: url(../img/icons/icon-business.png);
}

.main-menu-content-img-investment {
  background-image: url(../img/icons/icon-investment.png);
}

.main-menu-content-img-education {
  background-image: url(../img/icons/icon-education.png);
}

.main-menu-content-img-tourism {
  background-image: url(../img/icons/icon-turizm.png);
}

.main-menu-content-img-banks {
  background-image: url(../img/icons/icon-banks.png);
}

.main-menu-content-img-technologies {
  background-image: url(../img/icons/icon-future-technologies.png);
}

.main-menu-content-img-metafarmnon {
  background-image: url(../img/icons/icon-metafarmnon.png);
}

.process_item-content-img-perspectives {
  background-image: url(../img/icons/icon-perspectives.png);
}

.process_item-content-img-metafarmnon {
  background-image: url(../img/icons/icon-metafarmnon.png);
}

.process_item-content-img-globalnon {
  background-image: url(../img/icons/icon-global.png);
}

.block_2_item-content-img-perspectives {
  background-image: url(../img/icons/icon-perspectives-white.png);
}

.block_2_item-content-img-metafarmnon {
  background-image: url(../img/icons/icon-metafarmnon-white.png);
}

.main-menu-content:hover .main-menu-content-img-health {
  background-image: url(../img/icons/icon-health-hover.png);
}

.main-menu-content:hover .main-menu-content-img-business {
  background-image: url(../img/icons/icon-business-hover.png);
}

.main-menu-content:hover .main-menu-content-img-investment {
  background-image: url(../img/icons/icon-investment-hover.png);
}

.main-menu-content:hover .main-menu-content-img-education {
  background-image: url(../img/icons/icon-education-hover.png);
}

.main-menu-content:hover .main-menu-content-img-tourism {
  background-image: url(../img/icons/icon-turizm-hover.png);
}

.main-menu-content:hover .main-menu-content-img-banks {
  background-image: url(../img/icons/icon-banks-hover.png);
}

.main-menu-content:hover .main-menu-content-img-technologies {
  background-image: url(../img/icons/icon-future-technologies-hover.png);
}

.main-menu-content:hover .main-menu-content-img-metafarmnon {
  background-image: url(../img/icons/icon-metafarmnon-hover.png);
}

.process_item:hover .process_item-content-img-perspectives {
  background-image: url(../img/icons/icon-perspectives-hover.png);
}

.process_item:hover .process_item-content-img-metafarmnon {
  background-image: url(../img/icons/icon-metafarmnon-hover.png);
}

.process_item:hover .process_item-content-img-globalnon {
  background-image: url(../img/icons/icon-global-hover.png);
}

.block_2_item:hover .block_2_item-content-img-perspectives {
  background-image: url(../img/icons/icon-perspectives-hover.png);
}

.block_2_item:hover .block_2_item-content-img-metafarmnon {
  background-image: url(../img/icons/icon-metafarmnon-hover.png);
}

.main-menu-content h3 {
  margin: 0;
  margin-top: 20px;
  color: #000;
  text-align: center;
}


.color_white {
  color: #fff;
}

.color_black {
  color: #000;
}

.btn_full_width {
  font-size: 32px;
  width: 100%;
  display: inline-block;
}

.table-man {
  width: 100%;
}

.table-man td {
  border: 1px solid black;
  padding: 5px 10px;
}

.table-man td:first-child {
  width: 70%;
}

h1,
h2 {
  font-family: 'Lato', sans-serif;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  font-size: 36px;
  margin-bottom: 40px;
}

h3 {
  font-family: 'Lato', sans-serif;
  text-align: center;
  color: #000;
  text-transform: capitalize;
  font-size: 28px;
  margin-bottom: 40px;
  margin-top: 40px;
}

h3 a {
  color: #000;
  text-decoration: none;
}

h3 a:hover {
  color: #755900;
}

h4 {
  font-family: 'Roboto', sans-serif;
  text-align: center;
  color: #000;
  font-size: 26px;
  margin-top: 20px;
}

h5 {
  font-family: 'Lato', sans-serif;
  text-align: center;
  color: #fff;
  text-transform: capitalize;
  font-size: 50px;
  text-transform: uppercase;
}

.fixed-top {
  background-color: #fff;
}

main {
  /*  padding-top: 160px;*/
}

.thumb-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.thumb-wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}



#carousel-tulum.owl-carousel .item,
#carousel-miami.owl-carousel .item,
#carousel-newyorkcity.owl-carousel .item {
  position: relative;
}

#carousel-tulum.owl-carousel .item,
#carousel-miami.owl-carousel .item,
#carousel-newyorkcity.owl-carousel .item {
  /* height: 600px;*/
}



#carousel-tulum.owl-theme .owl-dots,
#carousel-miami.owl-theme .owl-dots,
#carousel-newyorkcity.owl-theme .owl-dots {
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -36px;
}


#carousel-tulum.owl-theme .owl-dots .owl-dot span,
#carousel-tulum.owl-theme .owl-dots .owl-dot span,
#carousel-miami.owl-theme .owl-dots .owl-dot span,
#carousel-miami.owl-theme .owl-dots .owl-dot span,
#carousel-newyorkcity.owl-theme .owl-dots .owl-dot span,
#carousel-newyorkcity.owl-theme .owl-dots .owl-dot span {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border: 1px solid #755900;
}


#carousel-tulum.owl-theme .owl-dots .owl-dot.active span,
#carousel-tulum.owl-theme .owl-dots .owl-dot:hover span,
#carousel-miami.owl-theme .owl-dots .owl-dot.active span,
#carousel-miami.owl-theme .owl-dots .owl-dot:hover span,
#carousel-newyorkcity.owl-theme .owl-dots .owl-dot.active span,
#carousel-newyorkcity.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #755900;
  border: 1px solid #fff;
}


#carousel-tulum.owl-carousel .carousel_info,
#carousel-miami.owl-carousel .carousel_info,
#carousel-newyorkcity.owl-carousel .carousel_info {
  position: absolute;
  z-index: 10;
  margin-top: -200px;
  top: 50%;
  margin-left: -25%;
  left: 50%;
  width: 50%;
  padding: 40px;
  text-align: center;
  border: 1px solid white;
  height: 400px;
  background-color: rgba(0, 0, 0, 0.2);
}


#carousel-services .owl-item img,
#carousel-tulum .owl-item img,
#carousel-miami .owl-item img,
#carousel-newyorkcity .owl-item img {
  width: auto !important;
}




.video-logo img {
  width: 300px;
  height: 300px;
  position: absolute;
  display: block;
  margin-top: -150px;
  margin-left: -150px;
  top: 50%;
  left: 50%;
}


.button_white {
  color: #fff;
  border: 2px solid #fff;
  padding: 10px 40px;
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: 300;
  text-decoration: none;
  font-size: 42px;
  cursor: pointer;
}

.button_big {
  color: #fff;
  background-color: #000;
  padding: 10px 40px;
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: 300;
  text-decoration: none;
  font-size: 42px;
  cursor: pointer;
  width: 840px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.button_big:hover {
  color: #fff;
  opacity: 0.7;
}

.button_white:hover {
  color: #fff;
  opacity: 0.7;
}

.button_black {
  color: #000;
  border: 2px solid #000;
  padding: 10px 40px;
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: 300;
  text-decoration: none;
  font-size: 42px;
  cursor: pointer;
}

.button_black:hover {
  color: #000;
  opacity: 0.7;
}

.cities_item {
  position: relative;
  display: block;
}

.cities_item h2 {
  position: absolute;
  width: 80%;
  left: 10%;
  height: 70px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: -35px;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  line-height: 50px;
}

.customer_input_block {
  background-image: url(../img/backgrounds/bg_customer_input.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

blockquote {
  font-family: 'Lato', sans-serif;
  font-size: 34px;
}

cite {
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  text-align: right;
  display: block;
}

.experiences_block img {
  border: 2px solid #000;
}

.process_block {
  background-image: url(../img/backgrounds/bg_process.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.process_block .process_item {
  display: block;
  text-decoration: none;
  background-color: #fff;
  padding: 40px;
  margin: 0;
  text-align: center;
  border-radius: 20px;
}

.btn-secondary {
  width: 100%;
  background-color: #000;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  padding: 10px;
}

.btn-secondary:hover {
  background-color: #755900;
}

.gallery {
  background-color: #f1f1ef;
}

.gallery img {
  max-width: 100%;
  border: 2px solid #000;
  margin-bottom: 30px;
}



footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer ul li {
  margin: 0;
  padding: 0;
}

footer p {
  font-family: 'Lato', sans-serif;
  font-size: 22px;
  color: #fff;
}

.socials,
footer .socials {
  list-style: none;
  margin: 0;
  padding: 0;
}

.socials li,
footer .socials li {
  display: inline-block;
  margin-right: 15px;
}

.socials li a {
  display: block;
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.socials li.insta a {
  background-image: url(../img/icons/insta-blue.png);
}

.socials li.insta a:hover {
  background-image: url(../img/icons/insta-golden.png);
}

.socials li.fb a {
  background-image: url(../img/icons/fb-blue.png);
}

.socials li.fb a:hover {
  background-image: url(../img/icons/fb-golden.png);
}

.socials li.tiktok a {
  background-image: url(../img/icons/tiktok-blue.png);
}

.socials li.tiktok a:hover {
  background-image: url(../img/icons/tiktok-golden.png);
}

.socials li.in a {
  background-image: url(../img/icons/in-blue.png);
}

.socials li.in a:hover {
  background-image: url(../img/icons/in-golden.png);
}

.bg_inquire {}

footer a {
  font-family: 'Lato', sans-serif;
  color: #000;
  font-size: 28px;
}

footer a:hover {
  color: #755900;
  text-decoration: none;
}

.form_container {
  max-width: 50%;
}

.contact_form input:focus + .form_hint {
  display: inline;
}

.contact_form input:required:valid + .form_hint {
  background: #28921f;
}

.contact_form input:required:valid + .form_hint::before {
  color: #28921f;
}

input.form-control,
button,
select.form-select {
  height: 60px;
  padding: 10px 20px;
  border-radius: 0;
  margin-bottom: 10px;
  border: 1px solid #000;
}

button.btn {
  width: 100%;
  border-radius: 0;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  font-family: 'Cochin';
  text-transform: uppercase;
  line-height: 1.2;
}

button.btn:hover {
  background-color: #755900;
  color: #fff;
}

textarea.form-control {
  margin-bottom: 10px;
  padding: 20px 20px;
  border-radius: 0;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  color: rgb(162, 162, 162);
  font-style: italic;
  line-height: 1.2;
  border: 1px solid #000;
}

input.form-control,
select.form-select {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  color: rgb(162, 162, 162);
  font-style: italic;
  line-height: 1.2;
}

.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #000;
  background-image: none;
}

.navbar-dark .navbar-toggler {
  color: #fff;
  /* border-color: rgba(0,0,0,.1); */
}

.header-img {
  width: 100%;
  height: auto;
}

.cities_block {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}


.cities_block h2 {
  font-size: 80px;
}

.cities_block_item {
  text-decoration: none;
}

.cities_block_item img {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  z-index: -1;
}

.cities_block_item img.image_left {
  left: 0;
}

.cities_block_item:hover img {
  display: block;
}

.cities_block_item:hover h2 {
  display: block;

}

.cities_block_item h2 span {
  padding-left: 20px;
  padding-right: 20px;
}

.cities_block_item:hover h2 span {
  background-color: rgba(255, 255, 255, 0.7);
}

/*.cities_block img{
  position: absolute;
  top: 0;
  right: 0;
}*/


.gallery img:hover,
.socials a:hover {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

.block_2_item {
  text-decoration: none;
}

.process_item:hover .process_item-content-img,
.process_item:hover h3,
.main-menu-content:hover .main-menu-content-img,
.main-menu-content:hover h3,
.block_2_item:hover .block_2_item-content-img,
.block_2_item:hover h3 {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

.internal-image {
  position: relative;
}

.internal-image h2 {
  position: absolute;
  display: block;
  bottom: 100px;
  left: 0;
  width: 100%;
  font-size: 48px;
}

.internal-image h2 span {
  background-color: rgba(254, 254, 254, 0.8);
  padding: 30px;
  display: inline-block;
}

@media (max-width: 1400px) {

  h5 {
    font-size: 40px;
  }

  .cities_item h2 {
    font-size: 32px;
    line-height: 50px;
  }

  .cities_block h2 {
    font-size: 100px;
  }

  #carousel-tulum.owl-carousel .carousel_info,
  #carousel-miami.owl-carousel .carousel_info,
  #carousel-newyorkcity.owl-carousel .carousel_info {
    margin-top: -150px;
    height: 300px;
    margin-left: -35%;
    width: 70%;
  }
}

@media (max-width: 1190px) {

  .cities_item h2 {
    font-size: 24px;
    line-height: 50px;
  }
}


@media (max-width: 1024px) {
  h5 {
    font-size: 32px;
  }

  .d-flex.inquire_footer {
    display: block !important;
    text-align: center;
  }

  .inquire_link {
    display: block;
    margin-bottom: 10px;
  }

  .cities_block h2 {
    font-size: 80px;
  }


  #carousel-tulum.owl-carousel .carousel_info,
  #carousel-miami.owl-carousel .carousel_info,
  #carousel-newyorkcity.owl-carousel .carousel_info {
    margin-top: -120px;
    height: 240px;
  }


  #carousel-tulum.owl-theme .owl-dots,
  #carousel-miami.owl-theme .owl-dots,
  #carousel-newyorkcity.owl-theme .owl-dots {
    bottom: 10px;
  }
}

@media (max-width: 992px) {

  .navbar-collapse {
    background-color: rgba(255, 255, 255, 0.7);
  }

  .internal-image h2 {
    font-size: 32px;
    bottom: 10px;
  }

  h2 {
    font-size: 32px;
  }

}

@media (max-width: 978px) {

  .cities_item h2 {
    font-size: 36px;
  }

  main {
    /* padding-top: 60px;*/
  }

  .logo_additional img {
    width: 60px;
  }

  .form_container {
    max-width: 70%;
  }

  .cities_block h2 {
    font-size: 60px;
  }

}




@media (max-width: 960px) {



  .d-flex.menu_additional {
    display: block !important;
  }

  .video-logo img {
    width: 150px;
    height: 150px;
    margin-top: -75px;
    margin-left: -75px;
  }



  input.form-control,
  button {
    height: 40px;
    padding: 7px 10px;
    margin-bottom: 5px;
  }

  textarea.form-control {
    margin-bottom: 5px;
    padding: 7px 10px;
  }

  .form_container {
    padding-bottom: 40px;
    padding-top: 60px;
  }

  .socials li a {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 820px) {
  h5 {
    font-size: 24px;
  }


  #carousel-tulum.owl-carousel .carousel_info,
  #carousel-miami.owl-carousel .carousel_info,
  #carousel-newyorkcity.owl-carousel .carousel_info {
    margin-top: -110px;
    height: 220px;
    margin-left: -45%;
    width: 90%;
  }


  #carousel-tulum.owl-theme .owl-dots,
  #carousel-miami.owl-theme .owl-dots,
  #carousel-newyorkcity.owl-theme .owl-dots {
    bottom: 0px;
  }
}

@media (max-width: 762px) {
  h5 {
    font-size: 24px;
  }

  blockquote {
    font-size: 28px;
  }


  #carousel-tulum.owl-carousel .carousel_info,
  #carousel-miami.owl-carousel .carousel_info,
  #carousel-newyorkcity.owl-carousel .carousel_info {
    margin-top: -100px;
    height: 200px;
  }

  .form_container {
    max-width: 100%;
  }
}

@media (max-width: 630px) {

  h1,
  h2 {
    font-size: 26px;
    margin-bottom: 40px;
  }

  h5 {
    font-size: 18px;
  }


  #carousel-tulum.owl-carousel .carousel_info,
  #carousel-miami.owl-carousel .carousel_info,
  #carousel-newyorkcity.owl-carousel .carousel_info {
    margin-top: -80px;
    height: 160px;
  }

  .cities_block h2 {
    font-size: 40px;
  }

  .internal-image h2 {
    bottom: 0;
  }
  
  .button_black {
    font-size: 32px;
  }
}

@media (max-width: 520px) {
  h5 {
    font-size: 16px;
  }

  .video-logo img {
    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px;
  }


  #carousel-tulum.owl-carousel .carousel_info,
  #carousel-miami.owl-carousel .carousel_info,
  #carousel-newyorkcity.owl-carousel .carousel_info {
    margin-top: -60px;
    height: 120px;
  }

  .cities_item h2 {
    font-size: 28px;
  }
}

@media (max-width: 420px) {
  h5 {
    font-size: 12px;
  }


  #carousel-tulum.owl-carousel .carousel_info,
  #carousel-miami.owl-carousel .carousel_info,
  #carousel-newyorkcity.owl-carousel .carousel_info {
    margin-top: -50px;
    height: 100px;
  }


  #carousel-tulum.owl-theme .owl-dots,
  #carousel-miami.owl-theme .owl-dots,
  #carousel-newyorkcity.owl-theme .owl-dots {
    display: none;
  }

  .cities_item h2 {
    font-size: 24px;
  }
}

@media (min-width: 961px) {
  #navbarSupportedContent {
    position: relative;
    height: 150px;
  }

  .logo_additional {
    display: none;
  }
}
