@charset "UTF-8";

:root {
  --main-color-one: #004d4d;
  --main-color-two: #7d0202;
  --secondary-color: #1d2228;
  --portfolio-color: #004d4d;
  --industry-color: #004d4d;
  --industry-secondary-color: #231f20;
  --construction-color: #ffbc13;
  --lawyer-color: #c89d66;
  --logistic-color: #ff3f39;
  --political-color: #e70f47;
  --medical-color: #47cbf1;
  --medical-two-color: #fc6285;
  --fruits-color: #4ca338;
  --fruits-heading-color: #014019;
  --portfolio-dark-one: #202334;
  --portfolio-dark-two: #191c47;
  --charity-color: #d1322e;
  --dagency-color: #ff8947;
  --bg-color: #292a35;
  --bg-color-two: #e8eff8;
  --heading-color: #353539;
  --paragraph-color: #878a95;
  --cleaning-color: #fee026;
  --cleaning-two-color: #20bdea;
  --course-color: #21bbf7;
  --course-two-color: #fda909;
  --grocery-color: #014019;
  --grocery-heading-color: #014019;
  --heading-font: "Nunito", sans-serif;
  --body-font: "Nunito", sans-serif;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  font-family: var(--body-font);
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
body {
  margin: 0;
  color: var(--paragraph-color);
  overflow-x: hidden;
  font-family: var(--body-font);
}
h1 {
  font-size: 48px;
  line-height: 1.0833333333;
}
h2 {
  font-size: 36px;
  line-height: 1.4444444444;
}
h3 {
  font-size: 24px;
  line-height: 1.0833333333;
}
h4 {
  font-size: 20px;
  line-height: 1.2380952381;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
  font-weight: 600;
}
p {
  color: var(--paragraph-color);
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin-bottom: 10px;
}
a {
  color: inherit;
  text-decoration: none;
  color: var(--paragraph-color);
}
a,
a:active,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
  color: inherit;
}
pre {
  word-break: break-word;
}
a i {
  padding: 0 2px;
}
img {
  max-width: 100%;
}
ol {
  counter-reset: counter;
  padding-left: 0;
}
ol li {
  list-style: none;
  margin-bottom: 1rem;
}
ol li:before {
  counter-increment: counter;
  content: counter(counter);
  font-weight: 500;
  margin-right: 10px;
}
input[type="button"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="reset"]:focus,
input[type="search"]:focus,
input[type="submit"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ddd;
}
code {
  color: #faa603;
}
.dark-bg {
  background-color: #111d5c;
}
.section-bg-1 {
  background-color: #f4f7fc;
}
.check-list-02 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.check-list-02 li {
  display: block;
  padding-left: 20px;
  position: relative;
  z-index: 0;
}
.check-list-02 li:after {
  position: absolute;
  left: 0;
  top: 0;
  font-family: fontawesome;
  content: "";
  color: var(--main-color-one);
}
.error {
  color: #dc3545;
}
.check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.check-list li {
  display: block;
  padding-left: 20px;
  position: relative;
  z-index: 0;
}
.check-list li:after {
  position: absolute;
  left: 0;
  top: 0;
  font-family: fontawesome;
  content: "";
  color: var(--main-color-one);
}
.site-main .comment-navigation,
.site-main .post-navigation,
.site-main .posts-navigation {
  clear: both;
}
.comment-navigation .nav-previous,
.post-navigation .nav-previous,
.posts-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.post-navigation .nav-next,
.posts-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-navigation .nav-next > a,
.comment-navigation .nav-previous > a,
.post-navigation .nav-next > a,
.post-navigation .nav-previous > a,
.posts-navigation .nav-next > a,
.posts-navigation .nav-previous > a {
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.comment-navigation .nav-next:hover > a,
.comment-navigation .nav-previous:hover > a,
.post-navigation .nav-next:hover > a,
.post-navigation .nav-previous:hover > a,
.posts-navigation .nav-next:hover > a,
.posts-navigation .nav-previous:hover > a {
  color: var(--main-color-one);
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
#content[tabindex="-1"]:focus {
  outline: 0;
}
.padding-left-0 {
  padding-left: 0;
}
.padding-right-0 {
  padding-left: 0;
}
.gray-bg {
  background-color: #f5f5f5;
}
.secondary-bg {
  background-color: var(--main-color-two);
}
.padding-top-10 {
  padding-top: 10px;
}
.padding-top-20 {
  padding-top: 20px;
}
.padding-top-25 {
  padding-top: 25px;
}
.padding-top-30 {
  padding-top: 30px;
}
.padding-top-35 {
  padding-top: 35px;
}
.padding-top-40 {
  padding-top: 40px;
}
.padding-top-45 {
  padding-top: 45px;
}
.padding-top-55 {
  padding-top: 55px;
}
.padding-top-50 {
  padding-top: 50px;
}
.padding-top-60 {
  padding-top: 60px;
}
.padding-top-65 {
  padding-top: 65px;
}
.padding-top-70 {
  padding-top: 70px;
}
.padding-top-80 {
  padding-top: 80px;
}
.padding-top-85 {
  padding-top: 85px;
}
.padding-top-90 {
  padding-top: 90px;
}
.padding-top-95 {
  padding-top: 95px;
}
.padding-top-100 {
  padding-top: 100px;
}
.padding-top-105 {
  padding-top: 105px;
}
.padding-top-110 {
  padding-top: 110px;
}
.padding-top-115 {
  padding-top: 115px;
}
.padding-top-120 {
  padding-top: 120px;
}
.padding-top-140 {
  padding-top: 140px;
}
.padding-top-150 {
  padding-top: 150px;
}
.padding-top-160 {
  padding-top: 160px;
}
.padding-bottom-10 {
  padding-bottom: 10px;
}
.padding-bottom-15 {
  padding-bottom: 15px;
}
.padding-bottom-20 {
  padding-bottom: 20px;
}
.padding-bottom-25 {
  padding-bottom: 25px;
}
.padding-bottom-30 {
  padding-bottom: 30px;
}
.padding-bottom-35 {
  padding-bottom: 35px;
}
.padding-bottom-40 {
  padding-bottom: 40px;
}
.padding-bottom-45 {
  padding-bottom: 45px;
}
.padding-bottom-50 {
  padding-bottom: 50px;
}
.padding-bottom-55 {
  padding-bottom: 55px;
}
.padding-bottom-60 {
  padding-bottom: 60px;
}
.padding-bottom-65 {
  padding-bottom: 65px;
}
.padding-bottom-70 {
  padding-bottom: 70px;
}
.padding-bottom-80 {
  padding-bottom: 80px;
}
.padding-bottom-85 {
  padding-bottom: 85px;
}
.padding-bottom-90 {
  padding-bottom: 90px;
}
.padding-bottom-95 {
  padding-bottom: 95px;
}
.padding-bottom-100 {
  padding-bottom: 100px;
}
.padding-bottom-110 {
  padding-bottom: 110px;
}
.padding-bottom-105 {
  padding-bottom: 105px;
}
.padding-bottom-115 {
  padding-bottom: 115px;
}
.padding-bottom-120 {
  padding-bottom: 120px;
}
.padding-bottom-130 {
  padding-bottom: 130px;
}
.padding-bottom-135 {
  padding-bottom: 135px;
}
.padding-bottom-150 {
  padding-bottom: 150px;
}
.margin-top-minus-90 {
  margin-top: -90px;
}
.margin-top-minus-100 {
  margin-top: -100px;
}
.margin-top-120 {
  margin-top: 120px;
}
.margin-top-150 {
  margin-top: 150px;
}
.margin-top-160 {
  margin-top: 160px;
}
.padding-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.padding-110 {
  padding-top: 110px;
  padding-bottom: 110px;
}
.padding-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.padding-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.padding-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.padding-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.padding-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.padding-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.padding-65 {
  padding-top: 65px;
  padding-bottom: 65px;
}
.padding-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.padding-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.padding-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.padding-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-top-15 {
  margin-top: 15px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-top-30 {
  margin-top: 30px;
}
.margin-top-40 {
  margin-top: 40px;
}
.margin-top-50 {
  margin-top: 50px;
}
.margin-top-55 {
  margin-top: 55px;
}
.margin-top-60 {
  margin-top: 60px;
}
.margin-top-70 {
  margin-top: 70px;
}
.margin-top-80 {
  margin-top: 80px;
}
.margin-top-90 {
  margin-top: 90px;
}
.margin-top-100 {
  margin-top: 100px;
}
.margin-bottom-0 {
  margin-bottom: 0 !important;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-bottom-15 {
  margin-bottom: 15px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-bottom-25 {
  margin-bottom: 25px;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.margin-bottom-40 {
  margin-bottom: 40px;
}
.margin-bottom-50 {
  margin-bottom: 50px;
}
.margin-bottom-55 {
  margin-bottom: 55px;
}
.margin-bottom-60 {
  margin-bottom: 60px;
}
.margin-bottom-70 {
  margin-bottom: 70px;
}
.margin-bottom-80 {
  margin-bottom: 80px;
}
.margin-bottom-90 {
  margin-bottom: 90px;
}
.margin-bottom-150 {
  margin-bottom: 150px;
}
.margin-top-100 {
  margin-bottom: 100px;
}
.margin-top-120 {
  margin-top: 120px;
}
.min-height-600 {
  min-height: 600px;
}
.overflow-hidden {
  overflow: hidden;
}
.alignleft {
  float: left;
  clear: both;
  margin-right: 20px;
}
.alignright {
  float: right;
  clear: both;
  margin-left: 20px;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
}
.alignfull {
  margin: 1.5em 0;
  max-width: 100%;
}
.alignwide {
  max-width: 1100px;
}
.clear:after,
.clear:before,
.comment-content:after,
.comment-content:before,
.entry-content:after,
.entry-content:before,
.site-content:after,
.site-content:before,
.site-footer:after,
.site-footer:before,
.site-header:after,
.site-header:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.comment-content:after,
.entry-content:after,
.site-content:after,
.site-footer:after,
.site-header:after {
  clear: both;
}
.sticky {
  display: block;
}
.updated:not(.published) {
  display: none;
}
.blog-pagination ul li {
  display: inline-block;
}
.blog-pagination ul li + li {
  margin: 0 5px;
}
.blog-pagination ul li {
  display: inline-block;
}
.blog-pagination ul li + li {
  margin: 0 5px;
}
.blog-pagination {
  display: block;
  width: 100%;
}
.blog-pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-pagination ul li a,
.blog-pagination ul li span {
  display: block;
  padding: 3px 25px;
  border: 1px solid #e2e2e2;
  line-height: 40px;
  text-align: center;
  font-weight: 600;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.blog-pagination ul li a:hover,
.blog-pagination ul li span.current {
  background-color: var(--main-color-two);
  color: #fff;
}
.comment-content .wp-smiley,
.entry-content .wp-smiley,
.page-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.custom-logo-link {
  display: inline-block;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
  clear: both;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
.wp-link-pages a {
  margin: 0 5px;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.wp-link-pages {
  margin-bottom: 30px;
  margin-top: 25px;
}
.wp-link-pages a,
.wp-link-pages span {
  border: 1px solid #e2e2e2;
  padding: 5px 15px;
  display: inline-block;
}
.wp-link-pages .current,
.wp-link-pages a:hover {
  background-color: var(--main-color-one);
  color: #fff;
  border-color: var(--main-color-one);
}
.wp-link-pages span:first-child {
  margin-right: 5px;
}
dl,
ol,
ul {
  padding-left: 15px;
}
.post-password-form input {
  display: block;
  border: 1px solid #e2e2e2;
  height: 50px;
  border-radius: 3px;
  padding: 0 20px;
}
.post-password-form label {
  font-weight: 600;
  color: #333;
}
.post-password-form input[type="submit"] {
  width: 100px;
  height: 50px;
  background-color: var(--main-color-one);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.post-password-form input[type="submit"]:hover {
  background-color: #121a2f;
}
.footer-widget .table td,
.footer-widget .table th {
  padding: 0.5rem !important;
}
.single-post-details-item .entry-content > .alignwide {
  max-width: 1100px;
}
.single-post-details-item .entry-content > .alignfull {
  margin: 1.5em 0;
  max-width: 100%;
}
.wp-block-video video {
  max-width: 636px;
}
.wp-block-image img {
  display: block;
}
.wp-block-image.alignleft,
.wp-block-image.alignright {
  width: 100%;
}
.wp-block-image.alignfull img {
  width: 100vw;
}
.wp-block-gallery:not(.components-placeholder) {
  margin: 1.5em auto;
}
.wp-block-cover-text p {
  padding: 1.5em 14px;
}
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
  padding: 0 14px;
}
.wp-block-table {
  display: block;
  overflow-x: auto;
}
.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}
.wp-block-table td,
.wp-block-table th {
  padding: 0.5em;
}
.wp-block-embed.type-video > .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.wp-block-embed.type-video > .wp-block-embed__wrapper > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.wp-block-quote.is-large {
  margin: 0 auto 16px;
}
.wp-block-pullquote > p:first-child {
  margin-top: 0;
}
.wp-block-separator {
  margin: 3em auto;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .wp-block-cover-text p {
    padding: 1.5em 0;
  }
}
wp-block-video video {
  max-width: 636px;
}
.wp-block-image img {
  display: block;
}
.wp-block-image.alignleft,
.wp-block-image.alignright {
  width: 100%;
}
.wp-block-image.alignfull img {
  width: 100vw;
}
.wp-block-gallery:not(.components-placeholder) {
  margin: 1.5em auto;
}
.wp-block-cover-text p {
  padding: 1.5em 14px;
}
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
  padding: 0 14px;
}
.wp-block-table {
  display: block;
  overflow-x: auto;
}
.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}
.wp-block-table td,
.wp-block-table th {
  padding: 0.5em;
}
.wp-block-embed.type-video > .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.wp-block-embed.type-video > .wp-block-embed__wrapper > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.wp-block-quote.is-large {
  margin: 0 auto 16px;
}
.wp-block-pullquote > p:first-child {
  margin-top: 0;
}
.wp-block-quote:not(.is-large):not(.is-style-large) {
  border-left: 4px solid #000;
  padding-left: 1em;
}
.wp-block-separator {
  margin: 3em auto;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .wp-block-cover-text p {
    padding: 1.5em 0;
  }
}
.wp-block-pullquote {
  border-top: 4px solid #555d66;
  border-bottom: 4px solid #555d66;
  color: #40464d;
}
.has-strong-blue-color {
  color: #0073aa;
}
.has-strong-blue-background-color {
  background-color: #0073aa;
}
.has-lighter-blue-color {
  color: #229fd8;
}
.has-lighter-blue-background-color {
  background-color: #229fd8;
}
.has-very-light-gray-color {
  color: #eee;
}
.has-very-light-gray-background-color {
  background-color: #eee;
}
.has-very-dark-gray-color {
  color: #444;
}
.has-very-dark-gray-background-color {
  background-color: #444;
}
.breadcrumb-area {
  background-image: url(../img/bg/breadcrumb-bg.jpg);
  position: relative;
  z-index: -1;
  background-size: cover;
  background-position: center;
}
.breadcrumb-area:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
}
.breadcrumb-area.extra {
  padding-bottom: 138px;
}
.breadcrumb-area .breadcrumb-inner {
  padding: 87px 0 63px 0;
  text-align: center;
}
.breadcrumb-area .page-title {
  font-size: 48px;
  line-height: 58px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.breadcrumb-area p {
  font-size: 16px;
  line-height: 26px;
  max-width: 600px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 20px;
}
.breadcrumb-area .page-list {
  margin: 0;
  padding: 0;
}
.breadcrumb-area .page-list li {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  font-size: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
}
.breadcrumb-area .page-list li:first-child {
  padding-left: 0;
}
.breadcrumb-area .page-list li:first-child a {
  color: var(--main-color-one);
}
.breadcrumb-area .page-list li:first-child:after {
  display: none;
}
.breadcrumb-area .page-list li:after {
  position: absolute;
  left: 10px;
  top: 0;
  content: "/";
  font-family: fontawesome;
}
.breadcrumb-area .page-list li a {
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.breadcrumb-area .page-list li a:hover {
  color: #fff;
}
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.comments-area {
  margin-top: 30px;
}
.comments-area .comments-title {
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 25px;
}
.comments-area .comment-list .comment-respond {
  margin-bottom: 30px;
}
.comments-area .comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
  margin-bottom: 20px;
}
.comments-area .comment-list li {
  margin-bottom: 30px;
}
.comments-area .comment-list li:last-child {
  margin-bottom: 0;
}
.comments-area .comment-list li ul.children {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
}
.comments-area .comment-list li ul {
  list-style: none;
}
.comments-area .comment-list li ul.children li {
  margin-left: 50px;
  list-style-type: none;
  list-style: none;
}
.comments-area .comment-list li .single-comment-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.comments-area .comment-list li .single-comment-wrap .thumb {
  margin-right: 20px;
  min-width: 80px;
  border-radius: 50%;
}
.comments-area .comment-list li .single-comment-wrap .thumb img {
  margin-bottom: 10px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}
.blog-details-page-content-area
  .comments-area
  .comment-list
  li
  .single-comment-wrap
  .time,
.comments-area .comment-list li .single-comment-wrap .date {
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}
.comments-area .comment-list li .single-comment-wrap .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
.comments-area .comment-list li .single-comment-wrap .content .title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  font-family: var(--heading-font);
}
.comments-area .comment-list li .single-comment-wrap .content .comment-content {
  max-width: 620px;
}
.comments-area .comment-list li .single-comment-wrap .content p {
  font-size: 16px;
  line-height: 26px;
  word-break: break-word;
}
.comments-area .comment-list li .single-comment-wrap .content p:last-child {
  margin-bottom: 0;
}
.comments-area .comment-list li .single-comment-wrap .content .reply {
  position: absolute;
  top: 0;
  right: 0;
  color: var(--paragraph-color);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.comments-area .comment-list li .single-comment-wrap .content .reply:hover {
  color: var(--main-color-one);
}
.comments-area .comment-reply-title,
.comments-area .reply-title {
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 20px;
}
.comments-area .form-submit {
  margin-bottom: 0;
}
.comment-form .form-group.textarea .form-control {
  min-height: 160px;
  resize: none;
  line-height: 26px;
}
.comment-form .form-group.textarea .form-control:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.comment-form .form-group .form-control {
  height: 50px;
  line-height: 50px;
  border: 1px solid #e2e2e2;
}
.comment-form .submit-btn {
  height: 50px;
  width: auto;
  border-radius: 5px;
  font-weight: 400;
  background-color: var(--main-color-one);
  border: none;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  color: #fff;
}
.comment-form .submit-btn:hover {
  background-color: var(--main-color-two);
  color: #fff;
}
.comments-area .comment-list .children li:last-child {
  margin-bottom: 30px;
}
.comments-area .comment-list li ul.children {
  margin-top: 30px;
}
.comment-form-cookies-consent input[type="checkbox"] {
  margin-right: 5px;
}
.widget {
  background-color: #f5f5f5;
  margin-bottom: 30px;
  padding: 25px 30px 30px 30px;
}
.widget select {
  width: 100%;
  height: 50px;
  padding: 10px 20px;
}
.widget .widget-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 20px;
  position: relative;
}
.widget.widget_calendar {
  padding-right: 24px;
  padding-left: 24px;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget.widget_nav_menu ul li.menu-item-has-children:after {
  display: none;
}
.widget.footer-widget .subscribe-form .form-group .form-control {
  background-color: #515457;
  color: #fff;
}
.widget.footer-widget
  .subscribe-form
  .form-group
  .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.widget.footer-widget
  .subscribe-form
  .form-group
  .form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.widget.footer-widget
  .subscribe-form
  .form-group
  .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.widget.footer-widget
  .subscribe-form
  .form-group
  .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.widget.footer-widget .subscribe-form .submit-btn:hover {
  background-color: #fff;
  color: var(--main-color-one);
}
.widget.footer-widget {
  background-color: transparent !important;
  padding: 0;
  margin-bottom: 30px;
}
.widget.footer-widget .about_us_widget a {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
}
.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget ul li ul {
  margin-left: 20px;
}
.widget ul li {
  display: block;
  margin: 8px 0;
  -ms-word-wrap: break-word;
  word-break: break-word;
}
.widget ul li:first-child {
  margin-top: 0;
}
.widget ul li:last-child {
  margin-bottom: 0;
}
.widget ul li a {
  color: inherit;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.widget ul li a:hover {
  color: var(--main-color-one);
}
.footer-widget.widget_nav_menu ul li a {
  position: relative;
  padding-left: 15px;
}
.footer-widget.widget_nav_menu ul li a:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--main-color-two);
}
.widget_search .search-form {
  position: relative;
}
.widget_search .search-form .form-group {
  margin-bottom: 0;
}
.widget_search .search-form .form-group .form-control {
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0 70px 0 15px;
}
.widget_search .search-form .submit-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  font-size: 18px;
  border-radius: 0 5px 5px 0;
  background-color: var(--main-color-one);
  color: #fff;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  border: none;
  cursor: pointer;
}
.widget_search .search-form .submit-btn:hover {
  background-color: var(--main-color-two);
  color: #fff;
}
.widget_author_meta {
  text-align: center;
}
.widget_author_meta .thumb {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.widget_author_meta .thumb img {
  border-radius: 50%;
}
.widget_author_meta .content .name {
  font-size: 21px;
  font-weight: 700;
}
.widget_author_meta .content p {
  font-size: 16px;
  line-height: 26px;
}
.widget_author_meta .content ul {
  margin-top: 25px;
}
.widget_author_meta .content ul li {
  display: inline-block;
  margin: 0 5px;
}
.widget_author_meta .content ul li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.widget_author_meta .content ul li a:hover {
  background-color: var(--main-color-one);
  color: #fff;
}
.widget_tag_cloud .tagcloud a {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 5px;
  color: inherit;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border-radius: 5px;
  font-size: 16px !important;
}
.widget_tag_cloud .tagcloud a:hover {
  background-color: var(--main-color-one);
  color: #fff;
}
.widget ul li ul.sub-menu {
  position: initial;
}
.widget ul li ul.sub-menu {
  visibility: visible;
  opacity: 1;
  background-color: transparent;
  border-top: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 10px;
}
.widget ul li ul.sub-menu li a {
  padding: 0 0 0 10px;
}
.widget ul li ul.sub-menu li a:hover {
  background-color: transparent;
}
.widget.widget_nav_menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget.widget_nav_menu ul li {
  margin: 15px 0;
}
.widget.widget_nav_menu ul li:first-child {
  margin-top: 0;
}
.widget.widget_nav_menu ul li:last-child {
  margin-bottom: 0;
}
.widget.widget_nav_menu ul li a {
  border: none;
}
.widget.widget_nav_menu ul li a span {
  float: right;
}
.widget.widget_nav_menu ul li > ul {
  margin-left: 15px;
}
.widget.footer-widget.widget_calendar table {
  margin-bottom: 0;
}
.widget.footer-widget.widget_calendar caption {
  padding-bottom: 0;
}
.widget.footer-widget .widget-title {
  color: rgba(255, 255, 255, 0.9);
}
.footer-widget.widget_tag_cloud .tagcloud a,
.widget.footer-widget p,
.widget.footer-widget.widget_calendar caption,
.widget.footer-widget.widget_calendar td,
.widget.footer-widget.widget_calendar th {
  color: rgba(255, 255, 255, 0.6);
}
.widget.footer-widget ul li,
.widget.footer-widget ul li a {
  color: rgba(255, 255, 255, 0.6);
}
.widget.footer-widget ul li a:hover {
  color: var(--main-color-one);
}
.widget .social_share {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.widget .social_share li {
  width: calc(100% / 3);
  margin: 0;
  display: block;
  padding: 20px 0 12px 0;
  text-align: center;
  border-radius: 5px;
  color: #fff;
}
.widget .social_share li i {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
}
.widget .social_share li.facebook {
  background-color: #3b5999;
}
.widget .social_share li.twitter {
  background-color: #55acee;
}
.widget .social_share li.instagram {
  background-color: #e4405f;
}
.widget .social_share li a:hover {
  color: #fff;
}
.widget .social_share li + li {
  margin-left: 10px;
}
.widget .recent_post_item {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget .recent_post_item li {
  display: block;
}
.widget .recent_post_item li + li {
  margin-top: 20px;
}
.widget .recent_post_item li.single-recent-post-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.widget .recent_post_item li.single-recent-post-item .thumb {
  width: 80px;
  height: 80px;
  margin-right: 15px;
}
.widget .recent_post_item li.single-recent-post-item .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.widget .recent_post_item li.single-recent-post-item .content .title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 0;
}
.widget .recent_post_item li.single-recent-post-item .content .time {
  font-size: 12px;
  font-weight: 500;
}
.contact_info_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact_info_list li {
  display: block;
}
.contact_info_list li.single-info-item {
  position: relative;
  margin-bottom: 20px;
}
.contact_info_list li.single-info-item .icon {
  position: absolute;
  left: 0;
  top: 0;
  color: var(--main-color-two);
}
.contact_info_list li.single-info-item .details {
  padding-left: 30px;
}
.about_us_widget .footer-logo {
  display: block;
  margin-bottom: 20px;
}
.copyright-area {
  padding: 20px 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
}
.widget-testimonial .icon {
  font-size: 70px;
  line-height: 60px;
  color: var(--main-color-one);
  margin-bottom: 16px;
}
.widget-testimonial p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
}
.widget-testimonial .author-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-top: 24px;
}
.widget-testimonial .author-meta .thumb {
  margin-right: 20px;
}
.widget-testimonial .author-meta .thumb img {
  max-width: 80px;
  height: 80px;
  border-radius: 50%;
}
.widget-testimonial .author-meta .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 15px;
}
.widget-testimonial .author-meta .content .name {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}
.widget-testimonial .author-meta .content .designation {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}
.case-sidebar .widget.widget_categories,
.practice-sidebar .widget.widget_categories {
  padding: 0;
  background-color: transparent;
}
.case-sidebar .widget.widget_categories .widget-title,
.practice-sidebar .widget.widget_categories .widget-title {
  background-color: #e1e1e1;
  padding: 15px 30px;
  margin-bottom: 0;
}
.case-sidebar .widget.widget_categories ul li,
.practice-sidebar .widget.widget_categories ul li {
  position: relative;
  z-index: 0;
  background-color: #f5f5f5;
  padding: 13px 30px;
  margin-bottom: 0;
}
.case-sidebar .widget.widget_categories ul li + li,
.practice-sidebar .widget.widget_categories ul li + li {
  margin-top: 2px;
}
.case-sidebar .widget.widget_categories ul li:after,
.practice-sidebar .widget.widget_categories ul li:after {
  position: absolute;
  left: 15px;
  top: 12px;
  content: "";
  font-family: fontawesome;
  font-weight: 900;
}
.widget-ul-wrapper ul li i {
  padding-right: 5px;
  color: var(--main-color-two);
}
.top-bar-area {
  background-color: var(--secondary-color);
}
.top-bar-inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.top-bar-inner ul li a:hover {
  color: var(--main-color-two);
}
.top-bar-inner ul li a {
  color: #f2f2f2;
  transition: all 0.3s;
}
.top-bar-inner ul li {
  display: inline-block;
}
.top-bar-inner ul li + li {
  margin-left: 15px;
}
.top-bar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#langchange {
  background-color: transparent;
  border: none;
  color: #f1f1f1;
  cursor: pointer;
}
.top-bar-inner .btn-wrapper .boxed-btn {
  border-radius: 0;
  font-weight: 700;
}
.top-bar-inner .btn-wrapper .boxed-btn:hover {
  color: #fff;
}
.header-style-01 {
  position: relative;
}

.navbar.navbar-area.white .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.50)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar.navbar-area.nav-style-01 .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.50)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar.navbar-area .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.50)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.mobile-logo {
  display: none;
}
@media only screen and (max-width: 991px) {
  .mobile-logo {
    display: block;
  }
  .desktop-logo {
    display: none !important;
  }
}
.navbar-area {
  padding: 0;
}
.navbar-area.nav-absolute {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 2;
}
.navbar-area.nav-style-02 {
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 100px;
  z-index: 1;
}
.navbar-area.nav-style-02 .nav-container {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0 15px;
}
.navbar-area.nav-style-02 .nav-container .logo-wrapper {
  max-width: 200px;
}
.navbar-area.nav-style-02 .nav-container .logo-wrapper .logo {
  font-size: 36px;
  font-weight: 600;
}
.navbar-area.nav-style-02 .nav-container .nav-right-content ul li {
  color: rgba(255, 255, 255, 0.8);
}
.navbar-area.nav-style-02 .nav-container .nav-right-content ul li + li {
  margin-left: 5px;
}
.navbar-area.nav-style-02 .nav-container .nav-right-content ul li a {
  color: rgba(255, 255, 255, 0.8);
}
.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav {
  text-align: center;
}
.navbar-area.nav-style-02
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.current-menu-item
  a {
  color: var(--main-color-one);
}
.navbar-area.nav-style-02
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.current-menu-item:before {
  color: var(--main-color-one);
}
.navbar-area.nav-style-02
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.style-01
  a {
  color: rgba(255, 255, 255, 0.9);
}
.navbar-area.nav-style-02
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children {
  z-index: initial;
}
.navbar-area.nav-style-02
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children:before {
  color: rgba(255, 255, 255, 0.8);
}
.navbar-area.nav-style-02
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  li
  + li {
  border-top: 1px solid #e2e2e2;
}
.navbar-area.nav-style-02
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  li
  a {
  background-color: #fff;
  color: var(--paragraph-color);
}
.navbar-area.nav-style-02
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  li
  a:hover {
  background-color: var(--main-color-one);
  color: #fff;
}
.navbar-area.nav-style-02
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  .menu-item-has-children:hover
  > .sub-menu
  li:hover:before {
  color: #fff;
}
.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li a {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: rgba(255, 255, 255, 0.8);
}
.navbar-area.nav-style-02
  .nav-container
  .navbar-collapse
  .navbar-nav
  li:hover.menu-item-has-children:before {
  color: var(--main-color-one);
}
.navbar-area.nav-style-02
  .nav-container
  .navbar-collapse
  .navbar-nav
  li:hover
  a {
  color: var(--main-color-one);
}
.navbar-area.nav-style-01 {
  background-color: transparent;
}
.navbar-area.nav-style-01 .nav-container {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0 15px;
}
.navbar-area.nav-style-01 .nav-container .logo-wrapper {
  max-width: 200px;
}
.navbar-area.nav-style-01 .nav-container .logo-wrapper .logo {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
}
.navbar-area.nav-style-01 .nav-container .nav-right-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-area.nav-style-01 .nav-container .nav-right-content ul li {
  color: rgba(255, 255, 255, 0.8);
}
.navbar-area.nav-style-01 .nav-container .nav-right-content ul li a {
  color: rgba(255, 255, 255, 0.8);
}
.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav {
  text-align: center;
}
.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li {
  line-height: 110px;
}
.navbar-area.nav-style-01
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.current-menu-item
  a {
  color: var(--main-color-one);
}
.navbar-area.nav-style-01
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.current-menu-item.menu-item-has-children:before,
.navbar-area.nav-style-01
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.current-menu-item.menu-item-has-mega-menu:before {
  color: var(--main-color-one);
}
.navbar-area.nav-style-01
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.style-01
  a {
  color: rgba(255, 255, 255, 0.7);
}
.navbar-area.nav-style-01
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children {
  z-index: initial;
}
.navbar-area.nav-style-01
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children:before,
.navbar-area.nav-style-01
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-mega-menu:before {
  color: rgba(255, 255, 255, 0.8);
}
.navbar-area.nav-style-01
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  li
  + li {
  border-top: 1px solid #e2e2e2;
}
.navbar-area.nav-style-01
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  li
  a {
  background-color: #fff;
  color: var(--paragraph-color);
}
.navbar-area.nav-style-01
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  li
  a:hover {
  background-color: var(--main-color-one);
  color: #fff;
}
.navbar-area.nav-style-01
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  .menu-item-has-children:hover
  > .sub-menu
  li:hover:before {
  color: #fff;
}
.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li a {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: rgba(255, 255, 255, 0.8);
}
.navbar-area.nav-style-01
  .nav-container
  .navbar-collapse
  .navbar-nav
  li:hover.menu-item-has-children:before {
  color: var(--main-color-one);
}
.navbar-area.nav-style-01
  .nav-container
  .navbar-collapse
  .navbar-nav
  li:hover
  > a {
  color: var(--main-color-one);
}
.navbar-area .nav-container {
  background-color: #fff;
  -webkit-box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.2);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 0 30px;
}
.navbar-area .nav-container .nav-right-content .btn-wrapper {
  margin-left: 20px;
}
.navbar-area .nav-container .nav-right-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 15px;
}
.navbar-area .nav-container .nav-right-content ul li {
  display: inline-block;
  color: #6a7795;
}
.navbar-area .nav-container .nav-right-content ul li:last-child {
  margin-right: 0;
}
.navbar-area .nav-container .nav-right-content ul li + li {
  margin-left: 5px;
}
.navbar-area .nav-container .nav-right-content ul li a {
  color: #6a7795;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.navbar-area .nav-container .nav-right-content ul li a:hover {
  color: var(--main-color-one);
}
.navbar-area .nav-container .nav-right-content ul li.search {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.navbar-area .nav-container .nav-right-content ul li.search:hover {
  color: var(--main-color-one);
}
.navbar-area .nav-container .nav-right-content ul li.nav-btn .btn-boxed {
  font-weight: 600;
  text-transform: capitalize;
  border-radius: 5px;
  background-color: var(--main-color-one);
}
.navbar-area .nav-container .nav-right-content ul li.nav-btn .btn-boxed:hover {
  background-color: var(--main-color-two);
}
.navbar-area .nav-container .navbar-brand .site-title {
  font-weight: 700;
  font-size: 30px;
  font-family: var(--heading-font);
  line-height: 90px;
  color: var(--heading-color);
}
.navbar-area .nav-container .navbar-collapse .navbar-nav {
  display: block;
  width: 100%;
  text-align: center;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 90px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
  margin-left: 20px;
}
.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.current-menu-item
  a {
  color: var(--main-color-one);
}
.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children,
.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-mega-menu {
  position: relative;
  z-index: 0;
  padding-right: 15px;
}
.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children:before,
.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-mega-menu:before {
  position: absolute;
  right: 0;
  top: 50%;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children:hover
  > .sub-menu,
.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-mega-menu:hover
  > .xg_mega_menu_wrapper {
  visibility: visible;
  opacity: 1;
}
.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu {
  position: absolute;
  text-align: left;
  min-width: 220px;
  margin: 0;
  padding: 0;
  list-style: none;
  left: 0;
  top: 100%;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  z-index: 9;
  border-bottom: 4px solid var(--main-color-one);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  li {
  display: block;
  margin-left: 0;
  line-height: 24px;
  font-size: 16px;
}
.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  li
  + li {
  border-top: 1px solid #e2e2e2;
}
.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  li
  a {
  display: block;
  padding: 12px 30px;
  background-color: #fff;
  white-space: nowrap;
  color: var(--paragraph-color);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  li
  a:hover {
  background-color: var(--main-color-one);
  color: #fff;
}
.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  .menu-item-has-children {
  position: relative;
  z-index: 0;
  padding-right: 0;
}
.navbar-area.nav-style-01
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  li.menu-item-has-children:before {
  color: var(--paragraph-color);
}
.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  .menu-item-has-children:before {
  position: absolute;
  right: 15px;
  top: 50%;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  .menu-item-has-children
  > .sub-menu {
  left: 100%;
  top: 20px;
}
.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  .menu-item-has-children
  > .sub-menu
  .sub-menu
  .sub-menu {
  left: auto;
  right: 100%;
}
.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  .menu-item-has-children:hover
  > .sub-menu {
  visibility: visible;
  opacity: 1;
}
.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  .menu-item-has-children:hover
  > .sub-menu
  li:hover:before {
  color: #fff;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li a {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li a:hover {
  color: var(--main-color-one);
}
.navbar-area.nav-style-01 .nav-container .nav-right-content ul li i {
  font-weight: 700;
}
.mobile-cart a:hover .pcount,
.navbar-area .nav-container .nav-right-content ul li.cart a:hover .pcount {
  color: #fff;
}
.mobile-cart a {
  color: #fff;
  display: none;
}
.mobile-cart a,
.navbar-area .nav-container .nav-right-content ul li.cart {
  position: relative;
}
.mobile-cart a .pcount,
.navbar-area .nav-container .nav-right-content ul li.cart .pcount {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--main-color-one);
  font-size: 13px;
  font-weight: 700;
}
.navbar-area .nav-container .nav-right-content ul li select {
  background: 0 0;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 5px;
  margin-left: 20px;
}
@media only screen and (max-width: 991px) {
  .navbar-area.nav-style-02 .nav-container {
    padding: 20px 0;
  }
  .navbar-area.nav-style-02 .nav-container .navbar-toggler {
    background-color: #fff;
  }
  .navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav {
    background-color: var(--main-color-two);
    padding: 0 20px;
  }
  .navbar-area.nav-style-02
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children
    .sub-menu
    li
    a {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.8);
  }
  .navbar-area.nav-style-01 .nav-container {
    padding: 20px 0;
  }
  .navbar-area.nav-style-01
    .nav-container
    .responsive-mobile-menu
    .navbar-toggler {
    background-image: none;
  }
  .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav {
    text-align: center;
  }
  .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li {
    line-height: 30px;
  }
  .navbar-area.nav-style-01
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.current-menu-item
    a {
    color: var(--main-color-one);
  }
  .navbar-area.nav-style-01
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.current-menu-item.menu-item-has-children:before {
    color: var(--main-color-one);
  }
  .navbar-area.nav-style-01
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children {
    z-index: initial;
  }
  .navbar-area.nav-style-01
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children:before {
    color: rgba(255, 255, 255, 0.8);
  }
  .navbar-area.nav-style-01
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children
    .sub-menu
    li
    + li {
    border-top: 1px solid #e2e2e2;
  }
  .navbar-area.nav-style-01
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children
    .sub-menu
    li
    a {
    background-color: transparent;
    color: var(--paragraph-color);
  }
  .navbar-area.nav-style-01
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children
    .sub-menu
    li
    a:hover {
    background-color: var(--main-color-one);
    color: #fff;
  }
  .navbar-area.nav-style-01
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children
    .sub-menu
    .menu-item-has-children:hover
    > .sub-menu
    li:hover:before {
    color: #656565;
  }
  .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li a {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    color: rgba(255, 255, 255, 0.8);
  }
  .navbar-area.nav-style-01
    .nav-container
    .navbar-collapse
    .navbar-nav
    li:hover.menu-item-has-children:before {
    color: var(--main-color-one);
  }
  .navbar-area.nav-style-01
    .nav-container
    .navbar-collapse
    .navbar-nav
    li:hover
    a {
    color: var(--main-color-one);
  }
  .navbar-area .nav-container {
    position: relative;
    z-index: 0;
    min-height: 80px;
  }
  .navbar-area .nav-container .responsive-mobile-menu {
    display: block;
    position: relative;
    width: 100%;
  }
  .navbar-area .nav-container .responsive-mobile-menu .navbar-toggler {
    position: absolute;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px solid rgba(255, 255, 255, 0.8);
  }
  .navbar-area .nav-container .navbar-brand {
    display: block;
  }
  .navbar-area .nav-container .navbar-brand .navbar-toggler {
    position: absolute;
    right: 10px;
    border: 1px solid #e2e2e2;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav {
    display: block;
    margin-top: 20px;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li {
    display: block;
    text-align: left;
    line-height: 30px;
    padding: 10px 0;
    border-bottom: 1px solid #e2e2e2;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li:last-child {
    border-bottom: none;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
    margin-left: 0;
  }
  .navbar-area
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children:before {
    top: 25px;
    right: 20px;
  }
  .navbar-area
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children:hover {
    padding-bottom: 0;
  }
  .navbar-area
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children:hover
    > .sub-menu {
    visibility: visible;
    height: auto;
    opacity: 1;
    background-color: transparent;
    border-bottom: none;
  }
  .navbar-area
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children
    .sub-menu {
    position: initial;
    display: block;
    width: 100%;
    border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-left: 0;
    padding-bottom: 0;
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
    max-height: 250px;
    overflow-y: scroll;
    -webkit-transition: height 0.5s;
    -o-transition: height 0.5s;
    transition: height 0.5s;
  }
  .navbar-area
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children
    .sub-menu
    .sub-menu
    .menu-item-has-children:before {
    content: "";
  }
  .navbar-area
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children
    .sub-menu
    li {
    padding: 0;
  }
  .navbar-area
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children
    .sub-menu
    li.menu-item-has-children:hover:before {
    top: 30px;
    color: #fff;
  }
  .navbar-area
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children
    .sub-menu
    li
    + li {
    border-top: none;
  }
  .navbar-area
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children
    .sub-menu
    li:first-child {
    border-top: 1px solid #e2e2e2;
  }
}
@media only screen and (max-width: 575px) {
  .navbar-area .nav-container {
    margin: 0 15px;
  }
}
.info-items {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.info-items li {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.info-items li + li {
  margin-left: 20px;
}
.info-items li:hover {
  color: var(--main-color-one);
}
.info-items li i {
  margin-right: 3px;
  color: var(--main-color-one);
}
.info-items-icon {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.info-items-icon li {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.info-items-icon li + li {
  margin-left: 20px;
}
.info-items-icon li:hover {
  color: var(--main-color-one);
}
.navbar-area.nav-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: var(--secondary-color);
  z-index: 999;
}
.navbar-area.nav-fixed .nav-container .navbar-collapse .navbar-nav li {
  line-height: 70px;
}
.navbar-area.nav-fixed .nav-container .logo-wrapper {
  margin-top: -10px;
}
.topbar-area {
  background-color: #f7f7f7;
}
.topbar-area.style-04 {
  position: absolute;
  left: 0;
  top: 20px;
  width: 100%;
  z-index: 2;
  background-color: transparent;
  min-height: 50px;
}
.topbar-area.style-04 .info-items li {
  color: rgba(255, 255, 255, 0.8);
}
.topbar-area.style-04 .info-items li i {
  font-size: 20px;
  line-height: 30px;
}
.topbar-area.style-04 .info-items li:hover {
  color: var(--main-color-one);
}
.topbar-area.style-04 .info-items-icon li {
  color: rgba(255, 255, 255, 0.8);
}
.topbar-area.style-04 .info-items-icon li:hover {
  color: var(--main-color-one);
}
.topbar-area.style-03 {
  background-color: var(--main-color-two);
  padding: 15px 0;
}
.topbar-area.style-03 .info-items li {
  color: rgba(255, 255, 255, 0.8);
}
.topbar-area.style-03 .info-items li i {
  font-size: 20px;
  line-height: 30px;
}
.topbar-area.style-03 .info-items li:hover {
  color: var(--main-color-one);
}
.topbar-area.style-03 .info-items-icon li {
  color: rgba(255, 255, 255, 0.8);
}
.topbar-area.style-03 .info-items-icon li:hover {
  color: var(--main-color-one);
}
.topbar-area.style-03 .topbar-inner div:first-child {
  padding-top: 0;
}
.topbar-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.topbar-inner div:first-child {
  padding-top: 15px;
}
.topbar-inner div .boxed-btn {
  padding: 15px 30px;
  background-color: var(--main-color-one);
  display: inline-block;
  color: #fff;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.topbar-inner div .boxed-btn:hover {
  background-color: var(--main-color-two);
  color: #fff;
}
.header-style-04.has-top-bar .navbar-area {
  top: 75px;
}
.header-style-04.has-top-bar .header-area {
  padding-top: 352px;
  padding-bottom: 300px;
}
.header-style-03 .header-area {
  padding-top: 295px;
}
.header-area-wrapper,
.header-style-02,
.header-style-03 {
  position: relative;
  z-index: 0;
}
.header-style-02 .header-area {
  padding-top: 295px;
  padding-bottom: 290px;
}
.header-slider-one .owl-item.active .title {
  -webkit-animation: slideInLeft 2s 0s both;
  animation: slideInLeft 2s 0s both;
}
.header-slider-one .owl-item.active p {
  -webkit-animation: slideInLeft 2s 1s both;
  animation: slideInLeft 2s 1s both;
}
.header-slider-one .owl-item.active span {
  -webkit-animation: slideInLeft 2s 1s both;
  animation: slideInLeft 2s 1s both;
}
.header-slider-one .owl-item.active .btn-wrapper,
.header-slider-one .owl-item.active .header-inner.style-01 .vdo-btn {
  -webkit-animation: slideInUp 2s 2s both;
  animation: slideInUp 2s 2s both;
}
.header-slider-one:hover .owl-nav div {
  visibility: visible;
  opacity: 1;
}
.header-slider-one .owl-nav div {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  visibility: hidden;
  opacity: 0;
}
.header-slider-one .owl-nav div:hover {
  color: var(--main-color-one);
  border-color: var(--main-color-one);
}
.header-slider-one .owl-nav div.owl-next {
  left: auto;
  right: 20px;
}
.header-area {
  padding: 225px 0 220px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.header-area.style-04 {
  padding: 260px 0 190px 0;
}
.header-area.style-04 .subtitle {
  position: relative;
  z-index: 0;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  padding-left: 70px;
  letter-spacing: 1px;
}
.header-area.style-04 .subtitle:after {
  position: absolute;
  left: 0;
  top: 10px;
  width: 60px;
  height: 2px;
  background-color: var(--main-color-one);
  content: "";
}
.header-area.header-bg {
  background-color: #000;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.header-area.header-bg:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(78, 10, 131, 0)),
    color-stop(49%, rgba(78, 10, 131, 0.49)),
    to(rgba(78, 10, 131, 0.2))
  );
  background-image: -o-linear-gradient(
    bottom,
    rgba(78, 10, 131, 0) 0,
    rgba(78, 10, 131, 0.49) 49%,
    rgba(78, 10, 131, 0.2) 100%
  );
  background-image: linear-gradient(
    0deg,
    rgba(78, 10, 131, 0) 0,
    rgba(78, 10, 131, 0.49) 49%,
    rgba(78, 10, 131, 0.2) 100%
  );
  content: "";
  z-index: -1;
}
.header-area.header-bg-02 {
  background-color: #000;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.header-area.header-bg-02:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-image: url(../img/bg/bg-03.png);
  content: "";
  z-index: -1;
}
.header-area.header-bg-02:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  z-index: 0;
}
.header-area.header-bg-03 {
  background-color: #000;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.header-area.header-bg-03:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.2);
  content: "";
  z-index: -1;
}
.header-area.header-bg-04 {
  background-color: #000;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.header-area.header-bg-04:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.8);
  content: "";
  z-index: -1;
}
.header-area .header-inner {
  overflow: hidden;
}
.header-area .header-inner.style-01 .title {
  text-align: center;
}
.header-area .header-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header-area .header-bottom .video-play {
  color: #fff;
}
.header-area .header-bottom .video-play i {
  margin-left: 30px;
  margin-right: 10px;
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #fff;
  background-color: transparent;
  border-radius: 50%;
}
.header-area .header-video {
  position: relative;
  width: 100%;
  height: 100%;
}
.header-area .header-video .vdo-btn {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-area .title {
  font-size: 72px;
  line-height: 72px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 30px;
}
.header-area .description {
  color: #fff;
}
.header-area .subtitle {
  font-size: 18px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
}
.header-area .btn-wrapper .boxed-btn {
  border: 1px solid transparent;
}
.header-area .btn-wrapper .boxed-btn:hover {
  border: 1px solid #fff;
  background-color: transparent;
}
.header-area .btn-wrapper .boxed-btn.blank {
  background-color: transparent;
  border: 1px solid #fff;
}
.header-area .btn-wrapper .boxed-btn.blank:hover {
  background-color: #fff;
  color: var(--main-color-one);
  border-color: var(--main-color-one);
}
.header-area .btn-wrapper .boxed-btn + .boxed-btn {
  margin-left: 20px;
}
.header-bottom-area.style-02 {
  -webkit-box-shadow: 0 0 158px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 158px 0 rgba(0, 0, 0, 0.2);
}
.header-bottom-area.style-04 {
  background-color: transparent;
  position: relative;
  z-index: 2;
}
.header-bottom-area.style-03 {
  background-size: cover;
  background-position: center;
}
.header-bottom-inner {
  margin-top: -70px;
  position: relative;
  z-index: 1;
}
.header-bottom-inner.style-02 {
  -webkit-box-shadow: 0 0 158px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 158px 0 rgba(0, 0, 0, 0.2);
}
.header-bottom-wrap {
  background-color: var(--main-color-two);
  padding: 30px 0 40px 0;
}
.single-header-bottom-item {
  background-color: var(--main-color-one);
  text-align: center;
  position: relative;
  z-index: 0;
  padding: 50px 0 65px 0;
}
.single-header-bottom-item:after {
  content: "";
  position: absolute;
  background-image: url(../img/bg/bg.png);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.single-header-bottom-item.style-01 {
  background-color: #bd10e0;
}
.single-header-bottom-item.style-02 {
  background-color: #ff8a73;
}
.single-header-bottom-item.style-03 {
  background-color: #5580ff;
}
.single-header-bottom-item.style-04 {
  background-color: #45e7ac;
}
.single-header-bottom-item.black .content .title {
  color: var(--heading-color);
}
.single-header-bottom-item .bg-text {
  font-size: 120px;
  line-height: 100px;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 8px;
  z-index: -1;
  color: #434950;
  font-family: var(--heading-font);
}
.single-header-bottom-item:hover .icon {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.single-header-bottom-item .icon {
  font-size: 80px;
  line-height: 60px;
  color: #fff;
  margin-bottom: 30px;
  display: inline-block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.single-header-bottom-item .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.single-header-bottom-item .content .title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 5px;
  max-width: 145px;
  margin: auto;
}
.single-header-bottom-item .content p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}
.single-header-bottom-item-02 {
  background-color: #fff;
  text-align: center;
  position: relative;
  z-index: 0;
  padding: 50px 0 35px 0;
}
.single-header-bottom-item-02.black .content .title {
  color: var(--heading-color);
}
.single-header-bottom-item-02 .bg-text {
  font-size: 120px;
  line-height: 100px;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 8px;
  z-index: -1;
  color: #434950;
  font-family: var(--heading-font);
}
.single-header-bottom-item-02:hover .icon {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.single-header-bottom-item-02 .icon {
  font-size: 80px;
  line-height: 60px;
  color: #fff;
  margin-bottom: 30px;
  display: inline-block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.single-header-bottom-item-02 .icon.style-01 {
  color: #bd10e0;
}
.single-header-bottom-item-02 .icon.style-02 {
  color: #ff8a73;
}
.single-header-bottom-item-02 .icon.style-03 {
  color: #5580ff;
}
.single-header-bottom-item-02 .icon.style-04 {
  color: #45e7ac;
}
.single-header-bottom-item-02 .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.single-header-bottom-item-02 .content .title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: var(--heading-color);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 5px;
  max-width: 145px;
  margin: auto;
}
.single-header-bottom-item-02 .content p {
  margin-bottom: 0;
  color: var(--heading-color);
  font-size: 14px;
}
.single-header-bottom-item-03 {
  position: relative;
  z-index: 0;
  padding: 30px 0 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.single-header-bottom-item-03.black .content .title {
  color: var(--heading-color);
}
.single-header-bottom-item-03:hover .content .title {
  color: var(--main-color-one);
}
.single-header-bottom-item-03:hover .icon {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.single-header-bottom-item-03.white .content .title {
  color: #fff;
  font-size: 20px;
}
.single-header-bottom-item-03.white .content p {
  color: rgba(255, 255, 255, 0.8);
}
.single-header-bottom-item-03 .icon {
  font-size: 50px;
  line-height: 80px;
  color: #fff;
  margin-right: 20px;
  display: inline-block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background-color: var(--main-color-one);
  text-align: center;
}
.single-header-bottom-item-03 .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 10px;
}
.single-header-bottom-item-03 .content .title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 5px;
}
.single-header-bottom-item-03 .content p {
  margin-bottom: 0;
  font-size: 14px;
}
.service-text.style-01 .title {
  color: #fff;
  font-size: 48px;
  line-height: 58px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 18px;
}
.service-text.style-01 p {
  color: #fff;
  font-size: 18px;
  max-width: 570px;
}
.single-header-bottom-item-04 {
  background-color: transparent;
  padding: 50px 0 65px 0;
  margin-right: 50px;
}
.single-header-bottom-item-04:hover .icon {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.single-header-bottom-item-04.style-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 25px;
  margin: 0;
  border: 1px solid #e5e5e5;
}
.single-header-bottom-item-04.style-01 .icon {
  font-size: 45px;
  margin-bottom: 0;
  margin-right: 15px;
}
.single-header-bottom-item-04.style-01 .icon.style-02 {
  color: #ff8a73;
}
.single-header-bottom-item-04.style-01 .icon.style-03 {
  color: #5580ff;
}
.single-header-bottom-item-04.style-01 .icon.style-04 {
  color: #45e7ac;
}
.single-header-bottom-item-04.style-01 .content .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  color: var(--heading-color);
}
.single-header-bottom-item-04 .icon {
  font-size: 65px;
  line-height: 60px;
  color: #fff;
  margin-bottom: 30px;
  display: inline-block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.single-header-bottom-item-04 .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.single-header-bottom-item-04 .content .title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 5px;
  max-width: 145px;
}




.footer-area {
  margin-top: -10px;
  position: relative;
}
.footer-top {
  background-color: var(--secondary-color);
}
.copyright-area {
  background-color: #161a1e;
}
.widget-ul-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.widget-ul-wrapper .second-ul {
  margin-left: 30px !important;
}
.newsletter-form-wrap form {
  position: relative;
  margin-top: 15px;
}
.newsletter-form-wrap .form-group .form-control {
  height: 50px;
  text-transform: capitalize;
}
.newsletter-form-wrap .submit-btn:focus {
  outline: 0;
  box-shadow: none;
}
.newsletter-form-wrap .submit-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 40px;
  color: var(--main-color-one);
  line-height: 33px;
}
.error-404 {
  text-align: center;
}
.error-404 .title {
  font-size: 200px;
  line-height: 160px;
  font-weight: 700;
  margin-bottom: 45px;
  color: var(--main-color-one);
}
.error-404 .subtitle {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 20px;
}
.error-404 .search-form {
  position: relative;
  z-index: 0;
  margin-top: 36px;
}
.error-404 .search-form .form-control {
  height: 54px;
  padding: 0 20px;
}
.error-404 .search-form .submit-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  text-align: center;
  padding: 0;
  height: 55px;
}
.team-section {
  position: relative;
  z-index: 2;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
}
.team-section:hover .team-img-cont::after {
  opacity: 0.36;
  visibility: visible;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.team-section:hover .team-img-cont .social-link {
  visibility: visible;
  right: 0;
}
.team-section .team-img-cont .social-link {
  position: absolute;
  background-color: #fff;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -50px;
  z-index: 1;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.team-section .team-img-cont .social-link ul {
  margin: 0;
  padding: 0;
}
.team-section .team-img-cont .social-link ul li {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  list-style-type: none;
  color: var(--heading-color);
}
.team-section .team-img-cont .social-link ul li:hover {
  color: #fff;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background: var(--main-color-one);
}
.team-section img {
  z-index: 2;
  width: 100%;
  -webkit-transition: transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.team-section .team-text {
  margin-top: 20px;
}
.team-section .team-text .title {
  font-size: 20px;
  font-weight: 600;
  margin-top: 20px;
}
.call-to-action.bg-image {
  background-image: -o-linear-gradient(69deg, #fd5b56 0, #f41e7e 100%);
  background-image: linear-gradient(21deg, #fd5b56 0, #f41e7e 100%);
  background-size: cover;
  background-position: center;
}
.call-to-action-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.call-to-action-inner.bg-image {
  background-image: url(../img/bg/cta-bg-01.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 0;
  border-bottom-right-radius: 60px;
}
.call-to-action-inner.bg-image:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--main-color-two);
  z-index: -1;
  content: "";
  opacity: 0.8;
  border-bottom-right-radius: 60px;
}
.call-to-action-inner .title {
  font-size: 48px;
  line-height: 60px;
  font-weight: 700;
  color: #fff;
}
.call-to-action-inner .subtitle {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}
.call-to-action-inner .btn-wrapper {
  margin-top: 10px;
  margin-left: 50px;
}
.testimonial-area {
  position: relative;
  z-index: 0;
}
.experience-content-02 .description {
  color: #fff;
  max-width: 550px;
}
.testimonial-area.bg-image {
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
}
.testimonial-area.bg-image:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.8;
  z-index: -1;
  content: "";
}
.testimonial-area.bg-image-01 {
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
}
.testimonial-area.bg-image-01:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0.8;
  z-index: -1;
  content: "";
}
.testimonial-area .icon-03 {
  position: absolute;
  top: -75px;
  right: 20%;
  font-size: 160px;
  background: #000;
  background: -webkit-linear-gradient(-25deg, #fd5b56 0 0, #f41e7e 100% 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.experience-content {
  position: relative;
}
.experience-content .content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.experience-content .content .title {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  max-width: 480px;
}
.experience-right {
  position: relative;
  height: 100%;
  width: 100%;
  margin-bottom: -50px;
  background-size: cover;
  background-repeat: no-repeat;
}
.experience-right.style-01 {
  min-height: 500px;
  margin-bottom: 0;
}
.experience-right .vdo-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.experience-content-02 {
  padding: 130px 0 140px 110px;
  position: relative;
}
.experience-content-02::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 20px;
  left: 0;
  top: 0;
  background-color: #e8eff8;
}
.experience-content-02::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 20px;
  left: 0;
  bottom: 0;
  background-color: #fff;
}
.experience-content-02 .title {
  color: #fff;
  font-size: 48px;
  line-height: 58px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 25px;
}
.experience-content-02 p {
  color: #fff;
  max-width: 460px;
}
.experience-content-02 .sign-area {
  margin-left: 40px;
  margin-top: 35px;
  position: relative;
}
.experience-content-02 .sign-area::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  left: -40px;
  top: 0;
  background-color: var(--main-color-one);
}
.experience-content-02 .sign-area p {
  font-size: 24px;
  font-weight: 500;
  max-width: 400px;
}
.experience-author {
  position: relative;
}
.experience-author .thumb-2 {
  position: absolute;
  right: 0;
  top: 100px;
}
.experience-author.bg-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 500px;
}
.experience-content-03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.experience-content-03.section-padding {
  padding: 100px 0 90px;
}
.experience-content-03 .title {
  font-size: 48px;
  line-height: 58px;
  font-weight: 700;
  margin-bottom: 20px;
}
.experience-content-03 p {
  margin-bottom: 30px;
}
.experience-content-03 .icon-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.experience-content-03 .icon-area .icon {
  font-size: 45px;
  line-height: 45px;
  color: var(--main-color-one);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.experience-content-03 .icon-area p {
  font-size: 18px;
  font-weight: 600;
  margin-left: 15px;
  color: #353539;
}
.experience-content-03 .servicee-area ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.experience-content-03 .servicee-area ul li {
  margin-bottom: 15px;
}
.experience-content-03 .servicee-area ul li i {
  color: #ffa998;
}
.counterup-tow.bg-image {
  background-position: center;
  background-repeat: no-repeat;
}
.client-area .single-brand {
  display: flex;
  justify-content: center;
  min-height: 60px;
  flex-direction: column;
}
.client-area .single-brand img {
  -webkit-filter: opacity(0.4) grayscale(1);
  filter: opacity(0.4) grayscale(1);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.client-area .single-brand:hover img {
  -webkit-filter: opacity(1) grayscale(0);
  filter: opacity(1) grayscale(0);
}
.case-studies-slider-active {
  position: relative;
}
.case-studies-slider-active .owl-stage {
  padding-left: 0 !important;
  height: 470px;
  overflow: hidden;
}
.case-studies-slider-active .owl-item.active {
  width: 335px !important;
}
.case-studies-slider-active .owl-item.center {
  width: 1170px !important;
  -webkit-box-shadow: 3px 6px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 6px 12px rgba(0, 0, 0, 0.1);
}
.case-studies-slider-active .owl-item.center .slider-img {
  width: 100% !important;
}
.case-studies-slider-active .owl-item.center .slider-inner-text {
  visibility: visible;
}
.case-studies-slider-active .slider-img {
  width: 100%;
  height: 445px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.case-studies-slider-active .slider-img img {
  width: 100%;
}
.case-studies-slider-active .slider-img .slider-inner-text {
  position: absolute;
  top: 50%;
  right: 100px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 45px;
  background-color: #fff;
  visibility: hidden;
}
.case-studies-slider-active .slider-img .slider-inner-text .title {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  max-width: 250px;
  margin-bottom: 15px;
}
.case-studies-slider-active .slider-img .slider-inner-text p {
  max-width: 250px;
}
.case-studies-slider-active .owl-nav div {
  position: absolute;
  left: 20%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.case-studies-slider-active .owl-nav div.owl-next {
  left: auto;
  right: 20%;
  color: #fff;
  font-size: 15px;
  border: 0.5px solid var(--hover-color);
  background-color: var(--main-color-two);
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}
.case-studies-slider-active .owl-nav div.owl-prev {
  color: #fff;
  font-size: 15px;
  border: 0.5px solid var(--hover-color);
  background-color: var(--main-color-two);
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}
.case-studies-area .section-title {
  padding-bottom: 250px;
}
.case-studies-area .case-studies-slider-active {
  margin-top: -200px;
}
.case-studies-area-02.bg-image {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}
.case-studies-area-02.bg-image:after {
  position: absolute;
  content: "";
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(78, 10, 131, 0)),
    color-stop(49%, rgba(78, 10, 131, 0.49)),
    to(rgba(78, 10, 131, 0.4))
  );
  background-image: -o-linear-gradient(
    bottom,
    rgba(78, 10, 131, 0) 0,
    rgba(78, 10, 131, 0.49) 49%,
    rgba(78, 10, 131, 0.4) 100%
  );
  background-image: linear-gradient(
    0deg,
    rgba(78, 10, 131, 0) 0,
    rgba(78, 10, 131, 0.49) 49%,
    rgba(78, 10, 131, 0.4) 100%
  );
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.case-studies-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  margin-bottom: 25px;
}
.case-studies-menu li {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.9);
}
.case-studies-menu li + li {
  margin-left: 20px;
}
.case-studies-menu li.active {
  color: var(--main-color-one);
}
.case-studies-menu.style-01 li {
  color: var(--heading-color);
}
.case-studies-menu.style-01 li.active {
  color: var(--main-color-one);
}
.case-studies-masonry .masonry-item {
  cursor: pointer;
}
.single-case-studies-item {
  position: relative;
}
.single-case-studies-item.style-01::after {
  opacity: 0.6;
  background-image: -o-linear-gradient(69deg, #fd5b56 0, #f41e7e 100%);
  background-image: linear-gradient(21deg, #fd5b56 0, #f41e7e 100%);
}
.single-case-studies-item.style-01::before {
  opacity: 0.6;
  background-image: -o-linear-gradient(69deg, #fd5b56 0, #f41e7e 100%);
  background-image: linear-gradient(21deg, #fd5b56 0, #f41e7e 100%);
}
.single-case-studies-item:after {
  content: "";
  position: absolute;
  width: 0%;
  height: 0%;
  top: 0;
  left: 0;
  background-color: rgba(85, 128, 255, 0.4);
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.single-case-studies-item:before {
  content: "";
  position: absolute;
  width: 0%;
  height: 0%;
  bottom: 0;
  right: 0;
  background-color: rgba(85, 128, 255, 0.4);
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.single-case-studies-item .cart-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  display: none;
  font-size: 60px;
  z-index: 1;
}
.single-case-studies-item:hover:after {
  width: 100%;
  height: 100%;
  visibility: visible;
}
.single-case-studies-item:hover:before {
  width: 100%;
  height: 100%;
  visibility: visible;
}
.single-case-studies-item:hover .cart-icon {
  display: block;
}
.case-studies-area-03.bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.case-studies-details-top {
  position: relative;
}
.case-studies-details-top .case-studies-inner-text {
  position: absolute;
  padding: 45px;
  background-color: #fff;
  bottom: 85px;
  right: 100px;
}
.case-studies-details-top .case-studies-inner-text .title {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  max-width: 250px;
  margin-bottom: 15px;
}
.case-studies-details-top .case-studies-inner-text p {
  max-width: 250px;
}
.global-content .title {
  font-size: 48px;
  line-height: 58px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 35px;
}
.quality-img {
  height: 100%;
  min-height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
}
.quality-content {
  background-color: #e8eff8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 108px 0 120px 0;
}
.quality-content-wrapper {
  margin-left: 100px;
  max-width: 460px;
}
.quality-content-wrapper .title {
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 15px;
}
.service-img-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.service-img-thumb .thumb-02 {
  margin-left: 30px;
}
.widget-nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.service-category ul li:last-child .service-widget {
  border-bottom: 1px solid #d7d7d7;
}
.service-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 30px;
  border-top: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: relative;
}
.service-widget:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: var(--main-color-two);
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.service-widget.active,
.service-widget:hover {
  background-color: #e8eff8;
}
.service-widget.active::before,
.service-widget:hover::before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.service-widget .service-icon {
  font-size: 45px;
  margin-right: 15px;
}
.service-widget .service-icon.style-01 {
  color: #bd10e0;
}
.service-widget .service-icon.style-02 {
  color: #ff8a73;
}
.service-widget .service-icon.style-03 {
  color: #5580ff;
}
.service-widget .service-icon.style-04 {
  color: #45e7ac;
}
.service-widget .service-title .title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 0;
  padding: 10px 0;
}
.attorney-contact-form-wrap {
  padding: 40px 40px 25px 40px;
  background-color: var(--main-color-two);
}
.attorney-contact-form-wrap .title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 32px;
  text-align: center;
  color: #fff;
}
.attorney-contact-form-wrap .attorney-contact-form .form-group textarea {
  max-height: 70px;
  resize: none;
}
.attorney-contact-form-wrap .attorney-contact-form .form-group .form-control {
  background-color: #79f;
  border: 1px solid transparent;
  padding: 10px 20px;
  color: #fff;
}
.attorney-contact-form-wrap
  .attorney-contact-form
  .form-group
  .form-control::-webkit-input-placeholder {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}
.attorney-contact-form-wrap
  .attorney-contact-form
  .form-group
  .form-control::-moz-placeholder {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}
.attorney-contact-form-wrap
  .attorney-contact-form
  .form-group
  .form-control:-ms-input-placeholder {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}
.attorney-contact-form-wrap
  .attorney-contact-form
  .form-group
  .form-control::-ms-input-placeholder {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}
.attorney-contact-form-wrap
  .attorney-contact-form
  .form-group
  .form-control::placeholder {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}
.content-block .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.submit-btn {
  width: 100%;
  padding: 10px 30px;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 50px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
.submit-btn:hover {
  background-color: #fff;
  color: var(--main-color-one);
}
.back-to-top {
  position: fixed;
  right: 90px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  background-color: var(--main-color-one);
  color: #fff;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  z-index: 99;
  font-size: 25px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  display: none;
}
.pre-wrap {
  position: fixed;
  content: "";
  -webkit-transform: translate(-100%, -240%);
  -ms-transform: translate(-100%, -240%);
  transform: translate(-100%, -240%);
  font-size: 62px;
}
.preloader-inner {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999999999;
  background-color: #fff;
  width: 100%;
  height: 100%;
  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;
}
.preloader-inner .spinner {
  width: 66px;
  height: 66px;
  -webkit-animation: contanim 2s linear infinite;
  animation: contanim 2s linear infinite;
}
.preloader-inner .spinner svg {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.preloader-inner .spinner svg:nth-child(1) circle {
  stroke: #84ebbd;
  stroke-dasharray: 1, 300;
  stroke-dashoffset: 0;
  -webkit-animation: strokeanim 3s calc(0.2s * (1)) ease infinite;
  animation: strokeanim 3s calc(0.2s * (1)) ease infinite;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
.preloader-inner .spinner svg:nth-child(2) circle {
  stroke: #4977ec;
  stroke-dasharray: 1, 300;
  stroke-dashoffset: 0;
  -webkit-animation: strokeanim 3s calc(0.2s * (2)) ease infinite;
  animation: strokeanim 3s calc(0.2s * (2)) ease infinite;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
.preloader-inner .spinner svg:nth-child(3) circle {
  stroke: #f6bb67;
  stroke-dasharray: 1, 300;
  stroke-dashoffset: 0;
  -webkit-animation: strokeanim 3s calc(0.2s * (3)) ease infinite;
  animation: strokeanim 3s calc(0.2s * (3)) ease infinite;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
.preloader-inner .spinner svg:nth-child(4) circle {
  stroke: #333841;
  stroke-dasharray: 1, 300;
  stroke-dashoffset: 0;
  -webkit-animation: strokeanim 3s calc(0.2s * (4)) ease infinite;
  animation: strokeanim 3s calc(0.2s * (4)) ease infinite;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
.preloader-inner .cancel-preloader {
  position: absolute;
  bottom: 30px;
  right: 30px;
  background-color: var(--main-color-one);
  border: none;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  padding: 6px 20px;
  border-radius: 5px;
  font-weight: 700;
}
.preloader-inner .cancel-preloader a:hover {
  background-color: var(--main-color-two);
  color: #fff;
}
@-webkit-keyframes strokeanim {
  0% {
    stroke-dasharray: 1, 300;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 120, 300;
    stroke-dashoffset: -58.548324585;
  }
  100% {
    stroke-dasharray: 120, 300;
    stroke-dashoffset: -175.6449737549;
  }
}
@keyframes strokeanim {
  0% {
    stroke-dasharray: 1, 300;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 120, 300;
    stroke-dashoffset: -58.548324585;
  }
  100% {
    stroke-dasharray: 120, 300;
    stroke-dashoffset: -175.6449737549;
  }
}
@-webkit-keyframes contanim {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes contanim {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.btn-wrapper {
  display: block;
}
.btn-wrapper .boxed-btn:focus {
  outline: 0;
}
.btn-wrapper .boxed-btn {
  background-color: var(--main-color-one);
  color: #fff;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 25px;
  min-width: 160px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-weight: 600;
  border: none;
}
.btn-wrapper .boxed-btn.white:hover {
  background-color: #fff;
  color: var(--main-color-one);
}
.btn-wrapper .boxed-btn.outer-btn {
  border: 1px solid transparent;
}
.btn-wrapper .boxed-btn.outer-btn:hover {
  background-color: transparent;
  color: var(--main-color-one);
  border: 1px solid var(--main-color-one);
}
.btn-wrapper .boxed-btn.blank {
  background-color: transparent;
  border: 1px solid #fff;
}
.btn-wrapper .boxed-btn.blank.reverse-color {
  background-color: transparent;
  border: 2px solid var(--main-color-one);
  color: var(--main-color-one);
}
.btn-wrapper .boxed-btn.blank.reverse-color:hover {
  background-color: var(--main-color-one);
  color: #fff;
  border-color: var(--main-color-one);
}
.btn-wrapper .boxed-btn.blank:hover {
  background-color: #fff;
  color: var(--main-color-one);
  border-color: var(--main-color-one);
}
.btn-wrapper .boxed-btn:hover {
  background-color: var(--main-color-two);
}
.btn-wrapper .boxed-btn.btn-rounded {
  border-radius: 30px;
}
.btn-wrapper .boxed-btn.reverse-color {
  background-color: var(--main-color-two);
}
.btn-wrapper .boxed-btn.reverse-color:hover {
  background-color: var(--main-color-one);
}
.desktop-center {
  text-align: center;
}
.desktop-left {
  text-align: left;
}
.desktop-right {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .tablet-center {
    text-align: center;
  }
  .tablet-left {
    text-align: left;
  }
  .tablet-right {
    text-align: right;
  }
}
@media only screen and (max-width: 414px) {
  .mobile-center {
    text-align: center;
  }
  .mobile-left {
    text-align: left;
  }
  .mobile-right {
    text-align: right;
  }
}
.blog-classic-item-01.format-link .content {
  position: relative;
  z-index: 0;
}
.blog-classic-item-01.format-link .content:after {
  position: absolute;
  left: 0;
  top: 60px;
  content: "";
  font-family: fontawesome;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 100px;
  opacity: 0.2;
  z-index: -1;
}
.blog-classic-item-01 .content .title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
}
.blog-classic-item-01 .content p {
  margin-bottom: 30px;
}
.blog-classic-item-01 .content .readmore {
  margin-top: 10px;
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  z-index: 0;
  font-weight: 600;
}
.blog-classic-item-01 .content .readmore:hover {
  padding-left: 15px;
  color: var(--main-color-one);
}
.blog-classic-item-01 .content .readmore:hover:after {
  visibility: visible;
  opacity: 1;
}
.blog-classic-item-01 .content .readmore:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  font-family: fontawesome;
  color: var(--main-color-one);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.blog-classic-item-01 .content .post-meta {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
}
.blog-classic-item-01 .content .post-meta li {
  display: inline-block;
}
.blog-classic-item-01 .content .post-meta li + li {
  margin-left: 20px;
}
.blog-classic-item-01 .content .post-meta li i {
  color: var(--main-color-two);
}
.blog-classic-item-01 .content .post-meta li a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.blog-classic-item-01 .content .post-meta li a:hover {
  color: var(--main-color-one);
}
.blog-classic-item-01 .thumbnail {
  margin-bottom: 25px;
  display: block;
}
.blog-classic-item-01.is-sticky {
  position: relative;
  z-index: 0;
}
.blog-classic-item-01.is-sticky:after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  font-family: fontawesome;
  font-size: 30px;
  line-height: 30px;
  color: var(--main-color-one);
}
.blog-classic-item-01.format-video .thumbnail {
  position: relative;
  z-index: 0;
}
.blog-classic-item-01.format-video .thumbnail .hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.blog-classic-item-01.format-quote .quote-post-type {
  background-color: #f5f5f5;
  padding: 25px 30px 25px 80px;
  border-radius: 2px;
  position: relative;
  z-index: 0;
}
.blog-classic-item-01.format-quote .quote-post-type:after {
  position: absolute;
  left: 30px;
  top: 20px;
  content: "";
  font-family: fontawesome;
  font-size: 30px;
  color: var(--main-color-one);
}
.blog-classic-item-01.format-quote .quote-post-type p {
  line-height: 26px;
}
.blog-classic-item-01.format-quote .quote-post-type .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 0;
}
.blog-details-item .blog-details-item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blog-details-item .blog-details-item-header .social-link {
  margin-left: 50px;
}
.blog-details-item .thumb {
  margin-bottom: 30px;
}
.blog-details-item .title {
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}
.blog-details-item p {
  line-height: 1.6;
}
.blog-details-item blockquote:not([class]) {
  margin: 15px 0;
  padding: 20px 30px 20px 60px;
  border-radius: 3px;
  position: relative;
  z-index: 0;
}
.blog-details-item blockquote:not([class]) p {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: var(--heading-color);
  font-style: italic;
}
.blog-details-item blockquote:not([class]):after {
  position: absolute;
  left: 0;
  top: 15px;
  content: "";
  font-weight: 700;
  font-family: fontawesome;
  font-size: 35px;
  color: var(--main-color-two);
}
.blog-details-item .post-meta {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 15px;
}
.blog-details-item .post-meta li {
  display: inline-block;
  font-size: 14px;
}
.blog-details-item .post-meta li i {
  color: var(--main-color-two);
}
.blog-details-item .post-meta li + li {
  margin-left: 10px;
}
.blog-details-item .post-meta li a {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.blog-details-item .post-meta li a:hover {
  color: var(--main-color-one);
}
.blog-details-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}
.blog-details-footer .title {
  font-size: 16px;
  font-weight: 600;
  color: var(--heading-color);
}
.blog-details-footer .left .tags {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-details-footer .left .tags li {
  display: inline-block;
}
.blog-details-footer .left .tags li + li {
  margin-left: 10px;
}
.blog-details-footer .left .tags li a {
  display: inline-block;
  background-color: #f5f5f5;
  padding: 5px 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 5px;
  color: inherit;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border-radius: 5px;
  font-size: 14px !important;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.blog-details-footer .left .tags li a:hover {
  color: #fff;
  background-color: var(--main-color-one);
}
.blog-details-footer .right .social-share {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-details-footer .right .social-share li {
  display: inline-block;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.blog-details-footer .right .social-share li + li {
  margin-left: 10px;
}
.blog-details-footer .right .social-share li:hover {
  color: var(--main-color-one);
}
.accordion-wrapper .card {
  border: none;
  background-color: transparent;
}
.accordion-wrapper .card + .card {
  margin-top: 20px;
}
.accordion-wrapper .card .card-header {
  background-color: transparent;
  padding: 0;
  border: none;
}
.accordion-wrapper .card .card-header a {
  display: block;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  background-color: #f5f5f5;
  padding: 14px 30px;
  cursor: pointer;
  position: relative;
}
.accordion-wrapper .card .card-header a:after {
  position: absolute;
  right: 30px;
  top: 15px;
  content: "\f106";
  font-family: "Font Awesome 5 Free";
}
.accordion-wrapper .card .card-header a[aria-expanded="false"]:after {
  content: "\f107";
}
.accordion-wrapper .card .card-body {
  background-color: #fff;
  padding: 20px 30px 0;
}
.single-contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-color: var(--bg-color-two);
  padding: 25px 30px;
}
.single-contact-item .icon {
  line-height: 60px;
  text-align: center;
  margin-right: 20px;
  font-size: 40px;
  color: #fff;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.single-contact-item .icon.style-01 {
  color: #bd10e0;
}
.single-contact-item .icon.style-02 {
  color: #ff8a73;
}
.single-contact-item .icon.style-03 {
  color: #95b0ff;
}
.single-contact-item .icon.style-04 {
  color: #2fe4a2;
}
.single-contact-item .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.single-contact-item .content .title {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--heading-color);
}
.single-contact-item .content .details {
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 0;
}
.contact-info-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-info-list .single-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.contact-info-list .single-info-item:hover .icon {
  background-color: var(--main-color-two);
}
.contact-info-list .single-info-item + .single-info-item {
  margin-top: 20px;
}
.contact-info-list .single-info-item .icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 60px;
  text-align: center;
  margin-right: 20px;
  background-color: var(--main-color-one);
  font-size: 30px;
  color: #fff;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.contact-info-list .single-info-item .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.contact-info-list .single-info-item .content .details {
  display: block;
}
.contact_map {
  height: 100%;
}
#map iframe {
  width: 100%;
  height: 900px;
}
#map {
  min-height: 900px;
  background-color: #ddd;
}
.contact_map iframe,
.elementor-custom-embed {
  min-height: 100%;
  background-color: #ddd;
}
.contact_map iframe {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
}
.map-wrapper {
  position: relative;
}
.map-wrapper .contact-wrapper {
  position: absolute;
  top: 0;
  right: 20%;
}
.contact-info {
  padding: 60px 50px 70px;
  -webkit-box-shadow: 0 0 158px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 158px 0 rgba(0, 0, 0, 0.2);
}
.contact-page-form .form-group textarea:focus {
  outline: 0;
  box-shadow: none;
}
.contact-page-form .form-group textarea {
  max-height: 160px;
  resize: none;
}
.contact-page-form .form-group .form-control {
  border: transparent;
  border-radius: 0;
  border-bottom: 1px solid #98989c;
  padding: 15px 30px 15px 0;
  margin-bottom: 25px;
}
.quote-block-with-sign {
  position: relative;
  z-index: 0;
  background-color: var(--main-color-two);
  padding: 50px 40px 60px 40px;
}
.quote-block-with-sign.radius-right {
  border-bottom-right-radius: 60px;
}
.quote-block-with-sign:after {
  position: absolute;
  left: 20px;
  top: 30px;
  font-size: 100px;
  line-height: 100px;
  color: #706d5f;
  font-weight: 900;
  font-family: fontawesome;
  content: "";
  z-index: -1;
}
.quote-block-with-sign p {
  font-size: 28px;
  line-height: 43px;
  font-style: italic;
  font-family: var(--heading-font);
  color: #fff;
}
.quote-block-with-sign .sign {
  margin-top: 26px;
}
.single-counterup-02 .count-wrap {
  font-size: 60px;
  line-height: 58px;
  font-weight: 700;
  color: var(--main-color-one);
  font-family: var(--heading-font);
  margin-bottom: 15px;
}
.single-counterup-02 .title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
}
.single-counterup-block-with-img {
  display: inline-block;
}
.single-counterup-block-with-img .thumb {
  position: relative;
  z-index: 0;
}
.single-counterup-block-with-img .thumb img {
  border-bottom-right-radius: 50px;
}
.single-counterup-block-with-img .thumb .hover {
  position: absolute;
  left: 5%;
  top: 5%;
  width: 90%;
  background-color: #fff;
  height: 90%;
  border-bottom-right-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.single-counterup-block-with-img .thumb .hover .title {
  font-size: 18px;
  line-height: 28px;
  font-family: var(--body-font);
}
.single-counterup-block-with-img .thumb .hover .count-num {
  font-size: 120px;
  line-height: 130px;
  color: var(--main-color-one);
  font-family: var(--heading-font);
  font-weight: 700;
}
.single-counterup-01 {
  text-align: center;
}
.single-counterup-01 .icon {
  font-size: 70px;
  line-height: 80px;
  color: var(--main-color-one);
  margin-bottom: 12px;
}
.single-counterup-01 .content .title {
  font-size: 18px;
  line-height: 28px;
  font-family: var(--body-font);
}
.single-counterup-01 .content .count-wrap {
  font-size: 48px;
  line-height: 58px;
  font-family: var(--heading-font);
  font-weight: 700;
  color: var(--heading-color);
}
.video-with-image .img-wrapper {
  position: relative;
  z-index: 0;
  display: inline-block;
}
.video-with-image .img-wrapper img {
  width: 100%;
}
.video-with-image .img-wrapper .hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.video-play-btn {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 16px;
  background-color: #fff;
  border-radius: 50%;
  color: var(--main-color-two);
}
.video-play-btn:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 90px;
  height: 90px;
  background: #fff;
  border-radius: 50%;
  -webkit-animation: pulse-border 1.5s ease-out infinite;
  animation: pulse-border 1.5s ease-out infinite;
  z-index: -1;
}
.video-play-btn:focus,
.video-play-btn:hover {
  color: var(--main-color-two);
}
@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
      scale(1.3);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
  }
}
@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
      scale(1.3);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
  }
}
.single-why-us-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.single-why-us-box .icon {
  margin-right: 20px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #fff;
  font-size: 30px;
  border-radius: 50%;
  color: var(--main-color-one);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.single-why-us-box .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.single-why-us-box .content .title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.single-why-us-box .content p {
  font-size: 14px;
  line-height: 24px;
}
.single-why-us-box:hover .content .title {
  color: var(--main-color-one);
}
.single-why-us-box:hover .icon {
  background-color: var(--main-color-two);
}
.section-title-inner.white .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.section-title-inner.white .title {
  color: #fff;
}
.section-title-inner.white p {
  color: rgba(255, 255, 255, 0.9);
}
.section-title-inner .title {
  font-size: 48px;
  line-height: 58px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 18px;
}
.section-title-inner .subtitle {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  z-index: 0;
  padding-left: 80px;
  margin-bottom: 8px;
}
.section-title-inner .subtitle:after {
  position: absolute;
  left: 0;
  top: 10px;
  height: 2px;
  width: 60px;
  background-color: var(--main-color-one);
  content: "";
}
.section-title.white .title {
  color: #fff;
}
.section-title.white p {
  color: rgba(255, 255, 255, 0.9);
}
.section-title .title {
  font-size: 48px;
  line-height: 58px;
  font-weight: 700;
  color: #353539;
  text-transform: capitalize;
  margin-bottom: 16px;
}
.section-title .subtitle {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  z-index: 0;
  margin-bottom: 8px;
  color: var(--main-color-one);
}
.section-title p {
  max-width: 650px;
  margin: auto;
}
.section-title .m-inherit {
  margin: inherit;
}
.bg-blue {
  background-color: var(--bg-color);
}
.bg-blue-deep {
  background-color: #050416;
}
.bg-liteblue {
  background-color: #e8eff8;
}
.bg-white {
  background-color: #fff;
}
.bg-main {
  background-color: var(--main-color-one);
}
.search-popup .search-form .close-btn {
  background-color: red;
  border: none;
  color: #fff;
  padding-top: 2px;
  padding-left: 2px;
}
.search-popup.active .search-form {
  visibility: visible;
  opacity: 1;
}
.search-popup .search-form {
  min-width: 415px;
  position: fixed;
  top: 40px;
  right: calc(8% + -6px);
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
}
.search-popup .search-form .form-group .form-control {
  border: none;
  border-radius: 0;
  height: 45px;
  padding: 0 100px 0 30px;
}
.search-popup .search-form .submit-btn {
  position: absolute;
  right: -15px;
  top: -20px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border-color: var(--hover-color);
  background-color: var(--hover-color);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  padding: 0;
  text-align: center;
}
.search-popup .search-form .submit-btn span {
  color: #fff;
  font-size: 20px;
}
.body-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(42, 40, 29, 0.54);
  z-index: 9;
  content: "";
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==),
    progress;
}
.body-overlay.active {
  visibility: visible;
  opacity: 0.8;
}
.click-mobile-search {
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  z-index: 5;
  width: 100%;
  padding: 20px;
  background: #fff;
}
.single-what-we-cover-item .icon.style-06 {
  color: #bd10e0;
}
.what-we-cover.bg-image {
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.what-we-cover.bg-image:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1;
}
.single-what-we-cover-item {
  text-align: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.single-what-we-cover-item:hover .icon {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.single-what-we-cover-item.style-01 {
  background-color: #fff;
  padding: 45px;
}
.single-what-we-cover-item .icon {
  font-size: 60px;
  line-height: 70px;
  color: var(--main-color-one);
  margin-bottom: 18px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.single-what-we-cover-item .icon.style-01 {
  color: #bd10e0;
}
.single-what-we-cover-item .icon.style-02 {
  color: #ff8a73;
}
.single-what-we-cover-item .icon.style-03 {
  color: #95b0ff;
}
.single-what-we-cover-item .icon.style-04 {
  color: #2fe4a2;
}
.single-what-we-cover-item .content .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: var(--heading-color);
  margin-bottom: 16px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.single-what-we-cover-item .content p {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.single-what-we-cover-item-02 {
  text-align: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid #e5e5e5;
}
.single-what-we-cover-item-02:hover .content {
  background-color: var(--main-color-one);
}
.single-what-we-cover-item-02:hover .content .title {
  color: #fff;
}
.single-what-we-cover-item-02:hover .content p {
  color: #fff;
}
.single-what-we-cover-item-02 .icon-02,
.single-what-we-cover-item-02 .img-icon {
  font-size: 35px;
  line-height: 70px;
  width: 70px;
  height: 70px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  margin-bottom: 18px;
  margin-top: -50px;
  z-index: 5;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.single-what-we-cover-item-02 .img-icon img {
  max-width: 50px;
  margin-left: 5px;
}
.single-what-we-cover-item-02 .icon-02,
.single-what-we-cover-item-02 .img-icon {
  background-color: #bd10e0;
}
.single-what-we-cover-item-02 .icon-02.style-02,
.single-what-we-cover-item-02 .img-icon.style-02 {
  background-color: #ff8a73;
}
.single-what-we-cover-item-02 .icon-02.style-03,
.single-what-we-cover-item-02 .img-icon.style-03 {
  background-color: #95b0ff;
}
.single-what-we-cover-item-02 .icon-02.style-04,
.single-what-we-cover-item-02 .img-icon.style-04 {
  background-color: #2fe4a2;
}
.single-what-we-cover-item-02 .icon-02.style-05,
.single-what-we-cover-item-02 .img-icon.style-05 {
  background-color: #bd10e0;
}
.single-what-we-cover-item-02 .icon-02.style-06,
.single-what-we-cover-item-02 .img-icon.style-06 {
  background-color: #ff8a73;
}
.single-what-we-cover-item-02 .content {
  padding: 40px 20px 20px 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.single-what-we-cover-item-02 .content .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: var(--heading-color);
  margin-bottom: 16px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.single-what-we-cover-item-02 .content p {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.single-what-we-cover-item-03 {
  text-align: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.single-what-we-cover-item-03.border-r {
  border-right: 1px solid #958f90;
}
.single-what-we-cover-item-03:hover .icon {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.single-what-we-cover-item-03 .icon {
  font-size: 40px;
  line-height: 80px;
  width: 80px;
  height: 80px;
  margin: auto;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.single-what-we-cover-item-03 .icon.style-01 {
  background-color: #bd10e0;
}
.single-what-we-cover-item-03 .icon.style-02 {
  background-color: #ff8a73;
}
.single-what-we-cover-item-03 .icon.style-03 {
  background-color: #95b0ff;
}
.single-what-we-cover-item-03 .icon.style-04 {
  background-color: #2fe4a2;
}
.single-what-we-cover-item-03 .content {
  padding: 10px 20px 20px 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.single-what-we-cover-item-03 .content .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 34px;
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.single-what-we-cover-item-03 .content p {
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  max-width: 250px;
  margin: auto;
}
.single-icon-box-01 {
  background-color: #fff;
  text-align: center;
  padding: 30px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.single-icon-box-01:after,
.single-icon-box-01:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--main-color-two);
  content: "";
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.single-icon-box-01:after {
  -webkit-transform: translate(-100%, -100%);
  -ms-transform: translate(-100%, -100%);
  transform: translate(-100%, -100%);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.single-icon-box-01:before {
  -webkit-transform: translate(100%, 100%);
  -ms-transform: translate(100%, 100%);
  transform: translate(100%, 100%);
}
.single-icon-box-01:hover .content .title {
  color: var(--main-color-one);
}
.single-icon-box-01:hover .content p {
  color: rgba(255, 255, 255, 0.8);
}
.single-icon-box-01:hover:after {
  -webkit-transform: translate(100%, 100%);
  -ms-transform: translate(100%, 100%);
  transform: translate(100%, 100%);
  visibility: visible;
  opacity: 1;
}
.single-icon-box-01:hover:before {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  visibility: visible;
  opacity: 1;
}
.single-icon-box-01 .icon {
  font-size: 60px;
  line-height: 70px;
  color: var(--main-color-one);
  margin-bottom: 18px;
}
.single-icon-box-01 .content .title {
  font-size: 22px;
  line-height: 34px;
  font-weight: 700;
}
.single-icon-box-01 .content p {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.single-icon-box-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-color: #fff;
  padding: 20px 20px 20px 20px;
}
.single-icon-box-02:hover .icon i {
  -ms-transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.single-icon-box-02:hover .content .title {
  color: var(--main-color-one);
}
.single-icon-box-02 .icon {
  margin-right: 20px;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  line-height: 80px;
  text-align: center;
  background-color: var(--main-color-one);
  color: #fff;
  font-size: 40px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.single-icon-box-02 .icon i {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: inline-block;
}
.single-icon-box-02 .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 5px;
}
.single-icon-box-02 .content .title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.single-recent-case-study-01:hover .img-wrapper .hover .title {
  color: var(--main-color-one);
}
.single-recent-case-study-01 .img-wrapper {
  position: relative;
  z-index: 0;
  margin-bottom: 60px;
}
.single-recent-case-study-01 .img-wrapper img {
  width: 100%;
}
.single-recent-case-study-01 .img-wrapper .hover {
  background-color: #fff;
  text-align: center;
  position: absolute;
  left: 5%;
  bottom: -30px;
  width: 90%;
  padding: 25px 30px 28px 30px;
  -webkit-box-shadow: 0 0 62px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 62px 0 rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}
.single-recent-case-study-01 .img-wrapper .hover .title {
  font-size: 26px;
  line-height: 34px;
  font-weight: 700;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.single-recent-case-study-01 .img-wrapper .hover .read-more {
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.single-recent-case-study-01 .img-wrapper .hover .read-more:hover {
  color: var(--main-color-one);
}
.single-recent-case-study-01 .img-wrapper .hover .read-more:hover i {
  visibility: visible;
  opacity: 1;
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.single-recent-case-study-01 .img-wrapper .hover .read-more i {
  visibility: hidden;
  opacity: 0;
  -ms-transform: translateX(-50px);
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.single-case-item-02 {
  display: block;
}
.single-case-item-02:hover .thumb .hover {
  visibility: visible;
  opacity: 1;
}
.single-case-item-02 .thumb {
  position: relative;
  z-index: 0;
}
.single-case-item-02 .thumb img {
  width: 100%;
}
.single-case-item-02 .thumb .hover {
  position: absolute;
  left: 5%;
  top: 5%;
  width: 90%;
  background-color: #fff;
  height: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.single-case-item-02 .thumb .hover .title {
  font-size: 26px;
  line-height: 34px;
  font-weight: 700;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.single-case-item-02 .thumb .hover .title:hover {
  color: var(--main-color-one);
}
.single-case-item-02 .thumb .hover .cats a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.single-case-item-02 .thumb .hover .cats a:hover {
  color: var(--main-color-one);
}
.case-masonry-03 {
  margin-bottom: 30px;
}
.single-testimonial-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.single-testimonial-item .icon {
  font-size: 160px;
  line-height: 90px;
  color: #e5e5e5;
  margin-right: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.single-testimonial-item .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
.single-testimonial-item .content.style-01 p {
  color: #fff;
}
.single-testimonial-item .content.style-01 .author-details .author-meta .title {
  color: #fff;
}
.single-testimonial-item
  .content.style-01
  .author-details
  .author-meta
  .designation {
  color: #fff;
}
.single-testimonial-item .content .thumb {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 30px;
}
.single-testimonial-item .content .thumb img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
}
.single-testimonial-item .content .description {
  font-size: 36px;
  line-height: 48px;
  max-width: 920px;
  text-align: center;
  color: #54545a;
  font-style: italic;
  margin: auto;
}
.single-testimonial-item .content .author-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-top: 10px;
}
.single-testimonial-item .content .author-details .author-meta {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 15px;
  text-align: center;
}
.single-testimonial-item .content .author-details .author-meta .title {
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  text-transform: capitalize;
  font-family: var(--body-font);
  color: var(--heading-color);
}
.single-testimonial-item .content .author-details .author-meta .designation {
  color: var(--heading-color);
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
.single-testimonial-item-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.single-testimonial-item-02 .icon {
  font-size: 25px;
  line-height: 60px;
  width: 60px;
  height: 60px;
  color: #e5e5e5;
  background-color: var(--main-color-two);
  margin-right: 70px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  bottom: -30px;
  right: 0;
  z-index: 1;
}
.single-testimonial-item-02 .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
.single-testimonial-item-02 .content .content-wrapper {
  position: relative;
}
.single-testimonial-item-02 .content .content-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  opacity: 0.5;
  background-color: var(--main-color-two);
}
.single-testimonial-item-02 .content .thumb {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-bottom: 30px;
}
.single-testimonial-item-02 .content .thumb img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
}
.single-testimonial-item-02 .content .description {
  font-size: 30px;
  line-height: 36px;
  color: #54545a;
  font-weight: 400;
  font-style: italic;
  padding-bottom: 35px;
  margin-bottom: 35px;
}
.single-testimonial-item-02 .content .author-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-top: 10px;
}
.single-testimonial-item-02 .content .author-details .author-meta {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 15px;
  margin-left: 20px;
}
.single-testimonial-item-02 .content .author-details .author-meta .title {
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  text-transform: capitalize;
  font-family: var(--body-font);
  color: var(--heading-color);
}
.single-testimonial-item-02 .content .author-details .author-meta .designation {
  color: var(--heading-color);
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
.single-testimonial-item-03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
  align-self: flex-start;
  align-items: center;
}
.single-testimonial-item-03 .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
.single-testimonial-item-03 .content .title {
  font-size: 48px;
  color: #fff;
  line-height: 58px;
  font-weight: 700;
  max-width: 650px;
  margin-bottom: 40px;
}
.single-testimonial-item-03 .content .description {
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  max-width: 650px;
  color: #54545a;
  font-style: italic;
  background: -webkit-linear-gradient(-25deg, #fd5b56 0 0, #f41e7e 100% 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-right: 40px;
}
.single-testimonial-item-03 .content .author-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-top: 10px;
}
.single-testimonial-item-03 .content .author-details .author-meta {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 15px;
}
.single-testimonial-item-03 .content .author-details .author-meta .title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  text-transform: capitalize;
  font-family: var(--body-font);
  color: #fff;
  margin-bottom: 5px;
}
.single-testimonial-item-03 .content .author-details .author-meta .designation {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
.single-testimonial-item-03 .thumb {
  border-radius: 50%;
  margin: auto;
}
.single-testimonial-item-03 .thumb img {
  border-radius: 50%;
  width: 350px;
  height: 350px;
}
.our-service-wrappper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding-left: 50px;
  padding-right: 30px;
}
.service-area-work {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.service-img.style-02 {
  display: none;
}
.service-item-wrapper {
  height: 100%;
}
.single-service-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  overflow: hidden;
}
.single-service-item .service-img {
  width: calc(100% / 2);
  z-index: 0;
}
.single-service-item .service-img .bg-image {
  width: 100%;
  height: 100%;
  min-height: 250px;
  background-size: cover;
  background-position: center;
}
.single-service-item .service-text {
  background-color: #5580ff;
  padding: 95px 15px 85px;
  width: calc(100% / 2);
  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;
  text-align: center;
}
.single-service-item .service-text .title {
  color: #fff;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
}
.single-service-item .service-text p {
  color: #fff;
  max-width: 300px;
  margin: auto;
}
.blog-grid-carousel .owl-nav div {
  position: absolute;
  left: -60px;
  top: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: var(--heading-color);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.blog-grid-carousel .owl-nav div:hover {
  background-color: var(--main-color-one);
  color: #fff;
}
.blog-grid-carousel .owl-nav div.owl-next {
  left: auto;
  right: -60px;
}
.single-blog-grid-01 .content {
  position: relative;
  z-index: 0;
}
.single-blog-grid-01 .content:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #000, rgba(0, 0, 0, 0.4));
  content: "";
  z-index: -1;
}
.single-blog-grid-01 .content {
  padding: 100px 40px 85px;
}
.single-blog-grid-01 .content .post-meta {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 15px;
}
.single-blog-grid-01 .content .post-meta li {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}
.single-blog-grid-01 .content .post-meta li:hover a {
  color: #fff;
}
.single-blog-grid-01 .content .post-meta li + li {
  margin-left: 20px;
}
.single-blog-grid-01 .content .post-meta li a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.single-blog-grid-01 .content .post-meta li a i {
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.single-blog-grid-01 .content .title {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #fff;
  max-width: 280px;
}
.quote-with-image-02 {
  margin-bottom: 40px;
}
.quote-with-image-02 .img-wrapper {
  position: relative;
  z-index: 0;
}
.quote-with-image-02 .img-wrapper .hover {
  position: absolute;
  right: 0;
  bottom: -40px;
  width: 80%;
}
.quote-with-image-02 .img-wrapper .hover .quote-block-with-sign {
  padding: 50px 60px 60px 60px;
}
.quote-with-image-02 .img-wrapper .hover .quote-block-with-sign:after {
  left: 40px;
  top: 30px;
}
.price-plan-slider:hover .owl-nav div,
.team-carousel:hover .owl-nav div {
  visibility: visible;
  opacity: 1;
}
.single-price-plan-01 {
  max-width: 350px;
}
.price-plan-slider .owl-nav div,
.team-carousel .owl-nav div {
  position: absolute;
  left: -50px;
  top: 50%;
  width: 40px;
  height: 50px;
  background-color: var(--main-color-one);
  color: #fff;
  text-align: center;
  line-height: 52px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.price-plan-slider .owl-nav div.owl-next,
.team-carousel .owl-nav div.owl-next {
  left: auto;
  right: -50px;
}
.pricing-plan-area.bg-image {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}
.pricing-plan-area.bg-image::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -1;
}
.single-price-plan-01 {
  text-align: center;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  position: relative;
  z-index: 0;
  overflow: hidden;
  background-color: #fff;
  padding: 40px 0 60px;
  -webkit-box-shadow: 0 0 7px 0 rgba(48, 55, 63, 0.35);
  box-shadow: 0 0 7px 0 rgba(48, 55, 63, 0.35);
}
.single-price-plan-01.style-01 {
  background-image: -o-linear-gradient(330deg, #fd5b56 0, #f41e7e 100%);
  background-image: linear-gradient(-240deg, #fd5b56 0, #f41e7e 100%);
}
.single-price-plan-01.style-02 {
  background-color: var(--main-color-two);
}
.single-price-plan-01.style-03 {
  background-color: var(--main-color-one);
}
.single-price-plan-01.active .price-header .name {
  color: #fff;
}
.single-price-plan-01.active .price-header .price-wrap .price {
  color: #fff;
}
.single-price-plan-01.active .price-header .price-wrap .month {
  color: #fff;
}
.single-price-plan-01.active .price-body ul li {
  color: #fff;
}
.single-price-plan-01.active .btn-wrapper .boxed-btn {
  border: 1px solid #fff;
  background-color: transparent;
}
.single-price-plan-01.active .btn-wrapper .boxed-btn:hover {
  background-color: #fff;
  color: var(--main-color-one);
}
.single-price-plan-01 .price-header {
  position: relative;
}
.single-price-plan-01 .price-header .name-box .name {
  font-weight: 700;
  font-size: 24px;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.single-price-plan-01 .price-header .popular {
  position: absolute;
  top: 15px;
  right: -55px;
  display: inline-block;
  background-color: var(--main-color-one);
  padding: 10px 30px;
  width: 180px;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
}
.single-price-plan-01 .price-header .title {
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  padding: 20px 0;
  margin-bottom: 30px;
  background-color: var(--main-color-two);
  font-family: var(--heading-font);
}
.single-price-plan-01 .price-header .price-wrap {
  display: block;
  text-align: center;
}
.single-price-plan-01 .price-header .price-wrap .price {
  font-size: 50px;
  font-family: var(--heading-font);
  line-height: 60px;
  font-weight: 700;
  color: var(--heading-color);
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  text-align: center;
  position: relative;
  z-index: 0;
  margin-top: 20px;
}
.single-price-plan-01 .price-header .price-wrap .price .dollar {
  font-size: 33px;
  line-height: 33px;
  position: relative;
  top: -12px;
}
.single-price-plan-01 .price-header .price-wrap .month {
  font-size: 18px;
  line-height: 20px;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  display: block;
}
.single-price-plan-01 .price-body ul {
  margin: 0;
  padding: 0;
  margin-top: 25px;
  margin-bottom: 25px;
}
.single-price-plan-01 .price-body ul li {
  list-style: none;
  display: block;
  margin: 10px 0;
  font-size: 16px;
  font-weight: 500;
  color: var(--heading-color);
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.single-price-plan-01 .price-body ul li:first-child {
  margin-top: 0;
}
.single-price-plan-01 .price-body ul li:last-child {
  margin-bottom: 0;
}
.single-price-plan-01 .btn-wrapper .boxed-btn {
  border: 1px solid transparent;
}
.social-link ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-link ul li {
  color: #918989;
  font-size: 15px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.social-link ul li:hover {
  color: var(--main-color-one);
}
.social-link.style-01 ul li {
  font-size: 30px;
  display: inline-block;
}
.social-link.style-01 ul li + li {
  margin-left: 10px;
}
.social-link.style-01 ul li i.facebook {
  color: #3b5999;
}
.social-link.style-01 ul li i.twitter {
  color: #55acee;
}
.social-link.style-01 ul li i.g-plus {
  color: #dd4b39;
}
.social-link.style-01 ul li i.instagram {
  color: #e4405f;
}
.social-link.style-02 ul li {
  font-size: 14px;
  display: inline-block;
}
.social-link.style-02 ul li + li {
  margin-left: 5px;
}
.social-link.style-02 ul li i.facebook {
  color: #3b5999;
}
.social-link.style-02 ul li i.twitter {
  color: #55acee;
}
.social-link.style-02 ul li i.g-plus {
  color: #dd4b39;
}
.social-link.style-02 ul li i.instagram {
  color: #e4405f;
}
.site-title.white {
  color: #fff;
}
.error-message span {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}
.error-message span:last-child {
  margin-bottom: 20px;
}
.ajax-loading-wrap.show {
  visibility: visible;
  opacity: 1;
}
.ajax-loading-wrap.hide {
  visibility: hidden;
  opacity: 0;
}
.ajax-loading-wrap {
  display: inline-block;
  margin-left: 10px;
}
.ajax-loading-wrap .sk-fading-circle {
  margin: 0 auto;
  width: 20px;
  height: 20px;
  position: relative;
}
.ajax-loading-wrap .sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.ajax-loading-wrap .sk-fading-circle .sk-circle:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: var(--main-color-one);
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.ajax-loading-wrap .sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.ajax-loading-wrap .sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.ajax-loading-wrap .sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.ajax-loading-wrap .sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.ajax-loading-wrap .sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
.ajax-loading-wrap .sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ajax-loading-wrap .sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
.ajax-loading-wrap .sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
.ajax-loading-wrap .sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.ajax-loading-wrap .sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
.ajax-loading-wrap .sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
.ajax-loading-wrap .sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.ajax-loading-wrap .sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.ajax-loading-wrap .sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.ajax-loading-wrap .sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.ajax-loading-wrap .sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.ajax-loading-wrap .sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.ajax-loading-wrap .sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.ajax-loading-wrap .sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.ajax-loading-wrap .sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.ajax-loading-wrap .sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.ajax-loading-wrap .sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleFadeDelay {
  0%,
  100%,
  39% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@keyframes sk-circleFadeDelay {
  0%,
  100%,
  39% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
.login-form-wrapper {
  margin: 100px 0;
  background-color: #fff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  padding: 60px;
}
.login-form-wrapper h2 {
  font-size: 30px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 40px;
}
.account-form .form-group .form-control {
  border: 1px solid #e2e2e2;
  height: 50px;
}
.account-form .btn-wrapper {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
}
.account-form .submit-btn:hover {
  background-color: var(--main-color-one);
  color: #fff;
}
.account-form .submit-btn {
  display: inline-block;
  background-color: var(--main-color-two);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  width: 160px;
  transition: 0.3s all;
}
.account-form a:hover {
  color: var(--main-color-one);
}
.account-form a {
  transition: 0.3s all;
}
.account-form.verify-mail .submit-btn {
  width: 180px;
}
.user-dashboard-card.style-01 {
  background-color: var(--main-color-two);
}
.user-dashboard-card {
  background-color: var(--main-color-one);
  padding: 30px;
  display: flex;
  align-self: flex-start;
}
.user-dashboard-card .icon {
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  margin-right: 20px;
}
.user-dashboard-card .title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: #fff;
}
.user-dashboard-card .number {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  display: block;
  color: #fff;
}
.user-dashboard-wrapper > ul {
  display: inline-block;
  width: 260px;
  background-color: var(--secondary-color);
  padding-bottom: 5px;
}
.user-dashboard-wrapper {
  display: flex;
  justify-content: space-between;
}
.user-dashboard-wrapper .tab-content {
  width: calc(100% - 300px);
}
.user-dashboard-wrapper {
  padding: 80px 0;
}
.user-dashboard-wrapper ul.nav-pills .nav-link.active {
  background-color: var(--main-color-two);
}
.user-dashboard-wrapper ul.nav-pills .nav-link {
  border-radius: 0;
  padding: 10px 30px;
}
.user-dashboard-wrapper ul.nav-pills .nav-item + .nav-item {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.width-200 {
  width: 200px !important;
}
.width-220 {
  width: 220px !important;
}
.width-250 {
  width: 250px !important;
}
.submit-btn.dash-btn:hover {
  background-color: var(--main-color-one);
  color: #fff;
}
.submit-btn.dash-btn {
  background-color: var(--main-color-two);
}
.dashboard-form-wrapper .title {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
}
.dashboard-form-wrapper .form-group label {
  font-size: 14px;
  font-weight: 700;
  color: var(--heading-color);
}
.dashboard-form-wrapper .form-group .form-control {
  border: 1px solid #e2e2e2;
}
.pagination-wrapper {
  text-align: center;
}
.pagination-wrapper ul {
  display: inline-block;
}
.pagination-wrapper ul li a:focus {
  outline: 0;
  box-shadow: none;
}
.pagination-wrapper ul li a:hover {
  background-color: var(--main-color-one);
  border-color: var(--main-color-one);
  color: #fff;
}
.pagination-wrapper ul li a {
  color: var(--paragraph-color);
}
.pagination-wrapper ul li {
  display: inline-block;
}
.pagination-wrapper ul li.page-item.active span {
  background-color: var(--main-color-one);
  border-color: var(--main-color-one);
}
.case-study-gallery-carousel .owl-nav div.owl-next {
  left: auto;
  right: 10px;
}
.case-studies-slider-active:hover .owl-nav {
  visibility: visible;
  opacity: 1;
}
.case-studies-slider-active .owl-nav {
  visibility: hidden;
  opacity: 0;
}
.case-study-gallery-carousel .owl-nav div:hover {
  background-color: var(--main-color-one);
  color: #fff;
  border-color: var(--main-color-one);
}
.case-study-gallery-carousel .owl-nav div {
  position: absolute;
  left: 10px;
  top: 50%;
  width: 30px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  transform: translateY(-50%);
  border-radius: 2px;
  transition: 0.3s all;
  font-size: 14px;
}
.case-study-gallery-wrapper .main-title {
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 30px;
}
.portfolio-details-item .thumb {
  margin-bottom: 30px;
}
.portfolio-details-item .title {
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
}
.related-work-area .title {
  font-size: 36px;
  line-height: 46px;
}
.related-case-study-carousel .owl-nav div.owl-next {
  left: auto;
  right: 10px;
}
.related-case-study-carousel .owl-nav div:hover {
  background-color: var(--main-color-one);
  color: #fff;
  border-color: var(--main-color-one);
}
.related-case-study-carousel .owl-nav div {
  position: absolute;
  left: 10px;
  top: 50%;
  width: 30px;
  height: 40px;
  text-align: center;
  line-height: 43px;
  background-color: var(--secondary-color);
  color: #fff;
  transform: translateY(-50%);
  border-radius: 2px;
  transition: 0.3s all;
  font-size: 14px;
  cursor: pointer;
}
.single-related-case-study-item .content {
  background-color: #f5f5f5;
  padding: 30px;
}
.single-related-case-study-item .content .title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 0;
  min-height: 60px;
  transition: 0.3s all;
}
.single-case-studies-item:hover .cart-icon .title {
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: #fff;
  transition: 0.3s all;
}
.contact-form.order-form .form-group .form-control {
  border: 1px solid #e2e2e2;
  height: 50px;
  padding: 0 20px;
}
.contact-form.order-form .form-group.file .form-control {
  height: auto;
  border: none;
  padding-left: 0;
}
.contact-form.order-form .form-group.file .help-info {
  font-size: 14px;
  color: #5e885e;
}
.contact-form.order-form .form-group.textarea .form-control {
  padding: 20px;
  min-height: 150px;
  resize: none;
}
.contact-form.order-form .form-group.textarea .form-control:focus {
  outline: 0;
  box-shadow: none;
}
.contact-form.order-form .submit-btn:focus {
  outline: 0;
  box-shadow: none;
}
.contact-form.order-form .submit-btn {
  background-color: var(--secondary-color);
}
.contact-form.order-form .submit-btn:hover {
  background-color: var(--main-color-one);
  color: #fff;
}
.contact-page-form .form-group.file .form-control {
  border: none;
  padding: 0;
  height: 40px;
  margin-bottom: 0;
}
.contact-page-form label {
  font-size: 16px;
  font-weight: 600;
  color: var(--heading-color);
}
.form-group.checkbox input {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.form-group.checkbox label {
  position: relative;
  top: -5px;
  padding-left: 10px;
  font-size: 16px;
  font-weight: 400;
  color: var(--paragraph-color);
}
.contact-page-form .help-info {
  font-size: 14px;
  line-height: 24px;
  color: var(--paragraph-color);
}
.contact-form.quote-form textarea,
.contact-page-form .form-group.file .form-control:focus,
.contact-page-form .form-group.select .form-control:focus,
.form-group.checkbox input:focus {
  outline: 0;
  box-shadow: none;
}
.contact-page-form .form-group.select .form-control {
  padding: 0;
  height: 50px;
}
.payment-gateway-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.payment-gateway-wrapper ul li {
  max-width: 100px;
  cursor: pointer;
  box-sizing: border-box;
  height: 50px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.form-group.file .form-control {
  border: none;
  padding: 0;
}
.form-group.file .help-info {
  font-size: 14px;
  line-height: 24px;
  color: var(--paragraph-color);
}
.form-group label {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: var(--heading-color);
}
.contact-form.quote-form input {
  border: 1px solid #e2e2e2;
  height: 50px;
  padding: 0 20px;
}
.contact-form.quote-form textarea {
  border: 1px solid #e2e2e2;
  padding: 20px;
  max-height: 160px;
  resize: none;
}
.form-group.checkbox {
  height: 25px;
}
.payment-gateway-wrapper ul li.selected:after,
.payment-gateway-wrapper ul li.selected:before {
  visibility: visible;
  opacity: 1;
}
.payment-gateway-wrapper ul li:before {
  border: 2px solid var(--main-color-two);
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.payment-gateway-wrapper ul li:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 15px;
  height: 15px;
  background-color: var(--main-color-two);
  content: "\f00c";
  font-weight: 900;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  padding-top: 2px;
  padding-left: 2px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.submit-btn.style-01 {
  background-color: var(--secondary-color);
  color: #fff;
}
.order-cancel-area,
.order-success-area {
  text-align: center;
}
.order-cancel-area .title,
.order-success-area .title {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 20px;
}
.order-cancel-area .sub-title,
.order-success-area .sub-title {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 30px;
}
.order-service-page-content-area .order-title {
  font-size: 42px;
  line-height: 52px;
  font-weight: 700;
  margin-bottom: 30px;
}
.order-service-page-content-area .nav-tabs {
  display: block;
  border: none;
}
.order-service-page-content-area .nav-tabs .nav-item {
  border: none;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--main-color-two);
  line-height: 50px;
  color: #fff;
  padding: 0;
  text-align: center;
}
.order-service-page-content-area .tab-content {
  margin-top: 30px;
}
.order-service-page-content-area .nav-tabs .nav-item + .nav-item {
  margin-left: 15px;
}
.order-service-page-content-area .nav-tabs .nav-item.active {
  background-color: var(--main-color-one);
  color: #fff;
}
.order-service-page-content-area .nav-tabs .nav-item[disabled] {
  background-color: #e1e1e1;
  color: var(--paragraph-color);
}
.alert-sm {
  padding: 5px 10px;
  font-size: 14px;
}
.btn-boxed:focus {
  outline: 0;
  box-shadow: none;
}
.btn-boxed:hover {
  background-color: var(--main-color-one);
  color: #fff;
}
.btn-boxed {
  display: inline-block;
  border: none;
  background-color: var(--main-color-two);
  color: #fff;
  padding: 10px 30px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s all;
}
.related-post-area .title {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 0;
}
.single-blog-grid-02 .content {
  padding: 20px;
}
.single-blog-grid-02 .content .title {
  font-size: 18px;
  line-height: 30px;
  max-width: 320px;
}
.singler-counterup-item-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.singler-counterup-item-01.white .content .count-wrap {
  color: #fff;
}
.singler-counterup-item-01.white .content .title {
  color: rgba(255, 255, 255, 0.8);
}
.singler-counterup-item-01 .icon {
  font-size: 50px;
  line-height: 60px;
  color: var(--main-color-one);
  margin-right: 20px;
}
.singler-counterup-item-01 .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.singler-counterup-item-01 .content .count-wrap {
  font-size: 48px;
  line-height: 58px;
  font-weight: 700;
  color: var(--heading-color);
  font-family: var(--heading-font);
}
.singler-counterup-item-01 .content .title {
  color: var(--paragraph-color);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
}
.header-variant-03
  .navbar-area.nav-style-01
  .nav-container
  .navbar-collapse
  .navbar-nav {
  text-align: left;
  margin-left: 60px;
}
.header-variant-03
  .navbar-area.nav-style-01
  .nav-container
  .nav-right-content
  ul
  li
  a {
  color: var(--main-color-one);
}
.header-variant-03
  .navbar-area
  .nav-container
  .nav-right-content
  ul
  li.cart
  .pcount {
  color: #fff;
}
.navbar-area.nav-fixed
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-mega-menu:hover
  > .xg_mega_menu_wrapper {
  top: 70px;
}
.knowledgebase-content-area .main-title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 50px;
}
.article-with-topic-title-style-01 .topic-title {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 20px;
}
.article-with-topic-title-style-01 .topic-title i {
  opacity: 0.8;
  margin-right: 5px;
}
.article-with-topic-title-style-01 ul.know-articles-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 20px;
}
.article-with-topic-title-style-01 ul.know-articles-list li + li {
  margin-top: 10px;
}
.article-with-topic-title-style-01 ul.know-articles-list li {
  transition: all 0.3s;
}
.article-with-topic-title-style-01 ul.know-articles-list li:hover {
  color: var(--main-color-one);
}
.article-with-topic-title-style-01 {
  margin-bottom: 40px;
}
.single-knowledgebase-list-item .title {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
  font-weight: 700;
}
.single-knowledgebase-list-item .title i {
  opacity: 0.8;
  margin-right: 5px;
}
.single-knowledgebase-list-item {
  margin-bottom: 30px;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 30px;
}
.single-knowledgebase-list-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.single-job-list-item {
  border: 2px solid #f4f7fc;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 30px;
}
.single-job-list-item .job_type {
  background-color: #e0f5d7;
  border-radius: 20px;
  padding: 5px 15px;
  color: #449626;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 16px;
}
.single-job-list-item .job_type i {
  margin-right: 5px;
}
.single-job-list-item .title {
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 15px;
  transition: all 0.3s;
}
.single-job-list-item .title:hover {
  color: var(--main-color-one);
}
.single-job-list-item .company_name,
.single-job-list-item .deadline {
  display: block;
  margin-bottom: 10px;
}
.single-job-list-item .company_name strong,
.single-job-list-item .deadline strong {
  color: var(--heading-color);
  margin-right: 10px;
  font-weight: 600;
}
.single-job-list-item .jobs-meta {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 30px;
}
.single-job-list-item .jobs-meta li {
  display: inline-block;
  border-radius: 25px;
  padding: 5px 15px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  font-weight: 500;
  font-size: 14px;
}
.single-job-list-item .jobs-meta li + li {
  margin-left: 20px;
}
.single-job-list-item .jobs-meta li strong {
  color: var(--heading-color);
  font-weight: 600;
}
.single-job-list-item .jobs-meta li i {
  margin-right: 5px;
}
.single-job-list-item .jobs-meta li:nth-child(1) i {
  color: #12b6e8;
}
.single-job-list-item .jobs-meta li:nth-child(2) i {
  color: #2a41e8;
}
.single-job-list-item .jobs-meta li:nth-child(3) i {
  color: #dc3139;
}
.single-job-list-item .jobs-meta li:nth-child(4) i {
  color: #0bbdc6;
}
.job-information-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.job-information-list li + li {
  margin-top: 20px;
}
.job-information-list li .single-job-info {
  display: flex;
  align-self: flex-start;
}
.job-information-list li .single-job-info .content {
  flex: 1;
}
.job-information-list li .single-job-info .icon {
  margin-right: 20px;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: var(--main-color-one);
  text-align: center;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
}
.job-information-list li + li {
  border-top: 1px solid #e2e2e2;
  padding-top: 25px;
}
.job-information-list li .single-job-info .content .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 4px;
}
.job-information-list li .single-job-info .content .details {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
}
.job-meta-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.job-meta-list > li + li {
  margin-top: 40px;
}
.job-meta-list li .single-job-meta-block p {
  line-height: 30px;
}
.job-meta-list li .single-job-meta-block .title {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.job-meta-list li .single-job-meta-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.job-meta-list li .single-job-meta-block ul li + li {
  margin-top: 15px;
}
.job-meta-list li .single-job-meta-block ul li:before {
  position: static;
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  margin-right: 5px;
  color: var(--main-color-one);
}
.apply-procedure p {
  font-size: 20px;
  margin-top: 40px;
  font-weight: 600;
  color: var(--heading-color);
  line-height: 30px;
}
.apply-procedure p span {
  display: block;
  font-size: 16px;
  margin-top: 10px;
  font-weight: 400;
  color: var(--paragraph-color);
}
.job-apply-form-wrapper input {
  border: 1px solid #e2e2e2;
  padding: 10px 20px;
  height: 50px;
  font-size: 14px;
}
.job-apply-form-wrapper input[type="file"] {
  border: none;
  padding: 0;
}
.job-apply-form-wrapper label {
  font-size: 14px;
  font-weight: 700;
  color: var(--heading-color);
}
.job-apply-form-wrapper .help-info {
  font-size: 14px;
  font-weight: 500;
  color: var(--paragraph-color);
}
.job-apply-form-wrapper .checkbox input:focus,
.job-apply-form-wrapper select:focus,
.job-apply-form-wrapper textarea:focus {
  outline: 0;
  box-shadow: none;
}
.job-apply-form-wrapper textarea {
  border: 1px solid #e2e2e2;
  padding: 20px;
  height: 120px;
  resize: none;
}
.job-apply-form-wrapper select {
  border: 1px solid #e2e2e2;
  height: 50px;
}
.job-apply-form-wrapper .checkbox label {
  display: inline-block;
  position: relative;
  top: -5px;
  padding-left: 10px;
}
.job-apply-form-wrapper .checkbox input {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.quote-title {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 50px;
}
.single-price-plan-01.bg-lightwhite {
  background-color: #fbfbfb;
}
.single-price-plan-01.style-02.bg-lightwhite {
  background-color: var(--main-color-two);
}
.single-events-list-item + .single-events-list-item {
  margin-top: 30px;
}
.single-events-list-item {
  display: flex;
  align-self: flex-start;
}
.single-events-list-item .content-area {
  flex: 1;
}
.single-events-list-item .thumb {
  margin-right: 30px;
}
.single-events-list-item .content-area .top-part {
  display: flex;
  align-self: flex-start;
  margin-bottom: 15px;
}
.single-events-list-item .content-area .top-part .time-wrap {
  margin-right: 20px;
  width: 80px;
  height: 80px;
  background-color: var(--main-color-one);
  color: #fff;
  text-align: center;
  padding-top: 10px;
}
.single-events-list-item .content-area .top-part .title-wrap {
  flex: 1;
}
.single-events-list-item .content-area .top-part .time-wrap span {
  display: block;
}
.single-events-list-item .content-area .top-part .time-wrap .date {
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
}
.single-events-list-item .content-area .top-part .time-wrap .month {
  font-weight: 600;
  text-transform: uppercase;
}
.single-events-list-item .content-area .top-part .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}
.single-events-list-item .content-area .top-part .location {
  font-size: 14px;
  font-weight: 500;
}
.single-events-list-item .content-area .top-part .location i {
  color: var(--main-color-one);
}
@media only screen and (max-width: 767px) {
  .single-events-list-item {
    display: block;
  }
  .single-events-list-item .thumb {
    margin-bottom: 30px;
  }
  .single-events-list-item .thumb img {
    width: 100%;
  }
}
.single-event-details .thumb {
  margin-bottom: 30px;
}
.single-event-details .content .top-part {
  display: flex;
  align-self: flex-start;
  margin-bottom: 25px;
}
.single-event-details .content .top-part .time-wrap {
  margin-right: 20px;
  width: 80px;
  height: 80px;
  background-color: var(--main-color-one);
  color: #fff;
  text-align: center;
  padding-top: 10px;
}
.single-event-details .content .top-part .title-wrap {
  flex: 1;
}
.single-event-details .content .top-part .time-wrap span {
  display: block;
}
.single-event-details .content .top-part .time-wrap .date {
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
}
.single-event-details .content .top-part .time-wrap .month {
  font-weight: 600;
  text-transform: uppercase;
}
.single-event-details .content .top-part .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}
.single-event-details .content .top-part .location {
  font-size: 14px;
  font-weight: 500;
}
.single-event-details .content .top-part .location i {
  color: var(--main-color-one);
}
.single-event-details .content .top-part .title-wrap .category .i {
  margin-right: 5px;
}
.single-event-details .content .top-part .title-wrap .category {
  background-color: #e0f5d7;
  padding: 5px 15px;
  color: #449626;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 10px;
}
.single-event-details .content .top-part .title-wrap span {
  display: block;
}
.single-event-details .content .top-part .title-wrap {
  flex: 1;
  margin-top: 10px;
}
.base-color {
  color: var(--main-color-one);
}
.event-info .icon-with-title-description {
  margin: 0;
  padding: 0;
}
.event-info .icon-with-title-description li {
  list-style: none;
  display: flex;
}
.event-info .icon-with-title-description li .icon {
  margin-right: 15px;
  font-size: 14px;
  line-height: 24px;
  width: 10px;
  color: var(--main-color-one);
}
.event-info .icon-with-title-description li h4 {
  font-size: 14px;
  line-height: 26px;
  font-family: var(--body-font);
  font-weight: 600;
  margin-bottom: 0;
}
.event-info .icon-with-title-description li span {
  margin-bottom: 0;
}
.event-info .icon-with-title-description li + li {
  margin-top: 10px;
}
.event-info .icon-with-title-description li a {
  transition: 0.3s all;
}
.event-info .icon-with-title-description li a:hover {
  color: var(--main-color-one);
}
.event-venue-details-information {
  background-color: #f5f5f5;
  padding: 30px;
}
.event-venue-details-information .venue-title {
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}
.event-venue-details-information .bottom-content {
  display: flex;
  justify-content: space-between;
}
.venue-details-block .title {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 0;
}
.venue-details-block + .venue-details-block {
  margin-top: 20px;
}
.venue-details-block {
  padding-right: 40px;
}
.event-booking-form h4 {
  font-size: 36px;
  line-height: 46px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 50px;
}
.event-booking-form .form-group .form-control {
  height: 50px;
  padding: 0 20px;
}
.event-booking-form .form-group.checkbox .form-control {
  padding: 0;
  height: auto;
}
.event-booking-form .form-group.checkbox label {
  position: relative;
  top: -2px;
}
.event-booking-form .form-group.file .form-control {
  padding: 0;
}
.event-booking-form .form-group.textarea .form-control {
  height: 150px;
  resize: none;
  padding: 20px;
}
.event-booking-form .form-group.select .form-control:focus,
.event-booking-form .form-group.textarea .form-control:focus {
  outline: 0;
  box-shadow: none;
}
.event-booking-form .btn-wrapper {
  text-align: center;
}
.order-confirm-area .title {
  text-align: center;
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  margin-bottom: 40px;
}
.form-group input[type="number"] {
  border: 1px solid #e2e2e2;
  margin-left: 20px;
  height: 40px;
  text-align: center;
  color: var(--paragraph-color);
  max-width: 60px;
}
.progressbar {
  width: 100%;
  position: relative;
  background-color: #f4f4f4;
}
.proggress {
  height: 8px;
  width: 0%;
  background-color: #ff0;
  max-width: 100%;
}
.percentCount {
  margin-top: -44px;
  clear: both;
  font-weight: 700;
  font-size: 14px;
  background-color: var(--main-color-one);
  color: #fff;
  padding: 5px;
  display: inline-block;
  position: absolute;
  text-align: center;
  border-radius: 5px;
}
.percentCount:after {
  position: absolute;
  left: 0;
  bottom: -6px;
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid var(--main-color-one);
  border-right: 15px solid transparent;
}
.contribute-single-item {
  margin-bottom: 30px;
}
.contribute-single-item .thumb {
  position: relative;
  z-index: 0;
  width: 100%;
}
.contribute-single-item .thumb img {
  width: 100%;
}
.contribute-single-item .thumb .thumb-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.contribute-single-item .thumb .thumb-content .goal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0 30px;
}
.contribute-single-item .thumb .thumb-content .goal .raised {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  font-family: var(--body-font);
}
.contribute-single-item .content {
  margin-top: 30px;
}
.contribute-single-item .content.style-01 {
  border: none;
  padding: 35px 0 0;
}
.contribute-single-item .content .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 23px;
}
.contribute-single-item .content p {
  margin-bottom: 23px;
}
.contribute-single-item .content .btn-wrapper .boxed-btn {
  padding: 12px 20px;
}
.donation_wrapper {
  padding: 40px 45px 45px;
  background: #f5f5f5;
}
.donation_wrapper .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.donation_wrapper .single_amount_wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.donation_wrapper .single_amount_wrapper .single_amount {
  padding: 5px 10px;
  margin: 0 5px;
  border-radius: 5px;
  color: #fff;
  background: var(--main-color-one);
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s;
}
.donation_wrapper .single_amount_wrapper .single_amount:hover {
  background: var(--main-color-two);
}
.donation_wrapper .amount_wrapper {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.donation_wrapper .amount_wrapper .suffix,
.donation_wrapper .amount_wrapper input {
  padding: 8px;
  border: 0;
  font-weight: 700;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  background: 0 0;
  width: 100%;
}
.donation_wrapper .amount_wrapper input {
  border-radius: 0 8px 8px 0;
  border-right: 0;
  outline: 0;
}
.donation_wrapper .single_amount_wrapper .single_amount:first-child {
  margin-left: 0;
}
.donation_wrapper .amount_wrapper .suffix {
  border-radius: 5px 0 0 5px;
  width: auto;
}
.donation_wrapper a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  padding: 15px 25px;
  border: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 5px;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0) inset, 0 0 0 0 transparent inset;
  background: var(--main-color-one);
  transition: all 0.3s;
}
.donation_wrapper a:hover {
  background: var(--main-color-two);
}
.donation_wrapper a:active {
  box-shadow: 0 -2px 2px 0 rgba(255, 255, 255, 0.2) inset,
    0 2px 2px 0 rgba(0, 0, 0, 0.5) inset;
}
.donation_wrapper .payment-gateway-wrapper ul {
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.donation_wrapper .payment-gateway-wrapper ul li {
  width: calc(100% / 2 - 30px);
  margin-bottom: 20px;
}
.donation_wrapper .payment-gateway-wrapper ul li + li {
  margin-left: 0;
}
.donation-form-wrapper .form-group .form-control {
  border: 1px solid #e2e2e2;
  font-size: 14px;
  padding: 15px 20px;
}
.donation-form-wrapper .form-group .label {
  color: var(--heading-color);
  font-weight: 700;
  margin-bottom: 10px;
}
.donation-form-wrapper .form-group {
  margin-top: 20px;
}
.manual_payment_transaction_field.show {
  display: block;
}
.manual_payment_transaction_field {
  display: none;
}
.single-product-item-3 {
  border: 1px solid rgba(0, 0, 0, 0.07);
  transition: 0.3s ease-in;
  overflow: hidden;
}
.single-product-item-3 .content .title:hover {
  color: var(--main-color-one);
}
.single-product-item-3 .thumb {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  height: auto;
  width: 100%;
}
.single-product-item-3 .thumb .tag {
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--main-color-one);
  border-radius: 2px;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  width: 60px;
  height: 30px;
  line-height: 35px;
  text-align: center;
}
.single-product-item-3 .content {
  padding: 0 20px 30px 20px;
}
.single-product-item-3 .content .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: var(--heading-color);
  margin-bottom: 10px;
  transition: 0.3s ease-in;
}
.single-product-item-3 .content .del-price {
  display: inline-block;
  font-size: 20px;
  color: var(--paragraph-color);
  font-weight: 600;
  margin-bottom: 10px;
  margin-right: 10px;
}
.single-product-item-3 .content .price {
  display: inline-block;
  font-size: 22px;
  color: var(--heading-color);
  font-weight: 700;
  margin-bottom: 10px;
}
.single-product-item-3 .addtocart:hover {
  background-color: var(--main-color-one);
}
.out_of_stock,
.single-product-item-3 .addtocart {
  display: inline-block;
  padding: 0 20px;
  background-color: var(--main-color-two);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  border-radius: 3px;
  height: 40px;
  line-height: 45px;
}
.out_of_stock {
  background-color: #dc3545;
}
.single-product-item-3 .addtocart i {
  padding-right: 5px;
}
.product-archive-top-content-area {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.product-archive-top-content-area .search-form {
  position: relative;
  z-index: 0;
  width: 320px;
}
.product-archive-top-content-area .search-form .form-control {
  border: 1px solid #e2e2e2;
  font-size: 14px;
  height: 40px;
  border-radius: 0;
  padding-right: 60px;
}
.product-archive-top-content-area .search-form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  width: 50px;
  border: none;
  color: var(--main-color-two);
  transition: 0.3s all;
}
.product-archive-top-content-area .search-form button:hover {
  background-color: var(--main-color-two);
  color: #fff;
}
.single-rating-filter-wrap .filter-text {
  font-size: 14px;
  font-weight: 600;
  color: var(--heading-color);
  cursor: pointer;
}
.product-archive-top-content-area .product-sorting select {
  border: 1px solid #e2e2e2;
  height: 40px;
  min-width: 180px;
  padding: 0 10px;
  color: var(--paragraph-color);
  font-size: 14px;
}
.related-product-area .title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 38px;
}
.single-product-details .extra-content-wrap .nav-tabs {
  display: block;
  border: none;
  font-size: 0;
}
.single-product-details .extra-content-wrap .nav-tabs .nav-item {
  border: none;
  display: inline-block;
  background-color: #f2f2f2;
  border-radius: 0;
  font-size: 16px;
  font-weight: 600;
  color: #555;
  transition: 0.3s all;
  padding: 12px 30px;
}
.single-product-details .extra-content-wrap .nav-tabs .nav-item.active {
  background-color: var(--main-color-one);
  color: #fff;
}
.single-product-details .extra-content-wrap .nav-tabs .nav-item:first-child {
  border-top-left-radius: 5px;
}
.single-product-details .extra-content-wrap .nav-tabs .nav-item:last-child {
  border-top-right-radius: 5px;
}
.single-product-details .extra-content-wrap .tab-content {
  background-color: #f2f2f2;
  padding: 30px;
}
.single-product-details .extra-content-wrap {
  margin-bottom: 100px;
  margin-top: 60px;
}
.single-product-details .top-content {
  display: flex;
  align-items: flex-start;
}
.single-product-details .top-content .product-summery {
  flex: 1;
}
.single-product-details .top-content > div:first-child {
  width: calc(100% / 2 - 30px);
  margin-right: 30px;
}
.single-product-details .top-content .price-wrap {
  font-size: 32px;
  font-weight: 700;
  color: var(--heading-color);
  line-height: 42px;
  margin-bottom: 20px;
}
.single-product-details .top-content .price-wrap .del-price {
  color: var(--paragraph-color);
}
.single-product-details .top-content .short-description {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 30px;
}
.single-product-details .top-content .single-add-to-card-wrapper .quantity {
  max-width: 100px;
  border: 1px solid #e2e2e2;
  height: 40px;
  padding-left: 10px;
}
.single-product-details .top-content .single-add-to-card-wrapper {
  margin-bottom: 20px;
}
.single-product-details .top-content .single-add-to-card-wrapper .addtocart {
  display: inline-block;
  border: none;
  height: 40px;
  padding: 0 25px;
  background-color: var(--main-color-one);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  transition: 0.3s all;
}
.single-product-details
  .top-content
  .single-add-to-card-wrapper
  .addtocart:focus {
  outline: 0;
  box-shadow: none;
}
.single-product-details
  .top-content
  .single-add-to-card-wrapper
  .addtocart:hover {
  background-color: var(--main-color-two);
}
.single-product-details .top-content .cat-sku-content-wrapper span.title {
  font-size: 16px;
  font-weight: 600;
  color: var(--heading-color);
  margin-right: 10px;
  margin-bottom: 10px;
}
.single-product-details .top-content .cat-sku-content-wrapper a {
  transition: 0.3s all;
}
.single-product-details .top-content .cat-sku-content-wrapper a:hover {
  color: var(--main-color-two);
}
.single-product-details .top-content .slider-gallery-nav {
  margin-top: 30px;
}
.single-product-details
  .top-content
  .slider-gallery-nav
  .single-gallery-slider-nav-item
  img {
  opacity: 0.5;
  cursor: pointer;
}
.single-product-details
  .top-content
  .slider-gallery-nav
  .single-gallery-slider-nav-item.slick-current
  img {
  opacity: 1;
}
.single-product-details .extra-content-wrap .nav-tabs .nav-item + .nav-item {
  border-left: 1px solid #e2e2e2;
}
.product-ratings-form p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: var(--heading-color);
  margin-bottom: 20px;
}
.product-ratings-form .login-form {
  max-width: 350px;
}
.product-ratings-form textarea:focus {
  outline: 0;
  box-shadow: none;
}
.single-product-rating-item .ratings {
  font-size: 14px;
  margin-bottom: 10px;
}
.product-ratings-form textarea {
  border: 1px solid #e2e2e2;
  max-height: 120px;
  resize: none;
}
.product-ratings-form {
  max-width: 350px;
}
.rating-wrap .ratings {
  display: inline-block;
}
.rating-wrap .total-ratings {
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  color: var(--heading-color);
  position: relative;
  top: -2px;
}
.rating-wrap .ratings span:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f005""\f005""\f005""\f005""\f005";
  width: 100%;
  font-family: "Font Awesome 5 Free";
  font-size: 13px;
  font-weight: 900;
}
.rating-wrap .ratings {
  position: relative;
  z-index: 0;
  width: 75px;
  height: 16px;
  display: inline-block;
  top: 2px;
}
.rating-wrap .ratings span {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  line-height: 16px;
}
.rating-wrap .ratings span.show-rating:after {
  color: #ffc107;
}
.rating-wrap .ratings span.hide-rating:after {
  color: var(--paragraph-color);
}
.product-rating-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.product-rating-list li + li {
  margin-top: 30px;
}
.rating-wrap p {
  display: inline-block;
}
.single-product-rating-item .title {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 0;
}
.single-product-rating-item p {
  margin-bottom: 0;
}
.product-rating-list li:last-child {
  margin-bottom: 30px;
}
.product-ratings-form .title {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 25px;
  font-weight: 700;
}
.widget.widget_nav_menu ul li a.active {
  position: relative;
  padding-left: 5px;
  color: var(--main-color-one);
}
.widget.widget_nav_menu ul li a.active:before {
  position: absolute;
  left: 0;
  top: 3px;
  width: 2px;
  height: 16px;
  background-color: var(--main-color-one);
  content: "";
}
.widget_price_filter p {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 700;
  margin-top: 5px;
  color: var(--heading-color);
}
.alert.alert-success a {
  font-weight: 600;
  padding: 3px 15px;
  margin-left: 20px;
  border-radius: 3px;
}
.alert.alert-success {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cart-wrapper table .thumbnail {
  max-width: 80px;
}
.cart-wrapper table .product-title {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  transition: 0.3s all;
}
.cart-wrapper table .product-title:hover {
  color: var(--main-color-one);
}
.cart-wrapper table .quantity {
  max-width: 80px;
  border: 1px solid #e2e2e2;
  height: 40px;
  padding-left: 10px;
}
.cart-wrapper table {
  color: var(--paragraph-color);
}
.cart-wrapper table th {
  color: var(--heading-color);
}
.ajax_remove_cart_item:focus {
  outline: 0;
  box-shadow: none;
}
.cart-wrapper table .cart-action-wrap {
  display: flex;
  align-items: center;
}
.cart-table-footer-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cart-table-footer-wrap div:last-child {
  display: inline-block;
  max-width: 200px;
  display: flex;
  align-items: center;
}
.cart-table-footer-wrap div:last-child .ajax-loading-wrap {
  margin-right: 10px;
}
.cart-table-footer-wrap .coupon-wrap {
  position: relative;
  z-index: 0;
}
.cart-table-footer-wrap .coupon-wrap input {
  width: 100%;
  border: 1px solid #e2e2e2;
  height: 40px;
}
.cart-table-footer-wrap .coupon-wrap {
  display: flex;
}
.cart-table-footer-wrap .coupon-wrap .btn-boxed {
  margin-left: 10px;
}
.cart-total-wrap .title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 30px;
}
.shipping-wrap .card {
  border: 1px solid #e2e2e2;
}
.shipping-wrap .card-header {
  font-size: 20px;
  font-weight: 700;
  color: var(--heading-color);
  cursor: pointer;
  line-height: 30px;
}
.shipping-wrap {
  margin-bottom: 30px;
  margin-top: 20px;
}
.shipping-wrap .shipping-details-wrap .title {
  font-size: 18px;
  font-weight: 600;
  color: var(--heading-color);
}
.shipping-wrap .shipping-details-wrap p {
  font-weight: 400;
}
.shipping-wrap .shipping-cost {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: var(--heading-color);
}
.shipping-table-wrap .btn-wrapper {
  display: flex;
  align-items: center;
}
.btn-boxed:focus {
  color: #fff;
}
.cart-total-table table td {
  color: var(--heading-color);
}
.billing-details-wrapper .login-form {
  max-width: 450px;
}
.billing-details-wrapper {
  margin-bottom: 80px;
}
.billing-details-fields-wrapper .title,
.shipping-details-fields-wrapper .title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 30px;
}
.shipping-details-fields-wrapper {
  margin-top: 30px;
}
.billing-details-fields-wrapper {
  margin-bottom: 30px;
}
.shipping-details-wrapper .custom-control-label {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: var(--heading-color);
}
.product-orders-summery-warp .title {
  font-size: 24px;
  text-align: left;
  margin-bottom: 7px;
}
.billing-and-shipping-details {
  display: flex;
  justify-content: space-between;
  text-align: left;
}
.billing-and-shipping-details ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.billing-and-shipping-details ul li {
  margin: 8px 0;
}
.billing-and-shipping-details ul li strong {
  color: var(--heading-color);
  margin-right: 30px;
}
.lds-circle {
  display: inline-block;
  transform: translateZ(1px);
}
.lds-circle > div {
  display: inline-block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  background: var(--main-color-one);
  animation: lds-circle 2.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
@keyframes lds-circle {
  0%,
  100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  0% {
    transform: rotateY(0);
  }
  50% {
    transform: rotateY(1800deg);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  100% {
    transform: rotateY(3600deg);
  }
}
.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid var(--main-color-one);
  border-color: var(--main-color-one) transparent var(--main-color-one)
    transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.lds-facebook {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: var(--main-color-one);
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}
@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }
  100%,
  50% {
    top: 24px;
    height: 32px;
  }
}
.lds-heart {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  transform: rotate(45deg);
  transform-origin: 40px 40px;
}
.lds-heart div {
  top: 32px;
  left: 32px;
  position: absolute;
  width: 32px;
  height: 32px;
  background: var(--main-color-one);
  animation: lds-heart 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}
.lds-heart div:after,
.lds-heart div:before {
  content: " ";
  position: absolute;
  display: block;
  width: 32px;
  height: 32px;
  background: var(--main-color-one);
}
.lds-heart div:before {
  left: -24px;
  border-radius: 50% 0 0 50%;
}
.lds-heart div:after {
  top: -24px;
  border-radius: 50% 50% 0 0;
}
@keyframes lds-heart {
  0% {
    transform: scale(0.95);
  }
  5% {
    transform: scale(1.1);
  }
  39% {
    transform: scale(0.85);
  }
  45% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(0.9);
  }
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid var(--main-color-one);
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: var(--main-color-one) transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--main-color-one);
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -36ms;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -72ms;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -108ms;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -144ms;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -216ms;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -252ms;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -288ms;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.lds-default {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-default div {
  position: absolute;
  width: 6px;
  height: 6px;
  background: var(--main-color-one);
  border-radius: 50%;
  animation: lds-default 1.2s linear infinite;
}
.lds-default div:nth-child(1) {
  animation-delay: 0s;
  top: 37px;
  left: 66px;
}
.lds-default div:nth-child(2) {
  animation-delay: -0.1s;
  top: 22px;
  left: 62px;
}
.lds-default div:nth-child(3) {
  animation-delay: -0.2s;
  top: 11px;
  left: 52px;
}
.lds-default div:nth-child(4) {
  animation-delay: -0.3s;
  top: 7px;
  left: 37px;
}
.lds-default div:nth-child(5) {
  animation-delay: -0.4s;
  top: 11px;
  left: 22px;
}
.lds-default div:nth-child(6) {
  animation-delay: -0.5s;
  top: 22px;
  left: 11px;
}
.lds-default div:nth-child(7) {
  animation-delay: -0.6s;
  top: 37px;
  left: 7px;
}
.lds-default div:nth-child(8) {
  animation-delay: -0.7s;
  top: 52px;
  left: 11px;
}
.lds-default div:nth-child(9) {
  animation-delay: -0.8s;
  top: 62px;
  left: 22px;
}
.lds-default div:nth-child(10) {
  animation-delay: -0.9s;
  top: 66px;
  left: 37px;
}
.lds-default div:nth-child(11) {
  animation-delay: -1s;
  top: 62px;
  left: 52px;
}
.lds-default div:nth-child(12) {
  animation-delay: -1.1s;
  top: 52px;
  left: 62px;
}
@keyframes lds-default {
  0%,
  100%,
  20%,
  80% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--main-color-one);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.lds-grid {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-grid div {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--main-color-one);
  animation: lds-grid 1.2s linear infinite;
}
.lds-grid div:nth-child(1) {
  top: 8px;
  left: 8px;
  animation-delay: 0s;
}
.lds-grid div:nth-child(2) {
  top: 8px;
  left: 32px;
  animation-delay: -0.4s;
}
.lds-grid div:nth-child(3) {
  top: 8px;
  left: 56px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(4) {
  top: 32px;
  left: 8px;
  animation-delay: -0.4s;
}
.lds-grid div:nth-child(5) {
  top: 32px;
  left: 32px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(6) {
  top: 32px;
  left: 56px;
  animation-delay: -1.2s;
}
.lds-grid div:nth-child(7) {
  top: 56px;
  left: 8px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(8) {
  top: 56px;
  left: 32px;
  animation-delay: -1.2s;
}
.lds-grid div:nth-child(9) {
  top: 56px;
  left: 56px;
  animation-delay: -1.6s;
}
@keyframes lds-grid {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.lds-hourglass {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-hourglass:after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin: 8px;
  box-sizing: border-box;
  border: 32px solid var(--main-color-one);
  border-color: var(--main-color-one) transparent var(--main-color-one)
    transparent;
  animation: lds-hourglass 1.2s infinite;
}
@keyframes lds-hourglass {
  0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    transform: rotate(1800deg);
  }
}
.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid var(--main-color-one);
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0;
    left: 0;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
.lds-spinner {
  color: var(--main-color-one);
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: var(--main-color-one);
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.ratings_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ratings_list li.selected {
  background-color: var(--main-color-two);
  color: #fff;
  font-weight: 600;
}
.ratings_list li {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 2px solid #e2e2e2;
  cursor: pointer;
}
.teastimonial-item-09 {
  margin-bottom: 60px;
  background-color: #fff;
}
.teastimonial-item-09 .bottom-content .ratings {
  margin: 0;
  padding: 0;
  list-style: none;
}
.teastimonial-item-09 .bottom-content .ratings li {
  display: inline-block;
  color: #f2b827;
}
.teastimonial-item-09 .clients-details .content .name {
  font-size: 21px;
  font-weight: 700;
  color: #313131;
  line-height: 28px;
  margin-bottom: 0;
}
.teastimonial-item-09 .bottom-content p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
  margin-top: 10px;
  font-style: italic;
  color: #616161;
}
.single-gallery-image {
  position: relative;
  margin-bottom: 30px;
}
.single-gallery-image .img-hover {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s all;
}
.single-gallery-image .img-hover a {
  transition: 0.3s all;
}
.single-gallery-image .img-hover a:hover {
  color: var(--main-color-one);
  transform: scale(1.3);
}
.single-gallery-image:hover .img-hover {
  visibility: visible;
  opacity: 1;
}
.xg_mega_menu_wrapper {
  max-width: 1140px;
  width: calc(100vw - 180px);
  box-sizing: border-box;
  position: fixed;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  box-sizing: border-box;
  border-radius: 5px;
  overflow: hidden;
  z-index: 9999;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.06);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  top: 90px;
  background-color: #038585;
  border-top: 3px solid #7d0202;
  border-bottom: 6px solid #0dbbbb;
  transition: width 250ms ease, height 250ms ease, opacity 150ms ease, transform 200ms ease-in;
}
.single-blog-grid-02 {
  display: inline-block;
}
.xg-mega-menu-container {
  padding: 40px;
}
.xg-mega-menu-single-column-wrap .mega-menu-title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.xg-mega-menu-single-column-wrap {
  text-align: left;
  margin-bottom: 30px;
}
.xg-mega-menu-single-column-wrap ul {
  margin: 0;
  padding: 0;
}
.xg-mega-menu-single-column-wrap ul li {
  display: block !important;
  width: 100%;
  line-height: 30px !important;
  margin-left: 0 !important;
  font-weight: 400 !important;
}
.xg-mega-menu-single-column-wrap ul li a:hover {
  color: var(--main-color-one) !important;
}
.xg-mega-menu-single-column-wrap ul li a {
  color: var(--paragraph-color) !important;
  transition: 0.3s all;
}
.xg-mega-menu-single-column-wrap ul li.single-mega-menu-product-item {
  display: flex !important;
  align-self: flex-start;
  margin-bottom: 20px;
}
.xg-mega-menu-single-column-wrap ul .single-mega-menu-product-item .thumbnail {
  max-width: 80px;
  margin-right: 15px;
}
.xg-mega-menu-single-column-wrap ul .single-mega-menu-product-item .title {
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  transition: 0.3s all;
}
.xg-mega-menu-single-column-wrap
  ul
  .single-mega-menu-product-item
  .title:hover {
  color: var(--main-color-one);
}
.xg-mega-menu-single-column-wrap
  ul
  .single-mega-menu-product-item
  .content
  .price-wrap {
  font-size: 14px;
  line-height: 26px;
  font-weight: 700;
}
.xg-mega-menu-single-column-wrap
  ul
  .single-mega-menu-product-item
  .content
  .price-wrap
  .price {
  color: var(--heading-color);
  margin-right: 8px;
}
.xg_mega_menu_wrapper.product_mega_menu .xg-mega-menu-container {
  padding-bottom: 20px;
}
.single-donation-mega-menu-item {
  display: flex;
  align-self: flex-start;
  margin-bottom: 20px;
}
.single-donation-mega-menu-item .thubmnail {
  margin-right: 20px;
}
.single-donation-mega-menu-item .title {
  font-size: 16px;
  text-align: left;
  font-weight: 600;
  transition: 0.3s all;
}
.single-donation-mega-menu-item .thumbnail {
  margin-right: 20px;
  min-width: 100px;
}
.single-donation-mega-menu-item .content .goal {
  display: flex;
  justify-content: space-between;
}
.single-donation-mega-menu-item .content {
  padding-right: 10px;
  display: flex;
  flex-direction: column;
}
.single-donation-mega-menu-item .title:hover {
  color: var(--main-color-one);
}
.single-donation-mega-menu-item .content .goal h4 {
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  color: var(--paragraph-color);
}
.single-donation-mega-menu-item .content .boxed-btn {
  display: inline-block;
  background-color: var(--main-color-one);
  line-height: 26px;
  border-radius: 5px;
  color: #fff !important;
  font-size: 14px;
  margin-top: 10px;
}
.single-donation-mega-menu-item .content .boxed-btn:hover {
  background-color: var(--main-color-two);
}
.xg_mega_menu_wrapper.donation_mega_menu .xg-mega-menu-container {
  padding-bottom: 20px;
}
.nx-popup-backdrop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  content: "";
  z-index: 999;
  height: 100%;
  transition: 0.3s all;
  visibility: hidden;
  opacity: 0;
}
.nx-popup-backdrop.show {
  visibility: visible;
  opacity: 1;
}
.nx-popup-wrapper.show {
  visibility: visible;
  opacity: 1;
}
.nx-popup-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
}
.only-image-modal .nx-modal-inner-content-wrapper {
  width: 700px;
  min-height: 400px;
  background-size: cover;
  background-position: center;
}
.nx-popup-wrapper.notice-modal .nx-modal-inner-content-wrapper {
  background-image: url(../img/popup/notice-popup-bg.png);
}
.nx-modal-inner-content-wrapper {
  width: 700px;
  background-color: #fff;
  padding: 40px;
  position: relative;
  background-position: center;
  height: 400px;
}
.nx-popup-wrapper.notice-modal .nx-modal-inner-content-wrapper .nx-popup-close {
  background-color: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
.nx-modal-inner-content-wrapper .nx-popup-close {
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 20px;
  line-height: 20px;
  color: red;
  cursor: pointer;
}
.notice-modal .nx-modal-header .title {
  display: inline-block;
  background-color: red;
  padding: 10px 20px;
  border-radius: 2px;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
}
.notice-modal .nx-modal-header {
  text-align: center;
  margin-bottom: 30px;
}
.notice-modal .nx-modal-content {
  text-align: center;
}
.notice-modal .nx-modal-content p {
  color: #444;
  font-size: 18px;
  line-height: 28px;
}
.notice-modal .nx-modal-content .btn-wrapper {
  margin-top: 30px;
}
.notice-modal .nx-modal-content .btn-wrapper .btn-boxed {
  display: inline-block;
  padding: 10px 30px;
  background-color: #639;
  color: #fff;
  border-radius: 3px;
  font-weight: 600;
  transition: 0.3s all;
}
.notice-modal .nx-modal-content .btn-wrapper .btn-boxed:hover {
  background-color: beige;
  color: #fff;
}
.notice-modal-content-wrapper {
  text-align: left;
}
.notice-modal-content-wrapper .right-side-content {
  max-width: 320px;
}
.nx-popup-wrapper.notice-modal .nx-modal-content {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
.notice-modal-content-wrapper .right-side-content .title {
  font-size: 50px;
  line-height: 55px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
.notice-modal-content-wrapper .right-side-content p {
  font-size: 18px;
  line-height: 34px;
  color: rgba(255, 255, 255, 0.8);
}
.promotional-modal-content-wrapper .left-content-warp img {
  max-width: 400px;
}
.promotional-modal-content-wrapper .left-content-warp {
  width: 50%;
  margin-right: 20px;
  text-align: left;
}
.promotional-modal-content-wrapper {
  display: flex;
  align-self: flex-start;
}
.promotional-modal-content-wrapper .right-content-warp {
  display: flex;
  align-items: center;
}
.promotional-modal-content-wrapper .right-content-warp .title {
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--main-color-two);
}
.promotional-modal-content-wrapper .right-content-warp p {
  font-size: 18px;
  line-height: 28px;
  color: #636363;
}
.promotional-modal-content-wrapper .right-content-warp .btn-boxed {
  display: inline-block;
  border: none;
  background-color: var(--main-color-two);
  padding: 8px 30px;
  border-radius: 5px;
  margin-top: 20px;
  color: #fff;
  font-weight: 600;
  transition: 0.3s all;
}
.promotional-modal-content-wrapper .right-content-warp .btn-boxed:hover {
  background-color: var(--main-color-one);
  color: #fff;
}
.nx-popup-wrapper.promotion-modal .nx-modal-inner-content-wrapper {
  padding: 30px;
}
.nx-popup-wrapper.discount-modal .nx-modal-inner-content-wrapper {
  padding: 20px;
}
.nx-popup-wrapper.discount-modal {
  padding: 30px;
}
.discount-modal-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-self: flex-start;
}
.discount-modal-content-wrapper .left-content-wrap {
  width: 400px;
  margin-right: 20px;
}
.discount-modal-content-wrapper .left-content-warp {
  width: 330px;
}
.discount-modal-content-wrapper .right-content-warp {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.discount-modal-content-wrapper .right-content-warp .title {
  font-size: 50px;
  line-height: 60px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--main-color-two);
}
.discount-modal-content-wrapper .right-content-warp p {
  font-size: 18px;
  line-height: 28px;
  color: #656565;
}
.discount-modal-content-wrapper .right-content-warp .btn-boxed {
  display: inline-block;
  background-color: var(--main-color-two);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 25px;
  border-radius: 5px;
  margin-top: 20px;
  transition: 0.3s all;
}
.discount-modal-content-wrapper .right-content-warp .btn-boxed:hover {
  background-color: var(--main-color-one);
}
.discount-modal-content-wrapper #countdown {
  display: flex;
}
.discount-modal-content-wrapper .nx-singular-countdown-item {
  width: calc(100% / 4 - 10px);
  background-color: var(--main-color-one);
}
.discount-modal-content-wrapper
  .nx-singular-countdown-item
  + .nx-singular-countdown-item {
  margin-left: 10px;
}
.discount-modal-content-wrapper .nx-singular-countdown-item .time {
  display: block;
  font-size: 35px;
  font-weight: 700;
  line-height: 45px;
  color: #fff;
  margin-bottom: 0;
}
.discount-modal-content-wrapper .nx-singular-countdown-item {
  text-align: center;
}
.discount-modal-content-wrapper .countdown-wrapper {
  margin-top: 20px;
}
.discount-modal-content-wrapper .nx-singular-countdown-item .label {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}
.search-popup.show .search-popup-inner-wrapper {
  visibility: visible;
  opacity: 1;
}
.search-popup .search-popup-inner-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
}
.search-popup-inner-wrapper .search-form-warp {
  width: 600px;
  position: relative;
}
.search-popup-inner-wrapper .search-form-warp .search-popup-close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background-color: var(--main-color-one);
  text-align: center;
  line-height: 30px;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}
.search-popup-inner-wrapper .search-form-warp {
  padding: 80px 40px;
  background-color: #fff;
}
.search-popup-inner-wrapper .search-form-warp {
  display: flex;
  justify-content: space-evenly;
}
.search-popup-inner-wrapper .search-form-warp .form-group .form-control {
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  height: 45px;
  font-size: 14px;
  padding: 0 10px;
}
.search-popup-inner-wrapper .search-form-warp .form-group select:focus {
  outline: 0;
  box-shadow: none;
}
.search-popup-inner-wrapper .search-form-warp button {
  display: inline-block;
  border: none;
  height: 45px;
  width: 50px;
  border-radius: 3px;
  color: #fff;
  background-color: var(--main-color-two);
  transition: 0.3s all;
}
.search-popup-inner-wrapper .search-form-warp button:hover {
  background-color: var(--main-color-one);
}
.search-popup-inner-wrapper .search-form-warp .form-group {
  margin-bottom: 0;
}
.search-popup-inner-wrapper .search-form-warp .form-group {
  width: calc(100% / 3);
}
.payment-gateway-wrapper ul li {
  min-width: 80px;
  margin: 5px;
}
.cart-total-wrap .form-group.manual_payment_transaction_field .label,
.order-confirm-area .form-group.manual_payment_transaction_field .label,
.order-tab-wrap .form-group.manual_payment_transaction_field .label {
  font-size: 14px;
  font-weight: 600;
  color: var(--heading-color);
  margin-bottom: 10px;
}
.cart-total-wrap .form-group.manual_payment_transaction_field .form-control,
.order-confirm-area .form-group.manual_payment_transaction_field .form-control,
.order-tab-wrap .form-group.manual_payment_transaction_field .form-control {
  border: 1px solid #e2e2e2;
  font-size: 14px;
}
.cart-total-wrap .form-group.manual_payment_transaction_field .help-info,
.order-confirm-area.form-group.manual_payment_transaction_field .help-info,
.order-tab-wrap .form-group.manual_payment_transaction_field .help-info {
  margin-top: 20px;
  display: block;
}
.single-donor-info {
  display: flex;
  align-self: self-start;
}
.single-donor-info .thumb {
  margin-right: 20px;
}
.single-donor-info .content .title {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 0;
}
.single-donor-info .content .amount {
  font-size: 14px;
  font-weight: 700;
  color: var(--main-color-two);
}
.single-donor-info .content {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.single-donor-info {
  min-height: 80px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  padding: 20px;
  margin-bottom: 20px;
}
section.donor-list {
  margin-bottom: 10px;
}
.user-dashboard-card.style-01 {
  margin-bottom: 30px;
}
.single-contact-item .content .details {
  word-break: break-word;
}
.donation_wrapper .payment-gateway-wrapper ul li {
  background-color: #fff;
}
.user-dashboard-wrapper > ul .mobile_nav {
  display: none;
}
.single-what-we-cover-item .img-icon {
  margin-bottom: 30px;
}
.user-dahsboard-order-info-wrap .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}
.user-dahsboard-order-info-wrap small {
  font-size: 14px;
}
.alert-small {
  font-size: 12px;
  font-weight: 600;
  padding: 2px 5px;
}
small {
  margin-bottom: 10px;
}
.small-btn.btn-boxed {
  padding: 5px 20px;
}
.btn-small {
  padding: 3px 20px;
}
.account-form .submit-btn {
  width: auto;
}
.account-form .submit-btn:focus {
  outline: 0;
}
#langchange option {
  color: #000;
}
.order-invoice-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  background-color: #f3f3f3f3;
  padding: 20px;
}
.order-invoice-wrapper .order_number {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 34px;
  font-weight: 700;
}
.payment-gateway-wrapper ul {
  flex-wrap: wrap;
}
.billing-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}
.single-events-list-item.event-order-success-page {
  display: block;
}
.single-events-list-item.event-order-success-page .thumb {
  margin: 0;
  margin-bottom: 40px;
}
.single-events-list-item.event-order-success-page .thumb img {
  width: 100%;
}
.counterdown-wrap.event-page #event_countdown {
  display: flex;
  margin-bottom: 30px;
}
.counterdown-wrap.event-page #event_countdown > div {
  width: calc(100% / 4);
  background-color: var(--main-color-one);
  margin: 5px;
  text-align: center;
  padding: 10px 10px;
}
.counterdown-wrap.event-page #event_countdown > div .label {
  display: block;
  text-transform: capitalize;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  line-height: 20px;
}
.counterdown-wrap.event-page #event_countdown > div .time {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}
.all-donor-list .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.all-donor-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.all-donor-list li + li {
  margin-top: 15px;
}
.all-donor-list {
  background-color: #f5f5f5;
  margin-top: 30px;
  padding: 30px;
}
.single-donor .content {
  flex: 1;
}
.single-donor {
  display: flex;
  align-self: flex-start;
  width: 100%;
}
.single-donor .icon {
  margin-right: 20px;
  height: 50px;
  width: 50px;
  line-height: 52px;
  text-align: center;
  background-color: #82b782;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
}
.single-donor .content .dtitle {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 0;
}
.single-donor .content .bottom-part {
  display: flex;
  justify-content: space-between;
}
.single-donor .content .bottom-part {
  font-size: 12px;
  font-weight: 600;
  margin-top: 6px;
}
.product-orders-summery-warp {
  text-align: left;
}
.ordered-product-summery {
  text-align: left;
}
.ordered-product-summery .title {
  font-size: 24px;
  line-height: 34px;
}
.product-info-wrap {
  text-align: left;
}
.product-info-wrap .product-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}
.product-info-wrap .pdetails {
  display: block;
}
.product-orders-summery-warp .extra-data ul li {
  text-transform: capitalize;
}
.product-orders-summery-warp .extra-data ul li strong {
  font-weight: 700;
  color: var(--heading-color);
}
.job-apply-title {
  text-align: center;
  margin-bottom: 50px;
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
}
.portfolio-home-header-area {
  background-color: var(--portfolio-dark-one);
  padding: 250px 0 300px;
  position: relative;
  z-index: 0;
}
.header-style-02.header-variant-05 {
  z-index: inherit;
}
.portfolio-home-header-area .header-inner .subtitle {
  font-size: 35px;
  line-height: 45px;
  color: var(--portfolio-color);
  margin-bottom: 20px;
  display: block;
}
.portfolio-home-header-area .header-inner .title {
  color: #fff;
  font-size: 80px;
  line-height: 70px;
  font-weight: 700;
  margin-bottom: 20px;
}
.portfolio-home-header-area .header-inner .profession {
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 50px;
}
.portfolio-home-header-area .header-inner .description,
.portfolio-home-header-area .header-inner .description * {
  font-size: 18px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.8);
  max-width: 600px;
}
.portfolio-home-header-area .right-image {
  position: absolute;
  right: 15%;
  bottom: 0;
}
.portfolio-btn.blank i {
  background-color: var(--portfolio-color);
  color: #fff;
}
.portfolio-btn.blank {
  background-color: transparent;
  color: var(--portfolio-color);
  border: 1px solid var(--portfolio-color);
}
.portfolio-btn {
  display: inline-block;
  background-color: var(--portfolio-color);
  color: #fff;
  padding: 10px 10px 10px 30px;
  font-weight: 600;
  transition: all 0.3s;
}
.portfolio-btn i {
  width: 30px;
  height: 30px;
  text-align: center;
  background-color: #fff;
  color: var(--portfolio-color);
  line-height: 30px;
  font-size: 13px;
  margin-left: 25px;
  transition: all 0.3s;
}
.portfolio-btn:hover {
  background-color: #fff;
  color: var(--portfolio-color);
}
.portfolio-btn:hover i {
  background-color: var(--portfolio-color);
  color: #fff;
}
.portfolio-home-header-area .shape {
  position: absolute;
  z-index: -1;
}
.portfolio-home-header-area .shape-02 {
  left: 21%;
  top: 11%;
}
.portfolio-home-header-area .shape-03 {
  right: 14%;
  top: 28%;
}
.portfolio-home-header-area .shape-04 {
  right: 45%;
  top: 15%;
}
.portfolio-home-header-area .shape-05 {
  left: 50%;
  top: 45%;
}
.dark-section-bg-one {
  background-color: var(--portfolio-dark-one);
}
.dark-section-bg-two {
  background-color: var(--portfolio-dark-two);
}
.single-counterup-03 .number {
  position: relative;
  z-index: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  color: #fff;
  padding-left: 20px;
  margin-bottom: 15px;
}
.single-counterup-03 .number:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background-color: var(--portfolio-color);
  content: "";
  z-index: -1;
  border-radius: 41% 220% 136% 54%;
}
.single-counterup-03 .title {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}
.portfolio-about-us-section .subtitle {
  font-size: 26px;
  line-height: 36px;
  font-weight: 400;
  margin-bottom: 10px;
  display: block;
  color: var(--portfolio-color);
}
.portfolio-about-us-section .title {
  font-size: 46px;
  line-height: 56px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
}
.portfolio-about-us-section .description,
.portfolio-about-us-section .description * {
  color: rgba(255, 255, 255, 0.7);
}
.about-info-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 30px;
}
.about-info-list li {
  width: calc(100% / 2 - 20px);
  display: inline-block;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #fff;
}
.about-info-list li i {
  color: var(--portfolio-color);
  margin-right: 5px;
}
.portfolio-about-us-section .button-wrap a + a {
  margin-left: 20px;
}
.portfolio-about-us-section .img-wrapper {
  position: relative;
  display: inline-block;
  margin-left: 20px;
  margin-top: 20px;
}
.portfolio-about-us-section .img-wrapper img {
  position: relative;
  z-index: 1;
}
.portfolio-about-us-section .img-wrapper:after {
  position: absolute;
  border: 2px solid red;
  left: -20px;
  top: -20px;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 0;
}
.portfolio-about-us-section .img-wrapper .shape-06 {
  position: absolute;
  right: -40px;
  bottom: -20px;
}
.dark-section-bg-three {
  background-color: #17193f;
}
.single-expertice-area .number {
  font-size: 45px;
  line-height: 54px;
  font-weight: 700;
  color: var(--portfolio-color);
  display: block;
  border-bottom: 2px solid var(--portfolio-color);
  margin-bottom: 25px;
}
.single-expertice-area .title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0;
}
.single-expertice-area {
  margin-bottom: 40px;
}
.single-expertice-area .category {
  font-size: 18px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--portfolio-color);
}
.single-we-offer-item {
  background-color: #17193f;
  padding: 60px 40px 40px 60px;
  margin-bottom: 60px;
  position: relative;
  margin-left: 30px;
  margin-top: 30px;
}
.single-we-offer-item .content-wrap .title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: #fff;
}
.single-we-offer-item .content-wrap p {
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.8;
}
.single-we-offer-item .icon {
  position: absolute;
  left: -30px;
  top: -30px;
  width: 80px;
  height: 80px;
  background-color: var(--portfolio-color);
  border-radius: 50%;
  font-size: 40px;
  line-height: 80px;
  text-align: center;
  color: #fff;
}
.portfolio-cta-area {
  position: relative;
}
.portfolio-cta-area .shape {
  position: absolute;
}
.portfolio-cta-area .title {
  font-size: 45px;
  line-height: 55px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 25px;
}
.portfolio-cta-area .description {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.8);
}
.portfolio-cta-area .btn-wrapper {
  margin-top: 40px;
}
.portfolio-cta-area .left-content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 50px 0;
}
.portfolio-cta-area .shape-01 {
  left: 0;
  bottom: 0;
}
.portfolio-cta-area .shape-02 {
  left: 50%;
  top: 10%;
}
.portfolio-cta-area .shape-03 {
  right: 10%;
  bottom: 30%;
}
.portfolio-cta-area .shape-04 {
  left: 45%;
  bottom: 15%;
}
.portfolio-cta-area .shape-05 {
  top: 20%;
  left: 20%;
}
.single-portfolio-testimonial-item .content {
  padding: 40px;
  border-radius: 10px;
  background-color: #191c47;
  color: rgba(255, 255, 255, 0.6);
}
.single-portfolio-testimonial-item .content p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0;
}
.single-portfolio-testimonial-item .content i {
  font-size: 40px;
  line-height: 50px;
  color: var(--portfolio-color);
  margin-bottom: 20px;
}
.single-portfolio-testimonial-item .author-details {
  margin-top: 30px;
}
.single-portfolio-testimonial-item .author-details .title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
}
.single-portfolio-testimonial-item .author-details .designation {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
}
.single-portfolio-testimonial-item .author-details .thumb img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin-bottom: 15px;
}
.logistic-dots .owl-dots,
.pcarousel-dots .owl-dots {
  text-align: center;
  margin-top: 20px;
}
.pcarousel-dots .owl-dots div {
  display: inline-block;
  width: 10px;
  height: 5px;
  background-color: var(--portfolio-color);
  border-radius: 5px;
}
.logistic-dots .owl-dots div {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #f2f2f2;
}
.logistic-dots .owl-dots div + div,
.pcarousel-dots .owl-dots div + div {
  margin-left: 10px;
}
.logistic-dots .owl-dots div.active {
  background-color: var(--portfolio-color);
}
.pcarousel-dots .owl-dots div.active {
  width: 20px;
}
.single-portfolio-blog-grid .thumb {
  position: relative;
}
.single-portfolio-blog-grid.creative-agency-page .content .readmore {
  color: var(--paragraph-color);
}
.single-portfolio-blog-grid .thumb .time-wrap {
  position: absolute;
  right: 20px;
  bottom: -30px;
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  background-color: var(--portfolio-color);
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  padding-top: 5px;
}
.single-portfolio-blog-grid .content {
  padding: 50px 30px 30px;
  background-color: #17193f;
}
.single-portfolio-blog-grid .content .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #fff;
  transition: all 0.3s;
  margin-bottom: 20px;
}
.single-portfolio-blog-grid .content .title:hover {
  color: var(--portfolio-color);
}
.single-portfolio-blog-grid .content p {
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.6);
}
.single-portfolio-blog-grid .content .readmore {
  font-size: 16px;
  font-weight: 500;
  color: var(--portfolio-color);
  text-decoration: underline;
}
.footer-area.home-variant-05 .footer-top {
  background-color: #17193f;
}
.footer-area.home-variant-05 .copyright-area {
  background-color: #202353;
}
.header-style-03.header-variant-06 .logo-wrapper {
  position: relative;
}
.header-style-03.header-variant-06 .logo-wrapper:after {
  position: absolute;
  left: -40px;
  top: -81px;
  width: 240px;
  height: 220px;
  background-color: var(--portfolio-color);
  content: "";
  z-index: 2;
  clip-path: polygon(0 0, 100% 0, 100% 72%, 0 100%);
}
.header-style-03.header-variant-06 {
  z-index: unset;
}
.header-style-03.header-variant-06
  .navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children,
.header-style-03.header-variant-06
  .navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-mega-menu {
  z-index: unset;
}
.header-style-03.header-variant-06 .logo-wrapper img {
  position: relative;
  z-index: 3;
  left: -40px;
}
.top-bar-area.header-variant-06 .top-bar-inner {
  padding-left: 205px;
}
.header-style-03.header-variant-06
  .navbar-area
  .nav-container
  .nav-right-content
  ul
  li.cart
  .pcount {
  color: #fff;
}
.header-inner.logistics-home {
  text-align: center;
}
.header-inner.logistics-home .title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 70px;
}
.header-inner.logistics-home .description {
  max-width: 650px;
  margin: 0 auto;
}
.header-inner.logistics-home .btn-wrapper {
  margin-top: 40px;
}
.logistics-btn:hover {
  background-color: #fff;
  color: var(--logistic-color);
}
.header-inner.logistics-home .btn-wrapper .logistics-btn + .logistics-btn {
  margin-left: 20px;
}
.header-inner.logistics-home .btn-wrapper .logistics-btn {
  min-width: 150px;
}
.logistics-btn {
  display: inline-block;
  padding: 10px 30px;
  background-color: var(--logistic-color);
  color: #fff;
  transition: all 0.3s;
  font-weight: 600;
}
.logistics-btn.blank:hover {
  background-color: var(--logistic-color);
  color: #fff;
}
.logistics-btn.blank {
  border: 1px solid var(--logistic-color);
  color: #fff;
  background-color: transparent;
}
.logistics-home.header-area.header-bg-04:after {
  background-color: rgba(0, 0, 0, 0.4);
}
.header-style-03.header-variant-06 .navbar-area .nav-container {
  box-shadow: none;
}
.header-style-03.header-variant-06 .navbar-area.nav-fixed {
  background-color: #004d4d;
}
.header-style-03.header-variant-06 .navbar-area.nav-fixed .nav-container {
  background-color: #004d4d;
}
.header-style-03.header-variant-06 .navbar-area.nav-fixed .logo-wrapper:after {
  background-color: #8c2023;
}
.navbar-area.nav-fixed > .nav-container > #bizcoxx_main_menu > ul > li > a{
  color:#ffff!important;
}

.navbar-area.nav-fixed > .nav-container > #bizcoxx_main_menu > ul > li.menu-item-has-children::before, .navbar-area.nav-fixed > .nav-container > #bizcoxx_main_menu > ul > li.menu-item-has-mega-menu::before {
  color:#ffff!important;
}





.navbar-area.nav-fixed .nav-container .logo-wrapper {
  margin-top: 0;
}
.lkey-features-list {
  display: flex;
  justify-content: space-around;
  margin: 0;
  padding: 0;
  list-style: none;
}
.lkey-feature-outer-warpp {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  margin-top: -40px;
  z-index: 1;
  position: relative;
  background-color: #fff;
  border-radius: 2px;
}
.single-logistic-key-feature-one {
  display: flex;
  padding: 30px;
  position: relative;
}
.single-logistic-key-feature-one .icon {
  font-size: 60px;
  line-height: 60px;
  margin-right: 20px;
  color: var(--logistic-color);
}
.single-logistic-key-feature-one .content .title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
.lkey-features-list li + li {
  padding-left: 20px;
}
.single-logistic-key-feature-one:after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #e2e2e2;
  content: "";
  height: 60px;
  width: 1px;
  transition: all 0.3s;
}
.single-logistic-key-feature-one:hover {
  background-color: var(--logistic-color);
}
.single-logistic-key-feature-one:hover .icon {
  color: #fff;
}
.single-logistic-key-feature-one:hover .content .title {
  color: #fff;
}
.single-logistic-key-feature-one:hover:after {
  background-color: var(--logistic-color);
}
.single-logistic-key-feature-one:last-child:after {
  display: none;
}
.padding-top-200 {
  padding-top: 200px;
}
.logistics-single-what-we-cover-item .content {
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  padding: 30px;
}
.logistics-single-what-we-cover-item .content .title:hover {
  color: var(--logistic-color);
}
.logistics-single-what-we-cover-item .content .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 15px;
  transition: all 0.3s;
}
.logistics-single-what-we-cover-item .content .readmore {
  transition: all 0.3s;
  color: var(--logistic-color);
  margin-bottom: 0;
}
.logistic-video-wrap {
  position: relative;
  border: 10px solid #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.08);
  z-index: 1;
}
.logistic-video-wrap .video-play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.logistic-counterup-area.bg-overlay {
  position: relative;
  background-position: center;
  background-size: cover;
  z-index: 0;
}
.logistic-counterup-area.bg-overlay:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  content: "";
  opacity: 0.7;
  z-index: -1;
}
.logistic-counterup-item {
  padding: 30px 40px;
  border: 1px dashed var(--logistic-color);
  text-align: center;
}
.logistic-counterup-item .count-wrap {
  color: var(--logistic-color);
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
}
.logistic-counterup-item .icon {
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 20px;
  color: #fff;
}
.logistic-counterup-item .content .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 15px;
}
.logistic-counterup-area {
  padding-top: 360px;
  margin-top: -240px;
}
.section-white-bg-one {
  background-color: #f8f8f8;
}
button.logistics-btn {
  border: none;
}
.logistic-faq-wrapper .title,
.logistic-get-quote .title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  margin-bottom: 50px;
}
.accordion-wrapper.logistics-style .card .card-header a {
  background-color: #fff;
}
.accordion-wrapper.logistics-style .card .card-body {
  padding-bottom: 20px;
  padding-top: 0;
}
.logistic-faq-wrapper .subtitle,
.logistic-get-quote .subtitle {
  color: var(--logistic-color);
  margin-bottom: 5px;
  display: block;
}
.logistic-faq-wrapper .title,
.logistic-get-quote .title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  margin-bottom: 50px;
}
.logistic-faq-wrapper .subtitle,
.logistic-get-quote .subtitle {
  color: var(--logistic-color);
  margin-bottom: 5px;
  display: block;
}
.logistic-quote-form .form-control {
  height: 45px;
  border: 1px solid #e2e2e2;
}
.logistic-quote-form .file .form-control {
  background-color: transparent;
}
.logistic-quote-form .textarea .form-control {
  min-height: 100px;
  resize: none;
  padding: 10px;
}
.logistic-single-testimonial-item {
  background-color: #f8f8f8;
  padding: 30px;
  display: flex;
  justify-content: space-between;
}
.logistic-single-testimonial-item .content i {
  font-size: 30px;
  line-height: 40px;
  color: var(--logistic-color);
  margin-bottom: 10px;
}
.logistic-single-testimonial-item .content {
  flex: 1;
  padding-right: 40px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.logistic-single-testimonial-item .content p {
  font-size: 18px;
  line-height: 30px;
}
.logistic-single-testimonial-item .content .author-details {
  margin-top: 30px;
  border-left: 4px solid var(--logistic-color);
  padding-left: 10px;
  border-radius: 3px;
}
.logistic-single-testimonial-item .content .author-details .title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 0;
}
.logistic-single-testimonial-item .content .author-details .designation {
  font-size: 14px;
}
.single-portfolio-blog-grid.logistics-page .content {
  background-color: #f2f2f2;
}
.single-portfolio-blog-grid.logistics-page .content .title {
  color: var(--heading-color);
}
.single-portfolio-blog-grid.logistics-page .content p {
  color: var(--paragraph-color);
}
.single-portfolio-blog-grid.logistics-page .content .readmore {
  color: var(--logistic-color);
}
.footer-area.home-variant-06 .footer-top {
  background-color: #0b0f25;
}
.footer-area.home-variant-06 .copyright-area {
  background-color: #090f2d;
}
.masonry-item {
  margin-bottom: 30px;
}
.industry-support-inner-wrap {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
.industry-info-items {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.industry-info-items li + li {
  margin-left: 30px;
}
.industry-single-info-item {
  display: flex;
}
.industry-single-info-item .icon {
  margin-right: 15px;
  font-size: 30px;
  line-height: 40px;
  color: var(--industry-color);
}
.industry-single-info-item .title {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 0;
  opacity: 0.7;
}
.industry-single-info-item .details {
  font-size: 15px;
  text-transform: capitalize;
  line-height: 20px;
}
.industry-top-right-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  margin-top: 5px;
  align-items: center;
}
.industry-top-right-list li + li {
  margin-left: 30px;
}
.industry-top-right-list li:last-child #langchange {
  color: var(--paragraph-color);
  border: 1px solid #e2e2e2;
  border-radius: 2px;
  padding: 2px 5px;
}
.header-style-03.header-variant-07 {
  background-color: #191d33;
}
.header-style-03.header-variant-07 .nav-container {
  box-shadow: none;
  background-color: #191d33;
}
.header-style-03.header-variant-07
  .navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav {
  text-align: right;
}
.header-style-03.header-variant-07,
.header-style-03.header-variant-07
  .navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children,
.header-style-03.header-variant-07
  .navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-mega-menu {
  z-index: unset;
}
.header-style-03.header-variant-07 .xg_mega_menu_wrapper {
  top: auto;
}
.header-style-03.header-variant-07
  .navbar-area
  .nav-container
  .nav-right-content
  ul
  li
  a {
  color: rgba(255, 255, 255, 0.8);
}
.header-style-03.header-variant-07
  .navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li {
  font-size: 14px;
  line-height: 50px;
  color: rgba(255, 255, 255, 0.8);
}
.header-style-03.header-variant-07 .responsive-mobile-menu {
  position: relative;
  z-index: 0;
  margin-right: 80px;
}
.header-style-03.header-variant-07 .responsive-mobile-menu:after {
  position: absolute;
  right: -30px;
  top: 0;
  background-color: #fff;
  content: "";
  width: 1000px;
  height: 100%;
  transform: skewX(-45deg);
  z-index: -1;
}
.header-style-03.header-variant-07 .responsive-mobile-menu .logo {
  position: relative;
  top: -45px;
}
.header-style-03.header-variant-07 .responsive-mobile-menu .logo img {
  max-height: 60px;
}
.header-style-03.header-variant-07
  .navbar-area.nav-fixed
  .responsive-mobile-menu
  .logo
  img {
  max-height: 70px;
}
.header-style-03.header-variant-07
  .navbar-area.nav-fixed
  .responsive-mobile-menu
  .logo {
  top: 0;
  padding: 0;
}
.header-style-03.header-variant-07
  .navbar-area.nav-fixed
  .responsive-mobile-menu
  .logo
  img {
  padding: 10px 0;
}
.header-inner.industry-home .title {
  text-transform: uppercase;
  font-size: 70px;
  line-height: 80px;
  font-weight: 700;
}
.header-inner.industry-home .description {
  font-size: 20px;
  line-height: 35px;
  max-width: 750px;
  color: rgba(255, 255, 255, 0.8);
}
.header-inner.industry-home .btn-wrapper {
  margin-top: 25px;
}
.header-area.industry-home.header-bg-04:after {
  background-color: unset;
  background-image: linear-gradient(
    85deg,
    rgba(0, 0, 0, 0.8),
    rgba(0, 0, 0, 0.1)
  );
}
.header-area.industry-home {
  padding: 240px 0 220px 0;
}
.industry-btn {
  display: inline-block;
  background-color: var(--industry-color);
  color: #fff;
  padding: 10px 0 10px 30px;
  position: relative;
  z-index: 0;
  border: none;
  overflow: hidden;
  transition: all 0.3s;
  font-weight: 600;
}
.industry-btn i {
  width: 60px;
  text-align: center;
  color: var(--industry-color);
  padding-left: 15px;
  transition: all 0.3s;
  display: inline-block;
}
.industry-btn:after {
  position: absolute;
  right: -10px;
  top: 0;
  width: 60px;
  height: 100%;
  background-color: #fff;
  content: "";
  z-index: -1;
  transform: skewX(-15deg);
  transition: all 0.3s;
}
.industry-btn:hover i {
  color: #fff;
}
.industry-btn:hover:after {
  background-color: var(--industry-color);
}
.industry-btn:hover {
  background-color: #fff;
  color: var(--industry-color);
}
.header-style-03.header-variant-07
  .navbar-area
  .single-donation-mega-menu-item
  .content
  .boxed-btn,
.header-style-03.header-variant-08
  .navbar-area
  .single-donation-mega-menu-item
  .content
  .boxed-btn {
  text-align: center;
}
.industry-about-area .right-content-area .subtitle {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: var(--industry-color);
  display: block;
  margin-bottom: 10px;
}
.industry-about-area .right-content-area .title {
  font-size: 45px;
  line-height: 55px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.industry-about-area .right-content-area .btn-wrapper {
  margin-top: 30px;
}
.industry-video-wrap img {
  border: 10px solid #fff;
}
.industry-video-wrap .experience {
  position: absolute;
  right: -29px;
  bottom: -40px;
  background-color: #fff;
  text-align: center;
  padding: 30px 20px;
  border-bottom: 4px solid var(--industry-color);
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.05);
}
.industry-video-wrap .experience .year {
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  color: var(--industry-color);
}
.industry-video-wrap .experience .title {
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
}
.industry-video-wrap {
  position: relative;
}
.industry-video-wrap .hover {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.industry-video-wrap .hover a {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 82px;
  text-align: center;
  background-color: var(--industry-color);
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  position: relative;
  transition: all 0.3s;
}
.industry-about-area .left-content-wrap {
  padding-right: 80px;
  position: relative;
}
.industry-video-wrap .hover a:hover:after {
  top: 0;
  left: 0;
}
.industry-video-wrap .hover a:after {
  position: absolute;
  left: -10px;
  top: -5px;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  content: "";
  border-radius: 50%;
  transition: all 0.3s;
}
.industry-about-area .left-content-wrap .shape {
  position: absolute;
  right: 20px;
  top: 0;
}
.industry-about-area .left-content-wrap .vertical-image {
  position: relative;
  display: inline-block;
  left: -30%;
}
.industry-about-area .left-content-wrap .vertical-image:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--industry-color);
  opacity: 0.8;
}
.industry-about-area .left-content-wrap .industry-video-wrap {
  position: absolute;
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
}
.industry-btn.black:after {
  background-color: var(--industry-secondary-color);
}
.industry-btn.black:hover {
  background-color: var(--industry-secondary-color);
  color: #fff;
}
.industry-btn.black:hover:after {
  background-color: var(--industry-color);
}
.industry-btn.black {
  padding-right: 12px;
}
.industry-btn.black i {
  margin-left: 20px;
  color: #fff;
}
.industry-single-what-we-cover-item {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  padding: 40px 30px;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}
.industry-single-what-we-cover-item .icon {
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 20px;
  color: var(--industry-color);
  transition: all 0.3s;
}
.industry-single-what-we-cover-item .title {
  font-size: 22px;
  line-height: 32px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
  transition: all 0.3s;
}
.industry-single-what-we-cover-item .readmore {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  color: var(--industry-color);
  transition: all 0.3s;
}
.industry-single-what-we-cover-item:hover p {
  color: rgba(255, 255, 255, 0.8);
}
.industry-single-what-we-cover-item:hover .icon,
.industry-single-what-we-cover-item:hover .readmore,
.industry-single-what-we-cover-item:hover .title {
  color: #fff;
}
.industry-single-what-we-cover-item:hover {
  background-color: var(--industry-color);
}
.industry-single-what-we-cover-item:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 40px solid rgba(255, 255, 255, 0.2);
  content: "";
  transform: translate(-35%, -30%);
  z-index: -1;
}
.section-title.left-align p {
  margin: 0;
}
.section-title.center-align p {
  margin: 0 auto;
}
.section-title.right-align p {
  margin: auto 0 auto auto;
}
.industry-counterup-area {
  position: relative;
  z-index: 0;
}
.industry-counterup-area:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--industry-color);
  opacity: 0.9;
  z-index: -1;
}
.industry-counterup-item {
  text-align: center;
}
.industry-counterup-item .count-wrap {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
}
.industry-counterup-item .title {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  position: relative;
  padding-top: 20px;
}
.industry-counterup-item .title:after {
  position: absolute;
  top: 10px;
  width: 50px;
  background-color: #000;
  content: "";
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
}
.industry-home.section-title .title {
  text-transform: uppercase;
}
.project-carousel-nav {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
.project-carousel-nav div:hover {
  background-color: var(--industry-secondary-color);
}
.project-carousel-nav div + div {
  margin-left: 10px;
}
.project-carousel-nav div {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: var(--industry-color);
  color: #fff;
  transition: 0.3s all;
  cursor: pointer;
}
.industry-single-case-studies-item {
  position: relative;
}
.industry-single-case-studies-item:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: linear-gradient(
    360deg,
    rgba(0, 0, 0, 0.9),
    rgba(0, 0, 0, 0.01)
  );
}
.industry-single-case-studies-item .thumb {
  position: relative;
}
.industry-single-case-studies-item .content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 20px;
}
.industry-single-case-studies-item .content .title {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  line-height: 34px;
}
.industry-single-case-studies-item .content .cat a + a {
  margin-left: 10px;
}
.industry-single-case-studies-item .content .cat a {
  color: var(--industry-color);
}
.industry-single-case-studies-item .content .cat {
  margin-bottom: 10px;
}
.industry-section-bg {
  background-color: #f8f8f8;
}
.industry-team-single-item .content {
  background-color: #fff;
  position: relative;
  z-index: 0;
  padding: 20px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.02);
}
.industry-team-single-item .content:before {
  position: absolute;
  left: 0;
  top: -50px;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--industry-color);
  z-index: -1;
  clip-path: polygon(0 41%, 100% 0, 100% 100%, 0 100%);
}
.industry-team-single-item .content:after {
  position: absolute;
  left: 0;
  top: -40px;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #fff;
  z-index: -1;
  clip-path: polygon(0 41%, 100% 0, 100% 100%, 0 100%);
}
.industry-team-single-item .content .social-icons {
  position: absolute;
  right: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  top: 0;
}
.industry-team-single-item .content .social-icons li {
  display: block;
}
.industry-team-single-item .content .social-icons li + li {
  margin-top: 5px;
}
.industry-team-single-item .content .social-icons li a {
  color: var(--paragraph-color);
  transition: all 0.3s;
}
.industry-team-single-item .content .social-icons li a:hover {
  color: var(--industry-color);
}
.industry-team-single-item .content .title {
  font-size: 18px;
  line-height: 28px;
  color: var(--heading-color);
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 0;
}
.industry-team-single-item .content span {
  font-size: 14px;
  line-height: 20px;
  color: var(--paragraph-color);
}
.industry-single-testimonial-item {
  background-color: var(--industry-color);
  padding: 20px;
  display: flex;
  justify-content: space-between;
}
.industry-single-testimonial-item .content i {
  font-size: 50px;
  line-height: 60px;
  color: #fff;
  margin-bottom: 10px;
}
.industry-single-testimonial-item .content {
  flex: 1;
  padding-right: 40px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.industry-single-testimonial-item .content p {
  font-size: 20px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.8);
}
.industry-single-testimonial-item .thumb {
  position: relative;
}
.industry-single-testimonial-item .thumb .author-details {
  position: absolute;
  top: 20px;
  width: 100%;
  padding: 10px 20px;
  left: -70%;
  background-color: #fff;
  clip-path: polygon(0 0, 0 0, 100% 0, 0 500%);
}
.industry-single-testimonial-item .thumb .author-details .title {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 0;
  color: var(--industry-color);
  font-weight: 600;
}
.industry-single-testimonial-item .thumb .author-details .designation {
  font-size: 14px;
  line-height: 20px;
}
.industry-testimonial-carousel-nav {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
.industry-testimonial-carousel-nav div:hover {
  background-color: var(--industry-secondary-color);
}
.industry-testimonial-carousel-nav div + div {
  margin-left: 10px;
}
.industry-testimonial-carousel-nav div {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: var(--industry-color);
  color: #fff;
  transition: 0.3s all;
  cursor: pointer;
}
.single-portfolio-blog-grid.industry-page .content {
  background-color: #fff;
}
.single-portfolio-blog-grid.industry-page .content .title {
  color: var(--heading-color);
}
.single-portfolio-blog-grid.industry-page .content .title:hover {
  color: var(--industry-color);
}
.single-portfolio-blog-grid.industry-page .content .excerpt {
  color: var(--paragraph-color);
}
.single-portfolio-blog-grid .thumb .time-wrap {
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
  color: var(--industry-color);
  height: 55px;
}
.header-style-03.header-variant-08 .navbar-area .nav-container {
  box-shadow: none;
}
.header-style-03.header-variant-08
  .navbar-area
  .nav-container
  .logo-wrapper
  img {
  max-height: 60px;
}
.header-style-03.header-variant-08
  .navbar-area
  .nav-container
  .nav-right-content
  ul
  li.cart
  .pcount,
.mobile-cart a .pcount {
  color: #fff;
}
.header-style-03.header-variant-08
  .navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav {
  text-align: right;
}
.cagency-header-static .header-inner .title {
  color: var(--heading-color);
}
.cagency-header-static .header-inner .description {
  color: var(--paragraph-color);
}
.cagency-btn:hover {
  background-color: var(--secondary-color);
  color: #fff;
}
.cagency-btn {
  background-color: var(--main-color-one);
  padding: 10px 10px 10px 30px;
  display: inline-block;
  border-radius: 3px;
  color: #fff;
  transition: all 0.3s;
}
.cagency-btn i {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #fff;
  color: var(--main-color-one);
  margin-left: 10px;
  border-radius: 3px;
  transition: all 0.3s;
  font-weight: 600;
}
.cagency-header-static .header-area .title {
  font-size: 65px;
  line-height: 72px;
  font-weight: 700;
}
.cagency-header-static .header-area .right-image {
  position: absolute;
  right: 0;
  bottom: 50px;
}
.cagency-header-static .header-area .right-image img {
  border-bottom-left-radius: 80px;
}
.cagency-header-static .shape-image {
  position: absolute;
  left: 0;
  top: 0;
}
.cagency-header-static .shape-image.shape-01 {
  left: 5%;
  top: 30%;
}
.cagency-header-static .shape-image.shape-02 {
  left: 40%;
  top: 70%;
}
.cagency-header-static .shape-image.shape-03 {
  left: 50%;
  top: 10%;
}
.cagency-header-static .header-area .right-image .shape-04 {
  position: absolute;
  bottom: -50px;
  z-index: 0;
  left: -70px;
  border-radius: 0;
}
.cagency-header-static .header-area .right-image img {
  position: relative;
  z-index: 1;
}
.cagency-header-static .header-area .right-image .shape-04 img {
  border-radius: 0;
}
.cagency-header-static .header-area {
  padding: 200px 0 300px;
}
.cagency-single-what-we-cover-item {
  position: relative;
  margin-bottom: 100px;
}
.cagency-single-what-we-cover-item .content {
  background-color: #f4f5fa;
  padding: 50px 30px 30px 30px;
  border-radius: 20px;
}
.cagency-single-what-we-cover-item .icon {
  width: 100px;
  height: 80px;
  background-color: var(--industry-color);
  text-align: center;
  line-height: 80px;
  font-size: 40px;
  border-radius: 15px;
  color: #fff;
  border-top-left-radius: 0;
}
.cagency-single-what-we-cover-item .icon {
  position: absolute;
  left: 30px;
  top: -50px;
}
.header-style-03.header-variant-08 {
  z-index: unset;
}
.header-style-03.header-variant-08 .navbar-area.nav-fixed {
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
}
.cagency-single-what-we-cover-item .icon.style-1 {
  background-color: var(--main-color-one);
}
.cagency-single-what-we-cover-item .icon.style-2 {
  background-color: #007aff;
}
.cagency-single-what-we-cover-item .icon.style-3 {
  background-color: #5bcc9f;
}
.cagency-single-what-we-cover-item .icon.style-4 {
  background-color: #49ccff;
}
.cagency-single-what-we-cover-item .icon.style-5 {
  background-color: #847bee;
}
.cagency-single-what-we-cover-item .icon.style-6 {
  background-color: #fd799e;
}
.cagency-counterup-area {
  background-color: #f4f5fa;
  clip-path: polygon(0 0, 100% 30%, 100% 100%, 0 100%);
  padding-top: 300px;
  margin-top: -200px;
  text-align: center;
}
.cagency-counterup-item .title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  position: relative;
}
.cagency-counterup-item .number {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 20px;
  z-index: 0;
}
.cagency-counterup-item .number::after {
  position: absolute;
  left: 35%;
  top: -20px;
  content: "";
  width: 85px;
  height: 86px;
  background-image: url(../img/icon/cicon-01.svg);
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateX(-50%);
}
.cagency-counterup-item .style-1.number::after {
  background-image: url(../img/icon/cicon-01.svg);
}
.cagency-counterup-item .style-2.number::after {
  background-image: url(../img/icon/cicon-02.svg);
}
.cagency-counterup-item .style-3.number::after {
  background-image: url(../img/icon/cicon-03.svg);
}
.cagency-counterup-item .style-4.number::after {
  background-image: url(../img/icon/cicon-04.svg);
}
.logistic-video-wrap .shape {
  position: absolute;
  left: -66px;
  bottom: -63px;
  z-index: -1;
}
.logistic-video-wrap img {
  width: 100%;
}
.cagency-work-process-list {
  display: flex;
  justify-content: space-around;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.cagency-work-process-list .single-work-process-item .title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 0;
}
.cagency-work-process-list .single-work-process-item .num-wrap {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  position: relative;
  z-index: 0;
  color: #fff;
  margin-bottom: 20px;
}
.cagency-work-process-list .single-work-process-item .style-2.num-wrap:after {
  background-image: url(../img/icon/work-process-2.svg);
}
.cagency-work-process-list .single-work-process-item .style-3.num-wrap:after {
  background-image: url(../img/icon/work-process-3.svg);
}
.cagency-work-process-list .single-work-process-item .style-4.num-wrap:after {
  background-image: url(../img/icon/work-process-4.svg);
}
.cagency-work-process-list .single-work-process-item .style-5.num-wrap:after {
  background-image: url(../img/icon/work-process-5.svg);
}
.cagency-work-process-list .single-work-process-item .num-wrap:after {
  position: absolute;
  left: 50%;
  top: -13px;
  width: 70px;
  height: 60px;
  content: "";
  background-image: url(../img/icon/work-process-1.svg);
  background-repeat: no-repeat;
  background-position: center;
  transform: translateX(-50%);
  z-index: -1;
}
.cagency-work-process-list .single-work-process-item .num-wrap:before {
  position: absolute;
  right: -150px;
  width: 150%;
  height: 1px;
  border-bottom: 2px dashed var(--paragraph-color);
  z-index: -1;
  transform: translateY(-50%);
  top: 50%;
  content: "";
}
.cagency-work-process-list
  .single-work-process-item:last-child
  .num-wrap::before {
  display: none;
}
.creative-agency-call-to-action {
  background-color: #f4f5fa;
  position: relative;
  z-index: 0;
}
.creative-agency-call-to-action .right-image-wrap {
  position: absolute;
  right: 0;
  top: -50px;
}
.cagency-cta-area-inner .title {
  font-size: 45px;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 20px;
}
.cagency-cta-area-inner .description {
  font-size: 16px;
  line-height: 30px;
}
.creative-agency-call-to-action .shape {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.08;
  z-index: -1;
}
.creative-agency-call-to-action .shape.shape-01 {
  left: 0;
  top: auto;
  bottom: 40px;
}
.creative-agency-call-to-action .shape.shape-02 {
  left: 45%;
  top: 8%;
}
.creative-agency-call-to-action .shape.shape-03 {
  left: auto;
  right: 60%;
  top: auto;
  bottom: 5%;
}
.creative-agency-call-to-action .shape.shape-04 {
  left: 10%;
  top: 38%;
  transform: rotate(-24deg);
}
.creative-agency-call-to-action .shape.shape-05 {
  left: 2%;
  top: 5%;
}
.creative-agency-call-to-action .right-image-wrap img {
  border-top-left-radius: 80px;
}
.cagency-single-testimonial-item {
  background-color: #f4f5fa;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
}
.cagency-single-testimonial-item i {
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 20px;
  color: var(--main-color-one);
  opacity: 0.8;
}
.cagency-single-testimonial-item .description {
  font-size: 18px;
  line-height: 30px;
}
.cagency-single-testimonial-item .author-details {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.cagency-single-testimonial-item .author-details .thumb {
  margin-right: 20px;
}
.cagency-single-testimonial-item .author-details .thumb img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
.cagency-single-testimonial-item .author-details .content {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cagency-single-testimonial-item .author-details .content .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 0;
}
.cagency-single-testimonial-item .author-details .content .designation {
  font-size: 14px;
  line-height: 20px;
}
.single-portfolio-blog-grid.creative-agency-page .content {
  background-color: #f4f5fa;
}
.single-portfolio-blog-grid.creative-agency-page .content .title {
  color: var(--heading-color);
}
.single-portfolio-blog-grid.creative-agency-page .content p {
  color: var(--paragraph-color);
}
.single-portfolio-blog-grid.creative-agency-page .thumb .time-wrap {
  left: 20px;
  top: 20px;
  color: #fff;
  background-color: var(--main-color-one);
}
.single-portfolio-blog-grid.creative-agency-page .thumb img {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
.footer-area.home-variant-08 .footer-top {
  background-color: #202353;
}
.footer-area.home-variant-08 .copyright-area {
  background-color: #2d316a;
}
.header-style-03.header-variant-09,
.header-style-03.header-variant-09 .nav-container {
  background-color: var(--secondary-color);
}
.header-style-03.header-variant-09 .navbar-area .nav-container {
  box-shadow: none;
}
.header-style-03.header-variant-09
  .navbar-area
  .nav-container
  .logo-wrapper
  img {
  max-height: 60px;
}
.header-style-03.header-variant-09
  .navbar-area
  .nav-container
  .nav-right-content
  ul
  li.cart
  .pcount,
.mobile-cart a .pcount {
  color: #fff;
}
.header-style-03.header-variant-09
  .navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav {
  text-align: right;
}
.header-style-03.header-variant-09 .navbar-area .xg_mega_menu_wrapper {
  top: auto;
}
.construction-support-area .support-inner {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
}
.construction-info-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.construction-info-list li + li {
  margin-left: 20px;
}
.construction-single-info-list-item {
  display: flex;
}
.construction-single-info-list-item .icon {
  font-size: 40px;
  line-height: 50px;
  color: var(--construction-color);
  margin-right: 20px;
}
.header-style-03.header-variant-09 {
  z-index: unset;
}
.header-style-03.header-variant-09
  .navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children,
.header-style-03.header-variant-09
  .navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-mega-menu {
  z-index: unset;
}
.header-style-03.header-variant-09
  .navbar-area
  .single-donation-mega-menu-item
  .content
  .boxed-btn {
  text-align: center;
}
.construction-support-area .support-inner .right-content-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.construction-support-area .support-inner .right-content-wrap ul li + li {
  margin-left: 20px;
}
.construction-support-area .support-inner .right-content-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.construction-support-area .support-inner .right-content-wrap ul li + li {
  margin-left: 20px;
}
.construction-single-info-list-item .content .subtitle {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 0;
}
.construction-single-info-list-item .content .title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 0;
}
.construction-support-area .support-inner .right-content-wrap ul #langchange {
  border: 1px solid #e2e2e2;
  color: var(--paragraph-color);
  font-size: 16px;
  padding: 5px;
}
.construction-support-area .support-inner .boxed-btn {
  border-radius: 0;
  background-color: var(--construction-color);
  font-weight: 600;
}
.construction-support-area .support-inner .boxed-btn:hover {
  background-color: var(--secondary-color);
}
.header-variant-09
  .navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li
  a:hover {
  color: var(--construction-color);
}
.header-variant-09
  .navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  li
  a:hover {
  background-color: var(--construction-color);
}
.header-variant-09
  .navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu {
  border-bottom: 4px solid var(--construction-color);
}
.header-variant-09 .single-donation-mega-menu-item .content .boxed-btn {
  background-color: var(--construction-color);
}
.header-variant-09 .single-donation-mega-menu-item .content .boxed-btn:hover {
  background-color: var(--secondary-color);
}
.header-variant-09 .navbar-area .nav-container .nav-right-content ul li a:hover,
.header-variant-09 .single-donation-mega-menu-item .title:hover,
.header-variant-09
  .xg-mega-menu-single-column-wrap
  ul
  .single-mega-menu-product-item
  .title:hover,
.header-variant-09 .xg-mega-menu-single-column-wrap ul li a:hover {
  color: var(--construction-color) !important;
}
.header-variant-09
  .navbar-area
  .nav-container
  .nav-right-content
  ul
  li.cart
  .pcount,
.mobile-cart a .pcount {
  background-color: var(--construction-color);
}
.header-area.construction-home.header-bg-04:after {
  background-image: linear-gradient(100deg, #ffbc13, transparent);
  background-color: transparent;
}
.header-area.construction-home .title {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 80px;
  color: var(--heading-color);
}
.header-area.construction-home .description {
  font-size: 18px;
  line-height: 30px;
  color: var(--heading-color);
  opacity: 0.6;
}
.header-area.construction-home .btn-wrapper {
  margin-top: 40px;
}
.header-area.construction-home .industry-btn.construciton-home {
  background-color: var(--secondary-color);
}
.header-area.construction-home .industry-btn.construciton-home:hover {
  background-color: #fff;
  color: var(--heading-color);
}
.header-area.construction-home .industry-btn:hover i {
  color: #fff;
}
.header-area.construction-home .industry-btn i {
  color: var(--secondary-color);
}
.header-area.construction-home .industry-btn:hover:after {
  background-color: var(--secondary-color);
}
.header-area.construction-home {
  padding: 180px 0 180px 0;
}
.construction-about-area .right-content-area .subtitle {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: var(--construction-color);
}
.construction-about-area .right-content-area .title {
  font-size: 40px;
  line-height: 45px;
  font-weight: 600;
  margin-bottom: 20px;
}
.construction-about-area .right-content-area .btn-wrapper {
  margin-top: 30px;
}
.construction-about-area .right-content-area .description {
  font-size: 16px;
  line-height: 30px;
}
.industry-btn.const-home-color:hover {
  background-color: var(--secondary-color);
  color: #fff;
}
.industry-btn.const-home-color:hover i {
  color: var(--heading-color);
}
.industry-btn.const-home-color:hover:after {
  background-color: var(--construction-color);
  color: var(--heading-color);
}
.industry-btn.const-home-color {
  background-color: var(--construction-color);
  color: var(--heading-color);
}
.industry-btn.const-home-color i {
  color: #fff;
}
.industry-btn.const-home-color:after {
  background-color: var(--secondary-color);
  color: #fff;
}
.construction-video-wrap {
  position: relative;
  margin-bottom: 50px;
}
.construction-video-wrap .experience-wrap {
  position: absolute;
  left: -50px;
  bottom: -50px;
  width: 120px;
  height: 100px;
  background-color: var(--secondary-color);
  border: 2px solid var(--construction-color);
  color: #fff;
  text-align: center;
  padding: 10px;
}
.construction-video-wrap .video-play:hover:after {
  left: 0;
  top: 0;
}
.construction-video-wrap .video-play:after {
  position: absolute;
  left: -10px;
  top: -10px;
  width: 100%;
  height: 100%;
  border: 2px solid var(--heading-color);
  content: "";
  border-radius: 50%;
}
.construction-video-wrap .video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  background-color: var(--construction-color);
  color: var(--heading-color);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.construction-video-wrap {
  display: inline-block;
}
.construction-video-wrap .experience-wrap .year {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 20px;
  font-weight: 700;
}
.construction-video-wrap .experience-wrap .title {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
.construction-about-area .left-content-area {
  position: relative;
  margin-top: 60px;
  padding-right: 40px;
}
.construction-about-area .left-content-area .shape {
  position: absolute;
  right: 0;
  top: -60px;
}
.construction-counterup-area {
  background-color: var(--construction-color);
}
.construction-counterup-item {
  text-align: center;
}
.construction-counterup-item .count-wrap {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  color: var(--heading-color);
  position: relative;
  margin-bottom: 20px;
}
.construction-counterup-item .count-wrap:after {
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: 50px;
  height: 2px;
  background-color: var(--heading-color);
  content: "";
  transform: translateX(-50%);
}
.construction-counterup-item .title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
.section-title.const-home-color .subtitle {
  color: var(--construction-color);
  text-transform: capitalize;
}
.construction-single-what-we-cover-item {
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 40px 30px;
}
.construction-single-what-we-cover-item .icon {
  font-size: 60px;
  line-height: 70px;
  color: var(--construction-color);
  margin-bottom: 30px;
}
.construction-single-what-we-cover-item .content .title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 15px;
}
.construction-single-what-we-cover-item .content p {
  font-size: 16px;
  line-height: 30px;
}
.construction-single-what-we-cover-item .content .readmore {
  display: inline-block;
  margin-top: 20px;
  color: var(--heading-color);
  transition: all 0.3s;
  font-weight: 600;
}
.construction-single-what-we-cover-item .content .readmore:hover {
  color: var(--construction-color);
}
.construction-quote-area {
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
}
.construction-quote-area:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.8;
  z-index: -1;
  content: "";
}
.construction-quote-area .right-image {
  position: absolute;
  right: 5%;
  bottom: 0;
}
.construction-home-quote-form .form-group {
  margin-bottom: 25px;
}
.construction-home-quote-form .form-control {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  border-radius: 0;
  padding-left: 0;
  font-size: 14px;
}
.construction-home-quote-form .form-group.file .help-info {
  color: rgba(255, 0, 0, 0.7);
}
.construction-home-quote-form .form-control:focus {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.construction-home-quote-form .form-control::placeholder {
  color: #fff;
}
.construction-home-quote-form .form-group label {
  color: #fff;
}
.construction-home-quote-form .form-group.textarea .form-control:focus {
  outline: 0;
  box-shadow: none;
}
.construction-home-quote-form .form-group.textarea .form-control {
  color: #fff;
  max-height: 140px;
}
.construction-case-study-carousel .owl-stage {
  left: -200px;
}
.construction-project-nav div {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: var(--secondary-color);
  transition: 0.4s all;
  color: #fff;
  line-height: 40px;
  cursor: pointer;
}
.construction-project-nav div:hover {
  background-color: var(--construction-color);
  color: #ffff;
}
.construction-project-nav div + div {
  margin-left: 20px;
}
.construction-project-nav {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
.const-single-case-study-style-02 {
  position: relative;
}
.const-single-case-study-style-02 .cart-icon {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 30px;
  background-image: linear-gradient(8deg, #000, transparent);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.const-single-case-study-style-02 .title {
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  font-weight: 600;
  transition: all 0.3s;
}
.const-single-case-study-style-02 .title:hover {
  color: var(--construction-color);
}
.const-single-case-study-style-02 .cat-wrapper {
  color: rgba(255, 255, 255, 0.8);
}
.const-single-case-study-style-02 .cat-wrapper a + a:before {
  position: static;
  content: ",";
  padding-right: 5px;
}
.const-team-single-item {
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.01);
}
.const-team-single-item .content {
  padding: 30px;
  text-align: center;
}
.const-team-single-item .content .title {
  font-size: 22px;
  line-height: 30px;
  text-transform: capitalize;
}
.const-team-single-item .content span {
  font-size: 15px;
  line-height: 20px;
}
.const-team-single-item .content .social-icons {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 20px;
}
.const-team-single-item .content .social-icons li:hover {
  background-color: var(--construction-color);
  color: #fff;
}
.const-team-single-item .content .social-icons li {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 33px;
  text-align: center;
  background-color: #f3f3f3;
  font-size: 14px;
  color: var(--heading-color);
  transition: all 0.3s;
}
.const-team-single-item .content .social-icons li + li {
  margin-left: 10px;
}
.const-single-testimonial-item .content {
  background-color: #f8f8f8;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
}
.const-single-testimonial-item .content i {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 20px;
  color: var(--construction-color);
}
.const-single-testimonial-item .content .description {
  margin-bottom: 0;
}
.const-single-testimonial-item .content {
  background-color: #f8f8f8;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
}
.const-single-testimonial-item .content i {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 20px;
  color: var(--construction-color);
}
.const-single-testimonial-item .content .description {
  margin-bottom: 0;
}
.const-single-testimonial-item .author-details .thumb img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.const-single-testimonial-item .author-details .thumb {
  margin-bottom: 20px;
}
.const-single-testimonial-item .author-details .title {
  font-size: 20px;
  line-height: 26px;
  color: #0078ee;
  font-weight: 600;
  margin-bottom: 0;
}
.const-single-testimonial-item .author-details .designation {
  font-size: 14px;
  font-style: italic;
}
.single-portfolio-blog-grid.const-page .content {
  background-color: #fff;
}
.single-portfolio-blog-grid.const-page .content .title {
  color: var(--heading-color);
}
.single-portfolio-blog-grid.const-page .content .excerpt {
  color: var(--paragraph-color);
}
.single-portfolio-blog-grid .thumb .time-wrap {
  color: #fff;
  background-color: var(--construction-color);
}
.single-portfolio-blog-grid .content .readmore {
  color: var(--heading-color);
}
.logistic-dots.const-page .owl-dots div.active {
  background-color: var(--construction-color);
}
.header-style-03.header-variant-08 {
  z-index: 1;
}
.cat-sku-content-wrapper .social-icons {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 20px;
}
.cat-sku-content-wrapper .social-icons .title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: var(--heading-color);
  display: inline-block;
}
.cat-sku-content-wrapper .social-icons li + li {
  margin-left: 10px;
  display: inline-block;
}
.header-style-01.header-variant-03
  .single-donation-mega-menu-item
  .content
  .boxed-btn {
  text-align: center;
}
.single-portfolio-blog-grid.const-page .content .readmore {
  color: var(--construction-color);
}
.single-portfolio-blog-grid .content .readmore {
  color: #fff;
}
.header-style-03.header-variant-08 {
  z-index: 9;
}
.single-portfolio-blog-grid.industry-page .time-wrap {
  background-color: var(--industry-color);
}
.footer-area.home-variant-10 .copyright-area,
.footer-area.home-variant-10 .footer-top,
.footer-area.home-variant-11 .copyright-area,
.footer-area.home-variant-11 .footer-top {
  background-color: #191d33;
}
.footer-area.home-variant-10 .copyright-area,
.footer-area.home-variant-11 .copyright-area {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.single-header-bottom-item-02 .icon {
  color: var(--main-color-one);
}
.footer-area.home-variant-12 .copyright-area,
.footer-area.home-variant-12 .footer-top {
  background-color: var(--medical-color);
}
.footer-area.home-variant-12 .copyright-area {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.footer-area.home-variant-13 .footer-top {
  background-color: #1a191f;
}
footer.footer-area.home-variant-13 .copyright-area {
  background-color: #0c0b11;
}
.grecaptcha-badge {
  display: none;
}
.margin-bottom-100 {
  margin-bottom: 100px;
}
.footer-area.home-variant-14 .copyright-area {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.footer-area.home-variant-14 .footer-top {
  background-color: #f4f5fa;
  color: var(--paragraph-color);
}
.footer-area.home-variant-14 .copyright-area {
  background-color: #f4f5fa;
  color: var(--paragraph-color);
}
.footer-area.home-variant-14 .widget.footer-widget .widget-title {
  color: var(--heading-color);
}
.footer-area.home-variant-14 .widget.footer-widget ul li,
.footer-area.home-variant-14 .widget.footer-widget ul li a {
  color: var(--paragraph-color);
}
.footer-area.home-variant-15 .copyright-area,
.footer-area.home-variant-15 .footer-top {
  background-color: rgba(76, 163, 56, 0.1);
}
.footer-area.home-variant-15 .widget.footer-widget .widget-title {
  color: var(--heading-color);
}
.footer-area.home-variant-15 .widget.footer-widget ul li,
.footer-area.home-variant-15 .widget.footer-widget ul li a {
  color: var(--paragraph-color);
}
.footer-area.home-variant-15 .copyright-area {
  color: var(--paragraph-color);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.footer-area.home-variant-16 .footer-top {
  background-color: var(--cleaning-two-color);
}
.footer-area.home-variant-16 .copyright-area {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.footer-area.home-variant-16 .copyright-area,
.footer-area.home-variant-16 .footer-top {
  background-color: var(--cleaning-two-color);
}
.footer-area.home-variant-16 .newsletter-form-wrap .submit-btn {
  color: var(--cleaning-two-color);
}
body.home_variant_16 .back-to-top {
  background-color: var(--cleaning-color);
}
.home-variant-16.footer-area .footer-widget.widget_tag_cloud .tagcloud a,
.home-variant-16.footer-area .widget.footer-widget p,
.home-variant-16.footer-area .widget.footer-widget ul li,
.home-variant-16.footer-area .widget.footer-widget ul li a,
.home-variant-16.footer-area .widget.footer-widget.widget_calendar caption,
.home-variant-16.footer-area .widget.footer-widget.widget_calendar td,
.home-variant-16.footer-area .widget.footer-widget.widget_calendar th {
  color: rgba(255, 255, 255, 0.8);
}
.home-variant-16.footer-area .contact_info_list li.single-info-item .icon {
  color: var(--cleaning-color);
}
.buy-now-wrap {
  position: fixed;
  right: 0;
  top: 40%;
}
.buy-now-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.buy-now-wrap ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: var(--main-color-one);
  border-radius: 0;
  color: #fff;
  line-height: 40px;
}
.buy-now-wrap ul li + li {
  border-top: 1px solid rgba(0, 0, 0, 0.02);
}
.appointment-details-item .top-part {
  display: flex;
}
.appointment-details-item .top-part .content {
  flex: 1;
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.appointment-details-item .top-part .thumb {
  width: 40%;
  margin-right: 40px;
}
.appointment-details-item .top-part .content {
  padding-left: 40px;
}
.appointment-details-item .top-part .content .designation {
  font-size: 16px;
  font-weight: 600;
  color: var(--main-color-one);
  line-height: 20px;
}
.appointment-details-item .top-part .content .title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  margin-bottom: 20px;
}
.appointment-details-item .top-part .content .short-description {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 25px;
}
.appointment-details-item .top-part .content .location,
.appointment-details-item .top-part .content .price-wrap {
  background-color: #f2f2f2;
  border-radius: 5px;
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: 20px;
  width: max-content;
}
.appointment-details-item .top-part .content .location i {
  color: var(--main-color-one);
  padding-right: 10px;
}
.appointment-details-item .top-part .content .price-wrap h4 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}
.appointment-details-item .bottom-part .nav-tabs {
  display: flex;
  justify-content: center;
  border-bottom: 2px solid #e2e2e2;
  margin-bottom: 30px;
}
.appointment-details-item .bottom-part .nav-tabs .nav-link {
  min-width: 200px;
  text-align: center;
  font-weight: 700;
  border: none;
}
.appointment-details-item .bottom-part .nav-tabs .nav-link.active {
  color: var(--main-color-one);
  position: relative;
  z-index: 0;
}
.appointment-details-item .bottom-part .nav-tabs .nav-link.active:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background-color: var(--main-color-one);
}
.appointment-details-item .bottom-part .nav-tabs .nav-link.active:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--main-color-one);
  content: "";
  z-index: -1;
  opacity: 0.1;
}
.appointment-details-item .bottom-part {
  margin-top: 80px;
}
.social-share-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-share-wrap ul li {
  display: inline-block;
}
.social-share-wrap ul li + li {
  margin-left: 10px;
}
.social-share-wrap ul li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 5px;
  border: 1px solid #e2e2e2;
  line-height: 35px;
  text-align: center;
  transition: all 0.3s;
}
.social-share-wrap ul li a:hover {
  background-color: var(--main-color-one);
  color: #fff;
  border-color: var(--main-color-one);
}
.information-area-wrap .additional-info,
.information-area-wrap .description-wrap,
.information-area-wrap .education-info,
.information-area-wrap .specialised-info {
  background-color: #f8f8f8;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.description-wrap .title,
.information-area-wrap .additional-info .title,
.information-area-wrap .education-info .title,
.information-area-wrap .specialised-info .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 20px;
}
.information-area-wrap .additional-info ul,
.information-area-wrap .education-info ul,
.information-area-wrap .specialised-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.information-area-wrap .additional-info ul li:before,
.information-area-wrap .education-info ul li:before,
.information-area-wrap .specialised-info ul li:before {
  position: static;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 3px solid var(--main-color-one);
  content: "";
  display: inline-block;
  margin-right: 10px;
}
.information-area-wrap .additional-info ul li + li,
.information-area-wrap .education-info ul li + li,
.information-area-wrap .specialised-info ul li + li {
  margin-top: 10px;
}
.information-area-wrap .additional-info ul li,
.information-area-wrap .education-info ul li,
.information-area-wrap .specialised-info ul li {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: var(--heading-color);
  opacity: 0.8;
}
.booking-wrap {
  display: flex;
  justify-content: space-between;
}
.booking-wrap .left-part {
  width: 50%;
  padding-right: 40px;
}
.booking-wrap .right-part {
  width: 50%;
  padding-left: 40px;
}
.date-time-block .title {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.date-time-block .title {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.date-time-block .time-slot {
  margin: 0;
  padding: 0;
  list-style: none;
}
.date-time-block .time-slot li {
  display: inline-block;
  background-color: #f2f2f2;
  padding: 5px 10px;
  border-radius: 3px;
  margin: 5px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
.date-time-block {
  margin-bottom: 40px;
}
.date-time-block .time-slot li.selected {
  background-color: var(--main-color-one);
  color: #fff;
}
.appointment-booking-form .form-control {
  border: 1px solid #e2e2e2;
  border-radius: 0;
  height: 50px;
}
.appointment-booking-form select.form-control:focus {
  outline: 0;
  box-shadow: none;
}
.appointment-booking-form textarea.form-control {
  min-height: 120px;
  resize: none;
}
.appointment-booking-form textarea.form-control:focus {
  outline: 0;
  box-shadow: none;
}
.booking-wrap .left-part .form-wrapper .title,
.booking-wrap .right-part .form-wrapper .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}
.feedback-form-wrapper .title {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}
.feedback-form-wrapper {
  background-color: #f8f8f8;
  padding: 30px;
  margin-bottom: 30px;
}
.feedback-wrapper .login-form p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}
.feedback-wrapper > .login-form {
  background-color: #f8f8f8;
  padding: 30px;
}
.feedback-wrapper > .login-form form {
  max-width: 450px;
}
.feedback-comment-list-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.feedback-comment-list-wrap {
  background-color: #f8f8f8;
  padding: 30px;
}
.feedback-comment-list-wrap li + li {
  margin-bottom: 20px;
}
.feedback-comment-list-wrap li .title {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}
.feedback-comment-list-wrap li .rating-wrap {
  margin-bottom: 10px;
}
.booking_details_list {
  margin: 0;
  padding: 0;
  text-align: left;
}
.appointment-content-area .top-search-wrapper {
  display: flex;
  justify-content: space-between;
}
.appointment-content-area
  .top-search-wrapper
  .left-part
  .search-wrapper
  .search-box {
  display: flex;
  position: relative;
}
.appointment-content-area .top-search-wrapper > div {
  width: 50%;
}
.appointment-content-area
  .top-search-wrapper
  .left-part
  .search-wrapper
  .search-box
  .submit-btn:focus {
  outline: 0;
  box-shadow: none;
}
.appointment-content-area
  .top-search-wrapper
  .left-part
  .search-wrapper
  .search-box
  .submit-btn {
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--main-color-one);
  width: 50px;
  border-radius: 0;
  height: 50px;
  text-align: center;
  padding: 0;
  cursor: pointer;
}
.appointment-content-area
  .top-search-wrapper
  .left-part
  .search-wrapper
  .search-box
  .form-control {
  border: 1px solid #e2e2e2;
  border-radius: 0;
  height: 50px;
  padding-right: 70px;
}
.appointment-content-area .top-search-wrapper .left-part .search-wrapper {
  padding-left: 40px;
}
.appointment-content-area
  .top-search-wrapper
  .left-part
  .search-wrapper
  .search-box
  .submit-btn:hover {
  color: #fff;
  opacity: 0.8;
}
.appointment-content-area .top-search-wrapper .right-part select {
  width: calc(100% / 2 - 20px);
  display: inline-block;
  height: 50px;
  border: 1px solid #e2e2e2;
  border-radius: 0;
  text-transform: capitalize;
}
.appointment-content-area .top-search-wrapper {
  margin-bottom: 40px;
}
.appointment-content-area .top-search-wrapper .right-part {
  display: flex;
  justify-content: space-between;
}
.appointment-content-area .top-search-wrapper .right-part select:focus {
  outline: 0;
  box-shadow: none;
}
.appointment-single-item .thumb {
  position: relative;
  margin-bottom: 30px;
  background-color: #f8f8f8;
  min-height: 360px;
  background-repeat: no-repeat;
  background-position: top center;
}
.appointment-single-item .thumb .cat {
  position: absolute;
  left: 10px;
  top: 10px;
  background-color: var(--main-color-one);
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
}
.appointment-single-item .content .title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}
.appointment-single-item .content .designation {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  position: relative;
  padding: 5px 20px;
  border-radius: 5px;
  color: var(--main-color-one);
  text-transform: capitalize;
}
.appointment-single-item .content .designation:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--main-color-one);
  content: "";
  opacity: 0.1;
  border-radius: 5px;
}
.appointment-single-item .content .location {
  display: block;
  margin-bottom: 30px;
}
.appointment-single-item .content .location i {
  color: var(--main-color-one);
  margin-right: 5px;
}
.appointment-single-item .content .boxed-btn {
  min-width: auto;
  font-weight: 700;
  background-color: transparent;
  color: var(--main-color-one);
  text-decoration: underline;
  padding: 0;
}
.feedback-comment-list-wrap li .rating-wrap.single i {
  font-size: 14px;
  color: #ffc105;
  letter-spacing: -5px;
}
.feedback-comment-list-wrap > .title {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}
.appointment-single-item {
  margin-bottom: 60px;
}
.lesson-navbar-area .nav-inner-wrap .right-side-content .course-title-wrap {
  max-width: 60%;
}
.course-details-list-wrap .btn-wrapper .boxed-btn.purchased {
  background-color: #53ad53;
}
.course-details-list-wrap .btn-wrapper .boxed-btn.purchased i {
  color: #53ad53;
}
.course-details-list-wrap {
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 20px;
}
.course-details-list-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.course-details-list-wrap ul li + li {
  border-top: 1px solid #dedbdb;
}
.course-details-list-wrap ul li {
  padding: 16px 0;
}
.course-details-list-wrap li i {
  color: var(--main-color-two);
  width: 25px;
}
.course-details-list-wrap li {
  display: flex;
  justify-content: space-between;
}
.course-details-list-wrap li strong {
  font-weight: 700;
  color: var(--heading-color);
}
.course-details-list-wrap li .right {
  color: var(--main-color-one);
  font-weight: 600;
}
.course-details-list-wrap .btn-wrapper {
  margin: 30px;
  text-align: center;
  margin-bottom: 10px;
}
.course-details-list-wrap .btn-wrapper i {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
  color: var(--main-color-one);
  line-height: 40px;
  margin-left: 30px;
}
.course-details-list-wrap .btn-wrapper .boxed-btn {
  padding: 10px 10px 10px 30px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 700;
}
.course-details-list-wrap li .right del {
  opacity: 0.6;
}
.course-details-list-wrap li .right .price-wrap {
  font-weight: 700;
}
.content-tab-wrapper .nav-tabs {
  border-bottom: 1px solid #dedbdb;
  margin: 50px 0 30px;
}
.content-tab-wrapper .nav-tabs .nav-link {
  border: none;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--heading-color);
  opacity: 0.8;
}
.content-tab-wrapper .nav-tabs .nav-link.active {
  background-color: var(--main-color-two);
  border-radius: 0;
  color: #fff;
}
.content-tab-wrapper nav .nav-tabs .nav-link {
  padding: 15px 40px;
}
.instructor-wrap {
  display: flex;
}
.instructor-wrap .content-wrap {
  flex: 1;
  margin-left: 40px;
}
.instructor-wrap .content-wrap .designation {
  font-weight: 600;
  color: var(--main-color-one);
  display: block;
  margin-bottom: 10px;
}
.instructor-wrap .content-wrap .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 15px;
}
.instructor-wrap .content-wrap .social-wrap {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 22px;
}
.instructor-wrap .content-wrap .social-wrap li {
  display: inline-block;
}
.course-details-content-area .feedback-wrapper > .login-form {
  background-color: transparent;
  padding: 0;
}
.single-curriculum-item .title {
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 15px;
}
.single-curriculum-item .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 0;
}
.single-curriculum-item .description {
  font-size: 14px;
  color: var(--heading-color);
  opacity: 0.8;
  font-weight: 600;
}
.single-curriculum-item .card-header {
  background-color: transparent;
  padding: 0;
  padding-right: 20px;
  cursor: pointer;
  border: none;
}
.single-curriculum-item .card {
  border: 1px solid #eee;
  padding: 20px;
}
.single-curriculum-item .lesson-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-curriculum-item .lesson-list li a {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
}
.single-curriculum-item .lesson-list li + li {
  border-top: 1px solid #eee;
}
.single-curriculum-item .card-body {
  padding: 0;
}
.single-curriculum-item + .single-curriculum-item {
  margin-top: 20px;
}
.single-curriculum-item .card-header .lesson-count {
  position: absolute;
  right: 0;
  top: 0;
  color: var(--main-color-two);
  font-size: 14px;
  font-weight: 700;
}
.single-curriculum-item .card-header .lesson-count {
  position: absolute;
  right: 20px;
  top: 20px;
  color: var(--main-color-two);
  font-size: 14px;
  font-weight: 700;
}
.single-curriculum-item .lesson-list li a .lession-title {
  font-weight: 600;
  color: #353535;
}
.single-curriculum-item .lesson-list li a .lession-title i {
  color: var(--main-color-one);
  margin-right: 5px;
}
.single-curriculum-item .lesson-list li a .right {
  color: #353535;
  font-size: 14px;
  font-weight: 600;
}
.single-curriculum-item .lesson-list li a .right i {
  margin-left: 5px;
}
.single-curriculum-item .lesson-list li a .right i.fa-eye {
  color: var(--main-color-two);
}
.single-curriculum-item .lesson-list li a .right i.fa-lock {
  color: #a93f3f;
}
.single-curriculum-item .card-header > div {
  padding-right: 80px;
}
.single-curriculum-item .card-header > div[aria-expanded="true"] {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
.enroll-area-wrapper .login-form > p {
  font-size: 36px;
  text-align: center;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 40px;
  color: var(--heading-color);
}
.enroll-area-wrapper {
  padding: 60px;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.enroll-form-wrapper .btn-wrapper {
  text-align: center;
}
.enroll-form-wrapper .amount-title {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
.form-group.coupon {
  position: relative;
}
.form-group.coupon span.right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80px;
  height: 50px;
  line-height: 50px;
  background-color: var(--main-color-two);
  color: #fff;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
}
.form-group.coupon span.right.spin-none i {
  visibility: hidden;
  opacity: 0;
  width: 0;
}
.appointment-booking-form .form-group.coupon .form-control {
  padding-right: 90px;
}
.enroll-form-wrapper .amount-title del {
  padding-left: 8px;
  opacity: 0.5;
}
.course-single-grid-item {
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-bottom: 40px;
  max-width: 350px;
}
.course-single-grid-item .thumb {
  padding: 10px;
  position: relative;
}
.course-single-grid-item .content {
  padding: 20px;
  position: relative;
}
.course-single-grid-item .thumb .price-wrap {
  position: absolute;
  right: 20px;
  bottom: 20px;
  background-color: var(--course-two-color);
  padding: 5px 10px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}
.course-single-grid-item .thumb .price-wrap del {
  opacity: 0.8;
}
.course-single-grid-item .content .title {
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
}
.course-single-grid-item .content .instructor-wrap {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
}
.course-single-grid-item .content .instructor-wrap span {
  color: var(--course-two-color);
  padding-right: 5px;
}
.course-single-grid-item .content .footer-part {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #e2e2e2;
  padding-top: 20px;
  color: var(--heading-color);
  opacity: 0.7;
  font-size: 14px;
  font-weight: 600;
}
.course-single-grid-item .content .rating-wrap {
  position: absolute;
  top: -6px;
}
.instructor-info-wrapper .img-wrap {
  margin-bottom: 30px;
}
.instructor-info-wrapper .content .title {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 0;
}
.instructor-info-wrapper .content .designation {
  font-size: 14px;
  font-weight: 700;
}
.instructor-info-wrapper .content .social-wrap {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 20px;
}
.instructor-info-wrapper .content .social-wrap li {
  display: inline-block;
}
.instructor-info-wrapper .content .social-wrap li + li {
  margin-left: 10px;
}
.course-single-grid-item .thumb .cat {
  position: absolute;
  left: 20px;
  top: 20px;
}
.course-single-grid-item .thumb .cat a.bg-1 {
  background-color: #8876ff;
}
.course-single-grid-item .thumb .cat a.bg-2 {
  background-color: #f27676;
}
.course-single-grid-item .thumb .cat a.bg-3 {
  background-color: #4582ff;
}
.course-single-grid-item .thumb .cat a.bg-4 {
  background-color: #55b56a;
}
.course-single-grid-item .thumb .cat a {
  display: inline-block;
  background-color: var(--course-color);
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 600;
}
.footer-area.home-variant-17.has-top-padding .footer-top {
  padding-top: 210px;
}
.footer-area.home-variant-17 .footer-top {
  background-color: #f0fbfe;
}
.footer-area.home-variant-15 .footer-widget.widget_tag_cloud .tagcloud a,
.footer-area.home-variant-15 .widget.footer-widget p,
.footer-area.home-variant-15 .widget.footer-widget ul li,
.footer-area.home-variant-15 .widget.footer-widget ul li a,
.footer-area.home-variant-15 .widget.footer-widget.widget_calendar caption,
.footer-area.home-variant-15 .widget.footer-widget.widget_calendar td,
.footer-area.home-variant-15 .widget.footer-widget.widget_calendar th,
.footer-area.home-variant-17 .footer-widget.widget_tag_cloud .tagcloud a,
.footer-area.home-variant-17 .widget.footer-widget p,
.footer-area.home-variant-17 .widget.footer-widget ul li,
.footer-area.home-variant-17 .widget.footer-widget ul li a,
.footer-area.home-variant-17 .widget.footer-widget.widget_calendar caption,
.footer-area.home-variant-17 .widget.footer-widget.widget_calendar td,
.footer-area.home-variant-17 .widget.footer-widget.widget_calendar th {
  color: var(--paragraph-color);
}
.footer-area.home-variant-17 .widget.footer-widget .widget-title {
  color: var(--heading-color);
}
.footer-area.home-variant-17 .copyright-area {
  background-color: #f0fbfe;
  color: var(--paragraph-color);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.footer-area.home-variant-14 .footer-top .widget.footer-widget p,
.footer-area.home-variant-14
  .footer-top
  .widget.footer-widget.widget_calendar
  caption,
.footer-area.home-variant-14
  .footer-top
  .widget.footer-widget.widget_calendar
  td,
.footer-area.home-variant-14
  .footer-top
  .widget.footer-widget.widget_calendar
  th,
.footer-area.home-variant-14 .footer-top .widget_tag_cloud .tagcloud a {
  color: var(--paragraph-color);
}
.footer-area.home-variant-12 .footer-top .widget.footer-widget p,
.footer-area.home-variant-12
  .footer-top
  .widget.footer-widget.widget_calendar
  caption,
.footer-area.home-variant-12
  .footer-top
  .widget.footer-widget.widget_calendar
  td,
.footer-area.home-variant-12
  .footer-top
  .widget.footer-widget.widget_calendar
  th,
.footer-area.home-variant-12 .footer-top .widget_tag_cloud .tagcloud a,
.footer-area.home-variant-12 .widget.footer-widget ul li,
.footer-area.home-variant-12 .widget.footer-widget ul li a {
  color: #fff;
}
.xg-mega-menu-single-column-wrap ul li {
  line-height: 20px !important;
}
.xg-mega-menu-single-column-wrap ul li + li {
  margin-top: 15px;
}
.support-ticket-wrapper .login-form p {
  font-size: 36px;
  line-height: 40px;
  text-align: center;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 50px;
}
.support-ticket-wrapper .login-form form.account-form {
  padding: 0 60px;
}
.support-ticket-wrapper .title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
.support-ticket-wrapper button[type="submit"]:hover {
  background-color: var(--secondary-color);
  color: #fff;
}
.support-ticket-wrapper button[type="submit"] {
  display: inline-block;
  border: none;
  background-color: var(--main-color-one);
  color: #fff;
  padding: 10px 30px;
  font-weight: 600;
  transition: all 0.4s;
}
.support-ticket-wrapper textarea:focus {
  outline: 0;
  box-shadow: none;
}
.support-ticket-wrapper textarea {
  max-height: 150px;
}
.footer-area.home-variant-14 .footer-top .newsletter-form-wrap .submit-btn {
  background-color: transparent;
  border: none;
}
.lawyer-about-area.lawyer-home .right-content-area:before {
  display: none;
}
.lawyer-about-area.lawyer-home .left-content-area .shape {
  right: -40px;
}
.lawyer-about-area.political-home .left-content-area:before {
  display: none;
}
.lawyer-counterup-area.political-home:after {
  background-color: var(--political-color);
}
.lawyer-counterup-area.political-home .lawyer-home-counterup-item .icon {
  color: #fff;
}
.header-area.political-home:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #191d33, #e70f47);
  content: "";
  z-index: -1;
  opacity: 0.8;
}
.header-area.political-home {
  padding: 325px 0 320px;
}
.header-area.political-home .left-image-wrap {
  position: absolute;
  bottom: -10%;
  left: 5%;
}
.header-area.political-home .header-area .title {
  font-size: 60px;
  line-height: 69px;
}
.header-area.political-home .boxed-btn.political {
  border-radius: 3px;
  background-color: #fff;
  color: var(--political-color);
}
.header-area.political-home .boxed-btn.political:hover {
  background-color: var(--political-color);
  border-color: var(--political-color);
  color: #fff;
}
.header-area.political-home .btn-wrapper .boxed-btn.political {
  margin-top: 30px;
}
.header-style-03.header-variant-11 {
  position: relative;
  z-index: inherit;
}
.header-style-03.header-variant-11 .navbar-area {
  position: absolute;
  left: 0;
  top: auto;
  z-index: 2;
  width: 100%;
}
.header-style-03.header-variant-11 .navbar-area .nav-container {
  box-shadow: none;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
}
.header-style-03.header-variant-11
  .navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li:before {
  color: rgba(255, 255, 255, 0.6);
}
.header-style-03.header-variant-11
  .navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li
  a {
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.3s;
}
.header-style-03.header-variant-11
  .navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li
  a:hover {
  color: var(--political-color);
}
.header-style-03.header-variant-11
  .navbar-area
  .nav-container
  .nav-right-content
  ul
  li
  a {
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.3s;
}
.header-style-03.header-variant-11
  .navbar-area
  .nav-container
  .nav-right-content
  ul
  li
  a:hover {
  color: var(--political-color);
}
.header-style-03.header-variant-11
  .navbar-area
  .nav-container
  .nav-right-content
  ul
  li.cart
  a {
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.3s;
}
.header-style-03.header-variant-11
  .navbar-area
  .nav-container
  .nav-right-content
  ul
  li.cart
  a:hover {
  color: var(--political-color);
}
.header-style-03.header-variant-11
  .navbar-area
  .nav-container
  .nav-right-content
  ul
  li.cart
  .pcount {
  color: #fff;
  background-color: var(--political-color);
}
.header-style-03.header-variant-11
  .navbar-area
  .nav-container
  .mobile-cart
  a
  .pcount {
  color: var(--political-color);
}
.political-feature-list {
  display: flex;
  justify-content: space-evenly;
  margin: 0;
  padding: 0;
  list-style: none;
}
.political-feature-list li.style-1 {
  background-color: #ff872a;
}
.political-feature-list li.style-2 {
  background-color: #303960;
}
.political-feature-list li.style-3 {
  background-color: #00b3f6;
}
.political-feature-list li {
  background-color: var(--political-color);
  text-align: center;
  width: 100%;
  display: block;
  padding: 60px 40px;
}
.political-feature-list li .icon {
  font-size: 70px;
  line-height: 70px;
  color: #fff;
  margin-bottom: 10px;
}
.political-feature-list li .title {
  font-size: 18px;
  line-height: 20px;
  color: #fff;
}
.header-bottom-area.margin-minus-100 {
  margin-top: -120px;
}
.lawyer-about-area .left-content-area {
  margin-right: 80px;
}
.lawyer-about-area .left-content-area .subtitle {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
  display: block;
  color: var(--political-color);
}
.lawyer-about-area .left-content-area .title {
  font-size: 45px;
  line-height: 50px;
  margin-bottom: 30px;
}
.lawyer-about-area .left-content-area .btn-wrapper {
  margin-top: 30px;
}
.lawyer-about-area .left-content-area .btn-wrapper .boxed-btn {
  border-radius: 3px;
  background-color: var(--political-color);
  border: 1px solid var(--political-color);
}
.lawyer-about-area .left-content-area .btn-wrapper .boxed-btn:hover {
  color: var(--political-color);
  background-color: transparent;
  border-color: var(--political-color);
}
.lawyer-about-area .right-content-area {
  position: relative;
}
.lawyer-about-area .right-content-area:before {
  position: absolute;
  right: -30px;
  bottom: -30px;
  width: 150px;
  height: 150px;
  background-color: var(--political-color);
  content: "";
  z-index: -1;
}
.political-video-wrap .img-wrap {
  position: relative;
  border: 10px solid #fff;
}
.political-video-wrap .img-wrap .video-play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.political-video-wrap {
  bottom: -100px;
  z-index: 1;
  position: relative;
}
.political-cta-area-wrapper {
  padding: 240px 0 140px;
  text-align: center;
  position: relative;
}
.political-cta-area-wrapper:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #191d33;
  content: "";
  opacity: 0.9;
}
.political-cta-area-wrapper .subtitle {
  font-size: 16px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.8);
}
.political-cta-area-wrapper .title {
  font-size: 45px;
  line-height: 55px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
}
.political-cta-area-wrapper p {
  color: rgba(255, 255, 255, 0.6);
}
.political-cta-area-wrapper .btn-wrapper .boxed-btn {
  border-radius: 3px;
  background-color: var(--political-color);
  border: 1px solid transparent;
}
.political-cta-area-wrapper .btn-wrapper .boxed-btn:hover {
  background-color: transparent;
  border-color: var(--political-color);
  color: #fff;
}
.political-cta-area-wrapper .btn-wrapper {
  margin-top: 30px;
}
.section-title.political-home .subtitle {
  text-transform: capitalize;
  color: var(--political-color);
}
.political-single-what-we-cover-item {
  position: relative;
}
.political-single-what-we-cover-item .hover {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 40px;
  text-align: center;
  background-color: var(--political-color);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all 0.3s;
}
.political-single-what-we-cover-item .content {
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.political-single-what-we-cover-item .content .title {
  font-size: 24px;
  line-height: 34px;
  transition: all 0.3s;
}
.political-single-what-we-cover-item .content .readmore:hover,
.political-single-what-we-cover-item .content .title:hover {
  color: var(--political-color);
}
.political-single-what-we-cover-item .content .readmore {
  transition: all 0.3s;
}
.political-single-what-we-cover-item:hover .hover {
  visibility: visible;
  opacity: 1;
}
.political-single-what-we-cover-item .hover .title {
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}
.political-single-what-we-cover-item .hover p {
  color: rgba(255, 255, 255, 0.7);
}
.lawyer-counterup-area {
  position: relative;
  z-index: 0;
}
.lawyer-counterup-area:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: "";
  background-color: var(--political-color);
  opacity: 0.6;
}
.lawyer-home-counterup-item .icon {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 15px;
  color: #fff;
}
.lawyer-home-counterup-item {
  text-align: center;
}
.lawyer-home-counterup-item .count-wrap {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: #fff;
}
.lawyer-home-counterup-item .title {
  font-size: 16px;
  line-height: 20px;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.8);
}
.political-single-event-item-wrap {
  display: flex;
  margin-bottom: 30px;
}
.political-single-event-item-wrap .content {
  padding: 30px;
}
.political-single-event-item-wrap .thumb {
  width: 50%;
  position: relative;
}
.political-single-event-item-wrap .thumb .time-wrap.style-1 {
  background-color: #00b3f6;
}
.political-single-event-item-wrap .thumb .time-wrap.style-2 {
  background-color: #ff872a;
}
.political-single-event-item-wrap .thumb .time-wrap {
  position: absolute;
  left: 10px;
  top: 10px;
  text-align: center;
  width: 60px;
  height: 60px;
  background-color: var(--political-color);
  font-weight: 700;
  border-radius: 3px;
  line-height: 26px;
  font-size: 18px;
  color: #fff;
}
.political-single-event-item-wrap .thumb .time-wrap span {
  display: block;
}
.political-single-event-item-wrap .content .title {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
}
.political-single-event-item-wrap .content .description {
  margin-bottom: 20px;
}
.political-single-event-item-wrap .content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.political-single-event-item-wrap .content ul li + li {
  margin-top: 10px;
}
.political-single-event-item-wrap .content ul li i {
  color: var(--political-color);
}
.political-single-event-item-wrap .thumb .time-wrap .date {
  margin-bottom: 0;
  line-height: 16px;
  padding-top: 12px;
}
.logistic-single-testimonial-item.political-home {
  background-color: #fff;
  position: relative;
}
.logistic-single-testimonial-item.political-home i {
  color: var(--political-color);
}
.logistic-single-testimonial-item.political-home .content .author-details {
  border-color: var(--political-color);
}
.logistic-single-testimonial-item.political-home:before {
  position: absolute;
  right: 0;
  top: 0;
  width: 200px;
  content: "";
  background-color: var(--political-color);
  height: 100%;
}
.single-portfolio-blog-grid.political-home .thumb .time-wrap {
  background-color: var(--political-color);
}
.single-portfolio-blog-grid.political-home .content {
  padding: 0;
  background-color: transparent;
  padding-top: 50px;
}
.single-portfolio-blog-grid.political-home .content .title {
  color: var(--heading-color);
}
.single-portfolio-blog-grid.political-home .content p {
  color: var(--paragraph-color);
}
.single-portfolio-blog-grid.political-home .content .readmore {
  color: var(--political-color);
  text-decoration: none;
}
.header-area .title {
  font-weight: 700;
}
.lawyer-about-area .left-content-area .title {
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  .header-style-03.header-variant-11
    .navbar-area
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-mega-menu:before {
    top: 25px;
    right: 20px;
    color: var(--heading-color);
  }
  .header-area.political-home .left-image-wrap {
    display: none;
  }
  .header-style-03.header-variant-11
    .navbar-area
    .nav-container
    .navbar-collapse
    .navbar-nav
    li
    a {
    color: var(--heading-color);
  }
  .header-style-03.header-variant-11 .mobile-cart a {
    display: inline-block;
    position: absolute;
    right: 80px;
    top: 15px;
  }
  .header-area.political-home {
    padding: 180px 0 220px;
  }
  .lawyer-about-area .left-content-area {
    margin-bottom: 40px;
  }
  .lawyer-home-counterup-item {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 599px) {
  .political-feature-list {
    flex-wrap: wrap;
  }
  .lawyer-about-area .left-content-area {
    margin-right: 0;
  }
  .lawyer-about-area .left-content-area .title {
    font-size: 42px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 414px) {
  .logistic-single-testimonial-item.political-home:before {
    display: none;
  }
  .lawyer-about-area .left-content-area .title {
    font-size: 36px;
    line-height: 45px;
  }
  .political-cta-area-wrapper .title {
    font-size: 36px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 330px) {
  .header-style-03.header-variant-11
    .navbar-area
    .nav-container
    .responsive-mobile-menu
    .logo-wrapper {
    max-width: 140px;
  }
}
.header-style-03.header-variant-12 {
  position: relative;
  z-index: inherit;
}
.header-style-03.header-variant-12 .navbar-area {
  position: absolute;
  left: 0;
  top: auto;
  z-index: 2;
  width: 100%;
}
.header-style-03.header-variant-12 .logo img {
  max-width: 180px;
}
.header-style-03.header-variant-12
  .navbar-area
  .nav-container
  .nav-right-content
  ul
  li.cart
  .pcount {
  color: #fff;
  background-color: var(--medical-color);
}
.header-style-03.header-variant-12
  .navbar-area
  .nav-container
  .mobile-cart
  a
  .pcount {
  color: var(--medical-color);
}
.header-style-03.header-variant-12 .navbar-area .nav-container {
  -webkit-box-shadow: 0 6px 15px 0 rgb(0 0 0 / 10%);
  box-shadow: 0 10px 15px 0 rgb(0 0 0 / 10%);
  padding: 0 30px;
  border-radius: 0;
  margin-top: 10px;
}
.header-area.medical-home {
  background-color: var(--medical-color);
}
.header-area.medical-home .title {
  font-weight: 700;
}
.header-area.medical-home .right-image-wrap {
  position: absolute;
  right: 5%;
  top: 15%;
}
.header-area.medical-home .btn-wrapper .boxed-btn.medical {
  background-color: var(--medical-two-color);
}
.header-area.medical-home .btn-wrapper .boxed-btn.medical:hover {
  background-color: transparent;
}
.header-area.medical-home .btn-wrapper .boxed-btn.medical.blank {
  background-color: transparent;
}
.header-area.medical-home .btn-wrapper .boxed-btn.medical.blank:hover {
  background-color: var(--medical-two-color);
  border-color: var(--medical-two-color);
  color: #fff;
}
.header-area.medical-home .bottom-image-shape {
  position: absolute;
  bottom: -2px;
  left: 0;
}
.header-area.medical-home {
  padding: 285px 0 450px;
}
.header-area.medical-home .shape {
  position: absolute;
  z-index: -1;
}
.header-area.medical-home .shape.image-1 {
  left: -100px;
  top: 15%;
}
.header-area.medical-home .shape.image-2 {
  right: 5%;
  top: 24%;
}
.header-area.medical-home .shape.image-3 {
  bottom: 10%;
  left: 30%;
}
.medical-about-area .subtitle {
  font-size: 16px;
  line-height: 20px;
  color: var(--medical-color);
  margin-bottom: 20px;
  display: block;
  font-weight: 700;
}
.medical-about-area .title {
  font-size: 45px;
  line-height: 55px;
  font-weight: 700;
  margin-bottom: 30px;
}
.boxed-btn.medical-home {
  background-color: var(--medical-two-color);
  font-weight: 700;
}
.boxed-btn.medical-home:hover {
  background-color: var(--medical-color);
}
.medical-about-area .right-content-arae {
  text-align: right;
}
.medical-about-area .right-content-area {
  text-align: right;
  position: relative;
}
.medical-about-area .right-content-area img {
  border-radius: 25px;
}
.medical-about-area .right-content-area .image-wapper img {
  border: 10px solid #fff;
}
.medical-about-area .right-content-area .image-wrapper {
  position: absolute;
  right: 0;
  top: 0;
}
.medical-about-area .right-content-area .image-wapper {
  position: absolute;
  left: 0;
  bottom: -30px;
}
.medical-about-area .right-content-area .image-wapper .vdo-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.medical-about-area .right-content-area .image-wapper .vdo-btn .video-play-btn {
  color: #fff;
  background-color: var(--medical-two-color);
}
.medical-about-area
  .right-content-area
  .image-wapper
  .vdo-btn
  .video-play-btn:before {
  background-color: var(--medical-two-color);
}
.medical-about-area .left-content-area {
  padding-right: 80px;
}
.section-title.medical-home .subtitle {
  text-transform: capitalize;
  font-weight: 700;
  color: var(--medical-color);
}
.political-single-what-we-cover-item .content {
  padding: 20px;
  text-align: center;
  padding-top: 40px;
}
.political-single-what-we-cover-item .content .title {
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 15px;
}
.political-single-what-we-cover-item .thumb {
  position: relative;
}
.political-single-what-we-cover-item .thumb .icon {
  position: absolute;
  left: 50%;
  bottom: -25px;
  width: 60px;
  height: 60px;
  background-color: var(--medical-two-color);
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  transform: translateX(-50%);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}
.political-single-what-we-cover-item .thumb .icon.style-1 {
  background-color: #62b5fc;
}
.political-single-what-we-cover-item .thumb .icon.style-2 {
  background-color: #8876ff;
}
.political-single-what-we-cover-item .thumb .icon.style-3 {
  background-color: #55b56a;
}
.political-single-what-we-cover-item .thumb .icon.style-4 {
  background-color: #04d2c8;
}
.political-single-what-we-cover-item .thumb .icon.style-5 {
  background-color: #4582ff;
}
.political-single-what-we-cover-item .thumb .icon.style-6 {
  background-color: #fb0;
}
.appointment-inner-area {
  background-color: var(--medical-color);
  padding: 60px 80px;
  display: flex;
  justify-content: space-between;
  border-radius: 40px;
}
.appointment-inner-area .left-content-area {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 40px;
}
.appointment-inner-area .right-content-area {
  width: 50%;
  padding-left: 60px;
}
.appointment-inner-area .left-content-area .title {
  font-size: 46px;
  line-height: 50px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
}
.appointment-inner-area .left-content-area .subtitle {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}
.appointment-inner-area .left-content-area .description,
.appointment-inner-area .left-content-area .description * {
  color: rgba(255, 255, 255, 0.8);
}
.appointment-inner-area .left-content-area .helpline {
  font-size: 25px;
  line-height: 40px;
  color: #fff;
  font-weight: 700;
  margin-top: 20px;
}
.appointment-inner-area .right-content-area .contact-page-form .form-control {
  background-color: #fff;
  border: none;
  font-size: 14px;
  padding: 10px;
}
.appointment-inner-area
  .right-content-area
  .contact-page-form
  .textarea
  .form-control {
  max-height: 100px;
}
.appointment-inner-area .right-content-area .contact-page-form label {
  color: #fff;
  font-weight: 700;
}
.appointment-inner-area
  .right-content-area
  .contact-page-form
  .file
  .help-info {
  color: #fff;
  opacity: 0.6;
}
.appointment-inner-area
  .right-content-area
  .contact-page-form
  .file
  .form-control {
  background-color: transparent;
}
.appointment-inner-area .boxed-btn.medical-home {
  border-radius: 3px;
}
.appointment-inner-area .boxed-btn.medical-home:hover {
  background-color: #fff;
  color: var(--heading-color);
}
.medical-section-bg-color {
  background-color: #f4f5fa;
}
.medical-home-counterup-item {
  display: flex;
}
.medical-home-counterup-item .icon {
  margin-right: 30px;
  font-size: 40px;
  line-height: 50px;
  color: var(--medical-color);
  position: relative;
}
.medical-home-counterup-item .content .count-wrap {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  color: var(--heading-color);
}
.medical-home-counterup-item .content .title {
  font-size: 16px;
  line-height: 20px;
  opacity: 0.6;
}
.medical-home-counterup-item .style-1.icon {
  color: #fc6285;
}
.medical-home-counterup-item .style-1.icon:before {
  background-color: #fc6285;
}
.medical-home-counterup-item .style-2.icon {
  color: #8876ff;
}
.medical-home-counterup-item .style-2.icon:before {
  background-color: #8876ff;
}
.medical-home-counterup-item .style-3.icon {
  color: #55b56a;
}
.medical-home-counterup-item .style-3.icon:before {
  background-color: #55b56a;
}
.medical-home-counterup-item .icon:before {
  position: absolute;
  left: 10px;
  top: 15px;
  width: 40px;
  height: 40px;
  background-color: var(--medical-color);
  border-radius: 50%;
  opacity: 0.2;
  content: "";
  transition: all 0.3s;
}
.medical-counterup-area.medical-section-bg-color {
  padding-top: 250px;
  margin-top: -160px;
}
.medical-home-counterup-item:hover .icon:before {
  width: 60px;
  height: 60px;
  top: 0;
  left: 0;
}
.appointment-inner-area .right-content-area .error-message span {
  color: #fff !important;
}
.medical-team-single-item .content .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: capitalize;
}
.medical-team-single-item .content {
  text-align: center;
  padding-top: 20px;
}
.medical-team-single-item .content span {
  font-size: 16px;
  line-height: 20px;
}
.medical-team-single-item .content .social-icons {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 10px;
}
.medical-team-single-item .content .social-icons li {
  display: inline-block;
}
.medical-team-single-item .content .social-icons li + li {
  margin-left: 10px;
}
.medical-team-single-item .content .social-icons li a {
  transition: all 0.3s;
}
.medical-team-single-item .content .social-icons li a:hover {
  color: var(--medical-color);
}
.const-single-case-study-style-02.lawyer-home .cart-icon {
  background-image: linear-gradient(8deg, #000, transparent);
}
.const-single-case-study-style-02 .cart-icon {
  background-image: url(../img/shape/case-study-shape.svg);
  background-repeat: no-repeat;
  background-position: bottom left;
}
.const-single-case-study-style-02 .title:hover {
  color: var(--medical-two-color);
}
.const-single-case-study-style-02 .title {
  font-size: 26px;
  line-height: 30px;
}
.logistic-single-testimonial-item.medical-home .content i {
  color: var(--medical-color);
}
.logistic-single-testimonial-item.medical-home {
  background-color: #f4f5fa;
}
.logistic-single-testimonial-item.medical-home .content .author-details {
  border-left-color: var(--medical-color);
}
.single-portfolio-blog-grid.medical-home .content {
  background-color: transparent;
  padding: 20px 0 0 0;
}
.single-portfolio-blog-grid.medical-home .thumb img {
  border-radius: 15px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}
.single-portfolio-blog-grid.medical-home .thumb .time-wrap {
  bottom: 20px;
  background-color: var(--medical-color);
}
.single-portfolio-blog-grid.medical-home .content .title:hover {
  color: var(--medical-two-color);
}
.single-portfolio-blog-grid.medical-home .content .title {
  color: var(--heading-color);
}
.single-portfolio-blog-grid.medical-home .content .readmore {
  color: var(--paragraph-color);
  text-decoration: none;
  transition: all 0.3s;
}
.appointment-single-item.medical-home .content .location i,
.single-portfolio-blog-grid.medical-home .content .readmore:hover {
  color: var(--medical-color);
}
.appointment-single-item.medical-home .thumb .cat {
  background-color: var(--medical-color);
}
.appointment-single-item.medical-home .content .designation:before {
  background-color: var(--medical-two-color);
}
.appointment-single-item.medical-home .content .designation {
  color: var(--medical-two-color);
}
.appointment-single-item.medical-home .content .boxed-btn:hover {
  opacity: 0.8;
}
.appointment-single-item.medical-home .content .boxed-btn {
  min-width: auto;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  background-color: var(--medical-color);
  padding: 5px 20px;
}
.appointment-single-item.medical-home .thumb .cat:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--medical-color);
  opacity: 0.2;
  content: "";
}
.appointment-single-item.medical-home .thumb .cat {
  color: #333;
  background-color: transparent;
}
@media only screen and (min-width: 1201px) and (max-width: 1366px) {
  .header-area.medical-home .right-image-wrap {
    right: -5%;
    top: 2%;
  }
  .header-area.medical-home {
    padding: 285px 0 350px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-area.medical-home .right-image-wrap {
    right: -15%;
    top: 15%;
  }
}
@media only screen and (max-width: 991px) {
  .header-style-03.header-variant-12
    .navbar-area
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-mega-menu:before {
    top: 25px;
    right: 20px;
  }
  .header-style-03.header-variant-12 .mobile-cart a {
    color: var(--heading-color);
  }
  .header-style-03.header-variant-12 .mobile-cart a .pcount {
    color: #fff !important;
  }
  .header-area.medical-home .right-image-wrap {
    display: none;
  }
  .medical-about-area .left-content-area {
    padding-right: 0;
    margin-bottom: 40px;
  }
  .appointment-inner-area {
    padding: 40px;
    display: block;
  }
  .appointment-inner-area div {
    width: 100% !important;
  }
  .appointment-inner-area .right-content-area {
    padding-left: 0;
    margin-top: 40px;
  }
  .medical-home-counterup-item {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .header-area.medical-home {
    padding: 185px 0 250px;
  }
  .appointment-inner-area .left-content-area .title {
    font-size: 42px;
  }
}
@media only screen and (max-width: 414px) {
  .header-area.medical-home {
    padding: 185px 0 150px;
  }
}
@media only screen and (max-width: 330px) {
  .header-style-03.header-variant-12 .logo img {
    max-width: 130px;
  }
  .medical-about-area .title {
    font-size: 36px;
    line-height: 44px;
  }
  .appointment-inner-area {
    padding: 20px 40px;
  }
  .appointment-inner-area .left-content-area {
    padding-right: 0;
  }
  .appointment-inner-area .left-content-area .title {
    font-size: 36px;
  }
  .appointment-inner-area .left-content-area .helpline {
    font-size: 18px;
    margin-top: 10px;
  }
  .header-style-03.header-variant-12 .navbar-area .nav-container {
    padding: 0 10px;
  }
  .header-style-03.header-variant-12 .mobile-cart a {
    display: inline-block;
    position: absolute;
    right: 79px;
    top: 15px;
  }
}
.cdesign-home.header-slider-wrapper {
  background-size: cover;
}
.header-style-03.header-variant-14 .navbar-area .nav-container {
  box-shadow: none;
  background-color: transparent;
}
.header-slider-wrapper.cdesign-home {
  z-index: 0;
}
.header-style-03.header-variant-14 .navbar-area {
  position: absolute;
  left: 0;
  top: auto;
  width: 100%;
  z-index: 1;
}
.header-style-03.header-variant-14 {
  z-index: inherit;
}
.header-style-03.header-variant-14
  .navbar-area
  .nav-container
  .logo-wrapper
  img {
  max-width: 180px;
}
.header-area.cdesign-agency-home .right-image-wrap {
  position: absolute;
  right: -6%;
  top: 5%;
  z-index: -1;
}
.header-area.cdesign-agency-home .title {
  color: var(--heading-color);
  font-weight: 700;
}
.header-area.cdesign-agency-home .description {
  color: var(--paragraph-color);
}
.btn-dagency {
  display: inline-block;
  background-color: var(--dagency-color);
  border-radius: 30px;
  transition: all 0.3s;
  padding: 10px 12px 10px 30px;
  color: #fff;
}
.btn-dagency:hover {
  color: #fff;
  background-color: var(--secondary-color);
}
.btn-dagency i {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 35px;
  background-color: #fff;
  color: var(--dagency-color);
  margin-left: 20px;
  padding: 0;
  border-radius: 50%;
}
.navbar-area .nav-container .nav-right-content ul li.cart .pcount {
  color: #fff;
}
.section-title.dagency-home .subtitle {
  text-transform: capitalize;
}
.single-dagency-service-item {
  text-align: center;
  position: relative;
  margin-bottom: 80px;
}
.single-dagency-service-item .icon {
  width: 80px;
  height: 80px;
  background-color: var(--dagency-color);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  border: 2px solid #fff;
  font-size: 35px;
  color: #fff;
  line-height: 80px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: -40px;
  transform: translateX(-50%);
}
.single-dagency-service-item .content {
  background-color: #f4f5fa;
  padding: 65px 30px 30px;
  border-radius: 20px;
}
.single-dagency-service-item .content .title {
  font-size: 20px;
  font-weight: 700;
}
.single-dagency-service-item .content p {
  margin-bottom: 0;
}
.single-dagency-service-item .icon.style-1 {
  background-color: #ff8947;
}
.single-dagency-service-item .icon.style-2 {
  background-color: #5bcc9f;
}
.single-dagency-service-item .icon.style-3 {
  background-color: #007aff;
}
.single-dagency-service-item .icon.style-4 {
  background-color: #847bee;
}
.single-dagency-service-item .icon.style-5 {
  background-color: #49ccff;
}
.single-dagency-service-item .icon.style-6 {
  background-color: #fd799e;
}
.case-studies-menu.style-01 li.active,
.section-title.dagency-home .subtitle {
  color: var(--dagency-color);
}
.single-case-studies-item:after,
.single-case-studies-item:before {
  background-color: var(--dagency-color);
  opacity: 0.5;
}
.dagency-cta-area {
  background-color: #f4f5fa;
  position: relative;
}
.dagency-cta-area .left-content-area .title {
  font-size: 46px;
  line-height: 56px;
  font-weight: 700;
  margin-bottom: 20px;
}
.dagency-cta-area .right-image-area {
  position: absolute;
  right: 0;
  top: -65px;
}
.cagency-counterup-item.dagency-home .number::after {
  left: 30%;
}
.cagency-counterup-item.dagency-home {
  text-align: center;
}
.cagency-single-testimonial-item.dagency-home i {
  color: var(--dagency-color);
}
.dagency-bg-color {
  background-color: #f4f5fa;
}
.single-portfolio-blog-grid.dagency-home .content {
  background-color: transparent;
  padding: 50px 0 0 0;
}
.single-portfolio-blog-grid.dagency-home .content .title {
  color: var(--heading-color);
}
.single-portfolio-blog-grid.dagency-home .thumb .time-wrap {
  background-color: var(--dagency-color);
}
.dagency-info-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.dagency-info-list li + li {
  margin-top: 30px;
}
.dagency-info-list li {
  display: flex;
}
.dagency-info-list li .icon {
  font-size: 40px;
  line-height: 50px;
  color: var(--dagency-color);
  margin-right: 20px;
}
.dagency-info-list li .content .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}
.dagency-info-list li .content .details {
  display: block;
  color: var(--paragraph-color);
}
.dagency-news-area .contact-form-wrap .form-control {
  border: 1px solid #e2e2e2;
  border-radius: 25px;
  padding: 10px 20px;
  height: 50px;
}
.dagency-news-area .contact-form-wrap textarea.form-control {
  min-height: 150px;
}
.dagency-news-area .contact-form-wrap {
  margin-right: 80px;
}
@media only screen and (min-width: 1201px) and (max-width: 1366px) {
  .header-area.cdesign-agency-home .right-image-wrap {
    right: -18%;
    top: 10%;
  }
  .dagency-cta-area .right-image-area {
    right: -20%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .dagency-cta-area .right-image-area,
  .header-area.cdesign-agency-home .right-image-wrap {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .header-style-03.header-variant-14
    .navbar-area
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-mega-menu:before {
    top: 25px;
    right: 20px;
  }
  .header-style-03.header-variant-14 .mobile-cart a {
    color: var(--heading-color);
  }
  .dagency-cta-area .right-image-area,
  .header-area.cdesign-agency-home .right-image-wrap {
    display: none;
  }
  .dagency-info-list {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 414px) {
  .header-area.cdesign-agency-home .title {
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 15px;
  }
  .dagency-cta-area .left-content-area .title {
    font-size: 40px;
    line-height: 50px;
  }
  .cagency-counterup-item.dagency-home .number::after {
    left: 40%;
  }
  .cagency-counterup-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 330px) {
  .header-variant-14 .navbar-area .nav-container {
    margin: 0;
  }
  .header-style-03.header-variant-14
    .navbar-area
    .nav-container
    .logo-wrapper
    img {
    max-width: 130px;
  }
  .header-style-03.header-variant-14 .mobile-cart a {
    display: inline-block;
    position: absolute;
    right: 80px;
    top: 15px;
  }
}
.header-style-03.header-variant-15 .navbar-area {
  position: absolute;
  left: 0;
  top: auto;
  width: 100%;
}
.header-style-03.header-variant-15 .navbar-area .nav-container {
  box-shadow: none;
  background-color: transparent;
}
.header-style-03.header-variant-15
  .navbar-area
  .nav-container
  .logo-wrapper
  img {
  max-width: 180px;
}
.header-style-03.header-variant-15 .mobile-cart a .pcount,
.header-style-03.header-variant-15
  .navbar-area
  .nav-container
  .nav-right-content
  ul
  li.cart
  .pcount {
  color: #fff;
}
.header-slider-wrapper.fruits-home {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
.header-slider-wrapper.fruits-home .right-image-wrap {
  position: absolute;
  right: 1%;
  top: 15%;
  z-index: -1;
}
.header-area.fruits-home .title {
  color: var(--fruits-heading-color);
  font-weight: 700;
}
.header-area.fruits-home {
  padding: 225px 0 420px;
}
.header-area.fruits-home .description {
  color: var(--paragraph-color);
  line-height: 30px;
  font-size: 18px;
}
.btn-fruits {
  display: inline-block;
  background-color: var(--fruits-color);
  border-radius: 30px;
  transition: all 0.3s;
  padding: 10px 12px 10px 30px;
  color: #fff;
  font-weight: 700;
}
.btn-fruits:hover {
  color: #fff;
  background-color: var(--secondary-color);
}
.btn-fruits i {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 35px;
  background-color: #fff;
  color: var(--fruits-color);
  margin-left: 20px;
  padding: 0;
  border-radius: 50%;
}
.header-style-03.header-variant-15 {
  z-index: 2;
}
.offer-item-wrap {
  background-color: #fafafa;
  border-radius: 10px;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 40px;
}
.offer-item-wrap .title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: var(--fruits-heading-color);
  margin-bottom: 10px;
}
.offer-item-wrap p {
  font-size: 20px;
  line-height: 30px;
  color: var(--fruits-color);
}
.offer-item-wrap .offer-btn {
  display: inline-block;
  margin-top: 20px;
  transition: all 0.3s;
  color: var(--fruits-color);
  font-weight: 700;
  position: relative;
}
.offer-item-wrap .offer-btn:hover {
  opacity: 0.8;
}
.offer-item-wrap .content-warp {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.offer-item-wrap .offer-btn:after {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 80px;
  height: 2px;
  background-color: var(--fruits-color);
  content: "";
}
.section-title.fruits-home .subtitle {
  color: var(--fruits-color);
  text-transform: capitalize;
  font-size: 18px;
  position: relative;
  padding: 6px 20px;
  margin-bottom: 20px;
}
.section-title.fruits-home .subtitle:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--fruits-color);
  content: "";
  opacity: 0.1;
}
.section-title.fruits-home .title {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  color: var(--fruits-heading-color);
}
.single-fruit-product-item .thumb {
  position: relative;
  background-color: #f6f6f6;
}
.single-fruit-product-item .tag {
  position: absolute;
  left: 2px;
  top: 2px;
  background-color: var(--fruits-color);
  font-weight: 700;
  font-size: 14px;
  padding: 2px 5px;
  color: #fff;
}
.single-fruit-product-item .content {
  padding: 20px;
  text-align: center;
}
.single-fruit-product-item .content .title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.single-fruit-product-item:hover .thumb .addtocart {
  visibility: visible;
  opacity: 1;
}
.single-fruit-product-item .thumb .addtocart {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--fruits-color);
  border-radius: 15px;
  padding: 5px 8px;
  min-width: 130px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}
.single-fruit-product-item .thumb .addtocart:hover {
  opacity: 0.8;
}
.single-fruit-product-item .price-wrap {
  font-weight: 700;
  font-size: 18px;
  color: var(--fruits-color);
  margin-bottom: 10px;
}
.single-fruit-product-item .price-wrap .del-price {
  opacity: 0.6;
}
.logistic-dots.fruits-home .owl-dots div.active {
  background-color: var(--fruits-color);
}
.process-area-wrap .shape {
  position: absolute;
}
.process-area-wrap {
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.single-process-item-fruit-home {
  text-align: center;
}
.single-process-item-fruit-home .icon {
  font-size: 70px;
  line-height: 230px;
  color: var(--fruits-color);
  background-image: url(../img/shape/process-circle.svg);
  width: 200px;
  height: 200px;
  position: relative;
  margin: 0 auto 30px;
}
.single-process-item-fruit-home .icon .number {
  font-size: 16px;
  display: inline-block;
  background-color: var(--fruits-color);
  border-radius: 50%;
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-weight: 700;
  color: #fff;
  position: absolute;
  bottom: 20px;
  right: 12px;
}
.single-process-item-fruit-home .title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 10px;
}
.process-area-wrap .shape.right-image {
  right: -8%;
  top: -60px;
}
.process-area-wrap .shape.left-image {
  bottom: -80px;
  left: -8%;
}
.boxed-btn.fruits-home:hover {
  background-color: var(--secondary-color);
}
.boxed-btn.fruits-home {
  background-color: var(--fruits-color);
}
.fruits-testimonial-area {
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
.fruits-testimonial-area .shape-image {
  position: absolute;
}
.fruits-testimonial-area .shape-image.left-wrap {
  left: -10%;
  top: 0;
}
.fruits-testimonial-area .shape-image.right-wrap {
  right: -10%;
  top: -10%;
}
.fruits-home-single-testimonial-item {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  padding: 60px;
}
.fruits-home-single-testimonial-item .author-details {
  display: flex;
  color: var(--fruits-color);
}
.fruits-home-single-testimonial-item .author-details .content {
  flex: 1;
}
.fruits-home-single-testimonial-item .author-details .thumb img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 20px;
}
.fruits-home-single-testimonial-item .author-details .content .title {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  color: var(--fruits-heading-color);
  margin-bottom: 4px;
}
.fruits-home-single-testimonial-item .author-details .content .designation {
  font-size: 14px;
  line-height: 20px;
}
.fruits-home-single-testimonial-item .author-details .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fruits-home-single-testimonial-item .author-details {
  margin-bottom: 20px;
}
.fruits-home-single-testimonial-item {
  margin: 10px;
}
.fruits-home-single-testimonial-item .icon {
  font-size: 60px;
  line-height: 60px;
  position: absolute;
  right: 60px;
  bottom: 30px;
  color: var(--fruits-color);
  opacity: 0.2;
}
.fruits-home-single-testimonial-item .description {
  font-size: 20px;
  line-height: 32px;
}
.single-top-selling-product .img-wrapper {
  margin-right: 20px;
}
.single-top-selling-product {
  display: flex;
  margin-bottom: 20px;
}
.single-top-selling-product .img-wrapper img {
  max-width: 100px;
}
.single-top-selling-product .content .title:hover {
  color: var(--fruits-color);
}
.single-top-selling-product .content .title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  transition: 0.3s all;
}
.single-top-selling-product .price-wrap {
  font-size: 16px;
  font-weight: 700;
  color: var(--fruits-color);
  margin-bottom: 10px;
}
.single-top-selling-product .price-wrap .del-price {
  color: var(--paragraph-color);
}
.rating-wrap .ratings span:after {
  font-size: 10px;
}
.rating-wrap .ratings {
  width: 55px;
}
.rating-wrap p {
  font-size: 6px;
  margin-bottom: 0;
}
.rating-wrap .total-ratings {
  font-size: 12px;
  line-height: 16px;
}
.top-selling-product-area .shape {
  position: absolute;
}
.top-selling-product-area .shape.left-image {
  position: absolute;
  left: -5%;
  top: 35%;
}
.top-selling-product-area {
  position: relative;
}
.top-selling-product-area .shape.right-image {
  position: absolute;
  right: -28%;
  top: -14%;
}
@media only screen and (min-width: 1201px) and (max-width: 1366px) {
  .header-slider-wrapper.fruits-home .right-image-wrap {
    right: -15%;
    top: 5%;
  }
  .process-area-wrap .shape,
  .top-selling-product-area .shape {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-slider-wrapper.fruits-home .right-image-wrap,
  .process-area-wrap .shape,
  .top-selling-product-area .shape {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .header-style-03.header-variant-15
    .navbar-area
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-mega-menu:before {
    top: 25px;
    right: 20px;
  }
  .header-style-03.header-variant-15 .mobile-cart a {
    background-color: transparent;
    color: var(--heading-color);
  }
  .header-slider-wrapper.fruits-home .right-image-wrap,
  .process-area-wrap .shape,
  .top-selling-product-area .shape {
    display: none;
  }
  .offer-item-wrap {
    margin-bottom: 30px;
  }
  .process-area-wrap {
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  .single-process-item-fruit-home {
    margin-bottom: 30px;
  }
  .single-fruit-product-item .thumb img {
    width: 100%;
  }
  .fruits-testimonial-area .shape-image {
    display: none;
  }
}
@media only screen and (max-width: 414px) {
  .offer-item-wrap {
    display: block;
  }
  .offer-item-wrap .content-warp {
    margin-bottom: 30px;
  }
  .section-title.fruits-home .title {
    font-size: 38px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 330px) {
  .header-variant-15 .navbar-area .nav-container {
    margin: 0;
  }
  .header-style-03.header-variant-15
    .navbar-area
    .nav-container
    .logo-wrapper
    img {
    max-width: 140px;
  }
  .header-area.fruits-home {
    padding: 130px 0 20px;
  }
  .fruits-home-single-testimonial-item {
    padding: 20px;
  }
  .section-title.fruits-home .title {
    font-size: 32px;
    line-height: 40px;
  }
}
.header-slider-wrapper.cleaning-home {
  position: relative;
  z-index: 0;
}
.header-style-03.header-variant-16 .navbar-area {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.header-style-03.header-variant-16 {
  z-index: 1;
}
.header-style-03.header-variant-16 .navbar-area .nav-container {
  box-shadow: none;
  border-radius: 0;
  background-color: transparent;
}
.header-style-03.header-variant-16
  .navbar-area
  .nav-container
  .logo-wrapper
  img {
  max-width: 180px;
}
.header-style-03.header-variant-16 .mobile-cart a .pcount,
.header-style-03.header-variant-16
  .navbar-area
  .nav-container
  .nav-right-content
  ul
  li.cart
  .pcount {
  color: #fff;
  background-color: var(--cleaning-color);
}
.header-variant-16 .navbar-area .nav-container .navbar-collapse .navbar-nav li {
  color: rgba(255, 255, 255, 0.8);
}
.header-slider-wrapper.cleaning-home .right-image-wrap {
  position: absolute;
  right: -20%;
  top: -5%;
  z-index: -1;
}
.header-area.cleaning-home .header-inner .title {
  font-weight: 700;
  color: var(--heading-color);
  line-height: 70px;
  font-size: 65px;
}
.header-area.cleaning-home .header-inner .description {
  color: var(--paragraph-color);
}
.btn-boxed.cleaning-home {
  border-radius: 30px;
  background-color: var(--cleaning-color);
  color: var(--heading-color);
  font-weight: 700;
  padding: 12px 30px;
}
.btn-boxed.cleaning-home:hover {
  background-color: var(--secondary-color);
  color: #fff;
}
.header-area.cleaning-home {
  padding: 280px 0 380px;
}
.cleaning-about-area-wrap .right-content-wrap .title {
  font-size: 46px;
  line-height: 56px;
  font-weight: 700;
  margin-bottom: 20px;
}
.cleaning-about-area-wrap .right-content-wrap .subtitle {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  color: var(--cleaning-two-color);
  margin-bottom: 10px;
  display: block;
}
.cleaning-about-area-wrap .right-content-wrap .paragraph {
  line-height: 30px;
}
.cleaning-about-area-wrap .right-content-wrap {
  margin-left: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.section-title.cleaning-home .subtitle {
  color: var(--cleaning-two-color);
  text-transform: capitalize;
}
.single-cleaning-service-item .thumb {
  position: relative;
}
.single-cleaning-service-item .thumb .icon {
  position: absolute;
  left: 20px;
  bottom: -30px;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  background-color: var(--cleaning-color);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  border: 3px solid #fff;
  border-radius: 50%;
  font-size: 30px;
  color: var(--heading-color);
}
.single-cleaning-service-item .content {
  padding: 50px 20px 0 20px;
}
.single-cleaning-service-item .content .title:hover {
  color: var(--cleaning-color);
}
.single-cleaning-service-item .content .title {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 10px;
  transition: all 0.3s;
}
.single-cleaning-service-item {
  margin-bottom: 40px;
}
.estimate-area-wrap.cleaning-home .top-part {
  background-color: var(--cleaning-two-color);
}
.estimate-area-wrap.cleaning-home .top-part .left-content-wrap .title {
  font-size: 45px;
  line-height: 60px;
  font-weight: 700;
  color: #fff;
}
.estimate-area-wrap.cleaning-home .top-part .left-content-wrap {
  padding-right: 100px;
}
.estimate-form-wrapper {
  padding: 40px;
  background-color: var(--cleaning-color);
  margin-bottom: -199px;
}
.estimate-form-wrapper .title {
  font-size: 36px;
  line-height: 46px;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 700;
}
.estimate-form-wrapper .form-control {
  border: none;
  border-radius: 0;
  padding: 10px 20px;
}
.estimate-form-wrapper .form-control:focus {
  outline: 0;
  box-shadow: none;
}
.estimate-form-wrapper textarea.form-control {
  max-height: 100px;
  resize: none;
}
.estimate-form-wrapper .submit-btn:focus {
  outline: 0;
}
.header-slider-wrapper.cleaning-home {
  position: relative;
  z-index: 0;
}
.header-style-03.header-variant-16 .navbar-area {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.header-style-03.header-variant-16 {
  z-index: 1;
}
.header-style-03.header-variant-16 .navbar-area .nav-container {
  box-shadow: none;
  border-radius: 0;
  background-color: transparent;
}
.header-style-03.header-variant-16
  .navbar-area
  .nav-container
  .logo-wrapper
  img {
  max-width: 180px;
}
.header-style-03.header-variant-16 .mobile-cart a .pcount,
.header-style-03.header-variant-16
  .navbar-area
  .nav-container
  .nav-right-content
  ul
  li.cart
  .pcount {
  color: #fff;
  background-color: var(--cleaning-color);
}
.header-variant-16 .navbar-area .nav-container .navbar-collapse .navbar-nav li {
  color: rgba(255, 255, 255, 0.8);
}
.header-slider-wrapper.cleaning-home .right-image-wrap {
  position: absolute;
  right: -20%;
  top: -5%;
  z-index: -1;
}
.header-area.cleaning-home .header-inner .title {
  font-weight: 700;
  color: var(--heading-color);
  line-height: 70px;
  font-size: 65px;
}
.header-area.cleaning-home .header-inner .description {
  color: var(--paragraph-color);
}
.btn-boxed.cleaning-home {
  border-radius: 30px;
  background-color: var(--cleaning-color);
  color: var(--heading-color);
  font-weight: 700;
  padding: 12px 30px;
}
.btn-boxed.cleaning-home:hover {
  background-color: var(--secondary-color);
  color: #fff;
}
.header-area.cleaning-home {
  padding: 280px 0 380px;
}
.cleaning-about-area-wrap .right-content-wrap .title {
  font-size: 46px;
  line-height: 56px;
  font-weight: 700;
  margin-bottom: 20px;
}
.cleaning-about-area-wrap .right-content-wrap .subtitle {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  color: var(--cleaning-two-color);
  margin-bottom: 10px;
  display: block;
}
.cleaning-about-area-wrap .right-content-wrap .paragraph {
  line-height: 30px;
}
.cleaning-about-area-wrap .right-content-wrap {
  margin-left: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.section-title.cleaning-home .subtitle {
  color: var(--cleaning-two-color);
  text-transform: capitalize;
}
.single-cleaning-service-item .thumb {
  position: relative;
}
.single-cleaning-service-item .thumb .icon {
  position: absolute;
  left: 20px;
  bottom: -30px;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  background-color: var(--cleaning-color);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  border: 3px solid #fff;
  border-radius: 50%;
  font-size: 30px;
  color: var(--heading-color);
}
.single-cleaning-service-item .content {
  padding: 50px 20px 0 20px;
}
.single-cleaning-service-item .content .title:hover {
  color: var(--cleaning-color);
}
.single-cleaning-service-item .content .title {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 10px;
  transition: all 0.3s;
}
.single-cleaning-service-item {
  margin-bottom: 40px;
}
.estimate-area-wrap.cleaning-home .top-part {
  background-color: var(--cleaning-two-color);
}
.estimate-area-wrap.cleaning-home .top-part .left-content-wrap .title {
  font-size: 45px;
  line-height: 60px;
  font-weight: 700;
  color: #fff;
}
.estimate-area-wrap.cleaning-home .top-part .left-content-wrap {
  padding-right: 100px;
}
.estimate-form-wrapper {
  padding: 40px;
  background-color: var(--cleaning-color);
  margin-bottom: -199px;
}
.estimate-form-wrapper .title {
  font-size: 36px;
  line-height: 46px;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 700;
}
.estimate-form-wrapper .form-control {
  border: none;
  border-radius: 0;
  padding: 10px 20px;
}
.estimate-form-wrapper .form-control:focus {
  outline: 0;
  box-shadow: none;
}
.estimate-form-wrapper textarea.form-control {
  max-height: 100px;
  resize: none;
}
.estimate-form-wrapper .ajax-loading-wrap .sk-fading-circle .sk-circle:before {
  color: var(--cleaning-color);
}
.estimate-form-wrapper .submit-btn:focus {
  outline: 0;
}
.estimate-form-wrapper .submit-btn {
  border-radius: 0;
  background-color: var(--cleaning-two-color);
  font-weight: 700;
  border: none;
}
.estimate-form-wrapper .submit-btn:hover {
  background-color: #fff;
  color: var(--heading-color);
}
.case-studies-menu.style-01.cleaning-home li.active {
  color: var(--cleaning-color);
}
.single-case-studies-item:hover .content {
  visibility: visible;
  opacity: 1;
}
.single-case-studies-item .content {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.single-case-studies-item .content .title {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}
.single-case-studies-item .content .cat-item a {
  color: var(--heading-color);
  opacity: 0.8;
}
.single-case-studies-item .content .cat-item a:hover {
  color: #fff;
}
.single-case-studies-item.cleaning-home:after,
.single-case-studies-item.cleaning-home:before {
  background-color: var(--cleaning-color);
  opacity: 0.5;
}
.single-case-studies-item:after,
.single-case-studies-item:before {
  background-color: var(--main-color-one);
  opacity: 0.5;
}
.single-case-studies-item .content .cat-item a:after {
  position: static;
  content: ",";
}
.single-case-studies-item .content .cat-item a:last-child:after {
  display: none;
}
.cagency-single-testimonial-item.cleaning-home {
  background-color: #fff;
  text-align: left;
  position: relative;
  margin-top: 40px;
  padding-top: 60px;
}
.cagency-single-testimonial-item.cleaning-home .author-details {
  justify-content: flex-start;
}
.cagency-single-testimonial-item.cleaning-home .icon {
  position: absolute;
  left: 30px;
  top: -30px;
  width: 60px;
  height: 60px;
  background-color: var(--cleaning-color);
  color: #fff;
  border-radius: 50%;
  text-align: center;
}
.cagency-single-testimonial-item.cleaning-home .icon i {
  color: var(--heading-color);
  line-height: 60px;
  font-size: 30px;
}
.cleaning-counterup-area {
  background-color: var(--cleaning-two-color);
  padding: 60px;
  border-radius: 10px;
}
.cleaning-counterup-item {
  text-align: center;
}
.cleaning-counterup-item .count-wrap {
  font-size: 36px;
  line-height: 40px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
}
.cleaning-counterup-item .count-wrap:after {
  position: absolute;
  left: 50%;
  bottom: -14px;
  width: 60px;
  height: 2px;
  background-color: var(--cleaning-color);
  transform: translate(-50%, -50%);
  content: "";
}
.cleaning-counterup-item .title {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-top: 30px;
}
.counterup-area.cleaning-home {
  margin-top: -100px;
}
.cleaning-home-testimonial-area {
  padding-bottom: 215px;
}
.single-portfolio-blog-grid.cleaning-home .thumb .time-wrap {
  background-color: var(--cleaning-color);
  border-radius: 50%;
  height: 60px;
  width: 60px;
  line-height: 60px;
  padding-top: 10px;
  left: 30px;
}
.single-portfolio-blog-grid.cleaning-home .thumb .time-wrap span {
  display: block;
  line-height: 19px;
  color: var(--heading-color);
}
.single-portfolio-blog-grid .content {
  background-color: transparent;
}
.single-portfolio-blog-grid .content .title {
  color: var(--heading-color);
}
.single-portfolio-blog-grid.cleaning-home .content p {
  color: var(--paragraph-color);
}
.single-portfolio-blog-grid .content .readmore {
  color: var(--cleaning-two-color);
  font-weight: 700;
}
.single-portfolio-blog-grid .content .title a {
  font-weight: 600;
}
.single-portfolio-blog-grid .content .title a:hover {
  color: var(--cleaning-two-color);
}
.appointment-single-item.cleaning-home .thumb .cat {
  background-color: var(--cleaning-color);
  color: #333;
}
.appointment-single-item.cleaning-home .content .designation {
  color: var(--cleaning-two-color);
}
.appointment-single-item.cleaning-home .content .designation:before {
  background-color: var(--cleaning-two-color);
}
.appointment-single-item.cleaning-home .content .boxed-btn {
  display: inline-block;
  background-color: var(--cleaning-color);
  padding: 5px 20px;
  color: #333;
  text-decoration: none;
}
@media only screen and (min-width: 1201px) and (max-width: 1366px) {
  .header-slider-wrapper.cleaning-home .right-image-wrap {
    right: -40%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-slider-wrapper.cleaning-home .right-image-wrap {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .header-slider-wrapper.cleaning-home .right-image-wrap {
    display: none;
  }
  .header-area.cleaning-home {
    padding: 180px 0 200px;
  }
  .estimate-area-wrap.cleaning-home .client-area {
    margin-top: 280px;
  }
  .cleaning-counterup-item {
    margin-bottom: 30px;
  }
  .header-variant-16
    .navbar-area
    .nav-container
    .navbar-collapse
    .navbar-nav
    li {
    color: var(--paragraph-color);
  }
  .header-variant-16
    .navbar-area
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-mega-menu:before {
    top: 25px;
    right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .header-area.cleaning-home .header-inner .title {
    line-height: 60px;
    font-size: 50px;
  }
  .estimate-area-wrap.cleaning-home .top-part .left-content-wrap {
    padding: 0;
    margin-bottom: 60px;
  }
  .header-variant-16
    .navbar-area
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-mega-menu:before {
    top: 25px;
    right: 20px;
  }
  .cleaning-about-area-wrap .left-content-wrap {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 414px) {
  .header-area.cleaning-home .header-inner .title {
    line-height: 60px;
    font-size: 40px;
  }
  .cleaning-about-area-wrap .right-content-wrap {
    margin: 0;
  }
  .cleaning-about-area-wrap .right-content-wrap .title {
    font-size: 36px;
    line-height: 36px;
  }
  .estimate-area-wrap.cleaning-home .top-part .left-content-wrap .title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 330px) {
  .header-variant-16 .navbar-area .nav-container {
    margin: 0;
  }
  .header-style-03.header-variant-16
    .navbar-area
    .nav-container
    .logo-wrapper
    img {
    max-width: 140px;
  }
  .mobile-cart a {
    top: 15px;
  }
  .header-area.cleaning-home .header-inner .title {
    line-height: 50px;
    font-size: 32px;
  }
  .header-area.cleaning-home {
    padding: 120px 0 120px;
  }
  .cleaning-about-area-wrap .right-content-wrap .title {
    font-size: 32px;
    line-height: 40px;
  }
  .estimate-area-wrap.cleaning-home .top-part .left-content-wrap .title {
    font-size: 32px;
    line-height: 42px;
  }
  .estimate-form-wrapper .title {
    font-size: 32px;
    line-height: 42px;
  }
  .estimate-form-wrapper {
    padding: 20px;
  }
}
.header-slider-wrapper.course-home .header-area {
  padding: 350px 0 520px;
}
.header-slider-wrapper.course-home {
  position: relative;
  z-index: 0;
  background-repeat: no-repeat;
}
.header-slider-wrapper.course-home .right-image-wrap {
  position: absolute;
  right: 5%;
  top: 15%;
}
.header-slider-wrapper.course-home .header-inner .title {
  font-weight: 600;
  color: var(--heading-color);
}
.header-slider-wrapper.course-home .header-inner .description {
  color: var(--paragraph-color);
  line-height: 30px;
}
.btn-dagency {
  display: inline-block;
  background-color: var(--course-two-color);
  border-radius: 30px;
  transition: all 0.3s;
  padding: 10px 12px 10px 30px;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
}
.btn-dagency:hover {
  color: #fff;
  background-color: var(--secondary-color);
}
.btn-dagency i {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 35px;
  background-color: #fff;
  color: var(--course-two-color);
  margin-left: 20px;
  padding: 0;
  border-radius: 50%;
}
.header-style-03.header-variant-17 {
  z-index: 1;
}
.header-style-03.header-variant-17 .navbar-area {
  position: absolute;
  left: 0;
  top: auto;
  width: 100%;
}
.header-style-03.header-variant-17 .navbar-area .nav-container {
  box-shadow: none;
  background-color: transparent;
}
.header-style-03.header-variant-17 .navbar-area .nav-container .logo-wrapper {
  max-width: 180px;
}
.header-style-03.header-variant-17 .mobile-cart a,
.header-style-03.header-variant-17
  .navbar-area
  .nav-container
  .nav-right-content
  ul
  li.cart
  .pcount {
  background-color: var(--course-color);
  color: #fff;
}
.header-style-03.header-variant-17 .header-area {
  padding: 325px 0 550px;
}
.single-course-category-item .icon i {
  padding-left: 20px;
}
.single-course-category-item .icon {
  width: 170px;
  height: 170px;
  line-height: 170px;
  text-align: center;
  font-size: 60px;
  color: var(--course-color);
  background-repeat: no-repeat;
  background-position: center;
}
.single-course-category-item .icon.bg-1 {
  color: #8876ff;
}
.single-course-category-item .icon.bg-2 {
  color: #ff5790;
}
.single-course-category-item .icon.bg-3 {
  color: #4582ff;
}
.single-course-category-item .icon.bg-4 {
  color: #f27676;
}
.single-course-category-item .icon.bg-5 {
  color: #55b56a;
}
.single-course-category-item .icon.bg-6 {
  color: #ffbe43;
}
.single-course-category-item .content {
  text-align: center;
}
.single-course-category-item .content .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 5px;
}
.single-course-category-item .content .count {
  font-size: 14px;
  font-weight: 600;
}
.course-category-carousel .owl-nav div:hover {
  background-color: var(--course-color);
}
.course-category-carousel:hover .owl-nav div {
  visibility: visible;
  opacity: 1;
}
.course-category-carousel .owl-nav div {
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--secondary-color);
  color: #fff;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.course-category-carousel .owl-nav div.owl-next {
  left: auto;
  right: -40px;
}
.single-specialities-item.bg-color-1 {
  background-color: #695ac7;
}
.single-specialities-item.bg-color-1 .icon {
  background-color: #8876ff;
}
.single-specialities-item.bg-color-2 {
  background-color: #f27676;
}
.single-specialities-item.bg-color-2 .icon {
  background-color: #d44d4d;
}
.single-specialities-item.bg-color-3 {
  background-color: #4582ff;
}
.single-specialities-item.bg-color-3 .icon {
  background-color: #3667cb;
}
.single-specialities-item.bg-color-4 {
  background-color: #55b56a;
}
.single-specialities-item.bg-color-4 .icon {
  background-color: #1c9436;
}
.single-specialities-item {
  border-radius: 10px;
  background-color: var(--course-color);
  padding: 40px 30px;
  overflow: hidden;
  margin-bottom: 30px;
}
.single-specialities-item .content .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
  letter-spacing: -1px;
}
.single-specialities-item .content .description {
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.8;
}
.single-specialities-item .icon {
  width: 150px;
  height: 150px;
  background-color: #25a3d4;
  font-size: 60px;
  line-height: 190px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  position: relative;
  margin-left: -60px;
  margin-top: -70px;
}
.single-specialities-item .content {
  text-align: center;
  padding-top: 20px;
}
.section-title.course-home .title {
  position: relative;
}
.section-title.course-home.center-align {
  text-align: center;
}
.section-title.course-home.center-align .title:after {
  left: 50%;
  transform: translateX(-50%);
}
.section-title.course-home.right-align {
  text-align: right;
}
.section-title.course-home.right-align .title:after {
  left: auto;
  right: 0;
}
.section-title.course-home .title:after {
  position: absolute;
  width: 200px;
  height: 2px;
  background-color: var(--course-color);
  content: "";
  bottom: -10px;
  left: 0;
}
.global-carousel-init {
  position: relative;
}
.global-carousel-init:hover .owl-nav div {
  visibility: visible;
  opacity: 1;
}
.global-carousel-init .owl-nav div {
  position: absolute;
  left: -40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  visibility: hidden;
  opacity: 0;
  background-color: var(--secondary-color);
  color: #fff;
}
.course-section-bg {
  background-color: #effbfe;
}
.achor-btn {
  display: inline-block;
  border-bottom: 2px solid var(--course-two-color);
  color: var(--heading-color);
}
.course-home .achor-btn {
  padding-top: 30px;
}
.global-carousel-init .owl-nav div:hover {
  color: var(--main-color-one);
}
.global-carousel-init .owl-nav div.owl-next {
  left: auto;
  right: -40px;
}
.const-single-testimonial-item.course-home .content {
  background-color: #fff;
}
.const-single-testimonial-item.course-home .content .description {
  font-size: 18px;
  line-height: 30px;
}
.cagency-counterup-area.course-bg {
  background-color: transparent;
}
.single-events-list-item.course-home {
  padding: 40px;
  background-color: #fbfbfb;
  box-shadow: 0 0 5px 0 rgb(0 0 0 / 15%);
  margin: 10px;
}
.single-events-list-item.course-home .content-area .top-part .title {
  font-size: 32px;
  line-height: 40px;
}
.single-events-list-item.course-home .location {
  color: var(--heading-color);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.single-events-list-item.course-home .location i {
  color: var(--course-two-color);
}
.single-events-list-item .content-area .top-part .time-wrap {
  background-color: var(--course-color);
}
.course-inner-area-wrap {
  background-color: var(--course-color);
  border-radius: 20px;
  padding: 80px;
  display: flex;
  justify-content: space-between;
  background-image: url(../img/shape/course-cta-shape.svg);
  background-position: bottom center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.course-inner-area-wrap .title {
  font-size: 45px;
  line-height: 55px;
  font-weight: 700;
  color: #fff;
}
.course-inner-area-wrap .right-content {
  display: flex;
  align-items: center;
}
.course-inner-area-wrap .left-content-wrap {
  width: 60%;
}
.course-inner-area-wrap .right-content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.course-cta-area {
  position: relative;
  margin-bottom: -100px;
  z-index: 1;
}
.course-inner-area-wrap .btn-dagency {
  background-color: #fff;
  color: var(--heading-color);
  padding: 10px 10px 10px 30px;
}
.course-inner-area-wrap .btn-dagency i {
  background-color: var(--course-color);
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
@media only screen and (min-width: 1201px) and (max-width: 1366px) {
  .header-slider-wrapper.course-home .right-image-wrap {
    right: -8%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-slider-wrapper.course-home .right-image-wrap {
    right: -15%;
  }
}
@media only screen and (max-width: 991px) {
  .header-style-03.header-variant-17
    .navbar-area
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-mega-menu:before {
    top: 25px;
    right: 20px;
  }
  .header-style-03.header-variant-17 .mobile-cart a {
    background-color: transparent;
    color: var(--heading-color);
  }
  .header-slider-wrapper.course-home .right-image-wrap {
    display: none;
  }
  .header-slider-wrapper.course-home .header-area {
    padding: 150px 0 120px;
  }
  .single-events-list-item.course-home {
    display: block;
  }
  .single-events-list-item.course-home .thumb {
    margin-bottom: 30px;
  }
  .course-inner-area-wrap {
    display: block;
  }
  .course-inner-area-wrap div {
    width: 100% !important;
  }
  .course-inner-area-wrap .right-content-wrap {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .cagency-counterup-area.course-bg {
    background-size: cover;
  }
  .cagency-counterup-item .number::after {
    left: 40%;
  }
  .all-courses-area .btn-wrapper {
    text-align: left;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 414px) {
  .header-slider-wrapper.course-home .header-inner .title {
    font-weight: 700;
  }
  .single-course-category-item .icon {
    margin: 0 auto;
  }
  .cagency-counterup-area {
    padding-bottom: 59px;
  }
  .single-course-category-item .icon {
    margin: 0 auto;
  }
  .cagency-counterup-area {
    padding-bottom: 59px;
  }
  .single-events-list-item .thumb {
    margin: 0;
  }
  .single-events-list-item .content-area .top-part {
    display: block;
  }
  .single-events-list-item .content-area .top-part .time-wrap {
    margin-bottom: 20px;
  }
  .single-events-list-item .content-area .title-wrap .title {
    font-size: 24px;
  }
  .single-events-list-item .content-area .top-part .title-wrap .title {
    font-size: 28px;
    line-height: 30px;
  }
  .single-events-list-item.course-home .location {
    font-size: 16px;
  }
  .course-inner-area-wrap {
    padding: 40px;
  }
  .course-inner-area-wrap .title {
    font-size: 36px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 330px) {
  .header-variant-17 .navbar-area .nav-container {
    margin: 0;
  }
  .header-style-03.header-variant-17 .navbar-area .nav-container .logo-wrapper {
    max-width: 130px;
  }
  .header-style-03.header-variant-17 .navbar-area .mobile-cart a {
    top: 15px;
  }
  .single-events-list-item.course-home {
    padding: 10px;
  }
  .course-inner-area-wrap .title {
    font-size: 32px;
    line-height: 40px;
  }
  .course-inner-area-wrap .btn-dagency i {
    display: none;
  }
  .course-inner-area-wrap .btn-dagency {
    padding-right: 30px;
  }
}
.btn-dagency {
  display: inline-block;
  background-color: var(--grocery-color);
  border-radius: 30px;
  transition: all 0.3s;
  padding: 10px 12px 10px 30px;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
}
.btn-dagency:hover {
  color: #fff;
  background-color: var(--secondary-color);
}
.btn-dagency i {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 35px;
  background-color: #fff;
  color: var(--grocery-color);
  margin-left: 20px;
  padding: 0;
  border-radius: 50%;
}
.header-variant-18 .navbar-area .nav-container {
  box-shadow: none;
}
.header-variant-18 .navbar-area .nav-container .logo-wrapper {
  max-width: 180px;
}
.header-style-03.header-variant-18 {
  z-index: 9;
}
.header-area.grocery-home .subtitle {
  font-weight: 600;
  color: var(--paragraph-color);
  display: block;
  margin-bottom: 20px;
}
.header-area.grocery-home .title {
  font-weight: 700;
  text-transform: capitalize;
  color: var(--heading-color);
  font-size: 54px;
  line-height: 65px;
}
.header-area.grocery-home .description {
  color: var(--paragraph-color);
}
.grocery-home.section-title .title {
  color: var(--grocery-heading-color);
}
.header-style-03.header-variant-18 .mobile-cart a .pcount,
.header-style-03.header-variant-18
  .navbar-area
  .nav-container
  .nav-right-content
  ul
  li.cart
  .pcount {
  color: #fff;
}
.header-style-03.header-variant-18 .navbar-area.nav-fixed {
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.single-product-cat-item .thumb {
  background-color: #f2f2f2;
  border-radius: 20px;
}
.single-product-cat-item {
  text-align: center;
  max-width: 300px;
}
.single-product-cat-item .title {
  font-size: 22px;
  font-weight: 700;
  margin: 20px 0;
  transition: all 0.3s;
}
.single-product-cat-item .title:hover {
  color: var(--grocery-color);
}
.logistic-dots.grocery-home .owl-dots div.active {
  background-color: var(--grocery-color);
}
.offer-item-wrap img {
  border-radius: 20px;
}
.single-grocery-product-item{
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0.05rem 0.1rem 0.3rem -0.03rem rgb(0 0 0 / 45%);
  padding-bottom: 1rem;
  transition: all 0.2s;
  margin-bottom: 20px;
}
.single-grocery-product-item .thumb {
  position: relative;
}
.single-grocery-product-item .thumb .tag {
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: var(--grocery-color);
  font-weight: 600;
  color: #fff;
  padding: 2px 5px;
  font-size: 14px;
}
.single-grocery-product-item .content {
  padding: 30px 20px;
  text-align: center;
  position: relative;
}
.single-grocery-product-item .content .rating-wrap {
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
}
.single-grocery-product-item .content .title {
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  margin-bottom: 15px;
}
.single-grocery-product-item .price-wrap {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.single-grocery-product-item .price-wrap .price {
  color: var(--grocery-color);
}
.single-grocery-product-item .addtocart {
  display: inline-block;
  border-radius: 30px;
  border: 1px solid var(--grocery-color);
  padding: 8px 25px;
  color: var(--grocery-color);
  font-weight: 600;
  transition: all 0.3s;
}
.single-grocery-product-item .addtocart:hover {
  background-color: var(--grocery-color);
  color: #fff;
}
.section-title.grocery-home .title {
  color: var(--grocery-heading-color);
}
.section-title.grocery-home .subtitle {
  position: relative;
  color: var(--heading-color);
  text-transform: capitalize;
  font-weight: 600;
  padding: 5px 15px;
}
.section-title.grocery-home .subtitle:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: var(--grocery-color);
  content: "";
  height: 100%;
  z-index: -1;
  opacity: 0.3;
  border-radius: 3px;
}
.process-area-wrap .shape {
  position: absolute;
}
.process-area-wrap {
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.single-process-item-fruit-home {
  text-align: center;
}
.single-process-item-fruit-home .icon {
  font-size: 70px;
  line-height: 230px;
  color: var(--grocery-color);
  background-image: url(../img/shape/process-circle.svg);
  width: 200px;
  height: 200px;
  position: relative;
  margin: 0 auto 30px;
}
.single-process-item-fruit-home .icon .number {
  font-size: 16px;
  display: inline-block;
  background-color: var(--grocery-color);
  border-radius: 50%;
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-weight: 700;
  color: #fff;
  position: absolute;
  bottom: 20px;
  right: 12px;
}
.single-process-item-fruit-home .title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 10px;
}
.process-area-wrap .shape.right-image {
  right: 0;
  top: -60px;
}
.process-area-wrap .shape.left-image {
  bottom: -80px;
  left: 0;
}
.fruits-home-single-testimonial-item {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  padding: 60px;
}
.fruits-home-single-testimonial-item .author-details {
  display: flex;
  color: var(--fruits-color);
}
.fruits-home-single-testimonial-item .author-details .content {
  flex: 1;
}
.fruits-home-single-testimonial-item .author-details .thumb img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 20px;
}
.fruits-home-single-testimonial-item .author-details .content .title {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  color: var(--fruits-heading-color);
  margin-bottom: 4px;
}
.fruits-home-single-testimonial-item .author-details .content .designation {
  font-size: 14px;
  line-height: 20px;
}
.fruits-home-single-testimonial-item .author-details .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fruits-home-single-testimonial-item .author-details {
  margin-bottom: 20px;
}
.fruits-home-single-testimonial-item {
  margin: 10px;
}
.fruits-home-single-testimonial-item .icon {
  font-size: 60px;
  line-height: 60px;
  position: absolute;
  right: 60px;
  bottom: 30px;
  color: var(--fruits-color);
  opacity: 0.2;
}
.fruits-home-single-testimonial-item .description {
  font-size: 20px;
  line-height: 32px;
}
@media only screen and (max-width: 991px) {
  .header-style-03.header-variant-18
    .navbar-area.nav-fixed
    .nav-container
    .navbar-collapse
    .navbar-nav
    li {
    line-height: 26px;
  }
  .header-style-03.header-variant-18
    .navbar-area
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-mega-menu:before {
    top: 25px;
    right: 20px;
  }
  .offer-item-wrap {
    margin-bottom: 30px;
  }
  .process-area-wrap {
    background-size: cover;
  }
  .header-style-03.header-variant-18 .mobile-cart a {
    color: var(--heading-color);
  }
}
@media only screen and (max-width: 767px) {
  .single-grocery-product-item .thumb img {
    width: 100%;
  }
  .header-style-03.header-variant-18 .mobile-cart a {
    color: var(--heading-color);
  }
}
@media only screen and (max-width: 414px) {
  .header-area.grocery-home .title {
    font-size: 45px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 330px) {
  .header-variant-18 .navbar-area .nav-container {
    margin: 0;
  }
  .header-variant-18 .navbar-area .nav-container .logo-wrapper {
    max-width: 130px;
  }
  .header-variant-18 .mobile-cart a {
    right: 70px;
    top: 14px;
  }
  .header-area.grocery-home .title {
    font-size: 40px;
    line-height: 50px;
  }
}
.header-slider-wrapper.grocery-home .owl-nav {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.header-slider-wrapper.grocery-home .owl-nav div {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.header-slider-wrapper.grocery-home .owl-nav div:hover {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}
.header-slider-wrapper.grocery-home .owl-nav div.owl-next {
  left: auto;
  right: 5px;
}
.header-slider-wrapper.grocery-home .owl-nav div {
  left: 5px;
}
.top-bar-area.header-variant-13 {
  background-color: transparent;
}
.top-bar-area.header-variant-13 .top-bar-inner ul li a {
  color: var(--paragraph-color);
}
.top-bar-area.header-variant-13 .top-bar-inner ul li a:hover {
  color: var(--charity-color);
}
.top-bar-area.header-variant-13 #langchange {
  color: var(--paragraph-color);
}
.top-bar-area.header-variant-13 .top-bar-inner ul li a.boxed-btn.reverse-color {
  background-color: var(--secondary-color);
  color: #fff;
}
.top-bar-area.header-variant-13
  .top-bar-inner
  ul
  li
  a.boxed-btn.reverse-color:hover {
  background-color: var(--charity-color);
  color: #fff;
}
.header-style-03.header-variant-13,
.search-popup-inner-wrapper .search-form-warp .search-popup-close-btn {
  background-color: var(--charity-color);
}
.header-style-03.header-variant-13 .navbar-area .nav-container {
  background-color: var(--charity-color);
  border-radius: 0;
  padding: 0 30px 0 15px;
  box-shadow: none;
}
.header-style-03.header-variant-13
  .navbar-area
  .nav-container
  .nav-right-content
  ul
  li
  a,
.header-style-03.header-variant-13
  .navbar-area
  .nav-container
  .nav-right-content
  ul
  li
  a:hover,
.header-style-03.header-variant-13
  .navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li,
.header-style-03.header-variant-13
  .navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li
  a:hover {
  color: #fff;
}
.header-style-03.header-variant-13 .mobile-cart a .pcount,
.header-style-03.header-variant-13
  .navbar-area
  .nav-container
  .nav-right-content
  ul
  li.cart
  .pcount {
  background-color: var(--secondary-color);
}
.search-popup-inner-wrapper .search-form-warp button {
  background-color: var(--secondary-color);
}
.search-popup-inner-wrapper .search-form-warp button:hover {
  background-color: var(--charity-color);
}
.header-style-03.header-variant-13 .navbar-area.nav-fixed {
  background-color: var(--charity-color);
}
.header-style-03.header-variant-13 {
  z-index: 2;
}
.header-area.charity-home .title {
  font-weight: 700;
}
.header-area.charity-home {
  z-index: inherit;
  padding: 90px 0 200px;
}
.header-style-03.header-variant-13 .navbar-area {
  position: relative;
}
.header-style-03.header-variant-13 .navbar-area:before {
  background-image: url(../img/shape/line-bg.png);
  opacity: 0.08;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.single-fruit-product-item .price-wrap .del-price {
  margin-left: 5px;
}
.header-area.charity-home:after {
  background-image: url(../img/shape/line-bg.png);
  opacity: 0.08;
}
.header-area.charity-home:after,
.header-area.charity-home:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--charity-color);
  z-index: -1;
  content: "";
}
.header-area.charity-home .btn-charity:hover {
  background-color: var(--secondary-color);
  color: #fff;
}
.header-area.charity-home .btn-charity {
  background-color: #fff;
  color: var(--charity-color);
}
.header-area.charity-home .btn-charity:hover i {
  background-color: #fff;
  color: var(--secondary-color);
}
.header-area.charity-home .btn-charity i {
  background-color: var(--charity-color);
  color: #fff;
}
.header-area.charity-home .header-area .title {
  font-weight: 700;
}
.btn-charity {
  display: inline-block;
  background-color: var(--charity-color);
  color: #fff;
  padding: 10px 10px 10px 30px;
  font-weight: 700;
  transition: all 0.3s;
}
.btn-charity i {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  background-color: #fff;
  color: var(--charity-color);
  line-height: 30px;
  font-size: 13px;
  margin-left: 25px;
  transition: all 0.3s;
}
.reverse-color.btn-charity:hover {
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 15%);
}
.btn-charity:hover {
  background-color: #fff;
  color: var(--charity-color);
}
.btn-charity:hover i {
  background-color: var(--charity-color);
  color: #fff;
}
.header-area.charity-home .right-image-wrap {
  position: absolute;
  right: -10%;
  top: 0;
  z-index: -1;
}
.header-area .subtitle {
  text-transform: capitalize;
  display: block;
  margin-bottom: 10px;
}
.header-area.charity-home .bottom-image-shape {
  position: absolute;
  bottom: -2px;
  width: 102%;
  background-size: cover;
  left: -5px;
}
.header-slider-wrapper.charity-home .owl-dots {
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -100px;
}
.header-slider-wrapper.charity-home .owl-dots div {
  display: block;
  width: 5px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.5);
}
.header-slider-wrapper.charity-home .owl-dots div + div {
  margin-top: 10px;
}
.header-slider-wrapper.charity-home .owl-dots div.active {
  background-color: #fff;
}
.charity-about-area .left-content-area .subtitle {
  font-size: 16px;
  line-height: 20px;
  color: var(--charity-color);
}
.charity-about-area .left-content-area .title {
  font-size: 65px;
  line-height: 70px;
  margin-bottom: 20px;
  font-weight: 700;
}
.charity-about-area .left-content-area .btn-wrapper {
  margin-top: 30px;
}
.charity-about-area .left-content-area {
  padding-right: 60px;
}
.charity-about-area .right-content-area {
  margin-left: 40px;
}
.charity-about-area .right-content-area .image-wrapper {
  position: relative;
}
.charity-about-area .right-content-area .image-wrapper .vdo-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.charity-about-area .right-content-area .image-wrapper img {
  border-radius: 20px;
}
.charity-about-area .right-content-area .image-wrapper:before {
  position: absolute;
  right: -30px;
  bottom: -30px;
  width: 200px;
  height: 220px;
  border-radius: 20px;
  background-color: var(--charity-color);
  z-index: -1;
  content: "";
}
.charity-about-area .right-content-area .image-wrapper .video-play-btn {
  color: var(--charity-color);
}
.section-title.charity-home .subtitle {
  text-transform: capitalize;
  font-weight: 600;
  color: var(--charity-color);
}
.single-popular-cause-item {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 35px 0 rgb(0 0 0 / 4%);
}
.single-popular-cause-item .thumb img {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
.single-popular-cause-item .content {
  padding: 20px;
  overflow: hidden;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.single-popular-cause-item .content .title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 20px;
}
.single-popular-cause-item .content .thumb-content {
  margin-top: 55px;
}
.single-popular-cause-item .content .thumb-content .goal {
  display: flex;
  justify-content: space-between;
}
.single-popular-cause-item .content .thumb-content .goal .raised {
  font-size: 14px;
  margin-top: 10px;
  color: var(--heading-color);
  opacity: 0.8;
}
.single-popular-cause-item .content .thumb-content .goal .raised span {
  color: var(--charity-color);
}
.single-popular-cause-item .proggress {
  border-radius: 10px !important;
}
.single-popular-cause-item .progressbar {
  border-radius: 10px !important;
}
.single-popular-cause-item .percentCount {
  border-radius: 30px;
  width: 30px;
  height: 30px;
  font-size: 10px;
  line-height: 30px;
  padding: 0;
  text-align: center;
  font-weight: 700;
  margin-left: -15px;
  background-color: var(--charity-color);
}
.single-popular-cause-item .percentCount:after {
  bottom: -10px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 14px solid var(--charity-color);
  left: 10px;
}
.donation-progress.style-0 .proggress {
  background-color: #f86048 !important;
}
.donation-progress.style-0 .percentCount:after {
  border-top: 14px solid #f86048;
}
.donation-progress.style-0 .percentCount {
  background-color: #f86048;
}
.donation-progress.style-1 .percentCount:after {
  border-top: 14px solid #4ecd99;
}
.donation-progress.style-1 .percentCount {
  background-color: #4ecd99;
}
.donation-progress.style-1 .proggress {
  background-color: #4ecd99 !important;
}
.donation-progress.style-2 .percentCount:after {
  border-top: 14px solid #953ea7;
}
.donation-progress.style-2 .percentCount {
  background-color: #953ea7;
}
.donation-progress.style-2 .proggress {
  background-color: #953ea7 !important;
}
.charity-team-single-item .thumb {
  border-radius: 20px;
  position: relative;
}
.charity-team-single-item .thumb img {
  border-radius: 20px;
}
.charity-team-single-item .thumb .content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 25px;
  height: auto;
  width: 100%;
  z-index: 0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.charity-team-single-item .thumb .style-1.content:after {
  background-color: #953ea7;
}
.charity-team-single-item .thumb .style-2.content:after {
  background-color: #ed4c4c;
}
.charity-team-single-item .thumb .style-3.content:after {
  background-color: #fcad31;
}
.charity-team-single-item .thumb .style-4.content:after {
  background-color: #4fcd99;
}
.charity-team-single-item .thumb .content:after {
  position: absolute;
  left: 0;
  top: -30px;
  width: 100%;
  height: 125px;
  content: "";
  background-color: var(--charity-color);
  z-index: -1;
  opacity: 0.9;
  clip-path: polygon(
    100% 0,
    100% 0,
    100% 0,
    100% 100%,
    80% 100%,
    20% 100%,
    0 100%,
    0 33%
  );
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.charity-team-single-item .thumb .content .title {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  margin: 0;
}
.charity-team-single-item .thumb .content span {
  font-size: 12px;
  line-height: 20px;
  color: #fff;
}
.charity-team-single-item .thumb .content .social-icons {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 5px;
}
.charity-team-single-item .thumb .content .social-icons li {
  display: inline-block;
  font-size: 13px;
  color: #fff;
  opacity: 0.8;
}
.charity-cta-area .cta-area-inner .title {
  font-size: 45px;
  line-height: 56px;
  font-weight: 700;
  color: #fff;
}
.charity-cta-area .cta-area-inner {
  display: flex;
  justify-content: space-between;
  padding: 140px 0 120px 0;
}
.charity-cta-area .cta-area-inner .left-content-area {
  width: 60%;
}
.charity-cta-area .cta-area-inner .right-content-area {
  display: flex;
  align-items: center;
}
.charity-cta-area .cta-area-inner .right-content-area .btn-charity {
  background-color: #f59f32;
}
.charity-cta-area .cta-area-inner .right-content-area .btn-charity:hover {
  background-color: #fff;
  color: #f59f32;
}
.charity-cta-area .cta-area-inner .right-content-area .btn-charity:hover i {
  background-color: #f59f32;
}
.charity-cta-area {
  position: relative;
  z-index: 0;
}
.charity-cta-area:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  content: "";
  z-index: -1;
}
.charity-cta-area .shape.top {
  left: 0;
  top: -10px;
  width: 100%;
}
.charity-cta-area .shape {
  position: absolute;
}
.charity-cta-area .shape.bottom {
  bottom: -1px;
}
.charity-single-event-item-wrap .thumb img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.charity-single-event-item-wrap .thumb {
  position: relative;
}
.charity-single-event-item-wrap .thumb .time-wrap {
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: var(--charity-color);
  font-weight: 700;
  color: #fff;
  width: 50px;
  text-align: center;
  height: 50px;
  border: 2px solid #fff;
  padding-top: 2px;
}
.charity-single-event-item-wrap .thumb .time-wrap span {
  display: block;
  font-size: 18px;
  line-height: 20px;
}
.charity-single-event-item-wrap .content {
  background-color: #f4f1ec;
  padding: 30px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.charity-single-event-item-wrap .title {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  transition: all 0.3s;
  margin-bottom: 15px;
}
.charity-single-event-item-wrap .title:hover {
  color: var(--charity-color);
}
.charity-single-event-item-wrap .content ul {
  margin-top: 20px;
}
.charity-single-event-item-wrap .content {
  background-color: #f4f1ec;
  padding: 30px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.charity-single-event-item-wrap .title {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  transition: all 0.3s;
  margin-bottom: 15px;
}
.charity-single-event-item-wrap .title:hover {
  color: var(--charity-color);
}
.charity-single-event-item-wrap .content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 20px;
  border-top: 1px solid var(--charity-color);
  padding-top: 15px;
}
.charity-single-event-item-wrap .content ul li i {
  color: var(--charity-color);
}
.charity-single-event-item-wrap .content ul li {
  font-size: 14px;
}
.charity-single-event-item-wrap .content ul li:first-child {
  margin-bottom: 10px;
}
.charity-single-event-item-wrap .thumb .time-wrap.style-1 {
  background-color: #f86048;
}
.charity-single-event-item-wrap .thumb .time-wrap.style-2 {
  background-color: #4fcd99;
}
.charity-single-event-item-wrap .thumb .time-wrap.style-3 {
  background-color: #5467c2;
}
.padding-bottom-200 {
  padding-bottom: 200px;
}
.charity-single-testimonial-item .icon {
  font-size: 40px;
  line-height: 50px;
  color: var(--charity-color);
  margin-bottom: 20px;
}
.charity-single-testimonial-item {
  text-align: center;
}
.charity-single-testimonial-item .description {
  font-size: 20px;
  line-height: 30px;
  max-width: 650px;
  margin: 0 auto;
}
.charity-single-testimonial-item .author-details {
  margin-top: 30px;
}
.charity-single-testimonial-item .author-details .title {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
}
.charity-cta-two-area .cta-inner {
  background-color: var(--charity-color);
  border-radius: 20px;
  padding: 80px;
  display: flex;
  justify-content: space-between;
}
.charity-cta-two-area .cta-inner .title {
  font-size: 45px;
  line-height: 55px;
  font-weight: 700;
  color: #fff;
}
.charity-cta-two-area .cta-inner .right-content {
  display: flex;
  align-items: center;
}
.charity-cta-two-area .cta-inner .right-content .btn-charity {
  background-color: #fff;
  color: var(--charity-color);
}
.charity-cta-two-area .cta-inner .right-content .btn-charity i {
  background-color: var(--charity-color);
  color: #fff;
}
.charity-cta-two-area {
  margin-top: -100px;
}
.single-portfolio-blog-grid.charity-home .content {
  background-color: transparent;
  padding: 45px 0 0;
}
.single-portfolio-blog-grid.charity-home .content .title {
  color: var(--heading-color);
  line-height: 26px;
  font-size: 20px;
}
.single-portfolio-blog-grid.charity-home .content .readmore {
  color: var(--charity-color);
}
@media only screen and (min-width: 1201px) and (max-width: 1366px) {
  .header-area.charity-home .right-image-wrap {
    right: -30%;
  }
  .charity-cta-area .shape.bottom {
    bottom: -5px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-area.charity-home .right-image-wrap {
    right: -50%;
  }
  .charity-cta-area .shape.bottom {
    bottom: -10px;
  }
}
@media only screen and (max-width: 991px) {
  .header-style-03.header-variant-13
    .navbar-area
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-mega-menu:before {
    top: 25px;
    right: 20px;
  }
  .header-area.charity-home .right-image-wrap {
    display: none;
  }
  .header-style-03.header-variant-13 .mobile-cart a {
    top: 10px;
  }
  .header-style-03.header-variant-13
    .navbar-area
    .nav-container
    .nav-right-content
    ul
    li
    a,
  .header-style-03.header-variant-13
    .navbar-area
    .nav-container
    .nav-right-content
    ul
    li
    a:hover,
  .header-style-03.header-variant-13
    .navbar-area
    .nav-container
    .navbar-collapse
    .navbar-nav
    li,
  .header-style-03.header-variant-13
    .navbar-area
    .nav-container
    .navbar-collapse
    .navbar-nav
    li
    a:hover {
    color: var(--paragraph-color);
  }
  .charity-about-area .right-content-area {
    margin-left: 0;
    margin-top: 40px;
  }
  .charity-cta-area .shape.bottom {
    bottom: -10px;
  }
  .charity-cta-two-area .cta-inner {
    padding: 40px;
  }
  .single-popular-cause-item {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .charity-about-area .left-content-area {
    padding-right: 0;
  }
  .charity-cta-area .cta-area-inner {
    display: block;
    padding: 120px 0;
  }
  .charity-cta-area .cta-area-inner div {
    width: 100% !important;
  }
  .charity-cta-area .cta-area-inner .left-content-area {
    margin-bottom: 30px;
  }
  .charity-cta-two-area .cta-inner {
    display: block;
  }
  .charity-cta-two-area .cta-inner .left-content {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 414px) {
  .charity-about-area .left-content-area .title {
    font-size: 48px;
    line-height: 54px;
  }
  .charity-about-area .right-content-area .image-wrapper:before {
    right: 0;
  }
  .charity-about-area .right-content-area .image-wrapper {
    padding-right: 20px;
  }
  .header-slider-wrapper.charity-home .owl-dots {
    top: auto;
    bottom: 30px;
    transform: none;
    left: 50%;
    transform: translateX(-50%);
  }
  .header-slider-wrapper.charity-home .owl-dots div {
    width: 10px;
    height: 10px;
    display: inline-block;
  }
  .header-slider-wrapper.charity-home .owl-dots div + div {
    margin-top: 0;
    margin-left: 10px;
  }
  .charity-cta-area .cta-area-inner .title {
    font-size: 40px;
    line-height: 50px;
  }
  .charity-cta-two-area .cta-inner .title {
    font-size: 36px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 330px) {
  .header-variant-13 .navbar-area .nav-container .logo-wrapper {
    max-width: 130px;
  }
  .charity-about-area .left-content-area .title {
    font-size: 36px;
    line-height: 46px;
  }
  .charity-cta-area .cta-area-inner .title {
    font-size: 33px;
    line-height: 43px;
  }
}
.header-style-03.header-variant-10 {
  position: relative;
  z-index: inherit;
}
.header-style-03.header-variant-10 .navbar-area {
  position: absolute;
  left: 0;
  top: auto;
  z-index: 2;
  width: 100%;
}
.header-style-03.header-variant-10 .navbar-area .nav-container {
  box-shadow: none;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
}
.header-style-03.header-variant-10
  .navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li:before {
  color: rgba(255, 255, 255, 0.6);
}
.header-style-03.header-variant-10
  .navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li
  a {
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.3s;
}
.header-style-03.header-variant-10
  .navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li
  a:hover {
  color: var(--lawyer-color);
}
.header-style-03.header-variant-10
  .navbar-area
  .nav-container
  .nav-right-content
  ul
  li
  a {
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.3s;
}
.header-style-03.header-variant-10
  .navbar-area
  .nav-container
  .nav-right-content
  ul
  li
  a:hover {
  color: var(--lawyer-color);
}
.header-style-03.header-variant-10
  .navbar-area
  .nav-container
  .nav-right-content
  ul
  li.cart
  a {
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.3s;
}
.header-style-03.header-variant-10
  .navbar-area
  .nav-container
  .nav-right-content
  ul
  li.cart
  a:hover {
  color: var(--lawyer-color);
}
.header-style-03.header-variant-10
  .navbar-area
  .nav-container
  .nav-right-content
  ul
  li.cart
  .pcount {
  color: #fff;
  background-color: var(--lawyer-color);
}
.header-style-03.header-variant-10
  .navbar-area
  .nav-container
  .mobile-cart
  a
  .pcount {
  color: #fff;
  color: var(--lawyer-color);
}
.header-area.lawyer-home {
  position: relative;
  z-index: 0;
  padding-bottom: 320px;
}
.header-area.lawyer-home:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(9, 28, 75, 0.6);
  z-index: -1;
  content: "";
}
.header-area.lawyer-home .header-inner {
  text-align: center;
}
.header-area.lawyer-home .header-inner .btn-wrapper {
  margin-top: 30px;
}
.header-area.lawyer-home .header-inner .btn-wrapper .boxed-btn {
  border: 1px solid transparent;
  background-color: var(--lawyer-color);
  color: #fff;
  border-radius: 0;
}
.header-area.lawyer-home .header-inner .btn-wrapper .boxed-btn:hover {
  background-color: transparent;
  border-color: #fff;
}
.header-area.lawyer-home .header-inner .btn-wrapper .boxed-btn.blank {
  background-color: transparent;
  border: 1px solid #fff;
}
.header-area.lawyer-home .header-inner .btn-wrapper .boxed-btn.blank:hover {
  background-color: var(--lawyer-color);
  border-color: transparent;
}
.header-bottom-item-lawyer {
  text-align: center;
  background-color: #191d33;
  padding: 40px 30px;
  transition: all 0.3s;
  margin-top: -150px;
  z-index: 1;
  position: relative;
}
.header-bottom-item-lawyer:hover {
  background-color: var(--lawyer-color);
}
.header-bottom-item-lawyer:hover .icon {
  color: #fff;
}
.header-bottom-item-lawyer .title {
  color: #fff;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}
.header-bottom-item-lawyer .icon {
  color: var(--lawyer-color);
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 30px;
}
.header-bottom-item-lawyer p {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
}
.lawyer-about-area .left-content-area {
  position: relative;
}
.lawyer-about-area .left-content-area .shape {
  position: absolute;
  right: 0;
  bottom: -40px;
  border: 10px solid #fff;
}
.lawyer-about-area .left-content-area {
  border: 10px solid #fff;
}
.lawyer-about-area .left-content-area:before {
  position: absolute;
  left: -30px;
  top: -30px;
  width: 250px;
  height: 250px;
  background-color: var(--lawyer-color);
  content: "";
  z-index: -1;
  clip-path: polygon(0 0, 0 100%, 100% 0);
}
.lawyer-about-area .right-content-area .subtitle {
  font-size: 14px;
  text-transform: uppercase;
  color: var(--lawyer-color);
  display: block;
  margin-bottom: 20px;
}
.lawyer-about-area .right-content-area .title {
  font-size: 45px;
  line-height: 55px;
  margin-bottom: 30px;
}
.lawyer-about-area .right-content-area {
  padding-left: 50px;
}
.lawyer-about-area .right-content-area .btn-wrapper .boxed-btn {
  border-radius: 3px;
  margin-top: 30px;
  background-color: var(--lawyer-color);
  border: 1px solid transparent;
}
.lawyer-about-area .right-content-area .btn-wrapper .boxed-btn:hover {
  background-color: transparent;
  color: var(--lawyer-color);
  border: 1px solid var(--lawyer-color);
}
.construction-single-what-we-cover-item.lawyer-home {
  border: none;
  background-color: #fff;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
  text-align: left;
}
.const-single-case-study-style-02 .title:hover,
.construction-single-what-we-cover-item.lawyer-home .icon,
.construction-single-what-we-cover-item.lawyer-home .readmore:hover,
.section-title.lawyer-home .subtitle {
  color: var(--lawyer-color);
}
.const-single-case-study-style-02.lawyer-home .cart-icon {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.const-single-case-study-style-02.lawyer-home:hover .cart-icon {
  visibility: visible;
  opacity: 1;
}
.const-single-case-study-style-02.lawyer-home .title {
  font-size: 26px;
  line-height: 30px;
}
.logistic-dots.lawyer-home .owl-dots div.active {
  background-color: var(--lawyer-color);
}
.lawyer-team-single-item .thumb {
  position: relative;
}
.lawyer-team-single-item:hover .thumb .social-icons {
  visibility: visible;
  opacity: 1;
}
.lawyer-team-single-item .thumb .social-icons {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.lawyer-team-single-item .thumb .social-icons li {
  display: inline-block;
}
.lawyer-team-single-item .thumb .social-icons li + li {
  margin-left: 10px;
}
.lawyer-team-single-item .content {
  margin: 0 10px;
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
  position: relative;
  top: -30px;
  padding: 20px;
  text-align: center;
}
.lawyer-team-single-item .content .title {
  text-transform: capitalize;
}
.lawyer-team-single-item .content span {
  color: var(--lawyer-color);
}
.lawyer-counterup-area {
  position: relative;
  z-index: 0;
}
.lawyer-counterup-area:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: "";
  background-color: #191d33;
  opacity: 0.6;
}
.lawyer-home-counterup-item .icon {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 15px;
  color: var(--lawyer-color);
}
.lawyer-home-counterup-item {
  text-align: center;
}
.lawyer-home-counterup-item .count-wrap {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: #fff;
}
.lawyer-home-counterup-item .title {
  font-size: 16px;
  line-height: 20px;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.8);
}
.lawyer-single-testimonial-item .thumb img {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 50%;
}
.lawyer-single-testimonial-item .thumb {
  margin-bottom: 30px;
}
.lawyer-single-testimonial-item .content {
  font-size: 26px;
  line-height: 36px;
  font-weight: 400;
  font-family: var(--body-font);
  text-align: center;
  font-style: italic;
}
.lawyer-single-testimonial-item .author-details {
  text-align: center;
  margin-top: 40px;
}
.lawyer-single-testimonial-item .author-details i {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 10px;
  color: var(--lawyer-color);
}
.lawyer-single-testimonial-item .author-details .title {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 5px;
}
.lawyer-single-testimonial-item .author-details .designation {
  color: var(--lawyer-color);
}
.single-portfolio-blog-grid.lawyer-home .thumb .time-wrap {
  background-color: var(--lawyer-color);
}
.single-portfolio-blog-grid.lawyer-home .content {
  background-color: transparent;
  padding: 0;
  padding-top: 60px;
}
.single-portfolio-blog-grid.lawyer-home .content .title {
  color: var(--heading-color);
}
.single-portfolio-blog-grid.lawyer-home .content .readmore,
.single-portfolio-blog-grid.lawyer-home .content p {
  color: var(--paragraph-color);
}
.lawyer-call-to-action {
  position: relative;
  text-align: center;
}
.lawyer-call-to-action:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(25, 29, 51, 0.5);
  content: "";
}
.lawyer-call-to-action .title {
  font-size: 36px;
  line-height: 46px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 25px;
}
.lawyer-call-to-action p {
  color: rgba(255, 255, 255, 0.8);
}
.lawyer-call-to-action .btn-wrapper {
  margin-top: 30px;
}
.lawyer-call-to-action .boxed-btn {
  border-radius: 3px;
  background-color: var(--lawyer-color);
  border: 1px solid transparent;
}
.lawyer-call-to-action .boxed-btn:hover {
  background-color: transparent;
  border-color: var(--lawyer-color);
}
.lawyer-contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.lawyer-contact-list li + li {
  margin-top: 30px;
}
.lawyer-contact-item {
  display: flex;
}
.lawyer-contact-item .icon {
  font-size: 40px;
  line-height: 40px;
  color: var(--lawyer-color);
  margin-right: 20px;
}
.lawyer-contact-item .content .title {
  display: block;
  font-size: 18px;
  line-height: 20px;
  color: var(--heading-color);
  margin-bottom: 10px;
}
.lawyer-contact-item .content .details {
  display: block;
}
.lawyer-contact-area .right-content-wrap .title {
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 40px;
  font-weight: 700;
}
.lawyer-contact-area .right-content-wrap .form-control {
  background-color: #f9f9f9;
  border: none;
  padding: 15px;
  min-height: 50px;
  font-size: 14px;
}
.btn-wrapper .boxed-btn.lawyer-page {
  border-radius: 3px;
  background-color: var(--lawyer-color);
  border: 1px solid transparent;
}
.btn-wrapper .boxed-btn.lawyer-page:hover {
  border-color: var(--lawyer-color);
  color: var(--lawyer-color);
  background-color: transparent;
}
.lawyer-contact-area .left-contnet-wrap {
  display: flex;
  align-items: center;
  height: 100%;
}
.top-bar-area.header-variant-10 .btn-wrapper .boxed-btn.reverse-color {
  background-color: var(--lawyer-color);
}
.appointment-single-item.lawyyer-home .thumb .cat {
  background-color: var(--lawyer-color);
}
.appointment-single-item.lawyyer-home .content .designation {
  color: var(--lawyer-color);
}
.appointment-single-item.lawyyer-home .content .designation:before {
  background-color: var(--lawyer-color);
}
.appointment-single-item.lawyyer-home .content .boxed-btn {
  color: var(--secondary-color);
}
.appointment-single-item.lawyyer-home .content .location i {
  color: var(--lawyer-color);
}
@media only screen and (max-width: 991px) {
  .header-style-03.header-variant-10
    .navbar-area
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-mega-menu:before {
    top: 25px;
    right: 20px;
    color: var(--heading-color);
  }
  .header-style-03.header-variant-10
    .navbar-area
    .nav-container
    .navbar-collapse
    .navbar-nav
    li:before {
    color: var(--heading-color);
  }
  .navbar-area .nav-container .responsive-mobile-menu .navbar-toggler {
    background-color: #333;
  }
  .header-style-03.header-variant-10 .mobile-cart a .pcount {
    color: #fff !important;
  }
  .header-style-03.header-variant-10 .mobile-cart a {
    top: 15px;
  }
  .header-style-03.header-variant-10
    .navbar-area
    .nav-container
    .navbar-collapse
    .navbar-nav
    li
    a {
    color: var(--heading-color);
  }
  .lawyer-about-area .left-content-area {
    margin-bottom: 60px;
  }
  .lawyer-home-counterup-item {
    margin-bottom: 30px;
  }
  .lawyer-contact-area .left-contnet-wrap {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 414px) {
  .header-area .title {
    font-size: 40px;
    line-height: 60px;
    font-weight: 700;
  }
  .lawyer-about-area .left-content-area .shape {
    position: initial;
    border: none;
    margin-top: 20px;
  }
  .lawyer-about-area .right-content-area {
    padding: 0;
  }
  .lawyer-about-area .right-content-area .title {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
  }
  .lawyer-single-testimonial-item .content {
    font-size: 20px;
    line-height: 30px;
  }
  .lawyer-call-to-action .title {
    font-size: 30px;
    line-height: 40px;
  }
  .lawyer-contact-area .right-content-wrap .title {
    font-size: 32px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 330px) {
  .navbar-area .nav-container .responsive-mobile-menu .logo-wrapper {
    max-width: 140px;
  }
}
.offer-item-wrap.no-padding {
  padding: 0;
}
.section-title.center-align {
  text-align: center !important;
}
.section-title.left-align {
  text-align: left !important;
}
.section-title.right-align {
  text-align: right !important;
}
.const-single-case-study-style-02.const-page .cart-icon {
  background-image: linear-gradient(8deg, #000, transparent);
}
.single-portfolio-blog-grid.portfolio-page .content .title {
  color: #fff;
}
.single-portfolio-blog-grid.portfolio-page .content {
  padding: 50px 30px 30px;
  background-color: #17193f;
}
.single-portfolio-blog-grid.portfolio-page .content .readmore {
  color: #fff;
  font-weight: 700;
}
.m-inherit p {
  margin-left: 0;
}
.section-title.right-align .description * {
  margin: auto 0 auto auto;
}
.section-title.left-align .description * {
  margin: auto auto auto 0;
}
.custom-form-builder-form.contact-page-form {
  min-width: 550px;
  padding: 0 130px 0 0;
  margin: 0;
}
.section-title .description {
  max-width: 650px;
  color: #fff;
}
.section-title.center-align .description {
  margin: 0 auto;
}
.section-title.right-align .description {
  margin: auto 0 auto auto;
}
.breadcrumb-area.navbar-variant-02 .breadcrumb-inner,
.breadcrumb-area.navbar-variant-03 .breadcrumb-inner,
.breadcrumb-area.navbar-variant-04 .breadcrumb-inner,
.breadcrumb-area.navbar-variant-05 .breadcrumb-inner {
  padding-top: 140px;
  padding-bottom: 100px;
}

.widget-area > .service-widget:before {
  display: none;
}
.widget-area > .service-widget {
  display: block;
  background-color: #fff;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 30px;
}
.widget-area > .service-widget:hover {
  background-color: inherit;
}
.no-padding-border.service-widget.widget {
  padding: 0;
  border: none;
  margin-bottom: 30px;
}
.attorney-contact-form .form-group label {
  color: #fff;
}
.no-padding-border.widget {
  padding: 0;
  border: none;
}
.job-post-addon-wrapper .single-job-list-item .jobs-meta li {
  margin: 5px;
}
.custom-form-builder-wrapper .contact-page-form {
  max-width: 100%;
  min-width: 100%;
  padding: 0;
}
.custom-form-builder-wrapper .contact-page-form .form-control {
  border: 1px solid #e2e2e2;
  padding: 10px;
  height: 50px;
}
.custom-form-builder-wrapper .contact-page-form textarea.form-control {
  min-height: 130px;
}
.custom-form-builder-wrapper .contact-page-form select.form-control {
  padding: 0 10px !important;
}
.custom-form-builder-wrapper .contact-page-form .checkbox .form-control {
  height: auto;
}
.custom-form-builder-wrapper .btn-wrapper .submit-btn {
  width: auto;
}
.custom-form-builder-wrapper.button-left .btn-wrapper {
  text-align: left;
}
.custom-form-builder-wrapper.button-center .btn-wrapper {
  text-align: center;
}
.custom-form-builder-wrapper.button-right .btn-wrapper {
  text-align: right;
}
.custom-form-builder-wrapper .btn-wrapper .submit-btn.d-block {
  width: 100%;
}
.custom-form-builder-wrapper .contact-info {
  padding-bottom: 40px;
}
.googlemap-area iframe {
  width: 100%;
  margin-bottom: -10px;
}
.header-slider-wrapper .buttonBar,
.header-slider-wrapper .mb_YTPProgress {
  display: none !important;
}
.support-ticket-wrapper {
  padding: 50px;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
}
.support-ticket-wrapper .form-control {
  border: 1px solid #e2e2e2;
  border-radius: 0;
  height: 50px;
}
.support-ticket-wrapper select.form-control:focus {
  outline: 0;
  box-shadow: none;
}
.support-ticket-wrapper textarea.form-control {
  height: 150px;
}
.support-ticket-wrapper checkbox.form-control {
  height: auto;
}
.product-variant-list-wrapper-outer {
  padding: 20px 0;
}
.product-variant-list-wrapper .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}
.product-variant-list-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #e2e2e2;
  display: inline-block;
  font-size: 0;
}
.product-variant-list-wrapper + .product-variant-list-wrapper {
  margin-top: 20px;
}
.product-variant-list-wrapper ul li {
  display: inline-block;
  padding: 5px 10px;
  cursor: pointer;
  color: var(--heading-color);
  font-size: 14px;
  font-weight: 600;
}
.product-variant-list-wrapper ul li + li {
  border-left: 1px solid #e2e2e2;
}
.product-variant-list-wrapper ul li.selected {
  background-color: var(--main-color-one);
  color: #fff;
}
.cart-table .product-variant-list-wrapper,
.order-view-table .product-variant-list-wrapper {
  display: flex;
  align-items: center;
}
.cart-table .product-variant-list-wrapper .title,
.order-view-table .product-variant-list-wrapper .title {
  margin-right: 10px;
  font-size: 14px;
  line-height: 16px;
  position: relative;
  top: 5px;
}
.cart-table .product-variant-list-wrapper ul li,
.order-view-table .product-variant-list-wrapper ul li {
  font-size: 12px;
  line-height: 16px;
  padding: 3px 5px;
}
.order-view-table
  .product-variant-list-wrapper
  + .product-variant-list-wrapper {
  margin-top: 0;
}
.order-view-table .product-variant-list-wrapper .title {
  margin-bottom: 5px;
}
.social-login-wrap a {
  display: block;
  padding: 15px 20px;
  border: 1px solid #e2e2e2;
  text-align: center;
  margin-top: 20px;
  color: #333;
  font-weight: 600;
  transition: 0.3s ease;
}
.social-login-wrap .facebook {
  border: 1px solid #1877f2;
  color: #1877f2;
}
.social-login-wrap .facebook:hover {
  background-color: #1877f2;
  color: #fff;
}
.social-login-wrap .google {
  border: 1px solid #db4437;
  color: #db4437;
}
.social-login-wrap .google:hover {
  background-color: #db4437;
  color: #fff;
}
.single-gallery-video iframe {
  max-width: 100%;
  max-height: 300px !important;
}
.single-gallery-video {
  margin-bottom: 50px;
}
.single-gallery-video .title {
  font-size: 26px;
  line-height: 36px;
  margin: 20px 0;
}

/*----------------------------------------------------
@File: Default Styles
@Author: 
@URL: 

This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.
---------------------------------------------------- */
/*=====================================================================
@Template Name: 
@Author: Themexriver.

**Css Table Of Content**
1- App Landing--
  *1- Global Area
  *2- Header Area
  *3- Banner Area
  *4- Feature Area
  *5- Service Area
  *6- Funfact Area
  *7- How this work Area
  *8- App Download Area
  *9- Team Area
  *10- FAQ area
  *11- App Screenshoot Area
  *12- Testimonial Area
  *13- Partner Area
  *14- Newslatter Area
  *15- Footer Area
2- Digital SEO --
  *1- Global Area
  *2- Header Area
  *3- Banner Area
  *4- Service Area
  *5- ABout Area
  *6- Newslatter Area
  *7- Mission Area
  *8- Pricing Plan Area
  *9= Testimonial Area
  *10- Case Study Area
  *11- Call to Action Area
  *12- Blog Area
  *13- Footer
3- SaaS Modern--
  *1- Global Area
  *2- Header Area
  *3- Banner Area
  *4- Featured Area
  *5- ABout Area
  *6- Partner Area
  *7- Team Area
  *8- Testimonial Area
  *9- Newslatter Area 
4- SaaS Classic --
  *1- Global Area
  *2- Header Area
  *3- Banner Area
  *4- Service Area
  *5- ABout Area
  *6- Feature Area
  *7- Team Area
  *8- FAQ Area
  *9= Pricing Area
  *10- Footer
 5- StartUp Agency --
  *1- Global Area
  *2- Header Area
  *3- Banner Area
  *4- Feature Area
  *5- ABout Area
  *6- Work Process Area
  *7- Portfolio Area
  *8- Testimonial Area
  *9= Partner Area
  *10- Footer 
 2- Digital Agency --
  *1- Global Area
  *2- Header Area
  *3- Banner Area
  *4- Service Area
  *5- CountDown Area
  *6- About Area
  *7- Experience Area
  *8- PortFolio Area
  *9= Team Area
  *10- Testimonial Area
  *11- Blog Area
  *12- Newslatter Area
  *13- Footer 
  =====================================================================*/
  @import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Poppins:wght@400;500;600;700&display=swap");
  @import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700|Roboto:100,500,300,400,700&display=swap");
  @import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
  /*----------------------------------------------------*/
  /*App landing global area*/
  /*----------------------------------------------------*/
  /*---------------------------------------------------- */
/*Banner area*/
/*----------------------------------------------------*/
@keyframes UpdownMoving {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes UpdownMoving {
  0% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(-1px);
  }
}
@keyframes UpdownMoving {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(10px);
  }
}



/*----------------------------------------------------*/
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: inherit;
  }
}
.pr-mark {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.5;
  color: #989899;
  font-family: "Roboto";
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

.ul-li ul {
  margin: 0;
  padding: 0;
}
.ul-li ul li {
  list-style: none;
  display: inline-block;
}

.ul-li-block ul {
  margin: 0;
  padding: 0;
}
.ul-li-block ul li {
  display: block;
  list-style: none;
}

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #ffff url("../img/pre.svg") no-repeat center center;
}

[data-background] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
a:hover, a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

button {
  cursor: pointer;
}

.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited,
a.active,
select,
select:hover,
select:focus,
select:visited {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  color: inherit;
}

.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.relative-position {
  position: relative;
}

.pera-content p {
  margin-bottom: 0;
}

.headline h1,
.headline h2,
.headline h3,
.headline h4,
.headline h5,
.headline h6 {
  margin: 0;
  font-weight: normal;
  font-family: "Poppins";
}


.float-left {
  float: left;
}

.float-right {
  float: right;
}

.text-right {
  text-align: right;
}

.background_overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.background_position {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.pr-item-innerbox {
  padding-left: 15px;
  padding-right: 15px;
}

.scrollup {
  width: 55px;
  right: 20px;
  z-index: 5;
  height: 55px;
  bottom: 20px;
  display: none;
  position: fixed;
  border-radius: 100%;
  line-height: 55px;
  background-color: #004d4d;
}
.scrollup i {
  color: #fff;
}

.loading-preloader {
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 900;
}

#loading-preloader {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 50px;
  width: 150px;
  visibility: visible;
  z-index: 1000;
}

.line_shape {
  width: 8px;
  height: 50px;
  margin-right: 5px;
  background-color: #004d4d;
  -webkit-animation: animate24 1s infinite;
  animation: animate24 1s infinite;
  float: left;
  opacity: 1;
}

.line_shape:last-child {
  margin-right: 0px;
}

.line_shape:nth-child(10) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.line_shape:nth-child(9) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.line_shape:nth-child(8) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.line_shape:nth-child(7) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.line_shape:nth-child(6) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.line_shape:nth-child(5) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.line_shape:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.line_shape:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.line_shape:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

@-webkit-keyframes animate24 {
  50% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
@keyframes animate24 {
  50% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.pr-mark-btn a {
  color: #fff;
  height: 55px;
  width: 170px;
  font-weight: 600;
  border-radius: 5px;
  font-family: "Poppins";
  background-size: 200%, 1px;
  -webkit-box-shadow: 0px 15px 60px 0px rgba(253, 89, 135, 0.3);
  box-shadow: 0px 15px 60px 0px rgba(253, 89, 135, 0.3);
  background-image: -webkit-gradient(linear, left top, right top, from(#004d4d), color-stop(50%, #0cc5c5), to(#004d4d));
  background-image: linear-gradient(90deg, #004d4d 0%, #0cc5c5 50%, #004d4d);
}
.pr-mark-btn a:hover {
  background-position: 120%;
}

.pr-mark-section-title.middle-align {
  margin: 0 auto;
  max-width: 615px;
}
.pr-mark-section-title.middle-align .pr-mark-section-title-tag:before {
  display: block;
}
.pr-mark-section-title .pr-mark-section-title-tag {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  color: #004d4d;
  font-family: "Poppins";
}
.pr-mark-section-title .pr-mark-section-title-tag:before, .pr-mark-section-title .pr-mark-section-title-tag:after {
  top: 18px;
  height: 3px;
  width: 42px;
  content: "";
  position: absolute;
  background-color: #004d4d;
}
.pr-mark-section-title .pr-mark-section-title-tag:before {
  left: -45px;
  display: none;
}
.pr-mark-section-title .pr-mark-section-title-tag:after {
  right: -45px;
}
.pr-mark-section-title h2 {
  font-size: 36px;
  font-weight: 700;
  color: #004d4d;
  padding: 10px 0px 20px;
}

@-webkit-keyframes Pr_mark_animation_1 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  75% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes Pr_mark_animation_1 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  75% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes Pr_mark_animation_2 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes Pr_mark_animation_2 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes Pr_mark_animation_3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes Pr_mark_animation_3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes Pr_mark_animation_4 {
  0% {
    -webkit-transform: translate(-300px, 151px) rotate(0);
    transform: translate(-300px, 151px) rotate(0);
  }
  100% {
    -webkit-transform: translate(251px, -200px) rotate(180deg);
    transform: translate(251px, -200px) rotate(180deg);
  }
}
@-webkit-keyframes Pr_mark_animation_4 {
  0% {
    -webkit-transform: translate(-100px, 120px) rotate(0);
  }
  100% {
    -webkit-transform: translate(100px, -120px) rotate(180deg);
  }
}
@keyframes Pr_mark_animation_5 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
    transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(111px, 72px) rotate(72deg);
    transform: translate(111px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(93px, 122px) rotate(108deg);
    transform: translate(93px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-70px, 72px) rotate(124deg);
    transform: translate(-70px, 72px) rotate(124deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
}
@-webkit-keyframes Pr_mark_animation_5 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(111px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(124deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
  }
}
@-webkit-keyframes zoominoutsinglefeatured {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes zoominoutsinglefeatured {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
/*---------------------------------------------------- */
/*Header area*/
/*----------------------------------------------------*/
.pr-mark-main-header {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
  position: absolute;
}

.pr-mark-header-top {
  z-index: 1;
  padding: 10px 30px 6px;
}
.pr-mark-header-top:before {
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 60px;
  position: absolute;
  background: linear-gradient(83deg, #004d4d 0%, #0cc5c5 100%);
}

.pr-mark-header-top-cta li {
  color: #fff;
  font-weight: 500;
  margin-right: 22px;
}
.pr-mark-header-top-cta li img {
  margin-right: 10px;
}

.pr-mark-header-social a {
  color: #1a2744;
  font-size: 18px;
  margin-left: 15px;
}
.pr-mark-header-social a:hover {
  color: #fff;
}

.pr-mark-main-navigation-wrapper {
  z-index: 1;
  max-width: 95%;
  margin: 0 auto;
  padding: 15px;
  border-radius: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 40px 0px rgba(151, 151, 151, 0.15);
  box-shadow: 0px 10px 40px 0px rgba(151, 151, 151, 0.15);
}
.pr-mark-main-navigation-wrapper .pr-mark-brand-logo {
  padding-top: 6px;
}

.pr-mark-navigation-menu .navbar-nav {
  display: inherit;
}
.pr-mark-navigation-menu .pr-main-navigation li {
  margin-left: 45px;
}
.pr-mark-navigation-menu .pr-main-navigation li a {
  color: #252525;
  font-weight: 500;
  padding-bottom: 30px;
}
.pr-mark-navigation-menu .pr-main-navigation .dropdown {
  position: relative;
}
.pr-mark-navigation-menu .pr-main-navigation .nav-link {
  display: inline;
}
.pr-mark-navigation-menu .pr-main-navigation .nav-link.active {
  color: #004d4d;
}
.pr-mark-navigation-menu .pr-main-navigation .dropdown:after {
  top: 0px;
  color: #004d4d;
  right: -12px;
  content: "+";
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.pr-mark-navigation-menu .pr-main-navigation .dropdown:hover:after {
  -webkit-transform: rotate(130deg);
  transform: rotate(130deg);
  color: #004d4d;
}
.pr-mark-navigation-menu .pr-main-navigation .dropdown .dropdown-menu {
  top: 65px;
  left: 0;
  opacity: 0;
  z-index: 2;
  margin: 0px;
  padding: 0px;
  height: auto;
  width: 200px;
  border: none;
  display: block;
  visibility: hidden;
  border-radius: 0;
  position: absolute;
  background-clip: inherit;
  background-color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-box-shadow: 0 5px 10px 0 rgba(83, 82, 82, 0.1);
  box-shadow: 0 5px 10px 0 rgba(83, 82, 82, 0.1);
}
.pr-mark-navigation-menu .pr-main-navigation .dropdown .dropdown-menu li {
  width: 100%;
  margin-left: 0;
  border-bottom: 1px solid #e5e5e5;
}
.pr-mark-navigation-menu .pr-main-navigation .dropdown .dropdown-menu li a {
  width: 100%;
  color: #343434;
  display: block;
  font-size: 14px;
  padding: 10px 25px;
  position: relative;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.pr-mark-navigation-menu .pr-main-navigation .dropdown .dropdown-menu li a:before {
  display: none;
}
.pr-mark-navigation-menu .pr-main-navigation .dropdown .dropdown-menu li a:hover {
  background-color: #004d4d;
  color: #fff;
}
.pr-mark-navigation-menu .pr-main-navigation .dropdown .dropdown-menu li:last-child {
  border-bottom: none;
}
.pr-mark-navigation-menu .pr-main-navigation .dropdown .dropdown-menu .dropdown:after {
  top: 10px;
  right: 10px;
  color: #004d4d;
}
.pr-mark-navigation-menu .pr-main-navigation .dropdown .dropdown-menu .dropdown .dropdown-menu {
  top: 10px;
  left: 200px;
  opacity: 0;
}
.pr-mark-navigation-menu .pr-main-navigation .dropdown .dropdown-menu .dropdown:hover .dropdown-menu {
  top: 0;
  opacity: 1;
}
.pr-mark-navigation-menu .pr-main-navigation .dropdown:hover .dropdown-menu {
  top: 50px;
  opacity: 1;
  visibility: visible;
}
.pr-mark-navigation-menu .pr-mark-btn {
  margin-left: 45px;
}
.pr-mark-navigation-menu .pr-mark-btn a {
  width: 155px;
  height: 50px;
}

.pr-mark-main-header.sticky-on {
  top: 0;
  width: 100%;
  z-index: 20;
  position: fixed;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  background-color: #fff;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}
.pr-mark-main-header.sticky-on .pr-mark-header-top {
  display: none !important;
}
.pr-mark-main-header.sticky-on:before {
  display: none;
}
.pr-mark-main-header.sticky-on .pr-mark-main-navigation-wrapper {
  max-width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 15px 0px;
}

.mobile_logo {
  top: 10px;
  left: 15px;
  display: none;
  position: absolute;
}

.mobile_menu_content {
  top: 0px;
  bottom: 0;
  left: -350px;
  height: 100vh;
  z-index: 101;
  position: fixed;
  width: 310px;
  overflow-y: scroll;
  background-color: #000;
  padding: 20px 35px 35px 35px;
  -webkit-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
  box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.mobile_menu_content .mobile-main-navigation {
  width: 100%;
}
.mobile_menu_content .mobile-main-navigation .navbar-nav {
  width: 100%;
}
.mobile_menu_content .dropdown:after {
  display: none;
}
.mobile_menu_content .navbar-nav .dropdown-menu {
  position: static !important;
  -webkit-transform: none !important;
  transform: none !important;
}
.mobile_menu_content .mobile-main-navigation .navbar-nav li {
  width: 100%;
  display: block;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.mobile_menu_content .mobile-main-navigation .navbar-nav li a {
  padding: 0;
  width: 100%;
  color: #fff;
  display: block;
  font-weight: 600;
  font-size: 14px;
  font-family: "Poppins";
  text-transform: uppercase;
  padding: 10px 30px 10px 0;
  border-bottom: 1px solid rgba(245, 245, 245, 0.17);
}
.mobile_menu_content .m-brand-logo {
  width: 120px;
  margin: 50px auto;
}

.mobile_menu_wrap.mobile_menu_on .mobile_menu_content {
  left: 0px;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

.mobile_menu_overlay {
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  right: 0%;
  height: 120vh;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.mobile_menu_overlay_on {
  overflow: hidden;
}

.mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
  opacity: 1;
  visibility: visible;
}

.mobile_menu_button {
  right: 0px;
  top: -57px;
  z-index: 5;
  color: #004d4d;
  display: none;
  cursor: pointer;
  font-size: 22px;
  line-height: 40px;
  position: absolute;
  text-align: center;
}

.mobile_menu .mobile-main-navigation .navbar-nav li a:after {
  display: none;
}
.mobile_menu .mobile-main-navigation .dropdown > .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu {
  border: none;
  display: none;
  -webkit-transition: none;
  transition: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 5px 0px;
  width: 100%;
  background-color: transparent;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li {
  border: none;
  padding: 0 10px;
  line-height: 1;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li:hover {
  background-color: transparent;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li a {
  color: #fff !important;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li a:hover {
  color: #004d4d;
  background-color: transparent;
}
.mobile_menu .dropdown {
  position: relative;
}
.mobile_menu .dropdown .dropdown-btn {
  color: #9397a7;
  position: absolute;
  top: 3px;
  right: 0;
  height: 30px;
  padding: 5px 10px;
}
.mobile_menu .dropdown .dropdown-btn.toggle-open {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mobile_menu .mobile_menu_close {
  color: #d60606;
  cursor: pointer;
  top: 25px;
  right: 25px;
  font-size: 20px;
  position: absolute;
}

.pr-mark-banner-section {
  overflow: hidden;
  z-index: 1;
}
.pr-mark-banner-section .pr-mark-banner-shape4 {
  left: 0;
  bottom: 0;
  z-index: -1;
  -webkit-animation: Pr_mark_animation_2 12s infinite linear alternate;
  animation: Pr_mark_animation_2 12s infinite linear alternate;
}
.pr-mark-banner-section .pr-mark-banner-shape2 {
  top: 125px;
  left: 65px;
  z-index: -1;
  -webkit-animation: Pr_mark_animation_1 12s infinite linear alternate;
  animation: Pr_mark_animation_1 12s infinite linear alternate;
}
.pr-mark-banner-section .pr-mark-banner-shape3 {
  top: 50%;
  left: 10%;
  opacity: 0.6;
  z-index: -1;
  -webkit-animation: Pr_mark_animation_3 12s infinite linear alternate;
  animation: Pr_mark_animation_3 12s infinite linear alternate;
}
.pr-mark-banner-section .pr-mark-banner-shape5 {
  left: 50%;
  bottom: 100px;
  z-index: -1;
  -webkit-animation: Pr_mark_animation_3 15s infinite linear alternate;
  animation: Pr_mark_animation_3 15s infinite linear alternate;
}

.pr-mark-banner-content {
  padding: 355px 0px 235px;
}
.pr-mark-banner-content .pr-mark-banner-img {
  z-index: 1;
  bottom: 85px;
  right: -100px;
  position: absolute;
}
.pr-mark-banner-content .pr-mark-banner-text {
  max-width: 580px;
}
.pr-mark-banner-content .pr-mark-banner-text .banner-sub-tag {
  padding: 7px 40px;
  border-radius: 5px;
  display: inline-block;
  background: linear-gradient(-135deg, rgba(253, 68, 133, 0.2) 0%, rgba(255, 163, 141, 0.2) 100%);
}
.pr-mark-banner-content .pr-mark-banner-text .banner-sub-tag b {
  background: linear-gradient(49deg, #004d4d 0%, #0cc5c5 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pr-mark-banner-content .pr-mark-banner-text h1 {
  color: #004d4d;
  font-size: 60px;
  font-weight: 700;
  padding: 20px 0px;
}
.pr-mark-banner-content .pr-mark-banner-text p {
  padding-bottom: 30px;
}
.pr-mark-banner-content .pr-mark-banner-text .pr-mark-banner-btn .pr-mark-btn {
  margin-right: 30px;
}
.pr-mark-banner-content .pr-mark-banner-text .pr-mark-banner-video a {
  width: 58px;
  height: 58px;
  margin-right: 20px;
  border-radius: 100%;
  color: #004d4d;
  border: 2px solid #004d4d;
}
.pr-mark-banner-content .pr-mark-banner-text .pr-mark-banner-video a i {
  font-size: 18px;
}
.pr-mark-banner-content .pr-mark-banner-text .pr-mark-banner-video span {
  font-size: 15px;
  font-weight: 600;
  color: #004d4d;
  font-family: "Poppins";
}
.pr-mark-banner-content .pr-mark-banner-client-wrapper {
  top: 55px;
  left: -45px;
  width: 330px;
  border-radius: 7px;
  position: absolute;
  background-color: #fff;
  padding: 18px 15px 15px 20px;
  -webkit-box-shadow: 0px 20px 60px 0px rgba(151, 151, 151, 0.25);
  box-shadow: 0px 20px 60px 0px rgba(151, 151, 151, 0.25);
}
.pr-mark-banner-content .pr-mark-banner-client-wrapper .pr-mark-banner-client-text {
  color: #252525;
  font-size: 20px;
  font-weight: 700;
  margin-right: 10px;
}
.pr-mark-banner-content .pr-mark-banner-client-wrapper .pr-mark-banner-client-img li {
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin-left: -35px;
  border-radius: 100%;
  border: 2px solid #fff;
}
.pr-mark-banner-content .pr-mark-banner-client-wrapper .pr-mark-banner-client-img li:first-child {
  margin-left: 0;
}
.pr-mark-banner-content .pr-mark-banner-client-wrapper .pr-mark-banner-client-img li:last-child {
  position: relative;
}
.pr-mark-banner-content .pr-mark-banner-client-wrapper .pr-mark-banner-client-img li:last-child:after {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  opacity: 0.6;
  height: 100%;
  position: absolute;
  background-color: #000;
}
.pr-mark-banner-content .pr-mark-banner-client-wrapper .pr-mark-tc-counter {
  top: 18px;
  right: 10px;
  color: #fff;
  font-weight: 700;
  position: absolute;
  font-family: "Poppins";
}
.pr-mark-banner-content .pr-mark-banner-shape1 {
  top: 110px;
  z-index: -1;
  right: -90px;
  -webkit-animation: zoominoutsinglefeatured 10s infinite;
  animation: zoominoutsinglefeatured 10s infinite;
}
.pr-mark-banner-content .pr-mark-banner-counter {
  width: 95px;
  height: 95px;
  right: -60px;
  bottom: 110px;
  padding-top: 18px;
  position: absolute;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0px 20px 60px 0px rgba(151, 151, 151, 0.25);
  box-shadow: 0px 20px 60px 0px rgba(151, 151, 151, 0.25);
}
.pr-mark-banner-content .pr-mark-banner-counter h3 {
  color: #252525;
  font-size: 30px;
  font-weight: 700;
}
.pr-mark-banner-content .pr-mark-banner-counter p {
  color: #252525;
  font-weight: 600;
  font-family: "Poppins";
}

/*---------------------------------------------------- */
/*Feature area*/
/*----------------------------------------------------*/
.pr-mark-feature-section {
  z-index: 1;
  overflow: hidden;
  padding: 120px 0px 50px;
}
.pr-mark-feature-section .pr-mark-feature-shape {
  top: 0;
  right: 0;
  z-index: -1;
}

.pr-mark-feature-innerbox {
  margin-left: 43px;
  background-color: #fff;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  padding: 30px 25px 30px 60px;
  -webkit-box-shadow: 6.891px 24.032px 80px 0px rgba(189, 189, 189, 0.3);
  box-shadow: 6.891px 24.032px 80px 0px rgba(189, 189, 189, 0.3);
}
.pr-mark-feature-innerbox .pr-mark-feature-inner-icon {
  top: 50%;
  left: -42px;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: linear-gradient(135deg, #004d4d 0%, #0cc5c5 100%, #ffc587 100%);
  -webkit-box-shadow: 0px 14px 40px 0px rgba(58, 171, 255, 0.25);
  box-shadow: 0px 14px 40px 0px rgba(58, 171, 255, 0.25);
}
.pr-mark-feature-innerbox .pr-mark-feature-inner-icon i {
  color: #fff;
  line-height: 0.7;
  font-size: 45px;
}
.pr-mark-feature-innerbox .pr-mark-feature-inner-text h3 {
  font-size: 24px;
  font-weight: 700;
  color: #004d4d;
  padding-bottom: 10px;
}
.pr-mark-feature-innerbox .pr-mark-feature-inner-text p {
  color: #666666;
}
.pr-mark-feature-innerbox:hover {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.pr-mark-feature-content {
  padding-top: 50px;
}
.pr-mark-feature-content .col-lg-4:nth-child(2) .pr-mark-feature-inner-icon {
  background: linear-gradient(-49deg, #004d4d 0%, #0cc5c5 100%);
  -webkit-box-shadow: 0px 15px 60px 0px rgba(253, 89, 135, 0.3);
  box-shadow: 0px 15px 60px 0px rgba(253, 89, 135, 0.3);
}
.pr-mark-feature-content .col-lg-4:nth-child(3) .pr-mark-feature-inner-icon {
  background: linear-gradient(135deg, #ff5728 0%, #ffc587 100%, #ffd328 100%);
  -webkit-box-shadow: 0px 15px 60px 0px rgba(255, 87, 40, 0.3);
  box-shadow: 0px 15px 60px 0px rgba(255, 87, 40, 0.3);
}

.pr-mark-about-section {
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 80px;
}
.pr-mark-about-section .pr-mark-about-shape {
  top: 40px;
  left: -100px;
  -webkit-animation: Pr_mark_animation_3 12s infinite linear alternate;
  animation: Pr_mark_animation_3 12s infinite linear alternate;
}
.pr-mark-about-section .pr-mark-about-cricle-shape {
  right: 0;
  bottom: 0;
  -webkit-animation: Pr_mark_animation_4 12s infinite linear alternate;
  animation: Pr_mark_animation_4 12s infinite linear alternate;
}

.pr-mark-about-text .pr-mark-section-title {
  padding-bottom: 25px;
}
.pr-mark-about-text .pr-mark-section-title p {
  padding-bottom: 20px;
}

/*---------------------------------------------------- */
/*Fun Fact area*/
/*----------------------------------------------------*/
.pr-mark-fun-fact-content {
  padding: 65px 30px;
}

.pr-mark-fun-fact-innerbox .pr-mark-fun-fact-icon {
  width: 70px;
  height: 70px;
  margin-right: 15px;
  border-radius: 5px;
  border-top-right-radius: 0;
  background-color: rgba(255, 255, 255, 0.2);
}
.pr-mark-fun-fact-innerbox .pr-mark-fun-fact-icon i {
  font-size: 45px;
  line-height: 0.7;
  background: linear-gradient(49deg, #004d4d 0%, #0cc5c5 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pr-mark-fun-fact-innerbox .pr-mark-fun-fact-text h3 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
}
.pr-mark-fun-fact-innerbox .pr-mark-fun-fact-text p {
  color: #fff;
  font-weight: 700;
  font-family: "Poppins";
}

/*---------------------------------------------------- */
/*Service area*/
/*----------------------------------------------------*/
.pr-mark-service-section {
  z-index: 1;
  overflow: hidden;
  padding: 115px 0px 75px;
}
.pr-mark-service-section .pr-mark-service-cricle-shape {
  top: 0;
  z-index: -1;
  left: 100px;
  -webkit-animation: Pr_mark_animation_5 12s infinite linear alternate;
  animation: Pr_mark_animation_5 12s infinite linear alternate;
}
.pr-mark-service-section .pr-mark-section-title {
  max-width: 590px;
}

.pr-mark-service-upper-content .pr-mark-btn {
  padding-top: 80px;
}

.pr-mark-service-content {
  padding-top: 50px;
}
.pr-mark-service-content .pr-mark-service-shape1 {
  top: 40%;
  right: -30px;
  -webkit-animation: Pr_mark_animation_3 12s infinite linear alternate;
  animation: Pr_mark_animation_3 12s infinite linear alternate;
}
.pr-mark-service-content .pr-mark-feature-innerbox {
  margin-bottom: 30px;
  padding: 27px 15px 27px 55px;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(118, 118, 118, 0.2);
  box-shadow: 0px 10px 60px 0px rgba(118, 118, 118, 0.2);
}
.pr-mark-service-content .pr-mark-feature-innerbox .pr-mark-feature-inner-text h3 {
  font-size: 20px;
}
.pr-mark-service-content .pr-mark-feature-innerbox .pr-mark-feature-inner-icon {
  background: linear-gradient(49deg, #004d4d 0%, #0cc5c5 100%);
  -webkit-box-shadow: 0px 15px 60px 0px rgba(253, 89, 135, 0.3);
  box-shadow: 0px 15px 60px 0px rgba(253, 89, 135, 0.3);
}
.pr-mark-service-content .col-lg-4:nth-child(2) .pr-mark-feature-innerbox .pr-mark-feature-inner-icon, .pr-mark-service-content .col-lg-4:nth-child(4) .pr-mark-feature-innerbox .pr-mark-feature-inner-icon, .pr-mark-service-content .col-lg-4:nth-child(6) .pr-mark-feature-innerbox .pr-mark-feature-inner-icon {
  background: linear-gradient(49deg, #e0f3ff 0%, #e0f3ff 100%);
  -webkit-box-shadow: 0px 15px 60px 0px #e0f3ff;
  box-shadow: 0px 15px 60px 0px #e0f3ff;
}
.pr-mark-service-content .col-lg-4:nth-child(2) .pr-mark-feature-innerbox .pr-mark-feature-inner-icon i, .pr-mark-service-content .col-lg-4:nth-child(4) .pr-mark-feature-innerbox .pr-mark-feature-inner-icon i, .pr-mark-service-content .col-lg-4:nth-child(6) .pr-mark-feature-innerbox .pr-mark-feature-inner-icon i {
  color: #3bacff;
}
.pr-mark-service-content .col-lg-4:nth-child(3) .pr-mark-feature-innerbox .pr-mark-feature-inner-icon, .pr-mark-service-content .col-lg-4:nth-child(5) .pr-mark-feature-innerbox .pr-mark-feature-inner-icon {
  background: linear-gradient(49deg, #ffefe5 0%, #ffefe5 100%);
  -webkit-box-shadow: 0px 15px 60px 0px #e0f3ff;
  box-shadow: 0px 15px 60px 0px #e0f3ff;
}
.pr-mark-service-content .col-lg-4:nth-child(3) .pr-mark-feature-innerbox .pr-mark-feature-inner-icon i, .pr-mark-service-content .col-lg-4:nth-child(5) .pr-mark-feature-innerbox .pr-mark-feature-inner-icon i {
  color: #004d4d;
}

.pr-mark-cta-section {
  padding: 50px 0px;
}
.pr-mark-cta-section .pr-mark-section-title h2 {
  color: #fff;
  padding-bottom: 0;
}

/*---------------------------------------------------- */
/*case area*/
/*----------------------------------------------------*/
.pr-mark-blog-slider .slick-dots, .pr-mark-testimonial-slider .slick-dots, .pr-mark-tab-content-area .pr-mark-case-slider .slick-dots {
  position: static;
}
.pr-mark-blog-slider .slick-dots li, .pr-mark-testimonial-slider .slick-dots li, .pr-mark-tab-content-area .pr-mark-case-slider .slick-dots li {
  height: 5px;
  width: 30px;
  display: inline-block;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  background-color: #004d4d;
}
.pr-mark-blog-slider .slick-dots li.slick-active, .pr-mark-testimonial-slider .slick-dots li.slick-active, .pr-mark-tab-content-area .pr-mark-case-slider .slick-dots li.slick-active {
  background-color: #004d4d;
}
.pr-mark-blog-slider .slick-dots li button, .pr-mark-testimonial-slider .slick-dots li button, .pr-mark-tab-content-area .pr-mark-case-slider .slick-dots li button {
  display: none;
}

.pr-mark-case-section {
  overflow: hidden;
  padding: 100px 0px 85px;
}
.pr-mark-case-section .pr-mark-section-title {
  max-width: 450px;
}
.pr-mark-case-section .pr-mark-tab-content-area {
  margin: 0px -15px;
  overflow: hidden;
}

.pr-mark-case-content .tab-content > .tab-pane {
  height: 0;
  display: block;
}
.pr-mark-case-content .tab-content > .active {
  height: auto;
  display: block;
}
.pr-mark-case-content .pr-mark-tab-btn {
  margin: 20px -15px 0px;
}
.pr-mark-case-content .pr-mark-tab-btn li {
  width: 25%;
  padding: 0px 15px;
}
.pr-mark-case-content .pr-mark-tab-btn .nav-tabs .nav-link {
  width: 100%;
  font-weight: 600;
  color: #004d4d;
  padding: 17px 15px;
  font-family: "Poppins";
  border: 1px solid #c9c9c9;
}
.pr-mark-case-content .pr-mark-tab-btn .nav-tabs {
  border: none;
}
.pr-mark-case-content .pr-mark-tab-btn .nav-tabs .nav-link.active {
  border: 1px solid #fff;
  background-color: #fff;
  -webkit-box-shadow: 0px 15px 60px 0px rgba(118, 118, 118, 0.2);
  box-shadow: 0px 15px 60px 0px rgba(118, 118, 118, 0.2);
}

.pr-mark-case-innerbox {
  background-color: #f4f4f4;
}
.pr-mark-case-innerbox .pr-mark-inner-img {
  overflow: hidden;
}
.pr-mark-case-innerbox .pr-mark-inner-img:before {
  left: 0;
  content: "";
  top: 100px;
  opacity: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: 500ms all ease-in-out;
  transition: 500ms all ease-in-out;
  background-image: url(../img/digital-a/c-sh.png);
}
.pr-mark-case-innerbox .pr-mark-case-link {
  right: -45px;
  bottom: 0;
  width: 45px;
  height: 45px;
  border-top-left-radius: 5px;
  -webkit-transition: 500ms all ease-in-out;
  transition: 500ms all ease-in-out;
  background: linear-gradient(49deg, #004d4d 0%, #0cc5c5 100%);
}
.pr-mark-case-innerbox .pr-mark-case-link a {
  color: #fff;
  font-size: 24px;
}
.pr-mark-case-innerbox .pr-mark-case-link a i {
  line-height: 0.7;
}
.pr-mark-case-innerbox .pr-mark-inner-text {
  padding: 40px 25px 30px;
}
.pr-mark-case-innerbox .pr-mark-inner-text span {
  top: -20px;
  left: 30px;
  color: #fff;
  padding: 10px;
  font-size: 14px;
  position: absolute;
  border-radius: 5px;
  background-color: #004d4d;
}
.pr-mark-case-innerbox .pr-mark-inner-text h3 {
  font-size: 20px;
  font-weight: 600;
  color: #004d4d;
}
.pr-mark-case-innerbox:hover .pr-mark-inner-img:before {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.pr-mark-case-innerbox:hover .pr-mark-case-link {
  right: 0;
}

.pr-mark-tab-content-area .pr-mark-case-slider .slick-list {
  margin: 0px -50px 0px;
  padding: 50px 50px 70px;
}
.pr-mark-tab-content-area .pr-mark-case-slider .slick-slide {
  opacity: 0;
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
}
.pr-mark-tab-content-area .pr-mark-case-slider .slick-slide.slick-active {
  opacity: 1;
}
/*---------------------------------------------------- */
/*pricing area*/
/*----------------------------------------------------*/
.pr-mark-pricing-section {
  z-index: 1;
  overflow: hidden;
  padding-bottom: 105px;
}
.pr-mark-pricing-section .pr-mark-pricing-cricle-shape {
  top: -100px;
  left: 100px;
  z-index: -1;
  -webkit-animation: Pr_mark_animation_5 12s infinite linear alternate;
  animation: Pr_mark_animation_5 12s infinite linear alternate;
}

.pr-mark-priceing-upper-content .pr-mark-section-title {
  max-width: 420px;
}

.pr-mark-pricing-tab-inner-content {
  padding-top: 45px;
}

.pr-mark-pricing-tab-btn {
  height: 68px;
  width: 250px;
  padding: 15px;
  border-radius: 5px;
  background-color: #0beded61;
}
.pr-mark-pricing-tab-btn .nav-tabs .nav-link {
  height: 40px;
  border: none;
  width: 110px;
  font-weight: 600;
  border-radius: 5px;
  color: #004d4d;
  font-family: "Poppins";
}
.pr-mark-pricing-tab-btn .nav-tabs {
  border: none;
}
.pr-mark-pricing-tab-btn .nav-tabs .nav-link.active {
  color: #fff;
  border: none;
  background: linear-gradient(-49deg, #004d4d 0%, #0cc5c5 100%);
}


.pr-mark-pricing-tab-inner-content {
  z-index: 1;
}
.pr-mark-pricing-tab-inner-content .pr-mark-pricing-tab-shape1 {
  left: -35px;
  bottom: -30px;
  z-index: -1;
  -webkit-animation: Pr_mark_animation_3 12s infinite linear alternate;
  animation: Pr_mark_animation_3 12s infinite linear alternate;
}
.pr-mark-pricing-tab-inner-content .pr-mark-pricing-tab-shape2 {
  z-index: -1;
  right: -50px;
  bottom: -65px;
  -webkit-animation: zoominoutsinglefeatured 10s infinite;
  animation: zoominoutsinglefeatured 10s infinite;
}

.pr-mark-pricing-innerbox {
  margin-bottom: 30px;
  background-color: #fff;
  padding: 40px 15px 45px;
  -webkit-box-shadow: 0px 20px 60px 0px rgba(151, 151, 151, 0.1);
  box-shadow: 0px 20px 60px 0px rgba(151, 151, 151, 0.1);
}
.pr-mark-pricing-innerbox h3 {
  font-size: 24px;
  font-weight: 600;
  color: #004d4d;
}
.pr-mark-pricing-innerbox .pr-mark-price-icon {
  z-index: 1;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 6px;
  position: relative;
  margin: 40px auto 25px;
  border-top-right-radius: 0;
  background-color: #0beded61;
}
.pr-mark-pricing-innerbox .pr-mark-price-icon:before {
  top: 0;
  left: 0;
  content: "";
  width: 0%;
  z-index: -1;
  height: 100%;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background: linear-gradient(49deg, #004d4d 0%, #0cc5c5 100%);
}
.pr-mark-pricing-innerbox .pr-mark-price-icon i {
  font-size: 50px;
  line-height: 0.7;
  background: linear-gradient(49deg, #004d4d 0%, #0cc5c5 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pr-mark-pricing-innerbox .pr-mark-price-value {
  font-size: 48px;
  font-weight: 700;
  color: #004d4d;
  font-family: "Poppins";
  margin-bottom: 30px;
}
.pr-mark-pricing-innerbox .pr-mark-price-value sub, .pr-mark-pricing-innerbox .pr-mark-price-value span {
  font-weight: 600;
  font-size: 24px;
}
.pr-mark-pricing-innerbox .pr-mark-price-value sub {
  top: -2px;
  position: relative;
}
.pr-mark-pricing-innerbox li {
  color: #666666;
  font-weight: 500;
  margin-bottom: 10px;
}
.pr-mark-pricing-innerbox .pr-mark-priceing-btn {
  margin-top: 35px;
}
.pr-mark-pricing-innerbox .pr-mark-priceing-btn .pr-mark-btn a {
  z-index: 1;
  margin: 0 auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #004d4d;
  position: relative;
}
.pr-mark-pricing-innerbox .pr-mark-priceing-btn .pr-mark-btn a:before {
  top: 2.5px;
  left: 2.5px;
  z-index: -1;
  content: "";
  height: 50.5px;
  width: 165.5px;
  border-radius: 5px;
  position: absolute;
  background-color: #fff;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.pr-mark-pricing-innerbox .pr-mark-priceing-btn .pr-mark-btn a:hover {
  color: #fff;
}
.pr-mark-pricing-innerbox .pr-mark-priceing-btn .pr-mark-btn a:hover:before {
  opacity: 0;
}
.pr-mark-pricing-innerbox:hover .pr-mark-price-icon i {
  background: linear-gradient(49deg, #fdffff 0%, #fdffff 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pr-mark-pricing-innerbox:hover .pr-mark-price-icon:before {
  width: 100%;
}

/*---------------------------------------------------- */
/*Testimonial area*/
/*----------------------------------------------------*/
.pr-mark-testimonial-section {
  overflow: hidden;
  padding-bottom: 105px;
}
.pr-mark-testimonial-section .pr-mark-testimonial-circle-shape {
  top: 20px;
  left: 100px;
  -webkit-animation: Pr_mark_animation_5 12s infinite linear alternate;
  animation: Pr_mark_animation_5 12s infinite linear alternate;
}

.pr-mark-testimonial-content {
  padding-top: 50px;
  margin: 0px -15px;
}
.pr-mark-testimonial-content .pr-mark-circle-testimoial {
  right: -90px;
  bottom: 70px;
  -webkit-animation: zoominoutsinglefeatured 10s infinite;
  animation: zoominoutsinglefeatured 10s infinite;
}

.pr-mark-testimonial-innerbox .pr-mark-inner-text {
  border-radius: 5px;
  background-color: #fff;
  padding: 60px 20px 25px;
  -webkit-box-shadow: 0px 20px 60px 0px rgba(151, 151, 151, 0.1);
  box-shadow: 0px 20px 60px 0px rgba(151, 151, 151, 0.1);
}
.pr-mark-testimonial-innerbox .pr-mark-inner-text span {
  top: 0;
  right: 0;
  color: #fff;
  font-weight: 700;
  padding: 5px 10px;
  position: absolute;
  background-color: #fdc01d;
  border-top-right-radius: 5px;
}
.pr-mark-testimonial-innerbox .pr-mark-inner-text span i {
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
.pr-mark-testimonial-innerbox .pr-mark-inner-text:after {
  content: "";
  left: 40px;
  z-index: 1;
  bottom: -28px;
  position: absolute;
  border-left: 0px solid transparent;
  border-right: 40px solid transparent;
  border-top: 30px solid #fff;
  -webkit-filter: drop-shadow(0px 20px 60px 0px rgba(151, 151, 151, 0.1));
  filter: drop-shadow(0px 20px 60px 0px rgba(151, 151, 151, 0.1));
}
.pr-mark-testimonial-innerbox .pr-mark-testimonial-author {
  margin-top: 35px;
}
.pr-mark-testimonial-innerbox .pr-mark-testimonial-author .pr-mark-testimonial-img {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 5px;
  margin-right: 20px;
}
.pr-mark-testimonial-innerbox .pr-mark-testimonial-author .pr-mark-testimonial-name-designation h3 {
  font-size: 18px;
  font-weight: 700;
  color: #004d4d;
  padding-bottom: 5px;
}
.pr-mark-testimonial-innerbox .pr-mark-testimonial-author .pr-mark-testimonial-name-designation span {
  color: #004d4d;
}

.pr-mark-testimonial-slider .slick-next,
.pr-mark-testimonial-slider .slick-prev {
  display: none !important;
}
.pr-mark-testimonial-slider .slick-list {
  margin: -50px -50px 0px;
  padding: 50px 50px 0px;
}
.pr-mark-testimonial-slider .slick-slide {
  opacity: 0;
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
}
.pr-mark-testimonial-slider .slick-slide.slick-active {
  opacity: 1;
}
.pr-mark-testimonial-slider .slick-dots {
  margin-top: 45px;
}

/*---------------------------------------------------- */
/*Blog area*/
/*----------------------------------------------------*/
.pr-mark-blog-section {
  overflow: hidden;
  padding: 100px 0px 105px;
}

.pr-mark-blog-content {
  padding-top: 45px;
  margin: 0px -15px;
}

.pr-mark-blog-upper-content .pr-mark-section-title {
  max-width: 570px;
}

.pr-mark-blog-innerbox {
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  -webkit-box-shadow: 0px 20px 60px 0px rgba(151, 151, 151, 0.1);
  box-shadow: 0px 20px 60px 0px rgba(151, 151, 151, 0.1);
}
.pr-mark-blog-innerbox .pr-mark-blog-inner-img .date-meta {
  color: #fff;
  left: 0;
  bottom: 0;
  font-weight: 500;
  padding: 5px 20px;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: #004d4d;
}
.pr-mark-blog-innerbox .pr-mark-blog-inner-text {
  padding: 28px 20px;
}
.pr-mark-blog-innerbox .pr-mark-blog-inner-text h3 {
  font-size: 20px;
  font-weight: 700;
  color: #004d4d;
  line-height: 1.5;
  padding-bottom: 5px;
}
.pr-mark-blog-innerbox .pr-mark-blog-inner-text .pr-mark-blog-meta {
  margin-bottom: 10px;
}
.pr-mark-blog-innerbox .pr-mark-blog-inner-text .pr-mark-blog-meta a {
  font-size: 15px;
  margin-right: 20px;
}
.pr-mark-blog-innerbox .pr-mark-blog-inner-text .pr-mark-blog-meta a i {
  margin-right: 5px;
}
.pr-mark-blog-innerbox .pr-mark-blog-inner-text .pr-mark-blog-more {
  font-size: 15px;
  font-weight: 700;
  color: #004d4d;
  font-family: "Poppins";
}
.pr-mark-blog-innerbox .pr-mark-blog-inner-text .pr-mark-blog-more i {
  font-size: 12px;
  margin-left: 3px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.pr-mark-blog-innerbox .pr-mark-blog-inner-text .pr-mark-blog-more:hover {
  color: #004d4d;
}
.pr-mark-blog-innerbox .pr-mark-blog-inner-text .pr-mark-blog-more:hover i {
  margin-left: 6px;
}
.pr-mark-blog-innerbox:hover {
  -webkit-box-shadow: 0px 20px 60px 0px rgba(151, 151, 151, 0.2);
  box-shadow: 0px 20px 60px 0px rgba(151, 151, 151, 0.2);
}
.pr-mark-blog-innerbox:hover .pr-mark-blog-inner-img .date-meta {
  background-color: #004d4d;
}

.pr-mark-blog-slider .slick-list {
  margin: -50px -50px 0px;
  padding: 50px 50px 50px;
}
.pr-mark-blog-slider .slick-slide {
  opacity: 0;
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
}
.pr-mark-blog-slider .slick-slide.slick-active {
  opacity: 1;
}
/*---------------------------------------------------- */
/*Footer area*/
/*----------------------------------------------------*/
.pr-mark-footer-content {
  padding: 105px 0px;
}

.pr-mark-footer-widget {
  color: #004d4d;
}
.pr-mark-footer-widget .widget-title {
  font-size: 20px;
  font-weight: 600;
  padding: 15px 0px 30px;
}
.pr-mark-footer-widget .pr-mark-logo-widget p {
  padding: 32px 0px;
}
.pr-mark-footer-widget .pr-mark-footer-social a {
  font-size: 25px;
  margin-right: 12px;
}
.pr-mark-footer-widget .pr-mark-footer-social a:hover {
  color: #004d4d;
}
.pr-mark-footer-widget .menu-widget li {
  margin-bottom: 3px;
}
.pr-mark-footer-widget .menu-widget a:hover {
  margin-left: 5px;
  color: #004d4d;
}
.pr-mark-footer-widget .pr-mark-newslatter-widget p {
  padding-bottom: 20px;
}
.pr-mark-footer-widget .pr-mark-newslatter-widget input {
  width: 100%;
  border: none;
  height: 36px;
  margin-bottom: 15px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 15px 60px 0px rgba(118, 118, 118, 0.2);
  box-shadow: 0px 15px 60px 0px rgba(118, 118, 118, 0.2);
}
.pr-mark-footer-widget .pr-mark-newslatter-widget input::-webkit-input-placeholder {
  text-align: center;
}
.pr-mark-footer-widget .pr-mark-newslatter-widget input::-moz-placeholder {
  text-align: center;
}
.pr-mark-footer-widget .pr-mark-newslatter-widget input:-ms-input-placeholder {
  text-align: center;
}
.pr-mark-footer-widget .pr-mark-newslatter-widget input::-ms-input-placeholder {
  text-align: center;
}
.pr-mark-footer-widget .pr-mark-newslatter-widget input::placeholder {
  text-align: center;
}
.pr-mark-footer-widget .pr-mark-newslatter-widget button {
  width: 100%;
  color: #fff;
  height: 35px;
  border: none;
  font-size: 15px;
  font-weight: 600;
  border-radius: 5px;
  font-family: "Poppins";
  background: linear-gradient(-162deg, #004d4d 0%, #0cc5c5 100%);
}

.pr-cor-footer-shape {
  width: 100%;
  height: 50px;
  background-color: #004d4d;
}

/*---------------------------------------------------- */
/*Responsive area*/
/*----------------------------------------------------*/
@media screen and (max-width: 1440px) {
  .pr-mark-banner-content .pr-mark-banner-img {
    right: -20px;
  }

  .pr-mark-banner-content .pr-mark-banner-counter {
    right: -20px;
  }

  .pr-mark-banner-content .pr-mark-banner-client-wrapper {
    left: -15px;
  }
}
@media screen and (max-width: 1110px) {
  .pr-mark-banner-content .pr-mark-banner-img {
    display: none;
  }

  .pr-mark-banner-content .pr-mark-banner-text {
    margin: 0 auto;
    text-align: center;
  }

  .pr-mark-banner-btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 1024px) {
  .pr-mark-navigation-menu .pr-main-navigation li {
    margin-left: 35px;
  }
}
@media screen and (max-width: 991px) {
  .pr-mark-header-top {
    display: none !important;
  }

  .pr-mark-main-navigation-wrapper {
    margin: 0;
    max-width: 100%;
    padding: 15px 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .pr-mark-feature-innerbox {
    margin-bottom: 30px;
  }

  .pr-mark-about-img {
    text-align: center;
    margin-bottom: 30px;
  }

  .pr-mark-fun-fact-innerbox {
    margin-bottom: 30px;
  }

  .pr-mark-fun-fact-content {
    padding: 65px 30px 35px;
  }

  .pr-mark-case-content .pr-mark-tab-btn {
    margin: 20px -7px 0px;
  }

  .pr-mark-case-content .pr-mark-tab-btn .nav-tabs .nav-link {
    padding: 10px 7px;
  }

  .pr-mark-case-content .pr-mark-tab-btn li {
    padding: 0px 7px;
  }

  .pr-mark-blog-innerbox .pr-mark-blog-inner-text .pr-mark-blog-meta a {
    margin-right: 10px;
  }

  .pr-mark-footer-widget .widget-title {
    padding-bottom: 10px;
  }

  .pr-mark-navigation-menu .pr-main-navigation {
    display: none;
  }

  .pr-mark-navigation-menu .pr-mark-btn a {
    width: 125px;
  }

  .pr-mark-navigation-menu .pr-mark-btn {
    margin-left: 20px;
    margin-right: 40px;
  }

  .mobile_menu_button {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pr-mark-case-content .pr-mark-tab-btn li {
    width: 50%;
    margin-bottom: 15px;
  }

  .pr-mark-blog-upper-content,
  .pr-mark-service-upper-content,
  .pr-mark-priceing-upper-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pr-mark-blog-upper-content .pr-mark-btn,
  .pr-mark-service-upper-content .pr-mark-btn,
  .pr-mark-priceing-upper-content .pr-mark-btn {
    margin-top: 20px;
  }

  .pr-mark-service-upper-content .pr-mark-btn {
    padding-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .pr-mark-banner-content .pr-mark-banner-text h1 {
    font-size: 40px;
  }

  .pr-mark-banner-content {
    padding: 150px 0px 100px;
  }

  .pr-mark-banner-section .pr-mark-banner-shape5 {
    bottom: 0;
  }

  .pr-mark-pricing-tab-btn {
    margin: 0 auto;
    margin-top: 20px;
  }

  .pr-mark-blog-innerbox {
    margin: 0 auto;
    max-width: 370px;
  }
}
@media screen and (max-width: 480px) {
  .pr-mark-btn a {
    height: 50px;
    width: 125px;
  }

  .pr-mark-banner-content .pr-mark-banner-text .pr-mark-banner-btn .pr-mark-btn {
    margin-right: 15px;
  }

  .pr-mark-banner-content .pr-mark-banner-text .pr-mark-banner-video a {
    width: 50px;
    height: 50px;
    margin-right: 5px;
  }

  .pr-mark-feature-section {
    padding: 60px 0px 0px;
  }

  .pr-mark-section-title h2 {
    font-size: 30px;
  }

  .pr-mark-section-title h2 {
    padding-bottom: 15px;
  }

  .pr-mark-feature-content {
    padding-top: 30px;
  }

  .pr-mark-about-section {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .pr-mark-fun-fact-innerbox .pr-mark-fun-fact-text h3 {
    font-size: 30px;
  }

  .pr-mark-service-section {
    padding: 60px 0px 40px;
  }

  .pr-mark-section-title .pr-mark-section-title-tag {
    font-size: 17px;
  }

  .pr-mark-section-title .pr-mark-section-title-tag:before, .pr-mark-section-title .pr-mark-section-title-tag:after {
    top: 15px;
  }

  .pr-mark-pricing-innerbox .pr-mark-priceing-btn .pr-mark-btn a:before {
    top: 2px;
    left: 2px;
    height: 45.5px;
    width: 120.5px;
  }

  .pr-mark-case-content .pr-mark-tab-btn li {
    width: 100%;
  }

  .pr-mark-case-innerbox .pr-mark-inner-text {
    padding: 35px 20px 25px;
  }

  .pr-mark-case-section {
    padding: 60px 0px 30px;
  }

  .pr-mark-tab-content-area .pr-mark-case-slider .slick-list {
    padding-bottom: 30px;
  }

  .pr-mark-pricing-innerbox .pr-mark-price-value {
    font-size: 40px;
  }

  .pr-mark-pricing-innerbox .pr-mark-price-icon {
    margin: 25px auto 15px;
  }

  .pr-mark-pricing-innerbox .pr-mark-price-value {
    margin-bottom: 15px;
  }

  .pr-mark-pricing-section,
  .pr-mark-testimonial-section {
    padding-bottom: 50px;
  }

  .pr-mark-testimonial-slider .slick-dots {
    margin-top: 20px;
  }

  .pr-mark-blog-section {
    padding: 50px 0px;
  }

  .pr-mark-footer-content {
    padding: 50px 0px;
  }

  .pr-mark-footer-widget .pr-mark-logo-widget p {
    padding: 20px 0px 15px;
  }

  .pr-mark-footer-widget .pr-mark-footer-social a {
    font-size: 18px;
  }
}
@media screen and (max-width: 380px) {
  .pr-mark-banner-content .pr-mark-banner-text h1 {
    font-size: 33px;
    padding: 15px 0px;
  }

  .pr-mark-cta-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pr-mark-cta-content .pr-mark-btn {
    margin-top: 15px;
  }

  .pr-mark-section-title h2 {
    font-size: 28px;
  }
}
/*---------------------------------------------------- */


.dark-version .feature-eight-section,
.dark-version .eg-fun-fact-section,
.dark-version .eg-how-work-section,
.dark-version .ei-appdownload-section,
.dark-version .ei-team-section,
.dark-version .ei-faq-section,
.dark-version .ei-screenshots-section,
.dark-version .ei-testimonial-section,
.dark-version  .ei-partner-section,
.dark-version .ei-footer-section,
.dark-version .saas_two_service_section,
.dark-version .saas_two_feature_section,
.dark-version .saas_two_team_section,
.dark-version .s2-pricing_section {
	background-color: #004d4d;
}
.dark-version .eight-section-title .eg-title-tag,
.dark-version .eight-section-title h2 {
	color: #fff;
}
.dark-version .eight-section-title p {
	color: #C4C4C4;
}
.dark-version .feature-eight-section .eight-feature-box { 
	background-color: #004d4d;
}
.dark-version .feature-eight-section .eight-feature-box .feature-text8 h3 {
	color: #fff;
}
.dark-version .feature-eight-section .eight-feature-box .feature-text8 p {
	color: #C4C4C4;
}
.dark-version .feature-eight-section .eight-feature-box .feature-icon8 .ei-icon-bg {
	background-color: #004d4d;
}
.dark-version .eight-service-section {
	background-color: #004d4d;
}
.dark-version .eight-service-section .s-shape-bg2 {
	display: none;
}
.dark-version  .ei-service-icon-text .ei-service-text h3,
.dark-version .eg-fun-fact-section .eg-funfact-text .fun-fact-counter .eg-counter-number p,
.dark-version .eg-how-work-section .ei-how-work-content-item .eg-how-work-icon-text .eg-how-work-text h3,
.dark-version .ei-team-section .ei-team-pic-text .ei-team-text h3,
.dark-version .ei-faq-section .ei-faq-queans .ei-faq-header button,
.dark-version .ei-testimonial-section .ei-testimonial-img-text .ei-testimonial-text .ei-testimonial-name h3,
.dark-version  .ei-partner-text h4,
.dark-version .ei-footer-widget .ei-widget-title,
.dark-version .ei-footer-widget h4,
.dark-version  .saas_two_banner_section .s2-banner_content h1,
.dark-version .saas_two_banner_section .s2-banner_content .banner_btn a,
.dark-version  .saas_two_main_header .s2-main-navigation .navbar-nav li a,
.dark-version .saas_two_section_title h2, .saas_two_banner_section .s2-banner_content h1,
.dark-version .saas_two_about_section .s2-about_text_icon .s2-about_text h3, 
.dark-version .saas_two_feature_section .s2-feature_text h2, 
.dark-version .integration_section .integration_text h2,
.dark-version .saas_two_team_section .s2-team_img_text .s2_name_info h3,
.dark-version  .saas_two_service_section .service_content_box .service_text_box h3,
.dark-version  .saas_two_feature_section .s2-feature_right .s2-feature_list .s2-feature_text_box h3,
.dark-version .saas_two_feature_section .s2-feature_text .saas_btn a,
.dark-version .s2-faq_section .s2_faq_content button,
.dark-version .s2-pricing_section .s2-pricing_item .s2-pricing_btn a,
.dark-version .dia-banner-section .dia-banner-content h1,
.dark-version .dia-main-header .dia-main-navigation li a,
.dark-version .dia-section-title h2,
.dark-version .dia-service-section .dia-service-details .dia-service-item h3,
.dark-version .dia-service-section .dia-service-details .dia-service-item li,
.dark-version .dia-service-section .dia-service-review .dia-service-rate-text,
.dark-version  .dia-fun-fact-section .dia-fun-fact-title h2,
.dark-version .dia-fun-fact-section .dia-fun-fact-item .fun-fact-number span,
.dark-version .dia-portfolio-img-text .dia-portfolio-text h3,
.dark-version .dia-team-section .dia-team-pic-text .dia-team-text h3,
.dark-version .dia-testimonial_text,
.dark-version .dia-testimonial-section .carousel-inner .dia-testimonial_meta h4,
.dark-version .dia-blog-section .dia-blog-img-text .dia-blog-text h3,
.dark-version .dia-newslatter-section .dia-newslatter-content .dia-newslatter-text h3,
.dark-version .dia-footer-widget .dia-widget-title,
.dark-version .str-section-title h2,
.dark-version  .str-feature-section .str-feature-icon-text .str-feature-text h3,
.dark-version .str-about-section .str-about-content .str-about-textarea,
.dark-version .str-about-section .str-about-content .str-about-list li,
.dark-version .str-work-process-section .str-work-icon-text .str-work-text h3,
.dark-version .str-work-process-section .str-work-icon-text .str-work-text .str-btn,
.dark-version .str-work-process-section .str-work-icon-text .str-work-icon i,
.dark-version .str-testimonial_content .str-testimonial_text h4,
.dark-version .str-testimonial_name_designation .str-testimonial_meta h4,
.dark-version .str-testimonial_name_designation .str-testimonial_meta p,
.dark-version .str-newslatter-content .str-newslatter-text h2,
.dark-version .str-team-img-text .str-team-text h4,
.dark-version .str-get-in-touch-section .str-get-touch-icon-text .str-get-touch-text h3,
.dark-version .str-footer-area .footer-content .str-footer-widget .str-widget-title {
	color: #fff;
}
.dark-version .ei-service-icon-text .ei-service-text p,
.dark-version .eg-how-work-section .ei-how-work-content-item .eg-how-work-icon-text .eg-how-work-text p,
.dark-version  .ei-team-section .ei-team-pic-text .ei-team-text p,
.dark-version .ei-faq-section .ei-faq-content .ei-title-faq p,
.dark-version .ei-faq-section .ei-faq-queans .ei-faq .ei-faq-body,
.dark-version .ei-testimonial-section .ei-testimonial-img-text .ei-testimonial-text p,
.dark-version .ei-partner-text p,
.dark-version .ei-footer-widget p,
.dark-version .ei-footer-widget ul li a,
.dark-version  .ei-copyright-text p,
.dark-version  .ei-footer-copyright .ei-copyright-menu a,
.dark-version .saas_two_banner_section .s2-banner_content p,
.dark-version .saas_two_banner_section .s2-banner_content .banner_btn span,
.dark-version .saas_two_service_section .service_content_box .service_text_box p,
.dark-version .saas_two_about_section .s2-about_text_icon .s2-about_text p,
.dark-version .saas_two_feature_section .s2-feature_text p, 
.dark-version .integration_section .integration_text p,
.dark-version  .saas_two_feature_section .s2-feature_right .s2-feature_list .s2-feature_text_box p,
.dark-version .s2-faq_section .s2_faq_content .s2_faq .s2_faq-body,
.dark-version .dia-banner-section .dia-banner-content p,
.dark-version .dia-fun-fact-section .dia-fun-fact-item p,
.dark-version .dia-about-content .dia-about-text,
.dark-version .dia-about-content .dia-about-list li,
.dark-version  .dia-exp-section .dio-exp-text-area .dia-about-text,
.dark-version  .dia-exp-section .skill-progress-bar .skill-set-percent h4,
.dark-version .dia-portfolio-img-text .dia-portfolio-text span,
.dark-version .dia-section-title p,
.dark-version .dia-team-section .dia-team-pic-text .dia-team-text p,
.dark-version .dia-testimonial-section .carousel-inner .dia-testimonial_meta p,
.dark-version .dia-newslatter-section .dia-newslatter-content .dia-newslatter-text p,
.dark-version .dia-newslatter-section .dia-newslatter-content .dia-newslatter-form .dia-newslatter-checkbox label,
.dark-version .dia-footer-widget p,
.dark-version .dia-footer-widget ul li a,
.dark-version .dia-footer-copyright .dia-copyright-menu a,
.dark-version .dia-copyright-text p,
.dark-version .str-get-touch-text span {
	color: #C4C4C4;
}
.dark-version .ei-service-icon-text .ei-service-icon {
	background-color: #004d4d;
}
.dark-version .eg-how-work-section .ei-how-work-content-item .eg-how-work-icon-text {
	background-color: #004d4d;
}
.dark-version .eg-how-work-section .ei-how-work-content-item .eg-how-work-icon-text .scroller-no {
	color: #0cc5c5;
}
.dark-version .eg-how-work-section .ei-how-work-content-item .mCSB_scrollTools .mCSB_draggerRail {
	background-color: #004d4d;
}
.dark-version .ei-appdownloaad-shape {
	opacity: .2;
}
.dark-version .ei-team-section .ei-team-pic-text .ei-team-img:after { 
	background-image: linear-gradient(180deg, #A11B1B00 0%, #F2295B00 100%);
	border-color: #004d4d;
}
.dark-version .ei-faq-section .ei-faq-queans .ei-faq.faq_bg {
	background-color: #004d4d;
}
.dark-version .ei-faq-section .fq-shape-style6 {
	opacity: .2;
}
.dark-version .ei-testimonial-section .ei-testimonial-img-text {
	background-color: #004d4d;
}
.dark-version .ei-testimonial-section .ei-testimonial-img-text .test--quote-icon i {
	color: #3c4658;
}
.dark-version .ei-footer-copyright .ei-footer-copyright-content {
	border-top: 2px solid #2a2f3d;
}
/*** Dark Home 2 ***/
.dark-version .saas_two_banner_section {
	background-color: #004d4d;
}
.dark-version .saas_two_main_header,
.dark-version .saas_two_feature_section .s2-feature_right .s2-feature_list {
	background-color: #090012;
}
.dark-version .saas_two_service_section .service_content_box::after {
	background-color: #004d4d;
}
.dark-version .saas_two_service_section .service_content_box .service_icon_box .upper_icon svg {
	fill: #acacac;
}
.dark-version .saas_two_about_section,
.dark-version  .integration_section {
	background-color:  #000;
}
.dark-version .saas_two_team_section .s2-team_img_text .s2_name_info .s2-designation {
	color: #0cc5c5;
}
.dark-version .s2-faq_section:after {
	background-image: url(../img/dark-img/cfd.png);
}
.dark-version .s2-faq_section {
	background-color: #000;
}
.dark-version .s2-pricing_section .s2-pricing_item {
	background-color: #004d4d;
}
.dark-version .s2-pricing_section .s2-pricing_item .s2-pricing_list li {
	color: #fff;
	border: none;
}
.saas-classic.dark-version {
	background: #004d4d;
}
.dark-version .dia-banner-section,
.dark-version .dia-service-section,
.dark-version  .dia-fun-fact-section,
.dark-version .dia-about-section,
.dark-version .dia-exp-section,
.dark-version .dia-portfolio-section,
.dark-version .dia-team-section,
.dark-version .dia-testimonial-section,
.dark-version  .dia-blog-section,
.dark-version .dia-footer-section {
	background-color: #004d4d; 
}
.dark-version .dia-main-header .dia-main-navigation {
	background-color: rgba(5,0,23,0.73);
}
.dark-version .dia-banner-section .banner-side-img {
	z-index: 0
}
.dark-version .dia-sticky-menu {
	background-color: #000;
}
.dark-version .dia-team-section .dia-team-pic-text .dia-team-img:after {
	display: none;
}
.dark-version .dia-testimonial-section .carousel-inner .carousel-item {
	background-color: #004d4d;
}
.dark-version .dia-testimonial-section .dia-testimonial_slider-area .test-shape1,
.dark-version .dia-testimonial-section .dia-testimonial_slider-area .test-shape2 {
	z-index: 0;
}
.dark-version .dia-newslatter-section {
	background-color: #004d4d;
}
.dark-version .dia-newslatter-section .dia-newslatter-content {
	background-color: #000;
}
.dark-version .dia-footer-copyright .dia-footer-copyright-content {
	border-top: 2px solid #242937;
}
.dark-version .str-banner-section,
.dark-version .str-feature-section,
.dark-version .str-work-process-section,
.dark-version .str-portfolio-section,
.dark-version .str-testimonial_section,
.dark-version .str-blog-section,
.dark-version .str-footer-area {
	background-color: #000;
}
.dark-version .str-section-title .str-title-tag {
	color: #004d4d;
}
.dark-version .str-feature-section .str-feature-icon-text {
	background-color: #102A45
}
.dark-version.str-home {
	color: #9E9C9C;
}
.dark-version .str-about-section {
	background-color: #03111F;
}
.dark-version .str-about-section .str-aboutbg1,
.dark-version .str-about-section .str-aboutbg2,
.dark-version .str-about-section .str-aboutbg3 {
	opacity: .3;
}
.dark-version .str-portfolio-section:after {
	background-color: #121212;
}
.dark-version .str-testimonial_indicator {
	background-image: url(../img/dark-img/test-dbg.png);
}
.dark-version .str-testimonial_section .str-tst-vector {
	opacity: .3;
}
.dark-version .str-partner-section,
.dark-version .str-newslatter-section,
.dark-version .str-team-section  {
	background-color: #1e1e1e;
}
.dark-version .str-newslatter-content:before {
	background-color: #1e1e1e;
}
.dark-version .str-newslatter-content .str-newslatter-text p {
	color: #f7f7f7;
}
.dark-version .str-newslatter-content .str-newslatter-form input {
	background-color: #000;
}
.dark-version .str-newslatter-content .str-mail-icon {
	opacity: .5;
}
.dark-version .str-team-img-text .str-team-text {
	background-color: #000;
}
.dark-version .str-team-text span {
	color: #004d4d;
	-webkit-text-fill-color: inherit;
}
.dark-version .str-get-in-touch-section {
	background-color: #1e1e1e;
}
.dark-version .str-get-in-touch-section .str-get-touch-icon-text {
    border: 1px solid #535460;
}
.dark-version .str-footer-area .footer-content .str-footer-widget .str-newslatter-widget button {
	background-color: #505050;
}



/* STYLE .CSS */

  .app-eight-home {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1.4;
    font-family: "Circular Std Book";
    -moz-osx-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
  }
  .app-eight-home::selection {
    color: #ffffff;
    background-color: #004d4d;
  }
  .app-eight-home::-moz-selection {
    color: #ffffff;
    background-color: #004d4d;
  }
  
  .ul-li ul {
    margin: 0;
    padding: 0;
  }
  .ul-li ul li {
    list-style: none;
    display: inline-block;
  }
  .ul-li-block ul {
    margin: 0;
    padding: 0;
  }
  .ul-li-block ul li {
    list-style: none;
    display: block;
  }
  div#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
  }
  .ei-preloader {
    background-color: #fff;
    background: #f1f2f3 url("../img/app-landing/pre.svg") no-repeat center center;
  }
  
  [data-background] {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  a {
    color: inherit;
    text-decoration: none;
  }
  a:hover,
  a:focus {
    text-decoration: none;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  section {
    overflow: hidden;
  }
  button {
    cursor: pointer;
  }
  .form-control:focus,
  button:visited,
  button.active,
  button:hover,
  button:focus,
  input:visited,
  input.active,
  input:hover,
  input:focus,
  textarea:hover,
  textarea:focus,
  a:hover,
  a:focus,
  a:visited,
  a.active,
  select,
  select:hover,
  select:focus,
  select:visited {
    outline: none;
    box-shadow: none;
    text-decoration: none;
    color: inherit;
  }
  .form-control {
    box-shadow: none;
  }
  .relative-position {
    position: relative;
  }
  .pera-content p {
    margin-bottom: 0;
  }
  .appeight-headline h1,
  .appeight-headline h2,
  .appeight-headline h3,
  .appeight-headline h4,
  .appeight-headline h5,
  .appeight-headline h6 {
    margin: 0;
    font-family: "Poppins";
  }
  .ei-scrollup {
    width: 55px;
    right: 20px;
    z-index: 5;
    height: 55px;
    bottom: 20px;
    display: none;
    position: fixed;
    border-radius: 100%;
    line-height: 55px;
    background-image: linear-gradient(-45deg, #0cc5c5 32%, #004d4d 100%);
  }
  .ei-scrollup i {
    color: #fff;
    font-size: 20px;
  }
  .eight-section-title {
    margin: 0 auto;
  }
  .eight-section-title .eg-title-tag {
    color: #000000;
    font-size: 17px;
    font-weight: 500;
    position: relative;
    font-family: "Circular Std";
  }
  .eight-section-title .eg-title-tag i:nth-child(1) {
    height: 5px;
    width: 5px;
    background-color: #0cc5c5;
  }
  .eight-section-title h2 {
    font-size: 36px;
    font-weight: 700;
    padding: 15px 0px 12px;
    line-height: 1.306;
  }
  .eight-section-title h2 span {
    font-weight: 400;
  }
  .eight-section-title .square-shape {
    width: 40px;
    height: 35px;
    left: -52px;
    top: 0;
    position: absolute;
  }
  .eight-section-title .square-shape i {
    height: 9px;
    width: 9px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .eight-section-title .square-shape i:nth-child(1) {
    top: -8px;
    width: 5px;
    height: 5px;
    left: 20px;
    background-color: #0cc5c5;
  }
  .eight-section-title .square-shape i:nth-child(2) {
    width: 10px;
    left: 28px;
    height: 10px;
    background-color: #0cc5c5;
  }
  .eight-section-title .square-shape i:nth-child(3) {
    height: 17px;
    width: 17px;
    background-color: #004d4d;
  }
  .eight-section-title .square-shape i:nth-child(4) {
    top: 10px;
    left: 10px;
    width: 12px;
    height: 12px;
    background-color: #004d4d;
  }

  .eight-section-title p {
    font-size: 17px;
    line-height: 1.647;
  }

  @keyframes scale {
    from {
      transform: scale(0.9);
      -webkit-transform: scale(0.9);
    }
    to {
      transform: scale(1.08);
      -webkit-transform: scale(1.08);
    }
  }
  @keyframes left-right-move {
    0% {
      transform: translateX(-100px);
    }
    50% {
      transform: translateX(-10px);
    }
    100% {
      transform: translateX(-100px);
    }
  }
  /*---------------------------------------------------- */
  /*global area*/
  /*----------------------------------------------------*/
  .feature-eight-section .eight-feature-box .feature-icon8 i,
  .ei-service-icon-text .ei-service-icon i,
  .eg-how-work-section .ei-how-work-content-item .eg-how-work-icon-text .eg-how-work-icon i {
    display: block;
    color:#981b1e;
    background-image: linear-gradient(173deg, #981b1e 30%, #004d4d 67%, #0cc5c5 99%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .ei-service-icon-text:hover .ei-service-icon i,
  .eg-how-work-section .ei-how-work-content-item .eg-how-work-icon-text:hover .eg-how-work-icon i {
    display: block;
    background: -webkit-gradient(left top, right top, color-stop(0%, #fff), color-stop(100%, #fff));
    background: -ms-linear-gradient(left, #fff 0%, #fff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .ei-service-icon-text .ei-service-icon:after,
  .eg-how-work-section .ei-how-work-content-item .eg-how-work-icon-text .eg-how-work-icon:after {
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    z-index: -1;
    transition: 0.3s all ease-in-out;
    transform: scale(0.5);
    border-radius: 100%;
    background-image: -ms-linear-gradient(173deg, #0cc5c5 0%, #004d4d 53%, #981b1e 99%);
  }
  @keyframes fadeFromLeft {
    0% {
      opacity: 0;
      transform: translateX(-20px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @keyframes fadeFromRight {
    0% {
      opacity: 0;
      transform: translateX(20px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @keyframes fadeFromUp {
    0% {
      opacity: 0;
      transform: translateY(20px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .fadeFromUp {
    animation-name: fadeFromUp;
  }

  .fadeFromRight {
    animation-name: fadeFromRight;
  }

  .fadeFromLeft {
    animation-name: fadeFromLeft;
  }

  /*---------------------------------------------------- */
  /*Header area*/
  /*----------------------------------------------------*/
  .main-header-eight {
    top: 20px;
    width: 100%;
    z-index: 10;
    position: absolute;
  }

  .main-header-eight .appheader-content {
    padding: 0px 280px;
  }

  .main-header-eight .appheader-content .site-logo {
    margin-right: 255px;
  }

  .main-header-eight .appheader-content .navigation-eight {
    color: #fff;
    font-weight: 500;
    display: inline-block;
    font-family: "Poppins";
    padding-top: 10px;
  }

  .main-header-eight .appheader-content .navigation-eight li {
    margin-right: 25px;
  }

  .main-header-eight .appheader-content .navigation-eight li a {
    display: inline;
    padding: 28px 5px;
    position: relative;
  }

  .main-header-eight .appheader-content .navigation-eight li a:after {
    left: auto;
    right: 0;
    top: 0;
    height: 4px;
    content: "";
    width: 0%;
    position: absolute;
    border-radius: 50px;
    background-color: #49eff2;
    transition: 0.3s all ease-in-out;
  }

  .main-header-eight .appheader-content .navigation-eight li a:hover:after {
    width: 100%;
    right: auto;
    left: 0;
  }

  .main-header-eight .appheader-content .navigation-eight li a.active:after {
    width: 100%;
    right: auto;
    left: 0;
  }

  .main-header-eight .appheader-content .sign-up-btn-eight {
    height: 40px;
    width: 110px;
    line-height: 40px;
    border-radius: 20px;
    justify-content: center;
    background-color: #29f5eb;
    transition: 0.3s all ease-in-out;
  }

  .main-header-eight .appheader-content .sign-up-btn-eight a {
    font-weight: 600;
    display: block;
    width: 100%;
  }

  .main-header-eight .appheader-content .sign-up-btn-eight:hover {
    background-color: #004d4d;
  }

  .main-header-eight .appheader-content .sign-up-btn-eight:hover a {
    color: #fff;
  }

  .main-header-eight .appheader-content .h-eight-social {
    padding-top: 10px;
    margin-left: 40px;
  }

  .main-header-eight .appheader-content .h-eight-social li {
    margin-left: 18px;
    color: #fff;
    transition: 0.3s all ease-in-out;
  }

  .main-header-eight .appheader-content .h-eight-social li:hover {
    transform: translateY(-5px);
  }

  .main-header-eight .appheader-content .dropdown {
    position: relative;
  }

  .main-header-eight .appheader-content .dropdown:after {
    content: "";
    position: absolute;
    right: -10px;
    top: 0px;
    transition: 0.3s all ease-in-out;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  }

  .main-header-eight .appheader-content .dropdown .dropdown-menu {
    top: 65px;
    left: 0;
    opacity: 0;
    z-index: 100;
    margin: 0px;
    padding: 0px;
    height: auto;
    width: 200px;
    display: block;
    border: none;
    padding: 10px 0px 0px;
    visibility: hidden;
    position: absolute;
    background-color: #fff;
    transition: all 0.4s ease-in-out;
    border: 2px solid #004d4d;
    box-shadow: 0 5px 10px 0 rgba(83, 82, 82, 0.1);
    border-radius: 5px;
  }

  .main-header-eight .appheader-content .dropdown .dropdown-menu li {
    width: 100%;
    padding: 10px 15px;
    border-bottom: 1px solid #e5e5e5;
  }

  .main-header-eight .appheader-content .dropdown .dropdown-menu li a {
    color: #343434;
    font-size: 14px;
    padding: 10px 0px;
    position: relative;
    transition: 0.3s all ease-in-out;
  }

  .main-header-eight .appheader-content .dropdown .dropdown-menu li a:after {
    left: 0;
    top: 15px;
    width: 8px;
    height: 8px;
    content: "";
    position: absolute;
    border-radius: 100%;
    transform: scale(0);
    background-color: #004d4d;
    transition: 0.3s all ease-in-out;
  }

  .main-header-eight .appheader-content .dropdown .dropdown-menu li a:hover {
    padding-left: 15px;
  }

  .main-header-eight .appheader-content .dropdown .dropdown-menu li a:hover:after {
    transform: scale(1);
  }

  .main-header-eight .appheader-content .dropdown:hover .dropdown-menu {
    top: 48px;
    opacity: 1;
    visibility: visible;
  }

/* -------------------------------- 
Sticky Menu
-------------------------------- */
.eisticky-menu-bg-overlay {
  background-color: #004d4d;
  animation-duration: 0.7s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  position: fixed;
  top: 0px;
  padding: 20px 0px;
  animation-timing-function: ease;
  transition: 0.3s all ease-in-out;
}

.main-header-eight.eisticky-menu-bg-overlay {
  z-index: 9;
  top: 0px;
  box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.8);
}

/*---------------------------------------------------- */
/*banner area*/
/*----------------------------------------------------*/
.eight-banner-section {
  overflow: visible;
  background: #004d4d;
  padding: 170px 0px 250px;
  background: linear-gradient(to right, #004d4d, #0cc5c5);
}

.eight-banner-section:after {
  position: absolute;
  content: "";
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-image: url(../img/app-landing/shape/bl-shape.png);
}

.eight-banner-section .eight-banner-content {
  position: relative;
  z-index: 5;
}

.eight-banner-section .eight-banner-content .ei-banner-mbl-mockup {
  position: absolute;
  top: 0;
  right: 0;
}

.eight-banner-section .eight-banner-content .banner-content-box {
  max-width: 650px;
}

.eight-banner-section .eight-banner-content .banner-content-box .ei-banner-btn {
  padding: 45px 0px 25px 0px;
}

.eight-banner-section .eight-banner-content .banner-content-box .ei-banner-btn a {
  font-size: 15px;
  font-weight: 700;
  font-family: "Poppins";
  display: inline-block;
  transition: 0.3s all ease-in-out;
}

.eight-banner-section .eight-banner-content .banner-content-box .ei-banner-btn a:nth-child(1) {
  height: 55px;
  color: #fff;
  width: 175px;
  line-height: 55px;
  text-align: center;
  border-radius: 50px;
  margin-right: 20px;
  border-top-right-radius: 0;
  background-color: #004d4d;
}

.eight-banner-section .eight-banner-content .banner-content-box .ei-banner-btn a:nth-child(1) i {
  top: 5px;
  color: #000;
  font-size: 25px;
  position: relative;
  margin-right: 10px;
}

.eight-banner-section .eight-banner-content .banner-content-box .ei-banner-btn a:nth-child(1):hover {
  background-color: #004d4d;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 0px;
}

.eight-banner-section .eight-banner-content .banner-content-box .ei-banner-btn a:nth-child(2) {
  color: #0cc5c5;
  position: relative;
}

.eight-banner-section .eight-banner-content .banner-content-box .ei-banner-btn a:nth-child(2) span {
  color: #fff;
  margin-right: 2px;
}

.eight-banner-section .eight-banner-content .banner-content-box .ei-banner-btn a:nth-child(2):after {
  width: 0%;
  content: "";
  position: absolute;
  height: 1px;
  background-color: #0cc5c5;
  bottom: -2px;
  left: auto;
  right: 0;
  transition: 0.3s all ease-in-out;
}

.eight-banner-section .eight-banner-content .banner-content-box .ei-banner-btn a:nth-child(2):hover:after {
  left: 22px;
  width: 80%;
  right: auto;
}

.eight-banner-section .eight-banner-content h1 {
  color: #fff;
  font-size: 72px;
  font-weight: 700;
  line-height: 1.083;
  padding-bottom: 20px;
}

.eight-banner-section .eight-banner-content h1 span {
  color: #000;
}

.eight-banner-section .eight-banner-content p {
  font-size: 19px;
  color: #fff;
}

.eight-banner-section .eight-banner-content .ei-banner-review ul {
  float: left;
  margin-right: 20px;
}

.eight-banner-section .eight-banner-content .ei-banner-review ul li {
  margin-right: 3px;
}

.eight-banner-section .eight-banner-content .ei-banner-review ul li i {
  color: #f6b91c;
  font-size: 15px;
}

.eight-banner-section .eight-banner-content .ei-banner-review p {
  font-size: 14px;
}

.eight-banner-section .eight-banner-content .ei-banner-review p span {
  font-family: "Poppins";
  font-weight: 700;
  color: #000;
}
@keyframes move_wave {
  0% {
    transform: translateX(0) translateZ(0) scaleY(1);
  }
  50% {
    transform: translateX(-25%) translateZ(0) scaleY(0.55);
  }
  100% {
    transform: translateX(-50%) translateZ(0) scaleY(1);
  }
}
.waveWrapper {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 0;
  margin: auto;
}

.waveWrapperInner {
  position: absolute;
  width: 100%;
  overflow: hidden;
  height: 100%;
  bottom: -1px;
  /* background: #6d8cf8;
  background: linear-gradient(to right, #c12dd1, #6d8cf8); */
}

.bgTop {
  z-index: 15;
  opacity: 0.5;
}

.bgMiddle {
  z-index: 10;
  opacity: 0.75;
}

.bgBottom {
  z-index: 5;
}

.wave {
  position: absolute;
  left: 0;
  width: 200%;
  height: 100%;
  background-repeat: repeat no-repeat;
  background-position: 0 bottom;
  transform-origin: center bottom;
}

.waveTop {
  background-size: 50% 100px;
}

.waveAnimation .waveTop {
  animation: move-wave 3s;
  -webkit-animation: move-wave 3s;
  animation-delay: 1s;
}

.waveMiddle {
  background-size: 50% 120px;
}

.waveAnimation .waveMiddle {
  animation: move_wave 10s linear infinite;
}

.waveBottom {
  background-size: 50% 100px;
}

.waveAnimation .waveBottom {
  animation: move_wave 15s linear infinite;
}

.cd-headline.clip span {
  display: inline-block;
  padding-bottom: 10px;
}

.cd-headline.clip .cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
  vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  width: 2px;
  height: 70px;
  background-color: #aebcb9;
}

.cd-headline.clip b {
  opacity: 0;
}

.cd-headline.clip b.is-visible {
  opacity: 1;
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.cd-words-wrapper b {
  display: inline-block;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  white-space: nowrap;
}

.cd-words-wrapper b.is-visible {
  opacity: 1;
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}

/*---------------------------------------------------- */
/*Featured area*/
/*----------------------------------------------------*/
@keyframes rotate {
  0% {
    top: -10px;
    left: -10px;
  }
  25% {
    top: 0px;
    left: 0px;
  }
  50% {
    top: 0px;
    left: 0px;
  }
  75% {
    top: 5px;
    left: 5px;
  }
  100% {
    top: -10px;
    left: -10px;
  }
}
.feature-eight-section {
  padding: 165px 0px 120px;
}

.feature-eight-section .ei-feature-shape {
  right: 0;
  top: 150px;
  z-index: -1;
  position: absolute;
}

.feature-eight-section .eight-section-title {
  max-width: 500px;
  position: relative;
}


.feature-eight-section .eight-feature-content {
  padding-top: 70px;
}

.feature-eight-section .eight-feature-box {
  border-radius: 20px;
  padding: 40px 30px 53px;
  background-color: #e9ebf7;
  transition: 0.3s all ease-in-out;
}

.feature-eight-section .eight-feature-box .feature-icon8 {
  width: 98px;
  z-index: 1;
  height: 98px;
  margin: 0 auto;
  line-height: 98px;
  margin-bottom: 34px;
  border-radius: 25px;
  background-color: #ffffff;
  box-shadow: -0.707px 0.707px 10px 0px rgba(43, 1, 68, 0.1);
}

.feature-eight-section .eight-feature-box .feature-icon8:before,
.feature-eight-section .eight-feature-box .feature-icon8:after {
  content: "";
  z-index: -2;
  border-radius: 30%;
  mix-blend-mode: multiply;
  height: 110px;
  opacity: 0;
  left: 0px;
  top: 0px;
  width: 110px;
  position: absolute;
  transition: 0.3s all ease-in-out;
}

.feature-eight-section .eight-feature-box .feature-icon8:before {
  animation: rotate 1.8s linear infinite;
  background: #0cc5c5;
}

.feature-eight-section .eight-feature-box .feature-icon8:after {
  animation: rotate 1.2s linear reverse infinite;
  background: #004d4d;
}

.feature-eight-section .eight-feature-box .feature-icon8 i {
  font-size: 50px;
  font-weight: 500;
}

.feature-eight-section .eight-feature-box .feature-icon8 .ei-icon-bg {
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 25px;
}

.feature-eight-section .eight-feature-box .ei-feature-more {
  position: absolute;
  background-color: #0cc5c5;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  line-height: 50px;
  transition: 0.3s all ease-in-out;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  bottom: 0px;
  margin: 0 auto;
}

.feature-eight-section .eight-feature-box .feature-text8 h3 {
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 13px;
}

.feature-eight-section .eight-feature-box .feature-text8 p {
  line-height: 1.5;
}

.feature-eight-section .eight-feature-box:hover {
  background-color: #fff;
  box-shadow: 0px 25px 38px 0px rgba(43, 1, 68, 0.17);
}

.feature-eight-section .eight-feature-box:hover .feature-icon8:before,
.feature-eight-section .eight-feature-box:hover .feature-icon8:after {
  display: block;
  opacity: 1;
}

.feature-eight-section .eight-feature-box:hover .ei-feature-more {
  opacity: 1;
  bottom: -25px;
  visibility: visible;
}

/*---------------------------------------------------- */
/*Service area*/
/*----------------------------------------------------*/
@keyframes spining {
  from {
    transform: rotate(0);
    -webkit-transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
  }
}
.eight-service-section {
  z-index: 1;
  padding: 135px 0px 140px;
  background-color: #eceef6;
}

.eight-service-section:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  z-index: -2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  background-image: url(../img/app-landing/shape/s-shape2.png);
}

.eight-service-section:after {
  top: -5px;
  right: 0;
  content: "";
  z-index: -1;
  height: 640px;
  width: 780px;
  position: absolute;
  z-index: -2;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/app-landing/shape/s-shape1.png);
}

.eight-service-section .s-shape-bg1 {
  left: -95px;
  bottom: -15px;
  position: absolute;
  z-index: -1;
}

.eight-service-section .s-shape-bg2 {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: -2;
  transform: translateY(-50%);
}

.eight-service-section .eight-service-slide {
  width: 66.667%;
  float: left;
  position: relative;
  z-index: 1;
}

.eight-service-section .eight-service-slide .ei-service-slide-btn {
  margin-left: 265px;
}

.eight-service-section .eight-service-slide a {
  display: block;
  cursor: pointer;
}

.eight-service-section .eight-service-slide a:nth-child(1) {
  margin-bottom: 65px;
}

.eight-service-section .eight-service-slide a:nth-child(2) {
  margin-bottom: 55px;
  transform: translateX(-10px);
}

.eight-service-section .eight-service-slide a:nth-child(3) {
  transform: translateX(90px);
}

.eight-service-section .eight-service-text {
  width: 33.333333%;
  float: right;
  padding: 85px 0px 0px 70px;
}

.eight-service-section .eight-service-text:before {
  content: "";
  top: -180px;
  z-index: -1;
  left: -150px;
  width: 678px;
  height: 678px;
  position: absolute;
  animation: spining 10s linear infinite;
  background-image: url(../img/app-landing/shape/s-shape5.png);
}

.eight-service-section .eight-service-text h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
}

.eight-service-slide {
  width: 500px;
  padding-right: 70px;
}

.ei-service-icon-text .ei-service-icon {
  width: 108px;
  height: 108px;
  margin-left: 20px;
  position: relative;
  line-height: 108px;
  border-radius: 100%;
  overflow: hidden;
  z-index: 1;
  background-color: #e9ebf7;
  box-shadow: 0px 16px 20px 0px rgba(43, 1, 68, 0.11);
}

.ei-service-icon-text .ei-service-icon i {
  font-size: 55px;
}

.ei-service-icon-text .ei-service-text {
  max-width: 700px;
}

.ei-service-icon-text .ei-service-text h3 {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 16px;
}

.ei-service-icon-text .ei-service-text p {
  color: #5e5e5e;
  overflow: hidden;
  line-height: 1.647;
}

.ei-service-icon-text:hover .ei-service-icon:after {
  opacity: 1;
  transform: scale(1);
}

.ei-service-icon-text:hover .ei-service-icon i {
  color: #fff;
}

.ei-service-slide-mbl {
  position: absolute;
  right: -250px;
  top: -75px;
  width: 245px;
  height: 505px;
  margin: 0 auto;
  padding: 17px 19px;
  background-repeat: no-repeat;
}

.ei-service-slide-mbl .bx-controls-direction {
  display: none;
}

.ei-service-slide-mbl .image {
  border-radius: 18px;
  overflow: hidden;
}

/*---------------------------------------------------- */
/*Funfact area*/
/*----------------------------------------------------*/
.eg-fun-fact-section {
  padding: 145px 0px 110px;
}

.eg-fun-fact-section .fn-bg-shape {
  bottom: 0;
  left: 0;
}

.eg-fun-fact-section .eg-funfact-text {
  max-width: 465px;
}

.eg-fun-fact-section .eg-funfact-text .eight-section-title .eg-title-tag {
  font-size: 14px;
  margin-left: 55px;
}

.eg-fun-fact-section .eg-funfact-text .eight-section-title h2 {
  padding-bottom: 15px;
}

.eg-fun-fact-section .eg-funfact-text .fun-fact-counter {
  display: inline-block;
  margin-top: 40px;
}

.eg-fun-fact-section .eg-funfact-text .fun-fact-counter:after {
  left: 0;
  right: 0;
  top: 55%;
  width: 1px;
  content: "";
  height: 85%;
  margin: 0 auto;
  position: absolute;
  background-color: #dde0ee;
  transform: translateY(-50%);
}

.eg-fun-fact-section .eg-funfact-text .fun-fact-counter:before {
  position: absolute;
  content: "";
  width: 90%;
  height: 1px;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  background-color: #dde0ee;
}

.eg-fun-fact-section .eg-funfact-text .fun-fact-counter .eg-counter-number {
  width: 50%;
  float: left;
  padding: 25px 0px 30px;
}

.eg-fun-fact-section .eg-funfact-text .fun-fact-counter .eg-counter-number .odometer {
  font-size: 50px;
  font-family: "Poppins";
  font-weight: 600;
}

.eg-fun-fact-section .eg-funfact-text .fun-fact-counter .eg-counter-number .odometer-formatting-mark {
  display: none;
}

.eg-fun-fact-section .eg-funfact-text .fun-fact-counter .eg-counter-number p {
  font-size: 26px;
  max-width: 130px;
  margin: 0 auto;
  line-height: 1.231;
}

.eg-fun-fact-section .eg-funfact-text .fun-fact-counter .eg-counter-number strong {
  top: 8px;
  line-height: 1;
  font-size: 50px;
  font-weight: 600;
  position: relative;
}

.eg-fun-fact-section .eg-funfact-text .fun-fact-counter .eg-counter-number:nth-child(1) .odometer,
.eg-fun-fact-section .eg-funfact-text .fun-fact-counter .eg-counter-number:nth-child(1) strong {
  color: #004d4d;
}

.eg-fun-fact-section .eg-funfact-text .fun-fact-counter .eg-counter-number:nth-child(2) .odometer,
.eg-fun-fact-section .eg-funfact-text .fun-fact-counter .eg-counter-number:nth-child(2) strong {
  color: #004d4d;
}

.eg-fun-fact-section .eg-funfact-text .fun-fact-counter .eg-counter-number:nth-child(3) .odometer,
.eg-fun-fact-section .eg-funfact-text .fun-fact-counter .eg-counter-number:nth-child(3) strong {
  color: #0cc5c5;
}

.eg-fun-fact-section .eg-funfact-text .fun-fact-counter .eg-counter-number:nth-child(4) .odometer,
.eg-fun-fact-section .eg-funfact-text .fun-fact-counter .eg-counter-number:nth-child(4) strong {
  color: #004d4d;
}

.eg-fun-fact-section .eg-fun-fact-mockup {
  top: 60px;
  left: -195px;
  position: absolute;
}

.eg-fun-fact-section .eg-fun-fact-mockup .fn-shape {
  position: absolute;
}

.eg-fun-fact-section .eg-fun-fact-mockup .fn-shape-item1 {
  top: 130px;
  left: -20px;
}

.eg-fun-fact-section .eg-fun-fact-mockup .fn-shape-item2 {
  right: 0;
  top: -25px;
}

.eg-fun-fact-section .eg-fun-fact-mockup .fn-shape-item3 {
  top: -35px;
  left: 140px;
  z-index: -1;
}

.eg-fun-fact-section .eg-fun-fact-mockup .fn-shape-item4 {
  z-index: -1;
  right: 35px;
  bottom: 105px;
}

/*---------------------------------------------------- */
/*How work area*/
/*----------------------------------------------------*/
.eg-how-work-section {
  padding-bottom: 135px;
  overflow: visible;
}

.eg-how-work-section .how-work-bg-shape {
  top: -185px;
  z-index: -1;
}

.eg-how-work-section .eight-section-title {
  padding-bottom: 18px;
}

.eg-how-work-section .eight-section-title .eg-title-tag {
  margin-left: 55px;
  font-size: 14px;
}

.eg-how-work-section .mCustomScrollBox {
  left: -30px;
}

.eg-how-work-section .mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.eg-how-work-section .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
}

.eg-how-work-section .how-work-scroller {
  height: 310px;
}

.eg-how-work-section .eg-how-work-content {
  padding: 0 10px 0px 30px;
}

.eg-how-work-section .ei-how-work-content-item {
  padding-left: 180px;
}

.eg-how-work-section .ei-how-work-content-item .mCSB_draggerContainer {
  max-height: 290px;
}

.eg-how-work-section .ei-how-work-content-item .mCSB_scrollTools .mCSB_draggerRail {
  width: 13px;
  background-color: #e8e9f3;
}

.eg-how-work-section .ei-how-work-content-item .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 13px;
  background-color: #004d4d;
}

.eg-how-work-section .ei-how-work-content-item .eg-how-work-icon-text {
  margin-bottom: 25px;
  background-color: #fff;
  padding: 20px 50px 30px 20px;
  box-shadow: 0px 8px 9px 0px rgba(7, 7, 56, 0.15);
}

.eg-how-work-section .ei-how-work-content-item .eg-how-work-icon-text .eg-how-work-icon {
  height: 65px;
  width: 65px;
  z-index: 1;
  overflow: hidden;
  line-height: 65px;
  margin-right: 35px;
  position: relative;
  border-radius: 100%;
  background-color: #f1f2fa;
  box-shadow: 0px 13px 24px 0px rgba(43, 1, 68, 0.17);
}

.eg-how-work-section .ei-how-work-content-item .eg-how-work-icon-text .eg-how-work-icon i {
  font-size: 30px;
  font-weight: 500;
}

.eg-how-work-section .ei-how-work-content-item .eg-how-work-icon-text .eg-how-work-icon .far {
  line-height: 65px;
}

.eg-how-work-section .ei-how-work-content-item .eg-how-work-icon-text .eg-how-work-text h3 {
  color: #000000;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 13px;
}

.eg-how-work-section .ei-how-work-content-item .eg-how-work-icon-text .scroller-no {
  left: -35px;
  bottom: 5px;
  z-index: -1;
  color: #dad2df;
  line-height: 1;
  font-size: 123px;
  font-weight: 700;
  position: absolute;
  font-family: "Playfair Display";
  transition: 0.3s all ease-in-out;
}

.eg-how-work-section .ei-how-work-content-item .eg-how-work-icon-text:hover .eg-how-work-icon:after {
  opacity: 1;
  transform: scale(1);
}

.eg-how-work-section .ei-how-work-content-item .eg-how-work-icon-text:hover .eg-how-work-icon i {
  color: #fff;
}

.eg-how-work-section .ei-how-work-content-item .eg-how-work-icon-text:hover .scroller-no {
  color: #004d4d;
}

.eg-how-work-section .how-work-mockup {
  padding-left: 60px;
}

.eg-how-work-section .how-work-mockup img {
  max-height: 500px;
}

.eg-how-work-section .how-work-mockup .hw-shape1 {
  top: -70px;
  right: 120px;
  z-index: -1;
}

.eg-how-work-section .how-work-mockup .hw-shape2 {
  left: 30px;
  z-index: -1;
  bottom: -15px;
}

/*---------------------------------------------------- */
/*App Download area*/
/*----------------------------------------------------*/
.ei-appdownload-section {
  padding: 100px 0px 50px;
  z-index: 1;
}

.ei-appdownload-section .ei-download-btn .download-icon {
  width: 40px;
  color: #fff;
  height: 40px;
  font-size: 26px;
  line-height: 40px;
  border-radius: 100%;
  margin-right: 15px;
  text-align: center;
  background-color: #ffa800;
  box-shadow: rgba(7, 7, 56, 0.15) 0px 8px 9px 0px;
}

.ei-appdownload-section .ei-download-btn p {
  padding-top: 8px;
  font-size: 15px;
  display: inline-block;
}

.ei-appdownload-section .ei-download-btn a {
  display: table;
  color: #004d4d;
  margin-top: 3px;
  font-size: 15px;
  font-weight: 700;
  font-family: "Poppins";
  position: relative;
}

.ei-appdownload-section .ei-download-btn a:after {
  left: 0;
  bottom: 0;
  content: "";
  height: 2px;
  width: 0%;
  position: absolute;
  background-color: #004d4d;
  transition: 0.3s all ease-in-out;
}

.ei-appdownload-section .ei-download-btn a:before {
  top: -2px;
  right: -25px;
  content: "";
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  transition: 0.3s all ease-in-out;
  font-family: "Font Awesome 5 Free";
}

.ei-appdownload-section .ei-download-btn a:hover:before {
  right: -35px;
}

.ei-appdownload-section .ei-download-btn a:hover:after {
  width: 100%;
}

.ei-appdownload-section .app-down-btn {
  margin-bottom: 22px;
}

.ei-appdownload-section .app-down-btn a {
  margin-right: 10px;
  display: inline-block;
}

.ei-appdownload-section .ei-appdownloaad-shape {
  position: absolute;
  z-index: -1;
}

.ei-appdownload-section .app-shape1 {
  bottom: -170px;
  left: -115px;
}

.ei-appdownload-section .app-shape2 {
  top: -225px;
  right: 0;
  left: -270px;
  margin: 0 auto;
  text-align: center;
}

.ei-appdownload-section .app-shape3 {
  right: -10px;
  top: 0;
}

.ei-app-down-text {
  max-width: 450px;
  padding-top: 90px;
}

.ei-app-down-text .eight-section-title .eg-title-tag {
  margin-left: 55px;
}

.ei-app-down-text .eight-section-title h2 {
  padding-bottom: 15px;
}

.ei-app-down-text .eight-section-title p {
  color: #383838;
  padding-bottom: 32px;
}

/*---------------------------------------------------- */
/*team  area*/
/*----------------------------------------------------*/
.ei-team-section {
  padding: 145px 0px 135px;
}

.ei-team-section .eight-section-title {
  margin: 0 auto;
  max-width: 500px;
  padding-bottom: 70px;
}

.ei-team-section .eight-section-title .eg-title-tag {
  font-size: 14px;
}

.ei-team-section .ei-team-pic-text .ei-team-img:after {
  width: 236px;
  height: 236px;
  content: "";
  position: absolute;
  top: 0;
  left: 100px;
  opacity: 0;
  visibility: hidden;
  border: double 2px transparent;
  border-radius: 100%;
  background-image: linear-gradient(white, white), radial-gradient(circle at top left, #004d4d, #0cc5c5, #004d4d);
  background-origin: border-box;
  transition: 0.3s all ease-in-out;
  background-clip: content-box, border-box;
}

.ei-team-section .ei-team-pic-text .ei-team-img .team-mem-img-ei {
  z-index: 1;
  width: 236px;
  height: 236px;
  margin: 0 auto;
  border-radius: 100%;
  overflow: hidden;
  background-color: #eff0f7;
}

.ei-team-section .ei-team-pic-text .ei-team-img .team-mem-img-ei .mshape-bg {
  width: 100%;
  z-index: -1;
  height: 100%;
  position: absolute;
}

.ei-team-section .ei-team-pic-text .ei-team-img .team-mem-img-ei .shape-bg1 {
  left: -110px;
  top: 70px;
}

.ei-team-section .ei-team-pic-text .ei-team-img .team-mem-img-ei .shape-bg2 {
  right: -65px;
  top: 35px;
}

.ei-team-section .ei-team-pic-text .ei-team-social {
  top: 47px;
  z-index: 1;
  right: 50px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition-delay: 0.2s;
  transition: 0.5s all ease-in-out;
}

.ei-team-section .ei-team-pic-text .ei-team-social a {
  width: 35px;
  height: 35px;
  display: block;
  text-align: center;
  line-height: 37px;
  margin-bottom: 12px;
  border-radius: 100%;
  position: relative;
  z-index: 1;
  background-color: #fff;
  box-shadow: 0px 0px 18px 0px rgba(0, 77, 77, 0.23);
}

.ei-team-section .ei-team-pic-text .ei-team-social a:after {
  position: absolute;
  content: "";
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  z-index: -1;
  transition: 0.3s all ease-in-out;
  border-radius: 100%;
  background-image: -ms-linear-gradient(173deg, #7d0202 0%, #004d4d 53%, #0cc5c5 99%);
}

.ei-team-section .ei-team-pic-text .ei-team-social a:nth-child(1) {
  color: #004d4d;
}

.ei-team-section .ei-team-pic-text .ei-team-social a:nth-child(2) {
  transform: translateX(15px);
  color: #004d4d;
}

.ei-team-section .ei-team-pic-text .ei-team-social a:nth-child(3) {
  transform: translateX(9px);
  margin-bottom: 5px;
  color: #7d0202;
}

.ei-team-section .ei-team-pic-text .ei-team-social a:nth-child(4) {
  color: #004d4d;
  transform: translateX(-20px);
}

.ei-team-section .ei-team-pic-text .ei-team-social a:hover {
  color: #fff;
}

.ei-team-section .ei-team-pic-text .ei-team-social a:hover:after {
  opacity: 1;
  visibility: visible;
}

.ei-team-section .ei-team-pic-text .ei-team-text {
  margin-top: 20px;
}

.ei-team-section .ei-team-pic-text .ei-team-text h3 {
  color: #000;
  font-size: 22px;
  font-weight: 700;
}

.ei-team-section .ei-team-pic-text .ei-team-text p {
  color: #383838;
  font-size: 15px;
}

.ei-team-section .ei-team-pic-text:hover .ei-team-img:after {
  opacity: 1;
  left: 102px;
  visibility: visible;
}

.ei-team-section .ei-team-pic-text:hover .ei-team-social {
  opacity: 1;
  right: 25px;
  visibility: visible;
}

.ei-team-section .ei-team-content {
  z-index: 1;
  margin: 0 auto;
  max-width: 1100px;
}

.ei-team-section .ei-team-content .owl-nav .owl-prev,
.ei-team-section .ei-team-content .owl-nav .owl-next {
  top: 50%;
  width: 52px;
  height: 52px;
  cursor: pointer;
  line-height: 52px;
  text-align: center;
  position: absolute;
  border-radius: 100%;
  display: inline-block;
  background-color: #fff;
  transform: translateY(-50%);
  transition: 0.3s all ease-in-out;
  box-shadow: 0px 7px 18px 0px rgba(16, 31, 60, 0.25);
}

.ei-team-section .ei-team-content .owl-nav .owl-prev:hover,
.ei-team-section .ei-team-content .owl-nav .owl-next:hover {
  color: #fff;
  background-color: #004d4d;
}

.ei-team-section .ei-team-content .owl-nav .owl-prev {
  left: -40px;
}

.ei-team-section .ei-team-content .owl-nav .owl-next {
  right: -50px;
}

.ei-team-section .ei-team-content .owl-item.active.center .ei-team-img:after {
  left: 102px;
  opacity: 1;
  visibility: visible;
}

.ei-team-section .ei-team-content .owl-item.active.center .ei-team-social {
  opacity: 1;
  right: 25px;
  visibility: visible;
}

/*---------------------------------------------------- */
/*faq  area*/
/*----------------------------------------------------*/
.ei-faq-section {
  background-color: #eceef6;
  padding: 145px 0px 110px;
  z-index: 1;
}

.ei-faq-section .ei-faq-content {
  position: relative;
  z-index: 5;
}

.ei-faq-section .ei-faq-content .ei-title-faq {
  margin: 0 auto;
  max-width: 885px;
}

.ei-faq-section .ei-faq-content .ei-title-faq p {
  color: #383838;
  font-size: 17px;
  margin-top: 35px;
  line-height: 1.647;
}

.ei-faq-section .eight-section-title {
  padding-bottom: 32px;
}

.ei-faq-section .eight-section-title .eg-title-tag {
  font-size: 15px;
  margin-left: 55px;
}

.ei-faq-section .ei-faq-queans {
  max-width: 1000px;
  margin: 0 auto;
}

.ei-faq-section .ei-faq-queans .ei-faq {
  padding: 0px 55px;
  margin-bottom: 25px;
}

.ei-faq-section .ei-faq-queans .ei-faq .ei-faq-body {
  margin-top: 15px;
}

.ei-faq-section .ei-faq-queans .ei-faq .ei-faq-body a {
  text-decoration: underline;
}

.ei-faq-section .ei-faq-queans .ei-faq.faq_bg {
  padding: 25px 55px;
  transition: 0.3s all ease-in-out;
  background-color: white;
  box-shadow: 0px 5px 15px -14px rgba(0, 0, 0, 0.75);
}

.ei-faq-section .ei-faq-queans .ei-faq-header button {
  border: none;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  margin-bottom: 5px;
  padding: 0 0 0 50px;
  font-family: "Poppins";
  background-color: transparent;
}

.ei-faq-section .ei-faq-queans .ei-faq-header button:before {
  top: -6px;
  left: 0;
  color: #118bfc;
  font-size: 30px;
  content: "";
  font-weight: 900;
  position: absolute;
  font-family: "Font Awesome 5 Free";
}

.ei-faq-section .ei-faq-queans .ei-faq-header .collapsed:before {
  content: "";
}

.ei-faq-section .ei-faq-shape {
  position: absolute;
  z-index: -1;
}

.ei-faq-section .fq-shape-style1 {
  top: -70px;
  left: 140px;
  z-index: 2;
}

.ei-faq-section .fq-shape-style2 {
  top: -70px;
  left: 75px;
  z-index: 1;
  opacity: 0.4;
  animation: spining 35s linear infinite;
}

.ei-faq-section .fq-shape-style3 {
  top: 50%;
  left: 165px;
  transform: translateX(-50%);
  animation: 3s ease 0s infinite alternate none running scale;
}

.ei-faq-section .fq-shape-style4 {
  top: 40%;
  right: 165px;
  transform: translateX(-50%);
}

.ei-faq-section .fq-shape-style5 {
  left: 20%;
  top: 115px;
  animation: spining 50s linear infinite;
}

.ei-faq-section .fq-shape-style6 {
  right: 0;
  z-index: -2;
  bottom: -30px;
}

.ei-faq-section .fq-shape-style8 {
  top: -50px;
  left: -50px;
  z-index: -3;
}

.ei-faq-section .fq-shape-style7 {
  top: 65px;
  right: 20%;
}

.ei-faq-section .fq-shape-style7 img {
  animation: spining 5s linear infinite;
  display: block;
  margin-top: 10px;
}

/*---------------------------------------------------- */
/*Screenshoot  area*/
/*----------------------------------------------------*/
.ei-screenshots-section {
  padding: 120px 0px;
  position: relative;
}

.ei-screenshots-section .eight-section-title {
  margin: 0 auto;
  max-width: 595px;
  padding-bottom: 10px;
}

.ei-screenshots-section .eight-section-title .eg-title-tag {
  font-size: 14px;
}

.ei-screenshots-section .swiper-slider-area .container {
  position: relative;
}

.ei-screenshots-section .swiper-wrapper {
  height: 630px;
  width: 320px;
}

.ei-screenshots-section .row.ei-appScreenshotCarousel-container.swiper-container-horizontal.swiper-container-3d.swiper-container-coverflow {
  position: relative;
}

.ei-screenshots-section .swiper-slide.swiper-slide-active {
  border-radius: 35px;
}

.ei-screenshots-section .ei-screen-mobile-image {
  background-image: url(../img/app-landing/screenshoot/mobile-1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: block;
  height: 650px;
  left: calc(50% + 0.5px);
  position: absolute;
  top: 24px;
  transform: translateX(-50%);
  width: 301px;
  z-index: 2;
  border-radius: 40px;
}

.ei-screenshots-section .ei-screen-laptop-image {
  background-image: url(../img/app-landing/screenshoot/laptop-1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: block;
  height: 650px;
  left: calc(50% + 0.5px);
  position: absolute;
  top: 24px;
  transform: translateX(-50%);
  width: 301px;
  z-index: 2;
  border-radius: 40px;
}

.ei-screenshots-section .swiper-slide.swiper-slide-active {
  background-size: 100% 100%;
}

.ei-screenshots-section .swiper-wrapper {
  padding: 30px 0 40px;
}

.ei-screenshots-section .swiper-slide {
  box-shadow: -7px 10px 33px -23px rgba(0, 0, 0, 0.75);
}

.ei-screenshots-section .swiper-slide.swiper-slide-next {
  box-shadow: -7px 10px 33px -23px rgba(0, 0, 0, 0.75);
}

.ei-screenshots-section .swiper-slide.swiper-slide-prev {
  box-shadow: 9px 10px 33px -23px rgba(0, 0, 0, 0.75);
}

.ei-screenshots-section .screenshoot-shape1 {
  right: 0;
  bottom: 205px;
}

.ei-screenshots-section .screenshoot-shape2 {
  left: 0;
  top: 240px;
}

.ei-screenshots-section .banner-navigation {
  position: relative;
  text-align: center;
  margin-top: 0px;
  z-index: 2;
}

.ei-screenshots-section .banner-navigation .swiper-button-next,
.ei-screenshots-section .banner-navigation .swiper-button-prev {
  position: relative;
  font-size: 16px;
  color: #004d4d;
  width: 50px;
  height: 50px;
  line-height: 55px;
  text-align: center;
  border-radius: 50px;
  font-weight: 700;
  background-image: none;
  display: inline-block;
  margin: 0px 15px 0px 15px;
  background-color: #e7ecf2;
  transition: all 300ms ease;
}

.ei-screenshots-section .banner-navigation .swiper-button-prev:hover,
.ei-screenshots-section .banner-navigation .swiper-button-next:hover {
  color: #ffffff;
  background-color: #7d0202;
}


.aplpg-screenshot-area .banner-navigation {
  position: relative;
  text-align: center;
  margin-top: 0px;
  z-index: 2;
}

.aplpg-screenshot-area .banner-navigation .aplpg-swiper-button-next,
.aplpg-screenshot-area .banner-navigation .aplpg-swiper-button-prev {
  position: relative;
  font-size: 16px;
  color: #e7ecf2;
  width: 50px;
  height: 50px;
  line-height: 55px;
  text-align: center;
  border-radius: 50px;
  font-weight: 700;
  background-image: none;
  display: inline-block;
  margin: 0px 15px 0px 15px;
  background-color: #004d4d;
  transition: all 300ms ease;
}

.aplpg-screenshot-area .banner-navigation .aplpg-swiper-button-prev:hover,
.aplpg-screenshot-area .banner-navigation .aplpg-swiper-button-next:hover {
  color: #ffffff;
  background-color: #7d0202;
}

/*---------------------------------------------------- */
/*testimonial  area*/
/*----------------------------------------------------*/
.ei-testimonial-section {
  padding: 120px 0px 115px;
}

.ei-testimonial-section .eight-section-title {
  margin: 0 auto;
  max-width: 490px;
  padding-bottom: 64px;
}

.ei-testimonial-section .eight-section-title .eg-title-tag {
  font-size: 14px;
}

.ei-testimonial-section .ei-testimonial-img-text {
  padding: 30px 40px 30px 0px;
  border-radius: 120px;
  background-color: #ffffff;
  box-shadow: 0px 10px 20px 0px rgba(0, 5, 50, 0.1);
}

.ei-testimonial-section .ei-testimonial-img-text:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: -35px;
  height: 100%;
  width: 100%;
  z-index: 0;
  background-repeat: no-repeat;
  background-image: url(../img/app-landing/team/t-shape2.png);
}

.ei-testimonial-section .ei-testimonial-img-text .test--quote-icon {
  position: absolute;
  top: -20px;
  right: 100px;
}

.ei-testimonial-section .ei-testimonial-img-text .test--quote-icon i {
  color: #cfd8e8;
  font-size: 40px;
}

.ei-testimonial-section .ei-testimonial-img-text .ei-testimonial-img {
  height: 160px;
  width: 160px;
  position: relative;
  top: -25px;
  left: -25px;
  line-height: 157px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0px 0px 18px 0px rgba(0, 5, 50, 0.12);
  overflow: hidden;
}

.ei-testimonial-section .ei-testimonial-img-text .ei-testimonial-img img {
  height: 130px;
  width: 130px;
  margin: 0 auto;
  border-radius: 100%;
  z-index: 1;
  position: relative;
}

.ei-testimonial-section .ei-testimonial-img-text .ei-testimonial-img:before {
  content: "";
  position: absolute;
  top: -58px;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  background-repeat: no-repeat;
  background-image: url(../img/app-landing/team/t-shape1.png);
}

.ei-testimonial-section .ei-testimonial-img-text .ei-testimonial-img:after {
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  position: absolute;
  background-color: #fff;
}

.ei-testimonial-section .ei-testimonial-img-text .ei-testimonial-text .ei-testimonial-name {
  padding-bottom: 5px;
}

.ei-testimonial-section .ei-testimonial-img-text .ei-testimonial-text .ei-testimonial-name h3 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 5px;
}

.ei-testimonial-section .ei-testimonial-img-text .ei-testimonial-text .ei-testimonial-name span {
  font-size: 15px;
  color: #0887fc;
}

.ei-testimonial-section .ei-testimonial-img-text .ei-testimonial-text p {
  line-height: 1.529;
  margin-bottom: 0;
  padding-bottom: 8px;
}

.ei-testimonial-section .ei-testimonial-img-text .ei-testimonial-text .ei-testi-rate li {
  color: #ffba00;
}

#testimonial-scroller {
  max-width: 1100px;
  margin: 0 auto;
}

#testimonial-scroller .owl-stage-outer {
  overflow: visible;
}

#testimonial-scroller .owl-item img {
  display: inline;
}

#testimonial-scroller .owl-stage-outer {
  overflow: visible;
}

#testimonial-scroller .owl-item {
  opacity: 0;
  transition: opacity 500ms;
}

#testimonial-scroller .owl-item.active {
  opacity: 1;
}

#testimonial-scroller .owl-nav {
  display: none;
}

#testimonial-scroller .owl-dots {
  height: 13px;
  margin-top: 30px;
  text-align: center;
  border-radius: 30px;
}

#testimonial-scroller .owl-dot {
  width: 78px;
  height: 13px;
  border-radius: 30px;
  display: inline-block;
  background-color: #e9ebf7;
}

#testimonial-scroller .owl-dot.active {
  background-color: #7d0202;
}

.testimonial-floatingimg li {
  height: 80px;
  width: 80px;
  position: absolute;
  overflow: hidden;
  border-radius: 100%;
  border: 10px solid #e7eaef;
  opacity: 0.5;
  animation: 1.5s ease 0s infinite alternate none running scale;
}

.testimonial-float-img1 li:nth-child(1) {
  top: 90px;
  left: 215px;
}

.testimonial-float-img1 li:nth-child(2) {
  top: 198px;
  left: 108px;
}

.testimonial-float-img1 li:nth-child(3) {
  top: 30%;
  left: 20%;
}

.testimonial-float-img1 li:nth-child(4) {
  top: 360px;
  left: 140px;
}

.testimonial-float-img2 li:nth-child(1) {
  bottom: 90px;
  right: 215px;
}

.testimonial-float-img2 li:nth-child(2) {
  bottom: 198px;
  right: 50px;
}

.testimonial-float-img2 li:nth-child(3) {
  bottom: 30%;
  right: 15%;
}

.testimonial-float-img2 li:nth-child(4) {
  bottom: 360px;
  right: 140px;
}

/*---------------------------------------------------- */
/*Pertner  area*/
/*----------------------------------------------------*/
.ei-partner-section {
  padding: 80px 0px;
}

.ei-partner-section .ei-partner-content {
  margin: 0 auto;
  max-width: 875px;
}

#ei-partner-slide .owl-nav {
  display: none;
}

.ei-partner-text {
  padding-top: 35px;
}

.ei-partner-text .ei-partner-icon {
  height: 30px;
  width: 30px;
  line-height: 35px;
  color: #fff;
  margin-right: 20px;
  border-radius: 100%;
  background-color: #eeb22d;
  box-shadow: 0px 8px 24px 0px rgba(238, 178, 45, 0.57);
}

.ei-partner-text h4 {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 5px;
}

.ei-partner-text p {
  font-size: 14px;
  color: #626161;
}

/*---------------------------------------------------- */
/*newslatter  area*/
/*----------------------------------------------------*/
.ei-newslatter-section {
  overflow: visible;
}

.ei-newslatter-section .ei-newslatter-mockup {
  position: absolute;
  top: -35%;
  right: 18%;
}

.ei-newslatter-section .ei-newslatter-box {
  overflow: hidden;
  padding: 80px 0px 85px;
  background: linear-gradient(-90deg, #ff00a2 0%, #750cf8 50%, #0cc5c5 100%);
}

.ei-newslatter-section .ei-newslatter-box .ei-news-vector1 {
  top: -40px;
  left: 250px;
  animation: 3s ease 0s infinite alternate none running scale;
}

.ei-newslatter-section .ei-newslatter-box .ei-news-vector2 {
  top: -30px;
  right: -70px;
  animation: 2s ease 0s infinite alternate none running scale;
}

.ei-newslatter-section .ei-newslatter-box .ei-news-vector3 {
  left: -75px;
  bottom: -235px;
}

.ei-newslatter-section .ei-newslatter-contnet {
  max-width: 650px;
  margin-left: 130px;
}

.ei-newslatter-section .ei-newslatter-contnet h3 {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
}

.ei-newslatter-section .ei-newslatter-contnet h3 span {
  font-weight: 100;
}

.ei-newslatter-section .ei-newslatter-contnet .ei-newslatter-form {
  margin-top: 20px;
}

.ei-newslatter-section .ei-newslatter-contnet .ei-newslatter-form form input {
  width: 100%;
  border: none;
  height: 72px;
  border-radius: 50px;
  padding-left: 30px;
  margin-bottom: 15px;
}

.ei-newslatter-section .ei-newslatter-contnet .ei-newslatter-form form .nws-button {
  top: 12px;
  right: 12px;
}

.ei-newslatter-section .ei-newslatter-contnet .ei-newslatter-form form .nws-button button {
  height: 48px;
  width: 162px;
  border: none;
  color: #fff;
  border-radius: 30px;
  text-align: center;
  background-color: transparent;
  background-image: linear-gradient(90deg, #ff03d0 0%, #4599fb 53%, #70fcff 99%);
}

.ei-newslatter-section .ei-newslatter-contnet .ei-newslatter-form form p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
  padding-left: 10px;
}

/*---------------------------------------------------- */
/*Footer  area*/
/*----------------------------------------------------*/
.ei-footer-section {
  padding-top: 160px;
}

.ei-footer-widget .ei-widget-title {
  font-size: 16px;
  color: #004d4d;
  font-weight: 700;
  padding-bottom: 20px;
}

.ei-footer-widget .ei-footer-logo {
  margin-bottom: 25px;
}

.ei-footer-widget p {
  max-width: 220px;
  line-height: 1.875;
}

.ei-footer-widget .ei-payment-mathod {
  margin-top: 30px;
}

.ei-footer-widget ul li {
  width: 50%;
  float: left;
  font-size: 14px;
  padding-left: 15px;
  margin-bottom: 20px;
  font-family: "Poppins";
}

.ei-footer-widget ul li a {
  color: #004d4d;
  position: relative;
  transition: 0.3s all ease-in-out;
}

.ei-footer-widget ul li a:before {
  left: -15px;
  top: 3px;
  content: "";
  font-size: 12px;
  font-weight: 900;
  position: absolute;
  font-family: "Font Awesome 5 Free";
}

.ei-footer-widget ul li a:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 0%;
  left: 0;
  bottom: 0;
  background-color: #0072fd;
  transition: 0.3s all ease-in-out;
}

.ei-footer-widget ul li a:hover {
  color: #0072fd;
  margin-left: 10px;
}

.ei-footer-widget ul li a:hover:after {
  width: 100%;
}

.ei-footer-widget h4 {
  width: 45%;
  float: left;
  font-size: 14px;
  font-weight: 700;
  padding-left: 28px;
  margin-right: 15px;
  position: relative;
  display: inline-block;
}

.ei-footer-widget h4 i {
  left: 0;
  top: 2px;
  color: #7d0202;
  font-size: 20px;
  margin-right: 5px;
  position: absolute;
}

.ei-footer-widget h4 span {
  font-family: "Circular Std Book";
  font-weight: 400;
  margin-top: 10px;
  display: block;
  color: #818181;
}

.ei-footer-widget .download-btn {
  width: 100%;
  margin-top: 25px;
  display: inline-block;
}

.ei-footer-widget .download-btn a {
  margin-right: 10px;
}

.ei-footer-widget .ei-footer-social {
  margin-top: 15px;
}

.ei-footer-widget .ei-footer-social a {
  height: 30px;
  width: 30px;
  border-radius: 100%;
  background-color: #fff;
  line-height: 30px;
  text-align: center;
  margin-right: 5px;
  display: inline-block;
  transition: 0.3s all ease-in-out;
  box-shadow: 0px 0px 9px 0px rgba(15, 54, 131, 0.07);
}

.ei-footer-widget .ei-footer-social a:nth-child(1) {
  color: #16599b;
}

.ei-footer-widget .ei-footer-social a:nth-child(2) {
  color: #004d4d;
}

.ei-footer-widget .ei-footer-social a:nth-child(3) {
  color: #7d0202;
}

.ei-footer-widget .ei-footer-social a:nth-child(4) {
  color: #0d6fff;
}

.ei-footer-copyright {
  margin-top: 40px;
  font-size: 14px;
  font-family: "Poppins";
}

.ei-footer-copyright .ei-footer-copyright-content {
  padding: 25px 0px 15px;
  border-top: 2px solid #dee2ef;
}

.ei-footer-copyright .ei-copyright-menu {
  float: right;
}

.ei-footer-copyright .ei-copyright-menu a {
  margin-left: 35px;
}

@keyframes left-right-move {
  0% {
    transform: translateX(-100px);
  }
  50% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(-100px);
  }
}
.ei-footer-shape1 {
  top: 120px;
  right: 130px;
  opacity: 0.5;
  z-index: -1;
}

.ei-footer-shape2 {
  top: 110px;
  left: -160px;
  opacity: 0.5;
  z-index: -1;
}

.ei-footer-shape3 {
  left: -50px;
  right: 0;
  opacity: 0.5;
  z-index: -1;
  bottom: 100px;
  margin: 0 auto;
  text-align: center;
  animation-name: left-right-move;
  animation-duration: 25s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/*---------------------------------------------------- */
/*Mobile-Menu  area*/
/*----------------------------------------------------*/
.appi-ei-mobile_menu_content {
  top: 0px;
  bottom: 0;
  right: -350px;
  height: 100vh;
  z-index: 101;
  position: fixed;
  width: 280px;
  overflow-y: scroll;
  background-color: #fff;
  padding: 40px 0px;
  box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
  transition: all 0.5s ease-in;
}

.appi-ei-mobile_menu_content .appi-ei-mobile-main-navigation {
  width: 100%;
}

.appi-ei-mobile_menu_content .appi-ei-mobile-main-navigation .navbar-nav {
  width: 100%;
}

.appi-ei-mobile_menu_content .navbar-nav .dropdown-menu {
  position: static !important;
  transform: none !important;
}

.appi-ei-mobile_menu_content .appi-ei-mobile-main-navigation .navbar-nav li {
  width: 100%;
  display: block;
  transition: 0.3s all ease-in-out;
  border-bottom: 1px solid #dcdcdc;
}

.appi-ei-mobile_menu_content .appi-ei-mobile-main-navigation .navbar-nav li:first-child {
  border-top: 1px solid #dcdcdc;
}

.appi-ei-mobile_menu_content .appi-ei-mobile-main-navigation .navbar-nav li a {
  color: #000;
  padding: 0;
  width: 100%;
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding: 5px 30px;
  text-transform: uppercase;
}

.appi-ei-mobile_menu_content .m-brand-logo {
  width: 160px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.appi-ei-mobile_menu_wrap.mobile_menu_on .appi-ei-mobile_menu_content {
  right: 0px;
  transition: all 0.7s ease-out;
}

.mobile_menu_overlay {
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  right: 0%;
  height: 120vh;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.9);
  transition: all 0.5s ease-in-out;
}

.mobile_menu_overlay_on {
  overflow: hidden;
}

.appi-ei-mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
  opacity: 1;
  visibility: visible;
}

.appi-ei-mobile_menu_button {
  position: absolute;
  display: none;
  right: 20px;
  cursor: pointer;
  line-height: 40px;
  color: #fff;
  text-align: center;
  font-size: 30px;
  top: 2px;
  z-index: 5;
}

.appi-ei-mobile_menu .appi-ei-mobile-main-navigation .navbar-nav li a:after {
  display: none;
}

.appi-ei-mobile_menu .appi-ei-mobile-main-navigation .dropdown > .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.appi-ei-mobile_menu .appi-ei-mobile_menu_content .appi-ei-mobile-main-navigation .navbar-nav .dropdown-menu {
  border: none;
  display: none;
  transition: none;
  box-shadow: none;
  padding: 5px 0px;
  width: 100%;
  border-top: 1px solid #dcdcdc;
}

.appi-ei-mobile_menu .appi-ei-mobile_menu_content .appi-ei-mobile-main-navigation .navbar-nav .dropdown-menu li {
  border: none;
  padding: 0 20px;
  line-height: 1;
}

.appi-ei-mobile_menu .dropdown {
  position: relative;
}

.appi-ei-mobile_menu .dropdown .dropdown-btn {
  position: absolute;
  top: 0px;
  right: 0;
  height: 30px;
  padding: 5px 10px;
}

.appi-ei-mobile_menu .dropdown .dropdown-btn:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  top: 0;
  left: 0;
  background-color: #dcdcdc;
}

.appi-ei-mobile_menu .appi-ei-mobile_menu_close {
  color: #d60606;
  cursor: pointer;
  top: 15px;
  left: 15px;
  font-size: 20px;
  position: absolute;
}

/*---------------------------------------------------- */
/*Responsive  area*/
/*----------------------------------------------------*/
@media screen and (max-width: 1440px) {
  .main-header-eight .appheader-content {
    padding: 0px 40px;
  }
  .ei-service-slide-mbl {
    right: 0;
  }
  .main-header-eight .appheader-content .site-logo {
    margin-right: 230px;
  }

  .eg-fun-fact-section .eg-fun-fact-mockup .fn-shape-item1 {
    left: 70px;
  }

  .eg-fun-fact-section .fn-bg-shape {
    left: -195px;
  }

  .ei-faq-section .fq-shape-style1 {
    left: -20px;
  }

  .ei-faq-section .fq-shape-style3 {
    left: 60px;
  }

  .ei-faq-section .fq-shape-style2 {
    left: 0;
  }

  .ei-newslatter-section .ei-newslatter-mockup {
    right: 5%;
  }

  .ei-footer-shape1 {
    right: 0;
  }

  .eight-service-section .eight-service-slide .ei-service-slide-btn {
    margin-left: 60px;
  }

  .eight-service-section .eight-service-slide {
    width: 48.667%;
  }

  .eight-service-section .eight-service-text {
    width: 51.333333%;
    padding: 85px 0px 0px 0;
  }

  .eight-service-section .eight-service-text h2 {
    max-width: 350px;
  }
}
@media screen and (max-width: 1280px) {
  .main-header-eight .appheader-content .site-logo {
    margin-right: 155px;
  }
}
@media screen and (max-width: 1199px) {
  .main-header-eight .appheader-content .site-logo {
    margin-right: 115px;
  }

  .ei-screenshots-section .ei-screen-mobile-image {
    width: 322px;
  }
}
@media screen and (max-width: 1024px) { 
  .main-header-eight .appheader-content .site-logo  {
    margin-right: 40px
  }
  .main-header-eight .appheader-content .navigation-eight li {
    margin-right: 10px;
  }
  .main-header-eight .appheader-content .h-eight-social {
    margin-left: 0;
  }
  .eg-fun-fact-section .eg-fun-fact-mockup {
    left: -320px;
  }
  .ei-team-section .ei-team-content .owl-item.active.center .ei-team-img:after,
  .ei-team-section .ei-team-content .owl-item .ei-team-img:after {
    left: 70px;
  }
  .ei-team-section .ei-team-content .owl-nav .owl-prev,
  .ei-team-section .ei-team-content .owl-nav .owl-next {
    position: static;
    text-align: center;
    margin: 0px 8px;
    transform: translateY(0);
  }
  .ei-team-section .ei-team-content .owl-nav {
    text-align: center;
    margin-top: 20px;
  }
  .ei-newslatter-section .ei-newslatter-mockup {
    display: none;
  }
  .ei-footer-widget .download-btn a {
    margin-right: 0px;
  }
  .eight-service-section .eight-service-slide .ei-service-slide-btn {
    margin-left: 15px;
  }
  .eight-service-section .eight-service-text h2 {
    max-width: 245px;
  }
  .ei-testimonial-section .ei-testimonial-img-text {
    margin: 0 auto;
    max-width: 500px;
  }
}
@media screen and (max-width: 991px) {
  .main-header-eight .appheader-content .navigation-eight {
    display: none;
  }

  .main-header-eight .appheader-content .h-eight-social {
    display: none;
  }

  .appi-ei-mobile_menu_button {
    display: block;
  }

  .main-header-eight .appheader-content {
    padding: 0px 20px;
  }

  .main-header-eight .appheader-content .sign-up-btn-eight {
    margin-right: 50px;
  }

  .eight-banner-section .eight-banner-content .ei-banner-mbl-mockup {
    position: static;
    margin-top: 40px;
  }

  .eight-banner-section {
    padding-bottom: 100px;
  }

  .feature-eight-section {
    padding: 100px 0px;
  }

  .feature-eight-section .eight-feature-box {
    margin-bottom: 50px;
  }

  .eight-service-section .eight-service-slide {
    width: 100%;
  }

  .eight-service-section .eight-service-text {
    width: 100%;
  }

  .eight-service-section:after {
    display: none;
  }

  .eight-service-section:before {
    display: none;
  }

  .eight-service-section .s-shape-bg2 {
    display: none;
  }

  .eight-service-section .eight-service-text:before {
    display: none;
  }

  .eight-service-section .eight-service-slide a:nth-child(3) {
    transform: translateX(0);
  }

  .ei-service-slide-mbl {
    position: relative;
    right: 0;
    top: 0;
  }

  .eight-service-section .eight-service-slide .ei-service-slide-btn {
    max-width: 475px;
    margin: 0 auto;
  }

  .eight-service-section .eight-service-text h2 {
    margin: 0 auto;
    color: #000;
    max-width: 400px;
    padding-top: 30px;
    text-align: center;
  }

  .eg-fun-fact-section .eg-fun-fact-mockup {
    position: static;
    margin-bottom: 40px;
  }

  .eg-fun-fact-section .eg-funfact-text {
    float: none !important;
  }

  .eg-how-work-section .how-work-mockup {
    text-align: center;
  }

  .ei-team-section .ei-team-pic-text .ei-team-social {
    right: 13px;
  }

  .ei-screenshots-section .ei-screen-mobile-image {
    width: 270px;
  }

  #testimonial-scroller {
    max-width: 570px;
  }

  .ei-newslatter-section .ei-newslatter-box .ei-news-vector2 {
    display: none;
  }

  .ei-footer-section {
    padding-top: 100px;
  }

  .testimonial-floatingimg {
    display: none;
  }

  .eg-how-work-section .how-work-mockup .hw-shape1,
  .eg-how-work-section .how-work-mockup .hw-shape2 {
    display: none;
  }
  .ei-appdownload-section {
    padding-bottom: 60px;
  }
  .ei-team-section .ei-team-content .owl-item.active.center .ei-team-img:after,
  .ei-team-section .ei-team-content .owl-item .ei-team-img:after {
    display: none;
  }
  .ei-team-pic-text {
    max-width: 300px;
    margin: 0 auto;
  }
  .ei-team-section .ei-team-content .owl-item.active.center .ei-team-social {
    right: 0px;
  }
  .ei-footer-widget {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .ei-screenshots-section .ei-screen-mobile-image {
    width: 370px;
    height: 655px;
  }
}
@media screen and (max-width: 680px) {
  .eight-banner-section .eight-banner-content h1 {
    font-size: 65px;
  }

  .ei-team-section .ei-team-content .owl-item.active.center .ei-team-img:after {
    left: 75px;
  }
}
@media screen and (max-width: 580px) {
  .eight-banner-section .eight-banner-content h1 {
    font-size: 60px;
  }

  .eg-fun-fact-section .eg-fun-fact-mockup .fn-shape-item1 {
    display: none;
  }

  .eg-fun-fact-section .eg-fun-fact-mockup .fn-shape-item2 {
    display: none;
  }

  .eg-how-work-section .ei-how-work-content-item {
    padding-left: 50px;
  }

  .ei-team-pic-text {
    max-width: 270px;
    margin: 0 auto;
  }

  .ei-team-section .ei-team-pic-text .ei-team-social {
    right: -40px;
  }

  .ei-screenshots-section .ei-screen-mobile-image {
    width: 305px;
  }

  #testimonial-scroller {
    max-width: 450px;
  }

  #testimonial-scroller .ei-testimonial-text {
    display: block;
    overflow: hidden;
  }

  .ei-newslatter-section .ei-newslatter-contnet {
    margin-left: 0px;
  }
}
@media screen and (max-width: 480px) {
  .eight-banner-section .eight-banner-content h1 {
    text-align: center;
    font-size: 50px;
  }

  .cd-headline.clip .cd-words-wrapper::after {
    height: 40px;
  }

  .eight-banner-section .eight-banner-content p {
    text-align: center;
  }

  .eight-banner-section .eight-banner-content .banner-content-box .ei-banner-btn {
    text-align: center;
  }

  .ei-banner-review {
    text-align: center;
    max-width: 320px;
    margin: 0 auto;
  }

  .eight-banner-section .eight-banner-content .ei-banner-review ul {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .ei-service-icon-text .ei-service-icon {
    margin-left: 30px;
  }

  .eg-fun-fact-section .eg-fun-fact-mockup .fn-shape {
    display: none;
  }

  .pera-content p {
    overflow: hidden;
  }

  .hw-mockup-img {
    margin-top: 20px;
  }

  .eg-how-work-section .how-work-mockup .hw-shape1,
  .eg-how-work-section .how-work-mockup .hw-shape2,
  .ei-faq-section .fq-shape-style3,
  .ei-faq-section .fq-shape-style4 {
    display: none;
  }

  .ei-team-section .ei-team-content .owl-nav {
    width: 150px;
    margin: 0 auto;
    margin-top: 40px;
    position: static;
    transform: translateY(0);
  }

  .ei-faq-section .ei-faq-queans {
    margin-top: 20px;
  }

  .ei-faq-section .ei-faq-queans .ei-faq-header button {
    text-align: left;
  }

  .ei-testimonial-section .ei-testimonial-img-text .ei-testimonial-img {
    left: -10px;
  }
}
@media screen and (max-width: 420px) {
  .eight-banner-section .eight-banner-content h1 {
    font-size: 42px;
  }

  .cd-headline.clip .cd-words-wrapper::after {
    height: 30px;
  }

  .feature-eight-section {
    padding: 50px 0px;
  }

  .eight-section-title h2 {
    font-size: 28px;
  }

  .eight-service-slide {
    padding-right: 0;
  }

  .ei-service-icon-text .ei-service-icon {
    height: 80px;
    width: 80px;
    line-height: 80px;
  }

  .ei-service-icon-text .ei-service-icon i {
    font-size: 35px;
  }

  .eight-service-section {
    padding: 65px 0px;
  }

  .eight-service-section .eight-service-slide a:nth-child(1) {
    margin-bottom: 30px;
  }

  .eight-service-section .eight-service-slide a:nth-child(2) {
    margin-bottom: 30px;
    transform: translateX(0);
  }

  .eight-service-section .eight-service-text {
    padding-top: 40px;
  }

  .eight-service-section .eight-service-text h2 {
    font-size: 30px;
  }

  .eg-fun-fact-section {
    padding: 60px 0px;
  }

  .eg-fun-fact-section .eg-funfact-text .fun-fact-counter .eg-counter-number .odometer {
    font-size: 36px;
  }

  .eg-fun-fact-section .eg-funfact-text .fun-fact-counter .eg-counter-number strong {
    font-size: 30px;
    top: 4px;
  }

  .eg-fun-fact-section .eg-funfact-text .fun-fact-counter .eg-counter-number p {
    font-size: 20px;
    max-width: 100px;
  }

  .eg-how-work-section .ei-how-work-content-item .eg-how-work-icon-text .eg-how-work-icon {
    margin-right: 0;
    margin-bottom: 15px;
    float: none !important;
  }

  .eg-how-work-section .ei-how-work-content-item {
    padding-left: 30px;
  }

  .eg-how-work-section .ei-how-work-content-item .eg-how-work-icon-text .eg-how-work-text h3 {
    font-size: 20px;
  }

  .eg-how-work-section {
    padding-bottom: 30px;
  }

  .ei-app-down-text {
    padding: 50px 0px;
  }

  .ei-faq-section .ei-faq-queans .ei-faq.faq_bg {
    padding: 20px 30px;
  }

  .ei-faq-section .ei-faq-queans .ei-faq {
    padding: 0px 30px;
  }

  .ei-faq-section {
    padding: 60px 0px;
  }

  .ei-screenshots-section {
    padding: 60px 0px;
  }

  .ei-testimonial-section {
    padding: 60px 0px;
  }

  .ei-testimonial-section .ei-testimonial-img-text {
    padding: 25px 20px 25px 0px;
  }

  .ei-footer-widget {
    margin-bottom: 30px;
  }

  .ei-footer-copyright .ei-copyright-menu {
    float: left;
  }

  .ei-footer-copyright .ei-copyright-menu a {
    margin-left: 0;
    margin-right: 15px;
  }

  .eg-how-work-text {
    display: block;
    width: 100%;
  }

  .ei-team-section {
    padding: 60px 0px;
  }

  .eight-banner-section .eight-banner-content .banner-content-box .ei-banner-btn a:nth-child(1) {
    height: 45px;
    width: 150px;
    line-height: 45px;
  }

  .eight-banner-section .eight-banner-content .banner-content-box .ei-banner-btn {
    padding: 20px 0px 10px 0px;
  }

  .main-header-eight .appheader-content .site-logo {
    margin-right: 30px;
  }

  .ei-footer-section {
    padding-top: 60px;
  }

  .eg-how-work-section .how-work-mockup {
    padding-left: 0;
  }

  .ei-team-section .ei-team-content .owl-item.active.center .ei-team-img:after {
    left: 35px;
  }

  .ei-team-section .ei-team-content .owl-item.active.center .ei-team-social {
    right: -5px;
  }

  .swiper-container {
    width: 295px;
  }
}
@media screen and (max-width: 380px) {
  .eight-banner-section .eight-banner-content h1 {
    font-size: 36px;
  }

  .ei-appdownload-section .app-down-btn a {
    margin-bottom: 20px;
  }

  .ei-testimonial-section .ei-testimonial-img-text:before {
    display: none;
  }

  .ei-newslatter-section .ei-newslatter-contnet .ei-newslatter-form form .nws-button button {
    width: 150px;
    margin: 0 auto;
  }

  .ei-newslatter-section .ei-newslatter-contnet .ei-newslatter-form form .nws-button {
    position: static !important;
    text-align: center;
    margin-bottom: 20px;
  }

  .eg-how-work-section .mCustomScrollBox {
    left: 0;
  }
}
@media screen and (max-width: 320px) {
  .main-header-eight .appheader-content .sign-up-btn-eight {
    width: 80px;
  }

  .eight-banner-section .eight-banner-content h1 {
    font-size: 33px;
  }

  .eight-section-title h2 {
    font-size: 24px;
  }

  .eg-how-work-section .ei-how-work-content-item .eg-how-work-icon-text .eg-how-work-text h3 {
    font-size: 16px;
  }

  .eg-how-work-section .ei-how-work-content-item .eg-how-work-icon-text .scroller-no {
    display: none;
  }

  .eg-how-work-section .eg-how-work-content {
    padding-left: 5px;
  }

  .ei-faq-section .ei-faq-queans .ei-faq-header button {
    font-size: 16px;
  }

  .ei-testimonial-section .ei-testimonial-img-text {
    border-radius: 0;
    padding: 20px;
  }

  .ei-testimonial-section .ei-testimonial-img-text .ei-testimonial-img {
    float: none !important;
    top: 0;
    margin-bottom: 15px;
  }

  .ei-footer-widget .download-btn a {
    margin-bottom: 20px;
    display: block;
  }

  .ei-footer-widget h4 {
    margin-bottom: 10px;
  }
}
/*---------------------------------------------------- */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* BUSINESS 3 */


.pr20-headline h1,
.pr20-headline h2,
.pr20-headline h3,
.pr20-headline h4,
.pr20-headline h5,
.pr20-headline h6 {
	font-family: "Lexend", sans-serif;
	font-weight: 700;
	text-transform: none;
	line-height: 1.25;
	margin-bottom: 0;
	color: #004d4d;
	text-transform: capitalize;
}

.pr20-headline h1 {
	font-size: 60px;
}

@media (max-width: 767.98px) {
	.pr20-headline h1 {
		font-size: 50px;
	}
}

.pr20-headline h2 {
	font-size: 48px;
}

@media (max-width: 767.98px) {
	.pr20-headline h2 {
		font-size: 36px;
	}
}

@media (max-width: 575.98px) {
	.pr20-headline h2 {
		font-size: 30px;
	}
}

.pr20-headline h3 {
	font-size: 36px;
}

@media (max-width: 767.98px) {
	.pr20-headline h3 {
		font-size: 30px;
	}
}

.pr20-headline h4 {
	font-size: 24px;
}

@media (max-width: 767.98px) {
	.pr20-headline h4 {
		font-size: 20px;
	}
}

.pr20-headline h5 {
	font-size: 22px;
}

.pr20-headline h6 {
	font-size: 18px;
}

.pr20-pera-txt p {
	color: #666666;
	margin: 0;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
	margin-left: 0;
}

.loading-preloader {
	background-color: white;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 900;
}

#loading-preloader {
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 50px;
	width: 150px;
	visibility: visible;
	z-index: 1000;
}

.line_shape {
	width: 8px;
	height: 50px;
	margin-right: 5px;
	background-color: #0067ff;
	-webkit-animation: animate24 1s infinite;
	animation: animate24 1s infinite;
	float: left;
	opacity: 1;
}

.line_shape:last-child {
	margin-right: 0px;
}

.line_shape:nth-child(10) {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}

.line_shape:nth-child(9) {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}

.line_shape:nth-child(8) {
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}

.line_shape:nth-child(7) {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.line_shape:nth-child(6) {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.line_shape:nth-child(5) {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.line_shape:nth-child(4) {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.line_shape:nth-child(3) {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.line_shape:nth-child(2) {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

@-webkit-keyframes animate24 {
	50% {
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
	}
}

@keyframes animate24 {
	50% {
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
	}
}

.pr20-title-area {
	margin-bottom: 30px;
}

.pr20-title-area .pr20-subtitle {
	color: #004d4d;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 6px;
	display: inline-block;
	text-transform: capitalize;
}

.pr20-title-area h3 {
	margin-bottom: 20px;
}

.pr20-title-area h3 span {
	color: #004d4d;
}

.pr20-scroll-top {
	width: 50px;
	height: 50px;
	color: #ffffff !important;
	background-color: #004d4d;
	font-size: 24px;
	text-align: center;
	line-height: 50px;
	display: inline-block;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 100;
	border-radius: 4px;
	display: none;
	-webkit-transition: initial;
	-o-transition: initial;
	transition: initial;
}

.pr20-primary-btn a {
	width: 170px;
	height: 55px;
	color: #ffffff;
	background-color: transparent;
	display: inline-block;
	text-align: center;
	line-height: 52px;
	border-radius: 4px;
	position: relative;
	background-image: -webkit-linear-gradient(20deg, #004d4d 0%, #08d1db 100%);
	background-image: -o-linear-gradient(20deg, #004d4d 0%, #08d1db 100%);
	background-image: linear-gradient(-290deg, #004d4d 0%, #08d1db 100%);
	z-index: 1;
	font-family: "Lexend", sans-serif;
	font-weight: 600;
	text-transform: capitalize;
}

.pr20-primary-btn a::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: -webkit-linear-gradient(160deg, #004d4d 0%, #08d1db 100%);
	background-image: -o-linear-gradient(160deg, #004d4d 0%, #08d1db 100%);
	background-image: linear-gradient(290deg, #004d4d 0%, #08d1db 100%);
	z-index: -1;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	border-radius: 4px;
}

.pr20-primary-btn a:hover::after {
	opacity: 0;
}

@-webkit-keyframes pr20_rotate_animation {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes pr20_rotate_animation {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes pr20_object_animation {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes pr20_object_animation {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes pr20-ripple-animation {
	0% {
		-webkit-box-shadow: 0 0 0 0rem rgba(255, 98, 114, 0.2), 0 0 0 1rem rgba(255, 98, 114, 0.2), 0 0 0 2rem rgba(255, 98, 114, 0.2), 0 0 0 3rem rgba(255, 98, 114, 0.2);
		box-shadow: 0 0 0 0rem rgba(255, 98, 114, 0.2), 0 0 0 1rem rgba(255, 98, 114, 0.2), 0 0 0 2rem rgba(255, 98, 114, 0.2), 0 0 0 3rem rgba(255, 98, 114, 0.2);
	}
	100% {
		-webkit-box-shadow: 0 0 0 1rem rgba(255, 98, 114, 0.2), 0 0 0 2rem rgba(255, 98, 114, 0.2), 0 0 0 3rem rgba(255, 98, 114, 0.2), 0 0 0 3rem rgba(255, 98, 114, 0);
		box-shadow: 0 0 0 1rem rgba(255, 98, 114, 0.2), 0 0 0 2rem rgba(255, 98, 114, 0.2), 0 0 0 3rem rgba(255, 98, 114, 0.2), 0 0 0 3rem rgba(255, 98, 114, 0);
	}
}

@keyframes pr20-ripple-animation {
	0% {
		-webkit-box-shadow: 0 0 0 0rem rgba(255, 98, 114, 0.2), 0 0 0 1rem rgba(255, 98, 114, 0.2), 0 0 0 2rem rgba(255, 98, 114, 0.2), 0 0 0 3rem rgba(255, 98, 114, 0.2);
		box-shadow: 0 0 0 0rem rgba(255, 98, 114, 0.2), 0 0 0 1rem rgba(255, 98, 114, 0.2), 0 0 0 2rem rgba(255, 98, 114, 0.2), 0 0 0 3rem rgba(255, 98, 114, 0.2);
	}
	100% {
		-webkit-box-shadow: 0 0 0 1rem rgba(255, 98, 114, 0.2), 0 0 0 2rem rgba(255, 98, 114, 0.2), 0 0 0 3rem rgba(255, 98, 114, 0.2), 0 0 0 3rem rgba(255, 98, 114, 0);
		box-shadow: 0 0 0 1rem rgba(255, 98, 114, 0.2), 0 0 0 2rem rgba(255, 98, 114, 0.2), 0 0 0 3rem rgba(255, 98, 114, 0.2), 0 0 0 3rem rgba(255, 98, 114, 0);
	}
}


/********* Layout **************/

.pr20-body-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 100;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.pr20-body-overlay-on {
	opacity: 1;
	visibility: visible;
}

.pr20-header-area {
	background-color: #004d4d;
}

@media (max-width: 1024.98px) {
	.pr20-header-area {
		padding: 10px 0;
	}
}

.pr20-header-area.pr20-sticky-on {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 200;
	-webkit-animation: 1s slideInDown;
	animation: 1s slideInDown;
}

.pr20-header-area .container {
	position: relative;
}

@media (max-width: 1024.98px) {
	.pr20-header-area .pr20-desktop-menu {
		display: none;
	}
}

.pr20-header-area .pr20-logo-wrapper a {
	width: 150px;
	display: inline-block;
}

.pr20-header-area .pr20-nav-menu nav {
	text-align: right;
}

.pr20-header-area .pr20-nav-menu ul {
	display: inline-block;
}

.pr20-header-area .pr20-nav-menu ul li {
	display: inline-block;
	position: relative;
}

.pr20-header-area .pr20-nav-menu ul li a {
	padding: 30px 18px;
	display: block;
	color: #ffffff;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	text-transform: capitalize;
}
.pr20-header-area .side-demo span {
	top: 5px;
}
.pr20-header-area .pr20-nav-menu ul li a:hover,
.pr20-header-area .pr20-nav-menu ul li a.active {
	color: #08d1db;
}
@media (max-width: 1199.98px) {
	.pr20-header-area .pr20-nav-menu ul li a {
		padding: 30px 16px;
	}
}

.pr20-header-area .pr20-nav-menu ul li.has-submenu::after {
	content: '\f067';
	position: absolute;
	z-index: 1;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 10px;
	top: 50%;
	right: 6px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #ffffff;
}

.pr20-header-area .pr20-nav-menu ul li.has-submenu ul {
	position: absolute;
	top: 100%;
	left: 0;
	display: block;
	width: 220px;
	background: #004d4d;
	z-index: 20;
	opacity: 0;
	visibility: hidden;
	top: 100px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.pr20-header-area .pr20-nav-menu ul li.has-submenu ul li {
	display: block;
}

.pr20-header-area .pr20-nav-menu ul li.has-submenu ul li a {
	display: block;
	text-align: left;
	color: #ffffff;
	padding: 12px 18px;
}

.pr20-header-area .pr20-nav-menu ul li.has-submenu ul li a:hover {
	padding-left: 25px;
}

.pr20-header-area .pr20-nav-menu ul li.has-submenu ul li+li a {
	border-top: 1px solid #dddddd96;
}

.pr20-header-area .pr20-nav-menu ul li.has-submenu ul li.has-submenu ul {
	right: -100%;
	left: auto;
	top: 0;
}

.pr20-header-area .pr20-nav-menu ul li:hover.has-submenu::after {
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

.pr20-header-area .pr20-nav-menu ul li:hover>ul {
	opacity: 1;
	visibility: visible;
	top: 100%;
}

.pr20-header-area .pr20-header-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.pr20-header-area .pr20-header-right .pr20-sidebar-menu-open {
	display: inline-block;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	border-radius: 50%;
	border: 1px solid #004d4d;
	color: #004d4d;
	font-size: 25px;
	margin-right: 30px;
	cursor: pointer;
}

@media (max-width: 1024.98px) {
	.pr20-header-area .pr20-header-right .pr20-sidebar-menu-open {
		display: none;
	}
}

@media (max-width: 1024.98px) {
	.pr20-header-area .pr20-header-right .pr20-primary-btn {
		margin-right: 60px;
	}
}

@media (max-width: 575.98px) {
	.pr20-header-area .pr20-header-right .pr20-primary-btn {
		display: none;
	}
}

.pr20-mobile-menu {
	display: none;
}

@media (max-width: 1024.98px) {
	.pr20-mobile-menu {
		display: block;
	}
}

.pr20-mobile-menu .pr20-mobile-menu-open {
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 36px;
	z-index: 10;
	color: #ffffff;
}

.pr20-mobile-menu-wrapper {
	position: fixed;
	top: 0;
	right: -300px;
	background-color: #004d4d;
	width: 280px;
	height: 100vh;
	z-index: 100;
	overflow-y: scroll;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.pr20-mobile-menu-wrapper .pr20-mobile-menu-close {
	position: absolute;
	top: 20px;
	left: 15px;
	color: #ffffff;
	cursor: pointer;
}

.pr20-mobile-menu-wrapper .pr20-mobile-navigation {
	padding-top: 60px;
}

.pr20-mobile-menu-wrapper ul li a {
	color: #ffffff;
	padding: 12px 18px;
	display: block;
	text-transform: capitalize;
}

.pr20-mobile-menu-wrapper ul li+li a {
	border-top: 1px solid #dddddd5c;
}

.pr20-mobile-menu-visible {
	right: 0;
}

.pr20-sidebar-info .pr20-overlay-on {
	opacity: 1;
	visibility: visible;
}

.pr20-sidebar-info .pr20_sidebar_info_content {
	width: 380px;
	height: 100%;
	position: fixed;
	right: -380px;
	top: 0;
	background-color: #ffffff;
	z-index: 9999999;
	padding: 30px 40px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.pr20-sidebar-info .pr20_sidebar_info_content .close-menu {
	cursor: pointer;
}

.pr20-sidebar-info .pr20_sidebar_info_content .pr20_sidebar_logo {
	text-align: center;
	margin-bottom: 60px;
}

.pr20-sidebar-info .pr20_sidebar_info_content .pr20_sidebar_logo img {
	width: 140px;
}

.pr20-sidebar-info .pr20_sidebar_info_content .pr20-pera-txt {
	line-height: 1.8em;
}

.pr20-sidebar-info .pr20_sidebar_info_content .pr20-sidebar-gallery {
	margin-top: 30px;
}

.pr20-sidebar-info .pr20_sidebar_info_content .pr20-sidebar-gallery ul li {
	display: inline-block;
	margin: 5px 5px;
}

.pr20-sidebar-info .pr20_sidebar_info_content .pr20-sidebar-social {
	margin-top: 30px;
}

.pr20-sidebar-info .pr20_sidebar_info_content .pr20-sidebar-social h5 {
	margin-bottom: 15px;
}

.pr20-sidebar-info .pr20_sidebar_info_content .pr20-sidebar-social a+a {
	margin-left: 10px;
}

.pr20-sidebar-info .pr20_sidebar_info_content .pr20-sidebar-copyright {
	text-align: center;
	margin-top: 40px;
}

.pr20-sidebar-info .pr20-sidebar-on {
	right: 0;
}

.pr20-hero-slider {
	position: relative;
}

.pr20-hero-slider .pr20-wave-shape {
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 190px;
	z-index: 10;
}

.pr20-service-section {
	padding: 100px 0 0px;
	padding-top: 0;
	margin-top: -100px;
	position: relative;
	z-index: 10;
}

@media (max-width: 991.98px) {
	.pr20-service-section {
		padding-top: 100px;
		margin-top: 0;
	}
}

.pr20-service-section .pr20-service-top {
	position: relative;
}

.pr20-service-section .pr20-service-top .pr20-sr-shape-1 {
	position: absolute;
	bottom: -50px;
	left: -30px;
}

.pr20-service-section .pr20-service-top .pr20-sr-shape-2 {
	position: absolute;
	bottom: -70px;
	right: -100px;
}

.pr20-service-column {
	padding: 30px 20px 20px 20px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 14px 50px 0px rgba(175, 175, 175, 0.2);
	box-shadow: 0px 14px 50px 0px rgba(175, 175, 175, 0.2);
	text-align: center;
	margin-bottom: 30px;
}

.pr20-service-column .pr20-icon-wrapper {
	text-align: center;
	margin-bottom: 30px;
}

.pr20-service-column .pr20-icon-wrapper i {
	width: 60px;
	height: 60px;
	background-color: #e5fafe;
	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;
	font-size: 30px;
	border-radius: 50%;
	color: #004d4d;
}

.pr20-service-column .pr20-headline {
	margin-bottom: 10px;
}

.pr20-service-bottom {
	margin-top: 60px;
	position: relative;
}

.pr20-service-bottom .pr20-sr-shape-3 {
	position: absolute;
	bottom: 30px;
	right: -60px;
}

.pr20-service-col2 .pr20-sr-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px;
}

.pr20-service-col2 .pr20-sr-column .pr20-icon-wrapper i {
	width: 100px;
	height: 100px;
	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;
	background-color: #e5fafe;
	border-radius: 50%;
	font-size: 45px;
	color: #004d4d;
	position: relative;
	z-index: 2;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.pr20-service-col2 .pr20-sr-column .pr20-icon-wrapper i::after {
	content: '';
	width: 100%;
	height: 100%;
	background-image: -webkit-linear-gradient(160deg, #004d4d 0%, #08d1db 100%);
	background-image: -o-linear-gradient(160deg, #004d4d 0%, #08d1db 100%);
	background-image: linear-gradient(290deg, #004d4d 0%, #08d1db 100%);
	left: 0;
	right: 0;
	position: absolute;
	border-radius: 50%;
	z-index: -1;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.pr20-service-col2 .pr20-sr-column .pr20-sr-column-content {
	background-color: #ffffff;
	padding: 40px 30px 30px 80px;
	-webkit-box-shadow: 0px 14px 40px 0px rgba(144, 144, 144, 0.15);
	box-shadow: 0px 14px 40px 0px rgba(144, 144, 144, 0.15);
	margin-left: -50px;
}

.pr20-service-col2 .pr20-sr-column .pr20-sr-column-content .pr20-headline {
	margin-bottom: 20px;
}

.pr20-service-col2 .pr20-sr-column:hover .pr20-icon-wrapper i {
	color: #ffffff;
}

.pr20-service-col2 .pr20-sr-column:hover .pr20-icon-wrapper i::after {
	opacity: 1;
}

.pr20-service-col2 .pr20-primary-btn {
	margin-top: 30px;
}

.pr20-about-section {
	padding: 100px 0;
	background-color: #ffffff;
}

.pr20-about-left .pr20-about-list {
	margin-top: 10px;
	display: inline-block;
}

.pr20-about-left .pr20-about-item {
	background-color: #ffffff;
	-webkit-box-shadow: 0px 20px 60px 0px rgba(135, 135, 135, 0.2);
	box-shadow: 0px 20px 60px 0px rgba(135, 135, 135, 0.2);
	margin-bottom: 30px;
	padding: 20px;
	border-radius: 6px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.pr20-about-left .pr20-about-item .pr20-icon-wrapper {
	margin-right: 20px;
}

.pr20-about-left .pr20-about-item .pr20-icon-wrapper i {
	font-size: 45px;
	color: #004d4d;
}

.pr20-about-left .pr20-about-item .pr20-headline {
	margin-bottom: 10px;
}

.pr20-about-left .pr20-primary-btn {
	margin-top: 10px;
}

.pr20-about-right {
	position: relative;
	z-index: 2;
}

@media (max-width: 991.98px) {
	.pr20-about-right {
		margin-top: 60px;
	}
}

.pr20-about-right .pr20-about-shape-1 {
	position: absolute;
	width: 200px;
	right: 0;
	top: 0;
	z-index: -1;
}

.pr20-about-right .pr20-about-shape-2 {
	position: absolute;
	bottom: -50px;
	left: 50%;
	-webkit-transform: translateX(-80%);
	-ms-transform: translateX(-80%);
	transform: translateX(-80%);
	z-index: -1;
}

.pr20-project-showcase {
	padding-top: 100px;
	position: relative;
	z-index: 2;
	height: 450px;
	overflow: visible;
}

@media (max-width: 991.98px) {
	.pr20-project-showcase {
		height: auto;
		padding-bottom: 70px;
	}
}

.pr20-project-showcase::before {
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(30, 15, 196, 0.4);
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.pr20-project-showcase .pr20-video-project {
	text-align: center;
	margin-bottom: 60px;
}

.pr20-project-showcase .pr20-video-project a {
	width: 40px;
	height: 40px;
	background-color: #ff6272;
	color: #ffffff;
	text-align: center;
	line-height: 40px;
	display: inline-block;
	border-radius: 50%;
	-webkit-animation: 2s pr20-ripple-animation linear infinite;
	animation: 2s pr20-ripple-animation linear infinite;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.pr20-project-showcase .pr20-video-project a:hover {
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
}

.pr20-project-showcase .pr20-headline h3 {
	color: #ffffff;
}

.pr20-project-content {
	margin-top: 80px;
}

.pr20-project-content .pr20-project-column {
	padding: 40px 30px 30px 30px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 20px 50px 0px rgba(144, 144, 144, 0.2);
	box-shadow: 0px 20px 50px 0px rgba(144, 144, 144, 0.2);
	margin-bottom: 30px;
}

.pr20-project-content .pr20-project-column .pr20-headline h2 {
	display: inline-block;
}

.pr20-project-content .pr20-project-column .pr20-headline span {
	font-size: 48px;
	font-weight: 700;
	display: inline-block;
	color: #004d4d;
	font-family: "Lexend", sans-serif;
}

.pr20-project-content .pr20-project-column .pr20-headline h4 {
	margin-bottom: 10px;
}

.pr20-business-section {
	padding-top: 250px;
	padding-bottom: 100px;
}

@media (max-width: 991.98px) {
	.pr20-business-section {
		padding-top: 100px;
	}
}

.pr20-business-content {
	background-size: 650px;
	background-position: center;
}

@media (max-width: 991.98px) {
	.pr20-business-content .pr20-business-middle {
		margin-top: 30px;
		margin-bottom: 30px;
	}
}

.pr20-business-item {
	background-color: #ffffff;
	-webkit-box-shadow: 0px 20px 60px 0px rgba(135, 135, 135, 0.2);
	box-shadow: 0px 20px 60px 0px rgba(135, 135, 135, 0.2);
	margin-bottom: 30px;
	padding: 20px;
	border-radius: 6px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.pr20-business-item .pr20-icon-wrapper {
	margin-right: 20px;
}

.pr20-business-item .pr20-icon-wrapper i {
	font-size: 45px;
	color: #004d4d;
}

.pr20-business-item .pr20-headline {
	margin-bottom: 10px;
}





.pr20-software-section {
	padding: 100px 0;
	background-color: #f7f9ff;
	position: relative;
	overflow: visible;
}

.pr20-software-section .pr20-software-shape-1 {
	position: absolute;
	width: 100px;
	left: 0;
	top: -50px;
}

.pr20-software-section .pr20-software-shape-2 {
	position: absolute;
	width: 300px;
	right: 0;
	top: 0;
}

.pr20-software-section .pr20-software-right {
	margin-top: 60px;
}

.pr20-pricing-table {
	padding: 100px 0 150px 0;
	position: relative;
}

@media (max-width: 575.98px) {
	.pr20-pricing-table {
		padding-bottom: 50px;
	}
}

.pr20-pricing-table .pr20-pr-shape-1 {
	position: absolute;
	right: 0;
	bottom: 0;
}

.pr20-pricing-left {
	position: relative;
}

.pr20-pricing-left .pr20-pr-shape-2 {
	position: absolute;
	bottom: -60px;
	left: -80px;
}

.pr20-pricing-left .pr20-title-area {
	margin-bottom: 50px;
}

.pr20-pricing-left .pr20-pricing-btns li a {
	margin-right: 30px;
	width: 170px;
	height: 55px;
	color: #ffffff;
	background-color: #004d4d;
	display: inline-block;
	text-align: center;
	line-height: 52px;
	border-radius: 4px;
	font-family: "Lexend", sans-serif;
	font-weight: 600;
	text-transform: capitalize;
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

@media (max-width: 575.98px) {
	.pr20-pricing-left .pr20-pricing-btns li a {
		margin-bottom: 20px;
	}
}

.pr20-pricing-left .pr20-pricing-btns li a.active {
	width: 170px;
	height: 55px;
	color: #ffffff;
	background-color: transparent;
	background-image: -webkit-linear-gradient(20deg, #004d4d 0%, #08d1db 100%);
	background-image: -o-linear-gradient(20deg, #004d4d 0%, #08d1db 100%);
	background-image: linear-gradient(-290deg, #004d4d 0%, #08d1db 100%);
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.pr20-pricing-left .pr20-pricing-btns li a.active::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: -webkit-linear-gradient(160deg, #004d4d 0%, #08d1db 100%);
	background-image: -o-linear-gradient(160deg, #004d4d 0%, #08d1db 100%);
	background-image: linear-gradient(290deg, #004d4d 0%, #08d1db 100%);
	z-index: -1;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	border-radius: 4px;
}

.pr20-pricing-left .pr20-pricing-btns li a.active:hover::after {
	opacity: 0;
}

@media (max-width: 991.98px) {
	.pr20-pricing-right {
		margin-top: 60px;
	}
}

.pr20-pricing-right .pr20-pricing-column {
	position: relative;
	-webkit-box-shadow: 0px 60px 27px 0px rgba(135, 135, 135, 0.2);
	box-shadow: 0px 60px 27px 0px rgba(135, 135, 135, 0.2);
	padding-bottom: 30px;
	background-color: #ffffff;
}

@media (max-width: 575.98px) {
	.pr20-pricing-right .pr20-pricing-column {
		max-width: 260px;
		margin-bottom: 100px;
	}
}

.pr20-pricing-right .pr20-pricing-column::after {
	content: '';
	position: absolute;
	bottom: -50px;
	left: 0;
	width: 100%;
	height: 60px;
	background-image: url(../images/pr-angle-1.png);
	background-size: cover;
	z-index: 1;
}

.pr20-pricing-right .pr20-pricing-column .pr20-pr-column-top {
	text-align: center;
	position: relative;
}

.pr20-pricing-right .pr20-pricing-column .pr20-pr-column-top .pr20-pr-table-shape-1 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
}

.pr20-pricing-right .pr20-pricing-column .pr20-pr-column-top .pr20-pr-table-shape-2 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
}

.pr20-pricing-right .pr20-pricing-column .pr20-pr-column-top .pr20-headline {
	position: relative;
	z-index: 3;
	padding-top: 50px;
}

.pr20-pricing-right .pr20-pricing-column .pr20-pr-column-top .pr20-headline h6,
.pr20-pricing-right .pr20-pricing-column .pr20-pr-column-top .pr20-headline h3 {
	color: #ffffff;
}

.pr20-pricing-right .pr20-pricing-column .pr20-pr-column-top .pr20-headline h6 {
	margin-bottom: 6px;
}

.pr20-pricing-right .pr20-pricing-column .pr20-pr-table-list {
	padding-top: 70px;
	text-align: center;
}

.pr20-pricing-right .pr20-pricing-column .pr20-pr-table-list ul li {
	color: #666666;
	text-transform: capitalize;
}

.pr20-pricing-right .pr20-pricing-column .pr20-pr-table-list ul li+li {
	margin-top: 10px;
}

.pr20-pricing-right .pr20-pricing-column .pr20-primary-btn {
	text-align: center;
	margin-top: 30px;
}

.pr20-pricing-right .pr20-pricing-column .pr20-primary-btn.pr20-pr-btn a {
	background-image: none;
	background-color: #004d4d;
}

.pr20-pricing-right .pr20-pricing-column .pr20-primary-btn.pr20-pr-btn a::after {
	opacity: 0;
}

.pr20-pricing-right .pr20-pricing-column .pr20-primary-btn.pr20-pr-btn a:hover::after {
	opacity: 1;
}

.pr20-sf-feature {
	padding: 0 0 70px 0;
	background-color: #f7f9ff;
	position: relative;
}

.pr20-sf-feature .pr20-sf-shape-3 {
	position: absolute;
	left: 0;
	bottom: 0;
}

.pr20-sf-feature-right .pr20-sf-feature-list .pr20-sf-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-shadow: 0px 14px 50px 0px rgba(135, 135, 135, 0.15);
	box-shadow: 0px 14px 50px 0px rgba(135, 135, 135, 0.15);
	padding: 20px;
	background-color: #ffffff;
	margin-bottom: 20px;
}

.pr20-sf-feature-right .pr20-sf-feature-list .pr20-sf-item .pr20-icon-wrapper {
	margin-right: 20px;
}

.pr20-sf-feature-right .pr20-sf-feature-list .pr20-sf-item .pr20-icon-wrapper i {
	color: #004d4d;
	font-size: 36px;
	display: inline-block;
	line-height: 0;
}

.pr20-sf-feature-right .pr20-sf-feature-list .pr20-sf-item .pr20-pera-txt p {
	color: #004d4d;
}

.pr20-get-in-touch {
	padding: 30px 0;
}

@media (max-width: 991.98px) {
	.pr20-get-in-touch {
		padding: 100px 0;
	}
}

.pr20-git-left span {
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 20px;
	display: inline-block;
}

.pr20-git-left h3 {
	color: #ffffff;
	margin-bottom: 30px;
}

.pr20-git-right {
	position: relative;
}

@media (max-width: 991.98px) {
	.pr20-git-right {
		display: none;
	}
}

.pr20-git-right img {
	width: 240px;
}

.pr20-git-right .pr20-git-man {
	position: absolute;
	top: -30px;
	right: 0;
}

.pr20-testimonial-section {
	padding: 100px 0;
}

.pr20-testimonial-slider .slick-list {
	margin: 0 -15px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.pr20-testimonial-slider .slick-slide {
	margin: 0 15px;
}

.pr20-testimonial-slider .slick-dots {
	display: inline-block;
	position: absolute;
	bottom: 32px;
	right: -92px;
	z-index: 10;
}

.pr20-testimonial-slider .slick-dots li {
	display: inline-block;
	margin-right: 6px;
	cursor: pointer;
}

.pr20-testimonial-slider .slick-dots li button {
	border: 0;
	font-size: 0;
	width: 8px;
	height: 8px;
	background-color: #004d4d;
	border-radius: 50%;
	padding: 0;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.pr20-testimonial-slider .slick-dots li.slick-active button {
	width: 25px;
	border-radius: 6px;
	background-color: #004d4d;
}

.pr20-testimonial-slider .pr20-tt-item {
	position: relative;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 10px 25px 0px rgba(135, 135, 135, 0.15);
	box-shadow: 0px 10px 25px 0px rgba(135, 135, 135, 0.15);
	padding: 30px;
}

.pr20-testimonial-slider .pr20-tt-item span.quote {
	position: absolute;
	width: 70px;
	right: 10px;
	top: 0;
	display: inline-block;
}

.pr20-testimonial-slider .pr20-tt-item .pr20-tt-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
}

.pr20-testimonial-slider .pr20-tt-item .pr20-tt-top .pr20-img-container {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
	background-color: red;
}

.pr20-testimonial-slider .pr20-tt-item .pr20-tt-top .pr20-tt-title {
	margin-left: 20px;
}

.pr20-testimonial-slider .pr20-tt-item .pr20-tt-top .pr20-tt-title h4 {
	font-size: 22px;
	margin-bottom: 6px;
}

.pr20-testimonial-slider .pr20-tt-item .pr20-tt-top .pr20-tt-title span {
	color: #004d4d;
	font-weight: 500;
	text-transform: capitalize;
}

@media (max-width: 991.98px) {
	.pr20-testimonial-content {
		margin-top: 60px;
	}
}

.pr20-work-process {
	position: relative;
	overflow: visible;
}

.pr20-work-process .pr20-wk-shape-1 {
	position: absolute;
	left: 0;
	bottom: -200px;
	width: 300px;
}

.pr20-wp-content {
	margin-top: 30px;
}

.pr20-wp-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px;
}

@media (max-width: 767.98px) {
	.pr20-wp-column {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.pr20-wp-column .pr20-icon-wrapper i {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	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;
	font-size: 40px;
	background-image: -webkit-linear-gradient(160deg, #004d4d 0%, #08d1db 100%);
	background-image: -o-linear-gradient(160deg, #004d4d 0%, #08d1db 100%);
	background-image: linear-gradient(290deg, #004d4d 0%, #08d1db 100%);
	color: #ffffff;
	position: relative;
	z-index: 1;
	-webkit-box-shadow: 0px 14px 30px 0px rgba(0, 173, 251, 0.3);
	box-shadow: 0px 14px 30px 0px rgba(0, 173, 251, 0.3);
}

.pr20-wp-column .pr20-icon-wrapper i::after {
	content: '';
	width: 100%;
	height: 100%;
	background-image: -webkit-linear-gradient(20deg, #004d4d 0%, #08d1db 100%);
	background-image: -o-linear-gradient(20deg, #004d4d 0%, #08d1db 100%);
	background-image: linear-gradient(-290deg, #004d4d 0%, #08d1db 100%);
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.pr20-wp-column .pr20-wpcl-content {
	padding: 40px 20px 40px 50px;
	text-align: center;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 13px 60px 0px rgba(135, 135, 135, 0.2);
	box-shadow: 0px 13px 60px 0px rgba(135, 135, 135, 0.2);
	margin-left: -40px;
}

.pr20-wp-column .pr20-wpcl-content .pr20-headline {
	margin-bottom: 10px;
}

.pr20-wp-column:hover .pr20-icon-wrapper i::after {
	opacity: 1;
}

.pr20-blog-section {
	padding: 70px 0 160px 0;
}

.pr20-blog-section .pr20-title-area {
	margin-bottom: 0;
}

.pr20-blog-section .pr20-title-area h3 {
	margin-bottom: 0;
}

.pr20-blog-section .pr20-blog-top-right .pr20-primary-btn {
	text-align: right;
}

@media (max-width: 991.98px) {
	.pr20-blog-section .pr20-blog-top-right .pr20-primary-btn {
		text-align: left;
		margin-top: 60px;
	}
}

.pr20-blog-section .pr20-blog-top-right .pr20-primary-btn a {
	margin-bottom: 10px;
}

.pr20-blog-content {
	margin-top: 60px;
}

.pr20-blog-content .pr20-blog-column {
	margin-bottom: 60px;
}

.pr20-blog-content .pr20-blog-column .pr20-thumb-wrapper {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.pr20-blog-content .pr20-blog-column .pr20-thumb-wrapper::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.9)), to(rgba(255, 255, 255, 0.1)));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.9), rgba(255, 255, 255, 0.1));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.9), rgba(255, 255, 255, 0.1));
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(255, 255, 255, 0.1));
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.pr20-blog-content .pr20-blog-column .pr20-thumb-wrapper img {
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.pr20-blog-content .pr20-blog-column .pr20-thumb-wrapper .pr20-blog-date {
	position: absolute;
	bottom: 0;
	left: 0;
	display: inline-block;
	background-color: #004d4d;
	padding: 10px 20px;
	z-index: 2;
}

.pr20-blog-content .pr20-blog-column .pr20-thumb-wrapper .pr20-blog-date h4 {
	color: #ffffff;
}

.pr20-blog-content .pr20-blog-column .pr20-thumb-wrapper .pr20-blog-date span {
	color: #ffffff;
}

.pr20-blog-content .pr20-blog-column .pr20-blog-meta {
	margin: 20px 0;
}

.pr20-blog-content .pr20-blog-column .pr20-blog-meta span {
	color: #004d4d;
	font-size: 15px;
}

.pr20-blog-content .pr20-blog-column .pr20-blog-meta span i {
	margin-right: 6px;
}

.pr20-blog-content .pr20-blog-column .pr20-blog-meta span+span {
	margin-left: 30px;
}

.pr20-blog-content .pr20-blog-column .pr20-readmore-btn {
	margin-top: 20px;
}

.pr20-blog-content .pr20-blog-column .pr20-readmore-btn a {
	font-size: 15px;
	color: #004d4d;
	font-weight: 600;
	font-family: "Lexend", sans-serif;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.pr20-blog-content .pr20-blog-column .pr20-readmore-btn a i {
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.pr20-blog-content .pr20-blog-column:hover .pr20-thumb-wrapper img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.pr20-blog-content .pr20-blog-column:hover .pr20-thumb-wrapper::after {
	opacity: 1;
}

.pr20-blog-content .pr20-blog-column:hover .pr20-readmore-btn a {
	color: #004d4d;
}

.pr20-blog-content .pr20-blog-column:hover .pr20-readmore-btn a i {
	-webkit-transform: translateX(5px);
	-ms-transform: translateX(5px);
	transform: translateX(5px);
}

.pr20-footer-section {
	padding: 100px 0 0 0;
}

.pr20-footer-section .pr20-footer-top {
	margin-top: -200px;
}

.pr20-footer-section .pr20-footer-top .pr20-ft-sb-area {
	background-color: #ffffff;
	border-radius: 6px;
	-webkit-box-shadow: 0px 13px 60px 0px rgba(135, 135, 135, 0.3);
	box-shadow: 0px 13px 60px 0px rgba(135, 135, 135, 0.3);
}

.pr20-footer-section .pr20-footer-top .pr20-ft-sb-area .pr20-footer-sb-left {
	padding: 40px 30px;
}

.pr20-footer-section .pr20-footer-top .pr20-ft-sb-area .pr20-footer-sb-left .pr20-title-area {
	margin: 0;
}

.pr20-footer-section .pr20-footer-top .pr20-ft-sb-area .pr20-footer-sb-right {
	padding: 40px 30px;
}

.pr20-footer-section .pr20-footer-top .pr20-ft-sb-area .pr20-footer-sb-right form {
	width: 100%;
	position: relative;
}

.pr20-footer-section .pr20-footer-top .pr20-ft-sb-area .pr20-footer-sb-right form input[type="email"] {
	width: 100%;
	padding: 15px 180px 15px 12px;
	border: 1px solid #e7e7e7;
}

.pr20-footer-section .pr20-footer-top .pr20-ft-sb-area .pr20-footer-sb-right form input[type="email"]::-webkit-input-placeholder {
	color: #e7e7e7;
}

.pr20-footer-section .pr20-footer-top .pr20-ft-sb-area .pr20-footer-sb-right form input[type="email"]:-ms-input-placeholder {
	color: #e7e7e7;
}

.pr20-footer-section .pr20-footer-top .pr20-ft-sb-area .pr20-footer-sb-right form input[type="email"]::-ms-input-placeholder {
	color: #e7e7e7;
}

.pr20-footer-section .pr20-footer-top .pr20-ft-sb-area .pr20-footer-sb-right form input[type="email"]::placeholder {
	color: #e7e7e7;
}

.pr20-footer-section .pr20-footer-top .pr20-ft-sb-area .pr20-footer-sb-right form .pr20-submit-btn {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 0;
	width: 170px;
	height: 55px;
	color: #ffffff;
	background-color: transparent;
	display: inline-block;
	text-align: center;
	line-height: 52px;
	border-radius: 4px;
	background-image: -webkit-linear-gradient(20deg, #004d4d 0%, #08d1db 100%);
	background-image: -o-linear-gradient(20deg, #004d4d 0%, #08d1db 100%);
	background-image: linear-gradient(-290deg, #004d4d 0%, #08d1db 100%);
	z-index: 1;
	font-family: "Lexend", sans-serif;
	font-weight: 600;
	text-transform: capitalize;
}

.pr20-footer-section .pr20-footer-top .pr20-ft-sb-area .pr20-footer-sb-right form .pr20-submit-btn::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: -webkit-linear-gradient(160deg, #004d4d 0%, #08d1db 100%);
	background-image: -o-linear-gradient(160deg, #004d4d 0%, #08d1db 100%);
	background-image: linear-gradient(290deg, #004d4d 0%, #08d1db 100%);
	z-index: -1;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	border-radius: 4px;
}

.pr20-footer-section .pr20-footer-top .pr20-ft-sb-area .pr20-footer-sb-right form .pr20-submit-btn:hover::after {
	opacity: 0;
}

.pr20-footer-bottom {
	padding-top: 60px;
}

.pr20-footer-widget {
	margin-bottom: 60px;
}

.pr20-footer-widget .logo {
	width: 170px;
	display: inline-block;
	margin-bottom: 20px;
}

.pr20-footer-widget .pr20-pera-txt p {
	color: #ffffff;
}

.pr20-footer-widget .pr20-footer-socials {
	margin-top: 30px;
}

.pr20-footer-widget .pr20-footer-socials a {
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background-color: transparent;
	color: #ffffff;
	border-radius: 50%;
	border: 1px solid #ffffff;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	display: inline-block;
}

.pr20-footer-widget .pr20-footer-socials a+a {
	margin-left: 8px;
}

.pr20-footer-widget .pr20-footer-socials a:hover {
	background-color: #004d4d;
	border-color: #004d4d;
}

.pr20-footer-widget .pr20-headline {
	margin-bottom: 20px;
}

.pr20-footer-widget .pr20-headline h4 {
	color: #ffffff;
}

.pr20-footer-widget .pr20-footer-links ul li+li {
	margin-top: 10px;
}

.pr20-footer-widget .pr20-footer-links ul li a {
	color: #ffffff;
	text-transform: capitalize;
	position: relative;
	padding-left: 20px;
}

.pr20-footer-widget .pr20-footer-links ul li a:after {
	content: '\f101';
	position: absolute;
	top: 1px;
	left: 0px;
	color: #ffffff;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

.pr20-footer-widget .pr20-footer-links ul li a:hover {
	padding-left: 25px;
}

.pr20-footer-widget .pr20-footer-address li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #ffffff;
}

.pr20-footer-widget .pr20-footer-address li i {
	margin-top: 6px;
}

.pr20-footer-widget .pr20-footer-address li span {
	margin-left: 10px;
}

.pr20-footer-widget .pr20-footer-address li+li {
	margin-top: 10px;
}

.pr20-footer-widget .pr20-footer-blog li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.pr20-footer-widget .pr20-footer-blog li+li {
	margin-top: 6px;
}

@media (max-width: 991.98px) {
	.pr20-footer-widget .pr20-footer-blog li+li {
		margin-top: 10px;
	}
}

.pr20-footer-widget .pr20-footer-blog li .pr20-blog-thumb {
	margin-right: 10px;
}

.pr20-footer-widget .pr20-footer-blog li .pr20-blog-thumb img {
	border-radius: 5px;
	width: 70px;
}

.pr20-footer-widget .pr20-footer-blog li .pr20-blog-title h6 {
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
}

.pr20-footer-widget .pr20-footer-blog li .pr20-blog-title .date {
	color: #ffffff;
	display: inline-block;
	margin-top: 6px;
}

.pr20-footer-copyright {
	padding-top: 80px;
	padding-bottom: 5px;
}

@media (max-width: 991.98px) {
	.pr20-footer-copyright {
		padding-top: 60px;
	}
}

.pr20-footer-copyright hr {
	border: 0;
	border-bottom: 1px solid #ffffff9e;
	margin: 0;
}

@media (max-width: 991.98px) {
	.pr20-footer-copyright hr {
		margin-bottom: 20px;
	}
}

.pr20-footer-copyright .pr20-pera-txt p {
	color: #ffffff;
	font-size: 15px;
}

.pr20-footer-copyright .pr20-copyright-links {
	text-align: right;
}

@media (max-width: 991.98px) {
	.pr20-footer-copyright .pr20-copyright-links {
		text-align: left;
	}
}

.pr20-footer-copyright .pr20-copyright-links a {
	color: #ffffff;
	padding: 10px 0;
	display: inline-block;
	position: relative;
}

.pr20-footer-copyright .pr20-copyright-links a+a {
	margin-left: 15px;
}

.pr20-footer-copyright .pr20-copyright-links a+a::after {
	content: '';
	position: absolute;
	top: 50%;
	left: -10px;
	width: 1px;
	height: 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #ffffff9e;
}

.pr20-footer-copyright .pr20-copyright-links a:hover {
	text-decoration: underline;
}


/* APPSEO */
.appseo-home {
  margin: 0;
  padding: 0;
  color: #415e8d;
  font-size: 16px;
  line-height: 1.765;
  overflow-x: hidden;
  font-family: "Poppins";
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

.appseo-home::selection {
  color: #ffffff;
  background-color: #004d4d;
}

.appseo-home::-moz-selection {
  color: #ffffff;
  background-color: #004d4d;
}



.appseo-preloader {
  background-color: #fff;
  background: #fff url("../img/seo/pre.svg") no-repeat center center;
}

.appseo-headline h1,
.appseo-headline h2,
.appseo-headline h3,
.appseo-headline h4,
.appseo-headline h5,
.appseo-headline h6 {
  margin: 0;
  font-family: "Poppins";
}

.appseo-scrollup {
  width: 55px;
  right: 20px;
  z-index: 5;
  height: 55px;
  bottom: 20px;
  display: none;
  position: fixed;
  border-radius: 100%;
  line-height: 55px;
  background-image: linear-gradient(45deg, #ff6626 15%, #ffa641 100%);
}

.appseo-scrollup i {
  color: #fff;
  font-size: 20px;
}

.appseo-section-title {
  padding-bottom: 35px;
}

.appseo-section-title:after {
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 60px;
  height: 25px;
  margin: 0 auto;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url(../img/seo/shape/ts1.png);
}

.appseo-section-title p {
  color: #415e8d;
  font-size: 18px;
  text-transform: capitalize;
}

.appseo-section-title h2 {
  font-size: 40px;
  font-weight: 800;
  text-transform: uppercase;
}
@keyframes borderplsseo {
  0% {
    box-shadow: 0 0 0 0 #f7d4c0;
  }
  70% {
    box-shadow: 0 0 0 10px #f7d4c0;
    opacity: 0;
  }
  to {
    box-shadow: 0 0 0 0 #f7d4c0;
    opacity: 0;
  }
}
.appseo-section-title2 p {
  color: #ff8533;
  font-size: 18px;
  font-weight: 600;
  padding-left: 35px;
  position: relative;
  padding-bottom: 18px;
}

.appseo-section-title2 p:before,
.appseo-section-title2 p:after {
  width: 8px;
  height: 8px;
  content: "";
  left: 6px;
  top: 12px;
  z-index: 2;
  position: absolute;
  border-radius: 100%;
  background-color: #ff8533;
}

.appseo-section-title2 p:after {
  left: 0;
  top: 6px;
  z-index: 1;
  width: 20px;
  height: 20px;
  background-color: #f7d4c0;
  animation: borderplsseo 1.5s infinite cubic-bezier(0.4, 0, 1, 1) both;
}

.appseo-section-title2 h2 {
  color: #213e6e;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.125;
}
@keyframes appseoupdown {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes appseoupdown {
  0% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(-1px);
  }
}
@keyframes appseoupdown {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(10px);
  }
}
@keyframes videoup {
  70% {
    box-shadow: 0 0 0 30px rgba(255, 243, 234, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 243, 234, 0);
  }
}
@keyframes animateBubble {
  0% {
    margin-top: 20%;
  }
  100% {
    margin-top: -30%;
  }
}
@keyframes sideWays {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: 25px;
  }
}
@keyframes flying {
  0% {
    transform: translate(2px, 2px);
  }
  50% {
    transform: translate(-2px, -2px);
  }
  100% {
    transform: translate(2px, 2px);
  }
}
@keyframes fadeFromLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeFromRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeFromUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeFromUp {
  animation-name: fadeFromUp;
}

.fadeFromRight {
  animation-name: fadeFromRight;
}

.fadeFromLeft {
  animation-name: fadeFromLeft;
}

.appseo-btn-hover {
  z-index: 1;
  overflow: hidden;
  position: relative;
}

.appseo-btn-hover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-radius: 40px;
  transition: all 0.5s;
  opacity: 1;
  z-index: -1;
  transform: translate(-105%, 0);
  background-color: rgba(255, 255, 255, 0.8);
}

.appseo-btn-hover:hover:before {
  opacity: 0;
  transform: translate(0, 0);
}

/*---------------------------------------------------- */
/*Header area*/
/*----------------------------------------------------*/
.appseo-main-header {
  z-index: 5;
  width: 100%;
  padding-top: 60px;
  position: absolute;
}

.appseo-main-header .navbar-nav {
  display: inherit;
}

.appseo-main-header .appseo-logo {
  padding-top: 10px;
}

.appseo-main-header .appseo-main-navigation {
  padding-top: 13px;
  display: inline-block;
}

.appseo-main-header .appseo-main-navigation li {
  margin-left: 35px;
}

.appseo-main-header .appseo-main-navigation li a {
  color: #213e6e;
  font-size: 17px;
  font-weight: 600;
  padding-bottom: 20px;
}
.appseo-main-header .appseo-main-navigation li a.active {
  color:  #ff8533;
}

.appseo-main-header .appseo-main-navigation .dropdown {
  position: relative;
}

.appseo-main-header .appseo-main-navigation .dropdown:after {
  content: "";
  position: absolute;
  right: -12px;
  top: 2px;
  transition: 0.3s all ease-in-out;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.appseo-main-header .appseo-main-navigation .dropdown .dropdown-menu {
  top: 65px;
  left: 0;
  opacity: 0;
  z-index: 2;
  margin: 0px;
  padding: 0px;
  height: auto;
  width: 200px;
  border: none;
  display: block;
  border-radius: 0;
  overflow: hidden;
  visibility: hidden;
  position: absolute;
  border-radius: 10px;
  background-color: #fff;
  transition: all 0.4s ease-in-out;
  border-bottom: 2px solid #ff6626;
  box-shadow: 0 5px 10px 0 rgba(83, 82, 82, 0.1);
}

.appseo-main-header .appseo-main-navigation .dropdown .dropdown-menu li {
  width: 100%;
  margin-left: 0;
  border-bottom: 1px solid #e5e5e5;
}

.appseo-main-header .appseo-main-navigation .dropdown .dropdown-menu li a {
  width: 100%;
  color: #343434;
  display: block;
  font-size: 14px;
  padding: 10px 25px;
  position: relative;
  transition: 0.3s all ease-in-out;
}

.appseo-main-header .appseo-main-navigation .dropdown .dropdown-menu li a:before {
  display: none;
}

.appseo-main-header .appseo-main-navigation .dropdown .dropdown-menu li a:after {
  left: 10px;
  top: 18px;
  width: 8px;
  height: 8px;
  content: "";
  position: absolute;
  border-radius: 100%;
  transform: scale(0);
  background-color: #fff;
  transition: 0.3s all ease-in-out;
}

.appseo-main-header .appseo-main-navigation .dropdown .dropdown-menu li a:hover {
  background-color: #ff8533;
  color: #fff;
}

.appseo-main-header .appseo-main-navigation .dropdown .dropdown-menu li a:hover:after {
  transform: scale(1);
}

.appseo-main-header .appseo-main-navigation .dropdown .dropdown-menu li:last-child {
  border-bottom: none;
}

.appseo-main-header .appseo-main-navigation .dropdown:hover .dropdown-menu {
  top: 50px;
  opacity: 1;
  visibility: visible;
}

.appseo-main-header .appseo-sidebar-button {
  display: inline-block;
}

.appseo-main-header .appseo-sidebar-button .sidebar-appseo-toggle {
  width: 20px;
  height: 15px;
  cursor: pointer;
  margin-left: 65px;
}

.appseo-main-header .appseo-sidebar-button .sidebar-appseo-toggle span {
  position: relative;
}

.appseo-main-header .appseo-sidebar-button .sidebar-appseo-toggle span:before {
  content: "";
  position: absolute;
  background-color: #213e6e;
  transition: 0.3s all ease-in-out;
}

.appseo-main-header .appseo-sidebar-button .sidebar-appseo-toggle span:nth-child(1):before {
  top: 0;
  height: 3px;
  width: 14px;
}

.appseo-main-header .appseo-sidebar-button .sidebar-appseo-toggle span:nth-child(2):before {
  top: 4px;
  height: 3px;
  width: 19px;
}

.appseo-main-header .appseo-sidebar-button .sidebar-appseo-toggle span:nth-child(3):before {
  top: 8px;
  height: 3px;
  width: 15px;
}

.appseo-main-header .appseo-sidebar-button .sidebar-appseo-toggle span:nth-child(4):before {
  top: 12px;
  height: 3px;
  width: 20px;
}

.appseo-main-header .appseo-sidebar-button .sidebar-appseo-toggle:hover span:before {
  width: 20px;
}

.appseo-main-header .header-button {
  height: 58px;
  width: 185px;
  float: right;
  line-height: 58px;
  margin-left: 13px;
  border-radius: 32px;
  display: inline-block;
  background-size: 200% auto;
  transition: 0.3s all ease-in-out;
  box-shadow: 1.392px 9.903px 10px 0px rgba(66, 97, 234, 0.21);
  background-image: linear-gradient(45deg, #ff6626 15%, #ffa641 100%);
}

.appseo-main-header .header-button a {
  width: 100%;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 700;
}

.appseo-main-header .header-button:hover {
  transition: 0.3s all ease-in-out;
  background-position: right center;
}

.appseo-sticky-header-overlay {
  background-color: #fff;
  animation-duration: 0.7s;
  top: 0px;
  position: fixed;
  padding: 5px 0px;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-timing-function: ease;
  transition: 0.3s all ease-in-out;
}
.appseo-main-header.appseo-sticky-header-overlay .appseo-logo {
  padding-top: 20px;
}
.appseo-main-header.appseo-sticky-header-overlay {
  z-index: 9;
  top: 0px;
  box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.8);
}
.appseo-main-header.appseo-sticky-header-overlay .header-button {
  margin-top: 6px;
}
.appseo-main-header.appseo-sticky-header-overlay .dropdown:hover .dropdown-menu {
  top: 45px;
}

.side_inner_content {
  top: 0px;
  bottom: 0;
  right: -320px;
  height: 110vh;
  z-index: 101;
  position: fixed;
  width: 300px;
  overflow-y: scroll;
  background-color: #fff;
  padding: 50px 30px;
  box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
  transition: all 0.5s;
}

.side_inner_content p {
  text-align: left;
}

.side_inner_content .side_inner_logo {
  margin: 30px 0px;
}

.side_inner_content .side_contact {
  margin-bottom: 30px;
}

.side_inner_content .side_contact .social_widget h3 {
  font-size: 18px;
  padding: 10px 0px 20px 0px;
}

.side_inner_content .side_contact .social_widget li {
  margin: 0px 3px;
}

.side_inner_content .side_copywright {
  font-size: 14px;
}

.side_inner_content .close_btn {
  top: 30px;
  left: 20px;
  cursor: pointer;
  position: absolute;
}

.side_inner_content .close_btn i {
  font-size: 14px;
}

.wide_side_inner.wide_side_on .side_inner_content {
  right: -15px;
  z-index: 99;
  transition: all 0.7s;
}

.wide_side_inner {
  display: inline-block;
}

.wide_side_inner .side_overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  width: 100%;
  z-index: 9;
  height: 110vh;
  visibility: hidden;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  transition: all 0.3s ease-in-out;
}

.body_overlay_on {
  overflow: hidden;
}

.wide_side_inner.wide_side_on .side_overlay {
  opacity: 1;
  visibility: visible;
}

/*---------------------------------------------------- */
/*Banner area*/
/*----------------------------------------------------*/
@keyframes cd-rotate-3-in {
  0% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
@keyframes cd-rotate-3-out {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(-180deg);
  }
}
.appseo-banner-section .cd-headline.rotate-3 .cd-words-wrapper {
  perspective: 300px;
  position: relative;
}

.appseo-banner-section .cd-headline.rotate-3 b {
  opacity: 0;
}

.appseo-banner-section .cd-headline.rotate-3 i {
  display: inline-block;
  transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-style: normal;
  font-weight: 700;
}

.appseo-banner-section .cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.appseo-banner-section .is-visible .cd-headline.rotate-3 i {
  transform: rotateY(0deg);
}

.appseo-banner-section .cd-headline.rotate-3 i.in {
  animation: cd-rotate-3-in 0.6s forwards;
}

.appseo-banner-section .cd-headline.rotate-3 i.out {
  animation: cd-rotate-3-out 0.6s forwards;
}

.appseo-banner-section .no-csstransitions .cd-headline.rotate-3 i {
  transform: rotateY(0deg);
  opacity: 0;
}

.appseo-banner-section .no-csstransitions .cd-headline.rotate-3 .is-visible i {
  opacity: 1;
}

.appseo-banner-section .appseo-banner-content {
  max-width: 480px;
  padding: 380px 0px 70px 0px;
}

.appseo-banner-section .appseo-banner-content h1 {
  color: #213e6e;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.3;
  padding-bottom: 15px;
}

.appseo-banner-section .appseo-banner-content .cd-words-wrapper b.is-visible {
  position: relative;
}

.appseo-banner-section .appseo-banner-content p {
  color: #213e6e;
  font-size: 20px;
  padding-bottom: 28px;
}

.appseo-banner-section .appseo-banner-content .banner-call-action {
  width: 100%;
  margin-bottom: 65px;
  display: inline-block;
}

.appseo-banner-section .appseo-banner-content .banner-call-action .call-action-icon {
  margin-right: 20px;
}

.appseo-banner-section .appseo-banner-content .banner-call-action .call-action-icon svg {
  height: 40px;
  width: 40px;
  fill: #213e6e;
}

.appseo-banner-section .appseo-banner-content .banner-call-action .call-action-text {
  color: #213e6e;
  font-size: 26px;
  font-weight: 300;
}

.appseo-banner-section .appseo-banner-content .banner-call-action .call-action-text span {
  color: #ff8533;
  font-weight: 600;
}

.appseo-banner-section .appseo-banner-content .banner-btn {
  display: flex;
}

.appseo-banner-section .appseo-banner-content .banner-btn .qut-btn {
  z-index: 1;
  width: 200px;
  height: 62px;
  position: relative;
  line-height: 62px;
  margin-right: 20px;
  border-radius: 52px;
  background-size: 200% auto;
  transition: 0.3s all ease-in-out;
  box-shadow: 1.392px 9.903px 10px 0px rgba(66, 97, 234, 0.21);
  background-image: linear-gradient(45deg, #2e42e2 15%, #4d71ee 100%);
}

.appseo-banner-section .appseo-banner-content .banner-btn .qut-btn a {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.appseo-banner-section .appseo-banner-content .banner-btn .qut-btn:hover {
  transition: 0.3s all ease-in-out;
  background-position: right center;
}

.appseo-banner-section .appseo-banner-content .banner-btn .banner-video-btn {
  z-index: 1;
  width: 70px;
  height: 70px;
  line-height: 72px;
  position: relative;
  border-radius: 100%;
  background-color: #fff;
}

.appseo-banner-section .appseo-banner-content .banner-btn .banner-video-btn:before {
  top: -15px;
  left: -15px;
  z-index: -1;
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  border-radius: 100%;
  background-color: #fff3ea;
}

.appseo-banner-section .appseo-banner-content .banner-btn .banner-video-btn:after {
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 70px;
  height: 70px;
  position: absolute;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 1.392px 9.903px 10px 0px rgba(66, 97, 234, 0.21);
}

.appseo-banner-section .appseo-banner-content .banner-btn .banner-video-btn a {
  width: 100%;
  display: block;
  color: #ff8533;
  font-size: 25px;
}

.appseo-banner-section .appseo-banner-content .banner-btn .banner-video-btn .video-border {
  position: absolute;
  z-index: -1;
  top: -15px;
  left: -15px;
  width: 100px;
  height: 100px;
  margin-left: 0.5px;
  border-radius: 50%;
  box-shadow: 0 0 0 0 #fff3ea;
  animation: videoup 3s infinite;
}

.appseo-banner-section .banner-shape {
  z-index: -1;
  position: absolute;
}

.appseo-banner-section .appseo-banner-shape1 {
  top: 0;
  left: -490px;
}

.appseo-banner-section .appseo-banner-shape2 {
  top: 300px;
  left: 140px;
}

.appseo-banner-section .appseo-banner-shape3 {
  top: 0;
  right: 0;
}

.appseo-banner-section .appseo-banner-shape4 {
  left: 50%;
  top: 260px;
  transform: translateX(-50%);
}

.appseo-banner-section .appseo-banner-vector {
  top: 200px;
  right: 140px;
  animation: appseoupdown 2s infinite alternate;
}

/*---------------------------------------------------- */
/*Servcie area*/
/*----------------------------------------------------*/
.appseo-service-section {
  padding: 85px 0px 120px;
}

.appseo-service-section .appseo-service-vector {
  position: absolute;
  bottom: 150px;
  left: 140px;
}

.appseo-service-content {
  padding-top: 40px;
}

.appseo-service-content .appseo-service-icon-text {
  z-index: 1;
  overflow: hidden;
  padding: 55px 65px;
  transition: 0.3s all ease-in-out;
  box-shadow: 0px 0px 35px 0px rgba(164, 177, 235, 0.13);
}

.appseo-service-content .appseo-service-icon-text .appseo-service-icon {
  width: 142px;
  height: 142px;
  display: flex;
  margin: 0 auto;
  margin-bottom: 42px;
  align-items: center;
  border-radius: 100%;
  justify-content: center;
  box-shadow: 1.392px 9.903px 10px 0px rgba(66, 97, 234, 0.21);
  background-image: linear-gradient(45deg, #6cc8e0 15%, #afe1ee 100%);
}

.appseo-service-content .appseo-service-icon-text .appseo-service-icon svg {
  height: 70px;
  fill: #fff;
}

.appseo-service-content .appseo-service-icon-text .appseo-service-icon:before,
.appseo-service-content .appseo-service-icon-text .appseo-service-icon:after {
  top: 15px;
  left: -25px;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url(../img/seo/shape/sericon2.png);
}

.appseo-service-content .appseo-service-icon-text .appseo-service-icon:after {
  top: 0;
  left: auto;
  right: -45px;
  background-image: url(../img/seo/shape/sericon1.png);
}

.appseo-service-content .appseo-service-icon-text .appseo-service-text h3 {
  color: #213e6e;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 12px;
}

.appseo-service-content .appseo-service-icon-text .appseo-service-text p {
  color: #415e8d;
  line-height: 1.75;
}

.appseo-service-content .appseo-service-icon-text:before {
  top: -135px;
  right: -120px;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  transition: 0.3s all ease-in-out;
  background-image: url(../img/seo/shape/s-shape1.png);
}

.appseo-service-content .appseo-service-box {
  transition: 0.3s all ease-in-out;
  background-color: #fff;
}

.appseo-service-content .appseo-service-box:after {
  left: 0;
  right: 0;
  content: "";
  height: 8px;
  bottom: -4px;
  width: 240px;
  margin: 0 auto;
  position: absolute;
  border-radius: 30px;
  background-color: #8fd5e7;
  transition: 0.3s all ease-in-out;
}

.appseo-service-content .appseo-service-box:hover {
  transform: translateY(40px);
}

.appseo-service-content .appseo-service-box:hover:after {
  width: 270px;
}

.appseo-service-content .appseo-service-box:hover .appseo-service-icon-text:before {
  top: -145px;
  right: -130px;
}

.appseo-service-content .col-lg-4:nth-child(2) .appseo-service-box:after {
  background-color: #ff8833;
}

.appseo-service-content .col-lg-4:nth-child(2) .appseo-service-box .appseo-service-icon {
  background-image: linear-gradient(45deg, #ff6626 15%, #ffa641 100%);
}

.appseo-service-content .col-lg-4:nth-child(3) .appseo-service-box:after {
  background-color: #3c58e8;
}

.appseo-service-content .col-lg-4:nth-child(3) .appseo-service-box .appseo-service-icon {
  background-image: linear-gradient(45deg, #2b3fe1 15%, #4f73ef 100%);
}

/*---------------------------------------------------- */
/*about area*/
/*----------------------------------------------------*/
.appseo-about-section {
  padding: 260px 0px 105px;
}

.appseo-about-section:before {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/seo/shape/abbg.png);
}

.appseo-about-section .partner-slide-area {
  padding-top: 110px;
}

.appseo-about-section .partner-slide-area .owl-item img {
  width: inherit;
}

.appseo-about-section .partner-slide-area .owl-nav {
  display: none;
}

.appseo-about-section .appseo-about-img {
  top: 0;
  left: -110px;
  position: absolute;
}

.appseo-about-section .appseo-about-content {
  float: right;
  max-width: 580px;
  padding-right: 100px;
}

.appseo-about-section .appseo-about-content .appseo-section-title2 h2 {
  padding-bottom: 15px;
}

.appseo-about-section .appseo-about-content .appseo-about-quote {
  position: relative;
  margin: 25px 0px 46px;
}

.appseo-about-section .appseo-about-content .appseo-about-quote .quote-icon-about {
  top: 0;
  left: 0;
  position: absolute;
}

.appseo-about-section .appseo-about-content .appseo-about-quote .quote-icon-about svg {
  height: 40px;
  fill: #ff8533;
}

.appseo-about-section .appseo-about-content .appseo-about-quote .quote-text-about {
  color: #ff8533;
  font-weight: 600;
  padding-left: 65px;
  font-style: italic;
}

.appseo-about-section .appseo-about-content .appseo-about-btn {
  color: #fff;
  height: 60px;
  width: 220px;
  font-size: 14px;
  font-weight: 700;
  line-height: 60px;
  border-radius: 40px;
  background-size: 200% auto;
  transition: 0.3s all ease-in-out;
  box-shadow: 1.392px 9.903px 10px 0px rgba(66, 97, 234, 0.21);
  background-image: linear-gradient(45deg, #2e42e2 15%, #4d71ee 100%);
}

.appseo-about-section .appseo-about-content .appseo-about-btn a {
  width: 100%;
  display: block;
}

.appseo-about-section .appseo-about-content .appseo-about-btn:hover {
  transition: 0.3s all ease-in-out;
  background-position: right center;
}

/*---------------------------------------------------- */
/*ready-go area*/
/*----------------------------------------------------*/
.ready-to-grow-section {
  overflow: visible;
  padding: 120px 0px 130px;
  z-index: 1;
  background-color: #00183e;
}

.ready-to-grow-section:before {
  left: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-image: url(../img/seo/shape/r-shape.png);
}

.ready-to-grow-section .ready-vector {
  top: -20px;
  left: 50px;
  position: absolute;
  animation: appseoupdown 2s infinite alternate;
}

.ready-to-grow-section .ready-go-title {
  color: #fff;
  padding-bottom: 50px;
}

.ready-to-grow-section .ready-go-title span {
  font-size: 24px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.ready-to-grow-section .ready-go-title h2 {
  font-size: 40px;
  font-weight: 700;
}

.ready-to-grow-section .ready-go-form {
  margin: 0 auto;
  max-width: 955px;
}

.ready-to-grow-section .ready-go-form .ready-go-input-area {
  height: 60px;
  overflow: hidden;
  position: relative;
  border-radius: 40px;
}

.ready-to-grow-section .ready-go-form .ready-go-input-area:before {
  top: 0;
  left: 41%;
  width: 2px;
  content: "";
  height: 100px;
  position: absolute;
  background-color: #dddddd;
}

.ready-to-grow-section .ready-go-form .ready-go-input-area input {
  float: left;
  width: 395px;
  height: 60px;
  border: none;
  padding-left: 30px;
}

.ready-to-grow-section .ready-go-form .sub-btn {
  position: absolute;
  top: 0;
  right: 0;
}

.ready-to-grow-section .ready-go-form .sub-btn button {
  color: #fff;
  height: 60px;
  width: 220px;
  border: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 60px;
  border-radius: 40px;
  text-transform: uppercase;
  background-image: linear-gradient(45deg, #ff6525 15%, #ffa942 100%);
}

/*---------------------------------------------------- */
/*appseo-mission area*/
/*----------------------------------------------------*/
.appseo-mission-area-section {
  padding: 125px 0px 0px 0px;
  position: relative;
  z-index: 1;
}

.appseo-mission-area-section:after {
  top: -30%;
  right: -55%;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url(../img/seo/shape/rg-shape1.png);
}

.appseo-mission-area-section .appseo-mission-vector {
  right: 0;
  top: 120px;
  position: absolute;
}

.appseo-mission-area-text {
  max-width: 480px;
}

.appseo-mission-area-text .appseo-section-title2 {
  padding-bottom: 85px;
}

.appseo-mission-area-text .appseo-mission-area-item .appseo-mission-item-content {
  width: 100%;
  margin-bottom: 40px;
  display: inline-block;
}

.appseo-mission-area-text .appseo-mission-area-item .appseo-mission-item-content .appseo-mission-item-icon {
  z-index: 1;
  top: 30px;
  float: left;
  width: 115px;
  height: 112px;
  margin-left: 30px;
  position: relative;
}

.appseo-mission-area-text .appseo-mission-area-item .appseo-mission-item-content .appseo-mission-item-icon svg {
  height: 50px;
  fill: #fff;
}

.appseo-mission-area-text .appseo-mission-area-item .appseo-mission-item-content .appseo-mission-item-icon:before {
  top: -40px;
  left: -35px;
  content: "";
  z-index: -1;
  width: 130px;
  height: 130px;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url(../img/seo/shape/ms1.png);
}

.appseo-mission-area-text .appseo-mission-area-item .appseo-mission-item-content:nth-child(2) .appseo-mission-item-icon:before {
  background-image: url(../img/seo/shape/ms2.png);
}

.appseo-mission-area-text .appseo-mission-area-item .appseo-mission-item-content:nth-child(3) .appseo-mission-item-icon:before {
  background-image: url(../img/seo/shape/ms3.png);
}

.appseo-mission-area-text .appseo-mission-area-item .appseo-mission-item-content .appseo-mission-area-text h3 {
  color: #213e6e;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 15px;
}

/*---------------------------------------------------- */
/*pricing area*/
/*----------------------------------------------------*/
.appseo-pricing-section {
  position: relative;
  padding-top: 80px;
}

.appseo-pricing-section:after {
  top: 35%;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/seo/shape/abbg.png);
}

.appseo-pricing-section .appseo-pricing-title {
  margin: 0 auto;
  max-width: 675px;
  padding-bottom: 125px;
}

.appseo-pricing-section .appseo-pricing-title h2 {
  color: #213e6e;
  font-size: 40px;
  font-weight: 700;
}

.appseo-pricing-section .appseo-pricing-item {
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
}

.appseo-pricing-section .appseo-pricing-item:after {
  content: "";
  height: 275px;
  width: 275px;
  bottom: 15px;
  right: -100px;
  z-index: -1;
  background-image: url(../img/seo/shape/pr-shape.png);
  position: absolute;
}

.appseo-pricing-section .appseo-pricing-inner-box {
  z-index: 1;
  margin: 0 auto;
  max-width: 350px;
  position: relative;
  border-radius: 10px;
  background-color: #fff;
  padding: 125px 45px 50px 45px;
  box-shadow: 0px 0px 35px 0px rgba(164, 177, 235, 0.13);
}

.appseo-pricing-section .appseo-pricing-inner-box:after {
  right: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 210px;
  height: 125px;
  position: absolute;
  background-image: url(../img/seo/shape/prs.png);
}

.appseo-pricing-section .appseo-pricing-inner-box .appseo-pricing-img {
  top: -90px;
  left: 0;
  right: 0;
  position: absolute;
}

.appseo-pricing-section .appseo-pricing-inner-box .appseo-pricing-price-title h3 {
  font-size: 20px;
  font-weight: 600;
}

.appseo-pricing-section .appseo-pricing-inner-box .appseo-pricing-price {
  font-weight: 600;
  line-height: 1;
  padding: 20px 0px 5px;
}

.appseo-pricing-section .appseo-pricing-inner-box .appseo-pricing-price span {
  color: #3d59e8;
  font-size: 50px;
}

.appseo-pricing-section .appseo-pricing-inner-box .appseo-pricing-price strong {
  line-height: 1;
  color: #213e6e;
  font-size: 60px;
  font-weight: 600;
}

.appseo-pricing-section .appseo-pricing-inner-box .appseo-pricing-module {
  margin-bottom: 20px;
}

.appseo-pricing-section .appseo-pricing-inner-box .appseo-pricing-module span {
  font-weight: 600;
}

.appseo-pricing-section .appseo-pricing-inner-box .appseo-pricing-list li {
  padding: 8px 0px;
  border-bottom: 2px dashed #e9e9e9;
}

.appseo-pricing-section .appseo-pricing-inner-box .appseo-pricing-list li:last-child {
  border-bottom: none;
}

.appseo-pricing-section .appseo-pricing-inner-box .appseo-pricing-btn {
  color: #fff;
  height: 60px;
  width: 260px;
  font-size: 14px;
  margin-top: 15px;
  font-weight: 700;
  line-height: 60px;
  border-radius: 40px;
  text-transform: uppercase;
  transition: 0.3s all ease-in-out;
  background-size: 200% auto;
  box-shadow: 1.392px 9.903px 10px 0px rgba(66, 97, 234, 0.21);
  background-image: linear-gradient(45deg, #2e42e2 15%, #4d71ee 100%);
}

.appseo-pricing-section .appseo-pricing-inner-box .appseo-pricing-btn a {
  display: block;
  width: 100%;
}

.appseo-pricing-section .appseo-pricing-inner-box .appseo-pricing-btn:hover {
  transition: 0.3s all ease-in-out;
  background-position: right center;
}

.appseo-pricing-section .appseo-pricing-inner-box.popular-appseo {
  top: 35px;
  position: relative;
}

.appseo-pricing-section .appseo-pricing-inner-box.popular-appseo .appseo-pricing-btn {
  background-image: linear-gradient(45deg, #ff6626 15%, #ffa641 100%);
}

/*---------------------------------------------------- */
/*testimonial area*/
/*----------------------------------------------------*/
.appseo-testimonial-section {
  padding: 40px 0px 95px;
  background-color: #f4f8ff;
}

.appseo-testimonial-section .testi-circle-shape {
  position: absolute;
  top: 0;
  left: -30%;
}

.appseo-testimonial-content {
  z-index: 1;
  margin: 0 auto;
  max-width: 705px;
  margin-top: 30px;
  position: relative;
}

.appseo-testimonial-content:before {
  left: 0;
  right: 0;
  top: -15px;
  z-index: -1;
  line-height: 1;
  color: #e9f0fb;
  content: "";
  font-weight: 900;
  font-size: 205px;
  position: absolute;
  text-align: center;
  font-family: "Font Awesome 5 Free";
}

.appseo-testimonial-content .slick-dots {
  display: none;
}

.appseo-testimonial-content .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.appseo-testimonial-content .appseo-testimonial-quote {
  position: relative;
  padding-bottom: 110px;
}

.appseo-testimonial-content .appseo-testimonial-quote:before {
  left: 0;
  right: 0;
  bottom: 70px;
  height: 5px;
  content: "";
  width: 290px;
  margin: 0 auto;
  position: absolute;
  background-color: #ff8533;
}

.appseo-testimonial-content .appseo-testimonial-text {
  font-size: 24px;
  font-style: italic;
}

.appseo-testimonial-content .appseo-testimonial-trigger {
  position: relative;
}

.appseo-testimonial-content .appseo-testimonial-trigger:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: -70px;
  left: -24px;
  right: 0;
  margin: 0 auto;
  border-left: 50px solid transparent;
  border-right: 0px solid transparent;
  border-top: 30px solid #ff8533;
}

.appseo-testimonial-content .appseo-testimonial-trigger:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  top: -75px;
  left: -28px;
  margin: 0 auto;
  border-left: 45px solid transparent;
  border-right: 0px solid transparent;
  border-top: 25px solid #fff;
}

.appseo-testimonial-content .appseo-testimonial-trigger .slick-list {
  margin: 0 auto;
  width: 645px !important;
  padding: 0px !important;
}

.appseo-testimonial-content .appseo-testimonial-trigger .appseo-testi-name-degi {
  margin: 0px 30px;
}

.appseo-testimonial-content .appseo-testimonial-trigger .appseo-testi-name-degi h3 {
  font-size: 30px;
  font-weight: 700;
  color: rgba(61, 89, 232, 0.4);
  transition: 0.3s all ease-in-out;
}

.appseo-testimonial-content .appseo-testimonial-trigger .appseo-testi-name-degi span {
  opacity: 0.5;
  color: #999999;
  text-transform: uppercase;
  transition: 0.3s all ease-in-out;
}

.appseo-testimonial-content .appseo-testimonial-trigger .appseo-testi-name-degi.slick-current.slick-center h3 {
  color: #ff8533;
}

.appseo-testimonial-content .appseo-testimonial-trigger .appseo-testi-name-degi.slick-current.slick-center span {
  opacity: 1;
}

/*---------------------------------------------------- */
/*Case area*/
/*----------------------------------------------------*/
.appseo-case-study-section {
  padding: 110px 0px 70px;
  max-width: 1920px;
  margin: 0 auto;
}

.appseo-case-study-section .appseo-section-title {
  margin-bottom: 40px;
}

.appseo-case-study-content {
  display: flex;
  margin: 0 -15px;
  flex-wrap: nowrap;
}

.appseo-case-study-img-text {
  width: 390px;
  margin: 5px;
}

.appseo-case-study-img-text .appseo-case-img {
  overflow: hidden;
  position: relative;
  border-radius: 15px;
}

.appseo-case-study-img-text .appseo-case-img:after {
  top: 0;
  left: 0;
  opacity: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  transform: scale(0.5);
  border-radius: 15px;
  transition: 0.5s all ease-in-out;
  background-image: linear-gradient(45deg, #ff6626 15%, #ffa641 100%);
}

.appseo-case-study-img-text .appseo-case-img img {
  border-radius: 15px;
  transition: 0.5s all ease-in-out;
}

.appseo-case-study-img-text .appseo-case-text {
  top: -45px;
  left: 25px;
  padding: 25px 30px;
  max-width: 352px;
  border-radius: 20px;
  position: relative;
  background-color: #fff;
  border-top-right-radius: 0;
  transition: 0.3s all ease-in-out;
  box-shadow: 0px 0px 35px 0px rgba(164, 177, 235, 0.13);
}

.appseo-case-study-img-text .appseo-case-text span {
  color: #ff8533;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.appseo-case-study-img-text .appseo-case-text h3 {
  padding-top: 10px;
  color: #213e6e;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
  transition: 0.3s all ease-in-out;
}

.appseo-case-study-img-text:hover .appseo-case-text {
  background-color: #244479;
}

.appseo-case-study-img-text:hover .appseo-case-text h3 {
  color: #fff;
}

.appseo-case-study-img-text:hover .appseo-case-img img {
  transform: scale(1.2);
}

.appseo-case-study-img-text:hover .appseo-case-img:after {
  opacity: 0.8;
  transform: scale(1);
}

/*---------------------------------------------------- */
/*CTA area*/
/*----------------------------------------------------*/
.appseo-cta-section {
  z-index: 1;
  overflow: visible;
  padding: 120px 0px 105px;
}

.appseo-cta-section .appseo-call-vector {
  top: 45px;
  right: 220px;
  position: absolute;
  animation: flying 1.5s linear infinite;
}

.appseo-cta-section:before {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url(../img/seo/banner/ctabg.jpg);
}

.appseo-cta-section .overlay-bg {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.9;
  position: absolute;
  background-image: linear-gradient(45deg, #05297d 15%, #0e75e6 100%);
}

.appseo-cta-section .appseo-cta-content {
  padding-left: 125px;
}

.appseo-cta-section .appseo-cta-content h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
}

.appseo-cta-section .appseo-call-btn-area {
  padding-left: 90px;
}

.appseo-cta-section .appseo-cta-btn {
  color: #fff;
  z-index: 5;
  height: 70px;
  width: 255px;
  font-size: 14px;
  font-weight: 700;
  line-height: 70px;
  position: relative;
  border-radius: 40px;
  text-transform: uppercase;
  background-image: linear-gradient(45deg, #ff6525 15%, #ffa942 100%);
}

.appseo-cta-section .appseo-cta-btn a {
  width: 100%;
  display: block;
}

.bubble-dotted {
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: absolute;
  pointer-events: none;
}

.bubble-dotted .dotted {
  position: absolute;
  border-radius: 50%;
}

.bubble-dotted .dotted-1 {
  width: 11px;
  height: 11px;
  left: 100px;
  top: 50%;
  animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
}

.bubble-dotted .dotted-2 {
  width: 7px;
  height: 7px;
  left: 240px;
  top: 40%;
  animation: animateBubble 10s linear infinite, sideWays 4s ease-in-out infinite alternate;
}

.bubble-dotted .dotted-3 {
  width: 11px;
  height: 11px;
  left: 460px;
  top: 30%;
  animation: animateBubble 18s linear infinite, sideWays 2s ease-in-out infinite alternate;
}

.bubble-dotted .dotted-4 {
  width: 16px;
  height: 16px;
  left: 430px;
  top: 90%;
  animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
}

.bubble-dotted .dotted-5 {
  width: 6px;
  height: 6px;
  left: 50%;
  top: 50%;
  animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
}

.bubble-dotted .dotted-6 {
  width: 9px;
  height: 9px;
  left: 70%;
  top: 230px;
  animation: animateBubble 11s linear infinite, sideWays 2s ease-in-out infinite alternate;
}

.bubble-dotted .dotted-7 {
  width: 6px;
  height: 6px;
  left: 65%;
  top: 30%;
  animation: animateBubble 10s linear infinite, sideWays 2s ease-in-out infinite alternate;
}

.bubble-dotted .dotted-8 {
  width: 6px;
  height: 6px;
  left: 85%;
  top: 35%;
  animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
}

.bubble-dotted .dotted-9 {
  width: 13px;
  height: 13px;
  left: 90%;
  top: 40%;
  animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
}

.bubble-dotted .dotted-10 {
  width: 12px;
  height: 12px;
  left: 80%;
  top: 70%;
  animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
}

.appseo-cta-section .bubble-dotted .dotted {
  position: absolute;
  background: #fff;
  border-radius: 50%;
}

.appseo-cta-section .bubble-dotted .dotted-1 {
  width: 6px;
  height: 6px;
  left: 270px;
  top: 100px;
}

.appseo-cta-section .bubble-dotted .dotted-2 {
  width: 6px;
  height: 6px;
  left: 190px;
  top: 210px;
}

.appseo-cta-section .bubble-dotted .dotted-3 {
  width: 11px;
  height: 11px;
  left: 150px;
  top: 90%;
}

.appseo-cta-section .bubble-dotted .dotted-4 {
  width: 11px;
  height: 11px;
  left: 25%;
  top: 100px;
}

.appseo-cta-section .bubble-dotted .dotted-5 {
  width: 11px;
  height: 11px;
  left: 45%;
  top: 60px;
}

.appseo-cta-section .bubble-dotted .dotted-6 {
  width: 6px;
  height: 6px;
  left: 50%;
  top: 370px;
}

.appseo-cta-section .bubble-dotted .dotted-7 {
  width: 9px;
  height: 9px;
  left: 75%;
  top: 25px;
}

.appseo-cta-section .bubble-dotted .dotted-8 {
  width: 8px;
  height: 8px;
  left: 77%;
  top: 170px;
}

.appseo-cta-section .bubble-dotted .dotted-9 {
  width: 6px;
  height: 6px;
  left: 85%;
  top: 50%;
}

.appseo-cta-section .bubble-dotted .dotted-10 {
  width: 6px;
  height: 6px;
  left: 90%;
  top: 80%;
}

/*---------------------------------------------------- */
/*blog area*/
/*----------------------------------------------------*/
.appseo-blog-section {
  padding: 110px 0px 120px;
  background-color: #f4f8ff;
}

.appseo-blog-section .appseo-section-title {
  margin-bottom: 50px;
}

.appseo-blog-img-text {
  z-index: 1;
  position: relative;
}

.appseo-blog-img-text:before {
  left: -5px;
  z-index: -1;
  content: "";
  width: 100%;
  top: 150px;
  height: 300px;
  border-radius: 10px;
  position: absolute;
  background-color: #fff;
  transition: 0.3s all ease-in-out;
}

.appseo-blog-img-text .appseo-blog-img .appseo-post-meta {
  right: 25px;
  height: 88px;
  width: 85px;
  bottom: -10px;
  color: #fff;
  height: 90px;
  line-height: 1;
  font-size: 15px;
  padding-top: 15px;
  position: absolute;
  border-radius: 10px;
  box-shadow: 1.392px 9.903px 10px 0px rgba(66, 97, 234, 0.21);
  background-image: linear-gradient(45deg, #2e42e2 15%, #4d71ee 100%);
}

.appseo-blog-img-text .appseo-blog-img .appseo-post-meta span {
  line-height: 1;
  display: block;
  font-size: 40px;
  font-weight: 700;
}

.appseo-blog-img-text .appseo-blog-text {
  padding: 30px 45px;
}

.appseo-blog-img-text .appseo-blog-text h3 {
  line-height: 1.364;
  color: #213e6e;
  font-size: 22px;
  font-weight: 600;
  transition: 0.3s all ease-in-out;
}

.appseo-blog-img-text .appseo-blog-text .appseo-blog-meta span {
  color: #415e8d;
  transition: 0.3s all ease-in-out;
}

.appseo-blog-img-text .appseo-blog-text .appseo-blog-meta a {
  color: #ff8533;
}

.appseo-blog-img-text:hover:before {
  background-color: #1d3762;
}

.appseo-blog-img-text:hover .appseo-blog-img .appseo-post-meta {
  background-image: linear-gradient(45deg, #ff6626 15%, #ffa641 100%);
}

.appseo-blog-img-text:hover .appseo-blog-text h3 {
  color: #fff;
}

.appseo-blog-img-text:hover .appseo-blog-meta span {
  color: #fff;
}

/*---------------------------------------------------- */
/*newsletter area*/
/*----------------------------------------------------*/
.appseo-newsletter-section {
  padding: 100px 0px;
}

.appseo-newsletter-section .newsletter-vector {
  left: -125px;
  bottom: -150px;
  position: absolute;
}

.appseo-newsletter-text h2 {
  color: #213e6e;
  font-size: 40px;
  font-weight: 800;
}

.appseo-newsletter-box {
  padding-left: 100px;
}

.appseo-newsletter-box input {
  width: 100%;
  height: 70px;
  border: none;
  padding-left: 30px;
  border-radius: 40px;
  box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.09);
}

.appseo-newsletter-box .nws-button {
  top: 8px;
  right: 15px;
}

.appseo-newsletter-box .nws-button button {
  color: #fff;
  height: 55px;
  width: 160px;
  border: none;
  font-size: 14px;
  font-weight: 700;
  border-radius: 30px;
  text-transform: uppercase;
  background-color: transparent;
  box-shadow: 1.392px 9.903px 10px 0px rgba(66, 97, 234, 0.21);
  background-image: linear-gradient(45deg, #ff6525 15%, #ffa942 100%);
}

/*---------------------------------------------------- */
/*footer area*/
/*----------------------------------------------------*/
.appseo-footer-area-section {
  padding: 120px 0px 110px;
}

.appseo-footer-area-section:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 5, 46, 0.9);
  top: 0;
  left: 0;
}

.appseo-footer-widget .appseo-widget-title {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
  padding-bottom: 35px;
}

.appseo-footer-widget .footer-logo-widget .appseo-footer-logo {
  margin-bottom: 20px;
}

.appseo-footer-widget .footer-logo-widget .appseo-footer-about p {
  color: #dddddd;
  max-width: 490px;
  line-height: 1.875;
  padding-bottom: 15px;
}

.appseo-footer-widget .footer-logo-widget .appseo-footer-about strong {
  color: #6d83f9;
  font-size: 14px;
  font-weight: 700;
}

.appseo-footer-widget .footer-logo-widget .appseo-footer-about span {
  color: #fff;
  display: block;
  font-size: 14px;
  max-width: 170px;
}

.appseo-footer-widget .appseo-footer-menu-widget li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 5px;
}

.appseo-footer-widget .appseo-footer-menu-widget li:before,
.appseo-footer-widget .appseo-footer-menu-widget li:after {
  left: 0;
  top: 10px;
  width: 7px;
  content: "";
  height: 7px;
  position: absolute;
  border-radius: 100%;
  background-color: #ff8533;
}

.appseo-footer-widget .appseo-footer-menu-widget li:after {
  left: 10px;
}

.appseo-footer-widget .appseo-footer-menu-widget li a {
  color: #c9c9c9;
  transition: 0.3s all ease-in-out;
}

.appseo-footer-widget .appseo-footer-menu-widget li a:hover {
  color: #ff8533;
}

.appseo-copyright {
  margin-top: 30px;
  width: 100%;
  position: relative;
  display: inline-block;
  z-index: 1;
}

.appseo-copyright:after {
  top: 18px;
  content: "";
  height: 2px;
  width: 450px;
  right: 20%;
  z-index: -1;
  margin: 0 auto;
  position: absolute;
  background-color: #333a66;
}

.appseo-copyright .appseo-copyright-text {
  float: left;
}

.appseo-copyright .appseo-copyright-text span {
  color: #dddddd;
}

.appseo-copyright .appseo-copyright-text span a {
  color: #ff8533;
}

.appseo-copyright .appseo-footer-social {
  float: right;
}

.appseo-copyright .appseo-footer-social a {
  width: 45px;
  color: #fff;
  height: 45px;
  margin-left: 5px;
  line-height: 45px;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
}

.appseo-copyright .appseo-footer-social a:nth-child(1) {
  background-color: #2662db;
}

.appseo-copyright .appseo-footer-social a:nth-child(2) {
  background-color: #e2463d;
}

.appseo-copyright .appseo-footer-social a:nth-child(3) {
  background-color: #28c5f4;
}

.appseo-copyright .appseo-footer-social a:nth-child(4) {
  background-color: #206096;
}

.appseo-copyright .appseo-footer-social a:nth-child(5) {
  background-color: #d0101f;
}

/*---------------------------------------------------- */
/*mobile menu area*/
/*----------------------------------------------------*/
.appseo-mobile_menu_content {
  top: 0px;
  bottom: 0;
  right: -350px;
  height: 100vh;
  z-index: 101;
  position: fixed;
  width: 280px;
  overflow-y: scroll;
  background-color: #fff;
  padding: 40px 0px;
  box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
  transition: all 0.5s ease-in;
}

.appseo-mobile_menu_content .appseo-mobile-main-navigation {
  width: 100%;
}

.appseo-mobile_menu_content .appseo-mobile-main-navigation .navbar-nav {
  width: 100%;
}

.appseo-mobile_menu_content .navbar-nav .dropdown-menu {
  position: static !important;
  transform: none !important;
}

.appseo-mobile_menu_content .appseo-mobile-main-navigation .navbar-nav li {
  width: 100%;
  display: block;
  transition: 0.3s all ease-in-out;
  border-bottom: 1px solid #dcdcdc;
}

.appseo-mobile_menu_content .appseo-mobile-main-navigation .navbar-nav li:first-child {
  border-top: 1px solid #dcdcdc;
}

.appseo-mobile_menu_content .appseo-mobile-main-navigation .navbar-nav li a {
  color: #000;
  padding: 0;
  width: 100%;
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding: 5px 30px;
  text-transform: uppercase;
}

.appseo-mobile_menu_content .m-brand-logo {
  width: 160px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.appseo-mobile_menu_wrap.mobile_menu_on .appseo-mobile_menu_content {
  right: 0px;
  transition: all 0.7s ease-out;
}

.mobile_menu_overlay {
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  right: 0%;
  height: 120vh;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.9);
  transition: all 0.5s ease-in-out;
}

.mobile_menu_overlay_on {
  overflow: hidden;
}

.appseo-mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
  opacity: 1;
  visibility: visible;
}

.appseo-mobile_menu_button {
  position: absolute;
  display: none;
  right: 0;
  cursor: pointer;
  line-height: 40px;
  color: #ff8833;
  text-align: center;
  font-size: 30px;
  top: -40px;
  z-index: 5;
}

.appseo-mobile_menu .appseo-mobile-main-navigation .navbar-nav li a:after {
  display: none;
}

.appseo-mobile_menu .appseo-mobile-main-navigation .dropdown > .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.appseo-mobile_menu .appseo-mobile_menu_content .appseo-mobile-main-navigation .navbar-nav .dropdown-menu {
  border: none;
  display: none;
  transition: none;
  box-shadow: none;
  padding: 5px 0px;
  width: 100%;
  border-top: 1px solid #dcdcdc;
}

.appseo-mobile_menu .appseo-mobile_menu_content .appseo-mobile-main-navigation .navbar-nav .dropdown-menu li {
  border: none;
  padding: 0 20px;
  line-height: 1;
}

.appseo-mobile_menu .dropdown {
  position: relative;
}

.appseo-mobile_menu .dropdown .dropdown-btn {
  position: absolute;
  top: 0px;
  right: 0;
  height: 30px;
  padding: 5px 10px;
}

.appseo-mobile_menu .dropdown .dropdown-btn:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  top: 0;
  left: 0;
  background-color: #dcdcdc;
}

.appseo-mobile_menu .appseo-mobile_menu_close {
  color: #d60606;
  cursor: pointer;
  top: 15px;
  left: 15px;
  font-size: 20px;
  position: absolute;
}

/*---------------------------------------------------- */
/*responsive area*/
/*----------------------------------------------------*/
/* ==================================================
* 01 - media screen and (max-width: 1440px)
* 02 - media screen and (max-width: 1280px)
* 03 - media screen and (max-width: 1199px)
* 04 - media screen and (max-width: 991px)
* 05 - media screen and (max-width: 767px)
* 06 - media screen and (max-width: 680px)
* 07 - media screen and (max-width: 580px)
* 08 - media screen and (max-width: 480px)
* 09 - media screen and (max-width: 380px)
* 10 - media screen and (max-width: 320px)
================================================== */
@media screen and (max-width: 1440px) {
  .appseo-banner-section .appseo-banner-shape2 {
    left: 0;
  }

  .appseo-banner-section .appseo-banner-vector {
    right: -65px;
  }

  .appseo-service-section .appseo-service-vector {
    left: -20px;
  }

  .ready-to-grow-section .ready-vector {
    left: -160px;
  }

  .appseo-mission-area-section .appseo-mission-vector {
    right: -24%;
  }

  .appseo-case-study-img-text .appseo-case-text h3 {
    font-size: 18px;
  }

  .appseo-case-study-img-text .appseo-case-text {
    left: 11px;
    padding: 20px 20px;
    max-width: 255px;
  }

  .appseo-cta-section .appseo-call-vector {
    right: 45px;
  }
}
@media screen and (max-width: 1280px) {
  .appseo-case-study-content {
    flex-wrap: wrap;
  }

  .appseo-case-study-img-text .appseo-case-text {
    left: 25px;
    padding: 25px 30px;
    max-width: 365px;
  }
}
@media screen and (max-width: 1199px) {
  .appseo-banner-section .appseo-banner-vector {
    right: -125px;
  }

  .appseo-mission-area-section .appseo-mission-vector {
    right: -35%;
  }

  .appseo-testimonial-section .testi-circle-shape {
    display: none;
  }

  .appseo-about-section .appseo-about-img {
    left: -260px;
  }
}
@media screen and (max-width: 1045px) {
  .appseo-main-header .header-button {
    width: 150px;
  }

  .appseo-banner-section .appseo-banner-shape2 {
    display: none;
  }

  .appseo-banner-section .appseo-banner-vector {
    right: -310px;
  }

  .appseo-service-section .appseo-service-vector {
    z-index: -1;
  }

  .appseo-mission-area-section .appseo-mission-vector {
    right: -50%;
  }

  .appseo-case-study-content {
    justify-content: center;
  }

  .appseo-cta-section .appseo-cta-content {
    padding-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .appseo-banner-section .appseo-banner-vector {
    position: static;
  }

  .appseo-banner-section .appseo-banner-content {
    padding: 200px 0px 50px;
  }

  .appseo-service-section {
    padding: 60px 0px 20px;
  }

  .appseo-service-content .appseo-service-box {
    margin: 0 auto;
    max-width: 370px;
    background-color: #fff;
    margin-bottom: 60px;
  }

  .appseo-about-section .appseo-about-img {
    position: static;
    margin-bottom: 40px;
  }

  .ready-to-grow-section .ready-vector {
    display: none;
  }

  .ready-to-grow-section .ready-go-form .ready-go-input-area {
    height: auto;
    border-radius: 0;
  }

  .ready-to-grow-section .ready-go-form .ready-go-input-area:before {
    display: none;
  }

  .ready-to-grow-section .ready-go-form .ready-go-input-area input {
    width: 100%;
    border-radius: 40px;
    margin-bottom: 30px;
  }

  .ready-to-grow-section .ready-go-form .sub-btn {
    position: static;
  }

  .appseo-mission-area-section .appseo-mission-vector {
    display: none;
  }

  .appseo-pricing-section .appseo-pricing-inner-box {
    margin-bottom: 140px;
  }

  .appseo-case-study-content {
    justify-content: center;
  }

  .appseo-cta-section .appseo-cta-btn {
    margin: 0 auto;
  }

  .appseo-cta-section .appseo-cta-content {
    padding-bottom: 30px;
  }

  .appseo-cta-section .appseo-call-vector {
    display: none;
  }

  .appseo-blog-img-text {
    max-width: 370px;
    margin: 0 auto;
    margin-bottom: 40px;
  }

  .appseo-newsletter-box {
    padding-left: 0;
    margin-top: 20px;
  }

  .appseo-newsletter-box .nws-button {
    top: 28px;
  }

  .appseo-copyright:after {
    display: none;
  }

  .appseo-menu-wrapper {
    display: none;
  }

  .appseo-mobile_menu_button {
    display: block;
  }

  .appseo-footer-widget .appseo-widget-title {
    padding-bottom: 20px;
  }

  .appseo-footer-widget {
    margin-bottom: 40px;
  }

  .appseo-main-header {
    padding-top: 30px;
  }

  .appseo-main-header.appseo-sticky-header-overlay {
    padding: 15px 0px 10px;
  }
  .appseo-about-section .appseo-about-content {
    float: none;
  }
  .appseo-main-header.appseo-sticky-header-overlay .appseo-logo {
    padding-top: 0;
  }
  .appseo-pricing-section {
    padding-top: 0;
  }
}
@media screen and (max-width: 580px) {
  .appseo-banner-section .appseo-banner-shape2 {
    display: none;
  }

  .appseo-about-section {
    padding-top: 20px;
  }

  .appseo-cta-section .appseo-cta-content h2 {
    font-size: 32px;
  }

  .appseo-blog-section {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  .appseo-banner-section .appseo-banner-content h1 {
    font-size: 40px;
  }

  .appseo-banner-section .appseo-banner-content .banner-call-action .call-action-text {
    font-size: 22px;
  }

  .appseo-section-title h2 {
    font-size: 32px;
  }

  .appseo-section-title2 h2 {
    font-size: 32px;
  }

  .ready-to-grow-section .ready-go-title h2 {
    font-size: 32px;
  }

  .ready-to-grow-section .ready-go-title span {
    font-size: 18px;
  }

  .ready-to-grow-section .ready-go-title {
    padding-bottom: 30px;
  }

  .appseo-pricing-section .appseo-pricing-item:after {
    display: none;
  }

  .appseo-case-study-img-text .appseo-case-text h3 {
    font-size: 22px;
  }

  .appseo-cta-section .appseo-cta-content {
    padding-left: 0;
  }

  .appseo-cta-section .appseo-cta-btn {
    margin: 0;
  }

  .appseo-cta-section .appseo-call-btn-area {
    padding-left: 0;
  }
}
@media screen and (max-width: 420px) {
  .appseo-banner-section .appseo-banner-content {
    padding: 180px 0px 50px;
  }

  .appseo-banner-section .appseo-banner-content .banner-call-action {
    margin-bottom: 40px;
  }

  .appseo-banner-section .appseo-banner-content .banner-btn .qut-btn {
    line-height: 55px;
    width: 175px;
    height: 55px;
  }

  .appseo-about-section .appseo-about-content {
    padding-right: 0;
  }

  .appseo-pricing-section .appseo-pricing-title h2 {
    font-size: 30px;
  }

  .ready-to-grow-section .ready-go-form .sub-btn button {
    width: 185px;
    height: 50px;
    line-height: 50px;
  }

  .appseo-pricing-section .appseo-pricing-inner-box .appseo-pricing-price strong {
    font-size: 50px;
  }

  .appseo-pricing-section .appseo-pricing-inner-box .appseo-pricing-price span {
    font-size: 30px;
  }

  .appseo-pricing-section .appseo-pricing-inner-box .appseo-pricing-btn {
    width: 190px;
    margin: 0 auto;
    margin-top: 15px;
  }

  .appseo-testimonial-content .appseo-testimonial-trigger:after,
  .appseo-testimonial-content .appseo-testimonial-trigger:before {
    display: none;
  }

  .appseo-cta-section .appseo-cta-btn {
    width: 180px;
    height: 60px;
    line-height: 60px;
  }

  .appseo-newsletter-box .nws-button button {
    width: 120px;
  }

  .appseo-copyright .appseo-footer-social,
  .appseo-copyright .appseo-copyright-text {
    float: none;
    display: block;
    margin-bottom: 20px;
  }

  .appseo-about-section {
    padding-bottom: 70px;
  }

  .ready-to-grow-section {
    padding: 50px 0px 60px;
  }

  .appseo-mission-area-section {
    padding: 60px 0px;
  }

  .appseo-mission-area-text .appseo-section-title2 {
    padding-bottom: 40px;
  }

  .appseo-pricing-section .appseo-pricing-item {
    padding-bottom: 0;
  }

  .appseo-pricing-section .appseo-pricing-inner-box .appseo-pricing-img {
    position: static;
    margin-bottom: 20px;
  }

  .appseo-pricing-section .appseo-pricing-inner-box {
    padding-top: 50px;
  }

  .appseo-pricing-section .appseo-pricing-inner-box {
    margin-bottom: 40px;
  }

  .appseo-pricing-section .appseo-pricing-inner-box.popular-appseo {
    top: 0;
  }

  .appseo-testimonial-content .appseo-testimonial-text {
    font-size: 20px;
  }

  .appseo-testimonial-section {
    padding: 40px 0px 75px;
  }

  .appseo-testimonial-content .appseo-testimonial-quote {
    padding-bottom: 65px;
  }

  .appseo-testimonial-content .appseo-testimonial-trigger .appseo-testi-name-degi h3 {
    font-size: 24px;
  }

  .appseo-case-study-section {
    padding: 60px 0px 20px;
  }

  .appseo-cta-section {
    padding: 60px 0px 50px;
  }

  .appseo-blog-section {
    padding: 50px 0px;
  }

  .appseo-footer-area-section {
    padding: 60px 0px;
  }

  .appseo-pricing-section .appseo-pricing-title {
    padding-bottom: 40px;
  }

  .appseo-newsletter-text h2 {
    font-size: 32px;
  }

  .ready-to-grow-section .ready-go-form .ready-go-input-area input {
    height: 50px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 380px) {
  .appseo-mission-area-text p {
    font-size: 15px;
    overflow: hidden;
  }

  .appseo-testimonial-content .appseo-testimonial-quote:before {
    display: none;
  }

  .appseo-newsletter-box input {
    padding-left: 15px;
  }

  .appseo-newsletter-box input::placeholder {
    font-size: 14px;
  }
  .appseo-banner-section .appseo-banner-content h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 360px) {
  .appseo-banner-section .appseo-banner-content h1 {
    font-size: 35px;
  }

  .appseo-service-content .appseo-service-icon-text {
    padding: 55px 45px;
  }
}
@media screen and (max-width: 320px) {
  .appseo-banner-section .appseo-banner-content h1 {
    font-size: 30px;
  }

  .appseo-banner-section .appseo-banner-content .banner-call-action .call-action-text {
    font-size: 20px;
  }

  .appseo-section-title h2 {
    font-size: 30px;
  }

  .appseo-service-content .appseo-service-icon-text {
    padding: 55px 30px;
  }

  .appseo-section-title2 h2 {
    font-size: 28px;
  }

  .appseo-about-section .appseo-about-content .appseo-about-quote .quote-text-about {
    padding-left: 50px;
  }

  .ready-to-grow-section .ready-go-title h2 {
    font-size: 28px;
  }

  .ready-to-grow-section .ready-go-title span {
    font-size: 16px;
  }

  .appseo-mission-area-text .appseo-mission-area-item .appseo-mission-item-content .appseo-mission-area-text h3 {
    font-size: 20px;
  }
}
/*---------------------------------------------------- */
/*----------------------------------------------------*/
.theme_feature_area .read_btn,
.compare_content_item .compare_btn {
  height: 45px;
  width: 145px;
  font-size: 15px;
  margin-top: 35px;
  line-height: 45px;
  font-weight: 600;
  border-radius: 25px;
  background-color: #161616;
  transition: 0.3s all ease-in-out;
  font-family: "Poppins";
  overflow: hidden;
  z-index: 1;
  position: relative;
  transition: 0.3s all ease-in-out;
}

.theme_feature_area .read_btn a,
.compare_content_item .compare_btn a {
  width: 100%;
  display: block;
  color: #fff;
}

.theme_feature_area .read_btn:before,
.compare_content_item .compare_btn:before {
  top: 0;
  left: 0;
  opacity: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  transition: 0.3s all ease-in-out;
  background-image: linear-gradient(-38deg, #20fdee 0%, #0478e9 100%);
}

.theme_feature_area .read_btn:hover,
.compare_content_item .compare_btn:hover {
  box-shadow: 0px 14px 18px 0px rgba(1, 105, 228, 0.25);
}

.theme_feature_area .read_btn:hover:before,
.compare_content_item .compare_btn:hover:before {
  opacity: 1;
}
@keyframes fadeFromLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeFromRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeFromRight {
  animation-name: fadeFromRight;
}

.fadeFromLeft {
  animation-name: fadeFromLeft;
}

/*global area*/
/*----------------------------------------------------*/
.saas-modern {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.4;
  font-family: "Roboto";
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

.saas-modern::selection {
  color: #ffffff;
  background-color: #004d4d;
}

.saas-modern::-moz-selection {
  color: #ffffff;
  background-color: #004d4d;
}

.saas-modern-preloader {
  background-color: #fff;
  background: #fff url("../img/saas-m/pre.svg") no-repeat center center;
}

.decoration-wrapper {
  overflow: hidden;
  position: relative;
}
@keyframes zooming {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.05, 1.05);
  }
  100% {
    transform: scale(1, 1);
  }
}
.zooming {
  animation: zooming 18s infinite both;
}

.saas-modern-headline h1,
.saas-modern-headline h2,
.saas-modern-headline h3,
.saas-modern-headline h4,
.saas-modern-headline h5,
.saas-modern-headline h6 {
  margin: 0;
  font-family: "Poppins";
}

.section_title {
  margin: 0 auto;
  max-width: 530px;
}

.section_title .title_tag {
  font-size: 14px;
  font-family: "Poppins";
  display: inline-block;
  border-radius: 20px;
  margin-bottom: 20px;
  line-height: 35px;
  background-color: #fff;
  padding-right: 20px;
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.15);
}

.section_title .title_tag .tag_icon {
  height: 35px;
  width: 35px;
  line-height: 35px;
  margin-right: 13px;
  border-radius: 100%;
  background-image: linear-gradient(-38deg, #20fdee 0%, #0478e9 100%);
}

.section_title .title_tag .tag_icon i {
  color: #fff;
  font-size: 18px;
}

.section_title .section_title_text h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.306;
  padding-bottom: 15px;
}

.section_title .section_title_text h2 span {
  font-weight: 400;
}

.section_title .section_title_text p {
  font-size: 18px;
  line-height: 1.667;
}
@keyframes line_animation {
  0% {
    top: 0px;
    opacity: 1;
  }
  50% {
    top: 50%;
  }
  100% {
    top: 100%;
    opacity: 1;
  }
}
@keyframes scroll2 {
  0% {
    opacity: 1;
    bottom: 0px;
  }
  50% {
    bottom: 50%;
  }
  100% {
    bottom: 100%;
    opacity: 1;
  }
}
@keyframes slide {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 1920px 0;
  }
}
.line_animation {
  top: 0px;
  left: 50%;
  width: 80%;
  bottom: 0px;
  z-index: -1;
  display: block;
  position: absolute;
  transform: translateX(-50%);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.line_animation:before {
  width: 10px;
  left: -2px;
  content: "";
  height: 10px;
  border-radius: 100%;
  position: absolute;
  animation: line_animation 15s ease-out infinite;
  background-color: #59adfe;
}

.line_animation .line_area {
  width: 20%;
  float: left;
  height: 100%;
  position: relative;
  display: inline-block;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.line_animation .line_area:before {
  width: 10px;
  right: -2px;
  content: "";
  height: 10px;
  border-radius: 100%;
  position: absolute;
  background-color: #59adfe;
}

.line_animation .line_area:nth-child(even):before {
  animation: line_animation 15s ease-out infinite;
}

.line_animation .line_area:nth-child(odd):before {
  animation: scroll2 15s ease-out infinite;
}

.saas-modern-scrollup {
  width: 55px;
  right: 30px;
  z-index: 5;
  height: 55px;
  bottom: 100px;
  display: none;
  position: fixed;
  border-radius: 100%;
  line-height: 55px;
  background-image: linear-gradient(-38deg, #20fdee 0%, #0478e9 100%);
}

.saas-modern-scrollup:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  left: 20px;
  top: 15px;
  right: 0px;
  box-shadow: 0 0 15px 10px rgba(255, 255, 255, 0.75);
  border-radius: 50%;
}

.saas-modern-scrollup i {
  color: #fff;
  font-size: 20px;
}

/*---------------------------------------------------- */
/*Saas-Modern header area*/
/*----------------------------------------------------*/
.main_header {
  z-index: 1;
  padding-top: 80px;
  width: 100%;
  position: absolute;
}

.main-navigation {
  display: inline-block;
}

.main-navigation .navbar-nav {
  display: inherit;
}

.main-navigation .navbar-nav li {
  position: relative;
}

.main-navigation .navbar-nav li a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 35px 10px;
  display: inline;
  font-family: "Poppins";
  position: relative;
}
.main-navigation .navbar-nav li a.active {
  color: #30f8ef;
}
.main-navigation .navbar-nav li a:after {
  left: 0;
  width: 0%;
  height: 2px;
  content: "";
  bottom: 25px;
  position: absolute;
  background-color: #31f9ef;
  transition: 0.3s all ease-in-out;
}

.main-navigation .navbar-nav li a:hover:after {
  width: 100%;
}

.sign_up_btn {
  height: 38px;
  width: 90px;
  color: #000000;
  font-weight: 600;
  line-height: 38px;
  margin-left: 38px;
  border-radius: 25px;
  font-family: "Poppins";
  display: inline-block;
  background-color: #30f8ef;
  transition: 400ms all ease;
  box-shadow: 0px 14px 18px 0px rgba(1, 105, 228, 0.25);
}
.sign_up_btn:hover {
  color: #000;
  background-color: #fff;
}
.menu-bg-overlay {
  background-color: #000;
  animation-duration: 0.7s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  position: fixed;
  top: -90px;
  padding: 25px 0px;
  animation-timing-function: ease;
  transition: 0.3s all ease-in-out;
}

.main_header.menu-bg-overlay {
  z-index: 9;
  top: 0px;
  box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.8);
}

.main_header.menu-bg-overlay .main-navigation .navbar-nav li a:after {
  display: none;
}

.main-navigation .dropdown {
  position: relative;
}

.main-navigation .dropdown > .dropdown-menu {
  top: 65px;
  left: 0;
  opacity: 0;
  z-index: 2;
  margin: 0px;
  padding: 0px;
  height: auto;
  width: 150px;
  display: block;
  padding: 10px 15px 10px;
  visibility: hidden;
  position: absolute;
  border-radius: 0;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
  border: none;
  box-shadow: 0 5px 10px 0 rgba(83, 82, 82, 0.1);
}

.main-navigation .dropdown > .dropdown-menu li {
  padding-bottom: 5px;
}

.main-navigation .dropdown > .dropdown-menu li a {
  color: #000;
  font-size: 14px;
}

.main-navigation .dropdown > .dropdown-menu li a:after {
  display: none;
}

.main-navigation .dropdown:hover .dropdown-menu {
  top: 55px;
  opacity: 1;
  visibility: visible;
}

.mobile_menu_content {
  top: 0px;
  bottom: 0;
  right: -350px;
  height: 100vh;
  z-index: 101;
  position: fixed;
  width: 280px;
  overflow-y: scroll;
  background-color: #fff;
  padding: 40px 0px;
  box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
  transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
}

.mobile_menu_content .main-navigation {
  width: 100%;
}

.mobile_menu_content .main-navigation .navbar-nav {
  width: 100%;
}

.mobile_menu_content .navbar-nav .dropdown-menu {
  position: static !important;
  transform: none !important;
}

.mobile_menu_content .main-navigation .navbar-nav li {
  width: 100%;
  display: block;
  padding: 5px 30px;
  transition: 0.3s all ease-in-out;
  border-bottom: 1px solid #dcdcdc;
}

.mobile_menu_content .main-navigation .navbar-nav li:first-child {
  border-top: 1px solid #dcdcdc;
}

.mobile_menu_content .main-navigation .navbar-nav li a {
  color: #000;
  padding: 0;
  width: 100%;
  display: block;
  font-size: 14px;
  font-weight: 400;
}

.mobile_menu_content .m-brand-logo {
  margin-bottom: 30px;
}

.mobile_menu_wrap.mobile_menu_on .mobile_menu_content {
  right: -15px;
  transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.mobile_menu_overlay {
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  right: -100%;
  height: 120vh;
  background-color: rgba(0, 0, 0, 0.9);
  transition: all 0.8s ease-in 0.8s;
}

.mobile_menu_overlay_on {
  overflow: hidden;
}

.mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
  right: 0;
  transition: all 0.8s ease-out 0s;
}

.mobile_menu_button {
  position: absolute;
  display: none;
  right: 0;
  cursor: pointer;
  line-height: 40px;
  color: #fff;
  text-align: center;
  font-size: 25px;
  top: -38px;
}

.mobile_menu .main-navigation .navbar-nav li a:after {
  display: none;
}

.mobile_menu .main-navigation .dropdown > .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.mobile_menu .mobile_menu_content .main-navigation .navbar-nav .dropdown-menu {
  border: none;
  display: none;
  transition: none;
  box-shadow: none;
  padding: 0;
}

.mobile_menu .mobile_menu_content .main-navigation .navbar-nav .dropdown-menu li {
  border: none;
  padding: 3px 20px;
  line-height: 1;
}

.mobile_menu .mobile_menu_content .main-navigation .navbar-nav .dropdown-menu li a {
  color: #000;
}

.mobile_menu .dropdown {
  position: relative;
}

.mobile_menu .dropdown:before {
  top: 7px;
  right: 30px;
  font-size: 12px;
  font-weight: 700;
  content: "";
  position: absolute;
  font-family: "Font Awesome 5 Free";
}

.mobile_menu .mobile_menu_close {
  color: #d60606;
  cursor: pointer;
  top: 15px;
  left: 15px;
  font-size: 20px;
  position: absolute;
}

/*---------------------------------------------------- */
/*Saas-Modern  banner area*/
/*----------------------------------------------------*/
.banner_section {
  overflow: visible;
  margin-bottom: 90px;
  z-index: 0;
  padding: 215px 0 325px 0;
}

.banner_text {
  margin: 0 auto;
  max-width: 550px;
}

.banner_text h1 {
  color: #fff;
  font-size: 50px;
  line-height: 1.2;
  font-weight: 700;
  padding-bottom: 20px;
}

.banner_text p {
  color: #fff;
  margin: 0 auto;
  font-size: 20px;
  max-width: 500px;
  line-height: 1.35;
  padding-bottom: 40px;
}

.banner_text .download_btn {
  color: #fff;
  width: 175px;
  height: 55px;
  font-size: 15px;
  margin: 0 auto;
  font-weight: 700;
  line-height: 55px;
  border-radius: 30px;
  background-color: #000;
  font-family: "Poppins";
  transition: 400ms all ease;
}

.banner_text .download_btn a {
  display: block;
  width: 100%;
}
.banner_text .download_btn:hover {
  background-color: #fff;
  color: #000;
}

.banner_screen {
  left: 0;
  right: 0;
  bottom: -155px;
  margin: 0 auto;
  max-width: 765px;
  position: absolute;
}

.banner_screen .screen_img .middle_screen {
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.14);
}

.banner_screen .screen_img .side_screen1 {
  top: -30px;
  left: -102px;
  position: absolute;
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.14);
}

.banner_screen .screen_img .side_screen2 {
  top: 65px;
  right: -150px;
  position: absolute;
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.14);
}

.banner_shape1,
.banner_shape2,
.banner_shape3 {
  position: absolute;
}

.banner_shape1 {
  top: 80px;
  left: 30%;
}

.banner_shape2 {
  top: 220px;
  left: 12%;
}

.banner_shape3 {
  top: 40%;
  right: 15%;
}

/*---------------------------------------------------- */
/*Saas-Modern Feature area*/
/*----------------------------------------------------*/
.featured_service_section {
  padding: 120px 0px 0px;
}

.featured_service_section .section_title {
  padding-bottom: 55px;
}

.featured_service_section .section_title h2 {
  margin: 0 auto;
  max-width: 400px;
}

.featured_content li {
  float: left;
  list-style: none;
  padding-bottom: 40px;
}

.featured_content .featured_icon_text {
  z-index: 1;
  width: 285px;
  height: 425px;
  padding: 0 10px;
  margin: 0px auto;
  overflow: hidden;
  padding-top: 60px;
  border-radius: 15px;
  transition: 0.3s all ease-in-out;
}

.featured_content .featured_icon_text:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease-in-out;
  background-image: linear-gradient(-38deg, #0478e9 0%, #20fdee 100%);
}

.featured_content .featured_icon_text .featured_icon {
  width: 110px;
  height: 110px;
  margin: 0 auto;
  line-height: 110px;
  margin-bottom: 25px;
  border-radius: 100%;
  box-shadow: 0px 14px 18px 0px rgba(1, 105, 228, 0.25);
  background-image: linear-gradient(-38deg, #20fdee 0%, #0478e9 100%);
}

.featured_content .featured_icon_text .featured_icon i {
  color: #fff;
  font-size: 50px;
}

.featured_content .featured_icon_text .featured_icon:before {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  left: 40px;
  top: 25px;
  right: 0px;
  box-shadow: 0 0 25px 25px rgba(255, 255, 255, 0.75);
  border-radius: 50%;
}

.featured_content .featured_icon_text .featured_text {
  padding: 0 20px;
  margin-bottom: 30px;
}

.featured_content .featured_icon_text .featured_text h3 {
  color: #161616;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 20px;
  transition: 0.3s all ease-in-out;
}

.featured_content .featured_icon_text .featured_text p {
  line-height: 1.625;
  transition: 0.3s all ease-in-out;
}

.featured_content .featured_icon_text .feature_btn {
  opacity: 0;
  visibility: hidden;
  margin-right: 25px;
  transition: 0.3s all ease-in-out;
}

.featured_content .featured_icon_text .feature_btn a {
  color: #30f7ee;
  font-size: 15px;
  font-weight: 700;
  font-family: "Poppins";
  position: relative;
}

.featured_content .featured_icon_text .feature_btn a:after {
  font-weight: 900;
  content: "";
  position: absolute;
  right: -20px;
  font-family: "Font Awesome 5 Free";
}

.featured_content .featured_icon_text:hover {
  box-shadow: 0px 14px 18px 0px rgba(1, 105, 228, 0.25);
}

.featured_content .featured_icon_text:hover:before {
  opacity: 1;
  visibility: visible;
}

.featured_content .featured_icon_text:hover .featured_text p,
.featured_content .featured_icon_text:hover .featured_text h3 {
  color: #fff;
}

.featured_content .featured_icon_text:hover .feature_btn {
  opacity: 1;
  visibility: visible;
}

#featured_scroll {
  padding-bottom: 40px;
}

#featured_scroll .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  margin: 0 auto;
  height: 30px;
  max-width: 570px;
}

#featured_scroll .mCSB_scrollTools .mCSB_draggerRail {
  height: 20px;
  background-color: #ececec;
}

#featured_scroll .mCSB_scrollTools {
  opacity: 1;
}

#featured_scroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  height: 20px;
  box-shadow: 0px 6px 18px -5px rgba(2, 8, 38, 0.35);
  background-color: #22b0e7;
}

#featured_scroll .mCustomScrollbar,
#featured_scroll .mCustomScrollbar.mCS_touch_action,
#featured_scroll .mCustomScrollbar.mCS_touch_action .mCS-aviva.mCSB_scrollTools {
  touch-action: auto;
}

#featured_scroll .mCustomScrollBox {
  touch-action: pan-x pinch-zoom;
}

#featured_scroll .mCustomScrollBox.mCSB_vertical_horizontal {
  touch-action: pinch-zoom;
}

#featured_scroll .mCustomScrollBox.mCSB_horizontal {
  touch-action: pan-y pinch-zoom;
}

.theme_feature_section {
  padding-top: 55px;
}

.theme_feature_area {
  padding-bottom: 60px;
}

.theme_feature_area .theme_feature_content {
  padding: 58px 35px;
}

.theme_feature_area .theme_feature_content h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 30px;
}

.theme_feature_area .theme_feature_content p {
  color: #fff;
  font-size: 18px;
  line-height: 1.444;
  padding-bottom: 25px;
}

.theme_feature_area .theme_feature_content .theme_feature_list li {
  width: 100%;
  color: #fff;
  font-size: 17px;
  margin-bottom: 22px;
}

.theme_feature_area .theme_feature_content .theme_feature_list li i {
  float: left;
  color: #18ff00;
  font-size: 16px;
  margin-right: 8px;
}

.theme_feature_area .theme_feature_content .theme_feature_list li span {
  overflow: hidden;
}

.theme_feature_area .features_one {
  margin-left: 100px;
  background-color: #138afd;
}

.theme_feature_area .features_two {
  margin-right: 100px;
  background-color: #000000;
}

.theme_feature_area .features_two .theme_feature_list li i {
  color: #20fcee;
}

.theme_feature_area .features_two .read_btn {
  background-color: #20fcee;
}

.theme_feature_area .features_two .read_btn a {
  color: #000000;
  font-weight: 600;
  transition: 0.3s all ease-in-out;
}

.theme_feature_area .features_two .read_btn:hover a {
  color: #fff;
}

/*---------------------------------------------------- */
/*Saas-Modercompare area*/
/*----------------------------------------------------*/
.compare_section {
  padding-bottom: 15px;
  overflow: visible;
}

.compare_section .compare_title h2 {
  color: #161616;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.324;
  padding-bottom: 18px;
}

.compare_section .compare_title p {
  color: #383838;
  font-size: 18px;
  padding-bottom: 28px;
}

.compare_content_item {
  padding-top: 30px;
}

.compare_content_item .compare_list {
  padding-left: 30px;
}

.compare_content_item .compare_list li {
  margin-bottom: 20px;
}

.compare_content_item .compare_list li i {
  float: left;
  color: #27c317;
  margin-right: 12px;
}

.compare_content_item .compare_list li span {
  overflow: hidden;
}

.compare_content_item .compare_content {
  padding-top: 30px;
}

.compare_img {
  z-index: 4;
  max-width: 525px;
}

.compare_img .compare_shape1,
.compare_img .compare_shape2 {
  z-index: -1;
  position: absolute;
}

.compare_img .compare_shape1 {
  top: 35px;
  left: 0;
}

.compare_img .compare_shape2 {
  top: 15px;
  right: 0;
}

.compare_section_two .compare_shape1 {
  top: 20px;
  left: -65px;
}

.compare_section_two .compare_shape2 {
  top: 0;
  right: 65px;
}

.compare_section_two .compare_content {
  padding-left: 30px;
}

.compare_section_two .compare_content .compare_title {
  padding-bottom: 15px;
}

.compare_section_two .compare_content_item .compare_list {
  padding-left: 0;
}

/*---------------------------------------------------- */
/*user area*/
/*----------------------------------------------------*/
.trusted_user_section {
  padding: 80px 0px 140px;
}

.trusted_content_img {
  padding-left: 45px;
}

.trusted_content_img li {
  width: 95px;
  height: 95px;
  line-height: 102px;
  border-radius: 100%;
  margin: 0 20px 20px 0px;
  transition: 0.3s all ease-in-out;
  box-shadow: 0px 4px 15px 0px rgba(23, 23, 23, 0.13);
}

.trusted_content_img li:nth-child(1) {
  transform: scale(1.1);
}

.trusted_content_img li:nth-child(2) {
  transform: translateY(30px);
}

.trusted_content_img li:nth-child(2):hover {
  transform: translateY(30px) scale(1.1);
}

.trusted_content_img li:nth-child(3) {
  transform: translateY(60px);
}

.trusted_content_img li:nth-child(3):hover {
  transform: translateY(60px) scale(1.1);
}

.trusted_content_img li:nth-child(4) {
  transform: translateY(-35px);
}

.trusted_content_img li:nth-child(4):hover {
  transform: translateY(-35px) scale(1.1);
}

.trusted_content_img li:nth-child(5) {
  transform: translateY(0px);
}

.trusted_content_img li:nth-child(5):hover {
  transform: translateY(0px) scale(1.1);
}

.trusted_content_img li:nth-child(6) {
  transform: translateY(25px);
}

.trusted_content_img li:nth-child(6):hover {
  transform: translateY(25px) scale(1.1);
}

.trusted_content_img li:nth-child(7) {
  transform: translateY(55px);
}

.trusted_content_img li:nth-child(7):hover {
  transform: translateY(55px) scale(1.1);
}

.trusted_content_img li:nth-child(8) {
  transform: translateY(-35px);
}

.trusted_content_img li:nth-child(8):hover {
  transform: translateY(-35px) scale(1.1);
}

.trusted_content_img li:nth-child(9) {
  transform: translateY(0px);
}

.trusted_content_img li:nth-child(9):hover {
  transform: translateY(0px) scale(1.1);
}

.trusted_content_img li:nth-child(10) {
  transform: translateY(20px);
}

.trusted_content_img li:nth-child(10):hover {
  transform: translateY(20px) scale(1.1);
}

.trusted_content_img li:nth-child(11) {
  transform: translateY(50px);
}

.trusted_content_img li:nth-child(11):hover {
  transform: translateY(50px) scale(1.1);
}

.trusted_content_img li:nth-child(12) {
  transform: translateY(-35px);
}

.trusted_content_img li:nth-child(12):hover {
  transform: translateY(-35px) scale(1.1);
}

.trusted_content_img li:hover {
  box-shadow: 0px 4px 35px 0px rgba(23, 23, 23, 0.13);
}

.user_content {
  padding-top: 10px;
}

.user_content .section_title {
  margin-left: 0;
}

.user_content .user_text {
  color: #383838;
  font-size: 18px;
  padding-top: 25px;
}

/*---------------------------------------------------- */
/*partner area*/
/*----------------------------------------------------*/
.partner_section {
  z-index: 1;
  padding: 105px 0px;
  background-color: #edf1f5;
}
.partner_member {
  padding-top: 40px;
}

.partner_section .section_title {
  margin: 0 auto;
  max-width: 550px; 
  padding: 0px 0px 25px 85px;
}

.partner_section .mem_img_text .mem_pic {
  width: 230px;
  height: 230px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 100%;
}

.partner_section .mem_img_text .mem_pic:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.partner_section .mem_img_text .mem_pic:after {
  content: "";
  height: 100%;
  width: 100%;
  bottom: -95px;
  opacity: 0;
  visibility: hidden;
  left: -18px;
  transition: 0.3s all ease-in-out;
  background-image: url(../img/saas-m/partner/pbg.png);
  background-repeat: no-repeat;
  position: absolute;
}

.partner_section .mem_img_text .member_social {
  bottom: 20px;
  z-index: 3;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  position: absolute;
  transition: 0.3s all ease-in-out;
}

.partner_section .mem_img_text .member_social li {
  color: #fff;
  font-size: 18px;
  margin: 0px 7px;
}

.partner_section .mem_img_text .mem_img_line {
  z-index: 1;
}

.partner_section .mem_img_text .mem_img_line .line_shape1,
.partner_section .mem_img_text .mem_img_line .line_shape2 {
  height: 325px;
  position: absolute;
  width: 5px;
  top: -40px;
  left: 120px;
  z-index: -1;
  transform: rotate(50deg);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease-in-out;
  box-shadow: 0px 14px 18px 0px rgba(1, 105, 228, 0.25);
  background-image: linear-gradient(116deg, #0478e9 0%, #20fdee 100%);
}

.partner_section .mem_img_text .mem_img_line .line_shape2 {
  top: -35px;
  height: 285px;
  left: 140px;
}

.partner_section .mem_img_text .mem_name_designation {
  margin-top: 45px;
}

.partner_section .mem_img_text .mem_name_designation h4 {
  color: #0e0e0e;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 10px;
}

.partner_section .mem_img_text .mem_name_designation p {
  font-size: 15px;
  color: #383838;
}

.partner_section .mem_img_text:hover .member_social {
  opacity: 1;
  bottom: 35px;
  visibility: visible;
}

.partner_section .mem_img_text:hover .mem_pic:after {
  opacity: 1;
  visibility: visible;
}

.partner_section .mem_img_text:hover .line_shape1,
.partner_section .mem_img_text:hover .line_shape2 {
  height: 285px;
  opacity: 1;
  visibility: visible;
}

.partner_section .mem_img_text:hover .line_shape2 {
  height: 325px;
}

.partner_text {
  font-size: 18px;
  max-width: 480px;
  padding-top: 20px;
  padding-left: 35px;
  line-height: 1.667;
}

/*---------------------------------------------------- */
/*testimonial area*/
/*----------------------------------------------------*/
.testimonial_section {
  padding: 105px 0px 70px 0px;
}

.testimonial_section .section_title {
  padding-bottom: 50px;
}

.testimonial_content {
  padding: 20px;
  display: inline-block;
}

.testimonial_content .testimonial_rating {
  margin-top: 10px;
}

.testimonial_content .testimonial_rating li {
  font-size: 14px;
  color: #f6b91c;
}

.testimonial_content .testimonial_text {
  z-index: 1;
  padding: 50px 40px;
  border-radius: 10px;
  border-bottom-left-radius: 0px;
  overflow: hidden;
  background-color: white;
  box-shadow: 0px 7px 24px 0px rgba(2, 55, 156, 0.2);
}

.testimonial_content .testimonial_text p {
  line-height: 1.875;
}

.testimonial_content .testimonial_text:before {
  content: "";
  height: 100%;
  width: 40%;
  position: absolute;
  right: -45px;
  z-index: -1;
  bottom: -95px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease-in-out;
  background-image: url(../img/saas-m/testimonial/tshape1.png);
  background-repeat: no-repeat;
}

.testimonial_content .testimonial_text:hover:before {
  bottom: -85px;
  opacity: 1;
  visibility: visible;
}

.qoute_mark:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -45px;
  z-index: 1;
  border-left: 0px solid transparent;
  border-right: 50px solid transparent;
  border-top: 45px solid #fff;
  filter: drop-shadow(0px 20px 13px rgba(2, 55, 156, 0.2));
}

.testimonial_name_designation {
  margin-top: 30px;
  padding-left: 30px;
}

.testimonial_name_designation .testimonial_img {
  height: 65px;
  width: 65px;
  border-radius: 100%;
  margin-right: 18px;
  overflow: hidden;
  border: 5px solid #fff;
  box-shadow: 0px 7px 6px 0px rgba(0, 15, 44, 0.19), inset -1px 0px 27px 0px rgba(0, 0, 0, 0.29);
}

.testimonial_name_designation .testimonial_meta {
  margin-top: 10px;
  display: inline-block;
}

.testimonial_name_designation .testimonial_meta h4 {
  font-size: 22px;
  font-weight: 700;
  color: #161616;
}

.testimonial_name_designation .testimonial_meta p {
  font-size: 14px;
  color: #444444;
}

.testimonial_slider .carousel-control-prev,
.testimonial_slider .carousel-control-next {
  top: auto;
  left: 190px;
  bottom: 40px;
  font-size: 18px;
  color: #004d4d;
  width: 50px;
  height: 50px;
  opacity: 1;
  line-height: 58px;
  text-align: center;
  border-radius: 50px;
  font-weight: 700;
  display: inline-block;
  margin: 0px 15px 0px 0px;
  background-color: #fff;
  transition: all 300ms ease;
  box-shadow: 0px 7px 7px 0px rgba(0, 15, 44, 0.18);
}

.testimonial_slider .carousel-control-prev:before,
.testimonial_slider .carousel-control-next:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.testimonial_slider .carousel-control-prev:hover,
.testimonial_slider .carousel-control-next:hover {
  background-color: #000;
  color: #fff;
}

.testimonial_slider .carousel-control-prev {
  left: 120px;
}

.testimonial_slider .carousel-control-prev:before {
  content: "";
}

.carousel-indicators {
  position: static;
}

.testimonial_indicator {
  margin: 20px 20px 0 0;
  display: block;
  height: 510px;
  max-width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-image: url(../img/saas-m/testimonial/in-bg.png);
}

.testimonial_indicator .carousel-indicators li {
  position: absolute;
  width: 60px;
  height: 60px;
  text-align: center;
  color: #202120;
  border-radius: 50%;
  border: 5px solid #fff;
  overflow: hidden;
  transition: all 500ms ease;
  box-shadow: 0px 7px 6px 0px rgba(0, 15, 44, 0.19), inset -1px 0px 27px 0px rgba(0, 0, 0, 0.29);
}

.testimonial_indicator .carousel-indicators li img {
  display: block;
}

.testimonial_indicator .carousel-indicators li:nth-child(1) {
  bottom: 105px;
  right: 100px;
}

.testimonial_indicator .carousel-indicators li:nth-child(2) {
  left: 90px;
  bottom: 45px;
}

.testimonial_indicator .carousel-indicators li:nth-child(3) {
  top: 40%;
  left: 0px;
}

.testimonial_indicator .carousel-indicators li:nth-child(4) {
  top: 90px;
  left: 100px;
}

.testimonial_indicator .carousel-indicators li:nth-child(5) {
  top: 35%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.testimonial_indicator .carousel-indicators li:nth-child(6) {
  right: 120px;
  top: -30px;
}

.testimonial_indicator .active {
  transform: scale(1.5);
}

/*---------------------------------------------------- */
/*testimonial area*/
/*----------------------------------------------------*/
.newslatter_content {
  left: 0;
  left: 0;
  right: 0;
  top: -165px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  max-width: 1170px;
  border-radius: 20px;
  padding: 65px 0px 70px;
  overflow: hidden;
  z-index: 2;
  box-shadow: inset 0px 2px 8px 0px rgba(0, 0, 0, 0.29);
  background-image: linear-gradient(-115deg, #0478e9 0%, #20fdee 100%);
}

.newslatter_content:after {
  content: "";
  position: absolute;
  height: 300px;
  width: 300px;
  border-radius: 100%;
  top: -40px;
  right: -160px;
  border: 30px solid #3f91e0;
}

.newslatter_content .newslatter_title {
  margin: 0 auto;
  max-width: 380px;
  padding-bottom: 45px;
}

.newslatter_content .newslatter_title h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 20px;
}

.newslatter_content .newslatter_title p {
  color: #fff;
  line-height: 1.75;
}

.newslatter_content .newslatter-form {
  margin: 0 auto;
  max-width: 650px;
  padding-left: 30px;
}

.newslatter_content .newslatter-form input {
  width: 100%;
  height: 65px;
  border: none;
  padding: 0px 25px;
  border-radius: 5px;
  box-shadow: 0px 6px 40px 0px rgba(5, 41, 140, 0.25);
}

.newslatter_content .newslatter-form .nws-button {
  position: absolute;
  top: 8px;
  right: 8px;
}

.newslatter_content .newslatter-form .nws-button button {
  height: 50px;
  width: 130px;
  border: none;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  border-radius: 5px;
  font-family: "Poppins";
  background-image: linear-gradient(-38deg, #0478e9 0%, #20fdee 100%);
}

.newslatter_content .newslatter-form .nws-button button:hover {
  background-image: linear-gradient(-38deg, #20fdee 0%, #0478e9 100%);
}

.newslatter_content .img_bg {
  top: 15px;
  position: absolute;
  left: 15px;
}

.newslatter_content .subs_icon {
  position: absolute;
  left: 0px;
  top: 50px;
  right: 0px;
  max-width: 1920px;
  width: 100%;
  height: 100%;
  z-index: -1;
  margin: 0 auto;
}

.newslatter_content .subs_icon .subs_iconitem-1 {
  width: 100%;
  height: 46px;
  background-repeat: no-repeat;
  left: 0px;
  top: 150px;
  animation: slide 60s linear infinite;
  -webkit-animation: slide 60s linear infinite;
}

.newslatter_content .subs_icon .subs_iconitem-2 {
  width: 100%;
  height: 46px;
  background-repeat: no-repeat;
  left: 0px;
  top: 70px;
  animation: slide 50s linear infinite;
  -webkit-animation: slide 50s linear infinite;
}

.newslatter_content .subs_icon .subs_iconitem-3 {
  width: 100%;
  height: 46px;
  background-repeat: no-repeat;
  left: 0px;
  top: 310px;
  animation: slide 90s linear infinite;
  -webkit-animation: slide 90s linear infinite;
}

/*---------------------------------------------------- */
/*Footer area*/
/*----------------------------------------------------*/
.footer_section {
  background-color: #edf2f6;
  padding-top: 260px;
  margin-top: 165px;
}

.footer_section .footer_widget_content {
  padding-bottom: 75px;
  border-bottom: 2px solid #d2d1d2;
}

.footer_widget .footer_logo {
  margin-bottom: 30px;
}

.footer_widget .footer_text {
  font-size: 14px;
  line-height: 1.714;
  padding-bottom: 35px;
}

.footer_widget .footer_social li {
  color: #8c8c8c;
  font-size: 17px;
  margin-right: 18px;
  transition: 0.3s all ease-in-out;
}

.footer_widget .footer_social li:hover {
  transform: translateY(-4px);
}

.footer_widget .footer_social li:hover i {
  transition: 0.3s all ease-in-out;
  background-image: linear-gradient(-38deg, #0478e9 0%, #20fdee 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer_widget .quick_link {
  max-width: 205px;
}

.footer_widget .quick_link li {
  font-size: 14px;
  color: #383838;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
}

.footer_widget .quick_link li:before {
  height: 1px;
  content: "";
  position: absolute;
  width: 0%;
  right: 0;
  left: auto;
  bottom: 0;
  transition: 0.3s all ease-in-out;
  background-image: linear-gradient(116deg, #20fdee 0%, #0478e9 100%);
}

.footer_widget .quick_link li:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}

.widget_title {
  color: #1a0a38;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 48px;
  font-family: "Poppins";
}

.widget_title:after {
  left: 0;
  width: 35px;
  content: "";
  height: 3px;
  bottom: -9px;
  position: absolute;
  background-image: linear-gradient(116deg, #20fdee 0%, #0478e9 100%);
}

.footer_address li {
  font-size: 14px;
  margin-bottom: 8px;
  line-height: 1.875;
  font-family: "Poppins";
}

.footer_address span {
  color: #180b36;
  font-weight: 600;
  margin-right: 5px;
}

.insta_feed li {
  float: left;
  width: 75px;
  height: 75px;
  margin-right: 10px;
  margin-bottom: 7px;
  position: relative;
  background-color: #000;
  transition: 0.3s all ease-in-out;
}

.insta_feed li:before {
  position: absolute;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  opacity: 0;
  background-color: #000;
  transition: 0.3s all ease-in-out;
}

.insta_feed li i {
  left: 0;
  right: 0;
  top: 50%;
  position: absolute;
  text-align: center;
  color: #fff;
  transform: translateY(-50%);
  opacity: 0;
  transition: 0.3s all ease-in-out;
}

.insta_feed li:hover:before {
  opacity: 0.7;
}

.insta_feed li:hover i {
  opacity: 1;
}

.copyright_text {
  padding: 30px 0px;
}

.copyright_text p,
.copyright_text span {
  color: #666666;
  font-size: 14px;
  font-family: "Poppins";
}

.copyright_text span {
  float: right;
}

/*---------------------------------------------------- */
/*responsive area*/
/*----------------------------------------------------*/
@media screen and (max-width: 1140px) {
  .compare_section {
    overflow: hidden;
    padding-bottom: 30px;
  }

  .theme_feature_area .theme_feature_content h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1024px) { 
  .banner_screen .screen_img .side_screen2 {
    right: -40px;
  }
  .trusted_content_img li:nth-child(2) ,
  .trusted_content_img li:nth-child(2):hover {
    transform: translateY(0px);
  }

  .trusted_content_img li:nth-child(3),
  .trusted_content_img li:nth-child(3):hover {
    transform: translateY(0px);
  }

  .trusted_content_img li:nth-child(4),
  .trusted_content_img li:nth-child(4):hover {
    transform: translateY(0px);
  }

  .trusted_content_img li:nth-child(5),
  .trusted_content_img li:nth-child(5):hover {
    transform: translateY(0px);
  }

  .trusted_content_img li:nth-child(6),
  .trusted_content_img li:nth-child(6):hover {
    transform: translateY(0px);
  }

  .trusted_content_img li:nth-child(7),
  .trusted_content_img li:nth-child(7):hover {
    transform: translateY(0px);
  }

  .trusted_content_img li:nth-child(8),
  .trusted_content_img li:nth-child(8):hover {
    transform: translateY(0px);
  }

  .trusted_content_img li:nth-child(9),
  .trusted_content_img li:nth-child(9):hover {
    transform: translateY(0px);
  }

  .trusted_content_img li:nth-child(10),
  .trusted_content_img li:nth-child(10):hover {
    transform: translateY(0px);
  }

  .trusted_content_img li:nth-child(11),
  .trusted_content_img li:nth-child(11):hover {
    transform: translateY(0px);
  }

  .trusted_content_img li:nth-child(12),
  .trusted_content_img li:nth-child(12):hover {
    transform: translateY(0px);
  }
  .newslatter_content .img_bg {
    left: -60px;
  }
}
@media screen and (max-width: 991px) {
  .banner_shape3,
  .banner_shape2 {
    width: 100px;
  }


  .main_header {
    padding-top: 50px;
  }

  .main_header.menu-bg-overlay {
    padding-top: 30px;
  }

  .theme_feature_area .features_one {
    margin-left: 0;
  }

  .theme_feature_area .features_two {
    margin-right: 0;
  }

  .trusted_content_img {
    max-width: 500px;
    padding-left: 0;
  }

  .user_content {
    padding-top: 60px;
  }

  .banner_screen {
    max-width: 510px;
  }

  .main_menu_list .main-navigation {
    display: none;
  }

  .mobile_menu_button {
    display: block;
  }

  .sign_up_btn {
    top: -5px;
    right: 80px;
    position: absolute;
  }

  .banner_shape1,
  .banner_shape2,
  .banner_shape3 {
    z-index: -1;
  }

  .main_header {
    padding-top: 35px;
  }

  .compare_img {
    margin: 0 auto;
  }

  .partner_section .section_title {
    padding: 0;
  }

  .partner_text {
    padding-left: 0;
    margin-bottom: 50px;
  }

  .testimonial_indicator {
    margin: 0 auto;
    margin-top: 20px;
    max-width: 550px;
  }

  .testimonial_slider .carousel-control-prev,
  .testimonial_slider .carousel-control-next {
    bottom: -50px;
  }

  .testimonial_section {
    padding-bottom: 110px;
  }

  .mem_img_text {
    max-width: 270px;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .newslatter_content .img_bg {
    display: none;
  }

  .newslatter_content:after {
    display: none;
  }

  .widget_title {
    margin-bottom: 30px;
  }

  .footer_widget .footer_logo {
    margin-bottom: 18px;
  }

  .footer_widget .footer_text {
    padding-bottom: 20px;
  }

  .footer_widget {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .sign_up_btn {
    top: -38px;
  }

  .banner_screen {
    max-width: 450px;
  }

  .banner_screen .screen_img .side_screen2 {
    width: 200px;
  }

  .banner_screen .screen_img .side_screen1 {
    width: 150px;
  }

  .banner_text h1 {
    font-size: 36px;
  }

  .banner_section {
    margin-bottom: 200px;
    padding: 185px 0 150px 0;
  }

  .banner_shape2 {
    top: 180px;
    left: 3%;
    width: 70px;
  }

  .banner_shape3 {
    top: 45%;
    right: 8%;
    width: 70px;
  }

  .banner_shape1 {
    width: 40px;
  }

  .main_header.menu-bg-overlay {
    padding: 20px 0px 15px 0px;
  }

  .banner_section {
    margin-bottom: 135px;
  }

  .theme_feature_area .features_one {
    margin-bottom: 30px;
  }

  .trusted_user_section {
    padding: 70px 0px 60px;
  }

  .partner_section {
    padding: 70px 0px 40px;
  }

  .copyright_text span {
    float: none;
  }

  .copyright_text {
    text-align: center;
  }
}
@media screen and (max-width: 580px) {
  .banner_screen {
    max-width: 385px;
  }

  .banner_screen .screen_img .side_screen1 {
    width: 125px;
    left: -75px;
  }

}
@media screen and (max-width: 480px) {
  .banner_screen {
    display: none;
  }

  .banner_section {
    margin-bottom: 0;
    padding: 150px 0 130px 0;
  }

  .banner_shape1,
  .banner_shape2,
  .banner_shape3 {
    z-index: -1;
    opacity: 0.5;
  }

  .banner_text {
    position: relative;
    z-index: 2;
  }

  .section_title .section_title_text h2 {
    font-size: 30px;
  }

  .section_title .section_title_text p {
    font-size: 16px;
  }

  .compare_img .compare_shape1,
  .compare_img .compare_shape2 {
    max-width: 70%;
  }


  .testimonial_indicator {
    background-size: 395px 465px;
  }

  .newslatter_content .newslatter-form {
    padding-left: 0;
    margin: 0 15px;
  }

  .footer_section .footer_widget_content {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 420px) {
  .banner_text p {
    font-size: 18px;
  }

  .featured_content .featured_icon_text {
    width: 300px;
  }

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

  .compare_section .compare_title h2 {
    font-size: 26px;
  }

  .theme_feature_section {
    padding-top: 20px;
  }

  .theme_feature_area .theme_feature_content .theme_feature_list li {
    margin-bottom: 15px;
  }

  .banner_text .download_btn {
    width: 160px;
    height: 50px;
  }

  .sign_up_btn {
    height: 35px;
    line-height: 35px;
    width: 85px;
    font-size: 14px;
  }

  .sign_up_btn {
    right: 60px;
  }

  .trusted_content_img li {
    margin: 0 10px 10px 0;
  }

  .featured_service_section .section_title {
    padding-bottom: 20px;
  }

  .compare_section_two .compare_content,
  .compare_content_item .compare_list {
    padding-left: 0;
  }

  .testimonial_content {
    padding: 10px;
  }

  .testimonial_content .testimonial_text {
    padding: 25px 20px;
  }

  .newslatter_content .newslatter_title {
    padding: 0px 15px 25px;
  }

  .newslatter_content .newslatter_title h2 {
    font-size: 25px;
    padding-bottom: 15px;
  }

  .newslatter_content .newslatter-form .nws-button button {
    width: 90px;
    font-size: 14px;
  }

  .newslatter_content .newslatter-form input {
    padding: 0 15px;
  }

  .newslatter_content .newslatter_title p {
    font-size: 14px;
  }

  .newslatter_content {
    position: static;
    padding: 55px 0px 55px;
    margin-bottom: 50px;
  }

  .footer_section {
    padding-top: 0;
  }

  .footer_section {
    margin-top: 0;
  }

  .testimonial_section {
    padding-top: 70px;
  }

  .testimonial_name_designation .testimonial_meta h4 {
    font-size: 22px;
  }

  .scrollup {
    width: 45px;
    right: 15px;
    height: 45px;
    bottom: 20px;
    line-height: 45px;
  }

  .theme_feature_area .theme_feature_content .theme_feature_list li {
    font-size: 16px;
  }

  .theme_feature_area .theme_feature_content p {
    font-size: 16px;
  }
}
@media screen and (max-width: 380px) {
  .banner_text h1 {
    font-size: 32px;
  }

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

  .compare_section .compare_title h2 {
    font-size: 24px;
  }

  .trusted_user_section {
    padding: 20px 0px 60px;
  }

  .section_title .section_title_text h2 {
    font-size: 24px;
  }

  .testimonial_indicator .carousel-indicators li:nth-child(4) {
    top: 60px;
    left: 55px;
  }

  .testimonial_indicator .carousel-indicators li:nth-child(1) {
    bottom: 85px;
    right: 50px;
  }

  .testimonial_indicator {
    background-size: 325px 460px;
  }

  .testimonial_indicator .carousel-indicators li:nth-child(1) {
    bottom: 135px;
    right: 25px;
  }
}
/*---------------------------------------------------- */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*SaaS Classic*/
/*----------------------------------------------------*/
.saas-classic {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.4;
  font-family: "Roboto";
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

.saas-classic::selection {
  color: #ffffff;
  background-color: #004d4d;
}

.saas-classic::-moz-selection {
  color: #ffffff;
  background-color: #004d4d;
}

.saas-classic-preloader {
  background-color: #fff;
  background: #fff url("../img/saas-c/pre.svg") no-repeat center center;
}

.saas2-headline h1,
.saas2-headline h2,
.saas2-headline h3,
.saas2-headline h4,
.saas2-headline h5,
.saas2-headline h6 {
  margin: 0;
  font-family: "Poppins";
}

.saas2-headline p{
  color: #004d4d;
}

.saas-classic-scrollup {
  width: 55px;
  right: 20px;
  z-index: 5;
  height: 55px;
  bottom: 20px;
  display: none;
  position: fixed;
  border-radius: 100%;
  line-height: 55px;
  background-image: linear-gradient(-45deg, #0cc5c5 32%, #004d4d 100%);
}

.saas-classic-scrollup i {
  color: #fff;
  font-size: 20px;
}

.saas_two_section_title {
  margin: 0 auto;
  max-width: 700px;
}


.saas_two_section_title .title_tag {
  padding: 5px 30px;
}

.saas_two_section_title h2 {
  font-size: 40px;
  padding-top: 15px;
  color: #ffff!important;
}

#s2-faq .saas_two_section_title h2{
  color: #004d4d!important;
} 

.saas_btn a {
  font-size: 15px;
  font-weight: 700;
  border-radius: 30px;
  display: inline-block;
  border: 2px solid #004d4d;
}

.saas_btn:before {
  top: 8px;
  left: 32px;
  font-weight: 900;
  font-size: 22px;
  position: absolute;
  font-family: "Font Awesome 5 Free";
}

/*---------------------------------------------------- */
/*global area*/
/*----------------------------------------------------*/
@keyframes fadeFromLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeFromRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeFromUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeFromUp {
  animation-name: fadeFromUp;
}

.fadeFromRight {
  animation-name: fadeFromRight;
}

.fadeFromLeft {
  animation-name: fadeFromLeft;
}

.saas_two_section_title .title_tag,
.saas_two_banner_section .s2-banner_content .s2-tilte_tag,
.saas_two_feature_section .s2-feature_text .feature_tag,
.integration_section .integration_text .feature_tag {
  color: #004d4d;
  font-size: 18px;
  font-weight: 500;
  padding: 3px 30px;
  border-radius: 8px;
  display: inline-block;
  background-color: #05e3e3;
}



.saas_two_section_title h2,
.saas_two_banner_section .s2-banner_content h1,
.saas_two_about_section .s2-about_text_icon .s2-about_text h3,
.saas_two_feature_section .s2-feature_text h2,
.integration_section .integration_text h2,
.saas_two_team_section .s2-team_img_text .s2_name_info h3 {
  font-weight: 700;
  color: #010101;
}

.saas_two_section_title h2 span,
.saas_two_banner_section .s2-banner_content h1 span,
.saas_two_about_section .s2-about_text_icon .s2-about_text h3 span,
.saas_two_feature_section .s2-feature_text h2 span,
.integration_section .integration_text h2 span,
.saas_two_team_section .s2-team_img_text .s2_name_info h3 span {
  font-weight: 300;
}

.saas_btn:before,
.service_read_more a:after,
.saas_two_about_section .s2-about_text_icon .s2-about_text a:after,
.integration_section .integration_text a:after,
.saas_two_banner_section .s2-banner_content .banner_btn a i,
.saas_two_feature_section .s2-feature_text .saas_btn a i,
.s2-pricing_section .s2-pricing_item .s2-pricing_btn a i {
  background: linear-gradient(-45deg, #004d4d 32%, #7d0202 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.saas_two_about_section .s2-about_text_icon .s2-about_text p,
.saas_two_feature_section .s2-feature_text p,
.integration_section .integration_text p {
  color: #353535;
  font-size: 17px;
  line-height: 1.588;
  padding-bottom: 20px;
}

.service_read_more a,
.saas_two_about_section .s2-about_text_icon .s2-about_text a,
.integration_section .integration_text a {
  color: #0066ff;
  font-size: 15px;
  font-weight: 600;
  position: relative;
  font-family: "Poppins";
}

.service_read_more a:after,
.saas_two_about_section .s2-about_text_icon .s2-about_text a:after,
.integration_section .integration_text a:after {
  top: 0px;
  right: -35px;
  content: "";
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease-in-out;
  font-family: "Font Awesome 5 Free";
}

.service_read_more a:before,
.saas_two_about_section .s2-about_text_icon .s2-about_text a:before,
.integration_section .integration_text a:before {
  height: 2px;
  width: 0%;
  bottom: -3px;
  content: "";
  position: absolute;
  background-color: #0066ff;
  transition: 0.4s all ease-in-out;
}

.service_read_more a:hover:before,
.saas_two_about_section .s2-about_text_icon .s2-about_text a:hover:before,
.integration_section .integration_text a:hover:before {
  width: 100%;
}

.service_read_more a:hover:after,
.saas_two_about_section .s2-about_text_icon .s2-about_text a:hover:after,
.integration_section .integration_text a:hover:after {
  opacity: 1;
  right: -25px;
  transition-delay: 0.3s;
  visibility: visible;
}

.saas_two_banner_section .s2-banner_content .banner_btn a,
.saas_two_feature_section .s2-feature_text .saas_btn a,
.s2-pricing_section .s2-pricing_item .s2-pricing_btn a {
  transition: 0.3s all ease-in-out;
  position: relative;
  overflow: hidden;
  border-radius: 50px;
  display: inline-block;
}
.banner_btn a, .saas_btn a, .s2-pricing_btn a {
  transition: 0.3s all ease-in-out;
  position: relative;
  overflow: hidden;
  border-radius: 50px;
  display: inline-block;
}

.saas_two_banner_section .s2-banner_content .banner_btn a:before,
.saas_two_feature_section .s2-feature_text .saas_btn a:before,
.s2-pricing_section .s2-pricing_item .s2-pricing_btn a:before {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  right: 0;
  top: 45px;
  right: 15px;
  box-shadow: 0 0 30px 31px rgba(0, 77, 77, 0.9);
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease-in-out;
}
.banner_btn a:before, .saas_btn a:before, .s2-pricing_btn a:before {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  right: 0;
  top: 45px;
  right: 15px;
  box-shadow: 0 0 30px 31px rgba(0, 77, 77, 0.9);
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease-in-out;
}

.saas_two_banner_section .s2-banner_content .banner_btn a:after,
.saas_two_feature_section .s2-feature_text .saas_btn a:after,
.s2-pricing_section .s2-pricing_item .s2-pricing_btn a:after {
  height: 100%;
  width: 100%;
  position: absolute;
  content: "";
  top: -100%;
  right: 0;
  z-index: -2;
  transition: 0.3s all ease-in-out;
  background-color: #004d4d;
}


.banner_btn a:after,
.saas_btn a:after,
.s2-pricing_btn a:after {
  height: 100%;
  width: 100%;
  position: absolute;
  content: "";
  top: -100%;
  right: 0;
  z-index: -2;
  transition: 0.3s all ease-in-out;
  background-color: #004d4d;
}


.saas_two_banner_section .s2-banner_content .banner_btn a:hover,
.saas_two_feature_section .s2-feature_text .saas_btn a:hover,
.s2-pricing_section .s2-pricing_item .s2-pricing_btn a:hover {
  color: #fff;
}
.banner_btn a:hover,
.saas_btn a:hover,
.s2-pricing_btn a:hover {
  color: #fff;
}

.saas_two_banner_section .s2-banner_content .banner_btn a:hover i,
.saas_two_feature_section .s2-feature_text .saas_btn a:hover i,
.s2-pricing_section .s2-pricing_item .s2-pricing_btn a:hover i {
  background: none;
  -webkit-text-fill-color: inherit;
}

.banner_btn a:hover i,
.saas_btn a:hover i,
.s2-pricing_btn a:hover i {
  background: none;
  -webkit-text-fill-color: inherit;
}

.saas_two_banner_section .s2-banner_content .banner_btn a:hover:before,
.saas_two_feature_section .s2-feature_text .saas_btn a:hover:before,
.s2-pricing_section .s2-pricing_item .s2-pricing_btn a:hover:before {
  opacity: 1;
  right: 25px;
  visibility: visible;
}
.banner_btn a:hover:before,
.saas_btn a:hover:before,
.s2-pricing_btn a:hover:before {
  opacity: 1;
  right: 25px;
  visibility: visible;
}

.saas_two_banner_section .s2-banner_content .banner_btn a:hover:after,
.saas_two_feature_section .s2-feature_text .saas_btn a:hover:after,
.s2-pricing_section .s2-pricing_item .s2-pricing_btn a:hover:after {
  top: 0;
}

.banner_btn a:hover:after,
.saas_btn a:hover:after,
.s2-pricing_btn a:hover:after {
  top: 0;
}

/*---------------------------------------------------- */
/*Header area*/
/*----------------------------------------------------*/
.saas_two_main_header {
  width: 100%;
  z-index: 9;
  padding: 15px 0px;
  position: absolute;
  background-color: #fff;
  box-shadow: 0px 11px 68px 0px rgba(0, 0, 0, 0.14);
}

.saas_two_main_header .sign_up_btn {
  display: inline-block;
}

.saas_two_main_header .brand_logo {
  padding-top: 10px;
}

.saas_two_main_header .s2-main-navigation {
  display: inline-block;
  padding-top: 20px;
}

.saas_two_main_header .s2-main-navigation .navbar-nav {
  display: inherit;
}

.saas_two_main_header .s2-main-navigation .navbar-nav li {
  font-size: 15px;
  font-weight: 600;
  margin-right: 55px;
  font-family: "Poppins";
}

.saas_two_main_header .s2-main-navigation .navbar-nav li a {
  display: inline;
  position: relative;
  padding-bottom: 30px;
  transition: 0.3s all ease-in-out;
}

.saas_two_main_header .s2-main-navigation .navbar-nav li .active,
.saas_two_main_header .s2-main-navigation .navbar-nav li a:hover {
  color: #004d4d;
}

.saas_two_main_header .s2-main-navigation .navbar-nav li a:hover:before,
.saas_two_main_header .s2-main-navigation .navbar-nav li a.active:before {
  width: 100%;
}

.saas_two_main_header .s2-main-navigation .navbar-nav li a:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 0%;
  background-color: #004d4d;
  left: 2px;
  transition: 0.3s all ease-in-out;
  bottom: 25px;
}

.saas_two_main_header .s2-main-navigation .dropdown {
  position: relative;
}

.saas_two_main_header .s2-main-navigation .dropdown:after {
  content: "";
  position: absolute;
  right: -11px;
  top: 2px;
  transition: 0.3s all ease-in-out;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.saas_two_main_header .s2-main-navigation .dropdown:hover:after {
  color: #004d4d;
}

.saas_two_main_header .saas_sign_up_btn {
  height: 55px;
  width: 175px;
  float: right;
  line-height: 55px;
  border-radius: 30px;
  background-color: #004d4d;
}

.saas_two_main_header .saas_sign_up_btn a {
  color: #fff;
  font-weight: 600;
  padding-left: 15px;
  position: relative;
}

.saas_two_main_header .saas_sign_up_btn a:before {
  left: -5px;
  top: 4px;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  content: "";
  font-weight: 900;
  position: absolute;
  font-family: "Font Awesome 5 Free";
}

.saas_two_main_header .dropdown .dropdown-menu {
  top: 65px;
  left: 0;
  opacity: 0;
  z-index: 2;
  margin: 0px;
  padding: 0px;
  height: auto;
  width: 200px;
  display: block;
  border: none;
  padding: 10px 0px 0px;
  visibility: hidden;
  position: absolute;
  border-radius: 0;
  background-color: #fff;
  transition: all 0.4s ease-in-out;
  border-bottom: 2px solid #004d4d;
  box-shadow: 0 5px 10px 0 rgba(83, 82, 82, 0.1);
}

.saas_two_main_header .dropdown .dropdown-menu li {
  width: 100%;
  padding: 10px 15px;
  border-bottom: 1px solid #e5e5e5;
}

.saas_two_main_header .dropdown .dropdown-menu li a {
  color: #343434;
  font-size: 14px;
  padding: 10px 0px;
  position: relative;
  transition: 0.3s all ease-in-out;
}

.saas_two_main_header .dropdown .dropdown-menu li a:before {
  display: none;
}

.saas_two_main_header .dropdown .dropdown-menu li a:after {
  left: 0;
  top: 15px;
  width: 8px;
  height: 8px;
  content: "";
  position: absolute;
  border-radius: 100%;
  transform: scale(0);
  background-color: #004d4d;
  transition: 0.3s all ease-in-out;
}

.saas_two_main_header .dropdown .dropdown-menu li a:hover {
  padding-left: 15px;
}

.saas_two_main_header .dropdown .dropdown-menu li a:hover:after {
  transform: scale(1);
}

.saas_two_main_header .dropdown:hover .dropdown-menu {
  top: 50px;
  opacity: 1;
  visibility: visible;
}

.saas_2-menu-bg-overlay {
  background-color: #fff;
  animation-duration: 0.7s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  position: fixed;
  top: -90px;
  padding: 10px 0px;
  animation-timing-function: ease;
  transition: 0.3s all ease-in-out;
}

.saas_two_main_header.saas_2-menu-bg-overlay {
  z-index: 9;
  top: 0px;
  box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.8);
}

.saas_two_main_header.saas_2-menu-bg-overlay .dropdown:hover .dropdown-menu {
  top: 45px;
}

/*---------------------------------------------------- */
/*Banner area*/
/*----------------------------------------------------*/
@keyframes floatY {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes floatX {
  0% {
    transform: translateX(80%);
  }
  50% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(80%);
  }
}
.saas_two_banner_section {
  margin: 0 auto;
  max-width: 1920px;
  background-color: #fafafa;
  padding: 235px 0px 140px 0px;
  top: -25px;
}

.saas_two_banner_section:before {
  right: 0;
  width: 80%;
  content: "";
  top: -10px;
  height: 115%;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url(../img/saas-c/banner/b-shape1.png);
}

.saas_two_banner_section .s2-banner_content {
  position: relative;
  z-index: 1;
  max-width: 450px;
}

.saas_two_banner_section .s2-banner_content .s2-tilte_tag {
  padding: 5px 30px;
}

.saas_two_banner_section .s2-banner_content h1 {
  font-size: 55px;
  padding: 18px 0px 20px 0px;
}

.saas_two_banner_section .s2-banner_content p {
  font-size: 18px;
  padding-bottom: 35px;
}

.saas_two_banner_section .s2-banner_content .banner_btn a {
  height: 50px;
  width: 175px;
  text-align: center;
  line-height: 45px;
  border-radius: 50px;
  margin-right: 20px;
  font-weight: 700;
  color: #010101;
  font-family: "Poppins";
  display: inline-block;
  z-index: 1;
  border: 2px solid #004d4d;
}

.saas_two_banner_section .s2-banner_content .banner_btn a i {
  font-size: 20px;
  margin-right: 8px;
}

.saas_two_banner_section .s2-banner_content .banner_btn span {
  color: #6a6a6a;
  display: block;
  font-size: 14px;
  margin-top: 5px;
  margin-left: 10px;
}

.saas_two_banner_section .s2-banner_area .banner_mockup {
  position: absolute;
  top: -40px;
  right: -70px;
  z-index: 1;
}

.saas_two_banner_section .s2-banner_shape1 {
  left: 0;
  top: 85px;
}

.saas_two_banner_section .s2-banner_shape2 {
  top: 0;
  right: 0;
  animation: floatY 3s ease-in-out infinite;
}

.saas_two_banner_section .s2-banner_shape3 {
  top: 0;
  right: 50%;
  transform: translateX(80%);
  animation: floatX 10s ease-in-out infinite;
}

/*---------------------------------------------------- */
/*Service area*/
/*----------------------------------------------------*/
.saas_two_service_section {
  padding: 90px 0px 110px;
  background-color: #066;
}

.saas_two_service_section .service_content {
  padding-top: 70px;
}

.saas_two_service_section .service_content_box {
  border-radius: 10px;
  margin-bottom: 50px;
  padding: 25px 30px 30px 35px;
  z-index: 1;
  background-color: #fff;
  transition: 0.5s all ease-in-out;
  box-shadow: 0px 20px 81px 0px rgba(8, 0, 20, 0.14);
}

.saas_two_service_section .service_content_box:before {
  content: "";
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -3;
  border-radius: 10px;
  position: absolute;
  transition: 0.5s all ease-in-out;
  background-image: linear-gradient(45deg, #0cc5c5 32%, #004d4d 100%);
}

.saas_two_service_section .service_content_box:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  border-radius: 10px;
  background-color: #fff;
}

.saas_two_service_section .service_content_box:hover {
  transform: translate(-7px, -7px);
  box-shadow: 0px 20px 81px 0px rgba(0, 77, 77, 0.3);
}

.saas_two_service_section .service_content_box:hover:before {
  transform: translate(7px, 7px);
}

.saas_two_service_section .service_content_box .service_icon_box {
  width: 60px;
  margin-bottom: 0;
}

.saas_two_service_section .service_content_box .service_icon_box .upper_icon svg {
  height: 48px;
  width: 48px;
  fill: #004d4d;
}

.saas_two_service_section .service_content_box .service_icon_box .upper_icon i {
  font-size: 58px;
  color: #004d4d;
}

.saas_two_service_section .service_content_box .service_icon_box .lower_icon {
  position: absolute;
  top: 10px;
  z-index: -1;
  right: 0;
}

.saas_two_service_section .service_content_box .service_icon_box .lower_icon svg {
  width: 45px;
  height: 45px;
  fill: #0cc5c5;
}

.saas_two_service_section .service_content_box .service_text_box h3 {
  color: #010101;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 15px;
}

.saas_two_service_section .service_content_box .service_text_box p {
  line-height: 1.5;
  color: #666666;
}

/*---------------------------------------------------- */
/*Service area*/
/*----------------------------------------------------*/
.saas_two_about_section {
  padding: 70px 0px;
  background-color: #ebedf2;
}

.saas_two_about_section:before {
  content: "";
  position: absolute;
  top: 0;
  right: -400px;
  height: 100%;
  width: 800px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/saas-c/banner/abshape.png);
}

.saas_two_about_section:after {
  content: "";
  height: 600px;
  width: 600px;
  right: -380px;
  top: 285px;
  border-radius: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url(../img/saas-c/banner/abshape2.png);
}

.saas_two_about_section .about_content_s2 {
  padding: 50px 70px 50px 110px;
}

.saas_two_about_section .s2-about_text_icon {
  padding-top: 35px;
}

.saas_two_about_section .s2-about_text_icon .s2-about_icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  padding-top: 15px;
  border-radius: 100%;
  margin-bottom: 16px;
  background-color: #004d4d;
}

.saas_two_about_section .s2-about_text_icon .s2-about_icon svg {
  fill: #fff;
  width: 40px;
  height: 40px;
}

.saas_two_about_section .s2-about_text_icon .s2-about_text h3 {
  font-size: 36px;
  line-height: 1.278;
  padding-bottom: 15px;
}

/*---------------------------------------------------- */
/*Feature area*/
/*----------------------------------------------------*/
.saas_two_feature_section {
  padding: 105px 0px 85px;
}

.saas_two_feature_section .s2-feature_text {
  max-width: 520px;
  padding: 40px 0 0 50px;
}

.saas_two_feature_section .s2-feature_text h2 {
  font-size: 40px;
  line-height: 1.25;
  padding: 15px 0px 15px;
}

.saas_two_feature_section .s2-feature_text p {
  padding-bottom: 43px;
}

.saas_two_feature_section .s2-feature_text .saas_btn a {
  padding: 10px 25px 10px 25px;
}

.saas_two_feature_section .s2-feature_text .saas_btn a i {
  font-size: 20px;
  margin-right: 5px;
}

.saas_two_feature_section .s2-feature_right {
  padding-left: 35px;
}

.saas_two_feature_section .s2-feature_right .s2-feature_list {
  margin-bottom: 10px;
  padding: 22px 32px 20px;
  border-radius: 10px;
  display: inline-block;
  transition: 0.4s all ease-in-out;
  position: relative;
}

.saas_two_feature_section .s2-feature_right .s2-feature_list:before {
  position: absolute;
  content: "";
  height: 0px;
  width: 5px;
  left: 0;
  top: 50%;
  border-radius: 50px;
  transform: translateY(-50%);
  transition: 0.3s all ease-in-out;
}

.saas_two_feature_section .s2-feature_right .s2-feature_list:hover:before {
  height: 60px;
}

.saas_two_feature_section .s2-feature_right .s2-feature_list .s2-feature_icon {
  width: 95px;
  float: left;
  height: 95px;
  border-radius: 100%;
  line-height: 105px;
  margin-right: 30px;
}

.saas_two_feature_section .s2-feature_right .s2-feature_list .s2-feature_icon:after {
  left: 0;
  right: 0;
  top: 5px;
  width: 90%;
  height: 90%;
  content: "";
  margin: 0 auto;
  position: absolute;
  border: 5px solid #fff;
  border-radius: 100%;
}

.saas_two_feature_section .s2-feature_right .s2-feature_list .s2-feature_icon i {
  font-size: 30px;
}

.saas_two_feature_section .s2-feature_right .s2-feature_list .s2-feature_text_box {
  max-width: 310px;
  display: inline-block;
}

.saas_two_feature_section .s2-feature_right .s2-feature_list .s2-feature_text_box h3 {
  color: #010101;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 15px;
}

.saas_two_feature_section .s2-feature_right .s2-feature_list:hover {
  margin-left: 30px;
  box-shadow: 0px 3px 43px 0px rgba(0, 0, 0, 0.13);
}

.saas_two_feature_section .s2-feature_right .s2-feature_list:nth-child(1) .s2-feature_icon {
  background-color: #d9f3de;
}

.saas_two_feature_section .s2-feature_right .s2-feature_list:nth-child(1) .s2-feature_icon i {
  color: #049507;
}

.saas_two_feature_section .s2-feature_right .s2-feature_list:nth-child(1):before {
  background-color: #049507;
}

.saas_two_feature_section .s2-feature_right .s2-feature_list:nth-child(2) .s2-feature_icon {
  background-color: #e1e1f5;
}

.saas_two_feature_section .s2-feature_right .s2-feature_list:nth-child(2) .s2-feature_icon i {
  color: #004d4d;
}

.saas_two_feature_section .s2-feature_right .s2-feature_list:nth-child(2):before {
  background-color: #004d4d;
}

.saas_two_feature_section .s2-feature_right .s2-feature_list:nth-child(3) .s2-feature_icon {
  background-color: #ebdcf4;
}

.saas_two_feature_section .s2-feature_right .s2-feature_list:nth-child(3) .s2-feature_icon i {
  color: #d912dc;
}

.saas_two_feature_section .s2-feature_right .s2-feature_list:nth-child(3):before {
  background-color: #d912dc;
}

.saas_two_feature_section .s2-feature_right .s2-feature_list:nth-child(4) .s2-feature_icon {
  background-color: #ebdcf4;
}

.saas_two_feature_section .s2-feature_right .s2-feature_list:nth-child(4) .s2-feature_icon i {
  color: #8c2023;
}

.saas_two_feature_section .s2-feature_right .s2-feature_list:nth-child(4):before {
  background-color: #8c2023;
}

.saas_two_feature_section .s2-feature_right .s2-feature_list:nth-child(5) .s2-feature_icon {
  background-color: #ebdcf4;
}

.saas_two_feature_section .s2-feature_right .s2-feature_list:nth-child(5) .s2-feature_icon i {
  color: #05e3e3;
}

.saas_two_feature_section .s2-feature_right .s2-feature_list:nth-child(5):before {
  background-color: #05e3e3;
}

/*---------------------------------------------------- */
/*Intergation area*/
/*----------------------------------------------------*/
.integration_section {
  background-color: #f0f2f7;
  padding: 120px 0px 55px;
}

.integration_section .integration_img {
  padding-top: 10px;
}

.integration_section .integration_text {
  padding-right: 50px;
}

.integration_section .integration_text h2 {
  font-size: 40px;
  line-height: 1.25;
  padding: 15px 0px 20px;
}

.integration_section .integration_text p {
  color: #666666;
  padding-bottom: 18px;
}

/*---------------------------------------------------- */
/*Team area*/
/*----------------------------------------------------*/
.saas_two_team_section {
  padding: 118px 0px;
}

.saas_two_team_section .s2-team_membar {
  padding-top: 130px;
}

.saas_two_team_section .s2-team_img_text {
  width: 100%;
  border-radius: 10px;
  display: inline-block;
  padding: 70px 15px 20px;
  transition: 0.4s all ease-in-out;
  box-shadow: 0px 12px 43px 0px rgba(0, 0, 0, 0.13);
}

.saas_two_team_section .s2-team_img_text:hover {
  box-shadow: 0px 23px 43px 0px rgba(0, 0, 0, 0.26);
}

.saas_two_team_section .s2-team_img_text:hover .s2_tean_img:before,
.saas_two_team_section .s2-team_img_text:hover .s2_tean_img:after {
  opacity: 1;
  visibility: visible;
}

.saas_two_team_section .s2-team_img_text .s2_tean_img {
  width: 130px;
  height: 130px;
  overflow: hidden;
  border-radius: 100%;
  position: absolute;
  top: -75px;
  left: 15px;
}

.saas_two_team_section .s2-team_img_text .s2_tean_img:before,
.saas_two_team_section .s2-team_img_text .s2_tean_img:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  border-radius: 100%;
  border: 3px solid #0cc5c5;
  z-index: 1;
  transition: 0.3s all ease-in-out;
}

.saas_two_team_section .s2-team_img_text .s2_tean_img:after {
  height: 95%;
  width: 95%;
  top: 50%;
  right: 0;
  margin: 0 auto;
  border: 3px solid #fff;
  transform: translateY(-50%);
}

.saas_two_team_section .s2-team_img_text .s2_name_info {
  float: left;
}

.saas_two_team_section .s2-team_img_text .s2_name_info h3 {
  font-size: 22px;
  padding-bottom: 5px;
}

.saas_two_team_section .s2-team_img_text .s2_name_info .s2-designation {
  font-size: 15px;
  font-weight: 500;
  color: #004d4d;
}

.saas_two_team_section .s2-team_img_text .s2_name_info .s2_mem_contact {
  padding-top: 25px;
}

.saas_two_team_section .s2-team_img_text .s2_name_info .s2_mem_contact span {
  font-size: 15px;
  color: #737272;
  display: block;
  margin-bottom: 5px;
}

.saas_two_team_section .s2-team_img_text .s2_name_info .s2_mem_contact span i {
  color: #0cc5c5;
  margin-right: 8px;
}

.saas_two_team_section .s2-team_img_text .s2-mem_social {
  bottom: 30px;
  right: 15px;
  position: absolute;
}

.saas_two_team_section .s2-team_img_text .s2-mem_social ul {
  opacity: 0;
  margin-bottom: 15px;
  font-size: 14px;
  padding-top: 10px;
  visibility: hidden;
  position: relative;
  top: -50px;
  transition: 0.3s all ease-in-out;
}

.saas_two_team_section .s2-team_img_text .s2-mem_social li {
  color: #fff;
  text-align: center;
  margin-top: 15px;
  transition: 0.3s all ease-in-out;
}

.saas_two_team_section .s2-team_img_text .s2-mem_social li:hover {
  transform: translateX(5px);
}

.saas_two_team_section .s2-team_img_text .s2-mem_social .s2-share_btn {
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 100%;
  transition: 0.3s all ease-in-out;
  background-color: #004d4d;
}

.saas_two_team_section .s2-team_img_text .s2-mem_social .s2-share_btn i {
  color: #fff;
}

.saas_two_team_section .s2-team_img_text .s2-mem_social:after {
  bottom: 20px;
  z-index: -1;
  content: "";
  width: 50px;
  height: 0%;
  opacity: 0;
  border-radius: 35px;
  position: absolute;
  visibility: hidden;
  background-color: #004d4d;
  transition: 0.5s all ease-in-out;
}

.saas_two_team_section .s2-team_img_text:hover .s2-mem_social:after {
  height: 100%;
  bottom: 0px;
  opacity: 1;
  visibility: visible;
}

.saas_two_team_section .s2-team_img_text:hover .s2-share_btn {
  background-color: #0cc5c5;
}

.saas_two_team_section .s2-team_img_text:hover ul {
  top: 0;
  transition-delay: 0.5s;
  opacity: 1;
  visibility: visible;
}

#s2_team_slide .owl-stage-outer {
  overflow: visible;
}

#s2_team_slide .owl-item {
  opacity: 0;
  transition: opacity 500ms;
}

#s2_team_slide .owl-item.active {
  opacity: 1;
}

#s2_team_slide .owl-nav {
  text-align: center;
  display: table;
  margin: 35px auto 0;
  padding-top: 3px;
  border-radius: 20px;
  background-color: #0beded61;
}

#s2_team_slide .owl-nav .owl-next,
#s2_team_slide .owl-nav .owl-prev {
  margin: 0px 10px;
  font-size: 22px;
  line-height: 10px;
  display: inline-block;
}

#s2_team_slide .owl-nav .owl-next i,
#s2_team_slide .owl-nav .owl-prev i {
  color: #fff;
  transition: 0.3s all ease-in-out;
}

#s2_team_slide .owl-nav .owl-next i:hover,
#s2_team_slide .owl-nav .owl-prev i:hover {
  color: #004d4d;
}

/*---------------------------------------------------- */
/* Faq area*/
/*----------------------------------------------------*/
.s2-faq_section {
  z-index: 1;
  padding: 115px 0px 85px;
  background-color: #ebedf2;
}

.s2-faq_section:after {
  top: 0;
  width: 100%;
  content: "";
  height: 100%;
  z-index: -1;
  position: absolute;
  background-image: url(../img/saas-c/banner/fbg.png);
}

.s2-faq_section .s2_faq_content {
  padding-top: 80px;
}

.s2-faq_section .s2_faq_content button {
  border: none;
  color: #010101;
  font-size: 19px;
  font-weight: 700;
  font-family: "Poppins";
  padding: 0px 0px 20px;
  position: relative;
  width: 100%;
  text-align: left;
  background-color: transparent;
}

.s2-faq_section .s2_faq_content button:after {
  top: 5px;
  right: 0;
  color: #004d4d;
  font-size: 14px;
  content: "";
  font-weight: 900;
  position: absolute;
  font-family: "Font Awesome 5 Free";
}

.s2-faq_section .s2_faq_content .collapsed:after {
  content: "";
}

.s2-faq_section .s2_faq_content .s2_faq {
  padding-bottom: 10px;
}

.s2-faq_section .s2_faq_content .s2_faq .s2_faq-body {
  padding-bottom: 30px;
  text-align: justify;
  max-width: 530px;
  color: #383838;
  line-height: 1.625;
}

/*---------------------------------------------------- */
/* Pricing area*/
/*----------------------------------------------------*/
@keyframes flying {
  0% {
    transform: translate(2px, 2px);
  }
  50% {
    transform: translate(-2px, -2px);
  }
  100% {
    transform: translate(2px, 2px);
  }
}
.s2-pricing_section {
  padding: 120px 0px 100px;
}

.s2-pricing_section .s2-pricing_content {
  padding-top: 80px;
}

.s2-pricing_section .s2-pricing_item {
  margin: 0 auto;
  overflow: hidden;
  max-width: 330px;
  border-radius: 15px;
  transition: 0.4s all ease-in-out;
  box-shadow: 0px 23px 43px 0px rgba(0, 0, 0, 0.13);
}

.s2-pricing_section .s2-pricing_item .s2-pricing_price {
  background-color: #818181;
  padding: 40px 50px 25px;
  margin-bottom: 25px;
  z-index: 1;
}

.s2-pricing_section .s2-pricing_item .s2-pricing_price .pricing_icon {
  height: 65px;
  width: 60px;
  margin-right: 25px;
  border-radius: 8px;
  background-color: #fff;
  padding-top: 12px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.s2-pricing_section .s2-pricing_item .s2-pricing_price .pricing_icon svg {
  height: 40px;
  width: 40px;
  fill: #000;
}

.s2-pricing_section .s2-pricing_item .s2-pricing_price .pricing_icon:after {
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: visible;
  position: absolute;
  border-radius: 8px;
  transform: scale(0.5);
  transition: 0.4s all ease-in-out;
  background-image: linear-gradient(-45deg, #0cc5c5 32%, #004d4d 100%);
}

.s2-pricing_section .s2-pricing_item .s2-pricing_price .s2-pricing_text {
  font-family: "Poppins";
  color: #fff;
}

.s2-pricing_section .s2-pricing_item .s2-pricing_price .s2-pricing_text span {
  font-size: 20px;
  font-weight: 600;
  display: block;
}

.s2-pricing_section .s2-pricing_item .s2-pricing_price .s2-pricing_text strong {
  font-size: 50px;
  line-height: 1;
  font-weight: 700;
}

.s2-pricing_section .s2-pricing_item .s2-pricing_price .s2-icon_bg {
  position: absolute;
  right: 20px;
  top: 40px;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: 0.5s all ease-in-out;
  animation: flying 1.5s linear infinite;
}

.s2-pricing_section .s2-pricing_item .s2-pricing_price .s2-icon_bg svg {
  height: 80px;
  width: 80px;
  fill: #aaaaaa;
}

.s2-pricing_section .s2-pricing_item .s2-pricing_list li {
  border-bottom: 1px solid #e6e8e9;
  padding: 18px 25px 16px 45px;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 14px;
}

.s2-pricing_section .s2-pricing_item .s2-pricing_list li:last-child {
  border: none;
  padding-bottom: 0;
}

.s2-pricing_section .s2-pricing_item .s2-pricing_list .s2-checked,
.s2-pricing_section .s2-pricing_item .s2-pricing_list .s2-unchecked {
  width: 22px;
  height: 22px;
  margin-right: 10px;
  border-radius: 100%;
  line-height: 22px;
  position: relative;
  box-shadow: 0px 6px 18px 0px rgba(0, 77, 77, 0.5);
  background-image: linear-gradient(0deg, #0cc5c5 1%, #004d4d 53%, #0cc5c5 100%);
}

.s2-pricing_section .s2-pricing_item .s2-pricing_list .s2-checked:before,
.s2-pricing_section .s2-pricing_item .s2-pricing_list .s2-unchecked:before {
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 12px;
  content: "";
  font-weight: 900;
  text-align: center;
  position: absolute;
  font-family: "Font Awesome 5 Free";
}

.s2-pricing_section .s2-pricing_item .s2-pricing_list .s2-checked i,
.s2-pricing_section .s2-pricing_item .s2-pricing_list .s2-unchecked i {
  color: #fff;
  font-size: 12px;
}

.s2-pricing_section .s2-pricing_item .s2-pricing_list .s2-unchecked {
  background-color: #ff0000;
  background-image: none;
  box-shadow: none;
}

.s2-pricing_section .s2-pricing_item .s2-pricing_list .s2-unchecked:before {
  content: "";
}

.s2-pricing_section .s2-pricing_item .s2-pricing_btn {
  padding: 25px 0px;
  text-align: center;
  margin-top: 8px;
}

.s2-pricing_section .s2-pricing_item .s2-pricing_btn a {
  height: 45px;
  width: 160px;
  text-align: center;
  line-height: 40px;
  border-radius: 50px;
  margin-right: 20px;
  font-weight: 700;
  color: #010101;
  font-family: "Poppins";
  display: inline-block;
  border: 2px solid #004d4d;
}

.s2-pricing_section .s2-pricing_item .s2-pricing_btn a i {
  font-size: 20px;
  margin-right: 8px;
}

.s2-pricing_section .s2-pricing_item:hover {
  box-shadow: 0px 23px 43px 0px rgba(0, 0, 0, 0.26);
}

.s2-pricing_section .s2-pricing_item:hover .s2-icon_bg {
  opacity: 1;
  top: 30px;
  right: 15px;
  visibility: visible;
  transition-delay: 0.2s;
}

.s2-pricing_section .s2-pricing_item:hover .pricing_icon:after {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.s2-pricing_section .s2-pricing_item:hover .pricing_icon svg {
  fill: #fff;
}

/*---------------------------------------------------- */
/* Footer area*/
/*----------------------------------------------------*/
.saas_two_footer_section {
  z-index:1;
  margin-top: 20px;
  padding: 0px 0px 65px;
}

.saas_two_footer_section:before {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/saas-c/banner/fobg.png);
}

.saas_two_footer_section .s2-newslatter_section {
  top: -112px;
  margin: 0 auto;
  max-width: 1170px;
  position: relative;
  border-radius: 20px;
  padding: 45px 0px 60px;
  background-color: #004d4d;
  box-shadow: 0px 0px 16px 0px rgba(27, 2, 52, 0.34);
}

.saas_two_footer_section .s2-newslatter_section .s2-newslatter_title h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 10px;
}

.saas_two_footer_section .s2-newslatter_section .s2-newslatter_title p {
  font-family: "Poppins";
  color: #fff;
}

.saas_two_footer_section .s2-newslatter_section .s2-newslatter-form {
  max-width: 660px;
  margin: 30px auto 0;
}

.saas_two_footer_section .s2-newslatter_section .s2-newslatter-form .nws-button {
  top: 0;
  right: 0;
}

.saas_two_footer_section .s2-newslatter_section .s2-newslatter-form input {
  height: 62px;
  width: 100%;
  border: none;
  max-width: 490px;
  padding-left: 30px;
  border-radius: 5px;
}

.saas_two_footer_section .s2-newslatter_section .s2-newslatter-form button {
  border: none;
  height: 62px;
  width: 155px;
  color: #fff;
  border-radius: 5px;
  background-color: #7d0202;
  position: absolute;
  top: 0;
  right: 0;
}

.saas_two_footer_section .s2-newslatter_section .newsletter_pattern_1 {
  top: -25px;
  left: 80px;
  z-index: 1;
  position: absolute;
}

.saas_two_footer_section .s2_footer_widget {
  font-family: "Poppins";
  font-size: 14px;
}

.saas_two_footer_section .s2_footer_widget .s2-footer_logo {
  margin-bottom: 25px;
}

.saas_two_footer_section .s2_footer_widget .footer_about {
  color: #fff;
  max-width: 235px;
  margin-bottom: 20px;
  line-height: 1.714;
}

.saas_two_footer_section .s2_footer_widget p {
  color: #fff;
}

.saas_two_footer_section .s2_footer_widget .s2_footer_about p {
  width: 165px;
  margin-top: 8px;
  line-height: 1.714;
}

.saas_two_footer_section .s2_footer_widget .s2_footer_about span {
  color: #004d4d;
  font-weight: 700;
  margin-bottom: 8px;
}

.saas_two_footer_section .s2_footer_widget .s2_footer_menu {
  max-width: 340px;
}

.saas_two_footer_section .s2_footer_widget .s2_footer_menu li {
  width: 50%;
  float: left;
  max-width: 320px;
  margin-bottom: 18px;
}

.saas_two_footer_section .s2_footer_widget .s2_footer_menu li a {
  color: #fff;
  margin-left: 15px;
  position: relative;
  transition: 0.3s all ease-in-out;
}

.saas_two_footer_section .s2_footer_widget .s2_footer_menu li a:before {
  top: 0;
  top: 0;
  left: -15px;
  color: #fff;
  font-size: 12px;
  content: "";
  font-weight: 900;
  position: absolute;
  transition: 0.3s all ease-in-out;
  font-family: "Font Awesome 5 Free";
}

.saas_two_footer_section .s2_footer_widget .s2_footer_menu li a:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 0%;
  left: 0px;
  bottom: 0;
  transition: 0.3s all ease-in-out;
  background-color: #004d4d;
}

.saas_two_footer_section .s2_footer_widget .s2_footer_menu li a:hover {
  margin-left: 25px;
  color: #004d4d;
}

.saas_two_footer_section .s2_footer_widget .s2_footer_menu li a:hover:before {
  color: #004d4d;
}

.saas_two_footer_section .s2_footer_widget .s2_footer_menu li a:hover:after {
  width: 100%;
}

.saas_two_footer_section .s2_footer_widget .s2_widget_title {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding-bottom: 35px;
}

.saas_two_footer_section .s2_footer_widget .s2_widget_title span {
  display: inline-block;
  margin-right: 20px;
}

.saas_two_footer_section .s2_footer_widget .s2_widget_title i {
  width: 100%;
  height: 1.1px;
  position: relative;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.2);
}

.saas_two_footer_section .s2_footer_widget .s2_footer_social a {
  height: 30px;
  width: 30px;
  border-radius: 100%;
  background-color: #fff;
  line-height: 30px;
  text-align: center;
  margin-right: 5px;
  display: inline-block;
  transition: 0.3s all ease-in-out;
}

.saas_two_footer_section .s2_footer_widget .s2_footer_social a:hover {
  transform: scale(1.1);
}

.saas_two_footer_section .s2_footer_widget .s2_footer_social form {
  margin: 18px 0px 30px;
  position: relative;
}

.saas_two_footer_section .s2_footer_widget .s2_footer_social form input {
  height: 45px;
  background-color: #0cc5c5;
  border: none;
  width: 100%;
  padding-left: 30px;
}

.saas_two_footer_section .s2_footer_widget .s2_footer_social form button {
  color: #fff;
  width: 62px;
  border: none;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-color: #004d4d;
}

.saas_two_footer_section .s2_footer_widget .s2_footer_social .fb-bg {
  color: #16599b;
}

.saas_two_footer_section .s2_footer_widget .s2_footer_social .tw-bg {
  color: #004d4d;
}

.saas_two_footer_section .s2_footer_widget .s2_footer_social .dr-bg {
  color: #7d0202;
}

.saas_two_footer_section .s2_footer_widget .s2_footer_social .bh-bg {
  color: #0067ff;
}

.s2-copyright {
  color: #fff;
  padding: 18px 0px;
  font-size: 14px;
  font-family: "Poppins";
  background-color: #7d0202;
}

.s2-copyright a {
  color: #004d4d;
}

@keyframes slide {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 1920px 0;
  }
}
.cloud_anim {
  position: absolute;
  left: 0px;
  top: 50px;
  right: 0px;
  max-width: 1170px;
  width: 100%;
  height: 100%;
  z-index: 0;
  margin: 0 auto;
}

.newsletter_pattern_2 {
  width: 100%;
  height: 46px;
  background-repeat: no-repeat;
  left: 0px;
  top: 50px;
  animation: slide 60s linear infinite;
  -webkit-animation: slide 60s linear infinite;
}

.newsletter_pattern_3 {
  width: 100%;
  height: 46px;
  background-repeat: no-repeat;
  left: 100px;
  top: 70px;
  animation: slide 50s linear infinite;
  -webkit-animation: slide 50s linear infinite;
}

.newsletter_pattern_4 {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 150px;
  width: 150px;
  background-size: cover;
  transform: rotate(90deg);
  background-repeat: no-repeat;
}

.newsletter_pattern_5 {
  position: absolute;
  right: 0;
  height: 90%;
  width: 200px;
  top: 28px;
}

/*---------------------------------------------------- */
/* Footer area*/
/*----------------------------------------------------*/
.s2-mobile_menu_content {
  top: 0px;
  bottom: 0;
  right: -350px;
  height: 100vh;
  z-index: 101;
  position: fixed;
  width: 280px;
  overflow-y: scroll;
  background-color: #fff;
  padding: 40px 0px;
  box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
  transition: all 0.5s ease-in;
}

.s2-mobile_menu_content .s2-mobile-main-navigation {
  width: 100%;
}

.s2-mobile_menu_content .s2-mobile-main-navigation .navbar-nav {
  width: 100%;
}

.s2-mobile_menu_content .navbar-nav .dropdown-menu {
  position: static !important;
  transform: none !important;
}

.s2-mobile_menu_content .s2-mobile-main-navigation .navbar-nav li {
  width: 100%;
  display: block;
  transition: 0.3s all ease-in-out;
  border-bottom: 1px solid #dcdcdc;
}

.s2-mobile_menu_content .s2-mobile-main-navigation .navbar-nav li:first-child {
  border-top: 1px solid #dcdcdc;
}

.s2-mobile_menu_content .s2-mobile-main-navigation .navbar-nav li a {
  color: #000;
  padding: 0;
  width: 100%;
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding: 5px 30px;
  text-transform: uppercase;
}

.s2-mobile_menu_content .m-brand-logo {
  width: 160px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.s2-mobile_menu_wrap.mobile_menu_on .s2-mobile_menu_content {
  right: 0px;
  transition: all 0.7s ease-out;
}

.mobile_menu_overlay {
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  right: 0%;
  height: 120vh;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.9);
  transition: all 0.5s ease-in-out;
}

.mobile_menu_overlay_on {
  overflow: hidden;
}

.s2-mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
  opacity: 1;
  visibility: visible;
}

.s2-mobile_menu_button {
  position: absolute;
  display: none;
  right: 0;
  cursor: pointer;
  line-height: 40px;
  color: #004d4d;
  text-align: center;
  font-size: 30px;
  top: -40px;
  z-index: 5;
}

.s2-mobile_menu .s2-mobile-main-navigation .navbar-nav li a:after {
  display: none;
}

.s2-mobile_menu .s2-mobile-main-navigation .dropdown > .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.s2-mobile_menu .s2-mobile_menu_content .s2-mobile-main-navigation .navbar-nav .dropdown-menu {
  border: none;
  display: none;
  transition: none;
  box-shadow: none;
  padding: 5px 0px;
  width: 100%;
  border-top: 1px solid #dcdcdc;
}

.s2-mobile_menu .s2-mobile_menu_content .s2-mobile-main-navigation .navbar-nav .dropdown-menu li {
  border: none;
  padding: 0 20px;
  line-height: 1;
}

.s2-mobile_menu .dropdown {
  position: relative;
}

.s2-mobile_menu .dropdown .dropdown-btn {
  position: absolute;
  top: 0px;
  right: 0;
  height: 30px;
  padding: 5px 10px;
}

.s2-mobile_menu .dropdown .dropdown-btn:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  top: 0;
  left: 0;
  background-color: #dcdcdc;
}

.s2-mobile_menu .s2-mobile_menu_close {
  color: #d60606;
  cursor: pointer;
  top: 15px;
  left: 15px;
  font-size: 20px;
  position: absolute;
}

/*---------------------------------------------------- */
/* Responsive area*/
/*----------------------------------------------------*/
@media screen and (max-width: 1140px) {
  .saas_two_footer_section .s2-newslatter_section {
    top: 0;
    max-width: inherit;
    margin-bottom: 50px;
  }

  .saas_two_footer_section {
    overflow: hidden;
    margin-top: 0;
    padding: 25px 0px 65px;
  }

  .saas_two_footer_section:before {
    height: 75%;
    top: auto;
    bottom: 0;
  }
}
@media screen and (max-width: 1120px) {
  .saas_two_feature_section .s2-feature_right {
    padding-left: 0;
  }

  .saas_two_feature_section .s2-feature_right .s2-feature_list .s2-feature_icon {
    margin-right: 10px;
  }
}
@media screen and (max-width: 1110px) {
  .saas_two_main_header .s2-main-navigation .navbar-nav li {
    margin-right: 25px;
  }

  .saas_two_banner_section .s2-banner_area .banner_mockup {
    max-width: 630px;
    top: 30px;
  }
}
@media screen and (max-width: 1015px) {
  .saas_two_main_header .s2-main-navigation .navbar-nav li {
    margin-right: 25px;
  }

  .saas_two_banner_section .s2-banner_area .banner_mockup {
    max-width: 630px;
    top: 30px;
  }

  .saas_two_feature_section .s2-feature_right .s2-feature_list {
    padding: 22px 20px 20px;
  }
}
@media screen and (max-width: 991px) {
  .saas_two_banner_section:before {
    width: 100%;
    top: 0;
    height: 100%;
  }

  .saas_two_banner_section {
    padding-bottom: 0;
    z-index: 1;
  }

  .saas_two_banner_section .s2-banner_shape1 {
    z-index: -1;
  }

  .saas_two_banner_section .s2-banner_area .banner_mockup {
    position: static;
    margin: 0 auto;
  }

  .saas_two_banner_section .s2-banner_content {
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 50px;
  }

  .about_content_s2 {
    max-width: 750px;
    margin: 0 auto;
  }

  .saas_two_main_header .s2-main-navigation {
    display: none;
  }

  .saas_two_banner_section .s2-banner_shape3 {
    top: 60px;
  }

  .saas_two_footer_section .s2-newslatter_section .newsletter_pattern_1 {
    display: none;
  }

  .saas_two_footer_section:before {
    background-size: cover;
    background-repeat: no-repeat;
  }

  .newsletter_pattern_4 {
    display: none;
  }

  .newsletter_pattern_5 {
    display: none;
  }

  .saas_two_footer_section {
    background-color: #1b0234;
  }

  .saas_two_footer_section .s2_footer_widget {
    margin-bottom: 30px;
  }

  .saas_two_footer_section .s2_footer_widget .s2_widget_title {
    padding-bottom: 20px;
  }

  .s2-mobile_menu_button {
    display: block;
  }

  .saas_two_main_header .saas_sign_up_btn {
    position: absolute;
    top: 3px;
    right: 70px;
    height: 40px;
    width: 120px;
    line-height: 40px;
  }

  .saas_two_main_header .saas_sign_up_btn a {
    padding-left: 0;
  }

  .saas_two_main_header .saas_sign_up_btn a:before {
    display: none;
  }

  .saas_two_about_section .about_content_s2 {
    padding: 30px 50px 30px 50px;
  }

  .saas_two_feature_section .s2-feature_right {
    padding-left: 0;
    margin-top: 40px;
  }

  .s2-pricing_section .s2-pricing_item {
    margin-bottom: 40px;
  }

  .saas_two_footer_section {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .saas_two_main_header .saas_sign_up_btn {
    top: -40px;
  }

  .saas_two_main_header.saas_2-menu-bg-overlay .saas_sign_up_btn {
    top: -42px;
  }

  .saas_two_service_section .service_content_box {
    max-width: 370px;
    margin: 0 auto;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 480px) {
  .saas_two_banner_section {
    padding-top: 180px;
  }

  .saas_two_banner_section .s2-banner_content h1 {
    font-size: 45px;
  }

  .saas_two_banner_section .s2-banner_content .banner_btn a {
    height: 40px;
    width: 140px;
    margin-right: 10px;
    line-height: 36px;
  }

  .saas_two_banner_section .s2-banner_content .banner_btn a i {
    font-size: 16px;
    margin-right: 5px;
  }

  .saas_two_banner_section .s2-banner_content {
    padding-bottom: 30px;
  }

  .saas_two_service_section {
    padding: 60px 0px;
  }

  .saas_two_about_section {
    padding: 60px 0px 30px;
  }

  .saas_two_about_section .about_content_s2 {
    padding: 20px 25px 20px 25px;
  }

  .saas_two_about_section:before {
    display: none;
  }

  .saas_two_about_section .s2-about_text_icon {
    padding-top: 0;
    margin-bottom: 30px;
  }

  .s2-about_img {
    margin-bottom: 30px;
  }

  .saas_two_feature_section {
    padding: 60px 0px 25px;
  }

  .saas_two_feature_section .s2-feature_right .s2-feature_list .s2-feature_icon {
    margin: 0 auto;
    float: none;
    margin-bottom: 20px;
  }

  .saas_two_feature_section .s2-feature_right .s2-feature_list .s2-feature_text_box {
    text-align: center;
    max-width: 100%;
  }

  .saas_two_team_section {
    padding: 60px 0px;
  }

  .s2-faq_section .s2_faq_content button {
    padding-right: 20px;
  }

  .s2-faq_section {
    padding: 60px 0px 25px;
  }

  .s2-pricing_section {
    padding: 60px 0 40px;
  }

  .saas_two_section_title h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 420px) {
  .saas_two_section_title h2 {
    font-size: 30px;
  }

  .saas_two_service_section .service_content {
    padding-top: 40px;
  }

  .saas_two_about_section .s2-about_text_icon .s2-about_text h3 {
    font-size: 30px;
  }

  .saas_two_about_section .s2-about_text_icon {
    margin-bottom: 15px;
  }

  .saas_two_feature_section .s2-feature_text h2 {
    font-size: 30px;
  }

  .saas_two_feature_section .s2-feature_text {
    padding: 20px 0 0 0px;
  }

  .saas_two_feature_section .s2-feature_text p {
    padding-bottom: 25px;
  }

  .integration_section .integration_text {
    padding-right: 0;
  }

  .integration_section .integration_text h2 {
    font-size: 30px;
  }

  .s2-faq_section .s2_faq_content {
    padding-top: 40px;
  }

  .s2-pricing_section .s2-pricing_content {
    padding-top: 40px;
  }

  .saas_two_footer_section {
    padding-bottom: 30px;
  }

  .saas_two_footer_section .s2-newslatter_section .s2-newslatter-form button {
    width: 100px;
  }

  .s2-pricing_section .s2-pricing_item .s2-pricing_list li {
    padding: 18px 20px 16px 20px;
  }

  .s2-pricing_section .s2-pricing_item .s2-pricing_price .s2-pricing_text strong {
    font-size: 40px;
  }

  .scrollup {
    width: 40px;
    height: 40px;
    right: 10px;
    line-height: 40px;
  }

  .saas_two_feature_section .s2-feature_right .s2-feature_list:hover {
    margin-left: 0;
  }

  .saas_two_main_header .saas_sign_up_btn {
    right: 55px;
  }
}
@media screen and (max-width: 380px) {
  .saas_two_banner_section .s2-banner_content h1 {
    font-size: 36px;
  }

  .saas_two_about_section .s2-about_text_icon .s2-about_text h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 320px) {
  .saas_two_banner_section .s2-banner_content h1 {
    font-size: 34px;
  }

  .saas_two_section_title h2 {
    font-size: 26px;
  }

  .saas_two_about_section .s2-about_text_icon .s2-about_text h3 {
    font-size: 24px;
  }
}
/*---------------------------------------------------- */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
.str-team-section .str-team-member-item {
  padding-top: 30px;
}
.str-team-section .str-team-member-item .owl-nav .owl-prev, .str-portfolio-section .str-portfolio-area .owl-nav .owl-prev,
.str-team-section .str-team-member-item .owl-nav .owl-next,
.str-portfolio-section .str-portfolio-area .owl-nav .owl-next {
  top: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  line-height: 40px;
  text-align: center;
  position: absolute;
  border-radius: 100%;
  background-color: #d5dbe6;
  transform: translateY(-50%);
  transition: 0.3s all ease-in-out;
}

.str-team-section .str-team-member-item .owl-nav .owl-prev:hover, .str-portfolio-section .str-portfolio-area .owl-nav .owl-prev:hover,
.str-team-section .str-team-member-item .owl-nav .owl-next:hover,
.str-portfolio-section .str-portfolio-area .owl-nav .owl-next:hover {
  color: #fff;
  background-color: #4de3ef;
}

.str-team-section .str-team-member-item .owl-nav .owl-next, .str-portfolio-section .str-portfolio-area .owl-nav .owl-next {
  right: -20px;
}

.str-team-section .str-team-member-item .owl-nav .owl-prev, .str-portfolio-section .str-portfolio-area .owl-nav .owl-prev {
  left: -20px;
}
@keyframes borderpls {
  0% {
    box-shadow: 0 0 0 0 #082680;
  }
  70% {
    box-shadow: 0 0 0 30px #082680;
    opacity: 0;
  }
  to {
    box-shadow: 0 0 0 0 #082680;
    opacity: 0;
  }
}
@keyframes borderpls2 {
  0% {
    box-shadow: 0 0 0 0 #082680;
  }
  70% {
    box-shadow: 0 0 0 10px #082680;
    opacity: 0;
  }
  to {
    box-shadow: 0 0 0 0 #082680;
    opacity: 0;
  }
}
@keyframes fadeFromLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeFromRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeFromUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeFromUp {
  animation-name: fadeFromUp;
}

.fadeFromRight {
  animation-name: fadeFromRight;
}

.fadeFromLeft {
  animation-name: fadeFromLeft;
}

/*global area*/
/*----------------------------------------------------*/
.str-home {
  margin: 0;
  padding: 0;
  color: #494949;
  font-size: 16px;
  overflow-x: hidden;
  line-height: 1.625;
  font-family: "Roboto";
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

.str-preloader {
  background-color: #fff;
  background: #fff url("../img/startup/pre.svg") no-repeat center center;
}

.decoration-wrapper {
  overflow: hidden;
  position: relative;
}
@keyframes zooming {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.05, 1.05);
  }
  100% {
    transform: scale(1, 1);
  }
}
.zooming {
  animation: zooming 18s infinite both;
}

.str-headline h1,
.str-headline h2,
.str-headline h3,
.str-headline h4,
.str-headline h5,
.str-headline h6 {
  margin: 0;
  font-family: "Poppins";
}

.str-section-title {
  max-width: 530px;
  margin: 0 auto;
}

.str-section-title .str-title-tag {
  color: #004d4d;
  font-size: 18px;
  font-weight: 500;
}

.str-section-title h2 {
  color: #010101;
  font-size: 40px;
  font-weight: 700;
  position: relative;
  padding: 25px 0px 0px;
}

.str-section-title h2:before {
  left: 0;
  right: 0;
  top: 13px;
  height: 3px;
  width: 42px;
  content: "";
  margin: 0 auto;
  position: absolute;
  background-image: linear-gradient(125deg, #6407c1 0%, #324add 49%, #008df9 100%);
}

.str-section-title.str-title-left h2:before {
  right: auto;
}

.str-scrollup {
  width: 55px;
  right: 20px;
  z-index: 5;
  height: 55px;
  bottom: 20px;
  display: none;
  position: fixed;
  border-radius: 100%;
  line-height: 55px;
  background-color: #6e24c8;
}

.str-scrollup i {
  color: #fff;
  font-size: 20px;
}

/*---------------------------------------------------- */
/*header area*/
/*----------------------------------------------------*/
.str-main-header {
  width: 100%;
  z-index: 9;
  padding-top: 22px;
  position: absolute;
}

.str-main-header .str-header-top .str-social a {
  color: #fff;
  margin-left: 10px;
  transition: 0.3s all ease-in-out;
}

.str-main-header .str-header-top .str-social a:hover {
  color: #6e24c8;
}

.str-main-header .str-header-top .str-language {
  padding: 0px 20px 0px 60px;
  position: relative;
}

.str-main-header .str-header-top .str-language:after {
  top: 0;
  right: 0;
  color: #fff;
  content: "";
  font-weight: 900;
  position: absolute;
  font-family: "Font Awesome 5 Free";
}

.str-main-header .str-header-top .str-language:before {
  top: 2px;
  left: 28px;
  width: 2px;
  content: "";
  height: 20px;
  position: absolute;
  background-color: #cfcfcf;
}

.str-main-header .str-header-top .str-language a {
  color: #fff;
  font-size: 13px;
}

.str-main-header .str-header-top .str-language a img {
  margin-right: 8px;
}

.str-main-header .str-header-top .str-language ul {
  top: 50px;
  opacity: 0;
  z-index: 5;
  width: 120px;
  visibility: hidden;
  position: absolute;
  padding-bottom: 5px;
  background-color: #010101;
  transition: 0.3s all ease-in-out;
}

.str-main-header .str-header-top .str-language ul li a {
  display: block;
  padding: 5px 15px 3px;
  border-bottom: 1px solid #5a5a5a;
}

.str-main-header .str-header-top .str-language ul li:last-child a {
  border-bottom: none;
}

.str-main-header .str-header-top .str-language:hover ul {
  top: 35px;
  opacity: 1;
  visibility: visible;
}

.str-main-header .str-main-menu {
  margin-top: 18px;
}

.str-main-header .str-main-menu-item .navbar-nav {
  display: inherit;
}

.str-main-header .str-main-menu-item .str-main-navigation {
  background-color: #010004;
}

.str-main-header .str-main-menu-item .str-main-navigation li a {
  z-index: 1;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding: 14px 40px;
  font-family: "Poppins";
  display: inline-block;
}

.str-main-header .str-main-menu-item .str-main-navigation li a:after {
  top: 0;
  right: 0;
  left: auto;
  width: 0;
  content: "";
  z-index: -1;
  height: 100%;
  position: absolute;
  transition: 0.5s all ease-in-out;
  background-image: linear-gradient(125deg, #6407c1 0%, #324add 49%, #008df9 100%);
}

.str-main-header .str-main-menu-item .str-main-navigation li a.active:after,
.str-main-header .str-main-menu-item .str-main-navigation li a:hover:after {
  left: 0;
  width: 100%;
  right: auto;
}

.str-main-header .str-main-menu-item .str-main-navigation .dropdown {
  position: relative;
}

.str-main-header .str-main-menu-item .str-main-navigation .dropdown:after {
  top: 18px;
  color: #fff;
  right: 24px;
  font-size: 10px;
  content: "";
  font-weight: 900;
  position: absolute;
  transition: 0.3s all ease-in-out;
  font-family: "Font Awesome 5 Free";
}

.str-main-header .str-main-menu-item .str-main-navigation .dropdown .dropdown-menu {
  top: 50px;
  left: -20px;
  opacity: 0;
  z-index: 2;
  margin: 0px;
  padding: 0px;
  height: auto;
  width: 200px;
  border: none;
  display: block;
  overflow: hidden;
  border-radius: 0;
  visibility: hidden;
  position: absolute;
  background-color: #fff;
  transition: all 0.4s ease-in-out;
  box-shadow: 0 5px 10px 0 rgba(83, 82, 82, 0.1);
}

.str-main-header .str-main-menu-item .str-main-navigation .dropdown .dropdown-menu li {
  width: 100%;
  margin-left: 0;
  border-bottom: 1px solid #e5e5e5;
}

.str-main-header .str-main-menu-item .str-main-navigation .dropdown .dropdown-menu li a {
  width: 100%;
  color: #343434;
  display: block;
  font-size: 14px;
  padding: 10px 25px;
  position: relative;
  transition: 0.3s all ease-in-out;
}

.str-main-header .str-main-menu-item .str-main-navigation .dropdown .dropdown-menu li a:before {
  display: none;
}

.str-main-header .str-main-menu-item .str-main-navigation .dropdown .dropdown-menu li a:after {
  left: 10px;
  top: 18px;
  width: 8px;
  height: 8px;
  content: "";
  position: absolute;
  border-radius: 100%;
  transform: scale(0);
  background-image: none;
  background-color: #4de3ef;
  transition: 0.3s all ease-in-out;
}

.str-main-header .str-main-menu-item .str-main-navigation .dropdown .dropdown-menu li a:hover {
  background-color: #6e24c8;
  color: #fff;
}

.str-main-header .str-main-menu-item .str-main-navigation .dropdown .dropdown-menu li a:hover:after {
  transform: scale(1);
}

.str-main-header .str-main-menu-item .str-main-navigation .dropdown .dropdown-menu li:last-child {
  border-bottom: none;
}

.str-main-header .str-main-menu-item .str-main-navigation .dropdown:hover .dropdown-menu {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.str-sticky-menu {
  top: -40px;
  z-index: 9;
  position: fixed;
  padding: 10px 0px 15px;
  background-color: #010101;
  animation-duration: 0.7s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-timing-function: ease;
  transition: 0.3s all ease-in-out;
}

.str-main-header.str-sticky-menu .str-main-menu-item .str-main-navigation .dropdown .dropdown-menu {
  top: 55px;
}

/*---------------------------------------------------- */
/*banner area*/
/*----------------------------------------------------*/
.str-banner-slide-area {
  padding: 280px 0px 250px;
}

.str-banner-slide-area .owl-nav .owl-next,
.str-banner-slide-area .owl-nav .owl-prev {
  top: 50%;
  opacity: 0;
  width: 60px;
  height: 60px;
  font-size: 20px;
  cursor: pointer;
  line-height: 60px;
  text-align: center;
  position: absolute;
  border-radius: 100%;
  transform: translateY(-50%);
  background-color: #d5dbe6;
  transition: 0.5s all ease-in-out;
}

.str-banner-slide-area .owl-nav .owl-next:hover,
.str-banner-slide-area .owl-nav .owl-prev:hover {
  color: #fff;
  background-color: #6e24c8;
}

.str-banner-slide-area .owl-nav .owl-prev {
  left: -200px;
}

.str-banner-slide-area .owl-nav .owl-next {
  right: -200px;
}

.str-banner-slide-area .str-banner-content {
  max-width: 765px;
}

.str-banner-slide-area .str-banner-content h1 {
  color: #fff;
  font-size: 70px;
  font-weight: 700;
  position: relative;
  padding-bottom: 70px;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 1000ms ease;
}

.str-banner-slide-area .str-banner-content h1:after {
  left: 0px;
  bottom: 35px;
  height: 5px;
  width: 92px;
  content: "";
  position: absolute;
  background-image: linear-gradient(125deg, #6407c1 0%, #324add 49%, #008df9 100%);
}

.str-banner-slide-area .str-banner-content p {
  opacity: 0;
  color: #fff;
  font-size: 18px;
  max-width: 630px;
  padding-bottom: 40px;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 1000ms ease;
}

.str-banner-slide-area .str-banner-content a {
  height: 60px;
  width: 180px;
  color: #fff;
  font-weight: 700;
  line-height: 60px;
  border-radius: 40px;
  opacity: 0;
  font-family: "Poppins";
  position: relative;
  transform: scaleY(0);
  transform-origin: top;
  overflow: hidden;
  z-index: 1;
  background-color: #028bf8;
  transition: all 1000ms ease;
}

.str-banner-slide-area .str-banner-content a i {
  width: 38px;
  color: #fff;
  height: 38px;
  margin-right: 5px;
  line-height: 38px;
  border-radius: 100%;
  display: inline-block;
  background-color: #6e24c8;
  transition: 0.3s all ease-in-out;
}

.str-banner-slide-area .str-banner-content a:after {
  content: "";
  height: 100%;
  top: -100%;
  left: 0;
  width: 100%;
  z-index: -1;
  position: absolute;
  background-color: #6e24c8;
  transition: 0.3s all ease-in-out;
}

.str-banner-slide-area .str-banner-content a:hover:after {
  top: 0;
}

.str-banner-slide-area .str-banner-content a:hover i {
  background-color: #028bf8;
}

.str-banner-slide-area .owl-item.active .str-banner-content h1 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 300ms;
}

.str-banner-slide-area .owl-item.active .str-banner-content p {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 600ms;
}

.str-banner-slide-area .owl-item.active .str-banner-content a {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 900ms;
}

.str-banner-section:hover .owl-prev {
  left: -150px;
  opacity: 1;
}

.str-banner-section:hover .owl-next {
  right: -150px;
  opacity: 1;
}

/*---------------------------------------------------- */
/*feature area*/
/*----------------------------------------------------*/
.str-feature-section {
  padding: 50px 0px 110px;
}

.str-feature-section .str-feature-icon-text {
  z-index: 1;
  overflow: hidden;
  padding: 40px 0px;
  position: relative;
  border-radius: 130px;
  transition: 0.3s all ease-in-out;
  box-shadow: 0px 11px 54px 0px rgba(13, 0, 30, 0.2);
}

.str-feature-section .str-feature-icon-text .str-feature-icon {
  width: 125px;
  height: 125px;
  margin: 0 auto;
  line-height: 125px;
  margin-bottom: 18px;
  border-radius: 100%;
  transition: 0.3s all ease-in-out;
  background-image: linear-gradient(125deg, #efe7f9 0%, #eaedfc 49%, #e5f3fe 100%);
}

.str-feature-section .str-feature-icon-text .str-feature-icon img {
  width: initial;
  margin: 0 auto;
  display: initial;
  text-align: center;
}

.str-feature-section .str-feature-icon-text .str-feature-text h3 {
  color: #010101;
  font-size: 22px;
  font-weight: 700;
  position: relative;
  padding-bottom: 35px;
  transition: 0.3s all ease-in-out;
}

.str-feature-section .str-feature-icon-text .str-feature-text h3:before {
  left: 0;
  right: 0;
  content: "";
  width: 10px;
  bottom: 15px;
  height: 10px;
  margin: 0 auto;
  position: absolute;
  border-radius: 100%;
  background-color: #2786f1;
}

.str-feature-section .str-feature-icon-text .str-feature-text .str-feature-list {
  text-align: left;
  padding-left: 80px;
  padding-bottom: 10px;
}

.str-feature-section .str-feature-icon-text .str-feature-text .str-feature-list li {
  margin-bottom: 3px;
  position: relative;
  transition: 0.3s all ease-in-out;
}

.str-feature-section .str-feature-icon-text .str-feature-text .str-feature-list li:before {
  top: 3px;
  left: -20px;
  font-size: 12px;
  content: "";
  font-weight: 900;
  position: absolute;
  transition: 0.3s all ease-in-out;
  font-family: "Font Awesome 5 Free";
}

.str-feature-section .str-feature-icon-text:after, .str-feature-section .str-feature-icon-text:before {
  opacity: 0;
  width: 400px;
  z-index: -1;
  content: "";
  height: 360px;
  position: absolute;
  background-repeat: no-repeat;
  transition: 0.5s all ease-in-out;
}

.str-feature-section .str-feature-icon-text:after {
  bottom: 0;
  left: -130px;
  z-index: -1;
  background-image: url(../img/startup/shape/fs1.png);
  transition-delay: 0.3s;
}

.str-feature-section .str-feature-icon-text:before {
  z-index: -2;
  bottom: -70px;
  left: -120px;
  background-image: url(../img/startup/shape/fs2.png);
}

.str-feature-section .str-feature-icon-text:hover {
  background-color: #010004;
}

.str-feature-section .str-feature-icon-text:hover .str-feature-icon {
  background-color: #fff;
}

.str-feature-section .str-feature-icon-text:hover:after {
  opacity: 1;
  left: -90px;
}

.str-feature-section .str-feature-icon-text:hover:before {
  left: -95px;
  opacity: 1;
}

.str-feature-section .str-feature-icon-text:hover h3 {
  color: #fff;
}

.str-feature-section .str-feature-icon-text:hover h3:before {
  background-color: #fff;
}

.str-feature-section .str-feature-icon-text:hover li {
  color: #fff;
}

.str-feature-section .str-feature-icon-text:hover li:before {
  color: #fff;
}

.str-feature-section .str-feature-content {
  margin-top: 50px;
}

.str-feature-section .str-feature-content .owl-nav .owl-prev,
.str-feature-section .str-feature-content .owl-nav .owl-next {
  top: 50%;
  width: 40px;
  height: 40px;
  font-size: 18px;
  cursor: pointer;
  line-height: 40px;
  position: absolute;
  text-align: center;
  border-radius: 100%;
  background-color: #bfdafa;
  transform: translateY(-50%);
  transition: 0.3s all ease-in-out;
}

.str-feature-section .str-feature-content .owl-nav .owl-prev:hover,
.str-feature-section .str-feature-content .owl-nav .owl-next:hover {
  color: #fff;
  background-color: #6e24c8;
}

.str-feature-section .str-feature-content .owl-nav .owl-prev {
  left: -20px;
}

.str-feature-section .str-feature-content .owl-nav .owl-next {
  right: -20px;
}

.str-feature-section .str-feature-content .owl-stage-outer {
  overflow: visible;
}

.str-feature-section .str-feature-content .owl-stage-outer .owl-item {
  opacity: 0;
  transition: opacity 500ms;
}

.str-feature-section .str-feature-content .owl-stage-outer .owl-item.active {
  opacity: 1;
}

.str-feature-section .str-feature-content .owl-stage-outer:nth-child(1) .owl-item .str-feature-text h3:before {
  background-color: #2786f1;
}

.str-feature-section .str-feature-content .owl-stage-outer:nth-child(2) .owl-item .str-feature-text h3:before {
  background-color: #6e27ca;
}

.str-feature-section .str-feature-content .owl-stage-outer:nth-child(3) .owl-item .str-feature-text h3:before {
  background-color: #43d3e8;
}

.str-feature-section .str-feature-content .owl-stage-outer:nth-child(4) .owl-item .str-feature-text h3:before {
  background-color: #00b17f;
}

.str-feature-box {
  position: relative;
}

.str-feature-box .str-hover-icon {
  top: 10px;
  right: 5px;
  z-index: 3;
  width: 55px;
  color: #fff;
  height: 55px;
  line-height: 50px;
  position: absolute;
  border-radius: 100%;
  border: 3px solid #fff;
  transform: scale(0);
  transition: 0.3s all ease-in-out;
  background-image: linear-gradient(-30deg, #008df9 0%, #6006b3 100%);
}

.str-feature-box:hover .str-hover-icon {
  transform: scale(1);
}

/*---------------------------------------------------- */
/*abiut area*/
/*----------------------------------------------------*/
.str-about-section {
  background-color: #edf2f9;
  padding: 115px 0px 110px;
}

.str-about-section .str-aboutbg1 {
  top: -20%;
  left: 0;
}

.str-about-section .str-aboutbg2 {
  top: 20%;
  right: -5%;
}

.str-about-section .str-aboutbg3 {
  bottom: -10%;
  left: -10%;
}

.str-about-section .str-about-content .str-section-title {
  padding-bottom: 25px;
}

.str-about-section .str-about-content .str-about-textarea {
  color: #010101;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.647;
  padding-bottom: 25px;
}

.str-about-section .str-about-content .str-about-list {
  padding: 25px 0px 22px;
}

.str-about-section .str-about-content .str-about-list li {
  color: #000000;
  position: relative;
  margin-bottom: 5px;
  padding-left: 25px;
}

.str-about-section .str-about-content .str-about-list li:before {
  top: 0;
  left: 0;
  color: #6e24c8;
  content: "";
  font-weight: 900;
  position: absolute;
  font-family: "Font Awesome 5 Free";
}

.str-about-section .str-about-content .str-about-img {
  display: flex;
  margin-left: 50px;
}

.str-about-section .str-about-content .str-about-img .str-about-shape {
  right: 0;
  top: 40%;
  position: absolute;
  transform: translateY(-50%);
}

.str-about-section .str-about-content .str-about-img .str-about-logo {
  top: 50%;
  left: 0;
  right: 0;
  position: absolute;
  text-align: center;
  transform: translateY(-50%);
}

.str-about-section .str-about-content .str-about-img .str-about-img-field {
  width: 50%;
}

.str-about-section .str-about-content .str-about-img .str-about-pic {
  margin: 5px;
  display: inline-block;
}

.str-about-section .str-about-content .str-progress-area {
  margin-top: 20px;
  max-width: 290px;
}

.str-about-section .str-about-content .str-progress-area h3 {
  color: #17161a;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 5px;
}

.str-about-section .str-about-content .str-progress-area .barfiller {
  width: 100%;
  height: 12px;
  background: #ebebeb;
  position: relative;
  margin-bottom: 16px;
}

.str-about-section .str-about-content .str-progress-area .barfiller .fill {
  display: block;
  position: relative;
  width: 0px;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(125deg, #6407c1 0%, #324add 49%, #008df9 100%) !important;
}

.str-about-section .str-about-content .str-progress-area .barfiller .tipWrap {
  display: none;
}

.str-about-section .str-about-content .str-progress-area .barfiller .tip {
  left: 0px;
  z-index: 2;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 2px 4px;
  background: #333;
  margin-top: -30px;
  position: absolute;
  font-family: "Poppins";
}

.str-about-section .str-about-content .str-progress-area .barfiller .tip:after {
  left: 9px;
  z-index: 9;
  content: "";
  bottom: -4px;
  border: solid;
  display: block;
  position: absolute;
  border-width: 6px 6px 0 6px;
  border-color: rgba(0, 0, 0, 0.8) transparent;
}

.str-about-section .str-about-feature-box {
  border-radius: 5px;
  padding: 25px 30px;
}

.str-about-section .str-about-feature-box .str-about-feature-icon {
  width: 85px;
  height: 85px;
  line-height: 85px;
  margin-right: 25px;
  border-radius: 100%;
}

.str-about-section .str-about-feature-box .str-about-feature-icon i {
  color: #fff;
  font-size: 45px;
}

.str-about-section .str-about-feature-box .str-about-feature-text h3 {
  color: #fff;
  font-size: 24px;
  margin-top: 14px;
  font-weight: 500;
  line-height: 1.333;
}

.str-about-section .str-about-feature-area {
  padding-top: 75px;
}

.str-about-section .str-about-feature-area .col-lg-4:nth-child(1) .str-about-feature-box {
  background-image: linear-gradient(90deg, #3a006c 1%, #510498 49%, #6807c3 100%);
}

.str-about-section .str-about-feature-area .col-lg-4:nth-child(1) .str-about-feature-icon {
  background-color: #683992;
}

.str-about-section .str-about-feature-area .col-lg-4:nth-child(2) .str-about-feature-box {
  background-image: linear-gradient(90deg, #6006b3 1%, #3317b4 49%, #0627b5 100%);
}

.str-about-section .str-about-feature-area .col-lg-4:nth-child(2) .str-about-feature-icon {
  background-color: #7a40c4;
}

.str-about-section .str-about-feature-area .col-lg-4:nth-child(3) .str-about-feature-box {
  background-image: linear-gradient(90deg, #1422b5 1%, #0c57da 49%, #048cff 100%);
}

.str-about-section .str-about-feature-area .col-lg-4:nth-child(3) .str-about-feature-icon {
  background-color: #4464d2;
}

.str-btn {
  font-size: 15px;
  font-weight: 700;
  position: relative;
  font-family: "Poppins";
}

.str-btn i {
  color: #6e24c8;
  margin-left: 5px;
  transition: 0.3s all ease-in-out;
}

.str-btn:before {
  bottom: -1px;
  content: "";
  height: 2px;
  width: 112px;
  position: absolute;
  background-color: #161616;
}

.str-btn:hover i {
  margin-left: 10px;
}

/*---------------------------------------------------- */
/*abiut area*/
/*----------------------------------------------------*/
@keyframes rotate-anim {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.str-work-process-section {
  padding: 105px 0px 115px;
}

.str-work-process-section .str-work-icon-text .str-work-icon {
  width: 155px;
  height: 155px;
  margin: 0 auto;
  position: relative;
  line-height: 155px;
  margin-bottom: 45px;
  border-radius: 100%;
  border: 2px solid #d7e7fd;
}

.str-work-process-section .str-work-icon-text .str-work-icon i {
  color: #444444;
  font-size: 45px;
}

.str-work-process-section .str-work-icon-text .str-work-icon .str-icon-border {
  top: -10px;
  left: -10px;
  width: 170px;
  height: 170px;
  position: absolute;
  border-radius: 100%;
  border: 15px solid #4ae0f0;
  border-right-color: transparent;
  animation-duration: 1500ms;
  animation: rotate-anim 3s infinite linear;
  animation-play-state: paused;
}

.str-work-process-section .str-work-icon-text .str-work-icon .str-icon-border .work-circle-shape {
  content: "";
  height: 35px;
  width: 35px;
  right: -25px;
  top: 50px;
  position: absolute;
  border-radius: 100%;
  background-image: linear-gradient(-30deg, #54e8ec 0%, #33cefa 100%);
  box-shadow: -1.045px 9.945px 16px 0px rgba(52, 207, 251, 0.4);
}

.str-work-process-section .str-work-icon-text .str-work-icon .icon-inner-shadow {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 100%;
  box-shadow: -1.045px 9.945px 16px 0px rgba(52, 207, 251, 0.4);
}

.str-work-process-section .str-work-icon-text:hover .str-icon-border {
  animation-play-state: running;
}

.str-work-process-section .str-work-icon-text .str-work-text h3 {
  color: #010101;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 15px;
}

.str-work-process-section .str-work-icon-text .str-work-text p {
  margin: 0 auto;
  max-width: 200px;
  padding-bottom: 5px;
}

.str-work-process-section .str-work-icon-text .str-work-text .str-btn {
  transition: 0.3s all ease-in-out;
}

.str-work-process-section .str-work-icon-text .str-work-text .str-btn i {
  color: #494949;
  margin-left: 0;
}

.str-work-process-section .str-work-icon-text .str-work-text .str-btn:hover {
  color: #6e24c8;
}

.str-work-process-section .str-work-icon-text .str-work-text .str-btn:hover i {
  margin-left: 5px;
  color: #6e24c8;
}

.str-work-process-section .str-work-icon-text .str-work-text .str-btn:before {
  width: 100%;
  height: 1px;
}

.str-work-process-section .str-work-process-content {
  padding-top: 75px;
}

.str-work-process-section .str-work-process-content .col-lg-4:nth-child(2) .str-work-icon-text {
  position: relative;
}

.str-work-process-section .str-work-process-content .col-lg-4:nth-child(2) .str-work-icon-text:before {
  top: 70px;
  left: -50px;
  content: "";
  width: 70px;
  height: 20px;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url(../img/startup/shape/rv1.png);
}

.str-work-process-section .str-work-process-content .col-lg-4:nth-child(2) .str-work-icon-text .icon-inner-shadow {
  display: none;
}

.str-work-process-section .str-work-process-content .col-lg-4:nth-child(2) .str-work-icon-text .str-icon-border {
  border: 15px solid #0095ff;
  border-right-color: transparent;
}

.str-work-process-section .str-work-process-content .col-lg-4:nth-child(2) .str-work-icon-text .work-circle-shape {
  box-shadow: -1.045px 9.945px 16px 0px rgba(0, 122, 255, 0.4);
  background-image: linear-gradient(-30deg, #00bdff 0%, #007aff 100%);
}

.str-work-process-section .str-work-process-content .col-lg-4:nth-child(3) .str-work-icon-text {
  position: relative;
}

.str-work-process-section .str-work-process-content .col-lg-4:nth-child(3) .str-work-icon-text:before {
  top: 70px;
  left: -50px;
  content: "";
  width: 70px;
  height: 20px;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url(../img/startup/shape/rv2.png);
}

.str-work-process-section .str-work-process-content .col-lg-4:nth-child(3) .str-work-icon-text .icon-inner-shadow {
  display: none;
}

.str-work-process-section .str-work-process-content .col-lg-4:nth-child(3) .str-work-icon-text .str-icon-border {
  border: 15px solid #590fb8;
  border-right-color: transparent;
}

.str-work-process-section .str-work-process-content .col-lg-4:nth-child(3) .str-work-icon-text .work-circle-shape {
  box-shadow: none;
  background-image: linear-gradient(176deg, #008df9 0%, #324add 49%, #6407c1 100%);
}

/*---------------------------------------------------- */
/*abiut area*/
/*----------------------------------------------------*/
.str-portfolio-section:after {
  left: 0;
  top: 60px;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #edf2f9;
}

.str-portfolio-section .str-port-img-text {
  overflow: hidden;
  position: relative;
}

.str-portfolio-section .str-port-img-text:after {
  top: 85px;
  opacity: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  transition: 0.3s all ease-in-out;
  background: gradient(linear, left top, left bottom, from(#a0843b), color-stop(75%, #a0843b));
  background: linear-gradient(to bottom, rgba(21, 37, 65, 0) 0%, rgba(105, 36, 245, 0.79) 75%, rgba(36, 151, 245, 0.79) 100%);
}

.str-portfolio-section .str-port-img-text .str-port-text {
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  bottom: 0px;
  position: absolute;
  transition: 0.3s all ease-in-out;
  transition-delay: 0.3s;
}

.str-portfolio-section .str-port-img-text .str-port-text h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 5px;
}

.str-portfolio-section .str-port-img-text .str-port-text span {
  color: #fff;
}

.str-portfolio-section .str-port-img-text .str-port-text .str-port-popup {
  color: #fff;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  font-size: 14px;
  margin-top: 8px;
  line-height: 40px;
  border-radius: 100%;
  background-image: linear-gradient(-30deg, #00bdff 0%, #007aff 100%);
}

.str-portfolio-section .str-portfolio-area .owl-item.active.center .str-port-img-text:after {
  top: 0;
  opacity: 1;
}

.str-portfolio-section .str-portfolio-area .owl-item.active.center .str-port-img-text .str-port-text {
  opacity: 1;
  bottom: 20px;
}

/*---------------------------------------------------- */
/*abiut area*/
/*----------------------------------------------------*/
.str-testimonial_section {
  z-index: 1;
  position: relative;
  background-color: #edf2f9;
  padding: 105px 0px 100px 0px;
}

.str-testimonial_section .str-tst-vector {
  bottom: 0;
  right: 0;
  z-index: -1;
  position: absolute;
}

.str-testimonial_section .carousel_preview .str-section-title h2 {
  padding-bottom: 20px;
}

.str-testimonial_content {
  padding: 20px;
  display: inline-block;
}

.str-testimonial_content .str-testimonial_rating li {
  font-size: 14px;
  color: #f6b91c;
}

.str-testimonial_content .str-testimonial_text {
  z-index: 1;
  padding: 15px 0 25px;
  border-radius: 10px;
  border-bottom-left-radius: 0px;
  overflow: hidden;
}

.str-testimonial_content .str-testimonial_text h4 {
  color: #010101;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 20px;
}

.str-testimonial_name_designation .str-testimonial_img {
  height: 95px;
  width: 95px;
  border-radius: 100%;
  margin-right: 18px;
  overflow: hidden;
  border: 5px solid #fff;
}

.str-testimonial_name_designation .str-testimonial_meta {
  margin-top: 25px;
  display: inline-block;
}

.str-testimonial_name_designation .str-testimonial_meta h4 {
  color: #010101;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 5px;
}

.str-testimonial_name_designation .str-testimonial_meta p {
  font-size: 14px;
  color: #444444;
}

.str-testimonial_slider .carousel-control-prev,
.str-testimonial_slider .carousel-control-next {
  top: auto;
  left: 190px;
  bottom: 40px;
  font-size: 18px;
  color: #004d4d;
  width: 50px;
  height: 50px;
  opacity: 1;
  line-height: 58px;
  text-align: center;
  border-radius: 50px;
  font-weight: 700;
  display: inline-block;
  margin: 0px 15px 0px 0px;
  background-color: #fff;
  transition: all 300ms ease;
  box-shadow: 0px 7px 7px 0px rgba(0, 15, 44, 0.18);
}

.str-testimonial_slider .carousel-control-prev:before,
.str-testimonial_slider .carousel-control-next:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.str-testimonial_slider .carousel-control-prev:hover,
.str-testimonial_slider .carousel-control-next:hover {
  background-color: #000;
  color: #fff;
}

.str-testimonial_slider .carousel-control-prev {
  left: 120px;
}

.str-testimonial_slider .carousel-control-prev:before {
  content: "";
}

.carousel-indicators {
  position: static;
}

.str-testimonial_indicator {
  margin: 60px 20px 0 0;
  display: block;
  height: 510px;
  max-width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-image: url(../img/startup/testimonial/in-bg.png);
}

.str-testimonial_indicator .carousel-indicators li {
  position: absolute;
  width: 60px;
  height: 60px;
  text-align: center;
  color: #202120;
  border-radius: 50%;
  border: 5px solid #fff;
  overflow: hidden;
  transition: all 500ms ease;
  box-shadow: 0px 7px 6px 0px rgba(0, 15, 44, 0.19), inset -1px 0px 27px 0px rgba(0, 0, 0, 0.29);
}

.str-testimonial_indicator .carousel-indicators li img {
  display: block;
}

.str-testimonial_indicator .carousel-indicators li:nth-child(1) {
  bottom: 105px;
  right: 100px;
}

.str-testimonial_indicator .carousel-indicators li:nth-child(2) {
  left: 90px;
  bottom: 45px;
}

.str-testimonial_indicator .carousel-indicators li:nth-child(3) {
  top: 40%;
  left: 0px;
}

.str-testimonial_indicator .carousel-indicators li:nth-child(4) {
  top: 90px;
  left: 100px;
}

.str-testimonial_indicator .carousel-indicators li:nth-child(5) {
  top: 35%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.str-testimonial_indicator .carousel-indicators li:nth-child(6) {
  right: 120px;
  top: -30px;
}

.str-testimonial_indicator .active {
  transform: scale(1.5);
}

.str-testimonial_indicator-dot .carousel-indicators2 {
  right: 45px;
  bottom: 25px;
  position: absolute;
  justify-content: flex-end;
}

.str-testimonial_indicator-dot .carousel-indicators2 li {
  width: 25px;
  height: 25px;
  cursor: pointer;
  position: relative;
  display: inline-block;
}

.str-testimonial_indicator-dot .carousel-indicators2 li:before {
  content: "";
  width: 6px;
  height: 6px;
  left: 10px;
  top: 9px;
  position: absolute;
  background-color: #010101;
}

.str-testimonial_indicator-dot .carousel-indicators2 li:after {
  top: 0;
  left: 0;
  content: "";
  width: 25px;
  height: 25px;
  display: none;
  border-radius: 100%;
  border: 2px solid #010101;
  transition: 0.3s all ease-in-out;
}

.str-testimonial_indicator-dot .carousel-indicators2 li.active:after {
  display: block;
}

/*---------------------------------------------------- */
/*abiut area*/
/*----------------------------------------------------*/
.str-partner-section {
  padding: 50px 0px 65px;
}

.str-partner-area .owl-nav {
  display: none;
}

.str-partner-area .str-partner-img img {
  width: inherit;
  margin: 0 auto;
  filter: grayscale(1);
  transition: 0.3s all ease-in-out;
}

.str-partner-area .str-partner-img img:hover {
  filter: grayscale(0);
}

/*---------------------------------------------------- */
/*abiut area*/
/*----------------------------------------------------*/
.str-newslatter-content {
  z-index: 1;
  padding: 55px 0px;
}

.str-newslatter-content:before {
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.9;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  background-color: #b8c7e3;
}

.str-newslatter-content .str-mail-icon {
  top: 55%;
  left: 30px;
  transform: translateY(-50%);
}

.str-newslatter-content .str-newslatter-text h2 {
  color: #010101;
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 15px;
}

.str-newslatter-content .str-newslatter-text p {
  color: #010101;
  margin: 0 auto;
  font-size: 18px;
  max-width: 510px;
  padding-bottom: 25px;
}

.str-newslatter-content .str-newslatter-form {
  margin: 0 auto;
  max-width: 660px;
}

.str-newslatter-content .str-newslatter-form input {
  width: 100%;
  height: 60px;
  border: none;
  max-width: 495px;
  padding-left: 30px;
  border-radius: 5px;
  box-shadow: 0px 6px 40px 0px rgba(5, 41, 140, 0.25);
}

.str-newslatter-content .str-newslatter-form .nws-button {
  top: 0;
  right: 0;
  position: absolute;
}

.str-newslatter-content .str-newslatter-form .nws-button button {
  color: #fff;
  width: 150px;
  height: 60px;
  border: none;
  font-weight: 700;
  border-radius: 5px;
  font-family: "Poppins";
  background-color: transparent;
  background-image: linear-gradient(125deg, #6407c1 0%, #324add 49%, #008df9 100%) !important;
  background-size: 200% auto;
  transition: 0.3s all ease-in-out;
}

.str-newslatter-content .str-newslatter-form .nws-button button:hover {
  background-position: right center;
  transition: 0.3s all ease-in-out;
}

/*---------------------------------------------------- */
/*team area*/
/*----------------------------------------------------*/
.str-team-section {
  padding: 105px 0px 80px;
}

.str-team-section .str-section-title {
  padding: 0 0 30px 80px;
}

.str-team-section .str-team-title-text {
  max-width: 540px;
  padding-top: 60px;
}

.str-team-section .str-team-member-item .owl-stage-outer {
  padding-bottom: 30px;
}

.str-team-section .str-team-member-item .owl-nav .owl-next,
.str-team-section .str-team-member-item .owl-nav .owl-prev {
  top: 40%;
  border: 2px solid #1d1b4c;
}

.str-team-section .str-team-member-item .owl-nav .owl-next:hover,
.str-team-section .str-team-member-item .owl-nav .owl-prev:hover {
  background-color: #1d1b4c;
}

.str-team-img-text {
  padding-bottom: 45px;
}

.str-team-img-text .str-team-text {
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 75px;
  max-width: 215px;
  overflow: hidden;
  padding: 12px 15px;
  position: absolute;
  background-color: #fff;
  transition: 0.3s all ease-in-out;
  box-shadow: -3.536px 3.536px 40px 0px rgba(29, 27, 76, 0.15);
}

.str-team-img-text .str-team-text h4 {
  color: #1d1b4c;
  font-size: 22px;
  font-weight: 700;
  transition: 0.3s all ease-in-out;
}

.str-team-img-text .str-team-text span {
  font-size: 15px;
  transition: 0.3s all ease-in-out;
  background-image: linear-gradient(125deg, #6407c1 0%, #324add 49%, #008df9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.str-team-img-text .str-team-text p {
  opacity: 0;
  color: #c1c1c6;
  font-size: 14px;
  visibility: hidden;
  padding: 5px 0px 10px;
  transform: translateY(10px);
  transition: 0.3s all ease-in;
  transition-delay: 0.3s;
}

.str-team-img-text .str-team-text .str-social-team {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.4s all ease-in;
  transition-delay: 0.5s;
}

.str-team-img-text .str-team-text .str-social-team a {
  color: #5e6877;
  margin: 0px 7px;
  transition: 0.3s all ease-in-out;
}

.str-team-img-text .str-team-text .str-social-team a:hover {
  color: #fff;
}

.str-team-img-text:hover .str-team-text {
  height: 200px;
  background-color: #010101;
}

.str-team-img-text:hover .str-team-text p,
.str-team-img-text:hover .str-team-text .str-social-team {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.str-team-img-text:hover .str-team-text span {
  color: #148eff;
  -webkit-text-fill-color: inherit;
}

.str-team-img-text:hover .str-team-text h4 {
  color: #fff;
}

/*---------------------------------------------------- */
/*get in touch area*/
/*----------------------------------------------------*/
.str-get-in-touch-section {
  padding-bottom: 110px;
}

.str-get-in-touch-section .str-get-touch-icon-text {
  z-index: 1;
  width: 100%;
  padding: 15px;
  position: relative;
  display: inline-block;
  border: 1px solid #e9eaf6;
}

.str-get-in-touch-section .str-get-touch-icon-text:after {
  top: 0;
  left: auto;
  right: 0;
  width: 0%;
  z-index: -1;
  content: "";
  height: 100%;
  position: absolute;
  transition: 0.5s all ease-in-out;
  background-image: linear-gradient(90deg, #1422b5 1%, #0c57da 49%, #048cff 100%);
}

.str-get-in-touch-section .str-get-touch-icon-text .str-get-touch-icon {
  height: 72px;
  width: 70px;
  line-height: 70px;
  margin-right: 14px;
  background-color: #fff;
}

.str-get-in-touch-section .str-get-touch-icon-text .str-get-touch-text {
  padding-top: 10px;
}

.str-get-in-touch-section .str-get-touch-icon-text .str-get-touch-text h3 {
  color: #010101;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 3px;
  transition: 0.3s all ease-in-out;
}

.str-get-in-touch-section .str-get-touch-icon-text .str-get-touch-text span {
  color: #444444;
  font-size: 15px;
  transition: 0.3s all ease-in-out;
}

.str-get-in-touch-section .str-get-touch-icon-text:hover:after {
  left: 0;
  right: auto;
  width: 100%;
}

.str-get-in-touch-section .str-get-touch-icon-text:hover .str-get-touch-text h3, .str-get-in-touch-section .str-get-touch-icon-text:hover .str-get-touch-text span {
  color: #fff;
}
#iframemap {
  width: 100%;
  border: none;
}
.str-maplocation {
  top: 40%;
  left: 30%;
  z-index: 1;
  cursor: pointer;
  position: absolute;
  box-shadow: 0px 3px 6px 0px #082680;
}

.str-maplocation:hover .str-location-iiner {
  opacity: 1;
  visibility: visible;
}

.str-location-iiner {
  z-index: 1;
  width: 215px;
  top: -130px;
  left: -80px;
  padding: 15px;
  width: 180px;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  position: absolute;
  background-color: #fff;
  transition: 0.4s all ease-in-out;
  box-shadow: 0px 0px 49px 0px rgba(2, 21, 78, 0.18);
}

.str-location-iiner:after {
  content: "";
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #fff;
}

.str-location-iiner .str-location-counter {
  margin-right: 10px;
}

.str-location-iiner h4 {
  color: #010101;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 5px;
}

.str-location-iiner p {
  line-height: 1.2;
}

.str-feature-indicatior {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #082680;
}

.str-feature-indicatior .str-indicator-border1 {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  border-radius: inherit;
  color: inherit;
  box-shadow: 0 0 0 2px #082680;
  animation: borderpls 1.5s infinite cubic-bezier(0.4, 0, 1, 1) both;
}

/*---------------------------------------------------- */
/*get in touch area*/
/*----------------------------------------------------*/
.str-blog-section {
  padding: 90px 0px 100px;
}

.str-blog-section .str-team-title-text {
  padding-top: 40px;
}

.str-blog-section .str-blog-area {
  padding-top: 40px;
}

.str-blog-section .str-blog-img-text:before {
  left: 0;
  top: auto;
  z-index: 1;
  bottom: 0;
  width: 100%;
  content: "";
  opacity: 0.8;
  height: 0%;
  position: absolute;
  background-color: #000;
  transition: 0.4s all ease-in-out;
}

.str-blog-section .str-blog-img-text .str-blog-meta {
  top: 20px;
  right: 20px;
  width: 62px;
  z-index: 3;
  color: #fff;
  height: 62px;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 700;
  border-radius: 4px;
  position: absolute;
  padding-top: 10px;
  font-family: "Poppins";
  background-image: linear-gradient(-30deg, #008df9 0%, #6006b3 100%);
  box-shadow: -1.045px 9.945px 16px 0px rgba(68, 46, 200, 0.4);
}

.str-blog-section .str-blog-img-text .str-blog-text {
  opacity: 0;
  left: 30px;
  bottom: 55px;
  z-index: 2;
  max-width: 280px;
  visibility: hidden;
  position: absolute;
  transition: 0.3s all ease-in-out;
  transition-delay: 0.3s;
}

.str-blog-section .str-blog-img-text .str-blog-text .str-post-meta {
  font-size: 14px;
  color: #dbe0e6;
}

.str-blog-section .str-blog-img-text .str-blog-text h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.455;
  padding: 2px 0px 20px;
}

.str-blog-section .str-blog-img-text .str-blog-text .str-read-more {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding-left: 70px;
  position: relative;
  font-family: "Poppins";
}

.str-blog-section .str-blog-img-text .str-blog-text .str-read-more:before {
  left: 0;
  top: -10px;
  width: 38px;
  content: "";
  height: 38px;
  position: absolute;
  transform: scale(0);
  background-color: #2786f1;
  transition: 0.5s all ease-in-out;
  transition-delay: 0.5s;
}

.str-blog-section .str-blog-img-text .str-blog-text .str-read-more:after {
  top: 10px;
  left: 20px;
  content: "";
  width: 0px;
  height: 1px;
  position: absolute;
  background-color: #fff;
  transition: 0.75s all ease-in-out;
  transition-delay: 0.7s;
}

.str-blog-section .str-blog-img-text:hover:before {
  top: 0;
  bottom: auto;
  height: 100%;
}

.str-blog-section .str-blog-img-text:hover .str-blog-text {
  opacity: 1;
  bottom: 35px;
  visibility: visible;
}

.str-blog-section .str-blog-img-text:hover .str-blog-text .str-read-more:before {
  transform: scale(1);
}

.str-blog-section .str-blog-img-text:hover .str-blog-text .str-read-more:after {
  width: 35px;
}

.str-blog-section .str-blog-area .owl-nav {
  display: none;
}

.str-blog-section .str-blog-area .owl-dots {
  margin-top: 30px;
  text-align: center;
}

.str-blog-section .str-blog-area .owl-dots .owl-dot {
  height: 6px;
  width: 6px;
  margin: 0px 8px;
  position: relative;
  display: inline-block;
  background-color: #010101;
}

.str-blog-section .str-blog-area .owl-dots .owl-dot:after {
  top: -10px;
  left: -10px;
  height: 26px;
  width: 26px;
  content: "";
  display: none;
  position: absolute;
  border-radius: 100%;
  border: 2px solid #010101;
}

.str-blog-section .str-blog-area .owl-dots .owl-dot.active:after {
  display: block;
}

/*---------------------------------------------------- */
/*Footer area*/
/*----------------------------------------------------*/
.str-footer-area .footer-content {
  padding-bottom: 80px;
}

.str-footer-area .footer-content .str-ft-about-widget p {
  line-height: 1.688;
  padding: 15px 0px 30px;
}

.str-footer-area .footer-content .str-ft-about-widget .ft-about-btn a {
  color: #fff;
  height: 35px;
  width: 100px;
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 35px;
  border-radius: 3px;
  text-align: center;
  font-family: "Poppins";
  box-shadow: -1.045px 9.945px 16px 0px rgba(68, 46, 200, 0.4);
  background-image: linear-gradient(-30deg, #008df9 0%, #6006b3 100%);
}

.str-footer-area .footer-content .str-footer-widget .str-widget-title {
  color: #080808;
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 25px;
}

.str-footer-area .footer-content .str-footer-widget .str-newslatter-widget p {
  font-size: 15px;
}

.str-footer-area .footer-content .str-footer-widget .str-newslatter-widget form {
  position: relative;
  margin-top: 25px;
}

.str-footer-area .footer-content .str-footer-widget .str-newslatter-widget input {
  width: 100%;
  border: none;
  height: 45px;
  padding: 0px 30px;
  background-color: #eeeeee;
}

.str-footer-area .footer-content .str-footer-widget .str-newslatter-widget button {
  top: 0;
  right: 0;
  width: 60px;
  color: #fff;
  height: 100%;
  border: none;
  position: absolute;
  background-color: #010101;
  transition: 0.3s all ease-in-out;
}

.str-footer-area .footer-content .str-footer-widget .str-newslatter-widget button:hover {
  background-color: #6e24c8;
}

.str-footer-area .footer-content .str-footer-widget .str-newslatter-widget .str-social-footer {
  margin-top: 20px;
}

.str-footer-area .footer-content .str-footer-widget .str-newslatter-widget .str-social-footer a {
  margin-right: 18px;
}

.str-footer-area .footer-content .str-footer-widget .str-newslatter-widget .str-social-footer a:nth-child(1) {
  color: #16599b;
}

.str-footer-area .footer-content .str-footer-widget .str-newslatter-widget .str-social-footer a:nth-child(2) {
  color: #004d4d;
}

.str-footer-area .footer-content .str-footer-widget .str-newslatter-widget .str-social-footer a:nth-child(3) {
  color: #ed679b;
}

.str-footer-area .footer-content .str-footer-widget .str-newslatter-widget .str-social-footer a:nth-child(4) {
  color: #87b7ff;
}

.str-footer-area .footer-content .str-footer-widget .str-office-widget {
  padding-left: 10px;
}

.str-footer-area .footer-content .str-footer-widget .str-office-widget .str-office-icon-text {
  padding-bottom: 10px;
}

.str-footer-area .footer-content .str-footer-widget .str-office-widget .str-office-icon-text .str-office-icon {
  margin-right: 12px;
}

.str-footer-area .footer-content .str-footer-widget .str-office-widget .str-office-icon-text .str-office-icon i {
  text-shadow: -1.045px 9.945px 16px rgba(68, 46, 200, 0.4);
  background-image: linear-gradient(125deg, #6407c1 0%, #324add 49%, #008df9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.str-footer-area .footer-content .str-footer-widget .str-office-widget .str-office-icon-text p {
  max-width: 140px;
  font-size: 14px;
  overflow: hidden;
  line-height: 1.714;
}

.str-footer-area .footer-content .str-footer-widget .str-office-widget .str-open-hour span {
  color: #010101;
  font-size: 14px;
  font-weight: 700;
}

.str-footer-area .footer-content .str-footer-widget .str-office-widget .str-open-hour p {
  font-size: 14px;
  padding-top: 5px;
  max-width: 150px;
}

.str-footer-area .footer-content .str-footer-widget .str-insta-widget .str-insta-feed {
  margin: 0 -5px;
}

.str-footer-area .footer-content .str-footer-widget .str-insta-widget a {
  float: left;
  margin: 5px;
  position: relative;
}

.str-footer-area .footer-content .str-footer-widget .str-insta-widget a:after {
  top: 0;
  left: 0;
  opacity: 0;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: #010101;
  transition: 0.3s all ease-in-out;
}

.str-footer-area .footer-content .str-footer-widget .str-insta-widget a:hover:after {
  opacity: 0.8;
}

.str-footer-area .str-copywright-text {
  color: #ffff;
  padding: 15px 0;
  font-size: 14px;
  font-family: "Poppins";
  background-color: #010101;
}

.str-footer-area .str-copywright-text a {
  color: #50a2ff;
}

/*---------------------------------------------------- */
/*mobile menu area*/
/*----------------------------------------------------*/
.str-mobile_menu_content {
  top: 0px;
  bottom: 0;
  right: -350px;
  height: 100vh;
  z-index: 101;
  position: fixed;
  width: 280px;
  overflow-y: scroll;
  background-color: #1c1c1c;
  padding: 40px 0px;
  transition: all 0.5s ease-in;
}

.str-mobile_menu_content .str-mobile-main-navigation {
  width: 100%;
}

.str-mobile_menu_content .str-mobile-main-navigation .navbar-nav {
  width: 100%;
}

.str-mobile_menu_content .navbar-nav .dropdown-menu {
  position: static !important;
  transform: none !important;
}

.str-mobile_menu_content .str-mobile-main-navigation .navbar-nav li {
  width: 100%;
  display: block;
  padding: 13px 15px 13px 0px;
  transition: 0.3s all ease-in-out;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
}

.str-mobile_menu_content .str-mobile-main-navigation .navbar-nav li a {
  color: #d5d5d5;
  padding: 0;
  width: 100%;
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding: 5px 30px 0px;
  text-transform: uppercase;
}

.str-mobile_menu_content .m-brand-logo {
  width: 160px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.str-mobile_menu_wrap.mobile_menu_on .str-mobile_menu_content {
  right: 0px;
  transition: all 0.7s ease-out;
}

.mobile_menu_overlay {
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  right: 0%;
  height: 120vh;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.75);
  transition: all 0.5s ease-in-out;
}

.mobile_menu_overlay_on {
  overflow: hidden;
}

.str-mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
  opacity: 1;
  visibility: visible;
}

.str-mobile_menu_button {
  position: absolute;
  display: none;
  right: 0;
  cursor: pointer;
  line-height: 40px;
  color: #5805a6;
  text-align: center;
  font-size: 30px;
  top: -44px;
  z-index: 5;
}

.str-mobile_menu .str-mobile-main-navigation .navbar-nav li a:after {
  display: none;
}

.str-mobile_menu .str-mobile-main-navigation .dropdown > .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.str-mobile_menu .str-mobile_menu_content .str-mobile-main-navigation .navbar-nav .dropdown-menu {
  border: none;
  display: none;
  transition: none;
  box-shadow: none;
  padding: 5px 0px;
  width: 100%;
  background-color: transparent;
}

.str-mobile_menu .str-mobile_menu_content .str-mobile-main-navigation .navbar-nav .dropdown-menu li {
  border: none;
  padding: 0 20px;
  line-height: 1;
  margin-bottom: 5px;
}

.str-mobile_menu .dropdown {
  position: relative;
}

.str-mobile_menu .dropdown .dropdown-btn {
  position: absolute;
  right: 15px;
  top: 10px;
  text-align: center;
  line-height: 35px;
  background: none;
  color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0px;
  padding: 0px;
  width: 36px;
  height: 35px;
}

.str-mobile_menu .str-mobile_menu_close {
  color: #d60606;
  cursor: pointer;
  top: 15px;
  height: 20px;
  width: 20px;
  left: 15px;
  font-size: 20px;
  position: absolute;
}

.str-main-header.str-sticky-menu .str-mobile_menu_content {
  top: 15px;
}

/*---------------------------------------------------- */
/*responsive area*/
/*----------------------------------------------------*/
@media screen and (max-width: 1024px) {
  .str-feature-section .str-feature-icon-text .str-feature-text .str-feature-list {
    padding-left: 50px;
  }

  .str-about-section .str-about-content .str-about-img .str-about-shape {
    display: none;
  }

  .str-about-section .str-about-feature-box {
    padding: 25px 15px;
  }

  .str-about-section .str-about-feature-box .str-about-feature-text h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 991px) {
  .str-mobile_menu_button {
    display: block;
  }

  .str-main-header .str-main-menu-item .str-main-navigation {
    display: none;
  }

  .str-header-top {
    display: none;
  }

  .str-sticky-menu {
    top: -15px;
  }
  .str-about-content {
    max-width: 530px;
    margin: 0 auto;
  }
  .str-section-title {
    margin: inherit;
  }
  .str-about-section .str-about-content .str-about-img {
    margin-left: 0;
    padding-top: 30px;
  }

  .str-about-section .str-about-feature-box {
    padding: 25px 30px;
    margin-bottom: 30px;
  }

  .str-about-section .str-about-feature-box .str-about-feature-text h3 {
    font-size: 24px;
  }

  .str-work-icon-text {
    margin-bottom: 40px;
  }

  .str-work-process-section .str-work-process-content .col-lg-4:nth-child(2) .str-work-icon-text:before,
  .str-work-process-section .str-work-process-content .col-lg-4:nth-child(3) .str-work-icon-text:before {
    display: none;
  }

  .str-team-section .str-section-title {
    padding-left: 0;
  }

  .str-team-section .str-team-title-text {
    padding: 30px 0px;
  }

  .str-get-in-touch-section .str-get-touch-icon-text {
    margin-bottom: 30px;
  }

  .str-footer-widget {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  .str-banner-slide-area .str-banner-content h1 {
    font-size: 40px;
  }

  .str-banner-slide-area .str-banner-content a {
    height: 50px;
    width: 150px;
    line-height: 50px;
  }

  .str-banner-slide-area .str-banner-content a i {
    height: 30px;
    width: 30px;
    line-height: 30px;
  }

  .str-banner-slide-area {
    padding: 200px 0px 150px;
  }

  .str-section-title h2 {
    font-size: 32px;
  }

  .str-feature-box {
    max-width: 270px;
    margin: 0 auto;
  }

  .str-feature-section .str-feature-content .owl-nav .owl-prev,
  .str-feature-section .str-feature-content .owl-nav .owl-next,
  .str-portfolio-section .str-portfolio-area .owl-nav .owl-next,
  .str-team-section .str-team-member-item .owl-nav .owl-next,
  .str-portfolio-section .str-portfolio-area .owl-nav .owl-prev,
  .str-team-section .str-team-member-item .owl-nav .owl-prev {
    position: static;
    display: inline-block;
    margin: 0 5px;
    transform: translateY(0);
  }

  .str-feature-section .str-feature-content .owl-nav,
  .str-portfolio-section .str-portfolio-area .owl-nav,
  .str-team-section .str-team-member-item .owl-nav {
    text-align: center;
    margin-top: 40px;
  }

  .str-feature-section .str-feature-icon-text .str-feature-text .str-feature-list {
    padding-left: 80px;
  }

  .str-testimonial_indicator-dot .carousel-indicators2 {
    position: static;
    text-align: center;
    margin-top: 30px;
    justify-content: center;
  }

  .str-newslatter-content {
    padding: 40px 30px;
  }

  .str-team-img-text {
    margin: 0 auto;
    max-width: 270px;
  }

  .str-feature-section {
    padding: 25px 0px 60px;
  }

  .str-about-section {
    padding: 50px 0px;
  }

  .str-about-section .str-about-feature-area {
    padding-top: 50px;
  }

  .str-work-process-section {
    padding: 50px 0px;
  }

  .str-testimonial_section {
    padding: 50px 0px;
  }

  .str-team-section {
    padding: 50px 0px;
  }

  .str-team-section .str-team-title-text {
    padding-top: 15px;
  }

  .str-team-section .str-team-member-item .owl-nav {
    margin-top: 20px;
  }

  .str-get-in-touch-section {
    padding-bottom: 60px;
  }

  .str-blog-section {
    padding: 50px 0px;
  }

  .str-blog-section .str-team-title-text {
    padding-top: 20px;
  }
}
@media screen and (max-width: 420px) {
  .str-banner-slide-area .str-banner-content h1 {
    font-size: 34px;
  }

  .str-about-section .str-about-content .str-about-img {
    display: inline-block;
  }

  .str-about-section .str-about-content .str-about-img .str-about-img-field {
    width: 100%;
  }

  .str-about-section .str-about-content .str-about-img .str-about-logo {
    display: none;
  }

  .str-about-section .str-about-content .str-progress-area {
    max-width: 100%;
  }

  .str-section-title h2 {
    font-size: 28px;
  }

  .str-work-process-section .str-work-process-content {
    padding-top: 40px;
  }

  .str-testimonial_indicator {
    display: none;
  }

  .str-newslatter-content .str-newslatter-text h2 {
    font-size: 30px;
  }

  .str-newslatter-content .str-newslatter-text p {
    font-size: 16px;
  }

  .str-newslatter-content .str-newslatter-form .nws-button {
    position: static;
    margin-top: 30px;
    text-align: center;
  }

  .str-newslatter-content .str-mail-icon {
    display: none;
  }
}
@media screen and (max-width: 380px) {
  .str-banner-slide-area .str-banner-content h1 {
    font-size: 30px;
  }

  .str-section-title h2 {
    font-size: 26px;
  }

  .str-about-section .str-about-feature-box .str-about-feature-text h3 {
    font-size: 20px;
  }

  .str-newslatter-content .str-newslatter-text h2 {
    font-size: 26px;
  }
}
/*---------------------------------------------------- */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
.dia-section-title span,
.dia-banner-section .dia-banner-content .dia-banner-tag {
  font-weight: 700;
  background-image: linear-gradient(81deg, #ff6600 0%, #ff9903 75%, #ffcb05 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.dia-banner-section .dia-banner-content .dia-banner-btn .dia-abt-btn,
.dia-service-section .dia-service-btn .dia-service-more,
.dia-exp-section .dio-exp-text-area .dia-exp-btn,
.dia-port-more a,
.dia-newslatter-section .dia-newslatter-content .dia-newslatter-form .nws-button button {
  z-index: 1;
  overflow: hidden;
  position: relative;
}

.dia-banner-section .dia-banner-content .dia-banner-btn .dia-abt-btn:before,
.dia-service-section .dia-service-btn .dia-service-more:before,
.dia-exp-section .dio-exp-text-area .dia-exp-btn:before,
.dia-port-more a:before,
.dia-newslatter-section .dia-newslatter-content .dia-newslatter-form .nws-button button:before {
  left: 0;
  width: 100%;
  content: "";
  z-index: -1;
  height: 100%;
  bottom: -100%;
  position: absolute;
  transition: 0.5s all ease-in-out;
}

.dia-banner-section .dia-banner-content .dia-banner-btn .dia-abt-btn:hover:before,
.dia-service-section .dia-service-btn .dia-service-more:hover:before,
.dia-exp-section .dio-exp-text-area .dia-exp-btn:hover:before,
.dia-port-more a:hover:before,
.dia-newslatter-section .dia-newslatter-content .dia-newslatter-form .nws-button button:hover:before {
  bottom: 0;
}
@keyframes borderpls {
  0% {
    box-shadow: 0 0 0 0 #082680;
  }
  70% {
    box-shadow: 0 0 0 30px #082680;
    opacity: 0;
  }
  to {
    box-shadow: 0 0 0 0 #082680;
    opacity: 0;
  }
}
@keyframes borderpls2 {
  0% {
    box-shadow: 0 0 0 0 #082680;
  }
  70% {
    box-shadow: 0 0 0 10px #082680;
    opacity: 0;
  }
  to {
    box-shadow: 0 0 0 0 #082680;
    opacity: 0;
  }
}
@keyframes fadeFromLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeFromRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeFromUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeFromUp {
  animation-name: fadeFromUp;
}

.fadeFromRight {
  animation-name: fadeFromRight;
}

.fadeFromLeft {
  animation-name: fadeFromLeft;
}

/*global area*/
/*----------------------------------------------------*/
.dia-home {
  margin: 0;
  padding: 0;
  color: #585476;
  font-size: 16px;
  overflow-x: hidden;
  line-height: 1.667;
  font-family: "Roboto";
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background-color: #fff;
  background: #fff url("../img/pre.svg") no-repeat center center;
}

.decoration-wrapper {
  overflow: hidden;
  position: relative;
}
@keyframes zooming {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.05, 1.05);
  }
  100% {
    transform: scale(1, 1);
  }
}
.zooming {
  animation: zooming 18s infinite both;
}

.dia-headline h1,
.dia-headline h2,
.dia-headline h3,
.dia-headline h4,
.dia-headline h5,
.dia-headline h6 {
  margin: 0;
  font-family: "Poppins";
}

.dia-section-title span {
  font-size: 16px;
}

.dia-section-title h2 {
  color: #282350;
  font-size: 40px;
  font-weight: 700;
  padding-top: 5px;
  line-height: 1.375;
}

.dia-scrollup {
  width: 55px;
  right: 20px;
  z-index: 5;
  height: 55px;
  bottom: 20px;
  display: none;
  position: fixed;
  border-radius: 100%;
  line-height: 55px;
  background-color: #ff6700;
}

.dia-scrollup i {
  color: #fff;
}

/*---------------------------------------------------- */
/*Header area*/
/*----------------------------------------------------*/
.dia-main-header {
  z-index: 5;
  width: 100%;
  padding-top: 15px;
  position: absolute;
}

.dia-main-header .dia-logo {
  margin-top: 15px;
}

.dia-main-header .dropdown {
  position: relative;
}

.dia-main-header .dropdown:after {
  top: -2px;
  right: -14px;
  content: "+";
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  transition: 0.3s all ease-in-out;
}

.dia-main-header .dropdown .dropdown-menu {
  top: 65px;
  left: 0;
  opacity: 0;
  z-index: 2;
  margin: 0px;
  padding: 0px;
  height: auto;
  width: 200px;
  border: none;
  display: block;
  border-radius: 0;
  overflow: hidden;
  visibility: hidden;
  position: absolute;
  border-radius: 10px;
  background-color: #fff;
  transition: all 0.4s ease-in-out;
  border-bottom: 2px solid #ff6626;
  box-shadow: 0 5px 10px 0 rgba(83, 82, 82, 0.1);
}

.dia-main-header .dropdown .dropdown-menu li {
  width: 100%;
  margin-left: 0;
  border-bottom: 1px solid #e5e5e5;
}

.dia-main-header .dropdown .dropdown-menu li a {
  width: 100%;
  color: #343434;
  display: block;
  font-size: 14px;
  padding: 10px 25px;
  position: relative;
  transition: 0.3s all ease-in-out;
}

.dia-main-header .dropdown .dropdown-menu li a:before {
  display: none;
}

.dia-main-header .dropdown .dropdown-menu li a:after {
  left: 10px;
  top: 18px;
  width: 8px;
  height: 8px;
  content: "";
  position: absolute;
  border-radius: 100%;
  transform: scale(0);
  background-color: #fff;
  transition: 0.3s all ease-in-out;
}

.dia-main-header .dropdown .dropdown-menu li a:hover {
  background-color: #ff8533;
  color: #fff;
}

.dia-main-header .dropdown .dropdown-menu li a:hover:after {
  transform: scale(1);
}

.dia-main-header .dropdown .dropdown-menu li:last-child {
  border-bottom: none;
}

.dia-main-header .dropdown:hover .dropdown-menu {
  top: 45px;
  opacity: 1;
  visibility: visible;
}

.dia-main-header .navbar-nav {
  display: inherit;
}

.dia-main-header .dia-main-navigation {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px 40px;
}

.dia-main-header .dia-main-navigation li {
  margin: 0px 32px;
}

.dia-main-header .dia-main-navigation li a {
  color: #282350;
  font-weight: 700;
  padding-bottom: 20px;
  display: inline;
  position: relative;
  font-family: "Poppins";
}

.dia-main-header .dia-main-navigation li a:before {
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  width: 0%;
  margin: 0 auto;
  position: absolute;
  transition: 0.5s all ease-in-out;
  background-image: linear-gradient(81deg, #ff6600 0%, #ff9903 75%, #ffcb05 100%);
}

.dia-main-header .dia-main-navigation li a:hover:before, 
.dia-main-header .dia-main-navigation li a.active:before {
  width: 100%;
}

.dia-sticky-menu {
  top: 20px;
  position: fixed;
  background-color: #fff;
  animation-duration: 0.7s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-timing-function: ease;
  transition: 0.3s all ease-in-out;
}

.dia-main-header.dia-sticky-menu {
  top: 0px;
  z-index: 9;
  z-index: 20;
  padding-top: 0;
  box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.8);
}

.dia-main-header.dia-sticky-menu .dropdown:hover .dropdown-menu {
  top: 45px;
}

/*---------------------------------------------------- */
/*Mobile Menu area*/
/*----------------------------------------------------*/
.dia-mobile_menu_content {
  top: 0px;
  bottom: 0;
  right: -350px;
  height: 100vh;
  z-index: 101;
  position: fixed;
  width: 280px;
  overflow-y: scroll;
  background-color: #fff;
  padding: 40px 0px;
  box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
  transition: all 0.5s ease-in;
}

.dia-mobile_menu_content .dia-mobile-main-navigation {
  width: 100%;
}

.dia-mobile_menu_content .dia-mobile-main-navigation .navbar-nav {
  width: 100%;
}

.dia-mobile_menu_content .navbar-nav .dropdown-menu {
  position: static !important;
  transform: none !important;
}

.dia-mobile_menu_content .dia-mobile-main-navigation .navbar-nav li {
  width: 100%;
  display: block;
  transition: 0.3s all ease-in-out;
  border-bottom: 1px solid #dcdcdc;
}

.dia-mobile_menu_content .dia-mobile-main-navigation .navbar-nav li:first-child {
  border-top: 1px solid #dcdcdc;
}

.dia-mobile_menu_content .dia-mobile-main-navigation .navbar-nav li a {
  color: #000;
  padding: 0;
  width: 100%;
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding: 5px 30px;
  text-transform: uppercase;
}

.dia-mobile_menu_content .m-brand-logo {
  width: 160px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.dia-mobile_menu_wrap.mobile_menu_on .dia-mobile_menu_content {
  right: 0px;
  transition: all 0.7s ease-out;
}

.mobile_menu_overlay {
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  right: 0%;
  height: 120vh;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.9);
  transition: all 0.5s ease-in-out;
}

.mobile_menu_overlay_on {
  overflow: hidden;
}

.dia-mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
  opacity: 1;
  visibility: visible;
}

.dia-mobile_menu_button {
  position: absolute;
  display: none;
  right: 0;
  cursor: pointer;
  line-height: 40px;
  color: #ff8833;
  text-align: center;
  font-size: 30px;
  top: -35px;
  z-index: 5;
}

.dia-mobile_menu .dia-mobile-main-navigation .navbar-nav li a:after {
  display: none;
}

.dia-mobile_menu .dia-mobile-main-navigation .dropdown > .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.dia-mobile_menu .dia-mobile_menu_content .dia-mobile-main-navigation .navbar-nav .dropdown-menu {
  border: none;
  display: none;
  transition: none;
  box-shadow: none;
  padding: 5px 0px;
  width: 100%;
  border-top: 1px solid #dcdcdc;
}

.dia-mobile_menu .dia-mobile_menu_content .dia-mobile-main-navigation .navbar-nav .dropdown-menu li {
  border: none;
  padding: 0 20px;
  line-height: 1;
}

.dia-mobile_menu .dropdown {
  position: relative;
}

.dia-mobile_menu .dropdown .dropdown-btn {
  position: absolute;
  top: 0px;
  right: 0;
  height: 30px;
  padding: 5px 10px;
}

.dia-mobile_menu .dropdown .dropdown-btn:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  top: 0;
  left: 0;
  background-color: #dcdcdc;
}

.dia-mobile_menu .dia-mobile_menu_close {
  color: #d60606;
  cursor: pointer;
  top: 15px;
  left: 15px;
  font-size: 20px;
  position: absolute;
}

/*---------------------------------------------------- */
/*Banner area*/
/*----------------------------------------------------*/
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.dia-banner-section {
  padding-bottom: 10px;
}

.dia-banner-section .banner-side-img {
  right: 0;
  top: -10px;
  z-index: -1;
}

.dia-banner-section .banner-side-img.banner-img1 {
  opacity: 0;
  right: -300px;
  transition-delay: 200ms;
  transition: all 1200ms ease;
}

.dia-banner-section .banner-side-img.banner-img2 {
  opacity: 0;
  right: -300px;
  transition-delay: 500ms;
  transition: all 1500ms ease;
}

.dia-banner-section .banner-side-img.banner-img1.view-on {
  right: 0;
  opacity: 1;
  transition-delay: 200ms;
}

.dia-banner-section .banner-side-img.banner-img2.view-on {
  right: 0;
  opacity: 1;
  transition-delay: 500ms;
}

.dia-banner-section .dia-banner-content {
  max-width: 460px;
  padding: 275px 0px 185px;
}

.dia-banner-section .dia-banner-content .dia-banner-tag {
  font-size: 18px;
}

.dia-banner-section .dia-banner-content h1 {
  color: #282350;
  font-size: 70px;
  font-weight: 700;
  line-height: 1.071;
  padding: 15px 0px 25px;
}

.dia-banner-section .dia-banner-content p {
  font-size: 22px;
  color: #403b64;
}

.dia-banner-section .dia-banner-content .dia-banner-btn {
  margin-top: 65px;
}

.dia-banner-section .dia-banner-content .dia-banner-btn a {
  width: 100%;
  display: block;
  margin-right: 20px;
}

.dia-banner-section .dia-banner-content .dia-banner-btn .dia-play-btn {
  width: 70px;
  height: 70px;
  line-height: 70px;
  margin-right: 20px;
  border-radius: 100%;
  transition: 0.3s all ease-in-out;
  background-color: #5409d6;
}

.dia-banner-section .dia-banner-content .dia-banner-btn .dia-play-btn i {
  color: #fff;
}

.dia-banner-section .dia-banner-content .dia-banner-btn .dia-play-btn:hover {
  background-image: none;
  background-color: #ff6700;
}

.dia-banner-section .dia-banner-content .dia-banner-btn .dia-abt-btn {
  color: #fff;
  height: 70px;
  width: 230px;
  font-weight: 700;
  line-height: 70px;
  border-radius: 40px;
  font-family: "Poppins";
  background-color: #ff6700;
}

.dia-banner-section .dia-banner-content .dia-banner-btn .dia-abt-btn:before {
  background-color: #5409d6;
}

.dia-banner-section .cd-headline.clip span {
  display: inline-block;
  padding-bottom: 10px;
}

.dia-banner-section .cd-headline.clip .cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
  vertical-align: top;
}

.dia-banner-section .cd-headline.clip .cd-words-wrapper::after {
  content: "";
  top: 10px;
  right: 0;
  width: 2px;
  height: 65px;
  position: absolute;
  background-color: #282350;
}

.dia-banner-section .cd-headline.clip b {
  opacity: 0;
}

.dia-banner-section .cd-headline.clip b.is-visible {
  opacity: 1;
}

.dia-banner-section .cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.dia-banner-section .cd-words-wrapper b {
  display: inline-block;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  white-space: nowrap;
}

.dia-banner-section .cd-words-wrapper b.is-visible {
  opacity: 1;
  position: relative;
}

.dia-banner-section .no-js .cd-words-wrapper b {
  opacity: 0;
}

.dia-banner-section .banner-side-shape1,
.dia-banner-section .banner-side-shape2 {
  bottom: 135px;
}

.dia-banner-section .banner-shape1 {
  left: 50%;
  bottom: 15%;
  z-index: -2;
  animation-name: spin;
  animation-duration: 15000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.dia-banner-section .banner-shape2 {
  top: 30%;
  left: 12%;
}

/*---------------------------------------------------- */
/*service area*/
/*----------------------------------------------------*/
.dia-service-section {
  padding: 90px 0px 115px;
}

.dia-service-section .dia-service-img {
  margin-top: 55px;
}

.dia-service-section .dia-service-img .dia-service-shape2 {
  top: 0;
  z-index: -2;
}

.dia-service-section .dia-service-img .dia-service-shape1 {
  left: 0;
  top: 10px;
  z-index: -1;
  animation-name: spin;
  animation-duration: 20000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.dia-service-section .dia-service-text {
  padding-left: 60px;
}

.dia-service-section .dia-service-details {
  margin: 35px 0px 5px;
}

.dia-service-section .dia-service-details .dia-service-item {
  width: 50%;
  float: left;
  margin-bottom: 30px;
}

.dia-service-section .dia-service-details .dia-service-item h3 {
  color: #282350;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 16px;
}

.dia-service-section .dia-service-details .dia-service-item li {
  padding-left: 15px;
  position: relative;
  padding-bottom: 5px;
}

.dia-service-section .dia-service-details .dia-service-item li:before {
  top: 0;
  left: 0;
  content: "+";
  position: absolute;
}

.dia-service-section .dia-service-details .dia-service-item:nth-child(even) {
  padding-left: 35px;
}

.dia-service-section .dia-service-btn .dia-service-more {
  height: 50px;
  width: 225px;
  margin-top: 10px;
  line-height: 50px;
  border-radius: 40px;
  background-color: #390ed2;
}

.dia-service-section .dia-service-btn .dia-service-more a {
  color: #fff;
  width: 100%;
  display: block;
  font-size: 15px;
  font-weight: 700;
  font-family: "Poppins";
}

.dia-service-section .dia-service-btn .dia-service-more:before {
  background-color: #ff6700;
}

.dia-service-section .dia-service-review {
  max-width: 215px;
}

.dia-service-section .dia-service-review .dia-service-rate ul {
  margin-bottom: 8px;
}

.dia-service-section .dia-service-review .dia-service-rate li {
  font-size: 14px;
  color: #f7c903;
}

.dia-service-section .dia-service-review .dia-service-rate-text {
  font-size: 14px;
}

.dia-service-section .dia-service-review .dia-service-rate-text span {
  color: #282350;
  font-weight: 700;
}

/*---------------------------------------------------- */
/*Fun fact area*/
/*----------------------------------------------------*/
.dia-fun-fact-section .dia-fun-fact-title {
  margin: 0 auto;
  max-width: 945px;
}

.dia-fun-fact-section .dia-fun-fact-title h2 {
  color: #282350;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.528;
}

.dia-fun-fact-section .dia-fun-fact-counter {
  padding-top: 68px;
}

.dia-fun-fact-section .dia-fun-fact-counter .col-lg-4:nth-child(1) .dia-fun-fact-item .fun-fact-tag {
  color: #09d32f;
}

.dia-fun-fact-section .dia-fun-fact-counter .col-lg-4:nth-child(2) .dia-fun-fact-item .fun-fact-tag {
  color: #ff7b01;
}

.dia-fun-fact-section .dia-fun-fact-counter .col-lg-4:nth-child(3) .dia-fun-fact-item .fun-fact-tag {
  color: #390ed2;
}

.dia-fun-fact-section .dia-fun-fact-item span {
  font-weight: 700;
  font-family: "Poppins";
}

.dia-fun-fact-section .dia-fun-fact-item .fun-fact-number {
  line-height: 1;
  padding: 18px 0px;
  justify-content: center;
}

.dia-fun-fact-section .dia-fun-fact-item .fun-fact-number h3 {
  color: #282350;
  font-size: 90px;
  font-weight: 500;
}

.dia-fun-fact-section .dia-fun-fact-item .fun-fact-number span {
  color: #282350;
  font-size: 90px;
  line-height: 1.2;
  font-weight: 500;
  font-family: "Poppins";
}

.dia-fun-fact-section .dia-fun-fact-item p {
  margin: 0 auto;
  max-width: 325px;
}

/*---------------------------------------------------- */
/*About area*/
/*----------------------------------------------------*/
.dia-about-section {
  padding-top: 130px;
}

.dia-about-section .dia-about-title-text {
  padding-top: 25px;
}

.dia-about-content .dia-about-title-text {
  max-width: 455px;
}

.dia-about-content .dia-about-text {
  font-size: 18px;
  padding: 25px 0px 75px;
}

.dia-about-content .dia-about-list li {
  width: 50%;
  float: left;
  color: #282350;
  font-weight: 700;
  padding-left: 30px;
  position: relative;
  margin-bottom: 18px;
}

.dia-about-content .dia-about-list li:after {
  left: 0;
  top: -3px;
  color: #25d98f;
  font-size: 20px;
  content: "";
  font-weight: 900;
  position: absolute;
  font-family: "Font Awesome 5 Free";
}

.dia-about-content .dia-about-img {
  z-index: 1;
  padding-left: 40px;
}

.dia-about-content .dia-about-img .ab-shape1 {
  top: 30px;
  left: -10px;
  z-index: -1;
}

.dia-about-content .dia-about-img .ab-shape2 {
  right: 0;
  bottom: 0;
  z-index: -1;
}

.dia-exp-section {
  padding: 115px 0px 0px;
}

.dia-exp-section .dia-exp-img .ab-shape1 {
  top: 60px;
  left: -5px;
  z-index: -1;
}

.dia-exp-section .dia-exp-img .ab-shape2 {
  bottom: 20px;
  right: 20px;
  z-index: -1;
}

.dia-exp-section .dio-exp-text-area {
  max-width: 520px;
}

.dia-exp-section .dio-exp-text-area .dia-about-text {
  margin-top: 30px;
}

.dia-exp-section .dio-exp-text-area .dia-exp-btn {
  color: #fff;
  height: 48px;
  width: 155px;
  font-size: 15px;
  font-weight: 700;
  line-height: 48px;
  border-radius: 40px;
  font-family: "Poppins";
  background-color: #390ed2;
}

.dia-exp-section .dio-exp-text-area .dia-exp-btn a {
  width: 100%;
  display: block;
}

.dia-exp-section .dio-exp-text-area .dia-exp-btn:before {
  background-color: #ff6700;
}

.dia-exp-section .skill-progress-bar {
  padding: 20px 0px 20px;
}

.dia-exp-section .skill-progress-bar .skill-set-percent {
  margin-bottom: 30px;
}

.dia-exp-section .skill-progress-bar .skill-set-percent h4 {
  font-size: 16px;
  font-weight: 700;
  font-family: "Roboto";
}

.dia-exp-section .skill-progress-bar .skill-set-percent .progress {
  height: 6px;
  border-radius: 0;
  overflow: visible;
  position: relative;
  background-color: #dededf;
}

.dia-exp-section .skill-progress-bar .skill-set-percent .progress span {
  right: 0;
  top: -30px;
  color: #282350;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
}

.dia-exp-section .skill-progress-bar .skill-set-percent .progress-bar {
  width: 0;
  float: left;
  height: 100%;
  position: relative;
  background-color: #ff6700;
  transition: 1s all ease-in-out;
}

/*---------------------------------------------------- */
/*Portfolio area*/
/*----------------------------------------------------*/
.dia-portfolio-section {
  padding-top: 100px;
}
.dia-portfolio-img-text {
  transition: 0.4s all ease-in-out;
}

.dia-portfolio-img-text .dia-portfolio-img {
  overflow: hidden;
  position: relative;
}

.dia-portfolio-img-text .dia-portfolio-img img {
  transition: 1s all ease-in-out;
}

.dia-portfolio-img-text .dia-portfolio-img:after {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  background-color: #000;
  transition: all 700ms ease-out 0s;
  transform: rotateX(180deg) scale(0.5, 0.5);
}

.dia-portfolio-img-text .dia-portfolio-text {
  margin-top: 18px;
  padding-bottom: 28px;
}

.dia-portfolio-img-text .dia-portfolio-text h3 {
  color: #282350;
  font-size: 24px;
  display: inline-block;
  font-weight: 700;
  position: relative;
  padding-bottom: 12px;
}

.dia-portfolio-img-text .dia-portfolio-text h3:before {
  left: 0;
  right: 0;
  width: 0%;
  content: "";
  bottom: 8px;
  height: 2px;
  margin: 0 auto;
  position: absolute;
  background-color: #282350;
  transition: 0.4s all ease-in-out;
}

.dia-portfolio-img-text .dia-portfolio-text span {
  display: block;
  font-weight: 700;
}

.dia-portfolio-img-text:hover {
  box-shadow: -1.308px 24.966px 22px 0px rgba(0, 0, 0, 0.11);
}

.dia-portfolio-img-text:hover .dia-portfolio-img img {
  transform: scale(1.4);
}

.dia-portfolio-img-text:hover .dia-portfolio-img:after {
  opacity: 0.8;
  transform: rotateX(0deg) scale(1, 1);
}

.dia-portfolio-img-text:hover h3:before {
  width: 100%;
}

.dia-portfolio-slide-area {
  margin: 45px 0px 20px;
}

.dia-portfolio-slide-area .owl-stage-outer {
  padding-bottom: 35px;
}

.dia-portfolio-slide-area .owl-nav .owl-prev,
.dia-portfolio-slide-area .owl-nav .owl-next {
  top: 40%;
  z-index: 1;
  width: 60px;
  height: 60px;
  cursor: pointer;
  line-height: 60px;
  position: absolute;
  text-align: center;
  border-radius: 100%;
  background-color: #ffffff;
  transform: translateY(-50%);
  transition: 0.4s all ease-in-out;
  box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.28);
}

.dia-portfolio-slide-area .owl-nav .owl-prev:before,
.dia-portfolio-slide-area .owl-nav .owl-next:before {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: -1;
  position: absolute;
  border-radius: 100%;
  transform: scale(0);
  transition: 0.4s all ease-in-out;
  background-image: linear-gradient(-81deg, #6806d9 0%, #4f0ad6 57%, #360ed2 100%);
}

.dia-portfolio-slide-area .owl-nav .owl-prev:hover,
.dia-portfolio-slide-area .owl-nav .owl-next:hover {
  color: #fff;
}

.dia-portfolio-slide-area .owl-nav .owl-prev:hover:before,
.dia-portfolio-slide-area .owl-nav .owl-next:hover:before {
  transform: scale(1);
}

.dia-portfolio-slide-area .owl-nav .owl-prev {
  left: 12px;
}

.dia-portfolio-slide-area .owl-nav .owl-next {
  right: 12px;
}

.dia-port-more a {
  color: #fff;
  height: 58px;
  width: 200px;
  margin: 0 auto;
  font-size: 15px;
  font-weight: 700;
  line-height: 58px;
  border-radius: 40px;
  font-family: "Poppins";
  background-color: #ff6700;
}

.dia-port-more a:before {
  background-color: #390ed2;
}

/*---------------------------------------------------- */
/*Team area*/
/*----------------------------------------------------*/
.dia-team-section {
  padding-top: 110px;
}

.dia-team-section .dia-section-title {
  margin: 0 auto;
  max-width: 530px;
}

.dia-team-section .dia-section-title h2 {
  padding-bottom: 10px;
}

.dia-team-section .dia-team-content {
  padding-top: 55px;
}

.dia-team-section .dia-team-pic-text .dia-team-img:after {
  width: 236px;
  height: 236px;
  content: "";
  position: absolute;
  top: 0;
  left: 100px;
  opacity: 0;
  visibility: hidden;
  border: double 2px transparent;
  border-radius: 100%;
  background-image: linear-gradient(white, white), radial-gradient(circle at top left, #ff6600, #ff9903, #ffcb05);
  background-origin: border-box;
  transition: 0.3s all ease-in-out;
  background-clip: content-box, border-box;
}

.dia-team-section .dia-team-pic-text .dia-team-img .team-mem-img-ei {
  z-index: 1;
  width: 236px;
  height: 236px;
  margin: 0 auto;
  border-radius: 100%;
  overflow: hidden;
  background-color: #eff0f7;
}

.dia-team-section .dia-team-pic-text .dia-team-img .team-mem-img-ei .mshape-bg {
  width: 100%;
  z-index: -1;
  height: 100%;
  position: absolute;
}

.dia-team-section .dia-team-pic-text .dia-team-img .team-mem-img-ei .shape-bg1 {
  top: 90px;
  left: -75px;
}

.dia-team-section .dia-team-pic-text .dia-team-img .team-mem-img-ei .shape-bg2 {
  top: 100px;
  z-index: -2;
  right: -68px;
}

.dia-team-section .dia-team-pic-text .dia-team-social {
  top: 47px;
  z-index: 1;
  right: 50px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition-delay: 0.2s;
  transition: 0.5s all ease-in-out;
}

.dia-team-section .dia-team-pic-text .dia-team-social a {
  width: 35px;
  height: 35px;
  display: block;
  text-align: center;
  line-height: 37px;
  margin-bottom: 12px;
  border-radius: 100%;
  position: relative;
  z-index: 1;
  background-color: #fff;
  box-shadow: 0px 0px 18px 0px rgba(43, 1, 68, 0.23);
}

.dia-team-section .dia-team-pic-text .dia-team-social a:after {
  position: absolute;
  content: "";
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  z-index: -1;
  transition: 0.3s all ease-in-out;
  border-radius: 100%;
  background-image: linear-gradient(81deg, #ff6600 0%, #ff9903 75%, #ffcb05 100%);
}

.dia-team-section .dia-team-pic-text .dia-team-social a:nth-child(1) {
  color: #118bfc;
}

.dia-team-section .dia-team-pic-text .dia-team-social a:nth-child(2) {
  transform: translateX(15px);
  color: #004d4d;
}

.dia-team-section .dia-team-pic-text .dia-team-social a:nth-child(3) {
  transform: translateX(9px);
  margin-bottom: 5px;
  color: #7d0202;
}

.dia-team-section .dia-team-pic-text .dia-team-social a:nth-child(4) {
  color: #004d4d;
  transform: translateX(-20px);
}

.dia-team-section .dia-team-pic-text .dia-team-social a:hover {
  color: #fff;
}

.dia-team-section .dia-team-pic-text .dia-team-social a:hover:after {
  opacity: 1;
  visibility: visible;
}

.dia-team-section .dia-team-pic-text .dia-team-text {
  margin-top: 20px;
}

.dia-team-section .dia-team-pic-text .dia-team-text h3 {
  color: #282350;
  font-size: 22px;
  font-weight: 700;
}

.dia-team-section .dia-team-pic-text .dia-team-text p {
  color: #383838;
  font-size: 15px;
}

.dia-team-section .dia-team-pic-text:hover .dia-team-img:after {
  opacity: 1;
  left: 102px;
  visibility: visible;
}

.dia-team-section .dia-team-pic-text:hover .dia-team-social {
  opacity: 1;
  right: 25px;
  visibility: visible;
}

.dia-team-section .dia-team-content {
  z-index: 1;
  margin: 0 auto;
  max-width: 1100px;
}

.dia-team-section .dia-team-content .owl-nav .owl-prev,
.dia-team-section .dia-team-content .owl-nav .owl-next {
  top: 50%;
  width: 52px;
  height: 52px;
  cursor: pointer;
  line-height: 52px;
  text-align: center;
  position: absolute;
  border-radius: 100%;
  display: inline-block;
  background-color: #fff;
  transform: translateY(-50%);
  transition: 0.3s all ease-in-out;
  box-shadow: 0px 7px 18px 0px rgba(16, 31, 60, 0.25);
}

.dia-team-section .dia-team-content .owl-nav .owl-prev:hover,
.dia-team-section .dia-team-content .owl-nav .owl-next:hover {
  color: #fff;
  background-color: #282350;
}

.dia-team-section .dia-team-content .owl-nav .owl-prev {
  left: -40px;
}

.dia-team-section .dia-team-content .owl-nav .owl-next {
  right: -50px;
}

.dia-team-section .dia-team-content .owl-item.active.center .dia-team-img:after {
  left: 102px;
  opacity: 1;
  visibility: visible;
}

.dia-team-section .dia-team-content .owl-item.active.center .dia-team-social {
  opacity: 1;
  right: 25px;
  visibility: visible;
}

/*---------------------------------------------------- */
/*Testimonial area*/
/*----------------------------------------------------*/
.dia-testimonial-section {
  overflow: visible;
  padding: 135px 0 100px;
}

.dia-testimonial-section .tst-side-shape {
  right: 0;
  top: -100px;
}

.dia-testimonial-section .dia-section-title {
  margin: 0 auto;
  max-width: 500px;
}

.dia-testimonial-section .dia-testimonial_slider-area {
  margin: 0 auto;
  margin-top: 55px;
  max-width: 725px;
  background-color: #fff;
  box-shadow: -1.046px 11.954px 22px 0px rgba(0, 0, 0, 0.08);
}

.dia-testimonial-section .dia-testimonial_slider-area:after {
  top: -50px;
  left: 25px;
  font-size: 60px;
  content: "";
  font-weight: 900;
  position: absolute;
  color: rgba(203, 203, 226, 0.75);
  font-family: "Font Awesome 5 Free";
}

.dia-testimonial-section .dia-testimonial_slider-area .test-shape1 {
  top: -100px;
  z-index: -1;
  left: -175px;
}

.dia-testimonial-section .dia-testimonial_slider-area .test-shape2 {
  z-index: -1;
  right: -175px;
  bottom: -100px;
}

.dia-testimonial-section .dia-testimonial_indicator .carousel-indicators li {
  width: 90px;
  height: 90px;
  display: inherit;
  text-align: center;
  color: #202120;
  border-radius: 50%;
  overflow: hidden;
  transition: all 500ms ease;
}

.dia-testimonial-section .carousel-inner .carousel-item {
  padding: 80px 90px 70px;
}

.dia-testimonial-section .carousel-inner .dia-testimonial_rating li {
  color: #ffba00;
}

.dia-testimonial-section .carousel-inner .dia-testimonial_text {
  margin: 18px 0px 28px;
  font-size: 22px;
  line-height: 1.636;
}

.dia-testimonial-section .carousel-inner .dia-testimonial_meta h4 {
  color: #282350;
  font-size: 32px;
  font-weight: 700;
  padding-bottom: 3px;
}

.dia-testimonial-section .carousel-inner .dia-testimonial_meta p {
  font-size: 18px;
}

.dia-testimonial-section .carousel-indicators {
  top: 70px;
  margin: 0;
  left: auto;
  right: -45px;
  position: absolute;
  display: inherit;
}

.dia-testimonial-section .carousel-indicators li {
  text-indent: 0;
  margin-bottom: 15px;
  transform: scale(0.9);
  border: 3px solid rgba(255, 255, 255, 0);
}

.dia-testimonial-section .carousel-indicators li img {
  border-radius: 100%;
}

.dia-testimonial-section .carousel-indicators li.active {
  padding: 5px;
  transform: scale(1);
  border: 3px solid #5409d6;
}

.dia-testimonial_indicator-dot .carousel-indicators2 {
  top: 60%;
  right: 45px;
  left: -35px;
  bottom: 25px;
  padding-left: 0;
  margin-bottom: 0;
  position: absolute;
  transform: translateY(-50%);
}

.dia-testimonial_indicator-dot .carousel-indicators2 li {
  width: 15px;
  height: 15px;
  display: block;
  cursor: pointer;
  position: relative;
  border-radius: 100%;
  margin-bottom: 12px;
  background-color: #fff;
  transition: 0.3s all ease-in-out;
}

.dia-testimonial_indicator-dot .carousel-indicators2 li:after {
  top: 3px;
  left: 3px;
  content: "";
  width: 60%;
  height: 60%;
  border-radius: 100%;
  position: absolute;
  transform: scale(0);
  transition: 0.3s all ease-in-out;
  background: linear-gradient(81deg, #ff6600 0%, #ff9903 75%, #ffcb05 100%);
}

.dia-testimonial_indicator-dot .carousel-indicators2 li.active {
  transform: scale(1.2);
}

.dia-testimonial_indicator-dot .carousel-indicators2 li.active:after {
  transform: scale(1);
}

/*---------------------------------------------------- */
/*blog area*/
/*----------------------------------------------------*/
.dia-blog-section {
  padding: 100px 0px 60px;
}

.dia-blog-section .dia-section-title {
  max-width: 450px;
}

.dia-blog-section .dia-section-title h2 {
  padding-bottom: 10px;
}

.dia-blog-section .dia-blog-content {
  padding-top: 50px;
}

.dia-blog-section .dia-blog-img-text {
  max-width: 370px;
}

.dia-blog-section .dia-blog-img-text .dia-blog-text {
  margin-top: 25px;
}

.dia-blog-section .dia-blog-img-text .dia-blog-text h3 {
  color: #282350;
  font-size: 24px;
  font-weight: 700;
  padding: 15px 0px 30px;
  transition: 0.3s all ease-in-out;
}

.dia-blog-section .dia-blog-img-text .dia-blog-text h3:hover {
  color: #ff6700;
}

.dia-blog-section .dia-blog-img-text .dia-author-area {
  width: 60%;
}

.dia-blog-section .dia-blog-img-text .dia-author-area .dia-athur-img {
  width: 43px;
  height: 43px;
  overflow: hidden;
  margin-right: 15px;
  border-radius: 100%;
}

.dia-blog-section .dia-blog-img-text .dia-author-area .dia-author-name {
  margin-top: 10px;
}

.dia-blog-section .dia-blog-img-text .dia-author-area .dia-author-name span {
  font-size: 18px;
}

.dia-blog-section .dia-blog-img-text .dia-author-area .dia-author-name span a {
  color: #6606d9;
  font-weight: 700;
}

.dia-blog-section .dia-blog-img-text .dia-date-meta {
  margin-top: 10px;
  font-size: 18px;
}

/*---------------------------------------------------- */
/*Newslatter area*/
/*----------------------------------------------------*/
.dia-newslatter-section {
  z-index: 1;
  padding: 65px 0px 80px;
  background-color: #f6ebe6;
}

.dia-newslatter-section .newslatter-shape {
  z-index: -1;
}

.dia-newslatter-section .n-shape1 {
  top: 0;
  left: 0;
}

.dia-newslatter-section .n-shape4 {
  left: 10%;
  bottom: 30px;
}

.dia-newslatter-section .n-shape5 {
  top: 50%;
  right: 12%;
}

.dia-newslatter-section .n-shape2 {
  top: 10px;
  left: 14%;
}

.dia-newslatter-section .n-shape3 {
  top: 45px;
  right: 13%;
}

.dia-newslatter-section .n-shape6 {
  right: 30px;
  bottom: -80px;
}

.dia-newslatter-section .dia-newslatter-content {
  border-radius: 30px;
  background-color: #fff;
  padding: 55px 55px 65px 75px;
}

.dia-newslatter-section .dia-newslatter-content .dia-newslatter-text h3 {
  color: #282350;
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 12px;
}

.dia-newslatter-section .dia-newslatter-content .dia-newslatter-text p {
  font-size: 17px;
}

.dia-newslatter-section .dia-newslatter-content .dia-newslatter-form {
  margin-top: 10px;
  padding-left: 25px;
}

.dia-newslatter-section .dia-newslatter-content .dia-newslatter-form input {
  width: 100%;
  border: none;
  height: 50px;
  max-width: 330px;
  padding-left: 20px;
  border-radius: 5px;
  background-color: #ebeff3;
}

.dia-newslatter-section .dia-newslatter-content .dia-newslatter-form .nws-button {
  top: 0;
  right: 0;
  position: absolute;
}

.dia-newslatter-section .dia-newslatter-content .dia-newslatter-form .nws-button button {
  color: #fff;
  height: 50px;
  width: 140px;
  border: none;
  font-weight: 700;
  border-radius: 5px;
  font-family: "Poppins";
  background-image: linear-gradient(-100deg, #ff6600 0%, #ff9903 75%, #ffcb05 100%);
}

.dia-newslatter-section .dia-newslatter-content .dia-newslatter-form .nws-button button:before {
  background-color: #390ed2;
}

.dia-newslatter-section .dia-newslatter-content .dia-newslatter-form .dia-newslatter-checkbox {
  margin-top: 15px;
}

.dia-newslatter-section .dia-newslatter-content .dia-newslatter-form .dia-newslatter-checkbox input {
  height: inherit;
  width: inherit;
  padding-left: 0;
  margin-right: 5px;
  max-width: inherit;
}

.dia-newslatter-section .dia-newslatter-content .dia-newslatter-form .dia-newslatter-checkbox label {
  font-size: 14px;
  margin-bottom: 0;
}

/*---------------------------------------------------- */
/*Newslatter area*/
/*----------------------------------------------------*/
.dia-footer-section {
  padding-top: 140px;
}

.dia-footer-widget .dia-widget-title {
  font-size: 16px;
  color: #05071f;
  font-weight: 700;
  padding-bottom: 20px;
}

.dia-footer-widget .dia-footer-logo {
  margin-bottom: 18px;
}

.dia-footer-widget p {
  max-width: 220px;
  line-height: 1.875;
}

.dia-footer-widget .dia-payment-mathod {
  margin-top: 30px;
}

.dia-footer-widget ul li {
  width: 50%;
  float: left;
  font-size: 14px;
  padding-left: 15px;
  margin-bottom: 15px;
  font-family: "Poppins";
}

.dia-footer-widget ul li a {
  color: #05071f;
  font-weight: 500;
  position: relative;
  transition: 0.3s all ease-in-out;
}

.dia-footer-widget ul li a:before {
  left: -15px;
  top: 0px;
  content: "";
  font-size: 12px;
  font-weight: 900;
  position: absolute;
  font-family: "Font Awesome 5 Free";
}

.dia-footer-widget ul li a:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 0%;
  left: 0;
  bottom: 0;
  background-color: #0072fd;
  transition: 0.3s all ease-in-out;
}

.dia-footer-widget ul li a:hover {
  color: #0072fd;
  margin-left: 10px;
}

.dia-footer-widget ul li a:hover:after {
  width: 100%;
}

.dia-footer-widget h4 {
  width: 45%;
  float: left;
  font-size: 14px;
  font-weight: 700;
  padding-left: 24px;
  margin-right: 15px;
  position: relative;
  display: inline-block;
}

.dia-footer-widget h4 i {
  left: 0;
  top: 2px;
  color: #7d0202;
  font-size: 16px;
  margin-right: 5px;
  position: absolute;
}

.dia-footer-widget h4 span {
  font-family: "Roboto";
  font-weight: 400;
  margin-top: 10px;
  display: block;
  color: #818181;
}

.dia-footer-widget .download-btn {
  width: 100%;
  margin-top: 20px;
  display: inline-block;
}

.dia-footer-widget .download-btn a {
  margin-right: 10px;
}

.dia-footer-widget .dia-footer-social {
  margin-top: 15px;
}

.dia-footer-widget .dia-footer-social a {
  height: 30px;
  width: 30px;
  border-radius: 100%;
  background-color: #fff;
  line-height: 30px;
  text-align: center;
  margin-right: 5px;
  display: inline-block;
  transition: 0.3s all ease-in-out;
  box-shadow: 0px 0px 9px 0px rgba(15, 54, 131, 0.07);
}

.dia-footer-widget .dia-footer-social a:nth-child(1) {
  color: #16599b;
}

.dia-footer-widget .dia-footer-social a:nth-child(2) {
  color: #004d4d;
}

.dia-footer-widget .dia-footer-social a:nth-child(3) {
  color: #7d0202;
}

.dia-footer-widget .dia-footer-social a:nth-child(4) {
  color: #0d6fff;
}

.dia-footer-widget .dia-footer-social a:hover {
  transform: translateY(5px);
}

.dia-footer-copyright {
  color: #004d4d;
  font-size: 14px;
  margin-top: 25px;
  font-weight: 500;
  font-family: "Poppins";
}

.dia-footer-copyright .dia-footer-copyright-content {
  padding: 25px 0px 15px;
  border-top: 2px solid #dee2ef;
}

.dia-footer-copyright .dia-copyright-menu {
  float: right;
}

.dia-footer-copyright .dia-copyright-menu a {
  margin-left: 35px;
}
@keyframes left-right-move {
  0% {
    transform: translateX(-100px);
  }
  50% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(-100px);
  }
}
.dia-footer-shape3 {
  left: 0;
  right: 0;
  opacity: 1;
  z-index: -1;
  top: 100px;
  margin: 0 auto;
  text-align: center;
  animation-duration: 25s;
  animation-name: left-right-move;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

/*---------------------------------------------------- */
/*responsive area*/
/*----------------------------------------------------*/
@media only screen and (min-width: 1367px) and (max-width: 1700px) {
  .dia-banner-section .banner-side-img.banner-img1,
  .dia-banner-section .banner-side-img.banner-img2 {
    right: -450px;
  }

  .dia-banner-section .banner-side-img.banner-img1.view-on,
  .dia-banner-section .banner-side-img.banner-img2.view-on {
    right: -200px;
  }

  .dia-banner-section .banner-side-shape1,
  .dia-banner-section .banner-side-shape2 {
    left: -150px;
  }
}
@media screen and (max-width: 1440px) {
  .dia-banner-section .banner-side-img.banner-img1,
  .dia-banner-section .banner-side-img.banner-img2 {
    right: -600px;
  }

  .dia-banner-section .banner-side-img.banner-img1.view-on,
  .dia-banner-section .banner-side-img.banner-img2.view-on {
    right: -250px;
  }

  .dia-banner-section .banner-shape2 {
    left: 20px;
  }

  .dia-newslatter-section .n-shape4 {
    left: 10px;
  }

  .dia-banner-section .banner-side-shape1,
  .dia-banner-section .banner-side-shape2 {
    left: -150px;
  }
}
@media screen and (max-width: 1280px) {
  .dia-banner-section .banner-side-shape1,
  .dia-banner-section .banner-side-shape2,
  .dia-testimonial-section .tst-side-shape {
    display: none;
  }

  .dia-banner-section .banner-shape2 {
    z-index: -1;
  }
}
@media screen and (max-width: 1024px) {
  .dia-banner-section .banner-side-img.banner-img1,
  .dia-banner-section .banner-side-img.banner-img2 {
    right: -800px;
  }

  .dia-banner-section .banner-side-img.banner-img1.view-on,
  .dia-banner-section .banner-side-img.banner-img2.view-on {
    right: -500px;
  }

  .dia-service-section .dia-service-details .dia-service-item:nth-child(even) {
    padding-left: 0px;
  }

  .dia-service-section .dia-service-btn .dia-service-more {
    width: 185px;
  }

  .dia-team-section .dia-team-content .owl-nav {
    text-align: center;
    margin-top: 30px;
    padding-bottom: 20px;
  }
  .dia-testimonial-section {
    overflow: hidden;
  }
  .dia-team-section .dia-team-content .owl-nav .owl-prev,
  .dia-team-section .dia-team-content .owl-nav .owl-next {
    position: static;
    margin: 0px 8px;
    transform: translateY(0);
  }

  .dia-team-section .dia-team-content .owl-item.active.center .dia-team-img:after,
  .dia-team-section .dia-team-pic-text:hover .dia-team-img:after {
    left: 70px;
  }

  .dia-footer-widget .download-btn a {
    margin-right: 0px;
  }
}
@media screen and (max-width: 991px) {
  .dia-banner-section .dia-banner-content {
    max-width: 100%;
    text-align: center;
  }

  .dia-banner-section .dia-banner-content .dia-banner-btn {
    justify-content: center;
  }

  .dia-testimonial-section .dia-testimonial_slider-area .test-shape1,
  .dia-testimonial-section .dia-testimonial_slider-area .test-shape2 {
    display: none;
  }

  .dia-main-navigation {
    display: none;
  }

  .dia-banner-section .banner-side-img,
  .dia-about-content .dia-about-img .ab-shape1,
  .dia-about-content .dia-about-img .ab-shape2,
  .dia-exp-section .dia-exp-img .ab-shape1,
  .dia-exp-section .dia-exp-img .ab-shape2 {
    display: none;
  }

  .dia-main-header.dia-sticky-menu {
    padding-top: 15px;
  }

  .dia-main-header .dia-logo {
    margin-top: 0;
  }

  .dia-sticky-menu {
    padding: 15px 0px;
  }

  .dia-mobile_menu_button {
    display: block;
  }

  .dia-service-section .dia-service-img {
    margin-top: 0;
    margin-bottom: 35px;
  }

  .dia-fun-fact-section .dia-fun-fact-item .fun-fact-number span,
  .dia-fun-fact-section .dia-fun-fact-item .fun-fact-number h3 {
    font-size: 80px;
  }

  .dia-about-content .dia-about-img {
    margin-left: 0;
    margin-top: 30px;
  }

  .dia-exp-img {
    margin-bottom: 30px;
  }

  .dia-team-section .dia-team-content .owl-item.active.center .dia-team-img:after,
  .dia-team-section .dia-team-pic-text:hover .dia-team-img:after {
    left: 105px;
  }

  .dia-testimonial-section {
    overflow: hidden;
  }

  .dia-testimonial-section .carousel-indicators {
    display: none;
  }

  .dia-banner-section .dia-banner-content {
    padding: 150px 0px 0px;
  }

  .dia-testimonial_indicator-dot .carousel-indicators2 {
    position: static;
    text-align: center;
  }

  .dia-testimonial_indicator-dot .carousel-indicators2 li {
    display: inline-block;
    background-color: #390ed2;
  }

  .dia-blog-img-text {
    margin-bottom: 40px;
  }

  .dia-newslatter-section .dia-newslatter-content .dia-newslatter-form {
    padding-left: 0;
    margin-top: 20px;
  }

  .dia-newslatter-section .dia-newslatter-content .dia-newslatter-form input {
    max-width: 100%;
  }

  .dia-footer-widget {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 580px) {
  .dia-banner-section .dia-banner-content h1 {
    font-size: 50px;
  }

  .dia-banner-section .cd-headline.clip .cd-words-wrapper::after {
    height: 35px;
  }

  .dia-banner-section .dia-banner-content p {
    font-size: 20px;
  }

  .dia-banner-section .dia-banner-content .dia-banner-btn {
    margin-top: 30px;
  }

  .dia-team-pic-text {
    max-width: 370px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .dia-banner-section .dia-banner-content .dia-banner-btn .dia-play-btn {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-right: 10px;
  }

  .dia-banner-section .dia-banner-content .dia-banner-btn .dia-abt-btn {
    height: 50px;
    width: 200px;
    line-height: 50px;
  }

  .dia-banner-section .dia-banner-content h1 {
    font-size: 40px;
  }

  .dia-banner-section .dia-banner-content {
    padding: 130px 0px 0px;
  }

  .dia-banner-section {
    padding-bottom: 50px;
  }

  .dia-service-section .dia-service-text {
    padding-left: 0;
  }

  .dia-service-section .dia-service-details {
    margin: 25px 0px 0px;
  }

  .dia-service-section {
    padding-bottom: 55px;
  }

  .dia-section-title h2 {
    font-size: 30px;
  }

  .dia-fun-fact-section {
    padding-bottom: 10px;
  }

  .dia-fun-fact-section .dia-fun-fact-title h2 {
    font-size: 30px;
  }

  .dia-fun-fact-section .dia-fun-fact-counter {
    padding-top: 30px;
  }

  .dia-fun-fact-section .dia-fun-fact-item .fun-fact-number {
    padding: 5px 0px;
  }

  .dia-fun-fact-section .dia-fun-fact-item .fun-fact-number span,
  .dia-fun-fact-section .dia-fun-fact-item .fun-fact-number h3 {
    font-size: 45px;
  }

  .dia-fun-fact-item {
    margin-bottom: 40px;
  }

  .dia-about-section {
    padding-top: 20px;
  }

  .dia-service-section .dia-service-details .dia-service-item {
    width: 100%;
  }

  .dia-about-content .dia-about-list li {
    width: 100%;
  }

  .dia-about-content .dia-about-text {
    font-size: 16px;
    padding: 20px 0px 30px;
  }

  .dia-about-content .dia-about-img {
    padding-left: 0;
  }

  .dia-exp-section {
    padding: 60px 0px 60px;
  }

  .dia-exp-section .skill-progress-bar {
    padding: 20px 0px 10px;
  }

  .dia-team-section {
    padding-top: 60px;
  }

  .dia-team-section {
    padding-top: 60px;
  }

  .dia-testimonial-section {
    padding: 45px 0 60px;
  }

  .dia-testimonial-section .carousel-inner .carousel-item {
    padding: 50px 30px 60px;
  }

  .dia-testimonial-section .carousel-inner .dia-testimonial_text {
    font-size: 18px;
  }

  .dia-testimonial-section .carousel-inner .dia-testimonial_meta h4 {
    font-size: 26px;
  }

  .dia-testimonial-section .dia-testimonial_slider-area:after {
    top: -15px;
    font-size: 40px;
  }

  .dia-blog-section .dia-blog-img-text .dia-blog-text h3 {
    font-size: 22px;
    padding: 10px 0px 20px;
  }

  .dia-blog-section {
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .dia-newslatter-section .dia-newslatter-content .dia-newslatter-text h3 {
    font-size: 28px;
  }

  .dia-newslatter-section .dia-newslatter-content {
    padding: 45px 25px 45px 25px;
  }

  .dia-footer-section {
    padding-top: 50px;
  }

  .dia-footer-widget .dia-payment-mathod {
    margin-top: 20px;
  }

  .dia-footer-copyright .dia-copyright-menu {
    float: none;
  }

  .dia-footer-copyright .dia-copyright-menu a {
    margin-left: 0;
    margin: 0px 8px;
  }

  .dia-footer-copyright-content {
    text-align: center;
  }
  .dia-portfolio-section {
    padding-top: 30px;
  }
  .dia-service-section {
    padding-top: 0;
  }
}
@media screen and (max-width: 420px) {
  .dia-service-section .dia-service-review,
  .dia-service-section .dia-service-btn .dia-service-more {
    float: none !important;
  }

  .dia-service-section .dia-service-btn .dia-service-more {
    margin-bottom: 15px;
  }

  .dia-service-section .dia-service-review .dia-service-rate ul {
    margin-bottom: 0;
  }

  .dia-fun-fact-section .dia-fun-fact-title h2 {
    font-size: 28px;
  }

  .dia-fun-fact-section {
    margin-bottom: 0;
  }

  .dia-port-more a {
    height: 45px;
    width: 150px;
    line-height: 45px;
  }
}
@media screen and (max-width: 380px) {
  .dia-banner-section .dia-banner-content h1 {
    font-size: 36px;
    padding: 10px 0px 15px;
  }

  .dia-banner-section .cd-headline.clip .cd-words-wrapper::after {
    height: 25px;
  }

  .dia-banner-section .dia-banner-content p {
    font-size: 18px;
  }

  .dia-section-title h2 {
    font-size: 26px;
  }

  .dia-newslatter-section .dia-newslatter-content .dia-newslatter-form .nws-button button {
    width: 100px;
  }

  .dia-newslatter-section .dia-newslatter-content .dia-newslatter-form input {
    padding-left: 10px;
  }

  .dia-newslatter-section .dia-newslatter-content .dia-newslatter-form input::placeholder {
    font-size: 14px;
  }

  .dia-team-section .dia-team-content .owl-item.active.center .dia-team-img:after,
  .dia-team-section .dia-team-pic-text:hover .dia-team-img:after {
    left: 85px;
  }
}
@media screen and (max-width: 360px) {
  .dia-team-section .dia-team-content .owl-item.active.center .dia-team-img:after,
  .dia-team-section .dia-team-pic-text:hover .dia-team-img:after {
    left: 70px;
  }

  .dia-blog-section .dia-blog-img-text .dia-author-area .dia-author-name span,
  .dia-blog-section .dia-blog-img-text .dia-date-meta {
    font-size: 14px;
  }
}
@media screen and (max-width: 320px) {
  .dia-banner-section .dia-banner-content h1 {
    font-size: 30px;
  }

  .dia-team-section .dia-team-content .owl-item.active.center .dia-team-img:after,
  .dia-team-section .dia-team-pic-text:hover .dia-team-img:after {
    left: 35px;
  }

  .dia-newslatter-section .dia-newslatter-content .dia-newslatter-form .dia-newslatter-checkbox label {
    font-size: 12px;
  }
}
/*** Start Of blog Section ***/
.saasio-breadcurmb-section {
  background-color: #004d4d;
  padding: 260px 0px 150px
}
.breadcurmb-title h2 {
  margin: 0;
  color: #fff;
  font-weight: 700;
  font-size: 36px;
  font-family: 'Poppins';
  padding-bottom: 20px;
}
.saasio-page-breadcurmb li a  {
  color: #fff;
  margin: 0px 10px;
  position: relative;
}
.saasio-page-breadcurmb li a:after {
 top: 2px;
 right: -17px;
 content: '\f054';
 font-weight: 900;
 font-size: 12px;
 position: absolute;
 font-family: 'Font Awesome 5 Free';
}
.saasio-page-breadcurmb li:last-child a::after {
  display: none;
}
.news-feed-section {
  padding: 100px 0px;
}
.news-feed-section .blog-feed-post {
  position: relative;
  border-radius: 9px;
  overflow: hidden;
  margin-bottom: 40px;
  box-shadow: 0px 0px 35px rgba(0,0,0,0.15);
}
.news-feed-section .saasio-blog-text {
  padding: 22px 30px 0px 0px;
}
.news-feed-section .saasio-blog-text h3 {
  color: #004d4d;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  font-family: 'Poppins';
}
.news-feed-section .saasio-blog-text p {
  margin-bottom: 0;
  padding-top: 20px;
}
.blog-read-more  {
  color: #004d4d;
  display: block;
  font-weight: 700;
  margin-top: 20px;
}
.saasio-post-meta  a {
  color: #777a91;
  margin-right: 15px;
}
.saasio-post-meta  a i {
  margin-right: 3px;
  font-size: 15px;
}
.saasio-pagination {
  padding-top: 30px;
}
.saasio-pagination a {
  height: 40px;
  width: 40px;
  color: #fff;
  font-weight: 700;
  margin: 0px 5px;
  line-height: 40px;
  display: inline-block;
  background-color: #004d4d;
  transition: .3s all ease-in-out;
}
.saasio-pagination a:hover,
.saasio-pagination a.active {
  background-color: #0cc5c5;
}
.saasio-blog-sidebar {
  padding-left: 30px;
}
.side-bar-widget {
  margin-bottom: 60px;
}
.saasio-blog-sidebar .widget-title-2 {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 30px;
}
.side-bar-widget .search-widget input {
  height: 50px;
  width: 100%;
  border: none;
  padding-left: 15px;
  background-color: #e6e6e6;
}
.side-bar-widget .search-widget button {
  top: 0;
  right: 0;
  color: #fff;
  width: 50px;
  border: none;
  height: 50px;
  position: absolute;
  background-color: #004d4d;
}
.category-widget li a {
  width: 100%;
  display: block;
  font-family: 'Poppins';
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e8d8d8;
}
.category-widget li:last-child a {
  border-bottom: 0;
}
.category-widget li a span {
  float: right;
}
.recent-post-img-text {
  width: 100%;
  display: inline-block;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e8d8d8;
}
.recent-post-img-text:last-child {
  border-bottom: none;
}
.recent-post-img-text .recent-post-img {
  height: 100px;
  width: 100px;
  overflow: hidden;
  margin-right: 15px;
}
.recent-post-img-text .recent-post-text h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 5px;
}
.recent-post-img-text .recent-post-text .rec-post-meta {
  color: #9e9e9b;
}
.popular-widget a {
  color: #fff;
  font-weight: 600;
  padding: 10px 15px;
  margin: 3px;
  float: left;
  display: inline-block;
  background-color: #004d4d;
}
.blog-details-img {
  margin-bottom: 40px;
}
.blog-details-text h2 {
  color: #004d4d;
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 25px;
}
.blog-details-text h3 {
  color: #004d4d;
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 10px;
}
.blog-details-text article {
  padding: 20px 0px
}
.blog-details-text blockquote {
  z-index: 1;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  padding: 50px;
  border-radius: 4px;
  font-family: 'Poppins';
  position: relative;
  background-color: #004d4d;
}
.blog-details-text blockquote:after {
  top: 50%;
  left: 0;
  right: 0;
  z-index: -1;
  font-size: 175px;
  font-weight: 900;
  content: '\f10d';
  text-align: center;
  position: absolute;
  transform: translateY(-50%);
  color: rgb(255 255 255 / 25%);
  font-family: 'Font Awesome 5 Free';
}
.blog-details-text blockquote h4 {
  font-size: 18px;
  font-weight: 700;
  padding-top: 15px;
}
.blog-details-tag {
  margin-top: 40px;
  padding: 10px 0px;
  border: 1px solid #ded7d7;
  border-left: none;
  border-right: none;
}
.blog-feed-tag  a {
  margin-left: 8px;
  padding: 10px 10px;
  display: inline-block;
  background-color: #f7f7f7;
  transition: .3s all ease-in-out;
}
.blog-details-tag a:hover {
  color: #fff;
  background-color: #004d4d;
}
.blog-feed-share a {
  width: 43px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  display: inline-block;
  background-color: #f7f7f7;
  transition: .3s all ease-in-out;
}
.saasio-comment-field {
  padding-top: 80px;
}
.saasio-comment-field h3 {
  font-weight: 600;
  font-size: 30px;
}
.comment-author-img {
  width: 120px;
  height: 120px;
  overflow: hidden;
  margin-right: 20px;
  border-radius: 100%;
}
.comment-list-item {
  margin: 60px 0px;
}
.comment-inner-box {
  padding: 30px;
  margin-bottom: 30px;
  background-color: #f8f8f8;
}
.comment-author-text {
  overflow: hidden;
}
.comment-author-text p {
  margin-bottom: 0;
  padding: 15px 0px 5px;
}
.comment-author-text h4 {
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 10px;
}
.comment-author-text span {
  color: #969696;
}
.comment-reply {
  margin-top: 10px;
  padding: 8px 20px;
  border-radius: 4px;
  display: inline-block;
  color: #fff !important;
  background-color: #004d4d;
}
.comment-form {
  margin-top: 40px;
}
.comment-form input,
.comment-form textarea {
  width: 100%;
  height: 60px;
  border:  none;
  padding-left: 20px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}
.comment-form textarea {
  height: 180px;
  padding-top: 20px;
}
.comment-form button {
  border: none;
  color: #fff;
  padding: 15px 30px;
  background-color: #004d4d;
}
@media screen and (max-width: 1024px) { 
  .news-feed-section .saasio-blog-text {
    padding: 22px 30px 30px 0px
  }
  .news-feed-section .saasio-blog-text h3 {
    font-size: 20px;
  }
  .recent-post-img-text .recent-post-text h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) { 
  .blog-feed-img {
    margin-bottom: 20px;
  } 
  .blog-feed-img-txt {
    padding: 30px;
  }
  .saasio-blog-sidebar {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) { 
  .saasio-blog-sidebar {
    margin-top: 30px;
  }
  .saasio-breadcurmb-section {
    padding: 150px 0px 100px;
  }
  .breadcurmb-title h2 {
    font-size: 30px;
  }
  .blog-feed-share {
    margin-top: 15px;
    float: left !important;
  }
  .comment-inner-box {
    padding: 15px;
  }
  .comment-author-img {
    height: 80px;
    width: 80px;
  }
}
/*=====================================================================
SaaSio - HR Management
=====================================================================*/
.pm-intregation-section .pm-intregation-text .pm-intr-feature-inner a .pm-inft-icon i {
  display: block;
  background: linear-gradient(-90deg, #227df8 0%, #0054c4 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pm-footer-section .pm-footer-widget .pm-footer-support, .header-type-one .pm-header-support {
  font-size: 14px;
  padding-left: 60px;
}
.pm-footer-section .pm-footer-widget .pm-footer-support span, .header-type-one .pm-header-support span {
  color: #5c8ed0;
  display: block;
}
.pm-footer-section .pm-footer-widget .pm-footer-support a, .header-type-one .pm-header-support a {
  color: #fff;
  font-weight: 700;
}
.pm-footer-section .pm-footer-widget .pm-footer-support:before, .header-type-one .pm-header-support:before {
  top: 10px;
  left: 25px;
  width: 2px;
  content: "";
  height: 40px;
  position: absolute;
  background-color: #5c8ed0;
}
@keyframes fadeFromLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeFromRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeFromUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeFromUp {
  animation-name: fadeFromUp;
}

.fadeFromRight {
  animation-name: fadeFromRight;
}

.fadeFromLeft {
  animation-name: fadeFromLeft;
}

/*global area*/
/*----------------------------------------------------*/
.pm-home {
  margin: 0;
  padding: 0;
  color: #6480a7;
  font-size: 16px;
  overflow-x: hidden;
  line-height: 1.625;
  font-family: "Roboto";
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

.pm-home::selection {
  color: #ffffff;
  background-color: #004d4d;
}

.pm-home::-moz-selection {
  color: #ffffff;
  background-color: #004d4d;
}

.pm-preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background-color: #fff;
  background: #fff url("../img/pre.svg") no-repeat center center;
}

@keyframes zooming {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.05, 1.05);
  }
  100% {
    transform: scale(1, 1);
  }
}
.zooming {
  animation: zooming 18s infinite both;
}

.pm-headline h1,
.pm-headline h2,
.pm-headline h3,
.pm-headline h4,
.pm-headline h5,
.pm-headline h6 {
  margin: 0;
  font-family: "Poppins";
}

.pm-title-tag {
  color: #0e65d9;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 20px 5px;
  display: inline-flex;
  background-color: #f3f7ff;
}

.pm-section-title h2 {
  color: #003378;
  font-size: 36px;
  font-weight: 600;
  padding-top: 15px;
}

.pm-scrollup {
  right: 0px;
  z-index: 5;
  width: 60px;
  height: 60px;
  bottom: -17px;
  line-height: 60px;
  position: absolute;
  background-color: #fff;
}
.pm-scrollup i {
  color: #003378;
}

/*---------------------------------------------------- */
/*Header area*/
/*----------------------------------------------------*/
.pm-main-header {
  z-index: 5;
  width: 100%;
  padding-top: 15px;
  position: absolute;
}
.pm-main-header .pm-logo {
  margin-top: 15px;
}
.pm-main-header .dropdown {
  position: relative;
}
.pm-main-header .dropdown:after {
  top: -2px;
  color: #fff;
  right: -14px;
  content: "+";
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  transition: 0.3s all ease-in-out;
}
.pm-main-header .dropdown .dropdown-menu {
  top: 65px;
  left: 0;
  opacity: 0;
  z-index: 2;
  margin: 0px;
  padding: 0px;
  height: auto;
  width: 200px;
  border: none;
  display: block;
  border-radius: 0;
  overflow: hidden;
  visibility: hidden;
  position: absolute;
  background-color: #fff;
  transition: all 0.4s ease-in-out;
  border-bottom: 2px solid #003378;
  box-shadow: 0 5px 10px 0 rgba(83, 82, 82, 0.1);
}
.pm-main-header .dropdown .dropdown-menu li {
  width: 100%;
  margin-left: 0;
  border-bottom: 1px solid #e5e5e5;
}
.pm-main-header .dropdown .dropdown-menu li a {
  width: 100%;
  color: #343434;
  display: block;
  font-size: 14px;
  padding: 10px 25px;
  position: relative;
  transition: 0.3s all ease-in-out;
}
.pm-main-header .dropdown .dropdown-menu li a:before {
  display: none;
}
.pm-main-header .dropdown .dropdown-menu li a:after {
  left: 10px;
  top: 16px;
  width: 8px;
  height: 8px;
  content: "";
  position: absolute;
  border-radius: 100%;
  transform: scale(0);
  background-color: #fff;
  transition: 0.3s all ease-in-out;
}
.pm-main-header .dropdown .dropdown-menu li a:hover {
  background-color: #003378;
  color: #fff;
}
.pm-main-header .dropdown .dropdown-menu li a:hover:after {
  transform: scale(1);
}
.pm-main-header .dropdown .dropdown-menu li:last-child {
  border-bottom: none;
}
.pm-main-header .dropdown:hover .dropdown-menu {
  top: 45px;
  opacity: 1;
  visibility: visible;
}
.pm-main-header .navbar-nav {
  display: inherit;
}
.pm-main-header .pm-main-navigation {
  padding: 20px 40px;
}
.pm-main-header .pm-main-navigation li {
  margin: 0px 32px;
}
.pm-main-header .pm-main-navigation li a {
  color: #fff;
  display: inline;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
}
.pm-main-header .pm-main-navigation li a:before {
  left: 0;
  right: 0;
  width: 0%;
  content: "";
  bottom: 5px;
  height: 2px;
  margin: 0 auto;
  position: absolute;
  background-color: #fff;
  transition: 0.5s all ease-in-out;
}
.pm-main-header .pm-main-navigation li:hover a:before,
.pm-main-header .pm-main-navigation li a.active:before {
  width: 100%;
}
.pm-main-header .pm-header-btn {
  height: 60px;
  width: 115px;
  line-height: 60px;
  border: 2px solid #3c87eb;
  transition: 0.3s all ease-in-out;
}
.pm-main-header .pm-header-btn a {
  width: 100%;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 700;
}
.pm-main-header .pm-header-btn:hover {
  background-color: #000;
  border: 2px solid #000;
}

.pm-sticky-menu {
  top: 20px;
  position: fixed;
  background-color: #000;
  animation-duration: 0.7s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-timing-function: ease;
  transition: 0.3s all ease-in-out;
}

.pm-main-header.pm-sticky-menu {
  top: 0px;
  z-index: 9;
  padding: 10px 0;
  box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.8);
}
.pm-main-header.pm-sticky-menu .dropdown:hover .dropdown-menu {
  top: 55px;
}
.pm-main-header.pm-sticky-menu .pm-header-support {
  display: none !important;
}

/*---------------------------------------------------- */
/*Banner area*/
/*----------------------------------------------------*/
.pm-banner-section-1 {
  padding: 275px 0px;
  background: linear-gradient(-90deg, #227df8 0%, #0054c4 100%);
}
.pm-banner-section-1 .pm-banner-shape1 {
  top: 105px;
  right: 115px;
}
.pm-banner-section-1 .pm-banner-shape2 {
  top: 175px;
  right: 200px;
}
.pm-banner-section-1 .pm-banner-shape3 {
  left: 115px;
  bottom: 40px;
}
.pm-banner-section-1 .pm-banner-shape4 {
  left: 195px;
  bottom: 115px;
}
.pm-banner-section-1 .pm-banner-content .pm-banner-text {
  color: #fff;
  max-width: 570px;
  padding-top: 40px;
}
.pm-banner-section-1 .pm-banner-content .pm-banner-text .pm-title-tag {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.102);
}
.pm-banner-section-1 .pm-banner-content .pm-banner-text h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.25;
  padding: 20px 0px;
}
.pm-banner-section-1 .pm-banner-content .pm-banner-text p {
  font-size: 18px;
  padding-bottom: 40px;
}
.pm-banner-section-1 .pm-banner-content .pm-banner-text p span {
  font-weight: 700;
}
.pm-banner-section-1 .pm-banner-content .pm-banner-text a {
  height: 60px;
  width: 200px;
  display: block;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
  background-color: #003378;
  transition: 0.3s all ease-in-out;
}
.pm-banner-section-1 .pm-banner-content .pm-banner-text a:hover {
  background-color: #000;
}
.pm-banner-section-1 .pm-banner-content .pm-banenr-img {
  top: 0;
  right: -125px;
  animation: zoomIn 1.7s both 0.3s;
}

/*---------------------------------------------------- */
/*Partner area*/
/*----------------------------------------------------*/
.pm-partner-section .pm-partner-wrapper {
  top: -90px;
  padding: 60px;
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.02);
}
.pm-partner-section .pm-partner-slide-area .owl-nav {
  display: none;
}
.pm-partner-section .pm-partner-slide-area .pm-partner-img img {
  transition: 0.3s all ease-in-out;
  filter: grayscale(1);
}
.pm-partner-section .pm-partner-slide-area .pm-partner-img:hover img {
  filter: grayscale(0);
}

/*---------------------------------------------------- */
/*Feature area*/
/*----------------------------------------------------*/
.pm-feature-section {
  padding-bottom: 100px;
}
.pm-feature-section .pm-section-title {
  margin: 0 auto;
  max-width: 515px;
}
.pm-feature-section .pm-feature-cpntent {
  padding-top: 50px;
}

.pm-feature-innerbox {
  padding: 50px 40px;
  border: 2px solid #eff3f7;
  transition: 0.3s all ease-in-out;
}
.pm-feature-innerbox:hover {
  border: 2px solid #fff;
  box-shadow: 0px 30px 60px 0px rgba(0, 51, 120, 0.04);
}
.pm-feature-innerbox .pm-feature-top {
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 2px solid #eff3f7;
}
.pm-feature-innerbox .pm-feature-top .pm-feature-icon {
  margin-right: 20px;
}
.pm-feature-innerbox .pm-feature-top .pm-feature-text h3 {
  font-size: 18px;
  font-weight: 600;
  color: #003378;
  padding-bottom: 5px;
  text-transform: capitalize;
}
.pm-feature-innerbox .pm-feature-list li {
  padding-left: 35px;
  position: relative;
  margin-bottom: 20px;
}
.pm-feature-innerbox .pm-feature-list li:after {
  top: 0;
  left: 0;
  color: #3186f8;
  content: "";
  font-weight: 900;
  position: absolute;
  font-family: "Font Awesome 5 Free";
}
.pm-feature-innerbox .pm-feature-list li:last-child {
  margin-bottom: 0;
}

.pm-feature-section-2 {
  background-color: #f8f8f8;
}
.pm-feature-section-2 .pm-feature-content-2 .pm-feature-process {
  z-index: 1;
  margin-bottom: 100px;
  background-color: #fff;
  padding: 80px 80px 65px 80px;
  box-shadow: 0px 30px 60px 0px rgba(0, 51, 120, 0.04);
}
.pm-feature-section-2 .pm-feature-content-2 .pm-feature-process .pm-feature-item2 {
  max-width: 480px;
  float: left;
}
.pm-feature-section-2 .pm-feature-content-2 .pm-feature-process .pm-f-process-img {
  right: -85px;
  box-shadow: 0px 30px 60px 0px rgba(0, 51, 120, 0.04);
}
.pm-feature-section-2 .pm-feature-content-2 .pm-feature-process:after {
  z-index: -1;
  content: "";
  left: -140px;
  width: 1450px;
  height: 685px;
  bottom: -400px;
  position: absolute;
  background-image: url(../img/hrm/shape/dot-s.png);
}
.pm-feature-section-2 .pm-feature-content-2 .pm-feature-item-details {
  padding: 15px 0px 40px;
}
.pm-feature-section-2 .pm-feature-content-2 .pm-feature-item-content {
  width: 100%;
  margin-bottom: 16px;
  display: inline-block;
}
.pm-feature-section-2 .pm-feature-content-2 .pm-feature-item-content .pm-f-process-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-right: 20px;
  border-radius: 100%;
  background: linear-gradient(-90deg, #227df8 0%, #0054c4 100%);
}
.pm-feature-section-2 .pm-feature-content-2 .pm-feature-item-content .pm-f-process-icon i {
  color: #fff;
}
.pm-feature-section-2 .pm-feature-content-2 .pm-feature-item-content .pm-f-process-text {
  font-size: 18px;
  font-weight: 500;
  padding-top: 12px;
}
.pm-feature-section-2 .pm-feature-content-2:nth-child(even) .pm-feature-process .pm-feature-item2 {
  float: right;
}
.pm-feature-section-2 .pm-feature-content-2:nth-child(even) .pm-feature-process .pm-f-process-img {
  right: auto;
  left: -85px;
}
.pm-feature-section-2 .pm-feature-content-2:last-child .pm-feature-process:after {
  display: none;
}

/*---------------------------------------------------- */
/*intregations area*/
/*----------------------------------------------------*/
.pm-intregation-section {
  padding: 100px 0px;
  background-color: #f8f8f8;
}
.pm-intregation-section .pm-intregation-img .intr-circle-shape {
  top: 35px;
  right: 30px;
}
.pm-intregation-section .pm-intregation-img .intr-img-item {
  display: inline-block;
  margin-right: 30px;
}
.pm-intregation-section .pm-intregation-img .intr-img-top {
  margin-bottom: 30px;
}
.pm-intregation-section .pm-intregation-img .intr-img-top .intr-img-item:nth-child(2) {
  transform: translateY(60px);
}
.pm-intregation-section .pm-intregation-img .intr-img-bottom .intr-img-item:nth-child(1) {
  transform: translateY(-60px);
}
.pm-intregation-section .pm-intregation-text {
  padding-top: 45px;
}
.pm-intregation-section .pm-intregation-text .pm-title-tag {
  background-color: #fff;
}
.pm-intregation-section .pm-intregation-text .pm-intregation-details {
  padding: 25px 0px 45px;
}
.pm-intregation-section .pm-intregation-text .pm-intr-feature-inner {
  margin-bottom: 20px;
}
.pm-intregation-section .pm-intregation-text .pm-intr-feature-inner a {
  z-index: 1;
  width: 100%;
  display: block;
  position: relative;
  background-color: #fff;
  padding: 18px 40px 13px;
  transition: all 500ms ease;
}
.pm-intregation-section .pm-intregation-text .pm-intr-feature-inner a:before {
  top: 0;
  left: 0;
  content: "";
  width: 0%;
  height: 100%;
  z-index: -1;
  position: absolute;
  transition: all 500ms ease;
  background: linear-gradient(-90deg, #227df8 0%, #0054c4 100%);
}
.pm-intregation-section .pm-intregation-text .pm-intr-feature-inner a:after {
  top: 12px;
  right: 40px;
  color: #cfd8e4;
  font-size: 24px;
  content: "";
  font-weight: 900;
  position: absolute;
  font-family: "Font Awesome 5 Free";
}
.pm-intregation-section .pm-intregation-text .pm-intr-feature-inner a .pm-inft-icon {
  font-size: 22px;
  margin-top: 3px;
  margin-right: 30px;
}
.pm-intregation-section .pm-intregation-text .pm-intr-feature-inner a .pm-inft-icon i {
  transition: 0.3s all ease-in-out;
}
.pm-intregation-section .pm-intregation-text .pm-intr-feature-inner a .pm-inft-text {
  color: #003378;
  font-size: 18px;
  font-weight: 700;
  transition: 0.3s all ease-in-out;
}
.pm-intregation-section .pm-intregation-text .pm-intr-feature-inner a:hover:before {
  width: 100%;
}
.pm-intregation-section .pm-intregation-text .pm-intr-feature-inner a:hover .pm-inft-icon i {
  color: #ffffff;
  background: none;
  -webkit-text-fill-color: inherit;
}
.pm-intregation-section .pm-intregation-text .pm-intr-feature-inner a:hover .pm-inft-text {
  color: #fff;
}

/*---------------------------------------------------- */
/*process area*/
/*----------------------------------------------------*/
.pm-process-section {
  padding: 100px 0px;
}
.pm-process-section .pm-process-wrapper {
  padding-top: 50px;
}
.pm-process-section .pm-process-line {
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
}

.pm-process-icon-text {
  margin: 0px 35px;
  display: inline-block;
}
.pm-process-icon-text:nth-child(even) {
  transform: translateY(40px);
}
.pm-process-icon-text .pm-process-icon {
  width: 160px;
  height: 160px;
  line-height: 160px;
  border-radius: 100%;
  margin-bottom: 35px;
  background-color: #fff;
  box-shadow: 0px 30px 60px 0px rgba(0, 51, 120, 0.04);
}
.pm-process-icon-text .pm-process-icon span {
  right: 0;
  bottom: 0;
  color: #fff;
  width: 50px;
  height: 50px;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
  position: absolute;
  border-radius: 100%;
  font-family: "Poppins";
  background: linear-gradient(-90deg, #8b2124 0%, #004d4d 100%);
}
.pm-process-icon-text .pm-process-text h3 {
  color: #ffff;
  font-size: 18px;
  font-weight: 700;
  font-weight: 600;
}

/*---------------------------------------------------- */
/*counter area*/
/*----------------------------------------------------*/
.pm-counter-section {
  z-index: 1;
}
.pm-counter-section:after {
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 80px;
  z-index: -1;
  position: absolute;
  background-color: #f7f7f7;
}
.pm-counter-section .pm-counter-wrapper {
  padding: 75px 0px 40px;
  background-color: #fff;
  box-shadow: 0px 30px 60px 0px rgba(0, 51, 120, 0.04);
}
.pm-counter-section .pm-counter-text-icon .odometer,
.pm-counter-section .pm-counter-text-icon strong {
  line-height: 1;
  color: #003378;
  font-weight: 600;
  font-size: 50px;
  font-family: "Poppins";
}
.pm-counter-section .pm-counter-text-icon .odometer {
  line-height: 0.8;
  font-weight: 600;
}
.pm-counter-section .pm-counter-text-icon strong {
  top: 10px;
  position: relative;
}
.pm-counter-section .pm-counter-text-icon p {
  color: #003378;
  font-weight: 700;
  padding-top: 5px;
}

/*---------------------------------------------------- */
/*testimonial area*/
/*----------------------------------------------------*/
.pm-testimonial-section {
  padding: 100px 0px 60px;
  background-color: #f7f7f7;
}
.pm-testimonial-section .pm-testimonial-bg {
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.pm-testimonial-inner {
  padding: 30px;
  margin-bottom: 40px;
  background-color: #fff;
  box-shadow: 0px 8px 16px 0px rgba(0, 51, 120, 0.03);
}
.pm-testimonial-inner .pm-testimonial-author {
  margin-top: 18px;
}
.pm-testimonial-inner .pm-testimonial-author .pm-author-text h3 {
  color: #003378;
  font-size: 18px;
  font-weight: 600;
}
.pm-testimonial-inner .pm-testimonial-author .pm-author-text ul {
  line-height: 1;
}
.pm-testimonial-inner .pm-testimonial-author .pm-author-text li {
  line-height: 0.5;
}
.pm-testimonial-inner .pm-testimonial-author .pm-author-text li a {
  color: #fbb040;
  font-size: 10px;
}
.pm-testimonial-inner .pm-testimonial-img {
  width: 40px;
  height: 40px;
  overflow: hidden;
  margin-right: 20px;
  border-radius: 100%;
}

.pm-testimonial-content .pm-testimonial-text-item {
  padding-top: 150px;
}
.pm-testimonial-content .col-md-4:nth-child(1) .pm-testimonial-inner:nth-child(2) {
  transform: translateX(-40px);
}
.pm-testimonial-content .col-md-4:nth-child(3) .pm-testimonial-inner:nth-child(2) {
  transform: translateX(40px);
}

/*---------------------------------------------------- */
/*Blog area*/
/*----------------------------------------------------*/
.pm-blog-section {
  padding: 100px 0px;
}
.pm-blog-section .pm-blog-wrapper {
  padding-top: 40px;
  margin: 0px -15px;
}

.pm-blog-img-text {
  float: left;
  display: flex;
  cursor: pointer;
  max-width: 610px;
  padding: 0px 15px;
}
.pm-blog-img-text .pm-blog-text {
  display: none;
  max-width: 330px;
  padding: 50px 0px 0px 40px;
  box-shadow: 0px 8px 16px 0px rgba(0, 51, 120, 0.03);
  transition: opacity 1s ease-out;
  opacity: 0;
}
.pm-blog-img-text .pm-blog-text .pm-blog-meta {
  padding-bottom: 15px;
}
.pm-blog-img-text .pm-blog-text .pm-date-meta {
  color: #9db0cb;
  font-size: 14px;
  font-weight: 700;
  margin-left: 15px;
}
.pm-blog-img-text .pm-blog-text .pm-date-meta i {
  margin-right: 5px;
  color: #003378;
}
.pm-blog-img-text .pm-blog-text .pm-blog-title h3 {
  font-size: 18px;
  font-weight: 600;
  color: #003378;
  padding-bottom: 20px;
}
.pm-blog-img-text.active .pm-blog-text {
  opacity: 1;
  display: inline-block;
}

/*---------------------------------------------------- */
/*Footer area*/
/*----------------------------------------------------*/
.pm-footer-section {
  background-color: #f7f7f7;
}
.pm-footer-section .pm-footer-wrapper {
  padding: 100px 0px;
}
.pm-footer-section .footer-widget-area .pm-footer-widget {
  float: left;
  width: 32.33%;
}
.pm-footer-section .footer-widget-area .pm-footer-widget .pm-footer-store a {
  display: block;
  margin-bottom: 5px;
}
.pm-footer-section .pm-footer-widget .widget-title {
  font-size: 18px;
  font-weight: 700;
  color: #003378;
  padding-bottom: 35px;
}
.pm-footer-section .pm-footer-widget .pm-footer-support {
  color: #6480a7;
}
.pm-footer-section .pm-footer-widget .pm-footer-support:before {
  top: -2px;
  width: 1px;
  background: linear-gradient(-90deg, #227df8 0%, #0054c4 100%);
}
.pm-footer-section .pm-footer-widget .pm-footer-support a {
  color: #003378;
}
.pm-footer-section .pm-footer-widget p {
  max-width: 280px;
  padding-top: 38px;
}
.pm-footer-section .pm-footer-widget p a {
  font-weight: 700;
  color: #003378;
}
.pm-footer-section .pm-footer-widget .pm-footer-social {
  margin-top: 38px;
}
.pm-footer-section .pm-footer-widget .pm-footer-social a {
  z-index: 1;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-right: 10px;
  text-align: center;
  position: relative;
  display: inline-block;
  background-color: #fff;
  transition: 0.3s all ease-in-out;
}
.pm-footer-section .pm-footer-widget .pm-footer-social a:after {
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  transition: 0.3s all ease-in-out;
  background: linear-gradient(-90deg, #227df8 0%, #0054c4 100%);
}
.pm-footer-section .pm-footer-widget .pm-footer-social a:hover {
  color: #fff;
}
.pm-footer-section .pm-footer-widget .pm-footer-social a:hover:after {
  height: 100%;
}
.pm-footer-section .pm-footer-widget .pm-footer-menu-widget a {
  display: block;
  margin-bottom: 18px;
  transition: 0.3s all ease-in-out;
}
.pm-footer-section .pm-footer-widget .pm-footer-menu-widget a:hover {
  color: #000;
}

.pm-footer-copyright {
  padding: 35px 0px 32px;
  background-color: #efefef;
}
.pm-footer-copyright .pm-footer-copyright-menu a {
  font-size: 16px;
  font-weight: 700;
  color: #003378;
  margin-right: 70px;
  transition: 0.3s all ease-in-out;
}
.pm-footer-copyright .pm-footer-copyright-menu a:hover {
  color: #000;
}

/*---------------------------------------------------- */
/*call to action area*/
/*----------------------------------------------------*/
.pm-call-to-action-section .call-to-action-wrapper {
  z-index: 1;
  padding: 100px 0px;
  background: linear-gradient(-90deg, #227df8 0%, #0054c4 100%);
}
.pm-call-to-action-section .call-to-action-wrapper .pm-banner-shape1 {
  left: 85px;
  bottom: 45px;
}
.pm-call-to-action-section .call-to-action-wrapper .pm-banner-shape2 {
  left: 170px;
  bottom: 75px;
}
.pm-call-to-action-section .call-to-action-wrapper .pm-banner-shape3 {
  top: 65px;
  right: 65px;
}
.pm-call-to-action-section .call-to-action-wrapper .pm-banner-shape4 {
  top: 100px;
  right: 145px;
}
.pm-call-to-action-section .call-to-action-wrapper .pm-call-action-content {
  z-index: 1;
  margin: 0 auto;
  max-width: 800px;
}
.pm-call-to-action-section .call-to-action-wrapper .pm-call-action-content p {
  color: #adcdf9;
  font-size: 18px;
  padding-top: 25px;
}
.pm-call-to-action-section .call-to-action-wrapper .pm-call-action-content .pm-section-title .pm-title-tag {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.pm-call-to-action-section .call-to-action-wrapper .pm-call-action-content .pm-section-title h2 {
  color: #fff;
}
.pm-call-to-action-section .call-to-action-wrapper .pm-call-action-content .pm-call-action-btn {
  margin-top: 35px;
}
.pm-call-to-action-section .call-to-action-wrapper .pm-call-action-content .pm-call-action-btn a {
  color: #fff;
  height: 60px;
  font-weight: 700;
  margin: 0px 10px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  transition: 0.3s all ease-in-out;
}
.pm-call-to-action-section .call-to-action-wrapper .pm-call-action-content .pm-call-action-btn a:nth-child(1) {
  width: 200px;
  border: 2px solid #003378;
  background-color: #003378;
}
.pm-call-to-action-section .call-to-action-wrapper .pm-call-action-content .pm-call-action-btn a:nth-child(1):hover {
  background-color: #000;
  border: 2px solid #000;
}
.pm-call-to-action-section .call-to-action-wrapper .pm-call-action-content .pm-call-action-btn a:nth-child(2) {
  width: 160px;
  border: 2px solid #6f9fe0;
}
.pm-call-to-action-section .call-to-action-wrapper .pm-call-action-content .pm-call-action-btn a:nth-child(2):hover {
  background-color: #000;
  border: 2px solid #000;
}

/*---------------------------------------------------- */
/*Mobile Menu area*/
/*----------------------------------------------------*/
.pm-mobile_menu_content {
  top: 0px;
  bottom: 0;
  right: -350px;
  height: 100vh;
  z-index: 101;
  position: fixed;
  width: 280px;
  overflow-y: scroll;
  background-color: #fff;
  padding: 40px 0px;
  box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
  transition: all 0.5s ease-in;
}
.pm-mobile_menu_content .pm-mobile-main-navigation {
  width: 100%;
}
.pm-mobile_menu_content .pm-mobile-main-navigation .navbar-nav {
  width: 100%;
}
.pm-mobile_menu_content .navbar-nav .dropdown-menu {
  position: static !important;
  transform: none !important;
}
.pm-mobile_menu_content .pm-mobile-main-navigation .navbar-nav li {
  width: 100%;
  display: block;
  transition: 0.3s all ease-in-out;
  border-bottom: 1px solid #dcdcdc;
}
.pm-mobile_menu_content .pm-mobile-main-navigation .navbar-nav li:first-child {
  border-top: 1px solid #dcdcdc;
}
.pm-mobile_menu_content .pm-mobile-main-navigation .navbar-nav li a {
  color: #000;
  padding: 0;
  width: 100%;
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding: 5px 30px;
  text-transform: uppercase;
}
.pm-mobile_menu_content .m-brand-logo {
  width: 160px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.pm-mobile_menu_wrap.mobile_menu_on .pm-mobile_menu_content {
  right: 0px;
  transition: all 0.7s ease-out;
}

.mobile_menu_overlay {
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  right: 0%;
  height: 120vh;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.9);
  transition: all 0.5s ease-in-out;
}

.mobile_menu_overlay_on {
  overflow: hidden;
}

.pm-mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
  opacity: 1;
  visibility: visible;
}

.pm-mobile_menu_button {
  right: 0;
  top: -35px;
  z-index: 5;
  color: #fff;
  display: none;
  cursor: pointer;
  font-size: 30px;
  line-height: 40px;
  position: absolute;
  text-align: center;
}

.pm-mobile_menu .pm-mobile-main-navigation .navbar-nav li a:after {
  display: none;
}
.pm-mobile_menu .pm-mobile-main-navigation .dropdown > .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.pm-mobile_menu .pm-mobile_menu_content .pm-mobile-main-navigation .navbar-nav .dropdown-menu {
  border: none;
  display: none;
  transition: none;
  box-shadow: none;
  padding: 5px 0px;
  width: 100%;
  border-top: 1px solid #dcdcdc;
}
.pm-mobile_menu .pm-mobile_menu_content .pm-mobile-main-navigation .navbar-nav .dropdown-menu li {
  border: none;
  padding: 0 20px;
  line-height: 1;
}
.pm-mobile_menu .dropdown {
  position: relative;
}
.pm-mobile_menu .dropdown .dropdown-btn {
  position: absolute;
  top: 0px;
  right: 0;
  height: 30px;
  padding: 5px 10px;
}
.pm-mobile_menu .dropdown .dropdown-btn:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  top: 0;
  left: 0;
  background-color: #dcdcdc;
}
.pm-mobile_menu .pm-mobile_menu_close {
  color: #d60606;
  cursor: pointer;
  top: 15px;
  left: 15px;
  font-size: 20px;
  position: absolute;
}
@media screen and (max-width: 1440px) {
  .pm-banner-section-1 .pm-banner-content .pm-banenr-img {
    right: -100px;
  }
}
@media screen and (max-width: 1300px) {
  .pm-banner-section-1 .pm-banner-content .pm-banenr-img {
    width: 50%;
    right: 0px;
  }

  .pm-feature-section-2 .pm-feature-content-2 .pm-feature-process .pm-f-process-img {
    right: -40px;
  }

  .pm-feature-section-2 .pm-feature-content-2:nth-child(even) .pm-feature-process .pm-f-process-img {
    left: -50px;
  }
}
@media screen and (max-width: 1199px) {
  .pm-feature-section-2 .pm-feature-content-2 .pm-feature-process .pm-f-process-img {
    right: 0;
    width: 50%;
  }

  .pm-feature-section-2 .pm-feature-content-2:nth-child(even) .pm-feature-process .pm-f-process-img {
    left: 0;
    width: 50%;
  }

  .pm-testimonial-content .col-md-4:nth-child(1) .pm-testimonial-inner:nth-child(2),
  .pm-testimonial-content .col-md-4:nth-child(3) .pm-testimonial-inner:nth-child(2) {
    transform: translateX(0);
  }
}
@media screen and (max-width: 1024px) {
  .pm-main-header .pm-main-navigation li {
    margin: 0px 15px;
  }

  .pm-banner-section-1 .pm-banner-content .pm-banner-text h1 {
    font-size: 40px;
  }

  .pm-banner-section-1 .pm-banner-content .pm-banner-text {
    max-width: 470px;
  }

  .pm-intregation-section .pm-intregation-img .intr-img-item {
    margin-right: 0;
  }

  .pm-feature-section-2 .pm-feature-content-2 .pm-feature-process {
    padding: 60px 30px;
  }

  .pm-feature-section-2 .pm-feature-content-2 .pm-feature-process .pm-feature-item2 {
    max-width: 450px;
  }

  .pm-blog-img-text {
    width: 100%;
    display: flex;
    margin-bottom: 30px;
  }

  .pm-blog-img-text .pm-blog-text {
    opacity: 1;
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .pm-main-menu-item {
    display: none;
  }

  .pm-banner-section-1 {
    padding: 150px 0px;
  }

  .pm-banner-section-1 .pm-banner-content .pm-banenr-img {
    width: 100%;
    margin-top: 40px;
    position: static !important;
  }

  .pm-feature-innerbox {
    margin-bottom: 30px;
  }

  .pm-intregation-img {
    max-width: 570px;
  }

  .pm-intregation-section .pm-intregation-img .intr-img-item {
    margin-right: 30px;
  }

  .pm-feature-section-2 .pm-feature-content-2 .pm-feature-process .pm-f-process-img {
    width: 100%;
    margin-top: 30px;
    position: static !important;
  }

  .pm-feature-section-2 .pm-feature-content-2:nth-child(even) .pm-feature-process .pm-feature-item2 {
    float: left;
  }

  .pm-feature-section-2 .pm-feature-content-2:nth-child(even) .pm-feature-process .pm-f-process-img {
    width: 100%;
  }

  .pm-process-icon-text:nth-child(even) {
    transform: translateY(0);
  }

  .pm-process-section .pm-process-line {
    display: none;
  }

  .pm-process-icon-text {
    margin-bottom: 30px;
  }

  .pm-testimonial-inner .pm-author-text {
    overflow: hidden;
  }

  .footer-widget-area {
    margin-top: 40px;
  }

  .pm-main-header .pm-logo {
    margin-top: 0;
  }

  .header-type-one .pm-header-support {
    display: none !important;
  }

  .pm-main-header.pm-sticky-menu {
    padding: 15px 0px;
  }

  .pm-mobile_menu_button {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pm-counter-text-icon {
    margin-bottom: 30px;
  }

  .pm-testimonial-content .pm-testimonial-text-item {
    padding: 10px 0px 40px;
  }
}
@media screen and (max-width: 480px) {
  .pm-banner-section-1 {
    padding: 100px 0px;
  }

  .pm-banner-section-1 .pm-banner-content .pm-banner-text h1 {
    font-size: 32px;
  }

  .pm-banner-section-1 .pm-banner-content .pm-banner-text p {
    font-size: 16px;
    padding-bottom: 20px;
  }

  .pm-section-title h2 {
    font-size: 26px;
  }

  .pm-banner-section-1 .pm-banner-content .pm-banner-text a {
    width: 50px;
    height: 50px;
    width: 160px;
    line-height: 50px;
  }

  .pm-partner-section .pm-partner-wrapper {
    top: 0;
    margin-bottom: 50px;
  }

  .pm-feature-section {
    padding-bottom: 50px;
  }

  .pm-intregation-section .pm-intregation-img .intr-circle-shape {
    display: none;
  }

  .pm-intregation-section .pm-intregation-img .intr-img-top {
    margin-bottom: 0;
  }

  .pm-intregation-section .pm-intregation-img .intr-img-top .intr-img-item:nth-child(2),
  .pm-intregation-section .pm-intregation-img .intr-img-bottom .intr-img-item:nth-child(1) {
    transform: translateY(0);
  }

  .pm-intregation-section .pm-intregation-img .intr-img-item {
    margin-bottom: 30px;
  }

  .pm-intregation-section {
    padding: 50px 0px 20px;
  }

  .pm-feature-section-2 .pm-feature-content-2 .pm-feature-process {
    margin-bottom: 50px;
  }

  .pm-process-icon-text .pm-process-icon {
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .pm-process-icon-text {
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    margin-bottom: 30px;
  }

  .pm-process-section {
    padding: 50px 0px 20px;
  }

  .pm-counter-section .pm-counter-wrapper {
    padding: 20px 0px;
  }

  .pm-testimonial-section {
    padding: 50px 0px 20px;
  }

  .pm-blog-img-text {
    display: block;
  }

  .pm-blog-img {
    width: 100%;
    float: none;
    display: block;
  }

  .pm-blog-img-text .pm-blog-text {
    max-width: 100%;
    padding-left: 0;
    padding-top: 25px;
    display: inline-block;
  }

  .pm-blog-section {
    padding: 80px 0px 40px;
  }

  .pm-call-to-action-section .call-to-action-wrapper {
    padding: 40px 15px;
  }

  .pm-call-to-action-section .call-to-action-wrapper .pm-call-action-content .pm-call-action-btn a:nth-child(1) {
    margin-bottom: 20px;
  }

  .pm-call-to-action-section .call-to-action-wrapper .pm-call-action-content .pm-call-action-btn a:nth-child(1),
  .pm-call-to-action-section .call-to-action-wrapper .pm-call-action-content .pm-call-action-btn a:nth-child(2) {
    height: 50px;
    width: 130px;
    font-size: 14px;
    line-height: 50px;
  }

  .pm-footer-section .footer-widget-area .pm-footer-widget {
    width: 100%;
    margin-bottom: 30px;
  }

  .pm-footer-section .pm-footer-wrapper {
    padding: 50px 0px 20px;
  }

  .pm-footer-copyright .pm-footer-copyright-menu a {
    font-size: 14px;
    margin-right: 5px;
  }

  .pm-scrollup {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .pm-counter-section .pm-counter-text-icon .odometer,
  .pm-counter-section .pm-counter-text-icon strong {
    font-size: 30px;
  }

  .pm-counter-section .pm-counter-text-icon strong {
    top: 5px;
  }
}
@media screen and (max-width: 380px) {
  .pm-section-title h2 {
    font-size: 24px;
  }

  .pm-feature-section-2 .pm-feature-content-2 .pm-feature-item-content .pm-f-process-text {
    font-size: 16px;
  }
}
/*---------------------------------------------------- */
/*dark-version area*/
/*----------------------------------------------------*/
.pm-home.dark-version {
  color: #afafaf;
}
.pm-home.dark-version .pm-banner-section-1,
.pm-home.dark-version .pm-call-to-action-section .call-to-action-wrapper {
  background: linear-gradient(-90deg, #151516 0%, #1f1f21 100%);
}
.pm-home.dark-version .pm-title-tag,
.pm-home.dark-version .pm-testimonial-inner {
  background-color: #424242;
}
.pm-home.dark-version .pm-partner-section,
.pm-home.dark-version .pm-feature-section,
.pm-home.dark-version .pm-feature-section-2 .pm-feature-content-2 .pm-feature-process,
.pm-home.dark-version .pm-process-section,
.pm-home.dark-version .pm-counter-section,
.pm-home.dark-version .pm-blog-section,
.pm-home.dark-version .pm-call-to-action-section,
.pm-home.dark-version .pm-footer-section,
.pm-home.dark-version .pm-scrollup {
  background-color: #252222;
}
.pm-home.dark-version .pm-counter-section .pm-counter-wrapper,
.pm-home.dark-version .pm-testimonial-section,
.pm-home.dark-version .pm-counter-section:after {
  background-color: #000;
}
.pm-home.dark-version .pm-section-title h2,
.pm-home.dark-version .pm-feature-innerbox .pm-feature-top .pm-feature-text h3,
.pm-home.dark-version .pm-process-icon-text .pm-process-text h3,
.pm-home.dark-version .pm-testimonial-inner .pm-testimonial-author .pm-author-text h3,
.pm-home.dark-version .pm-counter-section .pm-counter-text-icon .odometer,
.pm-home.dark-version .pm-counter-section .pm-counter-text-icon strong,
.pm-home.dark-version .pm-counter-section .pm-counter-text-icon p,
.pm-home.dark-version .pm-blog-img-text .pm-blog-text .pm-blog-title h3,
.pm-home.dark-version .pm-footer-section .pm-footer-widget .widget-title,
.pm-home.dark-version .pm-footer-section .pm-footer-widget p a,
.pm-home.dark-version .pm-footer-section .pm-footer-widget .pm-footer-support a,
.pm-home.dark-version .pm-footer-copyright .pm-footer-copyright-menu a,
.pm-home.dark-version .pm-scrollup i {
  color: #fff;
}
.pm-home.dark-version .pm-feature-innerbox {
  border: 2px solid #404244;
}
.pm-home.dark-version .pm-feature-innerbox .pm-feature-top {
  border-bottom: 2px solid #404244;
}
.pm-home.dark-version .pm-intregation-section,
.pm-home.dark-version .pm-process-icon-text .pm-process-icon,
.pm-home.dark-version .pm-footer-section .pm-footer-widget .pm-footer-social a,
.pm-home.dark-version .pm-partner-section .pm-partner-wrapper,
.pm-home.dark-version .pm-footer-copyright {
  background-color: #000;
}
.pm-home.dark-version .pm-intregation-section .pm-intregation-text .pm-intr-feature-inner a {
  background-color: #1a1a1a;
}
.pm-home.dark-version .pm-feature-section-2 {
  background-color: #000;
}
.pm-home.dark-version .pm-feature-section-2 .pm-feature-content-2 .pm-feature-process:after {
  display: none;
}
.pm-home.dark-version .pm-process-section .pm-process-line {
  opacity: 0.2;
}
.pm-home.dark-version .pm-testimonial-section .pm-testimonial-bg {
  opacity: 0.1;
}
.pm-home.dark-version .pm-blog-img-text .pm-blog-text {
  background-color: #1d1919;
}

/*---------------------------------------------------- */

/*****Inner Page Style****/
.inner-page-padding {
  padding: 100px 0px;
}
.sa-team-inner-inner-box {
  margin-bottom: 40px;
}
.sa-team-inner-inner-box .str-team-img-text:hover .str-team-text {
  height: 175px;
}
.sa-contact-inner-form {
  margin: 0 auto;
  max-width: 750px;
  padding-top: 50px;
}
.sa-contact-inner-form input,
.sa-contact-inner-form textarea {
  width: 100%;
  height: 50px;
  padding-left: 20px;
  border-radius: 5px;
  margin-bottom: 15px;
  border: 2px solid #e8e8e8;
}
.sa-contact-inner-form textarea {
  height: 150px;
  padding-top: 20px;
}
.sa-contact-inner-form button {
  color: #fff;
  height: 60px;
  width: 170px;
  border: none;
  font-weight: 600;
  border-radius: 30px;
  background-color: #004d4d;
}
.sa-contact-inner-btn {
  width: 100%;
}

.header__expandMenu .btn {
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  font-family: inherit;
  font-weight: 700;
  color: #fff;
  outline: none;
  border: none;
  background-color: #ffffff35;
  border-radius: 2rem;
  transition: background-color 100ms linear;
  cursor: pointer;
}

.header__expandMenu .arrow {
  width: 20px;
  height: 10px;
  position: relative;
  transform: translateX(-4px);
}

.header__expandMenu .line {
  position: absolute;
  top: 46%;
  right: 0;
  height: 2px;
  width: 7px;
  background-color: #fff;
  transform-origin: 100% 50%;
}

.header__expandMenu  .arrow--sideUp {
  transform: rotate(45deg);
}

.header__expandMenu  .arrow--sideDown {
  transform: rotate(-45deg);
}

.header__expandMenu .arrow--hoverLine {
  width: 12px;
  transform: scale(0);
}

.header__expandMenu .arrow,
.line {
  transition: transform 100ms ease-in;
}

.header__expandMenu .btn--primary:hover {
  background-color: #ffffff65;
}

.header__expandMenu .btn:hover .arrow {
  transform: none;
}

.header__expandMenu  .btn:hover .arrow--hoverLine {
  transform: scale(1);
}

.header__expandMenu .tip {
  width: 1.25rem;
  height: 1.25rem;
  background-color: #fff;
  position: absolute;
  top: 4.15rem;
  left: 0;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  transition: transform 100ms linear;
  opacity: 0;
}

.header__expandMenu {
  position: absolute;
  top: 4.5rem;
  left: 50%;
  width: 95%;
  height: 90%;
  transform-origin: 0%;
  transform: translateX(-50%) rotate3d(1, 0, 0, -15deg);
  border-top: 3px solid #7d0202;
  border-bottom: 6px solid #0dbbbb;
  background-color: white;
  border-radius: 0.5rem;
  perspective: 100px;
  transition: width 250ms ease, height 250ms ease, opacity 150ms ease,
      transform 200ms ease-in;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.app-dm-header-main .header__expandMenu {
  margin-top: 50px;
}

.sticky-on .header__expandMenu {
  margin-top: 0px;
}

.header__expandMenu  .menu__container {
  width: 100%;
  height: 100%;
  background-color: #006666d9;
  color: #fff;
}

.header__expandMenu .menu__container>* {
  position: absolute;
  top: 0;
  left: 50%;
  padding: 2rem;
  overflow: hidden;
  transform: translateX(-35%);
  transition: transform 250ms linear, opacity 250ms ease;
  opacity: 0;
}

.header__expandMenu  #products {
  display: grid;
  grid-template-columns: repeat(3, 300px);
}

.header__expandMenu #developers,
.header__expandMenu #company {
  display: grid;
  grid-template-columns: repeat(2, 225px);
  row-gap: 2rem;
}

.header__expandMenu  .item--one {
  grid-column: span 2;
}

.header__expandMenu #use-cases {
  width: 450px;
}

.header__expandMenu .subMenu__items {
  list-style: none;
}

.header__expandMenu .header__expandMenu .title {
  font-size: 0.85rem;
  margin-bottom: 1.75rem;
}

.header__expandMenu .header__expandMenu .subMenu--item {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.header__expandMenu .label__container {
  margin-left: 0.75rem;
}

.header__expandMenu .header__expandMenu .label {
  font-size: 0.9rem;
  font-weight: 700;
  color: #fff;
}

.header__expandMenu .header__expandMenu .label--desc {
  font-size: 0.9rem;
  color: #fff;
  transform: translateY(-3px);
  transition: color 100ms ease;
}

.header__expandMenu .subMenu--item+.subMenu--item {
  margin-top: 1.5rem;
}

.header__expandMenu .icon--production {
  transform: translateY(-55%) scale(1.1);
}

.header__expandMenu .right--arrow {
  width: 12px;
  transform: translateY(1px) scale(0, 1);
  transition: transform 150ms ease-in-out;
  color: #06d7d7;
}

.header__expandMenu .subMenu--item:hover .right--arrow {
  transform: translateY(1.75px) scale(1);
  color: #06d7d7;
}

.header__expandMenu .subMenu--item:hover .label--desc {
  color: #06d7d7;
}

.header__expandMenu .active {
  z-index: 1;
  opacity: 1;
  transform: translatex(-50%);
}


.header__expandMenu .prev {
  transform: translateX(-65%);
}

.header__expandMenu .expand {
  opacity: 1;
  pointer-events: all;
  transform: translateX(-50%) rotateX(0);
}

.header__expandMenu .hover {
  opacity: 0.5;
}

.header__expandMenu .new--expand {
  transition: opacity 150ms ease, transform 150ms ease-in;
}

.header__expandMenu  .first {
  transition: none;
  opacity: 1;
}

.header__expandMenu  .sec--menu .subMenu--item+.subMenu--item {
  margin-top: 0.5rem;
}

.header__expandMenu  .sec__title {
  color: grey;
  margin-bottom: 0.65rem;
}

.header__expandMenu .sec__links {
  list-style: none;
  padding: 0 0 0.2rem 0;
}

.header__expandMenu .sec__links>li {
  cursor: pointer;
  font-size: 0.85rem;
  font-weight: 400;
}

.header__expandMenu .sec__links--container {
  padding-left: 2rem;
}

.header__expandMenu .more__info {
  grid-column: span 2;
}

.header__expandMenu  .more__links {
  padding-left: 1.5rem;
}

.header__expandMenu a {
  text-decoration: none;
  display: block;
  color: #fff;
}

.navbar-nav li a:hover {
  text-decoration: underline dotted;
  color: #004d4d;
}

@media (max-width: 1100px) {
  #products {
      grid-template-columns: repeat(2, 300px);
      row-gap: 2rem;
      height: 660px;
  }
}


header.sticky-on{
  background-color: #004d4d;
}
.sticky-on .app-dm-header-content {
  background-color: #004d4d;
}
.sticky-on .app-dm-main-navigation li a{
  text-transform: uppercase;
  color: #fff;
}

.sticky-on .app-dm-main-navigation li a:hover{
  color: #13ebeb;
}

/* DIGITAL MARKETING .CSS */

@charset "UTF-8";
/*----------------------------------------------------
@File: Default Styles
@Author: 
@URL: 

This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.
---------------------------------------------------- */
/*=====================================================================
@Template Name: 
@Author:


=====================================================================*/
@import url("https://fonts.googleapis.com/css?family=Poppins:400,600,500,700|Roboto:100,300,400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@400;500;600;700&display=swap");
@-webkit-keyframes fadeFromLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeFromLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeFromRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeFromRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeFromUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeFromUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeFromUp {
  -webkit-animation-name: fadeFromUp;
  animation-name: fadeFromUp;
}

.fadeFromRight {
  -webkit-animation-name: fadeFromRight;
  animation-name: fadeFromRight;
}

.fadeFromLeft {
  -webkit-animation-name: fadeFromLeft;
  animation-name: fadeFromLeft;
}

/*global area*/
/*----------------------------------------------------*/
.app-dm {
  margin: 0;
  padding: 0;
  color: #666666;
  font-size: 16px;
  overflow-x: hidden;
  line-height: 1.625;
  font-family: "Roboto";
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

.app-dm::-moz-selection {
  color: #ffffff;
  background-color: #004d4d;
}

.app-dm::selection {
  color: #ffffff;
  background-color: #004d4d;
}

.app-dm::-moz-selection {
  color: #ffffff;
  background-color: #004d4d;
}



.ul-li ul {
  margin: 0;
  padding: 0;
}
.ul-li ul li {
  list-style: none;
  display: inline-block;
}

.ul-li-block ul {
  margin: 0;
  padding: 0;
}
.ul-li-block ul li {
  list-style: none;
  display: block;
}

div#app-dm-preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background-color: #fff;
  background: #fff url("../img/pre.svg") no-repeat center center;
}

[data-background] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

section {
  overflow: hidden;
}

button {
  cursor: pointer;
}

.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited,
a.active,
select,
select:hover,
select:focus,
select:visited {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  color: inherit;
}

.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pera-content p {
  margin-bottom: 0;
}
@-webkit-keyframes zooming {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes zooming {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.zooming {
  -webkit-animation: zooming 18s infinite both;
  animation: zooming 18s infinite both;
}

.app-dm-headline h1,
.app-dm-headline h2,
.app-dm-headline h3,
.app-dm-headline h4,
.app-dm-headline h5,
.app-dm-headline h6 {
  margin: 0;
  font-family: "Lexend";
}

.app-dm-scrollup {
  width: 55px;
  right: 20px;
  z-index: 9999999;
  height: 55px;
  bottom: 20px;
  display: none;
  position: fixed;
  line-height: 55px;
  border-radius: 100%;
  background-color: #004d4d;
}
.app-dm-scrollup i {
  color: #fff;
  font-size: 20px;
}

.app-dm-btn a {
  z-index: 1;
  color: #fff;
  height: 55px;
  width: 170px;
  font-weight: 600;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  font-family: "Lexend";
  display: inline-block;
  background-image: linear-gradient(160deg, #971b1e 0%, #006666 99%);
}
.app-dm-btn a:before {
  width: 100px;
  height: 100%;
  content: "";
  top: 0px;
  right: -70px;
  z-index: -1;
  position: absolute;
  border-radius: 20px;
  background-color: #00a3a3;
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.app-dm-btn a:hover:before {
  -webkit-transform: scale(10);
  transform: scale(10);
  background-color: rgba(255, 255, 255, 0.08);
}

.app-dm-btn a i {
  margin-left: 8px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.app-dm-btn a:hover i {
  margin-left: 12px;
}

.app-dm-section-title .sub-title {
  color: #004d4d;
  font-size: 18px;
  font-weight: 700;
  font-family: "Lexend";
}
.app-dm-section-title .sub-title:before, .app-dm-section-title .sub-title:after {
  top: 12px;
  content: "";
  width: 120px;
  height: 2px;
  position: absolute;
  background-color: #004d4d;
}
.app-dm-section-title .sub-title:after {
  right: -127px;
}
.app-dm-section-title .sub-title:before {
  display: none;
  left: -127px;
}
.app-dm-section-title h2 {
  color: #000715;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.333;
  padding: 10px 0px 20px;
}
.app-dm-section-title.text-center {
  margin: 0 auto;
  max-width: 480px;
}
.app-dm-section-title.text-center .sub-title:before {
  display: block;
}

/*---------------------------------------------------- */
/*Header area*/
/*----------------------------------------------------*/
.app-dm-header-main {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  position: absolute;
}
.app-dm-header-main .app-dm-header-content {
  background-color: #fff;
}
.app-dm-header-main .app-dm-header-content .app-dm-logo-shape {
  top: 0;
  left: 0;
}
.app-dm-header-main .app-dm-header-content .app-dm-brand-logo {
  top: 55%;
  left: 0px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
}
.app-dm-header-main .dropdown {
  position: relative;
}
.app-dm-header-main .dropdown:after {
  top: -2px;
  color: #000;
  right: -15px;
  content: "+";
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.app-dm-header-main .nav--link{
  position: relative;
}
.app-dm-header-main .nav--link:after {
  top: -2px;
  color: #7d0202;
  right: -15px;
  content: "+";
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.app-dm-header-main .dropdown .dropdown-menu {
  top: 65px;
  left: 0;
  opacity: 0;
  z-index: 2;
  margin: 0px;
  padding: 0px;
  height: auto;
  width: 200px;
  border: none;
  display: block;
  border-radius: 0;
  overflow: hidden;
  visibility: hidden;
  position: absolute;
  background-color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-bottom: 2px solid #004d4d;
  -webkit-box-shadow: 0 5px 10px 0 rgba(83, 82, 82, 0.1);
  box-shadow: 0 5px 10px 0 rgba(83, 82, 82, 0.1);
}
.app-dm-header-main .dropdown .dropdown-menu li {
  width: 100%;
  margin-left: 0;
  border-bottom: 1px solid #e5e5e5;
}
.app-dm-header-main .dropdown .dropdown-menu li a {
  width: 100%;
  color: #343434;
  display: block;
  font-size: 14px;
  padding: 10px 25px;
  position: relative;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.app-dm-header-main .dropdown .dropdown-menu li a:before {
  display: none;
}
.app-dm-header-main .dropdown .dropdown-menu li a:after {
  left: 10px;
  top: 16px;
  width: 8px;
  height: 8px;
  content: "";
  position: absolute;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  background-color: #fff;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.app-dm-header-main .dropdown .dropdown-menu li a:hover {
  background-color: #004d4d;
  color: #fff;
}
.app-dm-header-main .dropdown .dropdown-menu li a:hover:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.app-dm-header-main .dropdown .dropdown-menu li:last-child {
  border-bottom: none;
}
.app-dm-header-main .dropdown:hover .dropdown-menu {
  top: 50px;
  opacity: 1;
  visibility: visible;
}

.app-dm-header-top {
  background-color: #8c2023;
  padding: 5px 15px 5px 225px;
}
.app-dm-header-top .app-dm-header-cta li {
  color: #fff;
  font-weight: 500;
  margin-right: 10px;
  position: relative;
}
.app-dm-header-top .app-dm-header-cta li:after {
  top: 4px;
  right: -8px;
  width: 2px;
  content: "";
  height: 15px;
  position: absolute;
  background-color: #fff;
}
.app-dm-header-top .app-dm-header-cta li:last-child:after {
  display: none;
}
.app-dm-header-top .app-dm-header-top-social {
  color: #fff;
  font-weight: 500;
  z-index: 3;
}
.app-dm-header-top .app-dm-header-cta{
  z-index: 3;
}
.app-dm-header-top .app-dm-header-top-social a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-left: 15px;
  text-align: center;
  border-radius: 100%;
  background-color: #0cc5c5;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.app-dm-header-top .app-dm-header-top-social a:hover {
  background-color: #004d4d;
}

.app-dm-main-menu-wrapper {
  padding: 16px 15px 16px 225px;
}
.app-dm-main-menu-wrapper .app-dm-btn {
  margin-left: 60px;
  z-index: 2;
}
.app-dm-main-menu-wrapper .app-dm-btn a {
  height: 50px;
  width: 160px;
  right: -9px;
}

.app-dm-main-navigation .navbar-nav {
  display: inherit;
}
.app-dm-main-navigation li {
  margin-left: 25px;
}
.app-dm-main-navigation li a {
  color: #101a2c;
  font-weight: 500;
  padding-bottom: 35px;
}

.app-dm-header-main .logo-2 {
  display: none;
}

.app-dm-header-main.sticky-on {
  top: 0;
  width: 100%;
  z-index: 2;
  position: fixed;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  background-color: #004d4d;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}
.app-dm-header-main.sticky-on .app-dm-header-top {
  display: none !important;
}
.app-dm-header-main.sticky-on:before {
  display: none;
}
.app-dm-header-main.sticky-on .app-dm-header-content .app-dm-logo-shape {
  display: none;
}
.app-dm-header-main.sticky-on .logo-1 {
  display: none;
}
.app-dm-header-main.sticky-on .logo-2 {
  display: block;
}
.app-dm-header-main.sticky-on .app-dm-header-content .app-dm-brand-logo {
  top: 50%;
}

.app-dm-header-main .app-dm-mobile_menu_content {
  top: 0px;
  bottom: 0;
  right: -350px;
  height: 100vh;
  z-index: 101;
  position: fixed;
  width: 280px;
  overflow-y: scroll;
  background-color: #004d4d;
  padding: 40px 0px;
  -webkit-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
  box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.app-dm-header-main .app-dm-mobile_menu_content .app-dm-mobile-main-navigation {
  width: 100%;
}
.app-dm-header-main .app-dm-mobile_menu_content .app-dm-mobile-main-navigation .navbar-nav {
  width: 100%;
}
.app-dm-header-main .app-dm-mobile_menu_content .navbar-nav .dropdown-menu {
  position: static !important;
  -webkit-transform: none !important;
  transform: none !important;
}
.app-dm-header-main .app-dm-mobile_menu_content .app-dm-mobile-main-navigation .navbar-nav li {
  width: 100%;
  display: block;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  border-bottom: 1px solid #0cc5c5;
}
.app-dm-header-main .app-dm-mobile_menu_content .app-dm-mobile-main-navigation .navbar-nav li:first-child {
  border-bottom: 1px solid #0cc5c5;
}
.app-dm-header-main .app-dm-mobile_menu_content .app-dm-mobile-main-navigation .navbar-nav li a {
  color: #afafaf;
  padding: 0;
  width: 100%;
  display: block;
  font-weight: 700;
  font-size: 14px;
  padding: 10px 30px;
  font-family: "Lexend";
  text-transform: uppercase;
}
.app-dm-header-main .app-dm-mobile_menu_content .m-brand-logo {
  width: 160px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.app-dm-header-main .app-dm-mobile_menu_wrap.mobile_menu_on .app-dm-mobile_menu_content {
  right: 0px;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.app-dm-header-main .mobile_menu_overlay {
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  right: 0%;
  height: 120vh;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.app-dm-header-main .mobile_menu_overlay_on {
  overflow: hidden;
}
.app-dm-header-main .app-dm-mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
  opacity: 1;
  visibility: visible;
}
.app-dm-header-main .app-dm-mobile_menu_button {
  right: 0;
  top: -58px;
  margin-right: 10px;
  z-index: 5;
  color: #26cbcc;
  display: none;
  cursor: pointer;
  font-size: 30px;
  line-height: 40px;
  position: absolute;
  text-align: center;
}

.app-dm-header-main .app-dm-mobile_cart {
  right: 0;
  top: -58px;
  margin-right: 135px;
  z-index: 5;
  color: #26cbcc;
  display: none;
  cursor: pointer;
  font-size: 30px;
  line-height: 40px;
  position: absolute;
  text-align: center;
}
.app-dm-header-main .app-dm-mobile_cart a span{
  color: #7d0202;
  position: absolute;
  top: -17px;
  font-size: 20px;
  line-height: 30px;
}
header.sticky-on .app-dm-header-main .app-dm-mobile_cart a span{
  color:#fff!important;
}

.app-dm-header-main .app-dm-mobile_menu .app-dm-mobile-main-navigation .navbar-nav li a:after {
  display: none;
}
.app-dm-header-main .app-dm-mobile_menu .app-dm-mobile-main-navigation .dropdown > .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.app-dm-header-main .app-dm-mobile_menu .app-dm-mobile_menu_content .app-dm-mobile-main-navigation .navbar-nav .dropdown-menu {
  border: none;
  display: none;
  -webkit-transition: none;
  transition: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 5px 0px;
  width: 100%;
  background-color: transparent;
}
.app-dm-header-main .app-dm-mobile_menu .app-dm-mobile_menu_content .app-dm-mobile-main-navigation .navbar-nav .dropdown-menu li {
  border: none;
  padding: 0 20px;
  line-height: 1;
}
.app-dm-header-main .app-dm-mobile_menu .dropdown {
  position: relative;
}
.app-dm-header-main .app-dm-mobile_menu .dropdown .dropdown-btn {
  position: absolute;
  top: 6px;
  right: 10px;
  height: 30px;
  color: #afafaf;
  line-height: 22px;
  padding: 5px 10px;
  border: 1px solid #8f8a94;
}
.app-dm-header-main .app-dm-mobile_menu .dropdown:after {
  display: none;
}
.app-dm-header-main .app-dm-mobile_menu .app-dm-mobile_menu_close {
  color: #7d0202;
  cursor: pointer;
  top: 15px;
  left: 15px;
  font-size: 20px;
  position: absolute;
}

/*---------------------------------------------------- */
/*Slider area*/
/*----------------------------------------------------*/
.slider-section {
  padding: 150px 0px;
  background-color: #4a4e57;
}

/*---------------------------------------------------- */
/*Feature area*/
/*----------------------------------------------------*/
.app-dm-banner-content {
  max-width: 845px;
  padding: 350px 0px 235px;
}
.app-dm-banner-content span {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  border-radius: 5px;
  padding: 12px 30px;
  font-family: "Lexend";
  background-color: #323946;
}
.app-dm-banner-content h1 {
  color: #fff;
  font-size: 90px;
  font-weight: 700;
  line-height: 1.111;
  padding: 25px 0px 40px;
}
.app-dm-banner-content p {
  color: #fff;
  max-width: 510px;
  padding-bottom: 30px;
}

.app-dm-banner-section {
  z-index: 1;
}
.app-dm-banner-section .shpae-wrap {
  top: 0;
  right: 0;
  z-index: -1;
}
.app-dm-banner-section .shpae-wrap3 {
  left: 0;
  bottom: 0;
}
.app-dm-banner-section .shpae-wrap2 {
  left: 135px;
  bottom: 35%;
}

.app-dm-feature-section {
  top: -35px;
  z-index: 2;
  padding-bottom: 30px;
}

.app-dm-feature-innerbox {
  padding: 30px;
  border-radius: 6px;
  background-color: #fff;
  -webkit-transition: 500ms cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 500ms cubic-bezier(0.24, 0.74, 0.58, 1);
  -webkit-box-shadow: 0px 3px 40px 0px rgba(146, 146, 146, 0.15);
  box-shadow: 0px 3px 40px 0px rgba(146, 146, 146, 0.15);
}
.app-dm-feature-innerbox .more-btn {
  top: 20px;
  right: 20px;
}
.app-dm-feature-innerbox .more-btn a {
  width: 40px;
  height: 40px;
  line-height: 45px;
  border-radius: 6px;
  display: inline-block;
  background-color: #f3f3f3;
}
.app-dm-feature-innerbox .more-btn:hover a {
  background: linear-gradient(-160deg, rgba(75, 62, 255, 0.3) 0%, rgba(34, 177, 255, 0.3) 99%);
}
.app-dm-feature-innerbox .more-btn:hover a i {
  background-image: linear-gradient(-160deg, #971b1e 0%, #006666 99%);
  
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.app-dm-feature-innerbox .app-dm-feature-icon {
  z-index: 1;
  width: 70px;
  height: 70px;
  line-height: 80px;
  border-radius: 6px;
  margin-bottom: 30px;
  background-image: linear-gradient(-160deg, rgba(75, 62, 255, 0.3) 0%, rgba(34, 177, 255, 0.3) 99%);
}
.app-dm-feature-innerbox .app-dm-feature-icon i {
  font-size: 48px;
  background-image: linear-gradient(-160deg, #971b1e 0%, #006666 99%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.app-dm-feature-innerbox .app-dm-feature-icon:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 0%;
  content: "";
  height: 100%;
  border-radius: 6px;
  position: absolute;
  -webkit-transition: 300ms cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 300ms cubic-bezier(0.24, 0.74, 0.58, 1);
  background-image: linear-gradient(-160deg, #971b1e 0%, #006666 99%);
}
.app-dm-feature-innerbox .app-dm-feature-text h3 {
  color: #101a2c;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 18px;
}
.app-dm-feature-innerbox:hover {
  -webkit-box-shadow: 0px 8px 50px 0px rgba(146, 146, 146, 0.3);
  box-shadow: 0px 8px 50px 0px rgba(146, 146, 146, 0.3);
}
.app-dm-feature-innerbox:hover .app-dm-feature-icon i {
  background-image: linear-gradient(-160deg, white 0%, white 99%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.app-dm-feature-innerbox:hover .app-dm-feature-icon:before {
  width: 100%;
}

/*---------------------------------------------------- */
/*About area*/
/*----------------------------------------------------*/
.app-dm-about-section {
  padding-top: 80px;
  padding-bottom: 105px;
}

.app-dm-about-feature-wrapper {
  padding-top: 40px;
}

.app-dm-about-feature-innerbox {
  padding: 20px 15px;
  background-color: white;
  -webkit-transition: 300ms cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 300ms cubic-bezier(0.24, 0.74, 0.58, 1);
  -webkit-box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.05);
}
.app-dm-about-feature-innerbox h3 {
  color: #101a2c;
  font-size: 18px;
  font-weight: 700;
  padding-left: 40px;
  position: relative;
  padding-bottom: 10px;
}
.app-dm-about-feature-innerbox h3:before {
  left: 0;
  top: 15px;
  content: "";
  height: 2px;
  width: 30px;
  position: absolute;
  background-color: #101a2c;
}
.app-dm-about-feature-innerbox:hover {
  -webkit-box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.1);
}

.app-dm-about-feature-wrapper .app-dm-ab-ft-text {
  padding-top: 20px;
}

.app-dm-about-img {
  padding-top: 30px;
}

/*---------------------------------------------------- */
/*Service area*/
/*----------------------------------------------------*/
.app-dm-service-section {
  padding: 110px 0px;
}
.app-dm-service-section .app-dm-section-title {
  padding-bottom: 35px;
}
.app-dm-service-section .app-dm-section-title .sub-title {
  color: #fff;
}
.app-dm-service-section .app-dm-section-title .sub-title:after {
  background-color: #fff;
}
.app-dm-service-section .app-dm-section-title h2 {
  color: #fff;
  max-width: 450px;
}
.app-dm-service-section .app-dm-section-title p {
  color: #fff;
  max-width: 550px;
}
.app-dm-service-section .app-dm-service-text {
  padding-top: 90px;
}

.app-dm-service-item-innerbox {
  z-index: 1;
  overflow: hidden;
  border-radius: 6px;
  padding: 35px 25px 70px;
  background-color: #060f20;
  margin-bottom: 30px;
}
.app-dm-service-item-innerbox:before, .app-dm-service-item-innerbox:after {
  content: "";
  width: 90px;
  height: 90px;
  position: absolute;
  border-radius: 100%;
  -webkit-transition: 500ms cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 500ms cubic-bezier(0.24, 0.74, 0.58, 1);
}
.app-dm-service-item-innerbox:before {
  top: -20px;
  right: -10px;
  background-color: #131b2b;
}
.app-dm-service-item-innerbox:after {
  top: -9px;
  right: -45px;
  background-color: #1f2736;
}
.app-dm-service-item-innerbox .hover-overlay {
  top: 0;
  left: 0;
  right: 0;
  width: 0%;
  z-index: -1;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  -webkit-transition: 500ms cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 500ms cubic-bezier(0.24, 0.74, 0.58, 1);
  background: linear-gradient(-160deg, #971b1e 0%, #006666 99%);
}
.app-dm-service-item-innerbox .app-dm-service-item-icon {
  margin-bottom: 15px;
}
.app-dm-service-item-innerbox .app-dm-service-item-icon i {
  font-size: 45px;
  background-image: linear-gradient(-160deg, #971b1e 0%, #006666 99%);
  background-clip: text;
  display: inline-block;
  line-height: 0.75;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.app-dm-service-item-innerbox .app-dm-service-item-text h3 {
  color: #fff;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
}
.app-dm-service-item-innerbox .more-btn {
  right: 15px;
  bottom: 15px;
  width: 35px;
  height: 35px;
  line-height: 40px;
  position: absolute;
  border-radius: 5px;
  background-color: #11214d;
  -webkit-transition: 500ms cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 500ms cubic-bezier(0.24, 0.74, 0.58, 1);
}
.app-dm-service-item-innerbox .more-btn i {
  background-image: linear-gradient(-160deg, #971b1e 0%, #006666 99%);
  background-clip: text;
  display: inline-block;
  line-height: 0.75;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.app-dm-service-item-innerbox:hover:before {
  background-color: #004d4d;
}
.app-dm-service-item-innerbox:hover:after {
  background-color: #004d4d;
}
.app-dm-service-item-innerbox:hover .hover-overlay {
  width: 100%;
}
.app-dm-service-item-innerbox:hover .app-dm-service-item-icon i {
  background-image: linear-gradient(-160deg, white 0%, white 99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.app-dm-service-item-innerbox:hover .more-btn {
  background-color: #fff;
}

.ft-service-section-2 {
  padding: 105px 0px;
  background-color: #002a34;
}

/*---------------------------------------------------- */
/*Benifit area*/
/*----------------------------------------------------*/
.app-dm-benifit-section {
  padding: 100px 0px 0px;
}
.app-dm-benifit-section .app-dm-benifit-shape1 {
  top: 0;
  left: 0;
}
.app-dm-benifit-section .app-dm-section-title {
  max-width: 500px;
}

.app-dm-benifit-tab-btn {
  padding: 5px;
  border-radius: 6px;
  margin-bottom: 30px;
  display: inline-block;
  border: 1px solid #bdbdbd;
}
.app-dm-benifit-tab-btn .nav-tabs .nav-item.show .nav-link, .app-dm-benifit-tab-btn .nav-tabs .nav-link.active {
  border: none;
  padding: 10px 25px;
}
.app-dm-benifit-tab-btn .nav-tabs .nav-link:focus, .app-dm-benifit-tab-btn .nav-tabs .nav-link:hover {
  border: none;
  outline: none;
}
.app-dm-benifit-tab-btn .nav-tabs {
  border-bottom: none;
}
.app-dm-benifit-tab-btn .nav-tabs .nav-link {
  color: #101a2c;
  border: none;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 5px;
  font-family: "Lexend";
}
.app-dm-benifit-tab-btn .nav-tabs .nav-link.active {
  color: #fff;
  background: linear-gradient(-160deg, #971b1e 0%, #006666 99%);
}

.app-dm-benifit-tab-text h3 {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 35px;
  line-height: 1.333;
}

/*---------------------------------------------------- */
/*FAQ area*/
/*----------------------------------------------------*/
@-webkit-keyframes border_animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes border_animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
.app-dm-faq-section {
  padding: 105px 0px 110px;
}
.app-dm-faq-section .app-dm-benifit-shape2 {
  right: 0;
  bottom: 0;
}

.app-dm-faq-text-wrapper .app-dm-section-title {
  max-width: 520px;
}

.app-dm-faq-item {
  width: 100%;
}
.app-dm-faq-item .app-dm-faq-item-header {
  margin-bottom: 15px;
}
.app-dm-faq-item .app-dm-faq-item-header button {
  width: 100%;
  color: #000715;
  border: none;
  font-size: 18px;
  text-align: left;
  font-weight: 500;
  position: relative;
  padding: 20px 25px 20px 70px;
  background-color: transparent;
  border-bottom: 1px solid #e2e2e2;
}
.app-dm-faq-item .app-dm-faq-item-header button:before {
  left: 0;
  top: 15px;
  color: #fff;
  content: "-";
  width: 40px;
  height: 40px;
  font-size: 25px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  position: absolute;
  background: linear-gradient(-160deg, #971b1e 0%, #006666 99%);
}
.app-dm-faq-item .app-dm-faq-item-header button.collapsed:before {
  content: "+";
}

.app-dm-faq-video-wrapper {
  padding-top: 80px;
}

.app-dm-faq-video-play {
  right: 180px;
  bottom: 110px;
  position: absolute;
}
.app-dm-faq-video-play a {
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: linear-gradient(-160deg, #971b1e 0%, #006666 99%);
}
.app-dm-faq-video-play a .video_btn_border {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  position: absolute;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  border: 10px solid #006666;
  -webkit-animation: border_animation 3.9s linear 0s infinite;
  animation: border_animation 3.9s linear 0s infinite;
}
.app-dm-faq-video-play a .video_btn_border.border_wrap-2 {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

/*---------------------------------------------------- */
/*Fun fact area*/
/*----------------------------------------------------*/
.app-dm-funfact-section {
  padding: 65px 0px 60px;
  background-color: #000715;
}

.app-dm-funfact-innerbox .app-dm-funfact-icon {
  margin-bottom: 5px;
}
.app-dm-funfact-innerbox .app-dm-funfact-icon i {
  font-size: 55px;
  background-image: linear-gradient(-160deg, #971b1e 0%, #006666 99%);
  background-clip: text;
  display: inline-block;
  line-height: 0.75;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.app-dm-funfact-innerbox .app-dm-funfact-text h3 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 3px;
}
.app-dm-funfact-innerbox .app-dm-funfact-text p {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

/*---------------------------------------------------- */
/*CTA area*/
/*----------------------------------------------------*/
.app-dm-cta-section {
  z-index: 1;
}
.app-dm-cta-section:before {
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 55px;
  position: absolute;
  background-color: #000715;
}

.app-dm-cta-content {
  padding: 50px 40px;
  border-radius: 10px;
  background: linear-gradient(-160deg, #971b1e 0%, #006666 99%);
}

.app-dm-cta-text h3 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
}

.app-dm-cta-btn a {
  height: 50px;
  width: 170px;
  color: #000715;
  font-weight: 700;
  border-radius: 5px;
  font-family: "Lexend";
  background-color: #fff;
}

/*---------------------------------------------------- */
/*Project area*/
/*----------------------------------------------------*/
.app-dm-side-bg {
  top: 0;
  left: 0;
  z-index: -2;
}

.app-dm-project-section {
  padding: 100px 0px;
  overflow: hidden;
}
.app-dm-project-section .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.app-dm-project-tab-slider-content {
  padding: 50px;
  margin: -50px;
  overflow: hidden;
}

.app-dm-projct-tab-btn {
  margin-top: 25px;
}
.app-dm-projct-tab-btn .nav-tabs .nav-item.show .nav-link, .app-dm-projct-tab-btn .nav-tabs .nav-link.active,
.app-dm-projct-tab-btn .nav-tabs .nav-link:focus, .app-dm-projct-tab-btn .nav-tabs .nav-link:hover,
.app-dm-projct-tab-btn .nav-tabs,
.app-dm-projct-tab-btn .nav-tabs .nav-link {
  border: none;
}
.app-dm-projct-tab-btn li {
  margin: 0px 15px;
}
.app-dm-projct-tab-btn li a {
  font-size: 22px;
  color: #000715;
  font-weight: 600;
  font-family: "Lexend";
  background-color: #fff;
  padding: 20px 40px 18px;
  border-radius: 6px !important;
  -webkit-box-shadow: 0px 20px 40px 0px rgba(166, 166, 166, 0.1);
  box-shadow: 0px 20px 40px 0px rgba(166, 166, 166, 0.1);
}
.app-dm-projct-tab-btn li a.active.show {
  color: #fff;
  background-image: linear-gradient(-160deg, #971b1e 0%, #006666 99%);
}

.app-dm-project-slider-item {
  padding: 30px;
  margin-top: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0px 20px 50px 0px rgba(166, 166, 166, 0.15);
  box-shadow: 0px 20px 50px 0px rgba(166, 166, 166, 0.15);
}
.app-dm-project-slider-item .app-dm-project-img {
  overflow: hidden;
  border-radius: 6px;
}

.app-dm-project-slider-text h3 {
  color: #000715;
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 20px;
}
.app-dm-project-slider-text p {
  padding-bottom: 20px;
}
.app-dm-project-slider-text ul {
  margin-bottom: 25px;
}
.app-dm-project-slider-text li {
  font-size: 18px;
  font-weight: 700;
  padding-left: 32px;
  margin-bottom: 8px;
  position: relative;
}
.app-dm-project-slider-text li:before {
  top: 0;
  left: 0;
  font-size: 18px;
  content: "";
  font-weight: 900;
  position: absolute;
  font-family: "Font Awesome 5 Free";
}

.app-dm-project-tab-inner-content .bd-example,
.app-dm-project-tab-inner-content .tab-content {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

.app-dm-project-slider-area .slick-dots {
  margin-top: 40px;
  position: static;
}
.app-dm-project-slider-area .slick-dots li {
  height: 6px;
  width: 30px;
  background-color: #000000;
}
.app-dm-project-slider-area .slick-dots li.slick-active {
  background-color: #004d4d;
}
.app-dm-project-slider-area .slick-list {
  overflow: visible;
}
.app-dm-project-slider-area .slick-slide {
  opacity: 0;
}
.app-dm-project-slider-area .slick-slide.slick-active {
  opacity: 1;
}

/*---------------------------------------------------- */
/*pricing area*/
/*----------------------------------------------------*/
.app-dm-pricing-section {
  padding: 105px 0px 115px;
  background-color: #000611;
}
.app-dm-pricing-section .app-dm-section-title {
  max-width: 540px;
}
.app-dm-pricing-section .app-dm-section-title h2, .app-dm-pricing-section .app-dm-section-title p {
  color: #fff;
}

.app-dm-pricing-content {
  padding-top: 50px;
}

.app-dm-pricing-innerbox {
  border-radius: 5px;
  padding: 45px 30px;
  overflow: hidden;
  border: 2px solid #252525;
  background-color: #060f20;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.app-dm-pricing-innerbox:before, .app-dm-pricing-innerbox:after {
  content: "";
  width: 115px;
  height: 115px;
  position: absolute;
  border-radius: 100%;
  -webkit-transition: 500ms cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 500ms cubic-bezier(0.24, 0.74, 0.58, 1);
}
.app-dm-pricing-innerbox:before {
  top: -20px;
  right: -10px;
  background-color: #131b2b;
}
.app-dm-pricing-innerbox:after {
  top: -9px;
  right: -45px;
  background-color: #1f2736;
}
.app-dm-pricing-innerbox .app-dm-price-icon {
  width: 90px;
  height: 90px;
  margin: 0 auto;
  line-height: 90px;
  margin-bottom: 40px;
  border-radius: 100%;
  
  background: linear-gradient(160deg, #971b1e 0%, rgb(11 245 245) 99%);
}
.app-dm-pricing-innerbox .app-dm-price-icon i {
  font-size: 45px;
  background-image: linear-gradient(-160deg, #ff0309 0%, #ff0309  99%);
  background-clip: text;
  display: inline-block;
  line-height: 0.75;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.app-dm-pricing-innerbox .app-dm-price-plan {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  font-family: "Lexend";
}
.app-dm-pricing-innerbox .app-dm-price-amount {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  font-family: "Lexend";
  padding: 15px 0px 20px;
}
.app-dm-pricing-innerbox .app-dm-price-list-item li {
  color: #fff;
  margin-bottom: 10px;
}
.app-dm-pricing-innerbox .app-dm-price-btn {
  margin-top: 40px;
}
.app-dm-pricing-innerbox .app-dm-price-btn a {
  z-index: 1;
  color: #fff;
  height: 55px;
  width: 170px;
  margin: 0 auto;
  font-size: 15px;
  font-weight: 700;
  position: relative;
  font-family: "Lexend";
  border: 2px solid #3c66ff;
}
.app-dm-pricing-innerbox .app-dm-price-btn a:before {
  top: 0;
  right: 0;
  left: auto;
  content: "";
  z-index: -1;
  width: 0%;
  height: 100%;
  position: absolute;
  -webkit-transition: 500ms cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 500ms cubic-bezier(0.24, 0.74, 0.58, 1);
  background-image: linear-gradient(-160deg, #971b1e 0%, #006666 99%);
}
.app-dm-pricing-innerbox .app-dm-price-btn a:hover:before {
  left: 0;
  width: 100%;
  right: auto;
}
.app-dm-pricing-innerbox:hover {
  border: 2px solid #060f20;
}

/*---------------------------------------------------- */
/*Testimonial area*/
/*----------------------------------------------------*/
.app-dm-testimoial-section {
  padding: 40px 0px 40px;
}

.app-dm-testimonial-top-content .app-dm-section-title {
  max-width: 600px;
}

.app-dm-testimonial-slider-item {
  margin-top: 40px;
  padding-top: 45px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 50px 0px rgba(167, 167, 167, 0.15);
  box-shadow: 0px 10px 50px 0px rgba(167, 167, 167, 0.15);
}
.app-dm-testimonial-slider-item .app-dm-testimonial-img {
  top: -40px;
  left: 20px;
  width: 80px;
  height: 80px;
  border-radius: 3px;
  position: absolute;
  border: 2px solid #004d4d;
}
.app-dm-testimonial-slider-item p {
  padding: 20px;
  border-bottom: 1px solid #d5d5d5;
}
.app-dm-testimonial-slider-item .app-dm-testi-designation-ratting {
  padding: 20px;
}
.app-dm-testimonial-slider-item .app-dm-testi-designation-ratting .app-dm-testi-name-degi h3 {
  color: #000611;
  font-size: 18px;
  font-weight: 700;
}
.app-dm-testimonial-slider-item .app-dm-testi-designation-ratting .app-dm-testi-name-degi span {
  color: #000611;
  font-weight: 500;
}
.app-dm-testimonial-slider-item .app-dm-testi-designation-ratting .app-dm-testi-rate li {
  color: #ffa10e;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.app-dm-testimonial-slider,
.app-dm-blog-slider {
  margin-top: 60px;
}
.app-dm-testimonial-slider .owl-stage-outer,
.app-dm-blog-slider .owl-stage-outer {
  overflow: visible;
}
.app-dm-testimonial-slider .owl-item.active,
.app-dm-blog-slider .owl-item.active {
  opacity: 1;
}
.app-dm-testimonial-slider .owl-item,
.app-dm-blog-slider .owl-item {
  opacity: 0;
}
.app-dm-testimonial-slider .owl-nav,
.app-dm-blog-slider .owl-nav {
  display: none;
}
.app-dm-testimonial-slider .owl-dots,
.app-dm-blog-slider .owl-dots {
  margin-top: 50px;
  text-align: center;
}
.app-dm-testimonial-slider .owl-dots .owl-dot,
.app-dm-blog-slider .owl-dots .owl-dot {
  width: 30px;
  height: 5px;
  margin: 0px 5px;
  cursor: pointer;
  display: inline-block;
  background-color: #000611;
}
.app-dm-testimonial-slider .owl-dots .owl-dot.active,
.app-dm-blog-slider .owl-dots .owl-dot.active {
  background-color: #004d4d;
}

/*---------------------------------------------------- */
/*Blog area*/
/*----------------------------------------------------*/
.app-dm-blog-section {
  padding: 100px 0px;
}

.app-dm-blog-innerbox {
  overflow: hidden;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0px 20px 20px 0px rgba(103, 103, 103, 0.05);
  box-shadow: 0px 20px 20px 0px rgba(103, 103, 103, 0.05);
}
.app-dm-blog-innerbox .app-dm-blog-img {
  overflow: hidden;
  border-radius: 6px;
}
.app-dm-blog-innerbox .app-dm-blog-text {
  padding: 60px 15px 30px;
}
.app-dm-blog-innerbox .app-dm-blog-meta {
  left: 0;
  right: 0;
  top: -25px;
  width: 90%;
  padding: 15px;
  margin: 0 auto;
  position: absolute;
  border-radius: 6px;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(103, 103, 103, 0.1);
  box-shadow: 0px 10px 20px 0px rgba(103, 103, 103, 0.1);
}
.app-dm-blog-innerbox .app-dm-blog-meta a {
  color: #000611;
  font-size: 15px;
  font-weight: 500;
  margin-right: 15px;
}
.app-dm-blog-innerbox .app-dm-blog-meta a:last-child {
  margin-right: 0;
}
.app-dm-blog-innerbox .app-dm-blog-meta a i {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin-right: 10px;
  border-radius: 100%;
  background-color: #eceeff;
}
.app-dm-blog-innerbox .app-dm-blog-title-btn h3 {
  color: #000611;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 20px;
}
.app-dm-blog-innerbox .app-dm-blog-title-btn .app-dm-btn a {
  width: 140px;
  height: 45px;
}

/*---------------------------------------------------- */
/*Footer area*/
/*----------------------------------------------------*/
.app-dm-footer-section {
  padding: 110px 0px 0px;
  overflow: hidden;
  background-color: #000715;
}
.app-dm-footer-section .app-dm-footer-bg {
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.1;
  text-align: center;
}

.app-dm-footer-widget-wrapper {
  padding-bottom: 80px;
}

.app-dm-footer-widget .footer-logo {
  margin-bottom: 35px;
}
.app-dm-footer-widget .f-logo-widget-text {
  padding-bottom: 38px;
}
.app-dm-footer-widget .f-logo-widget-text p {
  color: #fff;
}
.app-dm-footer-widget .footer-social a {
  color: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-right: 15px;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  background-color: #3f4755;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.app-dm-footer-widget .footer-social a:hover {
  background-color: #004d4d;
}
.app-dm-footer-widget .widget-title {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 20px 0px 35px;
}
.app-dm-footer-widget .menu-widget li {
  margin-bottom: 8px;
}
.app-dm-footer-widget .menu-widget li a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.app-dm-footer-widget .menu-widget li a:hover {
  color: #004d4d;
}
.app-dm-footer-widget .cta-widget li {
  color: #fff;
  margin-bottom: 15px;
}
.app-dm-footer-widget .cta-widget li i {
  float: left;
  color: #fff;
  padding-top: 3px;
  margin-right: 12px;
}
.app-dm-footer-widget .cta-widget li span {
  display: block;
  overflow: hidden;
}
.app-dm-footer-widget .newslatter-form-widget p {
  color: #fff;
  padding-bottom: 15px;
}
.app-dm-footer-widget .newslatter-form-widget form {
  position: relative;
}
.app-dm-footer-widget .newslatter-form-widget .nw-email {
  width: 100%;
  border: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  background-color: transparent;
  padding-bottom: 5px;
}
.app-dm-footer-widget .newslatter-form-widget .nw-email::-webkit-input-placeholder {
  color: #fff;
}
.app-dm-footer-widget .newslatter-form-widget .nw-email::-moz-placeholder {
  color: #fff;
}
.app-dm-footer-widget .newslatter-form-widget .nw-email:-ms-input-placeholder {
  color: #fff;
}
.app-dm-footer-widget .newslatter-form-widget .nw-email::-ms-input-placeholder {
  color: #fff;
}
.app-dm-footer-widget .newslatter-form-widget .nw-email::placeholder {
  color: #fff;
}
.app-dm-footer-widget .newslatter-form-widget button {
  top: 0;
  right: 0;
  color: #fff;
  border: none;
  position: absolute;
  background-color: transparent;
}
.app-dm-footer-widget .newslatter-form-widget .checkmark-circle:before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  left: 0px;
  top: 1px;
  border: 2px solid #fff;
}
.app-dm-footer-widget .newslatter-form-widget .checkmark-circle:after {
  left: 5px;
  top: 6px;
  width: 10px;
  content: "";
  height: 10px;
  display: none;
  position: absolute;
  border-radius: 100%;
  background-color: #fff;
}
.app-dm-footer-widget .newslatter-form-widget .nw-radio {
  margin-top: 15px;
}
.app-dm-footer-widget .newslatter-form-widget .nw-radio .slug {
  color: #fff;
  margin-left: 35px;
}
.app-dm-footer-widget .newslatter-form-widget .condition {
  display: none;
}
.app-dm-footer-widget .newslatter-form-widget .condition:checked ~ .checkmark-circle:after {
  display: block;
}

.app-dm-footer-copyright {
  padding: 15px 0px;
  border-top: 1px solid #fff;
}
.app-dm-footer-copyright .app-dm-copyright-text {
  color: #fff;
}
.app-dm-footer-copyright .app-dm-copyright-menu li {
  margin-left: 30px;
  position: relative;
}
.app-dm-footer-copyright .app-dm-copyright-menu li:after {
  top: 6px;
  content: "";
  width: 2px;
  right: -15px;
  height: 13px;
  position: absolute;
  background-color: #004d4d;
}
.app-dm-footer-copyright .app-dm-copyright-menu li:last-child:after {
  display: none;
}
.app-dm-footer-copyright .app-dm-copyright-menu a {
  color: #fff;
}

/*---------------------------------------------------- */
/*Responsive area*/
/*----------------------------------------------------*/
@media screen and (max-width: 1050px) {
  .app-dm-main-navigation li {
    margin-left: 30px;
  }

  .app-dm-feature-innerbox .app-dm-feature-text h3 {
    font-size: 20px;
    padding-bottom: 10px;
  }

  .app-dm-feature-innerbox .app-dm-feature-icon {
    margin-bottom: 15px;
  }

  .app-dm-section-title h2 {
    font-size: 30px;
  }

  .app-dm-service-item-innerbox .app-dm-service-item-text h3 {
    font-size: 20px;
  }

  .app-dm-projct-tab-btn li a {
    font-size: 18px;
    padding: 15px 20px 12px;
  }

  .app-dm-blog-innerbox .app-dm-blog-title-btn h3 {
    font-size: 18px;
  }

  .app-dm-blog-innerbox .app-dm-blog-meta a i {
    width: 20px;
    height: 20px;
    font-size: 12px;
    margin-right: 5px;
    line-height: 20px;
    background-color: transparent;
  }
}
@media screen and (max-width: 991px) {
  .app-dm-header-top {
    display: none !important;
  }

  .app-dm-main-navigation {
    display: none;
  }

  .app-dm-header-main .app-dm-header-content .app-dm-logo-shape {
    display: none;
  }

  .app-dm-header-main .logo-2 {
    display: block;
  }

  .app-dm-header-main .logo-1 {
    display: none;
  }

  .app-dm-header-main .app-dm-header-content .app-dm-brand-logo {
    left: 0;
    top: 50%;
    z-index: 3;
  }

  .app-dm-main-menu-wrapper .app-dm-btn {
    margin-left: 0;
    margin-right: 40px;
    z-index: 2;
  }

  .app-dm-header-main {
    background-color: #fff;
  }

  .app-dm-main-menu-wrapper {
    padding: 16px 0px 16px 0px;
  }

  .app-dm-header-main .app-dm-mobile_menu_button, .app-dm-header-main .app-dm-mobile_cart {
    display: block;
  }

  #slider-23-slide-66-layer-1 {
    display: none;
  }

  .app-dm-feature-innerbox {
    margin-bottom: 30px;
  }

  .app-dm-feature-section {
    top: 0;
    margin-top: 60px;
  }

  .app-dm-about-img {
    text-align: center;
  }

  .app-dm-service-item-wrapper {
    margin-top: 40px;
  }

  .app-dm-benifit-img {
    text-align: center;
    padding-bottom: 50px;
  }

  .app-dm-faq-video-wrapper {
    margin: 0 auto;
    max-width: 570px;
  }

  .app-dm-funfact-innerbox {
    margin-bottom: 30px;
  }

  .app-dm-project-slider-item .app-dm-project-img {
    margin-bottom: 30px;
  }

  .app-dm-pricing-innerbox {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 570px) {
  .app-dm-cta-text h3 {
    font-size: 30px;
  }

  .app-dm-service-section .app-dm-service-text {
    padding-top: 0;
  }

  .app-dm-banner-content h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 480px) {
  .app-dm-header-main .app-dm-header-content .app-dm-brand-logo {
    width: 120px;
    
  }

  .app-dm-main-menu-wrapper .app-dm-btn i {
    display: none;
  }

  .app-dm-main-menu-wrapper .app-dm-btn a {
    width: 140px;
    font-size: 14px;
  }

  .app-dm-main-menu-wrapper {
    padding: 10px 0px 10px 0px;
  }

  .app-dm-header-main .app-dm-mobile_menu_button, .app-dm-header-main .app-dm-mobile_cart {
    top: -52px;
  }

  .app-dm-section-title h2 {
    font-size: 28px;
  }

  .app-dm-about-section {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .app-dm-service-section {
    padding: 60px 0px;
  }

  .app-dm-faq-section {
    padding: 60px 0px 60px;
  }

  .app-dm-faq-item .app-dm-faq-item-header button:before {
    top: 30px;
  }

  .app-dm-faq-video-wrapper {
    padding-top: 20px;
  }

  .app-dm-funfact-innerbox .app-dm-funfact-text h3 {
    font-size: 28px;
  }

  .app-dm-funfact-innerbox .app-dm-funfact-icon i {
    font-size: 40px;
  }

  .app-dm-cta-content {
    padding: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .app-dm-cta-text h3 {
    padding-bottom: 15px;
  }

  .app-dm-project-section {
    padding: 50px 0px;
  }

  .app-dm-project-slider-text h3 {
    font-size: 26px;
  }

  .app-dm-section-title .sub-title:before,
  .app-dm-section-title .sub-title:after {
    width: 40px;
  }

  .app-dm-section-title .sub-title:before {
    left: -45px;
  }

  .app-dm-section-title .sub-title:after {
    right: -45px;
  }

  .app-dm-pricing-innerbox .app-dm-price-amount {
    font-size: 40px;
  }

  .app-dm-pricing-section {
    padding: 60px 0px;
  }

  .app-dm-testimonial-top-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .app-dm-testimoial-section {
    padding: 60px 0px;
  }

  .app-dm-blog-section {
    padding: 0px 0px 60px;
  }

  .app-dm-footer-section {
    padding-top: 60px;
  }

  .app-dm-footer-widget .f-logo-widget-text {
    padding-bottom: 15px;
  }

  .app-dm-footer-widget {
    margin-bottom: 30px;
  }

  .app-dm-footer-widget .widget-title {
    padding-bottom: 15px;
  }

  #slider-23-slide-66-layer-4 {
    padding: 10px 15px;
  }

  .app-dm-footer-copyright {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .app-dm-footer-copyright .app-dm-copyright-menu li {
    margin-left: 0;
    margin-right: 20px;
  }

  .app-dm-banner-content h1 {
    font-size: 40px;
    padding: 15px 0px 20px;
  }

  .app-dm-banner-content {
    padding: 180px 0px 120px;
  }

  .app-dm-banner-content span {
    font-size: 16px;
  }

  .shpae-wrap3,
  .shpae-wrap2 {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .app-dm-main-menu-wrapper .app-dm-btn {
    display: none;
  }

  .app-dm-header-main .app-dm-header-content {
    height: 70px;
  }

  .app-dm-header-main .app-dm-mobile_menu_button {
    top: -2px;
  }
  .app-dm-header-main .app-dm-mobile_cart {
    top: 2px;
  }
}
/*---------------------------------------------------- */
.app-dm-main-navigation li .nav-link { 
  display: inline;
}
.app-dm-main-navigation li .nav-link.active {
  color: #004d4d;
}


header.sticky-on{
  background-color: #004d4d;
}
.sticky-on .app-dm-header-content {
  background-color: #004d4d;
}
.sticky-on .app-dm-main-navigation li a{
  text-transform: uppercase;
  color: #fff;
}

.sticky-on .app-dm-main-navigation li a:hover{
  color: #13ebeb;
}

.sticky-on   .dropdown:after{
  color: #15ebeb;
}

.header__expandMenu .btn {
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  font-family: inherit;
  font-weight: 700;
  color: #fff;
  outline: none;
  border: none;
  background-color: #ffffff35;
  border-radius: 2rem;
  transition: background-color 100ms linear;
  cursor: pointer;
}

.header__expandMenu .arrow {
  width: 20px;
  height: 10px;
  position: relative;
  transform: translateX(-4px);
}

.header__expandMenu .line {
  position: absolute;
  top: 46%;
  right: 0;
  height: 2px;
  width: 7px;
  background-color: #fff;
  transform-origin: 100% 50%;
}

.header__expandMenu  .arrow--sideUp {
  transform: rotate(45deg);
}

.header__expandMenu  .arrow--sideDown {
  transform: rotate(-45deg);
}

.header__expandMenu .arrow--hoverLine {
  width: 12px;
  transform: scale(0);
}

.header__expandMenu .arrow,
.line {
  transition: transform 100ms ease-in;
}

.header__expandMenu .btn--primary:hover {
  background-color: #ffffff65;
}

.header__expandMenu .btn:hover .arrow {
  transform: none;
}

.header__expandMenu  .btn:hover .arrow--hoverLine {
  transform: scale(1);
}

.header__expandMenu .tip {
  width: 1.25rem;
  height: 1.25rem;
  background-color: #fff;
  position: absolute;
  top: 4.15rem;
  left: 0;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  transition: transform 100ms linear;
  opacity: 0;
}

.header__expandMenu {
  position: absolute;
  top: 4.5rem;
  left: 50%;
  width: 95%;
  height: 90%;

  transform-origin: 0%;
  transform: translateX(-50%) rotate3d(1, 0, 0, -15deg);
  border-top: 3px solid #7d0202;
  border-bottom: 6px solid #0dbbbb;
  background-color: white;
  border-radius: 0.5rem;
  perspective: 100px;
  transition: width 250ms ease, height 250ms ease, opacity 150ms ease,
      transform 200ms ease-in;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.app-dm-header-main .header__expandMenu {
  margin-top: 50px;
}

.sticky-on .header__expandMenu {
  margin-top: 0px;
}

.header__expandMenu  .menu__container {
  width: 100%;
  height: 100%;
  background-color: #006666d9;
  color: #fff;
}

.menu__container > * {
  position: absolute;
  top: 0;
  left: 50%;
  padding: 2rem;
  overflow: hidden;
  transform: translateX(-35%);
  transition: transform 250ms linear, opacity 250ms ease;
  opacity: 0;
}

#products {
  display: grid;
  grid-template-columns: repeat(3, 300px);
}

#developers,
#company {
  display: grid;
  grid-template-columns: repeat(2, 225px);
  row-gap: 2rem;
}

.header__expandMenu .item--one {
  grid-column: span 2;
}

#use-cases {
  width: 450px;
}

#menu-solutions {
  width: 450px;
}
#menu-partners {
  width: 450px;
}

#menu-support{
  width: 450px;
}

.header__expandMenu .subMenu__items {
  list-style: none;
}

.header__expandMenu .title {
  font-size: 0.85rem;
  margin-bottom: 1.75rem;
}

.header__expandMenu .subMenu--item {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.header__expandMenu .label__container {
  margin-left: 0.75rem;
}

.header__expandMenu .label {
  font-size: 0.9rem;
  font-weight: 700;
  color: #fff;
}

.header__expandMenu .label--desc {
  font-size: 0.9rem;
  color: #fff;
  transform: translateY(-3px);
  transition: color 100ms ease;
}

.header__expandMenu .subMenu--item+.subMenu--item {
  margin-top: 1.5rem;
}

.header__expandMenu .icon--production {
  transform: translateY(-55%) scale(1.1);
}

.header__expandMenu .right--arrow {
  width: 12px;
  transform: translateY(1px) scale(0, 1);
  transition: transform 150ms ease-in-out;
  color: #06d7d7;
}

.header__expandMenu .subMenu--item:hover .right--arrow {
  transform: translateY(1.75px) scale(1);
  color: #06d7d7;
}

.header__expandMenu .subMenu--item:hover .label--desc {
  color: #06d7d7;
}

.header__expandMenu .active {
  z-index: 1;
  opacity: 1;
  transform: translatex(-50%);
}

.header__expandMenu .prev {
  transform: translateX(-65%);
}

.expand {
  opacity: 1;
  pointer-events: all;
  transform: translateX(-50%) rotateX(0);
}

.hover {
  opacity: 0.5;
}

.new--expand {
  transition: opacity 150ms ease, transform 150ms ease-in;
}

.first {
  transition: none;
}

.sec--menu .subMenu--item+.subMenu--item {
  margin-top: 0.5rem;
}

.sec__title {
  color: grey;
  margin-bottom: 0.65rem;
}

.sec__links {
  list-style: none;
  padding: 0 0 0.2rem 0;
}

.sec__links>li {
  cursor: pointer;
  font-size: 0.85rem;
  font-weight: 400;
}

.sec__links--container {
  padding-left: 2rem;
}

.more__info {
  grid-column: span 2;
}

.more__links {
  padding-left: 1.5rem;
}

.header__expandMenu a {
  text-decoration: none;
  display: block;
  color: #fff;
}

.navbar-nav li a:hover {
  text-decoration: underline dotted;
  color: #004d4d;
}

.saas-classic-scrollup {
  width: 55px;
  right: 20px;
  z-index: 5;
  height: 55px;
  bottom: 20px;
  display: none;
  position: fixed;
  border-radius: 100%;
  line-height: 55px;
  background-image: linear-gradient(
  -45deg, #0cc5c5 32%, #004d4d 100%);
}

.contact-menu {
  
  z-index: 5;
  right: 20px;
  z-index: 5;
  bottom: 100px;
  position: fixed;
  cursor: pointer;
  display: flex; justify-content: space-between; 
  
  }
  /* .contact-menu::before, .contact-menu::after {
  content: "";
  background: #c3c2c7;
  border-radius: 5px;
  width: 30px;
  height: 5px;
  position: absolute;
  left: 16px;
  top: 27px;
  transition: 0.2s ease;
  z-index: 1;
  } */
  /* .contact-menu::before {

    transform: rotate(0deg);
  }
  .contact-menu::after {
  transform: rotate(-90deg);
  } */
  .contact-menu.open {
    opacity: 0.9;
    width: 85px;
  }
  .contact-menu.open::before {
  transform: rotate(45deg);
  }
  .contact-menu.open::after {
  transform: rotate(-45deg);
  }
  .contact-menu.open .contact-button {
  opacity: 1;
  pointer-events: auto;
  }
  .contact-menu.open .contact-button:first-of-type {
    bottom: 59px;
    right: 0px;
  }
  .contact-menu.open .contact-button:nth-of-type(2) {
      bottom: 120px;
      right: 0;
      transition-delay: 0.05s;
  }
  .contact-menu.open .contact-button:nth-of-type(3) {
      bottom: 180px;
      right: 0;
      transition-delay: 0.1s;
  }
  .contact-button {
    padding: 15px;
    width: 55px;
    color: #fff;
    height: 55px;
    border-radius: 100%;
    line-height: 55px;
    background-image: linear-gradient(
    -45deg, #0cc5c5 32%, #004d4d 100%);
    cursor: pointer;
    box-shadow: 7px 7px 15px rgba(55, 84, 170, 0.15), -7px -7px 20px white, inset 0px 0px 4px rgba(255, 255, 255, 0.2), inset 7px 7px 15px rgba(55, 84, 170, 0), inset -7px -7px 20px rgba(255, 255, 255, 0), 0px 0px 4px rgba(255, 255, 255, 0);
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: 0.2s cubic-bezier(0.18, 0.89, 0.32, 1.28), 0.2s ease opacity, 0.2s cubic-bezier(0.08, 0.82, 0.17, 1) transform;
  }
  .contact-button i {
      position: absolute;
      font-size: 30px;
      color: #fff;
  }
  .contact-button:hover {
  transform: scale(1.1);
  }
.sticky-on .container{
  max-width: none;
  padding: 0;
} 

@media (max-width: 1100px) {
  #products {
      grid-template-columns: repeat(2, 300px);
      row-gap: 2rem;
      height: 660px;
  }
}

#ei-appdownload .eg-title-tag, #ei-appdownload .eight-section-title h2, #ei-appdownload .ei-app-down-text .eight-section-title p{
  color: #fff;
}
#ei-appdownload .ei-download-btn a {
  color: #0cc5c5;
}

#ei-appdownload .ei-download-btn p{
  color: #fff;
}
#eight-service .ei-service-icon-text .ei-service-text h3{
  color: #fff;
}
#eight-service .ei-service-icon-text .ei-service-text p {
  color: #0cc5c5;
}
#feature-eight{
  background-image: linear-gradient(140deg, #971b1e 0%, #006666 70%, #971b1e);
}
#feature-eight .eight-feature-box .feature-text8 h3{
  color: #7d0202;
}
#feature-eight .eight-section-title h2, #feature-eight .eight-section-title .eg-title-tag, #feature-eight .eight-section-title p{
  color: #fff;
}

#feature-eight .feature-text8 p{
  color: #004d4d;
}
a.subMenu--item-link{
  display: flex;
  align-items: center;
}






.sm-side_inner_content {
  top: 0px;
  bottom: 0;
  right: -420px;
  height: 110vh;
  z-index: 101;
  position: fixed;
  width: 400px;
  overflow-y: scroll;
  background-color: #fff;
  padding: 50px 50px;
  box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
  transition: all 0.5s;
}
.sm-side_inner_content p {
  text-align: left;
}
.sm-side_inner_content .side_inner_logo {
  margin: 30px 0px;
}
.sm-side_inner_content .side_contact {
  margin-bottom: 30px;
}
.sm-side_inner_content .side_contact .social_widget {
  margin-bottom: 40px;
}
.sm-side_inner_content .side_contact .social_widget h3 {
  font-size: 20px;
  font-weight: 600;
  padding: 10px 0px 10px 0px;
}
.sm-side_inner_content .side_contact .social_widget li {
  color: #fff;
  width: 30px;
  height: 30px;
  margin: 0px 3px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
  background-color: #102fa5;
}
.sm-side_inner_content .side_contact .social_widget li i {
  font-size: 14px;
}
.sm-side_inner_content .side_contact .smm-sidebar-gallary {
  margin-bottom: 25px;
}
.sm-side_inner_content .side_contact .smm-sidebar-gallary h3 {
  font-size: 20px;
  font-weight: 600;
  padding: 10px 0px 10px 0px;
}
.sm-side_inner_content .side_contact .smm-sidebar-gallary li {
  float: left;
  margin: 5px 3px;
}
.sm-side_inner_content .side_copywright {
  font-size: 14px;
}
.sm-side_inner_content .close_btn {
  top: 30px;
  right: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  line-height: 40px;
  text-align: center;
  position: absolute;
  background-color: #f5f5f5;
  transition: 0.3s all ease-in-out;
}
.sm-side_inner_content .close_btn i {
  font-size: 14px;
}
.sm-side_inner_content .close_btn:hover {
  background-color: #ff5722;
}
.sm-side_inner_content .close_btn:hover i {
  color: #fff;
}

.smm-sidebar-inner.wide_side_on .sm-side_inner_content {
  right: -15px;
  z-index: 99;
  transition: all 0.7s;
}

.smm-sidebar-inner {
  display: inline-block;
}
.smm-sidebar-inner .side_overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  width: 100%;
  z-index: 9;
  height: 110vh;
  visibility: hidden;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  transition: all 0.3s ease-in-out;
  cursor: url(../img/cl.png), auto;
}

.body_overlay_on {
  overflow: hidden;
}

.smm-sidebar-inner.wide_side_on .side_overlay {
  opacity: 1;
  visibility: visible;
}





.pr1-sidebar-btn {
  width: 40px;
  height: 40px;
  background-color: #2782f9;
  color: #ffffff;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  font-size: 24px;
  cursor: pointer;
}

.pr1-sidebar-info .pr1-overlay-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.pr1-sidebar-info .pr1-overlay-on {
  opacity: 1;
  visibility: visible;
}

.pr1-sidebar-info .pr1_sidebar_info_content {
  width: 380px;
  height: 100%;
  position: fixed;
  right: -380px;
  top: 0;
  background-color: #ffffff;
  z-index: 9999999;
  padding: 30px 40px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.pr1-sidebar-info .pr1_sidebar_info_content .close-menu {
  cursor: pointer;
}

.pr1-sidebar-info .pr1_sidebar_info_content .pr1_sidebar_logo {
  text-align: center;
  margin-bottom: 60px;
}

.pr1-sidebar-info .pr1_sidebar_info_content .pr1_sidebar_logo img {
  width: 180px;
}

.pr1-sidebar-info .pr1_sidebar_info_content .pr1-pera-txt {
  line-height: 1.8em;
}

.pr1-sidebar-info .pr1_sidebar_info_content .pr1-sidebar-gallery {
  margin-top: 30px;
}

.pr1-sidebar-info .pr1_sidebar_info_content .pr1-sidebar-gallery ul li {
  display: inline-block;
  margin: 5px 5px;
}

.pr1-sidebar-info .pr1_sidebar_info_content .pr1-sidebar-social {
  margin-top: 30px;
}

.pr1-sidebar-info .pr1_sidebar_info_content .pr1-sidebar-social h5 {
  margin-bottom: 15px;
}

.pr1-sidebar-info .pr1_sidebar_info_content .pr1-sidebar-social a+a {
  margin-left: 10px;
}

.pr1-sidebar-info .pr1_sidebar_info_content .pr1-sidebar-copyright {
  text-align: center;
  margin-top: 40px;
}

.pr1-sidebar-info .pr1-sidebar-on {
  right: 0;
}



/* ======================================================= 
 *
 *      Whatsapp Chat Support
 *      Version: 1.1
 *      By castlecode
 *
 *      Contact: http://codecanyon.net/user/castlecode
 *      Created: December 10, 2018
 *
 *      Copyright (c) 2018, castlecode. All rights reserved.
 *      Available only in http://codecanyon.net/
 *    
 *      ---------------------------------
 *      CONTENTS
 *      ---------------------------------
 *
 *      [A] GLOBAL
 *      [B] BUTTON
 *      [C] BUTTON PERSON
 *      [D] POPUP
 *          [1] HEADER
 *          [2] MULTIPLE PERSONS
 *          [3] INPUT TEXT FIELD
 *    
 * ======================================================= */

/* ====================================================================== *
        [A] GLOBAL
 * ====================================================================== */      

    .whatsapp_chat_support{
        position: relative;
        display: inline-block;
        vertical-align: top;
    }

 /* ====================================================================== *
        [B] BUTTON
 * ====================================================================== */      

    .wcs_button{
        text-align: center;
        vertical-align: middle;
        padding: 9px 18px;
        border-radius: 50px;
        background: #26C281;
        color: #fff;
        display: inline-block;
        margin-right: 3px;
        cursor: pointer;

        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
           -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
             -o-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
            -ms-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
                box-shadow: 0 1px 2px rgba(0,0,0,0.15);

    }
    .wcs_button .fa{
        font-size: 15px;
        margin-right: 3px;
    }

    .wcs_button_circle{
        width: 50px;
        height: 50px;
        border-radius: 100%;
        padding: 0;
    }
    .wcs_button_circle .fa{
        line-height: 50px;
        font-size: 25px;
        margin-right: 0px;
    }

    .wcs_button_label{
        vertical-align: middle;
        cursor: pointer;
        display: inline-block;
        font-size: 12px;
        margin-right: 10px;
        margin-left: 10px;
        background: #d4f3e6;
        padding: 5px 10px;
        border-radius: 4px;

        -webkit-transition: .3s ease all;
           -moz-transition: .3s ease all;
                transition: .3s ease all;
    }
    .wcs_button_label_hide{
        -webkit-transform: translate(10px, 0);
           -moz-transform: translate(10px, 0);
            -ms-transform: translate(10px, 0);
                transform: translate(10px, 0);

        opacity: 0;
        visibility: hidden;
    }

    .wcs_fixed_right{
        z-index: 999;
        position: fixed;
        bottom: 20px;
        right: 20px;
    }

    .wcs_fixed_left{
        z-index: 999;
        position: fixed;
        bottom: 20px;
        left: 20px;
    }
    .wcs_fixed_left .wcs_popup{
        left: 0 !important;
        right: unset !important;
    }

/* ====================================================================== *
        [C] BUTTON PERSON
 * ====================================================================== */    

    .wcs_button_person{
        padding: 7px 18px 8px 10px;
        border-radius: 50px;
        text-align: left;
        background: #26C281;
        color: #fff;
        
        -webkit-transition: .4s ease all;
           -moz-transition: .4s ease all;
                transition: .4s ease all;

        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
           -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
             -o-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
            -ms-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
                box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    }  

    .wcs_button_person:hover{
        -webkit-transform: translate(0,-3px);
           -moz-transform: translate(0,-3px);
            -ms-transform: translate(0,-3px);
                transform: translate(0,-3px);

        -webkit-box-shadow: 0 4px 8px 1px rgba(43,43,43,.15);
           -moz-box-shadow: 0 4px 8px 1px rgba(43,43,43,.15);
             -o-box-shadow: 0 4px 8px 1px rgba(43,43,43,.15);
            -ms-box-shadow: 0 4px 8px 1px rgba(43,43,43,.15);
                box-shadow: 0 4px 8px 1px rgba(43,43,43,.15);
    }

    /* PERSON IMG */

    .wcs_button_person_img{
        overflow: hidden;
        display:table-cell;
        vertical-align:middle;
    }

    .wcs_button_person_img img{
        border: 2px solid #fff;
        border-radius: 50%;
        display: block;
        width: 60px;
        height: 60px;
    }

    .wcs_button_person_img .fa{
        font-size: 60px;
    }

    /* PERSON CONTENT */

    .wcs_button_person_content{
        padding-left: 14px;
        display:table-cell;
        vertical-align:middle;
    }

    /* PERSON NAME */

    .wcs_button_person_name{
        font-size: 10px;
        color: rgba(255,255,255,.8);
    }

    /* PERSON DESCRIPTION */

    .wcs_button_person_description{
        font-size: 14px;
        font-weight: bold;
        line-height: 23px;
        color: #fff;
    }

    /* PERSON STATUS */

    .wcs_button_person_status{
        font-size: 10px;
        vertical-align: middle;
        color: #fff;
        background: rgba(255,255,255,.3);
        display: inline-block;
        padding: 1px 5px;
        border-radius: 5px;
    }

    /* BUTTON PERSON OFFLINE */

    .wcs_button_person_offline{
        background: #a4a4a4 !important;
        cursor: auto !important;
    }

    .wcs_button_person_offline:hover{
        -webkit-transform: translate(0,0) !important;
           -moz-transform: translate(0,0) !important;
            -ms-transform: translate(0,0) !important;
                transform: translate(0,0) !important;

        -webkit-box-shadow: none !important;
           -moz-box-shadow: none !important;
             -o-box-shadow: none !important;
            -ms-box-shadow: none !important;
                box-shadow: none !important;
    }

    .wcs_button_person_offline .wcs_button_person_status{
        background: #f1a528;
    }

    .wcs_button_person_offline .wcs_button_person_img{
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
    }

/* ====================================================================== *
        [D] POPUP
 * ====================================================================== */      

    .wcs_popup{
        position: absolute;
        width: 300px;
        bottom: 100%;
        right: 0;
        margin-bottom: 20px;
        visibility: hidden;
        max-width: calc(100vw - 60px);
    }

    /* CLOSE */

    .wcs_popup_close{
        position: absolute;
        top: 2px;
        right: 8px;
        cursor: pointer;
        
        opacity: .8;
        color: #fff;
        font-size: 18px;

        -webkit-transition: all 0.08s ease-in-out;
           -moz-transition: all 0.08s ease-in-out;
                transition: all 0.08s ease-in-out;
    }

    .wcs_popup_close:hover{
        opacity: 1;
    }

    /* ====================================================================== *
            [1] HEADER
     * ====================================================================== */      

    .wcs_popup_header{
        padding: 20px;
        background: #26C281;
        border-top-right-radius: 8px;
        border-top-left-radius: 8px;
        color: #fff;
        text-align: center;

        -webkit-box-shadow: 0 4px 8px 1px rgba(43,43,43,.15);
           -moz-box-shadow: 0 4px 8px 1px rgba(43,43,43,.15);
             -o-box-shadow: 0 4px 8px 1px rgba(43,43,43,.15);
            -ms-box-shadow: 0 4px 8px 1px rgba(43,43,43,.15);
                box-shadow: 0 4px 8px 1px rgba(43,43,43,.15);
    }

    .wcs_popup_header .fa-whatsapp{
        font-size: 50px;
        display: block;
        margin-bottom: 20px;
    }

    .wcs_popup_header_description{
        display: block;
        margin-top: 10px;
        font-size: 12px;
    }

    /* ====================================================================== *
            [2] MULTIPLE PERSONS
     * ====================================================================== */   

     /* CONTAINER */   

    .wcs_popup_person_container{
        /*max-height: 470px;
        overflow-y: scroll;*/
        background: #fff;
        padding: 20px;
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 8px;

        -webkit-box-shadow: 0 4px 8px 1px rgba(43,43,43,.15);
           -moz-box-shadow: 0 4px 8px 1px rgba(43,43,43,.15);
             -o-box-shadow: 0 4px 8px 1px rgba(43,43,43,.15);
            -ms-box-shadow: 0 4px 8px 1px rgba(43,43,43,.15);
                box-shadow: 0 4px 8px 1px rgba(43,43,43,.15);
    }

    /* PERSON */

    .wcs_popup_person{
        background: #f5f7f9;
        padding: 10px; 
        text-align: left;
        margin-bottom: 10px;
        cursor: pointer;

        -webkit-transition: .2s ease all;
           -moz-transition: .2s ease all;
                transition: .2s ease all;
    }

    .wcs_popup_person:hover{
        -webkit-box-shadow: 0 1px 2px rgba(43,43,43,.15);
           -moz-box-shadow: 0 1px 2px rgba(43,43,43,.15);
             -o-box-shadow: 0 1px 2px rgba(43,43,43,.15);
            -ms-box-shadow: 0 1px 2px rgba(43,43,43,.15);
                box-shadow: 0 1px 2px rgba(43,43,43,.15);
    }

    .wcs_popup_person:last-child{
        margin-bottom: 0;
    }

    .wcs_popup_person::after {
        content: "";
        clear: both;
        display: table;
    }

    /* PERSON IMG */

    .wcs_popup_person_img{
        overflow: hidden;
        display:table-cell;
        vertical-align:middle;
    }

    .wcs_popup_person_img img{
        border: 2px solid #26C281;
        border-radius: 50%;
        display: block;
        width: 60px;
        height: 60px;
    }

    /* PERSON CONTENT */

    .wcs_popup_person_content{
        padding-left: 15px;
        display:table-cell;
        vertical-align:middle;
    }

    /* PERSON NAME */

    .wcs_popup_person_name{
        font-size: 14px;
        color: #383838;
        font-weight: bold;
    }

    /* PERSON DESCRIPTION */

    .wcs_popup_person_description{
        font-size: 11px;
        line-height: 18px;
        color: #8c8c8c;
    }

    /* PERSON STATUS */

    .wcs_popup_person_status{
        font-size: 10px;
        vertical-align: middle;
        color: #fff;
        background: #26C281;
        border-radius: 5px;
        display: inline-block;
        padding: 1px 5px;
    }

    /* POPUP PERSON OFFLINE */

    .wcs_popup_person_offline{
        cursor: auto !important;
    }

    .wcs_popup_person_offline .wcs_popup_person_img{
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
    }

    .wcs_popup_person_offline:hover{
        -webkit-box-shadow: none !important;
           -moz-box-shadow: none !important;
             -o-box-shadow: none !important;
            -ms-box-shadow: none !important;
                box-shadow: none !important;
    }

    .wcs_popup_person_offline .wcs_popup_person_status{
        background: #f1a528;
    }

    /* ====================================================================== *
            [3] INPUT TEXT FIELD
     * ====================================================================== */      

    .wcs_popup_input{
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 8px;
        background: #fff;
        padding: 10px 10px;

        -webkit-box-shadow: 0 4px 8px 1px rgba(43,43,43,.15);
           -moz-box-shadow: 0 4px 8px 1px rgba(43,43,43,.15);
             -o-box-shadow: 0 4px 8px 1px rgba(43,43,43,.15);
            -ms-box-shadow: 0 4px 8px 1px rgba(43,43,43,.15);
                box-shadow: 0 4px 8px 1px rgba(43,43,43,.15);
    }

    .wcs_popup_input input{
        border: 0;
        outline: none;
        width: 90%;
        color: #555555;
    }

    .wcs_popup_input input::placeholder{
        color: #cfcfcf;
    }

    .wcs_popup_input>*{
        vertical-align: top;
    }

    .wcs_popup_input .fa{
        font-size: 17px;
        color: #9da3a5;
        vertical-align: middle;
        cursor: pointer;
    }

    /* AVATAR */

    .wcs_popup_avatar{
        overflow: hidden;
        position: absolute;
        left: -70px;
        bottom: -4px;
    }

    .wcs_fixed_left .wcs_popup_avatar{
        left: initial;
        right: -70px;
    }

    .wcs_popup_avatar img{
        border-radius: 50%;
        border: 2px solid #26C281;
        display: block;
        height: 50px;
        width: 50px;

        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
           -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
             -o-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
            -ms-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
                box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    }

    .wcs_popup_input_offline{
        color: #f1a528;
    }

    .wcs_popup_input_offline+.wcs_popup_avatar{
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
    }

    @media only screen and (max-width: 400px) {
        .wcs_popup_avatar{
            display: none;
        }
    }

/* ====================================================================== *
        [H] EFFECTS
 * ====================================================================== */   

    .wcs-show .wcs_popup{
        visibility: visible;
    }
      
    /* Effect 0: Fade in */

    .wcs-effect-0 .wcs_popup{
        opacity: 0;

        -webkit-transition: opacity 0.3s;
        -moz-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }
    .wcs-show.wcs-effect-0 .wcs_popup{
        opacity: 1;
    }

    /* Effect 1: Fade in and scale up */

    .wcs-effect-1 .wcs_popup{
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
        opacity: 0;

        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }
    .wcs-show.wcs-effect-1 .wcs_popup{
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    /* Effect 2: Slide from the right */

    .wcs-effect-2 .wcs_popup {
        -webkit-transform: translateX(20%);
        -moz-transform: translateX(20%);
        -ms-transform: translateX(20%);
        transform: translateX(20%);
        opacity: 0;
        -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
        -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
        transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    }
    .wcs-show.wcs-effect-2 .wcs_popup {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    /* Effect 3: Slide from the bottom */

    .wcs-effect-3 .wcs_popup {
        -webkit-transform: translateY(20%);
        -moz-transform: translateY(20%);
        -ms-transform: translateY(20%);
        transform: translateY(20%);
        opacity: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }
    .wcs-show.wcs-effect-3 .wcs_popup {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    /* Effect 4: Newspaper */

    .wcs-effect-4 .wcs_popup {
        -webkit-transform: scale(0) rotate(720deg);
        -moz-transform: scale(0) rotate(720deg);
        -ms-transform: scale(0) rotate(720deg);
        transform: scale(0) rotate(720deg);
        opacity: 0;
    }
    .wcs-show.wcs-effect-4 ~ .datepicker-in-fullscreen-background,
    .wcs-effect-4 .wcs_popup {
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .wcs-show.wcs-effect-4 .wcs_popup {
        -webkit-transform: scale(1) rotate(0deg);
        -moz-transform: scale(1) rotate(0deg);
        -ms-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
        opacity: 1;
    }

    /* Effect 5: fall */

    .wcs-effect-5.whatsapp_chat_support {
        -webkit-perspective: 1300px;
        -moz-perspective: 1300px;
        perspective: 1300px;
    }
    .wcs-effect-5 .wcs_popup {
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transform: translateZ(600px) rotateX(20deg); 
        -moz-transform: translateZ(600px) rotateX(20deg); 
        -ms-transform: translateZ(600px) rotateX(20deg); 
        transform: translateZ(600px) rotateX(20deg); 
        opacity: 0;
    }
    .wcs-show.wcs-effect-5 .wcs_popup {
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        -webkit-transform: translateZ(0px) rotateX(0deg);
        -moz-transform: translateZ(0px) rotateX(0deg);
        -ms-transform: translateZ(0px) rotateX(0deg);
        transform: translateZ(0px) rotateX(0deg); 
        opacity: 1;
    }

    /* Effect 6: side fall */

    .wcs-effect-6.whatsapp_chat_support {
        -webkit-perspective: 1300px;
        -moz-perspective: 1300px;
        perspective: 1300px;
    }
    .wcs-effect-6 .wcs_popup {
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transform: translate(30%) translateZ(600px) rotate(10deg); 
        -moz-transform: translate(30%) translateZ(600px) rotate(10deg);
        -ms-transform: translate(30%) translateZ(600px) rotate(10deg);
        transform: translate(30%) translateZ(600px) rotate(10deg); 
        opacity: 0;
    }
    .wcs-show.wcs-effect-6 .wcs_popup {
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        -webkit-transform: translate(0%) translateZ(0) rotate(0deg);
        -moz-transform: translate(0%) translateZ(0) rotate(0deg);
        -ms-transform: translate(0%) translateZ(0) rotate(0deg);
        transform: translate(0%) translateZ(0) rotate(0deg);
        opacity: 1;
    }

    /* Effect 7:  3D Rotate from bottom */

    .wcs-effect-7.whatsapp_chat_support {
        -webkit-perspective: 1300px;
        -moz-perspective: 1300px;
        perspective: 1300px;
    }
    .wcs-effect-7 .wcs_popup {
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transform: translateY(100%) rotateX(90deg);
        -moz-transform: translateY(100%) rotateX(90deg);
        -ms-transform: translateY(100%) rotateX(90deg);
        transform: translateY(100%) rotateX(90deg);
        -webkit-transform-origin: 0 100%;
        -moz-transform-origin: 0 100%;
        transform-origin: 0 100%;
        opacity: 0;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
    .wcs-show.wcs-effect-7 .wcs_popup {
        -webkit-transform: translateY(0%) rotateX(0deg);
        -moz-transform: translateY(0%) rotateX(0deg);
        -ms-transform: translateY(0%) rotateX(0deg);
        transform: translateY(0%) rotateX(0deg);
        opacity: 1;
    }

    /* Effect 8:  3D Rotate in from left */

    .wcs-effect-8.whatsapp_chat_support {
        -webkit-perspective: 1300px;
        -moz-perspective: 1300px;
        perspective: 1300px;
    }
    .wcs-effect-8 .wcs_popup {
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
        -moz-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
        -ms-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
        transform: translateZ(100px) translateX(-30%) rotateY(90deg);
        -webkit-transform-origin: 0 100%;
        -moz-transform-origin: 0 100%;
        transform-origin: 0 100%;
        opacity: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }
    .wcs-show.wcs-effect-8 .wcs_popup {
        -webkit-transform: translateZ(0px) translateX(0%) rotateY(0deg);
        -moz-transform: translateZ(0px) translateX(0%) rotateY(0deg);
        -ms-transform: translateZ(0px) translateX(0%) rotateY(0deg);
        transform: translateZ(0px) translateX(0%) rotateY(0deg);
        opacity: 1;
    }

    /* Effect 9: 3D flip horizontal */

    .wcs-effect-9.whatsapp_chat_support {
        -webkit-perspective: 1300px;
        -moz-perspective: 1300px;
        perspective: 1300px;
    }
    .wcs-effect-9 .wcs_popup {
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transform: rotateY(-70deg);
        -moz-transform: rotateY(-70deg);
        -ms-transform: rotateY(-70deg);
        transform: rotateY(-70deg);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        opacity: 0;
    }
    .wcs-show.wcs-effect-9 .wcs_popup {
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        transform: rotateY(0deg);
        opacity: 1;
    }

    /* Effect 10: 3D flip vertical */

    .wcs-effect-10.whatsapp_chat_support {
        -webkit-perspective: 1300px;
        -moz-perspective: 1300px;
        perspective: 1300px;
    }
    .wcs-effect-10 .wcs_popup {
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transform: rotateX(-70deg);
        -moz-transform: rotateX(-70deg);
        -ms-transform: rotateX(-70deg);
        transform: rotateX(-70deg);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        opacity: 0;
    }
    .wcs-show.wcs-effect-10 .wcs_popup {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1;
    }

    /* Effect 11: 3D sign */

    .wcs-effect-11.whatsapp_chat_support {
        -webkit-perspective: 1300px;
        -moz-perspective: 1300px;
        perspective: 1300px;
    }
    .wcs-effect-11 .wcs_popup {
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transform: rotateX(-60deg);
        -moz-transform: rotateX(-60deg);
        -ms-transform: rotateX(-60deg);
        transform: rotateX(-60deg);
        -webkit-transform-origin: 50% 0;
        -moz-transform-origin: 50% 0;
        transform-origin: 50% 0;
        opacity: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }
    .wcs-show.wcs-effect-11 .wcs_popup {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1;
    }

    /* Effect 12: Super scaled */

    .wcs-effect-12 .wcs_popup {
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        transform: scale(2);
        opacity: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }
    .wcs-show.wcs-effect-12 .wcs_popup {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    /* Effect 13: 3D split */

    .wcs-effect-13.whatsapp_chat_support {
        -webkit-perspective: 1300px;
        -moz-perspective: 1300px;
        perspective: 1300px;
    }
    .wcs-effect-13 .wcs_popup {
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transform: translateZ(-3000px) rotateY(90deg);
        -moz-transform: translateZ(-3000px) rotateY(90deg);
        -ms-transform: translateZ(-3000px) rotateY(90deg);
        transform: translateZ(-3000px) rotateY(90deg);
        opacity: 0;
    }
    .wcs-show.wcs-effect-13 .wcs_popup {
        -webkit-animation: slit .7s forwards ease-out;
        -moz-animation: slit .7s forwards ease-out;
        animation: slit .7s forwards ease-out;
    }
    @-webkit-keyframes slit {
        50% { -webkit-transform: translateZ(-250px) rotateY(89deg); opacity: .5; -webkit-animation-timing-function: ease-out;}
        100% { -webkit-transform: translateZ(0) rotateY(0deg); opacity: 1; }
    }
    @-moz-keyframes slit {
        50% { -moz-transform: translateZ(-250px) rotateY(89deg); opacity: .5; -moz-animation-timing-function: ease-out;}
        100% { -moz-transform: translateZ(0) rotateY(0deg); opacity: 1; }
    }
    @keyframes slit {
        50% { transform: translateZ(-250px) rotateY(89deg); opacity: 1; animation-timing-function: ease-in;}
        100% { transform: translateZ(0) rotateY(0deg); opacity: 1; }
    }

/* ====================================================================== *
        [G] DEBUG
 * ====================================================================== */   
    
    .wcs_debug{
        position: fixed;
        padding: 10px;
        background: white;
        border: 1px solid #dadada;
        top: 5px;
        right: 5px;
    }

    .wcs_debug strong{
        width: 125px;
        display: inline-block;
    }


    
/*---------------------------------------------------- */
/*(5)- Featured area*/
/*----------------------------------------------------*/
.it-up-featured-section {
  padding: 100px 0px 80px;
  background-color: #f7fafb;
  background-image: linear-gradient(358deg, #7d0202 0%, #004d4d 70%, #7d0202);
}
.it-up-featured-section .it-up-ft-bg {
  top: 0;
  left: -50px;
}
.it-up-featured-section .it-up-section-title-2 {
  margin: 0 auto;
  max-width: 500px;
}
.it-up-featured-section .it-up-ft-shape {
  top: 60%;
  left: 10%;
  animation: IT_animation_1 12s infinite linear alternate;
}
.it-up-featured-section .it-up-ft-shape2 {
  bottom: 50px;
  right: 20%;
  animation: IT_animation_1 12s infinite linear alternate;
}

.it-up-featured-content {
  padding-top: 100px;
}
.it-up-featured-content .col-lg-4:nth-child(1) .it-up-featured-innerbox .it-up-featured-text .it-up-ft-more, .it-up-featured-content .col-lg-4:nth-child(1) .it-up-featured-innerbox .it-up-featured-icon i {
  color: #f0202a;
}
.it-up-featured-content .col-lg-4:nth-child(1) .it-up-featured-innerbox .it-up-featured-icon i{
  color: #f0202a;
  font-size: 45px;
}
.it-up-featured-content .col-lg-4:nth-child(1) .it-up-featured-innerbox .it-up-featured-icon:before, .it-up-featured-content .col-lg-4:nth-child(1) .it-up-featured-innerbox .it-up-featured-icon:after {
  background: linear-gradient(90deg, #ff750c 0%, #ef192d 100%);
}
.it-up-featured-content .col-lg-4:nth-child(2) .it-up-featured-innerbox {
  transform: translateY(-40px);
}
.it-up-featured-content .col-lg-4:nth-child(2) .it-up-featured-text .it-up-ft-more {
  color: #70df11;
}
.it-up-featured-content .col-lg-4:nth-child(2) .it-up-featured-innerbox .it-up-featured-icon i{
  color: #70df11;
  font-size: 45px;
}
.it-up-featured-content .col-lg-4:nth-child(3) .it-up-featured-innerbox .it-up-featured-text .it-up-ft-more {
  color: #105adb;
}
.it-up-featured-content .col-lg-4:nth-child(3) .it-up-featured-innerbox .it-up-featured-icon i{
  color: #105adb;
  font-size: 45px;
}
.it-up-featured-content .col-lg-4:nth-child(3) .it-up-featured-innerbox .it-up-featured-icon:before, .it-up-featured-content .col-lg-4:nth-child(3) .it-up-featured-innerbox .it-up-featured-icon:after {
  background: linear-gradient(90deg, #1cb6f6 0%, #105bdb 100%);
}
.it-up-featured-content .col-lg-4:nth-child(4) .it-up-featured-innerbox .it-up-featured-text .it-up-ft-more {
  color: #6a63e6;
}
.it-up-featured-content .col-lg-4:nth-child(4) .it-up-featured-innerbox .it-up-featured-icon i{
  color: #6a63e6;
  font-size: 45px;
}
.it-up-featured-content .col-lg-4:nth-child(4) .it-up-featured-innerbox .it-up-featured-icon:before, .it-up-featured-content .col-lg-4:nth-child(4) .it-up-featured-innerbox .it-up-featured-icon:after {
  background: linear-gradient(90deg, #1ec2f9 0%, #0f53d9 100%);
}
.it-up-featured-content .col-lg-4:nth-child(5) .it-up-featured-innerbox {
  transform: translateY(-40px);
}
.it-up-featured-content .col-lg-4:nth-child(5) .it-up-featured-innerbox .it-up-featured-text .it-up-ft-more {
  color: #fd60a9;
}
.it-up-featured-content .col-lg-4:nth-child(5) .it-up-featured-innerbox .it-up-featured-icon i{
  color: #fd60a9;
  font-size: 45px;
}
.it-up-featured-content .col-lg-4:nth-child(5) .it-up-featured-innerbox .it-up-featured-icon:before, .it-up-featured-content .col-lg-4:nth-child(5) .it-up-featured-innerbox .it-up-featured-icon:after {
  background: linear-gradient(90deg, #feb0d6 0%, #fd60a9 100%);
}

.it-up-featured-content .col-lg-4:nth-child(6) .it-up-featured-innerbox .it-up-featured-text .it-up-ft-more {
  color: #1bc29f;
}
.it-up-featured-content .col-lg-4:nth-child(6) .it-up-featured-innerbox .it-up-featured-icon i{
  color: #1bc29f;
  font-size: 45px;
}
.it-up-featured-content .col-lg-4:nth-child(6) .it-up-featured-innerbox .it-up-featured-icon:before, .it-up-featured-content .col-lg-4:nth-child(6) .it-up-featured-innerbox .it-up-featured-icon:after {
  background: linear-gradient(90deg, #8ff9ab 0%, #1bc29f 100%);
}

.it-up-featured-innerbox {
  margin-bottom: 30px;
  border-radius: 10px;
  background-color: #fff;
  padding: 35px 35px 50px 35px;
  box-shadow: 0px 0px 38px 0px rgba(1, 44, 118, 0.08);
}
.it-up-featured-innerbox .it-up-featured-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  line-height: 90px;
  margin-bottom: 35px;
  position: relative;
  border-radius: 100%;
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  box-shadow: 0px 15px 24px 0px rgba(4, 21, 59, 0.1);
}
.it-up-featured-innerbox .it-up-featured-icon:before, .it-up-featured-innerbox .it-up-featured-icon:after {
  top: 4px;
  width: 7px;
  right: 20px;
  height: 7px;
  content: "";
  position: absolute;
  border-radius: 100%;
  transform: scale(0);
  transition: 0.3s all ease-in-out;
  background: linear-gradient(90deg, #30c677 0%, #70df11 100%);
}
.it-up-featured-innerbox .it-up-featured-icon:after {
  top: auto;
  bottom: 0;
  right: 40px;
}
.it-up-featured-innerbox .it-up-featured-text h3 {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 12px;
}
.it-up-featured-innerbox .it-up-featured-text p {
  line-height: 1.625;
  padding-bottom: 20px;
}
.it-up-featured-innerbox .it-up-featured-text .it-up-ft-more {
  font-size: 15px;
  font-weight: 700;
}
.it-up-featured-innerbox .it-up-featured-text .it-up-ft-more i {
  transition: 0.4s all ease-in-out;
}
.it-up-featured-innerbox .it-up-featured-text .it-up-ft-more:hover i {
  margin-left: 10px;
}
.it-up-featured-innerbox:hover .it-up-featured-icon:before, .it-up-featured-innerbox:hover .it-up-featured-icon:after {
  transform: scale(1);
}
.it-up-featured-innerbox:hover .it-up-featured-icon {
  transform: rotateY(360deg);
}

.it-up-ft-btn {
  margin-top: 30px;
}
/*---------------------------------------------------- */
/*(6)- Service area*/
/*----------------------------------------------------*/
.it-up-service-shape {
  z-index: -1;
}
.it-up-service-shape.deco1 {
  top: 30%;
  left: 10%;
  animation: IT_animation_4 20s infinite linear alternate;
}
.it-up-service-shape.deco2 {
  left: 25%;
  top: 185px;
  animation: IT_animation_5 12s infinite linear alternate;
}
.it-up-service-shape.deco3 {
  top: 135px;
  right: 10%;
  animation: IT_animation_4 12s infinite linear alternate;
}
.it-up-service-shape.deco4 {
  top: 50%;
  right: 12%;
  animation: IT_animation_5 18s infinite linear alternate;
}
.it-up-service-shape.deco5 {
  bottom: 20%;
  right: 8%;
  animation: IT_animation_4 15s infinite linear alternate;
}

.it-up-service-section {
  z-index: 1;
  padding: 100px 0px;
}
.it-up-service-section .it-up-section-title {
  margin: 0 auto;
  max-width: 625px;
}

.it-up-service-content {
  padding-top: 60px;
}

.it-up-service-tab-btn {
  background-color: #fff;
  padding: 85px 20px 40px 55px;
  box-shadow: 0px 0px 32px 0px rgba(80, 80, 80, 0.1);
}
.it-up-service-tab-btn .nav-tabs:before {
  top: -3px;
  left: -30px;
  width: 6px;
  height: 80%;
  content: "";
  position: absolute;
  background-color: #f8fcfc;
}
.it-up-service-tab-btn .nav-tabs .nav-item.show .nav-link,
.it-up-service-tab-btn .nav-tabs .nav-link.active,
.it-up-service-tab-btn .nav-tabs .nav-link,
.it-up-service-tab-btn .nav-tabs {
  padding: 0;
  border: none;
  position: relative;
}
.it-up-service-tab-btn .nav-tabs .nav-item {
  margin-bottom: inherit;
  padding-bottom: 65px;
}
.it-up-service-tab-btn .nav {
  display: inherit;
}
.it-up-service-tab-btn .nav-tabs .nav-link {
  color: #bebebe;
  font-size: 20px;
  font-weight: 700;
  font-family: "Nunito";
}
.it-up-service-tab-btn .nav-tabs .nav-link:before {
  left: 0;
  bottom: 0;
  top: 1px;
  width: 6px;
  content: "";
  height: 0px;
  left: -30px;
  border-radius: 10px;
  position: absolute;
  background: linear-gradient(90deg, #ff780b 0%, #ee132f 100%);
  transition: 0.4s all ease-in-out;
}
.it-up-service-tab-btn .nav-tabs .nav-link.active {
  color: #000000;
}
.it-up-service-tab-btn .nav-tabs .nav-link.active:before {
  height: 40px;
  background-color: #fff;
}

.it-up-service-tab-wrap {
  padding: 30px 50px;
  border-radius: 10px;
  background-color: #f8f8f8;
}

.it-up-service-tab-text {
  max-width: 480px;
  padding-top: 20px;
}
.it-up-service-tab-text .it-up-tab-icon {
  right: 0;
  bottom: 0;
}
.it-up-service-tab-text h3 {
  color: #000000;
  font-size: 34px;
  font-weight: 700;
  padding-bottom: 22px;
}
.it-up-service-tab-text li {
  font-size: 18px;
  padding-left: 35px;
  position: relative;
  margin-bottom: 8px;
}
.it-up-service-tab-text li:before {
  top: 0;
  left: 0;
  color: #3cc605;
  content: "";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.it-up-service-tab-text .it-up-ser-btn {
  margin-top: 20px;
}

.it-up-service-img img {
  border-radius: 10px;
}

.it-up-section-title span,
.it-up-section-title-2 span {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 18px;
  display: inline-block;
  background: linear-gradient(90deg, #7d0202 0%, #004d4d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.it-up-section-title h2,
.it-up-section-title-2 h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
}
.it-up-section-title p,
.it-up-section-title-2 p {
  font-size: 18px;
}

.it-up-section-title-2 span {
  
  background: linear-gradient(90deg, #fefefe 0%, #00a3a3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.it-up-footer-widget .it-up-footer-logo-widget .footer-logo-btn, .it-up-form-wrap button, .it-up-service-tab-text .it-up-ser-btn, .it-up-ft-btn a, .it-up-about-btn a {
  height: 55px;
  width: 160px;
  color: #fff;
  font-weight: 700;
  line-height: 55px;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
  transition: all 200ms linear 0ms;
  background-size: 200%, 1px;
  box-shadow: 0px 18px 18px 0px rgba(22, 136, 232, 0.21);
  background-image: linear-gradient(90deg, #1ec5fa 0%, #7d0202 50%, #1ec5fa);
}


.aplpg-headline h1,
.aplpg-headline h2,
.aplpg-headline h3,
.aplpg-headline h4,
.aplpg-headline h5,
.aplpg-headline h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.25;
  letter-spacing: -1px;
  margin-bottom: 0;
  color: #004d4d;
}

.aplpg-headline h1 {
  font-size: 60px;
}

@media (max-width: 1199.98px) {
  .aplpg-headline h1 {
    font-size: 50px;
  }
}

@media (max-width: 767.98px) {
  .aplpg-headline h1 {
    font-size: 40px;
  }
}

.aplpg-headline h2 {
  font-size: 48px;
}

@media (max-width: 767.98px) {
  .aplpg-headline h2 {
    font-size: 36px;
  }
}

@media (max-width: 575.98px) {
  .aplpg-headline h2 {
    font-size: 30px;
  }
}

.aplpg-headline h3 {
  font-size: 36px;
}

@media (max-width: 767.98px) {
  .aplpg-headline h3 {
    font-size: 30px;
  }
}

.aplpg-headline h4 {
  font-size: 30px;
}

.aplpg-headline h5 {
  font-size: 24px;
}

.aplpg-headline h6 {
  font-size: 20px;
}

.aplpg-pera-txt p {
  color: #898989;
  margin: 0;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  margin-left: 0;
  line-height: 0;
}

.loading-preloader {
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 900;
}

#loading-preloader {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 50px;
  width: 150px;
  visibility: visible;
  z-index: 1000;
}

.line_shape {
  width: 8px;
  height: 50px;
  margin-right: 5px;
  background-color: #004d4d;
  -webkit-animation: animate24 1s infinite;
  animation: animate24 1s infinite;
  float: left;
  opacity: 1;
}

.line_shape:last-child {
  margin-right: 0px;
}

.line_shape:nth-child(10) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.line_shape:nth-child(9) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.line_shape:nth-child(8) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.line_shape:nth-child(7) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.line_shape:nth-child(6) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.line_shape:nth-child(5) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.line_shape:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.line_shape:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.line_shape:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

@-webkit-keyframes animate24 {
  50% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}

@keyframes animate24 {
  50% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}

.aplpg-body-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 150;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.aplpg-body-overlay-on {
  opacity: 1;
  visibility: visible;
}

.aplpg-title-area {
  margin-bottom: 30px;
}

.aplpg-title-area .aplpg-subtitle {
  display: inline-block;
  color: #004d4d;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

.aplpg-title-area .aplpg-headline.p-30 {
  padding: 0 30px;
}

.aplpg-title-area .aplpg-headline.pr-60 {
  padding-right: 60px;
}

.aplpg-title-area .aplpg-pera-txt {
  margin-top: 25px;
}

a.aplpg-primary-btn {
  width: 170px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background-image: -webkit-linear-gradient(137deg, #004d4d 0%, #17c8fc 100%);
  background-image: -o-linear-gradient(137deg, #004d4d 0%, #17c8fc 100%);
  background-image: linear-gradient(313deg, #004d4d 0%, #17c8fc 100%);
  display: inline-block;
  color: #ffffff;
  border-radius: 30px;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

a.aplpg-primary-btn::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: -webkit-linear-gradient(137deg, #17c8fc 0%, #004d4d 100%);
  background-image: -o-linear-gradient(137deg, #17c8fc 0%, #004d4d 100%);
  background-image: linear-gradient(313deg, #17c8fc 0%, #004d4d 100%);
  opacity: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  z-index: -1;
}

a.aplpg-primary-btn:hover::before {
  opacity: 1;
}

a.aplpg-secondary-btn {
  width: 170px;
  height: 55px;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  background-image: -webkit-linear-gradient(137deg, #004d4d 0%, #17c8fc 100%);
  background-image: -o-linear-gradient(137deg, #004d4d 0%, #17c8fc 100%);
  background-image: linear-gradient(313deg, #004d4d 0%, #17c8fc 100%);
  border-radius: 30px;
  margin-left: 30px;
  padding: 2px;
  position: relative;
  z-index: 1;
}

a.aplpg-secondary-btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(137deg, #17c8fc 0%, #004d4d 100%);
  background-image: -o-linear-gradient(137deg, #17c8fc 0%, #004d4d 100%);
  background-image: linear-gradient(313deg, #17c8fc 0%, #004d4d 100%);
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

a.aplpg-secondary-btn .aplpg-gradient-border {
  background-color: #ffffff;
  display: block;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  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;
  color: #004d4d;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 15px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

a.aplpg-secondary-btn:hover::after {
  opacity: 1;
}

a.aplpg-secondary-btn:hover .aplpg-gradient-border {
  background-color: transparent;
  color: #ffffff;
}

.aplpg-scroll-top {
  width: 50px;
  height: 50px;
  color: #ffffff !important;
  background-color: #004d4d;
  font-size: 24px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 10;
  border-radius: 4px;
  display: none;
  -webkit-transition: initial;
  -o-transition: initial;
  transition: initial;
}

@-webkit-keyframes aplpg-ripple-animation {
  0% {
    -webkit-box-shadow: 0 0 0 0 #004d4d;
    box-shadow: 0 0 0 0 #004d4d;
  }
  50% {
    -webkit-box-shadow: 0 0 0 40px rgba(1, 93, 199, 0);
    box-shadow: 0 0 0 40px rgba(1, 93, 199, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
    box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
  }
}

@keyframes aplpg-ripple-animation {
  0% {
    -webkit-box-shadow: 0 0 0 0 #004d4d;
    box-shadow: 0 0 0 0 #004d4d;
  }
  50% {
    -webkit-box-shadow: 0 0 0 40px rgba(1, 93, 199, 0);
    box-shadow: 0 0 0 40px rgba(1, 93, 199, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
    box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
  }
}

@-webkit-keyframes aplpg_rotate_animation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes aplpg_rotate_animation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes aplpg_fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes aplpg_fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes aplpg_ups_down {
  0% {
    opacity: 0.75;
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
}

@keyframes aplpg_ups_down {
  0% {
    opacity: 0.75;
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
}

@-webkit-keyframes aplpg_ZoomInZoomOut {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
  50% {
    -webkit-transform: scale(0.6) rotateY(90deg);
    transform: scale(0.6) rotateY(90deg);
  }
  100% {
    -webkit-transform: scale(1) rotateY(0);
    transform: scale(1) rotateY(0);
  }
}

@keyframes aplpg_ZoomInZoomOut {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
  50% {
    -webkit-transform: scale(0.6) rotateY(90deg);
    transform: scale(0.6) rotateY(90deg);
  }
  100% {
    -webkit-transform: scale(1) rotateY(0);
    transform: scale(1) rotateY(0);
  }
}

.aplpg-nav-menu .side-demo span {
  top: 0px;
  right: 20px;

}
/********* Layout **************/

.aplpg-header-section {
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  background-color: transparent;
}

.aplpg-header-section .aplpg-logo-wrapper a {
  width: 150px;
  display: inline-block;
}

.aplpg-header-section .aplpg-nav-menu ul {
  text-align: right;
}

.aplpg-header-section .aplpg-nav-menu ul li {
  display: inline-block;
}

.aplpg-header-section .aplpg-nav-menu ul li a {
  padding: 30px 25px;
  display: inline-block;
  color: #ffffff;
  font-weight: 500;
}

.aplpg-header-section .aplpg-nav-menu ul li a.active {
  color: #f31717;
}

.aplpg-header-section .aplpg-nav-menu ul li.has-submenu {
  position: relative;
}

.aplpg-header-section .aplpg-nav-menu ul li.has-submenu::after {
  content: '+';
  font-weight: 500;
  position: absolute;
  top: 30px;
  right: 14px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.aplpg-header-section .aplpg-nav-menu ul li.has-submenu>ul {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  min-width: 220px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 15px 50px 0px rgba(11, 11, 11, 0.08);
  box-shadow: 0px 15px 50px 0px rgba(11, 11, 11, 0.08);
  z-index: 10;
  text-align: left;
  padding-top: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.aplpg-header-section .aplpg-nav-menu ul li.has-submenu>ul::before {
  content: '';
  width: 100%;
  height: 5px;
  background-color: #004d4d;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 2px 2px 0 0;
}

.aplpg-header-section .aplpg-nav-menu ul li.has-submenu>ul li {
  display: block;
}

.aplpg-header-section .aplpg-nav-menu ul li.has-submenu>ul li+li a {
  border-top: 1px dashed #004d4d;
}

.aplpg-header-section .aplpg-nav-menu ul li.has-submenu>ul li a {
  padding: 10px 15px;
  color: #004d4d;
  display: block;
}

.aplpg-header-section .aplpg-nav-menu ul li.has-submenu>ul li a:hover {
  padding-left: 20px;
}

.aplpg-header-section .aplpg-nav-menu ul li.has-submenu>ul li.has-submenu::after {
  top: 10px;
  color: #004d4d;
}

.aplpg-header-section .aplpg-nav-menu ul li.has-submenu>ul li.has-submenu>ul {
  position: absolute;
  left: 100%;
  top: 10px;
  padding-top: 0;
}

.aplpg-header-section .aplpg-nav-menu ul li.has-submenu>ul li.has-submenu:hover ul {
  top: 0;
}

.aplpg-header-section .aplpg-nav-menu ul li.has-submenu:hover::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.aplpg-header-section .aplpg-nav-menu ul li.has-submenu:hover>ul {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.aplpg-header-section .aplpg-nav-menu ul li:hover>a {
  color: #f31717;
}

.aplpg-header-section .aplpg-header-btns {
  text-align: right;
}

.aplpg-header-section .aplpg-header-btns a.aplpg-rg-btn {
  width: 160px;
  height: 55px;
  display: inline-block;
  text-align: center;
  line-height: 55px;
  background-color: #ffffff;
  border-radius: 30px;
  color: #004d4d;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.aplpg-header-section .aplpg-header-btns a.aplpg-rg-btn:hover {
  background-color: #004d4d;
  color: #ffffff;
}

@media (max-width: 991.98px) {
  .aplpg-header-section .aplpg-header-btns a.aplpg-rg-btn {
    display: none;
  }
}

.aplpg-header-section .aplpg-header-btns a.aplpg-mobile-menu-btn {
  display: none;
  font-size: 30px;
  color: #ffffff;
}

@media (max-width: 991.98px) {
  .aplpg-header-section .aplpg-header-btns a.aplpg-mobile-menu-btn {
    display: inline-block;
  }
}

@media (max-width: 991.98px) {
  .aplpg-header-section {
    padding: 15px 0;
  }
}

.aplpg-sticky-on {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #004d4d;
  -webkit-animation: 1s slideInDown;
  animation: 1s slideInDown;
  z-index: 140;
}

@media (max-width: 991.98px) {
  .appl-desktop-menu {
    display: none;
  }
}

.aplpg-mobile-navigation {
  position: fixed;
  right: -320px;
  top: 0;
  width: 300px;
  height: 100vh;
  overflow: scroll;
  background-color: #000625;
  padding-top: 20px;
  z-index: 300;
  display: none;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.aplpg-mobile-navigation .aplpg-mobile-menu-close {
  margin-left: 20px;
  margin-bottom: 20px;
  display: inline-block;
  color: #ffffff;
}

.aplpg-mobile-navigation ul li {
  position: relative;
}

.aplpg-mobile-navigation ul li+li a {
  border-top: 1px solid #eff3fc2e;
}

.aplpg-mobile-navigation ul li a {
  padding: 12px 18px;
  display: block;
  color: #ffffff;
  font-weight: 600;
  text-transform: capitalize;
}

.aplpg-mobile-navigation ul li ul {
  display: none;
}

.aplpg-mobile-navigation ul li ul li a {
  padding-left: 30px;
}

.aplpg-mobile-navigation ul li ul li ul li a {
  padding-left: 35px;
}

.aplpg-mobile-navigation ul li.has-submenu::after {
  content: '\f067';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 14px;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #ffffff;
}

.aplpg-mobile-navigation ul li.aplpg-submenu-icon-rotate::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 1024.98px) {
  .aplpg-mobile-navigation {
    display: block;
  }
}

.aplpg-mobile-menu-on {
  right: 0;
}

.aplpg-hero-slider-area {
  position: relative;
  overflow: hidden;
}

.aplpg-hero-slider-area .aplpg-hero-single-slide {
  padding: 50px 0 50px 0;
  position: relative;
  background-position: bottom left;
}

.aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-social-left {
  position: absolute;
  top: 25%;
  left: 20px;
}

.aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-social-left .aplpg-social-links a {
  display: block;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: 1px solid #ffffff;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  color: #ffffff;
  margin-bottom: 12px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-social-left .aplpg-social-links a:hover {
  background-color: #ffffff;
  color: #004d4d;
}

.aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-social-left .aplpg-scroll-btn {
  margin-top: 60px;
  margin-left: -40px;
}

.aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-social-left .aplpg-scroll-btn a {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  display: inline-block;
  color: #ffffff;
}

.aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-social-left .aplpg-scroll-btn a i {
  margin-right: 8px;
  -webkit-animation: 1.8s aplpg_ups_down linear infinite;
  animation: 1.8s aplpg_ups_down linear infinite;
}

@media (max-width: 1199.98px) {
  .aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-social-left {
    display: none;
  }
}

.aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-slide-left h1 {
  color: #ffffff;
}

.aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-slide-left p {
  margin-top: 20px;
  color: #ffffff;
}

.aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-slide-left .aplpg-slider-form {
  margin-top: 30px;
  width: 75%;
  position: relative;
  display: inline-block;
}

.aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-slide-left .aplpg-slider-form input[type="email"] {
  width: 100%;
  padding: 16px 18px;
  border: none;
  border-radius: 30px;
  font-weight: 500;
  font-size: 15px;
}

.aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-slide-left .aplpg-slider-form input[type="email"]::-webkit-input-placeholder {
  color: #9f9f9f;
}

.aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-slide-left .aplpg-slider-form input[type="email"]:-ms-input-placeholder {
  color: #9f9f9f;
}

.aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-slide-left .aplpg-slider-form input[type="email"]::-ms-input-placeholder {
  color: #9f9f9f;
}

.aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-slide-left .aplpg-slider-form input[type="email"]::placeholder {
  color: #9f9f9f;
}

.aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-slide-left .aplpg-slider-form button {
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 30px;
  padding: 13px 22px;
  border: none;
  font-size: 15px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  background-image: -webkit-linear-gradient(137deg, #004d4d 0%, #17c8fc 100%);
  background-image: -o-linear-gradient(137deg, #004d4d 0%, #17c8fc 100%);
  background-image: linear-gradient(313deg, #004d4d 0%, #17c8fc 100%);
  color: #ffffff;
  z-index: 1;
}

.aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-slide-left .aplpg-slider-form button::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background-image: -webkit-linear-gradient(137deg, #17c8fc 0%, #004d4d 100%);
  background-image: -o-linear-gradient(137deg, #17c8fc 0%, #004d4d 100%);
  background-image: linear-gradient(313deg, #17c8fc 0%, #004d4d 100%);
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-slide-left .aplpg-slider-form button:hover::after {
  opacity: 1;
}

@media (max-width: 460px) {
  .aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-slide-left .aplpg-slider-form button {
    position: initial;
    margin-top: 40px;
  }
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
  .aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-slide-left {
    padding-left: 40px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 1199.98px) {
  .aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-slide-left {
    padding: 200px 0;
  }
}

@media (max-width: 991.98px) {
  .aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-slide-left {
    text-align: center;
    width: 80%;
    margin: auto;
  }
}

@media (max-width: 575.98px) {
  .aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-slide-left {
    width: 90%;
  }
}

.aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-mobile-mockup {
  position: relative;
  z-index: 1;
  padding-top: 80px;
}

.aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-mobile-mockup>img {
  margin-left: 120px;
  width: 95%;
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
  .aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-mobile-mockup>img {
    margin-left: 0;
  }
}

@media (max-width: 1199.98px) {
  .aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-mobile-mockup>img {
    width: 60%;
    margin-left: 80px;
  }
}

@media (max-width: 991.98px) {
  .aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-mobile-mockup>img {
    width: 100%;
    margin-left: 30px;
  }
}

.aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-mobile-mockup .aplpg-clients-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 160px;
  left: 50px;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 6px 10px;
}

.aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-mobile-mockup .aplpg-clients-count .aplpg-headline h6 {
  font-family: "Roboto", sans-serif;
}

.aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-mobile-mockup .aplpg-clients-count .aplpg-clients-thumb {
  margin-left: 15px;
}

.aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-mobile-mockup .aplpg-clients-count .aplpg-clients-thumb img {
  margin-left: 0;
  width: 120px;
}

.aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-mobile-mockup .aplpg-dot-object {
  position: absolute;
  bottom: 40px;
  right: -80px;
  z-index: -1;
  width: 50px;
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
  .aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-mobile-mockup .aplpg-dot-object {
    right: 10px;
  }
}

@media (max-width: 991.98px) {
  .aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-mobile-mockup {
    display: none;
  }
}

.aplpg-hero-slider-area .aplpg-hero-single-slide.slick-active .aplpg-headline h1 {
  -webkit-animation: 1.5s fadeInDown;
  animation: 1.5s fadeInDown;
}

.aplpg-hero-slider-area .aplpg-hero-single-slide.slick-active .aplpg-pera-txt {
  -webkit-animation: 1.5s aplpg_fadeInUp;
  animation: 1.5s aplpg_fadeInUp;
}

.aplpg-hero-slider-area .aplpg-hero-single-slide.slick-active .aplpg-slider-form {
  -webkit-animation: 1.8s aplpg_fadeInUp;
  animation: 1.8s aplpg_fadeInUp;
}

.aplpg-hero-slider-area .aplpg-hero-single-slide.slick-active .aplpg-mobile-mockup>img {
  -webkit-animation: 1.5s fadeInRight;
  animation: 1.5s fadeInRight;
}

.aplpg-hero-slider-area .aplpg-hero-single-slide.slick-active .aplpg-mobile-mockup .aplpg-clients-count {
  -webkit-animation: 2s aplpg_fadeInUp;
  animation: 2s aplpg_fadeInUp;
}

.aplpg-hero-slider-area .aplpg-hero-single-slide.slick-active .aplpg-mobile-mockup .aplpg-dot-object {
  -webkit-animation: 3s zoomInDown;
  animation: 3s zoomInDown;
}

.aplpg-hero-slider-area .slick-dots {
  position: absolute;
  top: 55%;
  right: 20px;
  width: auto;
  height: auto;
}

.aplpg-hero-slider-area .slick-dots li {
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 50%;
  padding: 6px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.aplpg-hero-slider-area .slick-dots li button {
  background-color: #004d4d;
  display: block;
  border-radius: 50%;
  padding: 0;
  width: 100%;
  height: 100%;
}

.aplpg-hero-slider-area .slick-dots li button::before {
  content: '';
}

.aplpg-hero-slider-area .slick-dots li.slick-active {
  border: 1px solid #004d4d;
}

.aplpg-process-section {
  padding: 100px 0 0px;
}

@media (max-width: 460px) {
  .aplpg-process-section {
    padding-top: 0;
  }
}

.aplpg-process-content {
  margin-top: 30px;
}

.aplpg-process-content .aplpg-process-column {
  padding: 30px 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 15px 50px 0px rgba(157, 157, 157, 0.08);
  box-shadow: 0px 15px 50px 0px rgba(157, 157, 157, 0.08);
  text-align: center;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin-bottom: 30px;
}

.aplpg-process-content .aplpg-process-column .aplpg-icon-wrapper i {
  width: 80px;
  height: 80px;
  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;
  font-size: 46px;
  color: #004d4d;
  background-color: #d7e9ff;
  border-radius: 30px 0 25px 25px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.aplpg-process-content .aplpg-process-column .aplpg-icon-wrapper svg {
  width: 80px;
  height: 80px;
  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;
  font-size: 46px;
  color: #004d4d;
  background-color: #d7e9ff;
  border-radius: 30px 0 25px 25px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.aplpg-process-content .aplpg-process-column .aplpg-icon-wrapper i::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(137deg, #004d4d 0%, #17c8fc 100%);
  background-image: -o-linear-gradient(137deg, #004d4d 0%, #17c8fc 100%);
  background-image: linear-gradient(313deg, #004d4d 0%, #17c8fc 100%);
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.aplpg-process-content .aplpg-process-column .aplpg-icon-wrapper svg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(137deg, #004d4d 0%, #17c8fc 100%);
  background-image: -o-linear-gradient(137deg, #004d4d 0%, #17c8fc 100%);
  background-image: linear-gradient(313deg, #004d4d 0%, #17c8fc 100%);
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.aplpg-process-content .aplpg-process-column .aplpg-headline {
  margin-top: 25px;
}

.aplpg-process-content .aplpg-process-column .aplpg-pera-txt {
  margin-top: 20px;
}

.aplpg-process-content .aplpg-process-column:hover {
  -webkit-box-shadow: 0px 15px 50px 0px rgba(11, 11, 11, 0.08);
  box-shadow: 0px 15px 50px 0px rgba(11, 11, 11, 0.08);
}

.aplpg-process-content .aplpg-process-column:hover .aplpg-icon-wrapper i {
  color: #ffffff;
  -webkit-animation: 0.3s aplpg_ZoomInZoomOut linear;
  animation: 0.3s aplpg_ZoomInZoomOut linear;
}

.aplpg-process-content .aplpg-process-column:hover .aplpg-icon-wrapper i::after {
  opacity: 1;
}

.aplpg-process-content .aplpg-process-column:hover .aplpg-icon-wrapper svg {
  color: #ffffff;
  -webkit-animation: 0.3s aplpg_ZoomInZoomOut linear;
  animation: 0.3s aplpg_ZoomInZoomOut linear;
}

.aplpg-process-content .aplpg-process-column:hover .aplpg-icon-wrapper svg::after {
  opacity: 1;
}

@media (max-width: 767.98px) {
  .aplpg-process-content .aplpg-process-column {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

.aplpg-about-section {
  background-color: #ffffff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.aplpg-about-section .aplpg-about-left {
  text-align: center;
}

.aplpg-about-section .aplpg-about-left img {
  max-width: 100%;
  width: auto;
}

.aplpg-about-right .aplpg-title-area .aplpg-subtitle {
  background-color: #d7e9ff;
  padding: 2px 18px;
  border-radius: 5px;
}

.aplpg-about-right .aplpg-about-right-content .aplpg-about-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0px 15px 50px 0px rgba(11, 11, 11, 0.08);
  box-shadow: 0px 15px 50px 0px rgba(11, 11, 11, 0.08);
  padding: 18px;
  border-radius: 3px;
}

.aplpg-about-right .aplpg-about-right-content .aplpg-about-list .aplpg-icon-wrapper i {
  font-size: 46px;
  color: #004d4d;
  display: inline-block;
}

.aplpg-about-right .aplpg-about-right-content .aplpg-about-list .aplpg-icon-wrapper svg {
  font-size: 46px;
  color: #004d4d;
  display: inline-block;
}

.aplpg-about-right .aplpg-about-right-content .aplpg-about-list .aplpg-list-content {
  margin-left: 30px;
}

.aplpg-about-right .aplpg-about-right-content .aplpg-about-list .aplpg-list-content .aplpg-pera-txt {
  margin-top: 10px;
}

.aplpg-about-right .aplpg-about-right-content .aplpg-about-list+.aplpg-about-list {
  margin-top: 25px;
}

.aplpg-about-right .aplpg-about-right-content .aplpg-about-list:hover .aplpg-icon-wrapper i {
  -webkit-animation: 0.3s aplpg_ZoomInZoomOut linear;
  animation: 0.3s aplpg_ZoomInZoomOut linear;
}

.aplpg-about-right .aplpg-about-right-content .aplpg-about-list:hover .aplpg-icon-wrapper svg {
  -webkit-animation: 0.3s aplpg_ZoomInZoomOut linear;
  animation: 0.3s aplpg_ZoomInZoomOut linear;
}

@media (max-width: 991.98px) {
  .aplpg-about-right {
    margin-top: 60px;
  }
  .aplpg-about-right .aplpg-about-right-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .aplpg-about-right .aplpg-about-right-content .aplpg-about-list:nth-child(2) {
    margin-left: 30px;
  }
  .aplpg-about-right .aplpg-about-right-content .aplpg-about-list:nth-child(4) {
    margin-left: 30px;
  }
  .aplpg-about-right .aplpg-about-right-content .aplpg-about-list:nth-child(6) {
    margin-left: 30px;
  }
}

@media (max-width: 767.98px) {
  .aplpg-about-right .aplpg-about-right-content {
    display: block;
  }
  .aplpg-about-right .aplpg-about-right-content .aplpg-about-list:nth-child(2) {
    margin-left: 0px;
  }
  .aplpg-about-right .aplpg-about-right-content .aplpg-about-list:nth-child(4) {
    margin-left: 0px;
  }
  .aplpg-about-right .aplpg-about-right-content .aplpg-about-list:nth-child(6) {
    margin-left: 0px;
  }
}

.aplpg-video-section .aplpg-video-content {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.aplpg-video-section .aplpg-video-content .aplpg-video-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
  z-index: 1;
}

.aplpg-video-section .aplpg-video-content .aplpg-video-btn a {
  width: 70px;
  height: 70px;
  background-image: -webkit-linear-gradient(137deg, #004d4d 0%, #17c8fc 100%);
  background-image: -o-linear-gradient(137deg, #004d4d 0%, #17c8fc 100%);
  background-image: linear-gradient(313deg, #004d4d 0%, #17c8fc 100%);
  text-align: center;
  line-height: 70px;
  font-size: 30px;
  color: #ffffff;
  border-radius: 50%;
  -webkit-animation: 1.5s aplpg-ripple-animation linear infinite;
  animation: 1.5s aplpg-ripple-animation linear infinite;
}

.aplpg-video-section .aplpg-video-content .aplpg-video-btn a:hover {
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
}

.aplpg-counter-section {
  padding: 200px 0 75px 0;
  margin-top: -100px;
}

.aplpg-counter-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}

.aplpg-counter-column .aplpg-icon-wrapper {
  width: 80px;
  height: 80px;
  background-color: #ffffff;
  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;
  border-radius: 6px;
}

.aplpg-counter-column .aplpg-icon-wrapper i {
  font-size: 46px;
  line-height: 0;
  background: -webkit-linear-gradient(137deg, #004d4d 0%, #17c8fc 100%);
  background: -o-linear-gradient(137deg, #004d4d 0%, #17c8fc 100%);
  background: linear-gradient(313deg, #004d4d 0%, #17c8fc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.aplpg-counter-column .aplpg-icon-wrapper svg {
  font-size: 46px;
  line-height: 0;
  background: -webkit-linear-gradient(137deg, #004d4d 0%, #17c8fc 100%);
  background: -o-linear-gradient(137deg, #004d4d 0%, #17c8fc 100%);
  background: linear-gradient(313deg, #004d4d 0%, #17c8fc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.aplpg-counter-column .aplpg-counter-content {
  margin-left: 20px;
}

.aplpg-counter-column .aplpg-counter-content .aplpg-headline h2 {
  color: #ffffff;
  display: inline-block;
}

.aplpg-counter-column .aplpg-counter-content .aplpg-headline span {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 0;
}

@media (max-width: 767.98px) {
  .aplpg-counter-column .aplpg-counter-content .aplpg-headline span {
    font-size: 36px;
  }
}

.aplpg-counter-column .aplpg-counter-content .aplpg-subtitle span {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 18px;
  display: inline-block;
  text-transform: capitalize;
}

.aplpg-counter-column:hover .aplpg-icon-wrapper i {
  -webkit-animation: 0.3s aplpg_ZoomInZoomOut linear;
  animation: 0.3s aplpg_ZoomInZoomOut linear;
}
.aplpg-counter-column:hover .aplpg-icon-wrapper svg {
  -webkit-animation: 0.3s aplpg_ZoomInZoomOut linear;
  animation: 0.3s aplpg_ZoomInZoomOut linear;
}

.aplpg-feature-section {
  padding: 100px 0 25px 0;
}

.aplpg-feature-right .aplpg-feature-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 15px 50px 0px rgba(11, 11, 11, 0.08);
  box-shadow: 0px 15px 50px 0px rgba(11, 11, 11, 0.08);
  margin-bottom: 25px;
}

.aplpg-feature-right .aplpg-feature-column .aplpg-icon-wrapper span {
  width: 55px;
  height: 55px;
  background-color: #d7e9ff;
  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;
  border-radius: 3px;
  font-size: 36px;
}

.aplpg-feature-right .aplpg-feature-column .aplpg-icon-wrapper span i {
  line-height: 0;
  background-image: -webkit-linear-gradient(137deg, #004d4d 0%, #17c8fc 100%);
  background-image: -o-linear-gradient(137deg, #004d4d 0%, #17c8fc 100%);
  background-image: linear-gradient(313deg, #004d4d 0%, #17c8fc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.aplpg-feature-right .aplpg-feature-column .aplpg-feature-content {
  margin-left: 20px;
}

.aplpg-feature-right .aplpg-feature-column .aplpg-feature-content .aplpg-headline {
  margin-bottom: 13px;
}

.aplpg-feature-right .aplpg-feature-column .aplpg-feature-content .aplpg-headline h6 {
  font-size: 18px;
}

.aplpg-feature-right .aplpg-feature-column:hover .aplpg-icon-wrapper span {
  -webkit-animation: 0.3s aplpg_ZoomInZoomOut linear;
  animation: 0.3s aplpg_ZoomInZoomOut linear;
}

@media (max-width: 991.98px) {
  .aplpg-feature-right {
    margin-top: 60px;
  }
}

.aplpg-explore-section {
  padding: 80px 0 80px 0;
}

.aplpg-explore-left {
  position: relative;
}

.aplpg-explore-left .aplpg-explore-right-shape {
  position: absolute;
  right: 80px;
  top: -50px;
  width: 120px;
  z-index: -1;
}

@media (max-width: 991.98px) {
  .aplpg-explore-left .aplpg-img-wrapper {
    text-align: center;
  }
}

.aplpg-explore-left .aplpg-img-wrapper img {
  margin-left: -85px;
}

@media (max-width: 1280px) {
  .aplpg-explore-left .aplpg-img-wrapper img {
    margin-left: 0;
  }
}

@media (max-width: 991.98px) {
  .aplpg-explore-left .aplpg-img-wrapper img {
    max-width: 100%;
    width: auto;
  }
}

.aplpg-explore-right .aplpg-title-area {
  margin-bottom: 40px;
}

@media (max-width: 460px) {
  .aplpg-explore-right .aplpg-explore-btns a.aplpg-secondary-btn {
    display: block;
    margin-left: 0;
    margin-top: 20px;
  }
}

@media (max-width: 991.98px) {
  .aplpg-explore-right {
    margin-top: 20px;
  }
}

.aplpg-brand-section {
  padding: 100px 0 30px 0;
  background-color: #ffffff;
}

@media (max-width: 991.98px) {
  .aplpg-brand-section {
    padding-bottom: 100px;
  }
}

.aplpg-brand-left .aplpg-title-area {
  margin-bottom: 40px;
}

@media (max-width: 991.98px) {
  .aplpg-brand-right .aplpg-brands-logo-wrapper img {
    width: auto;
    max-width: 100%;
  }
}

@media (max-width: 991.98px) {
  .aplpg-brand-right .aplpg-brands-logo-wrapper {
    text-align: center;
  }
}

.aplpg-apps-section {
  padding: 0 0 100px 0;
}

.aplpg-apps-section .aplpg-apps-content {
  padding: 60px;
  border-radius: 6px;
  overflow: hidden;
}

.aplpg-apps-section .aplpg-apps-content .aplpg-title-area .aplpg-subtitle {
  color: #ffffff;
}

.aplpg-apps-section .aplpg-apps-content .aplpg-title-area h3 {
  color: #ffffff;
}

 .aplpg-apps-btns {
  text-align: center;
}

.aplpg-apps-btns a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 12px;
  border-radius: 6px;
  border: 2px solid #ffffff;
  background-color: #ffffff;
  margin-right: 30px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  width: 180px;
  margin-bottom: 20px;
}

 .aplpg-apps-btns a .aplpg-icon-wrapper i {
  color: #004d4d;
  font-size: 30px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

 .aplpg-apps-btns a .aplpg-apps-btn-content {
  text-align: left;
  margin-left: 10px;
}

 .aplpg-apps-btns a .aplpg-apps-btn-content span {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  display: block;
  font-size: 18px;
  line-height: 18px;
  color: #004d4d;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

 .aplpg-apps-btns a .aplpg-apps-btn-content span:first-child {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}

 .aplpg-apps-btns a:hover {
  background-color: #004d4d;
  border: 2px solid #004d4d;
}

 .aplpg-apps-btns a:hover i {
  color: #ffffff;
}

 .aplpg-apps-btns a:hover span {
  color: #ffffff;
}

 .aplpg-apps-btns a.aplpg-apple-btn {
  background-color: transparent;
}

 .aplpg-apps-btns a.aplpg-apple-btn i {
  color: #ffffff;
}

 .aplpg-apps-btns a.aplpg-apple-btn span {
  color: #ffffff;
}

 .aplpg-apps-btns a.aplpg-apple-btn:hover {
  background-color: #004d4d;
}

@media (max-width: 575.98px) {
  .aplpg-apps-section .aplpg-apps-content {
    padding: 60px 30px;
  }
}

.aplpg-testimonial-section {
  padding: 100px 0 0px 0;
  position: relative;
  overflow: visible;
}

.aplpg-testimonial-section::before {
  content: url(../images/feedback/bg.jpg);
  position: absolute;
  top: 70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  display: none;
}

@media (max-width: 1540px) {
  .aplpg-testimonial-section::before {
    left: 0;
    width: 100%;
  }
}

.aplpg-testimonial-slider .slick-list {
  margin: 0 -15px;
  padding: 30px 0;
}

.aplpg-testimonial-slider .slick-slide {
  margin: 0 15px;
}

.aplpg-testimonial-slider .slick-arrow {
  position: absolute;
  top: -70px;
  right: 0;
  width: 40px;
  height: 35px;
  text-align: center;
  line-height: 32px;
  color: #004d4d;
  background-color: #ffffff;
  border-radius: 0 20px 20px 0;
  border: none;
  padding: 0;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-box-shadow: 0px 15px 50px 0px rgba(11, 11, 11, 0.08);
  box-shadow: 0px 15px 50px 0px rgba(11, 11, 11, 0.08);
}

.aplpg-testimonial-slider .slick-arrow:hover {
  background-color: #004d4d;
  color: #ffffff;
}

.aplpg-testimonial-slider .slick-arrow.prev-btn {
  right: 60px;
  border-radius: 20px 0 0 20px;
}

.aplpg-testimonial-slider .aplpg-single-item {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 15px 0px rgba(11, 11, 11, 0.08);
  box-shadow: 0px 6px 15px 0px rgba(11, 11, 11, 0.08);
  position: relative;
}

.aplpg-testimonial-slider .aplpg-single-item .aplpg-clients-feedback {
  padding: 30px 25px 0 25px;
}

.aplpg-testimonial-slider .aplpg-single-item .aplpg-quote {
  position: absolute;
  top: -20px;
  right: 25px;
  width: 50px;
  height: 50px;
  border-radius: 3px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 15px 50px 0px rgba(11, 11, 11, 0.08);
  box-shadow: 0px 15px 50px 0px rgba(11, 11, 11, 0.08);
  text-align: center;
  line-height: 50px;
  color: #004d4d;
  font-size: 20px;
}

.aplpg-testimonial-slider .aplpg-single-item .aplpg-quote i {
  font-size: 24px;
}

.aplpg-testimonial-slider .aplpg-single-item .aplpg-star-rating {
  margin-bottom: 15px;
}

.aplpg-testimonial-slider .aplpg-single-item .aplpg-star-rating span {
  color: #ffbb3d;
}

.aplpg-testimonial-slider .aplpg-single-item .aplpg-clients-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #ebfaff;
  padding: 30px 25px;
  margin-top: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.aplpg-testimonial-slider .aplpg-single-item .aplpg-clients-content::before {
  content: '';
  position: absolute;
  top: -15px;
  left: 45px;
  width: 0;
  height: 0;
  border-bottom: 20px solid #ebfaff;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  z-index: 1;
}

.aplpg-testimonial-slider .aplpg-single-item .aplpg-clients-content .aplpg-thumb-container img {
  width: 80px;
  border-radius: 50%;
}

.aplpg-testimonial-slider .aplpg-single-item .aplpg-clients-content .aplpg-clients-info {
  margin-left: 30px;
}

.aplpg-testimonial-slider .aplpg-single-item .aplpg-clients-content .aplpg-clients-info span {
  font-weight: 500;
  color: #004d4d;
  margin-top: 6px;
  display: inline-block;
}

@media (max-width: 991.98px) {
  .aplpg-testimonial-slider {
    margin-top: 80px;
  }
}



.aplpg-pricing-table {
  padding: 30px 0 30px 0;
}

.aplpg-pricing-content {
  margin-top: 30px;
}

.aplpg-pricing-content .aplpg-pricing-column {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 15px 50px 0px rgba(11, 11, 11, 0.08);
  box-shadow: 0px 15px 50px 0px rgba(11, 11, 11, 0.08);
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 0.5rem;
  box-shadow: 0.05rem 0.1rem 0.3rem -0.03rem rgb(0 0 0 / 45%);
  padding-bottom: 0rem;
  transition: all 0.2s;
  margin-bottom: 20px;
}

.aplpg-pricing-content .aplpg-pricing-column .aplpg-pricing-top {
  position: relative;
  padding: 15px 35px;
  position: relative;
  z-index: 1;
}

.aplpg-pricing-content .aplpg-pricing-column .aplpg-pricing-top::before {
  content: '';
  width: 100%;
  height: 70px;
  background-color: #7d0202;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.aplpg-pricing-content .aplpg-pricing-column .aplpg-pricing-top h3 {
  color: #ffffff;
  position: relative;
  z-index: 2;
}

.aplpg-pricing-content .aplpg-pricing-column .aplpg-pricing-top span.aplpg-subtitle {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #7d0202;
  text-transform: capitalize;
  color: #ffffff;
  position: relative;
  z-index: 2;
}

.aplpg-pricing-content .aplpg-pricing-column .aplpg-pricing-top .aplpg-triangle-shape {
  position: absolute;
  -webkit-filter: url(#aplpg_round);
  filter: url(#aplpg_round);
  top: 0;
  left: 0;
}

.aplpg-pricing-content .aplpg-pricing-column .aplpg-pricing-top .aplpg-triangle-shape::after {
  content: '';
  position: absolute;
  top: -3px;
  left: -6px;
  width: 215px;
  height: 126px;
  background-color: #004d4d;
  z-index: 1;
  -webkit-clip-path: polygon(0 0, 100% 0, 46% 100%, 0 55%);
  clip-path: polygon(0 0, 100% 0, 46% 100%, 0 55%);
}

.aplpg-pricing-content .aplpg-pricing-column .aplpg-pricing-top .aplpg-second-title {
  position: absolute;
  top: 25px;
  right: 25px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.aplpg-pricing-content .aplpg-pricing-column .aplpg-pricing-list-content {
  padding: 29px 0 0px 0;
  text-align: center;
}

.aplpg-pricing-content .aplpg-pricing-column .aplpg-pricing-list-content .aplpg-headline {
  margin-bottom: 5px;
}

.aplpg-pricing-content .aplpg-pricing-column .aplpg-pricing-list-content ul li+li {
  margin-top: 10px;
}

.aplpg-pricing-content .aplpg-pricing-column .aplpg-pricing-list-content .aplpg-pricing-btn {
  margin-top: 5px;
  display: inline-block;
  width: 172px;
  height: 55px;
  background-image: -webkit-linear-gradient(137deg, #004d4d 0%, #17c8fc 100%);
  background-image: -o-linear-gradient(137deg, #004d4d 0%, #17c8fc 100%);
  background-image: linear-gradient(313deg, #004d4d 0%, #17c8fc 100%);
  padding: 2px;
  border-radius: 3px;
}

.aplpg-pricing-content .aplpg-pricing-column .aplpg-pricing-list-content .aplpg-pricing-btn a {
  background-color: #ffffff;
  color: #004d4d;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  width: 100%;
  height: 100%;
  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;
  border-radius: 3px;
}

.aplpg-pricing-content .aplpg-pricing-column .aplpg-pricing-list-content .aplpg-pricing-btn a:hover {
  background-color: transparent;
  color: #ffffff;
}

.aplpg-pricing-content .aplpg-pricing-column.popular-package .aplpg-pricing-top::before {
  background-color: #004d4d;
}

.aplpg-pricing-content .aplpg-pricing-column.popular-package .aplpg-pricing-top .aplpg-triangle-shape::after {
  background-color: #7d0202;
}



.aplpg-pricing-content .aplpg-pricing-column.popular-package .aplpg-pricing-list-content .aplpg-pricing-btn {
  background-image: none;
  width: auto;
  height: auto;
}

.aplpg-pricing-btn.popular-package {
  background-image: none;
  width: auto;
  height: auto;
}

.aplpg-pricing-content .aplpg-pricing-column.popular-package .aplpg-pricing-list-content .aplpg-pricing-btn a {
  width: 170px;
  height: 55px;
  background-image: -webkit-linear-gradient(137deg, #004d4d 0%, #17c8fc 100%);
  background-image: -o-linear-gradient(137deg, #004d4d 0%, #17c8fc 100%);
  background-image: linear-gradient(313deg, #004d4d 0%, #17c8fc 100%);
  position: relative;
  z-index: 1;
  color: #ffffff;
}
.aplpg-pricing-btn.popular-package a {
  width: 170px;
  height: 55px;
  background-image: -webkit-linear-gradient(137deg, #004d4d 0%, #17c8fc 100%);
  background-image: -o-linear-gradient(137deg, #004d4d 0%, #17c8fc 100%);
  background-image: linear-gradient(313deg, #004d4d 0%, #17c8fc 100%);
  position: relative;
  z-index: 1;
  color: #ffffff;
}

.aplpg-pricing-content .aplpg-pricing-column.popular-package .aplpg-pricing-list-content .aplpg-pricing-btn a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: -webkit-linear-gradient(137deg, #17c8fc 0%, #004d4d 100%);
  background-image: -o-linear-gradient(137deg, #17c8fc 0%, #004d4d 100%);
  background-image: linear-gradient(313deg, #17c8fc 0%, #004d4d 100%);
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border-radius: 3px;
}

.aplpg-pricing-btn.popular-package a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: -webkit-linear-gradient(137deg, #17c8fc 0%, #004d4d 100%);
  background-image: -o-linear-gradient(137deg, #17c8fc 0%, #004d4d 100%);
  background-image: linear-gradient(313deg, #17c8fc 0%, #004d4d 100%);
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border-radius: 3px;
}

.aplpg-pricing-content .aplpg-pricing-column.popular-package .aplpg-pricing-list-content .aplpg-pricing-btn a:hover::after {
  opacity: 1;
}
.aplpg-pricing-btn.popular-package a:hover::after {
  opacity: 1;
}


@media (max-width: 767.98px) {
  .aplpg-pricing-content .aplpg-pricing-column {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

.aplpg-blog-section {
  padding: 70px 0 70px 0;
}

.aplpg-blog-content {
  margin-top: 30px;
}

.aplpg-blog-content .aplpg-blog-slider .slick-list {
  padding: 20px 0;
}

.aplpg-blog-content .aplpg-blog-slider .slick-dots {
  bottom: -60px;
}

.aplpg-blog-content .aplpg-blog-slider .slick-dots li {
  width: 20px;
  height: 20px;
  padding: 4px;
  border-radius: 50%;
}

.aplpg-blog-content .aplpg-blog-slider .slick-dots li button {
  width: 8px;
  height: 8px;
  background-color: #004d4d;
  border-radius: 50%;
  padding: 0;
}

.aplpg-blog-content .aplpg-blog-slider .slick-dots li button::before {
  display: none;
}

.aplpg-blog-content .aplpg-blog-slider .slick-dots li.slick-active {
  border: 2px solid #004d4d;
}

.aplpg-blog-content .aplpg-blog-slider .slick-dots li.slick-active button {
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: -webkit-linear-gradient(137deg, #004d4d 0%, #17c8fc 100%);
  background-image: -o-linear-gradient(137deg, #004d4d 0%, #17c8fc 100%);
  background-image: linear-gradient(313deg, #004d4d 0%, #17c8fc 100%);
}

.aplpg-blog-content .aplpg-blog-column {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 20px 0px rgba(11, 11, 11, 0.08);
  box-shadow: 0px 6px 20px 0px rgba(11, 11, 11, 0.08);
  text-align: center;
  position: relative;
}

.aplpg-blog-content .aplpg-blog-column .aplpg-img-wrapper {
  overflow: hidden;
  border-radius: 4px 4px 0 0;
}

.aplpg-blog-content .aplpg-blog-column .aplpg-img-wrapper img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.aplpg-blog-content .aplpg-blog-column .aplpg-blog-meta {
  display: inline-block;
  margin: 0 auto;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 15px 50px 0px rgba(11, 11, 11, 0.08);
  box-shadow: 0px 15px 50px 0px rgba(11, 11, 11, 0.08);
  padding: 10px;
  position: relative;
  z-index: 2;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  border-radius: 4px;
}

.aplpg-blog-content .aplpg-blog-column .aplpg-blog-meta::after {
  content: '';
  width: 2px;
  height: 20px;
  background-color: #004d4d;
  position: absolute;
  top: 50%;
  left: 48%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.aplpg-blog-content .aplpg-blog-column .aplpg-blog-meta span {
  color: #004d4d;
  font-weight: 700;
}

.aplpg-blog-content .aplpg-blog-column .aplpg-blog-meta span i {
  margin-right: 8px;
}

.aplpg-blog-content .aplpg-blog-column .aplpg-blog-meta span+span {
  margin-left: 40px;
}

.aplpg-blog-content .aplpg-blog-column .aplg-blog-column-txt {
  padding: 10px 20px 30px 20px;
  text-align: left;
}

.aplpg-blog-content .aplpg-blog-column .aplg-blog-column-txt h6 {
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.aplpg-blog-content .aplpg-blog-column .aplpg-readmore-btn {
  position: absolute;
  bottom: -20px;
  right: 65px;
  display: inline-block;
}

.aplpg-blog-content .aplpg-blog-column .aplpg-readmore-btn a {
  width: 40px;
  height: 40px;
  background-color: #004d4d;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  border-radius: 50%;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.aplpg-blog-content .aplpg-blog-column .aplpg-readmore-btn a::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  width: 110%;
  height: 110%;
  border-radius: 50%;
  background-color: #004d4d;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.aplpg-blog-content .aplpg-blog-column:hover .aplpg-img-wrapper img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.aplpg-blog-content .aplpg-blog-column:hover h6 {
  color: #004d4d;
}

.aplpg-blog-content .aplpg-blog-column:hover .aplpg-readmore-btn a {
  background-color: transparent;
}

.aplpg-blog-content .aplpg-blog-column:hover .aplpg-readmore-btn a::after {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

@media (max-width: 767.98px) {
  .aplpg-blog-content {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

.aplpg-screenshot-area {
  padding: 100px 0;
}

.aplpg-screen-slider-wrapper {
  position: relative;
  z-index: 10;
}

.aplpg-screen-slider-wrapper .aplpg-screen-slider {
  position: relative;
  z-index: 10;
}

.aplpg-screen-slider-wrapper .aplpg-screen-slider .slick-list {
  margin: 0;
  padding: 30px 0 !important;
}

.aplpg-screen-slider-wrapper .aplpg-screen-slider .slick-slide {
  margin: 0;
}

.aplpg-screen-slider-wrapper .aplpg-screen-slider .aplpg-screen-single {
  -webkit-box-shadow: 0px 0px 10px 2px rgba(11, 11, 11, 0.08);
  box-shadow: 0px 0px 10px 2px rgba(11, 11, 11, 0.08);
  border-radius: 30px;
  overflow: hidden;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.aplpg-screen-slider-wrapper .aplpg-screen-slider .aplpg-screen-single.swiper-slide {
  width: 280px;
  height: 580px;
}

.aplpg-screen-slider-wrapper .aplpg-slider-mockup {
  position: absolute;
  top: 30px;
  left: calc(50% + 0.5px);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 30;
  width: 307px;
  height: 625px;
  z-index: 15;
}

.aplpg-contact-section {
  padding-top: 50px;
  padding-bottom: 72px;
  background-color: #004d4d;
  
}

.aplpg-contact-section .aplpg-contact-area {
  background-color: #ffffff;
  padding: 25px;
  -webkit-box-shadow: 0px 15px 50px 0px rgba(11, 11, 11, 0.08);
  box-shadow: 0px 15px 50px 0px rgba(11, 11, 11, 0.08);
  position: relative;
  z-index: 1;
}

.aplpg-contact-section .aplpg-contact-area .aplpg-map iframe {
  width: 100%;
  min-height: 350px;
}

.aplpg-contact-section .aplpg-contact-area .aplpg-contact-right .aplpg-contact-list {
  margin-top: 30px;
}

.aplpg-contact-section .aplpg-contact-area .aplpg-contact-right .aplpg-contact-list .aplpg-contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 390px;
}

.aplpg-contact-section .aplpg-contact-area .aplpg-contact-right .aplpg-contact-list .aplpg-contact-item .aplpg-icon-wrapper i {
  width: 60px;
  height: 60px;
  background-color: #004d4d;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  border: 10px solid #d1eefe;
  display: inline-block;
}

.aplpg-contact-section .aplpg-contact-area .aplpg-contact-right .aplpg-contact-list .aplpg-contact-item .aplpg-pera-txt {
  margin-left: 20px;
}

.aplpg-contact-section .aplpg-contact-area .aplpg-contact-right .aplpg-contact-list .aplpg-contact-item .aplpg-pera-txt p {
  color: #004d4d;
}

.aplpg-contact-section .aplpg-contact-area .aplpg-contact-right .aplpg-contact-list .aplpg-contact-item+.aplpg-contact-item {
  margin-top: 20px;
}

.aplpg-contact-section .aplpg-contact-area .aplpg-contact-right .aplpg-contact-list .aplpg-contact-item:hover .aplpg-icon-wrapper i {
  -webkit-animation: 0.3s aplpg_ZoomInZoomOut linear;
  animation: 0.3s aplpg_ZoomInZoomOut linear;
}

@media (max-width: 991.98px) {
  .aplpg-contact-section .aplpg-contact-area .aplpg-contact-right {
    margin-top: 60px;
  }
}

.aplpg-footer-section {
  padding: 200px 0 0 0;
  margin-top: -100px;
}

.aplpg-footer-widget {
  margin-bottom: 60px;
}

.aplpg-footer-widget a.aplpg-footer-logo {
  width: 150px;
  display: inline-block;
  margin-bottom: 30px;
}

.aplpg-footer-widget .aplpg-pera-txt p {
  color: #ffffff;
}

.aplpg-footer-widget .aplpg-footer-socials {
  margin-top: 20px;
}

.aplpg-footer-widget .aplpg-footer-socials a {
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: 1px solid #ffffff;
  text-align: center;
  line-height: 30px;
  color: #ffffff;
  display: inline-block;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin-right: 10px;
}

.aplpg-footer-widget .aplpg-footer-socials a:hover {
  background-color: #ffffff;
  color: #004d4d;
}

.aplpg-footer-widget .aplpg-headline {
  margin-bottom: 50px;
}

.aplpg-footer-widget .aplpg-headline h6 {
  color: #ffffff;
  letter-spacing: 0.8px;
}

.aplpg-footer-widget .aplpg-footer-links ul li a {
  color: #ffffff;
  position: relative;
}

.aplpg-footer-widget .aplpg-footer-links ul li a::before {
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  top: -2px;
  left: -5px;
  color: #ffffff;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.aplpg-footer-widget .aplpg-footer-links ul li a:hover {
  padding-left: 5px;
  color: #004d4d;
}

.aplpg-footer-widget .aplpg-footer-links ul li a:hover::before {
  opacity: 1;
  color: #004d4d;
}

.aplpg-footer-widget .aplpg-footer-links ul li+li {
  margin-top: 10px;
}

.aplpg-footer-widget .aplpg-footer-buttons a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 12px;
  border-radius: 6px;
  border: 2px solid #ffffff;
  background-color: #ffffff;
  margin-right: 30px;
  width: 180px;
}

.aplpg-footer-widget .aplpg-footer-buttons a .aplpg-icon-wrapper i {
  color: #004d4d;
  font-size: 30px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.aplpg-footer-widget .aplpg-footer-buttons a .aplpg-apps-btn-content {
  margin-left: 10px;
  text-align: left;
}

.aplpg-footer-widget .aplpg-footer-buttons a .aplpg-apps-btn-content span {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  display: block;
  font-size: 18px;
  line-height: 18px;
  color: #004d4d;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.aplpg-footer-widget .aplpg-footer-buttons a .aplpg-apps-btn-content span:first-child {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}

.aplpg-footer-widget .aplpg-footer-buttons a:hover {
  background-color: #004d4d;
  border: 2px solid #004d4d;
}

.aplpg-footer-widget .aplpg-footer-buttons a:hover i {
  color: #ffffff;
}

.aplpg-footer-widget .aplpg-footer-buttons a:hover span {
  color: #ffffff;
}

.aplpg-footer-widget .aplpg-footer-buttons a.aplpg-apple-btn {
  margin-top: 20px;
  background-color: transparent;
}

.aplpg-footer-widget .aplpg-footer-buttons a.aplpg-apple-btn i {
  color: #ffffff;
}

.aplpg-footer-widget .aplpg-footer-buttons a.aplpg-apple-btn span {
  color: #ffffff;
}

.aplpg-footer-widget .aplpg-footer-buttons a.aplpg-apple-btn:hover {
  background-color: #004d4d;
}

.aplpg-footer-copyright {
  text-align: center;
  background-color: #ffffff;
  padding: 15px 0;
  margin-top: 40px;
}

.aplpg-footer-copyright p {
  color: #004d4d;
  font-weight: 700;
  margin-bottom: 0;
}

.aplpg-footer-copyright p a {
  color: #004d4d;
}

.aplpg-screen-slider-wrapper .swiper-container {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.aplpg-screen-slider-wrapper  .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 300px;
}

.aplpg-screen-slider-wrapper  .swiper-slide img {
  display: block;
  width: 100%;
}
.aplpg-pricing-list-content ul{
  margin: 0;
  padding: 0;
}
.aplpg-pricing-list-content ul li{
    border-bottom: 1px solid #e6e8e9;
    padding: 0px 25px 7px 45px;
    font-family: "Poppins";
    font-weight: 500;
    font-size: 14px;
    list-style: none;
    display: flex;
}

.aplpg-pricing-table .aplpg-pricing-content .aplpg-pricing-list-content .aplpg-checked, .aplpg-pricing-table .aplpg-pricing-content .aplpg-pricing-list-content .aplpg-unchecked {
  width: 22px;
  height: 22px;
  margin-right: 10px;
  border-radius: 100%;
  line-height: 22px;
  position: relative;
  box-shadow: 0px 6px 18px 0px rgb(0 77 77 / 50%);
  background-image: linear-gradient(0deg, #0cc5c5 1%, #004d4d 53%, #0cc5c5 100%);
}
li .aplpg-checked, li .aplpg-unchecked{
  width: 22px;
  height: 22px;
  margin-right: 10px;
  border-radius: 100%;
  line-height: 22px;
  position: relative;
  box-shadow: 0px 6px 18px 0px rgb(0 77 77 / 50%);
  background-image: linear-gradient(0deg, #0cc5c5 1%, #004d4d 53%, #0cc5c5 100%);
}
li .aplpg-unchecked{
  background-color: #ff0000;
  background-image: none;
  box-shadow: none;
}
.aplpg-pricing-table .aplpg-pricing-content .aplpg-pricing-list-content .aplpg-unchecked {
  background-color: #ff0000;
  background-image: none;
  box-shadow: none;
}
li .aplpg-checked:before, li .aplpg-unchecked:before{
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 12px;
  content: "";
  font-weight: 900;
  text-align: center;
  position: absolute;
  font-family: "Font Awesome 5 Free";
}
.aplpg-pricing-table .aplpg-pricing-content .aplpg-pricing-list-content .aplpg-checked:before, .aplpg-pricing-table .aplpg-pricing-content .aplpg-pricing-list-content .aplpg-unchecked:before {
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 12px;
  content: "";
  font-weight: 900;
  text-align: center;
  position: absolute;
  font-family: "Font Awesome 5 Free";
}
li .aplpg-unchecked:before{
  content: "";
}
.aplpg-pricing-table .aplpg-pricing-content .aplpg-pricing-list-content .aplpg-unchecked:before {
  content: "";
}

.aplpg-pricing-table {
  z-index: 1;
  overflow: hidden;
  padding-bottom: 105px;
}

.aplpg-pricing-content {
  z-index: 1;
}
.aplpg-pricing-content .aplpg-mark-pricing-tab-shape1 {
  left: -35px;
  bottom: -30px;
  z-index: -1;
  -webkit-animation: Pr_mark_animation_3 12s infinite linear alternate;
  animation: Pr_mark_animation_3 12s infinite linear alternate;
}
.aplpg-pricing-content .aplpg-mark-pricing-tab-shape2 {
  z-index: -1;
  right: -50px;
  bottom: -65px;
  -webkit-animation: zoominoutsinglefeatured 10s infinite;
  animation: zoominoutsinglefeatured 10s infinite;
}

.aplpg-pricing-table .aplpg-mark-pricing-cricle-shape {
  top: -100px;
  left: 100px;
  z-index: -1;
  -webkit-animation: Pr_mark_animation_5 12s infinite linear alternate;
  animation: Pr_mark_animation_5 12s infinite linear alternate;
}



.aplpg-blog-section .aplpg-blog-column .s2-mem_social {
  bottom: -11px;
  right: 15px;
  position: absolute;
  z-index: 3;
}

.aplpg-blog-section .aplpg-blog-column .s2-mem_social ul {
  opacity: 0;
  margin-bottom: 0px;
  font-size: 14px;
  padding-top: 10px;
  visibility: hidden;
  position: relative;
  top: -20px;
  z-index: 4;
  transition: 0.3s all ease-in-out;
}

.aplpg-blog-section .aplpg-blog-column .s2-mem_social li {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  transition: 0.3s all ease-in-out;
}

.aplpg-blog-section .aplpg-blog-column .s2-mem_social li:hover {
  transform: translateX(5px);
}

.aplpg-blog-section .aplpg-blog-column .s2-mem_social .s2-share_btn {
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 100%;
  transition: 0.3s all ease-in-out;
  background-color: #004d4d;
}

.aplpg-blog-section .aplpg-blog-column .s2-mem_social .s2-share_btn i {
  color: #fff;
}

.aplpg-blog-section .aplpg-blog-column .s2-mem_social:after {
  bottom: 0px;
  content: "";
  width: 40px;
  height: 0%;
  opacity: 0;
  border-radius: 35px;
  position: absolute;
  visibility: hidden;
  background-color: #004d4d;
  transition: 0.5s all ease-in-out;
  right: 0;
  top:-40px
}

.aplpg-blog-section .aplpg-blog-column:hover .s2-mem_social:after {
  height: 100%;
  bottom: 0px;
  opacity: 1;
  visibility: visible;
}

.aplpg-blog-section .aplpg-blog-column:hover .s2-share_btn {
  background-color: #0cc5c5;
}
.aplpg-blog-section .aplpg-blog-column:hover .s2-mem_social ul {
  opacity: 1;
  visibility: visible;
}


    
.navbar.navbar-area.white .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.50)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar.navbar-area.nav-style-01 .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.50)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar.navbar-area .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.50)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.mobile-logo {
  display: none;
}
@media only screen and (max-width: 991px) {
  .mobile-logo {
    display: block;
  }
  .desktop-logo {
    display: none !important;
  }
}
.navbar-area {
  padding: 0;
}
.navbar-area.nav-absolute {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 2;
}
.navbar-area.nav-style-02 {
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 100px;
  z-index: 1;
}
.navbar-area.nav-style-02 .nav-container {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0 15px;
}
.navbar-area.nav-style-02 .nav-container .logo-wrapper {
  max-width: 200px;
}
.navbar-area.nav-style-02 .nav-container .logo-wrapper .logo {
  font-size: 36px;
  font-weight: 600;
}
.navbar-area.nav-style-02 .nav-container .nav-right-content ul li {
  color: rgba(255, 255, 255, 0.8);
}
.navbar-area.nav-style-02 .nav-container .nav-right-content ul li + li {
  margin-left: 5px;
}
.navbar-area.nav-style-02 .nav-container .nav-right-content ul li a {
  color: rgba(255, 255, 255, 0.8);
}
.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav {
  text-align: center;
}
.navbar-area.nav-style-02
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.current-menu-item
  a {
  color: var(--main-color-one);
}
.navbar-area.nav-style-02
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.current-menu-item:before {
  color: var(--main-color-one);
}
.navbar-area.nav-style-02
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.style-01
  a {
  color: rgba(255, 255, 255, 0.9);
}
.navbar-area.nav-style-02
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children {
  z-index: initial;
}
.navbar-area.nav-style-02
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children:before {
  color: rgba(255, 255, 255, 0.8);
}
.navbar-area.nav-style-02
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  li
  + li {
  border-top: 1px solid #e2e2e2;
}
.navbar-area.nav-style-02
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  li
  a {
  background-color: #fff;
  color: var(--paragraph-color);
}
.navbar-area.nav-style-02
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  li
  a:hover {
  background-color: var(--main-color-one);
  color: #fff;
}
.navbar-area.nav-style-02
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  .menu-item-has-children:hover
  > .sub-menu
  li:hover:before {
  color: #fff;
}
.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li a {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: rgba(255, 255, 255, 0.8);
}
.navbar-area.nav-style-02
  .nav-container
  .navbar-collapse
  .navbar-nav
  li:hover.menu-item-has-children:before {
  color: var(--main-color-one);
}
.navbar-area.nav-style-02
  .nav-container
  .navbar-collapse
  .navbar-nav
  li:hover
  a {
  color: var(--main-color-one);
}
.navbar-area.nav-style-01 {
  background-color: transparent;
}
.navbar-area.nav-style-01 .nav-container {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0 15px;
}
.navbar-area.nav-style-01 .nav-container .logo-wrapper {
  max-width: 200px;
}
.navbar-area.nav-style-01 .nav-container .logo-wrapper .logo {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
}
.navbar-area.nav-style-01 .nav-container .nav-right-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-area.nav-style-01 .nav-container .nav-right-content ul li {
  color: rgba(255, 255, 255, 0.8);
}
.navbar-area.nav-style-01 .nav-container .nav-right-content ul li a {
  color: rgba(255, 255, 255, 0.8);
}
header.app-dm-header-main .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav {
  text-align: center;
  margin-top: 90px;
  margin-left: 60px;
}
header.app-dm-header-main.sticky-on .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav{
  margin-top: 15px!important;
  margin-left: 60px;  
}
header.app-dm-header-main.sticky-on .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li a{
    color: #fff!important;
}
.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li {
  line-height: 0;
}
.navbar-area.nav-style-01
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.current-menu-item
  a {
  color: var(--main-color-one);
}
.navbar-area.nav-style-01
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.current-menu-item.menu-item-has-children:before,
.navbar-area.nav-style-01
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.current-menu-item.menu-item-has-mega-menu:before {
  color: var(--main-color-one);
}
.navbar-area.nav-style-01
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.style-01
  a {
  color: rgba(255, 255, 255, 0.7);
}
.navbar-area.nav-style-01
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children {
  z-index: initial;
}
.navbar-area.nav-style-01
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children:before,
.navbar-area.nav-style-01
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-mega-menu:before {
  color: rgba(255, 255, 255, 0.8);
}
.navbar-area.nav-style-01
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  li
  + li {
  border-top: 1px solid #e2e2e2;
}
.navbar-area.nav-style-01
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  li
  a {
  background-color: #fff;
  color: var(--paragraph-color);
}
.navbar-area.nav-style-01
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  li
  a:hover {
  background-color: var(--main-color-one);
  color: #fff;
}
.navbar-area.nav-style-01
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  .menu-item-has-children:hover
  > .sub-menu
  li:hover:before {
  color: #fff;
}
.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li a {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: #004d4d;
  font-weight: bold;
}
.navbar-area.nav-style-01
  .nav-container
  .navbar-collapse
  .navbar-nav
  li:hover.menu-item-has-children:before {
  color: var(--main-color-one);
}
.navbar-area.nav-style-01
  .nav-container
  .navbar-collapse
  .navbar-nav
  li:hover
  > a {
  color: var(--main-color-one);
}
.navbar-area .nav-container {
  background-color: #fff;
  -webkit-box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.2);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 0 30px;
}
.navbar-area .nav-container .nav-right-content .btn-wrapper {
  margin-left: 20px;
}
.navbar-area .nav-container .nav-right-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 15px;
  margin-top: 43px;
}
.navbar-area .nav-container .nav-right-content ul li {
  display: inline-block;
  color: #6a7795;
}
.navbar-area .nav-container .nav-right-content ul li:last-child {
    margin-right: 17px;
}
.navbar-area .nav-container .nav-right-content ul li + li {
  margin-left: 5px;
}
.navbar-area .nav-container .nav-right-content ul li a {
  color: #6a7795;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.navbar-area .nav-container .nav-right-content ul li a:hover {
  color: var(--main-color-one);
}
.navbar-area .nav-container .nav-right-content ul li.search {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.navbar-area .nav-container .nav-right-content ul li.search:hover {
  color: var(--main-color-one);
}
.navbar-area .nav-container .nav-right-content ul li.nav-btn .btn-boxed {
  font-weight: 600;
  text-transform: capitalize;
  border-radius: 5px;
  background-color: var(--main-color-one);
}
.navbar-area .nav-container .nav-right-content ul li.nav-btn .btn-boxed:hover {
  background-color: var(--main-color-two);
}
.navbar-area .nav-container .navbar-brand .site-title {
  font-weight: 700;
  font-size: 30px;
  font-family: var(--heading-font);
  line-height: 90px;
  color: var(--heading-color);
}
.navbar-area .nav-container .navbar-collapse .navbar-nav {
  display: block;
  width: 100%;
  text-align: center;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 90px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
  margin-left: 20px;
}
.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.current-menu-item
  a {
  color: var(--main-color-one);
}
.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children,
.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-mega-menu {
  position: relative;
  z-index: 0;
  padding-right: 0px;
}
.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children:before,
.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-mega-menu:before,
  .navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.has-dropdown:before {
  position: absolute;
  right: -12px;
  top: 50%;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;

}

.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children:hover
  > .sub-menu,
.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-mega-menu:hover
  > .xg_mega_menu_wrapper {
  visibility: visible;
  opacity: 1;

}

.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu {
  position: absolute;
  text-align: left;
  min-width: 220px;
  margin: 0;
  padding: 0;
  list-style: none;
  left: 0;
  top: 100%;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  z-index: 9;
  border-bottom: 4px solid var(--main-color-one);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}



.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu {
  position: absolute;
  text-align: left;
  min-width: 220px;
  margin: 0;
  padding: 0;
  list-style: none;
  left: 0;
  top: 100%;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  z-index: 9;
  border-bottom: 4px solid var(--main-color-one);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin-top: -2px;
  background-color: #038585;
  border-top: 3px solid #7d0202;
  border-bottom: 6px solid #0dbbbb;
  transition: width 250ms ease, height 250ms ease, opacity 150ms ease, transform 200ms ease-in;
}


.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav.nav-fixed
  li.menu-item-has-children
  .sub-menu {
  position: absolute;
  text-align: left;
  min-width: 220px;
  margin: 0;
  padding: 0;
  list-style: none;
  left: 0;
  top: 100%;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  z-index: 9;
  border-bottom: 4px solid var(--main-color-one);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin-top: -2px;
  background-color: #038585;
    margin-top: 40px;
    border-top: 3px solid #7d0202;
    border-bottom: 6px solid #0dbbbb;
    transition: width 250ms ease, height 250ms ease, opacity 150ms ease, transform 200ms ease-in;
}

header .navbar-area
.nav-container
.navbar-collapse
.navbar-nav
li.menu-item-has-children
.sub-menu {
position: absolute;
text-align: left;
min-width: 220px;
margin: 0;
padding: 0;
list-style: none;
left: 0;
top: 100%;
-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
background-color: #fff;
z-index: 9;
border-bottom: 4px solid var(--main-color-one);
visibility: hidden;
opacity: 0;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
margin-top: 40px;
background-color: #038585;
  margin-top: 40px;
  border-top: 3px solid #7d0202;
  border-bottom: 6px solid #0dbbbb;
  transition: width 250ms ease, height 250ms ease, opacity 150ms ease, transform 200ms ease-in;
}

.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  li {
  display: block;
  margin-left: 0;
  line-height: 24px;
  font-size: 16px;
}
.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  li
  + li {
  border-top: 1px solid #e2e2e2;
}
.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  li
  a {
  display: block;
  padding: 12px 30px;
  background-color: #fff;
  white-space: nowrap;
  color: var(--main-color-one);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.navbar-area > .nav-container > .navbar-collapse > .navbar-nav > li > a{
  color: var(--main-color-one);
  font-weight: bold;
}
.navbar-area > .nav-container > .navbar-collapse > .navbar-nav > li.menu-item-has-children::before, .navbar-area > .nav-container > .navbar-collapse > .navbar-nav > li.menu-item-has-mega-menu::before{
  color: var(--main-color-one);
  font-weight: bold;
}

.navbar-area > .nav-container > .navbar-collapse > .navbar-nav > li.menu-item-has-children:hover li.menu-item-has-children::before, .navbar-area > .nav-container > .navbar-collapse > .navbar-nav > li.menu-item-has-mega-menu:hover li.menu-item-has-mega-menu::before{
  content: "\f106"!important;
}

.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  li
  a:hover {
  background-color: var(--main-color-one);
  color: #fff;
}

.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  .menu-item-has-children {
  position: relative;
  z-index: 0;
  padding-right: 0;
}
.navbar-area.nav-style-01
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  li.menu-item-has-children:before {
  color: var(--paragraph-color);
}
.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  .menu-item-has-children:before {
  position: absolute;
  right: 15px;
  top: 50%;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  .menu-item-has-children
  > .sub-menu {
  left: 100%;
  top: 20px;
}
.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  .menu-item-has-children
  > .sub-menu
  .sub-menu
  .sub-menu {
  left: auto;
  right: 100%;
}
.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  .menu-item-has-children:hover
  > .sub-menu {
  visibility: visible;
  opacity: 1;
}
.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  .menu-item-has-children:hover
  > .sub-menu
  li:hover:before {
  color: #fff;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li a {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li a:hover {
  color: var(--main-color-one);
}
.navbar-area.nav-style-01 .nav-container .nav-right-content ul li i {
  font-weight: 700;
}
.mobile-cart a:hover .pcount,
.navbar-area .nav-container .nav-right-content ul li.cart a:hover .pcount {
  color: #fff;
}
.mobile-cart a {
  color: #fff;
  display: none;
}
.mobile-cart a,
.navbar-area .nav-container .nav-right-content ul li.cart {
  position: relative;
}
.mobile-cart a .pcount,
.navbar-area .nav-container .nav-right-content ul li.cart .pcount {
  position: absolute;
  top: -15px;
  right: -27px;
  width: 40px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  background-color: #00a3a3;
  font-size: 13px;
  font-weight: 700;
}

.mobile-cart a .pcount,
header.app-dm-header-main.sticky-on .navbar-area .nav-container .nav-right-content ul li.cart .pcount {
  top: -33px!important;
  right: 139px!important;
  width: 25px!important;
  height: 25px!important;
}

.mobile-cart a .pcount,
header.app-dm-header-main .navbar-area .nav-container .nav-right-content ul li.cart .pcount {
  top: 5px!important;
  right: 136px!important;
  width: 25px!important;
  height: 25px!important;
  z-index: 3;
}

.navbar-area .nav-container .nav-right-content ul li select {
  background: 0 0;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 5px;
  margin-left: 20px;
}
@media only screen and (max-width: 991px) {
  .navbar-area.nav-style-02 .nav-container {
    padding: 20px 0;
  }
  .navbar-area.nav-style-02 .nav-container .navbar-toggler {
    background-color: #fff;
  }
  .navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav {
    background-color: var(--main-color-two);
    padding: 0 20px;
  }
  .navbar-area.nav-style-02
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children
    .sub-menu
    li
    a {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.8);
  }
  .navbar-area.nav-style-01 .nav-container {
    padding: 20px 0;
  }
  .navbar-area.nav-style-01
    .nav-container
    .responsive-mobile-menu
    .navbar-toggler {
    background-image: none;
  }
  .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav {
    text-align: center;
  }
  .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li {
    line-height: 30px;
  }
  .navbar-area.nav-style-01
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.current-menu-item
    a {
    color: var(--main-color-one);
  }
  .navbar-area.nav-style-01
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.current-menu-item.menu-item-has-children:before {
    color: var(--main-color-one);
  }
  .navbar-area.nav-style-01
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children {
    z-index: initial;
  }
  .navbar-area.nav-style-01
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children:before {
    color: rgba(255, 255, 255, 0.8);
  }
  .navbar-area.nav-style-01
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children
    .sub-menu
    li
    + li {
    border-top: 1px solid #e2e2e2;
  }
  .navbar-area.nav-style-01
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children
    .sub-menu
    li
    a {
    background-color: transparent;
    color: var(--paragraph-color);
  }
  .navbar-area.nav-style-01
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children
    .sub-menu
    li
    a:hover {
    background-color: var(--main-color-one);
    color: #fff;
  }
  .navbar-area.nav-style-01
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children
    .sub-menu
    .menu-item-has-children:hover
    > .sub-menu
    li:hover:before {
    color: #656565;
  }
  .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li a {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    color: rgba(255, 255, 255, 0.8);
  }
  .navbar-area.nav-style-01
    .nav-container
    .navbar-collapse
    .navbar-nav
    li:hover.menu-item-has-children:before {
    color: var(--main-color-one);
  }
  .navbar-area.nav-style-01
    .nav-container
    .navbar-collapse
    .navbar-nav
    li:hover
    a {
    color: var(--main-color-one);
  }
  .navbar-area .nav-container {
    position: relative;
    z-index: 0;
    min-height: 80px;
  }
  .navbar-area .nav-container .responsive-mobile-menu {
    display: block;
    position: relative;
    width: 100%;
  }
  .navbar-area .nav-container .responsive-mobile-menu .navbar-toggler {
    position: absolute;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px solid rgba(255, 255, 255, 0.8);
  }
  .navbar-area .nav-container .navbar-brand {
    display: block;
  }
  .navbar-area .nav-container .navbar-brand .navbar-toggler {
    position: absolute;
    right: 10px;
    border: 1px solid #e2e2e2;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav {
    display: block;
    margin-top: 20px;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li {
    display: block;
    text-align: left;
    line-height: 30px;
    padding: 10px 0;
    border-bottom: 1px solid #e2e2e2;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li:last-child {
    border-bottom: none;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
    margin-left: 0;
  }
  .navbar-area
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children:before {
    top: 25px;
    right: 20px;
  }
  .navbar-area
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children:hover {
    padding-bottom: 0;
  }
  .navbar-area
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children:hover
    > .sub-menu {
    visibility: visible;
    height: auto;
    opacity: 1;
    background-color: transparent;
    border-bottom: none;
  }
  .navbar-area
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children
    .sub-menu {
    position: initial;
    display: block;
    width: 100%;
    border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-left: 0;
    padding-bottom: 0;
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
    max-height: 250px;
    overflow-y: scroll;
    -webkit-transition: height 0.5s;
    -o-transition: height 0.5s;
    transition: height 0.5s;
  }
  .navbar-area
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children
    .sub-menu
    .sub-menu
    .menu-item-has-children:before {
    content: "";
  }
  .navbar-area
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children
    .sub-menu
    li {
    padding: 0;
  }
  .navbar-area
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children
    .sub-menu
    li.menu-item-has-children:hover:before {
    top: 30px;
    color: #fff;
  }
  .navbar-area
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children
    .sub-menu
    li
    + li {
    border-top: none;
  }
  .navbar-area
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children
    .sub-menu
    li:first-child {
    border-top: 1px solid #e2e2e2;
  }
}
@media only screen and (max-width: 575px) {
  .navbar-area .nav-container {
    margin: 0 15px;
  }
}

.navbar-area.nav-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: var(--secondary-color);
  z-index: 999;
}
.navbar-area.nav-fixed .nav-container .navbar-collapse .navbar-nav li {
  line-height: 70px;
}
.navbar-area.nav-fixed .nav-container .logo-wrapper {
  margin-top: -10px;
}

/* navbar style 01 */
.navbar-area.nav-style-01{
        background-color: transparent;
    }
    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li a ,
    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before,
    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.has-dropdown:before,
    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-mega-menu:before,
    .navbar-area.nav-style-01 .nav-container .nav-right-content ul li,
    .navbar-area.nav-style-01 .nav-container .nav-right-content ul li a
    {
        color:  rgba(0, 77, 77, 0.8);
    }
    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li a:hover ,
    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover:before,
    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-mega-menu:hover:before,
    .navbar-area.nav-style-01 .nav-container .nav-right-content ul li:hover,
    .navbar-area.nav-style-01 .nav-container .nav-right-content ul li a:hover
    {
        color:  var(--main-color-one);
    }
    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
        background-color: #fff;
        color: #066;
    }
    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
        background-color: #00a3a3;
        color: #fff;
    }
    .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
        background-color: #00a3a3;
        color: #fff;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu{
        border-bottom-color: var(--main-color-one);
    }
    .navbar-area .nav-container .navbar-collapse .navbar-nav li.has-dropdown{
        position: relative;
        padding-right: 15px;
    }
    .mobile-cart a .pcount,
    .navbar-area .nav-container .nav-right-content ul li.cart .pcount{
        background-color: #00a3a3;
        color: #fff;
    }
    .navbar-variant-01 .navbar-area .nav-container .navbar-collapse .navbar-nav li.current-menu-item a {
        color: #fff!important;
    }
    .navbar-area.nav-style-01.nav-fixed{
        background-color: #333;
    }
    header.app-dm-header-main.sticky-on .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li a{
        color: #066!important;
    }
.app-dm-header-main .xg_mega_menu_wrapper{
    background-color: #038585;
    margin-top: 40px;
    border-top: 3px solid #7d0202;
    border-bottom: 6px solid #0dbbbb;
    transition: width 250ms ease, height 250ms ease, opacity 150ms ease,
        transform 200ms ease-in;
}

    .xg-mega-menu-single-column-wrap .mega-menu-title{
        color: #fff;
    }
    .xg-mega-menu-single-column-wrap ul li a,
    .xg-mega-menu-single-column-wrap ul .single-mega-menu-product-item .title,
    .xg-mega-menu-single-column-wrap ul .single-mega-menu-product-item .content .price-wrap .price,
    .single-donation-mega-menu-item .title{
        color: #ffff!important;
    }
    .single-donation-mega-menu-item .content .goal h4{
        color: #ffff;
        opacity: .6;
    }
    .xg-mega-menu-single-column-wrap ul li a:hover,
    .xg-mega-menu-single-column-wrap ul .single-mega-menu-product-item .title:hover,
    .single-donation-mega-menu-item .title:hover{
        color: #0cb9b9 !important;
    }
    .xg-mega-menu-single-column-wrap ul .single-mega-menu-product-item .content .price-wrap del{
        color: #0cb9b9 !important;
        opacity: .6;
    }
    .single-donation-mega-menu-item .content .boxed-btn{
        background-color: var(--main-color-one);
        color: #fff !important;
    }
    .single-donation-mega-menu-item .content .boxed-btn:hover{
        background-color: var(--main-color-one) ;
        color: #fff !important;
    }

    header.app-dm-header-main.sticky-on .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before,
    header.app-dm-header-main.sticky-on .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.has-dropdown:before{
        color: #fff !important;
    }

    header.app-dm-header-main.sticky-on .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li a, header.app-dm-header-main.sticky-on 
    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before, 
    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.has-dropdown, 
    header.app-dm-header-main.sticky-on .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-mega-menu:before, 
    header.app-dm-header-main.sticky-on .navbar-area.nav-style-01 .nav-container .nav-right-content ul li, 
    header.app-dm-header-main.sticky-on .navbar-area.nav-style-01 .nav-container .nav-right-content ul li a{
        color: #fff !important;
    }

    header.app-dm-header-main.sticky-on .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav .sub-menu li a{
        color: #066 !important;
    }

    header.app-dm-header-main.sticky-on .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav .sub-menu li a:hover{
        color: #fff !important;
    }

    .mega-nav-links{
    display: inline-flex;
    }
    .mega-nav-links li{
    list-style: none;
    }
    .mega-nav-links li.single-dropdown{
    position: relative;
    }
    .mega-drop-menu li{
        margin-left: 10px!important;
        margin-right: 5px!important;
    }

    .mega-nav-links li.has-dropdown ul li a{
    display: flex;
    align-items: center;
    }

    

    .mega-nav-links li a{
        transition: all 0.3s ease;
    }

    .mega-nav-links .mobile-item{
        display: none;
    }

    .mega-nav-links .mega-drop-menu{
        position: absolute;
        background-color: #038585;
        color: #fff;
        width: 400px;
        line-height: 45px;
        top: 85px;
        opacity: 1.0;
        visibility: hidden;
        transform: translateX(-50%);
        margin-top: 55px;
        border-top: 3px solid #7d0202;
        border-bottom: 6px solid #0dbbbb;
        transition: width 250ms ease, height 250ms ease, opacity 150ms ease,
            transform 200ms ease-in;
    }


    .mega-drop-menu .label {
    font-size: 0.9rem;
    font-weight: 700;
    color: #fff;
    }

    .mega-drop-menu .label--desc {
    font-size: 0.9rem;
    color: #fff;
    transform: translateY(-3px);
    transition: color 100ms ease;
    }

    .mega-drop-menu li  a.subMenu--item+a.subMenu--item {
    margin-top: 1.5rem;
    }


    .mega-drop-menu .icon--production {
    transform: translateY(-55%) scale(1.1);
    }

    .mega-drop-menu .right--arrow {
    width: 12px;
    transform: translateY(1px) scale(0, 1);
    transition: transform 150ms ease-in-out;
    color: #06d7d7;
    }

    .mega-drop-menu li a:hover .right--arrow {
    transform: translateY(1.75px) scale(1);
    color: #06d7d7;
    }

    .mega-drop-menu li a:hover .label--desc {
    color: #06d7d7;
    }

    .mega-drop-menu .label__container {
    margin-left: 0.75rem;
    line-height: 25px;
    padding-top: 10px;
    }


    .mega-nav-links li:hover .mega-drop-menu,
    .mega-nav-links li:hover .mega-box{
    transition: all 0.3s ease;
    top: -15px;
    opacity: 1;
    visibility: visible;
    }
    .mega-drop-menu li a{
        width: 100%;
        display: block;
        padding: 0 0 0 15px;
        font-weight: 400;
        border-radius: 0px;
        text-align: left;
    }

    .mega-box{
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0 30px;
    top: 85px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    background-color: #038585;
    color: #fff;
    margin-top: 55px;
    border-top: 3px solid #7d0202;
    border-bottom: 6px solid #0dbbbb;
    transition: width 250ms ease, height 250ms ease, opacity 150ms ease,
        transform 200ms ease-in;
    }
    .mega-box .content{
    background-color: #038585;
    padding: 25px 20px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    }
    .mega-box .content .row{
    width: calc(25% - 30px);
    line-height: 45px;
    }
    .content .row img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    }
    .content .row header{
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 500;
    }
    .content .row .mega-links{
    margin-left: -40px;
    border-left: 1px solid rgba(255,255,255,0.09);
    }
    .row .mega-links li{
    padding: 0 20px;
    }
    .row .mega-links li a{
    padding: 0px;
    padding: 0 20px;
    color: #d9d9d9;
    font-size: 17px;
    display: block;
    }
    .row .mega-links li a:hover{
    color: #f2f2f2;
    }
    .wrapper .btn{
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: none;
    }
    .wrapper .btn.close-btn{
    position: absolute;
    right: 30px;
    top: 10px;
    }
    @media all and (min-width: 951px) {
    
    }

    @media screen and (max-width: 970px) {
    .wrapper .btn{
        display: block;
    }
    .wrapper .mega-nav-links{
        position: fixed;
        height: 100vh;
        width: 100%;
        max-width: 350px;
        top: 0;
        left: -100%;
        background: #242526;
        display: block;
        padding: 50px 10px;
        line-height: 50px;
        overflow-y: auto;
        box-shadow: 0px 15px 15px rgba(0,0,0,0.18);
        transition: all 0.3s ease;
    }
    
    #menu-btn:checked ~ .mega-nav-links{
        left: 0%;
    }
    #menu-btn:checked ~ .btn.menu-btn{
        display: none;
    }
    #close-btn:checked ~ .btn.menu-btn{
        display: block;
    }
    .mega-nav-links li{
        margin: 15px 10px;
    }
    .mega-nav-links li a{
        padding: 0 20px;
        display: block;
        font-size: 20px;
    }
    .mega-nav-links .mega-drop-menu{
        position: static;
        opacity: 1;
        top: 65px;
        visibility: visible;
        padding-left: 20px;
        width: 100%;
        max-height: 0px;
        overflow: hidden;
        box-shadow: none;
        transition: all 0.3s ease;
    }
    #showDrop:checked ~ .mega-drop-menu,
    #showMega:checked ~ .mega-box{
        max-height: 100%;
    }
    .mega-nav-links .desktop-item{
        display: none;
    }
    .mega-nav-links .mobile-item{
        display: block;
        color: #f2f2f2;
        font-size: 20px;
        font-weight: 500;
        padding-left: 20px;
        cursor: pointer;
        border-radius: 5px;
        transition: all 0.3s ease;
    }
    .mega-nav-links .mobile-item:hover{
        background: #3A3B3C;
    }
    .mega-drop-menu li{
        margin: 0;
    }
    .mega-drop-menu li a{
        border-radius: 5px;
        font-size: 18px;
    }
    .mega-box{
        position: static;
        top: 65px;
        opacity: 1;
        visibility: visible;
        padding: 0 20px;
        max-height: 0px;
        overflow: hidden;
        transition: all 0.3s ease;
    }
    .mega-box .content{
        box-shadow: none;
        flex-direction: column;
        padding: 20px 20px 0 20px;
    }
    .mega-box .content .row{
        width: 100%;
        margin-bottom: 15px;
        border-top: 1px solid rgba(255,255,255,0.08);
    }
    .mega-box .content .row:nth-child(1),
    .mega-box .content .row:nth-child(2){
        border-top: 0px;
    }
    .content .row .mega-links{
        border-left: 0px;
        padding-left: 15px;
    }
    .row .mega-links li{
        margin: 0;
    }
    .content .row header{
        font-size: 19px;
    }
    }
    nav input{
    display: none;
    }

    .body-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    padding: 0 30px;
    }
    .body-text div{
    font-size: 45px;
    font-weight: 600;
    }

    .mega-drop-menu li{
        display: block!important;
    }

    header.app-dm-header-main li.cart a i.flaticon-shopping-cart::before{
      position: absolute;
      top: 31px!important;
      right: 137px!important;
      z-index: 9;
      font-size: 25px;
      color: #066;
      font-weight: bold!important;
    }
    header.app-dm-header-main.sticky-on li.cart a i.flaticon-shopping-cart::before{
      top: -2px!important;
      right: 140px!important;
      position: absolute;
      color: #ffff;
      font-size: 25px;
      z-index: 10;
    }
    header.app-dm-header-main li#search a i.flaticon-search-1::before{
      position: absolute;
      top: 85px!important;
      right: 204px!important;
      z-index: 9;
      font-size: 25px;
      color: #066;
      font-weight: bold!important;
    }

    header.app-dm-header-main.sticky-on li#search a i.flaticon-search-1::before{
      position: absolute;
      top: 39px!important;
      right: 204px!important;
      z-index: 9;
      font-size: 25px;
      color: #ffff;
      font-weight: bold!important;
    }


    .pr20-pr-table-list ul li {
      display:flex;
    }

    .aplpg-pricing-btn a.demo {
      width: 170px;
      height: 55px;
      background-image: -webkit-linear-gradient(137deg, #004d4d 0%, #17c8fc 100%);
      background-image: -o-linear-gradient(137deg, #004d4d 0%, #17c8fc 100%);
      background-image: linear-gradient(313deg, #004d4d 0%, #17c8fc 100%);
      position: relative;
      z-index: 1;
      color: #ffffff;
  }