/*
Theme Name: infinitiinfoways
Author: Veeravikas

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Global
    ## Global
    ## Mixins
    ## Theme
    ## Variables
    ## Common

# Sections
    ## Nav Bar
    ## Banner
    ## Brand Area
    ## Footer
    ## Widgets

# Elements
    ## accordion
    ## filter
    ## apartment
    ## blog
    ## city
    ## feature
    ## gallery
    ## intro
    ## main-search
    ## pricing
    ## service
    ## team
    ## user-list

--------------------------------------------------------------*/
/*-----------------
    # Typography
-----------------*/
@import url("https://fonts.googleapis.com/css?family=Plus+Jakarta+Sans:400,500,600,700&display=swap");
/* Infiniti Infoways brand palette (from logo) */
:root {
  /* Primary brand */
  --main-color: #2D1DE7;
  --main-color2: #E70242;
  /* Logo & typography */
  --heading-color: #4D4D4D;
  --paragraph-color: #6B6B6B;
  /* Palette accents */
  --brand-blue-light: #18B2FF;
  --brand-purple: #690BBF;
  --brand-teal: #1DECC1;
  --brand-yellow: #FFCD00;
  --brand-orange: #FB6202;
  --brand-dark: #27004C;
  /* Derived for overlays/shadows (royal blue 45,29,231) */
  --main-color-rgb: 45, 29, 231;
  --body-font: "Plus Jakarta Sans", sans-serif;
  --heading-font: "Plus Jakarta Sans", sans-serif;
  --body-font-size: 16px;
  --line-height30: 1.7;
}

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: none;
  -moz-osx-font-smoothing: grayscale;
  /* Firefox */
  -webkit-font-smoothing: antialiased;
  /* WebKit  */
}

body {
  margin: 0;
  color: var(--paragraph-color);
  overflow-x: hidden;
  font-family: var(--body-font);
  line-height: var(--line-height30);
  font-size: var(--body-font-size);
  background: #fff;
  font-weight: 500;
}

h1 {
  font-size: 75px;
  line-height: 1.2333333333;
}

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

h3 {
  font-size: 30px;
  line-height: 1.3833333333;
}

h4 {
  font-size: 24px;
  line-height: 1.3380952381;
}

h5 {
  font-size: 20px;
  line-height: 1.3380952381;
}

h6 {
  font-size: 16px;
  line-height: 1.2380952381;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-weight: 600;
  font-family: var(--heading-font);
}

p {
  color: var(--paragraph-color);
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin-bottom: 10px;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  color: inherit;
}

a:hover {
  color: var(--main-color);
}

pre {
  word-break: break-word;
}

a i {
  padding: 0 2px;
}

img {
  max-width: 100%;
}

button:hover,
button:active,
button:focus {
  outline: 0;
}

/*input and button type focus outline disable*/
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=number]:focus,
textarea:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus,
select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ddd;
}

.no-gutter.row,
.no-gutter.container,
.no-gutter.container-fluid {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.no-gutter > [class^=col-] {
  padding-left: 0;
  padding-right: 0;
}

.no-gutter[class^=col-] {
  padding-left: 0;
  padding-right: 0;
}

.h-100vh {
  height: 100vh;
}

code {
  color: #faa603;
}

.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: "\f105";
  color: var(--main-color);
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  clear: both;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.comment-navigation .nav-previous > a,
.posts-navigation .nav-previous > a,
.post-navigation .nav-previous > a,
.comment-navigation .nav-next > a,
.posts-navigation .nav-next > a,
.post-navigation .nav-next > a {
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.comment-navigation .nav-previous:hover > a,
.posts-navigation .nav-previous:hover > a,
.post-navigation .nav-previous:hover > a,
.comment-navigation .nav-next:hover > a,
.posts-navigation .nav-next:hover > a,
.post-navigation .nav-next:hover > a {
  color: var(--main-color);
}

.comment-list li {
  list-style: none;
}

.h-100vh {
  height: 100vh;
}

.position-relative {
  position: relative;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.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;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 15px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.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;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.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;
}

/*----------------------------------------
    # Unit test
------------------------------------------*/
.wp-link-pages a {
  margin: 0 5px;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.wp-link-pages {
  margin-bottom: 30px;
  margin-top: 25px;
}

.wp-link-pages span,
.wp-link-pages a {
  border: 1px solid #e2e2e2;
  padding: 5px 15px;
  display: inline-block;
}

.wp-link-pages .current,
.wp-link-pages a:hover {
  background-color: var(--main-color);
  color: #fff;
  border-color: var(--main-color);
}

.wp-link-pages span:first-child {
  margin-right: 5px;
}

dl,
ol,
ul {
  padding-left: 17px;
}

.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);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  border: none;
  cursor: pointer;
  -webkit-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;
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.custom-gutters-10 > .col,
.custom-gutters-10 > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

@media all and (min-width: 1200px) {
  .no-lg-gutters > .col,
  .no-lg-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
  }
}
/*---------------------------------------
    ## Button
---------------------------------------*/
.btn {
  height: 55px;
  line-height: 55px;
  padding: 0 30px;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  border: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-weight: 600;
  border-radius: 30px;
  z-index: 0;
}
.btn:focus, .btn:active {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn:after {
  content: "";
  background: var(--heading-color);
  position: absolute;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  z-index: -1;
  height: 100%;
  left: -35%;
  top: 0;
  -webkit-transform: skew(30deg);
      -ms-transform: skew(30deg);
          transform: skew(30deg);
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  width: 0;
}
.btn:hover:after {
  height: 100%;
  width: 135%;
}
.btn i {
  font-size: 14px;
  float: right;
  padding-top: 16px;
  padding-left: 5px;
}
.btn svg {
  font-size: 12px;
  margin-top: 20px;
  margin-left: 6px;
  float: right;
}
.btn.border-radius-0 {
  border-radius: 0;
}
.btn.border-radius-5 {
  border-radius: 5px;
}

.btn-small {
  height: 50px;
  line-height: 50px;
}
.btn-small i {
  padding-top: 12px;
}

.btn-base {
  color: #fff !important;
  background: var(--main-color);
}
.btn-base svg {
  font-size: 13px;
  margin-top: 22px;
}
.btn-base:hover {
  color: #fff;
}

.btn-red {
  color: #fff;
  background: #f14d5d;
}
.btn-red:hover {
  color: #fff;
}

.btn-white {
  color: var(--main-color) !important;
  background: #fff;
}
.btn-white:hover, .btn-white:focus {
  color: #fff !important;
  background: var(--main-color);
}

.btn-black {
  color: #fff !important;
  background: var(--heading-color);
}
.btn-black:hover, .btn-black:focus {
  color: #fff !important;
  background: var(--main-color);
}

.btn-border-base {
  color: var(--heading-color);
  border: 2px solid var(--main-color);
  line-height: 52px;
}
.btn-border-base:after {
  background: var(--main-color);
}
.btn-border-base:hover, .btn-border-base:focus {
  color: #fff;
}

.btn-border-white {
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.7);
  line-height: 53px;
}
.btn-border-white:hover, .btn-border-white:focus {
  color: #fff;
  background: var(--main-color);
  border: 2px solid var(--main-color);
}

.btn-border-black {
  color: #a2a2a2;
  border: 2px solid #d4d4d4;
  line-height: 53px;
}
.btn-border-black:hover, .btn-border-black:focus {
  color: #fff;
  background: var(--main-color);
  border: 2px solid var(--main-color);
}
.btn-border-black:after {
  background: var(--main-color);
}

.btn-border-black-2 {
  color: #262626;
  border: 2px solid #262626;
  line-height: 53px;
}
.btn-border-black-2:hover, .btn-border-black-2:focus {
  color: #fff;
  background: var(--main-color);
  border: 2px solid var(--main-color);
}
.btn-border-black-2:after {
  background: var(--main-color);
}

.btn-border-gray {
  color: var(--heading-color);
  border: 2px solid #E3E3E3;
  line-height: 51px;
  background: #F8F9FC;
}
.btn-border-gray:hover, .btn-border-gray:focus {
  color: #fff;
  background: var(--main-color);
  border: 2px solid var(--heading-color);
}

.read-more-text {
  position: relative;
  color: var(--heading-color);
  font-weight: 600;
}
.read-more-text i {
  font-size: 18px;
  position: absolute;
  top: 1px;
  margin-left: 3px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.read-more-text svg {
  font-size: 12px;
  position: absolute;
  top: 5px;
  margin-left: 6px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.read-more-text:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--main-color);
  height: 1px;
  width: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  visibility: hidden;
  opacity: 0;
}
.read-more-text:hover i {
  padding-left: 6px;
}
.read-more-text:hover:after {
  width: 100%;
  visibility: visible;
  opacity: 1;
}

.read-more-arrow {
  height: 35px;
  width: 35px;
  line-height: 35px;
  color: #fff;
  text-align: center;
  background: var(--main-color);
  border-radius: 50%;
  display: inline-block;
}
.read-more-arrow:hover {
  background: var(--brand-dark);
  color: #fff;
}

/*------------------------------------------------
    ## Back Top
------------------------------------------------*/
.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 44px;
  height: 44px;
  color: #fff;
  background-color: var(--main-color);
  text-align: center;
  line-height: 44px;
  z-index: 99;
  font-size: 25px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  display: none;
  -webkit-animation: backto-top-bounce 4s infinite ease-in-out;
          animation: backto-top-bounce 4s infinite ease-in-out;
}

@-webkit-keyframes backto-top-bounce {
  0% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(8px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-5px);
  }
}
@keyframes backto-top-bounce {
  0% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(8px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-5px);
  }
}
/*-----------------------------------------
    ## Preloader Css
-------------------------------------------*/
.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: 999999999999;
  background-color: var(--brand-dark);
  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 .cancel-preloader {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.preloader-inner .cancel-preloader a {
  background-color: #fff;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--main-color);
  width: 200px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 30px;
  display: block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.preloader-inner .cancel-preloader a:hover {
  background-color: var(--heading-color);
  color: #fff;
}

.spinner {
  margin: 120px auto;
  width: 60px;
  height: 60px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-rotate 2s infinite linear;
  animation: sk-rotate 2s infinite linear;
}

.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: var(--main-color);
  border-radius: 100%;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/*-----------------------------------------
    ## video 
------------------------------------------*/
.video-thumb {
  position: relative;
}
.video-thumb .video-play-btn-hover {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

.video-play-btn {
  border-radius: 50%;
  background: #fff;
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  position: relative;
  z-index: 0;
  text-align: center;
  -webkit-animation: ripple-white3 2.5s linear infinite;
          animation: ripple-white3 2.5s linear infinite;
  z-index: 3;
  -webkit-box-shadow: 0 4px 15px rgba(19, 16, 34, 0.1);
          box-shadow: 0 4px 15px rgba(19, 16, 34, 0.1);
}
.video-play-btn:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: rgba(247, 247, 247, 0.4);
  top: -15px;
  left: -15px;
}
.video-play-btn i {
  color: var(--main-color);
  margin-left: 6px;
  font-size: 28px;
}
.video-play-btn.video-play-btn-base {
  background: var(--main-color);
}
.video-play-btn.video-play-btn-base i {
  color: #fff;
}
.video-play-btn.video-play-btn-base:after {
  display: none;
}
.video-play-btn.small {
  width: 55px;
  height: 55px;
  line-height: 60px;
}
.video-play-btn.small i {
  font-size: 18px;
}

/*-----------------------------------------
    ## Breadcumb 
------------------------------------------*/
.breadcrumb-area {
  padding: 222px 0 108px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-top: -120px;
}
.breadcrumb-area .banner-bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  background-size: 102% 96%;
}
.breadcrumb-area .breadcrumb-inner {
  position: relative;
  z-index: 2;
}
.breadcrumb-area .page-title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 5px;
}
.breadcrumb-area .page-list {
  margin: 0;
  padding: 0;
}
.breadcrumb-area .page-list li {
  font-weight: 600;
  list-style: none;
  display: inline-block;
  position: relative;
  padding-left: 17px;
  margin-left: 8px;
  color: var(--heading-color);
}
.breadcrumb-area .page-list li:after {
  position: absolute;
  left: 0;
  top: 4px;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 13px;
}
.breadcrumb-area .page-list li:first-child {
  padding-left: 0;
  margin-left: 0;
}
.breadcrumb-area .page-list li:first-child:after {
  display: none;
}

/********* social-media *********/
.social-media {
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 2;
}
.social-media li {
  display: inline-block;
  margin: 0 2px;
}
.social-media li a {
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
  background: var(--heading-color);
  color: #fff;
  font-size: 13px;
}
.social-media li a:hover {
  background: var(--main-color);
  color: #fff;
}
.social-media li a.facebook {
  color: #3b5999;
  border-color: #3b5999;
}
.social-media li a.twitter {
  color: #55acee;
  border-color: #55acee;
}
.social-media li a.instagram {
  color: #e4405f;
  border-color: #e4405f;
}
.social-media li a.youtube {
  color: #cd201f;
  border-color: #cd201f;
}
.social-media li:first-child {
  margin-left: 0;
}
.social-media li:last-child {
  margin-right: 0;
}

.social-media-light a {
  background: rgba(253, 74, 54, 0.15);
  display: inline-block;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  text-align: center;
  line-height: 31px;
}
.social-media-light a i {
  color: var(--main-color);
  font-size: 15px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.social-media-light a:hover {
  background: var(--main-color);
}
.social-media-light a:hover i {
  color: #fff;
}

/********* slider-control *********/
.slider-control-round .owl-nav button {
  height: 46px;
  width: 46px;
  line-height: 44px;
  margin: 0 10px;
  border-radius: 50%;
  border: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: var(--main-color);
  border: 1px solid var(--main-color);
  padding: 0;
  cursor: pointer;
  font-size: 18px;
  background: transparent;
}
.slider-control-round .owl-nav button:hover {
  background: var(--main-color);
  color: #fff;
}
.slider-control-round .owl-nav .owl-prev {
  margin-left: 0;
}
.slider-control-round .owl-nav .owl-next {
  margin-left: 0;
}

.slider-control-square .owl-nav button {
  height: 50px;
  width: 50px;
  line-height: 49px;
  margin: 0 8px;
  border-radius: 5px;
  border: 1px solid var(--main-color);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: var(--main-color);
  background: transparent;
  font-size: 17px;
  padding: 0;
  cursor: pointer;
}
.slider-control-square .owl-nav button:hover {
  background: var(--main-color);
  color: #fff;
}
.slider-control-square .owl-nav .owl-prev {
  margin-left: 0;
}
.slider-control-square .owl-nav .owl-next {
  margin-left: 0;
}

.slider-control-right-top .owl-nav {
  position: absolute;
  right: 0;
  top: -105px;
}

.slider-control-dots .owl-dots {
  text-align: center;
  padding-top: 23px;
}
.slider-control-dots .owl-dots .owl-dot {
  margin: 0 2px;
  border: 0;
  background: none;
}
.slider-control-dots .owl-dots .owl-dot span {
  display: block;
  border-radius: 50%;
  background-color: var(--heading-color);
  width: 8px;
  height: 8px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slider-control-dots .owl-dots .owl-dot span:after {
  position: absolute;
  content: "";
  top: -5px;
  left: -5px;
  border: 1px solid var(--main-color);
  border-radius: 50%;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slider-control-dots .owl-dots .owl-dot.active span {
  background: var(--main-color);
}
.slider-control-dots .owl-dots .owl-dot.active span:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.slider-control-dots .owl-dots .owl-dot:focus {
  outline: 0;
}

.single-list-inner {
  margin: 0;
  padding: 0;
}
.single-list-inner.style-left-line {
  position: relative;
}
.single-list-inner.style-left-line img {
  position: relative;
  z-index: 2;
}
.single-list-inner.style-left-line:after {
  content: "";
  position: absolute;
  left: 7px;
  top: 18px;
  height: 70%;
  width: 1px;
  background: #fff;
}
.single-list-inner li {
  margin-bottom: 6px;
}
.single-list-inner li:last-child {
  margin-bottom: 0;
}
.single-list-inner.style-check li {
  list-style: none;
}
.single-list-inner.style-check li svg,
.single-list-inner.style-check li i {
  margin-right: 10px;
  color: var(--main-color);
  font-size: 18px;
}
.single-list-inner.style-heading li {
  color: var(--heading-color);
  font-weight: 600;
}

/*--------------------------------------------------------------
# Globals
--------------------------------------------------------------*/
.border-radius-6 {
  border-radius: 6px;
}
.border-radius-6 img {
  border-radius: 6px;
}

.ratting-inner {
  color: #FFC107;
}

.bg-base {
  background: var(--main-color) !important;
}

.bg-green {
  background: #1DC295;
}

.bg-blue {
  background: #2878EB;
}

.bg-red {
  background: #F14D5D;
}

.bg-gray {
  background: #F8F9FC;
}

.bg-sky {
  background: #F9F9F9;
}

.bg-gradient-gray {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F8F9FC), to(#D9E5FF));
  background-image: linear-gradient(#F8F9FC, #D9E5FF);
}

.bg-black {
  background: var(--heading-color);
}

.bg-gray-black {
  background: var(--heading-color);
}

.bg-light {
  background: #F7FAFC;
}

.bg-light-pink {
  background: #FFF9F5;
}

.bg-blue-right {
  background: rgba(80, 175, 155, 0.1);
}

.bg-relative {
  position: relative;
}

.bg-cover {
  background-size: cover !important;
  background-position: center;
}

.bg-position-right {
  background-position: right;
  background-repeat: no-repeat;
}

.bg-left-50 {
  background-position: left;
  background-repeat: no-repeat;
  background-size: 50% 100%;
}

.bg-overlay {
  position: relative;
  background-size: cover !important;
}
.bg-overlay:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(10, 24, 81, 0.88);
}
.bg-overlay .container {
  position: relative;
  z-index: 2;
}
.bg-overlay .bg-z-index {
  position: relative;
  z-index: 2;
}

.bg-overlay-light {
  position: relative;
  background-size: cover !important;
}
.bg-overlay-light:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(10, 24, 81, 0.5);
}
.bg-overlay-light .container {
  position: relative;
  z-index: 2;
}
.bg-overlay-light .bg-z-index {
  position: relative;
  z-index: 2;
}

.bg-parallex {
  background-attachment: fixed;
  background-position: center 0;
}

.image-hover-animate {
  overflow: hidden;
}
.image-hover-animate img {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.image-hover-animate:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.box-shadow {
  -webkit-box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.1);
}

.pd-top-60 {
  padding-top: 60px;
}

.pd-top-90 {
  padding-top: 90px;
}

.pd-top-100 {
  padding-top: 100px;
}

.pd-top-110 {
  padding-top: 110px;
}

.pd-top-115 {
  padding-top: 115px;
}

.pd-top-120 {
  padding-top: 120px;
}

.pd-top-200 {
  padding-top: 200px;
}

.mg-top-120 {
  margin-top: 120px;
}

.mg-bottom-120 {
  margin-bottom: 120px;
}

.pd-bottom-60 {
  padding-bottom: 60px;
}

.pd-bottom-70 {
  padding-bottom: 70px;
}

.pd-bottom-80 {
  padding-bottom: 80px;
}

.pd-bottom-90 {
  padding-bottom: 90px;
}

.pd-bottom-100 {
  padding-bottom: 100px;
}

.pd-bottom-110 {
  padding-bottom: 110px;
}

.pd-bottom-115 {
  padding-bottom: 115px;
}

.pd-bottom-120 {
  padding-bottom: 120px;
}

.mg-top--100 {
  margin-top: -100px;
}

.position-bottom-left {
  position: absolute;
  left: 30px;
  bottom: 150px;
  width: 50px;
}

.border-1 {
  border: 1px solid #ededed;
}

.border-top-1 {
  border-top: 1px solid #ededed;
}

.border-right-1 {
  border-right: 1px solid #ededed;
}

.border-radius-20 {
  border-radius: 20px;
}

.border-radius-50 {
  border-radius: 50% !important;
}

.border-radius-bottom-20 {
  border-radius: 0 0 20px 20px;
}

.border-radius-0 {
  border-radius: 0 !important;
}

.border-radius-5 {
  border-radius: 5px !important;
}

.color-base {
  color: var(--main-color);
}

.box-shadow {
  -webkit-box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
          box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
}

.z-index-2 {
  z-index: 2;
}

.bg-none {
  background: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.image-hover-rotate .rotate-img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.image-hover-rotate:hover .rotate-img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.mg-top---120 {
  margin-top: -120px;
}

.mg-top---120 {
  margin-top: -120px;
}

.mg-bottom---120 {
  margin-bottom: -120px;
}

.border-base-top-6 {
  border-top: 6px solid var(--main-color);
}

.position-top-left {
  position: absolute;
  left: 20px;
  top: 20px;
}

/************ animate style ************/
.top_image_bounce {
  -webkit-animation: top-image-bounce 3s infinite ease-in-out;
          animation: top-image-bounce 3s infinite ease-in-out;
}

.left_image_bounce {
  -webkit-animation: left-image-bounce 3s infinite ease-in-out;
          animation: left-image-bounce 3s infinite ease-in-out;
}

.right_image_bounce {
  -webkit-animation: right-image-bounce 3s infinite ease-in-out;
          animation: right-image-bounce 3s infinite ease-in-out;
}

.spin_image {
  -webkit-animation: spin 3s infinite ease-in-out;
          animation: spin 3s infinite ease-in-out;
}

@-webkit-keyframes top-image-bounce {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes top-image-bounce {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes left-image-bounce {
  0% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
}
@keyframes left-image-bounce {
  0% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
  }
}
@-webkit-keyframes ripple-white3 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 100px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 100px rgba(255, 255, 255, 0);
  }
}
@keyframes ripple-white3 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 100px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 100px rgba(255, 255, 255, 0);
  }
}
/*------------------------------------------------
    ## Section title
------------------------------------------------*/
.section-title {
  margin-bottom: 50px;
  position: relative;
}
.section-title .sub-title {
  border-radius: 30px;
  -webkit-box-shadow: 0 4.4px 30px rgba(19, 16, 34, 0.1);
          box-shadow: 0 4.4px 30px rgba(19, 16, 34, 0.1);
  background: #fff;
  padding: 8px 20px;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
  letter-spacing: 1px;
  position: relative;
}
.section-title .sub-title.line-after {
  padding-top: 0;
  padding-bottom: 0;
}
.section-title .sub-title.line-after:after {
  content: "";
  position: absolute;
  background: #fff;
  right: -55px;
  top: 8px;
  height: 2px;
  width: 40px;
}
.section-title .sub-title.line-double {
  padding-left: 55px;
  margin-left: -55px;
  padding-top: 0;
  padding-bottom: 0;
}
.section-title .sub-title.line-double:before {
  content: "";
  position: absolute;
  background: #fff;
  left: 0;
  top: 8px;
  height: 2px;
  width: 40px;
}
.section-title .sub-title.line-double:after {
  content: "";
  position: absolute;
  background: #fff;
  right: -55px;
  top: 8px;
  height: 2px;
  width: 40px;
}
.section-title .title {
  margin-bottom: 0;
  margin-top: 0;
}
.section-title .title span {
  color: var(--main-color);
}
.section-title .content {
  margin-top: 17px;
  margin-bottom: 0;
}
.section-title .small-title {
  margin-top: 18px;
  font-weight: 600;
  color: var(--heading-color);
}
.section-title .phone {
  font-weight: 400;
  margin-top: 30px;
}
.section-title .phone img {
  margin-right: 6px;
}
.section-title .single-list-wrap {
  margin-top: 21px;
}
.section-title .btn {
  margin-top: 30px;
}
.section-title.style-white .sub-title {
  color: var(--main-color);
}
.section-title.style-white .sub-title.left-line:before {
  background: #fff;
}
.section-title.style-white .sub-title.right-line:after {
  background: #fff;
}
.section-title.style-white .sub-title.double-line:before {
  background: #fff;
}
.section-title.style-white .sub-title.double-line:after {
  background: #fff;
}
.section-title.style-white .title {
  color: #fff;
}
.section-title.style-white .content {
  color: #fff;
}
.section-title.style-white .small-title {
  color: #fff;
}

/*----------------------------------------------
    # Nav bar 
----------------------------------------------*/
.navbar-top {
  padding: 15px 0;
}
.navbar-top ul {
  margin: 0;
  padding: 0;
  line-height: initial;
  position: relative;
  z-index: 2;
}
.navbar-top ul li {
  display: inline-block;
  list-style: none;
  margin-right: 25px;
}
.navbar-top ul li img {
  margin-right: 5px;
}
.navbar-top ul li i {
  margin-right: 5px;
}
.navbar-top ul li svg {
  margin-right: 5px;
}
.navbar-top ul li:last-child {
  margin-right: 0 !important;
  padding-right: 0;
  border-right: 0;
}
.navbar-top ul li p,
.navbar-top ul li a {
  margin: 0;
  font-size: 14px;
}
.navbar-top ul li a:hover {
  color: var(--heading-color);
}
.navbar-top .topbar-right {
  position: relative;
  z-index: 2;
}
.navbar-top .topbar-right a {
  margin: 0 3px;
}
.navbar-top .topbar-right li {
  margin-right: 10px;
}
.navbar-top .topbar-right li a i {
  margin-right: 0;
}
.navbar-top .topbar-right li a svg {
  margin-right: 0;
}
.navbar-top .topbar-right li a:last-child {
  margin-right: 0;
}
.navbar-top .topbar-right li:last-child {
  border-right: 0;
}

.navbar-area {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  margin-top: 0;
  background: #fff;
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06);
  -webkit-transition: box-shadow 0.3s ease, background 0.3s ease;
  transition: box-shadow 0.3s ease, background 0.3s ease;
}
.navbar-area .nav-container {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
}
.navbar-area .nav-container.navbar-bg {
  position: relative;
  padding-left: 40px;
}
.navbar-area .nav-container.navbar-bg:after {
  content: "";
  position: absolute;
  left: 15px;
  top: 0;
  height: 100%;
  width: 95%;
  background: #fff;
  z-index: -1;
}
.navbar-area .nav-container .logo {
  line-height: 0.9;
}
.navbar-area .nav-container .logo a {
  font-weight: 700;
  font-size: 24px;
  color: #fff;
}
.navbar-area .nav-container .logo a img {
  height: auto;
  max-width: 150px;
}
.navbar-area .nav-container .btn-transparent {
  font-size: 13px;
  font-weight: 700;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav {
  display: block;
  width: 100%;
  text-align: left;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li {
  display: inline-block;
  font-weight: 500;
  line-height: 80px;
  text-transform: capitalize;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li a {
  color: var(--heading-color);
  font-weight: 600;
  font-size: 16px;
  font-family: var(--heading-font);
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li:hover a {
  color: var(--main-color);
}
.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 {
  position: relative;
  z-index: 0;
  padding-right: 14px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
  content: "";
  position: absolute;
  right: 3px;
  top: 50%;
  height: 10px;
  width: 2px;
  background: var(--heading-color);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin-top: 0;
  z-index: -1;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:after {
  content: "";
  position: absolute;
  right: -1px;
  top: 40px;
  height: 2px;
  width: 10px;
  background: var(--heading-color);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  z-index: -1;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover:before {
  opacity: 0;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover:after {
  background: var(--main-color);
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.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 {
  position: absolute;
  text-align: left;
  min-width: 210px;
  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: 99;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 0;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu.border-bt0 {
  border-bottom: 0px !important;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
  display: block;
  margin-left: 0;
  line-height: 22px;
  font-size: 15px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-bottom: 1px solid #f5f5f5;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
  display: block;
  padding: 10px 20px;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: var(--heading-color);
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:before {
  position: absolute;
  left: 17px;
  top: 50%;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -webkit-transform: translateY(-50%);
  /* Chrome, Safari, Opera */
  transform: translateY(-50%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #fff;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover {
  background: var(--main-color);
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover a {
  color: #fff;
  padding: 10px 20px 10px 30px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover a:before {
  visibility: visible;
  opacity: 1;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:last-child {
  border-bottom: 0;
}
.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: 0px;
}
.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: "fontawesome";
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -webkit-transform: translateY(-50%);
  /* Chrome, Safari, Opera */
  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 {
  margin-right: 25px;
}

.navbar-nav {
  opacity: 0;
  margin-right: -30px;
  visibility: hidden;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.navbar-area-2 {
  margin-top: 0;
}
.navbar-area-2:after {
  display: none;
}
/* Sticky header when scrolled (enhanced) */
.navbar-area.sticky-active,
.navbar.sticky-active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.navbar-area-3 .nav-container .navbar-collapse .navbar-nav li a {
  color: #fff;
}
.navbar-area-3 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before,
.navbar-area-3 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:after {
  background: #fff;
}

.navbar-area.sticky-active,
.navbar.sticky-active {
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 20px 0 rgba(46, 56, 220, 0.08);
  box-shadow: 0 10px 20px 0 rgba(46, 56, 220, 0.08);
  background: #fff;
}

.menu-open {
  opacity: 1;
  margin-right: 0;
  visibility: visible;
}

.bar1 {
  width: 32px;
  height: 2px;
  margin-bottom: 5px;
  position: absolute;
  background: #fff;
  z-index: 9999;
  top: 10px;
  right: -5px;
}

.bar2 {
  width: 24px;
  height: 2px;
  margin-bottom: 5px;
  position: absolute;
  background: #fff;
  z-index: 9999;
  top: 17px;
  right: -5px;
}

.bar3 {
  width: 18px;
  height: 2px;
  margin-bottom: 5px;
  position: absolute;
  background: #fff;
  z-index: 9999;
  top: 24px;
  right: -5px;
}

.responsive-mobile-menu button:focus {
  outline: none;
  border: none;
}

/**************** nav-left-part *************/
/**************** nav-right-part *************/
.nav-right-part .navbar-phone {
  height: 80px;
  color: #fff;
  border-radius: 0;
  position: relative;
  display: inline-block;
  background: var(--main-color);
  padding: 11px 25px 11px 85px;
}
.nav-right-part .navbar-phone .icon {
  position: absolute;
  left: 20px;
  background: rgba(255, 255, 255, 0.1);
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 47px;
  text-align: center;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.nav-right-part .navbar-phone span {
  font-weight: 500;
  color: #fff;
  display: inline-block;
  margin-bottom: 2px;
  font-size: 15px;
}
.nav-right-part .navbar-phone h5 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
}
.nav-right-part a {
  margin-left: 15px;
  color: var(--heading-color);
}
.nav-right-part .search-bar-btn {
  margin-top: -22px;
}
.nav-right-part .search-bar:hover {
  background: var(--main-color);
  border: 1px solid var(--main-color);
}
.nav-right-part .btn-base svg {
  margin-top: 22px;
}

.nav-right-part-desktop {
  margin-left: 20px;
}

.nav-right-part-mobile {
  display: none;
}

/**************** sidebar-menu *************/
.sidebar-menu {
  width: 0;
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  background-color: #fff;
  z-index: 999;
  overflow-y: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.sidebar-menu .sidebar-inner {
  position: relative;
  top: 150px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 90px 40px 50px 40px;
}
.sidebar-menu .sidebar-inner .thumb {
  margin-bottom: 15px;
}
.sidebar-menu .sidebar-inner p {
  margin-bottom: 28px;
}
.sidebar-menu .sidebar-inner .sidebar-address {
  margin-bottom: 35px;
}
.sidebar-menu .sidebar-inner .sidebar-address ul {
  margin: 0;
  padding: 0;
}
.sidebar-menu .sidebar-inner .sidebar-address ul li {
  list-style: none;
  margin-bottom: 4px;
}
.sidebar-menu .sidebar-inner .sidebar-address ul li:last-child {
  margin-bottom: 0;
}
.sidebar-menu .sidebar-inner .sidebar-address ul li i {
  margin-right: 6px;
  width: 25px;
}
.sidebar-menu .sidebar-inner .sidebar-subscribe {
  position: relative;
  margin-bottom: 40px;
}
.sidebar-menu .sidebar-inner .sidebar-subscribe input {
  width: 100%;
  border: 1px solid #d6dadf;
  height: 42px;
  padding: 0 45px 0 12px;
}
.sidebar-menu .sidebar-inner .sidebar-subscribe button {
  position: absolute;
  right: 0;
  top: 0;
  height: 42px;
  width: 42px;
  background: #97b3d0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 0;
  color: var(--heading-color);
  cursor: pointer;
}
.sidebar-menu .sidebar-inner .sidebar-subscribe button:hover {
  background: var(--main-color);
  color: #fff;
}
.sidebar-menu .sidebar-inner .social-media li a {
  background: #ced4da;
}
.sidebar-menu .sidebar-inner .social-media li a:hover {
  background: var(--main-color);
  color: #fff;
}

.sidebar-menu .sidebar-menu-close {
  background-color: var(--main-color);
  border: 0;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  z-index: 999;
}

.sidebar-menu.active {
  width: 360px;
  opacity: 1;
  visibility: visible;
}

.sidebar-menu.active .sidebar-inner {
  top: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease-out 0.8s;
  transition: all 0.7s ease-out 0.8s;
}

@media only screen and (max-width: 991px) {
  .navbar-area {
    background: #fff;
  }
  .navbar-area .nav-container {
    padding: 5px 0;
  }
  .nav-right-part {
    margin-right: 60px;
  }
  .nav-right-part .btn .right {
    padding-left: 5px;
    font-size: 13px;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav > li {
    margin-right: 0;
    padding-right: 0;
  }
  .navbar-area .nav-container {
    position: relative;
    z-index: 0;
  }
  .navbar-area .nav-container .navbar-toggler {
    padding: 0px;
  }
  .navbar-area .nav-container .navbar-collapse {
    margin-top: 13px;
  }
  .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 rgba(0, 0, 0, 0.1);
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li a {
    display: block;
  }
  .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: 26px;
    right: 3px !important;
  }
  .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;
    height: auto;
    overflow: hidden;
    max-height: 250px;
    overflow-y: scroll;
    background-color: transparent;
    border-radius: 10px;
    padding: 0px;
    border-bottom: none;
    display: none;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
    opacity: 1;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .sub-menu .menu-item-has-children:before {
    content: "\f107";
  }
  .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;
  }
}
.sopen {
  display: block !important;
}

.toggle-btn {
  left: auto;
  right: 0;
  position: absolute;
  top: 8px;
  width: 40px;
  height: 40px;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  border: 0;
  background: transparent;
}
.toggle-btn .icon-left {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: absolute;
  height: 2px;
  width: 11px;
  top: 18px;
  background-color: var(--heading-color);
  left: 7px;
}
.toggle-btn .icon-left:before {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: absolute;
  width: 11px;
  height: 2px;
  background-color: var(--heading-color);
  content: "";
  top: -7px;
  left: 0;
}
.toggle-btn .icon-left:after {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: absolute;
  width: 11px;
  height: 2px;
  background-color: var(--heading-color);
  content: "";
  top: 7px;
  left: 0;
}
.toggle-btn .icon-left:hover {
  cursor: pointer;
}
.toggle-btn .icon-right {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: absolute;
  height: 2px;
  width: 11px;
  top: 18px;
  background-color: var(--heading-color);
  left: 18px;
}
.toggle-btn .icon-right:before {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: absolute;
  width: 11px;
  height: 2px;
  background-color: var(--heading-color);
  content: "";
  top: -7px;
  left: 0;
}
.toggle-btn .icon-right:after {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: absolute;
  width: 11px;
  height: 2px;
  background-color: var(--heading-color);
  content: "";
  top: 7px;
  left: 0;
}
.toggle-btn .icon-right:hover {
  cursor: pointer;
}
.toggle-btn.open .icon-left {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  background: transparent;
}
.toggle-btn.open .icon-left:before {
  -webkit-transform: rotateZ(45deg) scaleX(1.4) translate(2px, 1px);
      -ms-transform: rotate(45deg) scaleX(1.4) translate(2px, 1px);
          transform: rotateZ(45deg) scaleX(1.4) translate(2px, 1px);
}
.toggle-btn.open .icon-left:after {
  -webkit-transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -1px);
      -ms-transform: rotate(-45deg) scaleX(1.4) translate(2px, -1px);
          transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -1px);
}
.toggle-btn.open .icon-right {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  background: transparent;
}
.toggle-btn.open .icon-right:before {
  -webkit-transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 1px);
      -ms-transform: rotate(-45deg) scaleX(1.4) translate(-2px, 1px);
          transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 1px);
}
.toggle-btn.open .icon-right:after {
  -webkit-transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -1px);
      -ms-transform: rotate(45deg) scaleX(1.4) translate(-2px, -1px);
          transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -1px);
}
.toggle-btn:hover {
  cursor: pointer;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-area .nav-container .navbar-collapse .navbar-nav li {
    font-size: 16px;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
    margin-left: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .responsive-mobile-menu {
    display: block;
    width: 100%;
    position: relative;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1199px) {
  .margin-xlt-80 {
    margin-top: 0px;
  }
  .contact-widget .contact_info_list li.single-info-item .details {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .navbar-area .logo {
    padding-top: 0px !important;
  }
  .widget ul {
    text-align: left;
  }
  .navbar-collapse {
    background: #fff;
    margin-top: 0px;
    width: 100%;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
    right: 20px;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav {
    margin-bottom: 20px;
  }
  .navbar-area {
    padding-bottom: 0px;
  }
  .bar1, .bar2, .bar3 {
    background: #fff;
  }
  .party-box-wrapper {
    padding: 50px 0px;
  }
  .party-box-wrapper .party-box-content h4 {
    font-size: 30px;
    line-height: 45px;
  }
  .footer-area .copyright-area-inner {
    padding: 20px;
  }
  .navbar-expand-lg .navbar-collapse {
    margin-top: 0px;
  }
  .contact-widget .contact_info_list li.single-info-item .details {
    padding-left: 25px;
  }
  .footer-area .footer-top .widget.widget_nav_menu ul li a {
    font-size: 14px;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
    padding: 0 0 0 20px;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
    padding: 12px 0;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:last-child a {
    padding-bottom: 3px;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover i {
    opacity: 0;
    margin-right: -18px;
  }
  .nav-right-part-mobile {
    display: block;
  }
  .nav-right-part-desktop {
    display: none;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover {
    background: none;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li a {
    color: #333333;
  }
}
/* Tablet Layout wide: 767px. */
@media only screen and (max-width: 767px) {
  .logo-wrapper.mobile-logo {
    display: block;
    width: 100%;
  }
  .responsive-mobile-menu {
    display: block;
    width: 100%;
    position: relative;
  }
  .responsive-mobile-menu .navbar-toggler {
    position: absolute;
    left: calc(100% - 130px);
    top: 10px;
  }
  .table-responsive {
    display: block !important;
  }
  .btn-custom-default, .btn-custom-white {
    font-size: 14PX;
    line-height: 33px;
    padding: 6px 20px;
  }
  .navbar-area .logo {
    padding-top: 0px !important;
  }
}
/* medium tablet layout 599px */
@media only screen and (max-width: 575px) {
  .navbar-area .nav-container {
    margin: 0px 0px;
  }
  .navbar-area .logo {
    padding-top: 10px;
  }
  .widget.footer-widget .subscribe-form.subscribe-form-style2 .form-control {
    padding: 15px 20px;
  }
  .widget.footer-widget .subscribe-form.subscribe-form-style2 .btn {
    padding: 15px 20px;
  }
  .search-popup .search-form {
    min-width: 350px;
  }
}
@media only screen and (max-width: 375px) {
  .btn-custom-default, .btn-custom-white {
    padding: 5px 18px;
  }
  .search-popup .search-form .form-group .form-control, .search-popup .search-form .submit-btn {
    height: 45px;
  }
  .search-popup .search-form {
    min-width: 300px;
  }
}
@media only screen and (max-width: 320px) {
  .search-popup .search-form {
    min-width: 265px;
  }
  .responsive-mobile-menu .navbar-toggler {
    left: calc(100% - 95px);
  }
}
/*----------------------------------------------
    # banner style
----------------------------------------------*/
.banner-area {
  margin-top: -120px;
}

.banner-area-1 {
  padding-top: 180px;
}
.banner-area-1 .animate-img-1 {
  position: absolute;
  left: 80px;
  bottom: 100px;
}
.banner-area-1 .animate-img-2 {
  position: absolute;
  left: 100px;
  bottom: 50px;
}

.banner-area-2 {
  padding-top: 210px;
  padding-bottom: 70px;
}

/* Small decorative objects in banner background */
.banner-bg-decor {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.banner-area-2 > .container {
  position: relative;
  z-index: 1;
}
.banner-deco {
  position: absolute;
  left: var(--x, 50%);
  top: var(--y, 50%);
  transform: translate(-50%, -50%);
}
.banner-deco-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--c, #a8d4f0);
}
.banner-deco-dot:nth-child(1) { width: 10px; height: 10px; }
.banner-deco-dot:nth-child(2) { width: 6px; height: 6px; }
.banner-deco-stroke {
  width: 28px;
  height: 4px;
  border-radius: 2px;
  background: linear-gradient(90deg, rgba(255, 179, 71, 0.6) 0%, rgba(255, 179, 71, 0.2) 100%);
  transform: translate(-50%, -50%) rotate(var(--r, 0deg));
}
.banner-deco-stroke:nth-child(8) {
  width: 22px;
  background: linear-gradient(90deg, rgba(168, 212, 240, 0.5) 0%, transparent 100%);
}
.banner-deco-stroke:nth-child(9) {
  width: 20px;
  background: linear-gradient(90deg, rgba(201, 184, 232, 0.5) 0%, transparent 100%);
}
.banner-deco-blob {
  width: var(--w, 100px);
  height: var(--h, 80px);
  border-radius: 50% 45% 55% 50% / 60% 50% 50% 45%;
  background: var(--c);
  transform: translate(-50%, -50%);
}
.banner-deco-circle {
  width: var(--s, 20px);
  height: var(--s, 20px);
  border-radius: 50%;
  background: var(--c);
  transform: translate(-50%, -50%);
}
.banner-deco-swirl {
  width: 32px;
  height: 32px;
  border: 3px solid rgba(201, 184, 232, 0.4);
  border-radius: 50%;
  border-top-color: transparent;
  border-right-color: transparent;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.banner-deco-smudge {
  width: 48px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 220, 100, 0.35);
  transform: translate(-50%, -50%) rotate(var(--r, 0deg));
}
.banner-deco-x {
  width: 24px;
  height: 24px;
  transform: translate(-50%, -50%);
  background: linear-gradient(135deg, transparent 45%, rgba(168, 212, 240, 0.5) 45%, rgba(168, 212, 240, 0.5) 55%, transparent 55%),
              linear-gradient(-135deg, transparent 45%, rgba(168, 212, 240, 0.5) 45%, rgba(168, 212, 240, 0.5) 55%, transparent 55%);
}

.banner-area-2 .bg-img-2 {
  position: absolute;
  right: -100px;
  top: 0;
  width: 660px;
}

.banner-area-3 {
  margin-top: 0;
}
.banner-area-3 .bg-gray {
  padding: 140px 0;
  position: relative;
}
.banner-area-3 .img-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 55%;
  bottom: 0;
  height: 100%;
  z-index: 1;
}
.banner-area-3:after {
  content: "";
  position: absolute;
  right: 40%;
  top: 0;
  width: 20%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #F8F9FC), to(transparent));
  background-image: linear-gradient(to right, #F8F9FC 50%, transparent);
  z-index: 2;
}

.navbar-area-2 .nav-right-part {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar-area-2 .nav-right-part .navbar-phone {
  color: var(--heading-color);
  background: transparent;
}
.navbar-area-2 .nav-right-part .navbar-phone .icon {
  background: rgba(var(--main-color-rgb), 0.1803921569);
}
.navbar-area-2 .nav-right-part .navbar-phone .icon img {
  -webkit-filter: invert(38%) sepia(100%) saturate(3579%) hue-rotate(212deg) brightness(97%) contrast(105%);
          filter: invert(38%) sepia(100%) saturate(3579%) hue-rotate(212deg) brightness(97%) contrast(105%);
}
.navbar-area-2 .nav-right-part .navbar-phone h5,
.navbar-area-2 .nav-right-part .navbar-phone span {
  color: var(--heading-color);
}

.banner-inner {
  position: relative;
  z-index: 1;
}
.banner-inner .subtitle {
  border-radius: 30px;
  -webkit-box-shadow: 0 4.4px 30px rgba(19, 16, 34, 0.05);
          box-shadow: 0 4.4px 30px rgba(19, 16, 34, 0.05);
  background: #fff;
  padding: 8px 20px;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
.banner-inner .title {
  font-size: 60px;
  margin-bottom: 20px;
  font-weight: 700;
}
.banner-inner .title span {
  color: var(--main-color);
}
.banner-inner .content {
  margin-bottom: 32px;
}

.banner-thumb {
  position: relative;
}
.banner-thumb .main-img {
  border-radius: 300px 300px 0 0;
}
.banner-thumb:after {
  content: "";
  position: absolute;
  left: -25px;
  bottom: -25px;
  width: 100%;
  height: 100%;
  border: 5px solid var(--main-color);
  border-radius: 300px 300px 0 0;
}
.banner-thumb .banner-animate-img {
  position: absolute;
}
.banner-thumb .banner-animate-img-1 {
  left: -140px;
}
.banner-thumb .banner-animate-img-2 {
  right: 25px;
  bottom: -25px;
  height: 120px;
  width: 120px;
  background: var(--main-color);
  padding: 20px;
}
.banner-thumb .banner-animate-img-3 {
  right: -9px;
  bottom: -68px;
}

.banner-thumb-2 {
  position: relative;
}
.banner-thumb-2 .banner-animate-img {
  position: absolute;
}
.banner-thumb-2 .main-img-wrap {
  position: relative;
}
.banner-thumb-2 .main-img-wrap img {
  border-radius: 25px;
}
.banner-thumb-2 .main-img-wrap .banner-animate-img-1 {
  left: -140px;
  width: 120px;
  z-index: 1;
}
.banner-thumb-2 .main-img-wrap .banner-animate-img-2 {
  right: -70px;
  z-index: 1;
  top: 50px;
}
.banner-thumb-2 .main-img-wrap .banner-animate-img-3 {
  left: -200px;
  bottom: 100px;
  z-index: 1;
}
.banner-thumb-2 .banner-animate-img-4 {
  right: -20px;
  top: 0;
  z-index: 0;
}
.banner-thumb-2 .main-img-wrap {
  z-index: 1;
  margin-left: 160px;
}

/* Hero blob style: single image, organic shape, play button, lavender decorations */
.banner-hero-blob {
  margin-left: 0;
  max-width: 520px;
  margin-right: auto;
}
.banner-hero-blob .banner-blob-inner {
  position: relative;
  overflow: hidden;
  border-radius: 40% 60% 70% 30% / 50% 45% 55% 50%;
  z-index: 1;
  aspect-ratio: 4/3;
}
.banner-hero-blob .banner-blob-inner .main-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}
.banner-hero-blob .banner-blob-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: rgba(240, 240, 245, 0.95);
  color: #5a5568;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  text-decoration: none;
  transition: transform 0.3s ease, background 0.3s ease;
}
.banner-hero-blob .banner-blob-play-btn:hover {
  background: #fff;
  color: var(--main-color);
  transform: translate(-50%, -50%) scale(1.08);
}
.banner-hero-blob .banner-blob-play-btn i {
  color: inherit;
  margin-left: 6px;
  font-size: 26px;
}
.banner-hero-blob .banner-blob-play-btn:after {
  display: none;
}
.banner-blob-deco {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}
.banner-blob-deco-dotted {
  top: -20px;
  left: -20px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background-color: rgba(230, 225, 240, 0.45);
  background-image: radial-gradient(circle, rgba(180, 170, 200, 0.7) 1.5px, transparent 1.5px);
  background-size: 12px 12px;
}
.banner-blob-deco-solid {
  right: -30px;
  bottom: -40px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(210, 200, 230, 0.5);
}

.banner-thumb-3 {
  position: relative;
  position: relative;
}
.banner-thumb-3 .banner-animate-img {
  position: absolute;
}
.banner-thumb-3 .banner-animate-img-1 {
  left: -50px;
  top: 30%;
}
.banner-thumb-3 .banner-animate-img-2 {
  right: 50px;
  bottom: 40px;
}

.banner-area-left-style {
  padding-left: 140px;
  padding-top: 100px;
}
.banner-area-left-style .animate-img {
  position: absolute;
  left: -100px;
  bottom: 70px;
  width: 80px;
}
.banner-area-left-style .title {
  font-size: 90px;
  font-weight: 600;
}
.banner-area-left-style h3 {
  font-weight: 600;
}
.banner-area-left-style .btn-gray svg {
  float: left;
  padding-top: 2px;
  margin-right: 5px;
  font-size: 16px;
  color: var(--main-color);
}

.banner-left {
  background: rgba(255, 255, 255, 0.05);
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 140px;
  text-align: center;
}
.banner-left .logo {
  background: rgba(255, 255, 255, 0.05);
  padding: 35px 15px;
}
.banner-left ul {
  padding: 80px 0;
}
.banner-left ul li {
  list-style: none;
}
.banner-left ul li a {
  padding: 15px;
  border-radius: 5px;
  display: inline-block;
}
.banner-left ul li a:hover {
  background: var(--main-color);
}

/*----------------------------------------------
    # about style
----------------------------------------------*/
.about-thumb-inner {
  position: relative;
}
.about-thumb-inner .animate-img-1 {
  position: absolute;
  left: 100px;
  bottom: 7px;
  z-index: 2;
}
.about-thumb-inner .animate-img-2 {
  position: absolute;
  right: 50px;
  top: 180px;
  z-index: 2;
}
.about-thumb-inner .animate-img-3 {
  position: absolute;
  left: 80px;
  top: -20px;
}
.about-thumb-inner .animate-img-4 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.about-thumb-inner .video-play-btn-hover {
  position: absolute;
  right: 10px;
  top: 60px;
}
.about-thumb-inner .animate-img-bottom-right {
  position: absolute;
  right: -100px;
  bottom: 80px;
  z-index: 2;
}
.about-thumb-inner .animate-main-img {
  position: absolute;
  left: 0;
  top: 0;
}
.about-thumb-inner .main-img {
  position: relative;
  z-index: 1;
}

.single-about-inner .thumb {
  display: inline-block;
  background: #F8F9FC;
  border-radius: 5px 40px 40px 40px;
  height: 80px;
  width: 80px;
  line-height: 78px;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.single-about-inner .thumb img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.single-about-inner .details p {
  margin-bottom: 0;
}
.single-about-inner:hover .thumb {
  background: var(--main-color);
}
.single-about-inner:hover .thumb img {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}

.accordion-inner .accordion-item {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #E3E3E3;
}
.accordion-inner .accordion-item .accordion-button {
  background: transparent;
  font-size: 20px;
  padding: 22px 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: var(--main-color);
  font-weight: 600;
}
.accordion-inner .accordion-item .accordion-button.collapsed {
  color: var(--heading-color);
}
.accordion-inner .accordion-item .accordion-body {
  padding: 0 0 30px 0;
}
.accordion-inner.accordion-icon-left .accordion-item .accordion-button {
  padding-left: 50px;
}
.accordion-inner.accordion-icon-left .accordion-item .accordion-button:after {
  left: 0;
  position: absolute;
}
.accordion-inner.style-2 .accordion-item .accordion-button.collapsed {
  color: var(--heading-color);
}
.accordion-inner.style-2 .accordion-item .accordion-button.collapsed:after {
  content: "+";
  font-size: 20px;
}
.accordion-inner.style-2 .accordion-item .accordion-button:after {
  content: "-";
  background-image: none !important;
  font-size: 22px;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  width: 30px;
  height: 30px;
  line-height: 24px;
  background: var(--main-color);
  color: #fff;
  text-align: center;
  border-radius: 6px;
}
.accordion-inner.style-3 .accordion-item {
  border: 1px solid #E3E3E3;
  margin-bottom: 20px;
  border-radius: 5px;
  padding: 0 20px;
}
.accordion-inner.style-3 .accordion-item .accordion-button.collapsed {
  color: var(--heading-color);
}
.accordion-inner.style-3 .accordion-item .accordion-button.collapsed:after {
  content: "+";
  font-size: 20px;
}
.accordion-inner.style-3 .accordion-item .accordion-button:after {
  content: "-";
  background-image: none !important;
  font-size: 22px;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  width: 30px;
  height: 30px;
  line-height: 24px;
  background: var(--main-color);
  color: #fff;
  text-align: center;
  border-radius: 6px;
}

.single-progressbar {
  background: #fff;
  border-radius: 0px;
  margin-top: 0px;
}
.single-progressbar h6 {
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 0;
}
.single-progressbar .skill {
  overflow: hidden;
  padding: 40px 0 5px;
  position: relative;
  margin-bottom: 10px;
  margin-top: -30px;
}
.single-progressbar .skill:before {
  width: 100%;
  height: 10px;
  content: "";
  display: block;
  position: absolute;
  background: #F2F2F2;
  border-radius: 10px;
  bottom: 5px;
}
.single-progressbar .skill p {
  position: absolute;
  right: 0;
  top: 0px;
  font-size: 14px;
  font-weight: 700;
  font-family: var(--heading-font);
  color: var(--main-color);
}

.skill-bar {
  width: 100%;
  height: 10px;
  background: var(--main-color);
  display: block;
  position: relative;
  border-radius: 10px;
}
.skill-bar .skill-count1 {
  right: -17px;
  position: absolute;
  top: -30px;
  padding: 3px 0;
  font-size: 14px;
  font-weight: 600;
  font-family: var(--heading-font);
  color: var(--heading-color);
}
.skill-bar .skill-count1 p {
  margin: 0 -3px 0 0;
}

.why-choose-us-list {
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  padding: 25px 25px 25px 70px;
  position: relative;
}
.why-choose-us-list .count {
  height: 60px;
  padding: 0 25px;
  line-height: 60px;
  background: var(--main-color);
  position: absolute;
  left: -37px;
  top: 50%;
  margin-top: -30px;
}
.why-choose-us-list p {
  margin-bottom: 0;
}

/*----------------------------------------------
    # service style
----------------------------------------------*/
.single-service-inner {
  background: #fff;
  padding: 40px 35px;
  margin-bottom: 30px;
  border-radius: 24px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0px 4px 20px rgba(19, 16, 34, 0.06);
          box-shadow: 0px 4px 20px rgba(19, 16, 34, 0.06);
}
.single-service-inner .thumb {
  margin-bottom: 35px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-service-inner .thumb img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-service-inner .details h5 {
  margin-bottom: 20px;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.single-service-inner .details p {
  margin-bottom: 28px;
}
.single-service-inner:hover {
  -webkit-box-shadow: 0px 4px 20px rgba(19, 16, 34, 0.1);
          box-shadow: 0px 4px 20px rgba(19, 16, 34, 0.1);
}
.single-service-inner:hover .thumb img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.single-service-inner.style-3 {
  border-radius: 5px;
  margin-top: 50px;
  padding: 35px;
}
.single-service-inner.style-3 .thumb {
  height: 100px;
  width: 100px;
  line-height: 96px;
  border-radius: 50%;
  border: 1px solid #E3E3E3;
  text-align: center;
  margin-top: -82px;
  background: #fff;
}
.single-service-inner.style-3 .thumb-img {
  margin-top: -76px;
  margin-bottom: 5px;
}
.single-service-inner.style-3 .details h5 {
  font-size: 22px;
}
.single-service-inner.style-3:hover .thumb {
  border: 1px solid var(--main-color);
}
.single-service-inner.style-4 {
  border-radius: 0;
  margin-top: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
}
.single-service-inner.style-4 .thumb {
  border: 0 !important;
}
.single-service-inner.style-4 .thumb img {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}
.single-service-inner.style-4 .details {
  margin: 20px;
  -webkit-box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
          box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
  background: #fff;
  margin-top: -50px;
  position: relative;
  z-index: 2;
  padding: 30px;
  border-bottom: 6px solid var(--heading-color);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.single-service-inner.style-4 .details h5 {
  font-size: 22px;
}
.single-service-inner.style-4 .details .btn {
  padding: 0;
  width: 55px;
  text-align: center;
  margin-bottom: 15px;
  margin-top: -76px;
}
.single-service-inner.style-4 .details .btn svg {
  font-size: 18px;
  margin-top: 19px;
  margin-left: 2px;
  float: initial;
}
.single-service-inner.style-4:hover .thumb {
  border: 1px solid var(--main-color);
}
.single-service-inner.style-4:hover .details {
  border-bottom: 6px solid var(--main-color);
}
.single-service-inner.style-4:hover .details .btn {
  background: var(--main-color);
}

.single-service-inner-2 {
  margin-bottom: 30px;
}
.single-service-inner-2 .thumb {
  background: #F3F4FF;
  border-radius: 20px;
  padding: 30px;
}
.single-service-inner-2 .thumb img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.single-service-inner-2 .details {
  padding: 30px;
  background: #fff;
  margin-top: -100px;
  margin-left: 60px;
  position: relative;
  z-index: 2;
  border-radius: 40px 0 0 0;
}
.single-service-inner-2 .details .icon img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.single-service-inner-2 .details p {
  margin-bottom: 0;
}
.single-service-inner-2:hover .thumb img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.single-service-inner-2:hover .details {
  -webkit-box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
          box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
}
.single-service-inner-2:hover .details .icon img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.single-service-inner-3 {
  background: #fff;
  -webkit-box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
          box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: 30px;
}
.single-service-inner-3 .thumb {
  display: inline-block;
  border-radius: 50%;
  border: 1px solid var(--main-color);
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.single-service-inner-3 .thumb .thumb-inner {
  background: #fff;
  height: 70px;
  width: 70px;
  line-height: 68px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 4px rgba(19, 16, 34, 0.15);
          box-shadow: 0px 0px 4px rgba(19, 16, 34, 0.15);
  margin: 7px;
}
.single-service-inner-3 .details p {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.single-service-inner-3.single-service-inner-3-left {
  padding: 40px 70px 40px 40px;
}
.single-service-inner-3.single-service-inner-3-left .thumb {
  right: -40px;
}
.single-service-inner-3.single-service-inner-3-right {
  padding: 40px 40px 40px 70px;
}
.single-service-inner-3.single-service-inner-3-right .thumb {
  left: -40px;
}
.single-service-inner-3:hover {
  background: var(--main-color);
}
.single-service-inner-3:hover .thumb {
  border: 1px solid #fff;
}
.single-service-inner-3:hover .details h5 {
  color: #fff;
}
.single-service-inner-3:hover .details p {
  color: #fff;
}

.service-middle-section {
  padding: 50px 50px 0 50px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.single-project-inner {
  position: relative;
  border-radius: 10px;
  margin-bottom: 25px;
}
.single-project-inner .details {
  position: absolute;
  left: 50%;
  top: 55%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  color: var(--main-color);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.single-project-inner .details span {
  display: block;
  margin-bottom: 10px;
}
.single-project-inner .details a {
  color: var(--main-color);
}
.single-project-inner:after {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  top: 20px;
  bottom: 20px;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1;
  border-radius: 50px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.single-project-inner:hover .details {
  top: 50%;
  visibility: visible;
  opacity: 1;
}
.single-project-inner:hover:after {
  visibility: visible;
  opacity: 1;
  border-radius: 10px;
}
.single-project-inner.style-2 .details {
  left: 0;
  bottom: -10px;
  top: auto;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
  margin: 25px 25px 20px 25px;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
}
.single-project-inner.style-2 .details a {
  font-size: 20px;
  margin-bottom: 10px;
  display: inline-block;
  margin-top: 12px;
}
.single-project-inner.style-2 .details span {
  display: block;
  margin-bottom: 10px;
  display: inline-block;
  height: 35px;
  width: 35px;
  background: var(--main-color);
  color: #fff;
  line-height: 35px;
  border-radius: 5px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: -17px;
  margin-left: -17px;
}
.single-project-inner.style-2:after {
  display: none;
}
.single-project-inner.style-2:hover .details {
  bottom: 0;
}
.single-project-inner.style-3 {
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 0;
}
.single-project-inner.style-3 img {
  border-radius: 0;
}
.single-project-inner.style-3:after {
  background: rgba(43, 43, 94, 0.9);
  border-radius: 0;
}
.single-project-inner.style-3 .details {
  position: absolute;
  left: 0;
  top: auto;
  bottom: -10px;
  text-align: left;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 20px 30px;
  border-bottom: 65px solid var(--main-color);
}
.single-project-inner.style-3 .details p {
  color: #fff;
}
.single-project-inner.style-3 .details h5 {
  color: #fff;
}
.single-project-inner.style-3 .details .link-wrap {
  margin-bottom: -49px;
}
.single-project-inner.style-3 .details .link-wrap a {
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background: #2B2B5E;
  display: inline-block;
  color: #fff;
}
.single-project-inner.style-3:hover:after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.single-project-inner.style-3:hover .details {
  bottom: 0;
}

.single-work-process-inner {
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
          box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
  margin-bottom: 30px;
  padding: 30px 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
}
.single-work-process-inner .thumb img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.single-work-process-inner .details .process-count {
  color: var(--main-color);
  font-weight: 600;
}
.single-work-process-inner .details h5 {
  font-weight: 700;
}
.single-work-process-inner .details .content {
  margin-bottom: 0;
}
.single-work-process-inner:hover {
  -webkit-box-shadow: 0px 10px 30px rgba(0, 33, 71, 0.08);
          box-shadow: 0px 10px 30px rgba(0, 33, 71, 0.08);
}
.single-work-process-inner:hover .thumb img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.single-work-process-inner.style-2 {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}
.single-work-process-inner.style-2 .line-img {
  position: absolute;
  left: 75%;
  width: 193px;
}
.single-work-process-inner.style-3 {
  margin-bottom: 55px;
  padding: 40px;
  border: 1px solid #E3E3E3;
}
.single-work-process-inner.style-3 .process-count {
  color: var(--paragraph-color);
}
.single-work-process-inner.style-3 .btn {
  margin-bottom: -105px;
}
.single-work-process-inner.style-3:hover {
  border-color: transparent;
  border-left: 1px solid #FF00EA;
  border-right: 1px solid #FF00EA;
}
.single-work-process-inner.style-3:hover .btn {
  background: linear-gradient(56.64deg, #2600FC 0.04%, #FF00EA 99.88%);
  color: #fff;
}

.single-work-process-inner-2 {
  padding: 25px;
  margin-top: -90px;
}
.single-work-process-inner-2 .thumb {
  height: 120px;
  width: 120px;
  line-height: 120px;
  text-align: center;
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
          box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
  display: inline-block;
  position: relative;
  background: #fff;
}
.single-work-process-inner-2 .thumb img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.single-work-process-inner-2 .thumb .process-count {
  height: 30px;
  width: 30px;
  color: #fff;
  background: var(--main-color);
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  position: absolute;
  right: -15px;
  top: 45px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.single-work-process-inner-2 .details p {
  margin-bottom: 0;
}
.single-work-process-inner-2:hover .thumb img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.single-work-process-inner-2:hover .thumb .process-count {
  background: var(--heading-color);
}

.single-work-process-inner-3 {
  padding: 40px;
  padding-top: 0;
}
.single-work-process-inner-3 img {
  border-radius: 50%;
}

.work-process-area-inner-2 .row .col-lg-3:nth-child(2) {
  margin-top: 100px;
}
.work-process-area-inner-2 .row .col-lg-3:nth-child(2) .single-work-process-inner.style-2 .line-img {
  left: 63%;
  top: -97px;
}
.work-process-area-inner-2 .row .col-lg-3:nth-child(4) {
  margin-top: 100px;
}

.single-work-process-inner-4 h5 {
  background: #FFFFFF;
  border: 2px solid #E3E3E3;
  border-radius: 10px 10px 0px 0px;
  padding: 20px 20px 30px 20px;
  margin: 0 20px;
  margin-bottom: -12px;
}
.single-work-process-inner-4 .thumb {
  -webkit-box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
          box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
  padding: 90px 20px;
  background: #fff;
}
.single-work-process-inner-4 .thumb img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.single-work-process-inner-4 .count {
  width: 100px;
  height: 100px;
  line-height: 100px;
  left: 415px;
  top: 5481px;
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  display: inline-block;
  font-size: 24px;
  color: var(--heading-color);
  font-weight: 600;
  margin-top: -55px;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.single-work-process-inner-4:hover .thumb img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.single-work-process-inner-4:hover .count {
  background: var(--main-color);
  color: #fff;
  border-color: var(--main-color);
}

.single-work-process-inner-5 {
  padding: 25px;
  padding-top: 0;
}
.single-work-process-inner-5 .thumb {
  height: 120px;
  width: 120px;
  line-height: 120px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  background: var(--main-color);
}
.single-work-process-inner-5 .thumb img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.single-work-process-inner-5 .thumb .process-count {
  height: 35px;
  width: 35px;
  color: var(--heading-color);
  background: #fff;
  border-radius: 50%;
  line-height: 35px;
  text-align: center;
  position: absolute;
  right: -15px;
  top: 65px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
          box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
  font-weight: 600;
}
.single-work-process-inner-5 .details p {
  margin-bottom: 0;
}
.single-work-process-inner-5:hover .thumb img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.single-work-process-inner-5:hover .thumb .process-count {
  background: var(--main-color);
}

.single-team-inner {
  border: 1px solid #E3E3E3;
  -webkit-box-shadow: 0px 4.4px 20px rgba(19, 16, 34, 0.05);
          box-shadow: 0px 4.4px 20px rgba(19, 16, 34, 0.05);
  border-radius: 22px;
  position: relative;
  margin-bottom: 30px;
}
.single-team-inner .thumb {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
}
.single-team-inner .thumb img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: 0.9s;
  transition: 0.9s;
}
.single-team-inner .thumb .team-social-inner {
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 10px;
}
.single-team-inner .team-social-inner {
  height: 50px;
  padding: 11px 25px 8px;
  background: #fff;
  border-radius: 50px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: inline-block;
}
.single-team-inner .team-social-inner li {
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  font-size: 15px;
  border-right: 1px solid #E3E3E3;
  color: var(--paragraph-color);
}
.single-team-inner .team-social-inner li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
.single-team-inner .details {
  padding: 20px;
}
.single-team-inner .details p {
  margin-bottom: 0;
}
.single-team-inner:hover .thumb img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.single-team-inner:hover .thumb .team-social-inner {
  bottom: 20px;
  visibility: visible;
  opacity: 1;
}
.single-team-inner.style-2 {
  border-radius: 10px;
  border: 0;
}
.single-team-inner.style-2 .thumb {
  border-radius: 10px;
}
.single-team-inner.style-2 .details {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 0 20px 0;
}
.single-team-inner.style-2 .details .details-inner {
  border-radius: 10px 10px 0 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
}
.single-team-inner.style-2 .details h5 {
  color: var(--main-color);
}
.single-team-inner.style-2 .details h5:hover a {
  color: var(--heading-color);
}
.single-team-inner.style-2 .details p {
  color: var(--heading-color);
}
.single-team-inner.style-2 .details .team-social-inner {
  border-radius: 5px;
  height: 40px;
  padding: 6px 15px;
}
.single-team-inner.style-3 {
  border: 0;
}
.single-team-inner.style-3 .thumb {
  background: #fff;
  padding: 30px;
}
.single-team-inner.style-3 .thumb .team-social-inner {
  height: auto;
  padding: 0;
  background: transparent;
  border-radius: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: inline-block;
}
.single-team-inner.style-3 .thumb .team-social-inner li {
  display: inline-block;
  margin-right: 0;
  padding-right: 0;
  font-size: 15px;
  border-right: 0;
  color: #fff;
}
.single-team-inner.style-3 .thumb .team-social-inner li a {
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 4px 4px 0 0;
  display: inline-block;
  background: var(--main-color);
  margin: 0 2px;
  color: #fff !important;
}
.single-team-inner.style-3 .details {
  background: #fff;
  margin: 30px;
  margin-top: -60px;
  position: relative;
  z-index: 2;
  border-radius: 10px;
  padding: 30px;
  -webkit-box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
          box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
}
.single-team-inner.style-3:hover .thumb .team-social-inner {
  bottom: 43px;
}
.single-team-inner.style-4 {
  border: 0;
  border-radius: 0 70px 0 70px;
  overflow: hidden;
}
.single-team-inner.style-4 .thumb {
  background: #fff;
  padding: 0;
}
.single-team-inner.style-4 .thumb .team-social-inner {
  height: auto;
  padding: 0;
  background: transparent;
  border-radius: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 25px;
  width: 50px;
}
.single-team-inner.style-4 .thumb .team-social-inner li {
  display: inline-block;
  margin-right: 0;
  padding-right: 0;
  font-size: 15px;
  border-right: 0;
  color: #fff;
}
.single-team-inner.style-4 .thumb .team-social-inner li a {
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 4px;
  display: inline-block;
  background: var(--main-color);
  margin: 2px;
  color: #fff !important;
}
.single-team-inner.style-4 .details {
  background: #fff;
  position: relative;
  z-index: 2;
  border-radius: 0;
  padding: 30px;
  background: var(--main-color);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  bottom: -20px;
  width: 100%;
}
.single-team-inner.style-4:hover .thumb .team-social-inner {
  left: 43px;
}
.single-team-inner.style-4:hover .details {
  visibility: visible;
  opacity: 1;
  bottom: 0;
}

.team-details-page .thumb {
  background: #f5f3ef;
  padding: 40px 0 40px 0;
  margin-right: 40px;
}
.team-details-page .thumb img {
  width: 100%;
  margin-right: -80px;
}
.team-details-page .social-media li a {
  height: 46px;
  width: 46px;
  line-height: 46px;
  border-radius: 0;
  background: var(--heading-color);
  font-size: 16px;
  color: #fff;
}
.team-details-page .social-media li a:hover {
  background: var(--main-color);
}

/*----------------------------------------------
    # pricing style
----------------------------------------------*/
.single-pricing-inner {
  background: #fff;
  padding: 48px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 4.8px 20px rgba(19, 16, 34, 0.1);
          box-shadow: 0px 4.8px 20px rgba(19, 16, 34, 0.1);
}
.single-pricing-inner h2 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.single-pricing-inner h2 sub {
  font-size: 16px;
  bottom: 1px;
}
.single-pricing-inner h5 {
  margin-bottom: 32px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.single-pricing-inner ul {
  padding: 0;
}
.single-pricing-inner ul li {
  list-style: none;
  color: var(--heading-color);
  margin-bottom: 15px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.single-pricing-inner ul li i,
.single-pricing-inner ul li svg {
  margin-right: 10px;
}
.single-pricing-inner ul li.hide {
  color: var(--paragraph-color);
}
.single-pricing-inner .btn {
  margin-top: 28px;
}
.single-pricing-inner.price-active, .single-pricing-inner:hover {
  background: #F8F9FC;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.single-pricing-inner.price-active .btn, .single-pricing-inner:hover .btn {
  background: var(--main-color);
  border-color: var(--main-color);
  color: #fff !important;
  line-height: 50px;
}
.single-pricing-inner.style-3 {
  border: 1px solid #E3E3E3;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.single-pricing-inner.style-3 h5 {
  background: #F8F9FC;
  padding: 12px 20px;
  display: inline-block;
  margin-bottom: 32px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.single-pricing-inner.style-3.price-active, .single-pricing-inner.style-3:hover {
  background: var(--main-color);
}
.single-pricing-inner.style-3.price-active h2, .single-pricing-inner.style-3:hover h2 {
  color: #fff;
}
.single-pricing-inner.style-3.price-active h5, .single-pricing-inner.style-3:hover h5 {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.single-pricing-inner.style-3.price-active ul, .single-pricing-inner.style-3:hover ul {
  padding: 0;
}
.single-pricing-inner.style-3.price-active ul li, .single-pricing-inner.style-3:hover ul li {
  color: #fff;
}
.single-pricing-inner.style-3.price-active ul li i,
.single-pricing-inner.style-3.price-active ul li svg, .single-pricing-inner.style-3:hover ul li i,
.single-pricing-inner.style-3:hover ul li svg {
  margin-right: 10px;
}
.single-pricing-inner.style-3.price-active ul li.hide, .single-pricing-inner.style-3:hover ul li.hide {
  color: rgba(255, 255, 255, 0.1);
}
.single-pricing-inner.style-3.price-active .btn, .single-pricing-inner.style-3:hover .btn {
  background: #fff;
  color: var(--main-color) !important;
}

.single-case-study-inner {
  margin-bottom: 30px;
  position: relative;
}
.single-case-study-inner .thumb {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.single-case-study-inner .thumb img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: 0.9s;
  transition: 0.9s;
}
.single-case-study-inner .details {
  -webkit-box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
          box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
  padding: 25px 75px 25px 25px;
  margin-left: 50px;
  margin-top: -55px;
  position: relative;
  z-index: 2;
  background: #fff;
  border-radius: 5px 0 5px 5px;
}
.single-case-study-inner .details h5 {
  margin-bottom: 5px;
}
.single-case-study-inner .details .cat {
  color: var(--main-color);
}
.single-case-study-inner .details .right-arrow {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background: rgba(var(--main-color-rgb), 0.1);
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: var(--main-color);
}
.single-case-study-inner .details .right-arrow:hover {
  background: var(--main-color);
  color: #fff;
}
.single-case-study-inner.style-2 .details {
  position: absolute;
  left: 0;
  bottom: 0;
  background: transparent;
  width: 100%;
  margin-left: 0;
}
.single-case-study-inner.style-2 .details h5 {
  color: #fff;
}
.single-case-study-inner.style-2 .details .cat {
  color: #fff;
}
.single-case-study-inner.style-3 .details {
  position: absolute;
  left: 0;
  bottom: 15px;
  background: linear-gradient(56.64deg, #2600FC 0.04%, #FF00EA 99.88%);
  right: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.single-case-study-inner.style-3 .details h5 {
  color: #fff;
}
.single-case-study-inner.style-3 .details .cat {
  color: #fff;
}
.single-case-study-inner.style-3:hover .details {
  visibility: visible;
  opacity: 1;
  bottom: 0;
}
.single-case-study-inner:hover .thumb img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.single-case-study-inner:hover .details .right-arrow {
  background: var(--main-color);
  color: #fff;
}

/*----------------------------------------------
    # content style
----------------------------------------------*/
.single-counter-inner {
  margin-bottom: 30px;
}
.single-counter-inner .thumb img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.single-counter-inner:hover .thumb img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.single-counter-inner.style-2 {
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 5px;
}
.single-counter-inner.style-2 p {
  margin-bottom: 0;
}

.single-contact-list {
  padding: 50px;
  -webkit-box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
          box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 5px;
  margin-bottom: 30px;
  background: #fff;
  border: 1px solid rgba(66, 74, 97, 0.1);
}
.single-contact-list .media-left {
  margin-right: 15px;
}
.single-contact-list .media-body {
  margin-top: -2px;
}
.single-contact-list .media-body h5 {
  margin-bottom: 6px;
}
.single-contact-list .media-body h6 {
  margin-bottom: 0;
}
.single-contact-list:hover {
  -webkit-box-shadow: 0px 10px 30px rgba(0, 33, 71, 0.08);
          box-shadow: 0px 10px 30px rgba(0, 33, 71, 0.08);
}

.client-slider .item {
  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;
  -ms-flex-item-align: center;
      align-self: center;
}
.client-slider .thumb {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.client-slider .thumb img {
  width: auto;
}
.client-slider .owl-nav {
  display: none;
}

.client-border-radius {
  border-radius: 15px 15px 0 0;
}

.saller-area-inner {
  margin: 0 -10px;
  padding-left: 0;
}
.saller-area-inner li {
  list-style: none;
  width: 18.2%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.single-saller-inner {
  border: 1px solid #E3E3E3;
  border-radius: 10px;
  padding: 20px;
  margin: 10px;
}

.inovating-tab .nav-tabs {
  border: 0 !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.inovating-tab .nav-tabs button {
  background: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.07);
  color: #fff !important;
  margin-right: 8px;
  border-radius: 60px !important;
  border: 0 !important;
  padding: 10px 28px 11px;
  margin-bottom: 8px;
}
.inovating-tab .nav-tabs button.active {
  background: var(--main-color) !important;
}

.single-case-study-inner.style-4 .details {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: 25px;
  border-radius: 5px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.single-case-study-inner.style-4 .details .right-arrow {
  border-radius: 5px 0 5px 0;
  background: var(--main-color);
  color: #fff;
}
.single-case-study-inner.style-4:hover .details {
  visibility: visible;
  opacity: 1;
  bottom: 0;
}

.border-radius-30 {
  border-radius: 30px;
}

.fw-400 {
  font-weight: 400;
}

.single-testimonial-inner.style-4 {
  border: 2px solid #263E6B;
  padding: 30px;
  background: transparent;
  position: relative;
  margin-top: 90px;
}
.single-testimonial-inner.style-4 .thumb {
  margin-top: -120px;
  margin-bottom: 15px;
}
.single-testimonial-inner.style-4 .thumb img {
  border-radius: 70px;
}
.single-testimonial-inner.style-4 .icon {
  position: absolute;
  right: 20px;
  bottom: 30px;
}
.single-testimonial-inner.style-4 p {
  font-size: 15px;
}

.single-testimonial-inner {
  -webkit-box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
          box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
  padding: 40px 30px;
  margin: 10px;
  background: #fff;
}
.single-testimonial-inner .designation {
  font-weight: 600;
}
.single-testimonial-inner .icon {
  display: inline-block;
}
.single-testimonial-inner.style-1 {
  margin-bottom: 120px;
  position: relative;
}
.single-testimonial-inner.style-1:after {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #fff;
  bottom: -9px;
  left: 50%;
  margin-left: -10px;
}
.single-testimonial-inner.style-1 .thumb {
  background: #fff;
  -webkit-box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
          box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
  padding: 8px;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  position: absolute;
  bottom: -105px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.single-testimonial-inner.style-1 .thumb img {
  border-radius: 50%;
}
.single-testimonial-inner.style-2 .icon {
  border: 2px solid rgba(var(--main-color-rgb), 0.1);
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  padding: 5px;
  position: relative;
}
.single-testimonial-inner.style-2 .icon:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  background: var(--main-color);
  height: 40px;
  width: 40px;
  border-radius: 50%;
  z-index: 0;
}
.single-testimonial-inner.style-2 .icon img {
  position: relative;
  z-index: 2;
  color: #fff;
  width: auto;
  margin: 0 auto;
  padding-top: 9px;
  -webkit-filter: brightness(10);
          filter: brightness(10);
}
.single-testimonial-inner.style-2 .thumb img {
  width: auto;
  border: 1px solid var(--main-color);
  padding: 5px;
  border-radius: 50%;
}
.single-testimonial-inner.style-2 .ratting-inner {
  font-size: 15px;
}
.single-testimonial-inner.style-2 .ratting-inner svg {
  font-size: 13px;
}
.single-testimonial-inner.style-3 {
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}
.single-testimonial-inner.style-3 img {
  width: auto;
}
.single-testimonial-inner.style-3 .thumb {
  position: relative;
  padding-right: 50px;
}
.single-testimonial-inner.style-3 .thumb .shadow-img {
  background: #fff;
  padding: 35px 20px;
  border-radius: 8px;
}
.single-testimonial-inner.style-3 .thumb .main-img {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 130px;
  border-radius: 8px;
}
.single-testimonial-inner.style-3 .details {
  position: relative;
  padding: 10px;
}
.single-testimonial-inner.style-3 .details .quote {
  position: absolute;
  left: 0;
  top: 0;
}
.single-testimonial-inner.style-3 .details .designation {
  font-weight: 400;
  font-size: 15px;
}
.single-testimonial-inner.style-3 .details h6 {
  color: var(--main-color);
}
.single-testimonial-inner.style-3 .details .ratting-inner {
  font-size: 10px;
}

.testimonial-slider-2 .owl-nav {
  display: none;
}

.testimonial-tab {
  border: 0 !important;
}
.testimonial-tab button {
  border: 2px dashed transparent !important;
  padding: 0;
  height: 140px;
  width: 140px;
  border-radius: 50% !important;
  padding: 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.testimonial-tab button img {
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.testimonial-tab button.active {
  border: 2px dashed var(--main-color) !important;
  padding: 12px;
}

.faq-area-margin-top {
  margin-top: -120px;
}

.case-study-area .animate-img-1 {
  position: absolute;
  bottom: 130px;
  left: 90px;
  width: 50px;
}

.contact-inner-1 {
  margin-top: -120px;
  position: relative;
  z-index: 2;
}
.contact-inner-1 .animate-img-1 {
  position: absolute;
  left: -30px;
  bottom: -30px;
  z-index: -1;
}
.contact-inner-1 .animate-img-2 {
  position: absolute;
  right: -30px;
  bottom: -30px;
}
.contact-inner-1 .section-title {
  background: #fff;
  padding: 50px;
  margin-left: -190px;
  margin-top: 50px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
          box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
}
.contact-inner-1 .section-title .title {
  font-size: 35px;
}

/* Contact section: image fills left column to remove empty space */
.contact-inner-1-row {
  align-items: stretch;
}
.contact-inner-1 .col-lg-8 {
  display: flex;
}
.contact-inner-1-img-wrap {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: flex;
}
.contact-inner-1-img-wrap img {
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
  object-position: center;
}
.contact-inner-1-content {
  height: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.contact-page-list {
  margin-bottom: -110px;
  position: relative;
}

.contact-page-inner {
  padding: 100px;
  border-radius: 10px;
}

.contact-g-map {
  margin-bottom: -100px;
}
.contact-g-map iframe {
  width: 100%;
  height: 550px;
}

.career-wrap-area {
  background: #F8F9FC;
  border-radius: 5px;
}

.career-nav-tab {
  border-bottom: 1px solid #ebebeb !important;
}
.career-nav-tab button {
  border: 0 !important;
  border-right: 1px solid #ebebeb !important;
  background: transparent !important;
  width: 25%;
  font-weight: 600;
  color: var(--heading-color);
  padding: 15px 6px;
}
.career-nav-tab button:last-child {
  border-right: 0 !important;
}
.career-nav-tab button.active {
  color: var(--main-color) !important;
}

.career-wrap {
  padding: 60px;
}

.project-nav-tab {
  border-bottom: 0 !important;
  background: #F8F9FC;
  padding: 5px 15px;
  border-radius: 5px;
}
.project-nav-tab button {
  border: 0 !important;
  background: transparent !important;
  font-weight: 600;
  color: var(--heading-color);
  padding: 5px 15px;
}
.project-nav-tab button:last-child {
  border-right: 0 !important;
}
.project-nav-tab button.active {
  color: var(--heading-color) !important;
}
.project-nav-tab.style-2 {
  background: transparent;
  padding: 0;
  border-radius: 0;
}
.project-nav-tab.style-2 button {
  height: 60px;
  line-height: 60px;
  background: #FFFFFF;
  border: 1px solid #E3E3E3 !important;
  padding: 0 35px;
  border-radius: 4px;
  margin: 0 4px;
}
.project-nav-tab.style-2 button.active {
  background: var(--main-color) !important;
  border: 1px solid var(--main-color) !important;
}

.counter-4-area {
  position: relative;
}
.counter-4-area .counter-4-title {
  background: rgba(255, 255, 255, 0.1);
  display: inline-block;
  padding: 35px 40px;
  color: #fff;
  min-width: 200px;
}

.about-area-margin-bottom {
  position: relative;
  margin-bottom: -120px;
  z-index: 2;
}

.navbar-area-4 {
  position: relative;
  z-index: 2;
  background: #fff;
  padding-left: 328px;
}
.navbar-area-4 .left-bg {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 38.4%;
}
.navbar-area-4 .logo {
  position: relative;
  z-index: 2;
}
.navbar-area-4 .navbar-top {
  position: relative;
}
.navbar-area-4 .navbar-top:after {
  content: "";
  position: absolute;
  left: -20%;
  top: 0;
  background: #F8F9FC;
  height: 100%;
  width: 120%;
  z-index: -1;
}
.navbar-area-4 .navbar-top ul li {
  color: #010D14;
}

.solution-area-style {
  margin-bottom: -150px;
}

.creator-slider .owl-nav {
  display: none;
}

.single-creator-inner {
  background: #F8F9FC;
  border-bottom: 1px solid #E3E3E3;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
}
.single-creator-inner .thumb {
  overflow: hidden;
  border-radius: 10px;
}
.single-creator-inner .thumb img {
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.single-creator-inner .details {
  position: relative;
  padding-top: 25px;
}
.single-creator-inner .details .social-media {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.single-creator-inner .details .social-media li a {
  background: linear-gradient(56.64deg, #2600FC 0.04%, #FF00EA 99.88%);
}
.single-creator-inner:hover {
  border-bottom: 1px solid var(--main-color);
}
.single-creator-inner:hover .thumb img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.single-creator-inner:hover .details .social-media {
  top: -16px;
  visibility: visible;
  opacity: 1;
}
.single-creator-inner.style-2 {
  background: #19164A;
  border-bottom: 0;
}
.single-creator-inner.style-2 .details .social-media {
  top: -47px;
}

.roadmap-line {
  position: relative;
}
.roadmap-line:after {
  content: "";
  position: absolute;
  left: 0;
  top: 17px;
  height: 4px;
  width: 100%;
  border-top: 1px dashed #fff;
  z-index: 0;
}
.roadmap-line:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 80%;
  width: 100%;
  z-index: 0;
  background: #160443;
}
.roadmap-line .single-service-inner {
  position: relative;
  z-index: 2;
  padding: 60px;
  padding-bottom: 0;
  margin-bottom: 20px;
  padding-top: 0;
}

.single-progress-inner .progress {
  height: 12px;
  background: rgba(var(--main-color-rgb), 0.12);
  border-radius: 30px;
}
.single-progress-inner .progress .progress-bar {
  border-radius: 30px;
}

.pie-chart {
  background: radial-gradient(circle closest-side, #050231 0, #050231 43.68%, transparent 43.68%, transparent 84%, #050231 0), conic-gradient(from 42deg, #00D199 0, #00D199 49.4%, #C87B07 0, #C87B07 79.3%, #A92535 0, #A92535 100%);
  position: relative;
  width: 520px;
  min-height: 520px;
  margin: 0 !important;
  display: inline-block;
}

/*----------------------------------------
  ## Search Popup
----------------------------------------*/
.td-search-popup {
  position: fixed;
  inset: 0;
  z-index: 9998;
  pointer-events: none;
}
.td-search-popup.active {
  pointer-events: auto;
}
.td-search-popup.active .search-form {
  visibility: visible;
  opacity: 1;
  width: 40%;
  max-width: 420px;
  z-index: 9999;
}

.td-search-popup .search-form {
  width: 35%;
  max-width: 420px;
  position: fixed;
  top: 50%;
  left: auto;
  right: 40px;
  -webkit-transition: none;
  transition: none;
  visibility: hidden;
  opacity: 0;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
}

.td-search-popup .search-form .form-group .form-control {
  border: none;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 54px;
  padding: 0 75px 0 25px;
  background: #f7f9fb;
}

.td-search-popup .search-form .form-group .form-control:hover,
.td-search-popup .search-form .form-group .form-control:focus,
.td-search-popup .search-form .form-group .form-control:active {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.td-search-popup .search-form .submit-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 54px;
  border: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #ffffff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 0;
  text-align: center;
  cursor: pointer;
  background: var(--main-color);
}

.td-search-popup .search-form .submit-btn:hover,
.td-search-popup .search-form .submit-btn:focus,
.td-search-popup .search-form .submit-btn:active {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.body-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.95);
  z-index: 999;
  content: "";
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress;
}

.body-overlay.active {
  visibility: visible;
  opacity: 0.97;
}

.mfp-zoom-in {
  /* animate in */
  /* animate out */
}

.mfp-zoom-in .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.7;
}

.mfp-zoom-in.mfp-removing .mfp-content {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/************ single-inpur-inner ************/
.single-input-inner {
  margin-bottom: 20px;
}
.single-input-inner input {
  width: 100%;
  height: 50px;
  border: 0 !important;
  padding: 0 18px;
  border-radius: 6px;
  font-weight: 300;
}
.single-input-inner input::-webkit-input-placeholder {
  color: #adadad;
}
.single-input-inner input::-moz-placeholder {
  color: #adadad;
}
.single-input-inner input:-ms-input-placeholder {
  color: #adadad;
}
.single-input-inner input::-ms-input-placeholder {
  color: #adadad;
}
.single-input-inner input::placeholder {
  color: #adadad;
}
.single-input-inner textarea {
  width: 100%;
  border: 0 !important;
  height: 140px;
  border-radius: 6px;
  padding: 14px 18px;
  font-weight: 300;
}
.single-input-inner textarea::-webkit-input-placeholder {
  color: #adadad;
}
.single-input-inner textarea::-moz-placeholder {
  color: #adadad;
}
.single-input-inner textarea:-ms-input-placeholder {
  color: #adadad;
}
.single-input-inner textarea::-ms-input-placeholder {
  color: #adadad;
}
.single-input-inner textarea::placeholder {
  color: #adadad;
}
.single-input-inner .single-select {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: 0 !important;
  border-radius: 6px;
  padding: 0 18px;
  margin-bottom: 20px;
}
.single-input-inner .single-select .list {
  width: 100%;
}
.single-input-inner.style-border input {
  border: 1px solid rgba(234, 225, 214, 0.7) !important;
  background: transparent;
}
.single-input-inner.style-border input::-webkit-input-placeholder {
  color: #adadad;
}
.single-input-inner.style-border input::-moz-placeholder {
  color: #adadad;
}
.single-input-inner.style-border input:-ms-input-placeholder {
  color: #adadad;
}
.single-input-inner.style-border input::-ms-input-placeholder {
  color: #adadad;
}
.single-input-inner.style-border input::placeholder {
  color: #adadad;
}
.single-input-inner.style-border textarea {
  border: 1px solid rgba(234, 225, 214, 0.7) !important;
  background: transparent;
}
.single-input-inner.style-border textarea::-webkit-input-placeholder {
  color: #adadad;
}
.single-input-inner.style-border textarea::-moz-placeholder {
  color: #adadad;
}
.single-input-inner.style-border textarea:-ms-input-placeholder {
  color: #adadad;
}
.single-input-inner.style-border textarea::-ms-input-placeholder {
  color: #adadad;
}
.single-input-inner.style-border textarea::placeholder {
  color: #adadad;
}
.single-input-inner.style-border .single-select {
  border: 1px solid rgba(234, 225, 214, 0.7) !important;
  color: #adadad;
}
.single-input-inner.style-border-bottom input {
  border-bottom: 1px solid rgba(234, 225, 214, 0.7) !important;
  background: transparent;
  padding: 0;
}
.single-input-inner.style-border-bottom input::-webkit-input-placeholder {
  color: #adadad;
}
.single-input-inner.style-border-bottom input::-moz-placeholder {
  color: #adadad;
}
.single-input-inner.style-border-bottom input:-ms-input-placeholder {
  color: #adadad;
}
.single-input-inner.style-border-bottom input::-ms-input-placeholder {
  color: #adadad;
}
.single-input-inner.style-border-bottom input::placeholder {
  color: #adadad;
}
.single-input-inner.style-border-bottom textarea {
  border-bottom: 1px solid rgba(234, 225, 214, 0.7) !important;
}
.single-input-inner.style-border-bottom textarea::-webkit-input-placeholder {
  color: #adadad;
}
.single-input-inner.style-border-bottom textarea::-moz-placeholder {
  color: #adadad;
}
.single-input-inner.style-border-bottom textarea:-ms-input-placeholder {
  color: #adadad;
}
.single-input-inner.style-border-bottom textarea::-ms-input-placeholder {
  color: #adadad;
}
.single-input-inner.style-border-bottom textarea::placeholder {
  color: #adadad;
}
.single-input-inner.style-border-bottom .single-select {
  border-bottom: 1px solid rgba(234, 225, 214, 0.7) !important;
  background: transparent;
  color: #adadad;
}
.single-input-inner.style-bg input {
  background: #F7FAFC;
}
.single-input-inner.style-bg input::-webkit-input-placeholder {
  color: #3F517E;
}
.single-input-inner.style-bg input::-moz-placeholder {
  color: #3F517E;
}
.single-input-inner.style-bg input:-ms-input-placeholder {
  color: #3F517E;
}
.single-input-inner.style-bg input::-ms-input-placeholder {
  color: #3F517E;
}
.single-input-inner.style-bg input::placeholder {
  color: #3F517E;
}
.single-input-inner.style-bg textarea {
  background: #F7FAFC;
}
.single-input-inner.style-bg textarea::-webkit-input-placeholder {
  color: #3F517E;
}
.single-input-inner.style-bg textarea::-moz-placeholder {
  color: #3F517E;
}
.single-input-inner.style-bg textarea:-ms-input-placeholder {
  color: #3F517E;
}
.single-input-inner.style-bg textarea::-ms-input-placeholder {
  color: #3F517E;
}
.single-input-inner.style-bg textarea::placeholder {
  color: #3F517E;
}
.single-input-inner.style-bg .single-select {
  background: #F7FAFC;
  color: #3F517E;
}
.single-input-inner.style-bg-none input {
  background: transparent;
  color: #fff;
}
.single-input-inner.style-bg-none input::-webkit-input-placeholder {
  color: #fff;
}
.single-input-inner.style-bg-none input::-moz-placeholder {
  color: #fff;
}
.single-input-inner.style-bg-none input:-ms-input-placeholder {
  color: #fff;
}
.single-input-inner.style-bg-none input::-ms-input-placeholder {
  color: #fff;
}
.single-input-inner.style-bg-none input::placeholder {
  color: #fff;
}
.single-input-inner.style-bg-none textarea {
  background: transparent;
  color: #fff;
}
.single-input-inner.style-bg-none textarea::-webkit-input-placeholder {
  color: #fff;
}
.single-input-inner.style-bg-none textarea::-moz-placeholder {
  color: #fff;
}
.single-input-inner.style-bg-none textarea:-ms-input-placeholder {
  color: #fff;
}
.single-input-inner.style-bg-none textarea::-ms-input-placeholder {
  color: #fff;
}
.single-input-inner.style-bg-none textarea::placeholder {
  color: #fff;
}
.single-input-inner.style-bg-none .single-select {
  background: transparent;
  color: #fff;
}

.contact-form-inner {
  padding: 0 30px 30px;
  border-radius: 7px;
  overflow: hidden;
  background-size: cover;
}
.contact-form-inner .single-input-inner.style-border-bottom input {
  border-bottom: 1px solid #fff !important;
}
.contact-form-inner .single-input-inner.style-border-bottom input::-webkit-input-placeholder {
  color: #fff;
}
.contact-form-inner .single-input-inner.style-border-bottom input::-moz-placeholder {
  color: #fff;
}
.contact-form-inner .single-input-inner.style-border-bottom input:-ms-input-placeholder {
  color: #fff;
}
.contact-form-inner .single-input-inner.style-border-bottom input::-ms-input-placeholder {
  color: #fff;
}
.contact-form-inner .single-input-inner.style-border-bottom input::placeholder {
  color: #fff;
}

.blog-comment-form textarea {
  background: #FBFBFB;
  border: 1px solid #FBFBFB;
}

/*---------------------------------------------------
	widget styles
----------------------------------------------------*/
.widget-title {
  position: relative;
  font-size: 20px;
}

.td-sidebar .widget {
  margin-bottom: 34px;
  padding: 30px;
  border-radius: 4px;
  border: 1px solid #ededed;
}
.td-sidebar .widget .widget-title {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 8px;
  color: var(--main-color);
}
.td-sidebar .widget .widget-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 3px;
  width: 100%;
  background: #E1E1E1;
}
.td-sidebar .widget .widget-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 3px;
  width: 60px;
  background: var(--main-color);
  z-index: 2;
}
.td-sidebar .widget.widget-recent-post ul li .media {
  -webkit-box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
          box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
  padding: 15px 20px;
  border-radius: 5px;
}

.footer-area .widget-title {
  color: #fff;
}

.td-sidebar-service .widget {
  margin-bottom: 34px;
  padding: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.td-sidebar-service .widget .widget-title:before {
  display: none;
}
.td-sidebar-service .widget .widget-title:after {
  border-bottom: 1px dashed var(--main-color);
  background: transparent;
  width: 156px;
}

.widget_search .search-form {
  position: relative;
  background: #F4F6F9;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #E1E1E1;
}

.widget_search .search-form .form-group {
  margin-bottom: 0;
}

.widget_search .search-form input {
  width: 100%;
  border: 0;
  height: 55px;
  padding: 0 60px 0 22px;
}

.widget_search .search-form input:focus {
  border: 0;
  outline: 0;
}

.widget_search .search-form button {
  position: absolute;
  right: 0;
  border: 0;
  background: var(--main-color);
  cursor: pointer;
  padding: 0 22px;
  top: 0;
  height: 55px;
  color: #fff;
}

.widget_search .search-form button svg,
.widget_search .search-form button i {
  color: #fff;
}

.widget_search .search-form button:active, .widget_search .search-form button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

.widget-recent-post ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 9px;
  padding-bottom: 0;
}

.widget-recent-post ul li {
  margin-bottom: 15px;
}

.widget-recent-post ul li .media {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.widget-recent-post ul li .media .media-left {
  margin-right: 18px;
}

.widget-recent-post ul li .media .media-left img {
  border-radius: 4px;
}

.widget-recent-post ul li .media .media-body .title {
  margin-bottom: 8px;
}

.widget-recent-post ul li .media .media-body .post-info {
  font-size: 13px;
  color: var(--heading-color);
}

.widget-recent-post ul li .media .media-body .post-info span {
  color: #3F517E;
}

.widget-recent-post ul li .media .media-body .post-info svg,
.widget-recent-post ul li .media .media-body .post-info i {
  margin-right: 8px;
  color: var(--main-color);
}

.widget-recent-post ul li:last-child {
  border-bottom: 0 !important;
  padding-bottom: 0;
  margin-bottom: 0;
}

.widget_catagory ul {
  padding-left: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: -5px;
}

.widget_catagory ul li {
  list-style: none;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  padding-bottom: 10px;
}
.widget_catagory ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.widget_catagory ul li a {
  position: relative;
  padding: 10px 15px;
  background: #F8F9FC;
  display: block;
  padding-right: 60px;
  border-radius: 6px;
}
.widget_catagory ul li a span {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border: 1px solid rgba(66, 74, 97, 0.1);
  display: inline-block;
  padding: 10px 18px;
  right: 0;
  border-radius: 6px;
}

.widget_catagory ul li:last-child {
  margin-bottom: 0;
}

.widget_catagory_2 ul {
  padding: 0;
}
.widget_catagory_2 ul li {
  list-style: none;
}
.widget_catagory_2 ul li a {
  border: 1px solid #D1D1D1;
  display: block;
  margin-bottom: 20px;
  padding: 10px 15px;
  border-radius: 5px;
  font-weight: 600;
}
.widget_catagory_2 ul li a i {
  float: right;
  padding-top: 3px;
  font-size: 21px;
}
.widget_catagory_2 ul li a span i {
  float: left;
  margin-right: 10px;
  color: var(--main-color);
  background: #FFE6E2;
  padding: 5px 5px 2px 5px;
  border-radius: 3px;
}
.widget_catagory_2 ul li a:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(var(--brand-orange)), to(var(--main-color2)));
  background-image: linear-gradient(to right, var(--brand-orange), var(--main-color2));
  border: 1px solid var(--main-color);
  color: #fff;
}

.widget_tag_cloud .tagcloud a {
  background: #F4F6F9;
  height: 36px;
  line-height: 34px;
  padding: 0 18px;
  border-radius: 5px;
  display: inline-block;
  margin: 0 5px 9px 0;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #909090;
  border: 1px solid rgba(66, 74, 97, 0.1);
}
.widget_tag_cloud .tagcloud a i {
  float: right;
  padding-top: 5px;
}

.widget_tag_cloud .tagcloud a:hover {
  background: var(--main-color);
  color: #ffffff;
  border-color: var(--main-color);
}

/*********** widget_checkbox_list ************/
.widget_checkbox_list .single-checkbox:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}

.single-checkbox {
  display: block;
  position: relative;
  padding-left: 28px;
  margin-bottom: 7px;
  padding-bottom: 7px;
  cursor: pointer;
  font-size: 16px;
  color: var(--heading-color);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom: 1px solid #E3E3E3;
}
.single-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.single-checkbox input:checked ~ .checkmark {
  background-color: var(--main-color);
}
.single-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.single-checkbox .checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #EAE1D6;
}
.single-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/******** widget-video-inner *********/
.widget-video-inner {
  border-radius: 5px;
}
.widget-video-inner .thumb {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
}
.widget-video-inner .thumb:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}
.widget-video-inner .thumb .video-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  line-height: 52px;
  z-index: 1;
}
.widget-video-inner .thumb .video-btn i {
  font-size: 18px;
}
.widget-video-inner .thumb .video-btn:after {
  width: 70px;
  height: 70px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.widget-video-inner .details {
  margin-top: 10px;
}
.widget-video-inner .details ul {
  padding: 0;
  margin: 0;
}
.widget-video-inner .details ul li {
  list-style: none;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border-bottom: 1px dashed #E3E3E3;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.widget-video-inner .details ul li:last-child {
  border-bottom: 0;
}
.widget-video-inner .details ul li i {
  color: var(--main-color);
  margin-right: 7px;
}
.widget-video-inner .details ul li span {
  margin-right: auto;
  font-weight: 500;
  color: var(--heading-color);
}

/******** widget-contact *********/
.widget_contact .details {
  padding: 0;
}
.widget_contact .details li {
  margin-bottom: 10px;
  position: relative;
  list-style: none;
}
.widget_contact .details li i {
  margin-right: 14px;
  color: var(--main-color);
}
.widget_contact .details li svg {
  margin-right: 14px;
  color: var(--main-color);
}
.widget_contact .details li:last-child {
  margin-bottom: 0;
}
.widget_contact .details li .time {
  font-size: 12px;
  margin-top: 3px;
}
.widget_contact .social-media li a {
  border: 1px solid var(--paragraph-color);
  background: transparent;
  line-height: 28px;
}
.widget_contact .social-media li a svg {
  margin-right: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.widget_contact .social-media li a:hover {
  background: var(--main-color);
  border: 1px solid var(--main-color);
}
.widget_contact .social-media li a:hover svg {
  color: #fff !important;
}

.widget_instagram .instagram-wrap {
  margin: 0 10px;
}
.widget_instagram .instagram-wrap .thumb {
  margin-bottom: 10px;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
}
.widget_instagram .instagram-wrap .thumb img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: 0.9s;
  transition: 0.9s;
}
.widget_instagram .instagram-wrap .thumb:after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.widget_instagram .instagram-wrap .thumb i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  background: rgba(253, 74, 54, 0.7);
  display: inline-block;
  z-index: 3;
  color: #fff;
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.widget_instagram .instagram-wrap .thumb:hover:after {
  visibility: visible;
  opacity: 1;
}
.widget_instagram .instagram-wrap .thumb:hover i {
  visibility: visible;
  opacity: 1;
}
.widget_instagram .instagram-wrap .thumb:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.widget_author {
  padding: 50px 30px !important;
}
.widget_author .thumb {
  margin-bottom: 20px;
}
.widget_author .thumb img {
  border-radius: 50%;
  max-width: 180px;
  max-height: 180px;
}
.widget_author .details h5 {
  margin-bottom: 15px;
}
.widget_author .details h6 {
  margin-bottom: 30px;
}
.widget_author .details .social-media li a {
  background: #F8F9FC;
  color: var(--main-color);
  height: 45px;
  width: 45px;
  line-height: 45px;
  font-size: 15px;
}
.widget_author .details .social-media li a:hover {
  background: var(--main-color);
  color: #fff;
}

.widget-info-inner h6 {
  margin-bottom: 4px;
}
.widget-info-inner p {
  margin-bottom: 15px;
}
.widget-info-inner p:last-child {
  margin-bottom: 0;
}

.service-sidebar .widget {
  background: #F8F9FC;
  border: 0;
}
.service-sidebar .widget .widget-title {
  padding-bottom: 0;
}
.service-sidebar .widget .widget-title svg {
  margin-top: 6px;
  float: left;
  margin-right: 10px;
  font-size: 15px;
}
.service-sidebar .widget .widget-title:before, .service-sidebar .widget .widget-title:after {
  display: none;
}
.service-sidebar .widget_catagory .catagory-items {
  border-top: 1px solid #E5E5E5;
}
.service-sidebar .widget_catagory .catagory-items li {
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 0;
}
.service-sidebar .widget_author {
  padding: 0 !important;
  background: transparent;
}
.service-sidebar .widget_author .thumb img {
  border-radius: 5px;
  max-width: 100%;
  max-height: 100%;
}
.service-sidebar .widget_author .details {
  margin-top: -49px;
  padding: 0;
}
.service-sidebar .widget_download ul {
  padding: 8px 0;
  background: #fff;
  border-radius: 5px;
}
.service-sidebar .widget_download ul li {
  list-style: none;
}
.service-sidebar .widget_download ul li a {
  padding: 10px 18px;
  display: block;
}
.service-sidebar .widget_download ul li a svg {
  height: 30px;
  width: 30px;
  background: rgba(var(--main-color-rgb), 0.1);
  color: var(--main-color);
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  padding: 8px;
  float: right;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.service-sidebar .widget_download ul li a:hover svg {
  background: var(--main-color);
  color: #fff;
}

/*------------------------------------------------
    blog style
------------------------------------------------*/
.single-blog-inner {
  margin-bottom: 50px;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.single-blog-inner .thumb {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 10px;
}
.single-blog-inner .thumb .date {
  height: 94px;
  width: 84px;
  background: var(--main-color);
  position: absolute;
  left: 20px;
  top: 20px;
  border-radius: 5px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  padding: 15px;
  padding-top: 22px;
}
.single-blog-inner .thumb img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: 0.9s;
  transition: 0.9s;
}
.single-blog-inner .blog-meta {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}
.single-blog-inner .blog-meta li {
  display: inline-block;
  margin-right: 15px;
  color: #8A8A8A;
  font-size: 14px;
}
.single-blog-inner .blog-meta li i {
  margin-right: 4px;
  color: var(--main-color);
}
.single-blog-inner .blog-meta li svg {
  margin-right: 4px;
  color: var(--main-color);
}
.single-blog-inner .blog-meta li:last-child {
  margin-right: 0;
}
.single-blog-inner .details h2 {
  margin-bottom: 3px;
}
.single-blog-inner .details h2:hover a {
  color: var(--main-color);
}
.single-blog-inner .details .title {
  margin-bottom: 17px;
}
.single-blog-inner .details p {
  margin-bottom: 16px;
}
.single-blog-inner .details .read-more-text {
  font-weight: 600;
}
.single-blog-inner .portfolio-details {
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--main-color);
  border-radius: 0 30px 0 0;
  overflow: hidden;
}
.single-blog-inner .portfolio-details h5 {
  padding: 10px 30px;
  background: var(--heading-color);
  color: #fff;
}
.single-blog-inner .portfolio-details p {
  margin-bottom: 4px;
  color: #fff;
  border-bottom: 1px dashed #fff;
  padding: 5px 30px 7px 30px;
}
.single-blog-inner .portfolio-details p:last-child {
  border-bottom: 0;
}
.single-blog-inner .portfolio-details strong {
  min-width: 95px;
  display: inline-block;
  color: #fff;
}
.single-blog-inner:hover .thumb img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.single-blog-list {
  border-radius: 6px;
  -webkit-box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
          box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
  margin-bottom: 30px;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.single-blog-list .thumb {
  overflow: hidden;
  position: relative;
}
.single-blog-list .thumb img {
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.single-blog-list .thumb .date {
  position: absolute;
  right: 0;
  top: 25px;
  background: #fff;
  padding: 9px 18px;
  border-radius: 5px 0 0 5px;
  border-left: 3px solid var(--main-color);
  color: var(--heading-color);
  font-weight: 600;
}
.single-blog-list .thumb .date-2 {
  background: var(--main-color);
  padding: 9px 20px;
  border-radius: 7px;
  color: #fff;
  position: absolute;
  right: 15px;
  top: 15px;
}
.single-blog-list .details {
  padding: 25px 30px;
  position: relative;
}
.single-blog-list .details .cat {
  position: absolute;
  right: 0;
  top: -24px;
  background: var(--main-color);
  padding: 9px 18px;
  border-radius: 5px 0 0 5px;
  color: #fff;
}
.single-blog-list .details .blog-meta li {
  list-style: none;
  display: inline-block;
  margin-right: 12px;
  font-size: 12px;
}
.single-blog-list .details .blog-meta li svg {
  color: var(--main-color);
  margin-right: 4px;
}
.single-blog-list .details p {
  font-weight: 500;
}
.single-blog-list .details p i,
.single-blog-list .details p svg {
  margin-right: 10px;
}
.single-blog-list .details h5 {
  margin-bottom: 0;
}
.single-blog-list .details .meta {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid #ededed;
}
.single-blog-list .details .meta p {
  margin-bottom: 0;
}
.single-blog-list:hover {
  -webkit-box-shadow: 0px 10px 30px rgba(0, 33, 71, 0.08);
          box-shadow: 0px 10px 30px rgba(0, 33, 71, 0.08);
}
.single-blog-list:hover .thumb img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.single-blog-list.style-2 .thumb img {
  border-radius: 5px;
}
.single-blog-list.style-2 .details .blog-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F8F9FC;
  padding: 10px;
  border-radius: 6px 0 0 6px;
  margin-right: -30px;
  margin-left: 50px;
  margin-top: -64px;
  z-index: 2;
  position: relative;
}
.single-blog-list.style-2 .details .blog-meta .date {
  height: 50px;
  width: 50px;
  border-radius: 5px;
  background: var(--main-color);
  color: #fff;
  text-align: center;
  padding: 8px;
  line-height: 1.4;
}
.single-blog-list.style-3 .thumb img {
  border-radius: 5px;
}
.single-blog-list.style-3 .details .blog-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--main-color);
  padding: 10px;
  border-radius: 6px;
  margin-right: 48px;
  margin-top: -54px;
  z-index: 2;
  position: relative;
}
.single-blog-list.style-3 .details .blog-meta li {
  color: #fff;
}
.single-blog-list.style-3 .details .blog-meta li svg {
  color: #fff;
}
.single-blog-list.style-3 .details .blog-meta li span {
  border-radius: 50%;
  border: 1px solid #fff;
  padding: 3px;
  display: inline-block;
  height: 30px;
  width: 30px;
  margin-right: 3px;
}
.single-blog-list.style-3 .details .blog-meta li span img {
  border-radius: 50%;
}
.single-blog-list.style-3 .details .blog-meta .date {
  height: 50px;
  width: 50px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  padding: 8px;
  line-height: 1.4;
}
.single-blog-list.style-3 .details .btn-wrap {
  position: relative;
}
.single-blog-list.style-3 .details .btn-wrap .read-more-text {
  background: #fff;
  z-index: 2;
  position: relative;
  padding-left: 5px;
}
.single-blog-list.style-3 .details .btn-wrap .read-more-text svg {
  background: #fff;
}
.single-blog-list.style-3 .details .btn-wrap:after {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  height: 1px;
  width: 100%;
  background: #ccc;
  opacity: 1;
  visibility: visible;
}

/************ page navigation ************/
.pagination {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 10px 0 0 0;
}
.pagination .prev,
.pagination .next {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.pagination .page-numbers {
  height: 40px;
  width: 40px;
  margin-right: 8px;
  border: 0;
  border-radius: 5px;
  background: #F8F9FC;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: block;
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 700;
}
.pagination .page-numbers:active, .pagination .page-numbers:focus, .pagination .page-numbers:hover {
  background: var(--main-color);
  color: #fff;
}
.pagination .page-numbers.current {
  background: var(--main-color);
  color: #FFF;
}

/******** blog-details-page-content ***********/
.blog-details-page-content .single-blog-inner {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.blog-details-page-content blockquote {
  background: #fff;
  padding: 30px 40px;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
  border: 1px solid rgba(66, 74, 97, 0.1);
  text-align: center;
}
.blog-details-page-content blockquote p {
  margin-bottom: 0 !important;
  text-align: left;
}
.blog-details-page-content blockquote svg {
  height: 50px;
  width: 50px !important;
  line-height: 50px;
  padding: 15px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  color: #fff;
  background: var(--main-color);
  margin-bottom: 15px;
}
.blog-details-page-content blockquote .name {
  position: relative;
  padding-left: 40px;
  margin-top: 15px;
  text-align: left;
}
.blog-details-page-content blockquote .name:after {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 28px;
  height: 3px;
  background: var(--main-color);
}

/*********** tag-and-share ************/
.tag-and-share {
  margin-top: 20px;
  border-bottom: 1px solid #E5E5E5;
  padding: 15px 0;
}
.tag-and-share .tags a {
  height: 30px;
  line-height: 29px;
  padding: 0 12px;
  background: #F2F5F6;
  display: inline-block;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 600;
  color: #757575;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid rgba(66, 74, 97, 0.1);
}
.tag-and-share .tags a:hover {
  background: var(--main-color);
  color: #fff;
  border-color: var(--main-color);
}
.tag-and-share strong {
  color: var(--heading-color);
  margin-right: 6px;
  font-size: 20px;
}
.tag-and-share .blog-share ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.tag-and-share .blog-share ul li {
  display: inline-block;
  list-style: none;
  margin-right: 10px;
  color: var(--heading-color);
}
.tag-and-share .blog-share ul li:last-child {
  margin-right: 0;
}

/****** prev-next-post ******/
.prev-next-post {
  padding: 20px;
  margin-top: 50px;
  border: 1px solid #ededed;
  border-radius: 5px;
}
.prev-next-post .btn {
  height: 50px;
  width: 50px;
  line-height: 50px;
  padding: 0;
  text-align: center;
  display: inline-block;
}
.prev-next-post .btn svg {
  font-size: 12px;
  margin-top: 0;
  margin-left: 0;
  float: initial;
}

.blog-comment-form {
  padding-top: 30px;
}
.blog-comment-form h3 {
  position: relative;
  margin-bottom: 32px;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.blog-comment {
  position: relative;
  margin-top: 40px;
}

.blog-comment .comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-comment .comment-list ul.children {
  margin: 0;
  list-style: none;
  padding-left: 65px;
}

.blog-comment .comment-box {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid var(--aivons-light, #f2f4f8);
}

.blog-comment .comment {
  position: relative;
  min-height: 90px;
}

.blog-comment .comment-box .author-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-bottom: 20px;
  overflow: hidden;
}

.blog-comment .comment-box .author-thumb img {
  width: 90px;
  height: 90px;
  display: block;
  border-radius: 50%;
}

.blog-comment .comment-box .info {
  position: relative;
  margin-bottom: 25px;
  line-height: 24px;
}

.blog-comment .comment-box .info .name {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  color: var(--aivons-black, #0f0d1d);
  text-transform: uppercase;
}

.blog-comment .comment-box .info .date {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: var(--main-color);
}

.blog-comment .comment-box .text {
  position: relative;
  display: block;
  color: var(--aivons-gray, #726f84);
  font-weight: 300;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}

.blog-comment .comment-box .reply-btn {
  position: relative;
  display: block;
}

.blog-comment .comment-box .theme-btn .btn-title {
  padding: 6px 30px 4px;
  line-height: 30px;
}

.blog-comment .comment-body .says {
  display: none;
}

.blog-comment .comment-body {
  position: relative;
  padding-left: 100px;
  margin-bottom: 30px;
}

.blog-comment .pingback .comment-body,
.blog-comment .trackback .comment-body {
  padding-left: 0;
}

.blog-comment .comment-body .avatar {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  height: 85px;
  width: 85px;
}

.blog-comment .fn a,
.blog-comment .fn {
  position: relative;
  display: block;
  font-size: 18px;
  color: var(--heading-color);
  text-decoration: none;
  line-height: 1;
}

.blog-comment .comment-body .comment-metadata {
  margin-bottom: 13px;
}

.blog-comment .comment-body .comment-metadata a {
  position: relative;
  display: inline-block;
  font-size: 12px;
  text-decoration: none;
}

.blog-comment .comment-body .comment-metadata a:hover {
  color: var(--aivons-black, #0f0d1d);
}

.blog-comment .comment-body .comment-metadata .edit-link a::before {
  content: ".";
  margin-left: 8px;
  margin-right: 10px;
}

.blog-comment .comment-content p {
  position: relative;
  display: block;
  color: var(--aivons-gray, #726f84);
  font-weight: 300;
  line-height: 1.5em;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 2em;
  font-family: var(--aivons-font, "Jost", sans-serif);
  letter-spacing: 0;
  font-weight: 500;
}

.blog-comment .comment-content table a {
  color: var(--main-color);
  text-decoration: none;
}

.blog-comment .comment-content {
  font-weight: 500;
}

.blog-comment .comment-content table a {
  color: var(--aivons-black, #0f0d1d);
}

.blog-comment .comment-content table a:hover {
  color: var(--main-color);
}

.blog-comment .comment-content p:last-of-type {
  margin-bottom: 0;
}

.blog-comment .reply a {
  position: relative;
  background-color: var(--main-color);
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  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;
  text-align: center;
  text-decoration: none;
  height: 30px;
  line-height: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-top: 40px;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  padding: 0 18px;
  border-radius: 30px;
  text-transform: capitalize;
}

.blog-admin {
  background: #F8F9FC;
  padding: 30px;
  border-radius: 5px;
}
.blog-admin p {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .blog-comment .reply a {
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.blog-comment .reply a:hover {
  background-color: var(--aivons-black, #0f0d1d);
  color: #ffffff;
}

.blog-comment .blog-pagination a,
.blog-comment .blog-pagination span {
  margin-bottom: 45px;
}

.comment-respond .blog-details__content-title {
  margin-bottom: 50px;
}

.reply-form .logged-in-as {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--main-color);
  margin-left: -10px;
  margin-top: -40px;
  margin-bottom: 20px;
}

.reply-form .logged-in-as a {
  text-decoration: none;
  margin-left: 10px;
  margin-right: 10px;
}

.comment-form__title small {
  font-size: 20px;
}

.comment-form__title small a {
  text-decoration: none;
  color: var(--main-color);
  text-decoration: underline;
}

.comment-form__title small a:hover {
  color: var(--aivons-black, #0f0d1d);
  opacity: 0.5;
}

.comment-list .comment-respond {
  margin-bottom: 30px;
}

.reply-form .form-submit {
  margin-bottom: 0;
}

.comment-list .reply-form .form-submit {
  margin-bottom: 30px;
}

/*--------------------------------------------------
    ##Footer style
---------------------------------------------------*/
.footer-area {
  position: relative;
  margin-top: 90px;
}
.footer-area:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: var(--brand-dark);
  z-index: -1;
}
.footer-area .widget {
  position: relative;
  z-index: 2;
  margin-bottom: 70px;
}
.footer-area .widget-title {
  margin-bottom: 30px;
  position: relative;
}
.footer-area .widget_about .thumb {
  margin-bottom: 20px;
}
.footer-area .widget_about .thumb img {
  max-width: 150px;
}
.footer-area .widget_about .details p {
  margin-bottom: 0;
  color: #fff;
}
.footer-area .widget_about .details p svg {
  color: var(--main-color);
  margin-right: 10px;
}
.footer-area .widget_about .details p + p {
  font-weight: 500;
}
.footer-area .widget_about .details .social-media {
  margin-top: 26px;
}
.footer-area .widget_about .details .social-media li a:hover {
  background: var(--main-color);
  color: #fff;
}
.footer-area .widget_about .subscribe {
  position: relative;
}
.footer-area .widget_about .subscribe input {
  width: 100%;
  height: 44px;
  padding: 0 50px 0 15px;
  border-radius: 5px;
  border: 1px solid #E3E3E3;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}
.footer-area .widget_about .subscribe button {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 5px 5px 0;
  height: 44px;
  width: 40px;
  border: 0;
  background: var(--main-color);
  color: #fff;
  font-size: 15px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.footer-area .widget_about .subscribe button:hover {
  background: var(--main-color);
}
.footer-area .widget_nav_menu ul {
  margin: 0;
  padding: 0;
}
.footer-area .widget_nav_menu ul li {
  list-style: none;
  margin-bottom: 7px;
  position: relative;
  color: #fff;
  position: relative;
}
.footer-area .widget_nav_menu ul li svg {
  margin-right: 8px;
  color: var(--brand-blue-light);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.footer-area .widget_nav_menu ul li:hover svg {
  color: var(--main-color);
}
.footer-area .widget_subscribe .single-input-inner {
  position: relative;
}
.footer-area .widget_subscribe .single-input-inner input {
  padding-right: 40px;
}
.footer-area .widget_subscribe button {
  padding: 0;
  border: 0;
  position: absolute;
  right: 15px;
  top: 10px;
  background: transparent;
  color: var(--main-color);
}
.footer-area .widget_subscribe label {
  color: #fff;
  position: relative;
  padding-left: 22px;
}
.footer-area .widget_subscribe label input {
  position: absolute;
  left: 0;
  top: 7px;
}
.footer-area .widget-recent-post ul li .media .media-body .title {
  color: #fff;
}
.footer-area .widget-recent-post ul li .media .media-body .post-info span {
  color: #fff;
}

.footer-top {
  padding-top: 55px;
  padding-bottom: 90px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 23px 0;
  position: relative;
  z-index: 2;
}
.footer-bottom p {
  margin-bottom: 0;
  color: #fff;
}
.footer-bottom a {
  margin-right: 10px;
  color: #fff;
}
.footer-bottom a:last-child {
  margin-right: 0;
}

.footer-subscribe {
  -webkit-transform: translateY(-90px);
      -ms-transform: translateY(-90px);
          transform: translateY(-90px);
}
.footer-subscribe .footer-subscribe-inner {
  border-radius: 10px;
  padding: 40px;
  position: relative;
}
.footer-subscribe .footer-subscribe-inner h2 {
  color: #fff;
}
.footer-subscribe .footer-subscribe-inner input {
  height: 55px;
  padding: 0 150px 0 20px;
  color: var(--heading-color);
  width: 100%;
  border: 0;
}
.footer-subscribe .footer-subscribe-inner .btn {
  position: absolute;
  right: 30px;
}
.footer-subscribe .footer-subscribe-inner.style-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin-top: -90px;
  border-radius: 0;
}
.footer-subscribe .footer-subscribe-inner.style-2 .media {
  width: 340px;
  padding: 30px;
}
.footer-subscribe .footer-subscribe-inner.style-2 p {
  font-size: 13px;
}
.footer-subscribe .footer-subscribe-inner.style-2 input {
  padding: 0 18px;
}
.footer-subscribe .footer-subscribe-inner.style-2 .btn {
  position: relative;
  right: auto;
}
.footer-subscribe .footer-subscribe-inner.style-2 .row {
  padding: 20px 30px;
}
.footer-subscribe .footer-subscribe-inner.style-3 {
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  background: #160443;
}
.footer-subscribe .footer-subscribe-inner.style-3 input {
  border: 1px solid #423467;
  border-radius: 45px;
  background: transparent;
  height: 67px;
  color: #fff;
}
.footer-subscribe .footer-subscribe-inner.style-3 .btn {
  right: 45px;
  margin-top: 6px;
  border-radius: 60px;
}

.footer-area-2 .widget-title {
  color: var(--heading-color) !important;
}
.footer-area-2 p {
  color: var(--heading-color) !important;
}
.footer-area-2 a {
  color: var(--paragraph-color) !important;
}
.footer-area-2 a svg {
  color: var(--paragraph-color) !important;
}
.footer-area-2 a:hover {
  color: var(--main-color) !important;
}
.footer-area-2 .widget_about {
  background: #fff;
  padding: 25px;
}
.footer-area-2 .footer-bottom {
  border-top: 1px solid #e3e3e3;
}

/*--------------------------------------------------
    ##new home styles
---------------------------------------------------*/
.home-14 .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.home-14 .social a {
  font-size: 18px;
  color: white;
  line-height: 1;
}
.home-14 .social a:hover {
  color: var(--main-color);
}
.home-14 .topbar {
  background-color: #101a29;
  padding-block: 14px;
}
.home-14 .topbar .topbar__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0px;
  padding: 0px;
}
.home-14 .topbar .topbar__list li {
  line-height: 0px;
  list-style-type: none;
}
.home-14 .topbar .topbar__list li:nth-of-type(1) {
  text-transform: capitalize;
}
.home-14 .topbar .topbar__list li:nth-of-type(1):hover {
  color: white;
}
.home-14 .topbar .topbar__list li:nth-of-type(1) a {
  text-transform: capitalize;
  text-decoration: underline;
}
.home-14 .topbar .topbar__list li:nth-of-type(1) i {
  font-size: 18px;
  margin-bottom: -2px;
}
.home-14 .topbar .topbar__list a,
.home-14 .topbar .topbar__list li {
  font-size: 14px;
  line-height: 1;
  color: white;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  text-transform: lowercase;
}
.home-14 .topbar .topbar__list a i,
.home-14 .topbar .topbar__list li i {
  color: var(--main-color);
}
.home-14 .topbar .topbar__list a svg,
.home-14 .topbar .topbar__list li svg {
  margin-bottom: -3px;
}
.home-14 .topbar .topbar__list a svg path,
.home-14 .topbar .topbar__list li svg path {
  fill: var(--main-color);
}
.home-14 .topbar .topbar__list a:hover,
.home-14 .topbar .topbar__list li:hover {
  color: var(--main-color);
}
.home-14 .topbar .topbar__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.home-14 .topbar .select {
  background-color: transparent;
  border-radius: 0px;
  border: 0px;
  padding: 0px;
  -webkit-padding-end: 16px;
          padding-inline-end: 16px;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
}
.home-14 .topbar .select .option {
  padding-inline: 18px !important;
}
.home-14 .topbar .select::after {
  right: unset;
  inset-inline-end: 0px !important;
  width: 7px;
  height: 7px;
  border-color: white;
  margin-top: -5px;
}
.home-14 .topbar .select .option,
.home-14 .topbar .select .current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-size: 15px;
  line-height: 0px;
}
.home-14 .topbar .select .option span,
.home-14 .topbar .select .option i,
.home-14 .topbar .select .current span,
.home-14 .topbar .select .current i {
  width: 30px;
  height: 20px;
}
.home-14 .topbar .select .current {
  color: white;
  line-height: 1;
}
.home-14 .topbar .select .list {
  padding: 12px 0px;
}
.home-14 .navbar {
  overflow-x: clip;
}
.home-14 .country-select .current i {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 25px;
  height: 25px;
  border: 4px solid rgba(88, 88, 88, 0.92);
  border-radius: 50%;
}
.home-14 .sub-title {
  color: white;
  background-color: var(--main-color);
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.home-14 .title {
  text-transform: capitalize;
  font-weight: 400;
  color: #150E3D;
}
.home-14 .title span {
  font-weight: 700;
  color: #150E3D;
}
.home-14 .banner-14 {
  z-index: 1;
  overflow: hidden;
}
.home-14 .banner-14 .subtitle {
  color: #150E3D;
  background-color: white;
}
.home-14 .banner-14 .banner-14-thumb {
  position: absolute;
  bottom: 0px;
  inset-inline-end: 8vw;
}
.home-14 .banner-14 .banner-14-thumb img {
  max-width: 15vw;
  min-width: 100px;
  -webkit-animation: move 6s ease-in-out infinite;
          animation: move 6s ease-in-out infinite;
}
.home-14 .banner-14 .banner-13-thumb-sm {
  position: absolute;
  top: 0px;
  right: -3.4vw;
  z-index: -1;
}
.home-14 .banner-14 .triangle,
.home-14 .banner-14 .fig,
.home-14 .banner-14 .sketch {
  position: absolute;
  -webkit-animation: move 4s ease-in-out infinite;
          animation: move 4s ease-in-out infinite;
  z-index: -1;
  max-width: 8vw;
  min-width: 30px;
}
.home-14 .banner-14 .triangle {
  top: 150px;
  inset-inline-end: 30vw;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.home-14 .banner-14 .fig {
  bottom: 100px;
  inset-inline-end: 8vw;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.home-14 .banner-14 .sketch {
  top: 80px;
  inset-inline-end: 8vw;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.home-14 .partner-14 {
  padding-top: 120px;
}
.home-14 .partner-14 .partner__slider-single {
  text-align: center;
}
.home-14 .partner-14 .partner__slider-single img {
  width: auto;
  display: inline-block;
}
.home-14 .partner-14 .partner__inner {
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(217, 217, 217, 0.56);
}
.home-14 .partner-14 .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-14 .partner-14 .owl-nav {
  display: none;
}
.home-14 .about-area .single-about-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}
.home-14 .about-area .single-about-inner .thumb {
  min-width: 80px;
  margin: 0px !important;
}
.home-14 .about-area .about-area-on {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
}
.home-14 .about-area .about-area-on p {
  padding: 12px 16px;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  color: #FFB545;
}
.home-14 .about-area .about-area-on p i {
  font-size: 20px;
  color: #FFB545;
}
.home-14 .about-area .about-area-on p::before {
  content: "";
  position: absolute;
  inset: 0px;
  border-radius: 30px;
  opacity: 0.2;
  background: -webkit-gradient(linear, left top, right top, color-stop(2.18%, #FFB545), color-stop(99.77%, rgba(255, 181, 69, 0)));
  background: linear-gradient(90deg, #FFB545 2.18%, rgba(255, 181, 69, 0) 99.77%);
  z-index: -1;
}
.home-14 .about-area .about-area-on .about-si:nth-last-of-type(1) p {
  color: var(--main-color);
}
.home-14 .about-area .about-area-on .about-si:nth-last-of-type(1) p i {
  color: var(--main-color);
}
.home-14 .about-area .about-area-on .about-si:nth-last-of-type(1) p::before {
  border-radius: 30px;
  opacity: 0.2;
  background: -webkit-gradient(linear, left top, right top, color-stop(2.18%, #625FFB), color-stop(99.77%, rgba(98, 95, 251, 0)));
  background: linear-gradient(90deg, #625FFB 2.18%, rgba(98, 95, 251, 0) 99.77%);
}
.home-14 .about-area .ac-5 {
  right: 80px;
  left: unset;
  top: -20px;
}
.home-14 .about-area .ac-6 {
  left: -160px;
  top: 160px;
}
.home-14 .about-area .about-area-of {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  row-gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.home-14 .about-area .tr-g {
  row-gap: 24px;
}
.home-14 .about-area .img-gp-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}
.home-14 .about-area .img-gp-wrap img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin-left: -12px;
}
.home-14 .about-area .img-gp-wrap img:nth-of-type(1) {
  margin-left: 0px;
}
.home-14 .about-area .img-gp-wrap h5 {
  font-weight: 700;
  color: var(--main-color);
  margin: 0px !important;
}
.home-14 .about-area .area-right p {
  font-weight: 500;
  letter-spacing: 1.3px;
  color: #150E3D;
}
.home-14 .service-area .single-service-inner {
  padding: 80px 40px;
  position: relative;
  z-index: 1;
}
.home-14 .service-area .single-service-inner:hover {
  background-color: var(--main-color);
}
.home-14 .service-area .single-service-inner:hover circle {
  stroke: white;
}
.home-14 .service-area .single-service-inner:hover path {
  fill: white;
}
.home-14 .service-area .single-service-inner:hover a,
.home-14 .service-area .single-service-inner:hover p {
  color: white;
}
.home-14 .service-area .single-service-inner:hover img {
  -webkit-filter: brightness(0) saturate(100%) invert(99%) sepia(43%) saturate(582%) hue-rotate(313deg) brightness(117%) contrast(100%);
          filter: brightness(0) saturate(100%) invert(99%) sepia(43%) saturate(582%) hue-rotate(313deg) brightness(117%) contrast(100%);
}
.home-14 .service-area .single-service-inner::before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: rgba(255, 255, 255, 0.04);
  opacity: 0.97;
  width: 345px;
  height: 90%;
  z-index: -1;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 100% 0%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 100% 0%);
}
.home-14 .service-area .single-service-inner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  color: #150E3D;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home-14 .service-area .single-service-inner p,
.home-14 .service-area .single-service-inner a,
.home-14 .service-area .single-service-inner circle,
.home-14 .service-area .single-service-inner path {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.home-14 .service-area .single-service-inner svg {
  margin-top: 3px;
}
.home-14 .faq-area .section-title {
  max-width: 480px;
}
.home-14 .faq-area .accordion {
  margin-top: 40px;
  padding-left: 20px;
  border-left: 2px solid rgba(0, 47, 245, 0.1);
  position: relative;
}
.home-14 .faq-area .accordion::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -2px;
  height: 150px;
  width: 3px;
  background-color: var(--main-color);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.home-14 .faq-area .accordion-inner.accordion-icon-left .accordion-item .accordion-button {
  padding: 0px;
}
.home-14 .faq-area .accordion-inner.accordion-icon-left .accordion-item .accordion-button:after {
  position: static;
}
.home-14 .faq-area .accordion-body {
  padding: 0px;
}
.home-14 .faq-area .accordion-item {
  padding: 0px 24px;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(31.5px);
          backdrop-filter: blur(31.5px);
  border-bottom: 0px;
  margin-bottom: 20px;
}
.home-14 .faq-area .accordion-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px 0px !important;
}
.home-14 .faq-area .accordion-inner.style-2 .accordion-item .accordion-button:after {
  content: "\f054" !important;
  font-family: "Font Awesome 5 Free";
  width: auto;
  height: auto;
  background-color: transparent;
  font-size: 18px;
  color: #150E3D;
}
.home-14 .faq-area .accordion-inner.style-2 .accordion-item .accordion-button.collapsed {
  color: #150E3D;
}
.home-14 .faq-area .accordion-inner.style-2 .accordion-item .accordion-button:not(.collapsed)::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.home-14 .faq-area .about-thumb-inner {
  height: 100%;
}
.home-14 .faq-area .an-img {
  position: absolute;
  top: 0%;
  right: 0%;
  z-index: 1;
}
.home-14 .faq-area .an-img-two {
  position: absolute;
  bottom: 0%;
  right: 0%;
  z-index: 1;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.home-14 .case-area {
  margin-top: -120px;
}
.home-14 .case-area .tc-p {
  row-gap: 40px;
}
.home-14 .case-area .case__single {
  position: relative;
  overflow: hidden;
}
.home-14 .case-area .case__single:hover .details {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
.home-14 .case-area .case__single .thumb {
  overflow: hidden;
}
.home-14 .case-area .case__single .thumb img {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.home-14 .case-area .case__single .details {
  position: absolute;
  bottom: 0px;
  inset-inline-start: 0px;
  width: 100%;
  padding: 0px 20px 20px;
  -webkit-transform: translateY(140%);
      -ms-transform: translateY(140%);
          transform: translateY(140%);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.home-14 .case-area .case__single .int {
  padding: 14px 20px 12px;
  background-color: var(--main-color);
}
.home-14 .case-area .case__single .int a {
  font-weight: 700;
  color: white;
}
.home-14 .case-area .case__single .tag {
  padding: 16px 20px 12px;
  background-color: #150E3D;
  display: inline-block;
}
.home-14 .case-area .case__single .tag p {
  font-weight: 500;
  color: white;
  line-height: 0;
}
.home-14 .total-area {
  padding-block: 120px;
  background-color: white;
}
.home-14 .total-area .tc-p {
  row-gap: 40px;
}
.home-14 .total-area .total-single {
  text-align: center;
}
.home-14 .total-area .total-single:hover .thumb span {
  background-color: var(--main-color);
  color: white;
}
.home-14 .total-area .thumb {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(var(--main-color-rgb), 0.062745098);
  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;
  margin-inline: auto;
  margin-bottom: 30px;
  position: relative;
}
.home-14 .total-area .thumb span {
  width: 40px;
  height: 40px;
  background-color: white;
  -webkit-filter: drop-shadow(0px 4px 18px rgba(0, 0, 0, 0.06));
          filter: drop-shadow(0px 4px 18px rgba(0, 0, 0, 0.06));
  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-weight: 700;
  color: #150E3D;
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.home-14 .total-area .thumb img {
  max-width: 100%;
}
.home-14 .total-area h4 {
  color: #150E3D;
  font-weight: 700;
  text-transform: capitalize;
}
.home-14 .total-area p {
  max-width: 360px;
  margin-inline: auto;
}
.home-14 .contact-area {
  padding-block: 120px;
  background-color: #E3E3E3;
  position: relative;
  z-index: 1;
}
.home-14 .contact-area .bg-img {
  position: absolute;
  z-index: -1;
  left: 0px;
  bottom: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
.home-14 .contact-area .tc-p {
  row-gap: 30px;
}
.home-14 .contact-area .contact-inner-1 {
  margin-top: 0px;
}
.home-14 .contact-area .contact-inner-1 .section-title {
  margin: 0px !important;
  padding: 60px 20px;
}
.home-14 .contact-area .contact-inner-1 h2 {
  font-weight: 700;
}
.home-14 .contact-area .contact-inner p, .home-14 .contact-area .contact-inner li {
  color: white;
}
.home-14 .contact-area .contact-inner .contact-single-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  row-gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.home-14 .contact-area .contact-inner .contact-single-wrapper .contact-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.home-14 .contact-area .contact-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-position: inside;
  margin: 0px;
  padding: 0px;
}
.home-14 .contact-area .contact-inner ul li {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.home-14 .contact-area .contact-inner .subtitle {
  border-radius: 30px;
  -webkit-box-shadow: 0 4.4px 30px rgba(19, 16, 34, 0.05);
          box-shadow: 0 4.4px 30px rgba(19, 16, 34, 0.05);
  background: #fff;
  padding: 8px 20px;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.home-14 .contact-area .contact-inner .title {
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: 400;
  color: white;
}
.home-14 .contact-area .contact-inner .title span {
  font-weight: 700;
  color: white;
}
.home-14 .contact-area .contact-inner .content {
  margin-bottom: 32px;
}
.home-14 .team-area .bs-t {
  row-gap: 40px;
}
.home-14 .team-area .single-team-inner {
  border: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 0px !important;
}
.home-14 .team-area .single-team-inner .thumb img {
  width: 100%;
  border-radius: 20px;
}
.home-14 .team-area .single-team-inner .team-social-inner {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
.home-14 .team-area .single-team-inner h5 a {
  color: #150E3D;
}
.home-14 .team-area .single-team-inner h5 a:hover {
  color: var(--main-color);
}
.home-14 .team-area .single-team-inner p {
  color: var(--main-color);
}
.home-14 .team-area .single-team-inner .details {
  padding-bottom: 0px !important;
}
.home-14 .pricing-area {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(241, 243, 253, 0)), to(#F1F3FD));
  background: linear-gradient(180deg, rgba(241, 243, 253, 0) 0%, #F1F3FD 100%);
}
.home-14 .pricing-area .single-pricing-inner {
  border-radius: 15px;
}
.home-14 .pricing-area .single-pricing-inner h2,
.home-14 .pricing-area .single-pricing-inner h5, .home-14 .pricing-area .single-pricing-inner li {
  color: #150E3D;
}
.home-14 .pricing-area .single-pricing-inner:hover h2,
.home-14 .pricing-area .single-pricing-inner:hover h5, .home-14 .pricing-area .single-pricing-inner:hover li {
  color: white !important;
}
.home-14 .pricing-area .single-pricing-inner:hover h5 {
  background-color: rgba(255, 255, 255, 0.062745098) !important;
  color: white !important;
}
.home-14 .pricing-area .hide {
  color: var(--paragraph-color) !important;
}
.home-14 .pricing-area .pa-o h5 {
  background-color: #FFF5E5;
  color: #FFA61F;
}
.home-14 .pricing-area .pa-t h2 {
  color: white;
}
.home-14 .pricing-area .pa-t h5 {
  background-color: rgba(255, 255, 255, 0.062745098);
  color: white;
}
.home-14 .pricing-area .pa-t .hide {
  color: white !important;
}
.home-14 .pricing-area .pa-h h5 {
  background-color: #E8E7FE;
  color: var(--main-color);
}
.home-14 .pricing-area .btn {
  background-color: #F6F7FE;
  color: var(--main-color) !important;
  border-radius: 60px !important;
}
.home-14 .pricing-area .btn:hover {
  color: white !important;
}
.home-14 .blog-area .thumb img {
  width: 100%;
}
.home-14 .blog-area .blog-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.home-14 .blog-area .blog-meta span {
  width: 1px;
  height: 15px;
  background-color: #6B7280;
  display: inline-block;
}
.home-14 .blog-area .blog-meta li {
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
}
.home-14 .blog-area .blog-meta li:nth-of-type(1) {
  color: #150E3D;
}
.home-14 .blog-area .single-blog-list {
  border-radius: 30px;
}
.home-14 .blog-area .single-blog-list:hover {
  background-color: rgba(var(--main-color-rgb), 0.062745098);
}
.home-14 .blog-area .single-blog-list:hover .details .btn {
  background: #FFF;
  -webkit-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.03);
}
.home-14 .blog-area .details {
  max-width: 480px;
}
.home-14 .blog-area .details h4 a {
  color: #150E3D;
  font-weight: 700;
}
.home-14 .blog-area .details .btn {
  border: 0px;
  border-radius: 54px;
  background: rgba(var(--main-color-rgb), 0.07);
  color: var(--main-color);
}
.home-14 .blog-area .details .btn:hover {
  color: white;
}
@-webkit-keyframes move {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); /* Initial position */
  }
  50% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px); /* Move to the right */
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); /* Back to initial position */
  }
}
@keyframes move {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); /* Initial position */
  }
  50% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px); /* Move to the right */
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); /* Back to initial position */
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1299.98px) {
  .home-14 .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
    padding-right: 0px;
  }
}
@media only screen and (min-width: 992px) {
  .home-14 .banner-area {
    margin-top: 0px;
  }
  .home-14 .banner-14 {
    padding-block: 100px;
  }
  .home-14 .banner-14 .banner-14-thumb img {
    max-width: 30vw;
  }
  .home-14 .contact-area {
    padding-block: 100px 0px;
  }
  .home-14 .contact-area .section-title {
    padding: 80px 40px !important;
  }
  .home-14 .contact-area .contact-inner .title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-14 .banner-area {
    margin-top: 0px;
  }
  .home-14 .banner-14 {
    padding-block: 200px;
  }
  .home-14 .banner-14 .banner-14-thumb img {
    max-width: 45vw;
  }
  .home-14 .faq-area .about-thumb-inner {
    padding-left: 60px;
  }
  .home-14 .faq-area .accordion {
    padding-left: 40px;
  }
  .home-14 .contact-area .contact-inner .title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 1400px) {
  .home-14 .nav-right-part .navbar-phone {
    position: relative;
    z-index: 1;
    -webkit-margin-start: 30px;
            margin-inline-start: 30px;
  }
  .home-14 .nav-right-part .navbar-phone::before {
    content: "";
    position: absolute;
    inset-inline-start: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 60vw;
    height: 96px;
    background-color: var(--main-color);
    z-index: -1;
  }
  .home-14 .nav-right-part .navbar-phone .icon {
    background-color: rgba(255, 255, 255, 0.062745098);
    color: white;
  }
  .home-14 .nav-right-part .navbar-phone .icon img {
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(18%) saturate(296%) hue-rotate(179deg) brightness(112%) contrast(100%);
            filter: brightness(0) saturate(100%) invert(100%) sepia(18%) saturate(296%) hue-rotate(179deg) brightness(112%) contrast(100%);
  }
  .home-14 .nav-right-part .navbar-phone span,
  .home-14 .nav-right-part .navbar-phone h5 {
    color: white;
  }
}

.single-con-wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 24px;
  margin-top: 30px;
}

.home-13 .pricing-area {
  padding-top: 140px !important;
}

/*--------------------------------------------------
    ##new home styles
---------------------------------------------------*/

/*--------------------------------------------------
    ## Skip link (accessibility)
---------------------------------------------------*/
.skip-link {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  padding: 0.75rem 1.5rem;
  background: var(--main-color);
  color: #fff;
  font-weight: 600;
  border-radius: 4px;
  transition: top 0.2s ease;
}
.skip-link:focus {
  top: 12px;
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/*--------------------------------------------------
    ## Service strip (Infiniti Infoways home)
---------------------------------------------------*/
.service-strip-section {
  max-width: 1200px;
  margin: 0 auto;
}
.service-strip-heading {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 1rem;
  letter-spacing: 0.02em;
}
.service-strip-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.service-strip-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.5rem;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  position: relative;
  min-height: 0;
}
.service-strip-item:hover {
  border-color: var(--main-color);
  box-shadow: 0 8px 24px rgba(var(--main-color-rgb), 0.12);
  transform: translateY(-4px);
}
.service-strip-icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--brand-dark) 0%, var(--main-color) 100%);
  color: var(--brand-yellow);
  border-radius: 14px;
  font-size: 1.25rem;
  transition: transform 0.3s ease;
}
.service-strip-item:hover .service-strip-icon {
  transform: scale(1.05);
}
.service-strip-content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  text-align: left;
  padding-right: 3.25rem;
  padding-bottom: 0.5rem;
}
.service-strip-content strong {
  font-size: 1.05rem;
  color: var(--heading-color);
  display: block;
}
.service-strip-content span {
  font-size: 0.9rem;
  color: var(--paragraph-color);
  line-height: 1.5;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.service-strip-arrow {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(var(--main-color-rgb), 0.08);
  color: var(--brand-dark);
  border-radius: 50%;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}
.service-strip-item:hover .service-strip-arrow {
  background: var(--main-color);
  color: #fff;
}
@media (max-width: 991px) {
  .service-strip-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .service-strip-list {
    grid-template-columns: 1fr;
  }
  .service-strip-item {
    min-height: auto;
  }
}

/*--------------------------------------------------
    ## CTA strip (Infiniti Infoways home)
---------------------------------------------------*/
.cta-strip-area .cta-strip-inner {
  padding: 3.5rem 2rem;
  position: relative;
  overflow: hidden;
}
.cta-strip-area .cta-strip-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(var(--main-color-rgb), 0.92) 0%, var(--brand-dark) 100%);
  border-radius: 20px;
}
.cta-strip-area .cta-strip-inner .row {
  position: relative;
  z-index: 1;
}
.cta-strip-area .cta-strip-inner .title {
  color: #fff;
  font-size: 2rem;
}
.cta-strip-area .cta-strip-inner .content {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0;
}
.cta-strip-area .btn-white {
  border-color: #fff;
  color: #fff;
  background: transparent;
}
.cta-strip-area .btn-white:hover {
  background: #fff;
  color: var(--main-color);
  border-color: #fff;
}
@media (max-width: 767px) {
  .cta-strip-area .cta-strip-inner .title {
    font-size: 1.5rem;
  }
}

/* Full responsive: prevent overflow and respect viewport */
@media (max-width: 991px) {
  .banner-thumb-2 .main-img-wrap .main-img,
  .banner-thumb-2 .banner-animate-img-4,
  .about-thumb-inner .main-img {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 575px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .banner-inner .title {
    word-wrap: break-word;
  }
}

/* ============================================================
   Corporate site: smooth scroll, animations & high-quality feel
   ============================================================ */
html {
  scroll-behavior: smooth;
}

/* Global smooth transitions */
a,
button,
.btn,
.service-strip-item,
.single-counter-inner,
.single-testimonial-inner,
.single-blog-list,
.accordion-button,
.back-to-top .back-top {
  transition: color 0.35s ease, background-color 0.35s ease, border-color 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease, opacity 0.35s ease;
}

/* Image reveal: fade-in + slight scale (about, contact, blog) */
.img-reveal,
.about-thumb-inner .main-img,
.contact-inner-1-img-wrap img,
.single-blog-list.style-2 .thumb img {
  opacity: 0;
  transform: scale(0.98);
  animation: imgReveal 0.9s ease forwards;
}
.about-thumb-inner .main-img { animation-delay: 0.2s; }
.contact-inner-1-img-wrap img { animation-delay: 0.1s; }
.single-blog-list.style-2 .thumb img { animation-duration: 0.7s; }
@keyframes imgReveal {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Banner images: smooth opacity fade-in (does not override bounce) */
.banner-thumb-2 .banner-animate-img,
.banner-thumb-2 .main-img-wrap .main-img {
  animation: bannerImgFade 1s ease forwards;
}
.banner-thumb-2 .banner-animate-img-4 { animation-delay: 0.1s; }
.banner-thumb-2 .banner-animate-img-1 { animation-delay: 0.25s; }
.banner-thumb-2 .banner-animate-img-2 { animation-delay: 0.4s; }
.banner-thumb-2 .banner-animate-img-3 { animation-delay: 0.3s; }
.banner-thumb-2 .main-img-wrap .main-img { animation-delay: 0.5s; }
@keyframes bannerImgFade {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* Banner area: subtle overlay fade-in */
.banner-area-2::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.03) 0%, transparent 50%);
  pointer-events: none;
  opacity: 0;
  animation: overlayFade 1.2s ease 0.5s forwards;
}
@keyframes overlayFade {
  to { opacity: 1; }
}

/* Button hover: smooth lift and shadow */
.btn-border-base:hover,
.btn-base:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(var(--main-color-rgb), 0.25);
}

/* Nav link hover */
.navbar-area .navbar-nav li a:hover {
  color: var(--main-color);
  transform: translateX(2px);
}
.navbar-area .navbar-nav li a {
  display: inline-block;
  transition: color 0.3s ease, transform 0.3s ease;
}

/* Counter / stat cards: subtle hover */
.single-counter-inner {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.single-counter-inner:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

/* Testimonial card hover */
.single-testimonial-inner.style-1 {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.single-testimonial-inner.style-1:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
}

/* Blog card: image zoom on hover */
.single-blog-list.style-2 .thumb {
  overflow: hidden;
  border-radius: inherit;
}
.single-blog-list.style-2 .thumb img {
  transition: transform 0.6s ease;
}
.single-blog-list.style-2:hover .thumb img {
  transform: scale(1.08);
}

/* Work process icons: gentle pulse on hover */
.single-work-process-inner-2 .thumb img {
  transition: transform 0.4s ease;
}
.single-work-process-inner-2:hover .thumb img {
  transform: scale(1.05);
}

/* Back to top: smooth appearance */
.back-to-top .back-top {
  transition: opacity 0.3s ease, transform 0.3s ease, background 0.3s ease;
}
.back-to-top .back-top:hover {
  transform: translateY(-3px) scale(1.05);
}

/* CTA strip: subtle inner glow on hover */
.cta-strip-inner {
  transition: box-shadow 0.5s ease, transform 0.5s ease;
}
.cta-strip-inner:hover {
  box-shadow: 0 20px 50px rgba(var(--main-color-rgb), 0.2);
}

/* Section titles: slight fade-up (backup if wow is slow) */
.section-title .sub-title {
  letter-spacing: 0.08em;
  transition: letter-spacing 0.3s ease;
}
.section-title:hover .sub-title {
  letter-spacing: 0.12em;
}

/* ============================================================
   Enhanced website animations
   ============================================================ */

/* Logo color gradient on highlighted title spans (banner + section titles) */
.banner-inner .title span,
.section-title .title span,
.home-14 .title span,
.home-14 .contact-area .contact-inner .title span {
  background: linear-gradient(135deg, var(--main-color) 0%, var(--brand-purple) 50%, var(--brand-blue-light) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 700;
}

/* Banner title: highlight span subtle glow + slide-up */
.banner-inner .title span {
  display: inline-block;
  animation: titleSpanIn 1s ease forwards;
  opacity: 0;
  transform: translateY(12px);
}
.banner-inner .title span:nth-child(1) { animation-delay: 0.7s; }
.banner-inner .title span:nth-child(2) { animation-delay: 0.85s; }
.banner-inner .title span:nth-child(3) { animation-delay: 1s; }
.banner-inner .title span:nth-child(4) { animation-delay: 1.15s; }
@keyframes titleSpanIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.banner-inner .title span:hover {
  filter: brightness(1.1);
  transition: filter 0.4s ease;
}

/* Nav link: animated underline on hover */
.navbar-area .navbar-nav > li > a {
  position: relative;
}
.navbar-area .navbar-nav > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background: var(--main-color);
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.navbar-area .navbar-nav > li > a:hover::after,
.navbar-area .navbar-nav > li > a:focus::after {
  width: 100%;
}

/* Button: shine sweep on hover */
.btn-border-base,
.btn-base {
  position: relative;
  overflow: hidden;
}
.btn-border-base::before,
.btn-base::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.25),
    transparent
  );
  transition: left 0.6s ease;
}
.btn-border-base:hover::before,
.btn-base:hover::before {
  left: 100%;
}

/* Service strip card: staggered slide-up + border glow */
.service-strip-item {
  opacity: 0;
  transform: translateY(24px);
  animation: serviceCardIn 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.service-strip-list .service-strip-item:nth-child(1) { animation-delay: 0.1s; }
.service-strip-list .service-strip-item:nth-child(2) { animation-delay: 0.18s; }
.service-strip-list .service-strip-item:nth-child(3) { animation-delay: 0.26s; }
.service-strip-list .service-strip-item:nth-child(4) { animation-delay: 0.34s; }
.service-strip-list .service-strip-item:nth-child(5) { animation-delay: 0.42s; }
.service-strip-list .service-strip-item:nth-child(6) { animation-delay: 0.5s; }
.service-strip-list .service-strip-item:nth-child(7) { animation-delay: 0.58s; }
.service-strip-list .service-strip-item:nth-child(8) { animation-delay: 0.66s; }
.service-strip-list .service-strip-item:nth-child(9) { animation-delay: 0.74s; }
@keyframes serviceCardIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.service-strip-item:hover {
  box-shadow: 0 12px 32px rgba(var(--main-color-rgb), 0.18);
}

/* Section title: underline reveal */
.section-title .title {
  position: relative;
  display: inline-block;
}
.section-title .title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--main-color), transparent);
  border-radius: 2px;
  transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.section-title.animate-underline .title::after,
.section-title:hover .title::after {
  width: 80px;
}

/* About list items: staggered fade-in */
.about-area .single-list-inner li {
  opacity: 0;
  transform: translateX(-10px);
  animation: listItemIn 0.5s ease forwards;
}
.about-area .single-list-inner li:nth-child(1) { animation-delay: 0.4s; }
.about-area .single-list-inner li:nth-child(2) { animation-delay: 0.5s; }
.about-area .single-list-inner li:nth-child(3) { animation-delay: 0.6s; }
.about-area .single-list-inner li:nth-child(4) { animation-delay: 0.7s; }
.about-area .single-list-inner li:nth-child(5) { animation-delay: 0.8s; }
.about-area .single-list-inner li:nth-child(6) { animation-delay: 0.9s; }
.about-area .single-list-inner li:nth-child(7) { animation-delay: 1s; }
.about-area .single-list-inner li:nth-child(8) { animation-delay: 1.1s; }
@keyframes listItemIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Counter: number pop-in */
.single-counter-inner h4 .counter {
  display: inline-block;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.single-counter-inner:hover h4 .counter {
  transform: scale(1.08);
}

/* CTA strip: subtle floating gradient */
.cta-strip-inner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse 80% 50% at 50% 100%,
    rgba(255, 255, 255, 0.08) 0%,
    transparent 60%
  );
  pointer-events: none;
  animation: ctaGlow 4s ease-in-out infinite;
}
@keyframes ctaGlow {
  0%, 100% { opacity: 0.6; }
  50% { opacity: 1; }
}

/* Video play button: pulse ring */
.video-play-btn-hover {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.video-play-btn-hover::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border: 2px solid var(--main-color);
  border-radius: 50%;
  animation: videoPulse 2s ease-out infinite;
  opacity: 0.5;
}
.video-play-btn-hover img {
  position: relative;
  z-index: 1;
}
@keyframes videoPulse {
  0% {
    transform: translateY(-50%) scale(0.95);
    opacity: 0.6;
  }
  100% {
    transform: translateY(-50%) scale(1.4);
    opacity: 0;
  }
}

/* Logo: subtle scale on hover */
.navbar-area .logo a img {
  transition: transform 0.4s ease;
}
.navbar-area .logo a:hover img {
  transform: scale(1.05);
}

/* Banner: subtle gradient shift (no scale to avoid layout shift) */
.banner-area-2.bg-cover {
  position: relative;
}
.banner-area-2.bg-cover::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.03) 100%);
  pointer-events: none;
  animation: bannerGradient 2s ease-out forwards;
  opacity: 0;
}
@keyframes bannerGradient {
  to { opacity: 1; }
}

/* Work process: step number pulse */
.single-work-process-inner-2 .process-count {
  transition: transform 0.3s ease, color 0.3s ease;
}
.single-work-process-inner-2:hover .process-count {
  transform: scale(1.1);
  color: var(--main-color);
}

/* Accordion: smooth icon rotate */
.accordion-button::after {
  transition: transform 0.35s ease;
}
.accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}

/* Footer link: slide right on hover */
.footer-area .widget_nav_menu ul li a {
  display: inline-block;
  transition: transform 0.3s ease, color 0.3s ease;
}
.footer-area .widget_nav_menu ul li a:hover {
  transform: translateX(6px);
  color: #FBD941;
}

/* Subtitle pill: soft glow on hover */
.banner-inner .subtitle {
  transition: box-shadow 0.4s ease, transform 0.3s ease;
}
.banner-inner .subtitle:hover {
  box-shadow: 0 6px 24px rgba(var(--main-color-rgb), 0.15);
  transform: translateY(-1px);
}

/* ============================================================
   Full-site animation enhancements (attractive website design)
   ============================================================ */

/* Respect reduced motion preference */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .wow,
  [class*="animate-"],
  [class*="bounce"],
  [class*="fadeIn"],
  [class*="fadeOut"] { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}

/* Section titles: fade-up on appear (works with WOW) */
.section-title .sub-title {
  display: inline-block;
  animation: subTitleReveal 0.6s ease forwards;
}
@keyframes subTitleReveal {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Service cards: lift + shadow on hover (all pages) */
.single-service-inner,
.single-service-inner-2 {
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease, border-color 0.3s ease;
}
.single-service-inner:hover,
.single-service-inner-2:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

/* Team cards: image zoom + card lift */
.single-team-inner {
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease;
}
.single-team-inner:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
}
.single-team-inner .thumb {
  overflow: hidden;
  border-radius: inherit;
}
.single-team-inner .thumb img {
  transition: transform 0.5s ease;
}
.single-team-inner:hover .thumb img {
  transform: scale(1.06);
}

/* Blog / post cards: lift + image reveal */
.single-blog-inner,
.single-blog-list {
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease;
}
.single-blog-inner:hover,
.single-blog-list:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08);
}
.single-blog-inner .thumb img,
.single-blog-list .thumb img {
  transition: transform 0.5s ease;
}
.single-blog-inner:hover .thumb img,
.single-blog-list:hover .thumb img {
  transform: scale(1.05);
}

/* Pricing cards: subtle lift + border glow */
.single-pricing-inner {
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.3s ease;
}
.single-pricing-inner:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(var(--main-color-rgb), 0.12);
}

/* Breadcrumb / page title: soft fade-in */
.breadcrumb-area .page-title,
.breadcrumb-area .page-list {
  animation: breadcrumbFade 0.7s ease forwards;
}
@keyframes breadcrumbFade {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Main content images: subtle scale on hover */
.about-thumb-inner .main-img,
.banner-thumb-2 .main-img,
.about-area .main-img {
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.about-thumb-inner:hover .main-img,
.banner-thumb-2:hover .main-img,
.about-area .about-thumb-inner:hover .main-img {
  transform: scale(1.03);
}

/* Form inputs: focus ring animation */
.form-control:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
textarea:focus {
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

/* Navbar: smooth background on sticky */
.navbar-area.navbar-area-2 {
  transition: background-color 0.35s ease, box-shadow 0.35s ease;
}
.navbar-area.sticky-active {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

/* Back to top: gentle pulse when visible */
.back-to-top {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.back-to-top:hover {
  transform: scale(1.08);
  box-shadow: 0 6px 20px rgba(var(--main-color-rgb), 0.35);
}

/* Testimonial cards: lift on hover */
.single-testimonial-inner,
.testimonial-inner {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.single-testimonial-inner:hover,
.testimonial-inner:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

/* Work process steps: icon bounce on hover */
.single-work-process-inner .thumb,
.single-work-process-inner-2 .thumb {
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.single-work-process-inner:hover .thumb,
.single-work-process-inner-2:hover .thumb {
  transform: scale(1.08);
}

/* Client / partner logos: subtle scale on hover */
.client-slider .item img,
.partner__slider .item img {
  transition: transform 0.35s ease, opacity 0.35s ease;
}
.client-slider .item:hover img,
.partner__slider .item:hover img {
  transform: scale(1.05);
  opacity: 1;
}

/* CTA / button area: subtle float */
.cta-strip-inner,
.cta-strip-area .cta-strip-inner {
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}
.cta-strip-inner:hover,
.cta-strip-area .cta-strip-inner:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

/* Footer widget titles: underline slide on hover */
.footer-area .widget-title {
  display: inline-block;
  transition: color 0.3s ease;
}
.footer-area .widget-title:hover {
  color: var(--brand-blue-light);
}

/* =========================================================
   INTERACTIVE ELEMENTS & TRENDING ANIMATIONS (2026)
   ========================================================= */

/* --- Scroll Progress Bar --- */
.scroll-progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 0%;
  height: 3px;
  background: linear-gradient(90deg, var(--main-color), #7dd3c0, #ffb347, var(--main-color));
  background-size: 300% 100%;
  animation: progressGradient 3s linear infinite;
  z-index: 99999;
  transition: width 0.1s linear;
  border-radius: 0 2px 2px 0;
  box-shadow: 0 0 8px rgba(var(--main-color-rgb), 0.5);
}
@keyframes progressGradient {
  0% { background-position: 0% 50%; }
  100% { background-position: 300% 50%; }
}

/* --- Custom Cursor --- */
.cursor-dot {
  position: fixed;
  width: 8px;
  height: 8px;
  background: var(--main-color);
  border-radius: 50%;
  pointer-events: none;
  z-index: 999999;
  transform: translate(-50%, -50%);
  transition: width 0.2s, height 0.2s, background 0.2s;
  mix-blend-mode: difference;
}
.cursor-ring {
  position: fixed;
  width: 36px;
  height: 36px;
  border: 2px solid var(--main-color);
  border-radius: 50%;
  pointer-events: none;
  z-index: 999998;
  transform: translate(-50%, -50%);
  transition: width 0.3s ease, height 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
  opacity: 0.5;
}
.cursor-dot.cursor-hover,
.cursor-ring.cursor-hover {
  width: 50px;
  height: 50px;
  opacity: 0.3;
  background: rgba(var(--main-color-rgb), 0.15);
  border-color: transparent;
}
@media (max-width: 991px), (hover: none) {
  .cursor-dot, .cursor-ring { display: none !important; }
}

/* --- Tilt Card Effect --- */
.tilt-card {
  transform-style: preserve-3d;
  will-change: transform;
}
.tilt-card .tilt-inner {
  transform: translateZ(30px);
}

/* --- Magnetic Button Effect --- */
.btn-magnetic {
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

/* --- Floating Animation --- */
@keyframes floatUp {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}
.float-anim {
  animation: floatUp 4s ease-in-out infinite;
}
.float-anim-delay {
  animation: floatUp 4s ease-in-out 1s infinite;
}
.float-anim-slow {
  animation: floatUp 6s ease-in-out 0.5s infinite;
}

/* --- Particle Canvas Background --- */
.particle-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

/* --- Typing Effect --- */
.typing-wrapper {
  display: inline-block;
  min-height: 1.2em;
}
.typing-cursor {
  display: inline-block;
  width: 3px;
  height: 1em;
  background: var(--main-color);
  margin-left: 2px;
  animation: typingBlink 0.7s step-end infinite;
  vertical-align: text-bottom;
}
@keyframes typingBlink {
  0%, 50% { opacity: 1; }
  51%, 100% { opacity: 0; }
}

/* --- Stagger Reveal Animation --- */
.stagger-reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.stagger-reveal.revealed {
  opacity: 1;
  transform: translateY(0);
}

/* --- Parallax Section --- */
.parallax-bg {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .parallax-bg { background-attachment: scroll; }
}

/* --- Glow Pulse on Hover --- */
.glow-hover {
  transition: box-shadow 0.4s ease, transform 0.4s ease;
}
.glow-hover:hover {
  box-shadow: 0 0 30px rgba(var(--main-color-rgb), 0.25), 0 8px 32px rgba(0,0,0,0.08);
  transform: translateY(-4px);
}

/* --- Animated Gradient Text --- */
.gradient-text {
  background: linear-gradient(135deg, var(--main-color), #7dd3c0, #ffb347);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradientShift 4s ease infinite;
}
@keyframes gradientShift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* --- Number Counter Glow --- */
.counter-glow .single-counter-inner {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.counter-glow .single-counter-inner::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(var(--main-color-rgb), 0.08) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}
.counter-glow .single-counter-inner:hover::before {
  opacity: 1;
}
.counter-glow .single-counter-inner:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(var(--main-color-rgb), 0.12);
}

/* --- Trending Blog Cards (Home Page) --- */
.trending-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 14px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  background: linear-gradient(135deg, #ff6b6b, #ee5a24);
  border-radius: 20px;
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  box-shadow: 0 4px 12px rgba(238, 90, 36, 0.35);
}
.trending-badge i {
  font-size: 10px;
}

.blog-card-modern {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.45s ease;
}
.blog-card-modern:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.12);
}
.blog-card-modern .thumb {
  position: relative;
  overflow: hidden;
  height: 220px;
}
.blog-card-modern .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.blog-card-modern:hover .thumb img {
  transform: scale(1.08);
}
.blog-card-modern .thumb .date-badge {
  position: absolute;
  bottom: 16px;
  right: 16px;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(8px);
  padding: 8px 14px;
  border-radius: 10px;
  text-align: center;
  line-height: 1.1;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.blog-card-modern .thumb .date-badge .day {
  display: block;
  font-size: 22px;
  font-weight: 800;
  color: var(--heading-color);
}
.blog-card-modern .thumb .date-badge .month {
  display: block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--main-color);
  letter-spacing: 1px;
}
.blog-card-modern .details {
  padding: 24px;
}
.blog-card-modern .blog-meta {
  display: flex;
  gap: 16px;
  margin-bottom: 12px;
  font-size: 13px;
  color: #888;
}
.blog-card-modern .blog-meta li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 5px;
}
.blog-card-modern .blog-meta li i {
  color: var(--main-color);
  font-size: 12px;
}
.blog-card-modern .details h5 {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 12px;
}
.blog-card-modern .details h5 a {
  color: var(--heading-color);
  transition: color 0.3s ease;
}
.blog-card-modern .details h5 a:hover {
  color: var(--main-color);
}
.blog-card-modern .category-tag {
  display: inline-block;
  padding: 3px 12px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background: rgba(var(--main-color-rgb), 0.08);
  color: var(--main-color);
  border-radius: 6px;
  margin-bottom: 10px;
}
.blog-card-modern .read-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: var(--main-color);
  transition: gap 0.3s ease;
}
.blog-card-modern .read-link:hover {
  gap: 10px;
}

/* --- Blog Page Trending Section --- */
.blog-featured-hero {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 40px;
  min-height: 380px;
  display: flex;
  align-items: flex-end;
  background: #1a1a2e;
}
.blog-featured-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
  transition: transform 0.6s ease, opacity 0.6s ease;
}
.blog-featured-hero:hover img {
  transform: scale(1.04);
  opacity: 0.6;
}
.blog-featured-hero .featured-content {
  position: relative;
  z-index: 2;
  padding: 40px;
  background: linear-gradient(transparent, rgba(0,0,0,0.85));
  width: 100%;
}
.blog-featured-hero .featured-content h2 {
  color: #fff;
  font-size: 28px;
  margin-bottom: 12px;
}
.blog-featured-hero .featured-content h2 a {
  color: #fff;
  transition: opacity 0.3s;
}
.blog-featured-hero .featured-content h2 a:hover {
  opacity: 0.85;
}
.blog-featured-hero .featured-content p {
  color: rgba(255,255,255,0.8);
  font-size: 15px;
  margin-bottom: 16px;
  max-width: 600px;
}
.blog-featured-hero .featured-meta {
  display: flex;
  gap: 20px;
  color: rgba(255,255,255,0.7);
  font-size: 13px;
}
.blog-featured-hero .featured-meta i {
  color: var(--main-color);
  margin-right: 4px;
}

/* --- Ripple Click Effect --- */
.ripple-effect {
  position: relative;
  overflow: hidden;
}
.ripple-effect .ripple {
  position: absolute;
  border-radius: 50%;
  background: rgba(var(--main-color-rgb), 0.15);
  transform: scale(0);
  animation: rippleAnim 0.6s linear;
  pointer-events: none;
}
@keyframes rippleAnim {
  to { transform: scale(4); opacity: 0; }
}

/* --- Smooth Section Reveal --- */
.section-reveal {
  opacity: 0;
  transform: translateY(50px);
}
.section-reveal.in-view {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

/* --- Interactive Stats Ticker --- */
.stats-ticker {
  overflow: hidden;
  white-space: nowrap;
  background: linear-gradient(90deg, var(--main-color), #2c3e50);
  color: #fff;
  padding: 14px 0;
}
.stats-ticker .ticker-track {
  display: inline-flex;
  animation: tickerScroll 30s linear infinite;
}
.stats-ticker .ticker-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 40px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.stats-ticker .ticker-item i {
  color: #ffb347;
  font-size: 16px;
}
.stats-ticker .ticker-divider {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: rgba(255,255,255,0.3);
  border-radius: 50%;
  margin: 0 20px;
  vertical-align: middle;
}
@keyframes tickerScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* --- Smooth Page Transition --- */
.page-transition {
  animation: pageSlideIn 0.5s ease forwards;
}
@keyframes pageSlideIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* reduce motion for accessibility */
@media (prefers-reduced-motion: reduce) {
  .scroll-progress-bar,
  .cursor-dot,
  .cursor-ring,
  .float-anim,
  .float-anim-delay,
  .float-anim-slow,
  .typing-cursor,
  .stats-ticker .ticker-track,
  .stagger-reveal,
  .section-reveal,
  .page-transition {
    animation: none !important;
    transition: none !important;
  }
  .scroll-progress-bar { display: none; }
  .cursor-dot, .cursor-ring { display: none; }
}