/*
Theme Name: AgileTech
Theme URI: http://wowtheme7.com/html/agiletech
Author: wowtheme7
Author URI: http://wowtheme7.com
Description: AglieTech - IT Solutions & Technology Html5 Template
Version: 1.0.5
*/
/*--------------------------------------------------------------
>>> 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");
:root {
  --main-color: #c45252;
  --main-color2: #EE0020;
  --heading-color: #101A29;
  --paragraph-color: #21205d;
  --body-font: "Plus Jakarta Sans", sans-serif;
  --heading-font: "Plus Jakarta Sans", sans-serif;
  --body-font-size: 17px;
  --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: 'Roboto','Noto Sans TC',sans-serif;
  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%;
}

.img-1 {
  max-width: 30%;
}

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(--main-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);
          transform: skew(30deg);
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-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: #fff;
  background-color: var(--main-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: #0A1851;
  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%);
          transform: translate(-100%, -240%);
  font-size: 62px;
}

.preloader-inner {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999999999;
  background-color: #030724;
  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%);
          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: #333F4D;
  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);
          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);
          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: #333F4D;
}

.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);
          transform: scale(1.02);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.image-hover-animate:hover img {
  -webkit-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-50 {
  padding-top: 50px;
}

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

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

.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-140 {
  padding-top: 140px;
}

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

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

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

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

.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 right-image-bounce {
  0% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  50% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  100% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes right-image-bounce {
  0% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  50% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  100% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@-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: relative;
  z-index: 99;
  margin-top: 20px;
}
.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: 200px;
}
.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: 20px;
  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%);
          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%);
          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: 16px;
  font-weight: 600;
  -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 {
  content: "›";
  position: absolute;
  left: 13px;
  top: 40%;
  transform: translateY(-50%);
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
  color: #fff;
  font-size: 30px;
}
.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";
  /* 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: 12px;
}

.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;
}

.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;
}

.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;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  -webkit-box-shadow: 0 10px 20px 0 rgba(46, 56, 220, 0.05);
  box-shadow: 0 10px 20px 0 rgba(46, 56, 220, 0.05);
  border-bottom: 0;
  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%);
          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);
          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);
          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);
          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);
          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;
}
.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(36, 107, 253, 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: 56px;
  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 .banner-animate-img-1 {
  left: -70px;
  width: 120px;
  z-index: 1;
}
.banner-thumb-2 .main-img-wrap .banner-animate-img-2 {
   right: 0px;
  bottom: 115px;
  z-index: 1;	
}
.banner-thumb-2 .main-img-wrap .banner-animate-img-3 {
  left: -170px;
  bottom: 50px;
  z-index: 1;
}
.banner-thumb-2 .banner-animate-img-4 {
  top: 0;
  z-index: 0;
}
.banner-thumb-2 .main-img-wrap {
  z-index: 1;
}

.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);
          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);
          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: #ffd6b1;
  border-radius: 20px;
  padding: 30px;
}
.single-service-inner-2 .thumb img {
  -webkit-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: -55px;
  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);
          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%);
          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%);
          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);
          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);
          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(137, 118, 98, 0.95);
  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: #737588;
}
.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: #101A29;
  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);
          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%);
          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: #737588;
}
.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);
          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: grba(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);
          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(36, 107, 253, 0.1);
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-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);
          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,
.single-counter-inner .thumb svg {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.single-counter-inner:hover .thumb img,
.single-counter-inner:hover .thumb svg {
  -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;
      -ms-grid-row-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;
      -ms-grid-row-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);
          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%);
          transform: translateX(-50%);
}
.single-testimonial-inner.style-1 .thumb img {
  border-radius: 50%;
}
.single-testimonial-inner.style-2 .icon {
  border: 2px solid rgba(36, 107, 253, 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%);
          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-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;
  list-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%);
          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);
          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: #333F4D;
  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.active .search-form {
  visibility: visible;
  opacity: 1;
  width: 40%;
  z-index: 9999;
}

.td-search-popup .search-form {
  width: 35%;
  position: absolute;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -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);
  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);
  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);
  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(#F99746), to(#EE0020));
  background-image: linear-gradient(to right, #F99746, #EE0020);
  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);
  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%);
          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%);
          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 svg path{
  fill: var(--main-color);
}

.footer-area{
  font-size: 16px;
}


.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);
          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%);
          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);
          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(36, 107, 253, 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);
          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);
          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: 10px 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);
          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(--heading-color);
  z-index: -1;
}
.footer-area .widget {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}
.footer-area .widget-title {
  margin-bottom: 20px;
  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(--heading-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: #333F4D;
  -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);
          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 {
  padding: 25px;
}
.footer-area-2 .footer-bottom {
  border-top: 1px solid #e3e3e3;
}
/* Home 11 */
.hero-conversion-wrap {background-color: #246BFD24;
  border-radius: 10px;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top: 50px;margin-bottom: 0px;padding: 15px 20px 15px 20px;
}


.single-con-wraper {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    box-sizing: border-box;
    justify-content: space-between;
}


.single-conversion {
    display: flex;
    min-height: 1px;
    position: relative;
    align-items: center;
    align-content: center;
    padding: 10px;
}

.left-content {
    text-align: left;
    width: auto;
    z-index: 2;
    margin: 0px 10px 0px 0px;
}

.left-content h2 {
    color: #101828;
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-size: 45px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.3em;
}

.left-content h6 {
    color: #101828;
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.3em;
}
/* Home 12 */
.home-12 .banner-inner .title {
  font-size: 50px;
}

.home-12 .banner-inner .content {
  color: #ffffff;
}

.home-12 a.btn.btn-base.wow.fadeInLeft {
  margin-right: 10px;
}

.home-12 a.btn.btn-border-base.wow.fadeInLeft {
  color: #fff;
}
.home-12-form {
  background-color: #ffffff;
  padding: 40px;
  margin: 0 0 0 60px;
}
.banner-area-2.home-12 {
  padding: 100px 0;
}
/* Home 13 */
nav.navbar.navbar-area.navbar-area-2.navbar-expand-lg.bg-white.home-13 {
  position: relative;
}

nav.navbar.navbar-area.navbar-area-2.navbar-expand-lg.bg-white.home-13:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 22.821%;
  height: 100%;
  background-color: #246BFD;
}
.overlay-13 {
  position: relative;
}

.overlay-13:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #06286891;
  top: 0;
  left: 0;
  opacity: 1;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.color-white {
  color: #ffffff;
}

.single-service-12-wrap {
  display: flex;
  padding: 25px 20px;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  height: 100%;
  align-items: center;
}

.single-service-12-wrap .service-thumb {
  width: 25%;
  margin-right: 20px;
}

.single-service-12-wrap .service-content {
  width: 75%;
}

.single-service-12-wrap .service-content h4 {
  font-size: 18px;
}

.web-class, .mobile-class {
	display: none;
}

.single-list-inner li {
	font-size: 20px;
}

.form-control input, .form-select {
	height: 50px;
}

.day-price {
	color: var(--main-color);	
	font-size:16px
}

@media (max-width: 768px) {
    .container {
        width: 90%; /* 手機板上的寬度設置為90% */
    }
	.mobile-mb {
		margin-bottom: 20px
	}
}

/* 手機版（小於768px） */
@media (max-width: 767px) {
    .web-class {
        display: none;
    }
	.mobile-class .computer-img {
        width: 300px;
		max-width: unset;
    }
	
	.mobile-class .banner-thumb-2 .main-img-wrap {
		z-index: 1;
		margin-left: unset;
	}
	
	.mobile-class .banner-thumb-2 .banner-animate-img {
        position: absolute;
    }
	
	.mobile-class .banner-thumb-2 .main-img-wrap .banner-animate-img-3 {
		left: unset;
		top: 160px;
		z-index: 1;
	}
	
	.banner-thumb-2 .main-img-wrap .banner-animate-img-2 {
		right: 90px !important;
		top: unset;
		z-index: 1;
		bottom: -10px;
	}
	
    .mobile-class {
        display: block;
    }
}

/* 電腦版（大於等於768px） */
@media (min-width: 768px) {
    .web-class {
        display: block;
    }
	.web-class .computer-img {
        width: 500px;
		max-width: unset;
    }
    .mobile-class {
        display: none;
    }
}
.desktop-only {
   display: none; /* 預設在電腦不顯示 */
}

 @media (max-width: 768px) {
.desktop-only {
   display: block; /* 手機上顯示 */
}

.desktop-only1 {
   display: block; /* 預設在電腦上顯示 */
}

 @media (max-width: 768px) {
.desktop-only1 {
   display: none; /* 手機上不顯示 */
}