/*
Theme Name: Escola
Theme URI: http://wowtheme7.com/html/escola
Author: wowtheme7
Author URI: http://wowtheme7.com
Description: Escola - Education & Online Courses Html5 Template
Version: 1.0.1
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Global
    ## Global
    ## Mixins
    ## Theme
    ## Variables
    ## Common

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

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

--------------------------------------------------------------*/
/*-----------------
    # Typography
-----------------*/
@import url("https://fonts.googleapis.com/css?family=Inter:400,500,600,700&display=swap");
:root {
  --main-color-one: #1e4fd0;
  --main-color-two: #e76031;
  --heading-color: #192335;
  --paragraph-color: #192335;
  --body-font: "Inter", sans-serif;
  --heading-font: "Inter", sans-serif;
  --body-font-size: 16px;
  --line-height30: 1.7;
}

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

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

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

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

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

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

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

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;
  -ms-hyphens: auto;
  hyphens: auto;
  margin-bottom: 10px;
}

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

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

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

pre {
  word-break: break-word;
}

a i {
  padding: 0 2px;
}

img {
  max-width: 100%;
}

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

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

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

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

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

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

code {
  color: #faa603;
}

.check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.check-list li {
  display: block;
  padding-left: 20px;
  position: relative;
  z-index: 0;
}
.check-list li:after {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "fontawesome";
  content: "\f105";
  color: var(--main-color-one);
}

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

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

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

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

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

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

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

.position-relative {
  position: relative;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 15px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

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

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

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

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

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

.alignwide {
  max-width: 1100px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-base-blue {
  color: #fff !important;
  background: var(--main-color-one);
}

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

.btn-yellow {
  background: #F8BC26;
  font-weight: 500;
}
.btn-yellow svg {
  font-size: 13px;
  margin-top: 22px;
}
.btn-yellow:hover {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes backto-top-bounce {
  0% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(8px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-5px);
  }
}
@keyframes backto-top-bounce {
  0% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(8px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-5px);
  }
}
/*-----------------------------------------
    ## Preloader Css
-------------------------------------------*/
.pre-wrap {
  position: fixed;
  content: "";
  -webkit-transform: translate(-100%, -240%);
          transform: translate(-100%, -240%);
  font-size: 62px;
}

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

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

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

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

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

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

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

/********* social-media *********/
.social-media {
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 2;
}
.footer-menu .social-media li {
  padding: 0px !important;
}
.social-media li {
  display: inline-block;
  margin: 0 2px;
}
.social-media li a {
  border-radius: 20px;
    padding-left: 10px;
    padding-right: 10px;
  height: 28px;
  width: 100%;
  line-height: 25px;
  text-align: center;
  display: inline-block;
  background: #333F4D;
  color: #fff;
  font-size: 13px;
}
.social-media li a:hover {
  background: var(--main-color-one);
  color: #fff;
}
.social-media li a.facebook {
  color: #3b5999;
  border-color: #3b5999;
}
.social-media li a.twitter {
  color: #55acee;
  border-color: #55acee;
}
.social-media li a.instagram {
  color: #e4405f;
  border-color: #e4405f;
}
.social-media li a.youtube {
  color: #cd201f;
  border-color: #cd201f;
}
.social-media li:first-child {
  margin-left: 0;
}
.social-media li:last-child {
  margin-right: 0;
}

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

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

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

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

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

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

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

.ratting-inner {
  color: #FFC107;
}

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

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

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

.bg-red {
  background: #F14D5D;
}

.bg-gray {
  background: #F3F6FB;
}

.bg-sky {
  background: #F9F9F9;
}

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

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

.bg-gray-black {
  background: #333F4D;
}

.bg-light {
  background: #F7FAFC;
}

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

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

.bg-relative {
  position: relative;
}

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

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

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

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

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

.bg-overlay-yellow {
  position: relative;
  background-size: cover !important;
}
.bg-overlay-yellow:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #F16001;
  opacity: 0.75;
}
.bg-overlay-yellow .container {
  position: relative;
  z-index: 2;
}
.bg-overlay-yellow .bg-z-index {
  position: relative;
  z-index: 2;
}

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

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

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

.box-shadow-2 {
  -webkit-box-shadow: 0px 16px 52px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 16px 52px 0px rgba(0, 0, 0, 0.05);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tt-capetal {
  text-transform: capitalize;
}

.single-check-inner li {
  list-style: none;
  margin-bottom: 16px;
}
.single-check-inner li img {
  margin-right: 5px;
}
.single-check-inner li i {
  margin-right: 5px;
}
.single-check-inner.style-dot li {
  list-style: inside;
}

.pl-container {
  padding-left: 17%;
}
.pl-container .owl-nav {
  right: 16.4%;
}

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

.overflow-hidden {
  overflow: hidden;
}

.bg-yellow {
  background: #FCCC44;
}

.color-light-pink {
  background: #FFE6E2;
}

.color-light-blue {
  background: #E3F8FB;
}

.color-light-yellow {
  background: #FFF9DF;
}

.color-light-purple {
  background: #F5E6FD;
}

.min-height-350 {
  min-height: 350px;
  background-size: cover;
  background-position:center;
}

.position-center-center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.position_animate_img {
  position: absolute;
}

.position-top-right {
  right: 70px;
}

.position-middle-right {
  right: 70px;
  top: 45%;
}

.position-bottom-right {
  right: 70px;
  bottom: 0;
}

.position-bottom-left {
  left: 70px;
  bottom: 0;
}

.bg-white-30 {
  background: rgba(255, 255, 255, 0.3);
}

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

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

.icon-box-100 {
  height: 80px;
  width: 80px;
  border-radius: 5px;
  background: #DEE9FE;
  padding: 15px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.hover-box:hover .icon-box-100 {
  background: var(--main-color-one);
}

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

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

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

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

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

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

.navbar-area {
  position: relative;
  z-index: 99;
  margin-top: 20px;
}
.navbar-area .navbar-shape {
  position: absolute;
  left: 0;
  top: 0;
}
.navbar-area .nav-container {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
}
.navbar-area .nav-container.navbar-bg {
  position: relative;
  padding-left: 40px;
}
.navbar-area .nav-container.navbar-bg:after {
  content: "";
  position: absolute;
  left: 15px;
  top: 0;
  height: 100%;
  width: 95%;
  background: #fff;
  z-index: -1;
}
.navbar-area .nav-container .logo {
  line-height: 0.9;
}
.navbar-area .nav-container .logo a {
  font-weight: 700;
  font-size: 24px;
  color: #fff;
}
.navbar-area .nav-container .logo a img {
  height: auto;
  max-width: 120px;
}
.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 {
  position: relative;
  display: inline-block;
  font-weight: 500;
  line-height: 80px;
  text-transform: capitalize;
  margin-right: 25px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li:last-child {
  margin-right: 0px !important;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li a {
  color: var(--heading-color);
  font-weight: 600;
  font-size: 15px;
  font-family: var(--heading-font);
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li:hover a {
  color: var(--main-color-one);
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
  margin-left: 0;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
  position: relative;
  z-index: 0;
  padding-right: 14px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
  content: "";
  position: absolute;
  right: 3px;
  top: 50%;
  height: 10px;
  width: 2px;
  background: var(--heading-color);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin-top: 0;
  z-index: -1;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:after {
  content: "";
  position: absolute;
  right: -1px;
  top: 41px;
  height: 2px;
  width: 10px;
  background: var(--heading-color);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  z-index: -1;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover:before {
  opacity: 0;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover:after {
  background: var(--main-color-one);
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
  position: absolute;
  text-align: left;
  min-width: 210px;
  margin: 0;
  padding: 0;
  list-style: none;
  left: 0;
  top: 100%;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  z-index: 99;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 0;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu.border-bt0 {
  border-bottom: 0px !important;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
  display: block;
  margin-left: 0;
  line-height: 22px;
  font-size: 15px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-bottom: 1px solid #f5f5f5;
  margin-right:0px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
  display: block;
  padding: 10px 20px;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: var(--heading-color);
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:before {
  position: absolute;
  left: 17px;
  top: 48%;
  content: url(/wp-content/themes/w2/assets/img/w2-icon-footer-arrow.svg);
  filter: invert(1);
  /* IE 9 */
  -webkit-transform: translateY(-50%);
  /* Chrome, Safari, Opera */
  transform: translateY(-50%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #fff;
}


.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover {
  background: #FCFBFC;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover a {
  color: #000;
  padding: 10px 20px 10px 45px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover a:before {
  visibility: visible;
  opacity: 1;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:last-child {
  border-bottom: 0;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children {
  position: relative;
  z-index: 0;
  padding-right: 0px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:before {
  position: absolute;
  right: 15px;
  top: 50%;
  content: "\f105";
  font-family: "fontawesome";
  /* IE 9 */
  -webkit-transform: translateY(-50%);
  /* Chrome, Safari, Opera */
  transform: translateY(-50%);
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children > .sub-menu {
  left: 100%;
  top: 20px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children > .sub-menu .sub-menu .sub-menu {
  left: auto;
  right: 100%;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu li:hover:before {
  color: #fff;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children.mega-menu .sub-menu {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children.mega-menu:hover .sub-menu {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.navbar-area .nav-container .navbar-collapse .navbar-nav > li {
  margin-right: 12px;
}

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

.navbar-area-2 {
  margin-top: 0;
}
.navbar-area-2:after {
  display: none;
}

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

.header-search input {
  border-radius: 5px;
  border: 1px solid rgba(25, 35, 53, 0.2);
  height: 56px;
  padding: 0 20px;
}

.translatepress-en_US .header-search input::placeholder {
  display: none;font-size:0px;
}
.header-search button {
  border-radius: 5px;
  background: var(--main-color-two);
  border: 0;
  height: 55px;
  width: 56px;
  line-height: 50px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
}
.header-search button:hover {
  background: var(--main-color-one);
}

.header-cart {
  border-radius: 5px;
  background: #F3F6FB;
  height: 55px;
  width: 56px;
  text-align: center;
  line-height: 52px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.header-cart:hover {
  background: var(--main-color-two);
}
.header-cart:hover svg path {
  fill: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-area .nav-container .navbar-collapse .navbar-nav li {
    font-size: 16px;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
    margin-left: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .responsive-mobile-menu {
    display: block;
    width: 100%;
    position: relative;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1199px) {
  .margin-xlt-80 {
    margin-top: 0px;
  }
  .contact-widget .contact_info_list li.single-info-item .details {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .navbar-area .logo {
    padding-top: 0px !important;
  }
  .widget ul {
    text-align: left;
  }
  .navbar-collapse {
    background: #fff;
    margin-top: 0px;
    width: 100%;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
    right: 20px;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav {
    margin-bottom: 20px;
  }
  .navbar-area {
    padding-bottom: 0px;
  }
  .bar1, .bar2, .bar3 {
    background: #fff;
  }
  .party-box-wrapper {
    padding: 50px 0px;
  }
  .party-box-wrapper .party-box-content h4 {
    font-size: 30px;
    line-height: 45px;
  }
  .footer-area .copyright-area-inner {
    padding: 20px;
  }
  .navbar-expand-lg .navbar-collapse {
    margin-top: 0px;
  }
  .contact-widget .contact_info_list li.single-info-item .details {
    padding-left: 25px;
  }
  .footer-area .footer-top .widget.widget_nav_menu ul li a {
    font-size: 14px;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
    padding: 0 0 0 0px;
  }
  .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 a:hover i {
    opacity: 0;
    margin-right: -18px;
  }
  .nav-right-part-mobile {
    display: block;
  }
  .nav-right-part-desktop {
    display: none;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover {
    background: none;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li a {
    color: #333333;
  }
}
/* Tablet Layout wide: 767px. */
@media only screen and (max-width: 767px) {
  .logo-wrapper.mobile-logo {
    display: block;
    width: 100%;
  }
  .responsive-mobile-menu {
    display: block;
    width: 100%;
    position: relative;
  }
  .responsive-mobile-menu .navbar-toggler {
    position: absolute;
    left: calc(100% - 130px);
    top: 10px;
  }
  .table-responsive {
    display: block !important;
  }
  .btn-custom-default, .btn-custom-white {
    font-size: 14PX;
    line-height: 33px;
    padding: 6px 20px;
  }
  .navbar-area .logo {
    padding-top: 0px !important;
  }
}
/* medium tablet layout 599px */
@media only screen and (max-width: 575px) {
  .navbar-area .nav-container {
    margin: 0px 0px;
  }
  .navbar-area .logo {
    padding-top: 10px;
  }
  .widget.footer-widget .subscribe-form.subscribe-form-style2 .form-control {
    padding: 15px 20px;
  }
  .widget.footer-widget .subscribe-form.subscribe-form-style2 .btn {
    padding: 15px 20px;
  }
  .search-popup .search-form {
    min-width: 350px;
  }
}
@media only screen and (max-width: 375px) {
  .btn-custom-default, .btn-custom-white {
    padding: 5px 18px;
  }
  .search-popup .search-form .form-group .form-control, .search-popup .search-form .submit-btn {
    height: 45px;
  }
  .search-popup .search-form {
    min-width: 300px;
  }
}
@media only screen and (max-width: 320px) {
  .search-popup .search-form {
    min-width: 265px;
  }
  .responsive-mobile-menu .navbar-toggler {
    left: calc(100% - 95px);
  }
}
/*----------------------------------------------
    # banner style
----------------------------------------------*/
.banner-area-1 {
  padding: 85px 0 0;
  background-repeat: no-repeat;
  /* banner helping-area */
}
.banner-area-1 .banner-1-top {
  padding-bottom: 85px;
}
.banner-area-1 h2 {
  font-size: 75px;
}
.banner-area-1 h2 span {
  color: var(--main-color-one);
}
.banner-area-1 .b-content {
  font-size: 20px;
  margin-bottom: 15px;
}
.banner-area-1 .b-left-count h3 {
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1;
}
.banner-area-1 .b-left-count p {
  color: #7C7D93;
  margin-bottom: 7px;
  font-size: 14px;
}
.banner-area-1 .main-thumb {
  position: relative;
}
.banner-area-1 .main-thumb .icon-img {
  position: absolute;
  right: 60px;
  top: -40px;
}
.banner-area-1 .banner-count-area p {
  color: #7C7D93;
  font-size: 15px;
}
.banner-area-1 .banner-count-area .btn {
  height: 40px;
  line-height: 40px;
}
.banner-area-1 .banner-count-area .banner-count {
  position: relative;
  display: inline-block;
}
.banner-area-1 .banner-count-area .banner-count p {
  color: #7C7D93;
}
.banner-area-1 .banner-count-area .banner-count canvas {
  height: 115px;
  width: 115px;
  background: radial-gradient(50% 50% at 50.02% 50.01%, rgba(51, 231, 210, 0.4) 0%, #FFF 98%);
}
.banner-area-1 .banner-count-area .banner-count span.chart_counter {
  font-size: 30px;
  color: #233A45;
  position: absolute;
  top: 35px;
  left: 2px;
  right: 0;
  text-align: center;
  width: 90px;
}
.banner-area-1 .banner-count-area .banner-count span.chart_counter:after {
  content: "%";
  position: absolute;
  right: 0;
  top: 0;
  color: #233A45;
  font-size: 30px;
}

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

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

.banner-area-2 {
  padding: 80px 0;
}
.banner-area-2 h6 {
  color: var(--main-color-two);
  text-transform: uppercase;
}
.banner-area-2 h6 span{
  border-bottom: 2px solid #e76031;
    padding-bottom: 5px;
    letter-spacing: 1px;
    font-size: 14px;
}
.banner-area-2 .banner-shape {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
}

.banner-area-3 {
  padding: 140px 0;
  position: relative;
}
.banner-area-3:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.8;
}
.banner-area-3 .banner-inner .content {
  font-size: 18px;
}

.banner-subscribe {
  background-color: #fff;
  display: inline-block;
  border-radius: 50px;
  overflow: hidden;
}
.banner-subscribe input {
  height: 60px;
  border: 0 !important;
  outline: 0;
  padding: 0 25px;
}
.banner-subscribe button {
  height: 63px;
  outline: 0;
  padding: 0 30px;
  border-radius: 50px;
  border: 5px solid #fff;
}

.banner-area-5 {
  padding: 220px 0;
}

.shape-img-banner-5 {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.banner-area-5:after {
  opacity: 0.4;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.category-slider .owl-stage-outer {
  margin: 0 -15px;
  padding: 15px;
}

.single-contact-list {
  padding: 50px 30px 50px 30px;
  -webkit-box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
          box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 5px;
  margin-bottom: 30px;
  background: #fff;
  border: 1px solid rgba(66, 74, 97, 0.1);
}
.single-contact-list .thumb {
  margin-bottom: 40px;
}
.single-contact-list .details h5 {
  margin-bottom: 30px;
}
.single-contact-list .details h6 {
  margin-bottom: 15px;
  font-weight: 500;
}
.single-contact-list:hover {
  -webkit-box-shadow: 0px 10px 30px rgba(0, 33, 71, 0.08);
          box-shadow: 0px 10px 30px rgba(0, 33, 71, 0.08);
}

.client-slider .item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.client-slider .thumb {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.client-slider .thumb img {
  width: auto;
}
.client-slider .owl-nav {
  display: none;
}

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

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

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

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

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

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

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

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

.service-course-thumb .border-radius-5 {
  position: absolute;
  right: -30px;
  bottom: 30px;
}
.service-course-thumb .shape_img {
  position: absolute;
  right: -30px;
  top: -30px;
  z-index: -1;
}

.parse-option-area {
  background-size: 100% 92%;
  background-repeat: no-repeat;
  background-color: #fff;
}

.future-generations-inner {
  border-radius: 5px;
}
.future-generations-inner .left-content {
  padding: 30px;
}

.video-2-thumb {
  margin-bottom: -80px;
}

.offer-inner h2 {
  font-size: 60px;
}
.offer-inner p {
  font-size: 18px;
}

.single-testimonial-inner {
  -webkit-box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
          box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
  padding: 40px 30px;
  background: #fff;
  margin-top: 100px;
  border-radius: 5px;
}
.single-testimonial-inner .thumb {
  margin-top: -110px;
  margin-bottom: 30px;
}
.single-testimonial-inner .thumb img {
  width: auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
.single-testimonial-inner .designation {
  font-weight: 500;
}
.single-testimonial-inner .icon {
  display: inline-block;
}
.single-testimonial-inner.style-1 {
  margin-bottom: 120px;
  position: relative;
}
.single-testimonial-inner.style-1:after {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #fff;
  bottom: -9px;
  left: 50%;
  margin-left: -10px;
}
.single-testimonial-inner.style-1 .thumb {
  background: #fff;
  -webkit-box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
          box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
  padding: 8px;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  position: absolute;
  bottom: -105px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.single-testimonial-inner.style-1 .thumb img {
  border-radius: 50%;
}

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

.testimonial-slider-1-con--left .owl-nav {
  margin-left: -535px;
  margin-top: -80px;
  position: absolute;
  left: 0;
}

/*----------------------------------------------
    # course style
----------------------------------------------*/
.single-course-inner {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 30px;
  margin-bottom: 10px;
}
.single-course-inner .thumb {
  position: relative;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}
.single-course-inner .thumb img {
  border-radius: 5px 5px 0 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.single-course-inner .thumb .course-cat {
  position: absolute;
  bottom: 20px;
  right: 20px;
  max-height: 40px;
    line-height: 15px;
  color: #fff;
  padding: 0 16px;
  border-radius: 5px;
  background: var(--main-color-two);
  display: flex;
    align-items: center;
}
.single-course-inner .course-author .media-left img {
  border-radius: 50%;
}
.single-course-inner .review-inner {
  font-size: 14px;
}
.single-course-inner .review-inner i {
  color: #FF9747;
}
.single-course-inner .review-inner svg {
  color: #FF9747;
}
.single-course-inner .course-list svg {
  margin-top: -4px;
}

.single-course-inner.style-2 {
  padding: 0;
}
.single-course-inner.style-2 .thumb .course-cat {
  top: 20px;
  left: 20px;
  right: auto;
}
.single-course-inner.style-2 .details {
  padding: 30px;
}

.course-slider-1 .owl-stage-outer {
  margin: 0 -15px;
  padding: 15px;
}

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

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

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

.contact-page-list {
  position: relative;
  margin-top: 20px;
}

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

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

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

.career-wrap {
  padding: 60px;
}

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

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

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

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

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

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

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

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

.single-progress-inner .progress {
  height: 12px;
  background: #333F4D;
  border-radius: 30px;
}
.single-progress-inner .progress .progress-bar {
  border-radius: 30px;
}

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

/*----------------------------------------
  ## Search Popup
----------------------------------------*/
.td-search-popup.active .search-form {
  visibility: visible;
  opacity: 1;
  width: 40%;
  z-index: 9999;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-top-search {
  position: relative;
}
.nav-top-search input {
  height: 50px;
  padding: 0 50px 0 20px;
  background: rgba(255, 255, 255, 0.1803921569);
  border: 0 !important;
  outline: 0;
  border-radius: 50px;
  color: #fff;
}
.nav-top-search input::-webkit-input-placeholder {
  color: #fff;
}
.nav-top-search input::-moz-placeholder {
  color: #fff;
}
.nav-top-search input:-ms-input-placeholder {
  color: #fff;
}
.nav-top-search input::-ms-input-placeholder {
  color: #fff;
}
.nav-top-search input::placeholder {
  color: #fff;
}
.nav-top-search button {
  background: transparent;
  border: 0;
  position: absolute;
  right: 14px;
  top: 11px;
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.widget_tag_cloud .tagcloud a {
  background: #F3F6FB;
  height: 36px;
  line-height: 34px;
  padding: 2px 15px 3px;
  border-radius: 5px;
  display: inline-block;
  margin: 0 5px 9px 0;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
.widget_tag_cloud .tagcloud a i {
  float: right;
  padding-top: 5px;
}

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

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

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

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

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

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

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

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

.course-sidebar .widget {
  border: 0;
  padding: 0;
}
.course-sidebar .widget .widget-title {
  padding-bottom: 0;
}
.course-sidebar .widget .widget-title svg {
  margin-top: 6px;
  float: left;
  margin-right: 10px;
  font-size: 15px;
}
.course-sidebar .widget .widget-title:before, .course-sidebar .widget .widget-title:after {
  display: none;
}
.course-sidebar .widget_catagory .catagory-items li {
  border: 1px solid #E1E1E1;
  padding-bottom: 0;
  margin-bottom: 10px;
  border-radius: 5px;
}
.course-sidebar .widget_catagory .catagory-items li a {
  background-color: transparent;
  padding: 15px;
  color: var(--heading-color);
}
.course-sidebar .widget_catagory .catagory-items li a span {
  height: 25px;
  width: 25px;
  line-height: 25px;
  text-align: center;
  border: 1px solid #E1E1E1;
  border-radius: 50%;
  display: inline-block;
  font-size: 12px;
  color: var(--main-color-one);
  position: relative;
  top: auto;
  padding: 0;
  margin-right: 5px;
}
.course-sidebar .widget_catagory .catagory-items li a:hover {
  background: var(--main-color-one);
  color: #fff;
}
.course-sidebar .widget_catagory .catagory-items li a:hover span {
  color: #fff;
}
.course-sidebar .widget_download ul {
  padding: 8px 0;
  background: #fff;
  border-radius: 5px;
}
.course-sidebar .widget_download ul li {
  list-style: none;
}
.course-sidebar .widget_download ul li a {
  padding: 12px 15px;
  display: block;
  border: 1px solid #E1E1E1;
  margin-bottom: 10px;
  border-radius: 5px;
}
.course-sidebar .widget_download ul li a svg {
  height: 30px;
  width: 30px;
  background: rgba(36, 107, 253, 0.1);
  color: var(--main-color-one);
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  padding: 8px;
  float: right;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.course-sidebar .widget_download ul li a:hover svg {
  background: var(--main-color-one);
  color: #fff;
}

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

.single-blog-list {
  border-radius: 6px;
  -webkit-box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
          box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
  margin-bottom: 30px;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.single-blog-list .thumb {
  overflow: hidden;
  position: relative;
}
.single-blog-list .thumb img {
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.single-blog-list .thumb .date {
  position: absolute;
  right: 0;
  top: 25px;
  background: #fff;
  padding: 9px 18px;
  border-radius: 5px 0 0 5px;
  border-left: 3px solid var(--main-color-one);
  color: var(--heading-color);
  font-weight: 600;
}
.single-blog-list .thumb .date-2 {
  background: var(--main-color-one);
  padding: 11px 20px;
  border-radius: 7px;
  color: #fff;
  position: absolute;
  left: 20px;
  top: 20px;
  width: 67px;
  text-align: center;
  font-weight: 600;
  line-height: 1.5;
}
.single-blog-list .details {
  padding: 25px 30px;
  position: relative;
}
.single-blog-list .details .cat {
  position: absolute;
  right: 0;
  top: -24px;
  background: var(--main-color-one);
  padding: 9px 18px;
  border-radius: 5px 0 0 5px;
  color: #fff;
}
.single-blog-list .details .blog-meta li {
  list-style: none;
  display: inline-block;
  margin-right: 12px;
  font-size: 12px;
}
.single-blog-list .details .blog-meta li svg {
  color: var(--main-color-one);
  margin-right: 4px;
}
.single-blog-list .details p {
  font-weight: 500;
  margin-right: 0px !important;
  font-size: 14px;
}
.single-blog-list .details p i,
.single-blog-list .details p svg {
  margin-right: 5px;
}
.single-blog-list .details p i path,
.single-blog-list .details p svg path {
  color: var(--main-color-one);
}
.single-blog-list .details h5 {
  margin-bottom: 0;
  text-transform: capitalize;
}
.single-blog-list .details .meta {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid #ededed;
}
.single-blog-list .details .meta p {
  margin-bottom: 0;
}
.single-blog-list:hover {
  -webkit-box-shadow: 0px 10px 30px rgba(0, 33, 71, 0.08);
          box-shadow: 0px 10px 30px rgba(0, 33, 71, 0.08);
}
.single-blog-list:hover .thumb img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.single-blog-list.style-two {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.single-blog-list.style-two .details {
  -webkit-box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
          box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
  margin: 30px;
  margin-top: -40px;
  background: #fff;
  border-radius: 6px;
}
.single-blog-list.style-two .details h5 {
  border-top: 1px solid #E3E3E3;
  padding-top: 19px;
}

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

/******** blog-details-page-content ***********/
.blog-details-page-content .single-blog-inner {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.blog-details-page-content blockquote {
  background: #fff;
  padding: 30px 40px 30px 110px;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
  background: #F3F6FB;
  text-align: center;
}
.blog-details-page-content blockquote p {
  margin-bottom: 0 !important;
  text-align: left;
}
.blog-details-page-content blockquote svg {
  position: absolute;
  left: 40px;
  top: 38px;
}
.blog-details-page-content blockquote .name {
  position: relative;
  padding-left: 40px;
  margin-top: 15px;
  text-align: left;
}
.blog-details-page-content blockquote .name:after {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 28px;
  height: 3px;
  background: var(--main-color-one);
}

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

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

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

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

.bypostauthor {
  display: block;
}

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

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

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

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

.blog-comment .comment {
  position: relative;
  border: 1px solid #E3E3E3;
  padding: 20px;
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.blog-comment .comment-body .comment-metadata {
  margin-bottom: 13px;
  color: var(--main-color-one);
  font-weight: 500;
}

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

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

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

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

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

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

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

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

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

.blog-comment .reply a {
  position: relative;
  background-color: var(--main-color-one);
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  text-decoration: none;
  height: 30px;
  line-height: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-top: 40px;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  padding: 0 16px;
  border-radius: 4px;
  text-transform: capitalize;
}

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

@media (min-width: 992px) {
  .blog-comment .reply a {
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
  .tax-product_cat ul.products.columns-3 {
    display: flex !important;
    flex-wrap: wrap !important;
  }
}
.blog-comment .reply a:hover {
  background-color: var(--aivons-black, #0f0d1d);
  color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------
    ##Footer style
---------------------------------------------------*/
.footer-area {
  position: inherit;
  background: rgb(30, 79, 208);
  background: linear-gradient(140deg, rgb(30 79 208) 0%, rgba(231, 96, 49, 1) 100%);
  margin: 90px 20px 20px 20px;
  border-radius: 40px;
  background-color: #fff;
}
.footer-area:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #fff;
  z-index: -1;
}
.footer-area a:hover {color: #fff;}
.footer-area .widget {
  position: relative;
  z-index: 2;
  margin-bottom: 70px;
}
.footer-bottom .widget {
  margin-bottom: 0px !important;
}
.footer-area .widget-title {
  margin-bottom: 30px;
  position: relative;
}
.footer-area .widget_about .thumb {
  margin-bottom: 40px;
}
.footer-area .widget_about .thumb img {
  max-width: 200px;
}
.footer-area .widget_about .details p {
  margin-bottom: 0;
  color: #fff;
}
.footer-area .widget_about .details p svg {
  color: var(--main-color-one);
  margin-right: 10px;
}
.footer-area .widget_about .details p + p {
  font-weight: 500;
}
.footer-area .widget_about .details .social-media {
  margin-top: 30px;
}
.footer-area .widget_about .details .social-media li a {
  border: 1px solid #CDD8F9;
  background: transparent;
  color: var(--heading-color);
  font-size: 14px;
}
.footer-area .widget_about .details .social-media li a:hover {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
}
.footer-area .widget_about .details .social-media li a:hover svg path {
  color: #fff;
}
.footer-area .widget_about .subscribe {
  position: relative;
}
.footer-area .widget_about .subscribe input {
  width: 100%;
  height: 44px;
  padding: 0 50px 0 15px;
  border-radius: 5px;
  border: 1px solid #E3E3E3;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}
.footer-area .widget_about .subscribe button {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 5px 5px 0;
  height: 44px;
  width: 40px;
  border: 0;
  background: var(--main-color-one);
  color: #fff;
  font-size: 15px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.footer-area .widget_about .subscribe button:hover {
  background: var(--heading-color);
}
.footer-area .widget_nav_menu ul {
  margin: 0;
  padding: 0;
}
.footer-area .widget_contact li img {
  width: 20px;
  height: 20px;
  margin-right: 14px;
}
.footer-area .widget_nav_menu li img {
  width: 20px;
  height: auto;
  margin-right: 8px;
  margin-top:-3px;
}
.footer-area .widget_nav_menu ul li {
  list-style: none;
  margin-bottom: 7px;
  position: relative;
  color: #fff;
  position: relative;
  padding: 0px !important;
}
.footer-area .widget_nav_menu ul li svg {
  margin-right: 8px;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.footer-area .widget_nav_menu ul li:hover svg {
  color: #fff;
}
.footer-area .widget_subscribe .single-input-inner {
  position: relative;
}
.footer-area .widget_subscribe .single-input-inner input {
  padding-right: 40px;
}
.footer-area .widget_subscribe button {
  padding: 0;
  border: 0;
  position: absolute;
  right: 15px;
  top: 10px;
  background: transparent;
  color: var(--main-color-one);
}
.footer-area .widget_subscribe label {
  color: #fff;
  position: relative;
  padding-left: 22px;
}
.footer-area .widget_subscribe label input {
  position: absolute;
  left: 0;
  top: 7px;
}
.footer-area .widget-recent-post ul li .media .media-body .title {
  color: #fff;
}
.footer-area .widget-recent-post ul li .media .media-body .post-info span {
  color: #fff;
}

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

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

/*.footer-subscribe {
  -webkit-transform: translateY(-90px);
          transform: translateY(-90px);
}*/
.footer-subscribe .footer-subscribe-inner {
  border-radius: 10px;
  padding: 40px;
    position: relative;
} 

.footer-subscribe {
  background-color: #fff;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.footer-subscribe .footer-subscribe-inner h2 {
  color: #e76031;
}
.footer-subscribe .footer-subscribe-inner input {
  height: 55px;
  padding: 0 150px 0 20px;
  color: var(--heading-color);
  width: 100%;
  border: 0;
}
.footer-subscribe .footer-subscribe-inner .btn {
  position: absolute;
  right: 30px;
}
.footer-subscribe .footer-subscribe-inner.style-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin-top: -90px;
  border-radius: 0;
}
.footer-subscribe .footer-subscribe-inner.style-2 .media {
  width: 340px;
  padding: 30px;
}
.footer-subscribe .footer-subscribe-inner.style-2 p {
  font-size: 13px;
}
.footer-subscribe .footer-subscribe-inner.style-2 input {
  padding: 0 18px;
}
.footer-subscribe .footer-subscribe-inner.style-2 .btn {
  position: relative;
  right: auto;
}
.footer-subscribe .footer-subscribe-inner.style-2 .row {
  padding: 20px 30px;
}
.footer-subscribe .footer-subscribe-inner.style-3 {
  border-radius: 25px;
    border: 2px solid #e76031;
}
.footer-subscribe .footer-subscribe-inner.style-3 input {
  border: 0;
  border-radius: 45px;
  background: #fff;
  height: 67px;
  border: 2px solid #cccccc;
}
.footer-subscribe .footer-subscribe-inner.style-3 .btn {
  right: 46px;
  border-radius: 60px;
  top: 46px;
}

.subscribe-area.footer-subscribe {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.footer-area-2 .widget-title {
  color: var(--heading-color) !important;
}
.footer-area-2 p {
  color: var(--heading-color) !important;
}
.footer-area-2 a {
  color: var(--heading-color) !important;
}
.footer-area-2 a svg {
  color: var(--heading-color) !important;
}
.footer-area-2 a:hover {
  color: var(--main-color-one) !important;
}
.footer-area-2 .footer-bottom {
  border-top: 1px solid #e3e3e3;
}
.home-offer-description {
  flex-direction: column;
}
.home-offer-description .text-end {
  margin-top: 20px;
}
.home-offer-description .offer-loop-icon {
  height:16px;
  margin-left: 10px;
}
.home-offer-description a:hover .offer-loop-icon {
  filter: invert(21%) sepia(91%) saturate(4549%) hue-rotate(226deg) brightness(87%) contrast(85%);
  transition: 0.4s;
}
.course-area .course-list img{
  height: 18px;
  margin-right: 1px;
}
.home-offer-category {
  font-size: 13px;
}
.service-course-area.about h2 {
  font-size: 34px;
}
.service-course-area {background-color: #fff;}
.course-area {background-color: #fff;}
.home-about-us {
  display: flex;
}

.home-about-us .media {
  width: 33.3%;
  margin:0px 10px;
  align-items: center;

}
.home-about-us .media:last-child {
  margin-right: 0px;
}
.home-solutions img {
  width:22px;
}
.home-about-us .media p {
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}
.home-about-us .media img {
  width:54px;
}
.home-logotypes img {
  filter: grayscale(100%);
}
.home-blog h5 a{
  font-size: 18px;
}
.footer-area .newsletter-title{
  margin-bottom: 0px !important;
}
.footer-area .newsletter-content {
  font-size: 14px;
}
.footer-area .newsletter-form .zgoda-newsletter{
  height: 20px;
    display: inline-block;
    float: left;
    width: auto;
}


.container-newsletter {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container-newsletter input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.container-newsletter .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container-newsletter:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container-newsletter input:checked ~ .checkmark {
  background-color: #e76031;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.container-newsletter .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-newsletter input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container-newsletter .checkmark:after {
  top: 9px;
  left: 9px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: white;
}
.container-newsletter .acceptance-content {
  text-align: left;
}
#rozwin {
  display: none;
}
.acceptance-row {
  display: flex;
  width: 100%;
  margin-top: 10px;
}
.acceptance-row p {
  font-size: 10px;
    color: #fff;
    line-height:12px;
    text-align:left;
}

.contact-area .container {
  border-radius: 20px;
}

.single-contact-list.without-border {
  padding: 0px;
  -webkit-box-shadow: 0px 0px 0px rgb(0 33 69 / 0%);
  box-shadow: 0px 0px 0px rgb(0 33 69 / 0%);
  border: 0px;
  margin-bottom: 40px;
}

.wpcf7-list-item input {
  width: 11px;
  height: 11px;
  background-color: transparent;
  background-color: #ccc;
  -moz-appearance:none;
-webkit-appearance:none;
-o-appearance:none;
border-radius: 60px;
border: 2px solid #ccc;
margin-right: 10px;
padding: 4px;
}

.wpcf7-list-item input:checked {
  background-color: #fff;
  border: 2px solid #e76031;
}

.wpcf7-list-item input:hover {
  cursor: pointer;
}

.wpcf7-list-item span {
  font-size: 12px;
}

.col-12.longer-desc .wpcf7-list-item span {
  line-height: 15px;
  overflow-y: scroll;
  height: 32px;
  padding-right: 10px;
}


/* width */
.wpcf7-list-item span::-webkit-scrollbar {
  width: 4px;
}

/* Track */
.wpcf7-list-item span::-webkit-scrollbar-track {
  background: #ccc; 
  border-radius: 100px;
}
 
/* Handle */
.wpcf7-list-item span::-webkit-scrollbar-thumb {
  background: #e76031; 
  border-radius: 100px;
}

/* Handle on hover */
.wpcf7-list-item span::-webkit-scrollbar-thumb:hover {
  background: #555; 
}


.wpcf7-list-item {
  margin-left: 0px;
}

.wpcf7-list-item label {
  display: flex;
  align-items: center;
}

.wpcf7-form-control.wpcf7-acceptance label {
  line-height: 15px;
}


.testimonial-area {
  background-size: contain;
  background-repeat: no-repeat;
background-position: top left;}

.owl-carousel .owl-stage {
  padding-bottom: 20px;
  padding-top:20px;
}

.blog-area {
  padding-top: 20px;
}

.navbar-top img{
  filter: brightness(0) saturate(100%) invert(18%) sepia(96%) saturate(4804%) hue-rotate(227deg) brightness(89%) contrast(81%);
  width: 20px;
  height: 20px;
}

.navbar-top .col-lg-8 ul{
  display: flex;
}

.navbar-top .col-lg-8 ul li{
  display: flex;
  align-items: center;
}

.parse-option.about .media-left img {
  width: 30px;
  height: 30px;
}

.home-logo-partners {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0px;
}

.home-logo-partners img {
  height:65px;
  width: auto;
}

.home-logo-partners .item {
  width:25%;
  text-align:center;
  padding: 5px 20px;
  border-left: 1px solid #f3f3f3;
}

.home-logo-partners .item:first-child {
  border-left:0px !important;
}

.home-logo-partners h6 {
  margin-bottom: 0px !important;
font-size: 18px;}

.home-privacy-btn {
  background-color: transparent;
  border: 0px;
  color: #fff;
  border-bottom: 2px solid #e76031;
  font-size: 14px;
  line-height: 14px;
  height: 26px;
  margin-left: 20px;
}

.home-slider-title {font-size: 32px;
  color: #fff;
  margin-bottom: 30px;}

.banner-area form, .banner-area .login-form-section {
  width: 430px;
    float: right;
}

.login-form-section {
  backdrop-filter: blur(5px);
}

.login-form-section .woocommerce-form {
  backdrop-filter: none;
}

.login-form-section .woocommerce-form button {
  height: 55px;
    line-height: 55px;
    padding: 0 30px;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    border: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-weight: 600;
    border-radius: 5px;
    z-index: 0;
    color: #fff !important;
    background: var(--main-color-two);
    width:100%;
}

.login-form-register-button {
  height: 55px;
    line-height: 55px;
    padding: 0 30px;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    border: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-weight: 600;
    border-radius: 5px;
    z-index: 0;
    color: var(--main-color-two);
    background: #fff;
    display: block;
    text-align: center;
    margin-top: 12px;
    width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-form-section .login-form-register-button .form-icon {height:28px;}

.login-form-register-button div:first-child {text-align: right; width:50%; width: calc(50% - 25px); padding-right: 15px;}

.login-form-register-button div:last-child {text-align: left; width: calc(50% + 25px);}

.login-form-section .woocommerce-form  .acceptance-row {
  margin-bottom: 14px;
  margin-top: -10px;
}

.login-form-section .woocommerce-form p.lost_password{
  color: #ffffff;
    margin-top: 12px;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0px;
}

.login-form-section .woocommerce-form p.lost_password a:hover {
  color: #fff;
}

.banner-area .login-form-section form {
  background: transparent;
  border-radius: 0px;
  box-shadow: 0 4px 30px rgb(0 0 0 / 0%);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border: 0px;
}

.banner-area .row {
  display: flex;
  align-items: center;
}

.home-login-form input{
  width: 100%;
    height: 52px;
    border: 0 !important;
    padding: 0 18px;
    border-radius: 6px;
    font-weight: 300;
    background: #F3F6FB;
}

.login-form-section .acceptance-row {
  margin-bottom: 25px;
  margin-top: 0px;
}

.login-form-section .acceptance-row p{
  margin-bottom: 0px;
  margin-top: 6px;
}

.contact-form-acceptance p{
  font-size: 12px;
  line-height: 15px;
  height: 45px;
  overflow-y: scroll;
  padding-right: 10px;
}

.contact-form-acceptance {
  display: flex;
  margin-bottom: 10px;
}

.contact-form-acceptance .container-newsletter .checkmark {
  background-color: #ccc;
}

.newsletter.contact-form-acceptance p{
text-align: left;
margin-bottom: 0px;
}

.newsletter.contact-form-acceptance {
  margin-bottom:0px;
  margin-top:15px;
}
.before-footer .footer-subscribe img{
  position: absolute;
    top: -50px;
    left: -80px;
    width: 140px;
}

/* width */
.contact-form-acceptance p::-webkit-scrollbar {
  width: 4px;
}

/* Track */
.contact-form-acceptance p::-webkit-scrollbar-track {
  background: #ccc; 
  border-radius: 100px;
}
 
/* Handle */
.contact-form-acceptance p::-webkit-scrollbar-thumb {
  background: #e76031; 
  border-radius: 100px;
}

/* Handle on hover */
.contact-form-acceptance p::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.review-inner{
  visibility:hidden;
}

.footer-subscribe-inner img{
  background-color:white;
  border-radius:00px;
  width:120px !important;
padding:20px
}

.banner-area form{
/* From https://css.glass */
background: rgba(255, 255, 255, 0.2);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.3);
}

.banner-area form h2, .banner-area .login-form-section h2{
  font-size:1rem;
}


.banner-area{
  background-size: cover;
}

#primary-menu a{
  text-transform:none;
}

.single-course-inner .course-cat{
  margin-top:-40px;
  
  overflow:visible !important;
} 


.single-course-inner .thumb{
  overflow:visible !important;
}


h4.course-title {font-size: 17px;}

.home-categories .col-lg-12 .single-course-inner.style-2:first-child .thumb a.thumb-link-category {display: block;}

.home-categories .course-list {margin-top: 20px;}

.home-categories .col-lg-12 .single-course-inner.style-2:first-child .course-list {margin-top: 0px;}

.single-course-inner{
  margin-top:20px;
}

.sub-title{
  font-weight:400 !important;
  font-size:1rem !important;
  text-transform:none !important;
  color:black !important;
}

.title{
  text-transform:none !important;
}

.banner-area{
max-height:600px;  
}


.banner-area .tt-capetal{
  color:black !important;
  font-size:1.4rem;
  text-transform:none !important;
}

.banner-area .mb-4{
  color:black !important;
  max-width:520px;
}

.strefaklienta{
  margin-bottom:100px;
}


.strefaklienta .mb-4{
  color:white !important;
}

.strefaklienta h2.mb-4{
font-size:1.3rem;
margin-top:30px;}

.strefaklienta p.mb-4{
max-width:500px;}

.navbar-shape{
  display:none;
}

.navbar-top{
  background-color:#FCFBFC;
}

.navbar{
  background-color:white;
}

.logo img{
  width:90px !important;
}

.english-menu a:before{
  content: "";
  display: inline-block; /* Makes width and height work */
  width: 24px; /* Set the width as needed */
  height: 24px; /* Set the height as needed */
  background-image: url(/wp-content/uploads/2024/03/flag-gb-svgrepo-com-1.svg);
  background-size: cover; /* Or contain depending on how you want to fit the image */
  background-repeat: no-repeat;
  margin-top:10px !important;
 margin-bottom:-7px;
  margin-right:7px;
}
.blue-me{
  color:#1D4FD0;
}
.title{
  font-weight:600;
  font-size:2rem;
}

.strefaklienta{
    padding: 60px 0px;
    max-height: 100%;
    min-height:580px;
    display: flex;
    align-items: center;
}

.about-title{
  font-size:1.2rem !important;
  line-height:2rem;
}

.about-us-content{
  margin-top:45px;
}

.single-testimonial-inner .border-radius-50{
  height:30px !important;
}

.faq-section .container{
  padding-bottom:100px;
  padding-top: 60px;
}

.faq-wrapper{
  margin-top:50px;
  margin-bottom:50px;
}

details{
  background-color:white;
  margin:10px;
  padding:20px;
  text-align:left;
  border-radius:7px;
 
}

summary::marker{
  color:#F3F6FB;
}
details p{
  padding:20px;
  margin-top:10px;
}



.nagrody-i-certyfikaty{
  text-align:left;
  padding-left:10px;
}

.client-area-inner .item{
  filter:grayscale(1);
  opacity:.7;
}

.client-area-inner .item:hover{
  filter:grayscale(0);
  opacity:.7;
  transition-duration:.2s;
}

.strefaklienta .mb-3 span{
  color:white;
  border-color:white;
}

.strefaklienta .btn-base-blue{
  background-color:white;
  color:#E76031 !important;
}

.login-form-section .acceptance-row p{
  font-size:.9rem;
}

.container-newsletter .checkmark{
  width:15px;
  height:15px;
  margin-top:5px;
  background-color:transparent;
  border:2px solid white;
}

.container-newsletter .checkmark:after{
  left:4px;
  top:4px;
}

.footer-area{
  background:#FBFAFB !important;
  color:black !important;
  
}

.footer-area a{
    color:black !important;
border-color:black !important;
}
.footer-area p{
    color:black !important;
border-color:black !important;
}
.footer-area li{
    color:black !important;
border-color:black !important;
}
.footer-area h4{
  color:black !important;
  font-size:1rem;
  font-weight:500
}

.footer-area .custom-html-widget li a img{
  filter:invert(1);
  opacity:.07
}

.footer-logo{
  width:200px;
  
}

.footer-bottom{
  border-color:white;
}

.footer-bottom a, .about-us-informations .container p a, .about-us-informations .container li a, .single-post .post-content a, .woocommerce-Tabs-panel a{
  border-bottom:2px solid #E75F38 !important;
}

.social-media .text-white{
  background-color:white !important;
}

.widget_contact img{
filter: brightness(0) saturate(100%) invert(18%) sepia(96%) saturate(4804%) hue-rotate(227deg) brightness(89%) contrast(81%);
  width:16px !important;
  }

.widget_contact .details li{
  margin-bottom:20px !important;
  padding: 0px !important;
}

.footer-subscribe-inner{
  border-color:#1E4FD0 !important;
}

.newsletter-content{
  max-width:400px;
}

.newsletter-title{
  color:black !important;
  font-weight:500;
  font-size:2rem;
}

.container-newsletter .checkmark:after{
  left:2px !important;
  top:2px !important;
}


.footer-subscribe .footer-subscribe-inner.style-3 input{
  border-color:#E76031!important;
}

.btn:after{
  background-color:inherit;
}



.topbar-right .me-3{
  background-color:#1D4FD0;
}

footer{
  border-radius:0 !important;
}

.contact-social-links {margin-top: 20px;}

.contact-social-links a {
  margin-right: 15px;
  border-bottom: 2px solid #E76038;
}

.contact-social-links a:last-child {
  margin-right: 0px !important;
}


.contact-g-map {
  background-color: #fff;
  display: flex;
}

.contact-area {
  background-color: #fff;
  padding-bottom: 120px;
}

.contact-list {
  padding: 50px !important;
}

.contact-list .single-contact-list .details h6{
  font-size: 14px;
}

.single-contact-list .thumb img {
  height: 38px;
}

.home-categories .col-lg-12 {
display:flex;
}

.realizations-image img {width:100% !important; height:auto !important;}

.home-realizations .single-testimonial-inner {padding: 0px;}

.home-realizations .realizations-content {padding: 40px 30px;}

.home-realizations .realizations-description {
  padding-bottom: 0px !important;
  padding-top: 20px !important;
}

.home-realizations .realizations-source {
  padding-bottom: 0px !important;
  padding-top: 20px !important;
  font-size: 11px;
  font-weight: 600;
  border-top: 1px solid #f2f6fc;
  margin-top: 20px !important;
  margin-bottom:0px !important;
}

.realizations-content img.border-radius-50 {border-radius: 0px !important;}

.page-content {background-color: #fff;}

.testimonial-slider-2.home-offer .thumb img {height:auto;}

.testimonial-slider-2.home-offer .course-list img {height: 18px;}

.testimonial-slider-2.home-offer .offer-loop-icon {height: 16px;}

.testimonial-slider-2.home-offer .details {background-color: #fff;}

.course-area {background-size: contain;
  background-repeat: no-repeat;}

  .login-form-section input{
      width: 100%;
      height: 52px;
      border: 0 !important;
      padding: 0 18px;
      border-radius: 6px;
      font-weight: 300;
      background: #F3F6FB;
  }

  .login-form-section .acceptance-row span {
    font-size: .9rem;
    margin-bottom: 0px;
    color: #fff;
    font-weight:400;
  }

  .woocommerce-error, .woocommerce-info, .woocommerce-message {
    border-radius: 6px;
    border-top: 0px;
  }

  .login-form-section a {
    color: #192335;
  }

  .product-container-responsive { margin-top:60px; margin-bottom: 60px;}

  .woocommerce div.product div.images img {border-radius:25px;}

  .woocommerce div.product div.summary {background-color: #F3F6FB; border-radius: 25px; padding:20px; padding: 60px 40px 55px 40px; margin-bottom: 45px;}

  .woocommerce div.product .product_title {font-size: 20px; margin-bottom: 10px; }

  .woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb span {background-color: #fff; font-size: 12px; text-transform: lowercase; font-weight: 500; margin-right:10px; padding: 5px 10px; border-radius: 10px;}

  .woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb span:last-child {margin-right:0px; display: none;}

  .cart > .quantity > .quantity {height: 56px; width: 165px; background-color: #fff; display: flex; align-items: center; padding: 0px 10px; border-radius: 50px;}

  .woocommerce div.product form.cart .button {
    height: 56px;
    border-radius: 50px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #e76031;}

    .woocommerce div.product form.cart {margin-top: 20px; margin-bottom: 10px;}

  .cart input.qty_button.minus, .cart input.qty_button.plus {width:40px; height: 40px; background-color: #f3f6fb;
    border: 0px;
    border-radius: 100%;
    font-weight: 500;
    font-size: 18px;
    color: black;}

  .cart .input-text.qty.text {width: calc(100% - 80px); height: 40px; border: 0px; font-size: 14px;}

  .single-product-stock-status p {display: inline-block; padding: 8px 20px; font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 25px;
    line-height: 14px;
  color: #fff;}

  .single-product-stock-status.instock p {background-color: #5ccc6e;}

  .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: #000000;
    font-size: 30px;
    font-weight: bold;
  }

  .single-product .woocommerce-product-details__short-description p {font-size: 15px; margin-bottom: 0px;}

  .single-product .woocommerce-tabs {display:flex; width:100%; }

  .single-product .tabs.wc-tabs {display:flex; flex-direction: column; width:18%;}

  .single-product .woocommerce-tabs .woocommerce-Tabs-panel {width:82%; background-color: #f3f6fb; padding: 30px !important; border-radius: 25px; border-top-left-radius: 0px;}

  .woocommerce div.product .woocommerce-tabs ul.tabs::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {display: none !important;}

  .single-product.woocommerce div.product .woocommerce-tabs ul.tabs li {border: 0px; border-top-left-radius: 30px; border-bottom-left-radius: 30px; padding-left: 25px; border-top-right-radius: 0px !important; border-bottom-right-radius: 0px !important;}

  .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li.active {background-color: #f3f6fb;     margin-bottom: 10px;     height: 56px;
    display: flex;
    align-items: center;
    align-items: center;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;}

  .woocommerce div.product .woocommerce-tabs ul.tabs li:last-child {margin-bottom: 0px !important;}

  .meta-icons {
    display: block;
    margin-top: 15px;
    margin-bottom: 20px;
  }

  .meta-icons .icon-attribute {margin-right: 5px; display: inline-block;}

  .single-product #custom-category-page .meta-icons .icon-attribute img {width: 50px; margin-bottom: 5px; height:50px;}

  .meta-icons .icon-attribute:last-child {margin-right: 0px;}

  .tax-product_cat .meta-icons .icon-attribute:last-child {margin-right: 5px;}

  .tax-product_cat .meta-icons,  .search-results .meta-icons{
    position: absolute;
    padding: 0px 25px;
    left: 0px;
  }

  .single-product .upsells.products .meta-icons {display: none;}

  .panel-icon-attribute li label {display: flex;
    align-items: center;}

  .product_meta .posted_in a {    background-color: #fff;
    font-size: 12px;
    text-transform: lowercase;
    font-weight: 500;
    margin-right: 10px;
    padding: 5px 10px;
    border-radius: 10px;
    color: #767676;
  margin-bottom: 10px;}

  .product_meta .posted_in a:first-child {margin-left: 10px !important;}

  .product_meta .posted_in span {margin-right: 10px;}

  .product_meta .posted_in {
      font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  
  .summary.entry-summary .woocommerce-breadcrumb {display: none;}

  .woocommerce div.product div.images .flex-control-thumbs li {
    width: 11.5%;
    background-color: #fff !important;
    border: 2px solid #f3f6fb;
    border-radius: 25px;
    padding: 10px !important;
    margin: 0.5%;
  }

  ul.flex-direction-nav{
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 100%;
    left: 0;
    margin: 0;
    padding: 0px;
    list-style: none;
}

li.flex-nav-prev {float: left;     background-color: #f3f6fb;
  border-radius: 50%; padding: 0px !important;}
li.flex-nav-next {float: right;     background-color: #f3f6fb;
  border-radius: 50%; padding: 0px !important;}
a.flex-prev, a.flex-next {visibility:hidden;}

a.flex-next::before{
    visibility:visible;
    content: url(/wp-content/uploads/2024/05/ic-chevron-stroked-right.svg);
    margin-right: 0px;
    margin-left: 12px;
    font-size: 20px;   
    font-weight: bold;
    width: 27px;
    height:27px;
    display: block;
}

a.flex-prev::before{
    visibility:visible;
    content: url(/wp-content/uploads/2024/05/ic-chevron-stroked-left.svg);
    margin-left: 10px;
    font-size: 20px;
    font-weight: bold;
    width: 27px;
    height:27px;
    display: block;
}

ul.flex-direction-nav li a{
    color: black;
    text-decoration: none;
    font-size: 0px;
    width: 50px;
    display: flex;
    height: 50px;
    align-items: center;
}

.woocommerce-tabs .woocommerce-Tabs-panel h2:first-child {display: none;}

.woocommerce-Tabs-panel {font-size: 15px;}

.woocommerce-Tabs-panel h3 {font-size: 20px;
  text-transform: uppercase;     margin-top: 30px;     margin-bottom: 15px;}

  .woocommerce-Tabs-panel h3:nth-child(2) {
    margin-top: 0px;
  }

  .woocommerce-Tabs-panel h3 strong, .career-link {
    border-bottom: 2px solid #e76031;
  }

.info-downloadable {
  background-color: #e76031;
    font-size: 12px;
    text-transform: lowercase;
    font-weight: 500;
    margin-right: 10px;
    padding: 5px 10px;
    border-radius: 10px;
    color: #fff;
    display: block;
}

.info-downloadable::first-letter {
  text-transform: uppercase;
}

.download-info {    display: flex;
  align-items: center;     font-weight: 600;     margin-bottom: 15px; line-height: 20px;}

  .download-info a {margin-left: 5px;}

  .product-specification {    width: 100%; margin-bottom: 20px;}

  .product-specification td {padding: 10px 10px;     background-color: #fff;     border: 5px solid #f3f6fb;}

  .summary.entry-summary .up-sells h2 {font-size: 12px;
    font-weight: bold; text-transform: uppercase;
  margin-bottom: 15px;}

  .summary.entry-summary .up-sells {
    margin-top: 30px;
  }

  .summary.entry-summary .up-sells li a{
    display: block;
  }

  .summary.entry-summary .up-sells li a picture {
    display: block;
    float:left;
    width:80px;
    margin-right: 20px;
  }

  .summary.entry-summary .up-sells li a h2, .summary.entry-summary .up-sells li a p {
    display: block;
    float:right;
    width: calc(100% - 100px) ;
  }

  .summary.entry-summary .up-sells li a h2 {
    font-size: 14px !important;
  }

  .summary.entry-summary .up-sells li a p {
    font-size: 12px;
    line-height: 16px;
  }

  .summary.entry-summary .up-sells li {
    background-color: #fff !important;
    border-radius: 25px;
    padding: 15px 20px !important;
    margin-bottom: 10px !important;
  }

  .summary.entry-summary .up-sells li img {
    border-radius: 25px;
    margin-bottom: 0px !important;
  }

  .summary.entry-summary .up-sells .products.columns-1 {
    max-height:200px;
    overflow: hidden;
    overflow-y: scroll;
    padding-right: 10px;
  }

  .woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    background-color: #f3f6fb;
    width: 50px;
    height: 50px;
    top: 0em;
  }

  .woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
    left: 16px;
    top: 15px;
  }

  .woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
    left: 29px;
    top: 25px;
  }

  .pswp__caption__center {display: none;}

  .warning-content-ul {
    margin-left: 75px;
  }

  .warning-content-ul .li, .woocommerce-tabs .woocommerce-Tabs-panel li {
    padding: 0px !important;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    border-bottom: 2px solid #e76031;
    border-top: 2px solid transparent;
    padding-bottom: 0px;
    padding-top: 0px;
    transition: 0s;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    line-height: 16px;
    padding-bottom: 0px;
    padding-top: 0px;
    border-bottom: 2px solid transparent;
    border-top: 2px solid transparent;
  }

  .item-download-pdf {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 15px;
    border-radius: 25px;
    font-weight: 700;
  }

  .item-download-pdf img {
    height: 18px;
    margin-right: 10px;
  }



  .summary.entry-summary .up-sells .products.columns-1::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .summary.entry-summary .up-sells .products.columns-1::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
  }
  .summary.entry-summary .up-sells .products.columns-1::-webkit-scrollbar-thumb {
    background: #ACACAC;
    border: 0px none #ffffff;
    border-radius: 50px;
  }
  .summary.entry-summary .up-sells .products.columns-1::-webkit-scrollbar-thumb:hover {
    background: #ACACAC;
  }
  .summary.entry-summary .up-sells .products.columns-1::-webkit-scrollbar-thumb:active {
    background: #000000;
  }
  .summary.entry-summary .up-sells .products.columns-1::-webkit-scrollbar-track {
    background: #E0E0E0;
    border: 0px none #ffffff;
    border-radius: 50px;
  }
  .summary.entry-summary .up-sells .products.columns-1::-webkit-scrollbar-track:hover {
    background: #E0E0E0;
  }
  .summary.entry-summary .up-sells .products.columns-1::-webkit-scrollbar-track:active {
    background: #E0E0E0;
  }
  .summary.entry-summary .up-sells .products.columns-1::-webkit-scrollbar-corner {
    background: transparent;
  }

  .container.shop-header h1{
font-size: 32px;
  }

  .container.shop-header{
    text-align: center;
    margin-bottom: 80px;
    margin-top: 80px;
  }

  .with_aside .sections_group {
    float: right;
  }

  #custom-category-page {
    display: flex;
    flex-direction: row;
    margin: 60px 30px;
    align-items: flex-start;
  }

  #primary { order: 2; }
#secondary { order: 1; }

#secondary {width: 300px;margin-right: 1.8%;     border-radius: 25px;    /*background: #F3F6FB; padding: 60px 20px; */}

#primary {width: calc(100% - 330px);}

#custom-category-page .meta-icons .icon-attribute img{
  width: 36px;
  height: 36px;
  margin-bottom: -3px;
}

#custom-category-page li.product p{
  font-size: 14px;
  overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

#custom-category-page li {
  background-color: #f3f6fb;
    padding: 15px;
    border-radius: 25px;
}

.single-product #custom-category-page li picture img {padding: 0px;}


.tax-product_cat #custom-category-page li picture img, .search-results.woocommerce li.product picture img {
  border-radius: 15px;
  padding:50px;
  background-color: #fff;
  padding-top: 80px;
}

#custom-category-page li .button {
    background-color: #e76031;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 15px;
    border-radius: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
}

#custom-category-page .woocommerce-result-count, #custom-category-page .woocommerce-ordering {
  display: none; 
}

.category-count-amount, .error-searching {    font-weight: 700;
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 15px;}

  .category-count-amount span, .error-searching span {
    border-bottom: 2px solid #e76031;
    padding-bottom: 2px;
  }



  .widget-area .widget li:last-child {
    padding-bottom: 0px !important;
  }

  .widget-area .widget ul {
    margin-bottom: 0px !important;
  }

  #secondary .widget-title {
    font-size: 22px;
  }

  #secondary ul li{
    list-style-type: none;
    padding: 0px;
    line-height: 20px;
    margin-bottom: 15px;

  }

  #secondary ul.product-categories > li, #secondary ul.product-categories > li:last-child {
    padding: 30px !important;
  }

  /*#secondary ul.product-categories > li a:before {
    content: '— ';
    margin-right:5px;
  }*/

  #secondary ul.product-categories .children li a:before {
    content: '- ';
    margin-right:5px;
  }

  #secondary ul.product-categories .children {
    margin-top:15px;
  }

  #secondary ul.product-categories .children .children {
    margin-left: 20px;
  }

  #seconndary .product-categories > li > a {
    font-weight:600;
  }

  #secondary .product-categories .cat-parent,   #secondary .product-categories .cat-item-62 {
    margin-bottom: 15px;
  }

  #secondary ul {
    padding-left: 0px;
    margin-top: 30px;
  }

  #secondary ul.product-categories > li a{
    display: flex;
  }

  .product-categories > li > a {
    font-weight: 700 !important;
  }

  #secondary ul li a {
    font-size: 14px;
    text-transform: math-auto;
    font-weight: 500;
  }

  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin: 0 1.8% 1.8% 0;
  }

  .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
    width: 31.53%;
  }

  #secondary ul li:last-child {
    margin-bottom: 0px !important;
  }

  #custom-category-page .woocommerce-loop-product__title {
    text-transform: uppercase;
  }

  .woocommerce nav.woocommerce-pagination ul.page-numbers {
    border: 0px !important;
  }

  #custom-category-page .woocommerce-pagination li {
    border: 0px;
    padding: 0px;
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right:10px;
  }

  #custom-category-page .woocommerce-pagination li .page-numbers.current {
    border-bottom: 2px solid #e76031;
    color: #192335;
  }

  #custom-category-page .woocommerce-pagination li .page-numbers {
    background: transparent;
    border-bottom: 2px solid transparent;
    padding-bottom: 2px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 2px;
    font-weight:600;
    font-size: 15px;
  }


  .header-search :focus::placeholder{
    color:white;
    }
    
    #primary-menu .current-menu-item a{
    border-bottom:2px solid #E76038;
    }
    
    
    
    .simpe-page-content a{
      color:inherit !important;
      border-bottom:2px solid #E55F31;
    }
    
    .menu-item:hover  a{
      color:black !important;
    }
    
    .page-template-template-download-php .before-footer{
      display:none !important;
    }
    
    
    
    .single-download-item{
    margin-bottom:5px;
    }
    
    .page-template-template-download .download-wrapper{
      margin-top:50px !important;
    }
    
    .download-item-inside{
      border:2px solid;
       padding:20px;
      margin-bottom:20px;
      
      /* From https://css.glass */
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    }
    
    .download-item-inside span{
      font-size:.72rem;
      background-color:#1D4FD0;
      color:white;
      font-weight:500;
      padding:5px 10px;
      border-radius:5px;
    }
    
    .download-item-inside .download-title{
      margin-top:20px;
      font-weight:600;
      min-height:130px;
    }
    
    .download-item-button a{
     font-weight:600;
      color:black !important;
      border-bottom:2px solid #1D4FD0;
    }
    
    .download-main-icon{
      width:30px;
      display:block;
      margin-top:30px;
    }
    
    .download-not-available a{
      border-bottom:2px solid #E76038 !important;
    }
    
    .play-music{
      background:transparent !important;
      color:black !important;
      padding:0 !important;
      font-size:1rem !important;
      cursor:pointer;
     display:block;
      width:fit-content;
      font-weight:500
    }
    
    .play-music span{
      background:transparent !important;
      color:black !important;
      padding:0 !important;
        font-size:1rem !important;
    font-weight:600;
      text-transform:lowercase !important;
      border-bottom:2px solid #E76038;
      border-radius:0 !important;
    }
    
    .play-music img{
      width:26px;
      margin-bottom:-2px;
      margin-right:10px;
    }
    
    .download-categories{
      margin-bottom:50px;
    }
    .nomusic{
      visibility:hidden;
    }
    
    .play-music{
      margin-top:-10px;
      margin-bottom:10px;
     
    }
    .download-locked .play-music{
      visibility:hidden;
    }
    
    
    
    .download-categories .filter-button{
      margin:5px;
      padding:10px 15px;
      border-radius:5px;
      background-color:#e9ecef;
     
      outline:none !important;
      stroke:none;
      color: var(--heading-color);
        font-weight: 600;
        font-size: 13.8px;
    border:0px solid;
     
    }
    
    .download-categories{
      max-width:1270px !important;
    }
    
    .download-categories .filter-button.active{
      background-color:#E76038 !important;
     
      color:white;
    }
    
    
    
    @media(max-width:1399px){
      .single-download-item{
        width:33% !important;
      }
    }
    
    
    
    @media(max-width:991px){
      .single-download-item{
        width:50% !important;
      }
    }
    
    
    
    @media(max-width:767px){
      .single-download-item{
        width:100% !important;
      }
    }

    
.page-template-template-faq-php .before-footer{

  display:none;

}

.faq-page{
  margin-top:50px;
  padding-bottom:0;
}


.faq-page .filter-button{
cursor:pointer;
}

.faq-page .bg-gray{
  padding-bottom:0px;
}
.faq-page .faq-wrapper{
  margin-bottom:30px;
}

.faq-categories{
  display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  max-width:950px !important;
      justify-content: center; 

}
.faq-filter-wrapper{
     display: flex;
    justify-content: center; 
}



.footer-area{
  background-color:#F3F6FB !important;
}

.faq-results details[open] p{
  padding-bottom:0;
  }

  .single-product #custom-category-page {
    display: block;
    margin: auto;
  }

  .single-product #custom-category-page #primary {
    width: 100%;
    display: flex;
    justify-content: center;
  }

.contact-rest-informations {
  padding-bottom: 100px;
}

.wpcf7-not-valid-tip {
  font-size: 13px;
  padding: 10px 10px 0px 10px;
}

.button-form {
  margin-top: 10px;
}

.about-area .media-body p {
  font-weight: 700;
}

.about-area .list-icon {
  margin-top: 10px;
}

.about-area .about-thumb-inner img {
  border-radius: 20px;
}

.blackquote {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
  margin-top: 50px;
}

.blackquote img {
  margin-right: 30px;
}

.blackquote p {
  font-size: 15px;
}

.about-area .media .icon img {
  width: 40px;
}

.about-us-informations .single-contact-list .details h5 {
  margin-bottom: 0px !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  margin-left: 3em;
}

.about-production .bg-cover {
  background-color: #f3f6fb;
}

.about-production .media-body span {
  font-size: 15px;
}

.certifications {
  padding-top: 80px !important;
}

.certificate-information {
  display: block;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  margin-top: 35px;
  border: 2px solid #e76031;
  border-radius: 20px;
  padding: 20px;
}

.awarded .row{
  align-items: stretch;
}

.awarded .award-content {
  display: flex;
  align-items: center;
}

.awarded .award-content .p-4 {
  padding-top: 0px !important;
  padding-bottom: 0px!important;
}

.awarded .award-content p {
  margin-bottom: 0px !important;
}

.awarded .award-content ul {
  padding-bottom: 0px !important;
}

.certifications .content-certifications{
  padding-left: 0px !important;
  padding-bottom: 20px !important;
}

.awarded .award-image {
  padding-left: 24px;
}

.about-us-heading {
  font-size: 34px !important;
}

.labolatorium .single-check-inner li, .about-area .single-check-inner li{
font-weight: 700;
margin-bottom: 10px;
}

.disclaimer-list {
  list-style-type: decimal;
}

.disclaimer-list li {
  margin-bottom: 15px;
}

.rodo-row {
  margin-bottom: 40px;
}

.post-type-archive-product .meta-icons {
  position: absolute;
  padding: 0px 15px;
}

.post-type-archive-product ul.products li.product a picture img {
  border-radius: 20px;
  padding-top: 85px;
  background-color: white;
}

.career-offer,  .career-offer .col-xl-6{
  display: flex;
  align-items: stretch;
}

.career-offer .col-xl-6 .bg-gray, .career-blocks .col-lg-4 .single-contact-list {
  width: 100%;
}

.career-table td {
  border: 1px solid #f3f6fb;
    padding: 30px;
    background-color: #f3f6fb;
    border-radius: 20px;
}

.career-table td p:last-child {
  margin-bottom: 0px;
}

.career-table {
  border-spacing: 24px;
  border-collapse: separate;
}

h2.clause-heading {
  font-size: 16px;;
  margin-bottom: 10px;
  padding-top: 15px !important;
  margin-top:40px;
  text-transform:uppercase;
}

h2.clause-heading:first-child {
  margin-top: 0px !important;
}

.clause-list {
  list-style-type: circle;
}

.career-blocks h5 {
  margin-bottom: 0px !important;
}

.career-blocks , .career-blocks .col-lg-4 {
  display: flex;
  align-items: stretch;
}

input.search-field::-webkit-search-cancel-button {
  display: none;
}

.error-btn {
  margin-top: 15px;
}

.error-heading {
  font-size: 200px;
  line-height: 200px;
}

.error-sub{
  font-weight: 800;
  font-size: 38px;
}

.error-page {
  padding-top: 120px;
  padding-bottom: 100px;
}

.term-description {
  margin-top: 40px;
}

#woocommerce_product_categories-3 .select2-selection {
  border: 0px;
  background-color: #f3f6fb;
  padding: 10px 10px;
  height: auto;
  border-radius: 25px;
}

#woocommerce_product_categories-3 .select2-selection__arrow {
  height: 46px;
}

#woocommerce_product_categories-3 h2 {
  text-align: center;
}

.select2-container--open .select2-dropdown--below {
  border: 0px;
  background-color: #f3f6fb;
  margin-top: 10px;
  border-radius: 25px;
  padding: 15px;
  border-top-left-radius: 25px !important;
  border-top-right-radius: 25px !important;
}

.select2-container--open .select2-dropdown--below .select2-search {
  display: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #e76031 !important;
  border-radius: 5px;
}

.contact-scroll-info p {
font-weight: 700;
font-size:12px;
text-align: right;
margin-bottom: 0px;
}

.contact-scroll-info img {
  text-align: right;
  width:22px;
  margin-right:5px;
}

.contact-scroll-info {
  display: flex;
    justify-content: flex-end;
    margin-bottom: 15px;
}

.form-rodo a {
  border-bottom: 2px solid #E75F38 !important;
  font-weight: 700;
}

#mlb2-15809051.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedMailerLite-GDPR p a {
  border-bottom: 2px solid #E75F38 !important;
  text-decoration: none !important;
}

.navbar-social-media a {
  line-height:28px;
  height: 28px;
  border-radius: 20px;
  padding-left: 10px;
  padding-right: 10px; 
  border: 1px solid #000;
  display: block;
}

.search-results li img {
  margin-bottom: 16px;
  border-radius:15px;
}

.search-results .products.columns-3 {
  display: flex;
    flex-wrap: wrap;
}

.search-results li .meta-icons img {
  border-radius: 0px;
}

.search .header-search.no-result {
  margin-top: 25px;
}

.search .header-search.no-result input.search-field {
  font-size: 17px;
  margin-right:5px;
}

.search .header-search.no-result form {
  display: flex;
}

.contact-page-list .row{
  padding-right: calc(var(--bs-gutter-x)* 2);
  padding-left: calc(var(--bs-gutter-x)* 2);
}

.contact-page-list .row .col-lg-3 {
  display: flex;
}

.contact-page-list .row .col-lg-3 .single-contact-list {
  width:100%;
}

.logotypes-slider.owl-carousel .owl-item img {
  display: block;
    height: 120px;
    margin: auto;
}

.logotypes-slider.owl-carousel .owl-item .single-testimonial-inner {
  padding: 30px;
}

.logotypes-home-area {
  background-size: contain;
}

.baner-bg img {height: auto !important; position: absolute;}

#home-slider .owl-nav { display: flex; justify-content: space-between; top: 45%; width: 100%;}

#home-slider .owl-nav .owl-prev {margin-left: 50px !important; background-color: #fff;}

#home-slider .owl-nav .owl-next {margin-right: 50px !important; background-color: #fff;}

#home-slider .owl-nav .owl-next .svg-inline--fa, #home-slider .owl-nav .owl-prev .svg-inline--fa {
  color: var(--main-color-two);
}

#home-slider .owl-stage {padding-top: 0px; padding-bottom: 0px;}

#home-slider .banner-area {height: 500px; display: flex; align-items: center;}

.modal-dialog {
  max-width: 600px;
}

.modal-body, .modal-body img {
  padding: 0px !important;
  border-top-left-radius: calc(.4rem - 1px);
  border-top-right-radius: calc(.4rem - 1px);
  border-bottom-left-radius: calc(.4rem - 1px);
  border-bottom-right-radius: calc(.4Frem - 1px);
}

.modal-content {
  border: 0px !important;
  background-color: transparent !important;
}

.modal-footer {
  border: 0px !important;
  background-color: transparent !important;
}

.modal-footer .btn.btn-secondary {
background-color: #1D4FD0;
}

.modal-footer {
  padding-right: 0px !important;
}

.product-download-files p, span.accordion__title-text {
  font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.accordion__item {
	margin: 5px auto;
}
.accordion__item .accordion__title {
	display: flex;
  align-items: center;
	padding: 5px 0px 5px 0px;
	margin-bottom: 2px;
	font-size: 28px;
	text-decoration: none;
	border-radius: 3px;
  cursor: pointer;
}
span.accordion__title-text {
  margin-right:10px;
  height: 30px;
  display: flex;
  align-items: center;
  background-color: #fff;
  padding-left:15px;
  padding-right: 15px;
  border-radius: 10px;
}

.accordion__item .accordion__title .accordion__arrow-item img{
  filter: brightness(0) saturate(100%) invert(100%) sepia(50%) saturate(1%) hue-rotate(60deg) brightness(103%) contrast(101%);
}
.accordion__item .accordion__title .accordion__arrow {
	position: static;
	top: 13px; right: 10px;
  display: flex;
  vertical-align: middle;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #fff;
	line-height: 30px;
	font-size: 20px;
	font-weight: 700;
	margin-right: 5px;
	background-color: var(--main-color-two);
	border-radius: 50%;
}

.accordion__item .accordion__content {
  margin-top: 15px;
	margin-bottom: 15px;
	font-size: 14px;
	display: none;
}
.accordion__item .accordion__arrow-item {
	font-weight: 700;
  height: 30px;
  width: 30px;
}

.accordion__arrow .arrow-close-according{
display: none;
}

.accordion__arrow.accordion__rotate .arrow-close-according{
display: block;
}

.accordion__arrow.accordion__rotate .arrow-open-according {
display: none;
}

.product-download-files {
  margin-top: 10px;
  margin-bottom: 15px;
}

.product-download-files .single-download-file img{
  width: 20px;
}

.product-download-files .single-download-file {
  background-color: transparent;
  display: inline-block;
  margin-right: 10px;
}

.product-download-files .item-download-product {
  display: flex;
  background-color: #fff;
  padding: 0px 15px;
  border-radius: 10px;
  height: 30px;
  align-items: center;
  margin-bottom: 10px;
}

.product-download-files .item-download-product img {
  margin-right: 10px;
}

.container.home-categories h6.mb-0.fw-500{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.woocommerce-Tabs-panel a img {
  background-color: #f3f6fb;
}

.translatepress-pl_PL .desktop-baner.en{ 
    display: none;
}

.translatepress-en_US .desktop-baner.pl{
  display: none;
}

.woocommerce ul.products li.product a img.attachment-woocommerce_thumbnail, .search-results ul.products li.product a img.img-responsive{
  padding: 80px 60px 40px 60px;
  background-color:#fff;
}

.single-product .up-sells.upsells.products li img{
  width: 100px;
  padding: 0px;
  float: left;
  padding: 0px 10px 0px 0px !important;
}

.collapse.open {
  display: block;
}


/** RWD **/


@media(max-width:599px){

  .woocommerce ul.products li.product a img.attachment-woocommerce_thumbnail, .search-results ul.products li.product a img.img-responsive {
    padding: 120px 40px 20px 40px;
  }

  .single-product .single-product-add-opinion a {
    display: block;
    line-height: 20px;
    height: auto !important;
  }

  .single-product .single-product-add-opinion {
    padding: 0px 12px;
  }

  .single-blog-list.style-two .details {
    margin-top: 0px !important;
  }

  .faq-section .container {
    padding-bottom: 40px;
  }

  #home-login-form {
    background-position: 68% 0%;
  }

  .slider-control-right-top .owl-nav {
    top: -90px;
  }

  .banner-area-2 h6 span {
    line-height: 32px;
  }

  .slider-control-round .owl-nav button {
    height: 36px;
    width: 36px;
    line-height: 36px;
  }

  .page-template-template-review .section-title{
    margin-left: 0px !important;
    padding-left: 20px;
  }

  .download-item-inside span {
    display: inline-block;
  }

  .woocommerce-Tabs-panel--related_files .download-categories .filter-button {
    margin-left: 0px !important;
    margin-right: 0px !important;
    display: block;
    width: 100%;
    margin-bottom: 10px !important;
  }

  .woocommerce-Tabs-panel--custom_faq .faq-results details[open] p {
    padding: 0px !important;
    padding-top: 20px !important;
  }

  .woocommerce-Tabs-panel--custom_faq details {
    margin-left: 0px;
    margin-right: 0px;
  }

  .woocommerce-Tabs-panel--custom_faq .container.bg-gray{
    padding-top: 20px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right:0px;
  }

  .product_meta .posted_in a:first-child {
    margin-left: 10px !important;
  }

  .woocommerce-Tabs-panel--custom_faq .section-title .title {
    font-size: 20px !important;
  }

  .woocommerce-Tabs-panel--custom_faq .section-title {
    margin-bottom: 0px !important;
  }

  .faq-page-single .col-xl-6{
    width: 100% !important;
    padding-left: 0px;
    padding-right: 0px;
  }

  .product-specification tbody, .product-specification{
    width: 75vw;
    overflow-y: hidden;   
    overflow-x: auto; 
    display: block;
  }

  .warning-content-ul {
    margin-left: 0px;
  }

  #home-slider .owl-nav .owl-next
  {
    margin-right: 10px !important;
  }

  #home-slider .owl-nav .owl-prev {
    margin-left: 10px !important;
  }

  .banner-area .container {
    width: 85%;
  }

  .woocommerce div.product div.images .flex-control-thumbs li {
    width: 15.5%;
    text-align: center;
  }

  .woocommerce div.product div.images .flex-control-thumbs li img {
    margin: auto;
  }

  .contact-scroll-info {
    display: none;
  }

  .col-12.longer-desc .wpcf7-list-item span {
    overflow-y: auto;
    height: 100%;
    padding-right: 0px;
  }

  .service-course-area ul.single-check-inner li:last-child {
    margin-bottom: 0px;
  }

  .service-course-area ul.single-check-inner li img {
    margin-top: 5px;
  }

  .service-course-area ul.single-check-inner li {
    display: flex;
    align-items: flex-start;
  }

  .woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
    display: none !important;
    opacity: 1 !important;
  }

  #custom-category-page .woocommerce-pagination li {
    margin-bottom: 10px;
  }

  .container.shop-header {
    margin-top: 60px;
  }

  .select2-results__option {
    font-size: 14px;
  }

  #woocommerce_product_categories-3 .select2-container{
    margin-top: 15px;
    font-size: 14px;
  }

  #secondary {
    width: 100%;
  }

  .woocommerce ul.products.columns-3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
 }
  
 .woocommerce ul.products.columns-3 li.product {
    width: 100%;
    margin-right: 0;
    float: none;
 }

  #custom-category-page {
    flex-direction: column;
  }

  #primary {
    width: 100%;
  }

  .product-container-responsive {
    margin-bottom: 0px;
  }

  .download-info .info-downloadable {
    margin-bottom: 15px;
  }

  .download-info {
    flex-direction: column;
  }

  .single-product.woocommerce div.product .woocommerce-tabs ul.tabs li, .single-product.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    justify-content: center !important;
    border-top-right-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
  }

  .single-product .woocommerce-tabs .woocommerce-Tabs-panel {
    border-top-left-radius: 25px;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none;
  }

  .single-product .tabs.wc-tabs, .single-product .woocommerce-tabs .woocommerce-Tabs-panel {
    width: 100%;
  }

  .single-product .tabs.wc-tabs {
    padding: 0px 5px!important;
  }

  .single-product .woocommerce-tabs {
    flex-direction: column;
  }

  .summary.entry-summary .up-sells .products.columns-1 li {
    width: 100%;
  }

  .summary.entry-summary .up-sells .products.columns-1 {
    display: flex;
    flex-direction: column;
  }

  .woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    right: 5% !important;
  }

  ul.flex-direction-nav {
    width: 90% !important;
    left: 5% !important;
  }

  .woocommerce div.product div.images img {
    width: 80% !important;
    margin-left: 10%;
  }

  .certifications .col-lg-6.text-lg-end img {
    margin-top: 40px;
  }

  .certifications .col-lg-6.text-lg-end {
    width: 100%;
  }

  .certifications .content-certifications {
    padding: 1.5rem !important;
    text-align:center;
  }

  .about-production .col-lg-6.text-lg-end {
    width: 100%;
  }

  .about-area .media {
    margin-bottom: 22px;
  }

  .about-area {
    padding-top: 40px;
  }

  .error-img {
    margin-top: 60px;
  }

  .error-sub {
    font-size: 29px;
  }

  .error-heading {
    font-size: 110px;
    line-height: 110px;
  }

  .download-item-inside .download-title {
    min-height: 60px;
  }

  .related-products-to-faq {
    margin-bottom: 10px;
    margin-left: 0px !important;
    order: 1;
  }

  .related-products-to-faq span {
    margin-left: 0px;
  }

  .faq-question {
    order: 2;
  }

  .faq-page summary {
    flex-direction: column;
  }

  .contact-g-map {
    width: 100%;
    display: block;
  }

  .contact-page-list {
    margin-top: 20px;
  }

  .navbar-area .nav-container {
    height: 70px;
  }

  .navbar-area .nav-container .logo a img {
    width: 60px !important;
  }

  .navbar-area .nav-container .logo {
    margin-top: -20px;
  }

  .home-logo-partners .item {
    width: 100%;
  }

  .home-logo-partners {
    flex-wrap: wrap;
  }

  .home-logo-partners .item:first-child {
    margin-bottom: 20px;
    border-bottom: 0px !important;
  }

  .home-logo-partners .item:first-child .thumb{
    border-bottom: 0px !important;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .home-logo-partners .item:last-child .thumb {
    border-bottom: 0px !important;
    padding-bottom: 0px !important;
  }

  .home-logo-partners .item {
    border-left: 0px !important;
  }

  .home-logo-partners .item .thumb {
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 20px;
    padding-top: 10px;
  }

  .banner-area form, .banner-area .login-form-section {
    float: left;
    width: 100%;
    margin-top: 60px !important;
  }

  .single-blog-list.style-two .details .date {
    font-size: 15px !important;
  }

  .footer-area .widget_about .details .social-media {
    text-align: center;
  }

  .container.footer-menu #custom_html-3,  .container.footer-menu #custom_html-3 .widget_nav_menu {
    margin-bottom: 0px !important;
  }

  .container.footer-menu #custom_html-4 h4.widget-title {
    display: none;
  }

  .footer-area .widget-title {
    text-align: center;
  }

  .footer-area .widget_nav_menu ul {
    text-align: center;
  }

  .footer-area .widget_nav_menu ul li {
    margin-left: -32px;
  }

  .footer-area .widget.widget_contact {
    display: flex;
    justify-content: center;
  }

  .footer-area .widget.widget_contact .mt-2 {
    margin-bottom: 0px !important;
  }

  .footer-bottom #custom_html-7 {
    margin-top: 20px;
  }

  .banner-area form h2, .banner-area .login-form-section h2 {
    margin-bottom: 5px;
  }

  .home-about-us {
    flex-direction: column;
  }

  .home-about-us .media {
    width: 100%;
  }

}

@media(min-width: 600px) and (max-width: 991px){

  .single-blog-list.style-two .details {
    margin-top: 0px !important;
  }

  .woocommerce-Tabs-panel--related_files .download-categories .filter-button { 
    width:100%;
    margin-left: 0px;
    margin-right: 0px;
  } 

  .woocommerce-Tabs-panel--custom_faq .section-title {
    margin-bottom: 20px;
  }

  .woocommerce-Tabs-panel--custom_faq h2.title {
    font-size: 22px;
  }

  .woocommerce-Tabs-panel--custom_faq .col-xl-6 {
    width: 100% !important;
  }

  .logotypes-slider.owl-carousel .owl-item .single-testimonial-inner {
    padding: 20px;
  }

  .contact-scroll-info {
    display: none;
  }

  .col-12.longer-desc .wpcf7-list-item span {
    overflow-y: auto;
    height: 100%;
    padding-right: 0px;
  }

  .woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
    display: none !important;
    opacity: 1 !important;
  }

  #custom-category-page .woocommerce-pagination li {
    margin-bottom: 10px;
  }

  .container.shop-header {
    margin-top: 60px;
  }

  .select2-results__option {
    font-size: 14px;
  }

  #woocommerce_product_categories-3 .select2-container{
    margin-top: 15px;
    font-size: 14px;
  }

  #secondary {
    width: 100%;
  }

  .woocommerce ul.products.columns-3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
 }
  
 .woocommerce ul.products.columns-3 li.product {
    width: 100%;
    margin-right: 0;
    float: none;
 }

  #custom-category-page {
    flex-direction: column;
  }

  #primary {
    width: 100%;
  }

  .product-container-responsive {
    margin-bottom: 0px;
  }

  .download-info .info-downloadable {
    margin-bottom: 15px;
  }

  .download-info {
    flex-direction: column;
  }

  .single-product.woocommerce div.product .woocommerce-tabs ul.tabs li, .single-product.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    justify-content: center !important;
    border-top-right-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
  }

  .single-product .woocommerce-tabs .woocommerce-Tabs-panel {
    border-top-left-radius: 25px;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none;
  }

  .single-product .tabs.wc-tabs, .single-product .woocommerce-tabs .woocommerce-Tabs-panel {
    width: 100%;
  }

  .single-product .tabs.wc-tabs {
    padding: 0px 5px!important;
  }

  .single-product .woocommerce-tabs {
    flex-direction: column;
  }

  .summary.entry-summary .up-sells .products.columns-1 li {
    width: 100%;
  }

  .summary.entry-summary .up-sells .products.columns-1 {
    display: flex;
    flex-direction: column;
  }

  .awarded .award-image {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 25px;
  }

  .certifications .position_animate_img {
    display: none;
  }

  .certifications .col-lg-6.text-lg-end img {
    margin-top: 40px;
  }

  .certifications .col-lg-6.text-lg-end {
    width: 100%;
  }

  .certifications .content-certifications {
    padding: 1.5rem !important;
    text-align:center;
  }

  .about-production .col-lg-6.text-lg-end {
    width: 100%;
  }

  .about-area .media {
    margin-bottom: 22px;
  }

  .about-area {
    padding-top: 40px;
  }
 
  .error-img {
    margin-top: 60px;
  }

  .download-item-inside .download-title {
    min-height: 40px;
  }

  .related-products-to-faq {
    margin-bottom: 10px;
    margin-left: 0px !important;
    order: 1;
  }

  .related-products-to-faq span {
    margin-left: 0px;
  }

  .faq-question {
    order: 2;
  }

  .faq-page summary {
    flex-direction: column;
  }

  .contact-g-map {
    width: 100%;
    display: block;
  }

  .contact-page-list {
    margin-top: 20px;
  }

  .navbar-area .nav-container {
    height: 70px;
  }

  .navbar-area .nav-container .logo a img {
    width: 60px !important;
  }

  .navbar-area .nav-container .logo {
    margin-top: -20px;
  }

  .single-course-inner.style-2 .thumb .course-cat {
    width: 85%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
  }

  .home-logo-partners .item {
    width: 100%;
  }

  .home-logo-partners {
    flex-wrap: wrap;
  }

  .home-logo-partners .item:first-child {
    margin-bottom: 20px;
    border-bottom: 0px !important;
  }

  .home-logo-partners .item:first-child .thumb{
    border-bottom: 0px !important;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .home-logo-partners .item:last-child .thumb {
    border-bottom: 0px !important;
    padding-bottom: 0px !important;
  }

  .home-logo-partners .item {
    border-left: 0px !important;
  }

  .home-logo-partners .item .thumb {
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 20px;
    padding-top: 10px;
  }

  .banner-area form, .banner-area .login-form-section {
    float: left;
    width: 100%;
    margin-top: 60px !important;
  }

  .container.footer-menu #custom_html-3,  .container.footer-menu #custom_html-3 .widget_nav_menu {
    margin-bottom: 0px !important;
  }

  .banner-area form h2, .banner-area .login-form-section h2 {
    margin-bottom: 10px;
  }

  .contact-area .container {
    padding-bottom: 0px !important;
  }

  .footer-area .widget_about .details .social-media {
    text-align: center;
  }

  .container.footer-menu #custom_html-3,  .container.footer-menu #custom_html-3 .widget_nav_menu {
    margin-bottom: 0px !important;
  }

  .container.footer-menu #custom_html-4 h4.widget-title {
    display: none;
  }

  .footer-area .widget-title {
    text-align: center;
  }

  .footer-area .widget_nav_menu ul {
    text-align: center;
  }

  .footer-area .widget_nav_menu ul li {
    margin-left: -32px;
  }

  .footer-area .widget_contact .details li {
    justify-content: center;
  }

  .footer-bottom #custom_html-7 {
    margin-top: 20px;
  }

  .home-about-us {
    flex-direction: column;
  }

  .home-about-us .media {
    width: 100%;
  }

  .single-blog-list.style-two .details .date {
    font-size: 15px !important;
  }

}

@media(min-width: 992px) and (max-width: 1023px){

  .woocommerce ul.products li.product a img.attachment-woocommerce_thumbnail, .search-results ul.products li.product a img.img-responsive {
    padding: 140px 40px 20px 40px;
  }

  .single-blog-list.style-two .details {
    margin-top: 0px !important;
    margin:0px !important;
  }

  .woocommerce-Tabs-panel--custom_faq .container.bg-gray {
    padding-bottom: 0px;
  }

  .woocommerce-Tabs-panel--custom_faq .section-title {
    margin-bottom: 10px;
  }

  .woocommerce-Tabs-panel--custom_faq .section-title .title {
    font-size: 26px;
  }

  .woocommerce-Tabs-panel--custom_faq .col-xl-6 {
    width: 100%;
  }

  .woocommerce ul.products.columns-3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
 }
  
 .woocommerce ul.products.columns-3 li.product {
    width: 48%;
    margin-right: 0;
    float: none;
 }

  .awarded .award-image {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 20px;
  }

  .certifications img.position_animate_img {
    display: none;
  }

  .error-page {
    padding-top: 80px;
    padding-bottom: 80px;
}

  .error-sub {
    font-weight: 800;
    font-size: 32px;
}

  .error-heading {
    font-size: 170px;
    line-height: 170px;
  }

  .faq-page summary {
    align-items: center;
  }

  .faq-question {
    max-width:700px;
  }

  .single-contact-list {
    padding: 50px 0px 50px 0px;
  }

  .navbar-social-media, .navbar-openhours, .navbar-top .blue-me {
    display: none !important;
  }

  .nav-container .nav-right-part {
    display: none !important;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li {
    margin-right: 22px;
  }

  .parse-option-area > .container > .row > .col-xl-3.col-lg-6 {
    width: 30% !important;
  }

  .parse-option-area > .container > .row > .col-xl-9.col-lg-6 {
    width: 70% !important;
  }
  
  .parse-option-area > .container > .row > .col-xl-9.col-lg-6 .media-left.me-3 {
    display: none;
  }

  .home-about-us .media {
    padding-top: 0px !important;
  }

  .banner-area {
    background-position: center;
  }

  .footer-logo {
    width: 140px;
  }

  .footer-menu .social-media li {
    margin-bottom: 8px;
  }

}

@media(min-width: 1024px) and (max-width: 1279px){

  .woocommerce ul.products li.product a img.attachment-woocommerce_thumbnail, .search-results ul.products li.product a img.img-responsive {
    padding: 110px 40px 20px 40px;
  }


  .single-blog-list.style-two .details {
    margin-top: 0px !important;
    margin:0px !important;
  }

  .woocommerce-Tabs-panel--custom_faq .container.bg-gray {
    padding-bottom: 0px;
  }

  .woocommerce-Tabs-panel--custom_faq .section-title {
    margin-bottom: 10px;
  }

  .woocommerce-Tabs-panel--custom_faq .section-title .title {
    font-size: 26px;
  }

  .woocommerce-Tabs-panel--custom_faq .col-xl-6 {
    width: 100%;
  }

  .woocommerce ul.products.columns-3 li.product:nth-child(2n+0) {
    margin-right: 0%;
  }

  .woocommerce ul.products.columns-3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
 }
  
 .woocommerce ul.products.columns-3 li.product {
    width: 48%;
    margin-right: 3%;
    float: none;
 }

  .about-us-informations {
    padding-bottom: 20px;
  }

  .awarded .award-image {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 20px;
  }

  .certifications img.position_animate_img {
    display: none;
  }

  .error-page {
    padding-top: 80px;
    padding-bottom: 80px;
}

  .error-sub {
    font-weight: 800;
    font-size: 32px;
}

  .error-heading {
    font-size: 170px;
    line-height: 170px;
  }

  .faq-page summary {
    align-items: center;
  }

  .faq-question {
    max-width:700px;
  }

  .single-contact-list {
    padding: 50px 0px 50px 0px;
  }

  .navbar-social-media, .navbar-openhours, .navbar-top .blue-me {
    display: none !important;
  }

  .nav-container .nav-right-part {
    display: none !important;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li {
    margin-right: 22px;
  }

  .parse-option-area > .container > .row > .col-xl-3.col-lg-6 {
    width: 30% !important;
  }

  .parse-option-area > .container > .row > .col-xl-9.col-lg-6 {
    width: 70% !important;
  }
  
  .parse-option-area > .container > .row > .col-xl-9.col-lg-6 .media-left.me-3 {
    display: none;
  }

  .home-about-us .media {
    padding-top: 0px !important;
  }

  .banner-area {
    background-position: center;
  }

  .footer-logo {
    width: 140px;
  }

  .footer-menu .social-media li {
    margin-bottom: 8px;
  }

}

@media(min-width: 1280px) and (max-width: 1365px){

  

  .woocommerce-Tabs-panel--custom_faq .container.bg-gray {
    padding-bottom: 0px;
  }

  .woocommerce-Tabs-panel--custom_faq .section-title .title {
    font-size: 26px;
  }

      .woocommerce ul.products.columns-3 li.product:nth-child(2n+0) {
        margin-right: 0%;
      }

      .woocommerce ul.products.columns-3 {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    } 
      
    .woocommerce ul.products.columns-3 li.product {
        width: 48%;
        margin-right: 3%;
        float: none;
    }

    .single-contact-list {
      padding: 50px 20px 50px 20px;
    }

    .navbar-top .navbar-social-media {
      display: none !important;
    }

    .nav-container .nav-right-part {
      display: none !important;
    }

}

@media(min-width: 1366px) and (max-width: 1439px){

  .woocommerce-Tabs-panel--custom_faq .section-title .title {
    font-size: 26px;
  }

  .single-contact-list {
    padding: 50px 20px 50px 20px;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li {
    margin-right: 14px;
  }

}

@media(min-width: 1440px) and (max-width: 1679px){

  .navbar-area .nav-container .navbar-collapse .navbar-nav li {
    margin-right: 14px;
  }

}

@media(min-width: 1680px) and (max-width: 1799px){

  .navbar-area .nav-container .navbar-collapse .navbar-nav li {
    margin-right: 14px;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav {
    margin-left:0px !important;
    padding-left: 0px !important;
  }


}

@media(max-width: 991px) {
  #woocommerce_product_categories-2 {
    display: none;
  }
}

@media(min-width: 992px) {

  #woocommerce_product_categories-3 {
    display: none;
  }
}


@media(max-width: 767px) {
  .baner-background-desktop {
    display: none !important;
  }
  .baner-background-tablet {
    display: none !important;
  }
  .baner-background-mobile {background-position: center;}
}


@media(min-width: 768px) and (max-width: 1024px){
  .baner-background-mobile {
    display: none !important;
  }
  .baner-background-desktop {
    display: none !important;
  }

  .baner-background-tablet {
    background-position: center;
  }
}


@media(min-width: 1025px) {
  .baner-background-mobile {
    display: none !important;
  }
  .baner-background-tablet {
    display: none !important;
  }
  .baner-background-desktop {
    background-position: center;
  }
}

/* slider rwd */

@media(max-width: 375px) { 
  
  #home-slider .banner-area {
    height: 450px;
  }

}

@media(min-width: 415px) and (max-width: 455px){
  
  #home-slider .banner-area {
    height: 490px;
  }
  
}


@media(min-width: 456px) and (max-width: 496px){
  
  #home-slider .banner-area {
    height: 530px;
  }
  
}

@media(min-width: 497px) and (max-width: 557px){
  
  #home-slider .banner-area {
    height: 580px;
  }
  
}

@media(min-width: 558px) and (max-width: 587px){
  
  #home-slider .banner-area {
    height: 630px;
    max-height: 1000px;
  }
  
}

@media(min-width: 588px) and (max-width: 658px){
  
  #home-slider .banner-area {
    height: 700px;
    max-height: 1000px;
  }
  
}

@media(min-width: 659px) and (max-width: 719px){
  
  #home-slider .banner-area {
    height: 760px;
    max-height: 1000px;
  }
  
}

@media(min-width: 720px) and (max-width: 767px){
  
  #home-slider .banner-area {
    height: 870px;
    max-height: 1000px;
  }
  
}

@media(min-width: 720px) and (max-width: 767px){
  
  #home-slider .banner-area {
    height: 870px;
    max-height: 1000px;
  }
  
}

@media(min-width: 800px) and (max-width: 850px){
  
  #home-slider .banner-area {
    height: 520px;
    max-height: 1000px;
  }
  
}

@media(min-width: 851px) and (max-width: 900px){
  
  #home-slider .banner-area {
    height: 550px;
    max-height: 1000px;
  }
  
}

@media(min-width: 901px) and (max-width: 980px){
  
  #home-slider .banner-area {
    height: 580px;
    max-height: 1000px;
  }
  
}

@media(min-width: 901px) and (max-width: 980px){
  
  #home-slider .banner-area {
    height: 580px;
    max-height: 1000px;
  }
  
}

@media(min-width: 981px) and (max-width: 1024px){
  
  #home-slider .banner-area {
    height: 635px;
    max-height: 1000px;
  }
  
}

@media(min-width: 1025px) and (max-width: 1099px){
  
  #home-slider .banner-area {
    height: 270px;
    max-height: 1000px;
  }
  
}

@media(min-width: 1100px) and (max-width: 1150px){
  
  #home-slider .banner-area {
    height: 290px;
    max-height: 1000px;
  }
  
}

@media(min-width: 1151px) and (max-width: 1255px){
  
  #home-slider .banner-area {
    height: 300px;
    max-height: 1000px;
  }
  
}

@media(min-width: 1256px) and (max-width: 1350px){
  
  #home-slider .banner-area {
    height: 330px;
    max-height: 1000px;
  }
  
}

@media(min-width: 1351px) and (max-width: 1450px){
  
  #home-slider .banner-area {
    height: 360px;
    max-height: 1000px;
  }
  
}

@media(min-width: 1451px) and (max-width: 1550px){
  
  #home-slider .banner-area {
    height: 380px;
    max-height: 1000px;
  }
  
}

@media(min-width: 1551px) and (max-width: 1640px){
  
  #home-slider .banner-area {
    height: 430px;
    max-height: 1000px;
  }
  
}

@media(min-width: 1641px) and (max-width: 1720px){
  
  #home-slider .banner-area {
    height: 460px;
    max-height: 1000px;
  }
  
}

@media(min-width: 1921px) {
  
  .baner-background-desktop {
    background-size: contain !important;
  }
  .baner-bg {
    background-color: #fff !important;
  }
}


@media(min-width: 600px) and (max-width: 767px){

  #home-slider .owl-nav .owl-next
  {
    margin-right: 10px !important;
  }

  #home-slider .owl-nav .owl-prev {
    margin-left: 10px !important;
  }

  .banner-area .container {
    width: 80%;
  }

}

@media(min-width: 768px) and (max-width: 990px){

  #home-slider .owl-nav .owl-next
  {
    margin-right: 10px !important;
  }

  #home-slider .owl-nav .owl-prev {
    margin-left: 10px !important;
  }

  .banner-area .container {
    width: 80%;
  }

}

