/*----------intial declartaion of css----------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
select,
input,
option {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
html {
  -webkit-text-size-adjust: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer;
}
button:focus {
  outline: none !important;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
}
a {
  text-decoration: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
table {
  border: 0 none;
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
img {
  border: 0 none;
  max-width: 100%;
}
a {
  outline: none;
  cursor: pointer;
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  text-decoration: none;
  color: #1d1d1b;
}
a:hover {
  text-decoration: none;
  color: #315569;
}
a:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
/* End hide from IE Mac */
.none {
  display: none;
} /* End Clearfix */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
figure {
  margin: 0;
}
.clear {
  clear: both;
}
img {
  max-width: 100%;
}
ol,
ul {
  margin-left: 15px;
  margin-bottom: 20px;
}
ol li,
ul li {
  color: #000;
}

/* For modern browsers */
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
  clear: both;
}
strong {
  font-weight: 700;
}
p {
  font-size: 16px;
  padding-bottom: 25px;
  font-family: "Sora", sans-serif;
  font-weight: 400;
  color: #737373;
  line-height: 1.5;
}
p.large {
  font-size: 24px;
}
p.medium {
  font-size: 20px;
}
p.small {
  font-size: 16px;
}

h1 {
  font-size: 80px;
  margin-bottom: 20px;
  font-family: "Sora", sans-serif;
  font-weight: 500;
  color: #1c1c1c;
  letter-spacing: -2px;
  line-height: 1.1;
}
h2 {
  font-size: 56px;
  margin-bottom: 20px;
  font-family: "Sora", sans-serif;
  font-weight: 500;
  color: #1c1c1c;
  letter-spacing: -1.5px;
  line-height: 1.2;
}
h3 {
  font-size: 56px;
  margin-bottom: 20px;
  font-family: "Sora", sans-serif;
  font-weight: 400;
  color: #1c1c1c;
  letter-spacing: -1.6px;
  line-height: 1.2;
}
h4 {
  font-size: 48px;
  margin-bottom: 20px;
  font-family: "Sora", sans-serif;
  font-weight: 400;
  line-height: 35px;
  color: #1c1c1c;
}
h5 {
  font-size: 36px;
  margin-bottom: 20px;
  font-family: "Sora", sans-serif;
  font-weight: 500;
  color: #1c1c1c;
  letter-spacing: -1px;
  line-height: 1.2;
}
h6 {
  font-size: 32px;
  margin-bottom: 20px;
  font-family: "Sora", sans-serif;
  font-weight: 400;
  color: #1c1c1c;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Sora", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #737373;
}
.wrapper {
  position: relative;
  overflow: hidden;
}
.container {
  max-width: 1352px;
  padding: 0 20px;
  margin: 0 auto;
}
.btn {
  padding: 16px 60px 16px 35px;
  font-size: 16px;
  font-family: "Sora", sans-serif;
  font-weight: 400;
  display: inline-block;
  outline: none;
  text-transform: capitalize;
}
.btn-primary {
  background: #e6ff7b;
  color: #000;
  border: none;
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  position: relative;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid #e5e5e5;
}
.btn-primary:after {
  position: absolute;
  content: "";
  background: url(../images/btn-black-icon.svg) center center no-repeat; /* right: 0; */
  width: 20px;
  height: 20px;
  top: 48%;
  transform: translateY(-50%);
  transition: 0.5s all ease-in-out;
  margin-left: 18px;
}
.btn-primary:hover {
  background-color: #2d62f7;
  color: #fff;
}
.btn-primary:hover:after {
  background: url(../images/btn-white-icon.svg) center center no-repeat;
}
.btn-primary:focus {
  border: 1px solid #002a95;
  background: #e6ff7b;
  color: #000000;
}
.btn-primary:focus:after {
  background: url(../images/btn-black-icon.svg) center center no-repeat;
}
.btn-primary[disabled] {
  background: #e5e5e5;
  border: 1px solid #e5e5e5;
  cursor: none;
  pointer-events: none;
  color: #a3a3a3;
}
.btn-primary[disabled] span {
  padding-right: 10px;
}
.btn-primary[disabled]:after {
  background: url(../images/btn-grey-icon.svg) center center no-repeat;
}

.btn-secondary {
  background: transparent;
  color: #000000;
  border: 1px solid #d4d4d4;
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  position: relative;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid #e5e5e5;
  padding: 16px 35px;
}
.btn-secondary:hover {
  background-color: #2d62f7;
  color: #fff;
}
.btn-secondary:focus {
  border: 1px solid #002a95;
  background: #e6ff7b;
  color: #000000;
}

.btn-link {
  position: relative;
  width: 30px;
  height: 30px;
  display: inline-block;
}
.btn-link:after {
  position: absolute;
  content: "";
  background: #e6ff7b url(../images/link-black-icon.svg) center center no-repeat;
  width: 20px;
  height: 20px;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  padding: 15px;
  transition: 0.5s all ease-in-out;
  background-size: 16px !important;
}
.btn-link:hover:after {
  background: #2d62f7 url(../images/link-white-icon.svg) center center no-repeat;
}
.btn-link:focus:after {
  background: #e6ff7b url(../images/link-black-icon.svg) center center no-repeat;
  border: 1px solid #002a95;
}
.btn-link[disabled] {
  cursor: none;
  pointer-events: none;
}
.btn-link[disabled]:after {
  background: #e5e5e5 url(../images/link-grey-icon.svg) center center no-repeat;
}

/*.btn-login{background:#002A95;color: #fff;border:none;-webkit-transition: 0.5s all ease-in-out;-moz-transition: 0.5s all ease-in-out;transition: 0.5s all ease-in-out;position: relative;-webkit-border-radius: 50px;-moz-border-radius: 50px;border-radius: 50px;border: 2px solid;border-image-source: linear-gradient(74.71deg, rgba(85, 255, 250, 0) 9.05%, rgba(85, 255, 250, 0.4) 71.6%, #55FFFA 85.8%);box-shadow: 0px 0px 14px 0px #55FFFA80;
}
.btn-login:hover{box-shadow: 0px 0px 14px 0px #55FFFA80;border:2px solid;background: #002A95;border-image-source: linear-gradient(74.71deg, #55FFFA 9.05%, rgba(85, 255, 250, 0.4) 23.25%, rgba(85, 255, 250, 0) 85.8%);color: #fff;}
.btn-login:focus{box-shadow: 0px 0px 14px 0px #55FFFA80;border: 2px solid #FFFFFF}
.btn-login[disabled]{color:#A3A3A3;background: #e5e5e5;box-shadow: none;}*/

.btn-learn-more {
  position: relative;
  padding-bottom: 5px;
  border-bottom: 1px solid #e5e5e5;
}
.btn-learn-more:after {
  position: relative;
  content: "";
  background: url(../images/btn-black-icon.svg) center center no-repeat; /* right: 0; */
  width: 18px;
  height: 14px;
  transition: 0.5s all ease-in-out;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  top: -1px;
}
.btn-learn-more:hover {
  color: #2d62f7;
  border-bottom: 1px solid #2d62f7;
}
.btn-learn-more:hover:after {
  background: url(../images/btn-blue-icon.svg) center center no-repeat;
}
.btn-learn-more:focus {
  color: #2d62f7;
  border-color: #2d62f7;
}
.btn-learn-more:focus:after {
  background: url(../images/btn-blue-icon.svg) center center no-repeat;
}
.btn-learn-more[disabled] {
  cursor: none;
  pointer-events: none;
  color: #a3a3a3;
}
.btn-learn-more[disabled] span {
  padding-right: 10px;
}
.btn-learn-more[disabled]:after {
  background: url(../images/btn-grey-icon.svg) center center no-repeat;
}

.btn-black {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}
.btn-black:focus,
.btn-black:hover {
  background-color: #e6ff7b;
  color: #000;
  border-color: #002a95;
}
/*.btn-blue{background: #002A95;color:#55FFFA;border: 2px solid; border-image-source: linear-gradient(74.71deg, rgba(85, 255, 250, 0) 9.05%, rgba(85, 255, 250, 0.4) 71.6%, #55FFFA 85.8%);}
.btn-blue:hover,
.btn-blue:focus{color:#fff}*/
.btn-blue {
  width: 100%;
  text-align: center;
  border-radius: 50px;
  z-index: 0;
  color: #55fffa;
  position: relative;
  background-clip: padding-box;
  border: solid 2px transparent;
  box-shadow: 0px 0px 14px 0px rgba(85, 255, 250, 0.5);
}
.btn-blue:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -2px;
  border-radius: inherit;
  background: radial-gradient(
      84.62% 145.72% at 81.92% 18.77%,
      #55fffa 0%,
      #2d62f7 100%
    ),
    linear-gradient(
      74.71deg,
      rgba(85, 255, 250, 0) 9.05%,
      rgba(85, 255, 250, 0.4) 71.6%,
      #55fffa 85.8%
    );
  border-radius: 50px;
  box-shadow: 0px 0px 14px 0px rgba(85, 255, 250, 0.5);
}
.btn-blue:after {
  background-color: rgba(0, 42, 149, 1);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50px;
  z-index: -1;
  transition: all 0.5s ease-in-out;
}
.btn-blue:hover {
  color: #fff;
}

.color-neon-blue {
  color: #2d62f7;
}
.color-yellow {
  color: #e6ff7b;
}
.color-dark-blue {
  color: #002a95;
}
.color-aqua {
  color: #55fffa;
}
.color-deep-sky {
  color: #00c3ff;
}
.color-light-grey {
  color: #f0fffd;
}

.bg-neon-blue {
  background: #2d62f7;
}
.bg-yellow {
  background: #e6ff7b;
}
.bg-dark-blue {
  background: #002a95;
}
.bg-aqua {
  background: #55fffa;
}
.bg-deep-sky {
  background: #00c3ff;
}
.bg-light-grey {
  background: #f0fffd;
}

.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}

.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text h6 {
  color: #fff;
}
.white-text p {
  color: #fff;
}

.title-block {
  padding: 120px 0 10px;
}
.title-block .top-title-wrap h2 {
  margin-bottom: 0;
}
.title-block .top-title-wrap p {
  font-size: 20px;
  letter-spacing: -0.8px;
  line-height: 1.6;
}
.black-cta-section + .title-block {
  padding: 80px 0 10px;
}
/*.bottom-up.onView {top: 0;opacity: 1;}
.bottom-up {transition: 1.5s all ease, 1s opacity ease;top: 100px;opacity: 0;position: relative;}*/

.hero-banner {
  width: 100%;
  padding: 185px 0 35px;
  position: relative; /*background: linear-gradient(135deg, rgba(0, 42, 149, 1) 0%, rgba(0, 42, 149, 1) 30%, #03acff 88%);*/
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  /* background: radial-gradient(ellipse 142% 170% at 10% 13%, #244fc7 25%, #42B5F9 70%, #55FFFA 100%); */
  /* background: linear-gradient(280deg, #55FFFA 4.76%, #42B5F9 49.93%, #2D62F7 99.96%); */
  background: radial-gradient(198.67% 162.28% at 63.33% 126.73%, #55FFFA 0%, #2D62F7 55.88%, #002A95 100%);
}
.hero-banner .container {
  position: relative;
  z-index: 1;
}
.hero-banner .banner-content {
  max-width: 980px;
  width: 100%;
  padding-bottom: 150px;
  position: relative;
  z-index: 1;
}
.hero-banner .banner-content h1 {
  margin-bottom: 65px;
}
.hero-banner .banner-content p {
  font-size: 20px;
  padding-bottom: 35px;
}
.hero-banner .banner-content .desc {
  max-width: 800px;
  width: 100%;
}
/*.hero-logos{padding: 50px 0 0}*/
.hero-logos h6 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 35px;
}
.hero-banner:after {
  position: absolute;
  content: "";
  background: url(../images/hero-banner-waves.svg) center center no-repeat;
  right: 0;
  top: 0;
  width: 100%;
  max-width: 595px;
  height: 100%;
  z-index: 0;
  background-size: contain;
}
.hero-logos-slider .item figure {
  max-width: 120px;
  height: 80px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.hero-inner-banner {
  width: 100%;
  padding: 178px 0 105px;
  position: relative; /*background: linear-gradient(135deg, rgba(0, 42, 149, 1) 0%, rgba(0, 42, 149, 1) 30%, #03acff 88%);*/
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.hero-inner-banner .container {
  position: relative;
  z-index: 1;
}
.hero-inner-banner .banner-content {
  max-width: 980px;
  width: 100%;
  padding-bottom: 150px;
  position: relative;
  z-index: 1;
}
.hero-inner-banner .banner-content h1 {
  margin-bottom: 65px;
  font-size: 56px;
}
.hero-inner-banner .banner-content p {
  font-size: 20px;
  padding-bottom: 35px;
}
.hero-inner-wrap {
  display: flex;
  flex-wrap: wrap;
}
.hero-inner-wrap .banner-content {
  width: 50%;
  padding: 15px 50px 0 0px;
}
.hero-inner-wrap .banner-thumb {
  width: 50%;
}
.hero-inner-wrap .banner-thumb figure {
  border-radius: 24px;
  max-width: 620px;
  width: 100%;
  margin: 0 0 0 auto;
  position: relative;
  background-clip: padding-box;
  border: solid 2px transparent;
  padding: 1px;
  box-sizing: 0px 0px 14px 0px #55fffa30;
}
.hero-inner-wrap .banner-thumb figure:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 4px;
  left: 0;
  z-index: -1;
  margin: 0;
  border-radius: inherit;
  background: linear-gradient(
    224.93deg,
    #55fffa 0.79%,
    #42b5f9 16.01%,
    #2d62f7 32.86%
  );
}
.hero-inner-wrap .banner-thumb figure img {
  border-radius: 24px;
}

.hero-full-banner {
  width: 100%;
  padding: 178px 0 65px;
  position: relative; /*background: linear-gradient(135deg, rgba(0, 42, 149, 1) 0%, rgba(0, 42, 149, 1) 30%, #03acff 88%);*/
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.hero-full-banner .container {
  position: relative;
  z-index: 1;
}
.hero-full-banner .banner-content h1 {
  margin-bottom: 45px;
  font-size: 56px;
  font-weight: 400;
}
.hero-full-banner .banner-thumb figure {
  box-shadow: 0px 0px 6px 0px #55fffa80;
  border-radius: 24px; /* border: 2px solid; */ /* border-image-source: linear-gradient(224.93deg, #55FFFA 0.79%, #42B5F9 16.01%, #2D62F7 32.86%); */
  display: block;
  font-size: 0;
  height: 580px;
}
.hero-full-banner .banner-thumb figure img {
  border-radius: 24px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.default-banner {
  width: 100%;
  padding: 178px 0 65px;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background: radial-gradient(ellipse 142% 170% at 10% 13%, #244fc7 25%, #42B5F9 70%, #55FFFA 100%);
}
.default-banner .default-content h1 {
  margin-bottom: 45px;
  font-size: 56px;
  font-weight: 400;
}
.page-content-default {
  padding: 50px 0;
}
.page-content-default p a {
  color: #1c1c1c;
}
.page-content-default p a:hover {
  color: #2d62f7;
}
.page-content-default ul li {
  color: #737373;
  font-size: 16px;
}
.page-content-default ul li a {
  color: #1c1c1c;
}
.page-content-default ul li a:hover {
  color: #2d62f7;
}
.page-content-default ol li {
  color: #737373;
  font-size: 16px;
}
.page-content-default ol li a {
  color: #1c1c1c;
}
.page-content-default ol li a:hover {
  color: #2d62f7;
}
.page-content-default blockquote {
  padding: 0 0 0 25px;
  position: relative;
  line-height: 1.5;
  margin: 30px 0 0;
  font-size: 18px;
}
.page-content-default blockquote:before {
  position: absolute;
  content: "";
  background: #2d62f7;
  width: 5px;
  height: 100%;
  left: 0;
}
.page-content-default blockquote:after {
  display: none;
}

.error-content {
  text-align: center;
}
.default-banner .error-content h1 {
  margin-bottom: 10px;
  font-size: 80px;
  font-weight: 500;
}
.default-banner .error-content h2 {
  font-size: 30px;
}
.default-banner .error-content .btn-wrap {
  padding-top: 50px;
}

.top-title-wrap {
  max-width: 1075px;
  width: 100%;
  margin: 0 auto;
}
.image-with-content {
  padding: 40px 0;
}
.media-text-wrap {
  display: flex;
  align-items: center;
}
.media-block figure {
  max-width: 630px;
  width: 100%;
  height: 430px;
}
.media-block figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.media-text-wrap .media-block {
  width: 50%;
}
.media-text-wrap .text-block {
  width: 50%;
  padding-left: 20px;
}
.media-text-wrap .text-block h5 {
  margin-bottom: 30px;
}
.right-media .media-text-wrap .media-block {
  order: 2;
  padding-left: 0;
}
.right-media .media-text-wrap .text-block {
  order: 1;
  padding-right: 40px;
  padding-left: 0;
}

.innovative-block {
  padding: 68px 0 35px;
}
.innovative-block .top-title-wrap {
  max-width: 1015px;
  width: 100%;
  width: 100%;
}
.innovative-block .top-title-wrap p {
  font-size: 20px;
}
ul.innovative-listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -35px;
  padding: 55px 0;
}
ul.innovative-listing li {
  width: calc(33.33% - 70px);
  margin: 0 35px;
  list-style: none;
  position: relative;
}
ul.innovative-listing ll .desc h5 {
  margin-bottom: 10px;
}
ul.innovative-listing li figure {
  height: 480px;
  margin-bottom: 55px;
}
ul.innovative-listing li figure img {
  width: 100%;
  height: 100%;
}
ul.innovative-listing li .column-content {
  padding-bottom: 20px;
}
ul.innovative-listing li .column-content .title-equal {
  padding-bottom: 2px;
}
ul.innovative-listing li .column-content h5 {
  margin-bottom: 10px;
}
ul.innovative-listing li .btn-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
}

.cta-block {
  padding: 50px 0;
}
.cta-block .blue-content {
  border-radius: 32px;
  padding: 52px 45px 35px;
  background: #2d62f7;
  position: relative;
  overflow: hidden;
}
.cta-block .blue-content:after {
  position: absolute;
  content: "";
  background: url(../images/cta-waves.svg) center center no-repeat;
  right: 0px;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-size: cover;
}
.blue-cont-wrap {
  max-width: 1075px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.cta-block h3 {
  color: #fff;
  margin-bottom: 20px;
}
.cta-block p {
  font-size: 24px;
}
.cta-block p:only-child {
  padding-bottom: 0;
}

.cta-counter-block {
  padding: 50px 0;
}
.cta-counter-block .blue-content {
  border-radius: 32px;
  padding: 52px 45px 25px;
  background: #2d62f7;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.cta-counter-block .blue-content:after {
  position: absolute;
  content: "";
  background: url(../images/cta-waves.svg) center center no-repeat;
  right: 0px;
  top: 0;
  width: 0;
  height: 100%;
  background-size: cover;
  z-index: 0;
  transition: all 1s ease-in-out;
  opacity: 0;
}
.cta-counter-block.animation-active .blue-content:after {
  width: 100%;
  opacity: 1;
}
.cta-counter-block .blue-cont-wrap {
  max-width: 1075px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.cta-counter h3 {
  color: #fff;
  margin-bottom: 20px;
}
.cta-counter p {
  font-size: 24px;
}
.cta-counter p:only-child {
  padding-bottom: 0;
}
.cta-number-counter {
  padding: 35px 0 0;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1040px;
}
.cta-number-inner ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.cta-number-inner ul li {
  width: 33.33%;
  text-align: left;
  list-style: none;
  padding: 0 20px;
}
.cta-number-inner ul li p {
  font-size: 20px;
  letter-spacing: -0.2px;
}
.cta-counter-block .odometer-wrap {
  min-height: 72px;
}
.cta-counter-block .odometer,
.cta-counter-block .odometer-wrap em {
  color: #e6ff7b;
  display: inline-block;
  font-size: 56px;
  font-family: "Sora", sans-serif;
  font-weight: 500;
  line-height: 1;
  vertical-align: middle;
  font-style: normal;
  margin-bottom: 10px;
}

.award-block {
  padding: 75px 0;
}
ul.award-listing {
  display: flex;
  align-items: center;
  margin: 0 -22px;
  padding: 60px 0 0;
  justify-content: center;
}
ul.award-listing li {
  width: 16%;
  padding: 0 22px;
  list-style: none;
  text-align: center;
}
ul.award-listing li .award-box {
  height: 100%;
  padding: 35px 15px;
  position: relative;
  background: #fff;
  background-clip: padding-box;
  border: solid 2px transparent;
  border-radius: 20px;
}
ul.award-listing li .award-box:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -2px;
  border-radius: inherit;
  background: radial-gradient(
    84.62% 145.72% at 61.92% 78.77%,
    #55fffa 0%,
    #2d62f7 100%
  );
}
ul.award-listing li .award-logo figure {
  max-width: 155px;
  width: 100%;
  margin: 0 auto;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.award-listing li .award-logo figure img {
  width: 100%;
  height: 100%;
}
ul.award-listing li .award-desc {
  padding-top: 20px;
}
ul.award-listing li .award-desc p {
  color: #000;
  font-weight: 500;
  padding-bottom: 0;
}

.why-customer {
  position: relative;
  padding: 50px 0;
}
.customer-slider .slick-list {
  padding: 0 !important;
  margin: 0 -15px;
}
.customer-slider-wrap {
  position: relative;
  padding: 20px 0;
}
.customer-slider-wrap:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 140%;
  top: 0;
  z-index: 0;
  background: url(../images/bg-sky-blue-shadow.svg) center center no-repeat;
  z-index: 0;
  background-size: 100% 100%;
}
.customer-slider {
  position: relative;
  z-index: 1;
}
.customer-slider .slick-slide {
  margin: 0 15px;
  width: 520px;
}
.case-stories-slider .slick-slide {
  max-width: 788px;
}
.customer-slider .slick-slide .customer-box {
  opacity: 0.6;
  padding: 60px 30px;
  background: #fff;
  border-radius: 32px;
  position: relative;
  z-index: 1;
  border: 1px solid #f5f5f5;
}
.customer-slider .slick-slide.slick-current .customer-box {
  opacity: 1;
}

.customer-slider .customer-box .customer-details p {
  font-size: 24px;
  color: #262626;
  line-height: 1.78;
}
.customer-slider .author-details figure {
  max-width: 100px;
  height: 80px;
  border-radius: 12px;
  width: 100%;
  margin-bottom: 40px;
}
.customer-slider .author-details figure img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-size: contain;
}
.customer-slider .author-details .desc p {
  font-size: 20px;
  color: #000000;
  padding-bottom: 0;
  letter-spacing: -0.5px;
}
.customer-slider ul.slick-dots {
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.customer-slider ul.slick-dots li {
  padding: 0 5px;
  list-style: none;
}
.customer-slider ul.slick-dots li button {
  border: none;
  background: #00c3ff;
  border-radius: 50%;
  font-size: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #00c3ff;
}
.customer-slider ul.slick-dots li.slick-active button {
  background: #002a95;
  border: 1px solid #002a95;
}

.number-block {
  padding: 70px 0;
}
.number-block .blue-content {
  border-radius: 32px;
  padding: 55px 65px 25px;
  background: #2d62f7;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  background: linear-gradient(135deg, #0badfe 0%, #2989d8 40%, #1b5cde 99%);
}
.number-block .blue-content h6 {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1.3px;
  margin-bottom: 35px;
}
.number-block .blue-content .numbers-wrap {
  width: 70%;
  padding-right: 70px;
  border-right: 1px solid #fff;
}
.number-block .blue-content .number-counter {
  padding: 0;
}
.number-block .blue-content .partner-wrap {
  width: 30%;
  padding-left: 50px;
}
.number-block .blue-content .partner-wrap figure {
  max-width: 285px;
  margin: 0;
  width: 100%;
}
.numbers-block-inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
}
.numbers-block-inner ul li {
  width: 33.33%;
  text-align: left;
  list-style: none;
}
.number-block .odometer,
.number-block .odometer-wrap em {
  color: #e6ff7b;
  display: inline-block;
  font-size: 56px;
  font-family: "Sora", sans-serif;
  font-weight: 500;
  line-height: 1;
  vertical-align: middle;
  font-style: normal;
  margin-bottom: 0px;
}
.number-block .odometer-wrap p {
  font-size: 20px;
}
.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: center;
}
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  letter-spacing: 3px;
  text-align: center;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  visibility: hidden;
  text-align: center;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: center;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
  text-align: center;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
  text-align: center;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme
  .odometer-digit
  .odometer-value.odometer-last-value,
.odometer.odometer-theme-default
  .odometer-digit
  .odometer-value.odometer-last-value {
  position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -o-transition: -o-transform 2s;
  transition: -webkit-transform 2s;
  -o-transition: transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating
  .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating
  .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down
  .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating
  .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating
  .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -o-transition: -o-transform 2s;
  transition: -webkit-transform 2s;
  -o-transition: transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.experience-block {
  position: relative;
  padding: 60px 0;
}

.experience-box {
  padding: 70px 100px;
  border-radius: 32px;
  background: #fff;
  position: relative;
  z-index: 11;
  box-shadow: 0px 0px 1000px rgba(230, 236, 254, 1);
}
.experience-box .half-width {
  max-width: 520px;
  margin: 0 auto;
  width: 100%;
}
.experience-box .btn-wrap .btn {
  margin-right: 15px;
}
.experience-box .btn-wrap .btn:last-child {
  margin-right: 0;
}
.experience-box h2 {
  margin-bottom: 40px;
}
.experience-box p {
  font-size: 20px;
  padding-bottom: 45px;
}

footer {
  background: #000000;
  padding: 90px 0 20px;
  border-radius: 56px 56px 0 0;
}
.error404 footer {
  border-radius: 0;
}
footer h4 {
  font-weight: 400;
  margin-bottom: 30px;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0;
  margin: 0 -10px;
}
.footer-nav .footer-col {
  width: calc(25% - 20px);
  margin: 0 10px;
}
.footer-nav .footer-col h5 {
  font-size: 14px;
  color: #737373;
  font-weight: 500;
  text-transform: uppercase;
}
.footer-nav .footer-col a {
  color: #fff;
}
.footer-nav .footer-col a:hover {
  color: #e6ff7b;
}
.footer-nav .footer-col ul.menu {
  margin: 0;
  padding: 10px 0 0;
}
.footer-nav .footer-col ul.menu li {
  color: #fff;
  list-style: none;
  font-size: 15px;
  margin-bottom: 22px;
}
.footer-nav .footer-col ul.menu li a {
  color: #fff;
}
.footer-nav .footer-col ul.menu li a:hover {
  color: #e6ff7b;
}
.footer-nav .footer-col ul.menu li p a {
  color: #fff;
}

.footer-top-wrap {
  display: flex;
  align-items: center;
  padding-bottom: 50px;
}
.footer-top-wrap .footer-title-block {
  width: 80%;
}
.footer-top-wrap .footer-logo {
  width: 20%;
  text-align: right;
}
.footer-top-wrap .footer-logo a {
  display: inline-block;
}
.footer-top-wrap ul.social-listing {
  margin: 0;
  padding: 10px 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.footer-top-wrap ul.social-listing li {
  list-style: none;
  margin-right: 32px;
}
.footer-top-wrap ul.social-listing li:last-child {
  margin-right: 0;
}
.footer-top-wrap ul.social-listing li a svg path {
  transition: 0.5s all ease-in-out;
}
.footer-top-wrap ul.social-listing li a:hover svg path {
  fill: #00c3ff;
}

.copyright-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0 10px;
}
.copyright-wrap .copyright-txt {
  width: 70%;
}
.copyright-wrap .copyright-txt p {
  color: #fff;
  padding-bottom: 0;
  font-size: 14px;
}
.copyright-wrap .bottom-links {
  width: 30%;
}
.copyright-wrap .bottom-links ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.copyright-wrap .bottom-links ul li {
  color: #fff;
  list-style: none;
  font-size: 14px;
  margin-right: 10px;
}
.copyright-wrap .bottom-links ul li a {
  color: #fff;
}
.copyright-wrap .bottom-links ul li a:hover {
  color: #e6ff7b;
}
.copyright-wrap .bottom-links ul li:last-child {
  margin-right: 0;
}

.icon-title-content {
  padding: 75px 0 50px;
}
.icon-title-heading {
  display: flex;
  align-items: center;
  padding-bottom: 48px;
}
.icon-title-heading figure {
  width: 60px;
  height: 60px;
  background: #000;
  border-radius: 50%;
  margin-right: 30px;
}
.icon-title-heading figure img {
  width: 100%;
  height: 100%;
  box-shadow: 0px 8px 16px 0px #00000014; /* box-shadow: 0px 0px 4px 0px #0000000A; */
  border-radius: 50%;
}
.icon-title-heading h2 {
  margin-bottom: 0;
}
.icon-title-content h6 {
  font-size: 28px;
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 1.5;
  color: #171717;
}
.icon-title-content p {
  font-size: 20px;
  letter-spacing: -0.6px;
  padding-bottom: 18px;
}
.icon-title-content .top-title-wrap {
  max-width: 1175px;
}

.black-box-listing {
  padding: 50px 0;
}
.black-box-listing .black-content {
  border-radius: 32px;
  padding: 55px 55px 35px;
  background: #000;
  position: relative;
  overflow: hidden;
}
.black-content h3 {
  color: #e6ff7b;
}
ul.black-listing {
  margin: 0;
  padding: 38px 0 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
}
ul.black-listing li {
  color: #fff;
  list-style: none;
  width: 49%;
  padding: 0 20px 20px 35px;
  position: relative;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.6px;
}
ul.black-listing li:nth-of-type(2n) {
  margin-left: 22px;
}
ul.black-listing li:before {
  position: absolute;
  content: "";
  background: url("../images/yellow-icon-list.svg") center center no-repeat;
  width: 18px;
  height: 18px;
  left: 0;
  top: 3px;
}

.customer-story-block {
  overflow: hidden;
  position: relative;
  padding: 110px 0 50px;
}
.customer-story-block .top-title-wrap {
  max-width: 875px;
}
.customer-story-slider .slick-list {
  padding: 0 !important;
  margin: 0 -45px;
}
.customer-story-wrap {
  position: relative;
  padding: 60px 0 0;
}
.customer-story-wrap:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 0;
  background: url(../images/bg-sky-blue-shadow.svg) center center no-repeat;
  z-index: 0;
  background-size: 100% 100%;
}
.customer-story-slider {
  position: relative;
  z-index: 1;
}
.customer-story-slider .slick-slide {
  margin: 2px 45px;
  width: 780px;
}
.customer-story-slider .slick-slide .story-box {
  opacity: 0.6;
  border-radius: 32px;
  position: relative;
  z-index: 1;
  background: #fff;
}
.customer-story-slider .slick-slide .story-box:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -2px;
  border-radius: inherit;
  background: radial-gradient(
    84.62% 145.72% at 61.92% 78.77%,
    #55fffa 0%,
    #2d62f7 100%
  );
}
.customer-story-slider .slick-slide .story-box .story-box-wrap {
  padding: 28px 30px;
  background: #fff;
  border-radius: 32px;
}
.customer-story-slider .slick-slide.slick-current .story-box {
  opacity: 1;
}

.customer-story-slider .customer-details p {
  font-size: 28px;
  color: #1c1c1c;
  line-height: 1.45;
  letter-spacing: -0.9px;
  padding-bottom: 0;
}
.customer-story-slider .customer-details h6 {
  font-size: 16px;
  text-transform: uppercase;
  color: #737373;
  letter-spacing: 1px;
}
.customer-story-slider .author-details {
  padding: 95px 0 0;
}
.customer-story-slider .author-details figure {
  max-width: 100px;
  height: 80px;
  border-radius: 12px;
  width: 100%;
  margin-bottom: 40px;
}
.customer-story-slider .author-details figure img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-size: contain;
}
.customer-story-slider .author-details .desc p {
  font-size: 20px;
  color: #737373;
  padding-bottom: 0;
  letter-spacing: -0.5px;
}
.customer-story-slider ul.slick-dots {
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.customer-story-slider ul.slick-dots li {
  padding: 0 5px;
  list-style: none;
}
.customer-story-slider ul.slick-dots li button {
  border: none;
  background: #00c3ff;
  border-radius: 50%;
  font-size: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #00c3ff;
}
.customer-story-slider ul.slick-dots li.slick-active button {
  background: #002a95;
  border: 1px solid #002a95;
}

.location-block {
  padding: 65px 0;
}
.location-wrap {
  display: flex;
  flex-wrap: wrap;
}
.location-map {
  width: 50%;
}
.location-map figure {
  max-width: 620px;
  width: 100%;
  border-radius: 32px;
  height: 800px;
}
.location-map figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 32px;
}
.contact-ttl {
  padding: 0 0 25px 0;
}
.contact-ttl p {
  position: relative;
  padding: 0 0 10px;
  color: #171717;
}
/*.contact-ttl p:before { position: absolute; content: ""; background: #171717; width: 4px; height: 4px; border-radius: 50%; top: 10px; left: 0; }*/
.location-details {
  width: 50%;
  padding: 35px 0px 20px 28px;
}
.location-box {
  border-radius: 12px;
  padding: 18px 25px;
  margin-bottom: 40px;
  max-width: 565px;
  width: 100%;
}
.location-box.black-box {
  background: #000;
}
.location-box.black-box h5 {
  color: #e6ff7b;
  letter-spacing: 1px;
}
.location-box h5 {
  font-size: 32px;
  letter-spacing: -1px;
  margin-bottom: 15px;
}
.location-box.black-box p {
  color: #e6ff7b;
  font-size: 20px;
  letter-spacing: 1px;
}
.location-box.black-box p:last-child {
  padding-bottom: 0;
}
.location-box .links p {
  padding-bottom: 0;
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 1.7;
}
.location-box .links p a {
  color: #737373;
}
.location-box .links p a:hover {
  color: #002a95;
}

.client-speak-block {
  overflow: hidden;
  position: relative;
  padding: 50px 0;
}
.client-speak-block .slick-track {
  display: flex;
  align-items: center;
}
.client-speak-slider .slick-list {
  padding: 25px 0 !important;
  margin: 0 -40px;
}
.client-speak-wrap {
  position: relative;
  padding: 20px 0;
}
.client-speak-wrap:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 0;
  background: url(../images/bg-sky-blue-shadow.svg) center center no-repeat;
  z-index: 0;
  background-size: 100% 100%;
}
.client-speak-slider {
  position: relative;
  z-index: 1;
}
.client-speak-slider .slick-slide {
  margin: 0 40px;
  width: 440px;
}
.client-speak-slider .slick-slide .client-box {
  opacity: 0.6;
  padding: 60px 30px;
  background: #fff;
  border-radius: 32px;
  position: relative;
  z-index: 1;
  border: 1px solid #f5f5f5;
  transition: 0.5s all ease-in-out;
}
.client-speak-slider .slick-slide.slick-current .client-box {
  opacity: 1;
  transform: scale(1.2);
}

.client-speak-slider .client-box .client-details p {
  font-size: 24px;
  color: #262626;
  line-height: 1.78;
}
.client-speak-slider .author-details figure {
  max-width: 100px;
  height: 80px;
  border-radius: 12px;
  width: 100%;
  margin-bottom: 40px;
}
.client-speak-slider .author-details figure img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-size: contain;
}
.client-speak-slider .author-details .desc p {
  font-size: 20px;
  color: #000000;
  padding-bottom: 0;
  letter-spacing: -0.5px;
}
.client-speak-slider ul.slick-dots {
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.client-speak-slider ul.slick-dots li {
  padding: 0 5px;
  list-style: none;
}
.client-speak-slider ul.slick-dots li button {
  border: none;
  background: #00c3ff;
  border-radius: 50%;
  font-size: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #00c3ff;
}
.client-speak-slider ul.slick-dots li.slick-active button {
  background: #002a95;
  border: 1px solid #002a95;
}
.client-speak-slider .slick-slide.slick-current .client-box .client-details p {
  font-size: 20px;
}
.client-speak-slider .slick-slide.slick-current .author-details figure {
  max-width: 85px;
  height: 68px;
  margin-bottom: 25px;
}
.client-speak-slider .slick-slide.slick-current .author-details .desc p {
  font-size: 16px;
  padding-bottom: 0;
  letter-spacing: 0;
}

.case-stories-block {
  overflow: hidden;
  position: relative;
  padding: 15px 0 50px;
}
.case-stories-slider .slick-list {
  padding: 0 0 0 3px !important;
  margin: 0 -15px;
}

.case-stories-wrap {
  position: relative;
  padding: 60px 0 0;
  padding-left: calc((100% - 1312px) / 2);
}



/*.case-stories-wrap:after { position: absolute; content: ""; width: 100%; height: 100%; top: 0; z-index: 0; background: url(../images/bg-sky-blue-shadow.svg) center center no-repeat; z-index: -1;background-size: 100% 100%;}*/
.case-stories-slider {
  position: relative;
  z-index: 1;
  font-size: 14px;
}
.case-stories-slider .slick-slide {
  margin: 2px 15px;
  width: 765px;
}
.case-stories-slider .slick-slide .case-stories-box {
  opacity: 0.6;
  border-radius: 32px;
  position: relative;
  z-index: 1;
  background: #fff;
}
.case-stories-slider .slick-slide .case-stories-box:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -2px;
  border-radius: inherit;
  background: radial-gradient(
    84.62% 145.72% at 61.92% 78.77%,
    #55fffa 0%,
    #2d62f7 100%
  );
}
.case-stories-slider .slick-slide .case-stories-box .case-stories-wrap {
  padding: 28px 30px 155px 30px;
  background: #fff;
  border-radius: 32px;
}
/*.case-stories-slider .slick-slide .case-stories-box .case-stories-wrap.no-bottom-data{padding: 28px 30px 60px 30px;}*/
.case-stories-slider .slick-slide.slick-current .case-stories-box {
  opacity: 1;
}
.case-stories-slider .slick-slide .case-stories-box .case-stories-wrap {
  margin-bottom: 2px;
}
.case-stories-slider .customer-details p {
  font-size: 2em;
  color: #1c1c1c;
  line-height: 1.45;
  letter-spacing: -0.9px;
  padding-bottom: 0;
}
@media (max-width: 1440px) {
  .case-stories-slider .customer-details p {
    font-size: 1.5em;
  }
}
.case-stories-slider .customer-details h6 {
  font-size: 16px;
  text-transform: uppercase;
  color: #737373;
  letter-spacing: 1px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1440px) {
  .case-stories-slider .customer-details h6 {
    font-size: 1em;
  }
  .case-stories-slider .customer-details h5 {
    font-size: 2em;
  }
  
}
.case-stories-slider .author-details {
  padding: 95px 0 0;
  position: absolute;
  bottom: 28px;
}
.case-stories-slider .author-details figure {
  max-width: 100px;
  height: 80px;
  border-radius: 12px;
  width: 100%;
  margin-bottom: 40px;
}
.case-stories-slider .author-details figure img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-size: contain;
}
.case-stories-slider .author-details .desc p {
  font-size: 20px;
  color: #737373;
  padding-bottom: 0;
  letter-spacing: -0.5px;
}
.case-stories-slider ul.slick-dots {
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.case-stories-slider ul.slick-dots li {
  padding: 0 5px;
  list-style: none;
}
.case-stories-slider ul.slick-dots li button {
  border: none;
  background: #00c3ff;
  border-radius: 50%;
  font-size: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #00c3ff;
}
.case-stories-slider ul.slick-dots li.slick-active button {
  background: #002a95;
  border: 1px solid #002a95;
}

.plan-wrap {
  max-width: 1235px;
  margin: 0 auto;
  width: 100%;
}
.plan-box-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  justify-content: center;
}
.plan-box-content .plan-box {
  width: 46.3%;
  margin-right: 25px;
  position: relative;
  border-radius: 20px;
  background: #fff;
}
.plan-box-content .plan-box:nth-of-type(2n) {
  margin-right: 0;
}
.plan-box-content .plan-box:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -2px;
  border-radius: inherit;
  background: radial-gradient(
    84.62% 145.72% at 61.92% 78.77%,
    #55fffa 0%,
    #2d62f7 100%
  );
  border-radius: 20px;
}
.plan-box-content .plan-box .plan-box-wrap {
  background: #fff;
  padding: 45px 30px;
  border-radius: 20px;
  position: relative;
}
.plan-box-content .plan-box .plan-box-wrap .top-content h5 {
  margin-bottom: 30px;
}
.plan-box-content .plan-box .plan-box-wrap .top-content h6 {
  font-size: 16px;
  margin-bottom: 25px;
}
.plan-box-content .plan-box .plan-box-wrap .top-content p {
  line-height: 1.6;
}
.plans-block {
  padding: 30px 0;
}
.plan-box-content .plan-box .plan-box-wrap .plan-data {
  padding: 40px 0 72px 0;
}
.plan-box-content .plan-box .btn-wrap {
  position: absolute;
  bottom: 45px;
  width: 100%;
  left: 0;
  right: 0;
  padding: 0 30px;
  margin: 0 auto;
}
.plan-box-content .plan-box .btn-wrap .btn {
  width: 100%;
  text-align: center;
  border-radius: 50px;
}
.plan-box-wrap .plan-data ul {
  margin: 0;
  padding: 0 0 25px;
}
.plan-box-wrap .plan-data ul li {
  list-style: none;
  font-size: 16px;
  color: #171717;
  margin-bottom: 12px;
  padding-left: 25px;
  position: relative;
}
.plan-box-wrap .plan-data ul li:before {
  position: absolute;
  content: "";
  background: url("../images/checklist-icon.svg") center center no-repeat;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
}

/*@media(max-width: 1400px)
	.case-stories-slider{padding-left: 30px}
}*/
@media (max-width: 1366px) {
  h1 {
    font-size: 64px;
  }
  h2 {
    font-size: 48px;
  }
  h3 {
    font-size: 48px;
    letter-spacing: -1px;
  }
  h4 {
    font-size: 30px;
  }
  h5 {
    font-size: 28px;
  }
  h6 {
    font-size: 24px;
  }
  .hero-banner .banner-content p {
    font-size: 18px;
  }
  .hero-banner .banner-content h1 {
    margin-bottom: 40px;
  }
  .hero-inner-banner .banner-content h1,
  .default-banner .default-content h1 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .hero-full-banner .banner-content h1 {
    font-size: 48px;
    margin-bottom: 40px;
  }
  .hero-inner-banner .banner-content p {
    font-size: 18px;
    padding-bottom: 20px;
  }
  .hero-inner-wrap .banner-content {
    padding: 15px 20px 0 0px;
  }
  .media-text-wrap .text-block h5 {
    margin-bottom: 20px;
  }
  .title-block {
    padding: 80px 0 10px;
  }
  .number-block .blue-content {
    padding: 35px;
  }
  .number-block .odometer,
  .number-block .odometer-wrap em,
  .cta-counter-block .odometer,
  .cta-counter-block .odometer-wrap em {
    font-size: 40px;
  }
  .number-block .blue-content .numbers-wrap {
    padding-right: 35px;
  }
  .customer-slider .customer-box .customer-details p,
  .customer-story-slider .customer-details p {
    font-size: 20px;
    line-height: 1.55;
  }
  ul.black-listing li {
    width: 48%;
  }
  .customer-story-slider .slick-list {
    margin: 0 -35px;
  }
  .customer-story-slider .author-details {
    padding: 50px 0 0;
  }
  .customer-story-slider .slick-slide {
    margin: 2px 35px;
    width: 550px;
  }
  .customer-story-slider .author-details .desc p {
    font-size: 18px;
  }
  .client-speak-slider .client-box .client-details p {
    font-size: 20px;
  }
  .client-speak-slider .slick-list {
    margin: 0 -35px;
    padding: 15px 0 25px !important;
  }
  .client-speak-slider .slick-slide {
    margin: 2px 35px;
  }
  .client-speak-slider .client-box .client-details p {
    line-height: 1.5;
  }
  .client-speak-slider
    .slick-slide.slick-current
    .client-box
    .client-details
    p {
    font-size: 16px;
  }
  .case-stories-slider .customer-details h6 {
    font-size: 14px;
    margin-bottom: 25px;
  }
  .case-stories-slider .customer-details p {
    font-size: 24px;
  }
  .client-speak-slider .author-details .desc p {
    font-size: 18px;
  }
  .client-speak-slider .slick-slide .client-box {
    padding: 35px 30px;
  }
  .case-stories-wrap {
    padding: 35px 0 0 0;
  }
  .case-stories-slider {
    padding-left: 45px;
  }
  .case-stories-slider .customer-details h6 {
    font-size: 14px;
  }
  .experience-block {
    padding: 50px 0;
  }
  .case-stories-slider .author-details .desc p {
    font-size: 18px;
  }
}

@media (max-width: 1199px) {
  h1 {
    font-size: 48px;
    letter-spacing: -1px;
  }
  h2 {
    font-size: 34px;
  }
  h3 {
    font-size: 40px;
  }
  h4 {
    font-size: 28px;
  }
  h5 {
    font-size: 24px;
  }
  h6 {
    font-size: 20px;
  }
  ul.award-listing {
    margin: 0 -15px;
  }
  .footer-nav .footer-col {
    width: calc(24% - 20px);
  }
  .hero-banner:after {
    max-width: 450px;
  }
  .hero-banner,
  .hero-inner-banner,
  .hero-full-banner {
    padding: 120px 0 35px;
  }
  .default-banner {
    padding: 120px 0 55px;
  }
  .hero-banner .banner-content .desc {
    max-width: 740px;
  }

  .title-block {
    padding: 40px 0 10px;
  }
  .title-block .top-title-wrap p {
    font-size: 18px;
  }
  .title-block .top-title-wrap h2 {
    margin-bottom: 15px;
  }
  .black-cta-section + .title-block {
    padding: 60px 0 10px;
  }
  .innovative-block {
    padding: 50px 0 35px;
  }
  ul.innovative-listing {
    margin: 0 -15px;
    padding: 25px 0;
  }
  ul.innovative-listing li {
    width: calc(33.33% - 30px);
    margin: 0 15px;
  }
  ul.innovative-listing li figure {
    height: 380px;
    margin-bottom: 40px;
  }
  .cta-block .blue-content {
    padding: 35px;
  }
  .award-block {
    padding: 50px 0 25px;
  }
  .why-customer {
    padding: 25px 0;
  }
  .customer-story-block {
    padding: 25px 0;
  }
  .cta-block {
    padding: 20px 0;
  }
  ul.award-listing {
    margin: 0 -15px;
  }
  ul.award-listing li {
    width: 20%;
    padding: 0 15px;
  }
  ul.award-listing li .award-logo figure {
    max-width: 140px;
    height: 80px;
  }
  .customer-slider .customer-box .customer-details p,
  .customer-story-slider .customer-details p {
    font-size: 20px;
    line-height: 1.5;
  }
  .experience-box p {
    font-size: 18px;
    padding-bottom: 25px;
  }
  .customer-slider .slick-slide .customer-box {
    padding: 35px 30px;
  }
  .number-block .blue-content {
    padding: 35px 25px;
  }
  .number-block .odometer,
  .number-block .odometer-wrap em,
  .cta-counter-block .odometer,
  .cta-counter-block .odometer-wrap em {
    font-size: 34px;
  }
  .number-block .blue-content .numbers-wrap {
    padding-right: 35px;
  }
  .number-block .odometer-wrap p,
  .cta-number-inner ul li p {
    font-size: 16px;
  }
  .cta-counter-block .odometer-wrap {
    min-height: 50px;
  }
  .number-block {
    padding: 25px 0;
  }
  .experience-block {
    padding: 25px 0 50px;
  }
  .experience-box h2 {
    margin-bottom: 20px;
  }
  .cta-block p {
    font-size: 20px;
  }
  .icon-title-content h6 {
    font-size: 24px;
  }
  .icon-title-content p {
    font-size: 18px;
  }
  .icon-title-content {
    padding: 50px 0 25px;
  }
  .icon-title-heading {
    padding-bottom: 25px;
  }
  .black-box-listing {
    padding: 25px 0;
  }
  .black-box-listing .black-content {
    padding: 45px 35px 35px;
  }
  ul.black-listing li {
    width: 48%;
    font-size: 18px;
  }
  .customer-story-slider .slick-list {
    margin: 0 -25px;
  }
  .customer-story-slider .author-details {
    padding: 50px 0 0;
  }
  .customer-story-slider .slick-slide {
    margin: 2px 25px;
    width: 450px;
  }
  .customer-story-slider .slick-slide .story-box .story-box-wrap {
    padding: 20px 25px;
  }
  .client-speak-slider .slick-slide {
    margin: 2px 35px;
  }
  .customer-story-slider .author-details .desc p {
    font-size: 16px;
  }
  .customer-story-wrap {
    padding: 30px 0 0;
  }
  .client-speak-slider .client-box .client-details p {
    font-size: 18px;
    line-height: 1.5;
  }
  footer {
    padding: 50px 0 20px;
  }
  .footer-nav .footer-col h5 {
    margin-bottom: 10px;
  }
  .footer-nav .footer-col ul.menu li {
    margin-bottom: 10px;
  }
  .footer-nav .footer-col ul.menu {
    margin: 0 0 55px;
    padding: 0;
  }
  .case-stories-slider .customer-details p {
    font-size: 18px;
  }
  .case-stories-slider .slick-slide {
    width: 550px;
  }
  .location-block {
    padding: 50px 0;
  }
  .location-map figure {
    height: 650px;
  }
  .location-box h5 {
    font-size: 24px;
  }
  .location-box.black-box p {
    font-size: 18px;
  }
  .plan-box-content .plan-box .plan-box-wrap .plan-data {
    padding: 30px 0 70px 0;
  }
  .plan-box-content .plan-box .plan-box-wrap {
    padding: 30px 20px;
  }
  .cta-counter-block {
    padding: 25px 0;
  }
  .case-stories-slider .author-details .desc p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 48px;
  }
  h2 {
    font-size: 34px;
  }
  h3 {
    font-size: 34px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 18px;
  }
  .hero-banner .banner-content {
    padding-bottom: 80px;
  }
  .hero-banner,
  .hero-inner-banner,
  .hero-full-banner {
    padding: 80px 0 35px;
  }
  .default-banner {
    padding: 80px 0px 60px;
  }
  .hero-inner-wrap .banner-content {
    width: 100%;
    padding: 15px 0px 20px;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
  }
  .hero-inner-wrap .banner-thumb {
    width: 100%;
  }
  .hero-inner-wrap .banner-thumb figure {
    width: 100%;
    margin: 0 auto;
  }
  .hero-inner-wrap .banner-thumb figure img {
    width: 100%;
    height: 100%;
  }
  .hero-inner-banner .banner-content h1,
  .default-banner .default-content h1 {
    font-size: 36px;
  }
  .image-with-content {
    padding: 25px 0;
  }
  .media-text-wrap {
    flex-wrap: wrap;
  }
  .media-text-wrap .media-block {
    width: 100%;
    padding: 0;
  }
  .media-text-wrap .text-block {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .right-media .media-text-wrap .media-block {
    order: 1;
    padding: 0;
  }
  .right-media .media-text-wrap .text-block {
    order: 2;
    padding: 0;
  }
  .media-block figure {
    margin-bottom: 20px;
    max-width: 100%;
  }
  ul.innovative-listing li figure {
    height: 330px;
  }
  ul.innovative-listing .desc p {
    font-size: 14px;
  }
  .customer-slider .customer-box .customer-details p,
  .customer-story-slider .customer-details p {
    font-size: 18px;
    line-height: 1.35;
  }
  .customer-slider .author-details figure {
    max-width: 80px;
    height: 70px;
    margin-bottom: 25px;
  }
  .customer-slider .author-details .desc p {
    font-size: 16px;
  }
  .number-block .blue-content {
    flex-wrap: wrap;
    padding: 35px 25px;
  }
  .number-block .blue-content .numbers-wrap {
    width: 100%;
    padding: 0 0 35px;
    border-right: none;
    text-align: center;
    border-bottom: 1px solid #fff;
  }
  .cta-counter-block .blue-content {
    text-align: center;
  }
  .cta-number-inner ul {
    justify-content: center;
  }
  .numbers-block-inner ul li,
  .cta-number-inner ul li {
    text-align: center;
  }
  .number-block .blue-content .numbers-counter {
    width: 100%;
  }
  .number-block .blue-content .partner-wrap {
    width: 100%;
    padding: 0;
    text-align: center;
    padding: 25px 0 0;
  }
  .number-block .odometer,
  .number-block .odometer-wrap em {
    font-size: 36px;
  }
  .number-block .blue-content .partner-wrap figure {
    margin: 0 auto;
  }
  .number-block .odometer-wrap p {
    font-size: 18px;
  }
  .number-block .blue-content .partner-wrap figure {
    max-width: 200px;
  }
  .footer-nav .footer-col {
    width: calc(50% - 20px);
  }
  ul.award-listing li {
    padding: 0 15px 25px;
    width: 29%;
  }
  ul.award-listing {
    padding: 40px 0 0;
    flex-wrap: wrap;
    justify-content: center;
  }
  .experience-box {
    padding: 35px 50px;
  }
  .cta-block p {
    font-size: 18px;
  }
  .black-box-listing .black-content {
    padding: 35px;
  }
  ul.black-listing li {
    font-size: 16px;
  }
  .customer-story-slider .author-details .desc p {
    font-size: 16px;
  }
  .case-stories-slider .slick-slide {
    width: 450px;
  }
  .contact-ttl {
    max-width: 100px;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 10px;
  }
  .location-box {
    margin: 0 auto 25px;
  }
  .location-box h5 {
    font-size: 24px;
  }
  .location-box.black-box p {
    font-size: 18px;
  }
  .location-block {
    padding: 35px 0;
  }
  .location-box .links p {
    font-size: 16px;
  }
  .location-map figure {
    height: 400px;
    margin: 0 auto;
  }
  .location-details {
    width: 100%;
    padding: 25px 0;
    order: 2;
  }
  .location-map {
    width: 100%;
    order: 1;
  }
  .location-box.black-box p {
    font-size: 16px;
  }
  .icon-title-content h6 {
    font-size: 20px;
  }
  .icon-title-content p {
    font-size: 16px;
  }
  .experience-box h2 {
    margin-bottom: 25px;
  }
  .case-stories-slider .author-details .desc p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .hero-banner,
  .hero-inner-banner,
  .hero-full-banner {
    padding: 50px 0 35px;
  }
  .hero-inner-banner {
    padding: 30px 0;
  }
  .hero-inner-wrap .banner-content {
    padding: 15px 0px;
  }
  .hero-banner:after {
    max-width: 400px;
    opacity: 0.3;
  }
  .hero-banner .banner-content {
    padding-bottom: 75px;
    text-align: center;
  }
  .hero-inner-wrap .banner-content {
    text-align: center;
    order: 2;
  }
  .hero-banner .banner-content p {
    font-size: 16px;
  }
  .hero-inner-banner .banner-content p {
    font-size: 16px;
  }
  .hero-inner-banner .banner-content h1,
  .default-banner .default-content h1 {
    margin-bottom: 20px;
  }
  .hero-logos h6 {
    margin-bottom: 15px;
  }
  .number-block {
    padding: 30px 0;
  }
  .number-block .odometer,
  .number-block .odometer-wrap em,
  .cta-counter-block .odometer,
  .cta-counter-block .odometer-wrap em {
    font-size: 28px;
  }
  .number-block .odometer-wrap p {
    font-size: 14px;
  }
  .experience-box {
    padding: 35px 25px;
  }
  .experience-box h2 {
    margin-bottom: 20px;
  }
  .experience-box p {
    font-size: 16px;
  }
  .customer-slider .customer-box .customer-details p,
  .customer-story-slider .customer-details p {
    font-size: 16px;
    line-height: 1.4;
  }
  .customer-slider-wrap:after {
    height: 100%;
  }
  ul.innovative-listing {
    margin: 0;
  }
  ul.innovative-listing li {
    width: 100%;
    margin: 0 0 45px;
  }
  ul.innovative-listing li .column-content {
    text-align: center;
    padding-bottom: 0;
  }
  ul.innovative-listing li .btn-wrap {
    position: relative;
    text-align: center;
  }
  ul.innovative-listing li .column-desc {
    max-width: 550px;
    margin: 0 auto;
  }
  ul.innovative-listing li .column-content .title-equal {
    height: auto !important;
  }
  ul.innovative-listing li figure {
    height: 330px;
    max-width: 270px;
    margin: 0 auto 25px;
  }
  ul.innovative-listing li:last-child {
    margin-bottom: 0;
  }
  ul.innovative-listing .desc {
    text-align: center;
  }
  ul.award-listing li {
    width: 45%;
  }
  .icon-title-content h6 {
    font-size: 18px;
  }
  .icon-title-content p {
    font-size: 16px;
  }
  .black-box-listing .black-content {
    padding: 25px;
  }
  ul.black-listing li {
    width: 100%;
    font-size: 18px;
  }
  ul.black-listing li:nth-of-type(2n) {
    margin-left: 0;
  }
  .customer-story-slider .slick-list {
    margin: 0 -15px;
  }
  .customer-story-slider .author-details {
    padding: 50px 0 0;
  }
  .customer-story-slider .slick-slide {
    margin: 2px 15px;
    width: 350px;
  }
  .customer-story-slider .author-details .desc p {
    font-size: 16px;
  }
  .customer-story-slider .customer-details h6 {
    font-size: 14px;
    letter-spacing: 0;
  }
  .customer-story-wrap {
    padding: 30px 10px 0;
  }
  .location-box.black-box p {
    letter-spacing: 0;
  }
  .location-box h5 {
    letter-spacing: 0;
    font-size: 20px;
  }
  .location-box.black-box h5 {
    letter-spacing: 0.5px;
  }
  ul.black-listing {
    padding: 20px 0 0;
  }
  .plan-box-content {
    margin: 0;
  }
  .plan-box-content .plan-box {
    width: 100%;
    margin: 0 0 25px;
  }
  .plan-box-content .plan-box .plan-box-wrap .plan-data {
    padding: 35px 0;
  }
  .title-block .top-title-wrap p {
    font-size: 16px;
  }
  .case-stories-slider {
    padding-left: 30px;
  }
  .case-stories-slider .slick-slide .case-stories-box .case-stories-wrap {
    padding: 28px 30px 100px 30px;
  }
  .case-stories-slider .author-details {
    padding: 40px 30px 0;
  }
  .case-stories-slider .customer-details p {
    font-size: 16px;
  }
  ul.black-listing li {
    padding: 0 20px 15px 35px;
  }
  .client-speak-slider .slick-slide .client-box {
    padding: 25px;
  }
  .client-speak-slider
    .slick-slide.slick-current
    .client-box
    .client-details
    p {
    font-size: 16px;
  }
  footer h4 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .footer-top-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-top-wrap .footer-title-block {
    width: 100%;
    text-align: center;
    order: 2;
  }
  .footer-top-wrap .footer-logo {
    width: 100%;
    text-align: center;
    order: 1;
    margin-bottom: 35px;
  }
  .footer-nav .footer-col {
    width: calc(50% - 20px);
    margin: 0 10px;
  }
  .footer-top-wrap ul.social-listing {
    justify-content: center;
  }
  .copyright-wrap .copyright-txt {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  .copyright-wrap .bottom-links {
    width: 100%;
  }
  .copyright-wrap .bottom-links ul {
    justify-content: center;
  }
  .footer-nav .footer-col {
    text-align: center;
  }
  .footer-nav .footer-col ul.menu {
    text-align: center;
  }
  .footer-nav .footer-col ul.menu li {
    margin-bottom: 5px;
  }
  .client-speak-block {
    padding: 25px 0;
  }
}
@media (max-width: 640px) {
  .btn {
    padding: 12px 55px 12px 25px;
  }
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 30px;
  }
  .hero-inner-banner .banner-content h1,
  .hero-full-banner .banner-content h1 {
    font-size: 34px;
  }
  .footer-nav {
    margin: 0;
  }
  .footer-nav .footer-col {
    width: 100%;
    margin: 0;
  }
  .numbers-block-inner ul li {
    width: 100%;
    margin-bottom: 15px;
  }
  .numbers-block-inner ul li:last-child {
    margin-bottom: 0;
  }
  .number-block .odometer,
  .number-block .odometer-wrap em,
  .cta-counter-block .odometer,
  .cta-counter-block .odometer-wrap em {
    font-size: 30px;
  }
  .cta-number-inner ul li {
    width: 100%;
    margin-bottom: 15px;
  }
  .cta-number-inner ul li:last-child {
    margin-bottom: 0;
  }

  .number-block .odometer-wrap p {
    font-size: 16px;
  }
  ul.award-listing {
    margin: 0;
  }
  ul.award-listing li {
    width: 100%;
    padding: 0 0 25px;
  }
  .customer-slider .slick-list,
  .customer-story-slider .slick-list {
    margin: 0 0 20px;
  }
  .customer-slider .slick-slide .customer-box {
    opacity: 1;
  }
  .award-block {
    padding: 50px 0 25px;
  }
  .why-customer {
    padding: 25px 0;
  }
  .media-block figure {
    height: 100%;
  }
  .case-stories-wrap {
    padding: 20px 10px;
  }
  .case-stories-slider {
    padding-left: 0;
  }
  .case-stories-slider .slick-list {
    margin: 0 0 20px;
    padding: 0 !important;
  }
  .client-speak-slider .slick-list {
    margin: 0 0 20px;
    padding: 0 !important;
  }
  .client-speak-wrap {
    padding: 20px 10px;
  }
  .client-speak-slider .slick-slide.slick-current .client-box {
    transform: scale(1);
  }
  .client-speak-slider .slick-slide {
    margin: 2px 15px;
  }
  .client-speak-slider .client-box .client-details p {
    font-size: 16px;
  }
  .client-speak-slider
    .slick-slide.slick-current
    .client-box
    .client-details
    p {
    font-size: 16px;
  }
  .client-speak-slider .slick-slide.slick-current .author-details figure {
    max-width: 100px;
    height: 80px;
  }
  .client-speak-block .slick-track {
    align-items: flex-start;
  }
  .client-speak-slider .client-box .client-details p {
    min-height: 360px;
  }
  .client-speak-slider .author-details .desc p {
    font-size: 18px;
  }
  .location-map figure {
    height: 400px;
  }
  .cta-counter-block .blue-content:after {
    background-position: bottom center;
    background-size: contain;
  }
  .experience-box .btn-wrap {
    flex-wrap: wrap;
  }
  .experience-box .btn-wrap .btn {
    margin-bottom: 20px;
    width: 100%;
  }
  .experience-box {
    padding: 25px 15px;
  }
  .case-stories-slider .customer-details h6 {
    font-size: 12px;
  }
  .icon-title-heading {
    flex-wrap: wrap;
  }
  .icon-title-heading figure {
    margin: 0 0 20px;
  }
  .plan-block p {
    line-height: 1.5;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 34px;
  }
  h3 {
    font-size: 28px;
  }
  .hero-inner-banner .banner-content h1,
  .default-banner .default-content h1,
  .hero-full-banner .banner-content h1 {
    font-size: 30px;
  }
  .location-map figure {
    height: 300px;
  }
  ul.black-listing li {
    font-size: 16px;
  }
  .client-speak-slider .slick-slide .client-box {
    padding: 25px 15px;
  }
}
@media (max-width: 400px) {
  .plan-block a {
    font-size: 14px;
  }
}


