.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;
}

body {
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #282f4b;
  font-size: 40px;
  line-height: 50px;
  font-weight: 500;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #282f4b;
  font-size: 32px;
  line-height: 42px;
  font-weight: 500;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #282f4b;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #282f4b;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #282f4b;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #282f4b;
  font-size: 12px;
  line-height: 22px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #282f4b;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  color: #282f4b;
  line-height: 30px;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Roboto, sans-serif;
  color: #282f4b;
  line-height: 30px;
}

li {
  padding-left: 25px;
  background-image: url('../images/35JHbSwz.jpeg');
  background-position: 0% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
  font-family: Roboto, sans-serif;
  list-style-type: none;
}

blockquote {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px 40px;
  border-left: 5px solid #e4bc2d;
  background-color: #f0f0fc;
  color: #1d2b5d;
  font-size: 18px;
  line-height: 28px;
  font-style: italic;
}

.hero-section {
  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(rgba(228, 188, 45, 0.85)), to(rgba(228, 188, 45, 0.85))), url('../images/triangle-3.png'), url('../images/triangle.png');
  background-image: url('../images/Stripe-1.png'), linear-gradient(180deg, rgba(228, 188, 45, 0.85), rgba(228, 188, 45, 0.85)), url('../images/triangle-3.png'), url('../images/triangle.png');
  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;
}

.hero-section.pages {
  display: block;
  padding-right: 20px;
  padding-bottom: 160px;
  padding-left: 20px;
  background-image: url('../images/Stripe-1.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(228, 188, 45, 0.9)), to(rgba(228, 188, 45, 0.9))), url('../images/triangle-3.png'), url('../images/triangle.png');
  background-image: url('../images/Stripe-1.png'), linear-gradient(180deg, rgba(228, 188, 45, 0.9), rgba(228, 188, 45, 0.9)), url('../images/triangle-3.png'), url('../images/triangle.png');
}

.hero-section.pages.black {
  padding-right: 20px;
  padding-left: 20px;
  background-color: #e4bc2d;
  background-image: url('../images/Stripe-1.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(228, 188, 45, 0.85)), to(rgba(228, 188, 45, 0.85))), url('../images/triangle-3.png'), url('../images/triangle.png');
  background-image: url('../images/Stripe-1.png'), linear-gradient(180deg, rgba(228, 188, 45, 0.85), rgba(228, 188, 45, 0.85)), url('../images/triangle-3.png'), url('../images/triangle.png');
  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;
}

.hero-section.pages.dark {
  background-color: #282f4b;
  background-image: url('../images/Stripe-1.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(40, 47, 75, 0.96)), to(rgba(40, 47, 75, 0.96))), url('../images/triangle-3.png'), url('../images/triangle.png');
  background-image: url('../images/Stripe-1.png'), linear-gradient(180deg, rgba(40, 47, 75, 0.96), rgba(40, 47, 75, 0.96)), url('../images/triangle-3.png'), url('../images/triangle.png');
  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;
}

.hero-section.black {
  background-color: #282f4b;
  background-image: url('../images/Stripe-1.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(40, 47, 75, 0.85)), to(rgba(40, 47, 75, 0.85))), url('../images/triangle-3.png'), url('../images/triangle.png');
  background-image: url('../images/Stripe-1.png'), linear-gradient(180deg, rgba(40, 47, 75, 0.85), rgba(40, 47, 75, 0.85)), url('../images/triangle-3.png'), url('../images/triangle.png');
  background-position: 60% 100%, 0px 0px, 6% 20%, 100% 100%;
  background-size: contain, auto, 125px, 600px;
  background-repeat: no-repeat, repeat, no-repeat, no-repeat;
}

.hero-section.gray {
  background-color: #fafaff;
  background-image: url('../images/kot.svg'), -webkit-gradient(linear, left top, left bottom, from(#fafaff), to(#fafaff)), url('../images/triangle-3.png'), url('../images/triangle.png');
  background-image: url('../images/kot.svg'), linear-gradient(180deg, #fafaff, #fafaff), url('../images/triangle-3.png'), url('../images/triangle.png');
  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;
}

.hero-section.dark {
  background-color: #282f4b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(40, 47, 75, 0.9)), to(rgba(40, 47, 75, 0.9))), url('../images/triangle-3.png'), url('../images/triangle.png');
  background-image: linear-gradient(180deg, rgba(40, 47, 75, 0.9), rgba(40, 47, 75, 0.9)), url('../images/triangle-3.png'), url('../images/triangle.png');
  background-position: 0px 0px, 6% 20%, 100% 100%;
  background-size: auto, 125px, 400px;
  background-repeat: repeat, no-repeat, no-repeat;
}

.hero-section.intro {
  padding-right: 20px;
  padding-left: 20px;
  background-image: url('../images/Stripe-1.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(228, 188, 45, 0.9)), to(rgba(228, 188, 45, 0.9))), url('../images/triangle-3.png'), url('../images/triangle.png');
  background-image: url('../images/Stripe-1.png'), linear-gradient(180deg, rgba(228, 188, 45, 0.9), rgba(228, 188, 45, 0.9)), url('../images/triangle-3.png'), url('../images/triangle.png');
  background-position: 60% 100%, 0px 0px, 6% 20%, 90% 60%;
  background-size: contain, auto, 125px, 700px;
}

.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;
}

.hero-info-block.center {
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.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;
}

.hero-div.center {
  -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;
}

.image-mock-ups {
  position: relative;
  top: 37px;
  right: 135px;
  max-height: 550px;
  max-width: none;
}

.image-mock-ups.devices {
  position: static;
  right: auto;
  max-height: 720px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.top-padding {
  margin-top: 30px;
  padding: 0px;
}

.top-padding.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-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;
}

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

.baner-big-text.white.center {
  text-align: center;
}

.baner-big-text.subpages {
  margin-bottom: 0px;
}

.baner-big-text.yellow {
  color: #e4bc2d;
  text-align: left;
}

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

.hero-paragraph.white {
  width: 100%;
  color: hsla(0, 0%, 100%, 0.9);
}

.hero-paragraph.white.right-algiment {
  width: 100%;
  text-align: right;
}

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

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

.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._2.right {
  background-color: #fff;
}

.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;
}

.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._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._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;
}

.hero-card._3._550 {
  height: 550px;
}

.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.right.fix-length {
  height: 550px;
}

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

.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;
}

.container {
   display: block;
   max-width: 1200px;
   margin-top: 0px;
   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;
}

.container.paddings {
  margin-top: 0px;
  padding-top: 100px;
  padding-bottom: 60px;
}

.container.t-80 {
  margin-top: 100px;
}

.container.b-80 {
  margin-bottom: 100px;
}

.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.clients {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #282f4b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(40, 47, 75, 0.95)), to(rgba(40, 47, 75, 0.95))), url('../images/triangle.png'), url('../images/triangle-2.png');
  background-image: linear-gradient(180deg, rgba(40, 47, 75, 0.95), rgba(40, 47, 75, 0.95)), url('../images/triangle.png'), url('../images/triangle-2.png');
  background-position: 0px 0px, 80% 60%, 20% 0%;
  background-size: auto, 125px, 200px;
  background-repeat: repeat, no-repeat, no-repeat;
}

.section.clients.yellow {
  background-color: #e4bc2d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(228, 188, 45, 0.91)), to(rgba(228, 188, 45, 0.91))), url('../images/triangle.png'), url('../images/triangle-2.png');
  background-image: linear-gradient(180deg, rgba(228, 188, 45, 0.91), rgba(228, 188, 45, 0.91)), url('../images/triangle.png'), url('../images/triangle-2.png');
  background-position: 0px 0px, 80% 60%, 20% 0%;
  background-size: auto, 125px, 200px;
  background-repeat: repeat, no-repeat, no-repeat;
}

.section.no-top-paddings {
  padding-top: 0px;
  border-top-style: none;
  border-bottom-style: none;
  border-bottom-color: #e4e8ee;
}

.section.top-paddings {
  padding-top: 10px;
  padding-bottom: 10px;
}

.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))), url('../images/triangle.png'), url('../images/triangle.png');
  background-image: url('../images/Stripe-2.png'), linear-gradient(180deg, rgba(40, 47, 75, 0.96), rgba(40, 47, 75, 0.96)), url('../images/triangle.png'), url('../images/triangle.png');
  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-image: url('../images/kot2.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(40, 47, 75, 0.95)), to(rgba(40, 47, 75, 0.95))), url('../images/triangle-3.png'), url('../images/triangle.png');
  background-image: url('../images/kot2.svg'), linear-gradient(180deg, rgba(40, 47, 75, 0.95), rgba(40, 47, 75, 0.95)), url('../images/triangle-3.png'), url('../images/triangle.png');
  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.top-paddings.black {
  background-color: #282f4b;
  background-image: url('../images/kot2.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(40, 47, 75, 0.96)), to(rgba(40, 47, 75, 0.96))), url('../images/triangle.png'), url('../images/triangle.png');
  background-image: url('../images/kot2.svg'), linear-gradient(180deg, rgba(40, 47, 75, 0.96), rgba(40, 47, 75, 0.96)), url('../images/triangle.png'), url('../images/triangle.png');
  background-position: 50% 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.taller {
  height: auto;
  background-image: none;
}

.section.top-paddings.dark {
  background-color: #282f4b;
}

.section.top-paddings.no-pad {
  padding-top: 10px;
}

.section.top-paddings.hide {
  display: none;
}

.section.top-paddings.pad {
  padding-top: 60px;
  padding-bottom: 100px;
}

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

.section.dark {
  background-color: #282f4b;
}

.section.hide {
  display: none;
}

.feature {
  width: 100%;
  height: 560px;
  border-bottom-right-radius: 45px;
  background-color: transparent;
}

.feature.healthcaretechnology {
  position: absolute;
  bottom: 0px;
  width: 600px;
  height: 100%;
  margin-right: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 45px;
  border-bottom-right-radius: 0px;
  background-color: transparent;
  background-image: url('../images/Main-Healthcare_Tech.svg');
  background-position: 50% 50%;
  background-size: 580px;
  background-repeat: no-repeat;
}

.feature.healthcaretechnology.main-servingpeople {
  background-image: url('../images/Main-ServingPeople.svg');
}

.feature.healthcaretechnology.medical {
  background-image: url('../images/Partner-MedicalCentre.svg');
}

.feature.healthcaretechnology.alliedhealth {
  background-image: url('../images/Partner-AlliedHealth.svg');
}

.feature.healthcaretechnology.community {
  background-image: url('../images/Partner-Community.svg');
}

.feature.healthcaretechnology.specialist {
  background-image: url('../images/Partner-Specialist.svg');
}

.feature.healthcaretechnology.hospital {
  background-image: url('../images/Partner-Hospital.svg');
}

.section-title {
  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.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.half-side.white {
  color: #e4bc2d;
  font-weight: 700;
  text-align: left;
}

.section-title.half-side.light {
  color: #fff;
  font-weight: 700;
}

.section-title.half-side.center.x {
  text-align: center;
}

.section-title.white {
  text-align: center;
}

.section-title.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.half-side.white {
  color: #e4bc2d;
  text-align: left;
}

.section-title.light {
  color: #fff;
}

.section-title.centered.c {
  text-align: center;
}

.button {
  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:hover {
  border-width: 1px;
  border-color: #000;
  background-color: #282f4b;
  color: #e4bc2d;
}

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

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

.button.hero.yellow:hover {
  border-color: #282f4b;
}

.button.yellow {
  border-color: #e4bc2d;
  background-color: #e4bc2d;
  color: #282f4b;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}

.button.yellow:hover {
  border-color: #fff;
  background-color: #fff;
  color: #282f4b;
}

.button.yellow.large-pricing-button {
  width: 220px;
  border-color: #282f4b;
  background-color: #282f4b;
  color: #e4bc2d;
}

.button.yellow.large-pricing-button:hover {
  border-color: #e4bc2d;
  background-color: #e4bc2d;
  color: #282f4b;
}

.button.yellow.single {
  display: inline;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

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

.button.dark.full.blog {
  width: 100%;
}

.button.yellow-line:hover {
  border-color: #e4bc2d;
  background-color: #e4bc2d;
  color: #282f4b;
}

.button-header {
  position: relative;
  z-index: 999;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 13px;
  line-height: 23px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.vertical-image {
  position: relative;
  width: 400px;
  height: 499px;
  background-image: url('../images/dots2_1dots2.png');
  background-position: 50% 50%;
  background-size: 16px;
}

.left-padding {
  margin-right: 60px;
  margin-left: 0px;
  padding-left: 0%;
}

.left-padding.side {
  padding-left: 8.5%;
}

.flex-row {
  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;
  -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;
}

.image-right {
  height: 500px;
  padding: 21px;
  float: none;
  border-radius: 10px;
  text-align: center;
}

.image-right.vertical-image {
  position: relative;
  padding: 0px;
  text-align: left;
}

.image-right.vertical-image.third {
  width: 50%;
}

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

.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;
}

.section-content.center.facts.t-50 {
  margin-top: 60px;
}

.section-content.center.blog {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  -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;
  border-radius: 0px 0px 15px 15px;
  background-color: #282f4b;
  text-align: center;
}

.div-fact {
  padding-top: 20px;
  padding-bottom: 20px;
  border-style: none solid none none;
  border-width: 2px 1px;
  border-color: transparent #e4ecf6;
  text-align: center;
}

.div-fact:hover {
  border-top: 2px none rgba(253, 86, 214, 0.43);
  border-bottom: 0px none transparent;
  border-left: 0px none #e4ecf6;
}

.div-fact.last {
  border-right-style: none;
}

.div-fact.first {
  border-left: 1px none #000;
}

.div-fact.first:hover {
  border-left-width: 0px;
}

.fact-wrapper {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  border-style: solid none;
  border-width: 1px;
  border-color: #e4ecf6;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 6px 12px 0 rgba(114, 121, 146, 0.2);
}

.fun-content {
  position: relative;
  overflow: hidden;
  margin-left: 0px;
}

.fun-tittle {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #e4bc2d;
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 5px;
}

.sub-text {
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #767676;
  font-size: 23px;
  line-height: 36px;
  font-style: normal;
  font-weight: 400;
}

.sub-text.smaller {
  margin-top: 20px;
  font-size: 20px;
  line-height: 31px;
}

.sub-text.smaller.fun {
  margin-top: 0px;
  font-family: Roboto, sans-serif;
  color: #282f4b;
  font-size: 16px;
  font-weight: 500;
}

.column {
  padding-right: 0px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
}

.section-facts {
  position: relative;
  padding: 120px 20px;
  background-color: #282f4b;
  background-image: url('../images/Stripe-2.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(40, 47, 75, 0.95)), to(rgba(40, 47, 75, 0.95))), url('../images/triangle-3.png'), url('../images/triangle.png');
  background-image: url('../images/Stripe-2.png'), linear-gradient(180deg, rgba(40, 47, 75, 0.95), rgba(40, 47, 75, 0.95)), url('../images/triangle-3.png'), url('../images/triangle.png');
  background-position: 100% 100%, 0px 0px, 10% 5%, 100% 100%;
  background-size: contain, auto, 180px, 350px;
  background-repeat: no-repeat, repeat, no-repeat, no-repeat;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.section-facts.hide {
  display: 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;
}

.button-wrapper.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.small-sub-text {
  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.dark {
  padding-left: 5px;
  font-family: Roboto, sans-serif;
  color: #282f4b;
  font-weight: 500;
  letter-spacing: 1px;
}

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

.small-sub-text.center {
  text-align: center;
}

.features-block {
  margin-top: 0px;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}

.read-more {
  -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:hover {
  color: #000;
}

.client-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.client-image {
  width: 22%;
  height: 108px;
  border-radius: 0px;
  background-color: transparent;
  background-image: url('../images/111.png');
  background-position: 50% 50%;
  background-size: 140px;
  background-repeat: no-repeat;
  opacity: 0.6;
}

.client-image:hover {
  border: 1px none #000;
  background-color: transparent;
  opacity: 1;
}

.client-image._2 {
  background-image: url('../images/5555.png');
  background-size: 140px;
}

.client-image._3 {
  background-image: url('../images/2222.png');
  background-size: 140px;
  opacity: 0.66;
}

.client-image._3:hover {
  opacity: 1;
}

.client-image._4 {
  background-image: url('../images/3333.png');
  background-size: 140px;
}

.client-image._5 {
  background-image: url('../images/4444.png');
  background-size: 140px;
}

.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: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-bottom: 1px none rgba(244, 245, 249, 0.36);
    background-color: transparent;
}

.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;
}

.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;
}

.navigation-div.white {
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: 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;
}

.nav-link {
  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:hover {
  border-radius: 6px;
  background-color: rgba(40, 47, 75, 0.1);
}

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

.nav-link.white {
  padding-left: 20px;
}

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

.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;
}

.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;
}

.service-heading-white.top-padding {
  margin-top: 20px;
}

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

.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: #fff;
  text-align: center;
}

.text-field.center {
  text-align: center;
}

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

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

.footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
}

.author-icon {
  width: 50px;
  height: 50px;
  margin-right: 20px;
  border-radius: 100px;
  background-image: url('../images/alex-sorto-467581-unsplash-p-1600.jpeg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.author-icon.square-icon {
  border-radius: 6px;
  background-image: url('../images/team-2.jpeg');
}

.author-icon.square-icon.second {
  background-image: url('../images/team-1.jpeg');
}

.author-icon.square-icon.third {
  background-image: url('../images/team-3.jpeg');
}

.author-name {
  color: #343e52;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}

.author-name.second {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 23px;
}

.mouse-scroll {
  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;
}

.mouse-scroll.yellow {
  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;
}

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

.scroll-wheel.dark {
  background-color: #282f4b;
}

.paragraph {
  color: #282f4b;
  font-size: 15px;
  line-height: 24px;
}

.features-card {
  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:hover {
  background-color: #fff;
  box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.02);
}

.features-card.copy {
  padding-top: 0px;
  border-style: none;
  background-color: transparent;
  box-shadow: none;
  -webkit-transition-property: none;
  transition-property: none;
}

.features-card.copy:hover {
  border-style: none;
  background-color: transparent;
}

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

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

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

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

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

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

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

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

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

.features-card.second-page {
  height: 250px;
  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.second-page:hover {
  box-shadow: 0 6px 12px 0 rgba(40, 47, 75, 0.1);
}

.features-card.second-page.auto {
  height: auto;
}

.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;
}

.left-section-tittle {
  width: 50%;
  margin-bottom: 40px;
}

.portfolio-slider {
  height: auto;
  background-color: transparent;
}

.mask {
  overflow: visible;
  padding-bottom: 20px;
}

.showcase-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 45px 55px;
  -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: 1px solid #e4ecf6;
  border-radius: 10px;
  background-color: #282f4b;
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
  font-family: Roboto, sans-serif;
  text-decoration: none;
}

.showcase-card:hover {
  box-shadow: 0 6px 12px 0 rgba(52, 62, 82, 0.2);
  color: #ff0ac6;
}

.showcase-card.white-variation {
  margin-bottom: 0px;
  border-radius: 9px 9px 0px 0px;
  background-color: #fff;
}

.showcase-card.white-variation.portfolio {
  height: 500px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.slide-nav-second {
  display: none;
}

.left-over {
  left: auto;
  top: -100px;
  right: 50px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -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-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #e4bc2d;
  color: #06f;
  font-size: 13px;
}

.left-over.left-arrow-blog {
  top: -100px;
}

.over-right {
  left: auto;
  top: -100px;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -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: 4px;
  border-bottom-right-radius: 4px;
  background-color: #282f4b;
  color: #282f4b;
}

.over-right.right-arrow-blog {
  top: -100px;
}

.over-right.white-outline {
  border-style: solid solid solid none;
  border-width: 1px;
  border-color: rgba(244, 245, 249, 0.56);
}

.over-right.white-outline:hover {
  background-color: #3c4670;
}

.right-arrow-icon {
  display: block;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.white-right-arrow {
  display: none;
}

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

.left-gray-arrow {
  display: block;
  -webkit-filter: brightness(0%);
  filter: brightness(0%);
}

.double-image-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.main-digitalrelationship {
  width: 500px;
  height: 500px;
  margin-left: 0px;
  border-radius: 17px;
  background-color: transparent;
  background-image: url('../images/Main-DigitalRelation.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.second-image {
  position: absolute;
  right: 0px;
  bottom: -55px;
  width: 400px;
  height: 400px;
  margin-right: 30px;
  border: 20px solid #fafaff;
  border-radius: 1000px;
  background-color: #000;
  background-image: url('../images/taxi-no-comments.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: -3px -3px 20px 0 rgba(0, 0, 0, 0.11);
}

.columns-third {
  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;
}

.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);
}

.grid-service-app.hide {
  display: none;
}

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

.grid-features-icon.second {
  background-image: url('../images/icons8-stack-100_1icons8-stack-100.png');
}

.grid-features-icon.eighth {
  background-image: url('../images/icons8-virtual-reality-100_1icons8-virtual-reality-100.png');
}

.grid-features-icon.seventh {
  background-image: url('../images/icons8-stack-100_1icons8-stack-100.png');
}

.grid-features-icon.referral {
  background-image: url('../images/Feature-Referral.svg');
}

.grid-features-icon.patientprofile {
  background-image: url('../images/Feature-PatientProfile.svg');
}

.grid-features-icon.assessment {
  background-image: url('../images/Feature-Assessment.svg');
}

.grid-features-icon.workqueue {
  background-image: url('../images/Feature-WorkQueue.svg');
}

.grid-features-icon.clinicalnotes {
  background-image: url('../images/Feature-ClinicalNote.svg');
}

.grid-features-icon.telehealth {
  background-image: url('../images/Feature-Telehealth.svg');
}

.grid-features-icon.sms {
  background-image: url('../images/Feature-SMS_1.svg');
}

.grid-features-icon.voicenotes {
  background-image: url('../images/Feature-Voice.svg');
}

.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;
}

.portfolio-title.all-caps.white-portfolio {
  margin-top: 0px;
  color: #fff;
}

.portfolio-title.all-caps.white-portfolio.center {
  font-size: 35px;
  line-height: 45px;
  text-align: center;
}

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

.testimonial-slider {
  height: 100%;
  padding-bottom: 0px;
  background-color: transparent;
}

.testimonial-slider.single {
  width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.circle-arrow {
  left: auto;
  top: -75px;
  right: 45px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  -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-style: none;
  border-width: 1px;
  border-color: #c7c7c7;
  border-radius: 4px 0px 0px 4px;
  background-color: #e4bc2d;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #000;
  font-size: 13px;
}

.circle-arrow:hover {
  background-color: #e4bc2d;
  color: #fff;
}

.circle-arrow.in {
  left: 25px;
  top: auto;
  right: auto;
  bottom: 25px;
}

.circle-arrow-right {
  left: auto;
  top: -75px;
  right: 0px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  -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 none #c7c7c7;
  border-radius: 0px 4px 4px 0px;
  background-color: #282f4b;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: rgba(244, 245, 249, 0.56);
  font-size: 13px;
}

.circle-arrow-right:hover {
  background-color: #282f4b;
  color: #fff;
}

.circle-arrow-right.light {
  background-color: hsla(0, 0%, 100%, 0.2);
}

.circle-arrow-right.in {
  left: 70px;
  top: auto;
  right: auto;
  bottom: 25px;
}

.div-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-author:hover {
  color: #333;
}

.testimonial-card {
  padding: 45px;
  border: 1px solid #e4e8ee;
  border-radius: 6px;
  background-color: #fff;
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
}

.testimonial-card:hover {
  box-shadow: 0 6px 12px 0 rgba(114, 121, 146, 0.2);
  color: #ff0ac6;
}

.testimonial-card.vr-2 {
  padding: 0px;
  background-color: #fafaff;
  text-align: center;
}

.team-card {
  overflow: hidden;
  border: 1px solid #dfdede;
  border-radius: 6px;
}

.team-card:hover {
  box-shadow: 0 6px 12px 0 rgba(114, 121, 146, 0.2);
}

.team-card.no-line {
  border-style: solid;
  border-color: #e4bc2d;
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
  text-align: left;
}

.team-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 450px;
  padding-bottom: 30px;
  padding-left: 30px;
  -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;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/Kot2_1.svg'), url('../images/team-3.jpeg');
  background-position: 0% 100%, 50% 50%;
  background-size: contain, cover;
  background-repeat: no-repeat, repeat;
}

.team-image:hover {
  background-color: transparent;
  background-image: url('../images/Kot2_1.svg'), url('../images/team-3.jpeg');
  background-position: 0% 100%, 50% 50%;
  background-size: contain, cover;
  background-repeat: no-repeat, repeat;
}

.team-image.second {
  background-image: url('../images/Stripe-2.png'), url('../images/team-1.jpeg');
  background-position: 50% 100%, 50% 50%;
  background-size: contain, cover;
  background-repeat: no-repeat, repeat;
}

.team-image.third {
  background-image: url('../images/Stripe-2.png'), url('../images/team-2.jpeg');
  background-size: contain, cover;
}

.team-image.invert {
  background-image: url('../images/Stripe-2.png'), url('../images/team-3.jpeg');
  background-position: 100% 100%, 0px 0px;
  background-size: contain, cover;
  background-repeat: no-repeat, no-repeat;
}

.team-info {
  padding: 10px 35px 20px;
}

.team-info.white {
  padding-top: 0px;
  padding-bottom: 35px;
  background-color: #fafaff;
}

.team-text-name {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #282f4b;
  font-size: 16px;
  line-height: 23px;
  font-weight: 700;
  text-transform: uppercase;
}

.position-text {
  color: #737cbc;
  line-height: 24px;
}

.copy-wrapper {
  font-family: Roboto, sans-serif;
}

.position-author {
  margin-bottom: 0px;
}

.team-icon {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -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: 6px;
  background-color: #282f4b;
  box-shadow: 7px 7px 10px 0 rgba(0, 0, 0, 0.14);
}

.team-icon:hover {
  background-color: #e4bc2d;
}

.social-team-div {
  z-index: 1;
  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;
  -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;
}

.social-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-left: 5px;
  -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-style: none;
  border-width: 1px;
  border-color: rgba(244, 245, 249, 0.56);
  border-radius: 4px;
  background-color: #282f4b;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.social-icon:hover {
  background-color: #e4bc2d;
}

.social-icon.tourquise {
  background-color: #282f4b;
}

.social-icon.tourquise:hover {
  background-color: #e4bc2d;
}

.social-icons-wrapper {
  width: 200px;
}

.team-share {
  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;
  -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;
}

.column-second {
  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;
}

.logo-dark.footer-logo {
  margin-right: 20px;
  padding-top: 0px;
}

.pricing-block {
  display: block;
  padding: 40px 25px 25px;
  border: 1px solid #e4e8ee;
  border-radius: 11px;
  background-color: #fff;
  box-shadow: 0 6px 12px 0 rgba(114, 121, 146, 0.2);
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
  text-align: center;
}

.pricing-block:hover {
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.12);
}

.pricing-block.right {
  border-radius: 10px;
  box-shadow: none;
}

.pricing-block.right:hover {
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.12);
}

.pricing-block.right.image-card {
  position: static;
  width: 100.00845%;
  padding: 0px;
  background-color: #fff;
}

.pricing-block.right.image-card {
  position: static;
  width: 100.00845%;
  padding: 0px;
  background-color: #fff;
}

.pricing-block.orange {
  border-color: #e4bc2d;
  background-color: #e4bc2d;
}

.pricing-block.orange.mid-corner {
  border-radius: 0px;
}

.pricing-block.corner-round {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.pricing-block.right-corner-round {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.check-list.padding-top-bottom {
  margin-top: 30px;
  margin-bottom: 40px;
}

.pricing-row {
  width: 100.00781%;
}

.title-price {
  font-family: Lato, sans-serif;
  color: #677081;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.title-price.check-text {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  float: none;
  color: #282f4b;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.title-price.check-text.light {
  color: rgba(40, 47, 75, 0.35);
}

.title-price.check-text.light.white {
  color: hsla(0, 0%, 100%, 0.6);
}

.title-price.check-text.white {
  color: #fff;
}

.title-price.number {
  position: static;
  left: auto;
  display: block;
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #343e52;
  font-size: 40px;
  font-weight: 500;
  text-align: center;
}

.title-price.number.white {
  color: #fff;
}

.title-price.sub {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #677081;
  font-size: 10px;
  line-height: 17px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.title-price.sub.white {
  color: #fff;
}

.title-price.check-text {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  float: none;
  color: #282f4b;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.circle-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -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;
}

.padding-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 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;
}

.padding-wrapper.right {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.check-text-block {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #e4e8ee;
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #677081;
}

.check-text-block.first {
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #e4e8ee;
  background-color: transparent;
  color: #677081;
}

.check-text-block.first.second-vr {
  border-bottom-style: none;
}

.check-text-block.second-vr {
  border-bottom-style: none;
}

.div-block-sixth {
  display: block;
  margin-left: 10px;
  text-align: center;
}

.list-item {
  text-align: left;
}

.pricing-column {
  padding: 15px;
}

.blog-image {
  height: 200px;
  border-radius: 6px;
  background-color: #e4bc2d;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.blog-image.big-size {
  position: relative;
  height: 200px;
}

.blog-slider {
  height: auto;
  padding-bottom: 0px;
  background-color: transparent;
}

.blog-wrapper-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: none;
  border-width: 1px;
  border-color: #dfdede;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 0 2px 0 rgba(52, 62, 82, 0.2);
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
  font-family: Roboto, sans-serif;
}

.blog-wrapper-card:hover {
  box-shadow: 0 6px 12px 0 rgba(114, 121, 146, 0.2);
  color: #ff0ac6;
}

.blog-wrapper-card.in-sidebar {
  background-color: #fafaff;
}

.blog-wrapper-card.centered {
  position: relative;
  -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-image: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#fff));
  background-image: linear-gradient(180deg, #f3f3f3, #fff);
  text-align: center;
}

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

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

.blog-header.all-caps:hover {
  color: #e4bc2d;
}

.open-close-plus {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin-top: 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: 3px;
}

.side-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 8%;
  padding-left: 8%;
  -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;
  font-family: Roboto, sans-serif;
  color: #333;
  font-weight: 500;
}

.horizontal {
  position: absolute;
  top: 9px;
  width: 14px;
  height: 2px;
  background-color: #161a25;
}

.question-box {
  margin-bottom: 0px;
}

.question-box.first {
  margin-top: 20px;
  border-top-style: none;
}

.question-tittle {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #282f4b;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.promo-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -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;
}

.vertical {
  position: absolute;
  width: 14px;
  height: 1.5px;
  margin-bottom: -1px;
  background-color: #161a25;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.question-title-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 25px 30px 10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  border-left: 1px solid #009fad;
  background-color: #f3f3f3;
  font-family: Oswald, sans-serif;
  font-size: 17px;
  line-height: 25px;
  text-decoration: none;
}

.question-title-link.white {
  height: 80px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 30px;
  border: 1px solid #e4ecf6;
  border-radius: 6px;
  background-color: #fff;
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
}

.question-title-link.white:hover {
  box-shadow: 0 6px 12px 0 rgba(82, 91, 115, 0.07);
}

.question-box-answer {
  overflow: hidden;
  padding: 10px 30px 0px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: transparent;
  font-family: Oswald, sans-serif;
  color: #727992;
  font-size: 14px;
  line-height: 20px;
}

.heading-half-section {
  margin-top: 0px;
  font-family: Roboto, sans-serif;
  color: #282f4b;
  font-size: 32px;
  line-height: 42px;
  font-weight: 500;
}

.expand {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.side-image-media {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 240px;
  padding-right: 15px;
  padding-left: 15px;
  -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;
}

.side-image-media.flex-right {
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.side-features {
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.tab-image {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 65px;
  margin-right: 0px;
}

.feature-tabs {
  width: 41%;
}

.service-title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #2c3340;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  text-decoration: none;
}

.service-title.tab {
  margin-bottom: 10px;
}

.tab-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-tab {
  width: 100%;
  margin-top: -1px;
  margin-bottom: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 120px;
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: #e2e3e7;
  border-radius: 10px 0px 0px 10px;
  background-color: transparent;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.feature-tab:hover {
  border-radius: 8px 0px 0px 8px;
  background-color: #fff;
  box-shadow: 0 6px 12px 0 rgba(114, 121, 146, 0.2);
}

.feature-tab.w--current {
  height: 180px;
  margin-top: -1px;
  margin-bottom: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 120px;
  border-right-style: none;
  border-radius: 8px 0px 0px 8px;
  background-color: #fff;
  box-shadow: 0 6px 12px 0 rgba(40, 43, 49, 0.08);
  text-align: left;
}

.feature-tab.top {
  height: auto;
  margin-top: -1px;
  margin-bottom: 0px;
  border-right-style: none;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.feature-tab.top.w--current {
  width: 100%;
  padding-left: 120px;
  border-radius: 10px 0px 0px;
  box-shadow: 0 6px 12px 0 rgba(114, 121, 146, 0.2);
}

.feature-tab.center {
  height: auto;
  border-radius: 0px;
}

.feature-tab.bottom {
  height: 180px;
  border-right-style: none;
  border-top-left-radius: 0px;
}

.feature-tab.bottom.w--current {
  border-right-style: solid;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 0px;
}

.feature-tab.bottom.left {
  height: auto;
  border-right-style: none;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 10px;
}

.feature-tab.bottom.right {
  height: auto;
  border-right-style: solid;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 0px;
}

.feature-tab.top {
  height: auto;
  margin-top: -1px;
  margin-bottom: 0px;
  border-right-style: none;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.feature-tab.top.w--current {
  width: 100%;
  padding-left: 120px;
  border-radius: 10px 0px 0px;
  box-shadow: 0 6px 12px 0 rgba(114, 121, 146, 0.2);
}

.tabs-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 66.66%;
  height: auto;
  margin-top: -1px;
  margin-right: auto;
  margin-left: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e2e3e7;
  border-radius: 0px 10px 10px 0px;
  background-color: #fff;
}

.tabs-content.full {
  width: 100%;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 10px;
}

.tabs-content.rouded-corners {
  padding-top: 80px;
  padding-bottom: 80px;
  border-radius: 10px;
}

.tab-panel {
  margin-right: auto;
  margin-left: auto;
}

.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;
}

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

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

.content-section {
  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;
}

.footer-social-link {
  position: relative;
  overflow: hidden;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #777;
  font-size: 15px;
  line-height: 24px;
  text-decoration: none;
}

.footer-social-link:hover {
  color: #f44a66;
}

.top-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none rgba(40, 47, 75, 0.13);
}

.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;
}

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

.copyright-text.lighter {
  color: #a5aee9;
}

.social-wrapper-second {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.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;
}

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

.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;
}

.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-heading {
  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.white {
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
}

.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;
}

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

.footer-sub-link {
  display: block;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px none hsla(0, 0%, 100%, 0.15);
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  font-family: Roboto, sans-serif;
  color: #737cbc;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: none;
}

.footer-sub-link:hover {
  color: #e4bc2d;
}

.footer-sub-link.last {
  border-bottom-style: none;
}

.footer-sub-link.lighter {
  color: #a5aee9;
}

.footer-sub-link.lighter:hover {
  color: #e4bc2d;
}

.lighter-paragraph {
  color: #a5aee9;
}

.lighter-paragraph.font {
  font-family: Roboto, sans-serif;
  color: #737cbc;
}

.underline {
  position: absolute;
  left: 0px;
  top: 107px;
  width: 110%;
  height: 5px;
  margin-top: -6px;
  background-color: #f44a66;
  opacity: 0.25;
  -webkit-transform: translate(-105%, 0px);
  -ms-transform: translate(-105%, 0px);
  transform: translate(-105%, 0px);
}

.underline.social-line {
  top: 32px;
  width: 100%;
  height: 5px;
  margin-top: -6px;
  background-color: #f44a66;
}

.social-link-second {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  padding: 10px;
  -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-style: solid;
  border-width: 1px;
  border-color: #9d9e9d;
  border-radius: 0%;
  background-color: transparent;
  background-image: url('../images/icons8-twitter-96-1_1icons8-twitter-96 (1).png');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  opacity: 0.65;
}

.social-link-second:hover {
  opacity: 1;
}

.social-link-second.facebook {
  border-radius: 0%;
  background-image: url('../images/icons8-facebook-f-150.png');
  background-size: 14px;
}

.social-link-second.facebook.line {
  margin-left: 0px;
  border-right-style: solid;
  background-image: url('../images/icons8-facebook-f-100_1icons8-facebook-f-100.png');
}

.social-link-second.facebook.line.dark {
  background-image: url('../images/icons8-facebook-f-150.png');
}

.social-link-second.be {
  border-radius: 0%;
  background-image: url('../images/icons8-behance-96_2icons8-behance-96.png');
  background-size: 16px;
}

.social-link-second.be.line {
  margin-left: 0px;
  background-image: url('../images/icons8-behance-96_1icons8-behance-96.png');
}

.social-link-second.be.line.dark {
  background-image: url('../images/icons8-behance-96_2icons8-behance-96.png');
}

.social-link-second.instagram {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  -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-style: solid;
  border-radius: 0%;
  background-color: transparent;
  background-image: url('../images/icons8-instagram-104-2_1icons8-instagram-104 (2).png');
  background-size: 12px;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.social-link-second.instagram.line {
  margin-left: 0px;
  background-image: url('../images/icons8-instagram-96_1icons8-instagram-96.png');
}

.social-link-second.instagram.line.dark {
  background-image: url('../images/icons8-instagram-104-2_1icons8-instagram-104 (2).png');
}

.social-link-second.line {
  margin-right: 0px;
  margin-left: 0px;
  border-style: solid none solid solid;
  background-color: transparent;
  background-image: url('../images/icons8-twitter-90_1icons8-twitter-90.png');
}

.social-link-second.line.dark {
  background-image: url('../images/icons8-twitter-96-1_1icons8-twitter-96 (1).png');
}

.play.paddings {
  margin-right: 10px;
  -webkit-filter: none;
  filter: none;
}

.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 {
  border-top-color: #313a5c;
}

.video-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 400px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 6px;
  background-color: #e4bc2d;
  background-image: url('../images/taxi-done.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-decoration: none;
}

.video-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 70px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding-right: 7px;
  padding-left: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #282f4b;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  text-decoration: none;
}

.video-button:hover {
  background-color: #003472;
  box-shadow: 0 6px 12px 0 rgba(40, 47, 75, 0.2);
}

.video-button.page {
  height: auto;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 10px 20px;
  -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;
  background-color: transparent;
  box-shadow: 0 3px 6px 0 rgba(40, 47, 75, 0.2);
}

.video-button.page.yellow {
  width: auto;
  height: 50px;
  margin-left: 20px;
  padding-top: 10px;
  background-color: transparent;
  box-shadow: none;
  -webkit-transition-property: none;
  transition-property: none;
}

.video-button.page.yellow.blog {
  width: auto;
}

.play-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  -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: 6px;
  background-color: #e4bc2d;
}

.video-text {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
}

.video-text.dark {
  color: #282f4b;
  font-weight: 700;
}

.fqa-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -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;
}

.contact-form-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding: 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: 1px solid #dfdede;
  border-radius: 10px;
  background-color: #fff;
}

.form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  padding: 40px 40px 40px;
  -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: 1px none #dfdede;
  border-radius: 6px;
  background-color: transparent;
}

.form-second {
  width: 100%;
}

.field-label {
  color: #282f4b;
  font-size: 14px;
}

.contact-field {
  height: 48px;
  padding-right: 24px;
  padding-left: 24px;
  border: 1px solid #e4e8ee;
  border-radius: 6px;
  background-color: #fafaff;
  min-width: 300px;
}

.contact-field.message {
  height: auto;
  min-height: 240px;
}

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

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

.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;
}

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

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

.side-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.second-pricing-block {
  position: relative;
  display: block;
  width: 95%;
  padding: 40px 25px 25px;
  border: 1px solid #e4e8ee;
  border-radius: 11px;
  background-color: #fff;
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
  text-align: center;
}

.second-pricing-block.right {
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  box-shadow: none;
}

.second-pricing-block.right:hover {
  box-shadow: 0 6px 12px 0 rgba(40, 47, 75, 0.2);
}

.popular-pricing-tag {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 30px;
  padding-right: 10px;
  padding-left: 10px;
  -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: 6px;
  border-bottom-left-radius: 6px;
  background-color: #282f4b;
  color: #e4bc2d;
}

.triangle {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.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;
}

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

.page-wrapper.hide {
  display: none;
}

.pages-div-hero {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -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;
}

.grid-fourth {
  margin-bottom: 100px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-fourth.hide {
  display: none;
}

.contact-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding: 20px;
  -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: 1px solid #e4e8ee;
  border-radius: 6px;
  background-color: #fff;
}

.about-crew-text {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-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;
}

.link {
  border-radius: 6px;
  background-color: #e4bc2d;
  color: #343e52;
}

.bigger-paragraph {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 26px;
}

.column-third {
  position: relative;
  display: block;
  overflow: visible;
  padding-right: 0px;
  padding-left: 0px;
}

.dot {
  width: 10px;
  height: 10px;
  margin-right: 5px;
  margin-left: 20px;
  border-radius: 20px;
  background-color: #282f4b;
  color: #fff;
}

.dot.line {
  margin-left: 0px;
  border: 1px solid #fff;
  background-color: transparent;
}

.dot.yeloow {
  background-color: #e4bc2d;
}

.dot.white {
  background-color: #fff;
}

.about-us-columns {
  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;
}

.about-us-columns.hide {
  display: none;
}

.heading-half-section-second {
  font-family: Roboto, sans-serif;
  color: #343e52;
  font-size: 32px;
  line-height: 42px;
  font-weight: 500;
}

.heading-half-section-second.left {
  margin-bottom: 0px;
  font-size: 28px;
  line-height: 38px;
}

.heading-half-section-second.left.center {
  text-align: center;
}

.about-copy-wrapper {
  width: 85%;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
}

.about-us-image {
  display: none;
  border-radius: 6px;
}

.divider {
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #d0d9f8;
}

.divider.white {
  background-color: #fff;
}

.dots-text {
  color: #282f4b;
}

.home-link {
  color: #fff;
  text-decoration: none;
}

.home-link:hover {
  text-decoration: underline;
}

.info-contact {
  text-align: center;
}

.top-yellow-footer {
  position: static;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: auto;
  width: 100%;
  margin-bottom: 60px;
  padding-top: 40px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #e4bc2d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(228, 188, 45, 0.9)), to(rgba(228, 188, 45, 0.9))), url('../images/triangle-2.png'), url('../images/triangle-3.png'), url('../images/triangle.png');
  background-image: linear-gradient(180deg, rgba(228, 188, 45, 0.9), rgba(228, 188, 45, 0.9)), url('../images/triangle-2.png'), url('../images/triangle-3.png'), url('../images/triangle.png');
  background-position: 0px 0px, 100% 50%, 5% 0px, 50% 40%;
  background-size: auto, 200px, 130px, 300px;
  background-repeat: repeat, no-repeat, no-repeat, no-repeat;
}

.download {
  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;
}

.gray-space {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
  -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;
  background-color: #fff;
}

.gray-space.dark {
  background-color: #343e52;
}

.gray-space.yellow {
  background-color: #e4bc2d;
}

.row {
  margin-bottom: 90px;
}

.divider-second {
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: rgba(63, 63, 63, 0.1);
}

.divider-second.padding {
  margin-top: 100px;
  margin-bottom: 80px;
}

.licence-item-firs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  padding: 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: 1px solid #dde1e7;
  border-radius: 10px;
  background-color: #fff;
}

.image-div-second {
  width: 100px;
  height: 100px;
  background-image: url('../images/shutterstock_178724276.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-div-second.logo {
  width: 60px;
  height: 60px;
  margin-right: 20px;
  border-radius: 8px;
  background-color: transparent;
  background-image: url('../images/big.png');
  background-position: 50% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.licence-items-second {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-right: auto;
  margin-bottom: -24px;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  -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;
}

.licence-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: auto;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e4ecf6;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(46, 50, 60, 0.09);
}

.licence-link {
  color: #282f4b;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  text-decoration: none;
}

.licence-link:hover {
  color: #e4bc2d;
  text-decoration: underline;
}

.licence-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 64px;
  padding-left: 64px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #717177;
}

.column-icons {
  margin-bottom: 10px;
}

.image-div {
  width: 100px;
  height: 100px;
}

.image-div.icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  -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-radius: 10px;
  background-color: #282f4b;
}

.image-div.icons.yellow {
  width: auto;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  background-color: #e4bc2d;
}

.icon-div {
  width: 60px;
  height: 60px;
  background-image: url('../images/icons8-swift-150.png');
  background-position: 0px 0px;
  background-size: cover;
}

.icon-div.third {
  background-image: url('../images/icons8-web-imac-100_1icons8-web-imac-100.png');
}

.icon-div.third.ilustration {
  background-image: url('../images/taxi-logged-out.png');
}

.icon-div.third.image {
  background-image: url('../images/Untitled-5-1.jpg');
}

.icon-div.second {
  background-image: url('../images/icons8-stack-100_1icons8-stack-100.png');
}

.icon-div.second.ilustration {
  background-color: #282f4b;
  background-image: url('../images/taxi-help-and-care.png');
}

.icon-div.second.image {
  background-image: url('../images/About-Us2.jpg');
}

.icon-div.fourth {
  background-image: url('../images/icons8-virtual-reality-100_1icons8-virtual-reality-100.png');
}

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

.icon-div.fourth.image {
  background-image: url('../images/Untitled-1.jpg');
}

.icon-div.ilustration {
  border-radius: 11px;
  background-color: #282f4b;
  background-image: url('../images/taxi-no-comments.png');
}

.icon-div.image {
  border-radius: 11px;
  background-image: url('../images/Untitled-6.jpg');
}

.top-stripe {
  width: 100%;
  height: 140px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #e4bc2d;
  background-image: url('../images/Stripe-White.png');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

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

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

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

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

.dropdown-toggle {
  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:hover {
  background-color: rgba(40, 47, 75, 0.1);
}

.dropdown-toggle.white-nav {
  color: #fff;
}

.dropdown {
  background-color: transparent;
}

.link-block {
  text-decoration: none;
}

.link-blog-image {
  display: block;
  height: 100%;
}

.link-blog-image.centerd-style {
  width: 100%;
}

.created {
  margin-bottom: 0px;
  color: #282f4b;
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
}

.categories {
  display: inline-block;
  width: 80px;
  margin-top: 20px;
  margin-left: 20px;
  padding: 2px 6px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(40, 47, 75, 0.1);
  color: #282f4b;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
}

.categories.sidebar {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding: 10px;
  border: 1px solid #e4e8ee;
  background-color: #fafaff;
  box-shadow: none;
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
}

.categories.sidebar:hover {
  border-color: #e4bc2d;
  background-color: #e4bc2d;
}

.categories.sidebar.w--current {
  border-color: #e4bc2d;
  background-color: #e4bc2d;
}

.collection-sidebar {
  font-family: Roboto, sans-serif;
}

.sucess-mesage {
  border-radius: 8px;
  background-color: #40c30d;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 14px;
}

.right-collection-wrapper {
  width: 66.66%;
  padding-right: 0px;
  padding-left: 0px;
}

.sidebar {
  width: 30%;
  padding: 0px 0px 15px 20px;
  background-color: transparent;
  text-align: left;
}

.blog-and-sidebar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sidebar-header {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 1px none #e4e8ee;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.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;
}

.icon-header-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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-header-second.padding-bottom {
  margin-bottom: 30px;
}

.main-image-blog {
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  height: 100vh;
  margin-top: 0px;
  margin-bottom: 120px;
  padding-top: 0px;
  border-radius: 10px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sidebar-block {
  margin-bottom: 40px;
  padding: 25px;
  border: 1px solid #e4e8ee;
  border-radius: 6px;
  background-color: #fff;
}

.sidebar-block:hover {
  border-color: #e4e8ee;
}

.form {
  padding: 0px;
}

.testimonials {
  line-height: 28px;
}

.testimonials.white {
  margin-bottom: 20px;
}

.slide {
  width: 100%;
  padding-bottom: 20px;
}

.top-color {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-top: 40px;
  border-radius: 10px;
  background-color: #e4bc2d;
  background-image: url('../images/Stripe-White.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.top-color.pricing {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.top-color.pricing.dark {
  background-color: #282f4b;
}

.pricing-padding {
  padding-right: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
  background-color: transparent;
}

.pricing-tag {
  display: inline-block;
  margin-bottom: 16px;
  padding: 7px;
  border-radius: 6px;
  background-color: transparent;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
}

.top-testimonials {
  height: 120px;
  padding-top: 40px;
  padding-left: 40px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: #282f4b;
  background-image: url('../images/5_kot.svg');
  background-position: 0% 100%;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: left;
}

.testimonial-padding {
  padding: 20px 40px 40px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: #fff;
  text-align: left;
}

.star-wrapper {
  margin-top: 10px;
}

.top-yellow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 200px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: #e4bc2d;
  background-image: url('../images/kot.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.dark-wrapper {
  margin-bottom: 20px;
  border-radius: 10px;
  background-color: #282f4b;
}

.dark-wrapper.single {
  width: 940px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.portfolio-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -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;
}

.portfolio-info.yellow {
  padding-top: 20px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: #e4bc2d;
}

.portfolio-info.single {
  padding-bottom: 40px;
}

.testimonial-single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 5% 15% 0px;
  -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;
  border: 1px none #e4e8ee;
  border-radius: 20px;
  background-color: #e4bc2d;
  background-image: url('../images/kot3.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(228, 188, 45, 0.95)), to(rgba(228, 188, 45, 0.95))), url('../images/triangle-3.png'), url('../images/triangle.png');
  background-image: url('../images/kot3.svg'), linear-gradient(180deg, rgba(228, 188, 45, 0.95), rgba(228, 188, 45, 0.95)), url('../images/triangle-3.png'), url('../images/triangle.png');
  background-position: 100% 100%, 0px 0px, 5% 10%, 100% 100%;
  background-size: cover, auto, 125px, 300px;
  background-repeat: no-repeat, repeat, no-repeat, no-repeat;
  box-shadow: 1px 1px 3px 0 rgba(40, 47, 75, 0.1), inset 0 -6px 12px 0 rgba(40, 47, 75, 0.1);
}

.quotes {
  position: absolute;
  top: 60px;
  right: 60px;
  -webkit-filter: brightness(200%);
  filter: brightness(200%);
}

.service-wrapper {
  margin-bottom: 40px;
}

.grid-fifth {
  width: 85%;
  margin-right: auto;
  margin-left: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-second {
  display: inline-block;
}

.quote-sign {
  margin-top: 20px;
  margin-left: 40px;
  padding-top: 0px;
  padding-left: 0px;
  -webkit-filter: brightness(200%);
  filter: brightness(200%);
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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: -webkit-gradient(linear, left top, left bottom, from(rgba(228, 188, 45, 0.9)), to(rgba(228, 188, 45, 0.9))), url('../images/triangle-3.png'), url('../images/triangle.png');
  background-image: linear-gradient(180deg, rgba(228, 188, 45, 0.9), rgba(228, 188, 45, 0.9)), url('../images/triangle-3.png'), url('../images/triangle.png');
  background-position: 0px 0px, 100px 150px, 100% 100%;
  background-size: auto, 200px, 600px;
  background-repeat: repeat, no-repeat, no-repeat;
}

.utility-page-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 800px;
    padding: 60px 40px;
    -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;
    border-radius: 10px;
    background-color: #fff;
    text-align: left;
}

.utility-page-content2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 80%;
    padding: 60px 40px;
    -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;
    border-radius: 10px;
    background-color: #fff;
    text-align: center;
}

.utility-page-form {
    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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    max-width: 100%;
}

.lock {
  width: 42px;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  font-size: 12px;
}

._04-text {
  color: #737cbc;
}

.utility-text {
    color: #282f4b;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}

.grid-hero-info {
  width: 80%;
  margin-bottom: 20px;
  grid-column-gap: 32px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-single-page {
  height: auto;
  border-radius: 10px;
}

.portolio-content {
  width: 940px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
}

.grid-intro {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.intro-page-tittle {
  margin-top: 0px;
  float: none;
  clear: none;
  background-color: transparent;
  color: #282f4b;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  text-align: center;
}

.page-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  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: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.page-links:hover {
  background-color: #fff;
  box-shadow: 0 6px 12px 0 rgba(40, 47, 75, 0.1);
}

.page-links.second {
  height: 400px;
  background-image: url('../images/Athena-2.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-links.first {
  background-image: url('../images/5e49b5ca353d4547bdb74964_Athena-1.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-links.first:hover {
  box-shadow: 0 6px 12px 0 rgba(40, 47, 75, 0.1);
}

.page-links.third {
  background-image: url('../images/Athena-3.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-links.third:hover {
  box-shadow: 0 6px 12px 0 rgba(40, 47, 75, 0.1);
}

.page-links.fourth {
  background-image: url('../images/Athena-4.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.page-links.fourth:hover {
  box-shadow: 0 6px 12px 0 rgba(40, 47, 75, 0.1);
}

.div-block-second {
  width: 10px;
  height: 10px;
  margin-right: 0px;
  margin-left: 5px;
  border-radius: 20px;
  background-color: #282f4b;
}

.page-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 0px 35px;
  -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-style: none;
  border-width: 1px;
  border-color: #e7e7e7;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 4px 18px 0 rgba(29, 29, 33, 0.08);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.page-block:hover {
  box-shadow: 0 5px 21px 0 rgba(29, 29, 33, 0.15);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.title-componet {
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #282f4b;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.card-link {
  position: static;
  display: inline-block;
  width: 100%;
  text-decoration: none;
}

.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 30px;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e4e8ee;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: #e4bc2d;
}

.intro-pages-row {
  width: 100%;
  margin-bottom: 20px;
}

.homepage-link {
  position: relative;
  overflow: scroll;
  width: 96%;
  height: 600px;
  margin-bottom: 20px;
}

.homepage-link.inner-pages {
  height: 400px;
  border: 1px solid #e4e8ee;
  border-radius: 6px;
  background-color: #f5f4f7;
  text-align: center;
  text-decoration: none;
}

.content-second {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 30px;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e4e8ee;
  background-color: #282f4b;
}

.dots-yellow {
  width: 10px;
  height: 10px;
  margin-right: 0px;
  margin-left: 5px;
  border-radius: 20px;
  background-color: #e4bc2d;
}

.pages-tittle {
  margin-bottom: 35px;
  font-family: Roboto, sans-serif;
  color: #282f4b;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.grid-seventh {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.portfolio-link {
  width: 100%;
  text-decoration: none;
}

.portfolio-link.w--current {
  margin-bottom: 0px;
}

.dark {
  color: #282f4b;
}

.yellow {
  color: #e4bc2d;
  text-align: center;
}

.tab-wrapper-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.feature-tabs-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

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

.price-flex {
  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;
}

.text-2 {
  font-family: Roboto, sans-serif;
  color: #282f4b;
  text-align: left;
}

.text-2.right {
  font-family: Roboto, sans-serif;
  color: #282f4b;
  text-align: right;
}

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

.top-yellow-footer-2 {
  position: static;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: auto;
  width: 100%;
  margin-bottom: 0px;
  padding: 40px 20px 5px;
  background-color: #e4bc2d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(228, 188, 45, 0.9)), to(rgba(228, 188, 45, 0.9))), url('../images/triangle-2.png'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-image: linear-gradient(180deg, rgba(228, 188, 45, 0.9), rgba(228, 188, 45, 0.9)), url('../images/triangle-2.png'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px, 100% 50%, 5% 0px, 50% 40%;
  background-size: auto, 200px, 130px, 300px;
  background-repeat: repeat, no-repeat, no-repeat, no-repeat;
}

.question-tittle-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #282f4b;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.link-2 {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}

.footer-block-2 {
  padding-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.section-title-3 {
  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-3.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;
}

.second-image-2 {
  position: absolute;
  right: 0px;
  bottom: -55px;
  width: 400px;
  height: 400px;
  margin-right: 30px;
  border: 20px solid #fafaff;
  border-radius: 1000px;
  background-color: #000;
  background-image: url('../images/taxi-success-1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: -3px -3px 20px 0 rgba(0, 0, 0, 0.11);
}

.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: 0px 0px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #282f4b;
}

.navbar-2 {
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 1px none rgba(244, 245, 249, 0.36);
  background-color: transparent;
}

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

.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(rgba(228, 188, 45, 0.85)), to(rgba(228, 188, 45, 0.85))), none, none;
  background-image: url('../images/Stripe-1.png'), linear-gradient(180deg, rgba(228, 188, 45, 0.85), rgba(228, 188, 45, 0.85)), 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;
}

.hero-section-2.pages {
  display: block;
  padding-right: 20px;
  padding-bottom: 160px;
  padding-left: 20px;
  background-image: url('../images/Stripe-1.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(228, 188, 45, 0.9)), to(rgba(228, 188, 45, 0.9))), none, none;
  background-image: url('../images/Stripe-1.png'), linear-gradient(180deg, rgba(228, 188, 45, 0.9), rgba(228, 188, 45, 0.9)), none, none;
}

.hero-section-2.pages.black {
  padding-right: 20px;
  padding-left: 20px;
  background-color: #e4bc2d;
  background-image: url('../images/Stripe-1.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(228, 188, 45, 0.85)), to(rgba(228, 188, 45, 0.85))), none, none;
  background-image: url('../images/Stripe-1.png'), linear-gradient(180deg, rgba(228, 188, 45, 0.85), rgba(228, 188, 45, 0.85)), 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;
}

.hero-section-2.hide {
  display: none;
}

.container-2 {
  display: block;
  max-width: 1200px;
  margin-top: 0px;
  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-2.paddings {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 60px;
}

.container-2.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;
}

.container-2.new-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container-2.no-m {
  margin-top: 0px;
}

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

.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 {
  display: inline-block;
  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.w--current {
  display: inline-block;
}

.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;
  font-size: 16px;
  font-weight: 500;
}

.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;
}

.footer-sub-link-2 {
  display: block;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px none hsla(0, 0%, 100%, 0.15);
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  font-family: Roboto, sans-serif;
  color: #737cbc;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: none;
}

.footer-sub-link-2:hover {
  color: #e4bc2d;
}

.footer-sub-link-2.last {
  border-bottom-style: none;
}

.footer-sub-link-2.last.lighter {
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 10px;
  color: #fff;
}

.footer-sub-link-2.last.lighter:hover {
  color: #e4bc2d;
}

.text-block {
  margin-top: 40px;
  color: #fff;
}

.top-footer-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  margin-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;
  border-bottom: 1px none rgba(40, 47, 75, 0.13);
}

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

.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;
}

.logo-white {
  position: absolute;
  display: block;
}

.footer-column-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 20px;
  -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;
}

.question-box-answer-2 {
  overflow: hidden;
  padding: 10px 30px 0px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: transparent;
  font-family: Oswald, sans-serif;
  color: #727992;
  font-size: 14px;
  line-height: 20px;
}

.baner-big-text-2 {
  overflow: visible;
  width: auto;
  margin-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Roboto, sans-serif;
  color: #282f4b;
  font-size: 65px;
  line-height: 70px;
  font-weight: 500;
  letter-spacing: 0px;
}

.baner-big-text-2.subpages {
  margin-bottom: 0px;
}

.feature-tabs-horizontal-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.video-button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 70px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding-right: 7px;
  padding-left: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #282f4b;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  text-decoration: none;
}

.video-button-2:hover {
  background-color: #003472;
  box-shadow: 0 6px 12px 0 rgba(40, 47, 75, 0.2);
}

.video-button-2.page {
  height: auto;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 10px 20px;
  -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;
  background-color: transparent;
  box-shadow: 0 3px 6px 0 rgba(40, 47, 75, 0.2);
}

.video-button-2.page.yellow {
  width: auto;
  height: 50px;
  margin-left: 20px;
  padding-top: 10px;
  background-color: transparent;
  box-shadow: none;
  -webkit-transition-property: none;
  transition-property: none;
}

.tabs-content-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 66.66%;
  height: auto;
  margin-top: -1px;
  margin-right: auto;
  margin-left: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e2e3e7;
  border-radius: 0px 10px 10px 0px;
  background-color: #fff;
}

.tabs-content-2.full {
  width: 100%;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 10px;
}

.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);
}

.pricing-tag-2 {
  display: inline-block;
  margin-bottom: 16px;
  padding: 7px;
  border-radius: 6px;
  background-color: transparent;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
}

.home-link-2 {
  color: #fff;
  text-decoration: none;
}

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

.top-color-2 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-top: 40px;
  border-radius: 10px;
  background-color: #e4bc2d;
  background-image: url('../images/Stripe-White.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.top-color-2.pricing {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.top-color-2.pricing.dark {
  background-color: #282f4b;
}

.tab-panel-2 {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.tab-wrapper-vertical-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.video-text-2 {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
}

.video-text-2.dark {
  color: #282f4b;
  font-weight: 700;
}

.dot-2 {
  width: 10px;
  height: 10px;
  margin-right: 5px;
  margin-left: 20px;
  border-radius: 20px;
  background-color: #282f4b;
  color: #fff;
}

.dot-2.line {
  margin-left: 0px;
  border: 1px solid #fff;
  background-color: transparent;
}

.paragraph-3 {
  text-align: justify;
}

.paragraph-4 {
  text-align: justify;
}

.columns {
  display: none;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 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;
}

.image-3 {
  height: 60px;
}

.image-3.s {
  height: 52px;
}

.link-block-2 {
  margin-left: 10px;
}

@media screen and (min-width: 1280px) {
  .hero-card._3._550 {
    height: 480px;
  }

  .hero-card.right.fix-length {
    height: 480px;
  }

  .section.top-paddings {
    border-style: none;
  }

  .features-card.second-page {
    height: 220px;
  }
}

@media screen and (max-width: 991px) {
  .hero-section {
    background-image: url('../images/Kot_1.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(228, 188, 45, 0.85)), to(rgba(228, 188, 45, 0.85))), url('../images/triangle-3.png'), url('../images/triangle.png');
    background-image: url('../images/Kot_1.svg'), linear-gradient(180deg, rgba(228, 188, 45, 0.85), rgba(228, 188, 45, 0.85)), url('../images/triangle-3.png'), url('../images/triangle.png');
    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-section.pages {
    background-image: url('../images/Kot_1.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(228, 188, 45, 0.85)), to(rgba(228, 188, 45, 0.85))), url('../images/triangle-3.png'), url('../images/triangle.png');
    background-image: url('../images/Kot_1.svg'), linear-gradient(180deg, rgba(228, 188, 45, 0.85), rgba(228, 188, 45, 0.85)), url('../images/triangle-3.png'), url('../images/triangle.png');
    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;
  }

  .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-div.center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-mock-ups {
    position: relative;
    left: -62px;
    top: 20px;
    right: 0px;
    bottom: 0px;
    max-height: 400px;
  }

  .image-mock-ups.devices {
    top: 0px;
    max-height: none;
    margin-bottom: 0px;
  }

  .top-padding {
    text-align: center;
  }

  .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%;
  }

  .baner-big-text {
    font-size: 40px;
    line-height: 50px;
  }

  .hero-paragraph {
    text-align: left;
  }

  .hero-paragraph.white {
    text-align: left;
  }

  .hero-card {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
  }

  .hero-card._3 {
    width: 100%;
  }

  .hero-card._4 {
    width: 100%;
  }

  .hero-card.right {
    width: 100%;
  }

  .hero-card._4 {
    width: 100%;
  }

  .hero-card._3 {
    width: 100%;
  }

  .hero-card.right {
    width: 100%;
  }

  .container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container.navigation {
    padding-left: 0px;
  }

  .section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section.top-paddings.black.taller {
    height: auto;
  }

  .feature {
    width: 100%;
  }

  .feature.healthcaretechnology {
    width: 568px;
  }

  .section-title {
    text-align: left;
  }

  .section-title.half-side.white {
    text-align: center;
  }

  .section-title.half-side.white {
    text-align: center;
  }

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

  .vertical-image {
    width: 100%;
    margin-top: 20px;
    text-align: left;
  }

  .left-padding {
    margin-top: 0px;
    margin-right: 60px;
    margin-left: 60px;
  }

  .left-padding.side {
    margin-top: 40px;
    margin-left: 0px;
    padding-left: 0%;
  }

  .flex-row {
    display: block;
    text-align: left;
  }

  .flex-row.verticle.mob {
    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;
  }

  .image-right.vertical-image {
    padding-right: 60px;
    padding-left: 60px;
  }

  .image-right.vertical-image.third {
    width: 100%;
  }

  .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.blog {
    width: 80%;
  }

  .div-fact {
    padding-top: 20px;
    border-bottom: 1px none #e4ecf6;
  }

  .fact-wrapper {
    width: 100%;
    margin-top: 50px;
  }

  .fun-content {
    width: auto;
    margin-bottom: 0px;
  }

  .fun-content.no-space {
    margin-bottom: 0px;
  }

  .sub-text {
    text-align: center;
  }

  .section-facts {
    padding-bottom: 100px;
  }

  .button-wrapper {
    text-align: center;
  }

  .client-flex {
    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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .client-image {
    width: 33.333%;
  }

  .client-image._5 {
    width: 33.333%;
  }

  .navbar {
    position: absolute;
  }

  .nav-link {
    color: #fff;
  }

  .nav-link:hover {
    border-radius: 0px;
  }

  .nav-link.w--current {
    color: #fff;
  }

  .nav-link.white {
    border-bottom: 1px solid rgba(244, 245, 249, 0.07);
  }

  .service-heading-white.top-padding {
    text-align: left;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .features-card {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .features-card.copy {
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .features-card.no-paddings.left-top {
    width: 100%;
  }

  .features-card.no-paddings.top-right {
    width: 100%;
  }

  .features-card.no-paddings.botom-left {
    width: 100%;
  }

  .features-card.no-paddings.bottom-right {
    width: 100%;
  }

  .features-card.second-page {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .showcase-card {
    width: 100%;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .showcase-card.white-variation {
    width: 100%;
    margin-bottom: 0px;
  }

  .columns-third {
    display: block;
  }

  .grid-features-icon {
    margin-right: 20px;
  }

  .portfolio-title.all-caps {
    text-align: left;
  }

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

  .testimonial-slider {
    height: auto;
  }

  .testimonial-slider.single {
    width: auto;
  }

  .circle-arrow-right:hover {
    background-color: #282f4b;
  }

  .testimonial-card.vr-2 {
    width: 80%;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }

  .team-card {
    width: 80%;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }

  .team-card.no-line {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .logo-dark.footer-logo {
    margin-bottom: 10px;
  }

  .pricing-block {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .pricing-block.right.image-card {
    width: 80%;
  }

  .pricing-block.right.image-card {
    width: 80%;
  }

  .pricing-block.orange.mid-corner {
    width: 100%;
  }

  .pricing-block.corner-round {
    width: 100%;
  }

  .pricing-block.right-corner-round {
    width: 100%;
  }

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

  .blog-image {
    height: 200px;
  }

  .blog-wrapper-card {
    width: 100%;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }

  .side-info {
    width: 90%;
    margin-bottom: 100px;
  }

  .side-info.padding-top {
    margin-top: 100px;
    margin-bottom: 0px;
  }

  .question-box {
    width: 80%;
    margin-right: auto;
    margin-left: 0px;
  }

  .question-box.center {
    margin-left: auto;
  }

  .heading-half-section {
    text-align: left;
  }

  .side-image-media {
    width: 100%;
  }

  .side-features {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .feature-tabs {
    display: block;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .tab-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .feature-tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding-left: 100px;
    -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-align: center;
  }

  .feature-tab.w--current {
    width: 50%;
  }

  .feature-tab.top {
    display: block;
    width: 100%;
    padding-left: 120px;
    border-right-style: solid;
    border-top-left-radius: 0px;
  }

  .feature-tab.top.w--current {
    border-radius: 0px;
  }

  .feature-tab.center {
    width: 100%;
    padding-left: 120px;
    border-right-style: solid;
  }

  .feature-tab.bottom.w--current {
    display: inline-block;
    width: 100%;
    border-right-style: solid;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .feature-tab.bottom.left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 120px;
    border-right-style: solid;
    border-bottom-right-radius: 10px;
  }

  .feature-tab.bottom.right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 120px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .feature-tab.top {
    display: block;
    width: 100%;
    padding-left: 120px;
    border-right-style: solid;
    border-top-left-radius: 0px;
  }

  .feature-tab.top.w--current {
    border-radius: 0px;
  }

  .tabs-content {
    width: 100%;
    height: 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;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 0px;
  }

  .tabs-content.full {
    border-radius: 0px;
  }

  .tab-panel {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .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;
  }

  .content-section {
    padding-right: 10px;
    padding-bottom: 60px;
    padding-left: 20px;
  }

  .top-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    padding-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .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;
  }

  .social-wrapper-second {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .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;
  }

  .footer-block {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .footer-block.about-us {
    margin-bottom: 20px;
  }

  .second-brand.footer {
    margin-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .fqa-image.responsive-padding {
    margin-top: 60px;
  }

  .single-form {
    max-width: 100%;
  }

  .side-block {
    width: 500px;
    margin-top: 40px;
  }

  .second-pricing-block {
    width: 100%;
  }

  .second-pricing-block.right {
    width: 95%;
  }

  .page-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .menu-button {
    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.w--open {
    background-color: transparent;
    color: #282f4b;
  }

  .menu-button.white-menu {
    color: #fff;
  }

  .tab-info {
    width: 500px;
    text-align: left;
  }

  .nav-menu {
    z-index: 102;
    background-color: #282f4b;
  }

  .grid-fourth {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .contact-info {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .heading-half-section-second {
    text-align: center;
  }

  .heading-half-section-second.left {
    text-align: left;
  }

  .about-copy-wrapper {
    width: 90%;
    margin-bottom: 40px;
  }

  .download {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    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: center;
  }

  .licence-items-second {
    width: 80%;
  }

  .dropdown-list.w--open {
    border-radius: 0px;
  }

  .dropdown-toggle {
    border-radius: 0px;
    color: #fff;
  }

  .categories.sidebar {
    padding-right: 10px;
    padding-left: 10px;
  }

  .collection-sidebar {
    width: 50%;
  }

  .right-collection-wrapper {
    width: 60%;
  }

  .right-collection-wrapper.full {
    width: 100%;
  }

  .sidebar {
    width: 40%;
    margin-right: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .sidebar.left {
    width: 40%;
    margin-right: 20px;
    margin-left: 0px;
  }

  .sidebar.full {
    width: 100%;
  }

  .blog-and-sidebar {
    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;
  }

  .blog-and-sidebar.full {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sidebar-header {
    width: auto;
  }

  .sidebar-block {
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .top-color {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .top-color.pricing {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .dark-wrapper {
    width: 100%;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }

  .dark-wrapper.single {
    width: auto;
  }

  .portfolio-info {
    padding-top: 20px;
  }

  .quotes {
    top: 15px;
  }

  .service-wrapper {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }

  .grid-fifth {
    width: 100%;
  }

  .blog-collection-item {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
  }

  .image-second {
    width: 700px;
  }

  .portolio-content {
    width: auto;
  }

  .grid-intro {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .page-links {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .card-link {
    margin-bottom: 20px;
  }

  .grid-seventh {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .blog-collection {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
  }

  .collection-item {
    width: 50%;
  }

  .tab-wrapper-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .feature-tabs-horizontal {
    display: block;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .price-flex {
    display: block;
  }

  .hero-image-div {
    margin-top: 100px;
    margin-right: auto;
    margin-left: auto;
  }

  .section-title-2 {
    text-align: left;
  }

  .footer-block-2 {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .section-title-3 {
    text-align: left;
  }

  .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;
  }

  .content-section-2 {
    padding-right: 10px;
    padding-bottom: 60px;
    padding-left: 20px;
  }

  .page-wrapper-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .navbar-2 {
    position: absolute;
  }

  .hero-section-2 {
    background-image: url('../images/Kot_1.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(228, 188, 45, 0.85)), to(rgba(228, 188, 45, 0.85))), none, none;
    background-image: url('../images/Kot_1.svg'), linear-gradient(180deg, rgba(228, 188, 45, 0.85), rgba(228, 188, 45, 0.85)), none, none;
    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-section-2.pages {
    background-image: url('../images/Kot_1.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(228, 188, 45, 0.85)), to(rgba(228, 188, 45, 0.85))), none, none;
    background-image: url('../images/Kot_1.svg'), linear-gradient(180deg, rgba(228, 188, 45, 0.85), rgba(228, 188, 45, 0.85)), none, none;
    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;
  }

  .container-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-2.navigation {
    padding-left: 0px;
  }

  .hero-paragraph-2 {
    text-align: left;
  }

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

  .nav-link-2 {
    color: #fff;
  }

  .nav-link-2:hover {
    border-radius: 0px;
  }

  .nav-link-2.w--current {
    color: #fff;
  }

  .top-footer-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    padding-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .logo-white {
    display: none;
  }

  .footer-column-wrapper-2 {
    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;
  }

  .baner-big-text-2 {
    font-size: 40px;
    line-height: 50px;
  }

  .feature-tabs-horizontal-2 {
    display: block;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .tabs-content-2 {
    width: 100%;
    height: 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;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 0px;
  }

  .tabs-content-2.full {
    border-radius: 0px;
  }

  .features-card-2 {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .features-card-2.second-page {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .top-color-2 {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .top-color-2.pricing {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

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

  .tab-wrapper-vertical-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .column-2 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .column-3 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-info-block {
    width: 100%;
  }

  .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;
  }

  .image-mock-ups {
    left: 0px;
    top: 50px;
    right: 0px;
    width: auto;
    max-height: 350px;
  }

  .image-mock-ups.devices {
    width: auto;
    max-height: 450px;
  }

  .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;
  }

  .baner-big-text {
    font-size: 40px;
    line-height: 50px;
  }

  .hero-paragraph.white {
    text-align: left;
  }

  .hero-paragraph.white.right-algiment {
    text-align: center;
  }

  .text.right {
    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._2.right {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 45px;
  }

  .hero-card._3 {
    border-top-left-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._4 {
    border-bottom-left-radius: 45px;
  }

  .hero-card._3 {
    border-top-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;
  }

  .service-heading {
    text-align: left;
  }

  .container.navigation {
    padding-left: 0px;
  }

  .section.top-paddings.black {
    background-image: url('../images/kot2.svg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/triangle.png'), url('../images/triangle.png');
    background-image: url('../images/kot2.svg'), linear-gradient(180deg, transparent, transparent), url('../images/triangle.png'), url('../images/triangle.png');
    background-position: 0% 100%, 0px 0px, 100% 50%, 10% 10%;
  }

  .feature.healthcaretechnology {
    width: 100%;
    background-size: 400px;
  }

  .section-title {
    font-size: 35px;
    line-height: 45px;
  }

  .section-title.half-side.center {
    text-align: center;
  }

  .vertical-image {
    height: 400px;
  }

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

  .left-padding.side {
    margin-top: 100px;
  }

  .image-right.vertical-image {
    width: 100%;
    height: 400px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-content.center.facts {
    width: 100%;
  }

  .div-fact {
    padding-top: 20px;
    border-right-style: none;
    border-bottom-style: solid;
  }

  .div-fact:hover {
    border-bottom: 1px solid #e4ecf6;
  }

  .div-fact.end {
    border-bottom-style: none;
  }

  .fact-wrapper {
    margin-top: 50px;
  }

  .fun-content.no-space.add {
    margin-bottom: 0px;
  }

  .grid {
    display: block;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .brand {
    padding-left: 0px;
  }

  .nav-button {
    display: none;
  }

  .text-field.single {
    display: block;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .footer {
    padding-right: 20px;
  }

  .features-card {
    width: 100%;
  }

  .features-card.no-paddings.left-top {
    border-top-right-radius: 0px;
  }

  .features-card.no-paddings.top-right {
    border-top-right-radius: 10px;
  }

  .features-card.no-paddings.botom-left {
    border-bottom-left-radius: 0px;
    background-color: #fff;
  }

  .features-card.no-paddings.bottom-right {
    border-bottom-left-radius: 10px;
    background-color: #f8f9ff;
  }

  .features-card.second-page {
    width: 100%;
  }

  .left-section-tittle {
    width: 70%;
  }

  .mask {
    overflow: hidden;
  }

  .showcase-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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;
  }

  .showcase-card.white-variation {
    margin-bottom: 0px;
  }

  .main-digitalrelationship {
    width: 107%;
  }

  .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;
  }

  .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;
  }

  .testimonial-card {
    margin-bottom: 20px;
  }

  .testimonial-card.vr-2 {
    width: 100%;
  }

  .team-card {
    width: 100%;
  }

  .team-card.no-line {
    width: 100%;
  }

  .team-image {
    background-size: 457px, cover;
  }

  .team-image:hover {
    background-size: 457px, cover;
  }

  .team-image.second {
    background-position: 100% 100%, 50% 50%;
    background-size: contain, cover;
  }

  .team-image.third {
    background-image: url('../images/Stripe-2.png'), url('../images/team-2.jpeg');
    background-position: 100% 100%, 50% 50%;
    background-size: contain, cover;
    background-repeat: no-repeat, repeat;
  }

  .team-image.invert:hover {
    background-size: contain, cover;
  }

  .team-info.white {
    background-color: #fafaff;
  }

  .pricing-block {
    width: 100%;
  }

  .pricing-block.right.image-card {
    width: 100%;
  }

  .pricing-block.right.image-card {
    width: 100%;
  }

  .pricing-block.corner-round {
    border-top-right-radius: 11px;
    border-bottom-left-radius: 0px;
  }

  .pricing-block.right-corner-round {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 11px;
  }

  .padding-wrapper.right {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .blog-wrapper-card {
    width: 100%;
  }

  .side-info {
    width: 100%;
  }

  .question-box {
    width: 100%;
  }

  .heading-half-section {
    text-align: left;
  }

  .side-features {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .feature-tab {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .feature-tab.bottom.right {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .tabs-content {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-column-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content-section {
    padding-right: 20px;
    padding-left: 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;
  }

  .copyright {
    text-align: right;
  }

  .footer-block {
    width: 100%;
  }

  .footer-block.contact {
    width: 100%;
  }

  .footer-block.about-us {
    width: 100%;
    margin-bottom: 20px;
  }

  .footer-heading.white {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .second-brand.footer {
    width: auto;
    margin-bottom: 0px;
  }

  .social-link-second.line {
    margin-left: 0px;
  }

  .play.paddings {
    margin-right: 0px;
  }

  .contact-form-div {
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .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;
  }

  .second-pricing-block.right {
    width: 100%;
    margin-bottom: 20px;
  }

  .page-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .tab-info {
    width: auto;
  }

  .grid-fourth {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .contact-info {
    width: 100%;
  }

  .about-crew-text {
    margin-top: 40px;
  }

  .dot.yeloow {
    margin-left: 0px;
  }

  .about-us-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-half-section-second {
    text-align: left;
  }

  .about-copy-wrapper {
    margin-bottom: 0px;
  }

  .download {
    text-align: left;
  }

  .licence-item-firs {
    width: 100%;
  }

  .licence-items-second {
    width: 100%;
  }

  .licence-item-wrapper {
    width: 100%;
  }

  .collection-sidebar {
    width: 100%;
  }

  .right-collection-wrapper {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .sidebar {
    width: 100%;
    margin-right: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .sidebar.left {
    width: 100%;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .blog-and-sidebar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sidebar-header {
    width: auto;
  }

  .dark-wrapper {
    width: 100%;
  }

  .testimonial-single {
    display: block;
    padding-top: 10%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .quotes {
    top: 30px;
  }

  .grid-fifth {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .blog-collection-item {
    width: 100%;
  }

  .image-second {
    width: 500px;
  }

  .grid-hero-info {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .grid-intro {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .page-links {
    width: 100%;
  }

  .card-link {
    margin-bottom: 20px;
  }

  .blog-collection {
    width: 100%;
  }

  .collection-item {
    width: 100%;
  }

  .cta-link {
    margin-right: 10px;
  }

  .text-2.right {
    text-align: left;
  }

  .section-title-2 {
    font-size: 35px;
    line-height: 45px;
  }

  .footer-block-2 {
    width: 100%;
    margin-bottom: 0px;
    text-align: center;
  }

  .section-title-3 {
    font-size: 35px;
    line-height: 45px;
  }

  .content-section-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .page-wrapper-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero-section-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-2.navigation {
    padding-left: 0px;
  }

  .container-2.new-footer {
    -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;
  }

  .text-block {
    margin-top: 40px;
  }

  .service-heading-2 {
    text-align: left;
  }

  .footer-column-wrapper-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .baner-big-text-2 {
    font-size: 40px;
    line-height: 50px;
  }

  .tabs-content-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .features-card-2 {
    width: 100%;
  }

  .features-card-2.second-page {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    background-image: url('../images/Kot_2.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(228, 188, 45, 0.85)), to(rgba(228, 188, 45, 0.85))), url('../images/triangle.png'), url('../images/triangle-3.png');
    background-image: url('../images/Kot_2.svg'), linear-gradient(180deg, rgba(228, 188, 45, 0.85), rgba(228, 188, 45, 0.85)), url('../images/triangle.png'), url('../images/triangle-3.png');
    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;
  }

  .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;
  }

  .image-mock-ups {
    position: static;
    right: 0px;
    width: auto;
    max-width: 100%;
  }

  .image-mock-ups.devices {
    width: auto;
  }

  .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;
  }

  .baner-big-text {
    width: auto;
    font-size: 31px;
    line-height: 40px;
  }

  .baner-big-text.white {
    text-align: left;
  }

  .hero-paragraph {
    line-height: 22px;
  }

  .hero-card {
    width: 100%;
  }

  .service-heading {
    text-align: left;
  }

  .service-heading.white {
    text-align: left;
  }

  .container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section.white {
    padding-right: 20px;
  }

  .feature.healthcaretechnology {
    background-size: 300px;
  }

  .section-title {
    text-align: left;
  }

  .section-title.half-side {
    font-size: 24px;
    line-height: 34px;
  }

  .section-title.half-side {
    font-size: 24px;
    line-height: 34px;
  }

  .section-title.centered {
    text-align: center;
  }

  .button {
    width: 100%;
  }

  .button.hero {
    margin-bottom: 10px;
  }

  .button.hero.yellow {
    margin-bottom: 10px;
  }

  .vertical-image {
    height: 400px;
  }

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

  .left-padding.side {
    margin-top: 140px;
  }

  .left-padding.side.less {
    margin-top: 40px;
  }

  .image-right.vertical-image {
    position: static;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-right.vertical-image.third {
    height: 400px;
  }

  .section-content.center.facts {
    width: 100%;
    text-align: center;
  }

  .section-content.center.blog {
    width: 80%;
  }

  .div-fact {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    border-right-style: none;
    border-bottom-style: solid;
    text-align: center;
  }

  .div-fact.end {
    border-bottom-style: none;
  }

  .fun-content.no-space {
    margin-bottom: 0px;
  }

  .fun-tittle {
    font-size: 35px;
    line-height: 45px;
  }

  .grid {
    display: block;
    width: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .sub-text {
    font-size: 21px;
    text-align: left;
  }

  .sub-text.smaller.fun {
    line-height: 26px;
    text-align: center;
  }

  .button-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .client-image {
    width: 100%;
  }

  .client-image._5 {
    width: 100%;
  }

  .white {
    text-align: center;
  }

  .text-field.single {
    margin-right: 0px;
  }

  .info-service-div {
    width: 100%;
  }

  .features-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .features-card.copy {
    padding-left: 0px;
  }

  .features-card.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.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.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.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;
  }

  .left-section-tittle {
    width: 60%;
  }

  .left-section-tittle.more-padding {
    width: 100%;
    margin-bottom: 100px;
  }

  .showcase-card {
    padding-right: 0px;
    padding-left: 0px;
  }

  .showcase-card.white-variation {
    margin-bottom: 0px;
  }

  .showcase-card.white-variation.portfolio {
    height: 300px;
  }

  .main-digitalrelationship {
    width: 100%;
    height: 250px;
  }

  .second-image {
    bottom: -100px;
    width: 250px;
    height: 250px;
    margin-right: 0px;
  }

  .portfolio-title.all-caps.white-portfolio.center {
    font-size: 30px;
    line-height: 40px;
  }

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

  .testimonial-slider {
    margin-top: 0px;
  }

  .testimonial-slider.single {
    width: auto;
  }

  .testimonial-card {
    padding-right: 20px;
    padding-left: 20px;
  }

  .team-image {
    height: 380px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .team-image.second {
    height: 380px;
  }

  .team-image.third {
    height: 380px;
  }

  .team-image.invert {
    background-position: 0% 100%, 50% 50%;
    background-size: contain, cover;
  }

  .pricing-block {
    margin-bottom: 20px;
  }

  .pricing-block.orange.mid-corner {
    margin-bottom: 0px;
  }

  .pricing-block.corner-round {
    margin-bottom: 0px;
  }

  .padding-wrapper.right {
    margin-bottom: 0px;
  }

  .blog-image {
    height: 200px;
  }

  .blog-slider {
    padding-bottom: 0px;
  }

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

  .side-info.padding-top {
    margin-top: 60px;
  }

  .question-tittle {
    text-align: left;
  }

  .promo-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .question-title-link.white {
    height: auto;
  }

  .heading-half-section {
    text-align: left;
  }

  .side-image-media.flex-right {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .side-features {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tab-image {
    position: relative;
    left: auto;
    top: auto;
  }

  .feature-tab.top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    padding-left: 30px;
  }

  .feature-tab.top.w--current {
    padding-left: 30px;
  }

  .feature-tab.center {
    height: auto;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-tab.bottom.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    padding-left: 30px;
  }

  .feature-tab.bottom.left {
    height: auto;
    padding-left: 30px;
  }

  .feature-tab.bottom.right {
    height: auto;
    padding-left: 30px;
  }

  .feature-tab.top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-tab.top.w--current {
    padding-left: 30px;
  }

  .tabs-content {
    height: 300px;
  }

  .footer-column-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .top-footer {
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .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;
  }

  .copyright {
    margin-right: 0px;
    margin-left: 0px;
    text-align: center;
  }

  .copyright.left {
    text-align: center;
  }

  .footer-block {
    margin-bottom: 20px;
  }

  .footer-block.about-us {
    width: 100%;
  }

  .footer-heading.white {
    text-align: left;
  }

  .second-brand.footer {
    margin-right: 0px;
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .play {
    margin-right: 10px;
  }

  .play.paddings {
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .video-button.page.yellow {
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .contact-form-div {
    padding-right: 0px;
    padding-left: 0px;
  }

  .form-block {
    padding-right: 30px;
    padding-left: 30px;
  }

  .side-block {
    width: auto;
  }

  .second-pricing-block {
    margin-bottom: 20px;
  }

  .pages-div-hero {
    width: 100%;
    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;
  }

  .dot.yeloow {
    margin-left: 0px;
  }

  .heading-half-section-second {
    text-align: center;
  }

  .heading-half-section-second.left {
    margin-bottom: 20px;
  }

  .about-copy-wrapper {
    width: 100%;
    margin-bottom: 0px;
  }

  .download {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .gray-space {
    padding-right: 20px;
    padding-left: 20px;
  }

  .licence-item-firs {
    width: auto;
    padding: 15px 15px 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .image-div-second {
    width: 100px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .image-div-second.logo {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .licence-item-wrapper {
    width: auto;
    padding: 15px 15px 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .licence-link {
    margin-right: 10px;
  }

  .licence-links-wrapper {
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .image-div {
    width: 100px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .image-div.icons {
    margin-bottom: 10px;
  }

  .collection-sidebar {
    width: 100%;
  }

  .sidebar {
    padding-left: 0px;
  }

  .blog-and-sidebar {
    padding-right: 0px;
    padding-left: 0px;
  }

  .sidebar-header {
    width: auto;
  }

  .testimonials.white {
    text-align: left;
  }

  .testimonial-single {
    height: 500px;
    padding-top: 15%;
    -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;
    background-image: url('../images/kot3.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(228, 188, 45, 0.95)), to(rgba(228, 188, 45, 0.95))), url('../images/triangle-3.png'), url('../images/triangle.png');
    background-image: url('../images/kot3.svg'), linear-gradient(180deg, rgba(228, 188, 45, 0.95), rgba(228, 188, 45, 0.95)), url('../images/triangle-3.png'), url('../images/triangle.png');
    background-size: auto, auto, 125px, 300px;
  }

  .quotes {
    top: 11px;
    right: 30px;
  }

  .image-second {
    width: 300px;
  }

  .page-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .page-links.second {
    height: 200px;
  }

  .page-links.first {
    height: 200px;
  }

  .page-links.third {
    height: 200px;
  }

  .page-links.fourth {
    height: 200px;
  }

  .grid-seventh {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  }

  .cta-link {
    margin-right: 10px;
  }

  .hero-image-div {
    margin-top: 60px;
  }

  .section-title-2 {
    text-align: left;
  }

  .question-tittle-2 {
    text-align: left;
  }

  .footer-block-2 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .section-title-3 {
    text-align: left;
  }

  .section-title-3.half-side {
    font-size: 24px;
    line-height: 34px;
  }

  .second-image-2 {
    bottom: -100px;
    width: 250px;
    height: 250px;
    margin-right: 0px;
  }

  .hero-section-2 {
    background-image: url('../images/Kot_2.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(228, 188, 45, 0.85)), to(rgba(228, 188, 45, 0.85))), none, none;
    background-image: url('../images/Kot_2.svg'), linear-gradient(180deg, rgba(228, 188, 45, 0.85), rgba(228, 188, 45, 0.85)), none, none;
    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;
  }

  .container-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero-paragraph-2 {
    line-height: 22px;
  }

  .button-2 {
    width: 100%;
  }

  .button-2.hero {
    margin-bottom: 10px;
  }

  .top-footer-2 {
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .service-heading-2 {
    text-align: left;
  }

  .footer-column-wrapper-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .baner-big-text-2 {
    width: auto;
    font-size: 31px;
    line-height: 40px;
  }

  .image-2 {
    margin-bottom: 40px;
  }

  .feature-tabs-horizontal-2 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .video-button-2.page.yellow {
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .tabs-content-2 {
    height: 300px;
  }

  .tabs-content-2.full {
    height: 91%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .features-card-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tab-wrapper-vertical-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#w-node-_3a9bd708-d67e-8cef-669d-c61d4e6c6c41-4e6c6c31 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_3a9bd708-d67e-8cef-669d-c61d4e6c6c47-4e6c6c31 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_3a9bd708-d67e-8cef-669d-c61d4e6c6c4d-4e6c6c31 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_3a9bd708-d67e-8cef-669d-c61d4e6c6c53-4e6c6c31 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_6a446ac9-e1e4-6d9f-983a-372697b7de26-4442a7f1 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_6a446ac9-e1e4-6d9f-983a-372697b7de2c-4442a7f1 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_6a446ac9-e1e4-6d9f-983a-372697b7de32-4442a7f1 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_6a446ac9-e1e4-6d9f-983a-372697b7de38-4442a7f1 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 991px) {
  #w-node-_3a9bd708-d67e-8cef-669d-c61d4e6c6c41-4e6c6c31 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3a9bd708-d67e-8cef-669d-c61d4e6c6c41-4e6c6c31 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

