/******************  STARTUP.CSS  *****************************/

@charset "utf-8";
/* CSS Document */

/*
Theme Name: Startup Responsive Landing page Template
Version: 1.0
Author: Surjith SM
Author URI: http://themeforest.net/user/surjithctly
*/

/******************  Table of Contents  *****************************/

/*

1. GLOBAL STYLES
2. HEADER
3. HERO IMAGE
4. FEATURES
5. TESTIMONIALS
6. PLANS AND PRICING
7. FAQ
8. FOOTER
9. CUSTOM MEDIA QUERIES
10. BLOG

If you having trouble in editing css. please send a mail to support@surjithctly.in -
I will really help you

*/

/*========== 1. GLOBAL STYLES ==============*/

/*
@font-face {
	font-family: "Open Sans";
	src: url("../fonts/Open_Sans/OpenSans-Regular.ttf");
}
*/

/*
@font-face {
	font-family: "Poppins";
	src: url("../fonts/Poppins/Poppins.ttf");
	font-display: swap;

}
*/

/*
@font-face {
	font-family: "Nunito";
	src: url("../fonts/Nunito/Nunito-Regular.ttf");
}
*/

/*
@font-face {
	font-family: "Lato";
	src: url("../fonts/Lato/Lato-Regular.ttf");
}
*/

@font-face {
  font-family: "Noto Sans";
  src: url("../fonts/Noto_Sans/static/NotoSans-Regular.ttf");
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/static/Inter_24pt-Regular.ttf");
}

@font-face {
  font-family: "Space";
  src: url("../fonts/Space_Grotesk/static/SpaceGrotesk-Regular.ttf");
}

@font-face {
  font-family: "Lexend Deca";
  src: url("../fonts/Lexend_Deca/static/LexendDeca-Regular.ttf");
}

@font-face {
  font-family: "Lexend Deca Light";
  src: url("../fonts/Lexend_Deca/static/LexendDeca-Light.ttf");
}

:root {
  --space-4: 4px;
  --space-8: 8px;
  --space-12: 12px;
  --space-16: 16px;
  --space-20: 20px;
  --space-24: 24px;
  --space-32: 32px;
  --space-40: 40px;
  --space-48: 48px;
  --space-56: 56px;
  --space-64: 64px;
  --space-80: 80px;
  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 24px;
  --content-width-sm: 760px;
  --content-width-md: 980px;
  --content-width-lg: 1120px;
  --content-width-xl: 1280px;
}

/* Shared layout foundation */
.tng-layout-shell,
.tng-layout-shell--wide,
.tng-layout-shell--narrow {
  width: min(100% - 32px, var(--content-width-lg));
  margin: 0 auto;
}
.tng-layout-shell--wide {
  max-width: var(--content-width-xl);
}
.tng-layout-shell--narrow {
  max-width: var(--content-width-sm);
}
.tng-section {
  padding: var(--space-64) 0;
}
.tng-section--sm {
  padding: var(--space-40) 0;
}
.tng-section--lg {
  padding: var(--space-80) 0;
}
.tng-stack-xs > * + * {
  margin-top: var(--space-8);
}
.tng-stack-sm > * + * {
  margin-top: var(--space-16);
}
.tng-stack-md > * + * {
  margin-top: var(--space-24);
}
.tng-stack-lg > * + * {
  margin-top: var(--space-32);
}
.tng-stack-xl > * + * {
  margin-top: var(--space-48);
}
.tng-cluster {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--space-16);
}
.tng-cluster--spread {
  justify-content: space-between;
}
.tng-grid-2,
.tng-grid-3 {
  display: grid;
  gap: var(--space-24);
  align-items: start;
}
.tng-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.tng-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.tng-text-block {
  max-width: 68ch;
}
.tng-text-block--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media (max-width: 991px) {
  .tng-grid-2,
  .tng-grid-3 {
    grid-template-columns: 1fr;
  }
  .tng-section {
    padding: var(--space-48) 0;
  }
  .tng-section--lg {
    padding: var(--space-64) 0;
  }
}

body {
  font-family: "Lexend Deca", sans-serif;
  background: #fff;
  font-weight: 400;
  height: 100%;
  margin: 0;
  padding: 0;
  color: #555;
  padding-top: 60px;
  font-size: 14px;
}

strong,
b {
  font-weight: 700;
  color: #222;
}

h1 {
  font-size: 40px;
  line-height: 60px;
  color: #252732;
  /*font-weight: 600;*/
}

h2 {
  font-size: 30px;
  /*font-weight: 600;*/
  margin: 15px 0;
  line-height: 1.5;
  color: #222;
}

h3 {
  font-size: 20px;
  margin: 10px 0;
  line-height: 1.5;
  color: #222;
  /*font-weight: 600;*/
}

h4 {
  font-size: 22px;
  margin: 10px 0;
  line-height: 32px;
  color: #222;
}

h5 {
  font-size: 28px;
  line-height: 1.5;
  /*font-weight: 600;*/
  margin: 15px 0;
  color: #222;
}

h6 {
  font-size: 14px;
  /*font-weight: 600;*/
  margin: 0;
  color: #3658ff;
}

a {
  color: #5173bd;
}

a:hover,
a:focus {
  color: #5173bd;
}

.preloader {
  background-color: #ffffff;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 9999999;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: #fff;
  /*border: 1px solid #e34e47;*/
}

.pace .pace-progress {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 1s ease-in-out 1s linear;
  -moz-transition: width 1s ease-in-out 1s linear;
  -ms-transition: width 1s ease-in-out 1s linear;
  -o-transition: width 1s ease-in-out 1s linear;
  transition: width 1s ease-in-out 1s linear;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  max-width: 100%;
  position: fixed;
  z-index: 9999999;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  background: #61b5f0;
}

.pace.pace-inactive {
  display: none;
}

.btn,
.btn-lg,
.input-lg {
  border-radius: 8px;
}

.form-control {
  border-radius: 8px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.input-lg {
  height: 55px;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 28px;
  height: 52px;
}

.breath {
  margin: 50px auto;
}

.highlight {
  background: #f4f4f4;
  margin-top: 40px;
}

.has-margin-vertical {
  margin: 20px 0 30px;
}

.has-margin-bottom {
  margin-bottom: 40px;
}

/*========== 2. HEADER ==============*/

/*
 * Bootstrap 5 fix: many masthead divs use class="row masthead" with columns
 * nested inside a .container child. BS5 requires columns to be direct children
 * of .row, so we neutralise the .row flex/margins on the masthead itself and
 * make the inner .container the flex context instead.
 */
.masthead.row,
.row.masthead {
  display: block;
  margin-right: 0;
  margin-left: 0;
}
.masthead .container {
  display: flex;
  flex-wrap: wrap;
}

.masthead {
  position: relative;
  padding: 80px 15px;
  /*color: #9e2d2d;*/
  text-align: center;
  /*text-shadow: 0 1px 0 rgba(0, 0, 0, .1);*/
  background-color: #fff;
  /*background-image:url(../images/header_bg.jpg);*/
  background-repeat: no-repeat;
  background-position: center center;
  /*background-attachment: fixed;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* Initial Subtle Animation*/

.masthead .fade-in {
  animation: fadein 2s;
  -moz-animation: fadein 2s;
  /* Firefox */
  -webkit-animation: fadein 2s;
  /* Safari and Chrome */
  -o-animation: fadein 2s;
  /* Opera */
}

.loading * {
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -ms-animation: none !important;
  -o-animation: none !important;
}

@keyframes fadein {
  from {
    -webkit-transform: translateY(145px);
    -moz-transform: translateY(145px);
    transform: translateY(145px);
  }

  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes fadein {
  /* Firefox */
  from {
    -webkit-transform: translateY(145px);
    -moz-transform: translateY(145px);
    transform: translateY(145px);
  }

  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadein {
  /* Safari and Chrome */
  from {
    -webkit-transform: translateY(145px);
    -moz-transform: translateY(145px);
    transform: translateY(145px);
  }

  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}

@-o-keyframes fadein {
  /* Opera */
  from {
    -webkit-transform: translateY(145px);
    -moz-transform: translateY(145px);
    transform: translateY(145px);
  }

  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}

/*animation ends*/

.logo {
  padding: 45px 0;
  text-align: center;
}

.btn-large {
  font-size: 18px;
  padding: 20px 50px;
  margin: 5px 10px;
}

.btn-success {
  background-color: #2ecc71;
  background-image: none;
  border: 0;
  -webkit-box-shadow: 0 3px 0 rgba(2, 154, 67, 1);
  box-shadow: 0 3px 0 rgba(2, 154, 67, 1);
  line-height: 1.8;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
  background-color: #29c36a;
  color: #fff;
  border: 0;
  -webkit-box-shadow: 0 3px 0 rgba(2, 139, 61, 1);
  box-shadow: 0 3px 0 rgba(2, 139, 61, 1);
}

.btn-primary {
  background-color: #3658ff;
  background-image: none;
  border: 0;
  /*-webkit-box-shadow: 0 3px 0 rgba(2, 125, 154, 1);
	box-shadow: 0 3px 0 rgba(2, 125, 154, 1);*/
  line-height: 1.8;
  border-radius: 16px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #32aaff !important;
  color: #fff !important;
  border: 0;
  /*-webkit-box-shadow: 0 3px 0 rgba(2, 125, 154, 1);
	box-shadow: 0 3px 0 rgba(2, 125, 154, 1);*/
}

.btn-warning {
  line-height: 1.8;
  -webkit-box-shadow: 0 3px 0 rgb(177, 116, 29);
  box-shadow: 0 3px 0 rgb(177, 116, 29);
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
  -webkit-box-shadow: 0 3px 0 rgb(177, 116, 29);
  box-shadow: 0 3px 0 rgb(177, 116, 29);
}

.subscribe {
  padding: 45px 0;
}

.masthead .form-control {
  border: 0;
}

/* Boucing Arrow Animation */

@keyframes arrowbounce {
  from {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@-moz-keyframes arrowbounce {
  /* Firefox */
  from {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@-webkit-keyframes arrowbounce {
  /* Safari and Chrome */
  from {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@-o-keyframes arrowbounce {
  /* Opera */
  from {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.scrollto,
.scrollto:hover {
  margin: 30px;
  display: block;
  color: #fff;
  text-decoration: none;
  width: 200px;
  margin: 0 auto;
}

.scrollto--arrow {
  padding: 10px;
}

.scrollto--arrow img {
  animation: arrowbounce 1s alternate infinite;
  -moz-animation: arrowbounce 1s alternate infinite;
  /* Firefox */
  -webkit-animation: arrowbounce 1s alternate infinite;
  /* Safari and Chrome */
  -o-animation: arrowbounce 1s alternate infinite;
  /* Opera */
}

/*========== 3. HERO IMAGE ==============*/

.section-title {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 30px;
}

.section-title h2 {
  color: #252732;
}

.section-title h4 {
  color: #333;
}

.heroimg img,
.clientlogo img {
  max-width: 100%;
}

/*========== 4. FEATURES ==============*/

.features {
  margin: 25px 0;
}

.thumbnail {
  border: 0;
  text-align: center;
}

.thumbnail .caption p {
  color: #333;
}

/*Hover Animation*/

/*.thumbnail img {
	-moz-transition:all 0.6s ease;
	-webkit-transition:all 0.6s ease;
	-ms-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	transition:all 0.6s ease;
}
.thumbnail:hover img {
	-moz-transform:scale(1.05);
	-webkit-transform:scale(1.05);
	-o-transform:scale(1.05);
	-ms-transform:scale(1.05);
	transform:scale(1.05);
	z-index:2;
}*/
/*========== 5. TESTIMONIALS ==============*/

.testblock {
  width: 100%;
  height: auto;
  padding: 20px;
  background: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 24px;
  /*font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;*/
  position: relative;
  line-height: 28px;
  font-size: 14px;
}

.testblock p {
  text-align: left;
}

/*
.testblock:after {
	top: 100%;
	left: 20%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 15px;
	margin-left: -15px;
}
*/
.clientblock {
  margin-top: 40px;
  margin-left: 10px;
}

.clientblock img {
  float: left;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.clientblock p {
  padding-left: 80px;
  padding-top: 13px;
}

.clientblock p strong {
  color: #252732;
  font-size: 16px;
}

/* Animation */

.testblock {
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

/*========== 6. PLANS AND PRICING ==============*/

.pricing {
  padding: 25px;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  /*border-radius: 8px;*/
}

.pricing .planname {
  text-transform: uppercase;
  /*font-weight: 600;*/
}

.pricing .price {
  font-size: 40px;
  font-weight: 300;
  margin: 10px 0;
}

.pricing .billing {
  text-transform: uppercase;
  color: #fff;
  opacity: 0.7;
}

.pricing .price .curr {
  display: inline-block;
  font-size: 20px;
  vertical-align: super;
}

.pricing .price .per {
  display: inline-block;
  font-size: 20px;
  vertical-align: baseline;
}

.color1 {
  background-color: #5ca2e0;
}

/* Animation */

.pricing {
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.pricing:hover {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 2;
}

/*========== 7. FAQ ==============*/

.faq p {
  margin-bottom: 25px;
}

.faq-list {
  display: grid;
}

.faq-item {
  background: #fff;
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

/*==========8. FOOTER ==============*/

.footercta {
  padding: 60px 15px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  background-color: #6883cc;
  background-image: url(../images/footer_img.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.footerlinks {
  text-align: center;
}

.footerlinks a {
  text-align: center;
  padding: 0 13px;
  display: inline-block;
  padding-bottom: 15px;
}

/*==========9. CUSTOM MEDIA QUERIES==============*/

/*MEDIA QUERIES*/

@media (max-width: 991px) {
  h1 {
    font-size: 35px;
    line-height: 50px;
    margin: 15px 0;
    padding: 0 50px;
  }

  .testimonials [class*="col-"]:not(:first-child) {
    /*margin-top: 40px;*/
  }

  .planpricing [class*="col-"]:not(:first-child) {
    margin-top: 30px;
  }

  .breath {
    margin: 30px auto;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 40px;
    padding: 0 15px;
  }

  h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .subscribe [class*="col-"]:not(:first-child) {
    margin-top: 30px;
  }

  .masthead {
    padding: 40px 15px;
  }
}

@media (max-width: 480px) {
  /*Media Queries for smaller devices*/
  .masthead {
    background-attachment: scroll;
  }
}

/*=== v1.1 ===*/

@media (max-device-width: 992px) {
  .masthead {
    background-size: cover;
    background-attachment: scroll;
  }
}

/*=== v 2.0 ===*/

.signup-block {
  padding: 20px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  margin-bottom: 25px;
}

.form-group.last {
  margin-bottom: 0;
}

.multiple-btns .btn + .btn {
  margin: 10px;
}

/*=== Vertical Signup ===*/

.signup-v-layout .masthead {
  padding: 15px;
}

.signup-v-layout .logo {
  padding: 10px 0;
}

/*=== Signup video ===*/

.signup-video .masthead {
  padding: 15px;
}

.signup-video .logo {
  padding: 10px 0;
}

/*=== Web App page ===*/

.web-app .masthead {
  padding-bottom: 0px;
}

.web-app .logo {
  padding: 15px 0;
}

/*=== Mob App page ===*/

.mob-app .masthead {
  padding: 15px;
}

.mob-app .logo {
  padding: 15px 0;
}

.mob-app .masthead {
  background-image: url(../images/header_color_3.jpg);
}

.multiple-links a img {
  margin: 5px;
}

.mob-app .footercta {
  background-image: url(../images/footer_color_3.jpg);
}

/*=== Navigation ===*/

.navbar-default {
  background-color: #fff;
  padding: 10px;
}

.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover {
  color: #fff;
  font-weight: bold;
}

.navbar-default .navbar-nav > li > a {
  color: #333;
  /*text-transform:uppercase;
font-weight:bold;
	font-family: Noto Sans;*/
  padding-right: 12px;
  padding-left: 12px;
  font-size: 14px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: rgba(0, 0, 0, 0.5);
  background-color: transparent;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #333;
  background-color: rgba(255, 255, 255, 0.21);
}

.navbar-brand {
  padding: 5px 0px;
}

@media (max-width: 991px) {
  .navbar-brand {
    padding: 5px 10px;
  }
}

/*========== 10. BLOG ==============*/

.pagination > li > a,
.pagination > li > span {
  color: #483f34;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #917e68;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #5ca2e0;
  border-color: #3172ac;
  color: #ffffff;
}

.vertical-links li {
  border-bottom: 1px solid #e6ddd4;
  padding: 8px 0;
}

.tag-cloud a {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
  padding: 2px 8px;
  border: 1px solid #eceae4;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #f8f7f3;
  font-size: 12px;
}

.tag-cloud a:hover {
  text-decoration: none;
}

.comments-block > .media {
  border-bottom: 1px solid #eadeda;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.comments-block > .media .media {
  border-top: 1px solid #eadeda;
  padding-top: 20px;
}

.media-object {
  width: 40px;
}

/******************  LP/CUSTOM.CSS  *****************************/

/*== PRICING PLAN =========================*/
.pricing {
  color: #1a1a1a;
  border: 1px solid #cacaca;
  border-top: 2px solid #81b6dc;
  font-weight: 400;
  padding: 0;
  background-color: #fff;

  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pricing:hover {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.pricing .planwrapper {
  background-color: #fafafa;
  padding-top: 20px;
  /*border-bottom: 1px solid #ccc;*/
  min-height: 120px;
}

.pricing .planname {
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
  border-bottom: 3px solid;
  padding-bottom: 5px;
}

.pricing .plandescription {
  color: #959595;
  font-size: 13px;
  margin-bottom: 25px;
}

.pricing .pricewrapper {
  margin: 0px;
  padding: 20px 0;
  border-radius: 0 0 5px 5px;
  min-height: 120px;
}

.pricing .price {
  font-weight: 400;
  margin: 0;
  line-height: 40px;
}

.pricing .pricepermonth {
  margin-bottom: 5px;
}

.pricing .priceperyear {
  font-size: 13px;
  color: #959595;
}

.pricing .features {
  margin: 20px 0;
  font-size: 14px;
}

.pricing .features ul {
  margin-bottom: 0;
}

.pricing .features li {
  margin-bottom: 5px;
}

/*== HEADER =======================================*/
/*.web-app .masthead {
 
}*/
.masthead {
  overflow: hidden;
}

.masthead .hero-text h1 {
  font-weight: 400;
  /*font-size: 50px;*/
  line-height: 55px;
  /*text-shadow: 0 1px 2px rgba(0, 0, 0, .5);*/
}

.masthead .hero-text h2 {
  font-weight: 300;
  font-size: 26px;
  line-height: 35px;
}

small {
  font-size: 14px;
  font-weight: 400;
}

.masthead .img-responsive {
  margin: 0 auto;
  max-width: none;
}

.free-cta {
  font-size: 35px;
  font-weight: normal;
  position: relative;
  top: 2px;
  line-height: 35px;
  display: inline-block;
  margin-left: 11px;
}

/*========== BROWSER MOCKUPS ==============*/
.browser-mockup {
  background-color: rgba(255, 255, 255, 0.3);
  border-top: 3em solid rgba(230, 230, 230, 0.7);
  box-shadow: 0 0.1em 1em 0 rgba(0, 0, 0, 0.4);
  position: relative;
  border-radius: 8px 3px 0 0;
  margin-bottom: -5px;
  display: inline-block;
}

.browser-mockup:before {
  display: block;
  position: absolute;
  content: "";
  top: -2em;
  left: 1.3em;
  width: 0.9em;
  height: 0.9em;
  border-radius: 50%;
  background-color: #f44;
  box-shadow: 0 0 0 2px #f44, 1.8em 0 0 2px #9b3, 3.6em 0 0 2px #fb5;
}

.browser-mockup > * {
  display: block;
}

/*== CUSTOM TOOLTIP =============================*/
.qtip-custom {
  padding: 10px 15px;
}

.qtip-custom .qtip-content {
  font-size: 14px;
  /*font-weight: 600;*/
}

/*== CUSTOM BLOCKS ==========================*
.testblock { background-color: #EAEAEA; }
.testblock:after{ border-top-color: #EAEAEA; }
.highlight .testblock { background-color: #FFFFFF; }
.highlight .testblock:after{ border-top-color: #FFFFFF; }
.header-testimonial, .features-benefits{ margin-top: 0; }
.header-testimonial .clientblock{
	margin-top: 0;
	margin-left: 0;
	width: 90px;
	float: left;
}
.header-testimonial .clientblock img{float: none; }
.header-testimonial .clientblock p{padding-left: 0; }
.header-testimonial .testblock {
	margin-left: 90px;
	width: auto;
	color: #444;
	font-size: 18px;
}*/
.header-testimonial .testblock:after {
  top: 20px;
  left: -15px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.clientblock img,
.header-testimonial .clientblock img {
  width: 67px;
  height: 67px;
}

.header-testimonial .testblock .user-name {
  /*font-family: 'Noto Sans';*/
  font-style: normal;
  color: #888;
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 5px;
}

.features-benefits .section-title {
  margin-bottom: 40px;
}

.features-benefits .thumbnail {
  background-color: transparent;
}

.features-benefits .thumbnail img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #eaeaea;
  max-width: 190px;
  margin-bottom: 10px;
}

.thumbnail .caption p {
  color: #858e91;
  font-weight: normal;
  font-size: 16px;
}

.features-benefits .thumbnail i {
  font-size: 150px;
}

.team .thumbnail img {
  width: 200px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

.center-column {
  font-size: 20px;
  font-weight: 400;
  color: #333;
  line-height: 28px;
  max-width: 740px;
  margin: 80px auto;
}

.center-column p {
  text-align: left;
  margin: 0 0 15px;
}

.center-column.text-center p {
  text-align: center;
}

.center-column .section-title h2 {
  margin-top: 50px;
}

.copyright {
  background-color: #333;
  padding: 40px 0;
  margin-top: 0;
  text-align: center;
  font-size: 12px;
  color: #ccc;
}

.copyright a {
  color: #ccc;
}

.signup_form {
  padding: 50px 0;
  margin-top: 0;
}

.signup_form .section-title {
  margin: 0;
  display: inline-block;
}

.signup_form .section-title h2 {
  margin: 0;
}

.signup_form .cta_button.btn-lg {
  margin-top: 30px;
}

.signup_form.button_only {
  padding-top: 0;
}

.signup_form.button_only .cta_button.btn-lg {
  margin-top: 0;
}

.features-header .features-preview-img {
  overflow: hidden;
  padding-top: 10px;
}

/* FIXES THE GIF VIDEO FROM MOVING OUT OF CONTAINER */
.features-header .img-responsive {
  width: 100%;
  height: auto;
}

/*== FOOTER =====================================*/
.highlight.footer {
  margin-top: 0;
  color: white;
}

.footer {
  background-color: #424242;
}

.footer h1 {
  color: #aaa;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.footer ul {
  list-style-type: none;
  padding: 0;
}

.footer ul li {
  margin-bottom: 4px;
}

.footer ul li i {
  margin-right: 5px;
}

.footer,
.footer a {
  color: #fff;
}

.customer-stories-grid {
  background-color: #fff;
  background-image:
    linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0) 25%),
    linear-gradient(to bottom, rgba(255, 255, 255, 0) 65%, #fff 100%),
    radial-gradient(circle at 30% 50%, rgb(204 240 255), transparent 70%),
    radial-gradient(circle at 70% 100%, rgb(196 208 255), transparent 70%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.customer-stories-grid__intro {
  margin: 80px auto 0;
}

.customer-stories-grid__copy {
  font-size: 16px;
}

.customer-stories-grid__row {
  padding-bottom: 30px;
}

.customer-stories-grid__col {
  padding: 20px;
}

.customer-stories-grid__card {
  position: relative;
  padding: 20px;
  height: 300px;
  text-align: center;
}

.customer-stories-grid__link {
  position: absolute;
  inset: 0;
}

.customer-stories-grid__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  padding-top: 20px;
}

.customer-stories-grid__image--rcg {
  margin: 44px 0 40px;
}

.customer-stories-grid__image--rocketstars {
  margin-bottom: 10px;
}

.customer-stories-grid__image--diagonal {
  margin-top: 45px;
  margin-bottom: 25px;
}

.customer-stories-grid__image--yels {
  width: auto;
  max-height: 150px;
  margin-top: 25px;
  margin-bottom: 5px;
  padding-top: 25px;
}

.customer-stories-grid__image--sava {
  margin-bottom: 5px;
  margin-left: 5%;
}

.customer-stories-grid__image--keaes {
  margin-bottom: 5px;
  margin-left: 5%;
  padding: 20px 20px 0;
}

.customer-stories-grid__image--child {
  max-height: 160px;
  margin-bottom: 5px;
  padding: 20px 20px 0;
}

.customer-stories-grid__image--wedo {
  margin-bottom: 5px;
}

.customer-stories-grid__image--slc {
  margin-top: 19px;
  margin-bottom: 5px;
}

.customer-stories-grid__title {
  padding: 10px 20px;
  line-height: 1.5;
  font-size: 18px;
}

.customer-stories-grid__title--rcg {
  padding-top: 10px;
}

.customer-stories-grid__title--rocketstars {
  padding-top: 32px;
}

.customer-stories-grid__title--diagonal,
.customer-stories-grid__title--sava {
  padding-top: 22px;
}

.customer-stories-grid__title--yels {
  padding-top: 7px;
}

.customer-stories-grid__title--keaes {
  padding-top: 5px;
}

.customer-stories-grid__title--child {
  padding-top: 0;
}

.customer-stories-grid__title--wedo {
  padding-top: 15px;
}

.customer-stories-grid__title--slc {
  padding-top: 10px;
}

ul.icons-list {
  padding-left: 25px;
  position: relative;
}

ul.icons-list i {
  /*position: absolute; left: 0px */
}

/*==========9. CUSTOM MEDIA QUERIES==============*/

/* TABLETS AND LARGE SMARTPHONES */
@media (max-width: 767px) {
  .masthead .browser-mockup {
    display: none;
  }

  .masthead .img-responsive {
    max-width: 100%;
  }

  .section-title {
    margin: 50px 0;
  }

  .features-benefits .thumbnail {
    margin-bottom: 0px;
  }

  .features-benefits .thumbnail i {
    font-size: 100px;
  }

  .footer .footermenu div {
    text-align: center;
    margin-bottom: 30px;
  }

  .footer .footermenu ul.icons-list i {
    position: relative;
  }

  .features-benefits .features > div {
    margin-bottom: 20px;
  }

  .login,
  .forgot-password {
    background-color: #fff;
    padding: 20px 0 0 0;
  }

  .login .signup-block,
  .register .signup-block,
  .forgot-password .signup-block {
    border: none;
    box-shadow: none;
  }

  .login-title img {
    width: 200px;
    height: auto;
  }

  .list-icons .list-icons-container {
    min-height: initial;
    text-align: left;
    line-height: 40px;
    margin-bottom: 10px;
  }

  .list-icons li {
    width: 100%;
    float: none;
  }

  .list-icons .list-icons-container .avatar {
    width: 40px;
    margin-bottom: 0px;
    margin-right: 5px;
  }

  #signupModal .modal-body {
    padding: 25px 15px 20px;
  }

  .modal .heading {
    font-size: 20px;
  }

  .heroimg img,
  .clientlogo img {
    max-width: 100%;
  }

  .navbar-nav {
    margin: 7px 0px 15px 0px;
  }

  .pricing {
    margin-bottom: 20px;
    border: 1px solid #cacaca;
    border-left: 2px solid #81b6dc;
  }

  /*
	.pricing .planwrapper,
	.pricing .pricewrapper{
		float: left;
		width: 50%;
	}
	.pricing .planwrapper{
		border: none;
		border-right: 1px solid #ccc;
		padding-top: 10px;
	}*/
  .pricing .pricewrapper {
    padding: 10px 0;
  }

  .pricing .features {
    margin: 10px 0;
    font-size: 14px;
  }

  .pricing .features li {
    margin-bottom: 3px;
  }

  .features-benefits .thumbnail {
    text-align: left;
  }

  .features-benefits .thumbnail img {
    float: left;
    width: 120px;
    margin-right: 15px;
  }

  .main-benefits {
    padding: 20px 0;
  }

  .main-benefits .thumbnail,
  .main-benefits .caption,
  .main-benefits .caption h3 {
    padding-bottom: 0;
    margin-top: 0px;
  }

  .masthead.lp {
    padding: 100px 0 50px;
  }

  .masthead.lp h3 {
    font-size: 20px;
  }

  .masthead.lp h1 {
    font-size: 40px;
    margin: 5px 0;
  }

  .cta_button.btn-lg {
    font-size: 20px;
    padding: 10px 20px;
    margin-top: 20px;
  }

  .masthead.lp .header {
    text-align: left;
    padding: 0 20px;
  }
}

/* REGULAR SMARTPHONES */
@media (max-width: 480px) {
  .masthead .hero-text h1 {
    font-size: 35px;
    line-height: 40px;
  }

  /*.header-testimonial .clientblock {
		width: 67px;
		float: none;
		position: absolute;
		left: calc(50% - 35px);
		top: -48px;
		z-index: 1;
	}*/
  .header-testimonial .testblock {
    margin-left: 0px;
    margin-top: 50px;
  }

  .header-testimonial .testblock:after {
    display: none;
  }

  .section-title h2 {
    font-size: 25px;
    line-height: 35px;
  }

  .section-title h4 {
    font-size: 16px;
    line-height: 32px;
  }

  .features-benefits .features > div {
    padding: 0;
  }

  .features-benefits .thumbnail .caption,
  .features-benefits .thumbnail .caption h3 {
    padding-top: 0;
    margin-top: 0;
  }

  .features-benefits .thumbnail img {
    float: right;
    width: 80px;
    margin-left: 10px;
  }

  .masthead.lp {
    padding: 80px 0 30px;
  }

  .masthead.lp h3 {
    font-size: 14px;
  }

  .masthead.lp h1 {
    font-size: 34px;
  }

  .cta_button.btn-lg {
    font-size: 18px;
  }

  small {
    font-size: 11px;
  }
}

/* End mobile */

@media (min-width: 768px) {
  .login-menu {
    padding-right: 8px;
  }

  .masthead .browser-mockup {
    display: inline-block;
  }

  .size700 .modal-dialog {
    width: 700px;
  }
}

@media (min-width: 992px) {
  .masthead .img-responsive {
    height: 458px;
    width: 794px;
  }

  .features-header .img-responsive {
    width: 940px !important;
    height: 479px !important;
  }

  .masthead .row {
    text-align: left;
  }

  .masthead .hero-text {
    padding-top: 15px;
  }

  .masthead .hero-text h1 {
    /*font-size: 50px;*/
    line-height: 55px;
  }
}

@media (min-width: 1200px) {
  .masthead .img-responsive {
    height: 570px;
    width: 988px;
  }

  .features-header .img-responsive {
    width: 1080px !important;
    height: 550px !important;
  }

  /*.masthead .hero-text{
		padding-top: 50px;
	}*/
  .masthead .hero-text h1 {
    /*font-size: 55px;*/
    line-height: 60px;
  }
}

@media (min-width: 1650px) {
  /*.masthead .hero-text{
		padding-top: 80px;
	}*/
}

/*== FONTS ====================================*/
/*@import url(//fonts.googleapis.com/css?family=Crete+Round);
/* CUSTOM BS3 CHECKBOXES */
/*@import url('bs3-checkbox.css');

.crete{
	font-family: 'Crete Round', serif;
	font-weight: normal;
}
/*== BOOTSTRAP OVERRIDES ======================*/
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  width: 100%;
}

.btn {
  /*font-weight: 600;*/
}

.btn-default {
  background-color: #ffffff;
  color: #616161;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 3px 0 rgba(128, 128, 128, 1);
  box-shadow: 0 3px 0 rgba(128, 128, 128, 1);
  line-height: 1.8;
}

.navbar-default .navbar-toggle {
  background-color: #fff;
  border-color: #3658ff;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #3658ff;
}

.heroimg img,
.clientlogo img {
  max-width: 100%;
  height: auto;
}

.gfyitem.img-responsive {
  display: block !important;
}

.pricing {
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*== CUSTOM STYLES ===========================*/

.navbar.top {
  padding: 5px;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: 0px 2px 4px #ddd;
  background-color: white;
  /*border-bottom: 1px solid #EEE;*/
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #333;
}

.navbar-default .navbar-nav > li > a.btn {
  padding: 8px 15px 6px;
  color: #fff;
  line-height: 19px;
  /*margin-top: 7px;*/
}

.navbar .login-button {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 8px 15px 8px;
  margin-top: 7px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}

.changeCurrency-container {
  text-align: center;
  margin-bottom: 15px;
}

.changeCurrency-warning {
  padding: 10px 15px;
  font-size: 13px;
  margin-top: 15px;
  border: 1px solid #faebcc;
  color: #8a6d3b;
  background-color: #fcf8e3;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}

.pricing {
  color: #333;
  border: 1px solid #cacaca;
  border-top: 2px solid #81b6dc;
  font-weight: 400;
  padding: 0;
  background-color: #fff;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0px;
}

.section-title {
  margin: 40px 0 40px;
}

.highlight {
  background: #f8f8f8;
}

.section-title h4 {
  line-height: 32px;
  color: #333;
  /*font-family: 'Noto Sans'*/
}

label {
  /*font-weight: 600;*/
  color: #777;
  width: 100%;
}

label small {
  font-size: 12px;
  color: #94a3a8;
  float: right;
}

.scrollto {
  text-align: center;
}

.scrollto:active,
.scrollto:focus {
  margin: 30px;
  display: block;
  color: #fff;
  text-decoration: none;
  width: 200px;
  margin: 0 auto;
}

.scrollto.dark {
  color: #252732;
}

.help-block {
  font-size: 12px;
  color: #94a3a8;
  font-weight: 100;
}

.help-block.has-error {
  color: #c73f3d;
  /*font-weight: 600;*/
}

.job-tile:hover {
  cursor: pointer;
}

.job-tile.color0:hover {
  cursor: pointer;
  background-color: #e4eff9;
}

.job-tiles .title {
  font-size: 35px;
}

.color0 {
  background-color: #f5f5f5;
  color: #919191;
}

.job-post ul {
  list-style-type: disc;
  margin-left: 0;
  padding-left: 30px;
}

.job-post ul ul,
ol ul,
.job-post ol ol,
ul ol {
  list-style-type: circle;
  margin-left: 10px;
  padding-left: 30px;
}

.list-icons {
  margin: 0 10px;
}

.list-icons li {
  width: 50%;
  float: left;
}

.list-icons .list-icons-container {
  display: block;
  min-height: 167px;
  background-color: #f8f8f8;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  padding: 10px;
  margin: 0 10px;
  text-align: center;
  font-weight: 900;
  color: #656565;
  line-height: 18px;
  font-size: 16px;
}

.list-icons .list-icons-container:hover {
  background-color: #f1f1f1;
  border: 1px solid #dadada;
  text-decoration: none;
}

.list-icons .list-icons-container .small {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}

.list-icons .list-icons-container .avatar {
  border: 1px solid #e1e1e1;
  width: 95px;
  height: auto;
  margin-bottom: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#signupModal .modal-header,
#signupModal .modal-footer {
  background-color: #f8f8f8;
  text-align: center;
}

#signupModal .modal-body {
  padding: 45px 15px 60px;
}

.modal .heading {
  text-align: center;
  color: #333;
  /*font-weight: 600;*/
  font-size: 25px;
  margin-bottom: 15px;
}

.login-link {
  font-weight: 400;
  color: #717171;
}

/* FORM STYLES ====================================*/
.signup-block {
  background-color: #fff;
  color: #828789;
  font-weight: 400;
}

.form-group {
  margin-bottom: 25px;
}

.form-control {
  /*font-weight: 600;*/
  background-color: #f5f5f5;
}

.has-error .form-control {
  background-color: #fae7e7;
}

.has-success .form-control {
  background-color: #e4f4e4;
}

.loading {
  padding: 10px;
  /*font-weight: 600;*/
}

.has-error.loading {
  color: #c73f3d;
}

.form-column {
  border-right: 1px solid #e1e1e1;
}

.form-column .form-block {
  padding-right: 10px;
}

.form-title {
  margin-bottom: 30px;
  color: #343434;
}

.form-title h1 {
  margin: 0 0 10px 0;
  line-height: 32px;
  font-size: 22px;
  /*font-weight: 600;*/
}

.input-lg,
select.input-lg {
  height: 55px;
}

select.input-lg {
  padding-left: 12px;
}

select.input-lg option {
  padding: 0;
}

/* REGISTER AND LOG IN ============================*/
.login,
.register,
.forgot-password {
  /*height: 100vh;*/
  background-color: #f2f2f2;
  padding: 60px 0;
}

.register {
  background: url("../images/dashboard-preview-blurred.jpg") no-repeat center
    center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/dashboard-preview-blurred.jpg', sizingMethod='scale')";
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/dashboard-preview-blurred.jpg', sizingMethod='scale')";
}

.login .signup-block,
.register .signup-block,
.forgot-password .signup-block {
  border: 1px solid #e1e1e1;
  -webkit-box-shadow: 0px 3px 10px rgba(1, 1, 1, 0.1);
  box-shadow: 0px 3px 10px rgba(1, 1, 1, 0.1);
}

/*== HEADER =======================================*/
.web-app .masthead {
  padding: 0px 0px 40px;
  background-image: radial-gradient(
    circle farthest-corner at 12.3% 19.3%,
    rgba(85, 88, 218, 1) 0%,
    rgba(95, 209, 249, 1) 100.2%
  );
}

.masthead {
  overflow: hidden;
  /*background-color: #111;*/
}

.masthead .hero-text h1 {
  /*font-weight: 600;*/
  /*font-size: 50px;*/
  line-height: 55px;
  /*text-shadow: 0 1px 2px rgba(0, 0, 0, .5);*/
}

.masthead .hero-text h2 {
  font-weight: 300;
  font-size: 26px;
  line-height: 32px;
}

/* BIG CTA BUTTON */
.btn-lg {
  line-height: 1.5;
  font-size: 20px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 10px 28px;
  border-radius: 20px;
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
}

small {
  font-size: 14px;
  font-weight: 400;
}

.masthead .img-responsive {
  margin: 0 auto;
  max-width: none;
}

.free-cta {
  font-size: 35px;
  font-weight: normal;
  position: relative;
  top: 2px;
  line-height: 35px;
  display: inline-block;
  margin-left: 11px;
}

/*========== BROWSER MOCKUPS ==============*/
.browser-mockup {
  background-color: rgba(255, 255, 255, 0.3);
  border-top: 3em solid rgba(230, 230, 230, 0.7);
  box-shadow: 0 0.1em 1em 0 rgba(0, 0, 0, 0.4);
  position: relative;
  border-radius: 8px 3px 0 0;
  margin-bottom: -5px;
  display: inline-block;
}

.browser-mockup:before {
  display: block;
  position: absolute;
  content: "";
  top: -2em;
  left: 1.3em;
  width: 0.9em;
  height: 0.9em;
  border-radius: 50%;
  background-color: #f44;
  box-shadow: 0 0 0 2px #f44, 1.8em 0 0 2px #9b3, 3.6em 0 0 2px #fb5;
}

.browser-mockup > * {
  display: block;
}

/*== CUSTOM TOOLTIP =============================*/
.qtip-custom {
  padding: 10px 15px;
}

.qtip-custom .qtip-content {
  font-size: 14px;
  /*font-weight: 600;*/
}

/*== CUSTOM BLOCKS ==========================*
.testblock { background-color: #EAEAEA; }*/
.testblock {
  border: 1px solid #dbe6ff;
}

*/ .testblock:after {
  border-top-color: #777;
}

.highlight .testblock {
  background-color: #ffffff;
}

.highlight .testblock:after {
  border-top-color: #ffffff;
}

.header-testimonial,
.features-benefits {
  margin-top: 0;
  /* border-bottom: 1px solid #ddd */
}

.header-testimonial .clientblock {
  margin-top: 0;
  margin-left: 0;
  text-align: center;
  /*width: 90px;
	float: left;*/
}

.header-testimonial .clientblock img {
  float: none;
}

.header-testimonial .clientblock p {
  padding-left: 0;
}

.header-testimonial .testblock {
  margin-left: 85px;
  width: auto;
  color: #444;
  /*font-size: 18px;*/
}

/*
.header-testimonial .testblock:after{
	top: 20px;
	left: -15px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}*/
.clientblock img,
.header-testimonial .clientblock img {
  width: 50px;
  height: 50px;
}

.header-testimonial .testblock .user-name {
  /*font-family: 'Open Sans', Arial, sans-serif;*/
  font-style: normal;
  color: #333;
  font-size: 11px;
  margin-bottom: 0;
  margin-top: 5px;
  text-align: center;
  line-height: 18px;
}

.features-benefits .section-title {
  margin-bottom: 40px;
}

.features-benefits .thumbnail {
  background-color: transparent;
}

.features-benefits .thumbnail img {
  -webkit-border-radius: 10%;
  -moz-border-radius: 10%;
  -ms-border-radius: 10%;
  -o-border-radius: 10%;
  border-radius: 10%;
  border: 2px solid #eaeaea;
}

.thumbnail .caption p {
  color: #858e91;
  font-weight: normal;
  font-size: 16px;
}

.features-benefits .thumbnail i {
  font-size: 150px;
}

.team .thumbnail img {
  width: 200px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

.center-column {
  color: #252732;
  line-height: 2;
}

.center-column p {
  /*text-align: justify;*/
  margin: 0 0 15px;
}

.center-column.text-center p {
  text-align: center;
}

.center-column .section-title h2 {
  margin-top: 50px;
}

.copyright {
  background-color: #fff;
  padding: 20px 0 20px;
  margin-top: 0;
  text-align: center;
  font-size: 10px;
  color: #ccc;
}

.copyright a {
  color: #ccc;
}

.signup_form {
  padding: 50px 0;
  margin-top: 0;
}

.signup_form .section-title {
  margin: 0;
  display: inline-block;
}

.signup_form .section-title h2 {
  margin: 0;
}

.signup_form .cta_button.btn-lg {
  margin-top: 30px;
}

.signup_form.button_only {
  padding-top: 0;
}

.signup_form.button_only .cta_button.btn-lg {
  margin-top: 0;
}

.features-header .features-preview-img {
  overflow: hidden;
  padding-top: 10px;
}

/* FIXES THE GIF VIDEO FROM MOVING OUT OF CONTAINER */
.features-header .img-responsive {
  width: 100%;
  height: auto;
}

/*== FOOTER =====================================*/
.highlight.footer {
  margin-top: 0;
  /*border-top: 1px solid #ddd*/
}

.footer {
  background-color: #fff;
}

.footer h1 {
  color: #3658ff;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.footer ul {
  list-style-type: none;
  padding: 0;
}

.footer ul li {
  margin-bottom: 4px;
}

.footer ul li i {
  margin-right: 5px;
}

.footer,
.footer a {
  color: #333;
}

ul.icons-list {
  padding-left: 0px;
  position: relative;
}

ul.icons-list i {
  /* position: absolute; left: 0px */
}

/*==========9. CUSTOM MEDIA QUERIES==============*/

/* TABLETS AND LARGE SMARTPHONES */
@media (max-width: 767px) {
  .masthead .browser-mockup {
    width: 70%;
    margin: 0 auto;
  }

  .masthead .img-responsive {
    max-width: 100%;
  }

  .section-title {
    margin: 50px 0;
  }

  .features-benefits .thumbnail {
    margin-bottom: 0px;
  }

  .features-benefits .thumbnail i {
    font-size: 100px;
  }

  .footer .footermenu div {
    text-align: center;
    margin-bottom: 30px;
  }

  .footer .footermenu ul.icons-list i {
    position: relative;
  }

  .features-benefits .features div {
    margin-bottom: 20px;
  }

  .login,
  .forgot-password {
    background-color: #fff;
    padding: 20px 0 0 0;
  }

  .login .signup-block,
  .register .signup-block,
  .forgot-password .signup-block {
    border: none;
    box-shadow: none;
  }

  .login-title img {
    width: 200px;
    height: auto;
  }

  .list-icons .list-icons-container {
    min-height: initial;
    text-align: left;
    line-height: 40px;
    margin-bottom: 10px;
  }

  .list-icons li {
    width: 100%;
    float: none;
  }

  .list-icons .list-icons-container .avatar {
    width: 40px;
    margin-bottom: 0px;
    margin-right: 5px;
  }

  #signupModal .modal-body {
    padding: 25px 15px 20px;
  }

  .modal .heading {
    font-size: 20px;
  }
}

/* REGULAR SMARTPHONES */
@media (max-width: 500px) {
  .masthead .hero-text h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .cta_button.btn-lg {
    font-size: 20px;
    padding: 10px 20px;
  }

  /*.header-testimonial .clientblock {
		width: 50px;
		float: none;
		position: absolute;
		left: calc(50% - 35px);
		top: -48px;
		z-index: 1;
	}*/
  .header-testimonial .testblock {
    margin-left: 0px;
    margin-top: 50px;
  }

  .header-testimonial .testblock:after {
    display: none;
  }

  .section-title h2 {
    font-size: 25px;
    line-height: 35px;
  }

  .section-title h4 {
    font-size: 16px;
    line-height: 32px;
  }
}

/* End mobile */

@media (min-width: 768px) {
  .login-menu {
    padding-right: 8px;
  }

  .masthead .browser-mockup {
    display: inline-block;
  }

  .size700 .modal-dialog {
    width: 700px;
  }
}

@media (min-width: 992px) {
  .masthead .img-responsive {
    height: 458px;
    width: 794px;
  }

  .features-header .img-responsive {
    width: 940px !important;
    height: 479px !important;
  }

  .masthead .row {
    text-align: left;
  }

  .masthead .hero-text {
    /*	padding-top: 15px;*/
  }

  .masthead .hero-text h1 {
    /*font-size: 50px;*/
    line-height: 55px;
    padding: 0 90px;
  }
}

@media (min-width: 1200px) {
  .masthead .img-responsive {
    /*height: 570px;
		width: 988px;*/
  }

  .features-header .img-responsive {
    width: 1080px !important;
    height: 550px !important;
  }

  .masthead .hero-text {
    /*padding-top: 80px;*/
  }

  .masthead .hero-text h1 {
    /*font-size: 55px;*/
    line-height: 60px;
    padding: 0 200px;
  }
}

@media (min-width: 1580px) {

  .masthead.lp > .container {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}

@media (min-width: 1650px) {
  .masthead .hero-text {
    /*padding-top: 80px;*/
  }
}

/*COUNTER CSS*/

.counter_wrapper {
  width: 980px;
  margin: 30px auto;
  position: relative;
}

.counter {
  padding: 20px 0;
  border-radius: 8px;
}

.count-title {
  font-size: 48px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}

.count-text {
  font-size: 16px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}

.fa-2x {
  margin: 0 auto;
  float: none;
  display: table;
  color: #4ad1e5;
}

.end {
  margin-right: 0 !important;
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: 380px;
}

.testblock {
  transition: transform 0.5s, box-shadow 0.5s;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.testblock:hover {
  -ms-transform: scale(1.03);
  /* IE 9 */
  -webkit-transform: scale(1.03);
  /* Safari 3-8 */
  transform: scale(1.03);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.8);
}

.footer a {
  color: white;
  text-align: center;
  font-size: 14px;
  text-decoration: none;
}

.footermenu h4 {
  text-align: center;
}

.thumbnail img {
  transition: transform 0.5s, box-shadow 0.5s;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.thumbnail img:hover {
  -ms-transform: scale(1.03);
  /* IE 9 */
  -webkit-transform: scale(1.03);
  /* Safari 3-8 */
  transform: scale(1.03);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.8);
}

.pricing .planwrapper {
  background-image: radial-gradient(
    circle farthest-corner at 10% 200%,
    rgba(37, 22, 131, 1) 0%,
    rgba(97, 170, 231, 1) 90%
  );
  background: white;
}

.pricing .planname,
.pricewrapper,
.pricing .priceperyear {
  color: #333;
}

.testimonial p {
  font-size: 16px;
}

.fade-in-image {
  animation: fadeIn 2s;
  -webkit-animation: fadeIn 2s;
  -moz-animation: fadeIn 2s;
  -o-animation: fadeIn 2s;
  -ms-animation: fadeIn 2s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*

#solutions-content{
	width: 200px;
	font-family: Noto Sans;
}

.list-group-item {
	border: none;
	color:#333 !important;
	padding: 15px;
}
*/

.popover.bottom > .arrow {
  border-bottom-color: #ddd;
}

.popover {
  display: block;
  top: 35px;
  left: -28px;
  position: absolute;
  display: none;
  border: 1px solid #ddd;
  width: 249px;
  font-family: Lexend Deca;
}

.popover ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.popover li {
  /*padding: 15px 0;*/
}

.popover a {
  padding: 12px 10px;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  display: block;
  /*font-weight:600;*/
}

.popover a:hover {
  color: #3658ff !important;
  background-color: #eef0ff;
  border-radius: 12px;
  background-color: #eef0ff;
}

li.solutionsLink {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  border: 0px;
}

li.featuresLink {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  border: 0px;
  padding: 15px;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #3658ff;
}

.world-map {
  height: 700px;
}

@media (max-width: 767px) {
  .world-map {
    height: 380px;
  }
}

.table1 td:before {
  content: "\2714\0020";
  color: #04c904;
  font-size: 18px;
}

/* ================================================================
   Utility classes — inline CSS cleanup
   ================================================================ */

/* Footer links */
.footer-link {
  display: block;
  padding: 5px;
}

.copyright-bar {
  background-color: #33334f;
  color: #b8b8d9;
}

.bottom-cta-2__title {
  text-align: center;
}

.world-map-section {
  background-image: url("../images/Touch-N-Go-World-Map.png?v1.01");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  max-width: 1170px;
  margin: 0 auto;
  padding: 20px;
}

.world-map-section.lazy-bg {
  background-image: none;
}

.world-map-section__inner {
  width: 100%;
}

/* Testimonial components */
.testimonial-speech {
  background: white;
}
.testimonial-section {
  border-top: 1px solid #eee;
  background-image: radial-gradient(circle at 30% 50%, rgb(204, 240, 255), transparent 70%),
    radial-gradient(circle at 70% 100%, rgb(196, 208, 255), transparent 70%);
  background-position: 0 0, 0 0;
  background-size: 100% 100%, 100% 100%;
  background-repeat: no-repeat, no-repeat;
}
.testimonial-section__container {
  padding: 50px;
}
.testimonial-section__heading {
  margin-top: 50px;
  font-size: 28px;
  text-align: center;
}
.testimonial-quote-btn {
  border: none;
  background: transparent;
}
.testimonial-body {
  font-size: 16px;
  float: right;
  width: 80%;
  line-height: 1.6;
  margin: 0 0 20px;
}
.testimonial-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto;
  float: left;
  margin: 20px 0;
}
.testimonial-attribution {
  font-size: 14px;
  line-height: 1.5;
}
.testimonial-country {
  font-size: 12px;
}

/* Navigation dropdown icons */
.nav-dd-icon {
  font-size: 14px;
  color: #333;
  margin-right: 5px;
}

/* Top navigation */
.top-nav-menu {
  margin-top: 10px;
  text-align: center;
}
.languages-legacy-section {
  padding: 30px;
  background: #fff;
  border-top: 1px solid #eee;
}
.languages-legacy-section__inner {
  clear: both;
  text-align: center;
}
.languages-legacy-section__title {
  font-size: 20px;
}
.languages-legacy-section__spacer {
  height: 32px;
}
.languages-legacy-section__item {
  min-height: 105px;
}
.languages-legacy-section__flag {
  border-radius: 5px;
}
.languages-legacy-section__flag--bordered {
  border: 1px solid #eee;
}
.languages-legacy-section__label {
  margin-bottom: 40px;
}
.languages-legacy-section__bottom-space {
  clear: both;
  height: 64px;
}
.top-nav-banner {
  background: #3658ff;
  text-align: center;
  margin: -5px -5px 0;
  padding: 10px;
  font-size: 14px;
}
.top-nav-banner__text {
  color: #eee;
}
.top-nav-home-link {
  display: none;
}
.lang-dd a {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}
.lang-dd .flag-mini {
  width: 15px;
  height: 12px;
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
  flex: 0 0 auto;
  background: #fff;
}
.lang-dd .flag-mini img {
  width: 100%;
  height: 100%;
  display: block;
}
.navbar-nav a,
.navbar-nav a:hover,
.navbar-nav a:focus {
  text-decoration: none !important;
}
#solutionsLink,
#featuresLink,
#languagesLink,
#resourcesLink {
  position: relative;
}
#solutionsLink .popover,
#featuresLink .popover,
#languagesLink .popover,
#resourcesLink .popover {
  top: 100%;
  margin-top: 0;
}
.top-nav-chevron {
  color: #3658ff;
}
.top-nav-popover--solutions {
  width: 280px;
  max-width: 280px;
}
.top-nav-popover--features {
  width: 283px;
  max-width: 283px;
  left: -75px;
}
.top-nav-popover--languages {
  width: 375px;
  max-width: 375px;
  left: -95px;
}
.top-nav-popover--resources {
  width: 240px;
  max-width: 240px;
  left: -75px;
}
.top-nav-divider {
  margin: 8px 0;
  border-top: 1px solid #eee;
}
.lang-dd-list {
  column-count: 2;
  column-gap: 18px;
  max-height: 70vh;
  overflow: auto;
  padding-right: 8px;
}
.lang-dd-list__wide {
  column-span: all;
}
.lang-dd-globe {
  margin-right: 8px;
}
.lang-dd-link--compact {
  font-size: 11px;
}
.top-nav-login-button {
  text-align: center;
  border: 2px solid #5bc0de;
  width: 78px;
  margin: 7px auto;
  padding-top: 6px;
  padding-bottom: 6px;
  font-weight: 400;
  border-radius: 12px;
}
.top-nav-trial-button {
  margin-top: 0;
  padding: 3px 8px;
  border-radius: 12px;
}
#solutions-popover-ul.top-nav-hidden-list {
  display: none !important;
}

@media (min-width: 992px) {
  .navbar.top {
    padding: 0;
  }

  .navbar.top > .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 64px;
  }

  .navbar.top .navbar-header {
    float: none;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    min-height: 64px;
  }

  .navbar.top .navbar-collapse {
    display: flex !important;
    flex: 1 1 auto;
    align-items: center;
    justify-content: flex-end;
    border-top: 0;
    box-shadow: none;
  }

  .top-nav-menu {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .top-nav-menu > li {
    float: none;
    flex: 0 0 auto;
  }

  .top-nav-menu > li > a {
    display: flex;
    align-items: center;
    min-height: 64px;
    padding-top: 0;
    padding-bottom: 0;
    white-space: nowrap;
  }

  .top-nav-menu > li > a.top-nav-login-button {
    margin: 0;
    width: auto;
    min-width: 78px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border: 1px solid rgba(17, 24, 39, 0.14);
    border-radius: 12px;
    line-height: 1;
    align-self: center;
  }

  .top-nav-trial-button {
    min-height: 44px;
    white-space: nowrap;
  }
}

/* Blog home */
.tg-blog-hero {
  background: linear-gradient(90deg, rgba(52, 55, 193, 0.1), rgba(44, 156, 195, 0.08));
  border-bottom: 1px solid rgba(17, 24, 39, 0.1);
  padding: 95px 0 28px;
  text-align: center;
}
.tg-blog-hero h1 {
  margin: 0 0 10px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #0b1020;
  line-height: 1.2;
}
.tg-blog-hero p {
  margin: 0 auto 10px;
  max-width: 900px;
  color: #374151;
  font-size: 16px;
  line-height: 1.7;
}
.tg-blog-hero .tg-sub {
  color: #4b5563;
  font-size: 14px;
  line-height: 1.7;
  margin-top: 2px;
}
.tg-blog-ctas {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 14px;
}
.tg-blog-ctas a {
  display: inline-block;
  padding: 10px 14px;
  border-radius: 12px;
  font-weight: 800;
  text-decoration: none;
}
.tg-blog-ctas--end {
  margin: 0;
  justify-content: flex-end;
}
.tg-btn-primary {
  background: #3658ff;
  color: #fff;
}
.tg-btn-secondary {
  background: rgba(255, 255, 255, 0.9);
  color: #111827;
  border: 1px solid rgba(17, 24, 39, 0.15);
}
.tg-blog-controls {
  background: #fff;
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
  padding: 18px 0;
}
.tg-controls-wrap {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tg-search {
  flex: 1 1 320px;
  min-width: 260px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.tg-search label {
  font-weight: 800;
  color: #111827;
  margin: 0;
  font-size: 13px;
}
.tg-blog-search-label {
  width: 50px;
}
.tg-search input {
  border: 1px solid rgba(17, 24, 39, 0.14);
  border-radius: 12px;
  padding: 10px 12px;
  outline: none;
  font-size: 14px;
  background: #fff;
}
.tg-search input:focus {
  border-color: rgba(52, 55, 193, 0.45);
  box-shadow: 0 0 0 3px rgba(52, 55, 193, 0.12);
}
.tg-topics {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.tg-topic-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(52, 55, 193, 0.08);
  border: 1px solid rgba(52, 55, 193, 0.16);
  color: #1f2a66;
  font-weight: 800;
  font-size: 12px;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
}
.tg-topic-pill:hover {
  background: rgba(44, 156, 195, 0.1);
  border-color: rgba(44, 156, 195, 0.25);
}
.tg-topic-pill.is-active {
  background: #3658ff;
  border-color: #3658ff;
  color: #fff;
}
.tg-start-here {
  background: #fff;
  padding: 26px 0 6px;
}
.tg-start-card {
  border-radius: 16px;
  background: linear-gradient(90deg, rgba(52, 55, 193, 0.08), rgba(44, 156, 195, 0.06));
  border: 1px solid rgba(52, 55, 193, 0.12);
  padding: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.tg-start-card h2 {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 900;
  color: #0b1020;
}
.tg-start-card p {
  margin: 0;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.6;
  max-width: 760px;
}
.tg-start-links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.tg-start-links a {
  font-weight: 800;
  color: #3658ff;
  text-decoration: none;
  font-size: 13px;
  padding: 8px 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(17, 24, 39, 0.08);
}
.tg-start-links a:hover {
  border-color: rgba(52, 55, 193, 0.2);
  background: #fff;
}
.tg-blog-list {
  margin-top: 10px;
}
.tg-blog-card {
  margin: 20px;
  height: 348px;
}
.tg-blog-card__image {
  height: 175px;
  margin-bottom: 5px;
}
.tg-blog-card__image--feature {
  object-position: left;
  zoom: 1.07;
}
.tg-blog-card__image--180 {
  height: 180px;
  margin-bottom: 0;
}
.tg-blog-card__image--170 {
  height: 170px;
  margin-bottom: 0;
}
.tg-blog-card__image--167 {
  height: 167px;
}
.tg-blog-card__image--160-spaced {
  height: 160px;
  margin: 10px 0;
}
.tg-blog-card__title {
  line-height: 1.5;
  font-size: 16px;
}
.tg-blog-card__title--17 {
  font-size: 17px;
}
.tg-blog-card__title--18 {
  font-size: 18px;
}
.tg-blog-card__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.testimonials.header-testimonial .testblock {
  border-radius: 16px;
  border: 1px solid rgba(17, 24, 39, 0.1);
  background: #fff;
  box-shadow: 0 12px 26px rgba(17, 24, 39, 0.06);
  overflow: hidden;
  position: relative;
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
  padding-bottom: 26px;
}
.testimonials.header-testimonial .testblock:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(17, 24, 39, 0.08);
  border-color: rgba(52, 55, 193, 0.18);
}
.testimonials.header-testimonial .testblock img {
  width: 100%;
  height: 175px;
  object-fit: cover;
  display: block;
  margin: 0 !important;
  background: #f3f4f6;
}
.testimonials.header-testimonial .testblock h4 {
  margin: 12px 14px 6px;
  font-size: 16px !important;
  line-height: 1.45 !important;
  color: #0b1020;
  font-weight: 900;
  min-height: 46px;
}
.testimonials.header-testimonial .testblock .user-name {
  margin: 0 14px 12px;
  color: #6b7280;
  font-size: 12px;
}
.testimonials.header-testimonial .testblock::after {
  content: "Read article →";
  position: absolute;
  left: 14px;
  bottom: 12px;
  font-weight: 900;
  font-size: 12px;
  color: #3658ff;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.15s ease, transform 0.15s ease;
  pointer-events: none;
}
.testimonials.header-testimonial .testblock:hover::after {
  opacity: 1;
  transform: translateY(0);
}
.tg-blog-cta-strip {
  background: #0b1020;
  color: #fff;
  padding: 32px 0;
  margin-top: 10px;
}
.tg-blog-cta-card {
  border-radius: 18px;
  background: linear-gradient(90deg, rgba(52, 55, 193, 0.32), rgba(44, 156, 195, 0.22));
  border: 1px solid rgba(141, 157, 234, 0.22);
  padding: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
}
.tg-blog-cta-card h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.25;
}
.tg-blog-cta-card p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  line-height: 1.6;
  max-width: 720px;
}
.tg-hidden {
  display: none !important;
}
@media (max-width: 768px) {
  .tg-blog-hero {
    padding-top: 85px;
  }
  .tg-blog-hero p {
    font-size: 15px;
  }
  .tg-topics {
    justify-content: flex-start;
  }
}

/* Contact page */
.contact-form-title {
  margin-bottom: 40px;
}
.contact-card {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: 10px;
}
.contact-card > [class*="col-"] {
  display: flex;
  flex-direction: column;
}
.contact-page-heading {
  line-height: 1.5;
}
.contact-page-subheading {
  line-height: 1.5;
  font-size: 20px;
}
.contact-card .signup-block {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 22px;
  min-height: 410px;
}
.contact-card h2 {
  text-align: center;
  margin-bottom: 14px;
}
.contact-card p {
  color: #777;
  font-weight: 600;
  line-height: 1.7;
  margin: 0;
}
.contact-card__center {
  text-align: center;
}
.contact-card__schedule {
  text-align: center;
  padding: 0 29px;
}
.contact-card__schedule .signup-block,
.contact-card__center .signup-block {
  align-items: center;
}
.contact-divider {
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
}
.contact-phone {
  font-size: 16px;
  color: #444;
}
.contact-qr {
  margin: 0 auto;
}
.contact-email {
  margin-bottom: 30px;
  font-weight: 500;
  color: #888;
  text-align: center;
}
@media (max-width: 991px) {
  .contact-card {
    display: block;
  }
  .contact-card > [class*="col-"] {
    display: block;
  }
  .contact-divider {
    border-left: none;
    border-right: none;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin: 18px 0;
    padding: 18px 0;
  }
}

/* Language school page */
.language-school-page {
  background-color: #f7f7fc;
}
.language-school-page .counter_wrapper {
  width: 100%;
}
.language-school-page .count-number {
  color: #fff !important;
  font-size: 64px;
}
.language-school-page .count-text,
.language-school-page .fa {
  color: #fff !important;
}
.language-school-page .testblock {
  margin: 0 0 30px;
}
.language-school-page p,
.language-school-page ul {
  font-size: 16px;
  text-align: left;
}
.language-school-page__masthead {
  padding-bottom: 0;
}
.language-school-page__heading {
  color: #fff;
  line-height: 1.5;
}
.language-school-page__intro {
  line-height: 1.5;
}

/* Legal pages */
.legal-page__content {
  margin-top: 0;
  font-size: 16px;
}
.legal-page__header {
  margin-bottom: 40px;
}
.legal-page__updated {
  color: #333;
  font-weight: 700;
}

/* FAQ page */
.faq-page .faq-intro h1,
.faq-page .faq h2 {
  letter-spacing: -0.01em;
}
.faq-page__intro {
  padding: 30px 0 10px;
}
.faq-page__hero-title {
  margin: 0 0 10px;
  color: #111827;
  font-size: 34px;
  line-height: 1.15;
}
.faq-page__hero-copy {
  margin: 0;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.6;
}
.faq-page__hero-actions,
.faq-page__cta-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.faq-page__hero-actions {
  justify-content: center;
  margin-top: 14px;
}
.faq-page__button {
  display: inline-block;
  padding: 10px 14px;
  border-radius: 12px;
  font-weight: 700;
  text-decoration: none;
}
.faq-page__button--primary {
  background: #3658ff;
  color: #fff;
}
.faq-page__button--secondary {
  border: 1px solid rgba(52, 55, 193, 0.2);
  background: #fff;
  color: #111827;
}
.faq-page__button--ghost {
  border: 1px solid rgba(17, 24, 39, 0.15);
  background: transparent;
  color: #111827;
}
.faq-page__section {
  padding: 10px 0 50px;
}
.faq-page__section-title {
  margin: 26px 0 10px;
  color: #111827;
  font-size: 22px;
  font-weight: 800;
}
.faq-page .panel-group {
  margin-bottom: 18px;
}
.faq-page .panel {
  margin-bottom: 10px;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 14px;
  box-shadow: 0 10px 26px rgba(17, 24, 39, 0.04);
}
.faq-page .panel-heading {
  padding: 0;
  background: #fff;
}
.faq-page__panel-title,
.faq-page .panel-title {
  margin: 0;
  font-size: 16px;
  font-weight: 800;
}
.faq-page .panel-title a {
  position: relative;
  display: block;
  padding: 14px 44px 14px 14px;
  color: #111827;
  text-decoration: none;
  line-height: 1.35;
}
.faq-page .panel-title a::after {
  content: "▾";
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  color: rgba(52, 55, 193, 0.85);
  font-size: 16px;
  transition: transform 0.15s ease;
}
.faq-page .panel-title a[aria-expanded="true"]::after {
  transform: translateY(-50%) rotate(180deg);
}
.faq-page .panel-title a:hover {
  background: rgba(52, 55, 193, 0.05);
}
.faq-page .panel-title a:focus {
  outline: none;
}
.faq-page .panel-title a:focus-visible {
  border-radius: 12px;
  box-shadow: 0 0 0 3px rgba(44, 156, 195, 0.25);
}
.faq-page .panel-body {
  padding: 0 14px 14px;
  color: #374151;
  font-size: 15px;
  line-height: 1.6;
  background: #fff;
}
.faq-page .panel-collapse .panel-body {
  padding-top: 12px;
  border-top: 1px solid rgba(17, 24, 39, 0.08);
}
.faq-page .panel .panel-title a[aria-expanded="true"] {
  background: linear-gradient(90deg, rgba(52, 55, 193, 0.06), rgba(44, 156, 195, 0.05));
}
.faq-page .panel-body a {
  color: #3437c1;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.faq-page .panel-body a:hover {
  color: #2c9cc3;
}
.faq-page__cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 28px;
  padding: 18px 16px;
  border: 1px solid rgba(52, 55, 193, 0.12);
  border-radius: 16px;
  background: linear-gradient(90deg, rgba(52, 55, 193, 0.1), rgba(44, 156, 195, 0.08));
}
.faq-page__cta-copy {
  max-width: 720px;
}
.faq-page__cta-title {
  margin: 0;
  color: #111827;
  font-size: 18px;
  line-height: 1.25;
}
.faq-page__cta-text {
  margin: 6px 0 0;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .faq-page__hero-title {
    font-size: 28px;
  }
  .faq-page__section-title {
    font-size: 20px;
  }
  .faq-page .panel-title a {
    padding: 13px 42px 13px 13px;
  }
}

/* Mobile app page */
.mobile-app-page .container {
  width: min(1120px, 92%);
  margin: 0 auto;
}
.mobile-app-page .section {
  padding: 64px 0;
}
.mobile-app-page .kicker {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #3658ff;
  margin: 0 0 10px;
}
.mobile-app-page .section h2,
.mobile-app-page .hero h1 {
  margin: 0 0 10px;
  line-height: 1.4;
  color: #333;
}
.mobile-app-page .subhead {
  margin: 0;
  max-width: 820px;
  color: #4a5568;
  line-height: 1.6;
}
.mobile-app-page .hero {
  padding: 72px 0 36px;
  background: linear-gradient(180deg, rgba(52, 55, 193, 0.12), rgba(44, 156, 195, 0.1), #fff);
}
.mobile-app-page .hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 36px;
  align-items: center;
}
.mobile-app-page .hero-copy p {
  margin-top: 0;
}
.mobile-app-page .hero-cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
}
.mobile-app-page .store-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 40px;
}
.mobile-app-page .store-badge--play {
  border-radius: 14px;
}
.mobile-app-page .qr-row {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-top: 14px;
  flex-wrap: wrap;
}
.mobile-app-page .qr-image {
  max-width: 200px;
}
.mobile-app-page .qr-copy {
  margin: 0;
  max-width: 420px;
  color: #4a5568;
}
.mobile-app-page .hero-phone {
  max-height: 640px;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.mobile-app-page .grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}
.mobile-app-page .card {
  border: 1px solid rgba(23, 28, 44, 0.08);
  border-radius: 18px;
  padding: 18px 18px 16px;
  background: #fff;
}
.mobile-app-page .card h3 {
  margin: 10px 0 6px;
}
.mobile-app-page .card p {
  margin: 0;
  color: #4a5568;
  line-height: 1.55;
}
.mobile-app-page .ico {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(54, 88, 255, 0.08);
}
.mobile-app-page .ico i {
  font-size: 18px;
  color: #3658ff;
}
.mobile-app-page .btn {
  display: inline-block;
  padding: 10px 14px;
  border-radius: 12px;
  font-weight: 700;
  text-decoration: none;
}
.mobile-app-page .btn.primary {
  background: #3658ff;
  color: #fff;
}
.mobile-app-page .btn.secondary {
  background: transparent;
  border: 1px solid rgba(54, 88, 255, 0.35);
  color: #111827;
}
.mobile-app-page .faq {
  margin-top: 18px;
  display: grid;
  gap: 12px;
}
.mobile-app-page .faq-item {
  border: 1px solid rgba(23, 28, 44, 0.08);
  border-radius: 14px;
  background: #fff;
  padding: 12px 14px;
}
.mobile-app-page .faq-item summary {
  cursor: pointer;
  font-weight: 700;
}
.mobile-app-page .faq-body {
  margin-top: 10px;
  color: #4a5568;
  line-height: 1.6;
}
.mobile-app-page .cta-panel {
  border-radius: 18px;
  padding: 22px;
  background: linear-gradient(90deg, rgba(52, 55, 193, 0.1), rgba(44, 156, 195, 0.08));
  border: 1px solid rgba(52, 55, 193, 0.12);
}
.mobile-app-page .cta-panel__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.mobile-app-page .cta-panel__copy {
  max-width: 760px;
}
.mobile-app-page .cta-panel__kicker {
  margin-bottom: 6px;
}
.mobile-app-page .cta-panel__title {
  margin: 0;
}
.mobile-app-page .cta-panel__subhead {
  margin: 10px 0 0;
}
.mobile-app-page .cta-panel__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
@media (max-width: 960px) {
  .mobile-app-page .hero-grid {
    grid-template-columns: 1fr;
  }
  .mobile-app-page .grid-3 {
    grid-template-columns: 1fr;
  }
}

/* Shared footer */
.footer-main {
  background-color: #202029;
  color: #8d9dea;
}
.footer-main__container {
  padding-top: 50px;
  padding-bottom: 50px;
}
.footer-brand {
  border-radius: 16px;
  margin-top: 10px;
}
.footer-contact-list {
  text-align: center;
}
.footer-company-name,
.footer-address {
  color: #fff;
}
.footer-meta {
  color: #b8b8d9;
}
.footer-social-icon {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.footer-cta {
  margin-top: 20px;
  padding: 18px 16px;
  border-radius: 16px;
  background: linear-gradient(90deg, rgba(52, 55, 193, 0.28), rgba(44, 156, 195, 0.22));
  border: 1px solid rgba(141, 157, 234, 0.25);
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}
.footer-cta__copy {
  max-width: 720px;
}
.footer-cta__title {
  margin: 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.25;
}
.footer-cta__text {
  margin: 6px 0 0;
  color: #b8b8d9;
  font-size: 14px;
  line-height: 1.4;
}
.footer-cta__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}
.footer-cta__button {
  display: inline-block;
  padding: 10px 14px;
  border-radius: 12px;
  font-weight: 700;
  text-decoration: none;
}
.footer-cta__button--primary {
  background: #3658ff;
  color: #fff;
}
.footer-cta__button--secondary {
  background: transparent;
  border: 1px solid rgba(141, 157, 234, 0.55);
  color: #fff;
}

/* User-friendly page */
.user-friendly-page {
  --bg: #ffffff;
  --ink: #0f172a;
  --muted: #475569;
  --card: #ffffff;
  --stroke: rgba(15, 23, 42, 0.1);
  --shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
  --shadow2: 0 10px 30px rgba(15, 23, 42, 0.06);
  --brand: #3658ff;
  --brand2: #2c9cc3;
  --accent: #16a34a;
  --radius: 22px;
  --container: 1100px;
  background: var(--bg);
  color: var(--ink);
}
.user-friendly-page .page-wrap {
  overflow: hidden;
}
.user-friendly-page .container-ui {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 18px;
}
.user-friendly-page .kicker {
  display: inline-block;
  margin: 0 0 10px;
  color: var(--brand);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
}
.user-friendly-page h1,
.user-friendly-page h2,
.user-friendly-page h3 {
  margin: 0;
  color: var(--ink);
}
.user-friendly-page h1 {
  /*font-size: 48px;
  line-height: 1.05;
  letter-spacing: -0.02em;*/
}
.user-friendly-page h2 {
  font-size: 34px;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.user-friendly-page h3 {
  margin: 12px 0 8px;
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: -0.01em;
}
.user-friendly-page .subhead {
  max-width: 62ch;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}
.user-friendly-page .btn-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
}
.user-friendly-page .btn-primary,
.user-friendly-page .btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 16px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.08s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
  white-space: nowrap;
}
.user-friendly-page .btn-primary {
  background: var(--brand);
  color: #fff;
  box-shadow: 0 10px 24px rgba(54, 88, 255, 0.22);
}
.user-friendly-page .btn-primary:hover,
.user-friendly-page .btn-secondary:hover {
  transform: translateY(-1px);
}
.user-friendly-page .btn-secondary {
  border: 1px solid rgba(54, 88, 255, 0.35);
  background: transparent;
  color: var(--ink);
}
.user-friendly-page .btn-secondary:hover {
  border-color: rgba(54, 88, 255, 0.55);
}
.user-friendly-page .hero {
  padding: 56px 0 34px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  background:
    radial-gradient(900px 380px at 20% 35%, rgba(54, 88, 255, 0.14), transparent 65%),
    radial-gradient(900px 380px at 80% 30%, rgba(44, 156, 195, 0.12), transparent 62%),
    linear-gradient(180deg, rgba(54, 88, 255, 0.06), #fff 70%);
}
.user-friendly-page .hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 34px;
}
.user-friendly-page .hero p {
  margin: 0;
}
.user-friendly-page .lead {
  max-width: 60ch;
  margin-top: 12px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}
.user-friendly-page .hero-media {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.user-friendly-page .frame,
.user-friendly-page .shot {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(54, 88, 255, 0.08), rgba(44, 156, 195, 0.06));
  box-shadow: var(--shadow);
  padding: 10px;
}
.user-friendly-page .frame {
  width: 100%;
}
.user-friendly-page .hero-media img,
.user-friendly-page .shot img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: calc(var(--radius) - 10px);
  background: #fff;
}
.user-friendly-page .section {
  padding: 58px 0;
}
.user-friendly-page .section-soft {
  border-top: 1px solid rgba(15, 23, 42, 0.06);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  background:
    radial-gradient(900px 320px at 25% 20%, rgba(54, 88, 255, 0.08), transparent 62%),
    radial-gradient(900px 320px at 80% 0%, rgba(44, 156, 195, 0.07), transparent 60%),
    linear-gradient(180deg, #fff, #fff);
}
.user-friendly-page .section-head {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 22px;
}
.user-friendly-page .grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 18px;
}
.user-friendly-page .card {
  height: 100%;
  padding: 20px 18px;
  border: 1px solid var(--stroke);
  border-radius: var(--radius);
  background: var(--card);
  box-shadow: var(--shadow2);
  transition: transform 0.12s ease, box-shadow 0.2s ease;
}
.user-friendly-page .card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.1);
}
.user-friendly-page .card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}
.user-friendly-page .ico {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(54, 88, 255, 0.18);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(54, 88, 255, 0.12), rgba(44, 156, 195, 0.1));
  color: var(--brand);
}
.user-friendly-page .ico i {
  font-size: 16px;
}
.user-friendly-page .split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 22px;
  margin-top: 18px;
}
.user-friendly-page .bullets {
  display: grid;
  gap: 10px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}
.user-friendly-page .bullets li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}
.user-friendly-page .bullets li i {
  margin-top: 2px;
  color: var(--accent);
}
.user-friendly-page .split-title,
.user-friendly-page .cta-title {
  margin: 0;
}
.user-friendly-page .split-title {
  font-size: 22px;
}
.user-friendly-page .split-subhead {
  margin-top: 10px;
}
.user-friendly-page .faq {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}
.user-friendly-page .faq-item {
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 22px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}
.user-friendly-page .faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px;
  color: var(--ink);
  font-weight: 800;
}
.user-friendly-page .faq-ico {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(54, 88, 255, 0.18);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(54, 88, 255, 0.12), rgba(44, 156, 195, 0.1));
  color: var(--brand);
  transition: transform 0.15s ease;
}
.user-friendly-page .faq-body {
  padding: 0 18px 16px;
}
.user-friendly-page .faq-body p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}
.user-friendly-page .faq-item[open] .faq-ico {
  transform: rotate(45deg);
}
.user-friendly-page .cta {
  padding: 56px 0;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
  background:
    radial-gradient(900px 300px at 20% 40%, rgba(54, 88, 255, 0.14), transparent 60%),
    radial-gradient(900px 300px at 80% 35%, rgba(44, 156, 195, 0.12), transparent 60%),
    linear-gradient(180deg, rgba(54, 88, 255, 0.06), #fff 70%);
}
.user-friendly-page .cta-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 28px 22px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}
.user-friendly-page .cta-box p {
  max-width: 70ch;
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.55;
}
.user-friendly-page .cta-kicker {
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .user-friendly-page h1 {
    font-size: 40px;
  }
  .user-friendly-page .hero-grid,
  .user-friendly-page .split,
  .user-friendly-page .grid-3 {
    grid-template-columns: 1fr;
  }
  .user-friendly-page .hero-media {
    justify-content: flex-start;
  }
  .user-friendly-page .section {
    padding: 44px 0;
  }
}
@media (max-width: 520px) {
  .user-friendly-page h1 {
    font-size: 34px;
  }
  .user-friendly-page h2 {
    font-size: 28px;
  }
  .user-friendly-page .subhead {
    font-size: 16px;
  }
.user-friendly-page .card {
    padding: 18px 16px;
  }
}

/* Testimonials page */
.testimonials-page {
  background-color: #f7f7fc;
  background-image: url(../images/world_map_TNG.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.testimonials-page .counter_wrapper {
  width: 100%;
}
.testimonials-page .count-number {
  color: #fff !important;
  font-size: 64px;
}
.testimonials-page .count-text,
.testimonials-page .fa {
  color: #fff !important;
}
.testimonials-page .testblock {
  margin: 0 0 30px;
}
.testimonials-page-title {
  margin-top: 270px;
}
.testimonials-page-heading,
.testimonials-page-subheading {
  line-height: 1.5;
}
.testimonials-page-badge {
  width: 140px;
  border: 0;
}
.testimonials-page-quote-pad {
  margin-left: 5px;
  margin-right: 5px;
}
.testimonials-page-case-study {
  float: none;
  margin: auto;
}

/* Small shared sections */
.footer-signup-form__primary-button {
  background-color: #fff;
  border-color: #3658ff;
  color: #3658ff;
  font-size: 16px;
  line-height: 1.4;
}
.footer-signup-form__secondary-button {
  font-size: 16px;
}
.footer-signup-form__legacy-list,
.footer-signup-form__feature-table {
  width: 212px;
  margin: 0 auto;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  line-height: 1.6;
  text-align: left;
}
.footer-signup-form__feature-table {
  min-width: 350px;
  width: auto;
}
.footer-signup-form__feature-cell {
  padding-right: 10px;
}

.capterra-section {
  background: #fff;
}
.capterra-section__inner {
  padding: 0 0 40px 0;
}
.capterra-section__badge {
  border: 0;
}
.capterra-section__badge--ease {
  width: 100px;
  height: 93px;
}
.capterra-section__badge--sourceforge {
  width: 100px;
  height: 91px;
}
.capterra-section__badge--getapp {
  width: 114px;
  height: 89px;
}
.capterra-section__badge--software-advice {
  width: 91px;
  height: 96px;
}

.logo-carousel-section {
  max-height: 100px;
  white-space: nowrap;
}
.logo-carousel-section__slide {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.logo-carousel-section__image {
  max-height: 100px;
  vertical-align: middle;
}

.header-section {
  text-align: center;
}
.header-section__content {
  margin-top: 60px;
  padding: 0;
}
.header-section__title {
  color: #222;
  font-size: 42px;
  line-height: 55px;
}
.header-section__copy {
  margin: 20px 20px 0;
}
.header-section__text {
  padding: 0 25px;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
}
.header-section__button {
  margin-top: 0;
  padding: 10px 28px;
  background-color: #3658ff;
  font-size: 22px;
  line-height: 1.4;
}
.header-section__note {
  width: 340px;
  margin: 0 auto;
  color: #222;
  font-size: 12px;
}
.header-section__link {
  font-size: 14px;
}
.header-section__image {
  width: 100%;
  height: auto;
  max-width: 550px;
  margin-top: 40px;
}
.hr{
  color:#bbb;
}
.hero-caption {
  color:#555
}

ul.tick2 {
  list-style: none;
  line-height: 2;
  font-size: 10px;
  text-indent: -20px;
  margin-left: 20px;
}
ul.tick2 li:before {
  content: "\2714\0020";
  color: #04c904;
  font-size: 10px;
}

.why-tng-section {
  border-top: 1px solid #eee;
  background-image: radial-gradient(circle at 30% 50%, rgb(204, 240, 255), transparent 70%), radial-gradient(circle at 70% 100%, rgb(196, 208, 255), transparent 70%);
  background-size: 100% 100%, 100% 100%;
  background-repeat: no-repeat, no-repeat;
}
.why-tng-section__inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 25px;
  line-height: 2;
  text-align: center;
}
.why-tng-section__title {
  padding-bottom: 0;
  text-align: center;
}
.why-tng-section__item {
  padding: 15px;
}
.why-tng-section__icon {
  font-size: 32px;
}
.why-tng-section__copy {
  font-size: 14px;
  text-align: left;
}

.bottom-cta-section {
  background: #fff;
  border-top: 1px solid #eee;
}
.bottom-cta-section__inner {
  margin: 0 auto;
  padding: 40px;
}
.bottom-cta-section__title {
  padding: 25px;
  line-height: 1.5;
}
.bottom-cta-section__copy {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
}
.bottom-cta-section__media-column {
  text-align: center;
}
.bottom-cta-section__device-image {
  width: 100%;
  height: auto;
}
.bottom-cta-section__store-row,
.bottom-cta-section__qr-row {
  text-align: center;
}
.bottom-cta-section__store-row {
  padding: 20px 0;
}
.bottom-cta-section__store-badge {
  width: 140px;
  height: 61px;
  padding: 10px;
}
.bottom-cta-section__store-badge--play {
  border-radius: 20px;
}
.bottom-cta-section__qr-image {
  width: 120px;
  height: 144px;
  padding: 10px;
}

.mobile-app-section {
  background-image: url(../images/kalium/Banner.jpg);
  background-size: cover;
}
.mobile-app-section__inner {
  margin: 0 auto;
  text-align: center;
}
.mobile-app-section__copy-column {
  color: #fff;
}
.mobile-app-section__title {
  padding-top: 50px;
  color: #fff;
  line-height: 1.5;
}
.mobile-app-section__copy {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
}
.mobile-app-section__store-row,
.mobile-app-section__qr-row {
  text-align: center;
}
.mobile-app-section__store-row {
  padding: 20px 0;
}
.mobile-app-section__store-badge {
  width: 162px;
  height: 69px;
  padding: 10px;
}
.mobile-app-section__store-badge--play {
  border-radius: 14px;
}
.mobile-app-section__qr-image {
  max-width: 200px;
  width: 100%;
  height: auto;
  padding: 10px;
}
.mobile-app-section__image {
  max-width: 100%;
  max-height: 600px;
}

@media (max-width: 767px) {
  .bottom-cta-section__inner {
    padding: 32px 20px;
  }
  .why-tng-section__inner {
    padding: 25px 20px;
  }
  .mobile-app-section__title {
    padding-top: 32px;
  }
}
