@import url(../css/bootstrap.min.css);
@import url(../css/normalize.css);
@import url(../css/aos.min.css);
@import url(../css/slick.css);
@import url(../css/slick-theme.css);
@import url(../css/framework.css);
/* Blocks layout */
body {
  font-family: Nunito Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  height: 100%;
}

html {
  height: 100%;
}

header,
section {
  overflow: hidden;
}

header {
  position: relative;
  height: 100%;
}

header nav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}

nav {
  width: 100%;
}

nav.transparent {
  background: transparent;
}

nav a {
  position: relative;
}

a {
  color: #2c3e50;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  color: #4a6580;
  text-decoration: none;
}

a:focus {
  color: #4a6580;
  text-decoration: none;
  outline: none;
}

button {
  border: none;
  outline: none !important;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.btn.focus,
.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

input,
textarea {
  border: 0;
  outline: none;
  background: transparent;
  color: #2c3e50;
  resize: none;
}

label {
  font-weight: 400;
  cursor: pointer;
}

h1 {
  margin: 0 auto;
  font-size: 82px;
  line-height: 92px;
  font-weight: 300;
  font-family: Nunito;
}

h1,
h2 {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}

b,
strong {
  font-weight: 600;
}

#backToTopButton {
  display: none;
  position: fixed;
  bottom: 28px;
  right: 60px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #ad0101;
  color: white;
  cursor: pointer;
  padding: 12px;
  border-radius: 10px;
  font-size: 14px;
}

#backToTopButton:hover {
  background-color: #555;
}

.width_full {
  width: 100%;
}

.alert {
  display: none;
  position: fixed;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  max-width: 970px;
  z-index: 2000;
}

.alert-dismissable .close,
.alert-dismissible .close {
  top: 0;
}

.first_section {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
}

.container {
  position: relative;
}

.highlight_text {
  color: #d63535;
}

.background_text {
  display: inline;
  text-shadow: 0px 0px 20px #000;
}

.brand_bg_color {
  background-color: #690808;
}

/* Header 2 */
.header_2 {
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.6);
}

@media (-webkit-min-device-pixel-ratio: 1.25),
  (-o-min-device-pixel-ratio: 5/4),
  (min-resolution: 120dpi) {
  .header_2 {
  }
}

.header_2 .form2 input:focus {
  border-color: rgba(255, 255, 255, 0.7);
}

/* Navigation Mobile */
.navigation_mobile {
  display: none;
  position: fixed;
  top: 0px;
  left: -40px;
  height: 100%;
  width: 0px;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1000;
  background: #310a0a;
  -webkit-transition: width 0.2s;
  -o-transition: width 0.2s;
  transition: width 0.2s;
}

.navigation_mobile.opened {
  left: 0px;
  width: 320px;
}

.navigation_mobile.opened .close_menu {
  display: block;
}

.open_menu,
.close_menu {
  display: none;
  top: 20px;
  width: 40px;
  height: 40px;
  color: #2c3e50;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  z-index: 990;
}

.open_menu.visible,
.close_menu.visible {
  display: block;
}

.open_menu.white,
.close_menu.white {
  color: #ffffff !important;
}

.open_menu.blue,
.close_menu.blue {
  color: #2b48e7 !important;
}

.open_menu.right,
.close_menu.right {
  left: auto;
  right: 20px;
}

.open_menu {
  position: fixed;
  left: 20px;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
}

.close_menu {
  right: 20px;
  position: absolute;
}

/* Navigation 11 */
.navigation_11 .search {
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.navigation_11 .search.focused {
  border-color: rgba(255, 255, 255, 0.7);
}

.navigation_11 .search button {
  padding: 0;
  background: transparent;
}

.navigation_11 .nav_logo {
  position: absolute;
  top: -15px;
  width: 400px;
  height: 74px;
  background-image: url("../images/logo1.png");
  -webkit-transform: translate(-20%, 0);
  -ms-transform: translate(-20%, 0);
  transform: translate(-20%, 0);
  background-size: cover;
}

.navigation_11 .nav_logo.en {
  position: absolute;
  top: -15px;
  width: 400px;
  height: 74px;
  background-image: url("../images/logo_en.png");
  -webkit-transform: translate(-20%, 0);
  -ms-transform: translate(-20%, 0);
  transform: translate(-20%, 0);
  background-size: cover;
}

/* Feature 4 */
.feature_4 {
  background-size: cover;
  background-color: #690808;
}

.disclaimer_social {
  font-size: 14px;
  line-height: 16px;
  color: #a98c8b;
  display: inline-block;
}
@media (-webkit-min-device-pixel-ratio: 1.25),
  (-o-min-device-pixel-ratio: 5/4),
  (min-resolution: 120dpi) {
  .feature_4 {
  }
}

.feature_4 .block {
  border: 1px solid rgba(255, 255, 255, 0.3);
}

/* Contact 8 */
.contact_8 .google_map {
  left: calc((100vw - 1170px) / 2);
  right: 0;
  top: 0;
}

.logo_mobile {
  display: none;
}

/* Blocks adaptive layout */

/* Smaller than 1366px */
@media (min-width: 1366px) {
  #myVideo {
    transform: translate(0%, 0%);
  }
}

/* Smaller than 1366px */
@media (max-width: 1365.99px) {
  #myVideo {
    transform: translate(0%, 0%);
  }
}

/* Smaller than 1200px */
@media (max-width: 1199.99px) {
  #myVideo {
    transform: translate(0%, -10%);
  }
  .container.nopadding {
    padding-left: 15px;
    padding-right: 15px;
  }
  .navigation_mobile {
    display: block;
  }

  .navigation_11 .nav_logo {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: center;
    margin-bottom: 10px;
  }

  .header_2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .header_2 .form2 {
    text-align: center;
  }
  .header_2 .form2 .input {
    max-width: 470px;
  }
  .header_2 .form2 button {
    float: none;
  }

  .feature_4 {
    padding: 80px 0;
  }
  .feature_4 .inner {
    display: block;
  }
}

/* 1024px and smaller */
@media (max-width: 1023.99px) {
  #myVideo {
    transform: translate(-5%, -10%);
  }
  .header_2 {
    padding-top: 0px;
    padding-bottom: 80px;
  }

  .logo_mobile {
    display: block;
    width: 200px;
    height: 37px;
    position: absolute;
    z-index: 1;
    right: 20px;
    top: 25px;
    background-image: url("../images/logo1.png");
    background-repeat: no-repeat;
    background-size: 200px 37px;
  }

  .logo_mobile.en {
    display: block;
    width: 200px;
    height: 37px;
    position: absolute;
    z-index: 1;
    right: 20px;
    top: 25px;
    background-image: url("../images/logo_en.png");
    background-repeat: no-repeat;
    background-size: 200px 37px;
  }
}

/* Smaller than 992px */
@media (max-width: 991.99px) {
  #myVideo {
    transform: translate(-5%, -10%);
  }

  h2 br,
  .text br {
    display: none;
  }

  header {
    max-height: 700px;
  }

  .alert {
    top: 10px;
    left: 20px;
    right: 20px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: auto;
    padding-left: 40px;
  }

  .navigation_11 {
    text-align: center;
  }
  .navigation_11 .float_left,
  .navigation_11 .float_right {
    float: none;
    margin: 0 auto;
  }
  .navigation_11 .nav_links {
    text-align: center !important;
    margin-top: 10px;
  }

  .header_2 h1 {
    font-size: 62px;
    line-height: 72px;
  }
  .header_2 .form2 input {
    width: 70%;
    margin-right: 5%;
  }
  .header_2 .form2 button {
    width: 25%;
  }

  .contact_8 {
    padding: 80px 0;
  }
  .contact_8 .inner .text {
    margin-bottom: 50px;
  }
  .contact_8 .google_map {
    margin-left: 730px;
  }
  .first_section {
    margin-top: 140px;
    margin-bottom: 280px;
  }
}

/* Smaller than 830px */
@media (max-width: 829.99px) {
  #myVideo {
    transform: translate(0%, -10%);
  }
  header {
    max-height: 800px;
  }

  .first_section {
    margin-top: 140px;
    margin-bottom: 280px;
  }
}

/* Smaller than 768px */
@media (max-width: 767.99px) {
  h1 br,
  h2 br {
    display: none;
  }

  .header_2 .form2 {
    margin-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .header_2 .form2 input,
  .header_2 .form2 button {
    width: 100%;
    max-width: 480px;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  .contact_8 {
    padding-top: 0;
  }
  .contact_8 .google_map {
    margin-left: 0;
    position: relative;
    width: 100%;
    left: auto;
    height: 300px;
  }
  .contact_8 .inner {
    margin: 80px auto 0 auto;
    text-align: center;
  }
  .contact_8 .inner .text {
    font-size: 18px;
    line-height: 28px;
  }
  .contact_8 .inner .text_big {
    font-size: 32px;
    line-height: 42px;
  }
  .block_links {
    float: none;
    display: inline-block;
  }
  .first_section {
    margin-top: 100px;
    margin-bottom: 280px;
  }
}

/* Smaller than 640px */
@media (max-width: 639.99px) {
  .video_popup iframe {
    width: calc(100% - 30px);
    height: calc((100vw - 30px) * 0.56);
  }
  .header_2 h1 {
    font-size: 52px;
    line-height: 62px;
  }
  .header_2 .header_2_text br {
    display: none;
  }
  .first_section {
    margin-top: 100px;
    margin-bottom: 280px;
  }
}

/* Smaller than 600px */
@media (max-width: 599.99px) {
  .padding_bottom200 {
    padding-bottom: 110px !important;
  }
  .first_section {
    margin-top: 100px;
    margin-bottom: 280px;
  }
}

/* Smaller than 576px */
@media (max-width: 575.99px) {
  .padding_bottom200 {
    padding-bottom: 110px !important;
  }

  .content_4 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .content_4 .icons {
    font-size: 30px;
    line-height: 40px;
  }
  .content_4 .icons .fa {
    margin: 0 15px;
  }
  .content_4 h2 {
    margin-top: 30px;
    font-size: 32px;
    line-height: 42px;
  }
  .content_4 .text {
    margin-top: 30px;
    font-size: 18px;
    line-height: 28px;
  }

  .contact_8 .inner .text_big {
    font-size: 22px;
    line-height: 32px;
  }
}

/* Smaller than 500px */
@media (max-width: 499.99px) {
  .width_full {
    width: 90%;
  }

  .padding_bottom200 {
    padding-bottom: 80px !important;
  }

  .first_section {
    margin-top: 100px;
    margin-bottom: 280px;
  }
}

/* Smaller than 480px */
@media (max-width: 479.99px) {
  .header_2 .header_2_link a {
    display: block;
  }

  .padding_bottom200 {
    padding-bottom: 80px !important;
  }

  .first_section {
    margin-top: 100px;
    margin-bottom: 280px;
  }
}

/* Smaller than 470px */
@media (max-width: 469.99px) {
  .padding_bottom200 {
    padding-bottom: 80px !important;
  }

  .first_section {
    margin-top: 100px;
    margin-bottom: 280px;
  }
}

/* Smaller than 400px */
@media (max-width: 399.99px) {
  .oana_image {
    height: 356px !important;
    width: 356px;
  }

  .first_section {
    margin-top: 100px;
    margin-bottom: 280px;
  }
}

/* Smaller than 375px */
@media (max-width: 374.99px) {
  .oana_image {
    height: 320px !important;
    width: 320px !important;
  }

  .list-about-me {
    padding-left: 10px;
  }

  .padding_right_30 {
    padding-right: 10px !important;
  }
  .padding_left_30 {
    padding-left: 10px !important;
  }
  .padding_bottom200 {
    padding-bottom: 80px !important;
  }

  .padding_top120 {
    padding-top: 80px;
  }

  .first_section {
    margin-top: 100px;
    margin-bottom: 280px;
  }
}

/* Smaller than 340px */
@media (max-width: 339.99px) {
  .padding_right_30 {
    padding-right: 10px !important;
  }
  .padding_left_30 {
    padding-left: 10px !important;
  }

  .list-about-me {
    list-style: none !important;
    padding-left: 10px;
  }

  .oana_image {
    height: 280px !important;
    width: 280px !important;
  }
  .header_2 h1 {
    font-size: 32px;
    line-height: 42px;
  }
  .header_2 .text {
    font-size: 16px;
    line-height: 26px;
  }

  .first_section {
    margin-top: 160px;
    margin-bottom: 280px;
  }
}

#myVideo {
  position: fixed;
  left: 0;
  top: 0;
  z-index: -50;
  min-height: 100%;
  min-width: 100%;
}

.list_item_height {
  height: 40px;
}

.oana_image {
  background-image: url("../images/oana-team.jpg");
  background-size: 100%;
  height: 360px;
  background-repeat: no-repeat;
}
.no_border {
  border: 0px solid transparent;
}

.text_color {
  color: #d63535;
}

.text_indent {
  text-indent: 1.5em;
}

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

.padding_30 {
  padding: 30px;
}

.padding_left_30 {
  padding-left: 30px;
}

.padding_right_30 {
  padding-right: 30px;
}
.padding_bottom200 {
  padding-bottom: 200px;
}

.orange {
  color: #ffb246;
}

a.orange:hover {
  color: #fff;
  border-bottom: 1.3px solid;
  border-color: #ffb246;
}

a.orange:active {
  color: #ffb246;
}

a.orange:link {
  color: #ffb246;
}

a.orange:visited {
  color: #ffb246;
}

.margin0 {
  margin: 0px;
  margin: auto;
}
a.orange_link {
  color: #ffb246;
  content: "";

  border-bottom: 1.3px solid;
  border-color: #ffb246;
  margin-top: 1px;
}
a.orange_link:hover {
  color: #ffb246;
  content: "";
  border: none;
}

.list-spaced li {
  margin-bottom: 10px;
}

.padding_left_20 {
  padding-left: 20px;
}

.z-index10 {
  z-index: 10;
}

.list-about-me {
  list-style: none;
}

/*effect-underline*/
a.effect-underline {
  font-weight: bold;
}

a.effect-underline:after {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  display: inline-block;
  height: 1em;
  width: 100%;
  border-bottom: 1.4px solid;
  border-color: #e02828;
  margin-top: 10px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

a.effect-underline:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*------------ Bootstrap Overrides ------------*/

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 700px;
  }
}

.modal-body {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 0;
  padding-top: 2rem;
}

.modal-header {
  background-color: #8e1d20;
  color: #fff;
}

.light_gray.link:hover,
.light_gray.link:focus {
  color: #fff;
}

.btn-secondary {
  color: #fff;
  background-color: #690808;
  border-color: #690808;
}
