@import 'framework.min.css';

/*/  fonts  ///////////////////////////////////////////////////////////////////////////////////////////////*/


/* lora-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lora-v32-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/lora-v32-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lora-v32-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/lora-v32-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/lora-v32-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/lora-v32-latin-regular.svg#Lora') format('svg'); /* Legacy iOS */
}

/* lora-bold-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lora';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/lora-v32-latin-700.eot'); /* IE9 Compat Modes */
  src: url('../fonts/lora-v32-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lora-v32-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/lora-v32-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/lora-v32-latin-700.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/lora-v32-latin-700.svg#Lora') format('svg'); /* Legacy iOS */
}


/* montserrat-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v26-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/montserrat-v26-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v26-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/montserrat-v26-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/montserrat-v26-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/montserrat-v26-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}

/* montserrat-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/montserrat-v26-latin-600.eot'); /* IE9 Compat Modes */
  src: url('../fonts/montserrat-v26-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v26-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/montserrat-v26-latin-600.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/montserrat-v26-latin-600.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/montserrat-v26-latin-600.svg#Montserrat') format('svg'); /* Legacy iOS */
}

/* montserrat-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/montserrat-v26-latin-700.eot'); /* IE9 Compat Modes */
  src: url('../fonts/montserrat-v26-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v26-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/montserrat-v26-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/montserrat-v26-latin-700.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/montserrat-v26-latin-700.svg#Montserrat') format('svg'); /* Legacy iOS */
}




/* 1. Common styles */

html {
    scroll-behavior: smooth;
}

.jumper {
    margin-top: -100px;
}
.jumper::before {
    content: "";
    display: block;
    height: 100px;

}



html, body, p {
	font-family: 'Lora', Times, "Times New Roman", "serif";
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 36px;
	color: #1E1E1E;
	-webkit-font-smoothing: antialiased;
}

.copy, .copy p {	
	font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}

.copy-big {	
	font-family: 'Lora', Times, "Times New Roman", "serif";
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	line-height: 50px;
}

nav, header, section, footer {
  position: relative;
}

header, section, [data-bg-src], [data-bg-src-2x] {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

header, section {
  overflow: hidden;
}

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

nav {
  width: 100%;
}
nav.transparent {
  background: transparent;
}

a, button {
  cursor: pointer;
  transition: all 0.25s;
}
a:hover, button:hover {
  text-decoration: none;
}
a:active, a:focus, button:active, button:focus {
  text-decoration: none;
  outline: none;
}

button {
  border: none;
  outline: none !important;
}

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

label {
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  margin: 0;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
  line-height: 24px;
	letter-spacing: 0.125em;
	text-transform: uppercase;
}

h1.legal {
	font-size: 28px;
	line-height: 32px;
}

b, strong {
  font-weight: 700;
}

.alert {
  display: none;
  position: fixed;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 970px;
  z-index: 2000;
}
.alert-dismissable .close, .alert-dismissible .close {
  top: 0;
}

/* Change AOS plugin default settings */
[data-aos=fade-down] {
  transform: translate3d(0, -35px, 0);
}

[data-aos=fade-up] {
  transform: translate3d(0, 35px, 0);
}

/* Slick slider */
.slick-loading .slick-list {
  /* background: #fff url("../i/ajax-loader.gif") center center no-repeat; */
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 32px;
  width: 32px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -16px;
  padding: 0;
  border: none;
  outline: none;
  z-index: 1;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 0.5;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.3;
}
.slick-prev:before,
.slick-next:before {
  display: block;
  content: "";
  width: 32px;
  height: 32px;
  opacity: 1;
  transition: opacity 0.2s;
}

.slick-prev {
  left: 0;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 0;
}
.slick-prev:before {
  background: url(../i/slick-arrow-left.svg) no-repeat 0 50%;
}
[dir=rtl] .slick-prev:before {
  background: url(../i/slick-arrow-right.svg) no-repeat 100% 50%;
}

.slick-next {
  right: 0;
}
[dir=rtl] .slick-next {
  left: 0;
  right: auto;
}
.slick-next:before {
  background: url(../i/slick-arrow-right.svg) no-repeat 100% 50%;
}
[dir=rtl] .slick-next:before {
  background: url(../i/slick-arrow-left.svg) no-repeat 0 50%;
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0;
  margin: 0;
  left: 0;
  right: 0;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  box-sizing: border-box;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: transparent;
  display: block;
  height: 10px;
  width: 10px;
  padding: 0;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  opacity: 0.3;
  cursor: pointer;
}
.slick-dots li button:hover {
  outline: none;
  opacity: 0.8;
}
.slick-dots li.slick-active button {
  background: #ffffff;
  opacity: 1;
}
.slick-dots li.slick-active button:hover {
  opacity: 1;
}

.slick-slide {
  outline: none;
}

/* Slick slider Dark arrows */
.arrows-dark .slick-prev:before {
  background: url(../i/slick-arrow-left-dark.svg) no-repeat 0 50%;
}
[dir=rtl] .arrows-dark .slick-prev:before {
  background: url(../i/slick-arrow-right-dark.svg) no-repeat 100% 50%;
}
.arrows-dark .slick-next:before {
  background: url(../i/slick-arrow-right-dark.svg) no-repeat 100% 50%;
}
[dir=rtl] .arrows-dark .slick-next:before {
  background: url(../i/slick-arrow-left-dark.svg) no-repeat 0 50%;
}

.container {
  position: relative;
}

::-moz-selection {
  background: #f40000;
  color: #ffffff;
}

::-webkit-selection {
  background: #f40000;
  color: #ffffff;
}

::selection {
  background: #f40000;
  color: #ffffff;
}

/* 2. Common responsive styles */
/* Smaller than 1200px */
@media (max-width: 1199.98px) {
/*
  header[class^=pt-], header[class*=" pt-"], section[class^=pt-], section[class*=" pt-"] {
    padding-top: 80px;
  }
  header[class^=pb-], header[class*=" pb-"], section[class^=pb-], section[class*=" pb-"] {
    padding-bottom: 80px;
  }
*/
  h1 br, h2 br, h3 br, .text-adaptive br {
    display: none;
  }

	/*
  h1 {
    font-size: 52px;
    line-height: 58px;
  }
  h2, h3 {
    font-size: 30px;
    line-height: 34px;
  }
*/
	
  .navigation_mobile {
    display: block;
  }
}
/* Smaller than 992px */
@media (max-width: 991.98px) {

html, body, p {
	font-size: 20px;
	line-height: 34px;
}

.copy, .copy p {	
	font-size: 15px;
	line-height: 22px;
}

.copy-big {	
	font-size: 24px;
	line-height: 40px;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 14px;
  line-height: 20px;
}

h1.legal {
	font-size: 20px;
	line-height: 26px;
}

/*
	h1 {
    font-size: 42px;
    line-height: 46px;
  }

  h2, h3 {
    font-size: 26px;
    line-height: 30px;
  }
*/
  .text-adaptive.f-24 {
    font-size: 22px;
    line-height: 32px;
  }
  .text-adaptive.f-22 {
    font-size: 20px;
    line-height: 30px;
  }
  .text-adaptive.f-20 {
    font-size: 18px;
    line-height: 28px;
  }

  .alert {
    top: 10px;
    left: 20px;
    right: 20px;
    transform: none;
    width: auto;
    padding-left: 40px;
  }
}
/* Smaller than 768px */
@media (max-width: 767.98px) {
 /*
	h1, h2, h3 {
    font-size: 26px;
    line-height: 32px;
  }
*/
  .text-adaptive.f-24 {
    font-size: 20px;
    line-height: 30px;
  }
  .text-adaptive.f-22 {
    font-size: 18px;
    line-height: 28px;
  }
  .text-adaptive.f-20 {
    font-size: 16px;
    line-height: 26px;
  }
  .text-adaptive.f-18 {
    font-size: 16px;
    line-height: 26px;
  }

  .btn.lg {
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    font-size: 18px;
    font-weight: 500;
  }
  .btn.lg[class^=border-], .btn.lg[class*=" border-"] {
    line-height: 46px;
  }
  .btn.xl {
    height: 60px;
    line-height: 60px;
    padding: 0 35px;
    font-size: 18px;
    font-weight: 500;
  }
  .btn.xl[class^=border-], .btn.xl[class*=" border-"] {
    line-height: 56px;
  }

  .input.lg {
    height: 50px;
    font-size: 18px;
    font-weight: 500;
  }
}
/* Smaller than 576px */
@media (max-width: 575.98px) {
 
html, body, p {
	font-size: 19px;
	line-height: 30px;
}

.copy, .copy p {	
	font-size: 15px;
	line-height: 22px;
}

.copy-big {	
	font-size: 21px;
	line-height: 32px;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 13px;
  line-height: 18px;
}

h1.legal {
	font-size: 18px;
	line-height: 24px;
}
/*
	h1, h2, h3 {
    font-size: 22px;
    line-height: 26px;
  }
	*/
	
	

  .btn.xl {
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
  }
  .btn.xl[class^=border-], .btn.xl[class*=" border-"] {
    line-height: 46px;
  }
}
/* 3. Headers */
@media (max-width: 767.98px) {
  .header_1 .text-adaptive {
    margin-top: 20px;
  }
  .header_1 .buttons {
    margin-top: 40px;
  }
}

@media (max-width: 767.98px) {
  .header_2 .text-adaptive {
    margin-top: 20px;
  }
  .header_2 form {
    margin-top: 40px;
  }
  .header_2 form .input {
    text-align: center;
    max-width: 100%;
    width: 100%;
  }
  .header_2 form .btn {
    margin-top: 15px;
  }
}

/* 4. Navigations */


@media (max-width: 1199.98px) {
  .navigation_2 a {
    margin: 0 15px;
  }
  .navigation_2 .dropdown a {
    margin: 0;
  }
}

/* 5. Contents */
@media (max-width: 767.98px) {
  .content_1 h2 {
    margin-top: 10px;
  }
}

@media (max-width: 991.98px) {
  .content_2 .text-adaptive {
    margin-top: 15px;
  }
}

/* 6. Testimonials */
@media (max-width: 767.98px) {
  .testimonial_2 .text-adaptive {
    margin-top: 10px;
    margin-bottom: 25px;
  }
}

/* 7. Features */
@media (max-width: 1199.98px) {
  .feature_1[class^=pb-], .feature_1[class*=" pb-"] {
    padding-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .feature_1 .title {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .feature_1 .title br {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .feature_2[class^=pb-], .feature_2[class*=" pb-"] {
    padding-bottom: 30px;
  }
  .feature_2 .description {
    margin-top: 20px;
  }
}

/* 8. Forms */
@media (max-width: 467.98px) {
  .form_1 h2 {
    margin-bottom: 20px;
  }
  .form_1 form {
    padding: 30px;
  }
}
@media (max-width: 359.98px) {
  .form_1 form {
    padding: 30px 20px;
  }
}

.form_2 .img_holder img {
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
@media (max-width: 1199.98px) {
  .form_2 form {
    padding: 80px 0;
  }
  .form_2 .buttons {
    margin-top: 10px;
  }
  .form_2 button {
    margin-right: 0px;
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .form_2 form {
    max-width: 290px;
    margin: 0 auto;
  }
}

/* 9. Call to Actions */
@media (max-width: 767.98px) {
  .call_to_action_1 .description {
    margin: 10px 0 30px 0;
  }
  .call_to_action_1 .btn {
    margin-bottom: 15px;
  }
}

.call_to_action_2 .inner {
  border: 2px solid #f5f5f5;
}
@media (max-width: 991.98px) {
  .call_to_action_2 .inner {
    padding: 40px 30px;
  }
}
@media (max-width: 575.98px) {
  .call_to_action_2 .inner {
    padding: 30px 20px;
  }
}

/* 10. Teams */
.team_1 .block {
  border: 2px solid #f5f5f5;
}
.team_1 .block_socials {
  border-top: 2px solid #f5f5f5;
}
.team_1 .block_socials .border_right {
  border-right: 2px solid #f5f5f5;
}

.team_2 .bordered {
  border-left: 2px solid #f5f5f5;
  border-right: 2px solid #f5f5f5;
}
@media (max-width: 767.98px) {
  .team_2 .bordered {
    border: none;
    border-top: 2px solid #f5f5f5;
    border-bottom: 2px solid #f5f5f5;
  }
}

/* 11. Pricing Tables */
.pricing_table_1 .block {
  border: 2px solid #f5f5f5;
  border-bottom-left-radius: 10px;
}
.pricing_table_1 .block.noborder_right {
  border-right: none;
}
.pricing_table_1 .item {
  padding: 16px 0 14px 0;
  border-top: 2px solid #f5f5f5;
}
.pricing_table_1 .price span.absolute {
  top: 5px;
  left: -15px;
}
@media (max-width: 991.98px) {
  .pricing_table_1[class^=pb-], .pricing_table_1[class*=" pb-"] {
    padding-bottom: 30px;
  }
  .pricing_table_1 .block {
    margin: 0 auto 50px auto;
    max-width: 300px;
    border-radius: 10px;
  }
  .pricing_table_1 .block.noborder_right {
    border-right: 2px solid #f5f5f5;
  }
}

/* 12. Contacts */
.contact_1 textarea.input {
  height: 170px;
}
.contact_1 .separate {
  position: relative;
}
.contact_1 .separate:before, .contact_1 .separate:after {
  content: " ";
  display: block;
  position: absolute;
  width: calc(100% / 2 - 60px);
  left: 0;
  top: 50%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.contact_1 .separate:after {
  left: auto;
  right: 0;
}

.contact_2 textarea.input {
  height: 170px;
}

/* 13. Showcases */
.showcase_1 .block a:hover {
  opacity: 0.8;
}
@media (max-width: 991.98px) {
  .showcase_1 .description {
    margin: 10px 0 0 0;
  }
}

.showcase_2 a:hover {
  opacity: 0.8;
}

/* 14. Footers */
@media (max-width: 575.98px) {
  .footer_1 .links a {
    margin: 0 10px;
  }
}

/* 15. Ecommerce */
.ecommerce_1 .product .img_link img {
  transition: all 0.25s;
}
.ecommerce_1 .product .img_link:hover img {
  opacity: 0.8;
}
.ecommerce_1 .product .btn {
  left: 0;
  bottom: 0;
}
@media (max-width: 1199.98px) {
  .ecommerce_1 .main_info .btn {
    margin-top: 30px;
  }
}

.ecommerce_2 .product {
  border: 2px solid #f5f5f5;
}
.ecommerce_2 .product.big {
  min-height: calc(100% - 30px);
}
.ecommerce_2 .product.big ul {
  column-count: 2;
}
.ecommerce_2 .product li {
  list-style: none;
  position: relative;
}
.ecommerce_2 .product li:before {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: -10px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #ffffff;
}
@media (max-width: 575.98px) {
  .ecommerce_2 .product {
    max-width: 290px;
    padding: 20px 20px 30px 20px;
  }
  .ecommerce_2 .product.big ul {
    column-count: 1;
  }
  .ecommerce_2 .product .left {
    margin-right: 0;
  }
  .ecommerce_2 .product img {
    width: 100%;
    max-width: 100%;
  }
}

/* 16. Applications */
@media (max-width: 767.98px) {
  .application_2 .application_2_left_img {
    max-height: 50vh;
  }
}
.application_2 .with_borders:nth-of-type(1) {
  border-bottom: 2px solid #EBEAED;
  border-right: 2px solid #EBEAED;
}
.application_2 .with_borders:nth-of-type(2) {
  border-bottom: 2px solid #EBEAED;
  border-right: 2px solid #EBEAED;
}
.application_2 .with_borders:nth-of-type(3) {
  border-bottom: 2px solid #EBEAED;
}
.application_2 .with_borders:nth-of-type(4) {
  border-right: 2px solid #EBEAED;
}
.application_2 .with_borders:nth-of-type(5) {
  border-right: 2px solid #EBEAED;
}
@media (max-width: 991.98px) {
  .application_2 .with_borders:nth-of-type(2) {
    border-right: none;
  }
  .application_2 .with_borders:nth-of-type(3) {
    border-right: 2px solid #EBEAED;
    padding-top: 35px;
  }
  .application_2 .with_borders:nth-of-type(4) {
    border-right: none;
    border-bottom: 2px solid #EBEAED;
  }
}






/* GLOBAL */

body {
	background-color: #FAD223;
}

.f-light {
	font-weight: 400;
}
.f-bold {
	font-weight: 600;
}
.f-12 {
	font-size:14px !important;
}
.f-13 {
	font-size:14px !important;
}
.f-14 {
	font-size:14px !important;
}
.f-15 {
	font-size:15px !important;
}
.color-main {
	color: #1E1E1E;
}
.bg-grey {
	background-color: #f0f2f4;
}
.color-grey {
	color: #8c8e90;
}
.color-yellow {
	color: #FAD223;
}
img.img-round {
	border-radius: 100%;
}

a[href^="tel:"] {
text-decoration: underline;
}
@media (min-width: 992px) {
.desktop-off {
	display: none !important;
}
a[href^="tel:"] {
text-decoration: none !important;
}
}
@media (max-width: 991.98px) {
.mobile-off {
	display: none !important;
}
}
.cnt a {
	color: #1E1E1E;
	text-decoration: underline;
	text-underline-offset: 3px;
}
.cnt a:hover {
	color: #1E1E1E;
	text-decoration: none;
}
.cnt-start a {
	text-underline-offset: 5px;
}

a.btn {
	color: #ffffff !important;
	text-decoration: none;
}


/* NAVIGATION */

.navigation, .navigation a.link {
	font-size: 17px;
	color: #ffffff;
}
.navigation a.link:hover {
	color:rgba(255,255,255,0.65);
}


/*
@media (min-width: 992px) {
*/

.fixie {
	position: fixed;
	z-index: 999;
	top:0px;
}
.col-logo {
	margin-left: 3%;
}
img.logo {
	height: 30px;
}
img.topper {
	height: 50px;
	position: absolute;
	right:5%;
	bottom:8%;
}


.col-language {
	position: fixed;
	right: 3%;
	padding-top: 50px;
	z-index: 888;
}
a.language {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 12px !important;
	line-height: 16px;
	text-transform: uppercase;
	letter-spacing: 0.125em;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 5px;
	color: #1E1E1E;
}

a.language:hover {
	text-decoration: none !important;
	color: #1E1E1E !important;
	opacity: 1 !important
}
.btn, .btn.action-1 {
	background-color: #ffffff;
	color: #1E1E1E !important;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
}
.btn.menu{
	background-color: #ffffff;
	color: #1E1E1E !important;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
}
.btn.menu:hover, .btn:hover, .btn.action-1:hover  {
	background-color: rgba(255, 255, 255, 0.35) !important;
}
.btn.sm {
  padding: 0 20px;
}

.nav {
	/* position: fixed; */
	z-index: 99;
	top:0px;
}
.nav-menu {
	margin-left: 9vw;
}

.country {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 12px !important;
	line-height: 16px;
	text-transform: uppercase;
	letter-spacing: 0.125em;
	text-decoration: none;
	background-color: #1E1E1E;
	color: #ffffff;
	border-radius: 50px;
	padding: 10px 16px;
	/* min-height: 40px !important; */
	margin-bottom: 7px !important;
	display: inline-block;
}

@media (max-width: 1199.98px) {
.btn.menu {
	font-size: 15px;
}
a.language {
	font-size: 11px !important;
}
.btn.sm {
  padding: 0 15px;
}
.mx-2 { 
  margin-left: 1px !important;
  margin-right: 1px !important;
}
}

@media (max-width: 991.98px) {
.navigation img {
	width: 140px;
}
.col-menu {
  position: relative;
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
  text-align: right !important;
  justify-content: right !important;
}
.col-menu.mt-20 {
  margin-top: 0px;
}
.col-logo {
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
  text-align:left !important;
}
img.topper {
	height: 40px;
}
img.topper {
	right:5%;
	bottom:4%
}
}

@media (max-width: 721.98px) {
.navigation img {
	width: 120px;
}
}

@media (max-width: 421.98px) {
.mx-15 {
    margin-left: 5px;
    margin-right: 5px;
}
.btn.sm {
  height: 34px;
  line-height: 34px;
  padding: 0 14px;
}
.btn.f-16 {
	font-size: 15px !important;
}

.btn, .btn.action-1 {
	font-size: 15px;
}
}


/* FOOTER */

.footer {
	background-color: #000000;
	color: #ffffff;
}

.footer .btn.action-1:hover {
	background-color: #FAD223 !important;
}



/* CONTENTS */

.header {
	position: fixed;
	top: 0px;
	/* background-color: #FAD223; */
	background: rgb(250,210,35);
	background: linear-gradient(0deg, rgba(250,210,35,0) 0%, rgba(250,210,35,1) 25%, rgba(250,210,35,1) 100%); 
	z-index: 99999;
	width: 100vw;
	height: 120px
}

.cnt-start {
	padding-top: 14vw;
	background-color: #FAD223;
}
.cnt-end {
	padding-bottom: 14vw;
}
.cnt-start-rights {
	padding-top: 12vw;
	padding-bottom: 12vw;
}
.world {
	padding-left:5vw; 
	padding-right: 5vw;
	background-image: url("../img/worldmap_xl.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	height: 100vh;
	text-align: center;
	display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}


@media (max-width: 1181.98px) {
.world {
	background-image: url("../img/worldmap_l.svg");
}
}

@media (max-width: 991.98px) {
.cnt-start {
	padding-top: 16vw;
}
.cnt-end {
	padding-bottom: 14vw;
}
.cnt-start-rights {
	padding-top: 16vw;
	padding-bottom: 16vw;
}
.world {
	padding-left:20px;
	padding-right:20px;
	height: 80vh;
	padding-top: 5vh;
	padding-bottom: 5vh;
}
.col-language {
	right: 5%;
	}
}



@media (max-width: 771.98px) {
.cnt-start {
	padding-top: 22vw;
}
.cnt-end {
	padding-bottom: 16vw;
}
.cnt-start-rights {
	padding-top: 18vw;
	padding-bottom: 18vw;
}
.pb-50, .pb-100 {
	padding-bottom: 30px !important;
}
.pt-50 .pt-100 {
	padding-top: 30px !important;
}
}

/* Smaller than 576px */
@media (max-width: 575.98px) {
 

.header {
	position: fixed;
	top: 0px;
	/* background-color: #FAD223; */
	background: rgb(250,210,35);
	background: linear-gradient(0deg, rgba(250,210,35,0) 0%, rgba(250,210,35,1) 20%, rgba(250,210,35,1) 100%);
	z-index: 99999;
	width: 100vw;
	height: 80px;
}
}

@media (max-width: 481.98px) {
.cnt-start {
	padding-top: 26vw;
}
.cnt-end {
	padding-bottom: 17vw;
}
.cnt-start-rights {
	padding-top: 22vw;
	padding-bottom: 22vw;
}
.pb-50, .pb-100 {
	padding-bottom: 20px !important;
}
.pt-50, .pt-100, .col-language {
	padding-top: 20px !important;
}
.col-language {
	right: 8%;
	}
.world {
	background-image: url("../img/worldmap_s.svg");
	height: 80vh;
	padding-left:20px;
	padding-right:20px;
	padding-top: 0vh;
	padding-bottom: 10vh;
	background-position: top center;
}
}







