/*.container {
  @media (min-width:@screen-tablet) {
    width: 1024px;
  }
}*/
/*@media (min-width:1600px) {
  .container {
    width: 1570px;
  }
}*/
/*@media (min-width:1024px)and (max-width: 1199px){
  .container{
    width:994px;
  }
}*/
@media (max-width: 767px) {
  .hide_xs {
    display: none;
  }
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-5ths {
  width: 100%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
@font-face {
  font-family: 'comfortaa-light';
  src: url('../font/comfortaa-light.eot');
  src: url('../font/comfortaa-light.eot?#iefix') format('embedded-opentype'), url('../font/comfortaa-light.woff') format('woff'), url('../font/comfortaa-light.woff2') format('woff'), url('../font/comfortaa-light.ttf') format('truetype'), url('../font/comfortaa-light.svg#comfortaa-light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'comfortaa-regular';
  src: url('../font/comfortaa-regular.eot');
  src: url('../font/comfortaa-regular.eot?#iefix') format('embedded-opentype'), url('../font/comfortaa-regular.woff') format('woff'), url('../font/comfortaa-regular.woff2') format('woff'), url('../font/comfortaa-regular.ttf') format('truetype'), url('../font/comfortaa-regular.svg#comfortaa-regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'comfortaa-bold';
  src: url('../font/comfortaa-bold.eot');
  src: url('../font/comfortaa-bold.eot?#iefix') format('embedded-opentype'), url('../font/comfortaa-bold.woff') format('woff'), url('../font/comfortaa-bold.woff2') format('woff'), url('../font/comfortaa-bold.ttf') format('truetype'), url('../font/comfortaa-bold.svg#comfortaa-bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'onedirection';
  src: url('../font/onedirection.eot');
  src: url('../font/onedirection.eot?#iefix') format('embedded-opentype'), url('../font/onedirection.woff') format('woff'), url('../font/onedirection.woff2') format('woff'), url('../font/onedirection.ttf') format('truetype'), url('../font/onedirection.svg#onedirection') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOkCnqEu92Fr1MmgWxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmSU5vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmEU9vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmWUlvAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmYUtvAw.ttf) format('truetype');
}
body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  color: #080808;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  height: 100%;
  box-sizing: border-box;
}
body {
  position: relative;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  outline: 0;
}
a {
  text-decoration: none !important;
  color: inherit;
}
footer .quick-links li a:hover {
  color: #ab313a !important;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
h4 {
  font-size: 22px;
  font-weight: 300;
  margin: 25px 0;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.sl-wrapper .sl-close {
  background-image: url(../images/close-pop-up.png);
  background-repeat: no-repeat;
  text-indent: -19999px;
}
@media (min-width: 1200px) {
  .container.wide {
    max-width: 1500px;
  }
  .container.xs {
    max-width: 1111px;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.programs-nav {
  text-align: center;
  position: relative;
  z-index: 1;
  width: 100%;
  -webkit-align-self: felx-start;
  -ms-align-self: felx-start;
  align-self: felx-start;
}
.programs-nav .arrow {
  display: inline-block;
  font-size: 15px;
  height: 27px;
  line-height: 27px;
}
.programs-nav .arrow i:before {
  height: 27px;
  line-height: 27px;
}
.programs-nav .x {
  font-size: 45px;
  font-weight: 700;
  display: inline-block;
  height: 27px;
  line-height: 19px;
}
.programs-nav .overview {
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
  color: #000;
  height: 27px;
  line-height: 27px;
}
.programs-nav .program {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -1px;
  color: #000;
  height: 27px;
  line-height: 27px;
}
.programs-nav .br {
  border-right: 2px solid #000;
}
.programs-nav .br a {
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
}
.programs-nav a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.programs-nav a:hover {
  color: #000;
}
.programs-nav .disabled {
  color: #E9E9E9;
  line-height: 20px;
}
.programs-nav .disabled a {
  color: #E9E9E9;
}
ul.slide {
  padding-bottom: 6px;
}
ul.slide.inner li:first-child:before {
  top: 45%;
}
ul.slide li {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  padding-right: 12px;
  font-size: 15px;
}
ul.slide li:first-child {
  position: relative;
}
ul.slide li:first-child:before {
  content: '';
  background: #707070;
  position: absolute;
  height: 13px;
  width: 2px;
  right: 3px;
  top: 45%;
  transform: translateY(-50%);
}
ul.slide li.disabled {
  color: #E9E9E9;
}
ul.items li {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
  padding-right: 30px;
  position: relative;
}
ul.items li.active .green {
  color: #89BF40;
}
ul.items li.active .red {
  color: #F04C52;
}
ul.items li.active .purple {
  color: #8066A7;
}
ul.items li.active .blue {
  color: #0B97D5;
}
ul.items li.active .yellow {
  color: #F9B616;
}
ul.items li:before {
  content: '';
  background: #707070;
  position: absolute;
  width: 15px;
  height: 1.5px;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
ul.items li:last-child:before {
  content: none;
}
.title-x {
  font-weight: 600;
  font-size: 65px;
  padding-bottom: 0;
  line-height: 65px;
}
.title-x.xl span {
  font-size: 95px;
  display: inline-block;
  vertical-align: middle;
}
span.green {
  color: #89BF40;
}
span.red {
  color: #F04C52;
}
span.purple {
  color: #8066A7;
}
span.blue {
  color: #0B97D5;
}
span.yellow {
  color: #F9B616;
}
.section1 {
  /*min-height: 100vh;*/
  position: relative;
  padding-top: 120px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section1 .title {
  font-weight: 600;
  font-size: 70px;
  padding-bottom: 70px;
  padding-top: .5em !important;
}
.section1 .scroll-down {
  cursor: pointer;
  display: inline-block;
}
.section1 .scroll-down .text {
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 7px;
}
.section1 .top {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section2 {
  background-color: #1E1E1E;
  position: relative;
}
.section2 .black {
  background-color: #000;
}
.section2 .gray {
  background-color: #1E1E1E;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.section2 .gray .simple-text {
  color: #fff;
  max-width: 788px;
  margin: 0 auto;
  text-align: center;
  padding: 77px 0 77px 0;
  font-size: 13px;
}
@media (min-width: 991px) {
  .section2 .gray .simple-text {
    font-size: 18px;
  }
}
.section2 .right {
  position: absolute;
  right: -30px;
  left: 0;
  text-align: right;
  top: 95px;
  bottom: 88px;
}
.section2 .right .bottom-arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
}
.section2 .right .top-arrow {
  cursor: pointer;
}
.section3 {
  padding-bottom: 100px;
  margin-top: -1px;
}
footer {
  background-color: #030303;
  color: #fff;
  padding: 60px 0 40px 0;
  position: relative;
}
footer .gray-center-border {
  background-color: #C9C9C9;
  width: 1px;
  height: 100px;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translate(-50%);
  z-index: 34;
}
footer .back-to-top {
  cursor: pointer;
  padding-bottom: 105px;
}
footer .text {
  padding-bottom: 22px;
}
footer .quick-links li {
  display: inline-block;
  padding-right: 21px;
}
footer .title {
  text-transform: uppercase;
  padding-bottom: 30px;
}
footer .text2 {
  padding-bottom: 88px;
}
footer .social li {
  display: inline-block;
  padding-left: 14px;
}
.animation .left {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 130px 100px 130px 100px !important;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.animation .right {
  background-color: #000;
}
.animation .center-content {
  /* position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);*/
  max-width: 420px;
  text-align: center;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.animation .center-content .title-image {
  padding-bottom: 24px;
}
.animation .center-content .box {
  display: none;
}
.animation .center-content .box.active {
  display: block;
  animation: fadeIn ease 0.7s;
  -webkit-animation: fadeIn ease 0.7s;
  -moz-animation: fadeIn ease 0.7s;
  -o-animation: fadeIn ease 0.7s;
  -ms-animation: fadeIn ease 0.7s;
}
.animation .sec1 {
  padding-top: 30vh;
}
.bottom-title {
  background-color: #000;
  height: calc(100vh - 300px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  position: relative;
  z-index: 1;
}
.bottom-title .middle {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.programs-mob .black {
  background-color: #141313;
}
/*Responsive*/
@media (max-width: 1555px) {
  .title-x {
    font-size: 50px;
  }
  .title-x.xl span {
    font-size: 77px;
  }
    header .main-nav .cta {
        margin-left: 40px!important;
    }
}
@media (max-width: 1199px) {
  .animation .center-content {
    width: 100%;
  }
  .main-slider,
  .vision-banner,
  .about-page {
    margin-top: 89px;
  }
  .section1 {
    padding-top: 120px;
  }
  .programs-mob {
    padding-top: 120px;
  }

    header .main-nav .cta {
        position: absolute;
        left: 0;
        right: 40px;
        top: 70%;
        transform: translateY(-50%);
    }

    header .main-nav .cta .w-btn .tr-btn a {
        background: #F8F8F8;
        color: #000;
        border: 1px solid #F8F8F8;
        cursor: pointer;
        text-transform: uppercase;
    }

    header .main-nav .cta .w-btn .tr-btn a:hover {
        background-color: #707070;
        color: #fff;
        border: 1px solid #707070;
    }
}
.mob {
  display: none;
}
@media (max-width: 991px) {
  footer {
    text-align: center;
    padding-bottom: 33px;
  }
  .desk {
    display: none;
  }
  .mob {
    display: block;
  }
  footer .back-to-top {
    text-align: left;
    padding-bottom: 40px;
  }
  footer .title {
    padding-bottom: 15px;
  }
  footer .text2 {
    font-weight: 400;
    padding-bottom: 70px;
  }
  .footer-logo {
    padding-bottom: 44px;
  }
  footer .quick-links li {
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 400;
  }
  .section1 {
    min-height: auto;
    display: block;
  }
  .section1 .top {
    position: static;
  }
  .section1 .title {
    font-weight: 600;
    font-size: 41px;
    padding-bottom: 40px;
    padding-top: 3rem!important;
  }
  .left-nav {
    text-align: center;
  }
  .section2 .gray .simple-text {
    padding: 40px 0 30px 0;
  }
  .section3 {
    padding-bottom: 80px;
  }
}
.mob-xs {
  display: none;
}
@media (max-width: 575px) {
  .desk-xs {
    display: none;
  }
  .mob-xs {
    display: block;
  }
  .bottom-title {
    height: auto;
    padding: 100px 0 120px 0;
  }
  .bottom-title .middle {
    position: static;
    transform: none;
  }
  .programs-mob .black {
    padding-bottom: 30px !important;
  }
}
.main-slider {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  .main-slider {
    height: calc(100vh - 74px);
  }
}
.main-slider:before {
  content: '';
  position: absolute;
  height: 200px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  /* background-image: linear-gradient(
hsla(0, 0%, 97%, 0) 100%,
hsla(0, 0%, 97%, 0.002) 98.2%,
hsla(0, 0%, 97%, 0.008) 95.2%,
hsla(0, 0%, 97%, 0.021) 91%,
hsla(0, 0%, 97%, 0.042) 86.1%,
hsla(0, 0%, 97%, 0.075) 80.2%,
hsla(0, 0%, 97%, 0.126) 73%,
hsla(0, 0%, 97%, 0.194) 65%,
hsla(0, 0%, 97%, 0.278) 56.5%,
hsla(0, 0%, 97%, 0.382) 47%,
hsla(0, 0%, 97%, 0.541) 34%,
hsla(0, 0%, 97%, 0.738) 19%,
hsla(0, 0%, 97%) 0%
);*/
  background-repeat: repeat-x !important;
  background-position: left bottom !important;
  background-image: url("../images/gradient.png");
  /* -webkit-box-shadow: 0px -17px 36px 0px rgba(248,248,248,1);
-moz-box-shadow: 0px -17px 36px 0px rgba(248,248,248,1);
box-shadow: 0px -17px 36px 0px rgba(248,248,248,1);*/
}
.main-slider .slide {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.main-slider .slide .bottom {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 60px;
}
.main-slider .slide img {
  display: initial;
}
.main-slider .slick-dots {
  position: absolute;
  bottom: 35px;
  right: 80px;
}
.main-slider .slick-dots li {
  text-indent: -1999px;
  height: 10px;
  width: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
}
.main-slider .slick-dots li.slick-active {
  background-color: #fff;
}
.main-slider .prev-slide {
  position: absolute;
  top: 65%;
  transform: translateY(-50%);
  left: 111px;
  cursor: pointer;
}
.main-slider .next-slide {
  position: absolute;
  top: 65%;
  transform: translateY(-50%);
  right: 111px;
  cursor: pointer;
}
.main-slider .slick-disabled {
  display: none !important;
}
main.gray {
  background-color: #F8F8F8;
  padding-bottom: 60px;
  position: relative;
  z-index: 33;
}
.simple-text {
  padding: 50px 0 50px 0;
}
.simple-text.sh {
  -webkit-box-shadow: 0px -4px 136px 41px #f8f8f8;
  -moz-box-shadow: 0px -4px 136px 41px #f8f8f8;
  box-shadow: 0px -4px 136px 41px #f8f8f8;
}
.center-title {
  font-weight: 400;
  font-size: 31px;
}
p.medium {
  font-weight: 500 !important;
  font-size: 18px !important;
  color: #757575;
}
.articles .box {
  padding-bottom: 50px;
}
.articles .image {
  height: 80vh;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.articles .white-box {
  height: 80vh;
  background-color: #fff;
  position: relative;
}
.articles .white-box .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.articles .top {
  padding-bottom: 32px;
}
.border-title {
  font-size: 26px;
  padding-left: 42px;
  position: relative;
  padding-bottom: 10px;
}
.border-title:before {
  content: '';
  position: absolute;
  background: #000;
  width: 30px;
  height: 1px;
  left: 0;
  top: 20px;
}
.bordertop-title {
  font-size: 34px;
  position: relative;
  font-weight: 500;
}
.bordertop-title:before {
  content: '';
  position: absolute;
  background: #000;
  width: 40px;
  height: 2px;
  left: 0;
  top: -10px;
}
.tr-btn {
  margin: 20px 0;
}
.tr-btn.more-padd a {
  padding: 12px 55px 13px 55px;
}
.tr-btn.color a {
  background: #8066a7;
  color: #fff;
  border: 0;
}
.tr-btn a {
  border: 1px solid #000;
  text-transform: uppercase;
  padding: 12px 33px 13px 33px;
  transition: 0.3s ease-out;
}
.tr-btn a:hover {
  background-color: #707070;
  border: 1px solid #707070;
  color: #fff;
}
.tr-btn #load_more {
  cursor: pointer;
}
.slick .slick-slide {
  height: auto;
}
.slick .prev-slide {
  position: absolute;
  right: 44px;
  bottom: 77px;
  z-index: 22;
  cursor: pointer;
}
.slick .next-slide {
  position: absolute;
  right: 85px;
  bottom: 77px;
  cursor: pointer;
}
.slick.left .prev-slide {
  right: auto;
  left: 85px;
}
.slick.left .next-slide {
  right: auto;
  left: 44px;
}
.vision-banner {
  padding: 40px 15px 70px 15px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: relative;
}
.vision-banner:before {
  content: '';
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.vision-banner .text {
  color: #fff;
  max-width: 750px;
  margin: 0 auto;
  margin-top: -50px;
  text-align: justify;
}
.vision-banner .text p {
  font-size: 16px;
  padding-bottom: 10px;
}
.checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0 !important;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  border: 1px solid #000;
}
.checkbox input:checked ~ .checkmark {
  background-color: #000;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox input:checked ~ .checkmark:after {
  display: block;
}
.checkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.contact {
  padding: 70px 0 30px 0;
}
.contact .special-title {
  padding-bottom: 62px;
}
.contact .w {
  padding-bottom: 31px;
}
.contact input {
  border-bottom: 1px solid #8F8F8F;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  background-color: transparent;
  width: 100%;
  height: 30px;
}
.contact input::placeholder {
  color: #8F8F8F;
}
.contact textarea {
  border-bottom: 1px solid #8F8F8F;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  background-color: transparent;
  width: 100%;
  height: 30px;
}
.contact textarea::placeholder {
  color: #8F8F8F;
}
.contact input[type="submit"] {
  border: 1px solid #000;
  text-transform: uppercase;
  padding: 12px 77px 13px 77px;
  height: auto;
  border: none;
  color: #fff;
  background-color: #000;
  display: inline-block;
  width: auto;
  cursor: pointer;
  transition: 0.3s ease-out;
}
.contact input[type="submit"]:hover {
  background-color: #707070;
}
.error {
  color: red;
}
.success {
  color: green;
}
.special-title {
  display: inline-block;
  text-align: center;
}
.special-title .title {
  text-transform: uppercase;
  font-size: 53px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 2px;
  margin-top: -45px;
}
.articole {
  padding: 100px 0 30px 0;
  /*    .box {
height: 100%;
}*/
}
.articole .bordergray {
  border-top: 1px solid #C9C9C9;
  margin-top: 5px;
}
.articole .tabs {
  padding-bottom: 5px;
}
.articole .tabs .tr-btn {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.articole .content {
  padding-bottom: 30px;
}
.articole .image {
  background-size: contain;
  height: 500px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 15px;
}
.articole .title-xs {
  font-size: 22px;
  font-weight: 400;
  padding-bottom: 9px;
}
.articole p {
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
}
.articole .content-top p {
  padding-bottom: 30px;
}
.articole .back-w {
  position: relative;
}
.articole .back {
  position: absolute;
  bottom: 15px;
  cursor: pointer;
}
.articole .middle {
  padding-top: 60px;
}
.articole .bottom {
  padding-top: 34px;
  padding-bottom: 60px;
  columns: 500px 2;
  -moz-columns: 500px 2;
  -webkit-columns: 500px 2;
  column-gap: 40px;
  -moz-column-gap: 40px;
  -webkit-column-gap: 40px;
  -moz-column-fill: balance;
  -webkit-column-fill: balance;
  column-fill: balance;
}
.articole img {
  max-width: 100%;
  display: block;
}
.articole ul {
  list-style: disc;
  padding-left: 24px;
}
/*@Responsive*/
.show-on-md {
  display: none;
}
@media (max-width: 991px) {
  .articles .white-box .content {
    position: static;
    transform: none;
    text-align: center;
    padding: 30px 15px 44px 15px;
  }
  .articles .image {
    height: 400px;
  }
  .articles .white-box {
    height: auto;
  }
  .articole .image {
    height: 400px;
  }
  .border-title {
    display: inline-block;
  }
  .articles .top {
    padding-bottom: 2px;
  }
  .main-slider .slide .bottom {
    bottom: 145px;
  }
  .main-slider .h1 img {
    width: 99%;
  }
  .main-slider .next-slide {
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    bottom: -61px;
  }
  .main-slider .prev-slide {
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: -61px;
  }
  .main-slider .slick-dots {
    display: none !important;
  }
  .articole {
    padding: 50px 0 15px 0;
  }
  .special-title img {
    width: 100px;
  }
  .special-title .title {
    font-size: 30px;
    margin-top: -26px;
    padding-bottom: 10px;
  }
  .articole .bordergray {
    display: none;
  }
  .articole .tabs {
    padding-bottom: 21px;
    border-bottom: 1px solid #C9C9C9;
    margin-bottom: 21px;
  }
  .articole .content-top {
    padding: 24px 20px 50px 20px;
    background-color: #fff;
  }
  .articole .content-top p {
    padding-bottom: 5px;
  }
  .articole .content {
    padding: 24px 20px 50px 20px;
    background-color: #fff;
  }
  .articole .image {
    margin-bottom: 0;
  }
  .white-on-mob {
    background-color: #fff;
    padding-bottom: 70px;
  }
  main.gray.no-margin-on-mob {
    padding-bottom: 0;
  }
  .articole {
    padding-bottom: 0;
  }
  .articole .top {
    text-align: center;
    padding-top: 40px;
  }
  .bordertop-title:before {
    top: -10px;
    left: 50%;
    transform: translate(-50%);
  }
  .articole .middle {
    padding-top: 5px;
  }
  .articole .bottom {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .show-on-md {
    display: block;
  }
  .contact .special-title {
    display: none;
  }
  .contact input[type="submit"] {
    display: block;
    margin: 0 auto;
  }
  .bg-program {
    background-color: #141313;
  }
  .max-w-100 {
    max-width: 100%;
  }
}
@media (max-width: 640px) {
  ul.slide img {
    height: 20px;
  }
  ul.slide .disabled img {
    height: auto;
  }
  .simple-text {
    padding: 35px 0 0px 0;
  }
  .center-title {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 0px;
  }
  p.medium {
    font-weight: 400 !important;
    font-size: 15px !important;
    color: #757575;
  }
  .articles .box {
    padding-bottom: 28px;
  }
  .slick .prev-slide {
    right: 20px;
    bottom: 45px;
  }
  .slick .next-slide {
    right: 62px;
    bottom: 45px;
  }
  .tr-btn.black-on-mob a {
    background-color: #000000;
    color: #fff;
  }
  .articles .image {
    height: 215px;
  }
  .articole .image {
    height: 215px;
  }
  .articole .tabs .tr-btn {
    width: 49%;
    text-align: center;
    margin: 0;
  }
  .articole .tabs .tr-btn a {
    padding: 12px 0 13px 0;
    display: block;
  }
  .vision-title img {
    width: 99%;
  }
  .vision-banner .text {
    margin-top: 0;
    text-align: left;
    padding-top: 20px;
  }
  .border-title {
    padding-left: 0;
  }
  .border-title:before {
    display: none;
  }
}
.news_archive_list .news_title {
  font-size: 18px;
  line-height: 140%;
  font-weight: 600;
  margin: 0 0 20px;
  width: 200px;
  display: inline-block;
}
.news_archive_list .news_title:hover {
  color: #ab313a !important;
}
.white-color {
  display: none;
}
.black-color {
  display: none;
}
.about-page {
  background-color: #000;
  padding-top: 30px;
}
.about-page .about-title {
  padding-bottom: 30px;
}
.about-page .about-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  color: #fff;
  padding-bottom: 170px;
}
.about-page .tabs.white .tr-btn {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.about-page .tabs.white .tr-btn a {
  border: 1px solid #fff;
  color: #fff;
}
.about-page .tabs.white .tr-btn a:hover {
  color: #000;
  background-color: #fff !important;
}
.container.wide.special-fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 120px;
}
/*@media (min-width: 1200px) and (min-height: 977px) {
.section1 {
height: 88vh;
}
}*/
@media (min-width: 1200px) and (min-height: 1000px) {
  /*    .section1 {
height: auto;
}*/
  .section1 .top {
    position: static;
    padding-top: 130px;
  }
}
.prg-links-top {
  position: absolute;
  left: 14%;
  right: 14%;
  top: 0;
  bottom: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.prg-links-top a {
  width: 20%;
  height: 100%;
}
@media (max-width: 575px) {
  .prg-links-top {
    left: 0;
    right: 0;
  }
  .prg-links-top a {
    position: absolute;
    width: 100%;
    height: 20%;
  }
  .prg-links-top a:nth-child(1) {
    top: 0;
  }
  .prg-links-top a:nth-child(2) {
    top: 20%;
  }
  .prg-links-top a:nth-child(3) {
    top: 40%;
  }
  .prg-links-top a:nth-child(4) {
    top: 60%;
  }
  .prg-links-top a:nth-child(5) {
    top: 80%;
  }
}
.prg-links-bottom {
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
  bottom: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
@media (min-width: 768px) {
  .prg-links-bottom {
    left: 0;
    right: 0;
  }
}
.prg-links-bottom a {
  display: block;
  height: 100%;
  font-size: 0;
  line-height: 0;
}
.prg-links-bottom a:nth-child(1) {
  width: 20%;
  margin: 0;
}
@media (min-width: 768px) {
  .prg-links-bottom a:nth-child(1) {
    width: 13%;
    margin: 0 7% 0 0;
  }
}
.prg-links-bottom a:nth-child(2) {
  width: 16%;
  margin: 0 2%;
}
@media (min-width: 768px) {
  .prg-links-bottom a:nth-child(2) {
    width: 15%;
    margin: 0 5% 0 0;
  }
}
.prg-links-bottom a:nth-child(3) {
  width: 16%;
  margin: 0 2%;
}
@media (min-width: 768px) {
  .prg-links-bottom a:nth-child(3) {
    width: 14%;
    margin: 0 3%;
  }
}
.prg-links-bottom a:nth-child(4) {
  width: 16%;
  margin: 0 2%;
}
@media (min-width: 768px) {
  .prg-links-bottom a:nth-child(4) {
    width: 15%;
    margin: 0 0 0 5%;
  }
}
.prg-links-bottom a:nth-child(5) {
  width: 20%;
  margin: 0;
}
@media (min-width: 768px) {
  .prg-links-bottom a:nth-child(5) {
    width: 13%;
    margin: 0 0 0 7%;
  }
}
.left.three-boxes {
  padding: 130px 30px 130px 30px !important;
}
.left.three-boxes .text {
  /*                display: inline-block;
vertical-align: top;
width: 32.7%;*/
}
.left.two-boxes .text {
  display: inline-block;
  vertical-align: top;
  width: 49%;
}
.left.two-boxes .text .title-x {
  font-size: 50px;
}
.left h5 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media (min-width: 1200px) {
  .main-slider {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: calc(100vh - 90px);
  }
}
video#myVideo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
}
@media (max-width: 1200px) {
  video#myVideo {
    display: none;
  }
}
.prg-links-video {
  width: 906px;
  height: 655px;
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 33;
}
@media (max-width: 1200px) {
  .prg-links-video {
    display: none;
  }
}
.prg-links-video a {
  position: absolute;
  width: 300px;
  height: 144px;
}
.prg-links-video a:nth-child(1) {
  top: 0;
  right: 136px;
}
.prg-links-video a:nth-child(2) {
  top: 48%;
}
.prg-links-video a:nth-child(3) {
  bottom: 0;
  left: 49%;
  transform: translate(-50%);
}
.prg-links-video a:nth-child(4) {
  top: 0;
  left: 66px;
}
.prg-links-video a:nth-child(5) {
  bottom: 30%;
  right: 9px;
}
@media (max-width: 1655px) {
  .prg-links-video {
    width: 754px;
    height: 485px;
  }
  .prg-links-video a {
    width: 255px;
    height: 108px;
  }
}
.w-footer {
  background-color: #F8F8F8;
}
.w-footer .newsletter {
  padding-bottom: 30px;
}
.w-footer .newsletter .hide {
  display: none;
}
.w-footer .newsletter .text {
  font-weight: 500;
}
.w-footer .newsletter .w-input {
  padding-bottom: 16px;
}
.w-footer .newsletter .w-input input {
  width: 100%;
  height: 38px;
  color: #fff;
  border-radius: 0;
  border: 1px solid #fff;
  text-align: center;
  background: transparent;
  font-size: 14px;
}
.w-footer .newsletter .w-input input::placeholder {
  color: #fff;
  font-size: 13px;
}
.w-footer .newsletter .w-input input[type="submit"] {
  background: #F8F8F8;
  color: #000;
  font-size: 13px;
  border: 1px solid #F8F8F8;
  cursor: pointer;
}
.w-footer .newsletter .w-input input[type="submit"]:hover {
  background-color: #707070;
  color: #fff;
  border: 1px solid #707070;
}
.w-footer .newsletter .checkbox {
  padding-left: 55px;
  margin-top: 20px;
}
.w-footer .newsletter .checkmark {
  top: -4px;
  height: 30px;
  width: 30px;
  border: 1px solid #fff;
}
.w-footer .newsletter .checkbox .checkmark:after {
  left: 11px;
  top: 8px;
}
.w-footer .back-to-top {
  cursor: pointer;
}
.w-footer .open-nl-modal {
  background: #F8F8F8;
  color: #000;
  font-size: 13px;
  border: 1px solid #F8F8F8;
  cursor: pointer;
  text-transform: uppercase;
  display: inline-block;
  padding: 7px 30px;
  margin-bottom: 111px;
}
@media (max-width: 991px) {
  .w-footer .open-nl-modal {
    margin-bottom: 40px;
  }
}
.w-footer .open-nl-modal:hover {
  background-color: #707070;
  color: #fff;
  border: 1px solid #707070;
}
@media (max-width: 991px) {
  .w-footer .back-to-top {
    text-align: center;
    padding-top: 5px;
  }
  footer .social li {
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 40px;
  }
  .w-footer .newsletter .w-input input {
    width: 200px;
  }
  .w-footer .newsletter .checkmark {
    top: -9px;
    left: 50%;
    transform: translate(-50%);
  }
  .w-footer .newsletter .checkbox {
    padding-left: 0;
    margin-top: 20px;
    padding-top: 41px;
  }
  footer .quick-links li {
    padding-left: 5px;
    padding-right: 5px;
  }
  footer .text2 {
    padding-bottom: 55px;
  }
}
/*cookie bar*/
.cookie-popup {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.cookie-popup .bt-toggle-cookie {
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  font-size: 22px;
  padding: 10px;
  border-radius: 0 12px 0 0 ;
  float: left;
  line-height: 20px;
  cursor: pointer;
}
.cookie-popup .cookie-popup-content {
  padding: 20px 20px 20px;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.cookie-popup .cookie-btn-grp {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  max-width: 475px;
  min-width: 300px;
  text-align: center;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  -ms-flex-pack: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.cookie-popup .bt-more {
  margin-right: 15px;
}
@media (max-width: 1024px) {
  .cookie-popup .cookie-popup-content {
    display: block;
  }
  .cookie-popup .cookie-btn-grp {
    margin-top: 15px;
    max-width: 100%;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    min-width: auto;
  }
}
.cookie-popup .cookie-popup-content a {
  color: #fff;
  text-decoration: underline !important;
}
.cookie-popup .more a {
  margin-right: 5px;
}
.cookie-popup form {
  margin: 0;
}
.cookie-agree-button {
  border: none;
  background-color: #fff !important;
  font-size: 14px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  cursor: pointer;
}
/*cookie modal*/
.cockie-modal .custom-checkbox {
  position: relative;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  align-items: center;
  vertical-align: middle;
  width: 130px;
  margin-left: 20px;
}
.cockie-modal .custom-checkbox label {
  width: 100%;
  margin: 0 !important;
  position: relative;
  cursor: pointer;
}
.cockie-modal .custom-checkbox label:before {
  display: none;
}
.cockie-modal .custom-checkbox input {
  top: 0;
  left: 0;
  width: 100%;
  cursor: inherit;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  height: 14px;
}
.cockie-modal .custom-checkbox span {
  width: 34px;
  height: 14px;
  display: block;
  z-index: 0;
  border-radius: 7px;
  background-color: #9c9c9c;
  position: relative;
}
.cockie-modal .custom-checkbox span:before {
  width: 20px;
  height: 20px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.8), 0px 1px 1px 0px rgba(0, 0, 0, 0.8), 0px 2px 1px -1px rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  display: block;
  content: '';
  left: 0;
  top: 50%;
  -webkit-transform: translate(-20%, -50%);
  -moz-transform: translate(-20%, -50%);
  -ms-transform: translate(-20%, -50%);
  -o-transform: translate(-20%, -50%);
  transform: translate(-20%, -50%);
}
.cockie-modal .custom-checkbox span:after {
  display: block;
  content: 'Dezactivat';
  font-weight: 400;
  color: #000;
  margin-left: 45px;
  vertical-align: middle;
  font-size: 14px;
  line-height: 14px;
}
.cockie-modal .custom-checkbox input:checked + span {
  background-color: #fa9084;
}
.cockie-modal .custom-checkbox input:checked + span:after {
  content: 'Activat';
}
.cockie-modal .custom-checkbox input:checked + span:before {
  background-color: #c72219;
  left: auto;
  right: 0;
  -webkit-transform: translate(20%, -50%);
  -moz-transform: translate(20%, -50%);
  -ms-transform: translate(20%, -50%);
  -o-transform: translate(20%, -50%);
  transform: translate(20%, -50%);
}
.cockie-modal .modal-body {
  padding-bottom: 40px;
}
.cockie-modal .modal-body a {
  color: #000;
}
.cockie-modal .cookie-agree-button {
  border: 1px solid #000;
  background-color: #fff !important;
  font-size: 14px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  transition: 0.3s ease-out;
}
.cockie-modal .modal-footer {
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.cockie-modal .modal-title {
  font-size: 21px;
}
.cockie-modal button.close {
  color: #c72219 !important;
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 1;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #c72219;
}
.cockie-modal .tab-grp {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 190px 1 1;
  -ms-flex: 190px 1 1;
  flex: 190px 1 1;
}
.cockie-modal .tab-grp .tab {
  cursor: pointer;
  padding: 10px;
  border-top: 1px solid #cac7c7;
  margin-right: 20px;
  background-color: #e6e6e6;
  color: #000;
  text-decoration: none;
  display: block;
}
.cockie-modal .tab-grp .tab.active {
  background-color: #fff;
}
.cockie-modal .modal-dialog {
  margin-top: 0;
  margin-bottom: 0;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 700px !important;
}
.cockie-modal .modal.fade .modal-dialog {
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
.cockie-modal .modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.pop-up-nl .modal-dialog {
  max-width: 800px;
}
.pop-up-nl .newsletter {
  padding-bottom: 30px;
}
.pop-up-nl .newsletter .hide {
  display: none;
}
.pop-up-nl .newsletter .text {
  font-weight: 500;
}
.pop-up-nl .newsletter .w-input {
  padding-bottom: 16px;
}
.pop-up-nl .newsletter .w-input input {
  width: 100%;
  height: 38px;
  color: #707070;
  border-radius: 0;
  border: 1px solid #707070;
  text-align: center;
  background: transparent;
  font-size: 14px;
}
.pop-up-nl .newsletter .w-input input::placeholder {
  color: #707070;
  font-size: 13px;
}
.pop-up-nl .newsletter .w-input input[type="submit"] {
  background: #707070;
  color: #fff;
  font-size: 13px;
  border: 1px solid #707070;
  cursor: pointer;
}
.pop-up-nl .newsletter .w-input input[type="submit"]:hover {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}
.pop-up-nl .newsletter .checkbox {
  padding-left: 55px;
  margin-top: 20px;
}
.pop-up-nl .newsletter .checkmark {
  top: -4px;
  height: 30px;
  width: 30px;
  border: 1px solid #707070;
}
.pop-up-nl .newsletter .checkbox .checkmark:after {
  left: 11px;
  top: 8px;
}
.pop-up-nl .back-to-top {
  cursor: pointer;
}
.w-newsletter {
  background: #000;
  color: #fff;
  width: 888px;
  position: fixed;
  bottom: 0;
  z-index: 222;
  left: 50%;
  transform: translate(-50%);
  padding: 25px 70px 25px 55px;
}
.w-newsletter .infos {
  float: left;
}
.w-newsletter .infos .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
}
.w-newsletter .infos .text {
  font-size: 12px;
}
.w-newsletter .open-nl-modal {
  background: #F8F8F8;
  color: #000;
  font-size: 14px;
  border: 1px solid #F8F8F8;
  cursor: pointer;
  text-transform: uppercase;
  display: inline-block;
  padding: 9px 40px;
  float: right;
}
.w-newsletter .open-nl-modal:hover {
  background-color: #707070;
  color: #fff;
  border: 1px solid #707070;
}
.w-newsletter .close-newsletter {
  position: absolute;
  right: 14px;
  top: 14px;
  cursor: pointer;
}
@media (max-width: 888px) {
  .w-newsletter {
    padding: 30px 15px 30px 15px;
    width: auto;
    text-align: center;
    left: 35px;
    right: 35px;
    transform: none;
  }
  .w-newsletter .infos {
    float: none;
    padding-bottom: 17px;
  }
  .w-newsletter .infos .title {
    font-size: 25px;
    line-height: 25px;
    padding-bottom: 12px;
  }
  .w-newsletter .open-nl-modal {
    background: #F8F8F8;
    color: #000;
    font-size: 14px;
    border: 1px solid #F8F8F8;
    cursor: pointer;
    text-transform: uppercase;
    display: inline-block;
    padding: 9px 40px;
    float: none;
  }
  .w-newsletter .open-nl-modal {
    float: none;
    width: 100%;
    color: #fff;
    background: transparent;
  }
}
.nav-toggle {
  cursor: pointer;
  width: 40px;
  height: 40px;
  padding: 19px 10px 10px;
  z-index: 1000;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 1200px) {
  .nav-toggle {
    display: none;
  }
}
.nav-toggle span,
.nav-toggle span:before,
.nav-toggle span:after {
  -webkit-border-radius: 1px;
  border-radius: 1px;
  height: 2px;
  width: 26px;
  background: #000;
  position: absolute;
  display: block;
  content: '';
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  right: 0;
}
.nav-toggle span {
  width: 16px;
}
.nav-toggle span:before {
  top: -7px;
}
.nav-toggle span:after {
  bottom: -7px;
}
.nav-opened .main-nav {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.nav-opened .nav-toggle span {
  width: 20px;
  background: none;
}
.nav-opened .nav-toggle span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  right: 0;
  background: #000;
}
.nav-opened .nav-toggle span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
  right: 0;
  background: #000;
}
header .main-nav li a:hover {
  color: #ab313a !important;
}
header {
  padding: 10px 15px 10px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
}
header .container.wide,
header .row.align-items-center {
  height: 70px;
}
header.home {
  border-bottom: 1px solid #D8D8D8;
}
@media (max-width: 1199px) {
  header.home {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    background-color: #fff;
  }
}
@media (max-width: 991px) {
  header.home {
    background-color: #fff;
  }
}
header .right {
  text-align: right;
}

header .main-nav li {
  display: inline-block;
  padding: 0 33px;
  font-weight: 500;
}
header .main-nav ul.main li a {
  font-weight: 400;
}
header .main-nav .mobil-logo {
  margin-left: 15px;
  float: left;
}
@media (min-width: 641px) {
  header .main-nav .mobil-logo {
    display: none;
  }
}
header.inner {
  overflow: hidden;
  padding: 10px 15px 10px;
}
@media (max-width: 1199px) {
  header.inner {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 33;
  }
}
@media (max-width: 991px) {
  header.inner {
    background-color: #fff;
  }
}
header.inner .black {
  color: #fff !important;
}
header.inner .black:before {
  content: '';
  position: absolute;
  width: 1000%;
  right: -1000%;
  height: 100%;
  top: 0;
}
header.inner .black .nav-toggle span,
header.inner .black .nav-toggle span:before,
header.inner .black .nav-toggle span:after {
  background: #fff;
}
header.inner .logo {
  position: fixed;
  z-index: 33;
  top: 10px;
}
header.inner .right {
  text-align: right;
}
header.home-black {
  background-color: #090909;
  padding: 10px 15px 10px 15px;
  position: relative;
  z-index: 33;
}
@media (max-width: 1199px) {
  header.home-black {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
  }
}
header.home-black .main-nav ul.main li a {
  color: #fff;
}
header.home-black .nav-toggle span,
header.home-black .nav-toggle span:before,
header.home-black .nav-toggle span:after {
  background-color: #fff;
}
@media (max-width: 1199px) {
  .nav-opened header.home-black .nav-toggle span {
    background: none;
  }
}

header .main-nav {
    display: flex;
    justify-content: end;
    align-items: center;
}

@media (max-width: 1199px) {
  header .main-nav {
    overflow-y: auto;
    width: 300px;
    position: fixed;
    top: 90px;
    bottom: 0;
    right: 0;
    background: #000;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    z-index: 999;
    text-align: center;
    padding: 10px 0px 0px 0px;

      display: inline-block;
      vertical-align: middle;
  }
  header.inner .main-nav {
    top: 0;
  }
  header .container.wide {
    max-width: 100%;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
  }
  header .main-nav ul li {
    display: block;
    padding-left: 0;
  }
  header .main-nav ul li a {
    color: #fff;
    font-weight: 500;
    font-size: 19px;
  }
  header .main-nav ul li:not(:first-child):before {
    content: none;
  }
  header .main-nav ul.main {
    position: absolute;
    left: 30px;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
  }
  header .main-nav ul.main li {
    display: block;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #8F8F8F;
    margin-bottom: 20px;
  }
  header .main-nav ul.main li:last-child {
    border-bottom: 0;
  }
  header .main-nav ul.social {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 35px;
  }
  header .main-nav ul.social li {
    display: inline-block !important;
    padding: 0 11px;
  }
}
@media (max-width: 991px) {
  header.inner {
    border-bottom: 1px solid #D8D8D8;
  }
  header.inner .logo {
    padding: 0;
    position: static;
  }
  header.inner .black {
    background-color: transparent;
    color: #000 !important;
  }
  header.inner .right {
    padding: 0;
  }
  header.inner .black .nav-toggle span,
  header.inner .black .nav-toggle span:before,
  header.inner .black .nav-toggle span:after {
    background: #000;
  }
  header.inner .nav-toggle {
    margin-top: 10px;
  }
  header.inner .black:before {
    display: none;
  }
  header.inner .black {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  header.inner .main-nav {
    top: 90px;
  }

}
.nav-opened header.inner .black .nav-toggle span {
  background: none;
}
@media (max-width: 640px) {
  .nav-opened {
    overflow: hidden;
  }
  .nav-opened header .nav-toggle span:before,
  .nav-opened header .nav-toggle span:after {
    background: #fff !important;
  }
  header .main-nav {
    width: 100%;
    top: 0;
  }
  header.inner .main-nav {
    top: 0;
  }
}
header.home-black .white-color {
  display: block;
}
header.home .black-color {
  display: block;
}


header .main-nav .cta {
    margin-left: 50px;
}

.home-black .main-nav .cta .w-btn .tr-btn a {
    background: #F8F8F8;
    color: #000;
    border: 1px solid #F8F8F8;
    cursor: pointer;
    text-transform: uppercase;
}

.home-black .main-nav .cta .w-btn .tr-btn a:hover {
    background-color: #707070;
    color: #fff;
    border: 1px solid #707070;
}
