@charset "UTF-8";
/*
  Item Name: Foxco - Marketing Agency Html Template.
  Author: ordianIT
  Version: 3.0.0
  Copyright 2021-2022
  Author URI: https://themeforest.net/user/ordianIT
 ============================================================-->
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
# Accessibility
# Alignments
# Clearings
# Posts and pages
# Back Top
# Preloader Css
# Breadcumb 
# Nav bar 
# sidebar-menu
# Search Popup
# single-inpur-inner
# Banner
# All section style
# intro-area-home-2
# single-feature-inner
# video-bg-inner
# single-work-inner
# single-list-box
# about-thumb-wrap
# single-team-inner
# counter-list-inner
# video-inner
# single-testimonial-inner
# subscribe-area-inner
# client-area
# signin area
# single-contact-info
# contact area
# project style
# case-study-tab-inner
# progress-item
# course css
# single-category-inner
# course-details-nav-tab
# course-details-content
# td-review-inner
# single-review-inner
# widget css
# blog css
# shop css
# Comming Soon
# Faqs css
# Cart Page CSS
# Checkout Page CSS
# Login Page CSS
# Register Page CSS
# Footer

--------------------------------------------------------------*/


/*-----------------
    # Typography
-----------------*/
@import url("https://fonts.googleapis.com/css?family=Fira+Sans:200,300,300i,400,400i,500,500i,600,700,800,900|Hind+Vadodara:300,400,500,600,700");
:root {
  --main-color: #172b43 ;/*#e82f51*/ /*#FF8245*/
  --second-color: #f2395b; /*#ff555c;*/ /*#FF8245*/
  --heading-color: #262626;
  --heading-two: #0A1851;
  --wihte: #fff;
  --paragraph-color: #565872;
  --body-font: "Hind Vadodara", sans-serif;
  --heading-font: "Hind Vadodara", sans-serif;
  --body-font-size: 17px;
  --line-height30: 1.7;
  --home-dark: #262f38;
}



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

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


body {
  margin: 0;
  color: var(--paragraph-color);
  overflow-x: hidden;
  font-family: var(--body-font);
  line-height: var(--line-height30);
  font-size: var(--body-font-size);
  background: #fff;
}
/*body Select color*/
::selection{
  background: var(--main-color);
  color: var(--white);
}
.dark-mode{
  background: var(--home-dark);
}

.dark-mode-button button {
  color: #fff;
  z-index: 99;
}


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

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

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

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

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

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

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

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

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

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

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

pre {
  word-break: break-word;
}

a i {
  padding: 0 2px;
}

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

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

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

/*input and button type focus outline disable*/
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=number]:focus,
textarea:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus,
select:focus {
  outline: none;
  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: "";
  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 {
  transition: 0.3s ease-in;
}
.comment-navigation .nav-previous:hover > a,
.posts-navigation .nav-previous:hover > a,
.post-navigation .nav-previous:hover > a,
.comment-navigation .nav-next:hover > a,
.posts-navigation .nav-next:hover > a,
.post-navigation .nav-next:hover > a {
  color: var(--main-color);
}
.comment-list li {
  list-style: none;
}
.h-100vh {
  height: 100vh;
}
.position-relative {
  position: relative;
}
.padding-115{
  padding: 115px 0;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rproductt(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;
  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: 16px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-dproductoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  float: left;
  clear: both;
  margin-right: 20px;
}

.alignright {
  float: right;
  clear: both;
  margin-left: 20px;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
}

.alignfull {
  margin: 1.5em 0;
  max-width: 100%;
}

.alignwide {
  max-width: 1100px;
}


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

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

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

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

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

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

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
  clear: both;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-base {
  color: #fff;
  background: var(--main-color);
  height: 50px;
}
.btn-base:hover {
  color: #fff;
}

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

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

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

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

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

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

.read-more-btn {
  position: relative;
  display: inline-block;
  transition: all 0.3s ease-in;
  overflow: hidden;
  border-radius: 50px;
  background: var(--main-color);
}
.read-more-btn i {
  height: 46px;
  padding: 0 15px 0 15px;
  line-height: 46px;
  color: #fff;
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 2;
  border-radius: 50%;
  background: var(--main-color);
  transition: all 0.3s ease-in;
}
.read-more-btn span {
  height: 46px;
  line-height: 46px;
  color: #fff;
  display: inline-block;
  text-align: center;
  z-index: 1;
  transition: all 0.3s ease-in;
  font-size: 16px;
  background: var(--main-color);
  margin-left: -100px;
  padding-left: 20px;
  font-weight: 500;
}
.read-more-btn:hover span {
  margin-left: 0;
}
.read-more-btn:hover i {
  height: 46px;
  padding: 0 20px 0 5px;
}

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

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

/*------------------------------------------------
    ## Back Top
------------------------------------------------*/
.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 44px;
  height: 44px;
  color: #fff;
  background-color: var(--main-color);
  text-align: center;
  line-height: 44px;
  z-index: 99;
  font-size: 25px;
  cursor: pointer;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  display: none;
  animation: backto-top-bounce 4s infinite ease-in-out;
}
@keyframes backto-top-bounce {
  0% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-5px);
  }
}
/*-----------------------------------------
    ## Preloader Css
-------------------------------------------*/
.pre-wrap {
  position: fixed;
  content: "";
  transform: translate(-100%, -240%);
  font-size: 62px;
}

.preloader-inner {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999999999;
  background-color: #030724;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.preloader-inner .cancel-preloader {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.preloader-inner .cancel-preloader a {
  background-color: #fff;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--main-color);
  width: 200px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 30px;
  display: block;
  transition: all 0.4s ease;
}
.preloader-inner .cancel-preloader a:hover {
  background-color: var(--heading-color);
  color: #fff;
}

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

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

.dot2 {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}
@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/*-----------------------------------------
    ## video 
------------------------------------------*/
.video-thumb {
  position: relative;
}
.video-thumb .video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-play-btn {
  border-radius: 50%;
  background: #f7f7f7;
  width: 80px;
  height: 80px;
  display: inline-block;
  line-height: 92px;
  position: relative;
  z-index: 0;
  text-align: center;
  animation: ripple-white3 2.5s linear infinite;
  z-index: 3;
}
.video-play-btn:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: rgba(247, 247, 247, 0.4);
  top: -15px;
  left: -15px;
}
.video-play-btn i {
  color: var(--main-color);
  margin-left: 6px;
  font-size: 28px;
}

/*-----------------------------------------
    ## Breadcumb 
------------------------------------------*/
.breadcrumb-area {
  padding-top: 200px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-bottom: 60px;
}
.breadcrumb-area .breadcrumb-inner {
  position: relative;
  z-index: 2;
  padding-bottom: 30px;
}
.breadcrumb-area .page-title {
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 5px;
}
.breadcrumb-area .page-list {
  margin: 0;
  padding: 0;
}
.page-list li a:hover {
  color: var(--heading-color);
}
.breadcrumb-area .page-list li {
  font-size: 22px;
  font-weight: 400;
  list-style: none;
  display: inline-block;
  position: relative;
  padding-left: 8px;
  color: var(--main-color);
}
.breadcrumb-area .page-list li:after {
  position: absolute;
  left: 0;
  top: 1px;
  content: "/";
  font-family: "fontawesome";
}
.breadcrumb-area .page-list li:first-child {
  padding-left: 0;
}
.breadcrumb-area .page-list li:first-child:after {
  display: none;
}

/********* social-media *********/
.social-media {
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 2;
}
.social-media li {
  display: inline-block;
  margin: 0 2px;
}
.social-media li a {
  height: 28px;
  width: 28px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background: var(--main-color);
  color: #fff;
  font-size: 12px;
  border: 1px solid transparent;
  transition: .6s all;
}
.social-media li a:hover {
  background: #fff;
  color: var(--main-color);
}
.social-media a:hover i.fa {
  color: black !important;
  transition: .4s all;
}
.social-media li:first-child {
  margin-left: 0;
}
.social-media li:last-child {
  margin-right: 0;
}
.social-area i.fa, .social-media i.fa {
  color: #fff !important;
}

.social-media-light a, .social-area a {
  background: #db150b;
  display: inline-block;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
  border: 1px solid transparent;
}
.social-media-light a i, .social-area a i {
  color: var(--main-color);
  font-size: 16px;
  transition: 0.4s;
}
.social-media-light a:hover, .social-area a:hover {
  background: var(--main-color);
  border: 1px solid var(--white);
}
.social-media-light a:hover i, .social-area a:hover i {
  color: #fff;
}

/********* slider-control *********/
.slider-control-round .owl-nav button {
  height: 46px;
  width: 46px;
  line-height: 47px;
  margin: 0 10px;
  border-radius: 50%;
  border: 0;
  transition: 0.4s;
  box-shadow: none;
  color: var(--main-color);
  background: rgba(253, 74, 54, 0.1);
  padding: 0;
  cursor: pointer;
  font-size: 24px;
}
.owl-dots.disabled{
  display: none;
}
.slider-control-round .owl-nav button:hover {
  background: var(--main-color);
  color: #fff;
}
.slider-control-round .owl-nav .owl-prev {
  margin-left: 0;
}
.slider-control-round .owl-nav .owl-next {
  margin-left: 0;
}

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

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

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

/*--------------------------------------------------------------
# Globals
--------------------------------------------------------------*/
.border-radius-6 {
  border-radius: 6px;
}
.common-icon i.fa {
  color: var(--white);
  font-size: 16px;
}
.sidebar-address.common-icon i.fa {
  color: var(--main-color);
  font-size: 16px;
}
.border-radius-6 img {
  border-radius: 6px;
}

.ratting-inner {
  color: #FFC107;
}

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

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

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

.bg-red {
  background: #F14D5D;
}

.bg-gray {
  background: #F8F8F8;
}

.bg-sky {
  background: #F9F9F9;
}

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

.bg-light {
  background: #F7FAFC;
}

.bg-relative {
  position: relative;
}

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

.bg-overlay {
  position: relative;
  background-size: cover !important;
}
.dark-mode .bg-overlay::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #262f38;
  opacity: .7;
}
.bg-overlay::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #262f38;
  opacity: .5;
}
.bg-overlay .container {
  position: relative;
  z-index: 2;
}
.bg-overlay .bg-z-index {
  position: relative;
  z-index: 2;
}

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

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

.image-hover-animate {
  overflow: hidden;
  border-radius: 10px;
}
.image-hover-animate img {
  transform: scale(1.02);
  transition: 0.7s;
}
.image-hover-animate:hover img {
  transform: scale(1.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.spin_image {
  animation: spin 3s infinite ease-in-out;
}
@keyframes top-image-bounce {
  0% {
    transform: translateY(-8px);
  }
  50% {
    transform: translateY(12px);
  }
  100% {
    transform: translateY(-8px);
  }
}
@keyframes left-image-bounce {
  0% {
    transform: translateX(-5px);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(-5px);
  }
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
    transform-origin: 50%;
  }
}
@keyframes ripple-white3 {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 100px rgba(255, 255, 255, 0);
  }
}
/*------------------------------------------------
    ## section title
------------------------------------------------*/
.section-title {
  margin-bottom: 40px;
  position: relative;
}
.section-title .sub-title {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  color: var(--main-color);
}
.section-title .sub-title:before {
  content: "";
  position: absolute;
  left: -22px;
  top: 0;
  background-image: url("../../assets/img/2.png");
  background-size: 100% 100%;
  height: 105%;
  width: 180%;
}
.section-title .sub-title.left-line {
  padding-left: 60px;
}
.section-title .sub-title.left-line:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  height: 1px;
  width: 40px;
  background: var(--main-color);
}
.section-title .sub-title.right-line:after {
  content: "";
  position: absolute;
  right: -50px;
  top: 9px;
  height: 1px;
  width: 40px;
  background: var(--main-color);
}
.section-title .sub-title.double-line:before {
  content: "";
  position: absolute;
  left: -50px;
  top: 9px;
  height: 1px;
  width: 40px;
  background: var(--main-color);
}
.section-title .sub-title.double-line:after {
  content: "";
  position: absolute;
  right: -50px;
  top: 9px;
  height: 1px;
  width: 40px;
  background: var(--main-color);
}
.section-title .title {
  margin-bottom: 0;
  margin-top: 0;
}
.section-title .content {
  margin-top: 17px;
  margin-bottom: 0;
}
.section-title .small-title {
  margin-top: 18px;
  line-height: 36px;
}
.section-title .phone {
  font-weight: 400;
  margin-top: 30px;
}
.section-title .phone img {
  margin-right: 6px;
}
.section-title .single-list-wrap {
  margin-top: 21px;
}
.section-title .btn {
  margin-top: 30px;
}
.section-title.style-white .sub-title {
  color: var(--main-color);
}
.section-title.style-white .sub-title.left-line:before {
  background: #fff;
}
.section-title.style-white .sub-title.right-line:after {
  background: #fff;
}
.section-title.style-white .sub-title.double-line:before {
  background: #fff;
}
.section-title.style-white .sub-title.double-line:after {
  background: #fff;
}
.section-title.style-white .title {
  color: #fff;
}
.section-title.style-white .content {
  color: #fff;
}
.section-title.style-white .small-title {
  color: #fff;
}

/*----------------------------------------------
    # Nav bar 
----------------------------------------------*/
.topbar-logo img {
  width: 125px;
}

.navbar-top {
  background: var(--main-color);
  padding: 15px 0;
}
.navbar-top ul {
  margin: 0;
  padding: 0;
  line-height: initial;
}
.navbar-top ul li {
  display: inline-block;
  list-style: none;
  margin-right: 25px;
}
.navbar-top ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
.navbar-top ul li p,
.navbar-top ul li a {
  margin: 0;
  font-size: 14px;
  color: #fff;
}
.navbar-top ul li p img,
.navbar-top ul li a img {
  margin-right: 5px;
}
.navbar-top ul li p i,
.navbar-top ul li a i {
  margin-right: 5px;
}
.navbar-top ul li a:hover {
  color: var(--main-color);
}
.navbar-top .topbar-right a {
  margin: 0 3px;
}
.navbar-top .topbar-right li a i {
  margin-right: 0;
}

}
.navbar-top .topbar-right li a:last-child {
  margin-right: 0;
}
.navbar-top .topbar-right li:last-child {
  border-right: 0;
}
.navbar-top.style-two {
  background: var(--main-color);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.navbar-top.style-two ul li p,
.navbar-top.style-two ul li a {
  color: var(--white);
}

.navbar-area {
  position: absolute;
  width: 100%;
  z-index: 99;
  padding: 0;
}
.navbar-area .nav-container {
  background-color: transparent;
  padding: 10px 15px;
  transition: all 0.4s;
}
.navbar-area .nav-container .logo {
  line-height: 0.9;
}
.navbar-area .nav-container .logo a {
  font-weight: 700;
  font-size: 24px;
  color: #fff;
}
.navbar-area .nav-container .logo a img {
  height: auto;
  max-width: 125px;
}
.navbar-area .nav-container .btn-transparent {
  font-size: 13px;
  font-weight: 700;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav {
  display: block;
  width: 100%;
  text-align: left;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li {
  display: inline-block;
  font-weight: 500;
  line-height: 50px;
  text-transform: capitalize;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li a {
  color: var(--heading-color);
  font-weight: 500;
  font-size: 18px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li:hover a {
  color: var(--main-color);
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
  margin-left: 17px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
  position: relative;
  z-index: 0;
  padding-right: 14px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
  content: "";
  position: absolute;
  right: 3px;
  top: 50%;
  height: 10px;
  width: 2px;
  background: var(--heading-color);
  transform: translateY(-50%);
  transition: all 0.3s ease-in;
  margin-top: 0;
  z-index: -1;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:after {
  content: "";
  position: absolute;
  right: -1px;
  top: 26px;
  height: 2px;
  width: 10px;
  background: var(--heading-color);
  transform: translateY(-50%);
  transition: all 0.3s ease-in;
  z-index: -1;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover {
  transition: all 0.4s ease;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover:before {
  opacity: 0;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover:after {
  background: var(--main-color);
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
  position: absolute;
  text-align: left;
  min-width: 210px;
  margin: 0;
  padding: 0;
  list-style: none;
  left: 0;
  top: 120%;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  z-index: 9;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
  border-radius: 0;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu.border-bt0 {
  border-bottom: 0px !important;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
  display: block;
  margin-left: 0;
  line-height: 22px;
  font-size: 16px;
  transition: all 0.4s ease;
  border-bottom: 1px solid #f5f5f5;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
  display: block;
  padding: 10px 20px;
  white-space: nowrap;
  transition: all 0.3s;
  color: #050a30;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.4s ease;
  position: relative;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:before {
  position: absolute;
  left: 17px;
  top: 50%;
  content: "";
  font-family: "fontawesome";
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: translateY(-50%);
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
  color: #fff;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover {
  background: var(--main-color) !important;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover a {
  color: #fff;
  padding: 10px 20px 10px 30px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover a:before {
  visibility: visible;
  opacity: 1;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:last-child {
  border-bottom: 0;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children {
  position: relative;
  z-index: 0;
  padding-right: 0px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:before {
  position: absolute;
  right: 15px;
  top: 50%;
  content: "";
  font-family: "fontawesome";
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: translateY(-50%);
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children > .sub-menu {
  left: 100%;
  top: 20px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children > .sub-menu .sub-menu .sub-menu {
  left: auto;
  right: 100%;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu li:hover:before {
  color: #fff;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav > li {
  margin-right: 12px;
}

.navbar-area.navbar-area-2 .nav-container .navbar-collapse .navbar-nav li:hover a {
  color: var(--heading-color);
}

.navbar-area-2 .nav-container .navbar-collapse .navbar-nav > li:hover.menu-item-has-children:before,
.navbar-area-2 .nav-container .navbar-collapse .navbar-nav > li:hover.menu-item-has-children:after {
  background: var(--heading-color);
}

.sticky-active {
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 10px 20px 0 rgba(46, 56, 220, 0.05);
}

.navbar-area-1 {
  background: #fff;
}

.navbar-area-2 {
  background: #fff;
  box-shadow: 0 6px 8px rgba(140, 129, 129, 0.25);
}
.navbar-area-2 .nav-container .navbar-collapse .navbar-nav > li > a {
  color: var(--heading-two);
}
.navbar-area-2 .nav-container .navbar-collapse .navbar-nav > li.menu-item-has-children:before {
  background: #000;
}
.navbar-area-2 .nav-container .navbar-collapse .navbar-nav > li.menu-item-has-children:after {
  background: #000;
}
.navbar-area-2.sticky-active {
  background: #fff;
}

.navbar-nav {
  opacity: 0;
  margin-right: -30px;
  visibility: hidden;
  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: #fff;
  z-index: 9999;
  top: 10px;
  right: -5px;
}

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

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

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

/**************** nav-left-part *************/
.header-cat-menu {
  margin: 0;
  padding: 0;
  margin-left: 58px;
}
.header-cat-menu li {
  position: relative;
  margin-right: 0;
  cursor: pointer;
  list-style: none;
}
.header-cat-menu li img {
  margin-top: -3px;
  margin-right: 5px;
}
.header-cat-menu li a {
  color: #022334;
  font-weight: 500;
  font-size: 18px;
}
.header-cat-menu li .sub-menu {
  position: absolute;
  left: 0;
  top: 40px;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 9;
  border: none;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  min-width: 210px;
}
.header-cat-menu li .sub-menu li {
  display: block;
  margin-left: 0;
  line-height: 22px;
  font-size: 16px;
  transition: all 0.4s ease;
  border-bottom: 1px solid #f5f5f5;
}
.header-cat-menu li .sub-menu li a {
  display: block;
  padding: 10px 20px;
  white-space: nowrap;
  transition: all 0.3s;
  color: #050a30;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.4s ease;
  position: relative;
}
.header-cat-menu li .sub-menu li a:before {
  position: absolute;
  left: 17px;
  top: 50%;
  content: "";
  font-family: "fontawesome";
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: translateY(-50%);
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
  color: #fff;
}
.header-cat-menu li .sub-menu li:hover {
  background: #061539;
}
.header-cat-menu li .sub-menu li:hover a {
  color: #fff;
  padding: 10px 20px 10px 30px;
}
.header-cat-menu li .sub-menu li:hover a:before {
  visibility: visible;
  opacity: 1;
}
.header-cat-menu li .sub-menu li:last-child {
  border-bottom: 0;
}
.header-cat-menu li:hover > a {
  color: var(--main-color);
}
.header-cat-menu li:hover ul {
  opacity: 1;
  visibility: visible;
  animation: menuslide 300ms;
}

/**************** nav-right-part *************/
.nav-right-part .btn {
  height: 44px;
  line-height: 44px;
  color: #fff;
  padding: 0 15px;
}
.nav-right-part a {
  margin-left: 15px;
  color: var(--heading-color);
}
.nav-right-part .search-bar {
  border: 1px solid rgba(0, 33, 71, 0.2);
  display: inline-block;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
}
.nav-right-part .search-bar:hover {
  background: var(--main-color);
  border: 1px solid var(--main-color);
}

.nav-right-part-desktop {
  margin-left: 20px;
}
#navigation-button img {
  max-width: 31px;
}

.add-to-icon {
  font-size: 22px;
  position: relative;
}
.add-to-icon svg {
  max-width: 29px;
}
.add-to-icon i.fa {
  color: #000;
  position: relative;
  font-size: 20px;
}
.add-to-icon span {
  position: absolute;
  top: -13px;
  font-size: 74%;
  right: -67%;
  background: var(--main-color);
  height: 20px;
  width: 20px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  line-height: 20px;
}

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

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

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

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

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

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

@media only screen and (max-width: 991px) {
  .navbar-area .nav-container {
    padding: 20px 15px;
  }
.dark-mode.homveverionone .single-blog-inner .blog-meta {
  top: 37%;
}

  .nav-right-part {
    margin-right: 50px;
  }

  .nav-right-part .btn .right {
    padding-left: 5px;
    font-size: 13px;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav > li {
    margin-right: 0;
    padding-right: 0;
  }

  .navbar-area .nav-container {
    position: relative;
    z-index: 0;
  }
  .navbar-area .nav-container .navbar-toggler {
    padding: 0px;
  }
  .navbar-area .nav-container .navbar-collapse {
    margin-top: 13px;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav {
    display: block;
    margin-top: 20px;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li {
    display: block;
    text-align: left;
    line-height: 30px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li a {
    display: block;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li:last-child {
    border-bottom: none;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
    margin-left: 0;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
    top: 26px;
    right: 3px !important;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
    position: initial;
    display: block;
    width: 100%;
    border-top: none;
    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;
    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: "";
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
    padding: 0;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li.menu-item-has-children:hover:before {
    top: 30px;
    color: #fff;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li + li {
    border-top: none;
  }
}
.sopen {
  display: block;
}
.search-bar-mobile {
  display: none;
}

.toggle-btn {
  left: auto;
  right: -10px;
  position: absolute;
  top: -4px;
  width: 40px;
  height: 40px;
  transition-duration: 0.5s;
  border: 0;
  background: var(--main-color);
}

.search-bar-mobile a i {
  color: var(--home-dark);
}
.toggle-btn .icon-left {
  transition-duration: 0.5s;
  position: absolute;
  height: 2px;
  width: 11px;
  top: 18px;
  background-color: var(--main-color);
  left: 7px;
}
.toggle-btn .icon-left:before {
  transition-duration: 0.5s;
  position: absolute;
  width: 11px;
  height: 2px;
  background-color: var(--main-color);
  content: "";
  top: -7px;
  left: 0;
}
.toggle-btn .icon-left:after {
  transition-duration: 0.5s;
  position: absolute;
  width: 11px;
  height: 2px;
  background-color: var(--main-color);
  content: "";
  top: 7px;
  left: 0;
}
.toggle-btn .icon-left:hover {
  cursor: pointer;
}
.toggle-btn .icon-right {
  transition-duration: 0.5s;
  position: absolute;
  height: 2px;
  width: 11px;
  top: 18px;
  background-color: var(--main-color);
  left: 18px;
}
.toggle-btn .icon-right:before {
  transition-duration: 0.5s;
  position: absolute;
  width: 11px;
  height: 2px;
  background-color: var(--main-color);
  content: "";
  top: -7px;
  left: 0;
}
.toggle-btn .icon-right:after {
  transition-duration: 0.5s;
  position: absolute;
  width: 11px;
  height: 2px;
  background-color: var(--main-color);
  content: "";
  top: 7px;
  left: 0;
}
.toggle-btn .icon-right:hover {
  cursor: pointer;
}
.toggle-btn.open .icon-left {
  transition-duration: 0.5s;
  background: transparent;
}
.toggle-btn.open .icon-left:before {
  transform: rotateZ(45deg) scaleX(1.4) translate(2px, 1px);
}
.toggle-btn.open .icon-left:after {
  transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -1px);
}
.toggle-btn.open .icon-right {
  transition-duration: 0.5s;
  background: transparent;
}
.toggle-btn.open .icon-right:before {
  transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 1px);
}
.toggle-btn.open .icon-right:after {
  transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -1px);
}
.toggle-btn:hover {
  cursor: pointer;
}

.navbar-area-2 .toggle-btn .icon-left {
  background-color: #fff;
}
.navbar-area-2 .toggle-btn .icon-left:before {
  background-color: #fff;
}
.navbar-area-2 .toggle-btn .icon-left:after {
  background-color: #fff;
}
.navbar-area-2 .toggle-btn .icon-right {
  background-color: #fff;
}
.navbar-area-2 .toggle-btn .icon-right:before {
  background-color: #fff;
}
.navbar-area-2 .toggle-btn .icon-right:after {
  background-color: #fff;
}
.navbar-area-2 .nav-right-part .search-bar-btn {
  color: #000;
  margin-top: 11px;
  display: inline-block;
  float: left;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-area .nav-container .navbar-collapse .navbar-nav li {
    font-size: 16px;
  }

.homveverionone.dark-mode  .project-area {
  padding-top: 0;
}

  .navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
    margin-left: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .responsive-mobile-menu {
    display: block;
    width: 100%;
    position: relative;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1199px) {
  .margin-xlt-80 {
    margin-top: 0px;
  }

  .contact-widget .contact_info_list li.single-info-item .details {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .navbar-area .logo {
    padding-top: 0px !important;
  }

  .widget ul {
    text-align: left;
  }

  .navbar-collapse {
    background: #fff;
    margin-top: 0px;
    width: 100%;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
    right: 20px;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav {
    margin-bottom: 20px;
  }

  .navbar-area {
    padding-bottom: 0px;
  }

  .bar1, .bar2, .bar3 {
    background: #fff;
  }

  .party-box-wrapper {
    padding: 50px 0px;
  }

  .party-box-wrapper .party-box-content h4 {
    font-size: 30px;
    line-height: 45px;
  }

  .footer-area .copyright-area-inner {
    padding: 20px;
  }

  .navbar-expand-lg .navbar-collapse {
    margin-top: 0px;
  }

  .contact-widget .contact_info_list li.single-info-item .details {
    padding-left: 25px;
  }

  .footer-area .footer-top .widget.widget_nav_menu ul li a {
    font-size: 14px;
  }


  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
    padding: 0 0 0 20px;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
    padding: 12px 0;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:last-child a {
    padding-bottom: 3px;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover i {
    opacity: 0;
    margin-right: -18px;
  }

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

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

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover {
    background: none;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li a {
    color: #333333;
  }
}
/* Tablet Layout wide: 767px. */
@media only screen and (max-width: 767px) {
  .logo-wrapper.mobile-logo {
    display: block;
    width: 100%;
  }

  .responsive-mobile-menu {
    display: block;
    width: 100%;
    position: relative;
  }

  .responsive-mobile-menu .navbar-toggler {
    position: absolute;
    left: calc(100% - 130px);
    top: 10px;
  }

  .table-responsive {
    display: block !important;
  }

  .btn-custom-default, .btn-custom-white {
    font-size: 14PX;
    line-height: 33px;
    padding: 6px 20px;
  }

  .navbar-area .logo {
    padding-top: 0px !important;
  }
}
/* medium tablet layout 599px */
@media only screen and (max-width: 575px) {
  .navbar-area .nav-container {
    margin: 0px 0px;
  }

  .navbar-area .logo {
    padding-top: 10px;
  }

  .widget.footer-widget .subscribe-form.subscribe-form-style2 .form-control {
    padding: 15px 20px;
  }

  .widget.footer-widget .subscribe-form.subscribe-form-style2 .btn {
    padding: 15px 20px;
  }

  .search-popup .search-form {
    min-width: 350px;
  }
}
@media only screen and (max-width: 375px) {
  .btn-custom-default, .btn-custom-white {
    padding: 5px 18px;
  }

  .search-popup .search-form .form-group .form-control, .search-popup .search-form .submit-btn {
    height: 45px;
  }

  .search-popup .search-form {
    min-width: 300px;
  }
}
@media only screen and (max-width: 320px) {
  .search-popup .search-form {
    min-width: 265px;
  }

  .responsive-mobile-menu .navbar-toggler {
    left: calc(100% - 95px);
  }
}
/*----------------------------------------
  ## Search Popup
----------------------------------------*/
.td-search-popup.active .search-form {
  visibility: visible;
  opacity: 1;
  width: 40%;
  z-index: 9999;
}

.td-search-popup .search-form {
  width: 35%;
  position: absolute;
  position: fixed;
  top: 50%;
  left: 50%;
  transition: all 0.4s ease;
  visibility: hidden;
  opacity: 0;
  transform: translate(-50%, -50%);
  z-index: 999;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/************ single-inpur-inner ************/
.single-input-inner {
  margin-bottom: 20px;
}
.single-input-inner input {
  width: 100%;
  height: 46px;
  border: 0 !important;
  border-radius: 30px;
  padding: 0 22px;
}
.single-input-inner input::placeholder {
  color: #adadad;
}
.single-input-inner textarea {
  width: 100%;
  border: 0 !important;
  height: 130px;
  border-radius: 6px;
  padding: 14px 18px;
}
.single-input-inner textarea::placeholder {
  color: #adadad;
}
.single-input-inner .single-select {
  width: 100%;
  height: 46px;
  line-height: 46px;
  border: 0 !important;
  border-radius: 30px;
  padding: 0 18px;
  margin-bottom: 20px;
}
.single-input-inner .single-select .list {
  width: 100%;
}
input:focus {
  border: 1px solid var(--main-color) !important;
}
.single-input-inner.style-border input {
  border: 1px solid rgba(234, 225, 214, 0.7) !important;
}
.single-input-inner.style-border input:focus, .single-input-inner.style-border textarea:focus {
  border: 1px solid #FD4A36 !important;
}
.single-input-inner.style-border input::placeholder {
  color: #adadad;
}
.single-input-inner.style-border textarea {
  border: 1px solid rgba(234, 225, 214, 0.7) !important;
}
.single-input-inner.style-border textarea::placeholder {
  color: #adadad;
}
.single-input-inner.style-border .single-select {
  border: 1px solid rgba(234, 225, 214, 0.7) !important;
  color: #adadad;
}
.single-input-inner.style-bg input {
  background: #F7FAFC;
}
.single-input-inner.style-bg input::placeholder {
  color: #3F517E;
}
.single-input-inner.style-bg textarea {
  background: #F7FAFC;
}
.single-input-inner.style-bg textarea::placeholder {
  color: #3F517E;
}
.single-input-inner.style-bg .single-select {
  background: #F7FAFC;
  color: #3F517E;
}

/*----------------------------------------------
    ## Banner
----------------------------------------------*/
.banner-inner {
  position: relative;
  z-index: 2;
}
.banner-inner .banner-btn {
  height: 35px;
  background: rgba(255, 255, 255, 0.2);
  display: inline-block;
  border-radius: 35px;
  line-height: 35px;
  padding: 0 30px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin-top: 20px;
}
.banner-inner .sub-title {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  border-left: 4px solid var(--main-color);
  padding-left: 10px;
}
.banner-inner .title {
  margin-top: 15px;
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 23px;
}
.banner-inner .content {
    margin-top: 15px;
    color: var(--heading-color);
    font-weight: normal;
}
.banner-inner .btn-wrap {
  margin-top: 35px;
  font-size: 17px;
}
.banner-inner .video-play-link {
  font-weight: 600;
}
.banner-inner .video-play-link i {
  padding: 0 10px;
  color: var(--main-color);
}
.banner-inner .btn {
  height: 52px;
  line-height: 52px;
  font-size: 17px;
  font-weight: 600;
}
.banner-inner .btn:hover {
  color: var(--home-dark);
}
.banner-inner .b-animate-1 {
  animation: 1.5s 0.2s fadeInLeft both;
}
.banner-inner .b-animate-2 {
  animation: 1.5s 0.4s fadeInLeft both;
}
.banner-inner .b-animate-3 {
  animation: 1.5s 0.6s fadeInLeft both;
}
.banner-inner .b-animate-4 {
  animation: 1.5s 0.8s fadeInLeft both;
}
.banner-inner .b-animate-5 {
  animation: 1.5s 0.9s fadeInLeft both;
}
.banner-inner .animate-img-1 {
  position: absolute;
  left: -74px;
  top: -68px;
}
.banner-inner.style-white .sub-title {
  color: #fff;
}
.banner-inner.style-white .title {
  color: #fff;
}
.banner-inner.style-white .content {
  color: #fff;
}

.b-animate-thumb {
  animation: 1.5s 0.4s fadeInRight both;
  position: relative;
}
.b-animate-thumb .animate-img-1 {
  position: absolute;
  right: 140px;
  bottom: -26px;
  z-index: -2;
}

.banner-search-inner {
  position: relative;
}
.banner-search-inner i {
  position: absolute;
  left: 22px;
  top: 21px;
  color: var(--main-color);
}
.banner-search-inner input {
  height: 60px;
  width: 100%;
  padding: 0 140px 0 50px;
  border-radius: 4px;
  border: 1px solid #F3A9A9 !important;
}
.banner-search-inner input::placeholder {
  color: rgba(0, 33, 71, 0.2);
}
.banner-search-inner .btn {
  position: absolute;
  right: 6px;
  top: 5px;
  height: 50px;
  padding: 0 22px;
}

.banner-area {
  position: relative;
  background-size: cover !important;
  background-position: center center;
}
.banner-area .banner-bg {
  background: linear-gradient(90deg, #0A1851 -0.7%, rgba(10, 24, 81, 0) 113.23%);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.banner-area-1 {
  padding-top: 345px;
  background: linear-gradient(180deg,#f7f4f4 0%,#f0fefe 100%);
  padding-bottom: 240px;
  background-position: center left;
}

.banner-area-2 {
  padding: 140px 0 110px;
}

.banner-slider .owl-nav button {
  box-shadow: 0 3px 6px rgba(36, 36, 36, 0.51);
  background: #fff;
  color: var(--heading-color);
}
.banner-slider .owl-nav button:hover {
  background: var(--main-color);
  color: #fff;
}
.banner-slider .owl-nav .owl-prev {
  position: absolute;
  left: -220px;
  top: 50%;
  margin-top: -40px;
}
.banner-slider .owl-nav .owl-next {
  position: absolute;
  right: -220px;
  top: 50%;
  margin-top: -40px;
}
.banner-slider .owl-dots {
  display: none;
}

.down-arrow {
  transform: rotate(90deg);
  position: absolute;
  bottom: -65px;
  font-size: 14px;
  right: 60px;
  z-index: 1;
 
}

.down-arrow:after {
  content: "";
  position: absolute;
  right: -62px;
  top: 11px;
  background: red;
  height: 1px;
  width: 50px;
}

/*----------------------------------------------
    ## All section style
----------------------------------------------*/
.single-service-inner {
  padding: 35px 30px 33px 30px;
  background: #fff;
  position: relative;
  margin-bottom: 30px;
  transition: all 0.3s ease-in;
  border-radius: 7px;
  box-shadow: 0 3px 18px rgba(232, 47, 81, 0.15);
  z-index: 2;
}
.single-service-inner::before {
  content: " ";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 50px rgba(166, 209, 237, 0.2);
  box-shadow: 0 10px 50px rgba(166, 209, 237, 0.2);
  z-index: -2;
}
.single-service-inner:after {
  content: " ";
  width: 95%;
  height: 95%;
  z-index: -3;
  position: absolute;
  top: auto;
  bottom: 1px;
  left: 1px;
  border-radius: 12px;
  background-image: -webkit-linear-gradient(350deg, #e9a17b, #ff7cb0);
  background-image: -o-linear-gradient(350deg, #e9a17b, #ff7cb0);
  background-image: linear-gradient(100deg, #e9a17b, #ff7cb0);
  background-repeat: repeat-x;
  outline: 1px solid transparent;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.single-service-inner:hover::after {
  -webkit-transform: rotate(-2deg) translateX(5px) translateY(16px);
  -ms-transform: rotate(-2deg) translateX(5px) translateY(16px);
  transform: rotate(-2deg) translateX(5px) translateY(16px);
}
.single-service-inner .thumb i {
  font-size: 100px;
  color: #fff;
  margin-top: -9px;
}
.single-service-inner:hover .thumb img {
  filter: grayscale(0%);
}
.single-service-inner .thumb {
  margin-bottom: 20px;
}
.single-service-inner .thumb img {
  max-width: 100%;
  display: inline-block;
  transition: all 0.3s ease-in;
  border-radius: 0;
  transition: all 0.3s ease-in;
  
  
}
.single-service-inner:hover .thumb svg{
  fill: var(--main-color);
  background-color: #ffffff;
  animation-iteration-count: 1;
  animation: hover-icon 1s ease-in;
}
.single-service-inner .thumb svg{
  max-width: 70px;
  transition: .6s all;
}
.single-service-inner:hover .thumb img {
  background-color: #ffffff;
  animation-iteration-count: 1;
  animation: hover-icon 1s ease-in;
}
@keyframes hover-icon{
  16.65% {
    transform: translateX(8px);
  }
  33.3% {
    transform: translateX(-6px);
  }
  49.95% {
    transform: translateX(4px);
  }
  66.6% {
    transform: translateX(-2px);
  }
  83.25% {
    transform: translateX(1px);
  }
  100% {
    transform: translateX(0);
  }

}

.single-service-inner .details h4 {
  margin-bottom: 11px;
  transition: all 0.3s ease-in;
  color: #fff;
}
.service-slider .single-service-inner{
  margin: 30px 0;
}
.single-service-inner .details p {
  transition: all 0.3s ease-in;
  margin-bottom: 0;
  color:var(--paragraph-color);
  line-height: 1.4;
}

.single-service-inner .details a {
  color: var(--heading-color);
  transition: .6s all;
}
.single-service-inner:hover .details a{
  color: var(--main-color);
}

.single-service-inner .details .read-more-text {
  margin-top: 15px;
  color: #000;
}
.single-service-inner .details .read-more-text:after {
  background: #fff;
}
.single-service-inner.media .media-left {
  margin-right: 20px;
}
.single-service-inner.style-two {
  padding-top: 50px;
  padding-bottom: 50px;
}

.service-slider .owl-nav {
  text-align: center;
}
.service-slider .owl-dot {
  display: none;
}
.counter {
  animation-duration: 1s;
  animation-delay: 0s;
}

/******* intro-area-home-2 ********/
.intro-area-home-2 {
  position: relative;
  z-index: 3;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 18px rgba(232, 47, 81, 0.15);
}
.dark-mode .intro-area-home-2{
  box-shadow: none;
}
.intro-area-home-2 .single-intro-inner {
  margin-bottom: 0;
  padding: 34px;
  text-align: left;
}

.intro-area-home-2 .single-intro-inner:hover .details a{
  color: var(--main-color);
}
.single-intro-inner .thumb svg {
  fill: var(--home-dark);
  max-width: 70px;
  transition: .6s all;
}
.single-intro-inner:hover .thumb svg {
  fill: var(--main-color);
}
.intro-area-home-2 .details a {
  color: var(--home-dark);
}


.single-intro-inner {
  margin-bottom: 30px;
}
.dark-mode .single-intro-inner h4{
  color: var(--white);
}
.single-intro-inner.style-three .thumb img {
  transition: 0.4s;
}
.single-intro-inner.style-three:hover .thumb img {
  transform: scale(1.07);
}
.single-intro-inner.style-three:hover .details .read-more-text {
  color: var(--main-color);
}
.single-intro-inner.style-three:hover .details .read-more-text:after {
  width: 100%;
  visibility: visible;
  opacity: 1;
}
/*Section Background*/
/*.feature-area, .service-area, .video-area-wrap, .about-area, .team-area, .project-area, .testimonial-area, .client-area, .blog-area {
  background: linear-gradient(180deg,#ffffff 0%,#f0fefe 100%);
}
*/
/************* single-feature-inner ***********/

#feature-area h2 {
  font-size: 36px;
}
.single-feature-inner {
  box-shadow: 0 3px 18px rgba(232, 47, 81, 0.15);
  padding: 30px 30px 23px 30px;
  border-radius: 7px;
  background: #fff;
  position: relative;
  z-index: 2;
  margin-bottom: 30px !important;
}

.single-feature-inner::after {
  content: " ";
  width: 95%;
  height: 95%;
  z-index: -3;
  position: absolute;
  top: auto;
  bottom: 1px;
  left: 1px;
  border-radius: 12px;
  background-image: -webkit-linear-gradient(350deg, #e9a17b, #ff7cb0);
  background-image: -o-linear-gradient(350deg, #e9a17b, #ff7cb0);
  background-image: linear-gradient(100deg, #e9a17b, #ff7cb0);
  background-repeat: repeat-x;
  outline: 1px solid transparent;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.single-feature-inner::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: #fff;
  z-index: -2;
}
.single-feature-inner:hover::after {
  -webkit-transform: rotate(-2deg) translateX(5px) translateY(16px);
  -ms-transform: rotate(-2deg) translateX(5px) translateY(16px);
  transform: rotate(-2deg) translateX(5px) translateY(16px);
}
.single-feature-inner .thumb {
  overflow: hidden;
  border-radius: 7px;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
.single-feature-inner .thumb h4 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-bottom: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: 3;
  transition: 0.4s;
  color: #fff;
}
.single-feature-inner .thumb h4:hover a {
  color: #fff;
}
.single-feature-inner .thumb:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--main-color);
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.single-feature-inner .thumb img {
  transition: 0.4s all;
}
.single-feature-inner:hover .thumb:after {
  visibility: visible;
  opacity: .5;
}
.single-feature-inner:hover .thumb h4 {
  visibility: visible;
  opacity: 1;
}
.single-feature-inner:hover .thumb img {
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: scale(1.1);
}
.single-feature-inner:hover .details .read-more-btn span {
  margin-left: 0;
}
.single-feature-inner:hover .details .read-more-btn i {
  height: 46px;
  padding: 0 20px 0 5px;
}

.feature-slider {
  margin-left: 220px;
}
.feature-slider .single-feature-inner {
  margin: 15px;
}
.feature-slider .owl-nav {
  display: none;
}
.feature-slider .owl-dots {
  margin-left: 10px;
}

.feature-bg-img {
  position: absolute;
  z-index: 0;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  animation: jumping 2s linear alternate infinite;
}
@keyframes jumping {
  0%   {transform: translate3d(0,0,0) scale3d(1,1,1);}
  100% {transform: translate3d(0,0%,0) scale3d(1,.7,1);}
}

/******* video-bg-inner ********/
.video-bg-wrap {
  position: absolute;
  height: 70%;
  width: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-color: #ddd;
  background-position: center top;
}

.video-bg-inner {
  position: absolute;
  height: 100%;
  width: 55%;
  top: 0;
  left: 0;
  border-radius: 0 7px 0 0;
}

.bg-width-50 {
  position: absolute;
  height: 100%;
  width: 48%;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/************* single-work-inner ***********/
.single-work-inner {
  margin-bottom: 30px;
  position: relative;
}
.single-work-inner .thumb {
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.single-work-inner .thumb img {
  transition: all 0.9s ease-in-out;
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: scale(1.05);
}
.single-work-inner .thumb:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to top, rgba(19, 16, 46, 0.9) 0%, rgba(255, 255, 255, 0.1) 100%);
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.single-work-inner .details h4 {
  margin-bottom: 15px;
}
.single-work-inner.style-two .details {
  position: absolute;
  bottom: 0;
  padding: 25px 30px;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
}
.single-work-inner.style-two .details h4 {
  color: #fff;
  font-size: 20px;
}
.single-work-inner.style-two:hover .details {
  visibility: visible;
  opacity: 1;
}
.single-work-inner.style-two:hover .details h4 {
  color: #fff;
}
.single-work-inner:hover .thumb:after {
  visibility: visible;
  opacity: 1;
}
.single-work-inner:hover .thumb img {
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: scale(1.1);
}

/*Pricing plan css*/
.pricing-plan-area.section-padding {
  padding: 115px 0;
/*  background: linear-gradient(180deg,#ffffff 0%,#f0fefe 100%);*/
}
.single-pricing-table {
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 18px rgba(232, 47, 81, 0.15);
  box-shadow: 0 3px 18px rgba(232, 47, 81, 0.15);
  margin-top: 1.875rem;
  padding: 2.1875rem 1.25rem 2.5rem;
  border-radius: 10px;
  transition: .4s all;
  margin-bottom: 30px;
}
.single-pricing-table > h2{
  font-size: 1.875rem;
  position: relative;
  padding-bottom: 1.25rem;
  color: #242c34;
  margin-bottom: 20px;
}
.single-pricing-table > h2::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 2.25rem;
  height: 3px;
  background-color: var(--main-color);
  bottom: 0;
  margin-left: -1.125rem;
}
.single-pricing-table   .pricing sup {
  font-size: 1.75rem;
  top: -1.25rem;
  line-height: 1;
}
.single-pricing-table   .pricing {
  color: #242c34;
  font-size: 3.75rem;
  line-height: 1;
}
.single-pricing-table .pricing p {
  font-weight: 700;
  margin-bottom: 26px;
}
.single-pricing-table .pricing small {
  font-size: 1.125rem;
}
.plan-body {
  margin-top: 19px;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.plan-body > ul li {
  margin-top: 10px;
  cursor: pointer;
  transition: .6s all;
}
.plan-body > ul li:hover {
  color: var(--main-color);
  padding-left: 7px;
}

.single-pricing-table.active {
  background: var(--main-color);
  color: #fff;
  opacity: 1 !important;
  transition: .6s all;
}
.pricing-plan-area .section-title h2 {
  font-size: 40px;
  font-weight: 600;
}
.single-pricing-table:hover {
  -webkit-transform: translateY(-.2rem);
  transform: translateY(-.2rem);
}
.single-pricing-table.active ul li:hover {
  color: var(--dark);
}
.single-pricing-table.active > h2 {
  color: #fff;
}
.single-pricing-table.active .pricing sup {
  color: #fff;
}
.single-pricing-table.active .pricing small {
  color: #fff;
}
.btn.btn-primary.pricing-btn {
  background: var(--main-color);
  padding: 8px 47px;
  height: auto;
  margin-top: 20px;
}
.btn.btn-primary.pricing-btn:hover {
  color: var(--home-dark);
}
.single-pricing-table.active .btn.btn-primary.pricing-btn{
  background: var(--white);
  border: 1px solid transparent;
  color: var(--dark);
}
.single-pricing-table.active .pricing p {
  color: var(--white);
}
.plan-box:hover {
  -webkit-transform: translateY(-.9375rem);
  transform: translateY(-.9375rem);
}
/************* single-list-box *************/
.single-list-wrap {
  margin: 0;
  padding: 0;
}
.single-list-wrap li {
  list-style: none;
  
}
.single-list-wrap li:last-child {
  margin-bottom: 0;
}
.about-area-inner .single-list-inner:hover i {
  color: #fff;
}
.single-list-inner {
  margin-bottom: 5px;
  list-style: none;
}
.single-list-inner li:hover i{
  color: var(--heading-two);
}
.single-list-inner li:hover {
  padding-left: 2px;
  transition: .4s;
}
.dark-mode .single-list-inner li:hover i{
  color: #000;
}
.single-list-inner i {
  font-size: 24px;
  color:#ffffff;
  transition: .4s;
  line-height: 12px;
}
.single-list-inner .about-thumb {
  /*-webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
          clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);*/
	border-radius:50%;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
 background: var(--main-color);
  border-radius: 25px;
  transition: 0.4s;
  margin-right: 10px;
  
}
.single-list-inner img {
  transition: 0.4s;
}
.single-list-inner p {
  margin-bottom: 0;
}

.single-list-inner:hover img {
  filter: brightness(100);
}
.single-list-inner:hover .about-thumb {
  background: var(--main-color);
}
.single-list-inner.style-chproductk {
  list-style: none;
}

/************** about-thumb-wrap ***************/
.about-thumb-wrap {
  position: relative;
}
.about-thumb-wrap img {
  border-radius: 5px;
}
.about-thumb-wrap.about-left-thumb {
  margin-right: 80px;
  padding-bottom: 150px;
}
.about-thumb-wrap.about-left-thumb .about-thumb-img {
  overflow: hidden;
  border-radius: 6px;
}
.about-thumb-wrap.about-left-thumb .about-thumb-img img {
  transition: 0.4s;
  border-radius: 6px;
}
.about-thumb-wrap.about-left-thumb .img-2 {
  position: absolute;
  right: -10px;
  bottom: 0;
  border-radius: 6px;
}
.about-thumb-wrap.about-left-thumb .img-3 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.about-thumb-wrap.about-left-thumb .about-quote {
  position: absolute;
  right: -60px;
  top: 40%;
  transform: translateY(-50%);
}
.about-thumb-wrap.about-left-thumb .about-thumb-img:hover img {
  transform: scale(1.1);
}
.about-thumb-wrap.about-right-thumb {
  padding-left: 70px;
}
.about-thumb-wrap.about-right-thumb .img-1 {
  position: absolute;
  left: 50px;
  top: -20px;
  z-index: -1;
  animation: top-image-bounce 3s infinite ease-in-out;
}
.about-thumb-wrap.about-right-thumb .img-2 {
  border-radius: 6px;
}
.about-thumb-wrap.about-right-thumb .img-3 {
  position: absolute;
  left: 180px;
  bottom: -30px;
  z-index: -1;
  animation: top-image-bounce 3s infinite ease-in-out;
}
.about-thumb-wrap.about-right-thumb .about-quote {
  position: absolute;
  left: 0;
  bottom: 60px;
}
.about-thumb-wrap.about-right-thumb .about-quote.thumb {
  padding: 0;
  bottom: -50px;
}
.about-thumb-wrap.about-right-thumb .about-quote.thumb img {
  border-radius: 6px;
}
.about-thumb-wrap .about-quote {
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.07);
  padding: 25px;
  width: 180px;
  text-align: left;
  font-weight: 700;
  color: #120F2D;
  background: var(--main-color);
  border-radius: 5px;
  animation: top-image-bounce 3s infinite ease-in-out;
}
.about-thumb-wrap .about-quote h2 {
  color: #fff;
  margin-bottom: 0;
}
.about-thumb-wrap .about-quote p {
  color: #fff;
  line-height: 1.4;
}
.about-list-wrap i.fa {
  color: var(--main-color);
}

.single-box-inner {
  box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
  background: #fff;
  border-radius: 6px;
  transition: 0.4s;
}
.single-box-inner img {
  transition: 0.4s;
}
.single-box-inner h4 {
  transition: 0.4s;
}
.single-box-inner p {
  transition: 0.4s;
}
.single-box-inner:hover {
  /*background: var(--main-color);*/
}
.single-box-inner:hover img {
  filter: brightness(200);
}
.single-box-inner:hover h4 {
  /*color: #fff;*/
}
.single-box-inner:hover p {
   /*color: #fff;*/
}
.single-box-inner.style-two {
  background: transparent;
  border: 1px solid var(--main-color);
}
.single-box-inner.style-two h2 {
  color: var(--main-color);
}
.single-box-inner.style-two p {
  color: #fff;
}

.single-progress-small {
  margin-bottom: 20px;
}
.single-progress-small h4 {
  font-weight: 600;
}

.progress {
  width: 70px;
  height: 70px;
  font-size: 16px;
  color: var(--heading-color);
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  text-align: center;
  line-height: 70px;
  background: transparent;
  display: inline-block;
  font-weight: 600;
  margin-right: 15px;
}

.progress::after {
  content: "%";
}

.progress .title {
  position: relative;
  z-index: 100;
}

.progress .overlay {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.progress .left, .progress .right {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid var(--main-color);
  border-radius: 100px 0px 0px 100px;
  border-right: 0;
  transform-origin: right;
}

.progress .left {
  animation: load1 1s linear forwards;
}

.progress:nth-of-type(2) .right, .progress:nth-of-type(3) .right {
  animation: load2 0.5s linear forwards 1s;
}

.progress:last-of-type .right, .progress:first-of-type .right {
  animation: load3 0.8s linear forwards 1s;
}

@keyframes load1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes load2 {
  0% {
    z-index: 100;
    transform: rotate(180deg);
  }
  100% {
    z-index: 100;
    transform: rotate(270deg);
  }
}
@keyframes load3 {
  0% {
    z-index: 100;
    transform: rotate(180deg);
  }
  100% {
    z-index: 100;
    transform: rotate(315deg);
  }
}
.single-box-inner {
  margin-bottom: 20px;
  padding: 20px;
}
.single-box-inner img {
  margin-bottom: 20px;
}
.single-box-inner h4 {
  margin-bottom: 5px;
}
.single-box-inner p {
  margin-bottom: 0;
  font-size: 14px;
}

/************** single-team-inner ***************/
.single-team-inner {
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 7px;
  overflow: hidden;
  position: relative;
}
.single-team-inner .thumb {
  overflow: hidden;
  position: relative;
  border-radius: 7px;
}
.single-team-inner .thumb img {
  transition: all 0.6s ease-in-out;
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: scale(1.05);
  width: 100%;
}
.single-team-inner .thumb:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to top, rgba(19, 16, 46, 0.9) 0%, rgba(255, 255, 255, 0.1) 100%);
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.single-team-inner .social-media {
  padding: 20px;
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 100%;
  text-align: left;
}
.single-team-inner .social-media li {
  opacity: 0;
  z-index: 9;
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: translateX(-20px);
  transition: all 0.5s ease-in-out;
  padding: 4px 0;
  display: block;
}
.single-team-inner .social-media li:first-child {
  padding-top: 0;
  transition-delay: 0.1s;
}
.single-team-inner .social-media li:nth-child(2) {
  transition-delay: 0.2s;
}
.single-team-inner .social-media li:nth-child(3) {
  transition-delay: 0.3s;
}
.single-team-inner .social-media li:nth-child(4) {
  transition-delay: 0.4s;
  padding-bottom: 0;
}
.single-team-inner .details h4 {
  margin-bottom: 0;
}
.single-team-inner .details h4:hover a {
  color: var(--main-color);
}
.single-team-inner .details span {
  font-size: 16px;
  margin: 0;
}
.single-team-inner.style-overlay {
  transition: 0.7s;
}
.single-team-inner.style-overlay .details {
  padding: 20px;
  position: absolute;
  left: 0;
  bottom: -20px;
  display: inline-block;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
}
.single-team-inner.style-overlay .details h4 {
  color: #fff;
}
.single-team-inner.style-overlay .details span {
  color: #fff;
  position: relative;
}
.single-team-inner:hover .thumb:after {
  visibility: visible;
  opacity: 1;
}
.single-team-inner:hover img {
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: scale(1.1);
}
.single-team-inner:hover .social-media li {
  opacity: 1;
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: translateX(0);
}

.single-team-inner:hover.style-overlay .details {
  visibility: visible;
  opacity: 1;
  bottom: 0;
}

/*********** counter-list-inner ***********/
.counter-area-bg {
  padding: 30px 0 0 0;
  background-size: 1200px;
  background-repeat: no-repeat;
  background-position: center;
}

.counter-list-inner {
  background: #fff;
  border-radius: 5px;
  padding: 25px;
  margin-bottom: 30px;
}
.counter-list-inner .media-left {
  margin-right: 16px;
}
.counter-list-inner .media-body h2 {
  margin-bottom: 0;
}
.counter-list-inner .media-body span {
  color: var(--heading-color);
}
.counter-list-inner .media-body p {
  margin-bottom: 0;
  font-weight: 600;
}

/********* video-inner **********/
.video-inner {
  height: 100%;
  background-size: cover !important;
  border-radius: 7px;
  overflow: hidden;
  position: relative;
  min-height: 300px;
}
.video-inner .video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/************ single-testimonial-inner *************/
.comming-first-content {
  padding-top: 80px;
}
.about .testimonial-area, .team-area.service-detials  {
  padding-top: 0;
}
.testimonial-area {
  padding: 115px 0;
}
.dark-mode .testimonial-area {
  padding-top: 115px;
}
.single-testimonial-inner {
  /* background: #fff; */
  padding: 30px 35px;
  border-radius: 7px;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
  background: #F8F8F8;
  transition: 0.4s;
  box-shadow: 0 0 25px #ddd;
  margin: 30px !important;
}
.single-testimonial-inner p {
  text-align: justify;
  line-height: 1.4;
}
.single-testimonial-inner .side-icon {
  width: auto !important;
  position: absolute;
  left: 50px;
  top: 40px;
}
.single-testimonial-inner p {
  margin-bottom: 0;
  transition: 0.4s;
}
.single-testimonial-inner .media {
  margin-top: 25px;
}
.single-testimonial-inner .media .media-left {
  margin-right: 10px;
}
.single-testimonial-inner .media .media-left img {
  height: 65px;
  width: 65px;
  border-radius: 50%;
}
.single-testimonial-inner .media .media-body {
  margin-top: 4px;
}
.single-testimonial-inner .media .media-body h6 {
  margin-bottom: 0;
  transition: 0.4s;
  font-weight: 900;
}
.single-testimonial-inner .media .media-body span {
  font-size: 14px;
  transition: 0.4s;
}
.single-testimonial-inner:hover {
  background: var(--main-color);
}
.single-testimonial-inner:hover p {
  color: #fff;
}
.single-testimonial-inner:hover .media .media-body h6 {
  color: #fff;
}
.single-testimonial-inner:hover .media .media-body span {
  color: #fff;
}

.testimonial-slider {
  margin-left: 145px;
}
.testimonial-slider .owl-nav {
  right: 240px;
}
.testimonial-slider .owl-dots {
  display: none;
}

.testimonial-slider-2 {
  margin-left: -145px;
}
.testimonial-slider-2 .owl-nav {
  display: none;
}
.testimonial-slider-2 .owl-dots {
  display: none;
}

/************ subscribe-area-inner ************/
.single-subscribe-inner {
  position: relative;
}
.single-subscribe-inner input {
  width: 100%;
  height: 58px;
  border-radius: 5px;
  padding: 0 130px 0 25px;
  border-radius: 60px;
  border: 1px solid transparent;
}
.single-subscribe-inner .btn {
  position: absolute;
  right: 6px;
  top: 4px;
  padding: 0 25px;
  margin-top: 0;
}

.single-subscribe-box {
  background: #fff;
  padding: 30px;
  margin-bottom: -120px;
  position: relative;
  z-index: 9;
  border-radius: 0 0 5px 5px;
}

/********** client-area **********/
.client-slider {
  cursor: pointer;
}
.client-slider .item img {
  width: 100px;
  margin: auto;
  transition: 0.4s;
}

.client-slider .item {
  margin: 0 10px;
  
  display: block;
  
}
.client-slider .owl-nav {
  display: none;
}
.hover-img {
  display: block;
  position: absolute;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  top: 0;
  left: 0;
  visibility: hidden;
  transform: translateY(-100%);

}
.normal-img {
  transition: all 0.3s ease-in-out;
  display: block;
  
}
.client-slider .thumb:hover .normal-img {
  display: block;
  visibility: hidden;
  transform: translateY(100%);
  filter: grayscale(1);
}
.client-slider .thumb:hover .hover-img {
  display: block;
  opacity: 3;
  visibility: visible;
  transform: translateY(0%);
  filter: grayscale(0%);
}

/************** signin area **************/
.signin-inner {
  background: #f2f3f5;
  padding: 60px 50px 56px;
  border-radius: 7px;
}
.signin-inner strong {
  color: var(--heading-color);
  transition: all 0.3s ease-in;
}
.signin-inner strong:hover {
  color: var(--main-color);
}

.single-chproductkbox-inner {
  margin-bottom: 20px;
}

/*********  single-contact-info ***********/
.single-contact-info {
  margin-bottom: 30px;
}
.single-contact-info .thumb {
  margin-right: 20px;
}
.single-contact-info .thumb i.fa {
  height: 80px;
  width: 80px;
  background: #FFEEE7;
  text-align: center;
  line-height: 80px;
  font-size: 45px;
  color: var(--main-color);
  border-radius: 5px;
}
.single-contact-info .details p {
  margin-bottom: 0;
  font-size: 16px;
}

/************** contact area **************/
.contact-g-map {
  margin-bottom: -11px;
}
.contact-g-map iframe {
  line-height: 1 !important;
  border: 0;
  width: 100%;
  height: 450px;
}
.contactv3-limg {
  width: 100%;
  height: 100%;
}
.contactv3-limg img {
  height: 78%;
  width: 100%;
}
.contact-form-left{
  animation-name: fadeInLeft;
  animation-duration: 2s;
  animation-dirproducttion: alternate;
}

@keyframes fadeInLeft {
            0% {
               transform: translateX(-500px);
            }
            100% {
               transform: translateX(0);
            }
  }
  .contact-form-right{
  animation-name: fadeInRight;
  animation-duration: 2s;
  animation-dirproducttion: alternate;
}
@keyframes fadeInRight {
            0% {
               transform: translateX(500px);
            }
            100% {
               transform: translateX(0);
            }
  }

  .contact-v2-info{
  animation-name: fadeInRightinfo;
  animation-duration: 2s;
  animation-dirproducttion: alternate;
}

@keyframes fadeInRightinfo {
            0% {
               transform: translateX(500px);
            }
            100% {
               transform: translateX(0);
            }
  }
  .v1-map{
  animation-name: fadeInRightmapv1;
  animation-duration: 2s;
  animation-dirproducttion: alternate;
}
@keyframes fadeInRightmapv1 {
            0% {
               transform: translateY(500px);
            }
            100% {
               transform: translateY(0);
            }
  }
  .contactv3-limg{
  animation-name: fadeInRightmapv1;
  animation-duration: 2s;
  animation-dirproducttion: alternate;
}
@keyframes contactv3-limg {
            0% {
               transform: translateY(500px);
            }
            100% {
               transform: translateY(0);
            }
  }
/*------------------------------------------------
    project style
------------------------------------------------*/
.project-area {
  padding-top: 0;
}
.project-area.project-page {
  padding-top: 110px;
}
.homeversiontwo .project-area {
  padding-top: 115px;
}
.single-project-inner {
  margin-bottom: 30px;
  overflow: hidden;
  transition: 0.4s;
  position: relative;
}
.single-project-inner .details {
  margin-top: 20px;
}
.single-project-inner .thumb {
  position: relative;
  overflow: hidden;
  border-radius: 7px;
}
.single-project-inner .thumb:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
}
.single-project-inner .thumb img {
  transform: scale(1.05);
  transition: 0.9s;
  width: 100%;
}
.single-project-inner .details {
  padding: 23px 30px 25px 30px;
  background: #fff;
  margin: 30px;
  margin-top: -100px;
  border-radius: 0 6px 0 0;
  transition: 0.4s;
  padding-right: 40px;
  position: relative;
  z-index: 2;
  box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
  border-radius: 7px;
}
.single-project-inner .details h4 {
    margin-bottom: 15px;
    font-weight: 600;
}
.single-project-inner:hover .details h4 a {
  color: var(--white);
}
.single-project-inner .details .title {
  margin-bottom: 15px;
}
.single-project-inner .details .content {
  margin-bottom: 15px;
}
.single-project-inner .details .cat-wrap a {
  position: relative;
  display: inline-block;
  padding-right: 17px;
  margin-right: 8px;
}
.single-project-inner .details .cat-wrap a:after {
  content: "/";
  position: absolute;
  right: 0;
  top: 0;
}
.single-project-inner .details .cat-wrap a:last-child:after {
  display: none;
}
.single-project-inner .details .project-read-more {
  height: 40px;
  width: 40px;
  border-radius: 0 6px 0 0;
  background: #f3f3f3;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
}
.single-project-inner:hover .thumb img {
  transform: scale(1.1);
}
.single-project-inner:hover .thumb:after {
  visibility: visible;
  opacity: 1;
}
.single-project-inner:hover .details {
  background: var(--main-color);
}
.single-project-inner:hover .details .project-read-more {
  background: var(--heading-color);
  color: #fff;
}
.single-project-inner:hover .details h4 {
  color: #fff;
}
.single-project-inner:hover .details p {
  color: #fff;
}
.single-project-inner:hover .details .cat-wrap a {
  color: #fff;
}
.single-project-inner:hover .details .read-more-btn {
  background: #fff;
  color: var(--main-color);
}
.single-project-inner:hover .details .read-more-btn:hover {
  color: #fff;
}
.single-project-inner:hover .details .read-more-btn span {
  margin-left: 0;
}
.single-project-inner:hover .details .read-more-btn span,
.single-project-inner:hover .details .read-more-btn i {
  background: #fff;
  color: var(--main-color);
}

.project-slider .owl-dots {
  display: none;
}

.single-accordion-inner {
  margin-bottom: 30px;
  border-radius: 6px;
  border: 1px solid #f6f5ff !important;
}
.single-accordion-inner .card-header {
  background: #fff;
  padding: 0;
  border: 0;
}
.single-accordion-inner .card-header button {
  padding: 0;
  display: block;
  width: 100%;
  text-align: left;
  text-dproductoration: none;
  color: var(--heading-color);
  font-size: 18px;
  padding: 15px 30px;
  border: 0;
}
.single-accordion-inner .card-header button:before {
  content: "";
  font-family: FontAwesome;
  position: absolute;
  right: 20px;
  top: 15px;
}
.single-accordion-inner .card-header button.collapsed {
  background: #f6f5ff;
}
.single-accordion-inner .card-header button.collapsed:before {
  content: "";
  font-family: FontAwesome;
  position: absolute;
  right: 20px;
  top: 15px;
  visibility: visible;
  opacity: 0;
}
.single-accordion-inner .card-header button.collapsed:after {
  content: "";
  font-family: FontAwesome;
  position: absolute;
  right: 20px;
  top: 15px;
}
.single-accordion-inner .card-body {
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
}

/********* case-study-tab-inner ********/
.case-study-tab-inner {
  border: 0 !important;
}
.case-study-tab-inner li {
  display: block;
  width: 100%;
  margin-bottom: 15px !important;
}
.case-study-tab-inner li a {
  border: 0 !important;
  border-bottom: 1px solid transparent !important;
  padding: 0 !important;
  line-height: 1.3;
  display: inline-block;
  font-weight: 600;
}
.case-study-tab-inner li a.active {
  color: var(--main-color) !important;
  border-bottom: 1px solid var(--main-color) !important;
}
.case-study-tab-inner li:last-child {
  margin-bottom: 0 !important;
}

/****** progress-item ******/
.single-progressbar h6 {
  font-family: var(--body-font);
}

.progress-item .progress-count-wrap {
  position: absolute;
  top: -35px;
  right: -19px;
}

.progress-item.add-progress-start .progress-count-wrap {
  position: absolute;
  top: -35px;
  right: -5px;
}

.progress-item.add-progress-full .progress-count-wrap {
  position: absolute;
  top: -35px;
  right: 11px;
}

.progress-item .progress-count.counting {
  font-weight: 600;
  font-size: 16px;
  color: #f15060;
  font-family: var(--body-font);
  color: var(--heading-color);
}

.progress-item .counting-icons {
  bottom: -75px;
  right: 19px;
  position: absolute;
  display: inline-block;
  font-weight: 600;
  color: var(--heading-color);
}

.progress-item .progress-bg {
  position: relative;
  height: 10px;
  border-radius: 30px;
  background: #E0E0E0;
}

.progress-item .progress-bg .progress-rate {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  border-radius: 30px;
  background: var(--main-color);
  transition: 2.5s;
}
.process-area .title, .process-area .sub-title {
  color: #fff;
}
.title {
  margin-bottom: 5px;
  line-height: 1.1;
}

.process-area-wrap {
  position: relative;
  border-radius: 0 7px 7px 0;
  padding: 50px 50px 50px 0;
}
.process-area-wrap:after {
  content: "";
  position: absolute;
  left: -150%;
  background: #fff;
  top: 0;
  height: 100%;
  width: 150%;
  margin-left: 0.5px;
}

.home-contact-wrap {
    padding: 71px 50px;
    border-radius: 7px;
    background: var(--main-color) !important;
}
.home-contact-wrap img {
    max-width: 66px;
}
.home-contact-wrap .single-input-inner input {
  border-radius: 5px;
}
.home-contact-wrap .btn-small,
.home-contact-wrap .single-input-inner .single-select {
  border-radius: 5px;
}

.single-tabs-inner {
  margin: 0;
  padding: 0;
  border: 0 !important;
}
.single-tabs-inner li {
  border: 0 !important;
}
.single-tabs-inner li a {
  background: var(--main-color);
  border: 0 !important;
  border-radius: 0 !important;
  color: #fff;
  box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
  padding: 0 30px;
  height: 54px;
  line-height: 54px;
}

.tabs-details-inner {
  background: #fff;
  padding: 50px;
  box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
}
.tabs-details-inner p, .tabs-details-inner li {
  font-weight: 400;
}

/*----------------------------------------------
    ## course css
----------------------------------------------*/
.single-course-inner {
  transition: 0.4s;
  border-radius: 7px;
  margin-bottom: 30px;
  background: #fff;
  box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
}
.single-course-inner .thumb {
  position: relative;
  overflow: hidden;
}
.single-course-inner .thumb img {
  transition: 0.9s;
  transform: scale(1.05);
}
.single-course-inner .thumb .course-header-meta {
  position: absolute;
  padding: 20px;
  left: 0;
  bottom: 0;
  width: 100%;
}
.single-course-inner .thumb .course-header-meta .price {
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  background: var(--main-color);
  display: inline-block;
  color: #fff;
  border-radius: 2px;
  font-weight: 700;
}
.single-course-inner .details-inner {
  position: relative;
  padding: 25px 25px 25px;
}
.single-course-inner .details-inner .course-meta {
  margin-bottom: 16px;
}
.single-course-inner .details-inner .course-meta img {
  margin-top: -3px;
  margin-right: 3px;
}
.single-course-inner .details-inner p {
  margin-bottom: 0;
}
.single-course-inner .details-inner .course-author img {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  margin-right: 5px;
}
.single-course-inner .details-inner .course-author span {
  color: var(--heading-color);
  font-weight: 500;
}
.single-course-inner .details-inner .course-footer {
  border-top: 1px solid #eff1f3;
  padding-top: 20px;
  margin-top: 21px;
}
.single-course-inner:hover {
  box-shadow: 0px 10px 30px rgba(0, 33, 71, 0.08);
}
.single-course-inner:hover .thumb img {
  transform: scale(1.1);
}

/************* single-category-inner ***************/
.single-category-inner {
  position: relative;
  background-size: cover !important;
  padding: 50px 30px 53px 30px;
  margin-bottom: 30px;
  border-radius: 6px;
  display: block;
  transition: 0.4s;
}
.single-category-inner .bg-img {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  transition: 0.4s;
  border-radius: 6px;
}
.single-category-inner:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 33, 71, 0.76);
  border-radius: 6px;
}
.single-category-inner .title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 2px;
}
.single-category-inner span {
  position: relative;
  z-index: 2;
  color: #fff;
  display: block;
}
.single-category-inner:hover {
  box-shadow: 0px 10px 30px rgba(0, 33, 71, 0.08);
}
.single-category-inner:hover .bg-img {
  filter: blur(3px);
}

/********** course-details-nav-tab *********/
.course-details-nav-tab {
  background: #F7FAFC;
  margin-bottom: 44px;
}
.course-details-nav-tab ul {
  margin: 0;
  padding: 0;
  border: 0 !important;
}
.course-details-nav-tab ul li a {
  border: 0 !important;
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 500;
  color: var(--heading-color);
  border-radius: 0 !important;
}
.course-details-nav-tab ul li a.active {
  background-color: var(--main-color) !important;
  color: #fff !important;
}
.course-details-nav-tab ul li:last-child a {
  border-right: 0 !important;
}

/*********** course-details-content ************/
.course-course-details-inner {
  padding: 30px;
  border: 1px solid #e9eaea;
}

.course-details-content h4 {
  margin-bottom: 20px;
}
.course-details-content p {
  margin-bottom: 14px;
}

/********** td-review-inner ************/
.td-review-inner ul {
  margin: 0;
  padding: 0;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
}
.td-review-inner ul li {
  list-style: none;
  border-bottom: 1px solid #e5e5e5;
  padding: 30px 35px;
}
.td-review-inner ul li:last-child {
  border: 0;
}
.td-review-inner ul li ul {
  border: 0;
  padding-left: 127px;
  margin-top: 30px;
}
.td-review-inner ul li ul li {
  padding: 0;
  border: 0;
}

/************* single-review-inner **************/
.single-review-inner .media-left {
  margin-right: 25px;
}
.single-review-inner .media-left img {
  height: 82px;
  width: 82px;
  margin-bottom: 15px;
  margin-top: 5px;
  border-radius: 4px;
}
.single-review-inner .media-left h6 {
  margin-bottom: 0;
}
.single-review-inner .media-left p {
  margin-bottom: 0;
}
.single-review-inner .media-left i {
  font-size: 16px;
}

.ratings-list-inner {
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  padding: 40px 30px;
}
.ratings-list-inner ul {
  margin: 0;
  padding: 0;
}
.ratings-list-inner ul li {
  list-style: none;
  margin-bottom: 3px;
}
.ratings-list-inner ul li:last-child {
  margin-bottom: 0;
}
.ratings-list-inner ul li .progress-bar-inner {
  display: inline-block;
  width: 65%;
}
.ratings-list-inner ul li .progress-bar-inner .progress {
  height: 6px;
}
.ratings-list-inner ul li .progress-bar-inner .progress .progress-bar {
  background-color: var(--main-color);
}
.ratings-list-inner ul li .counter-label {
  margin-right: 10px;
}
.ratings-list-inner ul li .counter-label i {
  color: var(--main-color);
  margin-right: 3px;
}
.ratings-list-inner ul li .counter-count {
  margin-left: 10px;
}
.ratings-list-inner .total-avarage-rating h2 {
  margin-bottom: 0;
}
.ratings-list-inner .total-avarage-rating i {
  color: var(--main-color);
}

/*---------------------------------------------------
	widget css
----------------------------------------------------*/
.widget-title {
  position: relative;
}

.widget-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 3px;
  width: 70px;
  background: var(--main-color);
}
.td-sidebar ul{
  list-style: none;
}
.td-sidebar .media{
  margin-bottom: 7px;
}


.td-sidebar .widget {
  margin-bottom: 34px;
  padding: 30px;
  border-radius: 4px;
  border: 1px dashed #D9D9D9;
}
.td-sidebar .widget .widget-title {
  margin-bottom: 30px;
  font-size: 22px;
  position: relative;
  padding-bottom: 8px;
}
.td-sidebar .media-left img {
  margin-right: 20px;
}

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

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

.widget_search .search-form input {
  width: 100%;
  border: 1px solid #ddd;
  height: 60px;
  background: transparent;
  padding: 0 88px 0 22px;
  border-radius: 5px;
}
.widget_search .search-form input:focus {
  border: 1px solid #ddd;
}



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

.widget_search .search-form button i {
  color: rgba(255, 255, 255, 0.8);
}

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

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

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

.widget-rproductent-post ul li .media {
  align-items: center;
}

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

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

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

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

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

.widget-rproductent-post ul li .media .media-body .post-info i {
  margin-right: 10px;
}

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

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

.widget_catagory ul li {
  list-style: none;
  transition: 0.6s;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(66, 74, 97, 0.1);
}
.widget_catagory ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.widget_catagory ul li a {
  position: relative;
}
.widget_catagory ul li a span {
  float: right;
}
.widget_catagory ul li a i {
  position: absolute;
  left: 0;
  top: 6px;
  visibility: hidden;
  opacity: 0;
  transition: 0.6s;
}
.widget_catagory ul li a:hover {
  color: var(--main-color);
  padding-left: 20px;
}
.widget_catagory ul li a:hover i {
  visibility: visible;
  opacity: 1;
}

.widget_catagory ul li a i {
  padding-right: 10px;
  color: var(--main-color);
  position: absolute;
  left: 0;
  top: 5px;
}

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

.widget_tags .tagcloud a {
  background: #F4F6F9;
  height: 36px;
  line-height: 36px;
  padding: 0 18px;
  border-radius: 36px;
  display: inline-block;
  margin: 0 5px 9px 0;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #909090;
}

.widget_tags .tagcloud a:hover {
  background: var(--main-color);
  color: #ffffff;
  border-color: var(--main-color);
}
/*********** Two Colums Search Widgets ************/
.two-colums-blog .widget.widget_search, .three-colums-blog .widget.widget_search {
  margin-bottom: 30px;
}
/*********** widget_checkbox_list ************/
.widget_chproductkbox_list .single-checkbox:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}

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

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

/******** widget-contact *********/
.widget_contact .details {
  padding: 0;
}
.widget_contact .details li {
  margin-bottom: 18px;
  position: relative;
  list-style: none;
}
.widget_contact .details li i {
  margin-right: 14px;
}
.widget_contact .details li:last-child {
  margin-bottom: 0;
}
.widget_contact .details li .time {
  font-size: 12px;
  margin-top: 3px;
}
.widget_contact .social-media li a {
  color: var(--main-color);
}
.widget_contact .social-media li a:hover {
  background: var(--main-color);
  color: #fff;
}

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

/*------------------------------------------------
    blog css
------------------------------------------------*/
.blog-metas {
  position: absolute;
  left: 11px;
  bottom: 18%;
  list-style: none;
  color: var(--main-color);
  font-size: 14px;
  font-weight: 700;
  z-index: 1;
}
.blog-two-colunm .blog-metas {
  bottom: 9%;
}
.hero-area.heroa-area-3 .particles-js-canvas-el {
  position: absolute;
  top: 0;
}
.homeversiontwo .single-blog-inner .blog-meta {
  top: 48%;
}
.homeversiontwo.dark-mode .single-blog-inner .blog-meta {
  top: 46%;
  left: 39%;
}
.homveverionone .single-blog-inner .blog-meta {
  top: 48%;
}
.homeversiontwo .blog-area {
  padding: 0;
}
.homveverionone .blog-area {
  padding-bottom: 0;
}
.dark-mode.homeversiontwo  .blog-area {
  padding-top: 0;
}
.single-blog-inner {
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 7px;
  transition: 0.4s;
  position: relative;
}
.single-blog-inner .thumb {
  position: relative;
  overflow: hidden;
}

.single-blog-inner .thumb img {
  width: 100%;
}
.image-hover-animate{
  position: relative;
}
.single-blog-inner .thumb::after, .image-hover-animate:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #111;
  content: "";
  opacity: 0;
  visibility: hidden;
}
.thumb-cat {
  z-index: 1;
}


.single-blog-inner .thumb:hover:after, .image-hover-animate:hover:after  {
  transition: .4s;
  visibility: visible;
  opacity: .4;
}
.single-blog-inner .thumb img {
  transform: scale(1.05);
  transition: 0.4s;
}
.single-blog-inner .thumb .thumb-cat {
  position: absolute;
  left: 30px;
  bottom: 20px;
  height: 25px;
  line-height: 26px;
  padding: 0 15px;
  background: #fff;
  display: inline-block;
  color: var(--main-color);
  border-radius: 2px;
  border-radius: 30px;
  font-size: 12px;
}
.single-blog-inner .thumb .thumb-cat:hover {
  background: var(--main-color);
  color: #fff;
}
.single-blog-inner .blog-meta {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
  position: absolute;
  left: 36%;
  top: 38%;
}
.single-blog-inner .case-study.blog-meta {
  position: relative;
  left: 0;
  top: 0;
}
.single-blog-inner .blog-meta.colum2-style {
  top: 50%;
  left: 5%;
}
.single-blog-inner .blog-meta.colum3-style {
  top: 34%;
  left: 7%;
}
.homveverionone.single-blog-inner .blog-meta {
  top: 48%;
}
.blog-meta.single-blog-meta {
  position: relative;
  left: 0;
  top: 0;
}
.single-blog-inner .blog-meta li {
  display: inline-block;
  margin-right: 15px;
  color: var(--main-color);
  font-size: 14px;
  font-weight: 600;
}
.single-blog-inner .case-study.blog-meta li{
  color: var(--heading-color);
}
.single-blog-inner .blog-meta li i {
  margin-right: 4px;
  color: var(--main-color);
}

.single-blog-inner .blog-meta li:last-child {
  margin-right: 0;
}
.single-blog-inner .blog-meta li .media-body h6 {
  font-size: 16px;
  line-height: 1.1;
}
.single-blog-inner .blog-meta li .media-body span {
  font-size: 12px;
  font-weight: 400;
}
.single-blog-inner .details {
  padding: 13px 0 0 0;
}
.single-blog-inner .details h4 {
  margin-bottom: 17px;
}
.single-blog-inner .details h4:hover a {
  color: var(--main-color);
}
.single-blog-inner .details .title {
  margin-bottom: 17px;
}
.single-blog-inner .details p {
  margin-bottom: 16px;
}
.single-blog-inner .details .read-more-text {
  font-weight: 600;
}
.single-blog-inner .portfolio-details {
  position: absolute;
  bottom: 0;
  right: 0px;
  background: var(--main-color);
  padding: 30px;
  z-index: 2;
}
.single-blog-inner .portfolio-details p {
  margin-bottom: 4px;
  color: #fff;
  font-weight: 600;
}
.single-blog-inner .portfolio-details strong {
  min-width: 95px;
  display: inline-block;
}
.single-blog-inner .thumb:hover img {
  transform: scale(1.1);
}
.single-blog-inner:hover .details .read-more-btn span {
  margin-left: 0;
}
.single-blog-inner:hover .details .read-more-btn i {
  padding: 0 20px 0 5px;
}

/************ page navigation ************/
.td-page-navigation .pagination {
  display: inline-flex;
  margin: 10px 0 0 0;
}
.products-right-sidebar .td-page-navigation {
  text-align: center;
}
.center-auto {
  margin: 0 auto;
}
.td-page-navigation .pagination .pagination-arrow a {
  transition: all 0.4s ease;
}
.td-page-navigation .pagination .pagination-arrow a:hover {
  border: 1px solid var(--main-color);
}
.td-page-navigation .pagination li a {
  height: 46px;
  width: 46px;
  margin-right: 8px;
  border: 0;
  border-radius: 4px;
  border: 1px solid #E3E3E3;
  line-height: 46px;
  text-align: center;
  text-dproductoration: none;
  transition: all 0.4s ease;
  display: block;
  color: var(--heading-color);
  font-size: 18px;
}
.td-page-navigation .pagination li a:active, .td-page-navigation .pagination li a:focus, .td-page-navigation .pagination li a:hover {
  background: var(--main-color);
  color: #fff;
}
.td-page-navigation .pagination li a.active {
  background: var(--main-color);
  color: #FFF;
  border: 1px solid var(--main-color);
}

/******** blog-details-page-content ***********/
.blog-details-page-content .single-blog-inner {
  box-shadow: none !important;
  border-radius: 0;
}
.blog-details-page-content .single-blog-inner .details {
  padding: 30px 0;
}
.blog-details-page-content blockquote {
  background: #F7FAFC;
  padding: 30px 40px;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 30px;
  font-style: italic;
  position: relative;
}
.blog-details-page-content blockquote img {
  position: absolute;
  top: 30px;
  left: 30px;
}

/*********** tag-and-share ************/
.tag-and-share .tags a:hover {
  background: var(--main-color);
  color: var(--white);
}
.tag-and-share {
  margin-top: 50px;
}
.tag-and-share .tags a {
  height: 32px;
  line-height: 32px;
  padding: 0 12px;
  background: #F2F5F6;
  display: inline-block;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 600;
  color: #757575;
}
.tag-and-share strong {
  color: var(--heading-color);
  margin-right: 6px;
  font-size: 20px;
}
.tag-and-share .blog-share ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.tag-and-share .blog-share ul li {
  display: inline-block;
  list-style: none;
  margin-right: 10px;
  color: var(--heading-color);
}
.tag-and-share .blog-share ul li:last-child {
  margin-right: 0;
}

/****** prev-next-post ******/
.prev-next-post {
  border-top: 1px solid #e9eaea;
  padding-top: 30px;
  margin-top: 30px;
}

/******* blog-comment *******/
.blog-comment {
  margin-top: 62px;
}
.blog-comment .section-title h3 {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 22px;
}
.blog-comment .media {
  margin-bottom: 35px;
  padding-bottom: 28px;
  border-bottom: 1px solid #e9eaea;
}
.blog-comment .media a img {
  border-radius: 50%;
  height: 100px;
  width: 100px;
}
.blog-comment .media .media-body {
  margin-left: 30px;
  position: relative;
}
.blog-comment .media .media-body h5 {
  margin-bottom: 0;
}
.blog-comment .media .media-body .date {
  font-size: 14px;
  display: block;
  margin-bottom: 13px;
}
.blog-comment .media .media-body p {
  color: #5a6378;
  margin-bottom: 12px;
}
.blog-comment .media .media-body .comment-reply {
  position: absolute;
  right: 0;
  top: 0;
}

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

/********* about section **********/
.bg-relative .animate-img-1 {
  position: absolute;
  left: -70px;
  top: 0;
}

.bg-relative .animate-img-2 {
  position: absolute;
  right: -70px;
  bottom: 0;
}
.bg-relative .animate-img-3 {
  position: absolute;
  right: 20%;
  top: 0;
  z-index: 2;
}
.bg-relative .animate-img-4 {
  position: absolute;
  left: 12%;
  top: 0;
  z-index: 2;
}
.bg-relative .animate-img-5 {
  position: absolute;
  left: -70px;
  top: 40%;
}

@media all and (max-width: 575px) {
  .banner-inner .animate-img-1 {
    width: 100px;
  }

  .b-animate-thumb .animate-img-1 {
    width: 100px;
  }

  .bg-relative .animate-img-1 {
    width: 100px;
  }
  .bg-relative .animate-img-2 {
    width: 100px;
  }
  .bg-relative .animate-img-3 {
    width: 100px;
  }
  .bg-relative .animate-img-4 {
    width: 100px;
  }
  .bg-relative .animate-img-5 {
    width: 100px;
  }
}

/*--------------------------------------------------
  shop css
---------------------------------------------------*/
.product-bg-1{
  background-image: url(../../assets/img/products/1.jpg);
}
.product-bg-2{
  background-image: url(../../assets/img/products/2.jpg);
}
.product-bg-3{
  background-image: url(../../assets/img/products/3.jpg);
}
.product-bg-4{
  background-image: url(../../assets/img/products/4.jpg);
}
.product-bg-5{
  background-image: url(../../assets/img/products/5.jpg);
}
.product-bg-6{
  background-image: url(../../assets/img/products/6.jpg);
}

.product-content {
  padding: 20px;
  margin-top: 15px;
  transition: .6s all;
}
.products-bg {
  background-size: cover;
  background-position: center top;
  background-color: #ddd;
  height: 350px;
  transition: .6s all;
  position: relative;
}
.related-product-slider .products-bg {
  height: 300px;
}
.related-product-slider .single-products-item {
  min-height: 490px;
}
.single-products-item:hover .products-bg {
  transform: scale(1.1);
}
.single-products-item:hover .product-content {
  padding-top: 30px;
}


.single-products-item .product-content h4 {
  color: #191919;
  text-transform: uppercase;
  font-size: 16px;
  position: relative;

}
.product-content h4 span {
  font-size: 71%;
  position: absolute;
  right: 0;
  top: 8%;
  opacity: .5;
}
.product-content .price {
  font-size: 22px;
  color: var(--main-color);
  font-weight: 900;
  position: relative;
  margin-top: -8px;
}
 .product-content .price span {
  position: absolute;
  right: 0;
  font-size: 70%;
  top: 4px;
}
.single-products-item {
  position: relative;
  margin-bottom: 20px;
  box-shadow: 0 0 5px #b9b4b4;
  overflow: hidden;
  transition: .6s all;
  min-height: 540px;
}
.single-products-item:hover {
  box-shadow: 0 0 20px #b9b4b4;
}
a.add-to-cart {
  display: inline-block;
  text-align: center;
  background: #fff;
  padding: 10px 28px;
  border-radius: 50px;
  margin-left: 25%;
  text-dproductoration: none;
  font-weight: 500;
  color: #000;
  border: 1px solid var(--main-color);
  transition: .6s all;
}
 a.add-to-cart:hover {
  background: var(--main-color);
  color: #fff;
  padding: 10px 26px;
}
 .add-to-cart i {
  padding-left: 5px;
  transition: .6s all;
}
 a.add-to-cart:hover i {
  padding-left: 10px;
}

.single-widget-product {
  position: relative;
  padding-left: 86px;
  padding-top: 1%;
  margin-bottom: 10px;
  transition: .5s all;
  border: 1px solid transparent;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
}
.single-widget-product:hover img{
  transform: scale(1.1);
}
.single-widget-product:hover {
  box-shadow: 0 0 20px #ddd;
}
.single-widget-product img {
  position: absolute;
  left: 2px;
  top: 2px;
  max-width: 93px;
  transition: .6s all;
}
.single-widget-product .product-content h4 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.single-widget-product .price {
  font-size: 14px;
  color: var(--main-color);
  font-weight: 700;
}
.single-widget-product .price span {
  position: absolute;
  font-size: 80%;
  top: 48%;
  right: 1%;
}
.single-widget-product .product-content h4 span {
  position: absolute;
  font-size: 80%;
  right: 1%;
  top: 20px;
  opacity: .9;
}

.single-widget-product .product-content {
  padding-top: 0;
}

.product-sorting {
  background: var(--main-color);
  padding: 5px 0;
  margin-bottom: 20px;
  margin-right: 15px;
  position: relative;
}
.products-right-sidebar .product-sorting {
  margin-left: 15px;
}
.product-sorting p {
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
}
.product-filter, .Product-filter {
  padding: 9px;
  background: #fff;
  border-radius: 5px;
  position: absolute;
  right: 2%;
  padding: 8px;
  border-radius: 5px;
  border: 1px solid transparent;
  top: -4px;
}
.products-bg:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #000;
  content: "";
  opacity: .5;
  z-index: 1;
  transform: scale(0);
  transition: .6s all;
  visibility: hidden;
}
.product-view {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
}
.product-view i.fa {
  color: #fff;
  font-size: 41px;
  margin-left: -20px;
  margin-top: -20px;
  transform: scale(0);
  transition: .6s all;
  visibility: hidden;
}

.single-products-item:hover .products-bg::after {
  visibility: visible;
  transform: scale(1);
}
.single-products-item:hover .product-view i.fa {
  transform: scale(1);
  visibility: visible;
}
.products-area {
  margin-left: -25px;
  margin-right: 0;
}
.products-right-sidebar .products-area {
  margin-left: 0;
}

/*--------------------------------------------------
 shopping cart css
---------------------------------------------------*/
.product-shoping-cart {
  display: inline-block;
  position: relative;
  padding: 6px;
  text-transform: capitalize;
}
.product-shoping-cart li {
  display: inline-block;
}

.product-shopping-item {
  position: absolute;
  padding: 0;
  margin: 0;
  list-style: none;
  top: 115%;
  left: -4px;
  border: 1px solid #ddd;
  background: #fff;
  padding: 5px;
  width: 250px;
  display: none;
  transition: .6s all;
}
.product-shoping-cart:hover .product-shopping-item {
  display: block;
}

.product-shoping-cart ul li img {
  max-width: 79px;
  position: absolute;
  left: 6%;
  top: 10%;
}
.product-shoping-cart ul li {
  position: relative;
  border-bottom: 1px solid #ddd;
  padding-left: 115px;
}
.product-shoping-cart ul li:last-child {
  border: none;
}
.product-shoping-cart ul li h2 {
  font-size: 22px;
  color: var(--home-dark);
}
.product-shoping-cart .price-cart {
  color: var(--main-color);
  font-size: 18px;
}
.product-shoping-cart  ul li.total {
  padding-left: 0;
  padding: 9px 0;
}
.product-shoping-cart .btn.btn-primary.btn-sm.btn-cart {
  padding: 10px 30px;
  line-height: 23px;
  font-size: 16px;
}
.product-shoping-cart .btn.btn-primary.btn-sm.btn-cart:hover {
  color: var(--white);
}
.product-shoping-cart .pull-right {
  margin-top: 3%;
  margin-right: 5%;
  float: left;
}
.product-shoping-cart .btn.btn-primary.btn-sm.btn-cart {
  background: var(--main-color);
  display: block;
  margin-left: 13px;
}

/*--------------------------------------------------
   product details Css
---------------------------------------------------*/
.product-content.products-top-details {
  padding-left: 50px;
  text-align: justify;
  line-height: 1.6;
}
.product-thum img {
  max-width: 325px;
  transition: .6s all;
}
.product-thum:hover > a img {
  transform: scale(1.1);
}
.product-count input[type="number"] {
  width: 77px;
  border: 1px solid var(--main-color);
  padding: 0 15px;
  border-radius: 17px;
}
.product-details-middle {
    margin-top: 20px;
}
.products-top-details.product-content h4 span {
  font-size: 71%;
  position: absolute;
  right: 8%;
  top: 12%;
  opacity: .5;
}
.product-content.products-top-details h4 {
  margin-bottom: 18px;
}

.product-description {
  padding-left: 20px;
}
.product-description li {
  font-size: 30px;
  font-weight: 500;
  color: #000;
  text-transform: capitalize;
  letter-spacing: 3px;
}
.product-description .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  border-color: var(--main-color) var(--main-color) #fff;
}

.product-description .nav-tabs {
  border-bottom: 1px solid var(--main-color);
}
.product-description .tab-content {
  margin-top: 5px;
  text-align: justify;
  line-height: 1.6;
}
.description {
  margin-top: 20px;
}

.review-content {
  position: relative;
  padding-left: 100px;
  margin-top: 20px;
}
.review-content img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 80px;
  border-radius: 50%;
  max-height: 80px;
}
.review-content h6 {
  font-weight: 700;
}
.review-content h6 span {
  display: block;
  margin-top: 9px;
  font-size: 90%;
  opacity: .6;
  margin-bottom: 13px;
}
.review-star {
  color: var(--main-color);
  font-size: 17px;
}

.product-title h4 {
  position: relative;
  display: inline-block;
  padding-bottom: 11px;
  margin: 10px 0;
}
.product-title h4:after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background: var(--main-color);
  content: "";
  width: 48%;
}

.row.review-top span {
  margin-left: 11px;
  color: #000;
}
.row.review-top span i.fa {
  transition: .6s all;
  cursor: pointer;
}
.row.review-top span i.fa:hover {
  color: var(--main-color);
}
.reivew-form input, .reivew-form textarea {
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 12px;
  color: #000;
  opacity: .7;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.reivew-form input:focus, .reivew-form textarea:focus {
  border: 1px solid var(--main-color);
}
.add-to-cart.post-a-review {
  margin-left: 0;
}

.related-product-slider .owl-nav button {
  height: 50px;
  width: 50px;
  background: var(--main-color);
  color: #fff;
  border-radius: 50%;
  border: none;
  font-size: 20px;
  text-align: center;
  line-height: 28px;
  transition: .6s all;
  margin-left: 3px;
}
.related-product-slider .owl-nav {
  text-align: center;
}
.related-product-slider .owl-nav button:hover i.la {
  color: #000;
}.related-product-slider .owl-nav button i.la {
  transition: .6s all;
}
.related-product-slider .owl-nav button:hover {
  background: #fff;
  border: 1px solid var(--main-color);
}
.related-product-slider a.add-to-cart {
  margin-left: 13%;;
}


/*--------------------------------------------------
    Comming Soon
---------------------------------------------------*/

.comming-first-main-content h2 {
  font-size: 45px;
  margin: 17px 0;
  font-weight: 700;
  text-transform: capitalize;
}
.before-after-title{
  position: relative;
}
.before-after-title p {
  line-height: 1.7;
  font-size: 17px;
}
.before-after-title > h6::after {
  position: absolute;
  left: 26%;
  top: 8px;
  height: 1%;
  width: 12%;
  content: "";
  background: #FF8245;
}
.before-after-title > h6::before {
  position: absolute;
  right: 26%;
  top: 8px;
  height: 1%;
  width: 12%;
  content: "";;
  background: #FF8245;
}
.comming-countdown {
  padding-bottom: 80px;
  text-align: center;
}
.single-counter span {
  display: block;
  color: #000;
  margin-top: -7px;
  font-size: 37%;
  font-weight: 700;
  text-transform: uppercase;
}
.single-counter {
  display: inline-block;
  padding: 50px 57px;
  background: var(--second-color);
  margin-right: 5px;
  text-align: center;
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  border-radius: 5px;
  width: 178px;
}
.single-counter:last-child {
  margin-right: 0;
}
/*--------------------------------------------------
  Faqs css
---------------------------------------------------*/
.single-faqs-title {
  background: var(--main-color);
  padding: 7px 15px;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
  position: relative;
}
.single-faqs-title h5 {
  color: var(--white);
}
.single-faqs-title i.fa {
  position: absolute;
  right: 26px;
  top: 33%;
  color: var(--white);
  font-size: 18px;
  display: none;
}
.faqs-accordian-sproducttion {
  min-height: 550px;
}
.single-faqs-items .card-body {
  padding: 14px;
}
.single-faqs-items {
  border: 1px solid #ddd;
  margin-bottom: 5px;
  border-radius: 5px;
}
.single-faqs-title[aria-expanded=true] i.fa-minus {
  display: block;
}
.single-faqs-title[aria-expanded="false"] i.fa-plus {
  display: block;
}
/*-------------------------------------------------
  Cart Page CSS
---------------------------------------------------*/
.product-ship-title {
  cursor: pointer;
}
.cart_page .shop-all-btn {
  margin-bottom: 0;
}
.product-page-content .btn.btn-primary {
    background: var(--main-color);
    color: #fff;
    text-decoration: none;
}
.cart_page .product-sidebar-wrap {
  border: 1px solid #ededed;
}
.cart_page .product-sidebar-wrap h3, .cart_page .product-sidebar-wrap .h3 {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 21px;
}
.cart_page .product-sidebar-wrap .product-sb-block-content {
  margin-bottom: 0;
  border-bottom: none;
}
.cart_page .product-sidebar-wrap .product-ship-title {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0;
  border-bottom: 1px solid #ededed;
  color: #444444;
  padding-bottom: 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cart_page .product-sidebar-wrap .product-ship-title::after {
  content: "ï„‡";
  position: relative;
  font-family: "productIcons";
  font-size: 18px;
  color: #777777;
  font-weight: 400;
}

.product-cart-content .table-content table {
  border: 1px solid #ebebeb;
  width: 100%;
  background-color: #fff;
}
.product-cart-content .table-content table thead > tr {
  background-color: #ffffff;
  border: 1px solid #ebebeb;
}
.product-cart-content .table-content table thead > tr > th {
  border-top: medium none;
  color: #444444;
  font-size: 18px;
  font-weight: 700;
  padding: 15px 14px 12px;
  text-align: left;
  text-transform: capitalize;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 1;
  letter-spacing: 0;
}
.product-cart-content .table-content table tbody > tr {
  border-bottom: 1px solid #ebebeb;
}
.product-cart-content .table-content table tbody > tr td {
  color: #444444;
  font-size: 16px;
  padding: 15px 14px;
  text-align: left;
}
.product-cart-pro-remove i {
  color: red;
}
.product-cart-content .table-content table tbody > tr td input {
  width: 52px;
}
.product-cart-content .table-content table tbody > tr td .product-cart-pro-img {
  width: 61px;
}
.product-cart-content .table-content table tbody > tr td .cart-qty-plus-minus {
  border: 1px solid #ededed;
  display: inline-block;
  height: 35px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 84px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
.product-cart-content .table-content table tbody > tr td .cart-qty-plus-minus input {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #444444;
  float: left;
  font-size: 14px;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 40px;
  outline: none;
  font-weight: 600;
  line-height: 38px;
}
.product-cart-content .table-content table tbody > tr td .cart-qty-plus-minus .product_cart_qtybtn {
  color: #444444;
  float: left;
  font-size: 20px;
  height: auto;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-dirproducttion: normal;
      -ms-flex-dirproducttion: column;
          flex-dirproducttion: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-cart-content .table-content table tbody > tr td .cart-qty-plus-minus .product_qtybtn {
  width: 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;
  cursor: pointer;
  font-size: 0;
  color: #444444;
  height: 19px;
  position: relative;
}
.product-cart-content .table-content table tbody > tr td .cart-qty-plus-minus .product_qtybtn:before {
  width: 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;
  cursor: pointer;
  font-size: 20px;
  color: #444444;
  height: 19px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  font-family: "productIcons";
  overflow: hidden;
}
.product-cart-content .table-content table tbody > tr td .cart-qty-plus-minus .dproduct.product_qtybtn:before {
  padding-bottom: 4px;
  content: "ï„‡";
}
.product-cart-content .table-content table tbody > tr td .cart-qty-plus-minus .inc.product_qtybtn:before {
  padding-top: 4px;
  content: "ï„†";
}
.product-cart-content .table-content table tbody > tr td.product-cart-pro-name {
  width: 40%;
}
.product-cart-content .table-content table tbody > tr td.product-cart-pro-name a {
  color: #444444;
  font-weight: 400;
  text-dproductoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 0.6px;
}
.product-cart-content .table-content table tbody > tr td.product-cart-pro-subtotal {
  color: #555;
  font-weight: 500;
  font-size: 16px;
}
.product-cart-content .table-content table tbody > tr td.product-cart-pro-price {
  color: #555;
  font-weight: 500;
  font-size: 16px;
}
.product-cart-content .table-content table tbody > tr td.product-cart-pro-qty .qty-plus-minus {
  display: inline-block;
  height: 40px;
  padding: 0;
  position: relative;
  width: 110px;
}
.product-cart-content .table-content table tbody > tr td.product-cart-pro-remove {
  width: 90px;
  text-align: right;
}
.product-cart-content .table-content table tbody > tr td.product-cart-pro-remove a {
  font-size: 22px;
  margin: 0 auto;
  color: #555;
}
.product-cart-content .product-cart-update-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0 0;
}

.product-cart-update-bottom > a {
  color: #444444;
  display: inline-block;
  text-dproductoration: underline;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0.8px;
  text-decoration: underline 
  ;
}
.product-cart-update-bottom .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 150px;
}

.product-cart-form {
  padding-top: 19px;
}
.product-cart-form label {
  margin-bottom: 9px;
  color: #444444;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}
.product-cart-form p {
  color: #777;
  font-size: 14px;
  margin-bottom: 10px;
  letter-spacing: 0;
}
.product-cart-form input {
  background-color: transparent;
  border: 1px solid #ededed;
  color: #444444;
  font-size: 14px;
  margin-bottom: 26px;
  padding: 0 15px;
  width: 100%;
  outline: none;
  padding: 10px;
}
.product-cart-form select, .product-bl-select-inner select {
  padding: 0 15px;
  width: 100%;
  background: white;
  border: none;
}
.product-cart-form .product-cart-select-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  border-radius: 0;
  border: 1px solid #ededed;
  font-size: 14px;
  padding: 0;
  margin-bottom: 28px;
}

.product-cart-summary-bottom .product-cart-summary > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.product-cart-summary-bottom .product-cart-summary .text-left {
  color: var(--paragraph-color);
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 700;
}
.product-cart-summary-bottom .product-cart-summary .text-right {
  color: #555;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.product-cart-summary-bottom .product-cart-summary .text-right input {
  width: 100px;
  border: 1px solid #ddd;
  padding: 4px 11px;
  border-radius: 5px;
}     
.product-cart-summary-bottom .product-cart-summary .text-right a {
  color: #eb2629;
  font-weight: 500;
}
.product-cart-summary-bottom .product-cart-summary .product-cart-summary-total {
  border-top: 1px solid #ededed;
  padding-top: 19px;
  margin-bottom: 0;
  margin-top: 16px;
}
.product-cart-summary-bottom .product-cart-summary .product-cart-summary-total .text-left {
  font-size: 16px;
  font-weight: 500;
}
.product-cart-summary-bottom .product-cart-summary .product-cart-summary-total .text-right {
  font-size: 16px;
  font-weight: 500;
}

.product-cart-summary-bottom .product-cart-summary .product-cart-coupan-content {
  display: none;
  margin-bottom: 0;
}

.product-cart-coupan-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ededed;
  padding: 5px;
}
.product-cart-coupan-form .product-coupan {
  display: inline-block;
  vertical-align: top;
  line-height: 35px;
  height: 35px;
  color: #777777;
  font-size: 14px;
  width: 100%;
  border: 0;
  background: transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  letter-spacing: 0.5px;
}
.product-cart-coupan-form .button {
  font-size: 16px;
  text-align: center;
  padding: 0 15px;
}


/*-------------------------------------------------
  Checkout Page CSS
---------------------------------------------------*/
.product-sidebar-block {
  padding: 15px;
  background: #fff;
  border: 1px solid #ddd;
  margin-bottom: 31px;
}
.product-cart-update-bottom button a:hover {
  color: #fff;
}
.checkout_page .product-checkout-wrap {
  padding: 30px;
  border: 1px solid #ededed;
  background-color: #fff;
}
.checkout_page .product-checkout-wrap h3, .checkout_page .product-checkout-wrap .h3 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 25px;
  position: relative;
  display: block;
  color: #444444;
  font-family: "Montserrat";
  line-height: 1;
}
.checkout_page .product-checkout-wrap .product-check-login h3, .checkout_page .product-checkout-wrap .product-check-login .h3 {
  margin-bottom: 22px;
}
.checkout_page .product-checkout-wrap .product-check-bill h3, .checkout_page .product-checkout-wrap .product-check-bill .h3 {
  margin-bottom: 26px;
  line-height: 1.2;
}
.checkout_page .product-checkout-wrap .product-check-bill .product-check-subtitle {
  margin-bottom: 10px;
}
.checkout_page [type=radio]:checked {
  position: absolute;
  left: -9999px;
}
.checkout_page [type=radio]:checked + label {
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  line-height: 16px;
  display: inline-block;
  color: #777777;
  letter-spacing: 0;
}
.checkout_page [type=radio]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #ffffff;
  border: 1px solid #3474d4;
}
.checkout_page [type=radio]:checked + label:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #3474d4;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.checkout_page [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.checkout_page [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  line-height: 16px;
  display: inline-block;
  color: #777777;
  letter-spacing: 0;
}
.checkout_page [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #ffffff;
}
.checkout_page [type=radio]:not(:checked) + label:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #3474d4;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.checkout_page .product-sidebar-wrap {
  border: 1px solid #ededed;
  margin-bottom: 30px;
}
.checkout_page .product-sidebar-wrap:last-child {
  margin-bottom: 0;
}
.checkout_page .product-sidebar-wrap .product-sb-block-content {
  margin-bottom: 0;
  border-bottom: none;
}
.checkout_page .product-checkout-pay-wrap [type=radio]:checked + label {
  margin-bottom: 30px;
}
.checkout_page .product-checkout-pay-wrap [type=radio]:not(:checked) + label {
  margin-bottom: 6px;
}
.checkout_page .product-new-product {
  margin-top: 2px;
}

.product-check-subtitle {
  margin-bottom: 14px;
  color: #444444;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

.product-checkout-block.product-check-new {
  margin-bottom: 30px;
}

.product-new-option span {
  margin-right: 45px;
  font-size: 18px;
  font-weight: 500;
}

.product-new-desc {
  position: relative;
  line-height: 24px;
  color: #777;
  letter-spacing: 0;
  max-width: 64%;
}

.product-new-btn {
  margin-top: 26px;
}
.product-new-btn a {
  height: 40px;
  text-transform: uppercase;
  font-size: 16px;
  min-width: 150px;
  line-height: 40px;
  letter-spacing: 0;
}

.product-check-login-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-check-login-form label {
  margin-bottom: 11px;
  color: #444444;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}
.product-check-login-form input {
  background-color: transparent;
  border: 1px solid #ededed;
  color: #444444;
  font-size: 14px;
  margin-bottom: 16px;
  padding: 0 15px;
  width: 100%;
  outline: none;
  padding: 10px;
}
.product-check-login-form .product-check-login-fp {
  color: #444444;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-decoration: underline;
  font-size: 16px;
  line-height: 24px;
}
.product-check-login-form .product-check-login-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 14px;
}
.product-check-login-form .product-check-login-btn .btn {
  height: 40px;
  text-transform: uppercase;
  font-size: 16px;
  min-width: 150px;
  line-height: 40px;
  letter-spacing: 0;
  cursor: pointer;
  padding: 0 15px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  outline: none;
  border-radius: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}

.product-check-bill-form {
  margin-bottom: 2px;
}

.product-bill-option {
  margin-bottom: 32px;
  display: block;
}
.product-bill-option span {
  margin-right: 45px;
}

.padding-bottom-3 {
  padding-bottom: 3px !important;
}

/*-----  Checkout Page CSS  ------*/
.product-checkout-wrap .product-check-bill-form .product-bill-wrap {
  width: 100%;
  padding: 0 15px;
}

.product-checkout-wrap .product-check-bill-form .product-bill-wrap.product-bill-half {
  width: 50%;
}
.product-checkout-wrap .product-check-bill-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -15px;
}
.product-checkout-wrap .product-check-bill-form label {
  margin-bottom: 7px;
  color: #444444;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}
.product-checkout-wrap .product-check-bill-form input {
  background-color: transparent;
  border: 1px solid #ededed;
  color: #444444;
  font-size: 14px;
  margin-bottom: 26px;
  padding: 0 15px;
  width: 100%;
  outline: none;
  padding: 10px;
}
.product-checkout-wrap .product-check-bill-form .product-bill-fp label {
  margin-bottom: 0;
}
.product-checkout-wrap .product-check-bill-form .product-bill-fp label a {
  color: #444444;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0px;
}
.product-checkout-wrap .product-check-bill-form .product-bl-select-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  border-radius: 0;
  border: 1px solid #ededed;
  font-size: 14px;
  padding: 0;
  margin-bottom: 27px;
}
.product-checkout-wrap .product-check-bill-form .product-bl-select-inner select {
  padding: 0 15px;
}
.product-checkout-content {
  font-size: 18px;
  text-align: justify;
  line-height: 1.8;
}

.product-checkout-content .product-check-order-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0;
}
.product-checkout-content .product-check-order-btn .btn {
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  padding: 0 5px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  outline: none;
  border-radius: 0px;
  width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0;
}

.product-checkout-summary > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.product-checkout-summary .text-left {
  color: #444444;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 700;
}
.product-checkout-summary .text-right {
  color: #555;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.product-checkout-summary .text-right a {
  color: #eb2629;
  font-weight: 500;
  font-size: 14px;
}
.product-checkout-summary .product-checkout-summary-total {
  border-top: 1px solid #ededed;
  padding-top: 19px;
  margin-bottom: 0;
  margin-top: 16px;
}
/*-----  Sidebar Page CSS  ------*/
.product-sidebar-wrap .product-sidebar-block .product-sb-block-content .product-del-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-sidebar-wrap .product-sidebar-block .product-sb-block-content .product-del-option > * {
  width: 50%;
}
.product-sidebar-wrap .product-sidebar-block .product-sb-block-content .product-del-opt-head {
  color: #444444;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 10px;
  display: block;
}
middle
.product-sidebar-wrap .product-sidebar-block .product-sb-block-content .product-pay-opt-head {
  color: #444444;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 6px;
  display: block;
}
.product-sidebar-wrap .product-sidebar-block .product-sb-block-content .product-pay-desc {
  color: var(--paragraph-color);
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 15px;
  display: block;
  letter-spacing: 0;
}

.product-product-inner .product-pro-content .product-price:not(:last-child) {
  margin-bottom: 4px;
}
.product-del-desc {
  margin-bottom: 10px;
  line-height: 1.3;
}

.product-sidebar-wrap.product-checkout-del-wrap h3, .product-sidebar-wrap.product-checkout-del-wrap .h3 {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: 13px;
}
.product-sidebar-wrap.product-checkout-del-wrap .product-del-commemt {
  margin-top: 12px;
  display: block;
}
.product-sidebar-wrap.product-checkout-del-wrap .product-del-commemt .product-del-opt-head {
  margin-bottom: 8px;
}
.product-sidebar-wrap.product-checkout-del-wrap textarea {
  background: transparent;
  border: 1px solid #ededed;
  color: #444444;
  height: 100px;
  padding: 10px 15px;
  margin-bottom: 0;
  width: 100%;
  outline: none;
  font-size: 14px;
  display: block;
}

.product-sidebar-wrap.product-checkout-pay-wrap h3, .product-sidebar-wrap.product-checkout-pay-wrap .h3 {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: 8px;
}
.product-sidebar-wrap.product-checkout-pay-wrap textarea {
  background: transparent;
  border: 1px solid #ededed;
  color: #444444;
  height: 110px;
  padding: 10px 15px;
  margin-bottom: 0;
  width: 100%;
  outline: none;
  font-size: 14px;
  display: block;
}
.product-sidebar-wrap.product-checkout-pay-wrap .product-pay-commemt .product-pay-opt-head {
  margin-bottom: 8px;
}
.product-sidebar-wrap.product-checkout-pay-wrap .product-pay-agree {
  position: relative;
  display: block;
  margin-top: 20px;
}
.product-sidebar-wrap.product-checkout-pay-wrap .product-pay-agree input {
  position: absolute;
  opacity: 1;
  cursor: pointer;
  z-index: 999;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid var(--main-color);
}
.product-sidebar-wrap.product-checkout-pay-wrap .product-pay-agree a {
  margin-left: 27px;
  display: block;
  color: var(--paragraph-color);
  font-size: 16px;
  margin-top: 0;
  line-height: 18px;
  font-weight: 300;
  letter-spacing: 0;
  cursor: pointer;
}
.product-sidebar-wrap.product-checkout-pay-wrap .product-pay-agree a span {
  font-weight: 500;
  color: #444444;
}
.product-sidebar-wrap.product-checkout-pay-wrap .product-pay-agree .checked {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #ffffff;
  border: 1px solid #ededed;
  border-radius: 4px;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.product-sidebar-wrap.product-check-pay-img-wrap h3, .product-sidebar-wrap.product-check-pay-img-wrap .h3 {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: 24px;
}

.product-check-pay-img-wrap .product-check-pay-img-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 62%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product-checkout-block.product-check-login {
  padding: 50px 0;
}
.product-check-pay-img-wrap .product-check-pay-img {
  margin-bottom: 18px;
  margin-right: 5px;
}

/*-----  Checkout Summary CSS  ------*/
.product-checkout-summary .product-checkout-coupan-content {
  display: none;
  margin-bottom: 0;
}

.product-checkout-coupan-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ededed;
  padding: 5px;
}
.product-checkout-coupan-form .product-coupan {
  display: inline-block;
  vertical-align: top;
  line-height: 35px;
  height: 35px;
  color: #777777;
  font-size: 14px;
  width: 100%;
  border: 0;
  background: transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  letter-spacing: 0.5px;
}
.product-checkout-coupan-form .product-coupan-btn {
  font-size: 16px;
  text-align: center;
  padding: 0 15px;
}

/*-------------------------------------------------
  Login Page CSS
---------------------------------------------------*/
.product-page-content {
  padding: 80px 0;
  padding-top: 150px;
}
.product-login-wrapper {
  width: 40%;
  margin: 0 auto 0;
}
.product-login-wrapper .product-login-container {
  border: 1px solid #ededed;
  padding: 34px 38px 34px;
  text-align: left;
  background-color: #fff;
}
.product-login-wrapper .product-login-container .product-login-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-login-wrapper .product-login-container .product-login-form label {
  margin-bottom: 9px;
  color: #444444;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}
.product-login-wrapper .product-login-container .product-login-form input {
  background-color: transparent;
  border: 1px solid #eeeeee;
  color: #777;
  font-size: 14px;
  margin-bottom: 27px;
  padding: 0 15px;
  width: 100%;
  outline: none;
  padding: 10px;
}
.product-login-wrapper .product-login-container .product-login-form .product-login-wrap + .product-login-wrap input {
  margin-bottom: 15px;
  padding: 10px;
}
.product-login-wrapper .product-login-container .product-login-form .product-login-fp label {
  margin-bottom: 0;
}
.product-login-wrapper .product-login-container .product-login-form .product-login-fp label a {
  color: #444444;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0px;
}
.product-login-wrapper .product-login-container .product-login-form .product-login-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  -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;
}
.product-login-wrapper .product-login-container .product-login-form .btn {
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
  padding: 14px 40px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  outline: none;
  border-radius: 0px;
  margin: 20px 10px;
  background: var(--main-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-block;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/*-------------------------------------------------
  Register Page CSS
---------------------------------------------------*/
.product-register-wrapper {
  max-width: 934px;
  margin: 0 auto 0;
}
.product-register-wrapper .product-register-container {
  border: 1px solid #ededed;
  padding: 30px;
  text-align: left;
  background-color: #fff;
}
.product-register-wrapper .product-register-container .product-register-form .product-register-wrap {
  width: 100%;
  padding: 0 15px;
}
.product-register-wrapper .product-register-container .product-register-form .product-register-wrap.product-register-half {
  width: 50%;
}
.product-register-wrapper .product-register-container .product-register-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -15px;
}
.product-register-wrapper .product-register-container .product-register-form label {
  margin-bottom: 9px;
  color: #444444;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}
.product-register-wrapper .product-register-container .product-register-form input {
  background-color: transparent;
  border: 1px solid #ededed;
  color: #777;
  font-size: 14px;
  margin-bottom: 26px;
  padding: 0 15px;
  width: 100%;
  outline: none;
  padding: 10px;
}
.product-register-wrapper .product-register-container .product-register-form input::-webkit-input-placeholder {
  color: #777 !important;
}
.product-register-wrapper .product-register-container .product-register-form input::-moz-placeholder {
  color: #777 !important;
}
.product-register-wrapper .product-register-container .product-register-form input:-ms-input-placeholder {
  color: #777 !important;
}
.product-register-wrapper .product-register-container .product-register-form input::-ms-input-placeholder {
  color: #777 !important;
}
.product-register-wrapper .product-register-container .product-register-form input::placeholder {
  color: #777 !important;
}
.product-register-wrapper .product-register-container .product-register-form .product-register-fp label {
  margin-bottom: 0;
}
.product-register-wrapper .product-register-container .product-register-form .product-register-fp label a {
  color: #444444;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0px;
}
.product-register-wrapper .product-register-container .product-register-form .product-rg-select-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  border-radius: 0;
  border: 1px solid #ededed;
  font-size: 14px;
  padding: 0;
  margin-bottom: 27px;
}
.product-register-wrapper .product-register-container .product-register-form .product-rg-select-inner select {
  padding: 0 15px;
  width: 100%;
  background: #fff;
  border: none;
}

.product-register-wrapper .product-register-container .product-register-form .product-register-wrap.product-recaptcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-register-wrapper .product-register-container .product-register-form .product-register-btn {
  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;
}
.product-register-wrapper .product-register-container .product-register-form .btn {
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
  padding: 0 15px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  outline: none;
  border-radius: 0px;
  width: 150px;
  margin: 26px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*--------------------------------------------------
    ##Call to action
---------------------------------------------------*/
.call-to-action {
  position: relative;
  padding: 100px 0;
  margin: 20px 0;
}
.call-to-action::before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 164px;
    display: block;
    border-top-right-radius: 350px;
    border-bottom-right-radius: 350px;
    background-image: -webkit-linear-gradient(45deg, #e82f51, #f2395b); 
    background-image: -o-linear-gradient(45deg, #e82f51, #f2395b);
    background-image: linear-gradient(45deg, #e82f51, #f2395b);
    background-repeat: repeat-x;
}





/*--------------------------------------------------
    ##Footer
---------------------------------------------------*/
.footer-area {
    position: relative;
    background-size: cover;
    background-position: center;
    background-color: #172b43;
}
.footer-area .widget {
  position: relative;
  z-index: 2;
  margin-bottom: 70px;
}
.footer-area .widget-title {
  margin-bottom: 26px;
  position: relative;
  color: rgba(255, 255, 255, 0.9);
}
.footer-area .widget_about .thumb {
  margin-bottom: 20px;
}
.footer-area .widget_about .thumb img {
  max-width: 125px;
}
.footer-area .widget_about .details p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.9);
}
.footer-area .widget_about .details .social-media {
  margin-top: 26px;
}
.footer-area .widget_about .details .social-media li a:hover {
  background: var(--main-color);
  color: #fff;
}
.footer-area .widget_contact ul {
  padding: 0;
}
.footer-area .widget_contact ul li {
  color: rgba(255, 255, 255, 0.9);
}
.footer-area .widget_contact ul li i {
  color: var(--main-color);
}
.footer-area .widget_nav_menu ul {
  margin: 0;
  padding: 0;
}
.footer-area .widget_nav_menu ul li {
  list-style: none;
  margin-bottom: 7px;
  position: relative;
  color: rgba(255, 255, 255, 0.9);
}
.footer-area .widget_nav_menu ul li:hover:after {
  background: var(--main-color);
}

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

.footer-widget-area {
  padding-top: 90px;
}

.footer-bottom {
  border-top: 1px dashed rgba(255, 255, 255, 0.2);
  padding: 23px 0;
  position: relative;
  z-index: 2;
  color: rgba(255, 255, 255, 0.9);
}
.footer-bottom p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.9);
}

.footer-call-to-action-area {
  border-radius: 200px;
  padding: 30px 50px;
  margin-bottom: 35px;
  position: relative;
  z-index: 3;
  background: transparent;
  margin-top: 7px;
}
.footer-call-to-action-area::before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: -10px;
  height: 100%;
  background: var(--main-color);
  border-radius: 200px;
  z-index: -1;
}
.footer-call-to-action-area::after {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: -20px;
  height: 100%;
  background: var(--second-color);
  border-radius: 200px;
  z-index: -1;
}
.call-to-action-area .title {
  color: #fff;
}
.homeversiontwo .call-to-action-area{
  padding: 90px 0;
}
.dark-mode.homeversiontwo .call-to-action-area{
  padding-top: 0;
}
.call-to-action-area .box-shadow {
  box-shadow: 0 3px 18px rgba(232, 47, 81, 0.15);
}
.footer-call-to-action-area .btn-border-base {
  color: var(--dark);
  border: 2px solid var(--main-color);
  line-height: 44px;
  background: var(--white);
  padding: 15px 54px;
  height: auto;
  font-size: 20px;
}
.footer-call-to-action-area .btn-small i {
  margin-left: 5px;
}
.footer-call-to-action-area .btn::after {
  content: "";
  background: var(--heading-two)
}
.footer-call-to-action-area  .btn.btn-small.btn-border-base:hover {
  color: var(--white);
}
.footer-area .social-media {
  margin-top: 20px;
}
.footer-area  .details {
  margin-top: 20px;
}
.footer-area  .details p {
  color: #fff;
}
.footer-bottom span {
  color: var(--main-color);
  font-weight: 700;
}

.footer-top-phone i.fa {
  color: var(--main-color);
}
.dark-mode .footer-call-to-action-area h2 {
  color: #fff;
}
.dark-mode .single-testimonial-inner {
    box-shadow: none;
}
.footer-call-to-action-area .title{
  font-size: 40px;
  color: var(--white);
}

/*Dark version css*/
.dark-mode .feature-area, .dark-mode .service-area, .dark-mode .video-area-wrap, .dark-mode .about-area, .dark-mode .team-area, .dark-mode .project-area, .dark-mode .testimonial-area, .dark-mode .client-area, .dark-mode .blog-area {
  background: var(--home-dark);
}
.dark-mode .pricing-plan-area.section-padding {
  background: var(--home-dark);
 
}
.dark-mode .single-blog-inner {
  box-shadow: 10px 10px 19px #1c1e22, -10px -10px 19px #262a2e;
  padding: 15px 15px;
}

.dark-mode .single-project-inner h4 a {
  color: var(--dark);
}
.dark-mode .single-project-inner:hover h4 a{
  color: var(--white);
}

.dark-mode .single-intro-inner .details p {
  color: var(--home-dark);
}


.dark-mode a{
  color: var(--white);
}
.dark-mode a:hover{
  color: var(--main-color);
}
.dark-mode .call-to-action-area  p {
  color: var(--white);
}
.dark-mode  .call-to-action-area a:hover {
  color: var(--white);
}
.dark-mode .videoss-area ul li a:hover {
  color: var(--home-dark);
}
.dark-mode .client-area {
  box-shadow: 10px 4px 10px #1c1e22, -10px -5px 10px #262a2e;
}
.dark-mode  .team-area {
  padding-top: 0;
}

.dark-mode .service-slider .single-service-inner{
  margin: 30px 0;
  margin-bottom: 0px;
}
.dark-mode .service-slider .owl-nav {
  margin-top: 30px;
}



/*Dark Mode Css*/
.darkmode {
  position: fixed;
  top: 19%;
  background: #0000;
  z-index: 999;
  color: #000;
  font-size: 24px;
  right: 7%;
}
.darkmode span {
  cursor: pointer;
}
.change i {
  height: 60px;
  width: 60px;
  font-size: 43px;
  background: linear-gradient( to top, #fafafa, #dfe3ea );
  text-align: center;
  line-height: 60px;
  color: var(--main-color);
  position: relative;
}
.change i::after {
  position: absolute;
  content: "";
  height: 80px;
  width: 80px;
  background: linear-gradient( to bottom, #fafafa, #d0d3d8 );
  border-radius: 5px;
  z-index: -1;
  top: -6%;
  left: -16%;
  -webkit-animation: light-animate 4s linear infinite alternate;
  animation: light-animate 4s linear infinite alternate;
}
.dark-mode .change i {
  color: var(--heading-two);
}
.dark-mode .banner-area-1 {
  background: var(--home-dark);
  position: relative;
  z-index: 0;
}
.banner-area-1::after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: var(--home-dark);
    z-index: -1;
    opacity: .5;
}
.dark-mode .banner-area-1::after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: var(--home-dark);
  z-index: -1;
  opacity: .5;
}
.dark-mode .banner-inner h1 {
  color: var(--white);
}
.dark-mode .banner-inner .content {
  color: var(--white);
}
.dark-mode .feature-area p {
  color: var(--white);
}
.dark-mode .slider-control-dots .owl-dots .owl-dot span {
  background-color: var(--white);
}
.dark-mode .video-area-wrap .section-title h2.title {
  color: var(--home-dark);
}
.homveverionone.dark-mode  .video-area-wrap .section-title h2.title {
  color: #000;
}

.dark-mode .media-body h4 {
  color: var(--home-dark);
}
.dark-mode.homveverionone  .service-slider .single-service-inner {
  margin-bottom: 30px;
}
.dark-mode .single-list-inner h5 {
  color: var(--white);
}
.dark-mode .single-list-inner p {
  color: var(--white);
}
.dark-mode.homveverionone .team-area {
  padding-top: 90px;
}
.dark-mode.homeversiontwo  .video-area-wrap .section-title h2.title {
  color: var(--white);
}
.dark-mode .process-area-wrap .btn.btn-small {
  color: var(--home-dark);
}
.dark-mode .process-area-wrap .btn.btn-small:hover {
  color: var(--white);
}
.dark-mode .service-area .section-title .title {
  color: var(--white);
}
.dark-mode h2, .dark-mode h4{
  color: var(--white);
}
.dark-mode .single-pricing-table h2 {
  color: var(--heading-two);
}


.dark-mode.homveverionone  .testimonial-area {
  padding-top: 100px !important;
}
.dark-mode .single-subscribe-inner a:hover {
  color: var(--white);
}
.dark-mode.homveverionone .project-area  {
  padding-top: 0;
}
.dark-mode.homveverionone .single-blog-inner .blog-meta {
  top: 39%;
  left: 14%;
}
.banner-slider.owl-carousel.owl-loaded.owl-drag .owl-nav.disabled {
  display: none;
}

