@charset "UTF-8";
/*
Theme Name: Investon
Theme URI: http://s7template.com/tf/investon
Author: s7template
Author URI: http://s7template.com
Description: Investon - Investment & Business Agency HTML Template
Version: 1.0.1
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Global
    ## Global
    ## Mixins
    ## Theme
    ## Variables
    ## Common

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

# Elements
    ## Flaticon

--------------------------------------------------------------*/
/*-----------------
    # Typography
-----------------*/
@import url("https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800,900&amp;display=swap");
:root {
  --main-color-one: #fc427b;
  --heading-color: #001064;
  --paragraph-color: #2e3970;
  --heading-font: 'Raleway', sans-serif;
  --body-font: 'Raleway', sans-serif;
  --body-font-size: 16px;
  --line-height30: 1.8; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  font-family: var(--body-font); }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -moz-osx-font-smoothing: grayscale;
  /* Firefox */
  -webkit-font-smoothing: antialiased;
  /* WebKit  */ }

body {
  margin: 0;
  color: var(--paragraph-color);
  overflow-x: hidden;
  font-family: var(--body-font);
  line-height: 1.8; }

h1 {
  font-size: 72px;
  line-height: 1.2833333333333333; }

h2 {
  font-size: 48px;
  line-height: 1.2380952380952381; }

h3 {
  font-size: 32px;
  line-height: 1.2833333333333333; }

h4 {
  font-size: 26px;
  line-height: 1.2380952380952381; }

h5 {
  font-size: 24px;
  line-height: 1.2380952380952381; }

h6 {
  font-size: 18px;
  line-height: 1.2380952380952381; }

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

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

a {
  color: inherit;
  text-decoration: none;
  color: var(--paragraph-color); }

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

pre {
  word-break: break-word; }

a i {
  padding: 0 2px; }

img {
  max-width: 100%; }

ol {
  counter-reset: counter;
  padding-left: 0; }

ol li {
  list-style: none;
  margin-bottom: 1rem; }

ol li:before {
  counter-increment: counter;
  content: counter(counter);
  font-weight: 500;
  margin-right: 10px; }

/*input 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: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .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; }

/*--------------------------------------------------------------
# Globals
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .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: 15px; }

.post-password-form input {
  display: block;
  border: 1px solid #e2e2e2;
  height: 50px;
  border-radius: 3px;
  padding: 0 20px; }

.post-password-form label {
  font-weight: 600;
  color: #333; }

.post-password-form input[type=submit] {
  width: 100px;
  height: 50px;
  background-color: var(--main-color);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  border: none;
  cursor: pointer;
  -webkit-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .3s ease-in; }

.post-password-form input[type=submit]:hover {
  background-color: #121A2F; }

.footer-widget .table td,
.footer-widget .table th {
  padding: 0.50rem !important; }

@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }

@media (min-width: 1400px) {
  .container {
    max-width: 1260px; } }

/*---------------------------------------
    ## Back Top
---------------------------------------*/
.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  color: #ffffff;
  background-color: var(--main-color-one);
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  z-index: 99;
  font-size: 30px;
  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; }
  .back-to-top i {
    -webkit-animation: scrolltop 2s infinite;
    animation: scrolltop 2s infinite; }

@-webkit-keyframes scrolltop {
  from {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    filter: alpha(opacity=0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  10% {
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0);
    filter: alpha(opacity=100);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  to {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
    filter: alpha(opacity=0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; } }

@keyframes scrolltop {
  from {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    filter: alpha(opacity=0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  10% {
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0);
    filter: alpha(opacity=100);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  to {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
    filter: alpha(opacity=0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; } }

/*-------------------------
    ## Margin Css
---------------------------*/
.top-right-radius-0 {
  border-top-right-radius: 0 !important; }

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

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

/*-------------------------
    ## Common Padding Css
---------------------------*/
.mg-top-180 {
  margin-top: 180px !important; }

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

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

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

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

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

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

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

.mg-bottom-100 {
  margin-bottom: 100px !important; }

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

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

.common-pd {
  padding: 120px 0; }

.common-pd-1 {
  padding: 105px 0 58px; }

.common-pd-2 {
  padding: 120px 0 58px; }

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

.common-pd-bottom-2 {
  padding-bottom: 95px; }

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

.common-pd-bottom-4 {
  padding-bottom: 105px; }

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

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

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

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

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

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

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

.common-pd-subscribe {
  padding: 100px 0; }

/*---------------------------------------
    ## Button
---------------------------------------*/
.btn {
  border: 0;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .btn:hover {
    color: #ffffff; }
  .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ffffff;
    outline: 0; }
  .btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ffffff;
    outline: 0; }

.btn-basic {
  background: #ff007a;
  padding: 0 30px;
  border-radius: 50px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .btn-basic:hover {
    background: var(--heading-color); }

.btn-white {
  background: #ffffff;
  padding: 0 30px;
  border-radius: 50px;
  color: #fe0079;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-box-shadow: 0px 22px 85.85px 15.15px rgba(223, 223, 223, 0.49);
  box-shadow: 0px 22px 85.85px 15.15px rgba(223, 223, 223, 0.49); }
  .btn-white:active, .btn-white:focus, .btn-white:hover {
    background: #ff007a;
    color: #ffffff; }
  .btn-white i {
    margin-left: 12px;
    border: 2px solid;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    line-height: 16px;
    font-size: 14px; }

.btn-plus {
  background: -webkit-linear-gradient(346deg, #fe0079 0%, #762dc4 100%);
  background: -o-linear-gradient(346deg, #fe0079 0%, #762dc4 100%);
  background: linear-gradient(104deg, #fe0079 0%, #762dc4 100%);
  padding: 0;
  border: 0;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  color: #ffffff;
  cursor: pointer;
  line-height: 51px;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .btn-plus:focus, .btn-plus:active {
    background: -webkit-linear-gradient(94deg, #fe0079 0%, #762dc4 100%) !important;
    background: -o-linear-gradient(94deg, #fe0079 0%, #762dc4 100%) !important;
    background: linear-gradient(-4deg, #fe0079 0%, #762dc4 100%) !important; }

/*-------------------------
    ## Background
---------------------------*/
.bg-gradient {
  background: -webkit-gradient(linear, left bottom, left top, from(#fe0079), to(#762dc4)) !important;
  background: -webkit-linear-gradient(bottom, #fe0079 0%, #762dc4 100%) !important;
  background: -o-linear-gradient(bottom, #fe0079 0%, #762dc4 100%) !important;
  background: linear-gradient(0deg, #fe0079 0%, #762dc4 100%) !important; }

.bg-panel {
  background: -webkit-gradient(linear, left bottom, left top, from(#fe0079), to(#762dc4)) !important;
  background: -webkit-linear-gradient(bottom, #fe0079 0%, #762dc4 100%) !important;
  background: -o-linear-gradient(bottom, #fe0079 0%, #762dc4 100%) !important;
  background: linear-gradient(0deg, #fe0079 0%, #762dc4 100%) !important; }

.bg-gray {
  background: #f2f2f2; }

.bg-light-black {
  background: #2f3433; }

.bg-none {
  background: none !important;
  background-image: none !important; }

/*-------------------------
    ## section-title
---------------------------*/
.section-title {
  margin-bottom: 53px; }
  .section-title .title {
    font-size: 72px;
    font-weight: 800;
    color: var(--heading-color); }
  .section-title .subtitle {
    font-size: 60px;
    color: #fc427b;
    font-weight: 400;
    margin-bottom: -6px;
    position: relative; }
    .section-title .subtitle span {
      width: 51px;
      height: 2px;
      background: #fc427b;
      display: inline-block;
      margin: 0 19px 20px 0; }
  .section-title p {
    color: var(--paragraph-color);
    font-size: 16px;
    margin-top: 14px; }

.section-title-2 {
  padding: 10px 0 41px;
  position: relative; }
  .section-title-2 .title {
    font-size: 20px;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 14px;
    position: relative;
    border-radius: 0 0 5px 0; }
    .section-title-2 .title:after {
      content: '';
      position: absolute;
      height: 2px;
      width: 100px;
      background: var(--main-color-one);
      bottom: -1px;
      left: 0; }
  .section-title-2 .nice-select {
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 5px 5px 5px 0;
    font-size: 14px;
    color: var(--heading-color);
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #dddddd;
    padding: 0 35px 0 19px; }
    .section-title-2 .nice-select:after {
      right: 19px;
      border-bottom: 1px solid #2b2b2b;
      border-right: 1px solid #2b2b2b;
      height: 6px;
      width: 6px; }
    .section-title-2 .nice-select:hover, .section-title-2 .nice-select:active, .section-title-2 .nice-select.open, .section-title-2 .nice-select:focus {
      border-color: #dddddd; }
    .section-title-2 .nice-select .list {
      right: 0;
      left: auto; }
  .section-title-2 .btn {
    position: absolute;
    right: 0;
    top: 0px;
    border-radius: 0 5px 5px 0; }

/*-------------------------
    ## social-area Css
---------------------------*/
.social-area {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .social-area li {
    margin-right: 14px; }
    .social-area li a {
      border: 1px solid #fa497f;
      color: #fb477e;
      border-radius: 50%;
      height: 45px;
      width: 45px;
      line-height: 45px;
      text-align: center;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      display: block;
      font-size: 18px; }
      .social-area li a:hover {
        border: 1px solid #ffffff;
        background: #ffffff;
        -webkit-box-shadow: 0px 0px 30px 0px rgba(204, 204, 204, 0.78);
        box-shadow: 0px 0px 30px 0px rgba(204, 204, 204, 0.78); }
        .social-area li a:hover i {
          color: #fb477e; }
    .social-area li:last-child {
      margin-right: 0; }

.social-area-2 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .social-area-2 li {
    margin-right: 14px; }
    .social-area-2 li a {
      border: 1px solid #464646;
      border-radius: 5px;
      height: 55px;
      width: 55px;
      line-height: 55px;
      text-align: center;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      display: block;
      font-size: 18px; }
      .social-area-2 li a i {
        color: #bebebe; }
      .social-area-2 li a:hover {
        border: 1px solid #ff007a;
        background: #ff007a; }
        .social-area-2 li a:hover i {
          color: #bebebe; }
    .social-area-2 li:last-child {
      margin-right: 0; }

/*-------------------------
    ## Slider Css
---------------------------*/
/*-------------------------
    ## Common Input Css
---------------------------*/
.single-input-wrap {
  position: relative; }
  .single-input-wrap .single-input {
    width: 65%;
    height: 60px;
    background: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 50px;
    -webkit-box-shadow: 0px 22px 85.85px 15.15px rgba(223, 223, 223, 0.49);
    box-shadow: 0px 22px 85.85px 15.15px rgba(223, 223, 223, 0.49);
    padding: 0 40px;
    font-size: 16px;
    color: #797979;
    line-height: 60px;
    margin-right: 8px;
    margin-bottom: 0; }
    .single-input-wrap .single-input:active, .single-input-wrap .single-input:focus {
      -webkit-box-shadow: 0px 22px 85.85px 15.15px rgba(223, 223, 223, 0.49);
      box-shadow: 0px 22px 85.85px 15.15px rgba(223, 223, 223, 0.49);
      outline: 0;
      border: 1px solid #eaeaea; }
    .single-input-wrap .single-input::-webkit-input-placeholder {
      color: #797979; }
    .single-input-wrap .single-input:-ms-input-placeholder {
      color: #797979; }
    .single-input-wrap .single-input::-ms-input-placeholder {
      color: #797979; }
    .single-input-wrap .single-input::placeholder {
      color: #797979; }
  .single-input-wrap .btn {
    -webkit-box-shadow: 0px 22px 85.85px 15.15px rgba(223, 223, 223, 0.49);
    box-shadow: 0px 22px 85.85px 15.15px rgba(223, 223, 223, 0.49); }

.single-input-wrap-2 {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(239, 239, 239, 0.78);
  box-shadow: 0px 0px 20px 0px rgba(239, 239, 239, 0.78);
  margin-bottom: 30px;
  padding: 41px 42px 62px;
  border-radius: 12px; }
  .single-input-wrap-2.text-left {
    padding: 56px 96px 67px 200px; }
  .single-input-wrap-2 label {
    display: block;
    font-weight: 600;
    font-size: 24px;
    color: #2b2b2b; }
  .single-input-wrap-2 .single-input {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #c4c4c4;
    font-size: 12px;
    color: #c2c2c2;
    padding: 7px 0;
    text-align: center; }
    .single-input-wrap-2 .single-input:active, .single-input-wrap-2 .single-input:focus {
      border: 0;
      border-bottom: 1px solid #c4c4c4;
      outline: 0; }
  .single-input-wrap-2 textarea.single-input {
    text-align: left;
    border-bottom: 0; }
    .single-input-wrap-2 textarea.single-input:active, .single-input-wrap-2 textarea.single-input:focus {
      border-bottom: 0; }
  .single-input-wrap-2 .button {
    display: block;
    text-align: right;
    position: relative; }
    .single-input-wrap-2 .button .btn {
      -webkit-box-shadow: 0px 4px 35.72px 2.28px rgba(221, 221, 221, 0.78);
      box-shadow: 0px 4px 35.72px 2.28px rgba(221, 221, 221, 0.78);
      border-bottom-left-radius: 0; }
    .single-input-wrap-2 .button:after {
      content: '';
      position: absolute;
      height: 1px;
      width: 267px;
      background: #c4c4c4;
      bottom: 0;
      right: 172px; }

.subscribe-form {
  width: 100%;
  height: 64px;
  background: #ffffff;
  border: 1px solid #d7d7d7;
  border-radius: 30px;
  position: relative; }
  .subscribe-form input {
    border: 0;
    height: 100%;
    border-radius: 30px;
    padding: 0 200px 0 40px;
    font-size: 18px;
    color: #fd3b76;
    width: 100%; }
    .subscribe-form input::-webkit-input-placeholder {
      color: #fd3b76; }
    .subscribe-form input:-ms-input-placeholder {
      color: #fd3b76; }
    .subscribe-form input::-ms-input-placeholder {
      color: #fd3b76; }
    .subscribe-form input::placeholder {
      color: #fd3b76; }
    .subscribe-form input:active, .subscribe-form input:focus {
      border: 0;
      -webkit-box-shadow: 0;
      box-shadow: 0;
      outline: 0; }
  .subscribe-form button {
    background: #ff007a;
    color: #ffffff;
    font-size: 18px;
    height: 100%;
    border: 0;
    border-radius: 30px;
    padding: 0 45px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    position: absolute;
    right: 0;
    top: 0; }
    .subscribe-form button:hover {
      background: var(--heading-color); }
    .subscribe-form button:active, .subscribe-form button:focus {
      border: 0;
      -webkit-box-shadow: 0;
      box-shadow: 0;
      outline: 0;
      opacity: 0.7; }

/*-------------------------
    ## Preloader Css
---------------------------*/
.pre-wrap {
  position: fixed;
  content: '';
  -webkit-transform: translate(-100%, -240%);
  -ms-transform: translate(-100%, -240%);
  transform: translate(-100%, -240%);
  font-size: 62px; }

.preloader-inner {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999999999;
  background-color: rgba(2, 48, 71, 0.8);
  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: #ffffff;
      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.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .preloader-inner .cancel-preloader a:hover {
        background-color: var(--heading-color);
        color: #ffffff; }

.spinner {
  margin: 120px auto;
  width: 60px;
  height: 60px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-rotate 2.0s infinite linear;
  animation: sk-rotate 2.0s 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 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out; }

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

@-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); } }

/*----------------------------------------
  ## Search Popup
----------------------------------------*/
.search-popup.active .search-form {
  visibility: visible;
  opacity: 1; }

.search-popup .search-form {
  min-width: 600px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  visibility: hidden;
  opacity: 0;
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -webkit-transform: translate(-50%, -50%);
  /* Chrome, Safari, Opera */
  transform: translate(-50%, -50%);
  z-index: 99999; }

.search-popup .search-form .form-group .form-control {
  border: none;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 54px;
  padding: 0 100px 0 30px; }

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

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

.body-overlay.active {
  visibility: visible;
  opacity: .80;
  left: 0; }

.sidebar-menu {
  width: 0;
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
  z-index: 99999;
  padding: 100px 30px 30px 30px;
  overflow-y: auto;
  -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  opacity: 0;
  visibility: hidden; }
  .sidebar-menu .sidebar-inner {
    position: relative;
    top: 150px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in .3s;
    -o-transition: all .3s ease-in .3s;
    transition: all .3s ease-in .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    .sidebar-menu .sidebar-inner .sidemenu-text p {
      font-family: var(--secondary-font); }
  .sidebar-menu .sidebar-menu-close {
    background-color: var(--main-color-one);
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    cursor: pointer; }
    .sidebar-menu .sidebar-menu-close i {
      font-size: 18px;
      color: #fff; }
  .sidebar-menu .sidebar-logo {
    margin-bottom: 23px; }
  .sidebar-menu .sidebar-contact {
    margin-top: 33px; }
    .sidebar-menu .sidebar-contact h4 {
      font-size: 24px;
      line-height: 36px;
      margin-bottom: 10px; }
    .sidebar-menu .sidebar-contact ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .sidebar-menu .sidebar-contact ul li {
        font-size: 16px;
        line-height: 35px;
        color: #2b2b2b;
        font-family: var(--secondary-font); }
        .sidebar-menu .sidebar-contact ul li i {
          font-size: 16px;
          margin-right: 5px;
          width: 25px; }
  .sidebar-menu .sidebar-subscribe {
    margin-top: 35px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .sidebar-menu .sidebar-subscribe input[type='text'] {
      border: 1px solid #CCD3DC;
      border-right: 0;
      height: 45px;
      padding: 0 20px 0 20px; }
    .sidebar-menu .sidebar-subscribe button {
      background: rgba(var(--main-color-one), 0.5);
      border: 0;
      height: 45px;
      width: 46px;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      cursor: pointer; }
      .sidebar-menu .sidebar-subscribe button:hover {
        background: var(--main-color-one); }
      .sidebar-menu .sidebar-subscribe button:focus {
        outline: 0; }
      .sidebar-menu .sidebar-subscribe button i {
        color: #ffffff; }
  .sidebar-menu .social-link {
    margin-top: 20px; }
    .sidebar-menu .social-link ul {
      margin: 0;
      padding: 0; }
      .sidebar-menu .social-link ul li {
        list-style: none;
        float: left;
        margin: 0;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: rgba(4, 51, 129, 0.1);
        line-height: 43px;
        text-align: center;
        margin-right: 15px;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        cursor: pointer; }
        .sidebar-menu .social-link ul li:hover {
          background: var(--main-color-one);
          color: #ffffff; }

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

.sidebar-menu.active .sidebar-inner {
  top: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s ease-out 1.2s;
  -o-transition: all 1s ease-out 1.2s;
  transition: all 1s ease-out 1.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.left-line-bg {
  background-repeat: no-repeat;
  background-position-y: center;
  background-size: 200px; }

.right-line-bg {
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: right;
  background-size: 120px; }

.right-bottom-line-bg {
  background-repeat: no-repeat;
  background-position-y: 125px;
  background-position-x: right;
  background-size: 120px; }

.left-bottom-line-bg {
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-size: 200px; }

.shape-4 {
  background-repeat: no-repeat;
  background-size: contain; }

.shape-2 {
  background-repeat: no-repeat;
  background-size: contain; }

.shape-3 {
  background-repeat: no-repeat;
  background-size: contain; }

.shape-5 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom; }

.right-bottom2-line-bg {
  background-repeat: no-repeat;
  background-position-y: 165px;
  background-position-x: right;
  background-size: 120px; }

.about-work-shape {
  background-position-x: right !important;
  background-size: 100% 102% !important;
  background-position: inherit !important; }

/*--------------------
    404 pages
--------------------*/
.error-area {
  padding-bottom: 100px; }
  .error-area .error-message {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%; }
    .error-area .error-message .title {
      font-size: 40px;
      font-weight: 700;
      line-height: 60px;
      text-transform: capitalize;
      margin-bottom: 15px; }
    .error-area .error-message .descr {
      font-size: 18px;
      text-transform: capitalize;
      color: var(--heading-color);
      font-weight: 500;
      line-height: 30px;
      display: block;
      margin-bottom: 40px; }
    .error-area .error-message .backtohome {
      display: inline-block;
      font-size: 20px;
      font-weight: 500;
      color: #fff;
      width: 230px;
      text-align: center;
      background-color: #fc427b;
      border-radius: 35px;
      height: 60px;
      line-height: 60px;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .error-area .error-message .backtohome:hover {
        background-color: #2e3970;
        color: #fff; }

/*------------------------------
    case Page
------------------------------*/
.case-page-area {
  padding: 0px 0px 100px; }

.case-single {
  margin-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .case-single.style-02 {
    margin-bottom: 20px; }
  .case-single .case-content {
    margin: auto;
    padding-left: 15px; }
    .case-single .case-content h3 {
      margin-bottom: 20px; }

.case-image {
  position: relative;
  display: inline-block; }
  .case-image .case-item-hover {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .case-image .case-item-hover a {
      display: block;
      width: 100%;
      height: 100%; }
    .case-image .case-item-hover .case-link {
      position: absolute;
      left: 0;
      right: 0;
      text-align: center;
      top: calc(50% - 15px);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease;
      opacity: 0;
      z-index: 9;
      width: 30px;
      height: 30px;
      left: calc(50% - 0px);
      -webkit-transition-delay: 0.3s;
      -o-transition-delay: 0.3s;
      transition-delay: 0.3s; }
      .case-image .case-item-hover .case-link span {
        color: #fff;
        width: 100%;
        height: 100%;
        line-height: 50px;
        display: block;
        font-size: 18px; }
        .case-image .case-item-hover .case-link span::before {
          font-size: 30px; }
    .case-image .case-item-hover:before {
      position: absolute;
      left: -50%;
      top: -50%;
      width: 100%;
      height: 100%;
      content: '';
      background-color: rgba(0, 0, 0, 0.2);
      z-index: 1;
      opacity: 0;
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease; }
    .case-image .case-item-hover:after {
      position: absolute;
      right: -50%;
      bottom: -50%;
      width: 100%;
      height: 100%;
      content: '';
      background-color: rgba(0, 0, 0, 0.2);
      z-index: 1;
      opacity: 0;
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease; }
  .case-image:hover .case-item-hover:before {
    opacity: 1;
    left: 0;
    top: 0; }
  .case-image:hover .case-item-hover:after {
    opacity: 1;
    right: 0;
    bottom: 0; }
  .case-image:hover .case-link {
    opacity: 1;
    left: calc(50% - 15px); }

/*------------------------------
    case Details Page
------------------------------*/
.case-details-area {
  padding: 0px 0px 100px; }

.single-case-item {
  position: relative;
  text-align: left;
  margin-bottom: 30px; }
  .single-case-item .case-content {
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    padding: 25px 15px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    padding: 25px; }
    .single-case-item .case-content::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      margin: 5px;
      background-color: #ff8b00;
      z-index: -1;
      border-radius: 2px; }
    .single-case-item .case-content h3 {
      font-size: 20px;
      margin-bottom: 5px;
      margin-top: 0px;
      color: #fff; }
      .single-case-item .case-content h3 a {
        color: #fff; }
    .single-case-item .case-content p {
      color: #fce5ca;
      font-weight: 400; }
  .single-case-item:hover .case-content,
  .single-case-item .single-case-item:focus .case-content {
    bottom: 10px;
    opacity: 1;
    visibility: visible;
    color: #fff; }

.case-details-image {
  margin-bottom: 30px; }

.cases-details-desc {
  margin-top: 5px; }
  .cases-details-desc h3 {
    margin-bottom: 13px;
    font-size: 24px;
    font-weight: 700; }
  .cases-details-desc .features-text {
    margin-top: 25px;
    margin-bottom: 25px; }
    .cases-details-desc .features-text h4 {
      margin-bottom: 12px;
      font-size: 17px;
      font-weight: 600; }
      .cases-details-desc .features-text h4 i {
        font-size: 16px;
        margin-right: 4px;
        color: var(--main-color-one); }
  .cases-details-desc .case-details-info {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 35px; }
    .cases-details-desc .case-details-info .single-info-box {
      -ms-flex: 0 0 20%;
      -webkit-box-flex: 0;
      flex: 0 0 20%;
      max-width: 20%;
      padding-left: 15px;
      padding-right: 15px; }
      .cases-details-desc .case-details-info .single-info-box h4 {
        margin-bottom: 10px;
        font-size: 19px;
        font-weight: 700; }
      .cases-details-desc .case-details-info .single-info-box span {
        display: block;
        color: var(--heading-color);
        font-size: 15px; }
      .cases-details-desc .case-details-info .single-info-box .social {
        padding-left: 0;
        margin-bottom: 0;
        list-style-type: none; }
        .cases-details-desc .case-details-info .single-info-box .social li {
          display: inline-block;
          margin-right: 8px; }
          .cases-details-desc .case-details-info .single-info-box .social li a {
            color: var(--main-color-one);
            display: inline-block; }
            .cases-details-desc .case-details-info .single-info-box .social li a:hover {
              color: var(--main-color-one);
              -webkit-transform: translateY(-5px);
              -ms-transform: translateY(-5px);
              transform: translateY(-5px); }

/*------------------------------
    Privacy Policy page
------------------------------*/
.privacy-area {
  margin-bottom: 100px; }
  .privacy-area .privacy-image {
    padding-bottom: 30px; }
  .privacy-area .privacy-text {
    text-align: left !important; }
  .privacy-area .privacy-header {
    padding-bottom: 20px; }
    .privacy-area .privacy-header h3 {
      font-size: 18px;
      font-weight: 700; }
  .privacy-area .part-text h5 {
    font-size: 15px;
    font-weight: 600; }
  .privacy-area .part-text p a {
    font-weight: 500; }

/*--------------------------------
User Panel Page
---------------------------------*/
.user-panel {
  /* user-panel-section css start */ }

.user-panel-sidebar {
  padding: 30px 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px; }

@media (max-width: 991px) {
  .user-panel-sidebar {
    display: none; } }

.user-panel-sidebar li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 0; }

.user-panel-sidebar li.active a {
  color: #fff;
  font-size: 18px; }

.user-panel-sidebar li a {
  padding: 20px 0;
  text-transform: capitalize;
  color: #fff; }

.user-panel-sidebar li a i {
  font-size: 12px;
  position: relative;
  top: -2px;
  opacity: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  margin-right: -15px; }

.user-panel-sidebar li a:hover {
  color: #fff; }

.user-panel-sidebar li a:hover i {
  opacity: 1;
  margin-right: 5px; }

.user-panel-sidebar-btn {
  color: #ffffff;
  font-size: 18px;
  padding: 12px 30px;
  background-color: #0a1227;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  cursor: pointer;
  display: none; }

@media (max-width: 991px) {
  .user-panel-sidebar-btn {
    display: inline-block; } }

.user-panel-sidebar-btn i {
  margin-left: 10px; }

.user-panel-wrapper {
  padding-left: 30px; }

@media (max-width: 991px) {
  .user-panel-wrapper {
    margin-top: 50px;
    padding-left: 0; } }

.user-panel-wrapper .user-info-area {
  padding: 40px 40px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.user-panel-wrapper .user-info-area .user-info-header {
  width: 100%; }

@media (max-width: 767px) {
  .user-panel-wrapper .user-info-area .user-info-header {
    margin-top: -20px;
    margin-bottom: 0; } }

.user-panel-wrapper .user-info-area .user-info-header .action-list {
  margin: -5px -10px;
  text-align: right; }

.user-panel-wrapper .user-info-area .user-info-header .action-list li {
  display: inline-block;
  margin: 5px 10px;
  font-size: 18px;
  color: #fff; }

.user-panel-wrapper .user-info-area .user-thumb {
  width: 135px;
  height: 135px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden; }

@media (max-width: 575px) {
  .user-panel-wrapper .user-info-area .user-thumb {
    margin: 0 auto; } }

.user-panel-wrapper .user-info-area .user-content {
  padding-left: 30px;
  width: calc(100% - 135px); }

@media (max-width: 575px) {
  .user-panel-wrapper .user-info-area .user-content {
    width: 100%;
    padding-left: 0;
    text-align: center;
    margin-top: 30px; } }

.user-panel-wrapper .user-info-area .user-content .user-name {
  margin-bottom: 15px;
  color: #fff; }

.user-panel-wrapper .user-info-area .user-content .user-details-list li {
  color: #fff; }

.user-panel-wrapper .statitics-item-area {
  margin-top: 50px;
  color: #fff; }

.user-panel-wrapper .statitics-item-area .statitics-item {
  background-color: #F2FEFC;
  text-align: center;
  padding-top: 50px;
  min-height: 275px;
  position: relative;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  overflow: hidden; }

.user-panel-wrapper .statitics-item-area .statitics-item .title {
  text-transform: capitalize;
  font-size: 18px; }

.user-panel-wrapper .statitics-item-area .statitics-item .stat-amount {
  font-weight: 700;
  color: #3dbfc9;
  font-size: 30px; }

.user-panel-wrapper .statitics-item-area .statitics-item .stat-amount.color-1 {
  color: #900cec; }

.user-panel-wrapper .statitics-item-area .statitics-item .stat-amount.color-2 {
  color: #065dc0; }

.user-panel-wrapper .statitics-item-area .statitics-item .stat-amount.color-3 {
  color: #ef428c; }

.user-panel-wrapper .statitics-item-area .statitics-item .item-shape-1 {
  width: 100%;
  min-height: 140px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-clip-path: polygon(82% 29%, 100% 0, 100% 100%, 0 100%, 0 0, 27% 57%, 51% 16%);
  clip-path: polygon(82% 29%, 100% 0, 100% 100%, 0 100%, 0 0, 27% 57%, 51% 16%);
  background-image: -moz-linear-gradient(41deg, #900cec 0%, #8f28f2 76%, #8d44f8 100%);
  background-image: -webkit-linear-gradient(41deg, #900cec 0%, #8f28f2 76%, #8d44f8 100%);
  background-image: -ms-linear-gradient(41deg, #900cec 0%, #8f28f2 76%, #8d44f8 100%);
  z-index: 9; }

.user-panel-wrapper .statitics-item-area .statitics-item .item-shape-2 {
  width: 100%;
  min-height: 140px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-clip-path: polygon(80% 37%, 100% 19%, 100% 100%, 0 100%, 0 0, 34% 42%, 57% 16%);
  clip-path: polygon(80% 37%, 100% 19%, 100% 100%, 0 100%, 0 0, 34% 42%, 57% 16%);
  background-image: -moz-linear-gradient(41deg, #045abe 0%, #1679cf 76%, #2798df 100%);
  background-image: -webkit-linear-gradient(41deg, #045abe 0%, #1679cf 76%, #2798df 100%);
  background-image: -ms-linear-gradient(41deg, #045abe 0%, #1679cf 76%, #2798df 100%);
  z-index: 9; }

.user-panel-wrapper .statitics-item-area .statitics-item .item-shape-3 {
  width: 100%;
  min-height: 140px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-clip-path: polygon(76% 29%, 100% 19%, 100% 100%, 0 100%, 0 61%, 19% 27%, 51% 66%);
  clip-path: polygon(76% 29%, 100% 19%, 100% 100%, 0 100%, 0 61%, 19% 27%, 51% 66%);
  background-image: -moz-linear-gradient(41deg, #ef428c 0%, #f7549a 76%, #ff65a7 100%);
  background-image: -webkit-linear-gradient(41deg, #ef428c 0%, #f7549a 76%, #ff65a7 100%);
  background-image: -ms-linear-gradient(41deg, #ef428c 0%, #f7549a 76%, #ff65a7 100%);
  z-index: 9; }

.user-panel-wrapper .revenue-statistics-area {
  margin-top: 50px;
  margin-bottom: 50px; }

.user-panel-wrapper .revenue-statistics-area .title {
  text-transform: capitalize; }

.user-panel-wrapper .revenue-statistics-area .revenue-statistics-chart-area {
  margin-top: 30px;
  padding: 30px 30px;
  background-color: #0a1227;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px; }

.user-panel-wrapper .revenue-statistics-area .revenue-statistics-chart-header {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.user-panel-wrapper .revenue-statistics-area .revenue-statistics-chart-header span {
  color: #fff; }

.user-panel-wrapper .revenue-statistics-area .revenue-statistics-chart-header .view-list-menu {
  margin: 0 -10px; }

.user-panel-wrapper .revenue-statistics-area .revenue-statistics-chart-header .view-list-menu li {
  display: inline-block;
  margin: 0 10px; }

.user-panel-wrapper .revenue-statistics-area .revenue-statistics-chart-header .view-list-menu li a {
  text-transform: capitalize;
  color: #fff; }

.user-panel-wrapper .revenue-statistics-chart {
  margin-top: 20px; }

.user-panel-wrapper .last-deposit-area {
  margin-top: 50px;
  overflow: auto; }

.user-panel-wrapper .last-deposit-area table {
  background-color: #0a1227;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  overflow: hidden; }

@meida (max-width: 767px) {
  .user-panel-wrapper .last-deposit-area table {
    width: 690px; } }

.user-panel-wrapper .last-deposit-area .last-deposit-header {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px; }

.user-panel-wrapper .last-deposit-area .last-deposit-header .title {
  text-transform: capitalize; }

.user-panel-wrapper .last-deposit-area .last-deposit-header select {
  background-color: #8542e7;
  color: #ffffff;
  width: 90px;
  font-size: 13px;
  height: 30px;
  padding: 5px 10px;
  border-radius: 999px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  -o-border-radius: 999px; }

/* user-panel-section css end */
/* user-panel-section css end */
/*--------------------------------------------------------------
	## Widgets
--------------------------------------------------------------*/
.widget {
  margin-bottom: 30px; }

.sidebar .widget {
  margin-bottom: 40px; }

.widget .widget-title {
  font-size: 16px;
  font-weight: 500; }

.widget.widget_nav_menu ul li.menu-item-has-children:after {
  display: none; }

.widget ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.widget ul li ul {
  margin-left: 20px; }

.widget ul li {
  display: block;
  word-break: break-word; }

.widget ul li:first-child {
  margin-top: 0px; }

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

.widget ul li a {
  color: inherit;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.widget ul li a:hover {
  color: var(--main-color); }

.footer-widget.widget_nav_menu ul li a {
  position: relative; }

.footer-widget.widget_nav_menu ul li a:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  font-family: "fontawesome";
  font-weight: 900;
  color: var(--main-color); }

.widget.widget_nav_menu ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.widget.widget_nav_menu ul li {
  margin: 13px 0; }

.widget.widget_nav_menu ul li:first-child {
  margin-top: 0; }

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

.widget.widget_nav_menu ul li > ul {
  margin-left: 15px; }

.widget.footer-widget .widget-title {
  color: #ffffff;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 40px; }
  .widget.footer-widget .widget-title span.dot {
    color: #ff007a; }

.widget.footer-widget p {
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  line-height: 37px; }

.widget .input-group .btn {
  background: var(--main-color-one);
  text-transform: uppercase;
  color: #ffffff;
  padding: 15px;
  font-size: 15px; }
  .widget .input-group .btn:hover {
    background: #515151 !important;
    color: var(--main-color-one) !important;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear; }

/*----------------------------------------------
    # Nav bar 
----------------------------------------------*/
.navbar-area-1 .navbar-top .container {
  max-width: 95%; }

.navbar-area-1 .nav-container {
  max-width: 95%; }

.navbar-top {
  background-image: -webkit-linear-gradient(top, #5775db 0%, #762dc4 100%);
  background-image: -o-linear-gradient(top, #5775db 0%, #762dc4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5775db), to(#762dc4));
  background-image: linear-gradient(to bottom, #5775db 0%, #762dc4 100%);
  height: 60px; }
  .navbar-top .topbar-left {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .navbar-top .topbar-left > li {
      cursor: pointer; }
      .navbar-top .topbar-left > li:first-child {
        padding: 0px; }
  .navbar-top .topbar-right {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .navbar-top .topbar-right li {
      cursor: pointer; }
      .navbar-top .topbar-right li:first-child {
        padding: 0 20px; }
      .navbar-top .topbar-right li:last-child {
        padding: 0px 0 0 20px; }
      .navbar-top .topbar-right li.topbar-social-icon {
        padding: 0 6px; }
        .navbar-top .topbar-right li.topbar-social-icon a {
          -webkit-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
          .navbar-top .topbar-right li.topbar-social-icon a:hover {
            color: #001064; }

.navbar-middle {
  padding: 30px 0; }

.topbar-single-info {
  padding: 0 15px;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  height: 60px;
  line-height: 60px; }
  .topbar-single-info i {
    margin-right: 8px; }

.topbar-select {
  border: 0;
  padding: 0 30px 0 20px;
  font-size: 16px;
  font-weight: 700;
  height: 60px;
  line-height: 60px;
  background: transparent;
  width: 110px; }
  .topbar-select:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 5px solid;
    border-right: 5px solid transparent;
    border-bottom: 0;
    border-left: 5px solid transparent;
    -webkit-transform: rotate(0) !important;
    -ms-transform: rotate(0) !important;
    transform: rotate(0) !important;
    margin-top: -2.5px;
    right: 15px; }

.topbar-currency {
  position: relative; }
  .topbar-currency:before {
    content: '\f0ac';
    font-family: FontAwesome;
    background-size: 100%;
    position: absolute;
    left: 0px; }
  .topbar-currency .list {
    z-index: 99999;
    width: 100%; }
    .topbar-currency .list li {
      color: var(--heading-color); }

.topbar-help .btn {
  height: 60px;
  background: none;
  color: var(--paragraph-color);
  border: 0;
  outline: 0 !important;
  padding: 0 20px;
  line-height: 60px;
  font-size: 14px; }
  .topbar-help .btn:after {
    vertical-align: .1em;
    border-top: 5px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent; }

.topbar-help .dropdown-menu {
  z-index: 99999;
  font-size: 14px; }

.main-search {
  display: inline-block;
  border-radius: 50px;
  background: #ffffff; }
  .main-search input {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    border-radius: 50px 0 0 50px;
    outline: 0;
    border: 0;
    width: 75%;
    padding: 0 30px; }
    .main-search input:focus, .main-search input:active {
      outline: 0;
      border: 0; }
  .main-search button {
    border-radius: 50px;
    font-size: 18px;
    font-weight: 700;
    background: var(--main-color-one);
    border: 0;
    color: #fff;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    width: 25%;
    position: absolute;
    right: 0; }
    .main-search button:active, .main-search button:focus {
      -webkit-box-shadow: 0;
      box-shadow: 0;
      outline: 0; }

.topbar-cat-select .nice-select {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  border: 0;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  color: #2b2b2b;
  border-radius: 0; }
  .topbar-cat-select .nice-select:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 5px solid;
    border-right: 5px solid transparent;
    border-bottom: 0;
    border-left: 5px solid transparent;
    -webkit-transform: rotate(0) !important;
    -ms-transform: rotate(0) !important;
    transform: rotate(0) !important;
    margin-top: -2.5px; }
  .topbar-cat-select .nice-select .list {
    z-index: 99999; }

.shop-cart-area {
  text-align: right; }
  .shop-cart-area ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .shop-cart-area ul li {
      position: relative;
      margin: 0 10px;
      font-weight: 500; }
      .shop-cart-area ul li span {
        position: absolute;
        font-size: 11px;
        font-weight: 500;
        right: -10px;
        top: -5px;
        background: var(--main-color-one);
        height: 15px;
        width: 15px;
        border-radius: 50%;
        color: #ffffff;
        text-align: center;
        line-height: 15px; }
      .shop-cart-area ul li i.las {
        font-size: 22px;
        margin-right: -4px; }

/************ navbar area ************/
.navbar-area {
  padding: 0;
  position: relative;
  width: 100%;
  top: 0;
  z-index: 9999;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  .navbar-area .navbar {
    background: #2c17c0; }
  .navbar-area .nav-container {
    background-color: transparent;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
    .navbar-area .nav-container .logo a {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      width: 160px; }
    .navbar-area .nav-container .navbar-collapse .navbar-nav {
      display: block;
      width: 100%;
      text-align: right; }
      .navbar-area .nav-container .navbar-collapse .navbar-nav li {
        display: inline-block;
        font-size: 18px;
        font-weight: 400;
        line-height: 50px;
        text-transform: capitalize; }
        .navbar-area .nav-container .navbar-collapse .navbar-nav li a {
          color: #ffffff; }
        .navbar-area .nav-container .navbar-collapse .navbar-nav li:hover a {
          color: #ff007a; }
        .navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
          margin-left: 20px; }
        .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
          position: relative;
          z-index: 0; }
          .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
            position: absolute;
            font-size: 10px;
            font-weight: 100;
            right: -1px;
            top: 49%;
            content: '';
            font-family: 'fontawesome';
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            -webkit-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
            opacity: 0; }
          .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover {
            -webkit-transition: all 0.3s ease-in;
            -moz-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
            color: #ff007a; }
            .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover:before {
              color: #ff007a; }
          .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: 260px;
            margin: 0;
            padding: 0 15px;
            list-style: none;
            left: 0;
            top: 100%;
            -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
            background-color: #ffffff;
            z-index: 9;
            overflow: hidden;
            visibility: hidden;
            opacity: 0;
            -webkit-transition: all 0.3s ease-in;
            -moz-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in; }
            .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu.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; }
              .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li + li {
                border-top: 1px solid #e2e2e2; }
              .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
                display: block;
                padding: 12px 0px;
                background-color: #fff;
                white-space: nowrap;
                color: #000;
                -webkit-transition: all .3s;
                -o-transition: all .3s;
                transition: all .3s;
                -webkit-transition: all 0.3s ease-in;
                -moz-transition: all 0.3s ease-in;
                -o-transition: all 0.3s ease-in;
                transition: all 0.3s ease-in; }
                .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a i {
                  opacity: 0;
                  -webkit-transition: all .5s;
                  -o-transition: all .5s;
                  transition: all .5s;
                  margin-right: -18px;
                  position: relative;
                  color: var(--main-color-one); }
                .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
                  color: var(--paragraph-color); }
                  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover i {
                    opacity: 1;
                    margin-right: 5px; }
            .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children {
              position: relative;
              z-index: 0;
              padding-right: 0px; }
              .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:before {
                position: absolute;
                right: 15px;
                top: 50%;
                content: '\f105';
                font-family: 'fontawesome';
                -ms-transform: translateY(-50%);
                /* IE 9 */
                -webkit-transform: translateY(-50%);
                /* Chrome, Safari, Opera */
                transform: translateY(-50%); }
              .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children > .sub-menu {
                left: 100%;
                top: 20px; }
                .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children > .sub-menu .sub-menu .sub-menu {
                  left: auto;
                  right: 100%; }
              .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu {
                visibility: visible;
                opacity: 1; }
                .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu li:hover:before {
                  color: #ffffff; }
      .navbar-area .nav-container .navbar-collapse .navbar-nav > li {
        padding-right: 13px;
        margin-right: 0px; }
        .navbar-area .nav-container .navbar-collapse .navbar-nav > li:hover {
          color: #ff007a; }
          .navbar-area .nav-container .navbar-collapse .navbar-nav > li:hover > a {
            color: #ff007a; }
          .navbar-area .nav-container .navbar-collapse .navbar-nav > li:hover:before {
            color: #ff007a; }

.nav-transparent .nav-container .navbar-collapse .navbar-nav > li {
  position: relative;
  padding: 0 7px; }
  .nav-transparent .nav-container .navbar-collapse .navbar-nav > li:after {
    content: '';
    position: absolute;
    height: 5px;
    width: 100%;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    left: 0;
    bottom: 10%;
    opacity: 0;
    background: #ff007a; }
  .nav-transparent .nav-container .navbar-collapse .navbar-nav > li:before {
    content: "";
    position: absolute;
    height: 5px;
    width: 100%;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    left: 0;
    top: 10% !important;
    opacity: 0;
    background: #ff007a; }
  .nav-transparent .nav-container .navbar-collapse .navbar-nav > li.current-menu-item:after {
    opacity: 1;
    bottom: 0; }
  .nav-transparent .nav-container .navbar-collapse .navbar-nav > li.current-menu-item:before {
    opacity: 1;
    top: 0 !important; }
  .nav-transparent .nav-container .navbar-collapse .navbar-nav > li:hover:after {
    opacity: 1;
    bottom: 0; }
  .nav-transparent .nav-container .navbar-collapse .navbar-nav > li:hover:before {
    opacity: 1;
    top: 0 !important; }

.nav-transparent .nav-container .right-part-search {
  padding: 0 20px 0 50px; }

.navbar .nav-container .navbar-collapse .navbar-nav > li > a {
  color: #fff;
  line-height: 65px; }

.nav-white .nav-container .navbar-collapse .navbar-nav > li > a {
  color: #fff;
  line-height: 90px; }

.nav-transparent .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
  top: 110%; }

.mobile-logo {
  display: none; }

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

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

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

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

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

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

.right-part-search {
  list-style: none;
  padding: 0 20px 0 10px;
  margin: 0;
  height: 100px;
  line-height: 100px;
  font-size: 13px;
  color: #b0b0b0; }
  .right-part-search a {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .right-part-search a:hover {
      color: #ffffff; }

@media only screen and (max-width: 991px) {
  .navbar-area.nav-white .navbar,
  .navbar-area .navbar {
    padding: 20px 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: 0px;
      padding-right: 0; }
      .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 #ffffff; }
          .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: 25px;
            right: 0px !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;
            -o-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: #ffffff; }
              .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li + li {
                border-top: none; }
  .mobile-logo {
    display: block; }
  .cat-menu {
    display: none; }
  .nav-right-part {
    display: none; }
  .navbar .shop-cart-area {
    display: block;
    padding-right: 40px;
    color: #ffffff; }
  .navbar-area .nav-container .navbar-collapse .navbar-nav {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .navbar .nav-container .navbar-collapse .navbar-nav > li > a {
    line-height: 28px; }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover:before {
    color: #ffffff; }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
    background: transparent;
    color: #ffffff; }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
    border: 0; } }

.nav-right-part .right-part-text {
  color: #ffffff !important; }

.nav-right-part ul {
  padding: 0;
  margin: 0; }
  .nav-right-part ul li {
    list-style: none;
    float: left;
    line-height: 1.1;
    margin-right: 25px; }
    .nav-right-part ul li:last-child {
      margin-right: 0px; }
    .nav-right-part ul li.search {
      position: relative;
      padding: 10px 0px 10px 20px;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }
      .nav-right-part ul li.search a {
        font-size: 20px;
        color: var(--main-color-one); }
    .nav-right-part ul li.heart {
      width: 45px;
      height: 45px;
      background: #ffffff;
      border-radius: 50%;
      text-align: center;
      line-height: 50px;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
      .nav-right-part ul li.heart:hover {
        background: #dc3545; }
        .nav-right-part ul li.heart:hover i {
          color: #ffffff; }
      .nav-right-part ul li.heart i {
        color: #dc3545;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s; }
    .nav-right-part ul li.menubar a i:before {
      font-size: 40px; }
    .nav-right-part ul li.menubar:hover a i {
      color: #ffffff;
      cursor: pointer; }

.navbar-area .nav-container .navbar-collapse .navbar-nav li {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 100px;
  text-transform: capitalize; }

.navbar-area-2 {
  position: absolute;
  top: 0; }
  .navbar-area-2 .navbar-top {
    background: transparent; }

.nav-transparent {
  background: transparent !important; }
  .nav-transparent .nav-white {
    border-radius: 10px;
    position: relative;
    padding: 0 70px; }
    .nav-transparent .nav-white .navbar-collapse .navbar-nav li a {
      color: #282828;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
    .nav-transparent .nav-white .right-part-search a:hover {
      color: #282828; }
    .nav-transparent .nav-white:after {
      content: "";
      position: absolute;
      height: 10px;
      width: 93%;
      bottom: -10px;
      right: 0;
      margin: 0 auto;
      left: 0px;
      background: #e3e2e2;
      border-radius: 0 0 10px 10px; }
  .nav-transparent .toggle-btn .icon-left {
    background-color: var(--heading-color); }
    .nav-transparent .toggle-btn .icon-left:before {
      background-color: var(--heading-color); }
    .nav-transparent .toggle-btn .icon-left:after {
      background-color: var(--heading-color); }
    .nav-transparent .toggle-btn .icon-left:hover {
      cursor: pointer; }
  .nav-transparent .toggle-btn .icon-right {
    background-color: var(--heading-color); }
    .nav-transparent .toggle-btn .icon-right:before {
      background-color: var(--heading-color); }
    .nav-transparent .toggle-btn .icon-right:after {
      background-color: var(--heading-color); }
    .nav-transparent .toggle-btn .icon-right:hover {
      cursor: pointer; }

.nav-style-01 .nav-container .navbar-collapse .navbar-nav li a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.nav-style-01 .nav-right-part ul li.search a {
  color: #ffffff; }

.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
  color: #ffffff; }

.nav-style-01 .nav-right-part li {
  position: relative;
  top: 3px; }
  .nav-style-01 .nav-right-part li a {
    color: #fff; }

.nav-white {
  background: #ffffff !important; }

@media only screen and (min-width: 992px) {
  .navbar-area-fixed .nav-container {
    padding: 10px 0px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; } }

.nav-style-01 .menubar {
  top: 0px !important; }

.nav-style-01.navbar-area-fixed {
  background: var(--main-color-one);
  -webkit-box-shadow: 0px 4px 6px 0px rgba(228, 226, 234, 0.06);
  box-shadow: 0px 4px 6px 0px rgba(228, 226, 234, 0.06); }

.toggle-btn {
  left: auto;
  right: 0;
  position: absolute;
  width: 30px;
  height: 60px;
  padding: 0;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  top: -18px;
  background: transparent;
  border: 0; }
  .toggle-btn .icon-left {
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    position: absolute;
    height: 2px;
    width: 10px;
    top: 30px;
    left: 7px;
    background-color: #ffffff; }
    .toggle-btn .icon-left:before {
      -webkit-transition-duration: 0.5s;
      -o-transition-duration: 0.5s;
      transition-duration: 0.5s;
      position: absolute;
      width: 10px;
      height: 2px;
      background-color: #ffffff;
      content: "";
      top: -7px;
      left: 0; }
    .toggle-btn .icon-left:after {
      -webkit-transition-duration: 0.5s;
      -o-transition-duration: 0.5s;
      transition-duration: 0.5s;
      position: absolute;
      width: 10px;
      height: 2px;
      background-color: #ffffff;
      content: "";
      top: 7px;
      left: 0; }
    .toggle-btn .icon-left:hover {
      cursor: pointer; }
  .toggle-btn .icon-right {
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    position: absolute;
    height: 2px;
    width: 10px;
    top: 30px;
    background-color: #ffffff;
    left: 17px; }
    .toggle-btn .icon-right:before {
      -webkit-transition-duration: 0.5s;
      -o-transition-duration: 0.5s;
      transition-duration: 0.5s;
      position: absolute;
      width: 10px;
      height: 2px;
      background-color: #ffffff;
      content: "";
      top: -7px;
      left: 0; }
    .toggle-btn .icon-right:after {
      -webkit-transition-duration: 0.5s;
      -o-transition-duration: 0.5s;
      transition-duration: 0.5s;
      position: absolute;
      width: 10px;
      height: 2px;
      background-color: #ffffff;
      content: "";
      top: 7px;
      left: 0; }
    .toggle-btn .icon-right:hover {
      cursor: pointer; }
  .toggle-btn.open .icon-left {
    -webkit-transition-duration: 0.5s;
    -o-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, 2px);
      -ms-transform: rotate(45deg) scaleX(1.4) translate(2px, 2px);
      transform: rotateZ(45deg) scaleX(1.4) translate(2px, 2px); }
    .toggle-btn.open .icon-left:after {
      -webkit-transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -2px);
      -ms-transform: rotate(-45deg) scaleX(1.4) translate(2px, -2px);
      transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -2px); }
  .toggle-btn.open .icon-right {
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    background: transparent; }
    .toggle-btn.open .icon-right:before {
      -webkit-transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 1px);
      -ms-transform: rotate(-45deg) scaleX(1.4) translate(-2px, 1px);
      transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 1px); }
    .toggle-btn.open .icon-right:after {
      -webkit-transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -2px);
      -ms-transform: rotate(45deg) scaleX(1.4) translate(-2px, -2px);
      transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -2px); }
  .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: 15px; }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
    right: -9px; }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
    margin-left: 5px; }
  .navbar-nav li {
    padding-right: 0px !important; }
  .nav-right-part ul li.search {
    padding: 6px 15px 6px 0px;
    padding: 10px; } }

@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) {
  .nav-style-01 .responsive-mobile-menu .navbar-toggler {
    left: calc(100% - 40px);
    top: 14px;
    position: absolute; }
  .nav-style-01 .nav-right-part ul li.search {
    position: absolute;
    top: 34px;
    left: calc(100% - 105px); }
  .navbar-area .logo {
    padding-top: 0px !important; }
  .widget ul {
    text-align: left; }
  .navbar-collapse {
    background: var(--heading-color);
    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 li a {
    color: #fff; }
  .navbar-area .nav-container .navbar-collapse .navbar-nav {
    margin-bottom: 20px; }
  .navbar-area {
    padding-bottom: 0px; }
  .bar1, .bar2, .bar3 {
    background: #fff; }
  .navbar-area-1 .nav-container {
    max-width: 90%; }
  .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 li a {
    padding: 6px 20px; }
  .navbar-area .nav-container .navbar-collapse .navbar-nav > li:hover > a {
    color: #fff !important; }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover i {
    opacity: 0;
    margin-right: -18px; }
  .search-popup .search-form input {
    width: 60%;
    border-right: 0; }
  .search-popup .search-form button {
    height: 40px;
    padding: 0 31px;
    position: absolute;
    right: 5px;
    top: 5px; } }

/* 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 .nav-container {
    max-width: 100%; }
  .navbar-area .navbar {
    padding: 20px 15px; }
  .nav-right-part ul li.search {
    top: 30px;
    left: calc(100% - 190px); }
  .logo img {
    max-width: 67%;
    margin-left: 10px; }
  .navbar-area .logo {
    padding-top: 0px !important; }
  .topbar-select,
  .topbar-help .btn,
  .navbar-top .topbar-right li,
  .navbar-top .topbar-left li {
    border: 0;
    height: 60px;
    line-height: 60px; }
  .search-popup .search-form {
    min-width: 480px; } }

/* medium tablet layout 599px */
@media only screen and (max-width: 575px) {
  .mobile-logo a img {
    width: 84px; }
  .nav-style-01.navbar-area-fixed .nav-container {
    padding: 14px 0px 18px 0px; }
  .nav-style-01 .nav-right-part ul li.search {
    top: 33px; }
  .nav-style-01.navbar-area-fixed ul li.search {
    top: 26px; }
  .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; }
  .search-popup .search-form button {
    padding: 0 20px; } }

@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; }
  .nav-style-01 .responsive-mobile-menu .navbar-toggler {
    left: calc(100% - 50px);
    top: 10px; }
  .nav-style-01 .nav-right-part ul li.search {
    left: calc(100% - 105px); }
  .nav-right-part ul li {
    margin-right: 10px; }
  .search-popup .search-form {
    min-width: 300px; } }

@media only screen and (max-width: 320px) {
  .search-popup .search-form {
    min-width: 265px; }
  .nav-right-part ul li.heart {
    width: 40px;
    height: 40px;
    line-height: 45px; }
  .nav-right-part ul li {
    margin-right: 5px; }
  .responsive-mobile-menu .navbar-toggler {
    left: calc(100% - 95px); }
  .nav-right-part ul li.search {
    left: calc(100% - 145px); }
  .navbar .shop-cart-area {
    padding-right: 30px; } }

/*---------------------------------------------------
	banner style
----------------------------------------------------*/
.banner-area {
  background: url(../img/banner/bg-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 70px 0; }

.banner-area-2 {
  background: url(../img/banner/bg-2.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 150px 0 230px; }
  .banner-area-2 .banner-inner p,
  .banner-area-2 .banner-inner h2,
  .banner-area-2 .banner-inner .subtitle {
    color: #ffffff; }

.banner-inner {
  padding: 132px 0 80px; }
  .banner-inner .subtitle {
    font-size: 20px;
    color: var(--heading-color);
    font-weight: 700;
    margin: 0 0 21px; }
  .banner-inner h2 {
    font-size: 70px;
    font-weight: 800;
    color: #413788; }
  .banner-inner p {
    font-size: 16px;
    font-weight: 500;
    color: #626262;
    margin-top: 25px; }
  .banner-inner .single-input-wrap {
    margin-top: 41px; }
    .banner-inner .single-input-wrap .single-input {
      margin-right: 8px; }
      .banner-inner .single-input-wrap .single-input:active, .banner-inner .single-input-wrap .single-input:focus {
        -webkit-box-shadow: 0px 22px 85.85px 15.15px rgba(223, 223, 223, 0.49);
        box-shadow: 0px 22px 85.85px 15.15px rgba(223, 223, 223, 0.49); }
    .banner-inner .single-input-wrap .btn {
      -webkit-box-shadow: 0px 22px 85.85px 15.15px rgba(223, 223, 223, 0.49);
      box-shadow: 0px 22px 85.85px 15.15px rgba(223, 223, 223, 0.49); }

.banner-thumb-wrap .banner-thumb {
  margin-right: -250px; }

/*--------------------------------------------------------------
	## banner V3
--------------------------------------------------------------*/
.banner-v3-area {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100vh; }
  .banner-v3-area:after {
    position: absolute;
    left: 0;
    top: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(118, 45, 196, 0.9)), to(rgba(252, 66, 123, 0.9)));
    background-image: -webkit-linear-gradient(left, rgba(118, 45, 196, 0.9), rgba(252, 66, 123, 0.9));
    background-image: -o-linear-gradient(left, rgba(118, 45, 196, 0.9), rgba(252, 66, 123, 0.9));
    background-image: linear-gradient(to right, rgba(118, 45, 196, 0.9), rgba(252, 66, 123, 0.9));
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1; }
  .banner-v3-area .banner-slider-item.slick-active .banner-inner .title {
    -webkit-animation: 1s 0.2s fadeInRight both;
    animation: 1s 0.2s fadeInRight both; }
  .banner-v3-area .banner-v3-slider-area-wrapper {
    position: relative;
    z-index: 0;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-repeat: no-repeat; }
    .banner-v3-area .banner-v3-slider-area-wrapper .banner-slider-item {
      position: relative;
      margin: auto;
      padding: 50px 0px;
      margin-top: 80px; }
      .banner-v3-area .banner-v3-slider-area-wrapper .banner-slider-item .banner-inner-wrap {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .banner-v3-area .banner-v3-slider-area-wrapper .banner-slider-item .banner-inner-wrap .banner-inner p,
        .banner-v3-area .banner-v3-slider-area-wrapper .banner-slider-item .banner-inner-wrap .banner-inner h2,
        .banner-v3-area .banner-v3-slider-area-wrapper .banner-slider-item .banner-inner-wrap .banner-inner .subtitle {
          color: #ffffff; }
        .banner-v3-area .banner-v3-slider-area-wrapper .banner-slider-item .banner-inner-wrap .banner-inner .btn-wrapper {
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          margin-top: 30px; }
      .banner-v3-area .banner-v3-slider-area-wrapper .banner-slider-item .banner-image {
        padding: 132px 0 80px; }
    .banner-v3-area .banner-v3-slider-area-wrapper .slick-dots {
      position: absolute;
      width: auto;
      height: auto;
      top: 46%;
      left: 20px;
      margin: 0;
      padding: 0;
      list-style: none;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .banner-v3-area .banner-v3-slider-area-wrapper .slick-dots li {
        margin-bottom: 10px;
        cursor: pointer;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        position: relative; }
        .banner-v3-area .banner-v3-slider-area-wrapper .slick-dots li:before {
          content: "";
          display: block !important;
          width: 15px;
          height: 15px;
          text-align: center;
          line-height: 15px;
          font-size: 40px;
          border: 2px solid #fff;
          border-radius: 50%;
          -webkit-transition: all 0.3s ease-in;
          -moz-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
        .banner-v3-area .banner-v3-slider-area-wrapper .slick-dots li.slick-active:before {
          background: var(--main-color-one);
          border: none; }
        .banner-v3-area .banner-v3-slider-area-wrapper .slick-dots li button {
          display: none; }
  .banner-v3-area .banner-v3-slider-controls .slider-extra {
    position: absolute;
    top: 38%;
    left: 20px; }
    .banner-v3-area .banner-v3-slider-controls .slider-extra .text .first {
      color: #fff;
      font-size: 20px; }
  .banner-v3-area .banner-v3-slider-controls .slider-progress {
    position: relative;
    width: 50px;
    margin-left: 30px;
    margin-top: -14px; }
  .banner-v3-area .banner-v3-slider-controls .progress-bg {
    width: 100%;
    height: 3px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 147, 0, 0.4); }
  .banner-v3-area .banner-v3-slider-controls .progress-width {
    width: 1%;
    height: 3px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    background: #ff9300;
    z-index: 100; }
  .banner-v3-area .animated {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .banner-v3-area .banner-v3-slider-area-wrapper [data-animation-in] {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-transition: opacity 0.5s ease 0.3s;
    -o-transition: opacity 0.5s ease 0.3s;
    transition: opacity 0.5s ease 0.3s; }
  .banner-v3-area .banner-v3-contact {
    position: absolute;
    right: 12%;
    bottom: 4%; }
    .banner-v3-area .banner-v3-contact:after {
      content: "";
      width: 40px;
      height: 3px;
      display: inline-block;
      background-color: #fff;
      position: absolute;
      bottom: 40%;
      left: 102%; }
    .banner-v3-area .banner-v3-contact .social-link {
      margin: 0;
      padding: 0;
      list-style: none; }
      .banner-v3-area .banner-v3-contact .social-link li {
        display: inline-block;
        margin: 0 2px; }
        .banner-v3-area .banner-v3-contact .social-link li:first-child {
          margin-left: 2px; }
        .banner-v3-area .banner-v3-contact .social-link li a {
          display: block;
          width: 35px;
          height: 35px;
          border-radius: 50%;
          text-align: center;
          line-height: 35px;
          font-size: 16px;
          -webkit-transition: all 0.3s ease-in;
          -moz-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in;
          color: #fff; }
        .banner-v3-area .banner-v3-contact .social-link li:hover .banner-v3-area .banner-v3-contact:after {
          background: var(--main-color-one); }
        .banner-v3-area .banner-v3-contact .social-link li:hover .facebook {
          background-color: #3b5999;
          color: #fff; }
        .banner-v3-area .banner-v3-contact .social-link li:hover .twitter {
          background-color: #55acee;
          color: #fff; }
        .banner-v3-area .banner-v3-contact .social-link li:hover .youtube {
          background-color: #dd4b39;
          color: #fff; }
        .banner-v3-area .banner-v3-contact .social-link li:hover .instagram {
          background-color: #e4405f;
          color: #fff; }

/*--------------------------------------------------------------
	## banner Video
--------------------------------------------------------------*/
.banner-video {
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  height: 105vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px; }
  .banner-video:after {
    position: absolute;
    left: 0;
    top: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(118, 45, 196, 0.5)), to(rgba(252, 66, 123, 0.6)));
    background-image: -webkit-linear-gradient(left, rgba(118, 45, 196, 0.5), rgba(252, 66, 123, 0.6));
    background-image: -o-linear-gradient(left, rgba(118, 45, 196, 0.5), rgba(252, 66, 123, 0.6));
    background-image: linear-gradient(to right, rgba(118, 45, 196, 0.5), rgba(252, 66, 123, 0.6));
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1; }
  .banner-video .banner-video-area {
    width: 100%;
    height: 105vh;
    position: relative;
    z-index: -1; }
    .banner-video .banner-video-area:after {
      background-color: rgba(0, 0, 0, 0.1);
      width: 100%;
      height: 100vh;
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }
  .banner-video #myVideo {
    min-width: 100%;
    min-height: 105vh; }
  .banner-video .slider-content-area {
    position: absolute;
    -ms-transform: translate(-50%, -50%);
    /* IE 9 */
    -webkit-transform: translate(-50%, -50%);
    /* Chrome, Safari, Opera */
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    padding-top: 170px;
    min-width: 600px; }
    .banner-video .slider-content-area .slider-content {
      text-align: center; }
      .banner-video .slider-content-area .slider-content h2 {
        font-size: 70px;
        font-weight: 800;
        color: #ffffff;
        margin-bottom: 25px; }
      .banner-video .slider-content-area .slider-content .offer-text {
        font-size: 30px;
        line-height: 35px;
        color: #ffffff;
        font-weight: 400;
        margin-bottom: 20px; }
      .banner-video .slider-content-area .slider-content .text {
        color: #ffffff; }
      .banner-video .slider-content-area .slider-content .btn-wrapper {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-top: 30px; }
  .banner-video .video {
    position: relative;
    display: inline-block; }
    .banner-video .video .hover {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(34, 68, 85, 0.9);
      -webkit-animation: pulse-border 1500ms ease-out infinite;
      animation: pulse-border 1500ms ease-out infinite; }
      .banner-video .video .hover .video-play-btn {
        position: absolute;
        left: 50%;
        top: 50%;
        -ms-transform: translate(-50%, -50%);
        /* IE 9 */
        -webkit-transform: translate(-50%, -50%);
        /* Chrome, Safari, Opera */
        transform: translate(-50%, -50%);
        margin-top: 10px; }
  .banner-video .video-message {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .banner-video .video-message .invest-message {
      background-color: rgba(77, 84, 94, 0.7);
      padding: 15px;
      border-radius: 10px;
      font-size: 18px;
      -webkit-transition: all 0.5s ease-in;
      -moz-transition: all 0.5s ease-in;
      -o-transition: all 0.5s ease-in;
      transition: all 0.5s ease-in; }
      .banner-video .video-message .invest-message:hover {
        background-color: rgba(77, 84, 94, 0.9); }
        .banner-video .video-message .invest-message:hover .message-body {
          color: white; }
      .banner-video .video-message .invest-message:active {
        background-color: #4d545e; }
      .banner-video .video-message .invest-message .message-header {
        color: #FF7061;
        font-size: 18px;
        line-height: 24px;
        font-weight: 600; }
      .banner-video .video-message .invest-message .message-body {
        font-size: 18px;
        line-height: 20px;
        color: rgba(255, 255, 255, 0.5); }
  .banner-video .scroll-down-area {
    position: absolute;
    bottom: 5%;
    left: 6%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .banner-video .scroll-down-area .scroll-bottom {
      border: 1px solid #ff7061;
      border-radius: 20px;
      width: 22px;
      height: 40px;
      cursor: pointer; }
      .banner-video .scroll-down-area .scroll-bottom a {
        height: 17px;
        width: 8px;
        background: #ff7061;
        display: block;
        margin: 4px auto;
        border-radius: 10px;
        -webkit-animation: scrollDown 1s infinite;
        animation: scrollDown 1s infinite; }

/*--------------------------------------------------------------
	## banner consult
--------------------------------------------------------------*/
.banner-consult {
  position: relative;
  z-index: 0;
  overflow: hidden; }
  .banner-consult.consult-bg {
    background: url(../img/banner/slide-consult.jpg) no-repeat center; }
  .banner-consult:after {
    position: absolute;
    left: 0;
    top: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(118, 45, 196, 0.5)), to(rgba(252, 66, 123, 0.6)));
    background-image: -webkit-linear-gradient(left, rgba(118, 45, 196, 0.5), rgba(252, 66, 123, 0.6));
    background-image: -o-linear-gradient(left, rgba(118, 45, 196, 0.5), rgba(252, 66, 123, 0.6));
    background-image: linear-gradient(to right, rgba(118, 45, 196, 0.5), rgba(252, 66, 123, 0.6));
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1; }
  .banner-consult .banner-item {
    padding: 120px 0 120px 0;
    position: relative;
    width: 100%;
    display: table;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    .banner-consult .banner-item .banner-caption {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      position: relative; }
      .banner-consult .banner-item .banner-caption .banner-inner .subtitle {
        font-size: 20px;
        color: #ffffff;
        font-weight: 700;
        margin: 0 0 20px; }
      .banner-consult .banner-item .banner-caption .banner-inner h2 {
        font-size: 70px;
        font-weight: 800;
        color: #ffffff;
        margin-bottom: 50px; }
      .banner-consult .banner-item .banner-caption .banner-inner .timer {
        margin: 20px 0px 50px; }
      .banner-consult .banner-item .banner-caption .banner-inner .round {
        border: 3px solid rgba(255, 255, 255, 0.5);
        color: #ffffff;
        display: inline-block;
        font-weight: 400;
        width: 180px;
        padding: 0 30px;
        font-size: 18px;
        text-align: center;
        border-radius: 50px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .banner-consult .banner-item .banner-caption .banner-inner .round:hover {
          background-color: #ff007a;
          border-color: #ff007a; }
  .banner-consult .slick-prev {
    position: absolute;
    font-size: 30px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: var(--active-color);
    border: 1px solid transparent;
    left: 3%;
    top: 43%;
    opacity: 0.8;
    text-align: center;
    z-index: 10; }
    .banner-consult .slick-prev:hover {
      border: 1px solid var(--main-color-one);
      border-radius: 50%;
      color: var(--main-color-one);
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .banner-consult .slick-prev:hover i {
        color: var(--active-color); }
  .banner-consult .slick-next {
    position: absolute;
    right: 5%;
    top: 43%;
    font-size: 30px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    opacity: 0.8;
    color: var(--active-color);
    border: 1px solid transparent;
    text-align: center;
    z-index: 10; }
    .banner-consult .slick-next:hover {
      border: 1px solid var(--main-color-one);
      border-radius: 50%;
      color: var(--main-color-one);
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .banner-consult .slick-next:hover i {
        color: var(--active-color); }
  .banner-consult .slick-active .caption-title {
    -webkit-animation: 1s .2s fadeInUp both;
    animation: 1s .2s fadeInUp both; }
  .banner-consult .slick-active .caption-desc {
    -webkit-animation: 1s .6s fadeInUp both;
    animation: 1s .6s fadeInUp both; }
  .banner-consult .slick-active .timer {
    margin-top: 50px;
    -webkit-animation: 1s .9s flipInX both;
    animation: 1s .9s flipInX both; }
  .banner-consult .slick-active.slide-btn {
    margin-top: 50px;
    -webkit-animation: 1s .9s flipInX both;
    animation: 1s .9s flipInX both; }
  .banner-consult .timer {
    text-align: center; }
  .banner-consult .timer .timer-wrapper {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: .25rem;
    margin: 0px 25px;
    position: relative; }
  .banner-consult .timer .timer-wrapper::before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: .25rem; }
  .banner-consult .timer .timer-wrapper:first-child::before {
    background: #ff2d55; }
  .banner-consult .timer .timer-wrapper:nth-child(2)::before {
    background: #6600ff; }
  .banner-consult .timer .timer-wrapper:nth-child(3)::before {
    background: #0d80f6; }
  .banner-consult .timer .timer-wrapper:nth-child(4)::before {
    background: #5abd24; }
  .banner-consult .timer .timer-wrapper span {
    display: block; }
  .banner-consult .timer .timer-wrapper .time {
    font-size: 36px;
    color: #ffffff;
    position: absolute;
    font-weight: 600;
    left: 50%;
    top: 50%;
    line-height: 29px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .banner-consult .timer .timer-wrapper .text {
    font-size: 18px;
    color: #fff;
    font-weight: 400; }

/* scrool wrap */
@-webkit-keyframes scrollDown {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0; }
  40% {
    opacity: 1; }
  80% {
    -webkit-transform: translate(0, 12px);
    transform: translate(0, 12px);
    opacity: 0; }
  100% {
    opacity: 0; } }

.item-bounce {
  -webkit-animation: bounce 3s infinite ease-in-out;
  -o-animation: bounce 3s infinite ease-in-out;
  -ms-animation: bounce 3s infinite ease-in-out;
  -moz-animation: bounce 3s infinite ease-in-out;
  animation: bounce 3s infinite ease-in-out; }

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); } }

@keyframes bounce {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); } }

.item-zooming {
  -webkit-animation: zooming 3s infinite ease-in-out;
  -o-animation: zooming 3s infinite ease-in-out;
  -ms-animation: zooming 3s infinite ease-in-out;
  -moz-animation: zooming 3s infinite ease-in-out;
  animation: zooming 3s infinite ease-in-out; }

@-webkit-keyframes zooming {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes zooming {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.video-popup {
  margin-left: 30px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  border: 2px solid #fff; }

/* video play for home 1 */
.play-icon-pulse {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  background-color: transparent;
  cursor: pointer;
  -webkit-box-shadow: 0 0 0 #FF9300;
  box-shadow: 0 0 0 #FF9300;
  -webkit-animation: play-icon-pulse 2s infinite;
  animation: play-icon-pulse 2s infinite; }

.play-icon-pulse:hover {
  -webkit-animation: none;
  animation: none; }

@-webkit-keyframes play-icon-pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 #FF9300;
    -webkit-box-shadow: 0 0 0 0px #FF9300;
    box-shadow: 0 0 0 0 #FF9300; }
  50% {
    -moz-box-shadow: 0 0 0 10px rgba(209, 147, 53, 0.5);
    -webkit-box-shadow: 0 0 0 10px rgba(255, 184, 78, 0.5);
    box-shadow: 0 0 0 10px rgba(255, 184, 78, 0.5); }
  100% {
    -moz-box-shadow: 0 0 0 20px rgba(255, 184, 78, 0.1);
    -webkit-box-shadow: 0 0 0 20px rgba(255, 184, 78, 0.1);
    box-shadow: 0 0 0 20px rgba(255, 184, 78, 0.1); } }

/*--------------------------------
Blog Details Page
---------------------------------*/
.blog-details-area {
  position: relative;
  z-index: 0;
  overflow: hidden; }
  .blog-details-area .blog-details-content .thumb {
    margin-bottom: 23px; }
    .blog-details-area .blog-details-content .thumb img {
      border-radius: 8px; }
  .blog-details-area .blog-details-content .common_area {
    position: relative; }
  .blog-details-area .blog-details-content .date {
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    display: inline-block;
    width: 100px;
    height: 100px;
    text-align: center;
    position: absolute;
    top: -123px;
    left: 0;
    background: #fff; }
  .blog-details-area .blog-details-content .date span {
    font-size: 50px;
    font-weight: 100;
    font-family: 'Poppins', sans-serif;
    color: #000b2d;
    line-height: 50px;
    padding-top: 16px;
    display: block; }
  .blog-details-area .blog-details-content .date p {
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    color: #fc427b;
    text-transform: uppercase; }
  .blog-details-area .blog-details-content .common_area ul {
    padding-left: 0; }
  .blog-details-area .blog-details-content .common_area ul li {
    display: inline-block; }
  .blog-details-area .blog-details-content .common_area ul li a {
    font-size: 14px;
    color: #001064;
    margin-right: 35px; }
  .blog-details-area .blog-details-content .blockquote-wrapper {
    border: none;
    padding: 25px 30px 26px;
    background: #000b2d;
    margin: 28px 0px 24px;
    border-radius: 8px; }
  .blog-details-area .blog-details-content .blockquote-wrapper i {
    font-size: 60px;
    color: #c8c7e6; }
  .blog-details-area .blog-details-content .blockquote-wrapper p {
    margin-bottom: 10px;
    color: #c8c7e6;
    font-size: 15px; }
  .blog-details-area .blog-details-content .blockquote-wrapper .author {
    font-size: 14px;
    font-weight: 700;
    color: #fc427b; }
  .blog-details-area .blog-details-content .entry-footer {
    margin: 27px 0 21px 0; }
    .blog-details-area .blog-details-content .entry-footer .title {
      font-size: 18px;
      line-height: 26px;
      font-weight: 600; }
    .blog-details-area .blog-details-content .entry-footer .left-content {
      display: inline-block; }
      .blog-details-area .blog-details-content .entry-footer .left-content ul {
        padding-left: 0; }
        .blog-details-area .blog-details-content .entry-footer .left-content ul li {
          display: inline-block;
          margin: 0 3px; }
          .blog-details-area .blog-details-content .entry-footer .left-content ul li:first-child {
            margin-left: 0; }
          .blog-details-area .blog-details-content .entry-footer .left-content ul li a {
            display: block;
            padding: 6px 15px 5px 15px;
            border: 1px solid #dee2e6;
            font-size: 14px;
            border-radius: 3px;
            color: var(--paragraph-color);
            -webkit-transition: all 0.3s ease-in;
            -moz-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in; }
            .blog-details-area .blog-details-content .entry-footer .left-content ul li a:hover {
              background-color: var(--main-color-one);
              color: #fff;
              border: 1px solid var(--main-color-one); }
    .blog-details-area .blog-details-content .entry-footer .right-content {
      display: inline-block;
      float: right; }
      .blog-details-area .blog-details-content .entry-footer .right-content ul li {
        display: inline-block;
        margin: 0 5px; }
        .blog-details-area .blog-details-content .entry-footer .right-content ul li:first-child {
          margin-left: 0; }
        .blog-details-area .blog-details-content .entry-footer .right-content ul li a {
          display: block;
          width: 35px;
          height: 35px;
          border-radius: 50%;
          border: 1px solid #c8c8c8;
          text-align: center;
          line-height: 35px;
          font-size: 14px;
          -webkit-transition: all 0.3s ease-in;
          -moz-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
        .blog-details-area .blog-details-content .entry-footer .right-content ul li:hover .facebook {
          background-color: #3b5999;
          color: #fff;
          border: 1px solid #3b5999; }
        .blog-details-area .blog-details-content .entry-footer .right-content ul li:hover .twitter {
          background-color: #55acee;
          color: #fff;
          border: 1px solid #55acee; }
        .blog-details-area .blog-details-content .entry-footer .right-content ul li:hover .linkedin {
          background-color: #0077B5;
          color: #fff;
          border: 1px solid #0077B5; }
        .blog-details-area .blog-details-content .entry-footer .right-content ul li:hover .google {
          background-color: #dd4b39;
          color: #fff;
          border: 1px solid #dd4b39; }
  .blog-details-area .blog-details-content .entry-comment {
    margin-top: 32px; }
    .blog-details-area .blog-details-content .entry-comment .title {
      font-size: 24px;
      line-height: 34px;
      margin-bottom: 30px; }
    .blog-details-area .blog-details-content .entry-comment .comment-list {
      padding-left: 0; }
      .blog-details-area .blog-details-content .entry-comment .comment-list li {
        margin-bottom: 25px;
        border-bottom: 1px solid #dee2e6 !important; }
        .blog-details-area .blog-details-content .entry-comment .comment-list li:last-child {
          margin-bottom: 0;
          border-bottom: none !important; }
        .blog-details-area .blog-details-content .entry-comment .comment-list li .single-comment-item {
          position: relative;
          min-height: 80px; }
          .blog-details-area .blog-details-content .entry-comment .comment-list li .single-comment-item .thumb {
            position: absolute;
            left: 0;
            top: 0;
            width: 80px; }
            .blog-details-area .blog-details-content .entry-comment .comment-list li .single-comment-item .thumb img {
              border-radius: 50%; }
          .blog-details-area .blog-details-content .entry-comment .comment-list li .single-comment-item .content {
            position: relative;
            padding-left: 100px;
            margin-bottom: 23px; }
            .blog-details-area .blog-details-content .entry-comment .comment-list li .single-comment-item .content .reply {
              position: absolute;
              right: 0;
              top: 0; }
              .blog-details-area .blog-details-content .entry-comment .comment-list li .single-comment-item .content .reply a {
                color: var(--main-color-one);
                -webkit-transition: all 0.3s ease-in;
                -moz-transition: all 0.3s ease-in;
                -o-transition: all 0.3s ease-in;
                transition: all 0.3s ease-in;
                font-weight: 500; }
                .blog-details-area .blog-details-content .entry-comment .comment-list li .single-comment-item .content .reply a:hover {
                  color: var(--heading-color); }
            .blog-details-area .blog-details-content .entry-comment .comment-list li .single-comment-item .content .name {
              font-size: 18px;
              line-height: 28px;
              margin-bottom: 0;
              color: #242424; }
            .blog-details-area .blog-details-content .entry-comment .comment-list li .single-comment-item .content .time {
              font-size: 14px;
              display: block;
              margin-bottom: 15px;
              font-family: sans-serif; }
              .blog-details-area .blog-details-content .entry-comment .comment-list li .single-comment-item .content .time i {
                padding-right: 7px; }
            .blog-details-area .blog-details-content .entry-comment .comment-list li .single-comment-item .content p {
              font-size: 16px;
              line-height: 26px;
              color: var(--paragraph-color);
              margin-bottom: 0; }
  .blog-details-area .blog-details-content .comment-form-area {
    margin-top: 30px; }
    .blog-details-area .blog-details-content .comment-form-area .title {
      font-size: 24px;
      line-height: 34px;
      margin-bottom: 20px; }
    .blog-details-area .blog-details-content .comment-form-area .comments-entry-form .form-group .form-control {
      height: 50px;
      width: 100%;
      border: 2px solid rgba(73, 80, 87, 0.1);
      padding: 0 20px;
      font-size: 14px; }
      .blog-details-area .blog-details-content .comment-form-area .comments-entry-form .form-group .form-control::-webkit-input-placeholder {
        /* WebKit browsers */
        color: #495057; }
      .blog-details-area .blog-details-content .comment-form-area .comments-entry-form .form-group .form-control:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #495057; }
      .blog-details-area .blog-details-content .comment-form-area .comments-entry-form .form-group .form-control::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #495057; }
      .blog-details-area .blog-details-content .comment-form-area .comments-entry-form .form-group .form-control:-ms-input-placeholder {
        /* Internet Explorer 10+ */
        color: #495057; }
    .blog-details-area .blog-details-content .comment-form-area .comments-entry-form .form-group .form-control:focus {
      border-color: #495057;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .blog-details-area .blog-details-content .comment-form-area .comments-entry-form .form-group.textarea textarea {
      min-height: 180px;
      padding: 20px;
      resize: none; }
    .blog-details-area .blog-details-content .comment-form-area .comments-entry-form .submit-btn {
      width: 175px;
      height: 45px;
      border: none;
      border-radius: 3px;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      font-size: 16px;
      font-weight: 600;
      text-transform: capitalize;
      cursor: pointer;
      background-color: var(--main-color-one);
      color: #fff;
      margin-top: 10px; }
      .blog-details-area .blog-details-content .comment-form-area .comments-entry-form .submit-btn:hover {
        background-color: var(--heading-color);
        color: #fff; }
  .blog-details-area .reply {
    padding-left: 90px; }
  .blog-details-area .reply-image {
    margin-left: 90px; }

/*==========================================
    blog-post page > sidebar widget
    ==========================================*/
.widget_archive ul li,
.widget_categories ul li {
  text-align: left;
  clear: both;
  margin-bottom: 10px;
  min-height: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dee2e6 !important; }

.widget_categories ul li a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }

.widget_categories ul li a:hover {
  color: #fc427b; }

.widget .widgettitle {
  margin-bottom: 20px;
  position: relative; }

.widget.widget-popular-post {
  padding-bottom: 10px; }

.widget.widget-popular-post .single-post {
  display: flow-root;
  border-bottom: 1px solid #dee2e6 !important;
  padding-bottom: 18px;
  margin-bottom: 20px; }

.widget.widget-popular-post .single-post:last-child {
  border-bottom: none !important; }

.widget.widget-popular-post .single-post .part-img {
  float: left;
  width: 100px;
  margin-right: 15px; }

.widget.widget-popular-post .single-post .part-img img {
  width: 100%;
  border-radius: 4px; }

.widget.widget-popular-post .single-post .part-text {
  display: table-cell; }

.widget.widget-popular-post .single-post .part-text span {
  line-height: 14px;
  color: #495057;
  font-size: 14px;
  font-weight: 500; }

.widget.widget-popular-post .single-post .part-text h4 {
  line-height: 24px;
  color: #242424; }

.widget.widget-popular-post .single-post .part-text h4 a {
  font-size: 18px;
  color: #242424;
  font-weight: 600;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }
  .widget.widget-popular-post .single-post .part-text h4 a:hover {
    color: #fc427b; }

.widget.widget-popular-post .single-post .part-text h5 {
  font-size: 14px;
  font-weight: 700; }

.widget.widget_categories {
  margin-top: -20px; }

.widget_search {
  background: transparent;
  padding: 0px; }

.widget_search form {
  position: relative; }

.widget_search input {
  background: transparent;
  border: solid 1px #ececec;
  border-radius: 4px;
  width: 100%;
  height: 60px;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  font-weight: 400;
  padding: 9px 60px 9px 20px;
  margin-bottom: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #c8c8c8;
  outline: none; }

.widget_search input::-webkit-input-placeholder {
  opacity: 1; }

.widget_search .sayit_icon_search {
  display: inline-block;
  line-height: 60px;
  position: absolute;
  top: 0;
  width: 60px;
  text-align: center;
  right: 0;
  font-size: 24px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #c8c8c8; }

.widget_tag_cloud .tagcloud {
  position: relative;
  -moz-perspective: 300px;
  -webkit-perspective: 300px;
  perspective: 300px; }

.widget_tag_cloud a {
  display: inline-block;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 1px;
  font-weight: 400;
  text-transform: capitalize;
  color: #242424;
  padding: 4px 12px 4px;
  margin: 0 6px 10px 0;
  position: relative;
  border: 1px solid #c8c8c8;
  top: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  border-radius: 4px; }

.widget_tag_cloud a:hover {
  background-color: #fc427b;
  color: #fff;
  border: 1px solid #fc427b; }

.instagram-img {
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .instagram-img li {
    overflow: hidden;
    padding: 0px 5px 0 !important;
    width: auto;
    margin: 5px 0px !important; }
    .instagram-img li a img {
      padding-right: 0px;
      height: 80px;
      width: 100%;
      -webkit-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s; }
      .instagram-img li a img:hover {
        opacity: .5; }

.social_share .social-link {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  .social_share .social-link li {
    display: inline-block;
    margin: 0 10px; }
    .social_share .social-link li:first-child {
      margin-left: 2px; }
    .social_share .social-link li a {
      display: block;
      width: 35px;
      height: 35px;
      border-radius: 50%;
      text-align: center;
      line-height: 35px;
      font-size: 16px;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      color: var(--main-color-one); }
      .social_share .social-link li a.facebook {
        background-color: #3b5999;
        color: #fff; }
      .social_share .social-link li a.twitter {
        background-color: #55acee;
        color: #fff; }
      .social_share .social-link li a.youtube {
        background-color: #dd4b39;
        color: #fff; }
      .social_share .social-link li a.instagram {
        background-color: #e4405f;
        color: #fff; }
    .social_share .social-link li:hover a {
      color: #fc427b; }

.widget .recent_post_item {
  margin: 0;
  padding: 0;
  list-style: none; }
  .widget .recent_post_item li {
    display: block; }
    .widget .recent_post_item li + li {
      margin-top: 20px; }
    .widget .recent_post_item li.single-recent-post-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-item-align: start;
      align-self: flex-start; }
      .widget .recent_post_item li.single-recent-post-item .thumb {
        width: 60px;
        height: 60px;
        margin-right: 15px; }
      .widget .recent_post_item li.single-recent-post-item .content {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1; }
        .widget .recent_post_item li.single-recent-post-item .content .title {
          font-size: 16px;
          line-height: 20px;
          font-weight: 600; }
        .widget .recent_post_item li.single-recent-post-item .content .time {
          font-size: 14px;
          font-weight: 500; }

.widget .instagram-img {
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .widget .instagram-img li {
    overflow: hidden;
    padding: 0px 5px 0;
    width: auto;
    margin: 5px 0px; }
    .widget .instagram-img li a img {
      padding-right: 0px;
      height: 80px;
      width: 100%; }
      .widget .instagram-img li a img:hover {
        opacity: .5;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }

.contact_info_list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .contact_info_list li {
    display: block; }
    .contact_info_list li.single-info-item {
      position: relative;
      margin-bottom: 20px; }
      .contact_info_list li.single-info-item .icon {
        position: absolute;
        left: 0;
        top: 0;
        color: var(--main-color-one); }
      .contact_info_list li.single-info-item .details {
        padding-left: 30px; }

/*==========================================
    faq page
==========================================*/
.faq {
  padding: 60px 0 90px;
  background: #fbfbfc; }
  .faq .accordion .card {
    border: none;
    margin-bottom: 30px; }
    .faq .accordion .card:not(:first-of-type) .card-header:first-child {
      border-radius: 10px; }
    .faq .accordion .card .card-header {
      border: none;
      border-radius: 10px;
      padding: 0; }
      .faq .accordion .card .card-header h5 {
        padding: 0; }
        .faq .accordion .card .card-header h5 button {
          color: var(--heading-color);
          font-size: 18px;
          font-weight: 600;
          text-decoration: none;
          padding: 0 30px 0 70px;
          height: 80px;
          display: block;
          width: 100%;
          text-align: left;
          background: #fff;
          -webkit-box-shadow: 0px -50px 140px 0px rgba(69, 81, 100, 0.1);
          box-shadow: 0px -50px 140px 0px rgba(69, 81, 100, 0.1);
          border-radius: 10px 10px 0 0;
          position: relative; }
          .faq .accordion .card .card-header h5 button:after {
            position: absolute;
            left: 30px;
            top: 50%;
            margin-top: -10px;
            width: 20px;
            height: 20px;
            background-color: transparent;
            color: #fc427b;
            text-align: center;
            border: 1px solid #91039f;
            border-radius: 50%;
            line-height: 100%;
            content: '\f067';
            font-size: 10px;
            line-height: 18px;
            font-family: "FontAwesome";
            font-weight: 900; }
          .faq .accordion .card .card-header h5 button.collapsed {
            background: #fff;
            border-radius: 10px;
            -webkit-box-shadow: none;
            box-shadow: none; }
        .faq .accordion .card .card-header h5 button[aria-expanded="true"]:after {
          content: '\f068';
          color: #fff;
          background-image: -webkit-linear-gradient(-30deg, #fc427b 0%, #91039f 100%); }
    .faq .accordion .card .card-body {
      -webkit-box-shadow: 0px 15px 140px 0px rgba(69, 81, 100, 0.1);
      box-shadow: 0px 15px 140px 0px rgba(69, 81, 100, 0.1);
      border-radius: 0 0 10px 10px;
      padding-top: 0;
      margin-top: -4px;
      padding-left: 72px;
      padding-right: 70px; }

/**----------------------
	Single-work-area
----------------------**/
.work-area {
  background-image: url(../img/shape/1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 111px; }

.single-work {
  -webkit-box-shadow: 0px 0px 50px 0px rgba(221, 221, 221, 0.35);
  box-shadow: 0px 0px 50px 0px rgba(221, 221, 221, 0.35);
  border-radius: 5px;
  background: #ffffff;
  padding: 0px 35px;
  position: relative;
  margin: 46px 0 75px; }
  .single-work:hover .common-icon-sq {
    border: 1px solid #ff007a;
    background: #ff007a;
    border-radius: 0 0 30px 0; }
    .single-work:hover .common-icon-sq img {
      -webkit-filter: invert(1);
      filter: invert(1); }
  .single-work:hover .common-icon-circle {
    border: 1px solid transparent; }
    .single-work:hover .common-icon-circle img {
      -webkit-filter: invert(1);
      filter: invert(1); }
    .single-work:hover .common-icon-circle.bg-smile-green {
      background: #c1ffd7; }
    .single-work:hover .common-icon-circle.bg-pink {
      background: #ff007a; }
    .single-work:hover .common-icon-circle.bg-yellow {
      background: #f8ffa6; }
  .single-work .common-icon-sq {
    border: 1px solid #e0e0e0;
    height: 150px;
    width: 115px;
    display: inline-block;
    line-height: 150px;
    margin: -46px 0 0px;
    background: #ffffff;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .single-work .common-icon-sq img {
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
  .single-work .common-icon-circle {
    display: inline-block;
    border-radius: 50%;
    height: 120px;
    width: 120px;
    line-height: 120px;
    margin: -60px 0 0px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    position: relative;
    border: 1px solid #e0e0e0;
    z-index: 9;
    background: transparent; }
    .single-work .common-icon-circle img {
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
    .single-work .common-icon-circle.bg-smile-green:after {
      content: '';
      position: absolute;
      background: #c1ffd7;
      height: 100px;
      width: 100px;
      top: 10px;
      left: 10px;
      border-radius: 50%;
      z-index: -1; }
    .single-work .common-icon-circle.bg-pink:after {
      content: '';
      position: absolute;
      background: #ff007a;
      height: 100px;
      width: 100px;
      top: 10px;
      left: 10px;
      border-radius: 50%;
      z-index: -1; }
    .single-work .common-icon-circle.bg-yellow:after {
      content: '';
      position: absolute;
      height: 100px;
      width: 100px;
      top: 10px;
      left: 10px;
      border-radius: 50%;
      background: #f8ffa6;
      z-index: -1; }
  .single-work h4 {
    font-weight: 700;
    padding-top: 46px;
    text-transform: uppercase; }
  .single-work p {
    font-weight: 400;
    color: var(--heading-color);
    margin: 36px 0 0px;
    padding-bottom: 30px; }
  .single-work .btn {
    margin: 33px 0 -25px; }

.work-area .single-input-wrap {
  margin-top: 9px; }
  .work-area .single-input-wrap .single-input {
    font-size: 18px;
    font-weight: 700;
    color: #d3d3d3;
    -webkit-box-shadow: 0px 0px 54px 0px rgba(211, 220, 255, 0.78);
    box-shadow: 0px 0px 54px 0px rgba(211, 220, 255, 0.78); }
    .work-area .single-input-wrap .single-input::-webkit-input-placeholder {
      color: #d3d3d3; }
    .work-area .single-input-wrap .single-input:-ms-input-placeholder {
      color: #d3d3d3; }
    .work-area .single-input-wrap .single-input::-ms-input-placeholder {
      color: #d3d3d3; }
    .work-area .single-input-wrap .single-input::placeholder {
      color: #d3d3d3; }
  .work-area .single-input-wrap .btn {
    padding: 0 48px; }

/**----------------------
	featured-area
----------------------**/
/**----------------------
	fact-area
----------------------**/
.single-fact-count {
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(221, 221, 221, 0.35);
  box-shadow: 0px 0px 50px 0px rgba(221, 221, 221, 0.35);
  padding: 52px 20px 40px;
  background: #ffffff;
  margin: 0 0 30px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .single-fact-count .fact-title {
    font-weight: 700;
    margin: 21px 0 19px; }
  .single-fact-count h2 {
    font-weight: 900;
    color: #223cbf;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
  .single-fact-count:hover {
    cursor: pointer; }
    .single-fact-count:hover h2 {
      color: #ff007a; }

/**----------------------
	video-area
----------------------**/
.video-area .btn-white {
  margin-left: 27px; }
  .video-area .btn-white:active, .video-area .btn-white:focus {
    background: #ff007a;
    color: #ffffff; }

.video-play-btn {
  -webkit-animation: 1.5s pulse infinite ease-out;
  animation: 1.5s pulse infinite ease-out;
  position: absolute;
  top: 50%;
  right: 50%;
  margin-top: -75px;
  margin-right: -75px;
  width: 150px;
  height: 150px;
  line-height: 150px;
  border-radius: 50% 50% 50% 0;
  background: rgba(255, 255, 255, 0.62);
  text-align: center;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  z-index: 99; }
  .video-play-btn i {
    color: #ffffff;
    padding-left: 3px;
    background: #ff007a;
    height: 50px;
    width: 50px;
    font-size: 20px;
    line-height: 51px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    border-radius: 50%; }
  .video-play-btn:hover i {
    color: #ff007a;
    background: #ffffff; }

.video-area-2 .section-title {
  margin-bottom: 93px; }

.video-area-2 .video-play-btn {
  position: initial;
  display: inline-block;
  -webkit-box-shadow: 0px 0px 54px 0px rgba(211, 220, 255, 0.78);
  box-shadow: 0px 0px 54px 0px rgba(211, 220, 255, 0.78);
  margin-left: 37px; }
  .video-area-2 .video-play-btn:hover i {
    background: #ff007a;
    color: #ffffff; }

/***Magnific-popup***/
.mfp-zoom-in {
  /* animate in */
  /* animate out */ }
  .mfp-zoom-in .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3); }
  .mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
  .mfp-zoom-in.mfp-ready .mfp-content {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
  .mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
  .mfp-zoom-in.mfp-removing .mfp-content {
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    opacity: 0; }
  .mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }

/**----------------------
	about-area
----------------------**/
.single-about {
  border-radius: 40px;
  -webkit-box-shadow: 0px 0px 42.84px 8.16px rgba(230, 230, 230, 0.35);
  box-shadow: 0px 0px 42.84px 8.16px rgba(230, 230, 230, 0.35);
  padding: 60px 35px 0;
  margin-bottom: 38px;
  background: #ffffff;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .single-about:hover .thumb {
    /*background: $color-white;*/ }
  .single-about.bg-purple {
    background: #762dc4; }
    .single-about.bg-purple h5 {
      color: #ffffff; }
    .single-about.bg-purple p {
      color: #ffffff; }
  .single-about.bg-gradient h5 {
    color: #ffffff; }
  .single-about.bg-gradient p {
    color: #ffffff; }
  .single-about .thumb {
    background: #e8e8e8;
    display: inline-block;
    position: relative;
    height: 160px;
    width: 160px;
    border-radius: 50%;
    line-height: 160px;
    margin-bottom: 53px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .single-about .thumb:before {
      content: '';
      position: absolute;
      bottom: 8px;
      left: 25px;
      height: 15px;
      width: 15px;
      border-radius: 50%;
      background: #54caec; }
    .single-about .thumb:after {
      content: '';
      position: absolute;
      top: 8px;
      right: 25px;
      height: 15px;
      width: 15px;
      border-radius: 50%;
      background: #ff007a; }
  .single-about h5 {
    color: #762dc4;
    padding-bottom: 25px; }
  .single-about p {
    color: var(--heading-color);
    padding-bottom: 30px; }
  .single-about .btn-plus {
    margin: 13px 0 -25px; }

/**----------------------
	transaction-area
----------------------**/
.transaction-tab-area {
  background: url(../img/transection/table-bg-1.png);
  border-radius: 102px 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 60px; }

.transaction-tab {
  text-align: center;
  display: block;
  border: 0;
  margin-bottom: 40px; }
  .transaction-tab li {
    display: inline-block;
    padding: 0;
    margin-right: 17px; }
    .transaction-tab li a.nav-link {
      background: #ffffff;
      border: 1px solid #ededed;
      border-radius: 50px;
      padding: 0 60px;
      color: #fe0079;
      -webkit-box-shadow: 0px 22px 85.85px 15.15px rgba(223, 223, 223, 0.49);
      box-shadow: 0px 22px 85.85px 15.15px rgba(223, 223, 223, 0.49); }
      .transaction-tab li a.nav-link.active {
        background: #ff007a;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #ffffff;
        border: 0; }

.transaction-table .table thead {
  border-radius: 10px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 42.84px 8.16px rgba(230, 230, 230, 0.35);
  box-shadow: 0px 0px 42.84px 8.16px rgba(230, 230, 230, 0.35); }
  .transaction-table .table thead th {
    border: 0;
    color: #ff007a;
    font-weight: 700;
    font-size: 18px;
    padding: 25px 35px; }
  .transaction-table .table thead tr {
    border-radius: 10px; }
    .transaction-table .table thead tr th:first-child {
      border-radius: 10px 0 0 10px; }
    .transaction-table .table thead tr th:last-child {
      border-radius: 0 10px 10px 0; }

.transaction-table .table tbody tr:hover td {
  color: #ff007a; }

.transaction-table .table tbody tr.table-margin th {
  padding: 5px;
  background: transparent; }

.transaction-table .table tbody tr th {
  border: 0;
  padding: 0;
  background: #ffffff;
  border-radius: 10px 0 0 10px; }
  .transaction-table .table tbody tr th img {
    border-radius: 10px;
    min-width: 84px; }

.transaction-table .table tbody tr td {
  border: 0;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 700;
  color: var(--heading-color);
  padding: 0px 35px;
  background: #ffffff;
  position: relative;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .transaction-table .table tbody tr td:before {
    content: '';
    position: absolute;
    height: 40px;
    width: 3px;
    top: 50%;
    left: 23px;
    background: #ff007a;
    margin-top: -20px; }
  .transaction-table .table tbody tr td.name {
    padding: 0 13px; }
    .transaction-table .table tbody tr td.name:before {
      display: none; }
  .transaction-table .table tbody tr td:last-child {
    border-radius: 0 10px 10px 0;
    min-width: 200px; }

/**----------------------
	why-choose-us-area
----------------------**/
.single-facility {
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(211, 220, 255, 0.78);
  box-shadow: 0px 0px 20px 0px rgba(211, 220, 255, 0.78);
  background: #ffffff;
  padding: 50px;
  position: relative;
  margin-bottom: 20px; }
  .single-facility span.number {
    border-radius: 10px 0 4px 0;
    background: #223cbf;
    color: #ffffff;
    width: 39px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    text-align: center;
    line-height: 40px; }
  .single-facility .thumb {
    padding: 19px 13px 19px 22px;
    border: 1px solid #e0e0e0;
    border-radius: 4px; }
  .single-facility .facility-details {
    margin-left: 44px; }
    .single-facility .facility-details h5 {
      font-weight: 700;
      color: #2b2b2b;
      margin-bottom: 13px; }
    .single-facility .facility-details p {
      font-weight: 700; }

/**----------------------
	pricing-area
----------------------**/
.pricing-tab {
  text-align: center; }
  .pricing-tab .nav-tabs {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: 0;
    margin-bottom: 54px; }
    .pricing-tab .nav-tabs .nav-item {
      font-size: 18px;
      font-weight: 700;
      color: #ff007a;
      padding: 0 45px;
      border-radius: 50px;
      border: 0;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .pricing-tab .nav-tabs .nav-item.active {
        -webkit-box-shadow: 0px 0px 20px 0px rgba(211, 220, 255, 0.78);
        box-shadow: 0px 0px 20px 0px rgba(211, 220, 255, 0.78);
        background: #ffffff; }
      .pricing-tab .nav-tabs .nav-item:hover {
        border: 0;
        text-decoration: underline; }

.single-pricing-wrap {
  border-radius: 40px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(211, 220, 255, 0.78);
  box-shadow: 0px 0px 20px 0px rgba(211, 220, 255, 0.78);
  padding: 0 30px;
  margin: 30px 0 45px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: relative; }
  .single-pricing-wrap .animate-dots {
    position: absolute;
    width: 7px;
    height: 15px;
    background: #ff007a;
    border-radius: 30px 0 0 30px;
    bottom: 30px;
    right: 0px;
    -webkit-animation: pricingDot-1 40s infinite;
    animation: pricingDot-1 40s infinite; }
  .single-pricing-wrap:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background: #54caec;
    border-radius: 50%;
    bottom: 50px;
    left: 10px;
    -webkit-animation: pricingDot-2 40s infinite;
    animation: pricingDot-2 40s infinite; }
  .single-pricing-wrap .price {
    font-size: 36px;
    background: #ff007a;
    font-weight: 700;
    color: #ffffff;
    display: inline-block;
    height: 60px;
    padding: 0 70px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    border-radius: 50px;
    margin-top: -30px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(211, 220, 255, 0.78);
    box-shadow: 0px 0px 20px 0px rgba(211, 220, 255, 0.78); }
  .single-pricing-wrap .thumb {
    margin-top: 64px; }
  .single-pricing-wrap h5 {
    margin: 50px 0 60px;
    font-weight: 700; }
  .single-pricing-wrap ul {
    list-style: none;
    padding: 0 0 83px 0;
    margin: 0; }
    .single-pricing-wrap ul li {
      margin-bottom: 12px; }
      .single-pricing-wrap ul li a {
        font-weight: 700;
        color: var(--heading-color);
        position: relative;
        padding: 0 30px; }
        .single-pricing-wrap ul li a:before {
          content: '';
          position: absolute;
          width: 15px;
          height: 15px;
          background: #ff007a;
          top: 50%;
          left: 0;
          margin-top: -7.5px;
          border-radius: 50%; }
  .single-pricing-wrap .btn {
    margin-bottom: -25px;
    height: 50px;
    line-height: 50px; }
    .single-pricing-wrap .btn.btn-plus {
      position: absolute;
      left: 50%;
      margin-left: -25px;
      opacity: 1; }
    .single-pricing-wrap .btn.btn-white {
      -webkit-box-shadow: 0px 0px 20px 0px rgba(211, 220, 255, 0.78);
      box-shadow: 0px 0px 20px 0px rgba(211, 220, 255, 0.78);
      padding: 0 80px;
      opacity: 0;
      border-bottom-right-radius: 0;
      z-index: 9; }
  .single-pricing-wrap:hover .price {
    background: #ffffff;
    border-top-left-radius: 0;
    color: #ff007a; }
  .single-pricing-wrap:hover .btn.btn-white {
    opacity: 1; }
  .single-pricing-wrap:hover .btn-plus {
    opacity: 0;
    z-index: -1; }

@-webkit-keyframes pricingDot-1 {
  0% {
    bottom: 20%; }
  50% {
    bottom: 80%; }
  100% {
    bottom: 20%; } }

@keyframes pricingDot-1 {
  0% {
    bottom: 20%; }
  50% {
    bottom: 80%; }
  100% {
    bottom: 20%; } }

.slideToggle {
  -webkit-animation-name: pricingDot-1;
  animation-name: pricingDot-1; }

@-webkit-keyframes pricingDot-2 {
  0% {
    bottom: 80%;
    left: 10%; }
  25% {
    bottom: 60%;
    left: 50%; }
  50% {
    bottom: 80%;
    left: 80%; }
  75% {
    bottom: 60%;
    left: 50%; }
  100% {
    bottom: 80%;
    left: 10%; } }

@keyframes pricingDot-2 {
  0% {
    bottom: 80%;
    left: 10%; }
  25% {
    bottom: 60%;
    left: 50%; }
  50% {
    bottom: 80%;
    left: 80%; }
  75% {
    bottom: 60%;
    left: 50%; }
  100% {
    bottom: 80%;
    left: 10%; } }

.slideToggle {
  -webkit-animation-name: pricingDot-2;
  animation-name: pricingDot-2; }

/**----------------------
	history-area
----------------------**/
.history-area .single-history-wrap {
  margin-top: -30px; }
  .history-area .single-history-wrap h1 {
    font-weight: 700;
    color: #ff007a;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    margin-bottom: 14px; }
  .history-area .single-history-wrap p {
    color: var(--heading-color);
    margin-bottom: 17px; }
  .history-area .single-history-wrap:hover {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .history-area .single-history-wrap:hover h1 {
      color: #223cbf; }

/**----------------------
	team-area
----------------------**/
.single-team-wrap {
  padding: 15px 15px 63px;
  border-radius: 150px;
  -webkit-box-shadow: 0px 0px 21px 0px rgba(206, 206, 206, 0.78);
  box-shadow: 0px 0px 21px 0px rgba(206, 206, 206, 0.78);
  background: #ffffff;
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .single-team-wrap:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: 138px;
    left: 0;
    background: #e6e6e6; }
  .single-team-wrap:hover {
    border-radius: 0;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(211, 220, 255, 0.78);
    box-shadow: 0px 0px 20px 0px rgba(211, 220, 255, 0.78); }
  .single-team-wrap .thumb img {
    border-radius: 50%; }
  .single-team-wrap .team-details {
    margin-top: 40px; }
    .single-team-wrap .team-details h6 {
      font-weight: 600;
      margin-bottom: 2px; }
    .single-team-wrap .team-details .social-area {
      margin: 23px 0 0;
      padding: 30px 0 0;
      position: relative; }

.team-area-2 .single-team-wrap {
  -webkit-box-shadow: none;
  box-shadow: none; }
  .team-area-2 .single-team-wrap:hover {
    border-radius: 150px;
    -webkit-box-shadow: 0px 0px 21px 0px rgba(206, 206, 206, 0.78);
    box-shadow: 0px 0px 21px 0px rgba(206, 206, 206, 0.78);
    background: #ffffff; }

/**----------------------
	news-slider-area
----------------------**/
.news-slider-area {
  -webkit-box-shadow: 0px 0px 42.84px 8.16px rgba(230, 230, 230, 0.35);
  box-shadow: 0px 0px 42.84px 8.16px rgba(230, 230, 230, 0.35);
  border: 1px solid;
  border-color: #eaeaea;
  padding: 45px 99px 25px;
  border-radius: 160px;
  margin-bottom: 50px;
  background: #ffffff; }
  .news-slider-area h6 {
    font-weight: 700;
    margin-bottom: 22px; }

.news-slider .item img {
  border-radius: 0 35px 0 0; }

.news-slider .owl-nav button {
  position: absolute;
  top: 43%;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #eaeaea !important;
  margin-top: -15px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .news-slider .owl-nav button:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(../img/icon/arrow-right.png);
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .news-slider .owl-nav button:focus, .news-slider .owl-nav button:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0; }
  .news-slider .owl-nav button:hover {
    background: -webkit-linear-gradient(346deg, #fe0079 0%, #762dc4 100%);
    background: -o-linear-gradient(346deg, #fe0079 0%, #762dc4 100%);
    background: linear-gradient(104deg, #fe0079 0%, #762dc4 100%); }
    .news-slider .owl-nav button:hover img {
      opacity: 0; }
    .news-slider .owl-nav button:hover:after {
      opacity: 1; }
  .news-slider .owl-nav button.owl-prev {
    left: -60px; }
  .news-slider .owl-nav button.owl-next {
    right: -60px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

/**----------------------
	blog-area
----------------------**/
.single-blog-wrap {
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 6px;
  padding: 6px 6px 0px;
  margin-bottom: 60px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .single-blog-wrap:hover {
    -webkit-box-shadow: 0px 0px 21px 0px rgba(212, 212, 212, 0.78);
    box-shadow: 0px 0px 21px 0px rgba(212, 212, 212, 0.78); }
  .single-blog-wrap .thumb {
    text-align: center; }
    .single-blog-wrap .thumb img {
      border-radius: 10px; }
  .single-blog-wrap .blog-details {
    padding: 35px 14px 0; }
    .single-blog-wrap .blog-details h5 {
      font-weight: 700;
      color: #11001e;
      margin-bottom: 29px; }
    .single-blog-wrap .blog-details span {
      font-size: 14px;
      color: var(--paragraph-color);
      padding-right: 27px;
      display: inline-block;
      margin-bottom: 30px; }
      .single-blog-wrap .blog-details span i {
        margin-right: 10px;
        -webkit-background-clip: text !important;
        -webkit-text-fill-color: transparent;
        background: -webkit-gradient(linear, left top, left bottom, from(#ff3573), to(#090709));
        background: -webkit-linear-gradient(top, #ff3573 0%, #090709 100%);
        background: -o-linear-gradient(top, #ff3573 0%, #090709 100%);
        background: linear-gradient(to bottom, #ff3573 0%, #090709 100%);
        color: var(--heading-color); }
    .single-blog-wrap .blog-details p {
      margin-bottom: 37px; }
    .single-blog-wrap .blog-details .btn {
      margin-bottom: -30px; }

/**----------------------
	check-profit-area
----------------------**/
.check-profit-area {
  margin: 31px 0; }
  .check-profit-area form {
    border: 1px solid #eeeeee;
    border-radius: 30px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 21px 0px rgba(212, 212, 212, 0.78);
    box-shadow: 0px 0px 21px 0px rgba(212, 212, 212, 0.78);
    padding: 0 70px 55px; }
    .check-profit-area form .title {
      margin-bottom: 31px; }
      .check-profit-area form .title h5 {
        background: #ff007a;
        font-weight: 600;
        color: #ffffff;
        height: 65px;
        line-height: 65px;
        display: inline-block;
        border-radius: 50px;
        padding: 0 84px;
        margin-top: -33px; }
    .check-profit-area form .form-group label {
      font-weight: 800;
      color: var(--heading-color);
      margin: 0; }
    .check-profit-area form .form-group .form-control {
      border: 0;
      border-bottom: 1px solid #ececec;
      border-radius: 0;
      padding: 0 0 10px;
      font-size: 18px;
      color: #686868;
      font-weight: 600;
      margin-bottom: 30px; }
  .check-profit-area .payment-method-wrap h2 {
    font-weight: 800;
    margin-bottom: 22px; }
  .check-profit-area .payment-method-wrap .payment-card {
    list-style: none;
    margin: 52px 0 0 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .check-profit-area .payment-method-wrap .payment-card li {
      margin-right: 20px; }

/**----------------------
	testimonial-area
----------------------**/
.testimonial-main-slider {
  padding-bottom: 57px; }

.single-main-client .section-title {
  margin-bottom: 25px; }
  .single-main-client .section-title .subtitle {
    font-size: 45px; }
  .single-main-client .section-title .title {
    font-size: 55px; }

.single-main-client .section-title p {
  position: relative;
  padding: 34px 0 0 0;
  font-weight: 600;
  color: var(--heading-color); }
  .single-main-client .section-title p:before {
    content: "\f10e";
    position: absolute;
    font: normal normal normal 24px/1 FontAwesome;
    left: 0;
    top: 0; }

.single-main-client .client-info h6 {
  font-weight: 700;
  color: #ff007a;
  margin-bottom: 10px; }

.single-main-client .client-info p {
  font-weight: 600; }

.testimonial-thumb-slider-img .item {
  padding: 10px; }

.testimonial-thumb-slider-wrap {
  width: 530px;
  margin: 0 auto;
  position: relative; }

.single-thumb-client {
  -webkit-box-shadow: 0px 0px 21px 0px rgba(212, 212, 212, 0.78);
  box-shadow: 0px 0px 21px 0px rgba(212, 212, 212, 0.78);
  padding: 80px;
  border-radius: 50%;
  background: #fff; }

.single-thumb-client img {
  border: 1px solid #fec9da;
  padding: 60px;
  border-radius: 50%; }

.testimonial-thumb-slider-wrap .testimonial-thumb-slider--img {
  width: 115px;
  height: auto;
  position: absolute;
  z-index: 9;
  border-radius: 50%; }

.testimonial-thumb-slider-wrap .testimonial-thumb-slider--img-1 {
  left: 15px;
  top: 15px; }

.testimonial-thumb-slider-wrap .testimonial-thumb-slider--img-2 {
  right: 15px;
  top: 15px; }

.testimonial-thumb-slider-wrap .testimonial-thumb-slider--img-3 {
  left: 15px;
  bottom: 15px; }

.testimonial-thumb-slider-wrap .testimonial-thumb-slider--img-4 {
  right: 15px;
  bottom: 15px; }

.slick-prev, .slick-next {
  top: auto;
  bottom: 0;
  height: 33px;
  width: 33px;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border-radius: 50%; }

.slick-prev {
  left: 0px; }

.slick-next {
  left: 48px; }

.slick-prev img, .slick-next img {
  position: absolute;
  top: 7px;
  left: 8px; }

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  border: 1px solid #c7c7c7; }

/**----------------------
	partner-area
----------------------**/
.partner-slider .item {
  background: #f9ffff;
  -webkit-box-shadow: 0px 0px 21px 0px rgba(212, 212, 212, 0.78);
  box-shadow: 0px 0px 21px 0px rgba(212, 212, 212, 0.78);
  margin: 15px;
  border-radius: 30px 30px 0 30px;
  padding: 27px; }

/**----------------------
	subscribe-area
----------------------**/
.subscribe-area .title {
  font-size: 30px;
  font-weight: 700;
  color: #5a5a5a; }
  .subscribe-area .title i {
    margin-right: 29px; }

/**----------------------
	single-page-area
----------------------**/
.page-title-area {
  padding: 307px 0 136px;
  position: relative;
  background: url(../img/banner/single-page.png); }
  .page-title-area:after {
    content: '';
    position: absolute;
    height: 248px;
    width: 4px;
    right: 50%;
    top: 66%;
    margin-right: -2px;
    margin-top: -124px;
    background: #ffe3e3; }
  .page-title-area .title {
    color: #fcfcfc;
    font-size: 36px;
    font-weight: 800; }
  .page-title-area .breadcrumb {
    margin: 0;
    padding: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 20px;
    font-weight: 700;
    background: transparent;
    color: #fcfcfc; }
    .page-title-area .breadcrumb .active {
      color: #fcfcfc; }

.breadcrumb-item + .breadcrumb-item::before {
  content: '-';
  color: #fcfcfc; }

/**----------------------
	contact-area
----------------------**/
.single-contact {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(239, 239, 239, 0.78);
  box-shadow: 0px 0px 20px 0px rgba(239, 239, 239, 0.78);
  background: #ffffff;
  border-radius: 50%;
  padding: 60px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin-bottom: 34px; }
  .single-contact:hover {
    border-radius: 0; }
  .single-contact h5 {
    font-weight: 600;
    color: #2b2b2b;
    margin: 44px 0 23px; }
  .single-contact p {
    line-height: 30px;
    margin-bottom: 0;
    color: var(--heading-color); }

.professionality-area .professional-thumb img {
  border-radius: 40px;
  background-color: #fcfcfc;
  -webkit-box-shadow: 0px 0px 54px 0px rgba(246, 246, 247, 0.78);
  box-shadow: 0px 0px 54px 0px rgba(246, 246, 247, 0.78); }

.image_bg {
  border-radius: 40px;
  background-color: #fcfcfc;
  -webkit-box-shadow: 0px 0px 54px 0px rgba(246, 246, 247, 0.78);
  box-shadow: 0px 0px 54px 0px rgba(246, 246, 247, 0.78);
  position: absolute;
  left: 375px;
  top: 1655px;
  width: 1170px;
  height: 573px;
  z-index: 158; }

.main-map iframe {
  width: 100%;
  height: 450px; }

.footer-area {
  background: #1c1c1c; }
  .footer-area .footer-top {
    padding: 100px 0 70px; }
    .footer-area .footer-top .widget .footer-social {
      margin-top: 32px; }
    .footer-area .footer-top .widget.widget_nav_menu ul li a {
      color: #ffffff;
      font-size: 16px;
      font-weight: 500;
      -webkit-transition: padding .5s;
      -o-transition: padding .5s;
      transition: padding .5s; }
      .footer-area .footer-top .widget.widget_nav_menu ul li a:after {
        display: none; }
      .footer-area .footer-top .widget.widget_nav_menu ul li a:hover {
        color: var(--main-color-one); }
        .footer-area .footer-top .widget.widget_nav_menu ul li a:hover i {
          opacity: 1;
          margin-right: 5px; }
      .footer-area .footer-top .widget.widget_nav_menu ul li a i {
        font-size: 12px;
        position: relative;
        top: -2px;
        opacity: 0;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        margin-right: -15px; }
  .footer-area .footer-bottom {
    padding: 40px 0;
    border: 1px solid #434343; }
    .footer-area .footer-bottom .footer-menu {
      list-style: none;
      margin: 0;
      padding: 0;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; }
      .footer-area .footer-bottom .footer-menu li {
        padding-left: 29px; }
        .footer-area .footer-bottom .footer-menu li:first-child {
          padding: 0; }
        .footer-area .footer-bottom .footer-menu li a {
          font-weight: 700;
          font-size: 18px;
          color: #dedede; }
    .footer-area .footer-bottom .copyright {
      margin: 0;
      font-weight: 700;
      font-size: 18px;
      color: #dedede;
      position: relative; }
      .footer-area .footer-bottom .copyright:before {
        content: '';
        position: absolute;
        height: 44px;
        width: 2px;
        background: #434343;
        left: -15px;
        top: 50%;
        margin-top: -22px; }

.footer-logo {
  display: block; }
  .footer-logo img {
    margin-bottom: 27px; }

.contact-widget.widget.footer-widget {
  margin-bottom: 45px; }
  .contact-widget.widget.footer-widget .widget-title {
    margin-bottom: 32px; }

.banner-consult .slick-arrow i {
  display: none; }

@media screen and (max-width: 1520px) {
  .banner-thumb-wrap .banner-thumb {
    margin-right: -70px; }
  .left-line-bg {
    background-size: 100px; }
  .left-bottom-line-bg {
    background-position-y: center;
    background-size: 100px; }
  .banner-v3-slider-area-wrapper .banner-inner h2 {
    font-size: 55px; }
  .banner-v3-slider-area-wrapper .banner-inner .subtitle {
    font-size: 16px;
    margin: 0 0 10px; }
  .banner-v3-area .banner-v3-slider-controls .slider-progress {
    display: none; }
  .banner-video .slider-content-area .slider-content h2 {
    font-size: 50px; }
  .banner-consult .slick-prev {
    left: 2%; } }

@media screen and (max-width: 1024px) {
  h1 {
    font-size: 48px; }
  h4 {
    font-size: 22px; }
  h5 {
    font-size: 20px; }
  .single-input-wrap .single-input,
  .btn {
    height: 50px;
    line-height: 50px; }
  .nav-transparent .nav-white {
    padding: 0 40px; }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
    margin-left: 15px; }
  .topbar-single-info {
    padding: 0 10px;
    font-size: 14px; }
  .banner-area .banner-inner {
    padding: 30px 0; }
  .banner-inner h2 {
    font-size: 48px; }
  .section-title .title {
    font-size: 48px; }
  .section-title .subtitle {
    font-size: 18px;
    margin-bottom: 5px; }
  .section-title .subtitle span {
    margin: 0 19px 9px 0; }
  .single-pricing-wrap ul {
    padding: 0 0 43px 0; }
  .single-pricing-wrap ul li a {
    font-size: 14px; }
  .testimonial-thumb-slider-wrap {
    width: 400px; }
  .subscribe-area .title {
    font-size: 26px; }
  .footer-area .footer-bottom .footer-menu li {
    padding-left: 20px; }
  .footer-area .footer-bottom .footer-menu li a {
    font-size: 16px; }
  .footer-area .footer-bottom .copyright {
    font-size: 15px; }
  .video-area-2 .single-about {
    padding: 60px 15px 0; }
  .video-area-2 .section-title {
    margin-bottom: 65px; }
  .news-slider .owl-nav button {
    top: 37%; }
  .single-blog-wrap .blog-details span {
    margin-bottom: 16px; }
  .single-blog-wrap .blog-details p {
    font-size: 14px; }
  .single-about .thumb {
    height: 120px;
    width: 120px;
    line-height: 120px; }
  .single-about .thumb:before {
    left: 13px; }
  .single-about .thumb:after {
    right: 13px; }
  .single-about p {
    font-size: 14px; }
  .testimonial-thumb-slider-wrap .testimonial-thumb-slider--img {
    width: 70px; }
  .testimonial-thumb-slider-wrap .testimonial-thumb-slider--img-1 {
    left: 25px;
    top: 25px; }
  .testimonial-thumb-slider-wrap .testimonial-thumb-slider--img-2 {
    right: 25px;
    top: 25px; }
  .testimonial-thumb-slider-wrap .testimonial-thumb-slider--img-3 {
    left: 25px;
    bottom: 25px; }
  .testimonial-thumb-slider-wrap .testimonial-thumb-slider--img-4 {
    right: 25px;
    bottom: 25px; }
  .single-thumb-client {
    padding: 60px; }
  .single-thumb-client img {
    padding: 50px; }
  .transaction-tab-area {
    padding: 50px 40px; }
  .transaction-table .table tbody tr td {
    font-size: 16px; }
  .banner-thumb-wrap .banner-thumb {
    margin-right: 0; }
  .left-line-bg,
  .right-line-bg,
  .left-bottom-line-bg {
    background: none !important; }
  .blog-details-area .blog-details-content .entry-footer .right-content {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 8px; }
  .blog-details-area .blog-details-content .entry-footer .right-content ul {
    padding-left: 0; }
  .banner-v3-slider-area-wrapper .banner-inner h2 {
    font-size: 40px; }
  .banner-v3-area .banner-v3-slider-controls .slider-extra,
  .banner-v3-area .banner-v3-slider-area-wrapper .slick-dots {
    display: none !important; }
  .banner-video .slider-content-area .slider-content h2 {
    font-size: 40px; }
  .banner-video .slider-content-area .slider-content .offer-text {
    font-size: 20px; } }

@media screen and (max-width: 991px) {
  .nav-transparent .nav-container .navbar-collapse .navbar-nav > li:before,
  .nav-transparent .nav-container .navbar-collapse .navbar-nav > li:after {
    display: none; }
  .navbar-area.nav-white .navbar, .navbar-area .navbar {
    background: #2c17c0;
    position: relative; }
  .right-part-search {
    height: auto;
    line-height: inherit;
    margin-right: 23px;
    padding-left: 0; }
  .toggle-btn {
    top: -15px; }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
    margin-left: 0px; }
  .navbar-area .nav-container .navbar-collapse {
    background: #2c17c0;
    padding: 0 25px;
    position: absolute;
    top: 53px; }
  .banner-inner h2 {
    font-size: 46px; }
  .banner-area .banner-inner {
    padding: 0; }
  .banner-area-2 {
    padding: 120px 0 120px;
    background-size: cover; }
  .section-title {
    margin-bottom: 43px; }
  .section-title .title {
    font-size: 46px; }
  .featured-area .thumb {
    margin-top: 70px; }
  .mg-top-60 {
    margin-top: 0px; }
  .check-profit-area form {
    margin-bottom: 30px; }
  .slick-prev {
    left: 50%;
    margin-left: -45px; }
  .slick-next {
    left: 50%;
    margin-left: 10px; }
  .subscribe-area .title {
    margin-bottom: 30px; }
  .widget {
    margin-bottom: 50px; }
  .widget.footer-widget .widget-title {
    margin-bottom: 30px; }
  .footer-area .footer-top {
    padding: 100px 0 50px; }
  .footer-area .footer-bottom .copyright:before {
    display: none; }
  .footer-area .footer-bottom .footer-menu {
    margin-bottom: 20px; }
  .navbar-area-2 .navbar {
    padding: 0px !important; }
  .nav-transparent .nav-white {
    padding: 20px 40px; }
  .nav-transparent .nav-white:after {
    width: 88%; }
  .nav-transparent .nav-white .right-part-search {
    margin-right: 30px; }
  .navbar-area-2 .nav-container .navbar-collapse {
    z-index: 9;
    top: 73px;
    left: 0;
    border-radius: 0 0 10px 10px; }
  .navbar-area-2 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
    color: #ffffff; }
  .navbar-area-2 .nav-container .navbar-collapse {
    background: -webkit-linear-gradient(346deg, #fe0079 0%, #762dc4 100%);
    background: -o-linear-gradient(346deg, #fe0079 0%, #762dc4 100%);
    background: linear-gradient(104deg, #fe0079 0%, #762dc4 100%); }
  .topbar-signin {
    margin-left: 30px; }
  .work-area .mg-top-180 {
    margin-top: 0 !important; }
  .video-area-2 .single-about {
    margin-top: 40px;
    margin-bottom: 0; }
  .testimonial-thumb-slider-wrap .testimonial-thumb-slider--img {
    width: 90px;
    height: 90px; }
  .single-thumb-client {
    padding: 60px; }
  .single-thumb-client img {
    padding: 45px; }
  .navbar-top .topbar-right li:last-child,
  .navbar-top .topbar-right li:first-child {
    padding: 0; }
  .nav-transparent .nav-white {
    margin: 0 15px;
    padding: 20px; }
  .page-title-area .title {
    font-size: 30px; }
  .search-popup .search-form button {
    line-height: 40px; }
  .sidebar {
    margin-top: 100px; }
  .page-title-area {
    padding: 245px 0 87px; }
  .page-title-area:after {
    height: 170px;
    top: 78%;
    margin-top: -124px; }
  .single-video-area {
    margin-bottom: 30px; }
  .banner-v3-area,
  .banner-v3-area .banner-v3-slider-area-wrapper .banner-slider-item .banner-inner-wrap,
  .banner-v3-area .banner-v3-slider-area-wrapper {
    height: auto;
    display: block; }
  .banner-video .slider-content-area {
    min-width: 100%; }
  .banner-consult .banner-item {
    padding: 60px 0 0 0; }
  .banner-consult .slick-arrow {
    display: none !important; }
  .banner-consult .banner-item .banner-caption .banner-inner h2 {
    font-size: 38px; }
  .banner-consult .banner-item .banner-caption .banner-inner .subtitle {
    font-size: 15px; } }

@media screen and (max-width: 767px) {
  .navbar-area .nav-container .navbar-collapse {
    top: 44px; }
  .toggle-btn {
    top: -20px; }
  .transaction-tab li {
    margin-bottom: 20px !important; }
  .news-slider .owl-nav button {
    top: 43%; }
  .nav-transparent .nav-container .navbar-collapse {
    top: 64px; }
  .page-title-area:after {
    display: none; }
  .page-title-area .title {
    text-align: center;
    margin-bottom: 25px; }
  .topbar-signin {
    margin-left: 10px; }
  .topbar-single-info.topbar-signin i {
    margin-right: 5px; }
  .right-part-search {
    font-size: 15px;
    color: #fff; }
  .navbar-top .topbar-right li.topbar-social-icon {
    padding: 0; }
  .topbar-select {
    font-size: 14px;
    width: 100px; }
  .topbar-select, .topbar-help .btn, .navbar-top .topbar-right li, .navbar-top .topbar-left li {
    height: 48px;
    line-height: 50px; }
  .page-title-area .title {
    margin-bottom: 10px; }
  .page-title-area .title br {
    display: none; }
  .page-title-area .breadcrumb {
    font-size: 16px; }
  .blog-details-area .blog-details-content .date span {
    font-size: 35px; }
  .blog-details-area .blog-details-content .date p {
    font-size: 12px; }
  .single-input-wrap-2.text-left {
    padding: 30px;
    text-align: center !important; }
  .single-input-wrap-2 textarea.single-input {
    text-align: center; }
  .single-main-client .section-title .subtitle {
    font-size: 20px; }
  .section-title .subtitle span {
    margin: 0 19px 5px 0; }
  .single-main-client .section-title .title {
    font-size: 40px; }
  .single-main-client .section-title p {
    padding: 0px 0 0 0; }
  .single-main-client .section-title p:before {
    display: none; }
  .navbar-top {
    height: auto; } }

@media screen and (max-width: 575px) {
  .navbar-top {
    height: auto; }
  .navbar-top .topbar-right li {
    height: 30px;
    line-height: 20px; }
  .single-input-wrap .single-input {
    margin-bottom: 20px;
    width: 100%; }
  .single-facility {
    display: block;
    text-align: center; }
  .single-facility .thumb {
    display: inline-block;
    margin-bottom: 20px; }
  .single-facility .facility-details {
    margin-left: 0; }
  .history-area .single-history-wrap {
    margin-bottom: 50px; }
  .history-area .single-history-wrap h1 {
    margin-bottom: 0; }
  .footer-area .footer-bottom .footer-menu {
    display: none; }
  .video-play-btn {
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-right: -50px;
    line-height: 100px; }
  .section-title .subtitle span {
    display: none; }
  .news-slider-area {
    padding: 40px 30px 40px;
    border-radius: 10px; }
  .news-slider .owl-nav button {
    top: auto;
    bottom: -20px; }
  .news-slider .owl-nav button.owl-prev {
    left: 40%; }
  .news-slider .owl-nav button.owl-next {
    right: 38%; }
  .nav-transparent .nav-white {
    padding: 20px 20px 20px 7px; }
  .transaction-tab-area {
    padding: 40px 25px; }
  .transaction-tab {
    margin-bottom: 0; }
  .transaction-tab li {
    margin-right: 10px; }
  .transaction-tab li a.nav-link {
    padding: 0 22px;
    font-size: 14px; }
  .transaction-table .table tbody tr th img {
    min-width: 53px; }
  .transaction-table .table tbody tr td {
    font-size: 14px; }
  .transaction-table .table thead th {
    padding: 15px 35px; }
  .subscribe-form {
    display: inline-block; }
  .blockquote-wrapper .media {
    display: inherit !important; }
  .blockquote-wrapper .media .left {
    margin-bottom: 10px; }
  .single-input-wrap-2 .button:after {
    width: 100%;
    right: 0px; }
  .check-profit-area .payment-method-wrap .payment-card li {
    margin-right: 8px; }
  .single-main-client .section-title .title {
    font-size: 30px; }
  .back-to-top {
    right: 20px;
    bottom: 20px;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 50px;
    font-size: 26px; }
  .banner-consult .banner-item .banner-inner {
    padding: 132px 0 25px; }
  .banner-video .slider-content-area .slider-content h2 {
    font-size: 30px;
    margin-bottom: 10px; }
  .banner-video .slider-content-area .slider-content .offer-text {
    font-size: 16px;
    margin-bottom: 10px; }
  .banner-video .slider-content-area .slider-content .text {
    font-size: 13px; }
  .banner-video .slider-content-area .slider-content .btn-wrapper {
    margin-top: 10px; } }

@media screen and (max-width: 376px) {
  h1 {
    font-size: 32px; }
  .banner-inner h2 {
    font-size: 32px; }
  .section-title .title {
    font-size: 32px; }
  .check-profit-area form {
    padding: 0 25px 30px; }
  .check-profit-area form .title h5 {
    padding: 0 50px; }
  .check-profit-area .payment-method-wrap h2 {
    font-size: 30px; }
  .testimonial-thumb-slider-wrap {
    width: 300px; }
  .single-thumb-client {
    padding: 50px; }
  .testimonial-thumb-slider-wrap .testimonial-thumb-slider--img {
    width: 60px;
    height: 60px; }
  .single-thumb-client img {
    padding: 30px; }
  .subscribe-area .title {
    font-size: 22px; }
  .subscribe-form input {
    padding: 0 25px 0 40px;
    margin-bottom: 20px; }
  .subscribe-form button {
    position: inherit;
    margin: 0 auto;
    display: block; }
  .news-slider .owl-nav button.owl-prev {
    left: 33%; }
  .pricing-tab .nav-tabs .nav-item {
    padding: 0 40px; }
  .blog-details-area .blog-details-content .entry-comment .comment-list li .single-comment-item .thumb {
    position: relative; }
  .blog-details-area .blog-details-content .entry-comment .comment-list li .single-comment-item .content {
    padding-left: 0; }
  .blog-details-area .reply,
  .blog-details-area .reply-image {
    margin-left: 0;
    padding-left: 0; }
  .main-map iframe {
    height: 350px; }
  .video-area .btn {
    margin: 0 10px 10px !important; } }

@media screen and (max-width: 320px) {
  .topbar-single-info {
    padding: 0; }
  .page-title-area .title {
    font-size: 26px; } }
