.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.page-wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #282f4b;
}

.container {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-right-radius: 3px;
}

.container.navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 85px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.dropdown-link-2 {
  border-radius: 6px;
  background-color: #fff;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.dropdown-link-2:hover {
  background-color: rgba(228, 228, 228, 0.3);
}

.dropdown-link-2.w--current {
  background-color: #e4bc2d;
  color: #282f4b;
}

.dropdown-toggle-2 {
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 6px;
  background-color: transparent;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #282f4b;
}

.dropdown-toggle-2:hover {
  background-color: rgba(40, 47, 75, 0.1);
}

.dropdown {
  background-color: transparent;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 85px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none rgba(244, 245, 249, 0.36);
  background-color: #f9dd32;
}

.dropdown-list-2.w--open {
  left: 0px;
  padding: 10px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 6px 28px 0 rgba(48, 54, 77, 0.24);
}

.nav-link-2 {
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-family: Roboto, sans-serif;
  color: #282f4b;
}

.nav-link-2:hover {
  border-radius: 6px;
  background-color: rgba(40, 47, 75, 0.1);
}

.nav-link-2.w--current {
  padding-top: 12px;
  padding-bottom: 12px;
  color: #282f4b;
}

.button-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  padding: 12px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 6px;
  background-color: #fff;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-family: Roboto, sans-serif;
  color: #282f4b;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.button-2:hover {
  border-width: 1px;
  border-color: #000;
  background-color: #282f4b;
  color: #e4bc2d;
}

.button-2.hero {
  margin-right: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #282f4b;
  background-color: transparent;
  color: #282f4b;
}

.button-2.hero:hover {
  background-color: #282f4b;
  color: #e4bc2d;
}

.button-2.dark.full {
  border-color: #282f4b;
  background-color: #282f4b;
  color: #e4bc2d;
}

.button-2.dark.full:hover {
  border-color: #e4bc2d;
  background-color: #e4bc2d;
  color: #282f4b;
}

.button-2.dark.full.inverse {
  border-color: #e4bc2d;
  background-color: #e4bc2d;
  color: #282f4b;
}

.button-2.dark.full.inverse:hover {
  border-color: #282f4b;
  background-color: #282f4b;
  color: #e4bc2d;
}

.icon-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-header.right {
  height: auto;
  margin-bottom: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.hero-div-info {
  position: relative;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-div-info.half {
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-div-info.half.mockup {
  position: static;
  left: -100px;
  max-width: 600px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.hero-div-info.half.mockup.watches {
  position: relative;
  left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.service-heading-2 {
  margin-top: 0px;
  float: none;
  clear: none;
  font-family: Roboto, sans-serif;
  color: #343e52;
  font-size: 16px;
  line-height: 23px;
  font-weight: 700;
}

.mouse-scroll-2 {
  position: static;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 26px;
  height: 44px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #282f4b;
}

.info-div-wrapper {
  padding-top: 10px;
  padding-left: 0px;
}

.hero-card {
  display: block;
  width: 100%;
  height: auto;
  margin-right: 0px;
  margin-bottom: 20px;
  padding: 30px;
  border: 1px solid #e4e8ee;
  border-radius: 45px 0px 0px;
  background-color: #fff;
  -webkit-transition: box-shadow 40ms ease;
  transition: box-shadow 40ms ease;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.hero-card:hover {
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
}

.hero-card._2 {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 45px;
}

.hero-card._2.right {
  background-color: #fff;
}

.hero-card._4 {
  border-style: none;
  border-radius: 0px 0px 45px;
  background-color: #fff;
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition-property: none;
  transition-property: none;
}

.hero-card.right {
  border: 0px none transparent;
  background-color: #fff;
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.1);
  text-align: right;
}

.hero-card._3 {
  border: 0px none transparent;
  border-radius: 0px 45px 0px 0px;
  background-color: #fff;
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition-property: none;
  transition-property: none;
}

.button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hero-div {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.scroll-wheel-2 {
  width: 4px;
  height: 9px;
  margin-top: 10px;
  border-radius: 2px;
  background-color: #e4bc2d;
}

.mouse-link {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  padding: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-section-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 160px 20px 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e4bc2d;
  background-image: url('../images/Stripe-1.png'), -webkit-gradient(linear, left top, left bottom, from(#f9dd32), to(#f9dd32)), none, none;
  background-image: url('../images/Stripe-1.png'), linear-gradient(180deg, #f9dd32, #f9dd32), none, none;
  background-position: 60% 100%, 0px 0px, 6% 20%, 100% 100%;
  background-size: contain, auto, 125px, 400px;
  background-repeat: no-repeat, repeat, no-repeat, no-repeat;
}

.text {
  font-family: Roboto, sans-serif;
  text-align: left;
}

.text.right {
  font-family: Roboto, sans-serif;
  text-align: right;
}

.hero-info-block {
  position: relative;
  top: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -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;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.baner-big-text-2 {
  width: auto;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  color: #282f4b;
  font-size: 50px;
  line-height: 58px;
  font-weight: 700;
  letter-spacing: 0px;
}

.small-sub-text-2 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  color: #e4bc2d;
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.small-sub-text-2.dark {
  padding-left: 5px;
  font-family: Roboto, sans-serif;
  color: #282f4b;
  font-weight: 500;
  letter-spacing: 1px;
}

.small-sub-text-2.light {
  color: hsla(0, 0%, 100%, 0.61);
}

.hero-paragraph-2 {
  width: 80%;
  margin-top: 10px;
  color: #282f4b;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-align: left;
}

.features-column {
  padding-right: 10px;
  padding-left: 10px;
}

.info-service-div {
  width: 80%;
  margin-bottom: 0px;
  text-align: left;
}

.info-service-div.padding {
  width: auto;
  margin-bottom: 0px;
  padding-top: 20px;
}

.read-more-2 {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #e4bc2d;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: underline;
  text-transform: uppercase;
}

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

.section-content {
  display: block;
  text-align: left;
}

.section-content.center.facts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 650px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.section-content.center.facts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.features-card-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 40px 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #e4ecf6;
  border-radius: 6px;
  background-color: #fff;
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
}

.features-card-2:hover {
  background-color: #fff;
  box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.02);
}

.features-card-2.second-page {
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-color: #e4ecf6;
  box-shadow: none;
}

.features-card-2.second-page:hover {
  box-shadow: 0 6px 12px 0 rgba(40, 47, 75, 0.1);
}

.features-card-2.no-paddings {
  margin-bottom: 0px;
}

.features-card-2.no-paddings.left-top {
  border-width: 0px;
  border-radius: 0px 10px 0px 0px;
  background-color: #f8f9ff;
  box-shadow: none;
}

.features-card-2.no-paddings.left-top:hover {
  box-shadow: none;
}

.features-card-2.no-paddings.botom-left {
  border-style: none;
  border-width: 0px;
  border-radius: 0px 0px 0px 10px;
  background-color: #f8f9ff;
  box-shadow: none;
}

.features-card-2.no-paddings.botom-left:hover {
  box-shadow: none;
}

.features-card-2.no-paddings.top-right {
  border-width: 0px;
  border-radius: 10px 0px 0px;
  box-shadow: none;
}

.features-card-2.no-paddings.top-right:hover {
  box-shadow: none;
}

.features-card-2.no-paddings.bottom-right {
  border-width: 0px;
  border-radius: 0px 0px 10px;
  box-shadow: none;
}

.features-card-2.no-paddings.bottom-right:hover {
  box-shadow: none;
}

.section {
  position: relative;
  z-index: 1;
  padding: 0px 20px 120px;
  border: 1px none #000;
  background-color: #fafaff;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}

.section.top-paddings {
  padding-top: 120px;
}

.section.top-paddings.black {
  background-color: #282f4b;
  background-image: url('../images/Stripe-2.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(40, 47, 75, 0.96)), to(rgba(40, 47, 75, 0.96))), none, none;
  background-image: url('../images/Stripe-2.png'), linear-gradient(180deg, rgba(40, 47, 75, 0.96), rgba(40, 47, 75, 0.96)), none, none;
  background-position: 100% 100%, 0px 0px, 100% 50%, 10% 10%;
  background-size: contain, auto, 200px, 360px;
  background-repeat: no-repeat, repeat, no-repeat, no-repeat;
}

.section.top-paddings.black.left {
  background-color: #727992;
  background-image: url('../images/kot2.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(114, 121, 146, 0.43)), to(rgba(114, 121, 146, 0.43))), none, none;
  background-image: url('../images/kot2.svg'), linear-gradient(180deg, rgba(114, 121, 146, 0.43), rgba(114, 121, 146, 0.43)), none, none;
  background-position: 50% 100%, 0px 0px, 0px 0px, 100% 100%;
  background-size: contain, auto, 200px, 300px;
  background-repeat: no-repeat, repeat, no-repeat, no-repeat;
}

.section.white {
  padding-top: 120px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
}

.section-title-2 {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  color: #282f4b;
  font-size: 38px;
  line-height: 48px;
  font-weight: 700;
  text-align: left;
}

.section-title-2.half-side {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Roboto, sans-serif;
  color: #282f4b;
  font-size: 38px;
  line-height: 48px;
  font-weight: 500;
  text-align: left;
}

.section-title-2.half-side.white {
  color: #e4bc2d;
  font-weight: 700;
  text-align: left;
}

.features-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 70px;
  margin-right: 20px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: transparent;
}

.paragraph-2 {
  color: #737cbc;
  font-size: 15px;
  line-height: 24px;
}

.service-heading-white {
  margin-top: 0px;
  float: none;
  clear: none;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.service-heading-white.all-caps {
  margin-top: 0px;
  font-family: Roboto, sans-serif;
  color: #282f4b;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: none;
}

.grid-info-features {
  width: 80%;
}

.grid-service-app {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 0px;
  box-shadow: 6px 0 12px 0 rgba(114, 121, 146, 0.2);
}

.portfolio-title {
  margin-top: 0px;
  float: none;
  clear: none;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.portfolio-title.all-caps {
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #e4bc2d;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0px;
  text-transform: none;
}

.portfolio-title.all-caps.dark {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #282f4b;
}

.grid-features-icon {
  width: 80px;
  height: 80px;
  background-image: url('../images/taxi-sing-in.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.grid-features-icon.second {
  background-image: url('../images/taxi-sign-in.png');
}

.grid-features-icon.fourth {
  background-image: url('../images/taxi-logged-out.png');
}

.grid-features-icon.third {
  background-image: url('../images/taxi-design.png');
}

.white {
  padding-left: 0px;
  color: #fff;
}

.form-third {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

.success-message-second {
  width: 100%;
  border-radius: 10px;
  background-color: #34cf2c;
  color: #fff;
  text-align: center;
}

.social-icon-div-second {
  margin-top: 60px;
  padding-top: 0px;
  text-align: center;
}

.liner-wrapper {
  position: relative;
  width: 180px;
}

.single-form {
  display: block;
  max-width: 600px;
  margin: 0px auto;
  border-radius: 0px;
  color: rgba(12, 21, 47, 0.6);
}

.error-message {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 8px;
  background-color: red;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.text-field {
  display: inline-block;
  height: 42px;
  margin-bottom: 12px;
  float: none;
  border: 1px solid #dfdede;
  border-radius: 3px;
  background-color: #fafaff;
}

.text-field.single {
  position: relative;
  display: block;
  width: auto;
  height: 50px;
  min-width: 230px;
  margin-right: 10px;
  margin-bottom: 0px;
  padding-top: 12px;
  padding-bottom: 12px;
  float: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #dfdede;
  border-radius: 6px;
  background-color: #fafaff;
  font-family: 'Open Sans', sans-serif;
  color: #343e52;
  text-align: center;
}

.content-section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #282f4b;
  text-align: center;
}

.page-wrapper-2 {
  position: relative;
  overflow: hidden;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #727992;
}

.page-wrapper-2.white-footer {
  background-color: #fff;
}

.copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #aaa;
  font-size: 12px;
  line-height: 22px;
  text-align: right;
}

.copyright.left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}

.column-no-padding {
  padding-right: 0px;
  padding-left: 0px;
}

.second-brand {
  display: block;
  margin-right: 15px;
  margin-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 5px;
  border-color: #ff0004;
  text-decoration: none;
}

.second-brand.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  padding-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-span {
  color: #f9dd32;
}

.lighter-link-2 {
  color: #f9dd32;
  text-decoration: none;
}

.lighter-link-2:hover {
  text-decoration: underline;
}

.image-2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-block {
  width: 25%;
  padding-right: 0px;
  text-align: left;
}

.footer-block.about-us {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  margin-right: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-block.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.footer-column-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.copyright-text-2 {
  display: inline-block;
  margin-right: 5px;
  font-family: Lato, sans-serif;
  color: #737cbc;
  font-size: 12px;
  text-align: left;
}

.copyright-text-2.lighter {
  color: #fff;
}

.footer-heading-2 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  color: #282f4b;
  font-size: 13px;
  line-height: 19px;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-heading-2.yellow {
  margin-bottom: 20px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: Roboto, sans-serif;
  color: #f9dd32;
  font-weight: 500;
  letter-spacing: 1px;
}

.lighter-paragraph-2 {
  color: #fff;
}

.footer-heading-2-copy {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  color: #282f4b;
  font-size: 13px;
  line-height: 19px;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-heading-2-copy.yellow {
  margin-bottom: 20px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: Roboto, sans-serif;
  color: #f9dd32;
  font-weight: 500;
  text-align: left;
  letter-spacing: 1px;
}

.footer-wrapper-2 {
  width: 100%;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

.columns-second {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-block-copy {
  width: 25%;
  padding-right: 0px;
  text-align: left;
}

.footer-block-copy.about-us {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  text-align: left;
}

.bottom-footer {
  width: 100%;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #e4e8ee;
  border-bottom: 0px solid rgba(221, 225, 231, 0.15);
}

.bottom-footer.dark {
  margin-top: 20px;
  padding-top: 20px;
  border-top-color: #313a5c;
}

@media screen and (max-width: 991px) {
  .page-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }
  .container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .container.navigation {
    padding-left: 0px;
  }
  .dropdown-toggle-2 {
    border-radius: 0px;
    color: #fff;
  }
  .navbar {
    position: absolute;
  }
  .menu-button-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #282f4b;
  }
  .menu-button-2.w--open {
    background-color: transparent;
    color: #282f4b;
  }
  .dropdown-list-2.w--open {
    border-radius: 0px;
  }
  .nav-menu {
    z-index: 102;
    background-color: #282f4b;
  }
  .nav-link-2 {
    color: #fff;
  }
  .nav-link-2:hover {
    border-radius: 0px;
  }
  .nav-link-2.w--current {
    color: #fff;
  }
  .button-2:hover {
    background-color: #282f4b;
  }
  .button-2.dark.full.inverse {
    background-color: #f9dd32;
  }
  .hero-div-info {
    right: auto;
    margin-top: 0px;
  }
  .hero-div-info.half {
    width: 100%;
    margin-top: 100px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .hero-div-info.half.mockup {
    width: 50%;
    padding-right: 2%;
    padding-left: 1%;
  }
  .hero-div-info.half.mockup.watches {
    width: 100%;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 2%;
  }
  .hero-card {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
  }
  .hero-card._4 {
    width: 100%;
  }
  .hero-card.right {
    width: 100%;
  }
  .hero-card._3 {
    width: 100%;
  }
  .button-wrapper {
    text-align: center;
  }
  .hero-div {
    z-index: 2;
    height: 100%;
    padding: 40px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .hero-section-2 {
    background-color: #f9dd32;
    background-image: url('../images/Kot_1.svg'), -webkit-gradient(linear, left top, left bottom, from(#f9dd32), to(#f9dd32)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-image: url('../images/Kot_1.svg'), linear-gradient(180deg, #f9dd32, #f9dd32), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50% 101%, 0px 0px, 0% 0%, 100% 100%;
    background-size: 1100px, auto, 125px, 400px;
    background-repeat: no-repeat, repeat, no-repeat, no-repeat;
  }
  .hero-info-block {
    top: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .baner-big-text-2 {
    font-size: 40px;
    line-height: 50px;
  }
  .hero-paragraph-2 {
    text-align: left;
  }
  .section-content {
    margin-bottom: 40px;
  }
  .section-content.center.facts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .section-content.center.facts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .features-card-2 {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .features-card-2.second-page {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .features-card-2.no-paddings.left-top {
    width: 100%;
  }
  .features-card-2.no-paddings.botom-left {
    width: 100%;
  }
  .features-card-2.no-paddings.top-right {
    width: 100%;
  }
  .features-card-2.no-paddings.bottom-right {
    width: 100%;
  }
  .section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-title-2 {
    text-align: left;
  }
  .section-title-2.half-side.white {
    color: #f9dd32;
    text-align: center;
  }
  .grid-info-features {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }
  .portfolio-title.all-caps {
    text-align: left;
  }
  .grid-features-icon {
    margin-right: 20px;
  }
  .single-form {
    max-width: 100%;
  }
  .content-section-2 {
    padding-right: 10px;
    padding-bottom: 60px;
    padding-left: 20px;
  }
  .page-wrapper-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .copyright {
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: right;
  }
  .copyright.left {
    text-align: left;
  }
  .second-brand.footer {
    margin-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .footer-block {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .footer-block.about-us {
    margin-bottom: 20px;
  }
  .footer-column-wrapper {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .columns-second {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-block-copy {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .footer-block-copy.about-us {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .page-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }
  .container.navigation {
    padding-left: 0px;
  }
  .brand {
    padding-left: 0px;
  }
  .nav-button {
    display: none;
  }
  .hero-div-info {
    margin-top: 0px;
  }
  .hero-div-info.half.mockup {
    width: 50%;
    margin-top: 20px;
  }
  .hero-div-info.half.mockup.watches {
    margin-top: 40px;
  }
  .service-heading-2 {
    text-align: left;
  }
  .info-div-wrapper {
    text-align: left;
  }
  .hero-card._2.right {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 45px;
  }
  .hero-card._4 {
    border-bottom-left-radius: 45px;
  }
  .hero-card.right {
    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-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-top-right-radius: 45px;
  }
  .hero-card._3 {
    border-top-left-radius: 45px;
  }
  .hero-div {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .hero-section-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .text.right {
    text-align: left;
  }
  .hero-info-block {
    width: 100%;
  }
  .baner-big-text-2 {
    font-size: 40px;
    line-height: 50px;
  }
  .section-content.center.facts {
    width: 100%;
  }
  .section-content.center.facts {
    width: 100%;
  }
  .features-card-2 {
    width: 100%;
  }
  .features-card-2.second-page {
    width: 100%;
  }
  .features-card-2.no-paddings.left-top {
    border-top-right-radius: 0px;
  }
  .features-card-2.no-paddings.botom-left {
    border-bottom-left-radius: 0px;
    background-color: #fff;
  }
  .features-card-2.no-paddings.top-right {
    border-top-right-radius: 10px;
  }
  .features-card-2.no-paddings.bottom-right {
    border-bottom-left-radius: 10px;
    background-color: #f8f9ff;
  }
  .section.top-paddings.black {
    background-image: url('../images/kot2.svg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), none, none;
    background-image: url('../images/kot2.svg'), linear-gradient(180deg, transparent, transparent), none, none;
    background-position: 0% 100%, 0px 0px, 100% 50%, 10% 10%;
  }
  .section-title-2 {
    font-size: 35px;
    line-height: 45px;
  }
  .grid-info-features {
    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-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .grid-service-app {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .form-third {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .text-field.single {
    display: block;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .content-section-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .page-wrapper-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .copyright {
    text-align: right;
  }
  .second-brand.footer {
    width: auto;
    margin-bottom: 0px;
  }
  .footer-block {
    width: 100%;
  }
  .footer-block.about-us {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer-block.contact {
    width: 100%;
  }
  .footer-column-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-heading-2.yellow {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .footer-heading-2-copy.yellow {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .columns-second {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .footer-block-copy {
    width: 100%;
  }
  .footer-block-copy.about-us {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .button-2 {
    width: 100%;
  }
  .button-2.hero {
    margin-bottom: 10px;
  }
  .hero-div-info {
    margin-top: 0px;
  }
  .hero-div-info.half {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .hero-div-info.half.mockup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .hero-div-info.half.mockup.watches {
    margin-top: 40px;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .service-heading-2 {
    text-align: left;
  }
  .hero-card {
    width: 100%;
  }
  .button-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero-div {
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .hero-section-2 {
    background-image: url('../images/Kot.svg'), -webkit-gradient(linear, left top, left bottom, from(#f9dd32), to(#f9dd32)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-image: url('../images/Kot.svg'), linear-gradient(180deg, #f9dd32, #f9dd32), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50% 101%, 0px 0px, 100% 100%, 0px 0px;
    background-size: 900px, auto, 400px, 125px;
    background-repeat: no-repeat, repeat, no-repeat, no-repeat;
  }
  .hero-info-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .baner-big-text-2 {
    width: auto;
    font-size: 31px;
    line-height: 40px;
  }
  .hero-paragraph-2 {
    line-height: 22px;
  }
  .info-service-div {
    width: 100%;
  }
  .section-content.center.facts {
    width: 100%;
    text-align: center;
  }
  .section-content.center.facts {
    width: 100%;
    text-align: center;
  }
  .features-card-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .features-card-2.no-paddings.left-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .features-card-2.no-paddings.botom-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .features-card-2.no-paddings.top-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .features-card-2.no-paddings.bottom-right {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section.white {
    padding-right: 20px;
  }
  .section-title-2 {
    text-align: left;
  }
  .section-title-2.half-side {
    font-size: 24px;
    line-height: 34px;
  }
  .grid-info-features {
    width: 100%;
  }
  .white {
    text-align: center;
  }
  .text-field.single {
    margin-right: 0px;
  }
  .copyright {
    margin-right: 0px;
    margin-left: 0px;
    text-align: center;
  }
  .copyright.left {
    text-align: center;
  }
  .second-brand.footer {
    margin-right: 0px;
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-block {
    margin-bottom: 20px;
  }
  .footer-block.about-us {
    width: 100%;
  }
  .footer-column-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-heading-2.yellow {
    text-align: left;
  }
  .footer-heading-2-copy.yellow {
    text-align: left;
  }
  .columns-second {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-block-copy {
    margin-bottom: 20px;
  }
  .footer-block-copy.about-us {
    width: 100%;
  }
}

