/*//fonts*/
/*color*/
/*Rhad*/
/*media query*/
/*font size*/
/*
Padding and margins
*/
/*
Mixins
*/
/*animation*/
html,
body {
  overflow-x: hidden;
  font-family: "Roboto-reg", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 16px;
}

body {
  margin: auto;
  background: #fff;
  font-size: 16px;
}

@media (max-width: 768px) {
  body {
    width: auto;
  }
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
  line-height: 25px;
  letter-spacing: 0.2px;
  color: rgba(18, 19, 20, 0.6);
}

strong {
  font-weight: 600;
}

h1 {
  font-size: 50px;
  line-height: 64px;
  text-align: left;
  font-family: "Montserrat-bold", Helvetica, Arial, sans-serif;
  margin-bottom: 15px;
  font-weight: 600;
}

@media (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 1.2;
  }
}

h2 {
  font-size: 40px;
  line-height: normal;
  text-align: left;
  margin-top: 0px;
  font-family: "Montserrat-bold", Helvetica, Arial, sans-serif;
  margin-bottom: 24px;
  font-weight: 600;
  color: #373f4a;
}

@media (max-width: 767px) {
  h2 {
    font-size: 30px !important;
    text-align: center;
    line-height: 38px;
    margin-bottom: 10px;
  }
}

h3 {
  font-size: 24px;
  line-height: 38px;
  margin-top: 10px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 10px;
  color: rgba(18, 19, 20, 0.6);
}

@media (max-width: 767px) {
  h3 {
    font-size: 18px;
    line-height: 28px;
  }
}

h4 {
  font-size: 22px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 10px;
  margin-top: 0px;
  font-weight: 600;
  text-align: left;
  line-height: 24px;
  font-family: "Roboto-bold", Helvetica, Arial, sans-serif;
  color: black;
}

@media (max-width: 767px) {
  h4 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0px;
  }
}

h5 {
  font-size: 20px;
  margin: 5px 0;
  text-align: left;
  line-height: 1.2;
  color: rgba(18, 19, 20, 0.6);
  font-weight: 600;
}

@media (max-width: 767px) {
  h5 {
    font-size: 14px;
    line-height: 22px;
  }
}

h6 {
  font-size: 18px;
  margin-top: 10px;
  line-height: 28px;
  text-align: left;
  color: #373f4a;
  font-family: "Roboto-bold", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}

p {
  color: #212a41;
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 1.71;
  font-family: "Roboto-reg", Helvetica, Arial, sans-serif;
}

a {
  color: rgba(18, 19, 20, 0.6);
  text-decoration: none;
}

a:hover {
  color: #f86700;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

table th,
table td {
  font-size: 16px !important;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-align: left;
  border: 1px solid rgba(18, 19, 20, 0.6);
}

table th {
  text-align: left;
  font-size: 16px;
  background-color: #fff;
  color: rgba(18, 19, 20, 0.6);
  padding: 18px 30px;
}

@media (max-width: 768px) {
  table th {
    padding: 10px;
  }
}

table td {
  font-size: 12px;
  padding: 15px 30px;
}

@media (max-width: 768px) {
  table td {
    padding: 10px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  /*
  Alignment
  */
  /*
  Font Styling
  */
  /*
  Colors
  */
}

h1.left,
h2.left,
h3.left,
h4.left,
h5.left,
h6.left,
p.left,
a.left {
  text-align: left;
}

h1.center,
h2.center,
h3.center,
h4.center,
h5.center,
h6.center,
p.center,
a.center {
  text-align: center;
}

h1.bold,
h2.bold,
h3.bold,
h4.bold,
h5.bold,
h6.bold,
p.bold,
a.bold {
  font-weight: bold;
}

h1.primary,
h2.primary,
h3.primary,
h4.primary,
h5.primary,
h6.primary,
p.primary,
a.primary {
  color: #FFFFFF;
}

hr {
  margin-bottom: 0px;
}

input {
  position: relative;
  margin-bottom: 0 !important;
}

.form-wrapper {
  position: relative;
  margin-bottom: 25px;
}

.form-wrapper label {
  position: absolute;
  bottom: -18px;
}

.error {
  color: red;
  font-size: 11px;
  display: block;
  margin-top: 1px;
  margin-bottom: 0 !important;
}

/*//fonts*/
/*color*/
/*Rhad*/
/*media query*/
/*font size*/
/*
Padding and margins
*/
/*
Mixins
*/
/*animation*/
/*//fonts*/
/*color*/
/*Rhad*/
/*media query*/
/*font size*/
/*
Padding and margins
*/
/*
Mixins
*/
/*animation*/
.btn {
  font-size: 20px;
  text-align: center;
  background-color: #fb3333;
  border-radius: 8px;
  color: #ffffff;
  font-weight: 500;
  transition: .4s all;
}

.btn:hover {
  color: white;
  box-shadow: -1px 2px 9px 1px rgba(82, 144, 201, 0.25);
}

@font-face {
  font-family: 'Montserrat-bold';
  src: url("/wp-content/themes/mint/resources/assets/fonts/Montserrat-Bold.eot");
  src: url("/wp-content/themes/mint/resources/assets/fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/mint/resources/assets/fonts/Montserrat-Bold.woff2") format("woff2"), url("/wp-content/themes/mint/resources/assets/fonts/Montserrat-Bold.woff") format("woff"), url("/wp-content/themes/mint/resources/assets/fonts/Montserrat-Bold.ttf") format("truetype"), url("/wp-content/themes/mint/resources/assets/fonts/Montserrat-Bold.svg#Montserrat-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto-reg';
  src: url("/wp-content/themes/mint/resources/assets/fonts/Roboto-Regular.eot");
  src: url("/wp-content/themes/mint/resources/assets/fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/mint/resources/assets/fonts/Roboto-Regular.woff2") format("woff2"), url("/wp-content/themes/mint/resources/assets/fonts/Roboto-Regular.woff") format("woff"), url("/wp-content/themes/mint/resources/assets/fonts/Roboto-Regular.ttf") format("truetype"), url("/wp-content/themes/mint/resources/assets/fonts/Roboto-Regular.svg#Roboto-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto-bold';
  src: url("/wp-content/themes/mint/resources/assets/fonts/Roboto-Bold.eot");
  src: url("/wp-content/themes/mint/resources/assets/fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/mint/resources/assets/fonts/Roboto-Bold.woff2") format("woff2"), url("/wp-content/themes/mint/resources/assets/fonts/Roboto-Bold.woff") format("woff"), url("/wp-content/themes/mint/resources/assets/fonts/Roboto-Bold.ttf") format("truetype"), url("/wp-content/themes/mint/resources/assets/fonts/Roboto-Bold.svg#Roboto-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}

/*//fonts*/
/*color*/
/*Rhad*/
/*media query*/
/*font size*/
/*
Padding and margins
*/
/*
Mixins
*/
/*animation*/
a,
.g-pseudo {
  font-weight: 500;
  font-style: normal;
  display: inline-block;
  word-wrap: break-word;
  text-decoration: none;
  background-color: transparent;
  color: #373f4a;
  cursor: pointer;
  line-height: 22px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2 linear;
  -o-transition: all 0.2s linear;
}

a:hover,
a:focus,
a:active,
.g-pseudo:hover,
.g-pseudo:focus,
.g-pseudo:active {
  color: #f86700 !important;
  text-decoration: none !important;
  background-color: transparent;
}

a.large,
.g-pseudo.xl {
  font-size: 24px;
}

@media only screen and (max-width: 420px) {

  a.large,
  .g-pseudo.xl {
    font-size: 16px;
  }
}

a.blue,
.g-pseudo.blue {
  color: #1877f2 !important;
}

a.blue:hover,
a.blue:focus,
a.blue:active,
.g-pseudo.blue:hover,
.g-pseudo.blue:focus,
.g-pseudo.blue:active {
  color: #1877f2 !important;
}

a.pink,
.g-pseudo.pink {
  color: #e53c60 !important;
}

/*//fonts*/
/*color*/
/*Rhad*/
/*media query*/
/*font size*/
/*
Padding and margins
*/
/*
Mixins
*/
/*animation*/
.g-gutter {
  padding: 76px;
}

@media only screen and (max-width: 767px) {
  .g-gutter {
    padding: 30px 10px;
  }
}

.g-margin_botminus {
  margin-bottom: -4px;
}

.g-top_paddingtop {
  padding-top: 75px;
}

.g-zindex {
  z-index: 90;
}

.g-color-primary {
  color: #373f4a;
}

.g-color-secondary {
  color: #ffffff;
}

.g-color-light {
  color: #e9fdff;
}

.g-bg-primary {
  color: #00acbf;
}

.g-margin-0 {
  margin: 0px;
}

/*//fonts*/
/*color*/
/*Rhad*/
/*media query*/
/*font size*/
/*
Padding and margins
*/
/*
Mixins
*/
/*animation*/
/*//fonts*/
/*color*/
/*Rhad*/
/*media query*/
/*font size*/
/*
Padding and margins
*/
/*
Mixins
*/
/*animation*/
input[type=text],
input[type=email],
select {
  width: 100%;
  padding: 8px 15px;
  margin-bottom: 20px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
  margin-bottom: 15px;
  font-size: 15px;
  color: #979797;
  background-color: #ffffff;
}

/*//fonts*/
/*color*/
/*Rhad*/
/*media query*/
/*font size*/
/*
Padding and margins
*/
/*
Mixins
*/
/*animation*/
.navbar-brand {
  height: auto;
}

.header {
  background-color: #f8f9fa8a !important;
  position: fixed;
  z-index: 100;
  width: 100%;
  transition: 0.6s all ease;
}

@media only screen and (max-width: 767px) {
  .header {
    background-color: #F5FEFF !important;
  }
}

.header.active {
  background-color: #F5FEFF !important;
}

.header .scroll-to-form {
  cursor: pointer;
  transition: 0.4s all;
}

@media only screen and (max-width: 980px) {
  .header .scroll-to-form {
    margin-top: 20px;
  }
}

.header .scroll-to-form:hover {
  box-shadow: -1px 2px 9px 1px rgba(82, 144, 201, 0.25);
}

.navbar {
  padding: 15px 0px;
}

.navbar-collapse {
  flex-grow: 0;
}

@media only screen and (max-width: 767px) {
  .navbar-collapse {
    padding: 15px 5px 10px;
    flex-basis: 100%;
    margin: auto;
  }
}

.navbar .navbar-text {
  font-size: 15px;
  color: red;
  float: left;
  border: 1px solid red;
  text-align: center;
  border-radius: 6px;
  padding-left: 33px;
  padding-right: 33px;
  padding-bottom: 5px;
}

/*//fonts*/
/*color*/
/*Rhad*/
/*media query*/
/*font size*/
/*
Padding and margins
*/
/*
Mixins
*/
/*animation*/
/*
Hero Banner
*/
.main {
  position: relative;
  overflow: hidden;
}

.main__block {
  background: linear-gradient(to right, #f4feff 0%, #f4feff 17%, #edfdff 23%, #cffbff 51%, #cffbff 100%);
}

.main .triangle-down-right {
  width: 50%;
  height: 100%;
  padding-top: 15%;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
}

@media only screen and (max-width: 768px) {
  .main .triangle-down-right {
    padding-top: 60%;
    width: 100%;
  }
}

@media only screen and (max-width: 420px) {
  .main .triangle-down-right {
    padding-top: 100%;
  }
}

.main .triangle-down-right:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: -530px;
  border-top: 1000px solid transparent;
  border-right: 1000px solid #00acbf;
  position: absolute;
  z-index: 20;
}

.hero-banner {
  background-image: url("/wp-content/themes/mint/resources/assets/images/group-20.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  position: relative;
  margin-top: 0px;
}

@media only screen and (max-width: 1024px) {
  .hero-banner {
    background-position: -100px bottom;
  }
}

@media only screen and (max-width: 420px) {
  .hero-banner {
    background-size: cover;
    background-position: center;
  }
}

.hero-banner .content h2 {
  margin-bottom: 14px;
}

@media only screen and (max-width: 420px) {
  .hero-banner .content h2 {
    text-shadow: 1px 1px white;
  }
}

.hero-banner .content p {
  width: 70%;
}

@media only screen and (max-width: 1280px) {
  .hero-banner .content p {
    text-shadow: 1px 1px white;
    width: 100%;
  }
}

.hero-banner .consultation {
  padding: 52px 25px;
  border-radius: 8px;
  box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.3);
  background: white;
  width: 60%;
  margin: 0 0 0 auto;
}

.hero-banner .consultation-form {
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 1024px) {
  .hero-banner .consultation {
    width: 100%;
    margin: auto;
    padding: 30px 15px;
  }
}

.hero-banner .consultation__btn-wrapper {
  margin-top: 0;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .hero-banner .consultation__btn-wrapper {
    margin-top: 15px;
  }
}

/*
Hero Banner ends here
*/
.grow-together {
  background-image: url("/wp-content/themes/mint/resources/assets/images/ppt-bg@2x.png");
  background-repeat: no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 767px) {
  .grow-together {
    background-size: cover;
  }
}

.grow-together__img {
  position: relative;
}

.grow-together__img .left-image {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -100px;
}

@media only screen and (max-width: 1024px) {
  .grow-together__img .left-image {
    left: -50px;
  }
}

@media only screen and (max-width: 830px) {
  .grow-together__img .left-image {
    position: unset;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 830px) {
  .grow-together__content h2 {
    text-align: center;
  }
}

.grow-together .icons {
  margin-top: 15px;
}

.grow-together .revenues {
  padding-top: 14px;
}

@media only screen and (max-width: 767px) {
  .grow-together .revenues {
    margin-top: 15px;
  }
}

.grow-together .revenues__img-wrapper {
  padding-right: 0;
  text-align: center;
}

.grow-together .revenues__img-wrapper:nth-child(1) img {
  margin-left: -15px;
}

@media only screen and (max-width: 767px) {
  .grow-together .revenues__img-wrapper {
    text-align: center;
  }
}

.grow-together .revenues__img-wrapper img {
  width: auto;
}

@media only screen and (max-width: 767px) {
  .grow-together .revenues__img-wrapper img {
    width: auto;
  }
}

.grow-together .revenues__content-wrapper {
  text-align: left;
  padding-left: 15px;
}

.grow-together .revenues__content-wrapper h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  line-height: 24px;
}

.grow-together .revenues__content-wrapper p {
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .grow-together .revenues__content-wrapper p {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .grow-together .revenues__content-wrapper {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}

.web-starter {
  background: linear-gradient(to bottom, white 0%, white 68%, #e9fdff 50%, #f5fdfe 100%);
}

.web-starter__info-wrapper {
  text-align: center;
}

.web-starter__info-wrapper p {
  margin-top: 0;
}

.web-starter .analyticals {
  background-color: #00acbf;
  height: 270px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 6px;
  padding: 20px;
}

.web-starter .analyticals__head {
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
  font-weight: bold;
  padding-top: 0px;
}

.web-starter .analyticals__line {
  background-color: #ffffff;
  height: 1px;
}

.web-starter .analyticals__content {
  color: #ffffff;
  font-weight: normal;
  font-size: 14px;
}

.web-starter .analyticals__content span {
  display: block;
}

.web-starter .analyticals__content span span {
  display: block;
  padding-left: 8px;
}

.web-starter__item {
  padding-top: 76px;
  position: relative;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  transition: all 0.4s ease-out;
}

.web-starter__item:hover .web-starter__content {
  top: 5%;
}

.web-starter__item-wrapper {
  width: 100%;
  transition: all 0.4s ease-out;
}

.web-starter__item-title {
  color: #212a41;
  font-weight: bold;
}

.web-starter__item-line {
  background-color: #00acbf;
  height: 4px;
}

.web-starter__item-img {
  margin-bottom: 27px;
  text-align: center;
}

@media only screen and (max-width: 980px) {
  .web-starter__item {
    width: 100%;
    padding: 30px 15px;
  }
}

.web-starter__content {
  position: absolute;
  transition: all 0.4s ease-out;
  top: 100%;
  left: 5px;
  right: 5px;
}

@media only screen and (max-width: 830px) {
  .web-starter__content {
    position: unset;
    margin-top: 20px;
  }
}

.digital-partner {
  background-color: #00acbf;
}

.digital-partner__digi-header {
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 0;
}

.digital-partner__wrapper {
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .digital-partner__wrapper {
    margin-top: 30px;
  }
}

.digital-partner__item-img {
  margin: auto;
  display: block;
}

.digital-partner__rate {
  font-weight: bold;
  font-size: 24px;
  margin-top: 20px;
}

.digital-partner__text {
  font-weight: normal;
  font-size: 14px;
  margin-top: 10px;
}

.digital-partner__client {
  text-align: center;
}

.our-client .logo-swiper {
  margin-top: 25px;
}

.our-client .logo-swiper .swiper-slide {
  color: white;
}

.our-client .logo-swiper .swiper-slide img {
  width: 100%;
}

.business-goals {
  background-color: #00acbf;
}

.business-goals__title {
  margin-bottom: 24px;
}

.business-goals__information {
  font-size: 14px;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .business-goals__item {
    width: 50%;
  }
}

.business-goals__achieves {
  margin-top: 60px;
  text-align: center;
}

@media only screen and (max-width: 798px) {
  .business-goals__achieves {
    margin-top: 25px;
    padding: 10px;
  }
}

.business-goals__item-img {
  text-align: center;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .business-goals__item-img {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .business-goals__item-img {
    margin-top: 25px;
    display: inline-block;
  }
}

.grow-business {
  background-image: url("/wp-content/themes/mint/resources/assets/images/grow-business-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.grow-business__title {
  margin-bottom: 60px;
}

.grow-business .consultation {
  padding: 52px 32px;
  border-radius: 8px;
  box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.3);
  background: white;
  max-width: 345px;
  margin: auto;
}

.grow-business .consultation-form {
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 830px) {
  .grow-business .consultation {
    margin: auto auto 30px;
  }
}

@media only screen and (max-width: 768px) {
  .grow-business .consultation {
    width: 100%;
    padding: 30px 15px;
    max-width: 100%;
    margin: auto auto 30px;
  }
}

.grow-business .consultation__btn-wrapper {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .grow-business .consultation__btn-wrapper {
    margin-top: 15px;
  }
}

.grow-business .services {
  background-color: #e9fdff;
  display: block;
  flex-wrap: wrap;
  padding: 10px 43px;
  justify-content: space-around;
  border-radius: 6px;
  box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 767px) {
  .grow-business .services {
    margin-top: 25px;
    display: inline-block;
    padding: 20px;
  }
}

.grow-business .services__item {
  margin: 10px auto;
}

.grow-business .services__item img {
  width: 100%;
}

@media only screen and (max-width: 980px) {
  .grow-business .services__item {
    padding: 30px 15px;
  }
}

@media only screen and (max-width: 767px) {
  .grow-business .services__item {
    padding: 15px;
    width: 49%;
  }
}

.grow-business .services__text {
  font-weight: normal;
  color: #000000;
  text-align: center;
  display: block;
  line-height: 1.29;
  padding-top: 5px;
  font-size: 14px;
}


.get-in-touch {
  margin-bottom: 0px !important;
  background-size: unset !important;
  background-repeat: unset !important;
  background-image: unset !important;
}

.get-in-touch__header {
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 24px;
}

.get-in-touch__wrapper {
  margin-top: 60px;
}

.get-in-touch__item-img {
  margin: auto;
  display: block;
  min-height: 133px;
}

.get-in-touch__rate {
  font-weight: bold;
  font-size: 24px;
  margin-top: 20px;
}

.get-in-touch__text {
  font-size: 16px;
  font-weight: normal;
  margin-top: 10px;
}

.footer {
  background-color: #00acbf;
  padding: 30px 0;
}

.footer__wrapper {
  text-align: left;
}

@media only screen and (max-width: 1024px) {
  .footer__wrapper {
    text-align: center;
  }
}

@media only screen and (max-width: 420px) {
  .footer__wrapper a {
    display: block;
  }
}

.footer__logo {
  vertical-align: middle;
  width: 40px;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .footer__logo {
    width: 30px;
  }
}

@media only screen and (max-width: 420px) {
  .footer__logo {
    margin: auto auto 20px;
    display: block;
    text-align: center;
  }
}

.footer__header {
  vertical-align: middle;
  text-align: center;
  padding-left: 48px;
  font-size: 20px;
  margin: 0;
  font-weight: bold;
  line-height: 1.5;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .footer__header {
    font-size: 16px;
    padding-left: 20px;
  }
}

@media only screen and (max-width: 420px) {
  .footer__header {
    padding-left: 0;
  }
}