:root {
  --white: white;
  --black: black;
}

img {
  max-width: 100%;
  display: inline-block;
}

.hero {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100vh;
  display: block;
}

.menu {
  z-index: 999999999;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
  position: relative;
  inset: 0% 0% auto;
}

.container {
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
}

.container_div {
  justify-content: space-between;
  align-items: center;
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar {
  z-index: 999999999;
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: static;
}

.navbar.main {
  position: relative;
}

.about-us {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 0;
  display: flex;
}

.services {
  background-image: url('../images/services_background.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.group {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
}

.backgrround_video {
  background-color: #2a2a2ad4;
  height: 45vh;
  display: none;
}

.partners {
  background-color: #fafafa;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.contact {
  background-image: url('../images/contact_background.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.footer {
  background-color: #3CF;
  justify-content: center;
  align-items: center;
  height: 40px;
  display: flex;
}

.footer_text {
  color: #fff;
  text-align: center;
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.group_tabs {
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
}

.tabs-menu {
  justify-content: space-around;
  display: flex;
}

.tab_content {
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.tab_content.kfl {
  padding-bottom: 0;
}

.nav_link {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.nav_link:hover {
  color: #3CF;
  border-bottom: 2px solid #3CF;
}

.nav_link.w--current {
  color: #f05728;
  border-bottom: 1px #f05728;
  border-radius: 0;
  padding-bottom: 10px;
}

.grey_block {
  background-color: #f6f6f6;
  width: 100%;
}

.grey_block.kfl {
  background-color: #eee;
}

.content {
  z-index: 2147483647;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 90vw;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.content.contact {
  background-image: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 20px;
}

.content.kfl {
  padding-top: 20px;
  padding-bottom: 20px;
}

.content.transport_pride_block {
  margin-top: 0;
}

.about_content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90vw;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slider {
  background-color: #fff0;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.slide-nav {
  display: none;
}

.slide {
  width: 25%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 0;
  position: relative;
  overflow: visible;
}

.partners_col {
  justify-content: space-between;
  align-items: center;
  width: 90vw;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.orange_div {
  z-index: 9999999;
  background-color: #3CF;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 50%;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.grey_div {
  background-color: #f1f1f100;
  width: 65%;
  padding: 20px;
  position: relative;
}

.services_columns {
  flex-direction: row;
  display: flex;
}

.heading_divs {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90vw;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading_divs.smaller {
  width: 100%;
  margin: 20px 0;
}

.heading_divs.smaller.left {
  align-items: flex-start;
}

.heading_divs.smaller.services_head {
  margin-top: 0;
}

.h1_heading_main {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.h1_heading_main.orange {
  color: #09F;
  text-align: center;
  width: 100%;
}

.h1_heading_main.white {
  color: #fff;
}

.tab-link-tab-1 {
  background-color: #c8c8c8;
}

.tab-link-tab-1.w--current {
  color: #fff;
  background-color: #3CF;
  border-radius: 10px;
  padding: 12px 35px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.tabs {
  color: #000;
  background-color: #3CF;
  border: 2px solid  #3CF;
  border-radius: 10px;
  align-items: center;
  padding: 12px 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  display: flex;
}

.tabs:hover {
  color: #fff;
  background-color: #000;
}

.tabs.w--current {
  color: #fff;
  background-color: #000;
  padding: 12px 40px;
}

.tab_columns {
  align-items: stretch;
  display: flex;
}

.text_divs {
  margin-bottom: 20px;
}

.paragraph {
  font-family: Montserrat, sans-serif;
}

.paragraph.center {
  text-align: center;
  margin-bottom: 10px;
}

.read-more {
  color: #3CF;
  border: 2px solid #3CF;
  border-radius: 25px;
  align-items: center;
  width: auto;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.read-more:hover {
  color: #fff;
  background-color: #f05728;
}

.read-more.white {
  color: #fff;
  border-color: #fff;
  margin-top: 20px;
}

.read-more.white:hover {
  color: #3CF;
  background-color: #f6f6f6;
}

.icon {
  margin-left: 5px;
}

.icon.button_orange {
  margin-left: 5px;
  font-size: 16px;
}

.icon.button_white {
  margin-left: 20px;
}

.icon-2 {
  color: #3CF;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.partner_image {
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.bold-text.orange_txt {
  color: #000;
}

.column-3 {
  text-align: left;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.div-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

._4567890_-qwe {
  margin-bottom: 20px;
}

.slider_text {
  color: #494747;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.columns {
  display: flex;
}

.h1_hero-heading {
  color: #fff;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Ttf, sans-serif;
  font-size: 85px;
  line-height: 65px;
}

.h1_hero-heading._2nd-row {
  letter-spacing: 1px;
  margin-top: 10px;
  font-size: 153px;
  line-height: 120px;
}

.mask {
  width: 100%;
  height: auto;
}

.slider_div {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  display: flex;
  position: static;
  inset: 0%;
}

.image {
  width: 83px;
  height: 83px;
  margin-bottom: 20px;
}

.orange-divider_div {
  background-color: #f05728;
  width: 55%;
  height: 5px;
}

.left-arrow {
  display: flex;
}

.left-arrow.qwer {
  margin-left: -44px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.contact_columns {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.contact_col {
  border-right: 2px solid #ffffff6e;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 10px;
  display: flex;
}

.contact_col.last_col {
  border-right-style: none;
  flex-direction: column;
}

.h2_heading_white {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.details {
  width: 100%;
}

.tel_contact, .email_contact {
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.web_contact {
  align-items: center;
  display: flex;
}

.contact_icon {
  margin-right: 10px;
}

.contact_link {
  color: #fff;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.contact_link:hover {
  color: #3CF;
}

.accordion-divider-2 {
  border-top: 1px solid #202020;
  height: 0;
}

.accordion-top-wrap-2 {
  flex: 1;
  padding-top: 16px;
  padding-bottom: 16px;
}

.accordion-bottom {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  width: 100%;
  overflow: hidden;
}

.accordion-bottom-text {
  color: #7e7e7e;
  width: 100%;
  margin-bottom: 0;
  font-weight: 400;
}

.accordion-icon-stripe-3 {
  background-color: #fff;
  width: 1px;
  height: 100%;
}

.accordion-top-icon-wrap {
  justify-content: center;
  align-items: center;
  width: 17px;
  height: 17px;
  display: flex;
  position: relative;
}

.accordion-icon-stripe-4 {
  background-color: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
}

.accordion-top-icon-2 {
  justify-content: center;
  align-items: center;
  margin-right: -16px;
  padding: 16px;
  position: relative;
}

.accordion-top-2 {
  opacity: 1;
  align-items: center;
  width: 100%;
  transition: opacity .6s cubic-bezier(.19, 1, .22, 1);
  display: flex;
}

.accordion-top-2:hover {
  opacity: .64;
}

.accordion-top-text-2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.accordion-bottom-wrap {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 32px;
}

.accordion-3 {
  cursor: pointer;
  border-bottom: 1px solid #202020;
  width: 100%;
  display: none;
}

.tyui {
  margin-left: 0;
  margin-right: -44px;
  padding-right: 0;
}

.text-block {
  text-align: center;
  width: 75%;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.services_colu {
  width: 100%;
  display: flex;
}

.column-4 {
  justify-content: space-between;
  align-items: stretch;
  padding: 10px 20px 10px 0;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 10px;
  padding-top: 20px;
  display: flex;
}

.div-block-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-bottom: 0;
  display: flex;
}

.div-block-3.bottom {
  margin-bottom: 0;
}

.column-5 {
  background-color: #3CF;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 40px 10px 60px;
  display: flex;
}

.inline_bold {
  font-style: normal;
  font-weight: 700;
}

.column_rows {
  justify-content: center;
  width: 100%;
  display: flex;
}

.col1 {
  border-bottom: 2px solid #3CF;
  border-right: 2px solid #3CF;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.col1.last {
  border-bottom-style: none;
  align-items: center;
}

.col2 {
  border-bottom: 2px solid #3CF;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.col2.last {
  border-bottom-style: none;
}

.col3 {
  border-bottom: 2px solid #3CF;
  border-left: 2px solid #3CF;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  display: flex;
}

.col3.last {
  border-bottom-style: none;
  align-items: stretch;
  display: flex;
}

.column-6 {
  border-bottom: 2px solid #3CF;
  border-left: 2px solid #3CF;
}

.about_col_text {
  color: #000;
  text-align: center;
  width: 75%;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  display: block;
}

.image-4 {
  mix-blend-mode: multiply;
}

.image-5 {
  mix-blend-mode: normal;
  font-family: Georgia, Times, Times New Roman, serif;
}

.brand2.w--current {
  opacity: 0;
}

.content_div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.grey_content_div {
  background-color: #efefef;
  padding: 20px;
}

.inside_heading {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.inline_text {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
}

.kfl_slider {
  background-color: #f6f6f600;
  width: 95%;
  height: auto;
  display: none;
}

.kfl_icon_slide {
  width: 35%;
}

.kfl_icon_slide.arrow {
  width: 10%;
}

.kfl_slide_nav {
  display: none;
}

.paragraph-2 {
  text-align: center;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
}

.div_slide_content {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px 10px;
  display: flex;
}

.div_slide_content.arrow {
  width: 50%;
  padding: 40px 0;
}

.icon-3, .icon-4 {
  color: #f05728;
}

.services_content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.services_paragraph {
  color: #fff;
  text-align: center;
  text-transform: none;
  font-family: Montserrat, sans-serif;
}

.hero_paragraph {
  color: #fff;
  text-align: center;
  width: 70%;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.hero_text_image {
  width: 65%;
}

.pride_icon {
  width: 83px;
  height: 83px;
  margin-bottom: 20px;
}

.kfl_icon {
  width: 83px;
  height: 83px;
}

.kfl_slide_text {
  text-align: center;
  width: 95%;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.kfl_slide_text.content_slider {
  width: auto;
}

.left-arrow-2 {
  margin-left: -23px;
}

.right-arrow {
  margin-right: -23px;
}

.services_icon {
  margin-bottom: 20px;
}

.services_txt {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.kfl_work_group {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.kfl_content_slider {
  background-color: #fff0;
  align-items: stretch;
  width: 95%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.navi {
  display: none;
}

.kfl_content_slide {
  width: 100%;
  height: auto;
}

.kfl_content_container {
  justify-content: center;
  align-items: center;
  width: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.kfl_item {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 28%;
  display: flex;
}

.kfl_item.arrow {
  justify-content: center;
  width: 3%;
}

.orange_left_arrow {
  margin-left: -20px;
}

.orange_right_arrow {
  height: auto;
  margin-right: -20px;
}

.items_group {
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
  display: flex;
}

.items_group.last-group {
  justify-content: space-around;
}

.nav-4-patty-color {
  color: #000;
  background-color: #000;
  height: 100%;
}

.menu-button-area {
  padding: 0;
}

.menu-button-area:focus, .menu-button-area.w--open {
  background-color: #0000;
}

.button-inner-vertical-align {
  flex-direction: column;
  justify-content: center;
  height: 100%;
  display: flex;
}

.brand-link-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-4-hamburger-bg {
  background-color: #a8c686;
}

.nav-4-hamburger-bg:hover {
  background-color: #e4f8cf;
}

.nav-4-menu-link {
  color: #000;
  background-color: #c6dfab;
  font-family: Varela Round, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
}

.nav-4-menu-link:hover {
  background-color: #e4f8cf;
}

.nav-4 {
  background-color: #fff0;
  display: none;
}

.patty-box---66x56 {
  width: 66px;
  height: 56px;
  position: relative;
}

.nav-4-brand-link {
  color: #000;
  background-color: #a8c686;
  padding: 20px;
  font-family: Varela Round, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
}

.nav-4-brand-link:hover {
  background-color: #3CF;
}

.nav-menu-wrapper {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.patty-shape {
  object-position: 100% 0%;
  border-radius: 8px;
  width: 40px;
  height: 5px;
  margin-left: 13px;
  margin-right: 13px;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.patty-shape.patty-line-three {
  opacity: 0;
  margin-top: 26px;
}

.patty-shape.patty-line-four {
  margin-top: 38px;
}

.patty-shape.patty-line-one {
  margin-top: 14px;
}

.patty-shape.patty-line-two {
  margin-top: 26px;
}

.main-brand-link {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.main-horizontal-flex {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.background-video {
  border-bottom: 9px solid #3CF;
  border-radius: 0;
  height: 100vh;
}

.section {
  border-bottom-right-radius: 300px;
  border-bottom-left-radius: 300px;
  height: 100vh;
}

.background-video-2 {
  background-color: #363434b8;
  align-items: stretch;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-8 {
  width: 100%;
  height: auto;
  position: static;
  inset: auto 0% 0%;
}

.row_blocks {
  width: 95%;
}

.row {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.row.row1 {
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

.hide {
  display: none;
}

.column-7, .column-8, .column-9, .column-10 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.columns-2 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.columns-3 {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.column-11, .column-12, .column-13 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.gallery_container {
  width: 100%;
  padding-top: 20px;
}

.gallerycol {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.zoomblock {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: none;
  position: absolute;
}

.zoomicon {
  z-index: 2;
  display: none;
  position: absolute;
}

.lightbox_img {
  width: auto;
  display: block;
}

.column-14 {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.lightbox-link-2 {
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

.column-15 {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.imagehover {
  z-index: 1;
  cursor: pointer;
  display: inline-block;
  position: relative;
}

.imagehover:hover {
  opacity: .5;
}

.column-16, .column-22, .column-21 {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.zoomicon-2 {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: none;
  position: absolute;
  left: auto;
}

.lightbox-link-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-24 {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.lightbox-link-4 {
  width: auto;
  height: auto;
  display: block;
  position: relative;
}

.gallery-2 {
  z-index: 2;
  background-image: url(../images/gallery.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: static;
}

.gallery-2.innerpage_gallery {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 60px;
  display: block;
}

.column-25, .column-23 {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.galleryrow-2 {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column-26, .column-27, .column-28, .column-29 {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-4 {
  background-image: url(../images/everydrop%20counts.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 40vh;
}

@media screen and (min-width: 1280px) {
  .about-us {
    padding-bottom: 0;
  }

  .partners {
    flex-direction: column;
  }

  .contact {
    background-image: url(../images/contact_background.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer_text {
    font-size: 12px;
  }

  .tabs-menu {
    justify-content: space-around;
  }

  .grey_block {
    background-color: #f6f6f6;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grey_block.kfl {
    padding-bottom: 20px;
  }

  .content {
    margin-top: 40px;
  }

  .content.kfl {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .about_content {
    margin-bottom: 20px;
  }

  .about_content.slider_content {
    margin-bottom: 0;
  }

  .h1_heading_main.orange {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .tab_columns {
    display: flex;
  }

  .text_divs {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .paragraph {
    color: #000;
    text-align: left;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
  }

  .paragraph.center {
    text-align: center;
    font-size: 15px;
  }

  .read-more {
    color: #3CF;
    cursor: pointer;
    background-color: #fff0;
    border: 2px solid #3CF;
    border-radius: 25px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    padding: 10px 20px;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    display: flex;
  }

  .read-more:hover {
    color: #fff;
    background-color: #3CF;
  }

  .read-more.white:hover {
    background-color: #000;
  }

  .icon {
    color: #3CF;
    margin-left: 20px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 900;
  }

  .icon.button_orange:hover {
    color: #3CF;
  }

  .icon.button_white {
    color: #fff;
  }

  .icon-2 {
    color: #3CF;
  }

  .column {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .tabs_content {
    margin-top: 40px;
  }

  .column-2 {
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .bold-text {
    color: #3CF;
  }

  .bold-text-2 {
    font-weight: 600;
  }

  .mini_arrow {
    margin-left: 10px;
  }

  .column-3 {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .content_div {
    align-items: center;
  }

  .paragraph-2 {
    text-align: center;
  }

  .kfl_content_slide {
    width: 100%;
  }

  .background-video-2 {
    background-color: #363434b8;
  }

  .row_blocks {
    width: 95%;
  }

  .column-15 {
    align-items: center;
  }

  .column-21 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    align-items: center;
    display: flex;
  }

  .gallery-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .column-26 {
    align-items: center;
    display: flex;
  }
}

@media screen and (min-width: 1440px) {
  .about-us {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .tabs-menu {
    justify-content: space-around;
  }

  .grey_block.kfl {
    padding-bottom: 10px;
  }

  .content {
    margin-top: 40px;
  }

  .content.kfl {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .read-more.white:hover {
    background-color: #3CF00;
  }

  .icon.button_white {
    color: #fff;
  }

  .column-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .content_div {
    align-items: center;
  }

  .paragraph-2 {
    text-align: center;
  }

  .hero_text_image {
    width: 65%;
  }

  .background-video-2 {
    background-color: #363434b8;
  }

  .row_blocks {
    width: 95%;
  }
}

@media screen and (min-width: 1920px) {
  .hero {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .about-us {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .tabs-menu {
    justify-content: space-around;
  }

  .tab_content {
    padding-bottom: 20px;
  }

  .tab_content.kfl {
    padding-bottom: 0;
  }

  .grey_block.kfl {
    padding-top: 10px;
  }

  .content {
    flex-direction: column;
    justify-content: center;
    margin-top: 40px;
  }

  .content.kfl {
    margin-top: 10px;
  }

  .about_content {
    margin-bottom: 30px;
  }

  .read-more {
    margin-top: 20px;
  }

  .read-more:hover {
    color: #3CF;
    background-color: #3CF00;
  }

  .read-more.white {
    width: auto;
    padding: 15px 30px;
  }

  .read-more.white:hover {
    color: #fff;
    background-color: #fff0;
  }

  .icon.button_white {
    color: #fff;
  }

  .column-2 {
    align-items: center;
  }

  .column-3 {
    justify-content: center;
    align-items: flex-start;
  }

  .services_colu {
    padding-top: 0;
  }

  .column-4 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .col1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .content_div {
    align-items: center;
    margin-bottom: 20px;
  }

  .kfl_slider {
    width: 95%;
  }

  .kfl_icon_slide {
    width: 33.33%;
  }

  .kfl_icon_slide.arrow {
    width: 8%;
  }

  .paragraph-2 {
    font-family: Montserrat, sans-serif;
  }

  .div_slide_content {
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .services_content {
    flex-flow: column;
  }

  .hero_paragraph {
    width: 55%;
    line-height: 25px;
  }

  .hero_text_image {
    width: 55%;
    margin-bottom: 20px;
  }

  .kfl_slide_text {
    width: 80%;
  }

  .background-video-2 {
    background-color: #363434b8;
  }

  .row_blocks {
    width: 95%;
  }

  .column-10 {
    padding-top: 0;
  }

  .galleryrow {
    width: 100%;
  }

  .gallerycol {
    flex-direction: column;
    justify-content: space-around;
    display: flex;
  }

  .zoomblock {
    display: none;
  }

  .lightbox-link {
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 100%;
    display: flex;
  }

  .zoomicon-2 {
    display: none;
  }

  .div-block-4 {
    height: 45vh;
  }
}

@media screen and (max-width: 991px) {
  .hero {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    height: 75vh;
  }

  .menu, .navbar {
    position: static;
  }

  .navbar.main {
    display: none;
  }

  .about-us {
    padding-bottom: 0;
  }

  .backgrround_video {
    display: none;
  }

  .partners {
    background-color: #fafafa;
  }

  .footer {
    height: 45px;
  }

  .tabs-menu {
    justify-content: space-between;
  }

  .content {
    justify-content: center;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .slider {
    align-items: center;
    margin-top: 20px;
  }

  .slide {
    width: 50%;
  }

  .partners_col {
    flex-direction: row;
    align-items: center;
    display: block;
  }

  .heading_divs.smaller {
    width: 100%;
    margin-top: 0;
  }

  .tabs, .tabs.w--current {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab_columns {
    flex-direction: column;
  }

  .paragraph {
    margin-bottom: 20px;
  }

  .icon {
    margin-left: 5px;
  }

  .partner_image {
    align-items: stretch;
    margin-bottom: 20px;
  }

  .partner_image.bottom {
    margin-bottom: 0;
  }

  .partner_image.top {
    margin-bottom: 40px;
  }

  .column-2 {
    justify-content: center;
    margin-top: 20px;
  }

  .columns {
    flex-direction: row;
    display: block;
  }

  .slider_div {
    padding-top: 0;
  }

  .contact_columns {
    display: block;
  }

  .contact_col {
    border-bottom: 2px solid #ffffff6e;
    border-right-color: #ffffff6e;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 10px;
  }

  .contact_col.last_col {
    border-bottom-style: none;
    padding-top: 20px;
  }

  .contact_col._2nd_col {
    border-right-style: none;
  }

  .contact_col._3rd_col {
    border-bottom-style: none;
    border-right-color: #ffffff6e;
    padding-top: 20px;
    padding-left: 40px;
  }

  .accordion-3 {
    display: none;
  }

  .services_colu {
    display: block;
  }

  .column-4 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .div-block-2 {
    justify-content: space-between;
    margin-left: 0;
  }

  .div-block-3 {
    margin-bottom: 40px;
  }

  .div-block-3.bottom {
    margin-bottom: 0;
  }

  .column-5 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
  }

  .inline_text {
    text-align: center;
    width: 95%;
  }

  .kfl_icon_slide {
    width: 45%;
  }

  .services_content {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .services_paragraph {
    text-align: center;
  }

  .hero_paragraph {
    margin-top: 10px;
  }

  .navi {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .orange_left_arrow, .orange_right_arrow {
    display: none;
  }

  .items_group {
    align-items: stretch;
    width: 100%;
  }

  .mask-2 {
    width: auto;
    height: auto;
  }

  .nav-4-patty-color {
    background-color: #fff;
  }

  .nav-4-hamburger-bg {
    background-color: #fff0;
  }

  .nav-4-hamburger-bg:hover {
    background-color: #e4f8cf00;
  }

  .nav-4-menu-link {
    color: #fff;
    background-color: #c6dfab00;
    border-bottom: 1px solid #ffffff61;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    font-weight: 500;
  }

  .nav-4-menu-link:hover {
    opacity: .67;
    background-color: #fff0;
  }

  .nav-4-menu-link.last {
    border-bottom-style: none;
  }

  .nav-4 {
    background-color: #fff0;
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
    display: block;
  }

  .patty-box---66x56:hover {
    background-color: #fff0;
  }

  .nav-menu-inner {
    width: auto;
  }

  .nav-menu-wrapper {
    background-color: #d54d24;
    margin-top: 20px;
  }

  .patty-shape.patty-line-three, .patty-shape.patty-line-four {
    height: 3px;
  }

  .patty-shape.patty-line-one {
    color: #fff;
    height: 3px;
  }

  .patty-shape.patty-line-two {
    height: 3px;
  }

  .main-horizontal-flex {
    display: flex;
  }

  .background-video-2, .image-8 {
    height: 75vh;
  }

  .row_blocks {
    width: 100%;
  }

  .gallery-2 {
    background-image: url('../images/gallery.jpg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
  }

  .gallery-2.innerpage_gallery {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .galleryrow-2 {
    display: block;
  }

  .div-block-4 {
    height: 25vh;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    height: 70vh;
  }

  .menu, .navbar {
    position: static;
  }

  .about-us {
    padding-bottom: 0;
  }

  .group {
    padding-bottom: 20px;
  }

  .group_tabs {
    display: none;
  }

  .grey_block {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .grey_block.kfl.mobile {
    margin-top: 20px;
  }

  .content {
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .content.kfl {
    margin-top: 10px;
  }

  .slider {
    align-items: center;
    margin-top: 10px;
    padding-top: 0;
  }

  .slide-nav {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 20px;
    display: flex;
  }

  .slide {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .partners_col {
    flex-direction: row;
    display: block;
  }

  .heading_divs.smaller {
    width: 100%;
    margin-top: 0;
  }

  .tabs {
    margin-right: 10px;
    padding: 10px;
  }

  .tabs.w--current {
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .partner_image {
    align-items: center;
    margin-top: 20px;
  }

  .partner_image.top {
    margin-top: 0;
  }

  .slider_div {
    padding-top: 0;
  }

  .left-arrow.qwer {
    display: none;
  }

  .contact_columns {
    flex-direction: column;
    align-items: center;
    display: block;
  }

  .contact_col {
    border-bottom-color: #ffffff6e;
    border-right-color: #ffffff6e;
    padding-top: 20px;
  }

  .contact_col._2nd_col {
    display: block;
  }

  .contact_col._3rd_col {
    flex-direction: column;
    justify-content: flex-start;
  }

  .h2_heading_white {
    margin-bottom: 20px;
  }

  .accordion-divider-2 {
    color: #2a4b88;
    border-top-color: #2a4b88;
  }

  .accordion-bottom-text {
    color: #333;
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
  }

  .accordion-bottom-text.bold {
    font-weight: 700;
    line-height: 22px;
  }

  .accordion-icon-stripe-3, .accordion-icon-stripe-4 {
    background-color: #3CF;
  }

  .accordion-top-icon-2 {
    margin-right: 0;
  }

  .accordion-top-2:hover {
    opacity: 1;
  }

  .accordion-divider-wrap {
    display: none;
  }

  .accordion-top-text-2 {
    color: #3CF;
    font-family: Montserrat, sans-serif;
    font-size: 23px;
    font-weight: 600;
  }

  .accordion-bottom-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 20px;
    display: flex;
  }

  .accordion-bottom-wrap.last {
    display: flex;
  }

  .accordion-3 {
    border-bottom-color: #2a4b88;
    width: 90vw;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .tyui {
    display: none;
  }

  .services_colu {
    flex-direction: column;
  }

  .column-4 {
    padding-right: 0;
  }

  .div-block-3 {
    margin-bottom: 20px;
  }

  .column-5 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brand.w--current {
    width: 30%;
  }

  .inside_heading {
    margin-bottom: 20px;
  }

  .kfl_slider {
    display: flex;
  }

  .kfl_icon_slide {
    width: 100%;
    margin-bottom: 20px;
  }

  .kfl_slide_nav {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .services_content {
    flex-flow: column;
    padding-top: 0;
  }

  .hero_paragraph, .hero_text_image {
    width: 75%;
  }

  .left-arrow-2, .right-arrow, .animation_down {
    display: none;
  }

  .text-block-2, .text-block-3, .text-block-4 {
    text-align: center;
  }

  .kfl_content_slider {
    display: none;
  }

  .bold-text-3 {
    color: #3CF;
  }

  .rtyuiop {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .image_block, .blocks {
    margin-top: 40px;
  }

  .nav-4 {
    background-color: #fff0;
  }

  .patty-shape.patty-line-three, .patty-shape.patty-line-four, .patty-shape.patty-line-one, .patty-shape.patty-line-two {
    width: 35px;
  }

  .main-brand-link {
    padding-left: 0;
  }

  .background-video-2 {
    height: 65vh;
  }

  .image-8 {
    height: 65vh;
    display: none;
  }

  .body {
    background-color: #fff;
  }

  .row.row1 {
    margin-bottom: 0;
  }

  .columns-2, .columns-3 {
    display: block;
  }

  .column-11 {
    margin-top: 10px;
  }

  .gallery-2 {
    background-image: url('../images/gallery.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
  }

  .gallery-2.innerpage_gallery {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .galleryrow-2 {
    flex-direction: row;
    width: auto;
    display: block;
  }

  .div-block-4 {
    height: 20vh;
  }
}

@media screen and (max-width: 479px) {
  img {
    margin-top: 20px;
  }

  .hero {
    height: 65vh;
  }

  .services, .partners {
    flex-direction: column;
  }

  .contact {
    background-position: 50%;
  }

  .tabs-menu {
    flex-direction: column;
  }

  .content {
    padding-top: 0;
  }

  .content.contact {
    padding-bottom: 0;
  }

  .about_content {
    margin-bottom: 20px;
  }

  .slider {
    align-items: center;
    margin-top: 20px;
    padding-top: 0;
  }

  .partners_col {
    display: block;
  }

  .heading_divs {
    margin-bottom: 20px;
  }

  .h1_heading_main.orange {
    text-align: center;
    line-height: 22px;
  }

  .partner_image.bottom {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .partner_image.top {
    margin-top: 0;
  }

  .slider_div {
    padding-top: 0;
  }

  .contact_columns {
    margin-top: 0;
  }

  .contact_col {
    border-right-style: none;
    padding-left: 20px;
  }

  .contact_col.last_col {
    padding-left: 20px;
  }

  .contact_col._2nd_col {
    padding-top: 20px;
    padding-left: 20px;
  }

  .contact_col._3rd_col {
    border-bottom-style: solid;
    padding-left: 20px;
  }

  .web_contact {
    justify-content: flex-start;
  }

  .contact_icon {
    margin-top: 0;
  }

  .accordion-bottom-text {
    color: #000;
    width: 100%;
  }

  .accordion-bottom-text.bold {
    overflow-wrap: normal;
    line-height: 22px;
  }

  .accordion-icon-stripe-3, .accordion-icon-stripe-4 {
    background-color: #3CF;
  }

  .accordion-top-text-2 {
    color: #f05728;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 600;
  }

  .accordion-bottom-wrap {
    padding-bottom: 20px;
    padding-right: 5px;
  }

  .services_colu {
    flex-direction: column;
  }

  .column-4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .div-block-3 {
    width: 50%;
  }

  .column-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .col1 {
    padding-right: 10px;
  }

  .col2 {
    display: flex;
  }

  .about_col_text {
    text-align: center;
    font-size: 13px;
  }

  .image-2, .image-3, .image-4, .image-5 {
    margin-top: 0;
  }

  .brand.w--current {
    width: 50%;
  }

  .services_content {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .hero_paragraph {
    width: 95%;
    margin-top: 10px;
  }

  .hero_text_image {
    width: 100%;
  }

  .image-7, .divider_orange {
    margin-top: 0;
  }

  .blocks {
    width: 100%;
  }

  .background-video-2 {
    height: 65vh;
    inset: 0%;
  }

  .image-8 {
    height: 65vh;
    margin-top: 0;
    display: none;
  }

  .column-7 {
    flex-flow: row;
    justify-content: center;
    display: flex;
  }

  .imagehover {
    margin-top: 0;
  }

  .gallery-2 {
    margin-bottom: 0;
  }

  .gallery-2.innerpage_gallery {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .column-28, .lightbox-link-5 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-4 {
    height: 10vh;
  }
}


@font-face {
  font-family: 'Ttf';
  src: url('../fonts/TTF.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}