@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap");
/****Font Colors***/
/****Font Colors***/
/****Default Colors***/
/****Default Colors***/
/****Background Colors***/
/****Background Colors***/
/****Site Fonts***/
/****SiteFonts***/
/****Button Styles***/
/****Button Styles***/
/****Menu Styles***/
/****Menu Styles***/
/**********************************/
/* HTML5 dafault  */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, button, input, select, textarea {
  color: rgba(47, 65, 81, 0.8);
}

body {
  margin: 0;
  font-size: 1em;
  font-family: "Manrope", sans-serif !important;
  overflow-x: hidden;
  background: #ffffff; /* Fallback for when there is no custom background color defined. */
}

::-moz-selection {
  background: #00f;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #00205b;
  color: #fff;
  text-shadow: none;
}

a {
  outline: none;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote, q {
  quotes: "" "";
  margin: 2em 0px !important;
  background: none;
  border-left: 2px solid #624EF4 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 10px 10px 10px 50px !important;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #003584;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}
blockquote p, q p {
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 20px !important;
  line-height: 26px !important;
  color: rgba(47, 65, 81, 0.8) !important;
  margin: 0 !important;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 1em 0;
  padding: 0;
  background-color: #D6E4F0;
}

ins {
  background: none;
  color: #624EF4;
  text-decoration: underline;
}

del {
  background: none;
  color: #ec121a;
  text-decoration: line-through;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: normal;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

small {
  font-size: 85%;
}

big {
  font-size: 125%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}

input, select, textarea {
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding: 10px 15x;
}
input:focus, select:focus, textarea:focus {
  color: rgba(47, 65, 81, 0.8);
}

button[disabled], input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
  border: 1px solid;
  border-color: #FFFFFF;
  border-radius: 3px;
  background: transparent;
  color: white;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
  text-shadow: none;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  opacity: 0.8;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: rgba(0, 0, 0, 0.5);
  opacity: 0.8;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
  width: 100%;
}

input:invalid, textarea:invalid {
  background-color: rgba(236, 18, 26, 0.3);
}

embed,
iframe,
object {
  max-width: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 1.5em;
  width: 100%;
  background: #f9f9f9;
}

td {
  vertical-align: top;
}

th {
  background: #e0f0f7;
}

th, td {
  padding: 0.5em;
  border: 1px solid lightgray;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}

ul, ol {
  margin: 0 0 1em 0.75em;
  padding: 0 0 1em 0.75em;
}

ul {
  list-style: none;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 0.5em;
  padding-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: "Manrope", sans-serif !important;
}

p {
  font-size: 17px;
  line-height: 32px;
  margin: 0;
  padding: 0;
  font-weight: normal;
}

h1 {
  margin: 0;
  margin-bottom: 16px;
  color: #2F4151;
  font-family: "Manrope";
  font-size: 60px;
  line-height: 70px;
  font-style: normal;
  text-rendering: optimizeLegibility;
}

h2 {
  margin: 0;
  margin-bottom: 10px;
  color: #2F4151;
  font-family: "Manrope";
  font-size: 55px;
  line-height: 65px;
  font-style: normal;
  text-rendering: optimizeLegibility;
}

h3 {
  margin: 0;
  margin-bottom: 10px;
  color: #2F4151;
  font-family: "Manrope";
  font-size: 50px;
  line-height: 60px;
  font-style: normal;
  text-rendering: optimizeSpeed;
}

h4 {
  margin: 0;
  margin-bottom: 10px;
  color: #2F4151;
  font-family: "Manrope";
  font-size: 40px;
  line-height: 50px;
  font-style: normal;
  text-rendering: optimizeSpeed;
}

h5 {
  margin: 0;
  margin-bottom: 10px;
  color: #2F4151;
  font-family: "Manrope";
  font-size: 30px;
  line-height: 40px;
  font-style: normal;
  text-rendering: optimizeSpeed;
}

h6 {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  color: #2F4151;
  margin-bottom: 7px;
  text-rendering: optimizeSpeed;
}

.container {
  width: 100%;
  padding: 0 20px;
  max-width: 1211px;
  margin: 0 auto;
}

.full-container {
  width: 100%;
  max-width: 100%;
  padding: 0 0 20px/2;
}

.clearfix:before, .clearfix:after {
  clear: both;
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/**Wordpress Styling Starts here**/
/****Alignments*****/
.alignnone {
  margin: 0.4em 1.5em 1.5em 0;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}

a img.alignright {
  float: right;
  margin: 0.4em 0 1.5em 1.5em;
}

a img.alignnone {
  margin: 0.4em 1.5em 1.5em 0;
}

a img.alignleft {
  float: left;
  margin: 0.4em 1.5em 1.5em 0;
}

a img.aligncenter {
  display: block;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}

/****Alignments*****/
/****Captions*****/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.wp-caption-text {
  text-align: center;
}

/****Captions*****/
/****Gallery*****/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin: 1%;
  padding: 1%;
  background: #f2f2f2;
  border: 1px solid #b3b3b3;
}
.gallery-columns-2 .gallery-item {
  max-width: 48%;
}
.gallery-columns-3 .gallery-item {
  max-width: 31.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 23%;
}
.gallery-columns-5 .gallery-item {
  max-width: 18%;
}
.gallery-columns-6 .gallery-item {
  max-width: 14.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 12.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 10.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 9.11%;
}

.gallery-caption {
  display: block;
  font-style: italic;
  font-size: 12.8px;
  font-size: 0.8rem;
  margin-top: 5px;
}

/****Gallery*****/
/****Other Styles*****/
blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

.screen-reader-text {
  position: absolute !important;
  left: -999em;
}

/****Other Styles*****/
.white-popup {
  position: relative;
  background: #fff;
  padding: 40px;
  width: auto;
  max-width: 940px;
  margin: 20px auto;
  border-radius: 10px;
  line-height: 1.8vw;
  color: #00205b;
}
.white-popup p {
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 35px;
  letter-spacing: 0.05em;
  margin: 0 0 20px 0;
  color: #454545;
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.9;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  position: fixed;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 999999;
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
}

.mfp-arrow:after,
.mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
ul.resp-tabs-list {
  margin: 0px;
  padding: 0px;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50px;
  background: rgba(29, 53, 170, 0.1);
}

.resp-tabs-list li {
  display: inline-block;
  padding: 10px 25px;
  list-style: none;
  cursor: pointer;
  background: transparent !important;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 0.05em;
  color: rgba(47, 65, 81, 0.8) !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50px;
  width: 50%;
}
.resp-tabs-list li:last-child {
  margin-right: 0;
}
.resp-tabs-list li:first-child {
  margin-left: 0;
}

.resp-tabs-list li.resp-tab-active {
  background: #1d35aa !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50px;
  color: #2F4151 !important;
}
.resp-tabs-list li.resp-tab-active a {
  color: #303030 !important;
}

.resp-tab-content {
  display: none;
  padding: 50px 0px 0 0;
}

.resp-tabs-container {
  padding: 0px;
  background-color: #f3f5fb;
  clear: left;
}

.resp-content-active, .resp-accordion-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

h2.resp-accordion {
  cursor: pointer;
  display: none;
  font-size: 16px;
  border: 0;
  border-top: 0;
  margin: 10px 0;
  padding: 20px 50px 20px 25px;
  background: transparent !important;
  color: rgba(47, 65, 81, 0.8);
  font-weight: bold;
  position: relative;
  border: 2px solid #2F4151;
}
h2.resp-accordion:after {
  content: "↴";
  font-family: "FontAwesome";
  position: absolute;
  right: 15px;
  top: 14px;
  width: 30px;
  height: 30px;
  font-size: 30px;
  color: #2F4151;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
h2.resp-accordion:hover {
  color: #624EF4;
}

h2.resp-tab-active {
  background: transparent !important;
  color: #2F4151;
  border: 2px solid #2F4151;
}
h2.resp-tab-active:after {
  content: "↴";
  font-family: "FontAwesome";
  position: absolute;
  right: 15px;
  top: 14px;
  width: 30px;
  height: 30px;
  font-size: 30px;
  color: #2F4151;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 760px) {
  .resp-tab-content {
    padding: 10px 0 25px 0;
  }
  ul.resp-tabs-list {
    display: none;
  }
  h2.resp-accordion {
    display: block;
    font-size: 20px !important;
    line-height: 20px !important;
    text-align: left !important;
    margin: 5px 0 !important;
    border-radius: 100px;
    border: 2px solid #2F4151;
    margin-bottom: 20px !important;
  }
  h2.resp-accordion:hover {
    color: #624EF4;
  }
  .resp-vtabs .resp-tab-content {
    border: 1px solid #C1C1C1;
  }
  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: 100px;
    clear: none;
  }
  .resp-accordion-closed {
    display: none !important;
  }
  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
  }
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  -webkit-transition-duration: 50ms;
          transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  -webkit-transition-duration: 0.35s;
          transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  -webkit-transition-duration: 0.45s;
          transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  -webkit-transition-duration: 0.55s;
          transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  -webkit-transition-duration: 0.65s;
          transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  -webkit-transition-duration: 0.75s;
          transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  -webkit-transition-duration: 0.85s;
          transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.85s;
          transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  -webkit-transition-duration: 0.9s;
          transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  -webkit-transition-duration: 0.95s;
          transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.95s;
          transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  -webkit-transition-duration: 1.05s;
          transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  -webkit-transition-duration: 1.1s;
          transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  -webkit-transition-duration: 1.15s;
          transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.15s;
          transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  -webkit-transition-duration: 1.25s;
          transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  -webkit-transition-duration: 1.3s;
          transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  -webkit-transition-duration: 1.35s;
          transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.35s;
          transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  -webkit-transition-duration: 1.4s;
          transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  -webkit-transition-duration: 1.45s;
          transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.45s;
          transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  -webkit-transition-duration: 1.55s;
          transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.55s;
          transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  -webkit-transition-duration: 1.6s;
          transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  -webkit-transition-duration: 1.65s;
          transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.65s;
          transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  -webkit-transition-duration: 1.7s;
          transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  -webkit-transition-duration: 1.75s;
          transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.75s;
          transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  -webkit-transition-duration: 1.8s;
          transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  -webkit-transition-duration: 1.85s;
          transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.85s;
          transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  -webkit-transition-duration: 1.9s;
          transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  -webkit-transition-duration: 1.95s;
          transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.95s;
          transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  -webkit-transition-duration: 2.05s;
          transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.05s;
          transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  -webkit-transition-duration: 2.1s;
          transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  -webkit-transition-duration: 2.15s;
          transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.15s;
          transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  -webkit-transition-duration: 2.2s;
          transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  -webkit-transition-duration: 2.25s;
          transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.25s;
          transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  -webkit-transition-duration: 2.3s;
          transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.3s;
          transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  -webkit-transition-duration: 2.35s;
          transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.35s;
          transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  -webkit-transition-duration: 2.4s;
          transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  -webkit-transition-duration: 2.45s;
          transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.45s;
          transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  -webkit-transition-duration: 2.5s;
          transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  -webkit-transition-duration: 2.55s;
          transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.55s;
          transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  -webkit-transition-duration: 2.6s;
          transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.6s;
          transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  -webkit-transition-duration: 2.65s;
          transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.65s;
          transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  -webkit-transition-duration: 2.7s;
          transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  -webkit-transition-duration: 2.75s;
          transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.75s;
          transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  -webkit-transition-duration: 2.8s;
          transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  -webkit-transition-duration: 2.85s;
          transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.85s;
          transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  -webkit-transition-duration: 2.9s;
          transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.9s;
          transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  -webkit-transition-duration: 2.95s;
          transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.95s;
          transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  -webkit-transition-duration: 3s;
          transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
          transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
          transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
          transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

[data-aos=fade-up] {
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  -webkit-transform: translate3d(0, -100px, 0);
          transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  -webkit-transform: translate3d(-100px, 0, 0);
          transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  -webkit-transform: translate3d(100px, 0, 0);
          transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  -webkit-transform: translate3d(-100px, 100px, 0);
          transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  -webkit-transform: translate3d(100px, 100px, 0);
          transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  -webkit-transform: translate3d(-100px, -100px, 0);
          transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  -webkit-transform: translate3d(100px, -100px, 0);
          transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  -webkit-transform: translate3d(0, 100px, 0) scale(0.6);
          transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  -webkit-transform: translate3d(0, -100px, 0) scale(0.6);
          transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(0.6);
          transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  -webkit-transform: translate3d(100px, 0, 0) scale(0.6);
          transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
          transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
          transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
          transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
          transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

[data-aos=slide-up] {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

[data-aos=flip-left] {
  -webkit-transform: perspective(2500px) rotateY(-100deg);
          transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
          transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  -webkit-transform: perspective(2500px) rotateY(100deg);
          transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
          transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  -webkit-transform: perspective(2500px) rotateX(-100deg);
          transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
          transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  -webkit-transform: perspective(2500px) rotateX(100deg);
          transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
          transform: perspective(2500px) rotateX(0);
} /**** custom ****/
html {
  overflow-x: hidden;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  color: rgba(47, 65, 81, 0.8);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-family: "Manrope", sans-serif !important;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
}

input, select, textarea {
  font-family: "Manrope", sans-serif !important !important;
}

a {
  outline: inherit !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.preloader {
  position: fixed;
  background: #FFF;
  height: 100%;
  width: 100%;
  z-index: 999999;
  overflow: hidden;
  margin: 0 auto;
}
.preloader .loaderLogo {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 48%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}
.preloader .loaderLogo img {
  width: auto;
  max-height: 100px;
}
.preloader:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 55%;
  -webkit-transform: translateY(-55%);
          transform: translateY(-55%);
  width: 55px;
  height: 55px;
  background: url(../images/main-loader.svg) no-repeat center;
  background-size: 40px;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

@-webkit-keyframes wk-abc {
  0% {
    background-position-y: 0;
  }
  100% {
    background-position-y: -100000px;
  }
}
@-webkit-keyframes abc {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -100000px;
  }
}
@keyframes abc {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -100000px;
  }
}
h1 {
  margin: 0;
  margin-bottom: 16px;
  color: #2F4151;
  font-family: "Manrope";
  font-size: 60px;
  line-height: 70px;
  font-style: normal;
  text-rendering: optimizeLegibility;
}

h2 {
  margin: 0;
  margin-bottom: 10px;
  color: #2F4151;
  font-family: "Manrope";
  font-size: 55px;
  line-height: 65px;
  font-style: normal;
  text-rendering: optimizeLegibility;
}

h3 {
  margin: 0;
  margin-bottom: 10px;
  color: #2F4151;
  font-family: "Manrope";
  font-size: 45px;
  line-height: 60px;
  font-style: normal;
  text-rendering: optimizeSpeed;
}

h4 {
  margin: 0;
  margin-bottom: 10px;
  color: #2F4151;
  font-family: "Manrope";
  font-size: 36px;
  line-height: 50px;
  font-style: normal;
  text-rendering: optimizeSpeed;
}

h5 {
  margin: 0;
  margin-bottom: 10px;
  color: #2F4151;
  font-family: "Manrope";
  font-size: 30px;
  line-height: 40px;
  font-style: normal;
  text-rendering: optimizeSpeed;
}

h6 {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  color: #2F4151;
  margin-bottom: 7px;
  text-rendering: optimizeSpeed;
}

p {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 32px;
  color: rgba(47, 65, 81, 0.8);
  margin-bottom: 5px;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  font-family: "Manrope" !important;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 32px;
  color: rgba(47, 65, 81, 0.8);
  cursor: pointer;
}

ol {
  margin-bottom: 20px;
  padding: 0;
}
ol li {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 27px;
  color: rgba(47, 65, 81, 0.8);
  margin-bottom: 15px;
  padding-left: 20px;
}

.main-default-outer {
  padding-top: 80px;
  padding-bottom: 200px;
}
.main-default-outer ul {
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  list-style: none;
}
.main-default-outer ul li {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 27px;
  color: rgba(47, 65, 81, 0.8);
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
}
.main-default-outer ul li::before {
  content: "";
  position: absolute;
  border-radius: 0px 10px 10px 0px;
  background: linear-gradient(137.49deg, #21B6E4 6.84%, #513CEF 106.89%);
  background-position: center;
  background-size: 16px;
  background-repeat: no-repeat;
  width: 12px;
  height: 16px;
  top: 5px;
  left: 0;
}
.main-default-outer ol {
  margin-bottom: 20px;
  padding: 0;
}
.main-default-outer ol li {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 27px;
  color: rgba(47, 65, 81, 0.8);
  margin-bottom: 15px;
  padding-left: 20px;
}
.main-default-outer figure.wp-block-image {
  padding: 0 30px;
}
.main-default-outer figure.wp-block-image img {
  width: 100%;
}
.main-default-outer figure.wp-block-image figcaption {
  display: table-row;
}

.error-page {
  padding-top: 50px;
  padding-bottom: 150px;
  text-align: center;
}
.error-page .error_img {
  height: 500px;
  text-align: center;
  margin-bottom: 20px;
}
.error-page .error_img img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.error-page a.backto-home {
  border: 1px solid #624EF4;
  border-radius: 35px;
  padding: 15px 24px 15px 24px;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  text-transform: capitalize;
  color: #FFFFFF;
  background-color: #624EF4;
  display: inline-block;
  min-height: 55px;
  cursor: pointer;
}
.error-page a.backto-home:hover {
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transform: translate3d(0px, -2px, 0px);
          transform: translate3d(0px, -2px, 0px);
}

.search-results .page-wrap,
.search-no-results .page-wrap {
  padding-top: 80px;
  padding-bottom: 150px;
}
.search-results h2,
.search-no-results h2 {
  margin-bottom: 40px;
}
.search-results h2 span,
.search-no-results h2 span {
  color: #624EF4;
}
.search-results .search-sec,
.search-no-results .search-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search-results .search-sec .inner,
.search-no-results .search-sec .inner {
  padding: 20px;
  width: 100%;
}
.search-results .search-sec .inner h3,
.search-no-results .search-sec .inner h3 {
  width: 100%;
  text-align: center;
}
.search-results .search-sec .search_post,
.search-no-results .search-sec .search_post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(50% - 20px);
  margin: 0 10px;
  background: #fff;
  -webkit-box-shadow: 0px 7px 23px rgba(149, 157, 149, 0.24);
          box-shadow: 0px 7px 23px rgba(149, 157, 149, 0.24);
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 9px;
  height: auto !important;
}
.search-results .search-sec .search_post .search-thumb,
.search-no-results .search-sec .search_post .search-thumb {
  width: 40%;
  height: auto;
  padding-right: 15px;
}
.search-results .search-sec .search_post .search-thumb img,
.search-no-results .search-sec .search_post .search-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.search-results .search-sec .search_post .text-box,
.search-no-results .search-sec .search_post .text-box {
  width: 100%;
}
.search-results .search-sec .search_post .text-box.sear_cont_thum,
.search-no-results .search-sec .search_post .text-box.sear_cont_thum {
  width: 60%;
}
.search-results .search-sec .search_post .text-box .sear_cont,
.search-no-results .search-sec .search_post .text-box .sear_cont {
  margin-bottom: 15px;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 32px;
  text-align: center;
  color: rgba(47, 65, 81, 0.8);
}
.search-results .search-sec .search_post h4,
.search-no-results .search-sec .search_post h4 {
  margin-bottom: 15px;
}
.search-results .search-sec .search_post h4 a,
.search-no-results .search-sec .search_post h4 a {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 32px;
  color: rgba(47, 65, 81, 0.8);
}
.search-results .search-sec .search_post a.bttn,
.search-no-results .search-sec .search_post a.bttn {
  font-size: 14px;
  padding: 15px 40px 15px 15px;
}
.search-results .search-sec p,
.search-no-results .search-sec p {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 32px;
  color: rgba(47, 65, 81, 0.8);
  margin-bottom: 5px;
  width: 100%;
}

.blue-hdr-btn {
  border: 1px solid #624EF4;
  border-radius: 35px;
  padding: 15px 24px 15px 54px;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  text-transform: capitalize;
  color: #FFFFFF;
  background-color: #624EF4;
  display: inline-block;
  position: relative;
  min-height: 55px;
  cursor: pointer;
}
.blue-hdr-btn::before {
  position: absolute;
  content: "";
  left: 24px;
  width: 20px;
  height: 20px;
  background: url(../images/quote-bg.png) no-repeat;
  top: 17px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.blue-hdr-btn:hover {
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transform: translate3d(0px, -2px, 0px);
          transform: translate3d(0px, -2px, 0px);
}

.white-btn {
  border: 2px solid #FFFFFF;
  border-radius: 34px;
  padding: 15px 30px;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #FFFFFF;
  text-transform: capitalize;
  display: inline-block;
  position: relative;
  min-height: 55px;
  z-index: 1;
  cursor: pointer;
}
.white-btn:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #624EF4;
  background-color: #FFFFFF;
}

.header .main-header {
  padding: 42px 0;
  width: 100%;
  z-index: 120;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.header .main-header.fixed {
  position: fixed;
  padding: 20px 0 !important;
  width: 100%;
  top: 0;
  right: 0;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
  -webkit-animation: headeranimate;
          animation: headeranimate;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  background: rgba(255, 255, 255, 0.98);
  -webkit-box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.07);
}
.header .main-header .inner-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.header .main-header .inner-header .logo-brand a {
  height: 40px;
}
.header .main-header .inner-header .logo-brand a img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  max-width: 210px;
}
.header .main-header .inner-header .navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: 60px;
}
.header .main-header .inner-header .navbar ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.header .main-header .inner-header .navbar ul.menu li {
  margin: 0 22px;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  color: rgba(47, 65, 81, 0.8);
  position: relative;
}
.header .main-header .inner-header .navbar ul.menu li a {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  color: rgba(47, 65, 81, 0.8);
}
.header .main-header .inner-header .navbar ul.menu li a:active {
  color: #624EF4;
}
.header .main-header .inner-header .navbar ul.menu li a:hover {
  color: #624EF4;
}
.header .main-header .inner-header .navbar ul.menu li a.active {
  color: #624EF4;
}
.header .main-header .inner-header .navbar ul.menu li span {
  position: absolute;
  width: 15px;
  height: 15px;
  background-image: url("../images/nav-list-blue.svg");
  background-repeat: no-repeat;
  background-position: center;
  left: calc(100% + 10px);
  top: 0;
  cursor: pointer;
}
.header .main-header .inner-header .navbar ul.menu li .sub-menu {
  display: none;
  position: absolute;
  top: calc(100% + 15px);
  background-color: #fff;
  padding: 20px;
  -webkit-box-shadow: -17px 5px 50px rgba(0, 55, 129, 0.16);
          box-shadow: -17px 5px 50px rgba(0, 55, 129, 0.16);
  list-style: none;
  z-index: 3;
  margin: 0;
  width: 192px;
  left: 0%;
}
.header .main-header .inner-header .navbar ul.menu li .sub-menu::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 20px;
  border-width: 12px 12px 10px 0;
  border-color: transparent transparent #fff transparent;
  border-style: solid;
}
.header .main-header .inner-header .navbar ul.menu li .sub-menu::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 15px;
  bottom: 100%;
  left: 0;
}
.header .main-header .inner-header .navbar ul.menu li .sub-menu li {
  padding: 10px 0;
  margin: 0px;
  margin-bottom: 10px;
}
.header .main-header .inner-header .navbar ul.menu li .sub-menu li:first-child {
  padding-top: 0px;
}
.header .main-header .inner-header .navbar ul.menu li .sub-menu li:last-child {
  padding-bottom: 0px;
  border-bottom: none;
}
.header .main-header .inner-header .navbar ul.menu li .sub-menu li a {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 15px;
  text-align: left;
  color: rgba(47, 65, 81, 0.8);
}
.header .main-header .inner-header .navbar ul.menu li .sub-menu li a:hover {
  color: #624EF4;
}
.header .main-header .inner-header .navbar .mega-menu-wrap ul.mega-menu li.mega-menu-item {
  font-family: "Manrope" !important;
  font-style: normal;
  font-weight: 600;
  font-size: 18px !important;
  line-height: 18px !important;
}
.header .main-header .inner-header .navbar .mega-menu-wrap ul.mega-menu li.mega-menu-item .span.mega-indicator::after {
  height: 15px !important;
  width: 15px !important;
  line-height: 15px !important;
  vertical-align: bottom !important;
}
.header .main-header .inner-header .navbar #mega-menu-wrap-header_menu #mega-menu-header_menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
  height: 15px !important;
  width: 15px !important;
  line-height: 15px !important;
  vertical-align: bottom !important;
}
.header .main-header .inner-header .navbar #mega-menu-wrap-header_menu #mega-menu-header_menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
  margin: 0 0 0 2px !important;
  line-height: initial !important;
}
.header .main-header .inner-header .toggle-menu {
  display: none;
  height: 100%;
  margin-left: 40px;
}
.header .main-header .inner-header .toggle-menu img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: pointer;
}
.header .main-header .inner-header .toggle-menu.active .open {
  display: none;
}
.header .main-header .inner-header .toggle-menu.active .close {
  display: block;
}
.header .main-header .inner-header .toggle-menu img.close {
  display: none;
}

.footer-section {
  background-color: #F7FAFB;
}
.footer-section .main-footer .footer-get-in-touch {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #624EF4;
  -webkit-box-shadow: 0px 15px 35px rgba(74, 65, 163, 0.3);
          box-shadow: 0px 15px 35px rgba(74, 65, 163, 0.3);
  border-radius: 30px;
}
.footer-section .main-footer .footer-get-in-touch .inner-bg {
  position: relative;
  overflow: hidden;
  padding: 50px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-section .main-footer .footer-get-in-touch .inner-bg::after {
  content: "";
  background-image: url("../images/footer-bluebg.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  right: -5%;
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 648px;
}
.footer-section .main-footer .footer-get-in-touch .inner-bg h3 {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  color: #FFFFFF;
  max-width: 590px;
  width: 40%;
  margin-bottom: 10px;
}
.footer-section .main-footer .footer-nsltr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.footer-section .main-footer .footer-nsltr h4 {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 42px;
  color: #2F4151;
  text-align: right;
  max-width: 410px;
  padding: 0 20px;
  margin: 0;
}
.footer-section .main-footer .footer-nsltr .nsltr-form {
  padding: 10px 10px 10px 35px;
}
.footer-section .main-footer .footer-nsltr .nsltr-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.footer-section .main-footer .footer-nsltr .nsltr-form form input {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: rgba(47, 65, 81, 0.65);
  border-width: 0;
  width: 446px;
  border-bottom: 1px solid rgba(47, 65, 81, 0.5);
  outline: none;
  padding: 15px 19px;
  margin-right: 25px;
  background: transparent;
}
.footer-section .main-footer .footer-nsltr .nsltr-form form input::-webkit-input-placeholder {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: rgba(47, 65, 81, 0.65);
}
.footer-section .main-footer .footer-nsltr .nsltr-form form input::-moz-placeholder {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: rgba(47, 65, 81, 0.65);
}
.footer-section .main-footer .footer-nsltr .nsltr-form form input:-ms-input-placeholder {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: rgba(47, 65, 81, 0.65);
}
.footer-section .main-footer .footer-nsltr .nsltr-form form input::-ms-input-placeholder {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: rgba(47, 65, 81, 0.65);
}
.footer-section .main-footer .footer-nsltr .nsltr-form form input::placeholder {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: rgba(47, 65, 81, 0.65);
}
.footer-section .main-footer .footer-nsltr .nsltr-form form button.sub-btn {
  background: #2F4151;
  border-radius: 50%;
  width: 67px;
  height: 67px;
  background-image: url("../images/white-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 27px;
  opacity: unset;
}
.footer-section .main-footer .footer-contents .main-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(47, 65, 81, 0.2);
}
.footer-section .main-footer .footer-contents .main-outer .ft-maincontnt {
  width: 33.33%;
  padding-top: 21px;
  padding-right: 24px;
}
.footer-section .main-footer .footer-contents .main-outer .ft-maincontnt .ft-logo {
  margin-bottom: 25px;
  max-width: 313px;
}
.footer-section .main-footer .footer-contents .main-outer .ft-maincontnt .ft-logo a {
  max-height: 130px;
}
.footer-section .main-footer .footer-contents .main-outer .ft-maincontnt .ft-logo a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer-section .main-footer .footer-contents .main-outer .ft-maincontnt .ft-subcontnt p {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: rgba(47, 65, 81, 0.8);
  margin-bottom: 40px;
  max-width: 352px;
}
.footer-section .main-footer .footer-contents .main-outer .ft-maincontnt .ft-subcontnt ul.ft-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-section .main-footer .footer-contents .main-outer .ft-maincontnt .ft-subcontnt ul.ft-social li {
  border: 2px solid rgba(47, 65, 81, 0.3);
  border-radius: 50%;
  margin-right: 10px;
  width: 49px;
  height: 49px;
  cursor: pointer;
}
.footer-section .main-footer .footer-contents .main-outer .ft-maincontnt .ft-subcontnt ul.ft-social li svg {
  width: 20px;
  height: 20px;
}
.footer-section .main-footer .footer-contents .main-outer .ft-maincontnt .ft-subcontnt ul.ft-social li:hover {
  border: 2px solid #624EF4;
}
.footer-section .main-footer .footer-contents .main-outer .ft-maincontnt .ft-subcontnt ul.ft-social li:hover a svg {
  opacity: 1;
}
.footer-section .main-footer .footer-contents .main-outer .ft-maincontnt .ft-subcontnt ul.ft-social li:hover a svg path {
  fill: #624ef4 !important;
  opacity: 1;
}
.footer-section .main-footer .footer-contents .main-outer .ft-maincontnt .ft-subcontnt ul.ft-social li:hover a svg g {
  opacity: 1;
}
.footer-section .main-footer .footer-contents .main-outer .ft-maincontnt .ft-subcontnt ul.ft-social li a {
  width: 18px;
  height: 20px;
  display: block;
  top: 25%;
  left: 30%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  margin-bottom: 10px;
}
.footer-section .main-footer .footer-contents .main-outer .ft-othercontnt {
  width: 66.66%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 85px;
  padding-left: 24px;
}
.footer-section .main-footer .footer-contents .main-outer .ft-othercontnt .ft-qklinks {
  width: 20%;
}
.footer-section .main-footer .footer-contents .main-outer .ft-othercontnt .ft-qklinks h6 {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: rgba(47, 65, 81, 0.8);
  margin-bottom: 25px;
}
.footer-section .main-footer .footer-contents .main-outer .ft-othercontnt .link-item ul li {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 16px;
  color: rgba(47, 65, 81, 0.65);
}
.footer-section .main-footer .footer-contents .main-outer .ft-othercontnt .link-item ul li a {
  color: rgba(47, 65, 81, 0.65);
}
.footer-section .main-footer .footer-contents .main-outer .ft-othercontnt .link-item ul li a:hover {
  color: #624EF4;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.footer-section .main-footer .footer-contents .main-outer .ft-othercontnt .ft-adrslinks {
  width: 40%;
  padding-left: 20px;
}
.footer-section .main-footer .footer-contents .main-outer .ft-othercontnt .ft-adrslinks h6 {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: rgba(47, 65, 81, 0.8);
  margin-bottom: 25px;
}
.footer-section .main-footer .footer-contents .main-outer .ft-othercontnt .ft-otherlinks {
  width: 40%;
  padding-left: 20px;
}
.footer-section .main-footer .footer-contents .main-outer .ft-othercontnt .ft-otherlinks h6 {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: rgba(47, 65, 81, 0.8);
  margin-bottom: 25px;
}
.footer-section .main-footer .footer-contents .main-outer .ft-othercontnt .ft-otherlinks .link-item ul li {
  font-weight: 600;
  font-size: 19px;
  line-height: 26px;
  margin-bottom: 16px;
  color: rgba(47, 65, 81, 0.65);
}
.footer-section .main-footer .footer-contents .main-outer .ft-othercontnt .ft-otherlinks .link-item ul li strong {
  color: rgba(47, 65, 81, 0.8);
  font-weight: 700;
}
.footer-section .main-footer .footer-contents .main-outer .ft-othercontnt .ft-otherlinks .link-item ul li a {
  color: rgba(47, 65, 81, 0.65);
}
.footer-section .main-footer .footer-contents .main-outer .ft-othercontnt .ft-otherlinks .link-item ul li a:hover {
  color: #624EF4;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.footer-section .main-footer .footer-contents .main-outer .ft-othercontnt .ft-otherlinks .link-item p {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: rgba(47, 65, 81, 0.65);
}
.footer-section .main-footer .footer-contents .main-outer .ft-othercontnt .ft-otherlinks .link-item p a {
  color: rgba(47, 65, 81, 0.65);
}
.footer-section .main-footer .footer-contents .main-outer .ft-othercontnt .ft-otherlinks .link-item p a:hover {
  color: #624EF4;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.footer-section .main-footer .footer-credits {
  padding: 49px 0;
}
.footer-section .main-footer .footer-credits .credits-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 0;
}
.footer-section .main-footer .footer-credits .credits-contents .policy-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 35px;
  color: rgba(47, 65, 81, 0.8);
}
.footer-section .main-footer .footer-credits .credits-contents .policy-left p {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: rgba(47, 65, 81, 0.8);
  padding-left: 7px;
  border-left: 1px solid rgba(47, 65, 81, 0.8);
  margin-left: 7px;
}
.footer-section .main-footer .footer-credits .credits-contents .condition p {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 35px;
  text-align: right;
  color: rgba(47, 65, 81, 0.8);
}
.footer-section .main-footer .footer-credits .credits-contents .condition p a {
  color: #624EF4;
  cursor: pointer;
}
.footer-section .main-footer .footer-credits .credits-contents .condition p a:hover {
  color: rgba(47, 65, 81, 0.8);
  -webkit-transform: 0.5s ease all;
          transform: 0.5s ease all;
}

.hm-banner-sec {
  padding-top: 60px;
  padding-bottom: 142px;
}
.hm-banner-sec .outer-hm-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.hm-banner-sec .outer-hm-banner .banner-contnt-sec {
  width: 62%;
  padding-right: 20px;
}
.hm-banner-sec .outer-hm-banner .banner-contnt-sec h1 {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 800;
  font-size: 60px;
  line-height: 75px;
  color: #2F4151;
  margin-bottom: 16px;
  max-width: 626px;
}
.hm-banner-sec .outer-hm-banner .banner-contnt-sec h6 {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 35px;
  color: rgba(47, 65, 81, 0.8);
  margin-bottom: 30px;
  max-width: 626px;
}
.hm-banner-sec .outer-hm-banner .banner-contnt-sec a.white-btn {
  border: 2px solid #624EF4;
  border-radius: 27px;
  background-color: transparent;
  color: rgba(47, 65, 81, 0.8);
  font-size: 16px;
  line-height: 22px;
}
.hm-banner-sec .outer-hm-banner .banner-contnt-sec a.white-btn:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #FFF;
  background-color: #624EF4;
}
.hm-banner-sec .outer-hm-banner .banner-image-sec {
  width: 38%;
  padding-left: 20px;
  height: 560px;
}
.hm-banner-sec .outer-hm-banner .banner-image-sec img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 40px;
}
.hm-banner-sec .outer-hm-banner .section-home-bg {
  position: absolute;
  top: 0px;
  right: -110px;
  z-index: 1;
  width: 680px;
}

.hm-aboutus-sec {
  padding-top: 131px;
  padding-bottom: 111px;
  background-color: #F7FAFB;
}
.hm-aboutus-sec .outer-aboutus-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.hm-aboutus-sec .outer-aboutus-sec .aboutus-image-sec {
  width: 50%;
  padding-right: 20px;
  height: 560px;
}
.hm-aboutus-sec .outer-aboutus-sec .aboutus-image-sec img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 40px;
}
.hm-aboutus-sec .outer-aboutus-sec .aboutus-contnt-sec {
  width: 50%;
  padding-left: 20px;
}
.hm-aboutus-sec .outer-aboutus-sec .aboutus-contnt-sec h6 {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  text-transform: capitalize;
  color: #624EF4;
  margin-bottom: 5px;
}
.hm-aboutus-sec .outer-aboutus-sec .aboutus-contnt-sec h2 {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 55px;
  line-height: 65px;
  text-transform: capitalize;
  color: #2F4151;
  margin-bottom: 10px;
}
.hm-aboutus-sec .outer-aboutus-sec .aboutus-contnt-sec p {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 32px;
  color: rgba(47, 65, 81, 0.8);
  opacity: 0.88;
  margin-bottom: 11px;
}
.hm-aboutus-sec .outer-aboutus-sec .section-abt-bg {
  position: absolute;
  top: 0%;
  left: -9%;
  z-index: 1;
}

.hm-service-sec {
  background-color: #F7FAFB;
  padding-bottom: 95px;
}
.hm-service-sec .outer-service-sec {
  position: relative;
}
.hm-service-sec .outer-service-sec .service-title {
  text-align: center;
  padding-bottom: 30px;
}
.hm-service-sec .outer-service-sec .service-title h6 {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  text-transform: capitalize;
  color: #624EF4;
  margin-bottom: 5px;
}
.hm-service-sec .outer-service-sec .service-title h2 {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 55px;
  line-height: 65px;
  text-transform: capitalize;
  color: #2F4151;
  margin-bottom: 10px;
}
.hm-service-sec .outer-service-sec .section-servc-bg {
  position: absolute;
  top: 9%;
  left: 17%;
  z-index: 1;
}

.hm-service-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -25px;
}
.hm-service-item .item {
  width: calc(33.33% - 50px);
  margin: 0 25px;
  margin-bottom: 52px;
  padding: 52px 50px 42px;
  background: #FCFDFD;
  border: 2px solid #FFFFFF;
  -webkit-box-shadow: 0px 5px 15px rgba(102, 108, 124, 0.08);
          box-shadow: 0px 5px 15px rgba(102, 108, 124, 0.08);
  border-radius: 20px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.hm-service-item .item .item-content {
  min-height: 280px;
  margin-bottom: 9px;
}
.hm-service-item .item .item-content img {
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 17px;
}
.hm-service-item .item .item-content h6 {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  text-transform: capitalize;
  color: #2F4151;
  margin-bottom: 7px;
}
.hm-service-item .item .item-content p {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 28px;
  color: rgba(47, 65, 81, 0.65);
}
.hm-service-item .item:hover {
  -webkit-box-shadow: 0px 8px 30px rgba(102, 108, 124, 0.15);
          box-shadow: 0px 8px 30px rgba(102, 108, 124, 0.15);
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}

.read-more span {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-transform: capitalize;
  color: #624EF4;
  cursor: pointer;
}
.read-more span:hover {
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
  text-decoration: underline;
}
.read-more a {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-transform: capitalize;
  color: #624EF4;
  cursor: pointer;
}
.read-more a:hover {
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
  text-decoration: underline;
}
.read-more a {
  color: #624EF4;
}

.hm-contact-sec {
  position: relative;
  overflow: hidden;
  background: linear-gradient(137.49deg, #21B6E4 6.84%, #513CEF 106.89%);
}
.hm-contact-sec .outer-contact-sec {
  padding: 100px 50px;
  text-align: center;
}
.hm-contact-sec .outer-contact-sec h2 {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 80px;
  text-align: center;
  color: #FFFFFF;
  margin: 0 auto;
  margin-bottom: 33px;
  max-width: 727px;
}
.hm-contact-sec::before {
  content: "";
  background-image: url("../images/home/contact-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  right: 0%;
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
}

.hm-whychoose-sec {
  padding-top: 106px;
  padding-bottom: 145px;
  background-color: rgba(139, 201, 222, 0.1);
}
.hm-whychoose-sec .whychoose-title {
  padding-bottom: 106px;
  text-align: center;
  max-width: 980px;
  margin: 0 auto;
}
.hm-whychoose-sec .whychoose-title h2 {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 55px;
  line-height: 65px;
  text-transform: capitalize;
  color: #2F4151;
  margin-bottom: 24px;
}
.hm-whychoose-sec .whychoose-title p {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 32px;
  color: rgba(47, 65, 81, 0.8);
  margin-bottom: 11px;
}
.hm-whychoose-sec .outer-whychoose-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.hm-whychoose-sec .outer-whychoose-sec .whychoose-contnt-sec {
  width: 43%;
  padding-right: 20px;
}
.hm-whychoose-sec .outer-whychoose-sec .whychoose-contnt-sec h2 {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 55px;
  line-height: 65px;
  text-transform: capitalize;
  color: #2F4151;
  margin-bottom: 10px;
}
.hm-whychoose-sec .outer-whychoose-sec .whychoose-contnt-sec p {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 32px;
  color: rgba(47, 65, 81, 0.8);
  margin-bottom: 35px;
}
.hm-whychoose-sec .outer-whychoose-sec .whychoose-contnt-sec a.white-btn {
  border: 2px solid #624EF4;
  border-radius: 27px;
  background-color: transparent;
  color: rgba(47, 65, 81, 0.8);
  font-size: 16px;
  line-height: 22px;
}
.hm-whychoose-sec .outer-whychoose-sec .whychoose-contnt-sec a.white-btn:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #FFF;
  background-color: #624EF4;
}
.hm-whychoose-sec .outer-whychoose-sec .whychoose-image-sec {
  width: 57%;
  padding-left: 20px;
  height: 560px;
  max-width: 580px;
}
.hm-whychoose-sec .outer-whychoose-sec .whychoose-image-sec img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 40px;
}
.hm-whychoose-sec .outer-whychoose-sec .section-whychoose-bg {
  position: absolute;
  top: -5%;
  right: -8%;
  z-index: 1;
}

.hm-clients-sec {
  background: linear-gradient(137.49deg, #21B6E4 6.84%, #513CEF 106.89%);
  padding-top: 98px;
}
.hm-clients-sec .quick-facts-title {
  position: relative;
  padding-top: 170px;
  padding-bottom: 34px;
  min-height: 510px;
}
.hm-clients-sec .quick-facts-title h2 {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 70px;
  text-align: center;
  color: #FFFFFF;
}
.hm-clients-sec .quick-facts-title .section-client-bg {
  position: absolute;
  top: 0;
  right: 12%;
  z-index: 1;
}
.hm-clients-sec .quick-facts-title .animated-counter .client_counter {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-size: 70px;
  line-height: 70px;
  text-align: center;
  color: #FFFFFF;
}
.hm-clients-sec .quick-facts-title .animated-counter .client_counter::after {
  content: "+";
}
.hm-clients-sec .quick-facts-title .animated-counter p {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
}
.hm-clients-sec .quick-facts-title .year-counter {
  position: absolute;
  top: 0%;
  left: 25%;
}
.hm-clients-sec .quick-facts-title .client-counter {
  position: absolute;
  top: 0%;
  right: 25%;
}
.hm-clients-sec .quick-facts-title .project-counter {
  position: absolute;
  top: 60%;
  right: 30%;
}
.hm-clients-sec .client-slider-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.hm-clients-sec .client-slider-sec .client-image-sec {
  width: 50%;
  padding-right: 34px;
}
.hm-clients-sec .client-slider-sec .client-image-sec .client-outer-bg {
  position: relative;
  height: 100%;
}
.hm-clients-sec .client-slider-sec .client-image-sec .client-outer-bg img.client-bg {
  position: relative;
  left: 15%;
  bottom: auto;
  height: 100%;
  width: 450px;
  z-index: 1;
}
.hm-clients-sec .client-slider-sec .client-image-sec .client-outer-bg img.client-image {
  position: absolute;
  left: 0%;
  bottom: auto;
  width: 450px;
  height: 100%;
  z-index: 2;
}
.hm-clients-sec .client-slider-sec .outer-slider-sec {
  width: 50%;
  padding-left: 34px;
}
.hm-clients-sec .client-slider-sec .outer-slider-sec h2 {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 55px;
  line-height: 60px;
  color: #FFFFFF;
  margin-bottom: 17px;
}
.hm-clients-sec .client-slider-sec .outer-slider-sec h6 {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: #FFFFFF;
  margin-bottom: 11px;
}
.hm-clients-sec .client-slider-sec .outer-slider-sec .client-testimonial-slider {
  padding-bottom: 50px;
}
.hm-clients-sec .client-slider-sec .outer-slider-sec .client-testimonial-slider .client-content-sec .testi-data {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.8);
}
.hm-clients-sec .client-slider-sec .outer-slider-sec .client-testimonial-slider .client-content-sec p {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 15px;
}
.hm-clients-sec .client-slider-sec .outer-slider-sec .client-testimonial-slider .client-content-sec h5 {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #FFFFFF;
  margin-bottom: 7px;
}
.hm-clients-sec .client-slider-sec .outer-slider-sec .client-testimonial-slider .client-content-sec .client-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 37px;
}
.hm-clients-sec .client-slider-sec .outer-slider-sec .client-testimonial-slider .client-content-sec .client-details p {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 10px;
}
.hm-clients-sec .client-slider-sec .outer-slider-sec .client-testimonial-slider .client-content-sec .client-details .white-btn {
  border-radius: 27px;
  padding: 15px 28px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
}
.hm-clients-sec .client-slider-sec ul.slick-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin: 0;
  padding: 0;
  list-style: none;
}
.hm-clients-sec .client-slider-sec ul.slick-dots .slick-active button {
  background-color: #FFFFFF;
  border: 2px solid #FFFFFF;
}
.hm-clients-sec .client-slider-sec ul.slick-dots li {
  margin: 0 7px;
}
.hm-clients-sec .client-slider-sec ul.slick-dots li:first-child {
  margin-left: 0px;
}
.hm-clients-sec .client-slider-sec ul.slick-dots li button {
  font-size: 0;
  padding: 0;
  outline: inherit;
  width: 13px;
  height: 13px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5) !important;
  pointer-events: all;
  border: none;
  border-radius: 50%;
  text-shadow: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.hm-blogs_study-sec {
  padding-top: 112px;
  padding-bottom: 198px;
}
.hm-blogs_study-sec .blogs_study-title {
  padding-bottom: 30px;
}
.hm-blogs_study-sec .blogs_study-title h2 {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 55px;
  line-height: 65px;
  text-align: center;
  color: #2F4151;
}
.hm-blogs_study-sec .hm-outer-horizontal-tab {
  padding-bottom: 12px;
}
.hm-blogs_study-sec ul.resp-tabs-list {
  margin: 0px;
  padding: 0px;
  text-align: center;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent !important;
}
.hm-blogs_study-sec ul.resp-tabs-list li.reponsive-tab-item {
  display: inline-block;
  padding: 8px 8px;
  list-style: none;
  cursor: pointer;
  background: transparent !important;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 40px;
  text-align: center;
  color: rgba(47, 65, 81, 0.8);
  width: 30%;
  position: relative;
}
.hm-blogs_study-sec ul.resp-tabs-list li.reponsive-tab-item a {
  color: rgba(47, 65, 81, 0.8);
}
.hm-blogs_study-sec .resp-tabs-list li.resp-tab-active {
  background: transparent !important;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 70px;
  text-align: center;
  color: #2F4151;
}
.hm-blogs_study-sec .resp-tabs-list li.resp-tab-active:after {
  content: "";
  position: absolute;
  left: 25%;
  width: 96px;
  bottom: 0;
  height: 2px;
  background: #624EF4 !important;
}
.hm-blogs_study-sec .resp-tabs-list li.resp-tab-active a {
  color: #2F4151;
}
.hm-blogs_study-sec .resp-tabs-container.blogs-tab-identifier {
  background-color: transparent !important;
  position: relative;
}
.hm-blogs_study-sec .resp-tabs-container.blogs-tab-identifier .hm-outer-tab-content {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.hm-blogs_study-sec .section-blogs-bg {
  position: absolute;
  top: 30%;
  right: -8%;
  z-index: 1;
}
.hm-blogs_study-sec .blogs-more {
  text-align: center;
  width: 100%;
  padding-top: 20px;
}
.hm-blogs_study-sec .blogs-more a.white-btn {
  border: 2px solid #624EF4;
  border-radius: 27px;
  background-color: transparent;
  color: rgba(47, 65, 81, 0.8);
  font-size: 16px;
  line-height: 22px;
}

.hm-outer-tab-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -22px;
  padding: 30px 0 30px 0;
}
.hm-outer-tab-content .tab-blogs-item {
  width: calc(33.33% - 44px);
  margin: 0 22px;
  margin-bottom: 15px;
  overflow: hidden;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
.hm-outer-tab-content .tab-blogs-item a img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 12px;
  border-radius: 15px;
  border: 2px solid #FFFFFF;
  -webkit-filter: drop-shadow(0px 5px 15px rgba(102, 108, 124, 0.05));
          filter: drop-shadow(0px 5px 15px rgba(102, 108, 124, 0.05));
}
.hm-outer-tab-content .tab-blogs-item a img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
.hm-outer-tab-content .tab-blogs-item a {
  color: #2F4151;
}
.hm-outer-tab-content .tab-blogs-item a h6 {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  color: #2F4151;
  min-height: 87px;
}
.hm-outer-tab-content .tab-blogs-item a:hover h6 {
  color: #624EF4;
}
.hm-outer-tab-content .tab-blogs-item p {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 32px;
  color: rgba(47, 65, 81, 0.8);
  opacity: 0.88;
  margin-bottom: 14px;
}
.hm-outer-tab-content.resp-tab-content-active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.innerpage-banner-sec {
  padding-top: 24px;
  padding-bottom: 119px;
}
.innerpage-banner-sec .outer-innerpage-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.innerpage-banner-sec .outer-innerpage-banner .banner-contnt-sec {
  width: 46%;
  padding-right: 20px;
}
.innerpage-banner-sec .outer-innerpage-banner .banner-contnt-sec h1 {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 75px;
  color: #2F4151;
  margin-bottom: 16px;
  max-width: 626px;
}
.innerpage-banner-sec .outer-innerpage-banner .banner-contnt-sec p {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 32px;
  color: rgba(47, 65, 81, 0.8);
  opacity: 0.88;
  margin-bottom: 30px;
  max-width: 515px;
}
.innerpage-banner-sec .outer-innerpage-banner .banner-contnt-sec p a {
  color: rgba(47, 65, 81, 0.8);
  font-weight: 600;
  text-decoration: underline;
}
.innerpage-banner-sec .outer-innerpage-banner .banner-contnt-sec p a:hover {
  color: #624EF4;
}
.innerpage-banner-sec .outer-innerpage-banner .banner-contnt-sec .section-like-bg {
  position: absolute;
  bottom: 15%;
  left: -50px;
  z-index: 1;
  width: 50px;
}
.innerpage-banner-sec .outer-innerpage-banner .banner-image-sec {
  width: 35%;
  padding-left: 20px;
}
.innerpage-banner-sec .outer-innerpage-banner .banner-image-sec img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 40px;
}
.innerpage-banner-sec .outer-innerpage-banner .section-innerpg-bg {
  position: absolute;
  top: 0px;
  right: -62px;
  z-index: 1;
}

.blogs-banner-sec {
  padding: 0;
}
.blogs-banner-sec .outer-innerpage-banner .banner-image-sec {
  width: 45%;
}

.blog-detail-banner-sec {
  padding-bottom: 0px !important;
}
.blog-detail-banner-sec .outer-innerpage-banner .banner-contnt-sec {
  width: 53%;
  padding-bottom: 130px;
}
.blog-detail-banner-sec .outer-innerpage-banner .banner-image-sec {
  position: relative;
  height: 505px !important;
}
.blog-detail-banner-sec .outer-innerpage-banner .banner-image-sec img {
  height: 100%;
  border-radius: 40px;
  position: absolute;
  bottom: -50px;
  right: 0;
}

.innerpage-who-weare-sec {
  padding-top: 90px;
  padding-bottom: 115px;
  background-color: #F7FAFB;
}
.innerpage-who-weare-sec .title-who-weare-sec {
  text-align: center;
  margin-bottom: 27px;
}
.innerpage-who-weare-sec .title-who-weare-sec h2 {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 55px;
  line-height: 65px;
  text-transform: capitalize;
  color: #2F4151;
  margin-bottom: 10px;
}
.innerpage-who-weare-sec .outer-who-weare-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.innerpage-who-weare-sec .outer-who-weare-sec .who-weare-image-sec {
  width: 40%;
  padding-right: 30px;
  height: 578px;
}
.innerpage-who-weare-sec .outer-who-weare-sec .who-weare-image-sec img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 40px;
}
.innerpage-who-weare-sec .outer-who-weare-sec .who-weare-contnt-sec {
  width: 60%;
  padding-left: 30px;
}
.innerpage-who-weare-sec .outer-who-weare-sec .who-weare-contnt-sec p {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 32px;
  color: rgba(47, 65, 81, 0.8);
  opacity: 0.88;
  margin-bottom: 11px;
}
.innerpage-who-weare-sec .outer-who-weare-sec .section-abt-bg {
  position: absolute;
  top: 0%;
  left: -9%;
  z-index: 1;
}

.offer-list-sec {
  padding-top: 95px;
  padding-bottom: 101px;
}
.offer-list-sec .outer-offer-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.offer-list-sec .outer-offer-sec .left-offer-sec {
  width: 50%;
  padding-right: 44px;
}
.offer-list-sec .outer-offer-sec .left-offer-sec h2 {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 55px;
  line-height: 65px;
  text-transform: capitalize;
  color: #2F4151;
  margin-bottom: 10px;
}
.offer-list-sec .outer-offer-sec .left-offer-sec p {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 32px;
  color: rgba(47, 65, 81, 0.8);
  opacity: 0.88;
}
.offer-list-sec .outer-offer-sec .right-offer-sec {
  width: 50%;
  padding-left: 24px;
}
.offer-list-sec .outer-offer-sec .right-offer-sec ul {
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
}
.offer-list-sec .outer-offer-sec .right-offer-sec ul li {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 17px;
  color: rgba(47, 65, 81, 0.8);
  position: relative;
  padding-left: 20px;
  margin-bottom: 28px;
}
.offer-list-sec .outer-offer-sec .right-offer-sec ul li::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  background-image: url("../images/list-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px;
  width: 3px;
  height: 13px;
}
.offer-list-sec .outer-offer-sec .right-offer-sec ul li a {
  font-size: 17px;
  line-height: 17px;
  color: rgba(47, 65, 81, 0.8);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.offer-list-sec .outer-offer-sec .right-offer-sec ul li a:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #624EF4;
}

.innerpage-rptblocks-sec .outer-rptblocks-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #F7FAFB;
  padding: 100px 0;
}
.innerpage-rptblocks-sec .outer-rptblocks-sec .item-rpt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.innerpage-rptblocks-sec .outer-rptblocks-sec .item-rpt .rptblocks-cntbox-sec {
  width: 35%;
  background: #624EF4;
  border-radius: 40px;
  padding: 50px 40px;
}
.innerpage-rptblocks-sec .outer-rptblocks-sec .item-rpt .rptblocks-cntbox-sec p {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 14px;
}
.innerpage-rptblocks-sec .outer-rptblocks-sec .item-rpt .rptblocks-cntbox-sec p span {
  width: 100%;
  display: inline-block;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 55px;
  line-height: 65px;
  color: #FFFFFF;
  margin-bottom: 10px;
  margin-top: 14px;
}
.innerpage-rptblocks-sec .outer-rptblocks-sec .item-rpt .rptblocks-contnt-sec {
  width: 65%;
  padding-left: 100px;
}
.innerpage-rptblocks-sec .outer-rptblocks-sec .item-rpt .rptblocks-contnt-sec h2 {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 55px;
  line-height: 65px;
  text-transform: capitalize;
  color: #2F4151;
  margin-bottom: 10px;
}
.innerpage-rptblocks-sec .outer-rptblocks-sec .item-rpt .rptblocks-contnt-sec p {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 32px;
  color: rgba(47, 65, 81, 0.8);
  opacity: 0.88;
  margin-bottom: 11px;
}
.innerpage-rptblocks-sec .outer-rptblocks-sec .item-rpt .rptblocks-image-sec {
  width: 35%;
  padding-left: 20px;
}
.innerpage-rptblocks-sec .outer-rptblocks-sec .item-rpt .rptblocks-image-sec img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 40px;
}
.innerpage-rptblocks-sec .outer-rptblocks-sec:nth-child(2) {
  background-color: #FFFFFF;
  padding-bottom: 200px;
}
.innerpage-rptblocks-sec .outer-rptblocks-sec:nth-child(2) .item-rpt {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
}
.innerpage-rptblocks-sec .outer-rptblocks-sec:nth-child(2) .item-rpt .rptblocks-contnt-sec {
  padding-left: 0px;
  padding-right: 20px;
}

.innerpage-form-sec {
  padding-top: 90px;
  padding-bottom: 100px;
  background-color: #F7FAFB;
}
.innerpage-form-sec .outer-form-sec .title-form-sec {
  text-align: center;
  margin-bottom: 30px;
}
.innerpage-form-sec .outer-form-sec .title-form-sec h2 {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 55px;
  line-height: 65px;
  text-transform: capitalize;
  color: #2F4151;
  margin-bottom: 10px;
}
.innerpage-form-sec .outer-form-sec .field-form-sec form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.innerpage-form-sec .outer-form-sec .field-form-sec form .left-field {
  width: 35%;
  margin-bottom: 40px;
  padding-right: 10px;
}
.innerpage-form-sec .outer-form-sec .field-form-sec form p {
  line-height: 17px;
}
.innerpage-form-sec .outer-form-sec .field-form-sec form span.wpcf7-not-valid-tip {
  font-size: 14px;
}
.innerpage-form-sec .outer-form-sec .field-form-sec form .wpcf7-response-output {
  border-color: #dc3232;
  font-size: 14px;
}
.innerpage-form-sec .outer-form-sec .field-form-sec form .right-field {
  width: 35%;
  margin-bottom: 40px;
  padding-left: 10px;
}
.innerpage-form-sec .outer-form-sec .field-form-sec form .right-field .custom-file-type::-webkit-file-upload-button {
  visibility: hidden;
}
.innerpage-form-sec .outer-form-sec .field-form-sec form .right-field .custom-file-type::before {
  content: "Choose file";
  color: black;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(102, 108, 124, 0.17)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(102, 108, 124, 0.17) 100%);
  border: 1px solid #ACBFEE;
  border-radius: 6px;
  padding: 2px 10px;
  min-height: 26px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: rgba(47, 65, 81, 0.65);
}
.innerpage-form-sec .outer-form-sec .field-form-sec form .right-field input[type=file] {
  color: rgba(0, 0, 0, 0);
}
.innerpage-form-sec .outer-form-sec .field-form-sec form input[type=text], .innerpage-form-sec .outer-form-sec .field-form-sec form input[type=email], .innerpage-form-sec .outer-form-sec .field-form-sec form input[type=tel], .innerpage-form-sec .outer-form-sec .field-form-sec form input[type=file] {
  background: #FFFFFF;
  border: 1px solid #ACBFEE;
  border-radius: 10px;
  padding: 12px 17px;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 17px;
  color: rgba(47, 65, 81, 0.65);
  max-width: 380px;
  width: 100%;
  height: 55px;
  margin-bottom: 15px;
  outline: none;
}
.innerpage-form-sec .outer-form-sec .field-form-sec form input[type=text]::-webkit-input-placeholder, .innerpage-form-sec .outer-form-sec .field-form-sec form input[type=email]::-webkit-input-placeholder, .innerpage-form-sec .outer-form-sec .field-form-sec form input[type=tel]::-webkit-input-placeholder, .innerpage-form-sec .outer-form-sec .field-form-sec form input[type=file]::-webkit-input-placeholder {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 32px;
  color: rgba(47, 65, 81, 0.65);
}
.innerpage-form-sec .outer-form-sec .field-form-sec form input[type=text]::-moz-placeholder, .innerpage-form-sec .outer-form-sec .field-form-sec form input[type=email]::-moz-placeholder, .innerpage-form-sec .outer-form-sec .field-form-sec form input[type=tel]::-moz-placeholder, .innerpage-form-sec .outer-form-sec .field-form-sec form input[type=file]::-moz-placeholder {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 32px;
  color: rgba(47, 65, 81, 0.65);
}
.innerpage-form-sec .outer-form-sec .field-form-sec form input[type=text]:-ms-input-placeholder, .innerpage-form-sec .outer-form-sec .field-form-sec form input[type=email]:-ms-input-placeholder, .innerpage-form-sec .outer-form-sec .field-form-sec form input[type=tel]:-ms-input-placeholder, .innerpage-form-sec .outer-form-sec .field-form-sec form input[type=file]:-ms-input-placeholder {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 32px;
  color: rgba(47, 65, 81, 0.65);
}
.innerpage-form-sec .outer-form-sec .field-form-sec form input[type=text]::-ms-input-placeholder, .innerpage-form-sec .outer-form-sec .field-form-sec form input[type=email]::-ms-input-placeholder, .innerpage-form-sec .outer-form-sec .field-form-sec form input[type=tel]::-ms-input-placeholder, .innerpage-form-sec .outer-form-sec .field-form-sec form input[type=file]::-ms-input-placeholder {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 32px;
  color: rgba(47, 65, 81, 0.65);
}
.innerpage-form-sec .outer-form-sec .field-form-sec form input[type=text]::placeholder, .innerpage-form-sec .outer-form-sec .field-form-sec form input[type=email]::placeholder, .innerpage-form-sec .outer-form-sec .field-form-sec form input[type=tel]::placeholder, .innerpage-form-sec .outer-form-sec .field-form-sec form input[type=file]::placeholder {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 32px;
  color: rgba(47, 65, 81, 0.65);
}
.innerpage-form-sec .outer-form-sec .field-form-sec form textarea {
  background: #FFFFFF;
  border: 1px solid #ACBFEE;
  border-radius: 10px;
  padding: 12px 17px;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 17px;
  color: rgba(47, 65, 81, 0.65);
  max-width: 380px;
  width: 100%;
  height: 125px;
  outline: none;
}
.innerpage-form-sec .outer-form-sec .field-form-sec form textarea::-webkit-input-placeholder {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 32px;
  color: rgba(47, 65, 81, 0.65);
}
.innerpage-form-sec .outer-form-sec .field-form-sec form textarea::-moz-placeholder {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 32px;
  color: rgba(47, 65, 81, 0.65);
}
.innerpage-form-sec .outer-form-sec .field-form-sec form textarea:-ms-input-placeholder {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 32px;
  color: rgba(47, 65, 81, 0.65);
}
.innerpage-form-sec .outer-form-sec .field-form-sec form textarea::-ms-input-placeholder {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 32px;
  color: rgba(47, 65, 81, 0.65);
}
.innerpage-form-sec .outer-form-sec .field-form-sec form textarea::placeholder {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 32px;
  color: rgba(47, 65, 81, 0.65);
}
.innerpage-form-sec .outer-form-sec .field-form-sec form .submit-btn {
  width: 100%;
  text-align: center;
}
.innerpage-form-sec .outer-form-sec .field-form-sec form .submit-btn input[type=submit] {
  background: #624EF4;
  border-color: #624EF4;
  border-radius: 30px;
  padding: 18px 28px;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  color: #FFFFFF;
  width: 200px;
  min-height: 60px;
  margin-bottom: 15px;
}
.innerpage-form-sec .outer-form-sec .field-form-sec form .submit-btn input[type=submit]:hover {
  opacity: 1;
  border-color: #624EF4;
  color: #624EF4;
  background: transparent;
}

.innerpage-address-sec {
  padding: 55px 0;
  background-color: #FFFFFF;
}
.innerpage-address-sec .outer-address-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.innerpage-address-sec .outer-address-sec .left-loctn {
  width: 40%;
}
.innerpage-address-sec .outer-address-sec .middle-phone {
  width: 30%;
}
.innerpage-address-sec .outer-address-sec .right-mail {
  width: 30%;
}
.innerpage-address-sec .outer-address-sec .addrs-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.innerpage-address-sec .outer-address-sec .addrs-item .left-img {
  padding-right: 13px;
  width: 50px;
}
.innerpage-address-sec .outer-address-sec .addrs-item .left-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: pointer;
}
.innerpage-address-sec .outer-address-sec .addrs-item .right-cnt {
  width: calc(100% - 63px);
}
.innerpage-address-sec .outer-address-sec .addrs-item .right-cnt p {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  color: rgba(47, 65, 81, 0.8);
  opacity: 0.88;
  margin-bottom: 12px;
}
.innerpage-address-sec .outer-address-sec .addrs-item .right-cnt p a {
  color: rgba(47, 65, 81, 0.8);
}
.innerpage-address-sec .outer-address-sec .addrs-item .right-cnt p a:hover {
  color: #624EF4;
}
.innerpage-address-sec .outer-address-sec .addrs-item .right-cnt p a.mail-decrtn {
  text-decoration: underline;
}

.innerpage-locationmap-sec iframe {
  width: 100%;
  height: 470px;
  -o-object-fit: cover;
     object-fit: cover;
}

.wpcf7-spinner {
  width: 100%;
}

.innerpage-toptitle-sec {
  padding-top: 92px;
  padding-bottom: 55px;
  background-color: #F7FAFB;
}
.innerpage-toptitle-sec p {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 32px;
  color: rgba(47, 65, 81, 0.8);
  opacity: 0.88;
  margin-bottom: 15px;
}

.innerpage-fullimg-sec {
  background-image: url("../images/service/full-img.png");
  background-color: rgba(98, 78, 244, 0.8);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 450px;
}
.innerpage-fullimg-sec .outer-contnt-sec {
  max-width: 779px;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: relative;
}
.innerpage-fullimg-sec .outer-contnt-sec h6 {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 35px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.innerpage-industry-sec {
  padding-top: 105px;
  padding-bottom: 122px;
  background-color: #F7FAFB;
}
.innerpage-industry-sec .outer-industry-sec .industry-title {
  text-align: center;
  padding-bottom: 30px;
}
.innerpage-industry-sec .outer-industry-sec .industry-title h2 {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 55px;
  line-height: 65px;
  text-transform: capitalize;
  color: #2F4151;
  margin-bottom: 10px;
}

.innerpage-industry-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -10px;
  padding-bottom: 20px;
}
.innerpage-industry-item .item {
  width: calc(25% - 20px);
  margin: 0 10px;
  margin-bottom: 40px;
  padding: 42px 30px;
  cursor: pointer;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  min-height: 232px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.innerpage-industry-item .item a {
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
.innerpage-industry-item .item:hover {
  background: #FCFDFD;
  -webkit-box-shadow: 0px 5px 30px rgba(102, 108, 124, 0.15);
          box-shadow: 0px 5px 30px rgba(102, 108, 124, 0.15);
  border-radius: 20px;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  min-height: 232px;
}
.innerpage-industry-item .item img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 17px;
}
.innerpage-industry-item .item h6 {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  text-transform: capitalize;
  color: #2F4151;
  margin-bottom: 7px;
  text-align: center;
}
.innerpage-industry-item .item p {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-size: 19px;
  line-height: 30px;
  text-align: center;
  color: rgba(47, 65, 81, 0.8);
}

.detail-top {
  padding-bottom: 10px;
}
.detail-top h6.cntr-top {
  text-align: center;
  margin-bottom: 26px;
}
.detail-top .detail-sec .item {
  background: #FFFFFF;
  border: 2px solid white;
  border-radius: 15px;
  padding: 42px 35px;
}
.detail-top .detail-sec .item:hover {
  background: #FCFDFD;
  border-radius: 15px;
}
.detail-top p.cntr-btm {
  text-align: center;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  color: #2F4151;
  opacity: 0.88;
}

.innerpg-content-detail-sec {
  background-color: #F7FAFB;
  padding-bottom: 210px;
  padding-top: 50px;
  position: relative;
  min-height: 958px;
}
.innerpg-content-detail-sec .outer-text-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.innerpg-content-detail-sec .outer-text-content .lftside-detail-sec {
  width: 70%;
  padding-right: 50px;
}
.innerpg-content-detail-sec .outer-text-content .lftside-detail-sec p {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 32px;
  color: rgba(47, 65, 81, 0.8);
  opacity: 0.88;
  margin-bottom: 30px;
}
.innerpg-content-detail-sec .outer-text-content .lftside-detail-sec p a {
  color: #624EF4;
}
.innerpg-content-detail-sec .outer-text-content .lftside-detail-sec p a:hover {
  color: #624EF4;
}
.innerpg-content-detail-sec .outer-text-content .lftside-detail-sec p a:focus {
  color: #624EF4;
}
.innerpg-content-detail-sec .outer-text-content .lftside-detail-sec h6 {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #2F4151;
  margin-bottom: 14px;
}
.innerpg-content-detail-sec .outer-text-content .lftside-detail-sec .extension-list-sec {
  width: 100%;
  height: 401px;
  border-radius: 20px;
  position: relative;
}
.innerpg-content-detail-sec .outer-text-content .lftside-detail-sec .extension-list-sec::before {
  content: "";
  position: absolute;
  background: linear-gradient(91.96deg, #102048 37.02%, rgba(16, 32, 72, 0) 100.52%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  opacity: 0.9;
  width: 100%;
  height: 401px;
  border-radius: 20px;
}
.innerpg-content-detail-sec .outer-text-content .lftside-detail-sec .extension-list-sec img {
  width: 100%;
  height: 401px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.innerpg-content-detail-sec .outer-text-content .lftside-detail-sec .extension-list-sec .extension-list-items {
  padding: 57px;
  position: absolute;
  top: 0;
  left: 0;
}
.innerpg-content-detail-sec .outer-text-content .lftside-detail-sec .extension-list-sec .extension-list-items h6 {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  color: #EFEFEF;
  margin-bottom: 24px;
}
.innerpg-content-detail-sec .outer-text-content .lftside-detail-sec .extension-list-sec .extension-list-items ul {
  margin: 0;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
.innerpg-content-detail-sec .outer-text-content .lftside-detail-sec .extension-list-sec .extension-list-items ul li {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  color: #EFEFEF;
  margin-bottom: 18px;
  padding-left: 46px;
  position: relative;
  cursor: pointer;
}
.innerpg-content-detail-sec .outer-text-content .lftside-detail-sec .extension-list-sec .extension-list-items ul li::before {
  content: "";
  position: absolute;
  background-image: url("../images/service-detail/arrow-blue.png");
  background-position: center;
  background-size: 22px;
  background-repeat: no-repeat;
  border-radius: unset;
  width: 22px;
  height: 22px;
  top: 0;
  left: 0;
}
.innerpg-content-detail-sec .outer-text-content .lftside-detail-sec ul {
  margin: 0;
  margin-bottom: 40px;
  padding: 0;
  list-style: none;
}
.innerpg-content-detail-sec .outer-text-content .lftside-detail-sec ul li {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 32px;
  color: rgba(47, 65, 81, 0.8);
  margin-bottom: 22px;
  padding-left: 40px;
  position: relative;
  cursor: pointer;
}
.innerpg-content-detail-sec .outer-text-content .lftside-detail-sec ul li::before {
  content: "";
  position: absolute;
  border-radius: 0px 10px 10px 0px;
  background: linear-gradient(137.49deg, #21B6E4 6.84%, #513CEF 106.89%);
  background-position: center;
  background-size: 16px;
  background-repeat: no-repeat;
  width: 12px;
  height: 16px;
  top: 8px;
  left: 0;
}
.innerpg-content-detail-sec .outer-text-content .rtside-detail-sec {
  width: 30%;
}
.innerpg-content-detail-sec .outer-text-content .rtside-detail-sec.is-stuck {
  right: auto;
}
@media screen and (min-width: 1024px) {
  .innerpg-content-detail-sec .outer-text-content .stickyform {
    padding-bottom: 30px;
  }
}

.side-bar-blogs-list {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 4px rgba(47, 65, 81, 0.1);
          box-shadow: 0px 4px 4px rgba(47, 65, 81, 0.1);
  border-radius: 30px;
  padding: 40px 40px 45px 45px;
  margin-bottom: 30px;
}
.side-bar-blogs-list h6 {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #2F4151;
  margin-bottom: 16px;
}
.side-bar-blogs-list p {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 30px;
  color: #2F4151;
  padding: 15px 0;
  border-bottom: 1px solid rgba(47, 65, 81, 0.2);
}
.side-bar-blogs-list p a {
  color: #2F4151;
}
.side-bar-blogs-list p a:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #624EF4;
}
.side-bar-blogs-list li.categories {
  list-style: none;
}
.side-bar-blogs-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.side-bar-blogs-list ul li {
  list-style: none;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 30px;
  color: #2F4151;
  padding: 15px 0;
  border-bottom: 1px solid rgba(47, 65, 81, 0.2);
}
.side-bar-blogs-list ul li a {
  color: #2F4151;
}
.side-bar-blogs-list ul li a:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #624EF4;
}

.detail-sidebar-blogs {
  margin: 0 !important;
  padding: 15px 0 15px 0;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
}
.detail-sidebar-blogs h6 {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #2F4151;
}
.detail-sidebar-blogs .tab-blogs-item {
  width: 100% !important;
  margin: 0 !important;
  margin-bottom: 15px;
  padding-top: 10px;
}

.side-bar-quote-form {
  background: linear-gradient(137.49deg, #21B6E4 6.84%, #513CEF 106.89%);
  border-radius: 30px;
  padding: 40px 40px 45px 45px;
  text-align: center;
  margin-bottom: 15px;
}
.side-bar-quote-form h6 {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #FFFFFF;
  margin-bottom: 17px;
}
.side-bar-quote-form input[type=text], .side-bar-quote-form input[type=email], .side-bar-quote-form input[type=tel] {
  border: 1px solid #ACBFEE;
  border-radius: 10px;
  background: transparent;
  height: 50px;
  padding: 10px 20px;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 15px;
  outline: none;
  width: 100%;
}
.side-bar-quote-form input[type=text]::-webkit-input-placeholder, .side-bar-quote-form input[type=email]::-webkit-input-placeholder, .side-bar-quote-form input[type=tel]::-webkit-input-placeholder {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.65);
}
.side-bar-quote-form input[type=text]::-moz-placeholder, .side-bar-quote-form input[type=email]::-moz-placeholder, .side-bar-quote-form input[type=tel]::-moz-placeholder {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.65);
}
.side-bar-quote-form input[type=text]:-ms-input-placeholder, .side-bar-quote-form input[type=email]:-ms-input-placeholder, .side-bar-quote-form input[type=tel]:-ms-input-placeholder {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.65);
}
.side-bar-quote-form input[type=text]::-ms-input-placeholder, .side-bar-quote-form input[type=email]::-ms-input-placeholder, .side-bar-quote-form input[type=tel]::-ms-input-placeholder {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.65);
}
.side-bar-quote-form input[type=text]::placeholder, .side-bar-quote-form input[type=email]::placeholder, .side-bar-quote-form input[type=tel]::placeholder {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.65);
}
.side-bar-quote-form textarea {
  border: 1px solid #ACBFEE;
  border-radius: 10px;
  background: transparent;
  height: 110px;
  padding: 10px 20px;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 23px;
  outline: none;
  width: 100%;
}
.side-bar-quote-form textarea::-webkit-input-placeholder {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.65);
}
.side-bar-quote-form textarea::-moz-placeholder {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.65);
}
.side-bar-quote-form textarea:-ms-input-placeholder {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.65);
}
.side-bar-quote-form textarea::-ms-input-placeholder {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.65);
}
.side-bar-quote-form textarea::placeholder {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.65);
}
.side-bar-quote-form input[type=submit] {
  background: #FFFFFF;
  border-radius: 30px;
  padding: 16px 25px;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #624EF4;
  min-height: 55px;
  text-align: center;
}
.side-bar-quote-form input[type=submit]:active {
  border-color: none;
  border: 2px solid #FFFFFF;
  background: transparent;
  color: #FFFFFF;
  opacity: 1;
}
.side-bar-quote-form input[type=submit]:hover {
  border-color: none;
  border: 2px solid #FFFFFF;
  background: transparent;
  color: #FFFFFF;
  opacity: 1;
}
.side-bar-quote-form form .wpcf7-not-valid-tip {
  text-align: left;
  font-size: 13px;
}
.side-bar-quote-form form .wpcf7-spinner {
  width: 100%;
}
.side-bar-quote-form form p {
  font-size: 13px;
  line-height: 13px;
}
.side-bar-quote-form form .wpcf7-response-output {
  font-size: 14px;
  padding: 10px;
  border-color: #dc3232 !important;
  color: rgba(255, 255, 255, 0.65);
}

.key-takeway-sec {
  padding: 33px 33px 35px 39px;
  background: #FFFFFF;
  border-radius: 20px;
}
.key-takeway-sec p {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 32px;
  color: rgba(47, 65, 81, 0.88);
  margin-bottom: 10px !important;
}

.service-data-details {
  background-color: #FFFFFF;
  padding-top: 90px;
  padding-bottom: 150px !important;
}
.service-data-details .service-title {
  padding-bottom: 64px !important;
}
.service-data-details .service-title p {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 32px;
  text-align: center;
  color: rgba(47, 65, 81, 0.8);
  opacity: 0.88;
  max-width: 780px;
  margin: 0 auto;
}
.service-data-details .data-detail-item {
  margin: 0 -18px;
}
.service-data-details .data-detail-item .item {
  width: calc(33.33% - 36px);
  margin: 0 18px;
  margin-bottom: 45px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}
.service-data-details .data-detail-item .item .item-content {
  min-height: unset;
}
.service-data-details .data-detail-item .item .item-content p {
  line-height: 32px;
  color: rgba(47, 65, 81, 0.8);
  opacity: 0.88;
}
.service-data-details .data-detail-item .item .read-more span a {
  color: #624EF4;
}

.innerpage-blogs-sec1 {
  padding-top: 98px;
  padding-bottom: 80px;
  background-color: #F7FAFB;
}
.innerpage-blogs-sec1 .outer-blogs-sec1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.innerpage-blogs-sec1 .outer-blogs-sec1 .blogs-sec1-image-sec {
  width: 50%;
  padding-right: 30px;
  height: 405px;
}
.innerpage-blogs-sec1 .outer-blogs-sec1 .blogs-sec1-image-sec img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}
.innerpage-blogs-sec1 .outer-blogs-sec1 .blogs-sec1-contnt-sec {
  width: 50%;
  padding-left: 30px;
}
.innerpage-blogs-sec1 .outer-blogs-sec1 .blogs-sec1-contnt-sec p {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 32px;
  color: rgba(47, 65, 81, 0.8);
  opacity: 0.88;
  margin-bottom: 14px;
}
.innerpage-blogs-sec1 .outer-blogs-sec1 .blogs-sec1-contnt-sec h6 {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #2F4151;
  margin-bottom: 14px;
}

span.date-txt {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  color: rgba(47, 65, 81, 0.8);
  margin-bottom: 12px;
}

.innerpage-blogs-rptd-sec {
  background-color: #F7FAFB;
  padding-top: 20px;
  padding-bottom: 80px;
}
.innerpage-blogs-rptd-sec .tab-blogs-item {
  margin-bottom: 60px;
}
.innerpage-blogs-rptd-sec .read-more span a {
  color: #624EF4;
}

.pagination {
  text-align: center;
  padding-top: 74px;
  padding-bottom: 74px;
}
.pagination span.page-numbers.current {
  width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 100%;
  background-color: #624EF4;
  color: #FFFFFF;
  border-radius: 30px;
  margin-right: 10px;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
}
.pagination span.page-numbers.dots {
  width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 100%;
}
.pagination a.page-numbers {
  width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 100%;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  color: #2F4151;
  border: 2px solid #624EF4;
  border-radius: 30px;
  margin-right: 10px;
  cursor: pointer;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
}
.pagination a.page-numbers:hover {
  color: #ffffff;
  background-color: #624EF4;
}
.pagination a.page-numbers.prev {
  background-image: url("../images/productlist/prev-arrow.svg");
  background-size: 8px;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 10px;
  border-radius: 30px;
  cursor: pointer;
}
.pagination a.page-numbers.prev:hover {
  background-color: transparent;
}
.pagination a.page-numbers.next {
  background-image: url("../images/productlist/next-arrow.svg");
  background-size: 8px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 30px;
  color: #2F4151;
  cursor: pointer;
}
.pagination a.page-numbers.next:hover {
  background-color: transparent;
}

.blog-detail-sec1 {
  padding-top: 125px;
  padding-bottom: 130px;
}
.blog-detail-sec1 .outer-text-content .rtside-detail-sec .side-bar-quote-form {
  margin-bottom: 30px;
}

.innerpage-testimonial-sec {
  background-color: #F7FAFB;
  padding-top: 58px;
  padding-bottom: 180px;
}
.innerpage-testimonial-sec .hm-outer-testimonial-content {
  -webkit-columns: 3;
     -moz-columns: 3;
          columns: 3;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
.innerpage-testimonial-sec .hm-outer-testimonial-content .testi-list-item {
  padding: 60px 38px;
  margin-bottom: 16px;
  width: calc(33.33% - 16px);
  -webkit-filter: drop-shadow(0px 3px 20px rgba(0, 0, 0, 0.03));
          filter: drop-shadow(0px 3px 20px rgba(0, 0, 0, 0.03));
  background: #FFFFFF;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}
.innerpage-testimonial-sec .hm-outer-testimonial-content .testi-list-item .testimonial-data {
  position: relative;
  padding-left: 30px;
}
.innerpage-testimonial-sec .hm-outer-testimonial-content .testi-list-item .testimonial-data p {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 26px;
  color: rgba(47, 65, 81, 0.8);
  margin-bottom: 30px;
}
.innerpage-testimonial-sec .hm-outer-testimonial-content .testi-list-item .testimonial-data:before {
  content: "";
  position: absolute;
  background-image: url("../images/quotes.svg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: 21px;
  width: 21px;
  height: 21px;
  top: 0;
  left: 0;
}
.innerpage-testimonial-sec .hm-outer-testimonial-content .testi-list-item .author-box {
  text-align: center;
}
.innerpage-testimonial-sec .hm-outer-testimonial-content .testi-list-item .author-box h6 {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 19.6458px;
  line-height: 20px;
  color: #2F4151;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
}
.innerpage-testimonial-sec .hm-outer-testimonial-content .testi-list-item .author-box h6::after {
  content: "";
  display: block;
  height: 1px;
  width: 62px;
  position: absolute;
  top: 50%;
  right: 0;
  background: rgba(47, 65, 81, 0.27);
}
.innerpage-testimonial-sec .hm-outer-testimonial-content .testi-list-item .author-box h6::before {
  content: "";
  display: block;
  height: 1px;
  width: 62px;
  position: absolute;
  top: 50%;
  left: 0;
  background: rgba(47, 65, 81, 0.27);
}
.innerpage-testimonial-sec .hm-outer-testimonial-content .testi-list-item .author-box span.author-txt {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 10.0957px;
  line-height: 13px;
  color: #2F4151;
}

.service-blog-sec {
  padding: 112px 0 198px;
}
.service-blog-sec h3 {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 40px;
  text-align: center;
  position: relative;
  text-transform: capitalize;
  width: 100%;
  max-width: 100px;
  margin: 0 auto;
}
.service-blog-sec h3::after {
  content: "";
  position: absolute;
  left: 0;
  width: 96px;
  bottom: -5px;
  height: 2px;
  background: #624EF4 !important;
}
.service-blog-sec .sr-outer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -22px;
  padding: 30px 0 30px 0;
}
.service-blog-sec .sr-outer-content .serv-blogs-item {
  width: calc(33.33% - 44px);
  margin: 0 22px;
  margin-bottom: 15px;
  overflow: hidden;
}
@media screen and (max-width: 915px) {
  .service-blog-sec .sr-outer-content .serv-blogs-item {
    width: calc(60% - 44px);
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .service-blog-sec .sr-outer-content .serv-blogs-item {
    width: calc(100% - 44px);
  }
}
.service-blog-sec .sr-outer-content .serv-blogs-item img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 12px;
  border-radius: 15px;
  border: 2px solid #FFFFFF;
  -webkit-filter: drop-shadow(0px 5px 15px rgba(102, 108, 124, 0.05));
          filter: drop-shadow(0px 5px 15px rgba(102, 108, 124, 0.05));
}
.service-blog-sec .sr-outer-content .serv-blogs-item img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
.service-blog-sec .sr-outer-content .serv-blogs-item h6 {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  color: #2F4151;
  min-height: 87px;
}
.service-blog-sec .ser-blogs-more {
  text-align: center;
  width: 100%;
  padding-top: 20px;
}
.service-blog-sec .ser-blogs-more .white-btn {
  border: 2px solid #624EF4;
  border-radius: 27px;
  padding: 15px 30px;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  background: transparent;
  color: rgba(47, 65, 81, 0.8);
  text-transform: capitalize;
  display: inline-block;
  position: relative;
  min-height: 55px;
  z-index: 1;
  cursor: pointer;
}

@media screen and (max-width: 1350px) {
  .hm-banner-sec .outer-hm-banner .banner-contnt-sec h1 {
    font-size: 57px;
    line-height: 75px;
  }
  .hm-aboutus-sec .outer-aboutus-sec .aboutus-contnt-sec h2 {
    font-size: 50px;
    line-height: 60px;
  }
  .hm-service-sec .outer-service-sec .service-title h2 {
    font-size: 50px;
    line-height: 60px;
  }
  .hm-contact-sec .outer-contact-sec h2 {
    font-size: 52px;
    line-height: 75px;
    max-width: 650px;
  }
  .hm-whychoose-sec .whychoose-title h2 {
    font-size: 50px;
    line-height: 60px;
  }
  .hm-whychoose-sec .outer-whychoose-sec .whychoose-contnt-sec h2 {
    font-size: 50px;
    line-height: 60px;
  }
  .hm-clients-sec .quick-facts-title h2 {
    font-size: 55px;
    line-height: 75px;
  }
  .hm-clients-sec .quick-facts-title .animated-counter .client_counter {
    font-size: 60px;
    line-height: 60px;
  }
  .hm-clients-sec .client-slider-sec .outer-slider-sec h2 {
    font-size: 50px;
    line-height: 60px;
  }
  .hm-blogs_study-sec .blogs_study-title h2 {
    font-size: 50px;
    line-height: 60px;
  }
  .innerpage-banner-sec {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .innerpage-banner-sec .outer-innerpage-banner .banner-contnt-sec h1 {
    font-size: 57px;
    line-height: 75px;
  }
  .innerpage-who-weare-sec .title-who-weare-sec h2 {
    font-size: 50px;
    line-height: 60px;
  }
  .innerpage-rptblocks-sec .outer-rptblocks-sec .item-rpt .rptblocks-contnt-sec h2 {
    font-size: 50px;
    line-height: 60px;
  }
  .offer-list-sec .outer-offer-sec .left-offer-sec h2 {
    font-size: 50px;
    line-height: 60px;
  }
  .innerpage-form-sec .outer-form-sec .title-form-sec h2 {
    font-size: 50px;
    line-height: 60px;
  }
  .innerpage-industry-sec .outer-industry-sec .industry-title h2 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media screen and (max-width: 1200px) {
  .footer-section .main-footer .footer-contents .main-outer .ft-maincontnt {
    padding-right: 18px;
  }
  .footer-section .main-footer .footer-contents .main-outer .ft-othercontnt {
    padding-left: 18px;
  }
  .footer-section .main-footer .footer-contents .main-outer .ft-othercontnt .ft-adrslinks {
    padding-left: 18px;
  }
  .footer-section .main-footer .footer-contents .main-outer .ft-othercontnt .ft-otherlinks {
    padding-left: 18px;
  }
  .footer-section .main-footer .footer-contents .main-outer .ft-maincontnt .ft-subcontnt p {
    font-size: 14px;
    line-height: 26px;
  }
  .footer-section .main-footer .footer-contents .main-outer .ft-othercontnt .link-item ul li {
    font-size: 14px;
    line-height: 24px;
  }
  .footer-section .main-footer .footer-contents .main-outer .ft-othercontnt .ft-otherlinks .link-item ul li {
    font-size: 16px;
    line-height: 26px;
  }
  .footer-section .main-footer .footer-contents .main-outer .ft-othercontnt .ft-otherlinks .link-item p {
    font-size: 16px;
    line-height: 26px;
  }
  .footer-section .main-footer .footer-contents .main-outer .ft-othercontnt .ft-qklinks h6 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 22px;
  }
  .footer-section .main-footer .footer-contents .main-outer .ft-othercontnt .ft-adrslinks h6 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 22px;
  }
  .footer-section .main-footer .footer-contents .main-outer .ft-othercontnt .ft-otherlinks h6 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 22px;
  }
  .footer-section .main-footer .footer-credits .credits-contents .policy-left {
    font-size: 14px;
  }
  .footer-section .main-footer .footer-credits .credits-contents .policy-left p {
    font-size: 14px;
    line-height: 14px;
  }
  .footer-section .main-footer .footer-credits .credits-contents .condition p {
    font-size: 14px;
    line-height: 24px;
  }
  .hm-banner-sec {
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .hm-banner-sec .outer-hm-banner .banner-contnt-sec {
    width: 60%;
  }
  .hm-banner-sec .outer-hm-banner .banner-image-sec {
    width: 40%;
  }
  .hm-banner-sec .outer-hm-banner .section-home-bg {
    right: -80px;
    width: 600px;
  }
  .hm-banner-sec .outer-hm-banner .banner-contnt-sec h1 {
    font-size: 55px;
    line-height: 75px;
  }
  .hm-aboutus-sec .outer-aboutus-sec .aboutus-contnt-sec h2 {
    font-size: 48px;
    line-height: 60px;
  }
  .hm-service-sec .outer-service-sec .service-title h2 {
    font-size: 48px;
    line-height: 60px;
  }
  .hm-contact-sec .outer-contact-sec h2 {
    font-size: 52px;
    line-height: 75px;
    max-width: 650px;
  }
  .hm-whychoose-sec .whychoose-title h2 {
    font-size: 48px;
    line-height: 60px;
  }
  .hm-whychoose-sec .outer-whychoose-sec .whychoose-contnt-sec h2 {
    font-size: 48px;
    line-height: 60px;
  }
  .hm-clients-sec .quick-facts-title h2 {
    font-size: 55px;
    line-height: 75px;
  }
  .hm-clients-sec .quick-facts-title .animated-counter .client_counter {
    font-size: 60px;
    line-height: 60px;
  }
  .hm-clients-sec .client-slider-sec .outer-slider-sec h2 {
    font-size: 50px;
    line-height: 60px;
  }
  .hm-blogs_study-sec .blogs_study-title h2 {
    font-size: 48px;
    line-height: 60px;
  }
  .hm-aboutus-sec {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .hm-service-sec {
    padding-bottom: 80px;
  }
  .hm-contact-sec .outer-contact-sec {
    padding: 80px 50px;
  }
  .hm-whychoose-sec {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .hm-whychoose-sec .whychoose-title {
    padding-bottom: 80px;
  }
  .hm-blogs_study-sec {
    padding-top: 80px;
  }
  .hm-service-item .item {
    padding: 50px 40px 40px;
  }
  .hm-clients-sec .client-slider-sec ul.slick-dots {
    bottom: 7%;
  }
  .hm-clients-sec .client-slider-sec .client-image-sec .client-outer-bg img.client-bg {
    width: 400px;
  }
  .hm-clients-sec .client-slider-sec .client-image-sec .client-outer-bg img.client-image {
    width: 400px;
  }
  .innerpage-banner-sec {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .innerpage-banner-sec .outer-innerpage-banner .banner-contnt-sec h1 {
    font-size: 55px;
    line-height: 75px;
  }
  .innerpage-banner-sec .outer-innerpage-banner .section-innerpg-bg {
    top: 20%;
    right: -40px;
    width: 600px;
  }
  .innerpage-who-weare-sec .title-who-weare-sec h2 {
    font-size: 48px;
    line-height: 60px;
  }
  .innerpage-rptblocks-sec .outer-rptblocks-sec .item-rpt .rptblocks-contnt-sec {
    padding-left: 80px;
  }
  .innerpage-rptblocks-sec .outer-rptblocks-sec .item-rpt .rptblocks-contnt-sec h2 {
    font-size: 48px;
    line-height: 60px;
  }
  .offer-list-sec .outer-offer-sec .left-offer-sec h2 {
    font-size: 48px;
    line-height: 60px;
  }
  .innerpage-form-sec .outer-form-sec .title-form-sec h2 {
    font-size: 48px;
    line-height: 60px;
  }
  .innerpage-industry-sec .outer-industry-sec .industry-title h2 {
    font-size: 48px;
    line-height: 60px;
  }
  .innerpage-testimonial-sec .hm-outer-testimonial-content .testi-list-item .author-box h6:before {
    width: 50px;
  }
  .innerpage-testimonial-sec .hm-outer-testimonial-content .testi-list-item .author-box h6:after {
    width: 50px;
  }
}
@media screen and (max-width: 1080px) {
  .footer-section .main-footer .footer-contents .main-outer .ft-maincontnt {
    width: 100%;
    padding-right: 0px;
  }
  .footer-section .main-footer .footer-contents .main-outer .ft-othercontnt {
    width: 100%;
    padding-left: 0px;
    padding-top: 60px;
  }
  .footer-section .main-footer .footer-contents .main-outer .ft-maincontnt .ft-logo {
    max-width: 250px;
  }
  .footer-section .main-footer .footer-nsltr h4 {
    font-size: 24px;
    line-height: 34px;
  }
  .footer-section .main-footer .footer-nsltr .nsltr-form form input {
    font-size: 14px;
    line-height: 14px;
    width: 360px;
  }
  .footer-section .main-footer .footer-nsltr .nsltr-form form button.sub-btn {
    width: 50px;
    height: 50px;
    background-size: 18px;
  }
  .footer-section .main-footer .footer-get-in-touch .inner-bg h3 {
    font-size: 32px;
    line-height: 42px;
  }
  .footer-section .main-footer .footer-get-in-touch .inner-bg {
    padding: 50px 50px;
  }
  .header .main-header .inner-header .navbar {
    position: fixed;
    background: #e5e4f2 !important;
    -webkit-box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.07);
            box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.07);
    top: 0;
    right: 0;
    max-width: 425px;
    height: 100vh;
    overflow: auto;
    width: 100%;
    z-index: 4;
    -webkit-transform: translateX(120%);
            transform: translateX(120%);
    -webkit-transition: 0.3s linear all;
    transition: 0.3s linear all;
    margin-right: 0px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .header .main-header .inner-header .navbar.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .header .main-header .inner-header .navbar ul.menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 120px 0px 20px 35px !important;
    width: 100%;
  }
  .header .main-header .inner-header .navbar ul.menu li {
    width: 100%;
    margin: 16px 0px;
  }
  .header .main-header .inner-header .navbar ul.menu li a {
    width: 100%;
    padding: 0px;
    padding-right: 55px;
    display: block;
    text-align: left;
    cursor: pointer;
  }
  .header .main-header .inner-header .toggle-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 5;
    margin-left: 40px;
  }
  .header .main-header .inner-header .quote-btn {
    margin-left: auto;
  }
  .header .main-header .inner-header .navbar ul.menu li span {
    left: auto;
    right: 40px;
  }
  .header .main-header .inner-header .navbar ul.menu li .sub-menu {
    position: relative;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0 20px;
    width: 100%;
    left: 0;
    top: 0;
  }
  .header .main-header .inner-header .navbar ul.menu li .sub-menu li:first-child {
    padding-top: 20px;
  }
  .header .main-header .inner-header .navbar ul.menu li .sub-menu:before {
    display: none;
  }
  .header .main-header .inner-header .navbar ul.menu li .sub-menu:after {
    display: none;
  }
  .header .main-header .inner-header .navbar #mega-menu-wrap-header_menu {
    width: 100%;
  }
  .header .main-header .inner-header .navbar #mega-menu-wrap-header_menu #mega-menu-header_menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    margin-right: 40px !important;
  }
  #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-megamenu > ul.mega-sub-menu {
    width: 85% !important;
  }
  .hm-banner-sec .outer-hm-banner .banner-contnt-sec h1 {
    font-size: 50px;
    line-height: 70px;
  }
  .hm-banner-sec .outer-hm-banner .section-home-bg {
    right: -50px;
    width: 500px;
  }
  .hm-banner-sec {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .hm-aboutus-sec .outer-aboutus-sec .aboutus-contnt-sec h2 {
    font-size: 45px;
    line-height: 55px;
  }
  .hm-service-sec .outer-service-sec .service-title h2 {
    font-size: 45px;
    line-height: 55px;
  }
  .hm-contact-sec .outer-contact-sec h2 {
    font-size: 50px;
    line-height: 70px;
  }
  .hm-whychoose-sec .whychoose-title h2 {
    font-size: 45px;
    line-height: 55px;
  }
  .hm-whychoose-sec .outer-whychoose-sec .whychoose-contnt-sec h2 {
    font-size: 45px;
    line-height: 55px;
  }
  .hm-clients-sec .client-slider-sec .outer-slider-sec h2 {
    font-size: 45px;
    line-height: 55px;
  }
  .hm-clients-sec .quick-facts-title h2 {
    font-size: 50px;
    line-height: 70px;
  }
  .hm-clients-sec .quick-facts-title .animated-counter .client_counter {
    font-size: 55px;
    line-height: 55px;
  }
  .hm-blogs_study-sec .blogs_study-title h2 {
    font-size: 45px;
    line-height: 55px;
  }
  .hm-clients-sec .client-slider-sec ul.slick-dots {
    bottom: 5%;
    right: 36%;
  }
  .hm-clients-sec .client-slider-sec .outer-slider-sec .client-testimonial-slider .client-content-sec .client-details p {
    margin-bottom: 20px;
  }
  .hm-aboutus-sec .outer-aboutus-sec .section-abt-bg {
    top: 10%;
    left: -5%;
    width: 550px;
  }
  .hm-whychoose-sec .outer-whychoose-sec .section-whychoose-bg {
    top: 0%;
    right: 2%;
    width: 550px;
  }
  .hm-clients-sec .quick-facts-title .section-client-bg {
    top: 5%;
    right: 15%;
    width: 750px;
  }
  .hm-clients-sec {
    padding-top: 70px;
  }
  .innerpage-banner-sec {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .innerpage-banner-sec .outer-innerpage-banner .banner-contnt-sec h1 {
    font-size: 50px;
    line-height: 70px;
  }
  .innerpage-banner-sec .outer-innerpage-banner .section-innerpg-bg {
    top: 30%;
    right: -25px;
    width: 500px;
  }
  .innerpage-banner-sec .outer-innerpage-banner .banner-image-sec {
    height: auto;
  }
  .innerpage-who-weare-sec .outer-who-weare-sec .who-weare-image-sec {
    width: 45%;
  }
  .innerpage-who-weare-sec .outer-who-weare-sec .who-weare-contnt-sec {
    width: 55%;
  }
  .innerpage-who-weare-sec {
    padding-bottom: 90px;
  }
  .innerpage-who-weare-sec .title-who-weare-sec h2 {
    font-size: 45px;
    line-height: 55px;
  }
  .innerpage-rptblocks-sec .outer-rptblocks-sec .item-rpt .rptblocks-cntbox-sec p span {
    font-size: 45px;
    line-height: 55px;
  }
  .innerpage-rptblocks-sec .outer-rptblocks-sec {
    padding: 90px 0;
  }
  .offer-list-sec .outer-offer-sec .left-offer-sec h2 {
    font-size: 45px;
    line-height: 55px;
  }
  .innerpage-form-sec .outer-form-sec .title-form-sec h2 {
    font-size: 45px;
    line-height: 55px;
  }
  .innerpage-address-sec .outer-address-sec .addrs-item .right-cnt p {
    font-size: 15px;
    line-height: 20px;
  }
  .innerpage-industry-sec .outer-industry-sec .industry-title h2 {
    font-size: 45px;
    line-height: 55px;
  }
  .blog-detail-banner-sec .outer-innerpage-banner .banner-image-sec img {
    height: 100%;
  }
  .innerpage-testimonial-sec .hm-outer-testimonial-content .testi-list-item .author-box h6:before {
    width: 35px;
  }
  .innerpage-testimonial-sec .hm-outer-testimonial-content .testi-list-item .author-box h6:after {
    width: 35px;
  }
}
@media screen and (max-width: 991px) {
  .footer-section .main-footer .footer-contents .main-outer {
    padding-bottom: 50px;
  }
  .footer-section .main-footer .footer-credits {
    padding: 30px 0;
  }
  .footer-section .main-footer .footer-contents .main-outer .ft-othercontnt .link-item ul li {
    margin-bottom: 14px;
  }
  .footer-section .main-footer .footer-contents .main-outer .ft-othercontnt .ft-otherlinks .link-item ul li {
    margin-bottom: 14px;
  }
  .footer-section .main-footer .footer-nsltr h4 {
    font-size: 22px;
    line-height: 32px;
  }
  .footer-section .main-footer .footer-nsltr .nsltr-form {
    padding: 10px 10px 10px 10px;
  }
  .footer-section .main-footer .footer-nsltr .nsltr-form form input {
    width: 300px;
  }
  .footer-section .main-footer .footer-nsltr h4 {
    max-width: 300px;
  }
  .footer-section .main-footer .footer-get-in-touch .inner-bg h3 {
    font-size: 30px;
    line-height: 40px;
  }
  .footer-section .main-footer .footer-get-in-touch .inner-bg .white-btn {
    font-size: 16px;
    line-height: 22px;
  }
  .hm-banner-sec .outer-hm-banner .banner-contnt-sec h1 {
    font-size: 45px;
    line-height: 60px;
  }
  .hm-banner-sec .outer-hm-banner .banner-contnt-sec h6 {
    font-size: 18px;
    line-height: 32px;
  }
  .hm-banner-sec .outer-hm-banner .section-home-bg {
    width: 440px;
  }
  .hm-banner-sec .outer-hm-banner .banner-image-sec {
    height: 450px;
  }
  .hm-banner-sec .outer-hm-banner .banner-contnt-sec a.white-btn {
    font-size: 15px;
    line-height: 20px;
    padding: 10px 22px;
    min-height: 45px;
  }
  .hm-aboutus-sec .outer-aboutus-sec .section-abt-bg {
    top: 20%;
    left: 0%;
    width: 450px;
  }
  .hm-aboutus-sec .outer-aboutus-sec .aboutus-contnt-sec p {
    font-size: 15px;
    line-height: 30px;
  }
  .hm-service-sec .outer-service-sec .section-servc-bg {
    left: 9%;
  }
  .hm-service-item .item .item-content p {
    font-size: 15px;
  }
  .hm-service-item .item {
    padding: 50px 30px 30px;
  }
  .hm-service-item .item .item-content h6 {
    font-size: 20px;
    line-height: 28px;
  }
  .hm-service-item .item .item-content img {
    height: 40px;
  }
  .hm-service-sec {
    padding-bottom: 60px;
  }
  .hm-contact-sec .outer-contact-sec h2 {
    font-size: 45px;
    line-height: 60px;
    max-width: 530px;
    padding: 10px 22px;
  }
  .white-btn {
    font-size: 15px;
    line-height: 20px;
    min-height: 45px;
  }
  .hm-aboutus-sec .outer-aboutus-sec .aboutus-contnt-sec h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .hm-service-sec .outer-service-sec .service-title h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .hm-whychoose-sec .whychoose-title h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .hm-whychoose-sec .outer-whychoose-sec .whychoose-contnt-sec h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .hm-clients-sec .quick-facts-title h2 {
    font-size: 45px;
    line-height: 60px;
  }
  .hm-clients-sec .quick-facts-title .animated-counter .client_counter {
    font-size: 50px;
    line-height: 50px;
  }
  .hm-clients-sec .client-slider-sec .outer-slider-sec h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .hm-blogs_study-sec .blogs_study-title h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .hm-outer-tab-content .tab-blogs-item a h6 {
    font-size: 18px;
    line-height: 28px;
    min-height: 65px;
  }
  .hm-blogs_study-sec .blogs-more a.white-btn {
    font-size: 15px;
    line-height: 20px;
  }
  .hm-blogs_study-sec .blogs_study-title {
    padding-bottom: 20px;
  }
  .hm-blogs_study-sec .hm-outer-horizontal-tab ul.resp-tabs-list li.reponsive-tab-item {
    font-size: 22px;
  }
  .hm-blogs_study-sec {
    padding-bottom: 170px;
  }
  .hm-whychoose-sec .whychoose-title {
    max-width: 800px;
  }
  .hm-whychoose-sec .whychoose-title p {
    font-size: 15px;
    line-height: 30px;
  }
  .hm-whychoose-sec .whychoose-title {
    padding-bottom: 50px;
  }
  .hm-whychoose-sec {
    padding-top: 60px;
  }
  .hm-whychoose-sec .outer-whychoose-sec .whychoose-contnt-sec p {
    font-size: 15px;
    line-height: 30px;
  }
  .hm-whychoose-sec .outer-whychoose-sec .section-whychoose-bg {
    right: 8%;
    width: 450px;
  }
  .hm-whychoose-sec .outer-whychoose-sec .whychoose-image-sec {
    height: auto;
  }
  .hm-clients-sec .quick-facts-title .section-client-bg {
    top: 2%;
    right: 10%;
  }
  .hm-clients-sec .quick-facts-title .animated-counter p {
    font-size: 16px;
    line-height: 32px;
  }
  .hm-clients-sec .quick-facts-title {
    min-height: 450px;
  }
  .hm-clients-sec .client-slider-sec .outer-slider-sec h6 {
    font-size: 18px;
    line-height: 30px;
  }
  .hm-clients-sec .client-slider-sec .outer-slider-sec .client-testimonial-slider .client-content-sec p {
    font-size: 15px;
    line-height: 30px;
  }
  .hm-clients-sec .client-slider-sec .outer-slider-sec .client-testimonial-slider .client-content-sec .client-details p {
    font-size: 14px;
    line-height: 22px;
  }
  .hm-clients-sec .client-slider-sec .outer-slider-sec .client-testimonial-slider .client-content-sec .client-details .white-btn {
    font-size: 15px;
    line-height: 20px;
    padding: 10px 28px;
  }
  .hm-clients-sec .client-slider-sec ul.slick-dots {
    bottom: 8%;
    right: 34%;
  }
  .hm-clients-sec .client-slider-sec .client-image-sec .client-outer-bg img.client-bg {
    left: 10%;
  }
  .innerpage-banner-sec .outer-innerpage-banner .banner-contnt-sec h1 {
    font-size: 45px;
    line-height: 60px;
  }
  .innerpage-banner-sec {
    padding-top: 30px;
  }
  .innerpage-banner-sec .outer-innerpage-banner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .innerpage-banner-sec .outer-innerpage-banner .section-innerpg-bg {
    right: -4px;
    width: 480px;
  }
  .innerpage-banner-sec .outer-innerpage-banner .banner-image-sec {
    width: 45%;
  }
  .innerpage-banner-sec .outer-innerpage-banner .banner-contnt-sec {
    width: 50%;
  }
  .innerpage-who-weare-sec .outer-who-weare-sec .who-weare-contnt-sec p {
    font-size: 15px;
    line-height: 30px;
  }
  .innerpage-who-weare-sec .title-who-weare-sec h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .innerpage-who-weare-sec {
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .innerpage-who-weare-sec .outer-who-weare-sec .who-weare-image-sec {
    padding-right: 20px;
  }
  .innerpage-who-weare-sec .outer-who-weare-sec .who-weare-contnt-sec {
    padding-left: 20px;
  }
  .innerpage-rptblocks-sec .outer-rptblocks-sec .item-rpt .rptblocks-contnt-sec h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .innerpage-rptblocks-sec .outer-rptblocks-sec .item-rpt .rptblocks-cntbox-sec p span {
    font-size: 40px;
    line-height: 50px;
  }
  .innerpage-rptblocks-sec .outer-rptblocks-sec .item-rpt .rptblocks-contnt-sec p {
    font-size: 15px;
    line-height: 30px;
  }
  .innerpage-rptblocks-sec .outer-rptblocks-sec .item-rpt .rptblocks-cntbox-sec p {
    font-size: 15px;
    line-height: 30px;
  }
  .innerpage-rptblocks-sec .outer-rptblocks-sec {
    padding: 80px 0;
  }
  .innerpage-rptblocks-sec .outer-rptblocks-sec .item-rpt .rptblocks-contnt-sec {
    padding-left: 60px;
  }
  .innerpage-rptblocks-sec .outer-rptblocks-sec .item-rpt .rptblocks-cntbox-sec {
    padding: 40px 30px;
  }
  .offer-list-sec .outer-offer-sec .left-offer-sec h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .offer-list-sec .outer-offer-sec .left-offer-sec p {
    font-size: 15px;
    line-height: 30px;
  }
  .offer-list-sec .outer-offer-sec .right-offer-sec ul li {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 20px;
  }
  .offer-list-sec .outer-offer-sec .right-offer-sec ul li a {
    font-size: 15px;
    line-height: 25px;
  }
  .offer-list-sec .outer-offer-sec .right-offer-sec ul li:before {
    top: 7px;
  }
  .offer-list-sec .outer-offer-sec .left-offer-sec {
    width: 45%;
  }
  .offer-list-sec .outer-offer-sec .right-offer-sec {
    width: 55%;
  }
  .offer-list-sec {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .innerpage-form-sec .outer-form-sec .title-form-sec h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .innerpage-form-sec .outer-form-sec .field-form-sec form input[type=email]::-webkit-input-placeholder, .innerpage-form-sec .outer-form-sec .field-form-sec form input[type=tel]::-webkit-input-placeholder, .innerpage-form-sec .outer-form-sec .field-form-sec form input[type=text]::-webkit-input-placeholder {
    font-size: 15px;
    line-height: 15px;
  }
  .innerpage-form-sec .outer-form-sec .field-form-sec form input[type=email]::-moz-placeholder, .innerpage-form-sec .outer-form-sec .field-form-sec form input[type=tel]::-moz-placeholder, .innerpage-form-sec .outer-form-sec .field-form-sec form input[type=text]::-moz-placeholder {
    font-size: 15px;
    line-height: 15px;
  }
  .innerpage-form-sec .outer-form-sec .field-form-sec form input[type=email]:-ms-input-placeholder, .innerpage-form-sec .outer-form-sec .field-form-sec form input[type=tel]:-ms-input-placeholder, .innerpage-form-sec .outer-form-sec .field-form-sec form input[type=text]:-ms-input-placeholder {
    font-size: 15px;
    line-height: 15px;
  }
  .innerpage-form-sec .outer-form-sec .field-form-sec form input[type=email]::-ms-input-placeholder, .innerpage-form-sec .outer-form-sec .field-form-sec form input[type=tel]::-ms-input-placeholder, .innerpage-form-sec .outer-form-sec .field-form-sec form input[type=text]::-ms-input-placeholder {
    font-size: 15px;
    line-height: 15px;
  }
  .innerpage-form-sec .outer-form-sec .field-form-sec form input[type=email]::placeholder, .innerpage-form-sec .outer-form-sec .field-form-sec form input[type=file], .innerpage-form-sec .outer-form-sec .field-form-sec form input[type=tel]::placeholder, .innerpage-form-sec .outer-form-sec .field-form-sec form input[type=text]::placeholder {
    font-size: 15px;
    line-height: 15px;
  }
  .innerpage-form-sec .outer-form-sec .field-form-sec form input[type=email], .innerpage-form-sec .outer-form-sec .field-form-sec form input[type=file], .innerpage-form-sec .outer-form-sec .field-form-sec form input[type=tel], .innerpage-form-sec .outer-form-sec .field-form-sec form input[type=text] {
    font-size: 15px;
    line-height: 15px;
  }
  .innerpage-form-sec .outer-form-sec .field-form-sec form textarea {
    font-size: 15px;
    line-height: 15px;
  }
  .innerpage-form-sec .outer-form-sec .field-form-sec form textarea::-webkit-input-placeholder {
    font-size: 15px;
    line-height: 15px;
  }
  .innerpage-form-sec .outer-form-sec .field-form-sec form textarea::-moz-placeholder {
    font-size: 15px;
    line-height: 15px;
  }
  .innerpage-form-sec .outer-form-sec .field-form-sec form textarea:-ms-input-placeholder {
    font-size: 15px;
    line-height: 15px;
  }
  .innerpage-form-sec .outer-form-sec .field-form-sec form textarea::-ms-input-placeholder {
    font-size: 15px;
    line-height: 15px;
  }
  .innerpage-form-sec .outer-form-sec .field-form-sec form textarea::placeholder {
    font-size: 15px;
    line-height: 15px;
  }
  .innerpage-form-sec .outer-form-sec .field-form-sec form .submit-btn input[type=submit] {
    font-size: 16px;
    line-height: 16px;
    padding: 14px 22px;
    width: 185px;
    min-height: 50px;
  }
  .innerpage-address-sec .outer-address-sec .addrs-item .left-img {
    width: 45px;
  }
  .innerpage-address-sec .outer-address-sec .middle-phone {
    width: 33.33%;
  }
  .innerpage-address-sec .outer-address-sec .right-mail {
    width: 33.33%;
  }
  .innerpage-address-sec .outer-address-sec .left-loctn {
    width: 33.33%;
  }
  .innerpage-industry-item .item a h6 {
    font-size: 16px;
    line-height: 26px;
  }
  .innerpage-industry-item .item {
    width: calc(33.33% - 20px);
  }
  .innerpage-industry-sec .outer-industry-sec .industry-title h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .innerpage-industry-item .item a p {
    font-size: 16px;
    line-height: 26px;
  }
  .detail-top p.cntr-btm {
    font-size: 16px;
    line-height: 28px;
  }
  .innerpg-content-detail-sec .outer-text-content .lftside-detail-sec p {
    font-size: 15px;
    line-height: 30px;
  }
  .side-bar-quote-form {
    padding: 40px 30px 40px 30px;
  }
  .side-bar-quote-form input[type=email], .side-bar-quote-form input[type=tel], .side-bar-quote-form input[type=text] {
    font-size: 15px;
    line-height: 30px;
  }
  .side-bar-quote-form input[type=email]::-webkit-input-placeholder, .side-bar-quote-form input[type=tel]::-webkit-input-placeholder, .side-bar-quote-form input[type=text]::-webkit-input-placeholder {
    font-size: 15px;
    line-height: 30px;
  }
  .side-bar-quote-form input[type=email]::-moz-placeholder, .side-bar-quote-form input[type=tel]::-moz-placeholder, .side-bar-quote-form input[type=text]::-moz-placeholder {
    font-size: 15px;
    line-height: 30px;
  }
  .side-bar-quote-form input[type=email]:-ms-input-placeholder, .side-bar-quote-form input[type=tel]:-ms-input-placeholder, .side-bar-quote-form input[type=text]:-ms-input-placeholder {
    font-size: 15px;
    line-height: 30px;
  }
  .side-bar-quote-form input[type=email]::-ms-input-placeholder, .side-bar-quote-form input[type=tel]::-ms-input-placeholder, .side-bar-quote-form input[type=text]::-ms-input-placeholder {
    font-size: 15px;
    line-height: 30px;
  }
  .side-bar-quote-form input[type=email]::placeholder, .side-bar-quote-form input[type=tel]::placeholder, .side-bar-quote-form input[type=text]::placeholder {
    font-size: 15px;
    line-height: 30px;
  }
  .side-bar-quote-form textarea {
    font-size: 15px;
    line-height: 30px;
  }
  .side-bar-quote-form textarea::-webkit-input-placeholder {
    font-size: 15px;
    line-height: 30px;
  }
  .side-bar-quote-form textarea::-moz-placeholder {
    font-size: 15px;
    line-height: 30px;
  }
  .side-bar-quote-form textarea:-ms-input-placeholder {
    font-size: 15px;
    line-height: 30px;
  }
  .side-bar-quote-form textarea::-ms-input-placeholder {
    font-size: 15px;
    line-height: 30px;
  }
  .side-bar-quote-form textarea::placeholder {
    font-size: 15px;
    line-height: 30px;
  }
  .side-bar-quote-form input[type=submit] {
    font-size: 15px;
    line-height: 20px;
  }
  .innerpg-content-detail-sec .outer-text-content .lftside-detail-sec .extension-list-sec .extension-list-items ul.extension-list li {
    font-size: 15px;
    line-height: 20px;
  }
  .service-data-details .data-detail-item .item {
    width: calc(50% - 36px);
  }
  .innerpg-content-detail-sec .outer-text-content .lftside-detail-sec ul li {
    font-size: 15px;
    line-height: 30px;
  }
  .side-bar-blogs-list ul li {
    font-size: 15px;
    line-height: 30px;
  }
  .innerpg-content-detail-sec .outer-text-content .lftside-detail-sec h6 {
    font-size: 20px;
  }
  .innerpg-content-detail-sec .outer-text-content .lftside-detail-sec ul.lft-detail-list li {
    font-size: 15px;
    line-height: 30px;
  }
  .side-bar-blogs-list p {
    font-size: 15px;
    line-height: 30px;
  }
  .side-bar-blogs-list {
    padding: 40px 30px 40px 30px;
  }
  .blog-detail-sec1 {
    padding-bottom: 100px !important;
  }
  .innerpg-content-detail-sec .outer-text-content .lftside-detail-sec .extension-list-sec .extension-list-items ul li {
    font-size: 15px;
  }
  .innerpage-testimonial-sec .hm-outer-testimonial-content .testi-list-item {
    padding: 50px 30px;
  }
  .innerpage-testimonial-sec .hm-outer-testimonial-content .testi-list-item .author-box h6 {
    font-size: 18px;
  }
}
@media screen and (max-width: 880px) {
  .footer-section .main-footer .footer-contents .main-outer .ft-othercontnt .ft-otherlinks .link-item ul li {
    font-size: 14px;
    line-height: 24px;
  }
  .footer-section .main-footer .footer-contents .main-outer .ft-othercontnt .ft-otherlinks .link-item p {
    font-size: 14px;
    line-height: 24px;
  }
  .footer-section .main-footer .footer-get-in-touch .inner-bg h3 {
    font-size: 28px;
    line-height: 38px;
    width: 50%;
  }
  .footer-section .main-footer .footer-get-in-touch .inner-bg {
    padding: 40px 40px;
  }
  .hm-aboutus-sec .outer-aboutus-sec .aboutus-image-sec {
    width: 45%;
    height: 500px;
  }
  .hm-aboutus-sec .outer-aboutus-sec .aboutus-contnt-sec {
    width: 55%;
  }
  .hm-aboutus-sec .outer-aboutus-sec .section-abt-bg {
    left: 2%;
    width: 350px;
  }
  .hm-aboutus-sec .outer-aboutus-sec .aboutus-contnt-sec h2 {
    font-size: 35px;
    line-height: 48px;
  }
  .hm-service-sec .outer-service-sec .service-title h2 {
    font-size: 35px;
    line-height: 48px;
  }
  .hm-whychoose-sec .whychoose-title h2 {
    font-size: 35px;
    line-height: 48px;
  }
  .hm-whychoose-sec .outer-whychoose-sec .whychoose-contnt-sec h2 {
    font-size: 35px;
    line-height: 48px;
  }
  .hm-clients-sec .client-slider-sec .outer-slider-sec h2 {
    font-size: 35px;
    line-height: 48px;
  }
  .hm-blogs_study-sec .blogs_study-title h2 {
    font-size: 35px;
    line-height: 48px;
  }
  .hm-clients-sec .quick-facts-title h2 {
    font-size: 42px;
    line-height: 46px;
  }
  .hm-clients-sec .quick-facts-title .animated-counter .client_counter {
    font-size: 45px;
  }
  .hm-clients-sec .quick-facts-title .section-client-bg {
    right: 5%;
  }
  .hm-contact-sec .outer-contact-sec h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .hm-contact-sec .outer-contact-sec {
    padding: 50px 50px;
  }
  .hm-whychoose-sec .outer-whychoose-sec .section-whychoose-bg {
    top: 5%;
    right: 15%;
    width: 350px;
  }
  .hm-service-item {
    margin: 0 -15px;
  }
  .hm-service-item .item {
    width: calc(33.33% - 30px);
    margin: 0 15px;
    margin-bottom: 32px;
  }
  .hm-aboutus-sec {
    padding-bottom: 80px;
  }
  .hm-clients-sec .client-slider-sec .client-image-sec .client-outer-bg img.client-bg {
    left: 10%;
  }
  .hm-outer-tab-content {
    margin: 0 -15px;
  }
  .hm-outer-tab-content .tab-blogs-item {
    width: calc(33.33% - 30px);
    margin: 0 15px;
    margin-bottom: 15px;
  }
  .innerpage-who-weare-sec .title-who-weare-sec h2 {
    font-size: 35px;
    line-height: 48px;
  }
  .innerpage-rptblocks-sec .outer-rptblocks-sec .item-rpt .rptblocks-contnt-sec h2 {
    font-size: 35px;
    line-height: 48px;
  }
  .innerpage-rptblocks-sec .outer-rptblocks-sec .item-rpt .rptblocks-cntbox-sec p span {
    font-size: 35px;
    line-height: 48px;
  }
  .innerpage-rptblocks-sec .outer-rptblocks-sec .item-rpt .rptblocks-contnt-sec {
    padding-left: 40px;
  }
  .innerpage-rptblocks-sec .outer-rptblocks-sec {
    padding: 60px 0;
  }
  .innerpage-rptblocks-sec .outer-rptblocks-sec:nth-child(2) {
    padding-bottom: 150px;
  }
  .offer-list-sec .outer-offer-sec .left-offer-sec h2 {
    font-size: 35px;
    line-height: 48px;
  }
  .offer-list-sec {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .innerpage-form-sec .outer-form-sec .title-form-sec h2 {
    font-size: 35px;
    line-height: 48px;
  }
  .innerpage-form-sec .outer-form-sec .field-form-sec form .left-field {
    width: 50%;
  }
  .innerpage-form-sec .outer-form-sec .field-form-sec form .right-field {
    width: 50%;
  }
  .innerpage-form-sec {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .innerpage-form-sec .outer-form-sec .field-form-sec form input[type=email], .innerpage-form-sec .outer-form-sec .field-form-sec form input[type=file], .innerpage-form-sec .outer-form-sec .field-form-sec form input[type=tel], .innerpage-form-sec .outer-form-sec .field-form-sec form input[type=text] {
    max-width: 100%;
  }
  .innerpage-form-sec .outer-form-sec .field-form-sec form textarea {
    max-width: 100%;
  }
  .innerpage-address-sec .outer-address-sec .addrs-item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .innerpage-address-sec .outer-address-sec .addrs-item .right-cnt {
    width: 100%;
  }
  .innerpage-address-sec .outer-address-sec .addrs-item .left-img {
    padding-right: 0px;
    padding-bottom: 13px;
    width: 40px;
  }
  .innerpage-industry-sec .outer-industry-sec .industry-title h2 {
    font-size: 35px;
    line-height: 48px;
  }
  .innerpage-toptitle-sec {
    padding-top: 70px;
  }
  .innerpage-fullimg-sec {
    height: 380px;
  }
  .innerpage-industry-sec {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 850px) {
  .hm-aboutus-sec .outer-aboutus-sec .aboutus-image-sec {
    width: 100%;
    padding-right: 0px;
  }
  .hm-aboutus-sec .outer-aboutus-sec .aboutus-contnt-sec {
    width: 100%;
    padding-left: 0px;
    padding-bottom: 20px;
  }
  .hm-service-item .item {
    width: calc(50% - 30px);
  }
  .hm-aboutus-sec .outer-aboutus-sec .section-abt-bg {
    width: auto;
    left: 25%;
    top: 30%;
  }
  .hm-aboutus-sec .outer-aboutus-sec .aboutus-image-sec img {
    width: 100%;
    max-height: 500px;
  }
  .hm-aboutus-sec .outer-aboutus-sec .aboutus-image-sec {
    height: auto;
  }
  .hm-whychoose-sec .outer-whychoose-sec .whychoose-contnt-sec {
    width: 100%;
    padding-right: 0px;
  }
  .hm-whychoose-sec .outer-whychoose-sec .whychoose-image-sec {
    width: 100%;
    max-width: none;
    padding-left: 0px;
    padding-bottom: 20px;
  }
  .hm-whychoose-sec .outer-whychoose-sec .whychoose-image-sec img {
    width: 100%;
    max-height: 500px;
  }
  .hm-whychoose-sec .whychoose-title {
    padding-bottom: 30px;
  }
  .hm-whychoose-sec .outer-whychoose-sec .section-whychoose-bg {
    top: 0%;
    right: 8%;
    width: 100%;
  }
  .hm-whychoose-sec {
    padding-bottom: 80px;
  }
  .hm-clients-sec .client-slider-sec .client-image-sec {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 34px;
  }
  .hm-clients-sec .client-slider-sec .client-image-sec .client-outer-bg img.client-bg {
    bottom: 0px;
    height: 620px;
  }
  .hm-clients-sec .client-slider-sec .client-image-sec .client-outer-bg img.client-image {
    height: 620px;
  }
  .hm-clients-sec .client-slider-sec .outer-slider-sec {
    width: 100%;
    padding-left: 0px;
  }
  .hm-clients-sec .client-slider-sec ul.slick-dots {
    bottom: 0%;
    right: auto;
  }
  .hm-clients-sec .client-slider-sec .outer-slider-sec .client-testimonial-slider .client-content-sec .client-details .white-btn {
    margin-bottom: 20px;
  }
  .hm-outer-tab-content .tab-blogs-item {
    width: calc(50% - 30px);
  }
  .hm-outer-tab-content .tab-blogs-item a img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .hm-outer-tab-content {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
  .hm-blogs_study-sec {
    padding-bottom: 140px;
  }
  .hm-outer-tab-content {
    border: none;
  }
  .hm-clients-sec .client-slider-sec ul.slick-dots {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .innerpage-who-weare-sec .outer-who-weare-sec .who-weare-image-sec {
    width: 100%;
    padding-right: 0px;
  }
  .innerpage-who-weare-sec .outer-who-weare-sec .who-weare-contnt-sec {
    width: 100%;
    padding-left: 0px;
  }
  .innerpage-who-weare-sec .outer-who-weare-sec .who-weare-image-sec {
    height: auto;
    padding-bottom: 30px;
  }
  .innerpage-who-weare-sec .outer-who-weare-sec .who-weare-image-sec img {
    width: 100%;
    max-height: 400px;
  }
  .innerpage-rptblocks-sec .outer-rptblocks-sec .item-rpt .rptblocks-cntbox-sec {
    width: 100%;
  }
  .innerpage-rptblocks-sec .outer-rptblocks-sec .item-rpt .rptblocks-contnt-sec {
    width: 100%;
    padding-left: 0px;
    margin-bottom: 30px;
  }
  .innerpage-rptblocks-sec .outer-rptblocks-sec .item-rpt .rptblocks-image-sec {
    width: 100%;
    padding-left: 0px;
    padding-bottom: 30px;
  }
  .innerpage-rptblocks-sec .outer-rptblocks-sec .item-rpt .rptblocks-image-sec img {
    max-height: 400px;
  }
  .innerpage-rptblocks-sec .outer-rptblocks-sec:nth-child(2) .item-rpt .rptblocks-contnt-sec {
    padding-right: 0px;
  }
  .innerpg-content-detail-sec .outer-text-content .lftside-detail-sec {
    width: 100%;
    padding-bottom: 30px;
    padding-right: 0px;
  }
  .innerpg-content-detail-sec .outer-text-content .rtside-detail-sec {
    width: 100%;
  }
  .innerpg-content-detail-sec {
    padding-bottom: 80px;
  }
  .innerpage-testimonial-sec .hm-outer-testimonial-content {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
  .innerpage-testimonial-sec .hm-outer-testimonial-content .testi-list-item {
    width: 100%;
  }
  .innerpage-testimonial-sec .hm-outer-testimonial-content .testi-list-item .author-box h6:after {
    right: 30%;
  }
  .innerpage-testimonial-sec .hm-outer-testimonial-content .testi-list-item .author-box h6:before {
    left: 30%;
  }
  .innerpage-testimonial-sec {
    padding-bottom: 160px;
  }
  .innerpage-blogs-rptd-sec .hm-outer-tab-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pagination {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 780px) {
  .footer-section .main-footer .footer-nsltr h4 {
    max-width: 255px;
    font-size: 20px;
    line-height: 30px;
  }
  .footer-section .main-footer .footer-nsltr .nsltr-form form input {
    width: 255px;
    padding: 10px 10px;
  }
  .footer-section .main-footer .footer-nsltr .nsltr-form form button.sub-btn {
    width: 45px;
    height: 45px;
    background-size: 15px;
  }
  .blue-hdr-btn {
    font-size: 16px;
    padding: 12px 20px 12px 50px;
    min-height: 40px;
    line-height: 16px;
  }
  .blue-hdr-btn:before {
    background-size: 18px;
    top: 12px;
  }
  .header .main-header .inner-header .toggle-menu img {
    width: 40px;
    height: 40px;
  }
  .header .main-header .inner-header .toggle-menu {
    margin-left: 30px;
  }
  .hm-clients-sec .client-slider-sec .client-image-sec .client-outer-bg img.client-bg {
    height: 550px;
  }
  .hm-clients-sec .client-slider-sec .client-image-sec .client-outer-bg img.client-image {
    height: 550px;
    width: 400px;
  }
  .hm-clients-sec .quick-facts-title .animated-counter .client_counter {
    font-size: 30px;
    line-height: 30px;
  }
  .hm-clients-sec .quick-facts-title h2 {
    font-size: 34px;
    line-height: 44px;
  }
  .hm-clients-sec .quick-facts-title .animated-counter p {
    font-size: 14px;
  }
  .hm-clients-sec .quick-facts-title .section-client-bg {
    right: 10%;
    width: 600px;
    top: 0%;
  }
  .hm-clients-sec .quick-facts-title {
    padding-top: 120px;
  }
  .hm-clients-sec .quick-facts-title {
    min-height: 340px;
  }
  .hm-banner-sec .outer-hm-banner .banner-contnt-sec {
    width: 55%;
  }
  .hm-banner-sec .outer-hm-banner .banner-contnt-sec h1 {
    font-size: 38px;
    line-height: 48px;
  }
  .hm-banner-sec .outer-hm-banner .banner-contnt-sec h6 {
    font-size: 16px;
    line-height: 26px;
  }
  .hm-banner-sec .outer-hm-banner .banner-image-sec {
    height: 400px;
    width: 45%;
  }
  .hm-aboutus-sec .outer-aboutus-sec .aboutus-contnt-sec h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .hm-aboutus-sec .outer-aboutus-sec .aboutus-contnt-sec h6 {
    font-size: 20px;
  }
  .hm-service-sec .outer-service-sec .service-title h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .hm-service-sec .outer-service-sec .service-title {
    margin-bottom: 20px;
  }
  .hm-service-sec .outer-service-sec .service-title h6 {
    font-size: 20px;
  }
  .hm-contact-sec .outer-contact-sec h2 {
    font-size: 34px;
    line-height: 44px;
    max-width: 450px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .hm-whychoose-sec .whychoose-title h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .hm-whychoose-sec .outer-whychoose-sec .whychoose-contnt-sec h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .hm-clients-sec .client-slider-sec .outer-slider-sec h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .hm-blogs_study-sec .blogs_study-title h2 {
    font-size: 32px;
    line-height: 42px;
    margin: 0;
  }
  .hm-aboutus-sec .outer-aboutus-sec .section-abt-bg {
    left: 20%;
  }
  .hm-outer-tab-content .tab-blogs-item p {
    font-size: 15px;
    line-height: 30px;
  }
  .hm-outer-tab-content .tab-blogs-item a h6 {
    font-size: 17px;
    line-height: 27px;
  }
  .read-more span {
    font-size: 15px;
    line-height: 15px;
  }
  .innerpage-banner-sec .outer-innerpage-banner .banner-contnt-sec h1 {
    font-size: 38px;
    line-height: 48px;
  }
  .innerpage-banner-sec .outer-innerpage-banner .section-innerpg-bg {
    width: 450px;
  }
  .innerpage-who-weare-sec .title-who-weare-sec h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .innerpage-rptblocks-sec .outer-rptblocks-sec .item-rpt .rptblocks-contnt-sec h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .innerpage-rptblocks-sec .outer-rptblocks-sec .item-rpt .rptblocks-cntbox-sec p span {
    font-size: 32px;
    line-height: 42px;
  }
  .offer-list-sec .outer-offer-sec .left-offer-sec h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .innerpage-banner-sec .outer-innerpage-banner .banner-contnt-sec p {
    font-size: 15px;
    line-height: 30px;
  }
  .innerpage-form-sec .outer-form-sec .title-form-sec h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .innerpage-industry-sec .outer-industry-sec .industry-title h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .innerpage-blogs-sec1 .outer-blogs-sec1 .blogs-sec1-image-sec {
    padding-right: 20px;
  }
  .innerpage-blogs-sec1 .outer-blogs-sec1 .blogs-sec1-contnt-sec {
    padding-left: 20px;
  }
  .innerpage-blogs-sec1 .outer-blogs-sec1 .blogs-sec1-contnt-sec p {
    font-size: 15px;
    line-height: 30px;
  }
  .innerpage-blogs-sec1 .outer-blogs-sec1 .blogs-sec1-contnt-sec h6 {
    font-size: 20px;
  }
  .innerpage-blogs-sec1 {
    padding-top: 70px;
    padding-bottom: 50px;
  }
  .blog-detail-sec1 {
    padding-top: 100px;
  }
  .error-page .error_img {
    height: 400px;
  }
  .error-page a.backto-home {
    font-size: 14px;
    min-height: 40px;
    padding: 11px 24px 11px 24px;
  }
}
@media screen and (max-width: 767px) {
  .footer-section .main-footer .footer-credits {
    padding: 20px 0;
  }
  .footer-section .main-footer .footer-contents .main-outer {
    padding-bottom: 40px;
  }
  .footer-section .main-footer .footer-contents .main-outer .ft-maincontnt .ft-subcontnt ul.ft-social li {
    width: 40px;
    height: 40px;
  }
  .footer-section .main-footer .footer-contents .main-outer .ft-maincontnt .ft-subcontnt ul.ft-social li svg {
    width: 16px;
    height: 16px;
  }
  .footer-section .main-footer .footer-get-in-touch .inner-bg h3 {
    font-size: 26px;
    line-height: 36px;
  }
  .footer-section .main-footer .footer-get-in-touch .inner-bg {
    padding: 40px 30px;
  }
  .innerpage-banner-sec .outer-innerpage-banner .section-innerpg-bg {
    right: -40px;
  }
  .innerpage-rptblocks-sec .outer-rptblocks-sec:nth-child(2) {
    padding-bottom: 120px;
  }
  .innerpage-address-sec .outer-address-sec .left-loctn {
    width: 100%;
    margin-bottom: 15px;
  }
  .innerpage-address-sec .outer-address-sec .middle-phone {
    width: 50%;
  }
  .innerpage-address-sec .outer-address-sec .right-mail {
    width: 50%;
  }
  .innerpage-industry-item .item {
    min-height: 200px;
    padding: 33px 20px;
  }
  .innerpage-industry-item .item:hover {
    min-height: 200px;
  }
  .innerpage-industry-item .item a img {
    height: 50px;
  }
  .detail-top h6.cntr-top {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 760px) {
  .footer-section .main-footer .footer-contents .main-outer .ft-maincontnt .ft-logo {
    max-width: 200px;
  }
  .hm-blogs_study-sec .hm-outer-horizontal-tab ul.resp-tabs-list {
    display: none;
  }
  .hm-blogs_study-sec .hm-outer-horizontal-tab .section-blogs-bg {
    z-index: -1;
  }
  .hm-blogs_study-sec .hm-outer-horizontal-tab .hm-outer-tab-content {
    border: none;
  }
  .offer-list-sec .outer-offer-sec .left-offer-sec {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 30px;
  }
  .offer-list-sec .outer-offer-sec .right-offer-sec {
    width: 100%;
    padding-left: 0px;
  }
  .innerpage-form-sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 680px) {
  .footer-section .main-footer .footer-contents .main-outer .ft-othercontnt .ft-qklinks {
    width: 50%;
    padding-bottom: 20px;
  }
  .footer-section .main-footer .footer-contents .main-outer .ft-othercontnt .ft-adrslinks {
    width: 50%;
    padding-bottom: 20px;
  }
  .footer-section .main-footer .footer-contents .main-outer .ft-othercontnt .ft-otherlinks {
    width: 50%;
    padding-left: 0px;
  }
  .footer-section .main-footer .footer-get-in-touch .inner-bg h3 {
    font-size: 24px;
    line-height: 34px;
  }
  .footer-section .main-footer .footer-get-in-touch .inner-bg .white-btn {
    font-size: 14px;
    line-height: 20px;
    padding: 12px 20px;
    min-height: 45px;
  }
  .footer-section .main-footer .footer-nsltr h4 {
    max-width: 100%;
    margin-bottom: 20px;
    text-align: left;
  }
  .hm-clients-sec .quick-facts-title .section-client-bg {
    right: 4%;
  }
  .hm-banner-sec .outer-hm-banner .banner-contnt-sec {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 30px;
  }
  .hm-banner-sec .outer-hm-banner .banner-image-sec {
    height: auto;
    width: 100%;
    padding-left: 0px;
  }
  .hm-banner-sec .outer-hm-banner .banner-image-sec img {
    height: 400px;
  }
  .hm-banner-sec .outer-hm-banner .section-home-bg {
    right: 0px;
    top: 50%;
  }
  .hm-aboutus-sec {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .hm-service-sec {
    padding-bottom: 40px;
  }
  .hm-whychoose-sec {
    padding-bottom: 50px;
  }
  .hm-blogs_study-sec {
    padding-top: 50px;
  }
  .innerpage-banner-sec .outer-innerpage-banner .banner-contnt-sec {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 30px;
    text-align: center;
  }
  .innerpage-banner-sec .outer-innerpage-banner .banner-image-sec {
    width: 100%;
    padding-left: 0px;
  }
  .innerpage-banner-sec .outer-innerpage-banner .banner-image-sec img {
    height: 400px;
  }
  .offer-list-sec .outer-offer-sec .right-offer-sec ul {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
  .offer-list-sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .innerpage-who-weare-sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .innerpage-banner-sec .outer-innerpage-banner .banner-contnt-sec p {
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .innerpage-banner-sec .outer-innerpage-banner .banner-contnt-sec .section-like-bg {
    bottom: 60%;
    left: -20px;
  }
  .innerpage-form-sec .outer-form-sec .field-form-sec form .left-field {
    width: 100%;
    margin-bottom: 0;
    padding-right: 0px;
  }
  .innerpage-form-sec .outer-form-sec .field-form-sec form .right-field {
    width: 100%;
    padding-left: 0px;
  }
  .innerpage-industry-item .item {
    width: calc(50% - 20px);
    margin-bottom: 30px;
  }
  .innerpage-fullimg-sec .outer-contnt-sec h6 {
    padding: 20px;
  }
  .blogs-banner-sec .banner-image-sec img {
    -o-object-fit: unset !important;
       object-fit: unset !important;
  }
  .innerpage-blogs-sec1 .outer-blogs-sec1 .blogs-sec1-image-sec {
    width: 100%;
    padding-right: 0px;
    height: 400px;
  }
  .innerpage-blogs-sec1 .outer-blogs-sec1 .blogs-sec1-contnt-sec {
    width: 100%;
    padding-left: 0;
    padding-bottom: 30px;
  }
  .innerpg-content-detail-sec .outer-text-content .lftside-detail-sec .extension-list-sec .extension-list-items {
    padding: 40px;
  }
  .service-data-details {
    padding-bottom: 130px !important;
  }
  .innerpage-testimonial-sec .hm-outer-testimonial-content .testi-list-item .author-box h6:after {
    right: 28%;
  }
  .innerpage-testimonial-sec .hm-outer-testimonial-content .testi-list-item .author-box h6:before {
    left: 28%;
  }
}
@media screen and (max-width: 580px) {
  .footer-section .main-footer .footer-get-in-touch .inner-bg h3 {
    font-size: 22px;
    line-height: 32px;
    width: 100%;
    max-width: 250px;
  }
  .header .main-header .inner-header .logo-brand a img {
    max-width: 180px;
  }
  .blue-hdr-btn {
    font-size: 14px;
    padding: 10px 20px 10px 40px;
  }
  .blue-hdr-btn:before {
    background-size: 14px;
    left: 20px;
  }
  .header .main-header .inner-header .toggle-menu {
    margin-left: 20px;
  }
  .hm-service-item .item {
    width: 100%;
  }
  .hm-service-item .item .item-content {
    min-height: 200px;
  }
  .hm-banner-sec .outer-hm-banner .banner-contnt-sec h1 {
    font-size: 32px;
  }
  .hm-aboutus-sec .outer-aboutus-sec .aboutus-contnt-sec h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .hm-aboutus-sec .outer-aboutus-sec .aboutus-contnt-sec h6 {
    font-size: 16px;
    line-height: 26px;
  }
  .hm-service-sec .outer-service-sec .service-title h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .hm-service-sec .outer-service-sec .service-title h6 {
    font-size: 16px;
    line-height: 26px;
  }
  .hm-whychoose-sec .whychoose-title h2 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 16px;
  }
  .hm-whychoose-sec .outer-whychoose-sec .whychoose-contnt-sec h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .hm-clients-sec .client-slider-sec .outer-slider-sec h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .hm-blogs_study-sec .blogs_study-title h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .hm-contact-sec .outer-contact-sec h2 {
    font-size: 28px;
    line-height: 38px;
    max-width: 380px;
  }
  .hm-clients-sec .quick-facts-title {
    min-height: 290px;
    padding-top: 90px;
  }
  .hm-clients-sec .quick-facts-title .year-counter {
    left: 10%;
  }
  .hm-clients-sec .quick-facts-title .client-counter {
    right: 10%;
  }
  .hm-clients-sec .client-slider-sec .client-image-sec .client-outer-bg img.client-bg {
    height: 470px;
    left: 20%;
  }
  .hm-clients-sec .client-slider-sec .client-image-sec .client-outer-bg img.client-image {
    height: 470px;
    width: auto;
  }
  .hm-blogs_study-sec {
    padding-bottom: 100px;
  }
  .hm-service-item .item .item-content img {
    height: 35px;
  }
  .hm-service-item .item {
    padding: 35px 30px 30px;
  }
  .hm-service-item .item .item-content h6 {
    font-size: 18px;
  }
  .hm-contact-sec .outer-contact-sec {
    padding: 40px 20px;
  }
  .white-btn {
    padding: 12px 20px;
    font-size: 14px;
  }
  .read-more span {
    font-size: 14px;
    line-height: 24px;
  }
  .hm-aboutus-sec .outer-aboutus-sec .section-abt-bg {
    left: 10%;
    top: 60%;
  }
  .hm-outer-tab-content .tab-blogs-item {
    width: 100%;
  }
  .innerpage-banner-sec .outer-innerpage-banner .banner-contnt-sec h1 {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .innerpage-banner-sec .outer-innerpage-banner .banner-contnt-sec {
    padding-bottom: 20px;
  }
  .innerpage-banner-sec .outer-innerpage-banner .section-innerpg-bg {
    top: 35%;
  }
  .detail-top h6.cntr-top {
    font-size: 18px;
  }
  .detail-top .detail-sec .item p {
    font-size: 16px;
  }
  .innerpg-content-detail-sec {
    padding-top: 20px;
  }
  .innerpage-industry-item .item img {
    width: 50px;
    height: 50px;
  }
  .innerpage-rptblocks-sec .outer-rptblocks-sec {
    padding: 50px 0;
  }
  .innerpage-industry-sec .outer-industry-sec .industry-title h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .innerpg-content-detail-sec .outer-text-content .lftside-detail-sec .extension-list-sec .extension-list-items ul.extension-list li {
    font-size: 14px;
    line-height: 16px;
  }
  .innerpg-content-detail-sec .outer-text-content .lftside-detail-sec .extension-list-sec .extension-list-items ul.extension-list li:before {
    background-size: 18px;
    width: 18px;
    height: 18px;
  }
  .service-data-details .data-detail-item .item {
    width: 100%;
  }
  .service-data-details {
    padding-bottom: 110px !important;
  }
  .service-data-details .service-title p {
    font-size: 16px;
  }
  .innerpage-testimonial-sec .hm-outer-testimonial-content .testi-list-item .author-box h6:after {
    right: 25%;
  }
  .innerpage-testimonial-sec .hm-outer-testimonial-content .testi-list-item .author-box h6:before {
    left: 25%;
  }
}
@media screen and (max-width: 520px) {
  .footer-section .main-footer .footer-get-in-touch .inner-bg h3 {
    max-width: 100%;
  }
  .footer-section .main-footer .footer-get-in-touch {
    -webkit-transform: translateY(-30%);
            transform: translateY(-30%);
  }
  .footer-section .main-footer .footer-get-in-touch .inner-bg h3 {
    margin-bottom: 20px;
  }
  .hm-outer-tab-content {
    margin: 0;
  }
  .hm-outer-tab-content .tab-blogs-item {
    width: 100%;
    margin: 0;
    margin-bottom: 25px;
  }
  .hm-outer-tab-content .tab-blogs-item a h6 {
    min-height: auto;
  }
  .innerpage-industry-item .item {
    width: 100%;
    min-height: 170px;
  }
  .innerpage-industry-item .item:hover {
    min-height: 170px;
  }
  .innerpage-toptitle-sec p {
    font-size: 16px;
  }
  .innerpage-fullimg-sec .outer-contnt-sec h6 {
    font-size: 22px;
    line-height: 32px;
  }
  .innerpage-testimonial-sec .hm-outer-testimonial-content .testi-list-item .author-box h6:after {
    right: 22%;
  }
  .innerpage-testimonial-sec .hm-outer-testimonial-content .testi-list-item .author-box h6:before {
    left: 22%;
  }
  .innerpage-testimonial-sec {
    padding-bottom: 120px;
  }
  .innerpg-content-detail-sec .outer-text-content .lftside-detail-sec .extension-list-sec .extension-list-items ul li:before {
    background-size: 16px;
  }
  .innerpg-content-detail-sec .outer-text-content .lftside-detail-sec .extension-list-sec .extension-list-items ul li {
    margin-bottom: 10px;
    padding-left: 35px;
  }
}
@media screen and (max-width: 480px) {
  .footer-section .main-footer .footer-credits .credits-contents .policy-left {
    width: 100%;
  }
  .footer-section .main-footer .footer-contents .main-outer .ft-othercontnt {
    padding-top: 40px;
  }
  .footer-section .main-footer .footer-contents .main-outer .ft-othercontnt .ft-qklinks {
    width: 30%;
  }
  .footer-section .main-footer .footer-contents .main-outer .ft-othercontnt .ft-adrslinks {
    width: 70%;
  }
  .footer-section .main-footer .footer-contents .main-outer .ft-maincontnt .ft-subcontnt p {
    max-width: 100%;
  }
  .footer-section .main-footer .footer-nsltr .nsltr-form {
    padding: 10px 10px 10px 0px;
  }
  .footer-section .main-footer .footer-get-in-touch .inner-bg {
    padding: 30px 30px;
  }
  .footer-section .main-footer .footer-get-in-touch .inner-bg .white-btn {
    line-height: 14px;
    padding: 10px 15px;
    min-height: 40px;
  }
  .footer-section .main-footer .footer-nsltr .nsltr-form form input::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 14px;
  }
  .footer-section .main-footer .footer-nsltr .nsltr-form form input::-moz-placeholder {
    font-size: 14px;
    line-height: 14px;
  }
  .footer-section .main-footer .footer-nsltr .nsltr-form form input:-ms-input-placeholder {
    font-size: 14px;
    line-height: 14px;
  }
  .footer-section .main-footer .footer-nsltr .nsltr-form form input::-ms-input-placeholder {
    font-size: 14px;
    line-height: 14px;
  }
  .footer-section .main-footer .footer-nsltr .nsltr-form form input::placeholder {
    font-size: 14px;
    line-height: 14px;
  }
  .footer-section .main-footer .footer-nsltr .nsltr-form form button.sub-btn {
    width: 30px;
    height: 32px;
    background-size: 10px;
  }
  .footer-section .main-footer .footer-nsltr h4 {
    padding-left: 0px;
  }
  .footer-section .main-footer .footer-nsltr .nsltr-form form input {
    margin-right: 10px;
    width: 230px;
  }
  .footer-section .main-footer .footer-nsltr {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
  .footer-section .main-footer .footer-contents .main-outer .ft-othercontnt .link-item ul li {
    margin-bottom: 10px;
  }
  .innerpage-address-sec .outer-address-sec .middle-phone {
    width: 100%;
    margin-bottom: 15px;
  }
  .innerpage-address-sec .outer-address-sec .right-mail {
    width: 100%;
  }
  .innerpage-address-sec .outer-address-sec .addrs-item .left-img {
    width: 34px;
  }
  .innerpage-testimonial-sec .hm-outer-testimonial-content .testi-list-item .author-box h6:after {
    right: 20%;
  }
  .innerpage-testimonial-sec .hm-outer-testimonial-content .testi-list-item .author-box h6:before {
    left: 20%;
  }
  .pagination {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 440px) {
  .header .main-header .inner-header .logo-brand a img {
    max-width: 150px;
  }
  .blue-hdr-btn {
    font-size: 12px;
    padding: 8px 12px 8px 26px;
    min-height: 30px;
    line-height: 14px;
  }
  .blue-hdr-btn:before {
    background-size: 12px;
    left: 10px;
    top: 9px;
  }
  .header .main-header .inner-header .toggle-menu {
    margin-left: 10px;
  }
  .header .main-header .inner-header .toggle-menu img {
    width: 30px;
    height: 30px;
  }
  .header .main-header .inner-header .navbar ul.menu li span {
    right: 30px;
  }
  .header .main-header {
    padding: 30px 0;
  }
  .hm-banner-sec {
    padding-top: 20px;
  }
  .hm-clients-sec .quick-facts-title .section-client-bg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .hm-clients-sec .quick-facts-title h2 {
    font-size: 30px;
  }
  .hm-clients-sec .quick-facts-title .animated-counter .client_counter {
    font-size: 28px;
  }
  .hm-clients-sec .quick-facts-title .animated-counter p {
    font-size: 12px;
  }
  .hm-outer-tab-content .tab-blogs-item a h6 {
    font-size: 16px;
    line-height: 26px;
  }
  h2.resp-accordion {
    font-size: 18px !important;
    line-height: 18px !important;
  }
  .hm-banner-sec .outer-hm-banner .banner-contnt-sec h1 {
    font-size: 28px;
    line-height: 42px;
  }
  .hm-banner-sec .outer-hm-banner .banner-contnt-sec h6 {
    font-size: 14px;
    line-height: 24px;
  }
  .hm-aboutus-sec .outer-aboutus-sec .aboutus-contnt-sec h2 {
    font-size: 24px;
    line-height: 36px;
  }
  .hm-service-sec .outer-service-sec .service-title h2 {
    font-size: 24px;
    line-height: 36px;
  }
  .hm-contact-sec .outer-contact-sec h2 {
    font-size: 24px;
    line-height: 36px;
  }
  .hm-whychoose-sec .whychoose-title h2 {
    font-size: 24px;
    line-height: 36px;
  }
  .hm-clients-sec .quick-facts-title h2 {
    font-size: 26px;
  }
  .hm-clients-sec .client-slider-sec .outer-slider-sec h2 {
    font-size: 24px;
    line-height: 36px;
  }
  .hm-blogs_study-sec .blogs_study-title h2 {
    font-size: 24px;
    line-height: 36px;
  }
  .hm-aboutus-sec .outer-aboutus-sec .aboutus-contnt-sec p {
    font-size: 14px;
  }
  .hm-service-item .item .item-content p {
    font-size: 14px;
  }
  .hm-whychoose-sec .whychoose-title p {
    font-size: 14px;
  }
  .hm-clients-sec .client-slider-sec .outer-slider-sec .client-testimonial-slider .client-content-sec p {
    font-size: 14px;
  }
  .hm-outer-tab-content .tab-blogs-item p {
    font-size: 14px;
    line-height: 30px;
  }
  .hm-clients-sec .client-slider-sec .outer-slider-sec h6 {
    font-size: 16px;
  }
  .hm-clients-sec .client-slider-sec .client-image-sec .client-outer-bg img.client-bg {
    left: 0%;
  }
  .hm-service-sec .outer-service-sec .service-title {
    margin-bottom: 0px;
  }
  .hm-whychoose-sec .outer-whychoose-sec .whychoose-contnt-sec p {
    font-size: 14px;
    line-height: 30px;
  }
  .innerpage-banner-sec .outer-innerpage-banner .banner-contnt-sec h1 {
    font-size: 28px;
    line-height: 42px;
  }
  .innerpage-who-weare-sec .title-who-weare-sec h2 {
    font-size: 24px;
    line-height: 36px;
  }
  .offer-list-sec .outer-offer-sec .left-offer-sec h2 {
    font-size: 24px;
    line-height: 36px;
  }
  .innerpage-rptblocks-sec .outer-rptblocks-sec .item-rpt .rptblocks-contnt-sec h2 {
    font-size: 24px;
    line-height: 36px;
  }
  .innerpage-rptblocks-sec .outer-rptblocks-sec .item-rpt .rptblocks-cntbox-sec p span {
    font-size: 24px;
    line-height: 36px;
  }
  .innerpage-who-weare-sec .outer-who-weare-sec .who-weare-contnt-sec p {
    font-size: 14px;
  }
  .offer-list-sec .outer-offer-sec .right-offer-sec ul li a {
    font-size: 14px;
    line-height: 24px;
  }
  .innerpage-rptblocks-sec .outer-rptblocks-sec .item-rpt .rptblocks-contnt-sec p {
    font-size: 14px;
  }
  .innerpage-rptblocks-sec .outer-rptblocks-sec .item-rpt .rptblocks-cntbox-sec p {
    font-size: 14px;
  }
  .offer-list-sec .outer-offer-sec .left-offer-sec p {
    font-size: 14px;
  }
  .innerpage-rptblocks-sec .outer-rptblocks-sec:nth-child(2) {
    padding-bottom: 100px;
  }
  .innerpage-industry-sec .outer-industry-sec .industry-title h2 {
    font-size: 24px;
    line-height: 36px;
  }
  .innerpage-toptitle-sec p {
    font-size: 15px;
  }
  .innerpage-fullimg-sec .outer-contnt-sec h6 {
    font-size: 18px;
    line-height: 30px;
  }
  .innerpage-industry-item .item {
    margin-bottom: 20px;
  }
  .innerpage-industry-sec {
    padding-top: 50px;
    padding-bottom: 70px;
  }
  .innerpage-toptitle-sec {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .innerpage-fullimg-sec {
    height: 340px;
  }
  .innerpage-industry-item .item a img {
    height: 45px;
  }
  .innerpage-form-sec .outer-form-sec .title-form-sec h2 {
    font-size: 24px;
    line-height: 36px;
  }
  .innerpage-form-sec .outer-form-sec .field-form-sec form input[type=email], .innerpage-form-sec .outer-form-sec .field-form-sec form input[type=file], .innerpage-form-sec .outer-form-sec .field-form-sec form input[type=tel], .innerpage-form-sec .outer-form-sec .field-form-sec form input[type=text] {
    font-size: 14px;
    line-height: 14px;
  }
  .innerpage-address-sec .outer-address-sec .addrs-item .right-cnt p {
    font-size: 14px;
  }
  .innerpage-address-sec .outer-address-sec .addrs-item .left-img {
    width: 30px;
  }
  .innerpage-form-sec .outer-form-sec .field-form-sec form .submit-btn input[type=submit] {
    font-size: 14px;
    line-height: 14px;
    padding: 14px 20px;
    width: 170px;
  }
  .innerpage-form-sec .outer-form-sec .field-form-sec form input[type=email]::-webkit-input-placeholder, .innerpage-form-sec .outer-form-sec .field-form-sec form input[type=tel]::-webkit-input-placeholder, .innerpage-form-sec .outer-form-sec .field-form-sec form input[type=text]::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 14px;
  }
  .innerpage-form-sec .outer-form-sec .field-form-sec form input[type=email]::-moz-placeholder, .innerpage-form-sec .outer-form-sec .field-form-sec form input[type=tel]::-moz-placeholder, .innerpage-form-sec .outer-form-sec .field-form-sec form input[type=text]::-moz-placeholder {
    font-size: 14px;
    line-height: 14px;
  }
  .innerpage-form-sec .outer-form-sec .field-form-sec form input[type=email]:-ms-input-placeholder, .innerpage-form-sec .outer-form-sec .field-form-sec form input[type=tel]:-ms-input-placeholder, .innerpage-form-sec .outer-form-sec .field-form-sec form input[type=text]:-ms-input-placeholder {
    font-size: 14px;
    line-height: 14px;
  }
  .innerpage-form-sec .outer-form-sec .field-form-sec form input[type=email]::-ms-input-placeholder, .innerpage-form-sec .outer-form-sec .field-form-sec form input[type=tel]::-ms-input-placeholder, .innerpage-form-sec .outer-form-sec .field-form-sec form input[type=text]::-ms-input-placeholder {
    font-size: 14px;
    line-height: 14px;
  }
  .innerpage-form-sec .outer-form-sec .field-form-sec form input[type=email]::placeholder, .innerpage-form-sec .outer-form-sec .field-form-sec form input[type=file], .innerpage-form-sec .outer-form-sec .field-form-sec form input[type=tel]::placeholder, .innerpage-form-sec .outer-form-sec .field-form-sec form input[type=text]::placeholder {
    font-size: 14px;
    line-height: 14px;
  }
  .innerpage-form-sec .outer-form-sec .field-form-sec form textarea {
    font-size: 14px;
    line-height: 14px;
  }
  .innerpage-form-sec .outer-form-sec .field-form-sec form textarea::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 14px;
  }
  .innerpage-form-sec .outer-form-sec .field-form-sec form textarea::-moz-placeholder {
    font-size: 14px;
    line-height: 14px;
  }
  .innerpage-form-sec .outer-form-sec .field-form-sec form textarea:-ms-input-placeholder {
    font-size: 14px;
    line-height: 14px;
  }
  .innerpage-form-sec .outer-form-sec .field-form-sec form textarea::-ms-input-placeholder {
    font-size: 14px;
    line-height: 14px;
  }
  .innerpage-form-sec .outer-form-sec .field-form-sec form textarea::placeholder {
    font-size: 14px;
    line-height: 14px;
  }
  .innerpage-address-sec {
    padding: 50px 0;
  }
  .innerpage-blogs-rptd-sec {
    padding-bottom: 60px;
  }
  .innerpage-blogs-sec1 {
    padding-top: 50px;
    padding-bottom: 35px;
  }
  .innerpage-blogs-sec1 .outer-blogs-sec1 .blogs-sec1-contnt-sec p {
    font-size: 14px;
  }
  .innerpage-blogs-sec1 .outer-blogs-sec1 .blogs-sec1-contnt-sec h6 {
    font-size: 18px;
  }
  .innerpage-industry-item .item a p {
    font-size: 15px;
    line-height: 25px;
  }
  .detail-top p.cntr-btm {
    font-size: 15px;
    line-height: 27px;
  }
  .innerpg-content-detail-sec .outer-text-content .lftside-detail-sec p {
    font-size: 14px;
  }
  .innerpg-content-detail-sec .outer-text-content .lftside-detail-sec h6 {
    font-size: 20px;
  }
  .innerpg-content-detail-sec .outer-text-content .lftside-detail-sec .extension-list-sec .extension-list-items h6 {
    font-size: 18px;
    line-height: 28px;
  }
  .innerpg-content-detail-sec .outer-text-content .lftside-detail-sec .extension-list-sec .extension-list-items {
    padding: 30px;
  }
  .innerpg-content-detail-sec .outer-text-content .lftside-detail-sec .extension-list-sec .extension-list-items ul.extension-list li {
    margin-bottom: 15px;
    padding-left: 35px;
    font-size: 13px;
    line-height: 20px;
  }
  .side-bar-quote-form h6 {
    font-size: 20px;
  }
  .side-bar-quote-form input[type=email], .side-bar-quote-form input[type=tel], .side-bar-quote-form input[type=text] {
    font-size: 14px;
  }
  .side-bar-quote-form input[type=email]::-webkit-input-placeholder, .side-bar-quote-form input[type=tel]::-webkit-input-placeholder, .side-bar-quote-form input[type=text]::-webkit-input-placeholder {
    font-size: 14px;
  }
  .side-bar-quote-form input[type=email]::-moz-placeholder, .side-bar-quote-form input[type=tel]::-moz-placeholder, .side-bar-quote-form input[type=text]::-moz-placeholder {
    font-size: 14px;
  }
  .side-bar-quote-form input[type=email]:-ms-input-placeholder, .side-bar-quote-form input[type=tel]:-ms-input-placeholder, .side-bar-quote-form input[type=text]:-ms-input-placeholder {
    font-size: 14px;
  }
  .side-bar-quote-form input[type=email]::-ms-input-placeholder, .side-bar-quote-form input[type=tel]::-ms-input-placeholder, .side-bar-quote-form input[type=text]::-ms-input-placeholder {
    font-size: 14px;
  }
  .side-bar-quote-form input[type=email]::placeholder, .side-bar-quote-form input[type=tel]::placeholder, .side-bar-quote-form input[type=text]::placeholder {
    font-size: 14px;
  }
  .side-bar-quote-form textarea {
    font-size: 14px;
  }
  .side-bar-quote-form textarea::-webkit-input-placeholder {
    font-size: 14px;
  }
  .side-bar-quote-form textarea::-moz-placeholder {
    font-size: 14px;
  }
  .side-bar-quote-form textarea:-ms-input-placeholder {
    font-size: 14px;
  }
  .side-bar-quote-form textarea::-ms-input-placeholder {
    font-size: 14px;
  }
  .side-bar-quote-form textarea::placeholder {
    font-size: 14px;
  }
  .side-bar-quote-form input[type=submit] {
    font-size: 14px;
  }
  .innerpg-content-detail-sec {
    padding-bottom: 60px;
  }
  .service-data-details .service-title p {
    font-size: 15px;
    padding: 0 10px;
  }
  .service-data-details {
    padding-bottom: 80px !important;
    padding-top: 50px;
  }
  .detail-sidebar-blogs h6 {
    font-size: 20px;
  }
  .innerpg-content-detail-sec .outer-text-content .lftside-detail-sec .extension-list-sec .extension-list-items ul li {
    font-size: 14px;
  }
  .innerpg-content-detail-sec .outer-text-content .lftside-detail-sec ul li {
    font-size: 14px;
    padding-left: 25px;
    margin-bottom: 10px;
  }
  .side-bar-blogs-list ul li {
    font-size: 14px;
    line-height: 30px;
  }
  .service-data-details .service-title {
    padding-bottom: 30px !important;
  }
  .read-more a {
    font-size: 14px;
  }
  .blog-detail-banner-sec .outer-innerpage-banner .banner-image-sec {
    height: 330px !important;
  }
  .blog-detail-banner-sec .outer-innerpage-banner .banner-image-sec img {
    height: 380px !important;
  }
  .blog-detail-sec1 {
    padding-bottom: 80px !important;
  }
  .innerpg-content-detail-sec .outer-text-content .lftside-detail-sec h6 {
    font-size: 18px;
  }
  .innerpg-content-detail-sec .outer-text-content .lftside-detail-sec ul.lft-detail-list li {
    font-size: 14px;
    line-height: 30px;
    padding-left: 30px;
  }
  .side-bar-blogs-list p {
    font-size: 14px;
    line-height: 30px;
  }
  .key-takeway-sec {
    padding: 33px 30px 35px 30px;
  }
  .innerpage-testimonial-sec .hm-outer-testimonial-content .testi-list-item .author-box h6:after {
    right: 17%;
  }
  .innerpage-testimonial-sec .hm-outer-testimonial-content .testi-list-item .author-box h6:before {
    left: 17%;
  }
  p {
    font-size: 14px;
  }
  h1 {
    font-size: 28px;
    line-height: 42px;
  }
  h2 {
    font-size: 24px;
    line-height: 36px;
  }
  h3 {
    font-size: 22px;
    line-height: 32px;
  }
  h4 {
    font-size: 20px;
    line-height: 30px;
  }
  h5 {
    font-size: 19px;
    line-height: 28px;
  }
  h6 {
    font-size: 18px;
    line-height: 28px;
  }
  .main-default-outer ul li {
    font-size: 14px;
  }
  .main-default-outer ul li:before {
    width: 10px;
    height: 12px;
  }
  .main-default-outer ol li {
    font-size: 14px;
    line-height: 24px;
  }
  .main-default-outer figure.wp-block-image {
    padding: 0;
  }
  blockquote p {
    font-size: 14px !important;
    padding: 0px 10px 0px 20px !important;
  }
  .main-default-outer {
    padding-top: 50px;
    padding-bottom: 115px;
  }
}
@media screen and (max-width: 400px) {
  .innerpage-testimonial-sec .hm-outer-testimonial-content .testi-list-item .author-box h6:after {
    right: 10%;
  }
  .innerpage-testimonial-sec .hm-outer-testimonial-content .testi-list-item .author-box h6:before {
    left: 10%;
  }
  .footer-section .main-footer .footer-contents .main-outer .ft-maincontnt .ft-subcontnt ul.ft-social li a {
    top: 12%;
  }
}
@media screen and (max-width: 360px) {
  .header .main-header .inner-header .logo-brand a img {
    max-width: 140px;
  }
  .footer-section .main-footer .footer-get-in-touch .inner-bg h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .footer-section .main-footer .footer-contents .main-outer .ft-othercontnt .ft-qklinks {
    width: 50%;
  }
  .footer-section .main-footer .footer-contents .main-outer .ft-othercontnt .ft-adrslinks {
    width: 50%;
    padding-left: 10px;
  }
  .footer-section .main-footer .footer-contents .main-outer .ft-othercontnt .ft-otherlinks {
    width: 65%;
  }
  .footer-section .main-footer .footer-contents .main-outer .ft-maincontnt .ft-logo {
    max-width: 170px;
  }
  .detail-sidebar-blogs h6 {
    margin-bottom: 16px;
  }
  .innerpg-content-detail-sec .outer-text-content .lftside-detail-sec .extension-list-sec .extension-list-items ul.extension-list li {
    margin-bottom: 12px;
  }
  .innerpg-content-detail-sec .outer-text-content .lftside-detail-sec .extension-list-sec:before {
    height: 100%;
  }
  .innerpg-content-detail-sec .outer-text-content .lftside-detail-sec .extension-list-sec img {
    height: 100%;
  }
  .innerpage-testimonial-sec .hm-outer-testimonial-content .testi-list-item .author-box h6:after {
    right: 2%;
    width: 25px;
  }
  .innerpage-testimonial-sec .hm-outer-testimonial-content .testi-list-item .author-box h6:before {
    left: 2%;
    width: 25px;
  }
}