/*
@File: Milian Theme Styles

* This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.

This files table contents are outlined below>>>>>

*******************************************
*******************************************

** - Default Area CSS
** - Preloader Area CSS
** - Navbar Area CSS
** - Main Banner Area CSS
** - Services Area CSS 
** - Portfolio Area CSS
** - About Area CSS
** - Testimonial Area CSS
** - Blog Area CSS
** - CTA Area CSS
** - Page Title Area CSS 
** - Blog Details Area CSS
** - Contact Area CSS
** - Copyright Area CSS
** - Go Top Area CSS
*/
/*================================================
Default Area CSS
=================================================*/
body {
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

a {
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #ffffff;
}

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

p {
  margin-bottom: 15px;
  line-height: 1.7;
  color: #cccccc;
  font-size: 14px;
}

p:last-child {
  margin-bottom: 0;
}

.bg-black-color {
  background-color: #000000 !important;
}

.bg-black-color2 {
  background-color: #1b1b1b;
}

.bg-gray-light {
  background-color: #f4feff;
}

.bg-gray-black {
  background-color: #011f34;
}

.bg-pink-color {
  background-color: #ff1493;
}

.bg-dark-color {
  background-color: #000000;
}

.bg-gray-dark {
  background-color: #111111;
}

.bg-f6f7fd {
  background-color: #f6f7fd;
}

.ptb-120 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

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

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

.mt-80 {
  margin-top: 80px;
}

.bar-hide .optional-section-title {
  padding-bottom: 0;
}

.bar-hide .optional-section-title .bar {
  display: none;
}

/*default-btn*/
.default-btn {
  display: inline-block;
  background-color: #04c37f;
  color: #ffffff;
  border: none;
  padding: 11px 30px;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
  font-size: 15px;
}

.default-btn:hover {
  color: #000000;
  background-color: #ffffff;
}

.default-btn.white-color-btn {
  background-color: #ffffff;
  color: #000000;
}

.default-btn.white-color-btn:hover {
  color: #ffffff;
  background-color: #04c37f;
}

.default-btn.white-color-btn {
  color: #000000;
  background-color: #ffffff;
}

.default-btn.white-color-btn:hover {
  color: #ffffff;
}

.color-with-font-css {
  font-size: 16px;
}

.color-with-font-css p {
  font-size: 16px;
}

.color-with-font-css .default-btn {
  padding: 15px 35px;
  font-size: 18px;
  font-weight: 500;
}

.light-version .others-options .cart-btn {
  color: #565656;
}

.others-options .cart-btn {
  color: #fff;
}

/*section-title*/
.section-title {
  text-align: center;
  position: relative;
  z-index: 1;
  padding-bottom: 105px;
  margin-bottom: 30px;
  margin-top: -9px;
}

.section-title h2 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 38px;
  font-family: "Playfair Display", serif;
  font-weight: 700;
}

.section-title .back-text {
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
  color: #000000;
  opacity: .04;
  text-transform: uppercase;
  font-size: 146px;
  font-weight: 900;
}

.section-title::before {
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 1px;
  height: 50px;
  background: #000000;
  position: absolute;
}

.section-title.white-color h2 {
  color: #ffffff;
}

.section-title.white-color .back-text {
  opacity: .06;
  color: #ffffff;
}

/*optional-section-title*/
.optional-section-title {
  position: relative;
  text-align: center;
  max-width: 600px;
  padding-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 55px;
}

.optional-section-title span {
  text-transform: uppercase;
  margin-bottom: 5px;
  display: block;
  font-size: 13px;
  font-weight: 600;
}

.optional-section-title h2 {
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 34px;
  font-weight: 700;
}

.optional-section-title h1 {
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 38px;
  font-weight: 700;
}

.optional-section-title h3 {
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 30px;
  font-weight: 700;
}

.optional-section-title h4 {
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 26px;
  font-weight: 700;
}

.optional-section-title h5 {
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 22px;
  font-weight: 700;
}

.optional-section-title h6 {
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 700;
}

.optional-section-title .bar {
  width: 60px;
  height: 3px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.optional-section-title .bar::before, .optional-section-title .bar::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 3px;
  background-color: #000000;
  left: 8px;
  top: 0;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG-2;
          animation-name: MOVE-BG-2;
}

.optional-section-title .bar::after {
  left: 0;
}

@-webkit-keyframes MOVE-BG-2 {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(60px);
            transform: translateX(60px);
  }
}

@keyframes MOVE-BG-2 {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(60px);
            transform: translateX(60px);
  }
}

/*btn-primary*/
.btn {
  border: none;
  padding: 11px 32px;
  line-height: initial;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 700;
  font-size: 18px;
}

.btn.disabled, .btn:disabled {
  opacity: 1;
}

.btn-primary {
  color: #000000;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #ffffff;
  color: #000000;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.btn-primary:hover, .btn-primary:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #ffffff;
  color: #000000;
}

/*form-control */
.form-control {
  height: 35px;
  padding: 0 0 15px;
  font-size: 15px;
  line-height: initial;
  color: #000000;
  background-color: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #000000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.form-control::-webkit-input-placeholder {
  color: #000000;
}

.form-control:-ms-input-placeholder {
  color: #000000;
}

.form-control::-ms-input-placeholder {
  color: #000000;
}

.form-control::placeholder {
  color: #000000;
}

.form-control:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  background-color: transparent;
  color: #000000;
  border-color: #000000;
}

/*separate*/
.br-line {
  position: relative;
  overflow: hidden;
  height: 60px;
  width: 3px;
  background: #ffffff;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 1;
}

.br-line::after, .br-line::before {
  content: "";
  position: absolute;
  background: #000000;
  width: 100%;
  height: 3px;
  left: 0;
  z-index: -1;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
          animation-name: MOVE-BG;
}

.br-line::before {
  top: 15px;
}

.br-line::after {
  top: 5px;
}

@-webkit-keyframes MOVE-BG {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
}

@keyframes MOVE-BG {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
}

/*================================================
Preloader Area CSS
=================================================*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  z-index: 999999;
  text-align: center;
}

.preloader p {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
}

.preloader .spinner {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 46%;
  -webkit-transform: translateY(-46%);
          transform: translateY(-46%);
}

.preloader .spinner .double-bounce1, .preloader .spinner .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
          animation: sk-bounce 2.0s infinite ease-in-out;
}

.preloader .spinner .double-bounce2 {
  -webkit-animation-delay: -1.0s;
          animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/*================================================
Navbar Area CSS
=================================================*/
.bg-light {
  background-color: transparent !important;
}

.bg-light.bg-gray-light {
  background-color: #f4feff !important;
}

.bg-light.bg-dark-color {
  background-color: #000000 !important;
}

.bg-light.transparent-navbar {
  background-color: transparent !important;
}

.top-header {
  padding-top: 12px;
  padding-bottom: 12px;
}

.top-header .header-left-content p {
  color: #ffffff;
  margin: 0;
}

.top-header .header-right-content ul {
  text-align: right;
  margin-bottom: 0;
  padding-left: 0;
}

.top-header .header-right-content ul li {
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  padding-left: 26px;
  position: relative;
  margin-right: 20px;
  text-align: left;
}

.top-header .header-right-content ul li:last-child {
  margin-right: 0;
}

.top-header .header-right-content ul li i {
  color: #ffffff;
  font-size: 18px;
  position: absolute;
  top: 3px;
  left: 0;
}

.top-header .header-right-content ul li span {
  display: block;
  font-size: 13px;
  line-height: 1;
}

.top-header .header-right-content ul li a {
  color: #ffffff;
}

.navbar {
  padding-top: 25px;
  padding-bottom: 25px;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 9999;
}

.navbar .sticky-logo {
  display: none;
}

.navbar.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 0 20px #333;
          box-shadow: 0 0 20px #333;
  background-color: #000000 !important;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  padding-top: 25px;
  padding-bottom: 25px;
}

.navbar.is-sticky .navbar-brand .sticky-logo {
  display: block;
}

.navbar.is-sticky .navbar-brand .main-logo {
  display: none;
}

.navbar .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar .navbar-brand img {
  max-width: 120px;
}

.navbar .menu-header-menu-container {
  margin-left: auto;
}

.navbar .navbar-collapse div {
  margin-left: auto;
}

.navbar .navbar-nav .nav-item {
  padding-right: 13px;
  padding-left: 13px;
  padding-top: 0;
  padding-bottom: 0;
}

.navbar .navbar-nav .nav-item .nav-link {
  color: #000000;
  text-transform: capitalize;
  position: relative;
  font-size: 15px;
  font-weight: 500;
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.navbar .navbar-nav .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -3px;
  right: 0;
  width: 0;
  height: 1px;
  background: #000000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navbar .navbar-nav .nav-item .nav-link:hover::before, .navbar .navbar-nav .nav-item .nav-link.active::before {
  width: 100%;
  right: auto;
  left: 0;
  opacity: 1;
  visibility: visible;
}

.navbar .navbar-nav .nav-item:last-child {
  padding-right: 0;
}

.navbar .navbar-nav .nav-item:first-child {
  padding-left: 0;
}

.navbar .navbar-nav .nav-item .dropdown-menu {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  position: absolute;
  border: none;
  top: 80px;
  left: 0;
  width: 250px;
  z-index: 99;
  display: block;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-top: 15px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 15px;
}

.navbar .navbar-nav .nav-item .dropdown-menu li {
  padding: 0;
}

.navbar .navbar-nav .nav-item .dropdown-menu li a {
  text-transform: capitalize;
  padding: 5px 25px;
  margin: 0;
  color: #000000;
  white-space: inherit;
  font-size: 15px;
}

.navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  background: transparent;
}

.navbar .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.navbar.bg-dark-color .navbar-nav .nav-item .nav-link {
  color: #ffffff;
}

.navbar-light .navbar-brand {
  color: #ffffff;
}

.navbar-light .navbar-brand h2 {
  margin: 0;
  color: #ffffff;
  font-size: 25px;
  font-weight: bold;
}

.hide-wp-nav.is-sticky {
  margin-top: 30px;
}

/*================================================
Main Banner Area CSS
=================================================*/
.home-area {
  overflow: hidden;
}

.main-banner {
  height: 100vh;
}

.particles-js-banner {
  position: relative;
}

.particles-js-banner .main-banner-content {
  position: relative;
  z-index: 2;
}

.particles-js-banner .banner-image {
  position: relative;
  z-index: 2;
}

#particles-js {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.main-banner-content span {
  display: block;
  color: #000000;
}

.main-banner-content .title {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-top: 5px;
  margin-bottom: -10px;
  padding-top: 55px;
  padding-bottom: 55px;
  padding-right: 150px;
}

.main-banner-content .title h5 {
  margin-bottom: 0;
  color: #ffffff;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: rotate(-6deg);
          transform: rotate(-6deg);
  font-size: 22px;
  font-family: "Playfair Display", serif;
}

.main-banner-content .title h1 {
  margin-bottom: 0;
  color: #ffffff;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: rotate(-6deg);
          transform: rotate(-6deg);
  font-size: 52px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
}

.main-banner-content .title::before {
  position: absolute;
  left: -110px;
  top: 0;
  content: '';
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url(../../assets/img/paper-shape.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.main-banner-content p {
  display: block;
}

.main-banner-content.white-color span {
  color: #ffffff;
}

.main-banner-content.white-color p {
  color: #ffffff;
}

.main-banner-image {
  position: relative;
  z-index: 1;
  text-align: center;
}

.main-banner-image::before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: -15px;
  border: 10px solid #eeeeee;
  width: 106%;
  height: 80%;
  z-index: -1;
}

.background-image-banner {
  height: 100vh;
  position: relative;
  z-index: 1;
  background-color: #000000;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.background-image-banner::before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: .78;
  left: 0;
  bottom: 0;
}

.hero-content {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.hero-content img {
  border-radius: 50%;
  margin-bottom: 25px;
  width: 200px;
  height: 200px !important;
  border: 5px solid #ffffff;
}

.hero-content span {
  display: block;
  color: #ffffff;
  font-size: 17px;
}

.hero-content .title {
  margin-top: 12px;
  margin-bottom: 17px;
}

.hero-content .title h1 {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 45px;
  font-weight: 500;
  font-family: "Playfair Display", serif;
}

.hero-content .title h1 a, .hero-content .title h1 span {
  display: inline-block;
  font-size: 45px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
}

.hero-content p {
  opacity: .90;
  display: block;
  color: #ffffff;
}

.home-main-banner {
  padding-top: 80px;
}

.home-main-content .banner-top-title {
  color: #ffffff;
  margin-bottom: 10px;
  font-family: "Playfair Display", serif;
  font-size: 18px;
  font-weight: 400;
}

.home-main-content h1 {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 700;
}

.home-main-content h2 {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 55px;
  font-weight: 700;
}

.home-main-content h3 {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 700;
}

.home-main-content h4 {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 700;
}

.home-main-content h5 {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
}

.home-main-content h6 {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 700;
}

.home-main-content span {
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin-top: 17px;
  margin-bottom: 15px;
}

.home-main-content p {
  color: #ccc;
  margin-bottom: 0;
  line-height: 1.8;
  font-size: 15px;
}

.home-main-content ul, .home-main-content ol {
  padding-left: 17px;
  margin-bottom: 0;
  margin-top: 10px;
  color: #ccc;
}

.home-main-content ul li, .home-main-content ol li {
  line-height: 1.8;
}

.home-main-content .social {
  margin-top: 25px;
}

.home-main-content .social ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.home-main-content .social ul li {
  display: inline-block;
  margin-right: 5px;
}

.home-main-content .social ul li a {
  color: #e2e2e2;
  background: #0c0c0c;
  width: 35px;
  height: 35px;
  text-align: center;
  display: inline-block;
  border-radius: 100px;
  line-height: 35px;
}

.home-main-content .social ul li a i::before {
  font-size: 13px;
}

.home-main-content .social ul li a:hover {
  color: #ffffff;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.home-main-content .social ul li:last-child {
  margin-right: 0;
}

.banner-img {
  text-align: center;
  position: relative;
  margin: 40px 0 80px;
}

.banner-img .shape-image img {
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.banner-img .shape-image img:nth-child(1) {
  right: 75px;
  bottom: 30px;
}

.banner-img .shape-image img:nth-child(2) {
  left: 65px;
  top: 30%;
}

.banner-img .shape-image img:nth-child(3) {
  left: 85px;
  bottom: 55px;
  z-index: 1;
}

.banner-img .shape-image img:nth-child(4) {
  left: 85px;
  top: 40px;
}

.banner-img .shape-image img:nth-child(5) {
  left: -20px;
  bottom: -35px;
}

.banner-img .shape-image img:nth-child(6) {
  right: 16%;
  top: 27%;
}

.banner-img .shape-image img:nth-child(7) {
  right: 43%;
  bottom: 45px;
}

.banner-img .shape-image img:nth-child(8) {
  top: 42px;
  right: 65px;
}

.banner-img:hover .shape-image img:nth-child(1) {
  -webkit-animation-name: rotateMe;
          animation-name: rotateMe;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.banner-img:hover .shape-image img:nth-child(2) {
  -webkit-animation: rotate3d 4s linear infinite;
          animation: rotate3d 4s linear infinite;
}

.banner-img:hover .shape-image img:nth-child(3) {
  -webkit-animation: moveBounce 5s linear infinite;
          animation: moveBounce 5s linear infinite;
}

.banner-img:hover .shape-image img:nth-child(4) {
  -webkit-animation: moveBounce 5s linear infinite;
          animation: moveBounce 5s linear infinite;
}

.banner-img:hover .shape-image img:nth-child(6) {
  -webkit-animation-name: rotateMe;
          animation-name: rotateMe;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.banner-img:hover .shape-image img:nth-child(7) {
  -webkit-animation-name: rotateMe;
          animation-name: rotateMe;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.banner-img:hover .shape-image img:nth-child(8) {
  -webkit-animation: rotate3d 4s linear infinite;
          animation: rotate3d 4s linear infinite;
}

/*================================================
Featured Services Area CSS
=================================================*/
.featured-services-area .elementor-element-populated {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.single-featured-box {
  background-color: #0c0c0c;
  position: relative;
  z-index: 1;
  padding: 35px 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 30px;
}

.single-featured-box .icon {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 20px;
  line-height: 1;
}

.single-featured-box .icon i::before {
  font-size: 45px;
}

.single-featured-box h3 {
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
}

.single-featured-box h1 {
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
}

.single-featured-box h2 {
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  font-size: 25px;
  font-weight: 600;
}

.single-featured-box h4 {
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
}

.single-featured-box h5 {
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  font-size: 10px;
  font-weight: 600;
}

.single-featured-box h6 {
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  font-size: 8px;
  font-weight: 600;
}

.single-featured-box .shape-img {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: -1;
  max-width: 50px;
}

.single-featured-box .shape-img img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-featured-box .shape-img img:nth-child(2) {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}

.single-featured-box .bar {
  position: relative;
  z-index: 1;
  width: 55px;
  height: 3px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 15px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.single-featured-box .bar::before, .single-featured-box .bar::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 3px;
  top: 0;
  background: #111111;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-featured-box .bar::after {
  left: 15px;
}

.single-featured-box .bar::before {
  right: 15px;
}

.single-featured-box p {
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-featured-box ul, .single-featured-box ol {
  padding-left: 17px;
  margin-bottom: 0;
  margin-top: 10px;
  color: #ccc;
}

.single-featured-box ul li, .single-featured-box ol li {
  line-height: 1.8;
}

.single-featured-box:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

/*================================================
Services Area CSS
=================================================*/
.services-area {
  padding-bottom: 90px;
}

.services-area.bg-black-color .section-title h2 {
  color: #ffffff;
}

.services-area.bg-black-color .section-title .back-text {
  opacity: .06;
  color: #ffffff;
}

.single-services-box {
  position: relative;
  padding: 23px;
  background: #000000;
}

.single-services-box .icon {
  display: inline-block;
  width: 75px;
  height: 72px;
  position: absolute;
  top: 0;
  left: 23px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #000000;
  text-align: center;
}

.single-services-box .icon i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}

.single-services-box .icon i::before {
  font-size: 40px;
}

.single-services-box .icon i.flaticon-camera {
  top: 90%;
  -webkit-transform: translateY(-90%);
          transform: translateY(-90%);
}

.single-services-box h3 {
  color: #ffffff;
  margin-bottom: 0;
  padding-left: 93px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 24px;
  font-weight: 700;
}

.single-services-box p {
  color: #eeeeee;
  margin-top: 45px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-services-box:hover .icon {
  color: #000000;
  background: #ffffff;
}

.single-services-box.bg-main-color .icon {
  background: #000000;
}

.single-services-box.bg-main-color h3 {
  color: #000000;
}

.single-services-box.bg-main-color p {
  color: #000000;
}

.single-services-box.bg-main-color:hover .icon {
  color: #000000;
  background: #ffffff;
}

.single-services-box.bg-white-color {
  background: #ffffff;
}

.single-services-box.bg-white-color .icon {
  background: #000000;
}

.single-services-box.bg-white-color h3 {
  color: #000000;
}

.single-services-box.bg-white-color p {
  color: #000000;
}

.single-services-box.bg-white-color:hover .icon {
  color: #000000;
}

.single-services-box.bg-gray-dark {
  background-color: #111111;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
}

.single-services-box.bg-gray-dark:hover h3 {
  color: #000000;
}

.single-services-box.bg-gray-dark:hover p {
  color: #000000;
}

.single-services-box.bg-dark-color {
  background-color: #000000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
}

.single-services-box.bg-dark-color:hover h3 {
  color: #000000;
}

.single-services-box.bg-dark-color:hover p {
  color: #313131;
}

.services-box {
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  padding: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #ffffff;
}

.services-box .icon {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border: 1px solid transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.services-box .icon i::before {
  font-size: 30px;
}

.services-box .icon::before {
  content: '';
  position: absolute;
  left: 1px;
  width: 100%;
  height: 100%;
  top: -1px;
  border: 4px solid #e8e7e7;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.services-box .icon::after {
  content: '';
  width: 100%;
  height: 100%;
  left: -3px;
  position: absolute;
  top: -3px;
  border: 2px solid #e8e7e7;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.services-box h3 {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
}

.services-box p {
  color: #524c4c;
}

.services-box:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.main-services-area {
  padding-bottom: 40px;
  position: relative;
  z-index: 1;
}

.main-services-area .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.single-main-services {
  background-color: #0c0c0c;
  padding: 70px 30px 30px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  position: relative;
  margin-bottom: 30px;
  margin-top: 40px;
}

.single-main-services .icon {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -40px;
  width: 80px;
  height: 80px;
  line-height: 78px;
  color: #ffffff;
  border: 3px solid #111111;
  border-radius: 100%;
  background-color: #000000;
  font-size: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-main-services .icon i::before {
  font-size: 30px;
}

.single-main-services h3 {
  margin-bottom: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
}

.single-main-services h1 {
  margin-bottom: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
}

.single-main-services h2 {
  margin-bottom: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  font-size: 25px;
  font-weight: 600;
}

.single-main-services h4 {
  margin-bottom: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
}

.single-main-services h5 {
  margin-bottom: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  font-size: 10px;
  font-weight: 600;
}

.single-main-services h6 {
  margin-bottom: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  font-size: 8px;
  font-weight: 600;
}

.single-main-services p {
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #cccccc;
  font-size: 14px;
}

.single-main-services .details-btn {
  display: inline-block;
  margin-top: 20px;
  font-size: 20px;
  color: #bdbdbd;
  border: 1px solid #333;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.single-main-services .details-btn:hover {
  -webkit-padding-start: 2px;
          padding-inline-start: 2px;
}

.single-main-services:hover .icon {
  color: #ffffff;
}

/*================================================
Portfolio Area CSS
=================================================*/
.shorting-menu {
  text-align: center;
  margin-bottom: 20px;
}

.shorting-menu button {
  border: 1px solid #000000;
  background: transparent;
  font-size: 16px;
  font-weight: 600;
  padding: 5px 15px;
  margin: 0 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: 0;
}

.shorting-menu button i {
  margin-right: 2px;
}

.shorting-menu button i::before {
  font-size: 13px;
}

.shorting-menu button.active, .shorting-menu button:hover {
  background-color: #000000;
  color: #ffffff;
}

.shorting-menu.white-color button {
  background-color: #111111;
  border-color: #111111;
  color: #ffffff;
}

.shorting-menu.white-color button.active, .shorting-menu.white-color button:hover {
  background-color: #ffffff;
  color: #000000;
}

.bg-dark-color .shorting-menu button {
  background-color: #111111;
  border-color: #111111;
  color: #ffffff;
}

.bg-dark-color .shorting-menu button.active, .bg-dark-color .shorting-menu button:hover {
  background-color: #ffffff;
  color: #000000;
}

.single-portfolio-box {
  position: relative;
  margin-top: 30px;
  overflow: hidden;
}

.single-portfolio-box img {
  -webkit-transition: .9s;
  transition: .9s;
}

.single-portfolio-box .popup-btn {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 2;
}

.single-portfolio-box .portfolio-content {
  position: absolute;
  left: 0;
  background-color: #000000;
  bottom: 20px;
  padding: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 3;
}

.single-portfolio-box .portfolio-content h3 {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
}

.single-portfolio-box .portfolio-content span {
  display: block;
  color: #ffffff;
  margin-top: 8px;
  font-size: 15px;
  font-weight: 700;
}

.single-portfolio-box:hover img {
  -webkit-transform: rotate(15deg) scale(1.4);
          transform: rotate(15deg) scale(1.4);
}

.single-portfolio-box:hover .portfolio-content {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}

.projects-area {
  padding-bottom: 40px;
}

.single-projects-box {
  margin-bottom: 30px;
  position: relative;
}

.single-projects-box img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-projects-box .projects-content {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #0c0c0c;
  padding: 30px 60px 30px 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-projects-box .projects-content h3 {
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
}

.single-projects-box .projects-content h3 a {
  color: #ffffff;
}

.single-projects-box .projects-content h1 {
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
}

.single-projects-box .projects-content h1 a {
  color: #ffffff;
}

.single-projects-box .projects-content h2 {
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  font-size: 25px;
  font-weight: 600;
}

.single-projects-box .projects-content h2 a {
  color: #ffffff;
}

.single-projects-box .projects-content h4 {
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
}

.single-projects-box .projects-content h4 a {
  color: #ffffff;
}

.single-projects-box .projects-content h5 {
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  font-size: 10px;
  font-weight: 600;
}

.single-projects-box .projects-content h5 a {
  color: #ffffff;
}

.single-projects-box .projects-content h6 {
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  font-size: 8px;
  font-weight: 600;
}

.single-projects-box .projects-content h6 a {
  color: #ffffff;
}

.single-projects-box .projects-content span {
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 10px;
  font-size: 14px;
}

.single-projects-box:hover img {
  -webkit-filter: unset;
          filter: unset;
}

.single-projects-box:hover .projects-content span {
  color: #ffffff;
}

.projects-slides {
  padding-left: 15px;
  padding-right: 15px;
}

.projects-slides.owl-theme .owl-nav {
  line-height: .01;
  margin-bottom: 30px;
  margin-top: 20px;
}

.projects-slides.owl-theme .owl-nav [class*=owl-] {
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #111111;
  width: 40px;
  height: 40px;
  line-height: 42px;
  margin: 0 5px;
  color: #ffffff;
  font-size: 15px;
  border-radius: 50%;
  padding: 0;
}

.projects-slides.owl-theme .owl-nav [class*=owl-] i::before {
  font-size: 15px;
}

.projects-slides.owl-theme .owl-nav [class*=owl-]:hover {
  color: #ffffff;
}

.projects-slides .single-projects-box a {
  display: block;
}

.project-details-desc {
  padding: 30px;
  overflow: hidden;
  background-color: #0c0c0c;
  color: #cccccc;
}

.project-details-desc h1 {
  font-size: 28px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #ffffff;
}

.project-details-desc h2 {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #ffffff;
}

.project-details-desc h3 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #ffffff;
}

.project-details-desc h4 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #ffffff;
}

.project-details-desc h5 {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #ffffff;
}

.project-details-desc h6 {
  font-size: 15px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #ffffff;
}

.project-details-desc p {
  line-height: 1.8;
}

.project-details-desc p a {
  text-decoration: underline;
}

.project-details-desc p a:hover {
  text-decoration: none;
}

.project-details-desc dl, .project-details-desc ol, .project-details-desc ul {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #cccccc;
}

.project-details-desc dt {
  margin-bottom: 5px;
  color: #cccccc;
}

.project-details-desc dd {
  margin: 0 1rem 1rem;
  font-size: 15px;
  line-height: 26px;
}

.project-details-desc dd a {
  text-decoration: underline;
}

.project-details-desc dd a:hover {
  text-decoration: none;
}

.project-details-desc ul {
  list-style: disc;
  padding-left: 20px;
}

.project-details-desc ul li {
  list-style: disc;
  line-height: 1.8;
  margin-bottom: 5px;
  color: #cccccc;
}

.project-details-desc ul li a {
  text-decoration: underline;
}

.project-details-desc ul li a:hover {
  text-decoration: none;
}

.project-details-desc ul li ul, .project-details-desc ul li ol {
  margin: 5px 0 0;
  list-style-type: circle;
}

.project-details-desc ul li ul li, .project-details-desc ul li ol li {
  list-style-type: circle;
}

.project-details-desc ol {
  padding-left: 20px;
}

.project-details-desc ol li {
  line-height: 1.8;
  margin-bottom: 5px;
  color: #cccccc;
}

.project-details-desc ol li a {
  text-decoration: underline;
}

.project-details-desc ol li a:hover {
  text-decoration: none;
}

.project-details-desc ol li ol, .project-details-desc ol li ul {
  margin: 5px 0 0;
}

.project-details-desc .wp-block-gallery {
  margin-top: 20px !important;
}

.project-details-image img {
  width: 100%;
}

.project-details-info {
  margin-top: 25px;
}

.project-details-info .project-title {
  border-bottom: 1px solid #2d2d2d;
  margin: 0;
  text-transform: capitalize;
  color: #ffffff;
  padding-bottom: 15px;
}

.project-details-info ul {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -15px;
  margin-right: -15px;
  list-style: none;
  padding-left: 0;
  overflow: hidden;
}

.project-details-info ul li {
  color: #cccccc;
  list-style: none;
  width: 20%;
  float: left;
  margin: 20px 0 0;
  padding-left: 15px;
  padding-right: 15px;
}

.project-details-info ul li span {
  text-transform: capitalize;
  color: #ececec;
  font-weight: 600;
  display: block;
  font-size: 15px;
  margin-bottom: 5px;
}

.project-details-info ul li:last-child {
  margin-bottom: 0;
}

.project-details-info ul li .default-btn {
  text-decoration: none;
}

.project-next-and-prev {
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  background: #ffffff;
  margin-top: 30px;
  padding: 30px;
}

.project-next-and-prev .default-btn {
  border: 1px solid #04c37f;
}

.service-details-area .service-details-desc {
  padding: 30px;
  overflow: hidden;
  background-color: #0c0c0c;
  color: #cccccc;
}

.service-details-area .service-details-desc h1 {
  font-size: 28px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #ffffff;
}

.service-details-area .service-details-desc h2 {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #ffffff;
}

.service-details-area .service-details-desc h3 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #ffffff;
}

.service-details-area .service-details-desc h4 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #ffffff;
}

.service-details-area .service-details-desc h5 {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #ffffff;
}

.service-details-area .service-details-desc h6 {
  font-size: 15px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #ffffff;
}

.service-details-area .service-details-desc p {
  line-height: 1.8;
}

.service-details-area .service-details-desc p a {
  text-decoration: underline;
}

.service-details-area .service-details-desc p a:hover {
  text-decoration: none;
}

.service-details-area .service-details-desc dl, .service-details-area .service-details-desc ol, .service-details-area .service-details-desc ul {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #cccccc;
}

.service-details-area .service-details-desc dt {
  margin-bottom: 5px;
  color: #cccccc;
}

.service-details-area .service-details-desc dd {
  margin: 0 1rem 1rem;
  font-size: 15px;
  line-height: 26px;
}

.service-details-area .service-details-desc dd a {
  text-decoration: underline;
}

.service-details-area .service-details-desc dd a:hover {
  text-decoration: none;
}

.service-details-area .service-details-desc ul {
  list-style-type: none;
  padding-left: 0;
  overflow: hidden;
}

.service-details-area .service-details-desc ul li {
  float: left;
  width: 45%;
  list-style-type: none;
  line-height: 1.8;
  margin-bottom: 5px;
  color: #cccccc;
}

.service-details-area .service-details-desc ul li a {
  text-decoration: none;
}

.service-details-area .service-details-desc ul li ul, .service-details-area .service-details-desc ul li ol {
  margin: 5px 0 0;
  list-style-type: circle;
}

.service-details-area .service-details-desc ul li ul li, .service-details-area .service-details-desc ul li ol li {
  list-style-type: circle;
}

.service-details-area .service-details-desc ul li::before {
  content: "\f00c";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 15px;
  font-style: normal;
  margin-right: 10px;
}

.service-details-area .service-details-desc ol {
  padding-left: 0;
  overflow: hidden;
}

.service-details-area .service-details-desc ol li {
  float: left;
  width: 45%;
  list-style-type: none;
  line-height: 1.8;
  margin-bottom: 5px;
  color: #cccccc;
}

.service-details-area .service-details-desc ol li a {
  text-decoration: none;
}

.service-details-area .service-details-desc ol li ol, .service-details-area .service-details-desc ol li ul {
  margin: 5px 0 0;
}

.service-details-area .service-details-desc ol li::before {
  content: "\f00c";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 15px;
  font-style: normal;
  margin-right: 10px;
}

.service-details-area .service-details-desc .wp-block-gallery {
  margin-top: 20px !important;
}

.service-details-area .services-details-faq {
  margin-top: 25px;
}

.service-details-area .services-details-faq .accordion {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.service-details-area .services-details-faq .accordion .accordion-item {
  display: block;
  margin-bottom: 15px;
  width: 100%;
  float: none;
}

.service-details-area .services-details-faq .accordion .accordion-item::before {
  display: none;
}

.service-details-area .services-details-faq .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.service-details-area .services-details-faq .accordion .accordion-item .accordion-title {
  color: #ffffff;
  position: relative;
  padding-left: 22px;
  font-size: 16px;
  font-weight: 600;
}

.service-details-area .services-details-faq .accordion .accordion-item .accordion-title i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-52%);
          transform: translateY(-52%);
  font-size: 14px;
}

.service-details-area .services-details-faq .accordion .accordion-item .accordion-title.active i::before {
  content: "\f068";
}

.service-details-area .services-details-faq .accordion .accordion-content {
  display: none;
  margin-top: 8px;
}

.service-details-area .services-details-faq .accordion .accordion-content.show {
  display: block;
}

.service-details-area .services-sidebar .services-list, .service-details-area .service-details-info .services-list {
  padding: 20px;
  margin-bottom: 20px;
  background-color: #0c0c0c;
  border: 1px solid #0c0c0c;
}

.service-details-area .services-sidebar .services-list ul, .service-details-area .service-details-info .services-list ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.service-details-area .services-sidebar .services-list ul li, .service-details-area .service-details-info .services-list ul li {
  margin-bottom: 7px;
}

.service-details-area .services-sidebar .services-list ul li a, .service-details-area .service-details-info .services-list ul li a {
  display: block;
  font-weight: 500;
  padding: 10px 12px;
  background-color: #000000;
  color: #c0c0c0;
  position: relative;
}

.service-details-area .services-sidebar .services-list ul li a i, .service-details-area .service-details-info .services-list ul li a i {
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.service-details-area .services-sidebar .services-list ul li a .flaticon-left-arrow, .service-details-area .service-details-info .services-list ul li a .flaticon-left-arrow {
  display: none;
}

.service-details-area .services-sidebar .services-list ul li a .flaticon-right-arrow, .service-details-area .service-details-info .services-list ul li a .flaticon-right-arrow {
  display: block;
}

.service-details-area .services-sidebar .services-list ul li a:hover, .service-details-area .services-sidebar .services-list ul li a.active, .service-details-area .service-details-info .services-list ul li a:hover, .service-details-area .service-details-info .services-list ul li a.active {
  color: #ffffff;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
}

.service-details-area .services-sidebar .services-download-list ul, .service-details-area .service-details-info .services-download-list ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.service-details-area .services-sidebar .services-download-list ul li, .service-details-area .service-details-info .services-download-list ul li {
  margin-bottom: 10px;
}

.service-details-area .services-sidebar .services-download-list ul li a, .service-details-area .service-details-info .services-download-list ul li a {
  display: block;
  background-color: #0c0c0c;
  color: #ffffff;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  font-weight: 500;
  padding: 14px 15px;
}

.service-details-area .services-sidebar .services-download-list ul li a:hover, .service-details-area .service-details-info .services-download-list ul li a:hover {
  color: #ffffff;
}

.service-details-area .services-sidebar .services-download-list ul li a i, .service-details-area .service-details-info .services-download-list ul li a i {
  margin-right: 2px;
}

.service-details-area .services-sidebar .services-download-list ul li:last-child, .service-details-area .service-details-info .services-download-list ul li:last-child {
  margin-bottom: 0;
}

/*================================================
About Area CSS
=================================================*/
.about-image {
  text-align: center;
  position: relative;
  z-index: 1;
}

.about-image .shape-image {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  margin: 0 auto;
  z-index: -1;
}

.about-content {
  padding-left: 25px;
}

.about-content h3 {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 700;
}

.about-content .experience-list {
  padding-left: 0;
  margin-bottom: 40px;
  list-style-type: none;
}

.about-content .experience-list li {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #168e88;
  font-weight: 600;
  padding-left: 95px;
}

.about-content .experience-list li span {
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 17px;
}

.about-content .experience-list li:last-child {
  margin-bottom: 0;
}

.about-content .skills-list {
  position: relative;
}

.about-content .skills-list .skill-item {
  position: relative;
  margin-bottom: 20px;
}

.about-content .skills-list .skill-item .skill-header {
  position: relative;
  margin-bottom: 8px;
}

.about-content .skills-list .skill-item .skill-header .skill-title {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}

.about-content .skills-list .skill-item .skill-header .skill-percentage {
  position: absolute;
  right: 0;
  top: 1px;
  font-size: 14px;
  font-weight: 700;
}

.about-content .skills-list .skill-item:last-child {
  margin-bottom: 0;
}

.about-content .skills-list .skill-item .skill-bar {
  position: relative;
  width: 100%;
}

.about-content .skills-list .skill-item .skill-bar .bar-inner {
  position: relative;
  width: 100%;
  border-bottom: 6px solid #168e88;
  border-radius: 30px;
}

.about-content .skills-list .skill-item .skill-bar .bar-inner .bar {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0px;
  height: 7px;
  background: #000000;
  -webkit-transition: all 2000ms ease;
  transition: all 2000ms ease;
  border-radius: 30px;
}

.about-content.gray-light-color .experience-list li {
  border-color: #c8d2d3;
}

.about-content.gray-light-color .experience-list li p {
  color: #212529;
}

.about-content.gray-light-color .skills-list .skill-item .skill-bar .bar-inner {
  border-color: #c8d2d3;
}

.about-content.white-color h3 {
  color: #ffffff;
}

.about-content.white-color .experience-list li {
  border-color: #232323;
  color: #dddddd;
}

.about-content.white-color .skills-list .skill-item .skill-header .skill-title {
  color: #ffffff;
}

.about-content.white-color .skills-list .skill-item .skill-header .skill-percentage {
  color: #ffffff;
}

.about-content.white-color .skills-list .skill-item .skill-bar .bar-inner {
  border-color: #2c2c2c;
}

.about-info-content h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.about-info-content ul {
  padding-left: 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 13px;
  margin-bottom: 30px;
  margin-right: -15px;
  margin-left: -15px;
}

.about-info-content ul li {
  color: #524c4c;
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
  margin-top: 12px;
  padding-left: 15px;
  padding-right: 15px;
}

.about-info-content ul li span {
  font-weight: 700;
  display: inline-block;
  min-width: 85px;
  color: #000000;
}

.about-info-content ul li a {
  display: inline-block;
  color: #000000;
}

.about-info-content ul li p {
  display: inline-block;
  color: #524c4c;
  margin-bottom: 0 !important;
}

.about-info-content .btn-primary:hover, .about-info-content .btn-primary:focus {
  background-color: #000000 !important;
  color: #ffffff !important;
}

.funfacts-area {
  border-top: 1px solid #168e88;
  border-bottom: 1px solid #168e88;
  margin-top: 120px;
  padding-top: 20px;
  padding-bottom: 50px;
}

.funfacts-area.gray-light-color {
  border-color: #eeeeee;
}

.funfacts-area.white-color {
  border-color: #232323;
}

.single-funfact {
  text-align: center;
  margin-top: 30px;
}

.single-funfact h3 {
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 700;
}

.single-funfact h3 .odometer.odometer-auto-theme {
  position: relative;
  top: -3px;
}

.single-funfact p {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: initial;
  margin-bottom: 0;
}

.single-funfact.white-color p {
  color: #ffffff;
}

.overview-box {
  border-bottom: 1px solid #111111;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.overview-box .main-about-content {
  position: relative;
  padding-left: 80px;
}

.overview-box .main-about-content i {
  font-size: 35px;
  position: absolute;
  left: 0;
  top: -5px;
  border: 1px solid #1f1f1f;
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 50%;
  line-height: 60px;
}

.overview-box .main-about-content i::before {
  font-size: 30px;
}

.overview-box .main-about-content h3 {
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
}

.overview-box .main-about-content h1 {
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
}

.overview-box .main-about-content h2 {
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  font-size: 25px;
  font-weight: 600;
}

.overview-box .main-about-content h4 {
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
}

.overview-box .main-about-content h5 {
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  font-size: 10px;
  font-weight: 600;
}

.overview-box .main-about-content h6 {
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  font-size: 7px;
  font-weight: 600;
}

.overview-box .main-about-content .bar {
  width: 50px;
  height: 1px;
  background-color: #1f1f1f;
  margin-top: 15px;
  margin-bottom: 15px;
}

.overview-box .main-about-content p {
  color: #cccccc;
  line-height: 1.8;
}

.overview-box .main-about-content ul, .overview-box .main-about-content ol {
  padding-left: 17px;
  margin-bottom: 0;
  margin-top: 10px;
  color: #cccccc;
}

.overview-box .main-about-content ul li, .overview-box .main-about-content ol li {
  line-height: 1.8;
}

.overview-box .main-about-content .btn-box {
  margin-top: 25px;
}

.overview-box .main-about-content .btn-box .white-color-btn {
  margin-left: 8px;
}

.overview-box .skills-list {
  position: relative;
}

.overview-box .skills-list .skill-item {
  position: relative;
  margin-bottom: 20px;
}

.overview-box .skills-list .skill-item .skill-header {
  position: relative;
  margin-bottom: 10px;
}

.overview-box .skills-list .skill-item .skill-header .skill-title {
  margin-bottom: 0;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}

.overview-box .skills-list .skill-item .skill-header .skill-percentage {
  position: absolute;
  right: 0;
  top: -2px;
  color: #ffffff;
  font-size: 14px;
}

.overview-box .skills-list .skill-item:last-child {
  margin-bottom: 0;
}

.overview-box .skills-list .skill-item .skill-bar {
  position: relative;
  width: 100%;
}

.overview-box .skills-list .skill-item .skill-bar .bar-inner {
  position: relative;
  width: 100%;
  border-bottom: 5px solid #111111;
  border-radius: 0;
}

.overview-box .skills-list .skill-item .skill-bar .bar-inner .bar {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0px;
  height: 5px;
  -webkit-transition: all 2000ms ease;
  transition: all 2000ms ease;
  border-radius: 0;
}

.overview-box:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}

.overview-box .experience-list ul {
  padding-left: 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 0;
  margin-top: -20px;
}

.overview-box .experience-list ul li {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
  color: #cccccc;
  line-height: 1.8;
  margin-top: 18px;
  font-size: 14px;
  padding-left: 15px;
  padding-right: 15px;
}

.overview-box .experience-list ul li span {
  display: block;
  color: #ffffff;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 600;
}

/*================================================
Team Area CSS
=================================================*/
.team-area {
  padding-bottom: 40px;
}

.single-team-box {
  text-align: center;
  margin-bottom: 30px;
}

.single-team-box .team-member-image {
  position: relative;
  z-index: 1;
  width: 195px;
  height: 195px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: 0 auto;
}

.single-team-box .team-member-image img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
}

.single-team-box .team-member-content {
  margin-top: 25px;
}

.single-team-box .team-member-content h3 {
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
}

.single-team-box .team-member-content h3 a {
  color: #ffffff;
}

.single-team-box .team-member-content h1 {
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  font-size: 25px;
  font-weight: 600;
}

.single-team-box .team-member-content h1 a {
  color: #ffffff;
}

.single-team-box .team-member-content h2 {
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  font-size: 21px;
  font-weight: 600;
}

.single-team-box .team-member-content h2 a {
  color: #ffffff;
}

.single-team-box .team-member-content h4 {
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
}

.single-team-box .team-member-content h4 a {
  color: #ffffff;
}

.single-team-box .team-member-content h5 {
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  font-size: 9px;
  font-weight: 600;
}

.single-team-box .team-member-content h5 a {
  color: #ffffff;
}

.single-team-box .team-member-content h6 {
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  font-size: 6px;
  font-weight: 600;
}

.single-team-box .team-member-content h6 a {
  color: #ffffff;
}

.single-team-box .team-member-content span {
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 6px;
  font-size: 13px;
}

.single-team-box .team-member-content .social {
  padding-left: 0;
  list-style-type: none;
  margin-top: 15px;
  margin-bottom: 0;
}

.single-team-box .team-member-content .social li {
  display: inline-block;
}

.single-team-box .team-member-content .social li a {
  font-size: 14px;
  width: 30px;
  height: 30px;
  background-color: #0c0c0c;
  line-height: 30px;
  border-radius: 50%;
  color: #b9b9b9;
  margin: 0 2px;
}

.single-team-box .team-member-content .social li a i::before {
  font-size: 12px;
}

.single-team-box .team-member-content .social li a:hover {
  color: #ffffff;
}

.single-team-box:hover .team-member-image img {
  -webkit-filter: unset;
          filter: unset;
}

.team-slides.owl-theme .owl-nav {
  line-height: .01;
  margin-bottom: 0;
  margin-top: 0;
}

.team-slides.owl-theme .owl-nav [class*=owl-] {
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #111111;
  width: 40px;
  height: 40px;
  line-height: 42px;
  margin: 0;
  color: #ffffff;
  font-size: 15px;
  border-radius: 50%;
  padding: 0;
  position: absolute;
  left: -50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.team-slides.owl-theme .owl-nav [class*=owl-] i::before {
  font-size: 15px;
}

.team-slides.owl-theme .owl-nav [class*=owl-]:hover {
  color: #ffffff;
}

.team-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -50px;
}

/*================================================
Testimonial Area CSS
=================================================*/
.testimonial-area {
  padding-bottom: 90px;
}

.testimonial-area .section-title h2 {
  color: #ffffff;
}

.testimonial-area .section-title .back-text {
  opacity: .06;
  color: #ffffff;
}

.single-feedback-item {
  margin-bottom: 30px;
  position: relative;
  padding: 20px;
  border-radius: 5px;
}

.single-feedback-item p {
  font-weight: 600;
  margin-bottom: 0;
}

.single-feedback-item .client-info {
  margin-top: 15px;
  position: relative;
  padding-left: 60px;
}

.single-feedback-item .client-info img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.single-feedback-item .client-info h3 {
  margin-bottom: 2px;
  font-size: 17px;
  font-weight: 700;
}

.single-feedback-item .client-info span {
  display: block;
  font-size: 13px;
}

.single-feedback-item i {
  position: absolute;
  color: #000000;
  opacity: .15;
  right: 15px;
  bottom: 0;
}

.single-feedback-item i::before {
  font-size: 75px;
}

.single-feedback-item.bg-white {
  background-color: #ffffff;
}

.single-feedback-item.bg-dark {
  background-color: #000000 !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-feedback-item.bg-dark p {
  color: #eeeeee;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-feedback-item.bg-dark .client-info h3 {
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-feedback-item.bg-dark .client-info span {
  color: #eeeeee;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-feedback-item.bg-dark:hover p {
  color: #331133;
}

.single-feedback-item.bg-dark:hover .client-info h3 {
  color: #000000;
}

.single-feedback-item.bg-dark:hover .client-info span {
  color: #331133;
}

.single-feedback-item.bg-gray-dark {
  background-color: #111111;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-feedback-item.bg-gray-dark p {
  color: #eeeeee;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-feedback-item.bg-gray-dark .client-info h3 {
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-feedback-item.bg-gray-dark .client-info span {
  color: #eeeeee;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-feedback-item.bg-gray-dark:hover p {
  color: #313131;
}

.single-feedback-item.bg-gray-dark:hover .client-info h3 {
  color: #000000;
}

.single-feedback-item.bg-gray-dark:hover .client-info span {
  color: #313131;
}

.feedback-area {
  position: relative;
  z-index: 1;
  background-color: #000000;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.feedback-area::before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: .78;
  left: 0;
  bottom: 0;
}

.single-feedback {
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.single-feedback i {
  font-size: 35px;
  color: #ffffff;
}

.single-feedback p {
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 25px;
  font-size: 28px;
  font-style: italic;
  font-weight: 600;
}

.single-feedback h3 {
  display: inline-block;
  position: relative;
  padding-left: 27px;
  margin-bottom: 0;
  margin-top: 30px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
}

.single-feedback h3 span {
  font-size: 16px;
}

.single-feedback h3::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 6px;
  width: 20px;
  height: 1px;
  background: #ffffff;
}

.feedback-slides {
  cursor: e-resize;
}

.testimonials-section:hover .testimonials-image .main-image {
  -webkit-filter: unset;
          filter: unset;
}

.testimonials-section:hover .testimonials-image .shape-image img:nth-child(1) {
  -webkit-animation: moveBounce 5s linear infinite;
          animation: moveBounce 5s linear infinite;
}

.testimonials-section:hover .testimonials-image .shape-image img:nth-child(2) {
  -webkit-animation-name: rotateMe;
          animation-name: rotateMe;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.testimonials-section:hover .testimonials-image .shape-image img:nth-child(3) {
  -webkit-animation-name: rotateMe;
          animation-name: rotateMe;
  -webkit-animation-duration: 11s;
          animation-duration: 11s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.testimonials-section:hover .testimonials-image .shape-image img:nth-child(4) {
  -webkit-animation-name: rotateMe;
          animation-name: rotateMe;
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.testimonials-section:hover .testimonials-image .shape-image img:nth-child(5) {
  -webkit-animation: rotate3d 4s linear infinite;
          animation: rotate3d 4s linear infinite;
}

.testimonials-section:hover .testimonials-image .shape-image img:nth-child(6) {
  -webkit-animation-name: rotateMe;
          animation-name: rotateMe;
  -webkit-animation-duration: 14s;
          animation-duration: 14s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.testimonials-image {
  position: relative;
  text-align: center;
}

.testimonials-image .main-image {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.testimonials-image .shape-image img {
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.testimonials-image .shape-image img:nth-child(1) {
  left: 65px;
  top: -47px;
}

.testimonials-image .shape-image img:nth-child(2) {
  left: 15%;
  top: 35%;
}

.testimonials-image .shape-image img:nth-child(3) {
  left: 14%;
  bottom: 11%;
}

.testimonials-image .shape-image img:nth-child(4) {
  right: 7%;
  bottom: 28%;
}

.testimonials-image .shape-image img:nth-child(5) {
  right: 16%;
  top: 28%;
}

.testimonials-image .shape-image img:nth-child(6) {
  right: -25px;
  top: -80px;
}

.single-testimonials-item {
  position: relative;
  text-align: center;
}

.single-testimonials-item p {
  color: #cccccc;
  margin-bottom: 0;
  font-size: 15px;
  font-style: italic;
}

.single-testimonials-item ul, .single-testimonials-item ol {
  padding-left: 17px;
  margin-bottom: 0;
  margin-top: 10px;
  color: #cccccc;
}

.single-testimonials-item ul li, .single-testimonials-item ol li {
  line-height: 1.8;
}

.single-testimonials-item::before {
  color: #ffffff;
  content: "\f118";
  margin-top: -21px;
  display: inline-block;
  font-family: Flaticon;
  font-size: 60px;
  font-style: normal;
}

.single-testimonials-item .client-info {
  margin-top: 20px;
}

.single-testimonials-item .client-info h3 {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}

.single-testimonials-item .client-info h1 {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 600;
}

.single-testimonials-item .client-info h2 {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
}

.single-testimonials-item .client-info h4 {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
}

.single-testimonials-item .client-info h5 {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 600;
}

.single-testimonials-item .client-info h6 {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 6px;
  font-weight: 600;
}

.single-testimonials-item .client-info span {
  display: block;
  margin-top: 5px;
  font-size: 14px;
}

.testimonials-slides.owl-theme .owl-nav {
  margin-top: 0;
  line-height: .01;
}

.testimonials-slides.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  bottom: 16px;
  left: 0;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
  outline: 0;
  background-color: transparent !important;
}

.testimonials-slides.owl-theme .owl-nav [class*=owl-] i::before {
  font-size: 20px;
}

.testimonials-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 0;
}

@-webkit-keyframes moveBounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes moveBounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes rotateMe {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotateMe {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}

@keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}

/*================================================
Blog Area CSS
=================================================*/
.single-blog-post {
  margin-bottom: 30px;
}

.single-blog-post .post-image {
  overflow: hidden;
  position: relative;
}

.single-blog-post .post-image a img {
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
}

.single-blog-post .post-image .author {
  position: absolute;
  bottom: 0;
  left: 0;
}

.single-blog-post .post-image .author a {
  display: block;
  color: #ffffff;
  text-transform: uppercase;
  padding: 5px 13px;
  font-size: 13px;
  font-weight: 600;
}

.single-blog-post .post-content {
  padding: 40px 30px;
  background-color: #0c0c0c;
  display: block;
  position: relative;
  border: 1px solid #0c0c0c;
}

.single-blog-post .post-content span {
  display: block;
  font-size: 14px;
  font-weight: 600;
}

.single-blog-post .post-content h3 {
  font-size: 22px;
  line-height: 1.6;
  margin-bottom: 15px;
  margin-top: 10px;
  font-weight: bold;
}

.single-blog-post .post-content h3 a {
  color: #ffffff;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  display: inherit;
}

.single-blog-post .post-content h1 {
  font-size: 30px;
  line-height: 1.6;
  margin-bottom: 15px;
  margin-top: 10px;
  font-weight: bold;
}

.single-blog-post .post-content h1 a {
  color: #ffffff;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  display: inherit;
}

.single-blog-post .post-content h2 {
  font-size: 26px;
  line-height: 1.6;
  margin-bottom: 15px;
  margin-top: 10px;
  font-weight: bold;
}

.single-blog-post .post-content h2 a {
  color: #ffffff;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  display: inherit;
}

.single-blog-post .post-content h4 {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 15px;
  margin-top: 10px;
  font-weight: bold;
}

.single-blog-post .post-content h4 a {
  color: #ffffff;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  display: inherit;
}

.single-blog-post .post-content h5 {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 15px;
  margin-top: 10px;
  font-weight: bold;
}

.single-blog-post .post-content h5 a {
  color: #ffffff;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  display: inherit;
}

.single-blog-post .post-content h6 {
  font-size: 10px;
  line-height: 1.6;
  margin-bottom: 15px;
  margin-top: 10px;
  font-weight: bold;
}

.single-blog-post .post-content h6 a {
  color: #ffffff;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  display: inherit;
}

.single-blog-post .post-content p {
  margin-bottom: 0;
  line-height: 1.8;
}

.single-blog-post .post-content .read-more-btn {
  margin-top: 20px;
}

.single-blog-post:hover .post-image a img, .single-blog-post:focus .post-image a img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.home-blog-post .post-content {
  padding: 30px 25px;
}

.home-blog-post .post-content h3 {
  font-size: 20px;
}

.home-blog-post .post-content h1 {
  font-size: 30px;
}

.home-blog-post .post-content h2 {
  font-size: 25px;
}

.home-blog-post .post-content h4 {
  font-size: 15px;
}

.home-blog-post .post-content h5 {
  font-size: 10px;
}

.home-blog-post .post-content h6 {
  font-size: 7px;
}

.home-blog-post .post-content .entry-meta li {
  margin-bottom: 5px;
}

.read_more {
  display: inline-block;
  position: relative;
  font-size: 14px;
}

.read_more::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 1px;
  width: 50px;
  -webkit-transition: .5s;
  transition: .5s;
}

.read_more:hover::before {
  width: 100%;
}

.read_more:hover {
  color: #fff;
}

.blog-section .btn-primary {
  margin-top: 30px;
}

.single-blog-post-box .post-image a img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.single-blog-post-box .post-content {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  padding: 25px;
  z-index: 1;
  transition: 0.5s;
  background-color: #0c0c0c;
  margin-right: 15px;
  margin-top: -80px;
}

.single-blog-post-box .post-content span.date {
  margin-bottom: 12px;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
  font-size: 13px;
}

.single-blog-post-box .post-content span.date i {
  color: #ffffff;
  display: none;
}

.single-blog-post-box .post-content h3 {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 0;
  transition: 0.5s;
  color: #ffffff;
  line-height: 1.4;
  font-size: 20px;
  font-weight: 700;
}

.single-blog-post-box .post-content h3 a {
  color: #ffffff;
}

.single-blog-post-box .post-content h3 a:hover {
  color: #ffffff;
}

.single-blog-post-box .post-content .read-more-btn {
  display: inline-block;
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.single-blog-post-box .post-content .read-more-btn:hover {
  color: #000000 !important;
}

.single-blog-post-box .post-content::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
  left: 0;
  bottom: 0;
}

.single-blog-post-box:hover .post-image a img {
  -webkit-filter: unset;
          filter: unset;
}

.single-blog-post-box:hover .post-content::before {
  height: 100%;
}

.single-blog-post-box:hover .post-content span.date {
  color: #ffffff;
}

.single-blog-post-box:hover .post-content .read-more-btn {
  color: #ffffff;
}

/*================================================
Subscribe Area CSS
=================================================*/
.subscribe-area {
  background-color: #111111;
  position: relative;
  z-index: 1;
}

.subscribe-area::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .04;
  height: 100%;
  z-index: -1;
  background-image: url(../../assets/img/bg_lines.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 200%;
}

.subscribe-content {
  text-align: center;
}

.subscribe-content h2 {
  color: #ffffff;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 26px;
}

.subscribe-content h1 {
  color: #ffffff;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
}

.subscribe-content h3 {
  color: #ffffff;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 22px;
}

.subscribe-content h4 {
  color: #ffffff;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
}

.subscribe-content h5 {
  color: #ffffff;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}

.subscribe-content h6 {
  color: #ffffff;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 10px;
}

.newsletter-content {
  max-width: 600px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.newsletter-content form {
  position: relative;
}

.newsletter-content form input {
  display: block;
  width: 100%;
  height: 55px;
  background-color: #ffffff;
  border: none;
  padding-left: 25px;
  color: #000000;
  border-radius: 30px;
  outline: 0;
  font-size: 14px;
}

.newsletter-content form input::-webkit-input-placeholder {
  color: #a9a9a9;
}

.newsletter-content form input:-ms-input-placeholder {
  color: #a9a9a9;
}

.newsletter-content form input::-ms-input-placeholder {
  color: #a9a9a9;
}

.newsletter-content form input::placeholder {
  color: #a9a9a9;
}

.newsletter-content form button {
  color: #ffffff;
  border: none;
  padding: 10px 25px;
  position: absolute;
  outline: 0;
  right: 0;
  height: 55px;
  line-height: 35px !important;
  text-transform: uppercase;
  top: 0;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 30px 0px 0px 30px;
  font-size: 14px;
  font-weight: 500;
}

.newsletter-content form button:hover {
  color: #ffffff;
  background-color: #000000;
}

/*================================================
Partner Area CSS
=================================================*/
.partner-area {
  border-bottom: 1px solid #111111;
  padding-bottom: 70px;
}

.partner-item {
  text-align: center;
}

.partner-item img {
  display: inline-block !important;
  width: auto !important;
  opacity: 0.45;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.partner-item:hover img, .partner-item:focus img {
  opacity: 1;
  -webkit-animation: toTopFromBottom 0.8s forwards;
          animation: toTopFromBottom 0.8s forwards;
}

@-webkit-keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  51% {
    opacity: 1;
  }
}

@keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  51% {
    opacity: 1;
  }
}

/*================================================
CTA Area CSS
=================================================*/
.cta-area {
  position: relative;
  z-index: 1;
}

.cta-area::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  background-image: url(../../assets/img/black-bg.png);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

.cta-area.bg-gray-light::before {
  background-image: url(../../assets/img/gray-black-bg.png);
}

.cta-area.bg-pink-color {
  background-color: #f4feff;
}

.cta-area.bg-pink-color::before {
  background-image: url(../../assets/img/pink-bg.png);
}

.cta-content {
  text-align: center;
}

.cta-content h2 {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 55px;
  font-weight: 700;
}

.cta-content span {
  display: block;
  font-size: 20px;
  color: #ebebeb;
  margin-top: 20px;
  margin-bottom: 30px;
}

/*================================================
Contact Area CSS
=================================================*/
.contact-info {
  padding-right: 15px;
}

.contact-info h3 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
}

.contact-info h3:not(:first-child) {
  margin-top: 30px;
}

.contact-info ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.contact-info .contact-info-list li {
  margin-bottom: 10px;
  color: #3b3b3b;
  font-size: 14px;
  font-weight: 600;
}

.contact-info .contact-info-list li span {
  font-weight: 700;
  color: #000000;
  margin-right: 8px;
}

.contact-info .contact-info-list li a {
  display: inline-block;
  color: #3b3b3b;
}

.contact-info .contact-info-list li a:hover {
  color: #000000;
}

.contact-info .contact-info-list li:last-child {
  margin-bottom: 0;
}

.contact-info .social li {
  display: inline-block;
}

.contact-info .social li a {
  width: 35px;
  height: 35px;
  background-color: #343434;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  display: block;
}

.contact-info .social li a:hover {
  color: #ffffff;
  background-color: #000000;
}

.contact-info.white-color h3 {
  color: #ffffff;
}

.contact-info.white-color .contact-info-list li {
  color: #ffffff;
}

.contact-info.white-color .contact-info-list li span {
  color: #ffffff;
}

.contact-info.white-color .contact-info-list li a {
  color: #ffffff;
}

.contact-info.white-color .social li a:hover {
  color: #ffffff;
}

#contactForm .form-group {
  margin-bottom: 25px;
}

#contactForm .btn-primary {
  background-color: #000000;
  color: #ffffff;
}

#contactForm .btn-primary:hover {
  color: #000000;
  background-color: #ffffff;
}

#contactForm .btn-primary.main-color-btn {
  color: #000000;
}

#contactForm .btn-primary.main-color-btn:hover, #contactForm .btn-primary.main-color-btn:focus {
  background-color: #000000;
  color: #ffffff;
}

#contactForm .with-errors ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 5px;
}

#contactForm .with-errors ul li {
  color: red;
  font-size: 14px;
}

#contactForm .text-danger, #contactForm .text-success {
  margin-bottom: 0;
  margin-top: 15px;
  font-size: 24px;
  font-weight: 700;
}

#contactForm #msgSubmit {
  margin-bottom: 0;
}

#contactForm.white-color .form-control {
  border-color: #5d5d5d;
  color: #ffffff;
}

#contactForm.white-color .form-control::-webkit-input-placeholder {
  color: #ececec;
}

#contactForm.white-color .form-control:-ms-input-placeholder {
  color: #ececec;
}

#contactForm.white-color .form-control::-ms-input-placeholder {
  color: #ececec;
}

#contactForm.white-color .form-control::placeholder {
  color: #ececec;
}

#contactForm.white-color .btn-primary {
  color: #000000;
}

#contactForm.white-color .btn-primary:hover, #contactForm.white-color .btn-primary:focus {
  background-color: #ffffff;
  color: #000000;
}

.contact-image {
  text-align: right !important;
}

.contact-section form {
  padding-left: 60px;
  padding-top: 40px;
  padding-bottom: 90px;
}

.contact-section form .contact-form {
  position: relative;
}

.contact-section form .contact-form .form-group {
  margin-bottom: 20px;
}

.contact-section form .contact-form .form-control {
  height: 50px;
  padding: 10px 15px;
  color: #ffffff;
  background-color: #0c0c0c;
  border: 1px solid #0c0c0c;
  border-radius: 5px;
  font-size: 13.5px;
}

.contact-section form .contact-form .form-control::-webkit-input-placeholder {
  color: #8a8a8a;
}

.contact-section form .contact-form .form-control:-ms-input-placeholder {
  color: #8a8a8a;
}

.contact-section form .contact-form .form-control::-ms-input-placeholder {
  color: #8a8a8a;
}

.contact-section form .contact-form .form-control::placeholder {
  color: #8a8a8a;
}

.contact-section form .contact-form .form-control:focus {
  outline: 0;
  border: 1px solid #464646;
}

.contact-section form .contact-form textarea.form-control {
  height: auto;
  padding-top: 10px;
}

.contact-section form .contact-form .row {
  margin-left: -10px;
  margin-right: -10px;
}

.contact-section form .contact-form .row .col-lg-12, .contact-section form .contact-form .row .col-lg-6 {
  padding-left: 10px;
  padding-right: 10px;
}

.contact-section form .contact-form button {
  color: #ffffff;
  border: none;
  padding: 13px 30px;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 15px;
  font-weight: 500;
}

.contact-section form .contact-form button:hover {
  color: #000000;
  background-color: #ffffff;
}

.contact-section form .contact-form #msgSubmit {
  position: absolute;
  right: 0;
  bottom: 15px;
  font-size: 20px;
}

.contact-section form .wpcf7-list-item {
  margin-left: 0;
}

.contact-section form .wpcf7-acceptance label {
  color: #cccccc;
  font-size: 13px;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}

.contact-section form .wpcf7-acceptance label input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 3px;
}

.contact-section form .wpcf7-acceptance label a:hover {
  text-decoration: underline;
}

.contact-section form div.wpcf7-response-output {
  margin-left: 15px;
  margin-right: 15px;
}

span.wpcf7-not-valid-tip {
  font-size: 13px;
  margin-top: 10px;
}

div.wpcf7-response-output {
  margin: 30px 0 0;
  padding: 20px 20px;
  border: 2px solid #ff0000;
  text-align: center;
  font-size: 14px;
  color: #cccccc !important;
}

/*================================================
Page Title Area CSS
=================================================*/
.page-title-area {
  text-align: center;
  padding-top: 140px;
  padding-bottom: 110px;
  position: relative;
  z-index: 1;
  background-color: #0c0c0c;
}

.page-title-area::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .04;
  height: 100%;
  z-index: -1;
  background-image: url(../../assets/img/bg_lines.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 200%;
}

.page-title-area h1 {
  margin-bottom: 0;
  color: #ffffff;
  line-height: 1.4;
  font-size: 40px;
  font-weight: 700;
  word-wrap: break-word;
}

.page-title-area h2 {
  margin-bottom: 0;
  color: #ffffff;
  line-height: 1.4;
  font-size: 30px;
  font-weight: 700;
  word-wrap: break-word;
}

.page-title-area h3 {
  margin-bottom: 0;
  color: #ffffff;
  line-height: 1.4;
  font-size: 25px;
  font-weight: 700;
  word-wrap: break-word;
}

.page-title-area h4 {
  margin-bottom: 0;
  color: #ffffff;
  line-height: 1.4;
  font-size: 20px;
  font-weight: 700;
  word-wrap: break-word;
}

.page-title-area h5 {
  margin-bottom: 0;
  color: #ffffff;
  line-height: 1.4;
  font-size: 15px;
  font-weight: 700;
  word-wrap: break-word;
}

.page-title-area h6 {
  margin-bottom: 0;
  color: #ffffff;
  line-height: 1.4;
  font-size: 10px;
  font-weight: 700;
  word-wrap: break-word;
}

.page-title-area ul {
  list-style-type: none;
  padding: 0;
  margin: 5px 0 0;
}

.page-title-area ul li {
  display: inline-block;
  margin-top: 10px;
  color: #dadada;
  margin-right: 20px;
  position: relative;
}

.page-title-area ul li:last-child {
  margin-right: 0;
}

.page-title-area ul li:last-child::before {
  display: none;
}

.page-title-area ul li:nth-child(3) {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.page-title-area ul li::before {
  content: '';
  position: absolute;
  background: #ffffff;
  height: 1px;
  width: 5px;
  right: -14px;
  top: 10px;
}

.page-title-area ul li a {
  color: #dadada;
}

.page-header-bg {
  background-size: cover;
  background-position: center center;
}

.page-header-bg::after {
  content: '';
  background-color: #000000;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .90;
}

.page-header-bg::before {
  display: none;
}

.page-header-bg h2, .page-header-bg ul {
  position: relative;
  z-index: 1;
}

/*================================================
Blog Details Area CSS
=================================================*/
.blog-details .blog-meta {
  margin-bottom: 20px;
}

.blog-details .blog-meta ul {
  padding-left: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  list-style-type: none;
}

.blog-details .blog-meta ul li {
  margin: 0 10px;
  position: relative;
  display: inline-block;
  color: #666;
  margin-bottom: 0 !important;
  font-weight: 600;
}

.blog-details .blog-meta ul li a {
  display: inline-block;
  color: #666 !important;
  text-decoration: none !important;
  text-transform: capitalize;
}

.blog-details .blog-meta ul li i {
  font-style: normal;
}

.blog-details .blog-meta ul li::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -15px;
  width: 6px;
  height: 1px;
  background: #000000;
}

.blog-details .blog-meta ul li:last-child {
  margin-right: 0;
}

.blog-details .blog-meta ul li:last-child::before {
  display: none;
}

.blog-details .blog-meta ul li:first-child {
  margin-left: 0;
}

.blog-details .article-img img {
  width: 100%;
}

.post-tag-media {
  clear: both;
  margin-top: 20px;
}

.post-tag-media ul {
  padding: 0 !important;
  margin-bottom: 0 !important;
  list-style-type: none;
}

.post-tag-media ul li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 0;
  margin-top: 10px;
}

.post-tag-media ul li:first-child {
  display: block;
  border-bottom: 1px solid #252525;
  padding-bottom: 10px;
  margin: 0 0 5px;
}

.post-tag-media ul li span {
  font-weight: 600;
  display: block;
  color: #ffffff;
}

.post-tag-media ul li a {
  border: 1px solid #3c3c3c;
  border-radius: 30px;
  padding: 10px 20px;
  font-size: 11.5px;
  position: relative;
  z-index: 1;
  text-decoration: none;
  text-transform: capitalize;
  display: inline-block;
  line-height: 1;
  color: #959595;
  text-decoration: none !important;
}

.post-tag-media ul li a:hover {
  color: #ffffff !important;
  border: 1px solid;
}

.post-tag-media ul.social-share {
  text-align: right;
}

.blockquote, blockquote {
  background-color: #060606;
  padding: 40px 30px !important;
  line-height: 25px;
  font-weight: 500;
  position: relative;
  margin: 30px 0 25px;
  border: 1px solid #101010;
}

.blockquote::before, blockquote::before {
  font-family: FontAwesome;
  content: "\f10d";
  position: absolute;
  left: 30px;
  top: -15px;
  font-size: 20px;
  font-style: normal;
  background-color: #212121;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 30px;
}

.blockquote p, blockquote p {
  font-weight: 500;
  color: #ffffff;
}

.blockquote p:last-child, blockquote p:last-child {
  margin-bottom: 0 !important;
}

.blockquote cite, blockquote cite {
  position: relative;
  padding-left: 17px;
  color: #ffffff;
  font-weight: 700;
}

.blockquote cite::before, blockquote cite::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 10px;
  height: 2px;
}

.blockquote cite a, blockquote cite a {
  text-decoration: none !important;
}

/*================================================
Pagination CSS
=================================================*/
.pagination-area {
  margin-top: 40px;
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  margin: auto;
}

.pagination-area .page-numbers {
  width: 40px;
  height: 40px;
  margin: 0 3px;
  display: inline-block;
  background-color: #ffffff;
  line-height: 42px;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
}

.pagination-area .page-numbers.current, .pagination-area .page-numbers:hover, .pagination-area .page-numbers:focus {
  color: #ffffff;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.pagination-area .page-numbers.current::before, .pagination-area .page-numbers:hover::before, .pagination-area .page-numbers:focus::before {
  opacity: 1;
  visibility: visible;
  width: 100%;
}

/* Footer area css */
.footer-area {
  background-color: #111111;
  padding-top: 50px;
}

.footer-area .logo a.logo-link {
  color: #ffffff;
  font-weight: bold;
  font-size: 25px;
}

.single-footer-widget .logo {
  margin-bottom: 20px;
}

.single-footer-widget .social {
  padding-left: 0;
  margin-top: -10px;
  margin-bottom: 0;
  list-style-type: none;
}

.single-footer-widget .social li {
  display: inline-block;
  margin-bottom: 0;
}

.single-footer-widget .social li a {
  color: #ffffff;
  background-color: #000000;
  width: 35px;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  display: block;
}

.single-footer-widget .social li a:hover, .single-footer-widget .social li a:focus {
  color: #ffffff;
}

.single-footer-widget .social li a i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.single-footer-widget h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.single-footer-widget ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-footer-widget ul li {
  margin-bottom: 10px;
}

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

.single-footer-widget ul li a {
  position: relative;
  color: #313131;
}

.single-footer-widget ul li a:hover:before, .single-footer-widget ul li a:focus:before {
  width: 5px;
}

.single-footer-widget .contact-info {
  padding-left: 0 !important;
  margin-bottom: 0;
  list-style-type: none;
}

.single-footer-widget .contact-info li {
  margin-bottom: 15px !important;
  color: #cccccc;
  position: relative;
  padding-left: 50px;
}

.single-footer-widget .contact-info li:before {
  display: none;
}

.single-footer-widget .contact-info li i {
  position: absolute;
  left: 0;
  top: 0;
  background: #1b1b1b;
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-footer-widget .contact-info li:hover i {
  color: #ffffff;
}

.single-footer-widget .contact-info li br {
  display: none;
}

.single-footer-widget .contact-info li span {
  margin-bottom: 3px;
  color: #ffffff;
  font-weight: 500;
  display: block;
}

.single-footer-widget .contact-info li:last-child {
  margin-bottom: 0 !important;
}

.single-footer-widget .contact-info li a {
  display: inline-block;
  color: #968181;
}

.footer-area2 {
  background-color: #111111;
  position: relative;
  padding-top: 100px;
  padding-bottom: 70px;
}

.footer-area2 .br-line {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.footer-area2 .logo a.logo-link {
  color: #ffffff;
  font-weight: bold;
  font-size: 25px;
}

.footer-area2 .single-footer-widget {
  margin-bottom: 30px;
}

.footer-area2 .single-footer-widget .footer-wid-title {
  color: #ffffff;
  font-weight: 600;
  font-size: 20px;
  border-bottom: 1px solid #1d1d1d;
  padding-bottom: 10px;
}

.footer-area2 .single-footer-widget .footer-wid-title a {
  color: #ffffff;
}

.footer-area2 .single-footer-widget ul.menu li {
  position: relative;
  padding-left: 20px;
}

.footer-area2 .single-footer-widget ul.menu li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 10px;
  height: 10px;
  border-radius: 0px 10px 10px 0px;
}

.footer-area2 .single-footer-widget ul.menu li a {
  color: #cccccc;
}

.footer-content {
  margin-bottom: 30px;
}

.footer-content .logo a {
  display: inline-block;
  margin-bottom: 20px;
}

.footer-content .footer-contact-info {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 15px;
}

.footer-content .footer-contact-info li {
  display: inline-block;
  color: #ffffff;
  position: relative;
  font-size: 15px;
  margin-left: 10px;
  margin-right: 10px;
}

.footer-content .footer-contact-info li a {
  color: #999999;
}

.footer-content .footer-contact-info li:last-child {
  margin-right: 0;
}

.footer-content .footer-contact-info li:last-child::before {
  display: none;
}

.footer-content .footer-contact-info li:first-child {
  margin-left: 0;
}

.footer-content .footer-contact-info li::before {
  content: '';
  position: absolute;
  right: -12px;
  top: 50%;
  height: 12px;
  width: 1px;
  background-color: #999999;
  -webkit-transform: rotate(8deg) translateY(-50%);
          transform: rotate(8deg) translateY(-50%);
}

.footer-content .social {
  list-style-type: none;
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 0;
}

.footer-content .social li {
  font-size: 13px;
  display: inline-block;
  margin-left: 2px;
  margin-right: 2px;
}

.footer-content .social li a {
  color: #e2e2e2;
  background: #1b1b1b;
  width: 35px;
  height: 35px;
  text-align: center;
  display: inline-block;
  border-radius: 100px;
  line-height: 35px;
  margin: 0;
}

.footer-content .social li a:hover {
  color: #ffffff !important;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.footer-content .social li:last-child {
  margin-right: 0;
}

.footer-content p {
  max-width: 350px;
}

/*================================================
Copyright Area CSS
=================================================*/
.copyright-area {
  background-color: #000000;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-top: 80px;
}

.copyright-area p {
  margin-bottom: 0;
  line-height: initial;
  color: #c1c1c1;
  font-size: 13.5px;
  margin-top: 3px;
}

.copyright-area p i {
  margin-right: 2px;
}

.copyright-area .bottom-footer-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: right;
}

.copyright-area .bottom-footer-menu ul li {
  display: inline-block;
  margin-left: 20px;
  margin-top: 3px;
  margin-bottom: 3px;
  position: relative;
  font-size: 13.5px;
}

.copyright-area .bottom-footer-menu ul li::before {
  content: '';
  position: absolute;
  left: -14px;
  width: 5px;
  height: 1px;
  background-color: #fff;
  top: 10px;
}

.copyright-area .bottom-footer-menu ul li:first-child::before {
  display: none;
}

.copyright-area .bottom-footer-menu ul li a {
  color: #c1c1c1;
}

.copyright-area .bottom-footer-menu ul li ul {
  display: none !important;
}

.copyright-mr-0 {
  margin-top: 0;
}

/*================================================
Go Top CSS
=================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  top: 0;
  right: 15px;
  background-color: #0c0c0c;
  color: #ffffff;
  z-index: 4;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .9s;
  transition: .9s;
  border-radius: 30px;
}

.go-top.active {
  top: 98%;
  -webkit-transform: translateY(-98%);
          transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
}

.go-top:hover, .go-top:focus {
  background-color: #ffffff;
  color: #000000;
}

.go-top i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 14px;
}

.error-area {
  height: 100vh;
  background: #000;
}

.error-content {
  text-align: center;
  margin-top: -70px;
}

.error-content .notfound-404 {
  position: relative;
  height: 280px;
  z-index: 999;
  margin-bottom: 30px;
}

.error-content .notfound-404 h1 {
  font-size: 230px;
  font-weight: 900;
  margin: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(../../assets/img/oops-bg.jpg) no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: cover;
  background-position: center;
}

.error-content h3 {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 25px;
  color: #ffffff;
}

.error-content p {
  max-width: 550px;
  margin: 0 auto 25px;
  color: #ffffff;
}

/* Unit test pages style 
====================================================================*/
/* WP core style */
.alignnone {
  display: block;
  margin-bottom: 15px;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 15px auto 15px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption.alignnone {
  margin: 15px auto 10px;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 13px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.screen-reader-text {
  display: none;
}

/* End WP core style */
/* Page Markup And Formatting */
.page-main-content {
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.page-main-content h1 {
  font-size: 30px;
  margin-bottom: 15px;
  color: #ffffff;
  font-weight: 600;
}

.page-main-content h2 {
  font-size: 25px;
  margin-bottom: 15px;
  color: #ffffff;
  font-weight: 600;
}

.page-main-content h3 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #ffffff;
  font-weight: 600;
}

.page-main-content h4 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #ffffff;
  font-weight: 600;
}

.page-main-content h5 {
  font-size: 16px;
  margin-bottom: 15px;
  color: #ffffff;
  font-weight: 600;
}

.page-main-content h6 {
  font-size: 15px;
  margin-bottom: 15px;
  color: #ffffff;
  font-weight: 600;
}

.page-main-content p {
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 1.8;
  color: #cccccc;
}

.page-main-content p:first-child {
  margin-top: 0;
}

.page-main-content .entry-content a {
  text-decoration: underline;
}

.page-main-content .entry-content a:hover {
  text-decoration: none;
}

.page-main-content .entry-content img {
  border: 1px solid #101010;
}

.page-main-content footer.entry-footer {
  clear: both;
}

.page-main-content footer.entry-footer .edit-link {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}

.page-main-content dl, .page-main-content ol, .page-main-content ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

.page-main-content dt {
  margin-bottom: 5px;
  color: #cccccc;
}

.page-main-content dd {
  margin: 0 1rem 1rem;
  font-size: 15px;
  line-height: 26px;
  color: #cccccc;
}

.page-main-content ul {
  list-style: disc;
  padding-left: 20px;
}

.page-main-content ul li {
  list-style: disc;
  line-height: 1.8;
  margin-bottom: 5px;
  color: #cccccc;
}

.page-main-content ul li ul {
  margin: 5px 0 0;
  list-style-type: circle;
}

.page-main-content ul li ul li {
  list-style-type: circle;
}

.page-main-content ol {
  padding-left: 20px;
}

.page-main-content ol li {
  line-height: 1.8;
  margin-bottom: 5px;
  color: #cccccc;
}

.page-main-content ol li ol {
  margin: 5px 0 0;
}

.page-main-content b, .page-main-content strong {
  color: #ffffff;
  font-weight: 500;
}

.page-main-content dfn, .page-main-content cite, .page-main-content em, .page-main-content i {
  font-style: italic;
}

.page-main-content code, .page-main-content kbd, .page-main-content tt, .page-main-content var {
  font-size: .88889em;
  font-family: Menlo,monaco,Consolas,Lucida Console,monospace;
}

.page-main-content kbd {
  background-color: #212121;
}

.page-main-content mark, .page-main-content ins {
  background: #151515;
  text-decoration: none;
  padding: 2px 5px;
}

.page-main-content pre {
  font-size: .88889em;
  font-family: "Courier 10 Pitch",Courier,monospace;
  line-height: 1.8;
  overflow: auto;
  color: #cccccc;
  background: #060606;
}

.page-main-content abbr, .page-main-content acronym {
  border-bottom: 1px dotted #484848;
  cursor: help;
}

address {
  margin: 20px 0;
  font-style: italic;
  line-height: 30px;
  color: #cccccc;
}

table {
  margin: 0 0 2rem;
  border-collapse: collapse;
  width: 100%;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
}

table td, table th {
  padding: 10px 15px;
  border: 1px solid #171717;
  word-break: break-all;
  color: #cccccc;
}

table td a {
  font-weight: 600;
  text-decoration: underline;
}

table td a:hover {
  text-decoration: none;
}

table th a {
  text-decoration: underline;
}

table th a:hover {
  text-decoration: none;
}

table blockquote strong {
  color: #ffffff !important;
}

/* End Page Markup And Formatting */
/* HTML Tags and Formatting */
.blog-details .blog-details-content {
  padding: 30px;
  overflow: hidden;
  background-color: #0c0c0c;
  color: #cccccc;
}

.blog-details .blog-details-content .entry-meta {
  margin: 0 0 20px;
  padding: 0;
  border-bottom: 1px solid #272525;
}

.blog-details .blog-details-content .entry-meta li i {
  font-style: normal;
}

.blog-details .blog-details-content .entry-meta li a {
  color: #cccccc;
  text-decoration: none;
}

.blog-details .blog-details-content h1 {
  font-size: 25px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #ffffff;
}

.blog-details .blog-details-content h2 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #ffffff;
}

.blog-details .blog-details-content h3 {
  font-size: 17px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #ffffff;
}

.blog-details .blog-details-content h4 {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #ffffff;
}

.blog-details .blog-details-content h5 {
  font-size: 15px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #ffffff;
}

.blog-details .blog-details-content h6 {
  font-size: 13px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #ffffff;
}

.blog-details .blog-details-content p {
  line-height: 1.8;
}

.blog-details .blog-details-content p a {
  text-decoration: underline;
}

.blog-details .blog-details-content p a:hover {
  text-decoration: none;
}

.blog-details .blog-details-content .entry-content a {
  text-decoration: underline;
}

.blog-details .blog-details-content .entry-content a:hover {
  text-decoration: none;
}

.blog-details .blog-details-content dl, .blog-details .blog-details-content ol, .blog-details .blog-details-content ul {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #cccccc;
}

.blog-details .blog-details-content dt {
  margin-bottom: 5px;
  color: #cccccc;
}

.blog-details .blog-details-content dd {
  margin: 0 1rem 1rem;
  font-size: 15px;
  line-height: 26px;
}

.blog-details .blog-details-content dd a {
  text-decoration: underline;
}

.blog-details .blog-details-content dd a:hover {
  text-decoration: none;
}

.blog-details .blog-details-content ul {
  list-style: disc;
  padding-left: 20px;
}

.blog-details .blog-details-content ul li {
  list-style: disc;
  line-height: 1.8;
  margin-bottom: 5px;
  color: #cccccc;
}

.blog-details .blog-details-content ul li a {
  text-decoration: underline;
}

.blog-details .blog-details-content ul li a:hover {
  text-decoration: none;
}

.blog-details .blog-details-content ul li ul, .blog-details .blog-details-content ul li ol {
  margin: 5px 0 0;
  list-style-type: circle;
}

.blog-details .blog-details-content ul li ul li, .blog-details .blog-details-content ul li ol li {
  list-style-type: circle;
}

.blog-details .blog-details-content ol {
  padding-left: 20px;
}

.blog-details .blog-details-content ol li {
  line-height: 1.8;
  margin-bottom: 5px;
  color: #cccccc;
}

.blog-details .blog-details-content ol li a {
  text-decoration: underline;
}

.blog-details .blog-details-content ol li a:hover {
  text-decoration: none;
}

.blog-details .blog-details-content ol li ol, .blog-details .blog-details-content ol li ul {
  margin: 5px 0 0;
}

.blog-details .blog-details-content b, .blog-details .blog-details-content strong {
  font-weight: 500;
  color: #ffffff;
}

.blog-details .blog-details-content dfn, .blog-details .blog-details-content cite, .blog-details .blog-details-content em, .blog-details .blog-details-content i {
  font-style: italic;
}

.blog-details .blog-details-content code, .blog-details .blog-details-content kbd, .blog-details .blog-details-content tt, .blog-details .blog-details-content var {
  font-size: .88889em;
  font-family: Menlo,monaco,Consolas,Lucida Console,monospace;
}

.blog-details .blog-details-content kbd {
  background-color: #0a0a0a;
}

.blog-details .blog-details-content mark, .blog-details .blog-details-content ins {
  background: #232323;
  text-decoration: none;
  padding: 2px 5px;
}

.blog-details .blog-details-content pre {
  font-size: .88889em;
  font-family: "Courier 10 Pitch",Courier,monospace;
  line-height: 1.8;
  overflow: auto;
  color: #cccccc;
}

.blog-details .blog-details-content abbr, .blog-details .blog-details-content acronym {
  border-bottom: 1px dotted #484848;
  cursor: help;
}

.blog-details .blog-details-content .wp-block-gallery {
  margin-top: 20px !important;
}

.blog-details .blog-details-content table td, .blog-details .blog-details-content table th {
  border: 1px solid #2d2d2d;
}

/* End HTML Tags and Formatting */
ul.pagination-area {
  list-style-type: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
}

ul.pagination-area .previous-post {
  float: left;
}

ul.pagination-area .previous-post a {
  border: 1px solid;
  display: inline-block;
  padding: 8px 18px;
  font-size: 14px;
}

ul.pagination-area .previous-post a:hover {
  color: #fff !important;
}

ul.pagination-area .previous-post a i {
  padding-right: 5px;
}

ul.pagination-area .next-post {
  float: right;
}

ul.pagination-area .next-post a {
  border: 1px solid;
  display: inline-block;
  padding: 8px 18px;
}

ul.pagination-area .next-post a:hover {
  color: #fff !important;
}

ul.pagination-area .next-post a i {
  padding-left: 5px;
}

/* Widget sidebar */
.sidebar {
  padding-left: 15px;
}

.sidebar .widget {
  margin-top: 30px;
}

.sidebar .widget:first-child {
  margin-top: 0;
}

.sidebar .widget {
  background-color: #0c0c0c;
  padding: 30px;
  border: 1px solid #0c0c0c;
}

.sidebar .widget .widget-title {
  font-size: 17px;
  border-bottom: 1px solid #2c2929;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-transform: capitalize;
  position: relative;
  color: #ffffff;
  font-weight: 600;
}

.sidebar .widget .widget-title::before {
  content: '';
  height: 18px;
  width: 2px;
  left: -31px;
  position: absolute;
}

.sidebar .widget .widget-title .rsswidget {
  color: #ffffff;
  display: inline-block;
}

.sidebar .widget ul {
  padding-left: 17px;
  list-style-type: none;
  margin: 0;
}

.sidebar .widget ul li {
  position: relative;
  margin-bottom: 8px;
  line-height: 1.8;
  color: #cccccc;
  font-size: 13px;
}

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

.sidebar .widget ul li::before {
  height: 7px;
  width: 7px;
  content: '';
  left: -17px;
  top: 8px;
  position: absolute;
}

.sidebar .widget ul li a {
  color: #cccccc;
}

.sidebar .widget ul li a:hover .post_count {
  border: 1px solid;
}

.sidebar .widget ul li a .post_count {
  position: absolute;
  right: 0;
  border: 1px solid #eee;
  width: 25px;
  text-align: center;
  height: 25px;
  line-height: 25px;
  font-size: 13px;
}

.sidebar .widget_search form {
  position: relative;
}

.sidebar .widget_search form label {
  display: block;
}

.sidebar .widget_search form .search-field {
  background-color: #292929;
  height: 50px;
  padding: 6px 18px;
  border: 1px solid #292929;
  width: 100%;
  display: block;
  color: #ffffff;
  font-size: 13px;
}

.sidebar .widget_search form .search-field::-webkit-input-placeholder {
  color: #d6cfcf;
}

.sidebar .widget_search form .search-field:-ms-input-placeholder {
  color: #d6cfcf;
}

.sidebar .widget_search form .search-field::-ms-input-placeholder {
  color: #d6cfcf;
}

.sidebar .widget_search form .search-field::placeholder {
  color: #d6cfcf;
}

.sidebar .widget_search form .search-submit {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  border: none;
  color: #ffffff;
  font-size: 16px;
  height: 50px;
  padding: 05px 15px;
  text-transform: capitalize;
}

.sidebar .widget_search form .search-submit:hover {
  background-color: #000;
  color: #fff;
}

.sidebar select {
  height: 45px;
  border: 1px solid #eee;
  width: 100%;
  color: #555;
  font-size: 13.5px;
  padding: 8px 15px;
}

.sidebar .widget_categories ul li a {
  text-transform: capitalize;
}

.sidebar .widget_categories ul li .children {
  margin-top: 10px;
}

.sidebar .widget_pages ul li.page_item_has_children > a {
  margin-bottom: 10px;
  display: inline-block;
}

.sidebar .widget_pages ul li a {
  text-transform: capitalize;
}

.sidebar .widget_rss ul li {
  margin-bottom: 20px;
}

.sidebar .widget_rss ul li::before {
  top: 10px;
}

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

.sidebar .widget_rss ul li .rsswidget {
  display: block;
  color: #ffffff;
  font-weight: 500;
}

.sidebar .widget_rss ul li .rss-date {
  font-size: 12px;
  margin: 5px 0 10px;
  display: block;
  color: #bfbfbf;
}

.sidebar .widget_rss ul li .rssSummary {
  color: #cccccc;
  line-height: 25px;
  font-size: 13px;
}

.sidebar .widget_rss ul li cite {
  font-weight: 500;
  display: block;
  margin-top: 10px;
  font-style: normal;
  color: #cecece;
  font-size: 13px;
}

.sidebar .tagcloud a {
  display: inline-block;
  color: #cccccc;
  text-transform: capitalize;
  font-size: 13px !important;
  padding: 6px 15px;
  border: 1px solid #2c2929;
  margin-top: 8px;
  margin-right: 4px;
}

.sidebar .tagcloud a:hover {
  color: #ffffff;
}

.sidebar .widget_text p img {
  margin: 10px 0;
}

.sidebar .widget_text .wp-caption-text {
  border: none;
  text-align: center;
  font-size: 13px;
}

.sidebar .calendar_wrap table {
  margin: 0;
  text-align: center;
}

.sidebar .calendar_wrap table th, .sidebar .calendar_wrap table td {
  font-size: 13px;
  color: #cccccc;
  border: 1px solid #333;
  padding: 8px;
}

.sidebar .calendar_wrap table th a, .sidebar .calendar_wrap table td a {
  color: #ffffff;
  font-weight: 600;
}

.sidebar .calendar_wrap table #prev a, .sidebar .calendar_wrap table #next a {
  text-decoration: underline;
}

.sidebar .calendar_wrap table #prev a:hover, .sidebar .calendar_wrap table #next a:hover {
  text-decoration: none;
}

.sidebar .calendar_wrap table #today {
  background-color: #000000;
  font-weight: 700;
}

.sidebar .calendar_wrap caption {
  padding-top: 0;
  color: #dadada;
  caption-side: top;
  font-weight: 600;
}

.sidebar .widget_nav_menu .sub-menu {
  margin-top: 8px;
}

.sidebar .widget_media_gallery .gallery {
  margin: 0;
}

.sidebar .widget_media_gallery .gallery .gallery-item {
  margin: 0;
}

.sidebar .widget_recent_entries ul li a {
  color: #cccccc;
}

.sidebar .widget_recent_entries ul li .post-date {
  display: block;
  font-size: 12px;
  color: #767676;
}

.sidebar p {
  font-size: 13px;
}

.sidebar span.post-count {
  float: right;
  font-size: 12px;
}

/* End Widget sidebar */
/* Post type style */
.post_type {
  position: absolute;
  top: -1px;
  color: #ffffff;
  font-size: 12px;
  padding: 5px 15px;
  right: -1px;
}

.post_type_icon {
  position: absolute;
  top: -1px;
  color: #ffffff;
  right: 30px;
  width: 30px;
  text-align: center;
  height: 30px;
  line-height: 28px;
  font-size: 15px;
  border-radius: 0px 0px 30px 30px;
}

.sticky .post-content {
  padding-left: 60px;
  background: #2b2b2b;
}

.sticky .post-content .title::before {
  font-family: "FontAwesome";
  content: "\f08d";
  position: absolute;
  left: -30px;
  top: 3px;
  font-size: 20px;
  font-weight: normal;
}

.sticky .post-content .entry-meta li {
  color: #ffffff;
}

.sticky .post-content .entry-meta li a {
  color: #ffffff !important;
}

.sticky .post-content .title a {
  color: #ffffff;
}

.sticky .post-content p {
  color: #ffffff;
}

.sticky .post-content .read-more-btn {
  color: #ffffff;
}

.post-content .title {
  position: relative;
  text-transform: capitalize;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.single-blog-video {
  position: relative;
}

.single-blog-video .play-link {
  position: absolute;
  left: 0;
  right: 0;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  line-height: 60px;
  font-size: 25px;
  padding-left: 5px;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.single-blog-video .play-link::after {
  z-index: -1;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  -webkit-animation: ripple 1.6s ease-out infinite;
  animation: ripple 1.6s ease-out infinite;
  opacity: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}

.single-blog-video .play-link:hover {
  background-color: #fff;
}

@-webkit-keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}

@keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}

/* End Post type style */
/* Entry meta */
ul.entry-meta {
  padding: 0;
  margin: -5px 0 5px;
  list-style-type: none;
  text-transform: capitalize;
}

ul.entry-meta li {
  display: inline-block;
  color: #989898 !important;
  margin-right: 15px;
  text-transform: capitalize;
  margin-bottom: 10px !important;
  font-size: 13px;
}

ul.entry-meta li:last-child {
  margin-right: 0 !important;
}

ul.entry-meta li i {
  padding-right: 3px;
}

ul.entry-meta li a {
  display: inline-block;
  color: #989898 !important;
}

ul.entry-meta li a:hover {
  text-decoration: underline;
}

/* End Entry meta */
/* Template: Comments */
.comments-area .comment-content h1 {
  font-size: 25px;
  margin-bottom: 10px;
  color: #ffffff;
  font-weight: 600;
}

.comments-area .comment-content h2 {
  font-size: 21px;
  margin-bottom: 10px;
  color: #ffffff;
  font-weight: 600;
}

.comments-area .comment-content h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #ffffff;
  font-weight: 600;
}

.comments-area .comment-content h4 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #ffffff;
  font-weight: 600;
}

.comments-area .comment-content h5 {
  font-size: 15px;
  margin-bottom: 10px;
  color: #ffffff;
  font-weight: 600;
}

.comments-area .comment-content h6 {
  font-size: 13px;
  margin-bottom: 10px;
  color: #ffffff;
  font-weight: 600;
}

.comments-area .comment-content p {
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.8;
}

.comments-area .comment-content p:last-child {
  margin-bottom: 0;
}

.comments-area .comment-content p a {
  text-decoration: underline;
}

.comments-area .comment-content p a:hover {
  text-decoration: none;
}

.comments-area .comment-content .entry-content a {
  text-decoration: underline;
}

.comments-area .comment-content .entry-content a:hover {
  text-decoration: none;
}

.comments-area .comment-content dl, .comments-area .comment-content ol, .comments-area .comment-content ul {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #cccccc;
}

.comments-area .comment-content dt {
  margin-bottom: 5px;
  color: #cccccc;
}

.comments-area .comment-content dd {
  margin: 0 1rem 1rem;
  font-size: 15px;
  line-height: 26px;
}

.comments-area .comment-content dd a {
  text-decoration: underline;
}

.comments-area .comment-content dd a:hover {
  text-decoration: none;
}

.comments-area .comment-content ul {
  list-style: disc;
  padding-left: 20px;
}

.comments-area .comment-content ul li {
  list-style: disc;
  line-height: 1.8;
  margin-bottom: 5px;
}

.comments-area .comment-content ul li ul {
  margin: 5px 0 0;
  list-style-type: circle;
}

.comments-area .comment-content ul li ul li {
  list-style-type: circle;
}

.comments-area .comment-content ol {
  padding-left: 20px;
}

.comments-area .comment-content ol li {
  line-height: 1.8;
  margin-bottom: 5px;
  list-style-type: decimal;
}

.comments-area .comment-content ol li ol {
  margin: 5px 0 0;
}

.comments-area .comment-content b, .comments-area .comment-content strong {
  font-weight: 600;
}

.comments-area .comment-content dfn, .comments-area .comment-content cite, .comments-area .comment-content em, .comments-area .comment-content i {
  font-style: italic;
}

.comments-area .comment-content code, .comments-area .comment-content kbd, .comments-area .comment-content tt, .comments-area .comment-content var {
  font-size: .88889em;
  font-family: Menlo,monaco,Consolas,Lucida Console,monospace;
}

.comments-area .comment-content kbd {
  background-color: #000000;
}

.comments-area .comment-content mark, .comments-area .comment-content ins {
  background: #0a0a0a;
  text-decoration: none;
  padding: 2px 5px;
}

.comments-area .comment-content pre {
  font-size: .88889em;
  font-family: "Courier 10 Pitch",Courier,monospace;
  line-height: 1.8;
  overflow: auto;
  background: #1d1d1d;
  color: #cccccc;
}

.comments-area .comment-content abbr, .comments-area .comment-content acronym {
  border-bottom: 1px dotted #484848;
  cursor: help;
}

.comments-area .comment-content table td, .comments-area .comment-content table th {
  border: 1px solid #333333;
}

/* End Template: Comments */
.comments-title {
  position: relative;
  color: #ffffff;
  border-bottom: 1px solid #252525;
  padding-bottom: 10px;
  line-height: 1.5 !important;
  margin-bottom: 30px !important;
  line-height: initial;
  font-size: 20px !important;
  font-weight: 600 !important;
}

.comments-title::before {
  content: '';
  height: 18px;
  width: 2px;
  left: -30px;
  position: absolute;
  top: 5px;
}

/* Comments list style */
#comments {
  clear: both;
  padding: 30px;
  margin-top: 30px;
  list-style: none;
  background-color: #0c0c0c;
}

#comments .comment-list {
  margin: 0 0 30px;
  padding: 0;
  list-style-type: none;
}

#comments .comment-list .children {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#comments .comment-list:before {
  display: none;
}

#comments .comment-list .comment-body {
  border-bottom: 1px solid #2d2d2d;
  margin-left: 65px;
  font-size: 14px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

#comments .comment-list .comment-body a {
  text-decoration: underline;
}

#comments .comment-list .comment-body a:hover {
  text-decoration: none;
}

#comments .comment-list .comment-body .comment-content img {
  margin: 7px 0;
}

#comments .comment-list .comment-body .reply {
  margin-top: 20px;
}

#comments .comment-list .comment-body .reply a {
  display: inline-block;
  padding: 10px 20px;
  line-height: 1;
  border-radius: 30px;
  font-size: 12px;
  text-decoration: none;
  color: #cccccc;
  background-color: #212121;
  font-weight: normal;
}

#comments .comment-list .comment-body .reply a:hover {
  background-color: #ffffff;
  color: #000000;
}

#comments .comment-author {
  font-size: 14px;
  margin-bottom: 0.4em;
  position: relative;
  z-index: 2;
}

#comments .comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
}

#comments .comment-author .says {
  display: none;
}

#comments .comment-author b.fn {
  font-weight: 500;
  color: #ffffff;
}

#comments .comment-author b.fn a {
  color: #ffffff;
  text-decoration: none;
}

#comments .comment-meta {
  margin-bottom: 15px;
}

#comments .comment-metadata {
  color: #dadada;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1818em;
  text-transform: uppercase;
}

#comments .comment-metadata a {
  color: #dadada !important;
  text-decoration: none !important;
}

#comments .comment-metadata a.comment-edit-link {
  color: #dadada;
  margin-left: 1em;
}

#comments .comment-reply-link {
  font-weight: 600;
  position: relative;
}

#comments .comment-reply-link .icon {
  color: #222;
  left: -2em;
  height: 1em;
  position: absolute;
  top: 0;
  width: 1em;
}

#comments .children {
  padding-left: 10px !important;
}

#comments .children .comment-author .avatar {
  height: 30px;
  left: -45px;
  width: 30px;
}

#comments .bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
  border: 1px solid #575757;
  padding: 2px;
}

#comments .no-comments,
#comments .comment-awaiting-moderation {
  color: #d6cfcf;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
}

#comments .comments-pagination {
  margin: 2em 0 3em;
}

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

/* End Comments list style */
/* Comment form */
.comment-respond .comment-reply-title {
  margin-bottom: 15px;
  position: relative;
  color: #ffffff;
  border-bottom: 1px solid #252525;
  line-height: 25px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}

.comment-respond .comment-reply-title::before {
  content: '';
  height: 18px;
  width: 2px;
  left: -30px;
  position: absolute;
  top: 2px;
}

.comment-respond .comment-reply-title #cancel-comment-reply-link {
  font-size: 13px;
  color: red;
  padding-left: 10px;
}

.comment-respond form {
  overflow: hidden;
}

.comment-respond label {
  display: block;
  margin-bottom: 10px;
  color: #cccccc;
}

.comment-respond input[type="date"], .comment-respond input[type="time"], .comment-respond input[type="datetime-local"], .comment-respond input[type="week"], .comment-respond input[type="month"], .comment-respond input[type="text"], .comment-respond input[type="email"], .comment-respond input[type="url"], .comment-respond input[type="password"], .comment-respond input[type="search"], .comment-respond input[type="tel"], .comment-respond input[type="number"], .comment-respond textarea {
  display: block;
  width: 100%;
  background-color: #2d2d2d;
  border: 1px solid #2d2d2d;
  padding: 10px 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #000000;
  border-radius: 4px;
  height: 50px;
  color: #fff;
}

.comment-respond .form-submit {
  text-align: left;
}

.comment-respond .form-submit input {
  border: 1px solid;
  color: #fff;
  padding: 15px 25px;
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  border-radius: 5px;
  letter-spacing: 1px;
  -webkit-transition: .5s;
  transition: .5s;
}

.comment-respond .form-submit input:hover {
  background-color: #ffffff;
  border: 1px solid #ffffff;
}

.comment-respond input:focus, .comment-respond textarea:focus {
  outline: 0;
  border: 1px solid #464646;
}

.comment-respond textarea {
  height: auto !important;
}

.comment-respond p {
  line-height: 1;
  margin-bottom: 0;
  margin-top: 25px;
}

.comment-respond .comment-form-cookies-consent label {
  display: inline-block;
  margin: 0;
  line-height: 20px;
  font-weight: normal;
  font-size: 13.5px;
}

.comment-respond p.comment-notes {
  font-size: 13px;
  margin-bottom: 0;
  margin-top: 0;
}

.comment-respond p.comment-form-comment {
  margin-top: 30px;
  float: left;
  width: 100%;
}

.comment-respond p.comment-form-author {
  width: 50%;
  float: left;
  padding-right: 12px;
}

.comment-respond p.comment-form-email {
  width: 50%;
  float: left;
  padding-left: 12px;
}

.comment-respond p.comment-form-url {
  float: left;
  width: 100%;
}

.comment-respond p.comment-form-cookies-consent {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 20px;
}

.comment-respond p.comment-form-cookies-consent input {
  position: absolute;
  left: 0;
  top: 3px;
}

.comment-respond p.form-submit {
  float: left;
  width: 100%;
}

.comment-respond p.logged-in-as {
  line-height: 26px;
  font-size: 15px;
  margin-top: 5px;
}

.comment-respond p.logged-in-as a {
  text-decoration: underline;
  font-size: 13px;
  color: #cccccc;
}

.comment-respond p.logged-in-as a:hover {
  text-decoration: none;
}

.comment-respond .required {
  color: red;
}

/* End Comment form */
/* Unit test all post style */
.wp-block-image {
  margin-bottom: 20px;
}

.wp-block-image img {
  border: 1px solid #1b1b1b;
}

.wp-block-image figcaption {
  color: #cccccc;
  font-size: 13px;
  margin-top: 12px;
}

.wp-block-image figcaption a {
  text-decoration: underline;
}

.wp-block-image figcaption a:hover {
  text-decoration: none;
}

.wp-block-button {
  margin-bottom: 1.5em;
}

.wp-block-button .wp-block-button__link {
  font-size: 16px;
  border-radius: 5px;
}

.wp-block-button .wp-block-button__link:hover {
  background-color: #ffffff;
}

.is-style-outline .wp-block-button__link {
  background-color: transparent !important;
  font-size: 16px;
  border-radius: 5px;
}

.is-style-outline .wp-block-button__link:hover {
  background-color: transparent;
  color: #ffffff !important;
  border-color: #ffffff;
}

pre.wp-block-code {
  border: 1px solid #212121;
  padding: 10px 15px;
}

pre.wp-block-preformatted {
  background-color: #0e0d0d;
  padding: 20px;
  margin: 20px 0;
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tr:nth-child(odd), .wp-block-table.is-style-stripes tr:nth-child(odd) {
  background-color: #080808;
}

.wp-block-table.is-style-stripes {
  border: 1px solid #171717;
}

.wp-block-media-text.has-media-on-the-right {
  background: #0e0e0e !important;
}

.wp-block-pullquote {
  border-top: 4px solid #555d66;
  border-bottom: 4px solid #555d66;
  color: #40464d;
  border-color: transparent;
  border-width: 2px;
  padding: 0;
}

.wp-block-pullquote blockquote {
  color: #111;
  border: none;
  margin-right: 0;
  padding-left: 0;
}

.wp-block-pullquote blockquote p {
  font-size: 2.25em;
  font-style: italic;
}

.wp-block-pullquote blockquote cite {
  display: inline-block;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
  line-height: 1.6;
  text-transform: none;
  color: #dcdce4;
  font-size: 15px;
  font-style: normal;
}

.wp-block-table.is-style-stripes td {
  border-color: #767676;
}

.wp-block-verse {
  font-family: "Poppins", sans-serif !important;
  font-size: 16px !important;
}

.wp-block-columns {
  margin-top: 20px;
  margin-bottom: 20px;
}

.wp-block-media-text {
  margin-top: 30px;
  margin-bottom: 30px;
}

.wp-block-media-text .has-large-font-size {
  font-size: 25px;
  margin-top: 0 !important;
}

.wp-block-embed figcaption {
  color: #d6cfcf;
}

.page-links {
  margin-top: 20px;
  margin-bottom: 20px;
  clear: both;
  color: #cccccc;
}

.page-links span.page-links-title {
  font-weight: 500;
  font-size: 20px;
  padding-right: 10px;
}

.page-links .post-page-numbers {
  width: 30px;
  height: 30px;
  border-radius: 25px;
  background-color: #ffffff;
  font-size: 13px;
  line-height: 30px;
  color: #0a0c19;
  text-align: center;
  display: inline-block;
  margin-left: 5px;
  text-decoration: none !important;
}

.page-links .post-page-numbers:hover {
  color: #ffffff;
}

.page-links .current {
  color: #ffffff;
}

.wp-block-archives-list {
  padding: 0 !important;
}

.wp-block-archives-list li {
  list-style: none !important;
}

.wp-block-archives-list li a {
  color: #555d66;
}

.wp-block-archives-list li a:hover {
  text-decoration: underline;
}

.wp-block-categories-list {
  padding: 0 !important;
}

.wp-block-categories-list li {
  list-style: none !important;
}

.wp-block-categories-list li a {
  color: #555d66;
  text-transform: capitalize;
  font-weight: 600;
}

.wp-block-categories-list li a:hover {
  text-decoration: underline;
}

.wp-block-categories-list li span.post-count {
  padding-left: 8px;
}

.wp-block-categories-list li .children li a {
  position: relative;
}

.wp-block-categories-list li .children li a::before {
  content: '-';
  position: absolute;
  left: -13px;
  top: -2px;
}

.wp-block-archives-dropdown {
  margin-bottom: 20px;
}

.wp-block-archives-dropdown select {
  height: 45px;
  border: 1px solid #eee;
  width: 100%;
  font-size: 14px;
  padding: 8px 15px;
  color: #555;
}

.wp-block-latest-comments {
  padding: 0 !important;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-meta a {
  font-weight: 600;
  text-decoration: underline;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-meta a:hover {
  text-decoration: none;
}

.wp-block-latest-posts li a {
  font-weight: 500;
}

.blog-details-area iframe, .blog-details-area video {
  width: 100%;
}

.wp-block-gallery {
  padding: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 5px !important;
}

.wp-block-gallery .blocks-gallery-item {
  margin-bottom: 15px !important;
}

.wp-block-cover {
  margin-top: 30px;
  margin-bottom: 30px;
}

.wp-block-cover p.wp-block-cover-text {
  font-weight: bold;
  margin-bottom: 20px !important;
  font-size: 30px !important;
  line-height: 1.5;
}

.wp-block-cover p.wp-block-cover-text strong {
  color: #fff;
}

.wp-block-cover.has-background-dim.alignleft {
  margin-top: 0;
}

.wp-block-cover.has-background-dim-60.has-background-dim .wp-block-cover-text a {
  color: #fff;
}

.wp-block-file a {
  text-decoration: underline;
  font-size: 15px;
}

.wp-block-file a:hover {
  text-decoration: none;
}

.wp-block-file .wp-block-file__button {
  border-radius: 4px !important;
  font-size: 14px !important;
  font-weight: 500;
  display: table;
  margin: 10px 0 0;
}

.wp-block-file .wp-block-file__button:hover {
  background-color: #000 !important;
  color: #fff;
}

.wp-block-quote.is-style-large {
  border: none;
  padding-left: 0;
  margin: 20px 0;
}

.wp-block-quote.is-style-large br {
  display: none;
}

.wp-block-quote.is-style-large p {
  font-size: 20px;
}

.wp-block-quote.is-style-large cite {
  font-size: 16px;
}

.wp-block-pullquote blockquote p {
  font-size: 25px;
}

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color p {
  color: #fff;
}

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color cite {
  color: #fff;
  font-style: normal;
}

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color blockquote {
  max-width: 80%;
  background: transparent;
  text-align: center;
}

.wp-block-gallery.alignwide {
  width: 100%;
}

.wp-block-latest-comments__comment-date, .wp-block-latest-posts__post-date {
  color: #a5a5a5;
}

.wp-caption .wp-caption-text {
  font-size: 13px;
  line-height: 20px;
  margin: 0;
  text-align: center;
  padding: 15px 0;
  color: #cccccc;
}

.wp-caption .wp-caption-text a {
  text-decoration: underline;
}

.wp-caption .wp-caption-text a:hover {
  text-decoration: none;
}

.has-very-light-gray-color.has-very-light-gray-color {
  color: #fff;
}

.wp-block-video figcaption {
  color: #d6cfcf;
}

pre.wp-block-verse {
  color: #555d66;
}

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

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.gallery-caption {
  z-index: 99990;
}

.bypostauthor {
  z-index: 99990;
}

/* End Unit test all post style */
/* Post Format: Gallery */
.gallery {
  margin: 30px -1.1666667% 0;
}

.gallery-item {
  display: inline-block;
  max-width: 33.33%;
  padding: 0 1.1400652% 2.2801304%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-icon img {
  margin: 0 auto;
}

.gallery-caption {
  display: block;
  font-size: 12px;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/* End Post Format: Gallery */
/* Pingback style */
.comments-area .comment-list .trackback .comment-body {
  margin-left: 0 !important;
  color: #cccccc;
}

.comments-area .comment-list .trackback .comment-body a {
  text-decoration: underline;
}

.comments-area .comment-list .trackback .comment-body a:hover {
  text-decoration: none;
}

.comments-area .comment-list .pingback .comment-body {
  margin-left: 0 !important;
  color: #cccccc;
}

.comments-area .comment-list .pingback .comment-body a {
  text-decoration: underline;
}

.comments-area .comment-list .pingback .comment-body a:hover {
  text-decoration: none;
}

/* End Pingback style */
/* Post password form style */
.post-password-form label {
  font-weight: 600;
}

.post-password-form label input {
  border: 1px solid #272727;
  height: 45px;
  margin: 0 10px;
  background: #272727;
  color: #fff;
  padding: 8px 15px;
}

.post-password-form label input:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.post-password-form input[type="submit"] {
  border: 1px solid;
  color: #fff;
  height: 45px;
  padding: 5px 20px;
  font-weight: 600;
  cursor: pointer;
}

.post-password-form input[type="submit"]:hover {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}

/* End Post password form style */
/* Comment navigation */
.comment-navigation .nav-links {
  overflow: hidden;
  margin-bottom: 25px;
}

.comment-navigation .nav-links .nav-previous {
  float: left;
}

.comment-navigation .nav-links .nav-previous a {
  border: 1px solid #191919;
  background: #333333;
  color: #c7c7c7;
  padding: 8px 18px;
  font-size: 14px;
}

.comment-navigation .nav-links .nav-previous a:hover {
  color: #ffffff;
  background: #000000;
}

.comment-navigation .nav-links .nav-next {
  float: right;
}

.comment-navigation .nav-links .nav-next a {
  border: 1px solid #191919;
  background: #333333;
  color: #c7c7c7;
  padding: 8px 18px;
  font-size: 14px;
}

.comment-navigation .nav-links .nav-next a:hover {
  color: #ffffff;
  background: #000000;
}

/* End Comment navigation */
/* Post search not found form */
.no-results h1.page-title {
  font-size: 22px;
  color: #ffffff;
  font-weight: 600;
}

.no-results form {
  position: relative;
}

.no-results form .search-submit {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  border: none;
  color: #fff;
  font-size: 15px;
  height: 50px;
  padding: 05px 15px;
}

.no-results form .search-submit:hover {
  background-color: #222;
  color: #fff;
}

/* End Post search not found form */
/* Footer wid */
.single-footer-widget ul.menu {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-footer-widget ul.menu li {
  margin-bottom: 10px;
}

.single-footer-widget ul.menu li:last-child {
  margin-bottom: 0;
}

.single-footer-widget ul.menu li a {
  position: relative;
  color: #313131;
}

.single-footer-widget ul.menu li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-footer-widget ul.menu li a:hover:before, .single-footer-widget ul.menu li a:focus:before {
  width: 5px;
}

.footer-area .widget {
  margin-bottom: 30px;
}

.footer-area .widget ul li ul {
  margin-top: 10px;
  padding-left: 20px;
}

.footer-area .widget .recentcomments .comment-author-link {
  font-weight: 600;
  font-size: 14px;
  text-transform: capitalize;
}

.footer-area .widget .recentcomments a {
  font-weight: 600;
}

.footer-area .widget_rss ul li {
  margin-bottom: 20px;
}

.footer-area .widget_rss ul li::before {
  top: 10px;
}

.footer-area .widget_rss ul li:last-child {
  margin-bottom: 0;
}

.footer-area .widget_rss ul li .rsswidget {
  color: #212529;
  display: block;
  font-weight: 600;
  font-size: 15px;
}

.footer-area .widget_rss ul li .rss-date {
  color: #212529;
  font-size: 13px;
  margin: 3px 0 10px;
  display: block;
  text-transform: uppercase;
}

.footer-area .widget_rss ul li .rssSummary {
  color: #212529;
  line-height: 25px;
  font-size: 14px;
}

.footer-area .widget_rss ul li cite {
  font-weight: 500;
  display: block;
  margin-top: 10px;
  font-style: normal;
  color: #212529;
  font-size: 14px;
}

.footer-area .widget_rss .footer-wid-title .rsswidget {
  color: #313131;
}

.footer-area .widget_text p img {
  margin: 10px 0;
}

.footer-area .widget_text .wp-caption-text {
  border: none;
  text-align: center;
  font-size: 14px;
}

.footer-area select {
  border: 1px solid #eee;
  width: 100%;
  height: 45px;
  padding: 5px 15px;
  color: #141414;
  font-weight: 600;
}

.footer-area .widget_tag_cloud .tagcloud a {
  display: inline-block;
  font-weight: 600;
  font-size: 14px !important;
  padding: 5px 10px;
  border: 1px solid #eeeeee;
  margin-top: 8px;
  margin-right: 4px;
  color: #000;
}

.footer-wid ul li {
  margin-bottom: 8px;
}

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

.footer-wid table td, .footer-wid table th {
  padding: 6px 5px;
  font-size: 13px;
  text-align: center;
}

.footer-wid table caption {
  caption-side: top;
  font-weight: bold;
  padding-top: 0;
}

.footer-wid .select {
  color: #333;
  margin-bottom: 0;
}

.search-form {
  position: relative;
}

.search-form .search-field {
  background-color: #f8f8f8;
  height: 50px;
  padding: 6px 18px;
  border: 1px solid #eeeeee;
  width: 100%;
  display: block;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.search-form .search-submit {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  outline: 0;
  border: none;
  color: #ffffff;
  height: 50px;
  padding: 0 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 600;
  font-size: 15px;
}

.search-form .search-submit:hover {
  background: #000000;
  color: #ffffff;
}

/* End Footer wid */
.elementor-widget:not(:last-child) {
  margin-bottom: 0 !important;
}

.blog-area .elementor-post__card a .elementor-post__thumbnail img {
  border-radius: 5px 5px 0 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-area .elementor-post__card .elementor-post__text h3 {
  margin-bottom: 13px;
  line-height: 1.4;
  font-size: 24px;
  font-weight: 700;
}

.blog-area .elementor-post__card .elementor-post__text h3 a {
  color: #000000;
  position: relative;
  display: inline;
  -webkit-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  padding: 0.1% 0px;
  background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
  background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
  background-size: 0px 2px;
  background-position: 0px 95%;
  background-repeat: no-repeat;
}

.blog-area .elementor-post__card .elementor-post__text h3 a:hover {
  background-size: 100% 2px;
}

.blog-area .elementor-post__card .elementor-post__text .elementor-post__read-more {
  display: inline-block;
  text-transform: uppercase;
  color: #000000;
  position: relative;
  z-index: 1;
  font-size: 14px;
  font-weight: 700;
}

.blog-area .elementor-post__card .elementor-post__text .elementor-post__read-more::before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  background: #000000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 1px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}

.blog-area .elementor-post__card .elementor-post__text .elementor-post__read-more:hover {
  color: #000000;
}

.blog-area .elementor-post__card .elementor-post__text .elementor-post__read-more:hover::before {
  visibility: visible;
  opacity: 1;
  right: -20px;
}

.blog-area .elementor-post__card:hover .elementor-post__text h3 a {
  background-size: 100% 2px;
}

.blog-area .elementor-post__card:hover .elementor-post__text .elementor-post__read-more {
  color: #000000;
}

.blog-area .elementor-post__card:hover .elementor-post__text .elementor-post__read-more::before {
  visibility: visible;
  opacity: 1;
  right: -20px;
}

.blog-area .elementor-post__card:hover a .elementor-post__thumbnail img {
  -webkit-transform: scale(1.1) translate(-50%, -50%);
          transform: scale(1.1) translate(-50%, -50%);
  opacity: 0.9;
}

.bg-gray-dark.blog-area .elementor-post__card .elementor-post__text .elementor-post__read-more:hover {
  color: #ffffff;
}

.bg-gray-dark.blog-area .elementor-post__card:hover .elementor-post__read-more {
  color: #ffffff;
}

.dialog-widget {
  display: none !important;
}

.elementor-editor-active .hide-wp-nav {
  margin-top: 0;
}

.elementor-editor-active .hide-wp-nav.is-sticky {
  margin-top: 0;
}

.main-colorbtn .btn-primary:hover {
  color: #ffffff;
  background-color: #000000;
}

.whitebtn-color .btn-primary {
  color: #ffffff;
  background-color: #000000;
}

.whitebtn-color .btn-primary:hover {
  color: #000000;
  background-color: #ffffff;
}

.whitebtn-color div.wpcf7-validation-errors, .whitebtn-color div.wpcf7-acceptance-missing {
  border: 2px solid #1A5276;
}

.contact-area {
  padding-bottom: 90px;
}

.contact-area .white-color .form-control {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}

.contact-area .white-color .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.contact-area .white-color .form-control:-ms-input-placeholder {
  color: #ffffff;
}

.contact-area .white-color .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.contact-area .white-color .form-control::placeholder {
  color: #ffffff;
}

.contact-area .white-color .form-control:focus {
  color: #ffffff;
  border-color: #ffffff;
}

.contact-area .white-color .wpcf7-list-item-label {
  color: #eeeeee;
}

.contact-area .white-color .wpcf7-list-item-label a {
  color: #ffffff;
}

.milian-single-blank-page {
  height: 130px;
}

/* Widget thumbnail css */
.widget_milian_posts_thumbs .item {
  margin-bottom: 15px;
  border-bottom: 1px solid #2c2929;
  padding-bottom: 15px;
  position: relative;
  overflow: hidden;
}

.widget_milian_posts_thumbs .item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}

.widget_milian_posts_thumbs .item .thumb {
  float: left;
  height: 80px;
  overflow: hidden;
  position: relative;
  width: 80px;
  margin-right: 15px;
}

.widget_milian_posts_thumbs .item .thumb .fullimage {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-size: cover !important;
  background-position: center center !important;
}

.widget_milian_posts_thumbs .item .info {
  overflow: hidden;
}

.widget_milian_posts_thumbs .item .info time {
  display: block;
  font-size: 12px;
  color: #bfbfbf;
  text-transform: capitalize;
  margin-top: 5px;
  margin-bottom: 7px;
}

.widget_milian_posts_thumbs .item .info .title {
  font-size: 14px;
  margin: 0;
  line-height: 1.6;
  font-weight: 500;
  color: #ffffff;
}

.widget_milian_posts_thumbs .item .info .title a {
  color: #ffffff;
}

.tnp-subscription .tnp-field label {
  color: #cccccc;
  padding: 0;
  margin: 0 0px 10px;
  font-size: 15px;
}

.tnp-subscription .tnp-field .tnp-email {
  height: 50px;
  padding: 10px 15px;
  color: #ffffff;
  border: 1px solid #2d2d2d;
  background-color: #2d2d2d;
  font-size: 13.5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.tnp-subscription .tnp-field .tnp-email:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
  border: 1px solid #464646;
}

.tnp-subscription .tnp-field .tnp-submit {
  color: #ffffff;
  border: none;
  padding: 13px 30px;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 15px;
  font-weight: 500;
  margin-top: 20px;
}

.tnp-subscription .tnp-field .tnp-submit:hover {
  background-color: #ffffff;
  color: #000000;
}

/* Widget sidebar */
.footer-area2 .single-footer-widget ul {
  padding-left: 17px;
  list-style-type: none;
  margin: 0;
}

.footer-area2 .single-footer-widget ul li {
  position: relative;
  margin-bottom: 8px;
  line-height: 1.8;
  font-size: 14px;
  color: #cccccc;
}

.footer-area2 .single-footer-widget ul li:last-child {
  margin-bottom: 0;
}

.footer-area2 .single-footer-widget ul li::before {
  height: 7px;
  width: 7px;
  content: '';
  left: -17px;
  top: 10px;
  position: absolute;
}

.footer-area2 .single-footer-widget ul li a {
  color: #cccccc;
}

.footer-area2 .single-footer-widget ul li a:hover .post_count {
  border: 1px solid;
}

.footer-area2 .single-footer-widget ul li a .post_count {
  position: absolute;
  right: 0;
  border: 1px solid #eee;
  width: 25px;
  text-align: center;
  height: 25px;
  line-height: 25px;
  font-size: 13px;
}

.footer-area2 .single-footer-widget ul.menu {
  padding: 0;
}

.footer-area2 .single-footer-widget ul.menu ul.sub-menu {
  padding-left: 0;
}

.footer-area2 .widget_search form {
  position: relative;
}

.footer-area2 .widget_search form label {
  display: block;
}

.footer-area2 .widget_search form .search-field {
  background-color: #292929;
  height: 50px;
  padding: 6px 18px;
  border: 1px solid #292929;
  width: 100%;
  display: block;
  color: #ffffff;
}

.footer-area2 .widget_search form .search-submit {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  border: none;
  color: #ffffff;
  font-size: 16px;
  height: 50px;
  padding: 05px 15px;
  text-transform: capitalize;
}

.footer-area2 .widget_search form .search-submit:hover {
  background-color: #000;
  color: #fff;
}

.footer-area2 select {
  height: 45px;
  border: 1px solid #eee;
  width: 100%;
  color: #555;
  font-size: 13.5px;
  padding: 8px 15px;
}

.footer-area2 .widget_categories ul li a {
  text-transform: capitalize;
}

.footer-area2 .widget_categories ul li .children {
  margin-top: 10px;
}

.footer-area2 .widget_pages ul li.page_item_has_children > a {
  margin-bottom: 10px;
  display: inline-block;
}

.footer-area2 .widget_pages ul li a {
  text-transform: capitalize;
}

.footer-area2 .widget_rss ul li {
  margin-bottom: 20px;
}

.footer-area2 .widget_rss ul li::before {
  top: 10px;
}

.footer-area2 .widget_rss ul li:last-child {
  margin-bottom: 0;
}

.footer-area2 .widget_rss ul li .rsswidget {
  display: block;
  color: #ffffff;
  font-weight: 500;
  font-size: 15px;
}

.footer-area2 .widget_rss ul li .rss-date {
  font-size: 13px;
  margin: 3px 0 10px;
  display: block;
  color: #bfbfbf;
}

.footer-area2 .widget_rss ul li .rssSummary {
  color: #cccccc;
  line-height: 25px;
  font-size: 14px;
}

.footer-area2 .widget_rss ul li cite {
  font-weight: 500;
  display: block;
  margin-top: 10px;
  font-style: normal;
  color: #cecece;
  font-size: 13.5px;
}

.footer-area2 .tagcloud a {
  display: inline-block;
  color: #cccccc;
  text-transform: capitalize;
  font-size: 14px !important;
  padding: 6px 15px;
  border: 1px solid #2c2929;
  margin-top: 8px;
  margin-right: 4px;
}

.footer-area2 .tagcloud a:hover {
  color: #ffffff;
}

.footer-area2 .widget_text p img {
  margin: 10px 0;
}

.footer-area2 .widget_text .wp-caption-text {
  border: none;
  text-align: center;
  font-size: 13px;
}

.footer-area2 .calendar_wrap table {
  margin: 0;
  text-align: center;
}

.footer-area2 .calendar_wrap table th, .footer-area2 .calendar_wrap table td {
  font-size: 13px;
  color: #cccccc;
  border: 1px solid #333;
  padding: 8px;
}

.footer-area2 .calendar_wrap table th a, .footer-area2 .calendar_wrap table td a {
  color: #ffffff;
  font-weight: 600;
}

.footer-area2 .calendar_wrap table #prev a, .footer-area2 .calendar_wrap table #next a {
  text-decoration: underline;
}

.footer-area2 .calendar_wrap table #prev a:hover, .footer-area2 .calendar_wrap table #next a:hover {
  text-decoration: none;
}

.footer-area2 .calendar_wrap table #today {
  background-color: #000000;
  font-weight: 700;
}

.footer-area2 .calendar_wrap caption {
  padding-top: 0;
  color: #dadada;
  caption-side: top;
  font-weight: 600;
}

.footer-area2 .widget_nav_menu .sub-menu {
  margin-top: 8px;
}

.footer-area2 .widget_media_gallery .gallery {
  margin: 0;
}

.footer-area2 .widget_media_gallery .gallery .gallery-item {
  margin: 0;
}

.footer-area2 .widget_recent_entries ul li a {
  color: #cccccc;
}

.footer-area2 .widget_recent_entries ul li .post-date {
  display: block;
  font-size: 12px;
  color: #767676;
}

.footer-area2 p {
  font-size: 14px;
  line-height: 1.8;
}

.footer-area2 span.post-count {
  float: right;
  font-size: 12px;
}

/* End Widget sidebar */
/* Light version style */
.light-version {
  color: #808080;
}

.light-version p {
  color: #808080;
}

.light-version h1, .light-version h2, .light-version h3, .light-version h4, .light-version h5, .light-version h6 {
  color: #212529;
}

.light-version .bg-black-color {
  background-color: #ffffff !important;
}

.light-version .top-left-header .top-info-content .info-item .phone-number {
  color: #000000;
}

.light-version .navbar-light {
  background-color: #ffffff;
}

.light-version .navbar.bg-dark-color .navbar-nav .nav-item .nav-link {
  color: #565656;
}

.light-version .navbar.is-sticky {
  background-color: #fff !important;
  -webkit-box-shadow: 0 10px 30px #ddd !important;
          box-shadow: 0 10px 30px #ddd !important;
}

.light-version .home-main-content .banner-top-title {
  color: #212529;
}

.light-version .home-main-content h1, .light-version .home-main-content h2, .light-version .home-main-content h3, .light-version .home-main-content h4, .light-version .home-main-content h5, .light-version .home-main-content h6 {
  color: #212529;
}

.light-version .home-main-content .social ul li a {
  background-color: #f3f3f3;
  color: #7d7979;
}

.light-version .home-main-content .social ul li a:hover {
  color: #fff;
}

.light-version .single-featured-box {
  background-color: #f9f9f9;
}

.light-version .single-featured-box .bar::before, .light-version .single-featured-box .bar::after {
  background: #ffffff;
}

.light-version .single-featured-box p, .light-version .single-featured-box ul li, .light-version .single-featured-box ol li {
  color: #808080;
}

.light-version .overview-box {
  border-bottom: 1px solid #ececec;
}

.light-version .overview-box:last-child {
  border-bottom: none;
}

.light-version .overview-box .main-about-content i {
  border: 1px solid #ececec;
}

.light-version .overview-box .main-about-content h3, .light-version .overview-box .main-about-content h1, .light-version .overview-box .main-about-content h2, .light-version .overview-box .main-about-content h4, .light-version .overview-box .main-about-content h5, .light-version .overview-box .main-about-content h6 {
  color: #212529;
}

.light-version .overview-box .main-about-content .bar {
  background-color: #ececec;
}

.light-version .overview-box .main-about-content p, .light-version .overview-box .main-about-content ul li, .light-version .overview-box .main-about-content ol li {
  color: #808080;
}

.light-version .overview-box .skills-list .skill-item .skill-header .skill-title {
  color: #212529;
}

.light-version .overview-box .skills-list .skill-item .skill-header .skill-percentage {
  color: #212529;
}

.light-version .overview-box .experience-list ul li {
  color: #808080;
}

.light-version .overview-box .experience-list ul li span {
  color: #212529;
}

.light-version .optional-section-title .bar::before, .light-version .optional-section-title .bar::after {
  background-color: #ffffff;
}

.light-version .br-line::before, .light-version .br-line::after {
  background-color: #ffffff;
}

.light-version .default-btn {
  border: 1px solid;
}

.light-version .default-btn:hover {
  background-color: #212529;
  border: 1px solid #212529;
  color: #ffffff;
}

.light-version .single-main-services {
  background-color: #f9f9f9;
}

.light-version .single-main-services .icon {
  background-color: #e2e2e2;
  border: 3px solid #e2e2e2;
}

.light-version .single-main-services:hover .icon {
  color: #fff;
}

.light-version .single-main-services .details-btn {
  border: 1px solid #bdbdbd;
}

.light-version .single-projects-box .projects-content {
  background-color: #f9f9f9;
}

.light-version .single-projects-box .projects-content h3, .light-version .single-projects-box .projects-content h1, .light-version .single-projects-box .projects-content h2, .light-version .single-projects-box .projects-content h4, .light-version .single-projects-box .projects-content h5, .light-version .single-projects-box .projects-content h6 {
  color: #0c0c0c;
}

.light-version .single-projects-box .projects-content h3 a, .light-version .single-projects-box .projects-content h1 a, .light-version .single-projects-box .projects-content h2 a, .light-version .single-projects-box .projects-content h4 a, .light-version .single-projects-box .projects-content h5 a, .light-version .single-projects-box .projects-content h6 a {
  color: #0c0c0c;
}

.light-version .single-projects-box:hover .projects-content h3 a, .light-version .single-projects-box:hover .projects-content h1 a, .light-version .single-projects-box:hover .projects-content h2 a, .light-version .single-projects-box:hover .projects-content h4 a, .light-version .single-projects-box:hover .projects-content h5 a, .light-version .single-projects-box:hover .projects-content h6 a {
  color: #ffffff;
}

.light-version .single-testimonials-item .client-info h3, .light-version .single-testimonials-item .client-info h1, .light-version .single-testimonials-item .client-info h2, .light-version .single-testimonials-item .client-info h4, .light-version .single-testimonials-item .client-info h5, .light-version .single-testimonials-item .client-info h6 {
  color: #212529;
}

.light-version .testimonials-slides.light.owl-theme .owl-nav [class*=owl-] {
  color: #827d7d;
}

.light-version .testimonials-slides.owl-theme .owl-nav [class*=owl-] {
  color: #827d7d;
}

.light-version .partner-area {
  border-bottom: 1px solid #f8f8f8;
}

.light-version .partner-item img {
  opacity: 1;
}

.light-version .single-team-box .team-member-content h3, .light-version .single-team-box .team-member-content h1, .light-version .single-team-box .team-member-content h2, .light-version .single-team-box .team-member-content h4, .light-version .single-team-box .team-member-content h5, .light-version .single-team-box .team-member-content h6 {
  color: #212529;
}

.light-version .single-team-box .team-member-content .social li a {
  background-color: #f3f3f3;
  color: #848484;
}

.light-version .single-team-box .team-member-content .social li a i::before {
  font-size: 10px;
}

.light-version .subscribe-area {
  background-color: #424242;
}

.light-version .subscribe-area h2 {
  color: #ffffff;
}

.light-version .single-blog-post .post-content {
  background-color: #f9f9f9;
  border: 1px solid #f9f9f9;
}

.light-version .single-blog-post .post-content h3 a, .light-version .single-blog-post .post-content h1 a, .light-version .single-blog-post .post-content h2 a, .light-version .single-blog-post .post-content h4 a, .light-version .single-blog-post .post-content h5 a, .light-version .single-blog-post .post-content h6 a {
  color: #212529;
}

.light-version .contact-section form .contact-form .form-control {
  background-color: #f9f9f9;
  border: 1px solid #efefef;
  color: #212529;
}

.light-version .contact-section form .wpcf7-acceptance label {
  color: #848484;
}

.light-version .contact-section form button {
  border: 1px solid;
}

.light-version .contact-section form button:hover {
  background-color: #212529;
  border: 1px solid #212529;
  color: #ffffff;
}

.light-version div.wpcf7-response-output {
  color: #808080 !important;
}

.light-version .page-title-area {
  background-color: #f9f9f9;
}

.light-version .page-title-area::before {
  opacity: 1;
}

.light-version .page-title-area ul li {
  color: #808080;
}

.light-version .page-title-area ul li::before {
  background: #808080;
}

.light-version .page-title-area ul li a {
  color: #808080;
}

.light-version .project-details-desc {
  background-color: #f9f9f9;
}

.light-version .project-details-info .project-title {
  color: #212529;
  border-bottom: 1px solid #ececec;
}

.light-version .project-details-info ul li {
  color: #808080;
}

.light-version .project-details-info ul li span {
  color: #808080;
}

.light-version .service-details-area .service-details-desc {
  background-color: #f9f9f9;
}

.light-version .service-details-area .service-details-desc h1, .light-version .service-details-area .service-details-desc h2, .light-version .service-details-area .service-details-desc h3, .light-version .service-details-area .service-details-desc h4, .light-version .service-details-area .service-details-desc h5, .light-version .service-details-area .service-details-desc h6 {
  color: #212529;
}

.light-version .service-details-area .service-details-desc ul li {
  color: #808080;
}

.light-version .service-details-area .services-details-faq .accordion .accordion-item .accordion-title {
  color: #212529;
}

.light-version .service-details-area .services-sidebar .services-list, .light-version .service-details-area .service-details-info .services-list {
  background-color: #f9f9f9;
  border: 1px solid #f9f9f9;
}

.light-version .service-details-area .services-sidebar .services-list ul li a, .light-version .service-details-area .service-details-info .services-list ul li a {
  background-color: #fff;
  color: #808080;
}

.light-version .service-details-area .services-sidebar .services-list ul li a:hover, .light-version .service-details-area .services-sidebar .services-list ul li a.active, .light-version .service-details-area .service-details-info .services-list ul li a:hover, .light-version .service-details-area .service-details-info .services-list ul li a.active {
  color: #fff;
}

.light-version .service-details-area .services-sidebar .services-download-list ul li a, .light-version .service-details-area .service-details-info .services-download-list ul li a {
  background-color: #fff;
  color: #808080;
}

.light-version .service-details-area .services-sidebar .services-download-list ul li a:hover, .light-version .service-details-area .service-details-info .services-download-list ul li a:hover {
  color: #fff;
}

.light-version .creative-service-content h1 {
  color: #ffffff;
}

.light-version .sidebar .widget {
  background-color: #f9f9f9;
  border: 1px solid #f9f9f9;
}

.light-version .sidebar .widget ul li {
  color: #808080;
}

.light-version .sidebar .widget ul li a {
  color: #808080;
}

.light-version .sidebar .widget_search form .search-field {
  background-color: #fff;
  border: 1px solid #fff;
  color: #212529;
}

.light-version .sidebar .widget_search form .search-field::-webkit-input-placeholder {
  color: #808080;
}

.light-version .sidebar .widget_search form .search-field:-ms-input-placeholder {
  color: #808080;
}

.light-version .sidebar .widget_search form .search-field::-ms-input-placeholder {
  color: #808080;
}

.light-version .sidebar .widget_search form .search-field::placeholder {
  color: #808080;
}

.light-version .sidebar .widget .widget-title {
  border-bottom: 1px solid #efefef;
  color: #212529;
}

.light-version .sidebar .widget .widget-title .rsswidget {
  color: #212529;
}

.light-version .sidebar .widget_milian_posts_thumbs .item {
  border-bottom: 1px solid #efefef;
}

.light-version .sidebar .widget_milian_posts_thumbs .item:last-child {
  border-bottom: none;
}

.light-version .sidebar .widget_milian_posts_thumbs .item .info .title a {
  color: #212529;
}

.light-version .sidebar .widget_milian_posts_thumbs .item .info time {
  color: #808080;
}

.light-version .sidebar .calendar_wrap table {
  background: #fff;
}

.light-version .sidebar .calendar_wrap table th, .light-version .sidebar .calendar_wrap table td {
  color: #808080;
  border: 1px solid #f7f7f7;
}

.light-version .sidebar .calendar_wrap caption {
  color: #808080;
}

.light-version .sidebar .widget_rss ul li .rsswidget {
  color: #212529;
}

.light-version .sidebar .widget_rss ul li .rssSummary {
  color: #808080;
}

.light-version .sidebar .widget_rss ul li cite {
  color: #808080;
}

.light-version .sidebar .tagcloud a {
  color: #808080;
  border: 1px solid #eee;
  background: #fff;
}

.light-version .sidebar .tagcloud a:hover {
  color: #fff;
}

.light-version .sticky .post-content {
  background-color: #404040;
}

.light-version .sticky .post-content .title a {
  color: #ffffff;
}

.light-version .pagination-area .page-numbers {
  background-color: #f1f1f1;
}

.light-version .copyright-area {
  background-color: #202020;
}

.light-version .copyright-area p {
  color: #c1c1c1;
}

.light-version .page-links {
  color: #808080;
}

.light-version .blog-details .blog-details-content {
  background-color: #f9f9f9;
  color: #808080;
}

.light-version .blog-details .blog-details-content .entry-meta {
  border-bottom: 1px solid #efefef;
}

.light-version #comments {
  background-color: #f9f9f9;
}

.light-version #comments .comment-author b.fn {
  color: #212529;
}

.light-version #comments .comment-metadata {
  color: #808080;
}

.light-version #comments .comment-metadata a {
  color: #808080 !important;
}

.light-version #comments .comment-list .comment-body {
  border-bottom: 1px solid #efefef;
}

.light-version .comments-title {
  border-bottom: 1px solid #efefef;
}

.light-version .comment-respond .comment-reply-title {
  color: #212529;
  border-bottom: 1px solid #efefef;
}

.light-version .comment-respond label {
  color: #808080;
}

.light-version .comment-respond input[type="date"], .light-version .comment-respond input[type="time"], .light-version .comment-respond input[type="datetime-local"], .light-version .comment-respond input[type="week"], .light-version .comment-respond input[type="month"], .light-version .comment-respond input[type="text"], .light-version .comment-respond input[type="email"], .light-version .comment-respond input[type="url"], .light-version .comment-respond input[type="password"], .light-version .comment-respond input[type="search"], .light-version .comment-respond input[type="tel"], .light-version .comment-respond input[type="number"], .light-version .comment-respond textarea {
  background-color: #fff;
  border: 1px solid #efefef;
  color: #000000;
}

.light-version .comment-respond .form-submit input:hover {
  background-color: #212121;
  border: 1px solid #212121;
  color: #fff;
}

.light-version .post-tag-media ul li:first-child {
  border-bottom: 1px solid #efefef;
}

.light-version .post-tag-media ul li span {
  color: #212529;
}

.light-version .post-tag-media ul li a {
  background-color: #fff;
  border: 1px solid #efefef;
}

.light-version .footer-content .social li a {
  color: #545454;
  background: #fff;
}

.light-version .single-footer-widget .contact-info li {
  color: #848484;
}

.light-version .single-footer-widget .contact-info li i {
  background: #fff;
}

.light-version .single-footer-widget .contact-info li span {
  color: #212529;
}

.light-version table {
  background-color: #ffffff;
}

.light-version table td, .light-version table th {
  border: 1px solid #f1f1f1;
  color: #808080;
}

.light-version .page-main-content dt, .light-version .page-main-content dd {
  color: #808080;
}

.light-version .page-main-content ul li, .light-version .page-main-content ol li {
  color: #808080;
}

.light-version .page-main-content strong {
  color: #808080;
}

.light-version .page-main-content address {
  color: #808080;
}

.light-version .page-main-content pre {
  color: #808080;
  background: #fbfbfb;
}

.light-version .blockquote, .light-version blockquote {
  background-color: #f9f9f9;
  border: 1px solid #f9f9f9;
}

.light-version .blockquote::before, .light-version .blockquote::before, .light-version blockquote::before, .light-version blockquote::before {
  background-color: #f9f9f9;
}

.light-version .blockquote cite, .light-version blockquote cite {
  color: #808080;
}

.light-version .blog-details .blog-details-content h1, .light-version .blog-details .blog-details-content h2, .light-version .blog-details .blog-details-content h3, .light-version .blog-details .blog-details-content h4, .light-version .blog-details .blog-details-content h5, .light-version .blog-details .blog-details-content h6 {
  color: #212529;
}

.light-version .blog-details .blog-details-content dt, .light-version .blog-details .blog-details-content dd {
  color: #808080;
}

.light-version .blog-details .blog-details-content ul li, .light-version .blog-details .blog-details-content ol li {
  color: #808080;
}

.light-version .blog-details .blog-details-content strong {
  color: #808080;
}

.light-version .blog-details .blog-details-content address {
  color: #808080;
}

.light-version .blog-details .blog-details-content pre {
  color: #808080;
  background: #fbfbfb;
}

.light-version .blog-details .blog-details-content .blockquote, .light-version .blog-details .blog-details-content blockquote {
  background-color: #ffffff;
  border: 1px solid #ffffff;
}

.light-version .blog-details .blog-details-content .blockquote::before, .light-version .blog-details .blog-details-content .blockquote::before, .light-version .blog-details .blog-details-content .blockquote::before, .light-version .blog-details .blog-details-content .blockquote::before, .light-version .blog-details .blog-details-content blockquote::before, .light-version .blog-details .blog-details-content blockquote::before, .light-version .blog-details .blog-details-content blockquote::before, .light-version .blog-details .blog-details-content blockquote::before {
  background-color: #ffffff;
}

.light-version .blog-details .blog-details-content .blockquote cite, .light-version .blog-details .blog-details-content blockquote cite {
  color: #808080;
}

.light-version .blog-details .blog-details-content table td, .light-version .blog-details .blog-details-content table th {
  border: 1px solid #e4e4e4;
}

.light-version #comments .comment-author b.fn a {
  color: #212529;
}

.light-version #comments .comment-list .comment-body .reply a {
  color: #808080;
  background-color: #fff;
}

.light-version #comments .comment-list .comment-body .reply a:hover {
  background-color: #000000;
  color: #fff;
}

.light-version .wp-block-cover p.wp-block-cover-text strong {
  color: #fff;
}

.light-version .wp-block-image figcaption {
  color: #808080;
}

.light-version .comment-respond p.logged-in-as a {
  color: #808080;
}

.light-version .comments-area .comment-content h1, .light-version .comments-area .comment-content h2, .light-version .comments-area .comment-content h3, .light-version .comments-area .comment-content h4, .light-version .comments-area .comment-content h5, .light-version .comments-area .comment-content h6 {
  color: #212529;
}

.light-version .comments-area .comment-content dt, .light-version .comments-area .comment-content dd {
  color: #808080;
}

.light-version .comments-area .comment-content ul li, .light-version .comments-area .comment-content ol li {
  color: #808080;
}

.light-version .comments-area .comment-content strong {
  color: #808080;
}

.light-version .comments-area .comment-content address {
  color: #808080;
}

.light-version .comments-area .comment-content pre {
  color: #808080;
  background: #fbfbfb;
}

.light-version .comments-area .comment-content .blockquote, .light-version .comments-area .comment-content blockquote {
  background-color: #ffffff;
  border: 1px solid #ffffff;
}

.light-version .comments-area .comment-content .blockquote::before, .light-version .comments-area .comment-content .blockquote::before, .light-version .comments-area .comment-content .blockquote::before, .light-version .comments-area .comment-content .blockquote::before, .light-version .comments-area .comment-content blockquote::before, .light-version .comments-area .comment-content blockquote::before, .light-version .comments-area .comment-content blockquote::before, .light-version .comments-area .comment-content blockquote::before {
  background-color: #ffffff;
}

.light-version .comments-area .comment-content .blockquote cite, .light-version .comments-area .comment-content blockquote cite {
  color: #808080;
}

.light-version .comments-area .comment-content table td, .light-version .comments-area .comment-content table th {
  border: 1px solid #e4e4e4;
}

.light-version pre.wp-block-code {
  border: 1px solid #f1f1f1;
}

.light-version .tnp-subscription .tnp-field label {
  color: #808080;
}

.light-version .tnp-subscription .tnp-field .tnp-email {
  color: #212529;
  border: 1px solid #efefef;
  background-color: #f9f9f9;
}

.light-version .wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tr:nth-child(odd), .light-version .wp-block-table.is-style-stripes tr:nth-child(odd) {
  background-color: #fff;
}

.light-version .wp-caption .wp-caption-text {
  color: #808080;
}

.light-version .has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color blockquote {
  background-color: transparent !important;
  border: none !important;
}

.light-version .has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color blockquote cite {
  color: #fff;
}

.light-version .comments-area .comment-list .trackback .comment-body {
  color: #808080;
}

.light-version .comments-area .comment-list .pingback .comment-body {
  color: #808080;
}

.light-version .service-details-area .service-details-desc .blockquote, .light-version .service-details-area .service-details-desc blockquote {
  background-color: #ffffff;
  border: 1px solid #ffffff;
}

.light-version .service-details-area .service-details-desc .blockquote::before, .light-version .service-details-area .service-details-desc .blockquote::before, .light-version .service-details-area .service-details-desc .blockquote::before, .light-version .service-details-area .service-details-desc .blockquote::before, .light-version .service-details-area .service-details-desc blockquote::before, .light-version .service-details-area .service-details-desc blockquote::before, .light-version .service-details-area .service-details-desc blockquote::before, .light-version .service-details-area .service-details-desc blockquote::before {
  background-color: #ffffff;
}

.light-version .project-details-desc .blockquote, .light-version .project-details-desc blockquote {
  background-color: #ffffff;
  border: 1px solid #ffffff;
}

.light-version .project-details-desc .blockquote::before, .light-version .project-details-desc .blockquote::before, .light-version .project-details-desc .blockquote::before, .light-version .project-details-desc .blockquote::before, .light-version .project-details-desc blockquote::before, .light-version .project-details-desc blockquote::before, .light-version .project-details-desc blockquote::before, .light-version .project-details-desc blockquote::before {
  background-color: #ffffff;
}

.light-version #comments .no-comments, .light-version #comments .comment-awaiting-moderation {
  color: #808080;
}

.light-version .preloader {
  background-color: #fff;
}

.light-version .page-header-bg::after {
  background-color: #f9f9f9;
}

.light-version .footer-area2 {
  background-color: #f9f9f9;
}

.light-version .footer-area2 .single-footer-widget .footer-wid-title {
  color: #212529;
  border-bottom: 1px solid #ececec;
}

.light-version .footer-area2 .single-footer-widget .footer-wid-title a {
  color: #212529;
}

.light-version .footer-area2 .single-footer-widget ul.menu li a {
  color: #808080;
}

.light-version .footer-area2 .single-footer-widget ul li {
  color: #808080;
}

.light-version .footer-area2 .single-footer-widget ul li a {
  color: #808080;
}

.light-version .footer-area2 .calendar_wrap caption {
  color: #808080;
}

.light-version .footer-area2 .calendar_wrap table th, .light-version .footer-area2 .calendar_wrap table td {
  color: #808080;
  border: 1px solid #f5f5f5;
}

.light-version .footer-area2 .widget_rss ul li .rsswidget {
  color: #212529;
}

.light-version .footer-area2 .widget_rss ul li .rssSummary {
  color: #808080;
}

.light-version .footer-area2 .widget_rss ul li cite {
  color: #808080;
}

.light-version .footer-area2 .widget_search form .search-field {
  background-color: #fff;
  border: 1px solid #ececec;
  color: #292929;
}

.light-version .footer-area2 .tagcloud a {
  color: #808080;
  border: 1px solid #ececec;
  background: #fff;
}

.light-version .product-designer-banner-area {
  background-color: #FAF2F0 !important;
}

.light-version .product-designer-banner-content h1 {
  color: #FFF9F7;
  -webkit-text-stroke: 2.5px black;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.light-version .product-designer-banner-content h2 {
  color: #000000;
}

.light-version .find-with-me-social li span {
  color: #000000;
}

.light-version .find-with-me-social li a i {
  border: 1px solid #04c37f;
  color: #000000;
}

.light-version .find-with-me-social li a i:hover {
  background-color: #04c37f;
  color: #ffffff;
}

.light-version .best-skills-social li span {
  color: #000000;
}

.light-version .best-skills-social li a i {
  border: 1px solid #04c37f;
  color: #000000;
}

.light-version .best-skills-social li a i:hover {
  background-color: #04c37f;
  color: #ffffff;
}

.light-version .creative-about-area.bg-black-color {
  background-color: #f3f3f3 !important;
}

.light-version .creative-about-content h3 {
  color: #000000;
}

.light-version .creative-about-content p {
  color: #000000;
}

.light-version .creative-about-others-content .title {
  color: #000000;
}

.light-version .creative-about-others-content .small-card h4 {
  color: #000000;
}

.light-version .creative-about-others-content .education-content h4, .light-version .creative-about-others-content .education-content p {
  color: #000000;
}

.light-version .creative-about-others-content .experience-content b, .light-version .creative-about-others-content .experience-content h4, .light-version .creative-about-others-content .experience-content p {
  color: #000000;
}

.light-version .pricing-wrap-area {
  background-color: #ffffff;
}

.light-version .pricing-wrap-area::before {
  background-color: #FAF2F0;
}

.light-version .pricing-section-content h3 {
  color: #000000;
}

.light-version .pricing-switcher .toggler {
  color: #000000;
}

.light-version .pricing-wrap-shape img {
  opacity: 1;
}

.light-version .awesome-partner-area {
  background-color: #ffffff;
}

.light-version .awesome-partner-area::before {
  background-color: #ffffff;
}

.light-version .awesome-partner-area.with-before-color::before {
  background: #ECF1F9;
}

.light-version .creative-about-area.with-bg-color {
  background: #ECF1F9;
}

.light-version .creative-funfact-inner-wrap-content {
  background: #ECF1F9;
}

.light-version .creative-funfact-inner-wrap-content .creative-funfact-card p {
  color: #000000;
}

.light-version .happy-clients-area {
  background-color: #ffffff;
}

.light-version .happy-clients-area .section-wrap-title h2 {
  color: #000000;
}

.light-version .happy-clients-item p {
  color: #000000;
}

.light-version .happy-clients-item .client-info h3 {
  color: #000000;
}

.light-version .blog-wrap-card {
  background-color: #FAF2F0;
}

.light-version .blog-wrap-card .info .title h4 {
  color: #000000;
}

.light-version .blog-wrap-card h3 a {
  color: #000000;
}

.light-version .blog-wrap-right-card::after {
  background-color: #FAF2F0;
}

.light-version .blog-wrap-right-card .blog-content .info .title h4 {
  color: #000000;
}

.light-version .blog-wrap-right-card .blog-content h3 a {
  color: #000000;
}

.light-version .subscribe-wrap-area {
  background-color: #ffffff;
}

.light-version .subscribe-wrap-area::before {
  background-color: #FAF2F0;
}

.light-version .contact-wrap-area {
  background: #FAF2F0;
}

.light-version .contact-wrap-info h3 {
  color: #000000;
}

.light-version .contact-wrap-info .contact-info-card a, .light-version .contact-wrap-info .contact-info-card p {
  color: #000000;
}

.light-version .contact-wrap-form .content h3 {
  color: #000000;
}

.light-version .contact-wrap-form .form-group .form-control {
  color: #dfdfdf;
}

.light-version .contact-wrap-form .form-group .form-control::-webkit-input-placeholder {
  color: #dfdfdf;
}

.light-version .contact-wrap-form .form-group .form-control:-ms-input-placeholder {
  color: #dfdfdf;
}

.light-version .contact-wrap-form .form-group .form-control::-ms-input-placeholder {
  color: #dfdfdf;
}

.light-version .contact-wrap-form .form-group .form-control::placeholder {
  color: #dfdfdf;
}

.light-version .contact-wrap-form .form-control {
  border-bottom: 1px solid #04c37f;
  color: #000000 !important;
}

.light-version .contact-wrap-form .form-control::-webkit-input-placeholder {
  color: #000000 !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.light-version .contact-wrap-form .form-control:-ms-input-placeholder {
  color: #000000 !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.light-version .contact-wrap-form .form-control::-ms-input-placeholder {
  color: #000000 !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.light-version .contact-wrap-form .form-control::placeholder {
  color: #000000 !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.light-version .contact-wrap-form .form-control:focus {
  border-bottom: 1px solid #04c37f;
}

.light-version .contact-wrap-form .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.light-version .contact-wrap-form .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.light-version .contact-wrap-form .form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.light-version .contact-wrap-form .form-control:focus::placeholder {
  color: transparent;
}

.light-version .contact-wrap-form button {
  background-color: #04c37f;
  color: #ffffff;
}

.light-version .contact-wrap-form button:hover {
  color: #ffffff;
  background-color: #000000;
}

.light-version .copyright-wrap-area.with-bg-color {
  background-color: #ffffff;
}

.light-version .copyright-wrap-content p {
  color: #000000;
}

.light-version .copyright-wrap-social li a i {
  color: #000000;
}

.light-version .banner-personal-content h1, .light-version .banner-personal-content p {
  color: #000000;
}

.light-version .creative-about-area.bg-black-color {
  background-color: transparent !important;
}

.light-version .banner-personal-image .personal-funfact {
  background-color: transparent;
}

.light-version .banner-personal-image .personal-funfact h3 {
  color: #000000;
}

.light-version .bg-black-color2 {
  background-color: #f3f3f3;
}

.light-version .creative-skills-content h3, .light-version .creative-skills-content p {
  color: #000000;
}

.light-version .creative-skills-list .skill-item .skill-header .skill-title {
  color: #000000;
}

.light-version .creative-skills-list .skill-item .skill-header .skill-percentage {
  color: #000000;
}

.light-version .creative-service-card {
  background-color: #ffffff;
}

.light-version .creative-service-card::after {
  background-color: #FAF2F0;
}

.light-version .creative-service-card h3 a {
  color: #000000;
}

.light-version .creative-service-card p {
  color: #000000;
}

.light-version .happy-clients-area-nav .happy-clients-slides.owl-theme .owl-nav [class*=owl-] {
  color: #000000;
}

.light-version .pricing-wrap-area.without-before-color::after {
  background-color: #FAF2F0;
}

.light-version .view-all-btn .default-btn {
  color: #000000;
}

.light-version .view-all-btn .default-btn:hover {
  color: #ffffff;
}

.light-version .pricing-wrap-area .section-wrap-title h3, .light-version .pricing-wrap-area .section-wrap-title h2, .light-version .pricing-wrap-area .section-wrap-title h1 {
  color: #000000;
}

.light-version .portfolio-wrap-area.with-bg-color {
  background-color: #f2f2f2;
}

.light-version .subscribe-wrap-before .subscribe-wrap-area::before {
  background-color: #ffffff;
}

.light-version .light-bg .contact-wrap-area {
  background: #ffffff;
  border-top: 1px solid #f3f3f3;
}

.light-version .contact-wrap-shape-2, .light-version .contact-wrap-shape-1, .light-version .contact-wrap-shape-3 {
  opacity: 1;
}

.light-version .banner-personal-wrap-content h1, .light-version .banner-personal-wrap-content p {
  color: #000000;
}

.light-version .banner-personal-wrap-content .personal-social li a i {
  color: #000000;
}

.light-version .banner-personal-wrap-image {
  background: #ECF1F9;
}

.light-version .banner-personal-wrap-image .personal-info .info-item p, .light-version .banner-personal-wrap-image .personal-info .info-item a {
  color: #000000;
}

.light-version .pricing-wrap-style-box {
  background-color: #ffffff;
}

.light-version .blog-wrap-card.with-border-radius {
  background-color: transparent;
}

.light-version .blog-wrap-card.with-border-radius:hover {
  background-color: #ECF1F9;
}

/* End Light version style */
.blog-details-area .post-controls-buttons {
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 30px;
  background: #0c0c0c;
  padding: 30px;
}

.blog-details-area .post-controls-buttons .controls-left {
  float: left;
}

.blog-details-area .post-controls-buttons .controls-right {
  float: right;
}

.blog-details-area .post-controls-buttons div a {
  padding: 8px 20px;
  display: inline-block;
  border-radius: 5px;
  background-color: #212121;
  color: #cccccc;
}

.blog-details-area .post-controls-buttons div a:hover {
  background-color: #ffffff;
  color: #000000;
}

.blocks-gallery-caption {
  margin-bottom: 8px;
}

.wp-block-group__inner-container {
  padding: 30px;
}

.wp-block-group__inner-container p {
  color: #000;
}

.wp-block-archives-list li span.post-count {
  padding-left: 8px;
  float: right;
}

.wp-block-categories-dropdown {
  margin-bottom: 20px;
}

.wp-block-categories-dropdown select {
  height: 45px;
  border: 1px solid #eee;
  width: 100%;
  font-size: 14px;
  padding: 8px 15px;
  color: #555;
}

.wp-block-tag-cloud a {
  display: inline-block;
  font-weight: 600;
  font-size: 12.5px !important;
  padding: 6px 13px;
  border: 1px dashed #eeeeee;
  position: relative;
  color: #ccc !important;
  text-decoration: none !important;
  margin-top: 8px;
  margin-right: 4px;
}

.wp-block-tag-cloud a:hover, .wp-block-tag-cloud a:focus {
  color: #ffffff !important;
}

.wp-block-search {
  margin-bottom: 30px;
  position: relative;
}

.wp-block-search label {
  display: block;
  margin-bottom: 10px;
}

.wp-block-search .screen-reader-text {
  display: none;
}

.wp-block-search .wp-block-search__input {
  background-color: #ffffff;
  height: 50px;
  padding: 6px 15px;
  border: 1px solid #eeeeee;
  width: 100%;
  display: block;
  outline: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.wp-block-search button {
  position: absolute;
  right: 0;
  outline: 0;
  bottom: 0;
  height: 50px;
  width: 80px;
  z-index: 1;
  border: none;
  color: #ffffff;
}

.wp-block-search button:hover {
  color: #ffffff;
  background: #000000 !important;
}

.wp-block-calendar table caption {
  color: #ccc;
}

.wp-block-calendar table th {
  color: #000;
}

.dark-version .footer-area2 .logo h2 {
  color: #fff;
}

.et-demo-options-toolbar {
  position: fixed;
  top: 50%;
  width: 40px;
  right: 0;
  line-height: 60px;
  border: 1px solid #eee;
  border-right: 0;
  border-radius: 5px 0 0 5px;
  z-index: 99999;
  background: #fff;
  text-align: center;
  -webkit-box-shadow: -3px 0 10px -2px rgba(0, 0, 0, 0.1);
          box-shadow: -3px 0 10px -2px rgba(0, 0, 0, 0.1);
}

.et-demo-options-toolbar a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #111;
}

.et-demo-options-toolbar a:focus, .et-demo-options-toolbar a:hover {
  color: #111 !important;
}

[class*=hint--] {
  position: relative;
  display: inline-block;
}

[class*=hint--]:before,
[class*=hint--]:after {
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
}

[class*=hint--]:hover:before,
[class*=hint--]:hover:after {
  visibility: visible;
  opacity: 1;
}

[class*=hint--]:hover:before,
[class*=hint--]:hover:after {
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}

[class*=hint--]:before {
  content: '';
  position: absolute;
  background: 0 0;
  border: 7px solid transparent;
  z-index: 1000001;
}

[class*=hint--]:after {
  background: #000;
  color: #fff;
  padding: 8px 10px;
  font-size: 14px;
  line-height: 15px;
  white-space: nowrap;
  border-radius: 5px;
}

[class*=hint--][aria-label]:after {
  content: attr(aria-label);
}

[class*=hint--][data-hint]:after {
  content: attr(data-hint);
}

[aria-label='']:before,
[aria-label='']:after,
[data-hint='']:before,
[data-hint='']:after {
  display: none !important;
}

.hint--top-left:before {
  border-top-color: #000;
}

.hint--top-right:before {
  border-top-color: #000;
}

.hint--top:before {
  border-top-color: #000;
}

.hint--bottom-left:before {
  border-bottom-color: #000;
}

.hint--bottom-right:before {
  border-bottom-color: #000;
}

.hint--bottom:before {
  border-bottom-color: #000;
}

.hint--left:before {
  border-left-color: #000;
}

.hint--right:before {
  border-right-color: #000;
}

.hint--top:before {
  margin-bottom: -13px;
}

.hint--top:before,
.hint--top:after {
  bottom: 100%;
  left: 50%;
}

.hint--top:before {
  left: calc(50% - 7px);
}

.hint--top:after {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hint--top:hover:before {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--top:hover:after {
  -webkit-transform: translateX(-50%) translateY(-8px);
  transform: translateX(-50%) translateY(-8px);
}

.hint--bottom:before {
  margin-top: -13px;
}

.hint--bottom:before,
.hint--bottom:after {
  top: 100%;
  left: 50%;
}

.hint--bottom:before {
  left: calc(50% - 7px);
}

.hint--bottom:after {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hint--bottom:hover:before {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--bottom:hover:after {
  -webkit-transform: translateX(-50%) translateY(8px);
  transform: translateX(-50%) translateY(8px);
}

.hint--right:before {
  margin-left: -13px;
  margin-bottom: -7px;
}

.hint--right:after {
  margin-bottom: -15px;
}

.hint--right:before,
.hint--right:after {
  left: 100%;
  bottom: 50%;
}

.hint--right:hover:before {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

.hint--right:hover:after {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

.hint--left:before {
  margin-right: -13px;
  margin-bottom: -7px;
}

.hint--left:after {
  margin-bottom: -15px;
}

.hint--left:before,
.hint--left:after {
  right: 100%;
  bottom: 50%;
}

.hint--left:hover:before {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}

.hint--left:hover:after {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}

.hint--top-left:before {
  margin-bottom: -13px;
}

.hint--top-left:before,
.hint--top-left:after {
  bottom: 100%;
  left: 50%;
}

.hint--top-left:before {
  left: calc(50% - 7px);
}

.hint--top-left:after {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.hint--top-left:after {
  margin-left: 14px;
}

.hint--top-left:hover:before {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--top-left:hover:after {
  -webkit-transform: translateX(-100%) translateY(-8px);
  transform: translateX(-100%) translateY(-8px);
}

.hint--top-right:before {
  margin-bottom: -13px;
}

.hint--top-right:before,
.hint--top-right:after {
  bottom: 100%;
  left: 50%;
}

.hint--top-right:before {
  left: calc(50% - 7px);
}

.hint--top-right:after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.hint--top-right:after {
  margin-left: -14px;
}

.hint--top-right:hover:before {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--top-right:hover:after {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--bottom-left:before {
  margin-top: -13px;
}

.hint--bottom-left:before,
.hint--bottom-left:after {
  top: 100%;
  left: 50%;
}

.hint--bottom-left:before {
  left: calc(50% - 7px);
}

.hint--bottom-left:after {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.hint--bottom-left:after {
  margin-left: 14px;
}

.hint--bottom-left:hover:before {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--bottom-left:hover:after {
  -webkit-transform: translateX(-100%) translateY(8px);
  transform: translateX(-100%) translateY(8px);
}

.hint--bottom-right:before {
  margin-top: -13px;
}

.hint--bottom-right:before,
.hint--bottom-right:after {
  top: 100%;
  left: 50%;
}

.hint--bottom-right:before {
  left: calc(50% - 7px);
}

.hint--bottom-right:after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.hint--bottom-right:after {
  margin-left: -14px;
}

.hint--bottom-right:hover:before {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--bottom-right:hover:after {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

[class*=hint--]:after {
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}

.hint--white:after {
  color: #111;
  background-color: #fff;
  text-shadow: 0 -1px 0px #bfbfbf;
}

.hint--white.hint--top-left:before {
  border-top-color: #fff;
}

.hint--white.hint--top-right:before {
  border-top-color: #fff;
}

.hint--white.hint--top:before {
  border-top-color: #fff;
}

.hint--white.hint--bottom-left:before {
  border-bottom-color: #fff;
}

.hint--white.hint--bottom-right:before {
  border-bottom-color: #fff;
}

.hint--white.hint--bottom:before {
  border-bottom-color: #fff;
}

.hint--white.hint--left:before {
  border-left-color: #fff;
}

.hint--white.hint--right:before {
  border-right-color: #fff;
}

.hint--rounded:after {
  border-radius: 4px;
}

.hint--no-animate:before,
.hint--no-animate:after {
  -webkit-transition-duration: 0ms;
  transition-duration: 0ms;
}

.hint--bounce:before,
.hint--bounce:after {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}

.alignnone {
  display: block;
  margin-bottom: 15px;
  width: 100%;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 15px auto 15px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption.alignnone {
  margin: 15px auto 10px;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 13px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

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

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.gallery-caption {
  z-index: 100000;
}

.bypostauthor {
  z-index: 100000;
}

.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0 !important;
}

ul.slick-dots {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 5px;
}

.mchimp-errmessage, .mchimp-sucmessage {
  text-align: center;
  margin-top: 6px;
}

/* Sidebar Css */
.et-demo-options-toolbar {
  position: fixed;
  top: 50%;
  width: 40px;
  right: 0;
  line-height: 60px;
  border: 1px solid #eee;
  border-right: 0;
  border-radius: 5px 0 0 5px;
  z-index: 99999;
  background: #fff;
  text-align: center;
  -webkit-box-shadow: -3px 0 10px -2px rgba(0, 0, 0, 0.1);
          box-shadow: -3px 0 10px -2px rgba(0, 0, 0, 0.1);
}

.et-demo-options-toolbar a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #111;
}

.et-demo-options-toolbar a:focus, .et-demo-options-toolbar a:hover {
  color: #111 !important;
}

[class*=hint--] {
  position: relative;
  display: inline-block;
}

[class*=hint--]:before,
[class*=hint--]:after {
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
}

[class*=hint--]:hover:before,
[class*=hint--]:hover:after {
  visibility: visible;
  opacity: 1;
}

[class*=hint--]:hover:before,
[class*=hint--]:hover:after {
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}

[class*=hint--]:before {
  content: '';
  position: absolute;
  background: 0 0;
  border: 7px solid transparent;
  z-index: 1000001;
}

[class*=hint--]:after {
  background: #000;
  color: #fff;
  padding: 8px 10px;
  font-size: 14px;
  line-height: 15px;
  white-space: nowrap;
  border-radius: 5px;
}

[class*=hint--][aria-label]:after {
  content: attr(aria-label);
}

[class*=hint--][data-hint]:after {
  content: attr(data-hint);
}

[aria-label='']:before,
[aria-label='']:after,
[data-hint='']:before,
[data-hint='']:after {
  display: none !important;
}

.hint--top-left:before {
  border-top-color: #000;
}

.hint--top-right:before {
  border-top-color: #000;
}

.hint--top:before {
  border-top-color: #000;
}

.hint--bottom-left:before {
  border-bottom-color: #000;
}

.hint--bottom-right:before {
  border-bottom-color: #000;
}

.hint--bottom:before {
  border-bottom-color: #000;
}

.hint--left:before {
  border-left-color: #000;
}

.hint--right:before {
  border-right-color: #000;
}

.hint--top:before {
  margin-bottom: -13px;
}

.hint--top:before,
.hint--top:after {
  bottom: 100%;
  left: 50%;
}

.hint--top:before {
  left: calc(50% - 7px);
}

.hint--top:after {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hint--top:hover:before {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--top:hover:after {
  -webkit-transform: translateX(-50%) translateY(-8px);
  transform: translateX(-50%) translateY(-8px);
}

.hint--bottom:before {
  margin-top: -13px;
}

.hint--bottom:before,
.hint--bottom:after {
  top: 100%;
  left: 50%;
}

.hint--bottom:before {
  left: calc(50% - 7px);
}

.hint--bottom:after {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hint--bottom:hover:before {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--bottom:hover:after {
  -webkit-transform: translateX(-50%) translateY(8px);
  transform: translateX(-50%) translateY(8px);
}

.hint--right:before {
  margin-left: -13px;
  margin-bottom: -7px;
}

.hint--right:after {
  margin-bottom: -15px;
}

.hint--right:before,
.hint--right:after {
  left: 100%;
  bottom: 50%;
}

.hint--right:hover:before {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

.hint--right:hover:after {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

.hint--left:before {
  margin-right: -13px;
  margin-bottom: -7px;
}

.hint--left:after {
  margin-bottom: -15px;
}

.hint--left:before,
.hint--left:after {
  right: 100%;
  bottom: 50%;
}

.hint--left:hover:before {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}

.hint--left:hover:after {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}

.hint--top-left:before {
  margin-bottom: -13px;
}

.hint--top-left:before,
.hint--top-left:after {
  bottom: 100%;
  left: 50%;
}

.hint--top-left:before {
  left: calc(50% - 7px);
}

.hint--top-left:after {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.hint--top-left:after {
  margin-left: 14px;
}

.hint--top-left:hover:before {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--top-left:hover:after {
  -webkit-transform: translateX(-100%) translateY(-8px);
  transform: translateX(-100%) translateY(-8px);
}

.hint--top-right:before {
  margin-bottom: -13px;
}

.hint--top-right:before,
.hint--top-right:after {
  bottom: 100%;
  left: 50%;
}

.hint--top-right:before {
  left: calc(50% - 7px);
}

.hint--top-right:after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.hint--top-right:after {
  margin-left: -14px;
}

.hint--top-right:hover:before {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--top-right:hover:after {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--bottom-left:before {
  margin-top: -13px;
}

.hint--bottom-left:before,
.hint--bottom-left:after {
  top: 100%;
  left: 50%;
}

.hint--bottom-left:before {
  left: calc(50% - 7px);
}

.hint--bottom-left:after {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.hint--bottom-left:after {
  margin-left: 14px;
}

.hint--bottom-left:hover:before {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--bottom-left:hover:after {
  -webkit-transform: translateX(-100%) translateY(8px);
  transform: translateX(-100%) translateY(8px);
}

.hint--bottom-right:before {
  margin-top: -13px;
}

.hint--bottom-right:before,
.hint--bottom-right:after {
  top: 100%;
  left: 50%;
}

.hint--bottom-right:before {
  left: calc(50% - 7px);
}

.hint--bottom-right:after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.hint--bottom-right:after {
  margin-left: -14px;
}

.hint--bottom-right:hover:before {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--bottom-right:hover:after {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

[class*=hint--]:after {
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}

.hint--white:after {
  color: #111;
  background-color: #fff;
  text-shadow: 0 -1px 0px #bfbfbf;
}

.hint--white.hint--top-left:before {
  border-top-color: #fff;
}

.hint--white.hint--top-right:before {
  border-top-color: #fff;
}

.hint--white.hint--top:before {
  border-top-color: #fff;
}

.hint--white.hint--bottom-left:before {
  border-bottom-color: #fff;
}

.hint--white.hint--bottom-right:before {
  border-bottom-color: #fff;
}

.hint--white.hint--bottom:before {
  border-bottom-color: #fff;
}

.hint--white.hint--left:before {
  border-left-color: #fff;
}

.hint--white.hint--right:before {
  border-right-color: #fff;
}

.hint--rounded:after {
  border-radius: 4px;
}

.hint--no-animate:before,
.hint--no-animate:after {
  -webkit-transition-duration: 0ms;
  transition-duration: 0ms;
}

.hint--bounce:before,
.hint--bounce:after {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}

/*Start "Home Demo - 3", "Home Demo - 4" & "Home Demo - 5" Demo CSS*/
.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

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

.pt-70 {
  padding-top: 70px;
}

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

@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(-73px, 1px) rotate(-36deg);
            transform: translate(-73px, 1px) rotate(-36deg);
  }
  40% {
    -webkit-transform: translate(-141px, -72px) rotate(-72deg);
            transform: translate(-141px, -72px) rotate(-72deg);
  }
  60% {
    -webkit-transform: translate(-83px, -122px) rotate(-108deg);
            transform: translate(-83px, -122px) rotate(-108deg);
  }
  80% {
    -webkit-transform: translate(40px, -72px) rotate(-144deg);
            transform: translate(40px, -72px) rotate(-144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(-73px, 1px) rotate(-36deg);
            transform: translate(-73px, 1px) rotate(-36deg);
  }
  40% {
    -webkit-transform: translate(-141px, -72px) rotate(-72deg);
            transform: translate(-141px, -72px) rotate(-72deg);
  }
  60% {
    -webkit-transform: translate(-83px, -122px) rotate(-108deg);
            transform: translate(-83px, -122px) rotate(-108deg);
  }
  80% {
    -webkit-transform: translate(40px, -72px) rotate(-144deg);
            transform: translate(40px, -72px) rotate(-144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}

.section-wrap-title {
  margin-bottom: 35px;
}

.section-wrap-title span {
  color: #04c37f;
  margin-bottom: 12px;
  display: block;
}

.section-wrap-title h2 {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 36px;
  font-weight: 700;
}

.section-wrap-title p {
  color: #ffffff;
  font-size: 18px;
  max-width: 550px;
  margin-left: auto;
}

/*================================================
Navbar CSS
=================================================*/
.navbar-area-with-position-relative {
  background-color: #FAF2F0;
}

.navbar-area-with-position-relative.is-sticky {
  background-color: #FAF2F0 !important;
  -webkit-box-shadow: 0px 5px 30px rgba(11, 27, 42, 0.1);
          box-shadow: 0px 5px 30px rgba(11, 27, 42, 0.1);
}

.navbar-area-with-position-relative.without-bg-color {
  background-color: transparent;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}

.navbar-area-with-position-relative.without-bg-color.is-sticky {
  background-color: #ffffff !important;
  -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
}

.navbar-area-with-position-relative.without-bg-color .others-option .option-item .default-btn {
  border-radius: 50px;
}

.navbar-area-with-position-relative .container-fluid {
  padding-left: 35px;
  padding-right: 35px;
}

.navbar-area-with-position-relative .navbar-nav .nav-item .nav-link {
  color: #000000;
}

.navbar-area-with-position-relative .navbar-nav .nav-item .nav-link:hover, .navbar-area-with-position-relative .navbar-nav .nav-item .nav-link.active {
  color: #04c37f;
}

.navbar-area-with-position-relative .others-option {
  margin-left: 20px;
}

.navbar-area-with-position-relative .others-option .option-item {
  margin-right: 20px;
}

.navbar-area-with-position-relative .others-option .option-item:last-child {
  margin-right: 0;
}

.navbar-area-with-position-relative .others-option .option-item .phone-number {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  padding-left: 22px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navbar-area-with-position-relative .others-option .option-item .phone-number i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #04c37f;
}

.navbar-area-with-position-relative .others-option .option-item .phone-number:hover {
  color: #04c37f;
}

.navbar-area-with-position-relative .others-option .option-item .default-btn {
  background-color: #04c37f;
  color: #ffffff;
}

.navbar-area-with-position-relative .others-option .option-item .default-btn:hover {
  background-color: #000000;
  color: #ffffff;
}

.top-header .container-fluid {
  padding-left: 35px;
  padding-right: 35px;
}

/*================================================
Product Designer Banner Area CSS
=================================================*/
.product-designer-banner-area {
  background-color: #000000;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.product-designer-banner-content {
  position: relative;
  z-index: 1;
  text-align: center;
}

.product-designer-banner-content h1 {
  font-weight: bold;
  color: #000000;
  -webkit-text-stroke: 2.5px white;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 300px;
  line-height: 1;
  margin-bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
  z-index: -1;
}

.product-designer-banner-content h2 {
  font-size: 220px;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 72%;
  -webkit-transform: translateY(-72%);
          transform: translateY(-72%);
  z-index: 1;
}

.product-designer-banner-content .circle-text-image {
  position: absolute;
  left: 10px;
  top: 120px;
  z-index: -11;
}

.product-designer-banner-content .circle-text-image img {
  -webkit-animation-name: rotateMe;
          animation-name: rotateMe;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.find-with-me-social {
  padding: 0;
  margin-bottom: 0;
  position: absolute;
  left: 45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.find-with-me-social li {
  list-style-type: none;
  margin-bottom: 25px;
}

.find-with-me-social li:first-child {
  margin-bottom: 15px;
}

.find-with-me-social li:last-child {
  margin-bottom: 0;
}

.find-with-me-social li span {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
}

.find-with-me-social li a i {
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50px;
  border: 1px solid #04c37f;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
}

.find-with-me-social li a i:hover {
  background-color: #04c37f;
  color: #ffffff;
}

.best-skills-social {
  padding: 0;
  margin-bottom: 0;
  position: absolute;
  right: 45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.best-skills-social li {
  list-style-type: none;
  margin-bottom: 25px;
}

.best-skills-social li:first-child {
  margin-bottom: 15px;
}

.best-skills-social li:last-child {
  margin-bottom: 0;
}

.best-skills-social li span {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
}

.best-skills-social li a i {
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50px;
  border: 1px solid #04c37f;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
}

.best-skills-social li a i:hover {
  background-color: #04c37f;
  color: #ffffff;
}

.circle-shape-1 {
  position: absolute;
  top: 10%;
  left: 10%;
  -webkit-transform: translateY(-10%) translateX(-10%);
          transform: translateY(-10%) translateX(-10%);
  z-index: -1;
  -webkit-animation: animationFramesOne 20s infinite linear;
          animation: animationFramesOne 20s infinite linear;
  opacity: 10%;
}

.circle-shape-2 {
  position: absolute;
  top: 10%;
  right: 10%;
  -webkit-transform: translateY(-10%) translateX(-10%);
          transform: translateY(-10%) translateX(-10%);
  z-index: -1;
  -webkit-animation: rotate3d 4s linear infinite;
          animation: rotate3d 4s linear infinite;
  opacity: 10%;
}

.circle-shape-3 {
  position: absolute;
  bottom: 10%;
  left: 10%;
  -webkit-transform: translateY(-10%) translateX(-10%);
          transform: translateY(-10%) translateX(-10%);
  z-index: -1;
  -webkit-animation: rotate3d 4s linear infinite;
          animation: rotate3d 4s linear infinite;
  opacity: 10%;
}

.circle-shape-4 {
  position: absolute;
  bottom: 10%;
  right: 10%;
  -webkit-transform: translateY(-10%) translateX(-10%);
          transform: translateY(-10%) translateX(-10%);
  z-index: -1;
  -webkit-animation: animationFramesOne 20s infinite linear;
          animation: animationFramesOne 20s infinite linear;
  opacity: 10%;
}

/*================================================
Creative About Area CSS
=================================================*/
.creative-about-area {
  background-color: #1b1b1b;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.creative-about-area.without-bg-color {
  background-color: transparent;
}

.creative-about-area.without-bg-color .creative-about-others-content {
  padding-left: 30px;
}

.creative-about-area.without-bg-color .creative-about-others-content::before {
  display: none;
}

.creative-about-area.without-bg-color .creative-about-content .about-image img {
  border: 2px solid #000000;
  border-radius: 5px;
}

.creative-about-area.with-bg-color {
  background: #0e0e0e;
}

.creative-about-area.with-bg-color .creative-about-others-content::before {
  background-color: #ffffff;
}

.creative-about-area.with-bg-color .creative-about-others-content .education-content .default-btn {
  border-radius: 30px;
}

.creative-about-content span {
  color: #04c37f;
  display: inline-block;
  margin-bottom: 15px;
}

.creative-about-content h3 {
  font-size: 30px;
  margin-bottom: 12px;
  font-weight: 600;
  line-height: 1.5;
  color: #ffffff;
}

.creative-about-content p {
  margin-bottom: 0;
  color: #ffffff;
}

.creative-about-content .signature {
  margin-top: 20px;
  margin-bottom: 25px;
}

.creative-about-others-content {
  padding-left: 130px;
  position: relative;
}

.creative-about-others-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50px;
  width: 1px;
  height: 100%;
  background-color: #E2D3CB;
}

.creative-about-others-content .small-card {
  margin-bottom: 30px;
}

.creative-about-others-content .small-card span {
  color: #04c37f;
  display: inline-block;
  margin-bottom: 12px;
  font-size: 14px;
}

.creative-about-others-content .small-card h4 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
  color: #ffffff;
}

.creative-about-others-content .title {
  font-size: 25px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 0;
  color: #ffffff;
}

.creative-about-others-content .education-content {
  margin-top: 35px;
}

.creative-about-others-content .education-content span {
  color: #04c37f;
  display: inline-block;
  margin-bottom: 8px;
}

.creative-about-others-content .education-content h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #ffffff;
}

.creative-about-others-content .education-content p {
  margin-bottom: 0;
  color: #ffffff;
}

.creative-about-others-content .education-content .default-btn:hover {
  background-color: #04c37f;
  color: #ffffff;
}

.creative-about-others-content .experience-content {
  margin-top: 35px;
}

.creative-about-others-content .experience-content b {
  color: #ffffff;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 8px;
}

.creative-about-others-content .experience-content h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #ffffff;
}

.creative-about-others-content .experience-content span {
  color: #04c37f;
  display: inline-block;
  margin-bottom: 8px;
}

.creative-about-others-content .experience-content p {
  margin-bottom: 0;
  color: #ffffff;
}

.creative-about-shape {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

/*================================================
Creative Service Area CSS
=================================================*/
.creative-service-area {
  position: relative;
  z-index: 1;
  background-color: #0B1B2A;
}

.creative-service-area::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 100%;
  background-color: #0e0e0e;
  width: 650px;
  z-index: -1;
}

.creative-service-content span {
  color: #04c37f;
  display: inline-block;
  margin-bottom: 15px;
}

.creative-service-content h3 {
  font-size: 30px;
  margin-bottom: 12px;
  font-weight: 600;
  line-height: 1.5;
  color: #ffffff;
}

.creative-service-content p {
  margin-bottom: 0;
}

.creative-service-content .nav {
  padding: 0;
  list-style-type: none;
  border: none;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 0;
}

.creative-service-content .nav .nav-item {
  margin-bottom: 25px;
}

.creative-service-content .nav .nav-item:last-child {
  margin-bottom: 0;
}

.creative-service-content .nav .nav-item .nav-link {
  color: #ffffff;
  border: none;
  padding: 0;
  background-color: transparent;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  padding-left: 18px;
}

.creative-service-content .nav .nav-item .nav-link::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #04c37f;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 3.8px;
  left: 0;
  border-radius: 30px;
}

.creative-service-content .nav .nav-item .nav-link:hover, .creative-service-content .nav .nav-item .nav-link.active {
  color: #04c37f;
}

.creative-service-image {
  padding-left: 50px;
  position: relative;
  z-index: 1;
}

.creative-service-image::before {
  position: absolute;
  content: "";
  height: 70px;
  width: 70px;
  left: 30px;
  bottom: 88px;
  background: #04C37F;
  opacity: 0.25;
  z-index: -1;
  border-radius: 5px;
}

.creative-service-image .service-content {
  position: relative;
  max-width: 380px;
  margin: 30px 0 0 auto;
  padding-right: 92px;
}

.creative-service-image .service-content p {
  color: #ffffff;
  margin-bottom: 0;
}

.creative-service-image .service-content .icon {
  position: absolute;
  right: 0;
  top: 45%;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
}

.creative-service-image .service-content .icon a i {
  display: inline-block;
  height: 55px;
  width: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 50px;
  border: 1px solid #04c37f;
  font-size: 20px;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.creative-service-image .service-content .icon a i:hover {
  background-color: #04c37f;
  color: #ffffff;
}

.creative-service-image img {
  border-radius: 5px;
}

.creative-service-card {
  margin-bottom: 30px;
  background-color: #0e0d0d;
  -webkit-box-shadow: 0px 5px 30px rgba(11, 27, 42, 0.1);
          box-shadow: 0px 5px 30px rgba(11, 27, 42, 0.1);
  padding: 35px;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}

.creative-service-card .service-image {
  margin-bottom: 25px;
}

.creative-service-card h3 {
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 600;
}

.creative-service-card h3 a {
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.creative-service-card p {
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.creative-service-card::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #0c0c0c;
  z-index: -1;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
}

.creative-service-card:hover {
  background-color: #04c37f;
}

.creative-service-card:hover::after {
  background-color: #000000;
}

.creative-service-card:hover h3 a {
  color: #ffffff;
}

.creative-service-card:hover p {
  color: #ffffff;
}

.creative-service-item {
  background: #ECF1F9;
  border-radius: 300px;
  padding: 10px 10px 30px 10px;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.creative-service-item h3 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 0;
}

.creative-service-item h3 a {
  color: #000000;
}

.creative-service-item h3 a:hover {
  color: #04c37f;
}

.creative-service-item .icon {
  margin-top: 15px;
}

.creative-service-item .icon a i {
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background-color: #ffffff;
  text-align: center;
  border: 1px solid #04c37f;
  border-radius: 30px;
  color: #000000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  font-weight: 600;
}

.creative-service-item:hover .icon a i {
  background-color: #04c37f;
  color: #ffffff;
}

.creative-service-item .service-image img {
  border-radius: 50% !important;
}

.creative-service-wrap-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.creative-service-shape-1 {
  position: absolute;
  left: -30px;
  top: -400px;
  z-index: -1;
}

.creative-service-shape-2 {
  position: absolute;
  right: 0;
  top: -600px;
  z-index: -1;
}

.creative-service-shape-2 img {
  max-width: 520px !important;
}

/*================================================
Projects Wrap Area CSS
=================================================*/
.projects-wrap-card {
  position: relative;
  margin-bottom: 30px;
}

.projects-wrap-card .projects-content {
  position: absolute;
  left: 0;
  top: 0;
  padding: 30px;
}

.projects-wrap-card .projects-content span {
  color: #04c37f;
  display: inline-block;
  margin-bottom: 10px;
}

.projects-wrap-card .projects-content h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}

.projects-wrap-card .projects-content h3 a {
  color: #000000;
}

.projects-wrap-card .projects-content h3 a:hover {
  color: #04c37f;
}

/*================================================
Pricing Wrap Area CSS
=================================================*/
.pricing-wrap-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #000000;
}

.pricing-wrap-area::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  background-color: #0e0e0e;
  width: 850px;
  z-index: -1;
}

.pricing-wrap-area.without-before-color::before {
  display: none;
}

.pricing-wrap-area.without-before-color .pricing-switcher {
  margin-top: 0;
  text-align: center;
  margin-bottom: 55px;
}

.pricing-wrap-area.without-before-color::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  width: 1320px;
  margin: 0 auto;
  background-color: #0e0e0e;
  height: 500px;
  z-index: -11;
}

.pricing-wrap-area.without-before-color .section-wrap-title {
  text-align: center;
  margin: 0 auto 35px;
  max-width: 650px;
}

.pricing-wrap-area.without-before-color .pricing-wrap-shape-two {
  top: 35%;
  left: 24%;
  -webkit-transform: translateY(-35%) translateX(-24%);
          transform: translateY(-35%) translateX(-24%);
}

.pricing-wrap-area.without-before-color .pricing-btn .default-btn:hover {
  color: #ffffff !important;
  border: 1px solid #04c37f !important;
  background-color: transparent !important;
}

.pricing-wrap-area .section-wrap-title h3, .pricing-wrap-area .section-wrap-title h2, .pricing-wrap-area .section-wrap-title h1 {
  font-size: 36px;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.5;
  color: #ffffff;
}

.pricing-section-content span {
  color: #04c37f;
  display: inline-block;
  margin-bottom: 12px;
}

.pricing-section-content h3 {
  font-size: 35px;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.5;
  color: #ffffff;
}

.pricing-with-wrap-shape-two {
  top: 35%;
  left: 24%;
  -webkit-transform: translateY(-35%) translateX(-24%);
          transform: translateY(-35%) translateX(-24%);
  position: absolute;
  z-index: -1;
}

.wrapper-full.hide {
  display: none;
}

.pricing-switcher {
  margin-top: 20px;
}

.pricing-switcher .toggle, .pricing-switcher .toggler {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
  cursor: pointer;
}

.pricing-switcher .toggler {
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 14px;
  font-weight: 500;
}

.pricing-switcher .toggler.toggler--is-active {
  color: #04c37f;
}

.pricing-switcher .toggle {
  position: relative;
  width: 70px;
  height: 35px;
  border-radius: 100px;
  background-color: #04c37f;
  overflow: hidden;
}

.pricing-switcher .toggle .b {
  display: block;
}

.pricing-switcher .toggle .switch {
  position: absolute;
  left: 5px;
  top: 5px;
  bottom: 5px;
  right: 58.5%;
  background-color: #ffffff;
  border-radius: 50px;
  z-index: 1;
  -webkit-transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-delay: 0s, .08s;
          transition-delay: 0s, .08s;
}

.pricing-switcher .toggle .check {
  position: absolute;
  display: block;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 6;
}

.pricing-switcher .toggle .check:checked ~ .switch {
  right: 5px;
  left: 57.5%;
  -webkit-transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-delay: .08s, 0s;
          transition-delay: .08s, 0s;
}

.single-pricing-table {
  background-color: #0B1B2A;
  padding: 38px 45px;
  position: relative;
}

.single-pricing-table::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #04c37f;
  z-index: -1;
  -webkit-transform: rotate(2deg);
          transform: rotate(2deg);
}

.single-pricing-table .pricing-header h3 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}

.single-pricing-table .price {
  font-size: 36px;
  color: #04c37f;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 12px;
}

.single-pricing-table .price span {
  font-size: 14px;
  font-weight: 400;
  color: #dfdfdf;
  position: relative;
  top: -5px;
  font-size: 18px;
}

.single-pricing-table p {
  color: #ffffff;
  font-size: 18px;
}

.single-pricing-table .features-list {
  padding: 0;
  margin-top: 20px;
  margin-bottom: 30px;
}

.single-pricing-table .features-list li {
  color: #dfdfdf;
  list-style-type: none;
  margin-bottom: 22px;
  position: relative;
  padding-left: 30px;
}

.single-pricing-table .features-list li:last-child {
  margin-bottom: 0;
}

.single-pricing-table .features-list li i {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 10px;
  border: 1px solid #04c37f;
  color: #04c37f;
  border-radius: 50px;
}

.pricing-wrap-shape {
  position: absolute;
  top: 50%;
  left: 12%;
  -webkit-transform: translateY(-50%) translateX(-12%);
          transform: translateY(-50%) translateX(-12%);
  z-index: -1;
}

.pricing-wrap-shape img {
  opacity: 10%;
}

.pricing-wrap-shape-two {
  position: absolute;
  top: 8%;
  left: 38%;
  -webkit-transform: translateY(-8%) translateX(-38%);
          transform: translateY(-8%) translateX(-38%);
  z-index: -1;
}

.pricing-wrap-shape-two img {
  opacity: 10%;
}

.pricing-wrap-inner-box {
  max-width: 850px;
  margin: auto;
}

.pricing-wrap-style-box {
  position: relative;
  background-color: #000000;
  z-index: 1;
}

.pricing-wrap-style-box .single-pricing-table::after {
  display: none;
}

.pricing-wrap-style-box .single-pricing-table .default-btn {
  border-radius: 30px;
}

.pricing-wrap-style-box .col-lg-8 {
  background-color: #0B1B2A;
  border-radius: 5px;
}

.pricing-wrap-style-box .single-pricing-table::before {
  position: absolute;
  content: "";
  right: 0;
  width: 1px;
  height: 90%;
  border-right: 1px solid rgba(236, 241, 249, 0.5);
  top: 28px;
}

.pricing-wrap-style-box .col-lg-6:last-child .single-pricing-table::before {
  display: none;
}

/*================================================
Portfolio Wrap Area CSS
=================================================*/
.portfolio-wrap-area.with-bg-color {
  background-color: #ECF1F9;
}

.portfolio-wrap-area .section-wrap-title p {
  color: #ffffff;
}

.view-all-btn {
  text-align: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.view-all-btn .default-btn {
  border: 1px solid #04c37f;
  background-color: transparent;
  color: #ffffff;
  border-radius: 30px;
}

.view-all-btn .default-btn:hover {
  background-color: #04c37f;
  color: #ffffff;
}

.view-all-btn .default-btn.without-radius {
  border-radius: 0;
}

/*================================================
Awesome Partner Area CSS
=================================================*/
.awesome-partner-area {
  position: relative;
  z-index: 11;
  background: #000000;
}

.awesome-partner-area::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  width: 100%;
  height: 120px;
  z-index: -1;
}

.awesome-partner-area.without-before-color::before {
  display: none;
}

.awesome-partner-area.with-before-color::before {
  background: #0e0e0e;
  height: 170px;
}

.awesome-partner-area.with-border-radius .awesome-partner-inner-box {
  border-radius: 500px;
}

.awesome-partner-area.with-border-radius .awesome-partner-inner-box::after {
  border-radius: 500px;
  -webkit-transform: rotate(2deg);
          transform: rotate(2deg);
}

.awesome-partner-area .container-fluid {
  padding-left: 35px;
  padding-right: 35px;
}

.awesome-partner-inner-box {
  background-color: #0B1B2A;
  position: relative;
  padding-top: 100px;
  padding-bottom: 50px;
  padding-left: 70px;
  padding-right: 70px;
}

.awesome-partner-inner-box::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #04c37f;
  z-index: -1;
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
}

.awesome-partner-content span {
  color: #04c37f;
  display: inline-block;
  margin-bottom: 12px;
}

.awesome-partner-content h3 {
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 0;
}

.awesome-partner-item {
  text-align: center;
  margin-bottom: 50px;
}

.awesome-partner-item img {
  display: inline-block !important;
  width: auto !important;
  opacity: 0.45;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.awesome-partner-item:hover img, .awesome-partner-item:focus img {
  opacity: 1;
}

/*================================================
Happy Clients Area CSS
=================================================*/
.happy-clients-area {
  background: #000000;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.happy-clients-area .section-wrap-title {
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
}

.happy-clients-area .section-wrap-title h2 {
  color: #ffffff;
}

.happy-clients-area.without-bg-color {
  background-color: transparent;
}

.happy-clients-area.without-bg-color .happy-clients-image-1 {
  max-width: 70px;
}

.happy-clients-area.without-bg-color .happy-clients-image-2 {
  max-width: 95px;
}

.happy-clients-area.without-bg-color .happy-clients-image-4 {
  max-width: 100px;
}

.happy-clients-area.without-bg-color .happy-clients-image-5 {
  max-width: 70px;
}

.happy-clients-area-nav .happy-clients-slides.owl-theme .owl-nav [class*=owl-] {
  background-color: transparent;
  border: 1px solid #04c37f;
  color: #ffffff;
}

.happy-clients-area-nav .happy-clients-slides.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #04c37f;
}

.happy-clients-item {
  text-align: center;
  max-width: 920px;
  margin: auto;
}

.happy-clients-item .icon {
  margin-bottom: 10px;
}

.happy-clients-item .icon i {
  color: #04c37f;
  font-size: 70px;
}

.happy-clients-item .icon img {
  width: 100px !important;
  margin: 15px auto 25px;
}

.happy-clients-item p {
  font-size: 18px;
  margin-bottom: 0;
  color: #ffffff;
}

.happy-clients-item .client-info {
  margin-top: 25px;
}

.happy-clients-item .client-info h3 {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
}

.happy-clients-item .client-info span {
  color: #04c37f;
}

.happy-clients-slides.owl-theme .owl-nav {
  margin-top: 30px;
}

.happy-clients-slides.owl-theme .owl-nav [class*=owl-] {
  margin: 0 10px;
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background-color: #FAF2F0;
  border: 1px solid #04c37f;
  text-align: center;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.happy-clients-slides.owl-theme .owl-nav [class*=owl-] i::before {
  font-size: 20px;
}

.happy-clients-slides.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #04c37f;
}

.happy-clients-image-1 {
  position: absolute;
  top: 18%;
  left: 15%;
  -webkit-transform: translateY(-18%) translateX(-15%);
          transform: translateY(-18%) translateX(-15%);
  z-index: -1;
}

.happy-clients-image-2 {
  position: absolute;
  bottom: 25%;
  left: 5%;
  -webkit-transform: translateY(-25%) translateX(-5%);
          transform: translateY(-25%) translateX(-5%);
  z-index: -1;
}

.happy-clients-image-3 {
  position: absolute;
  bottom: 15%;
  left: 25%;
  -webkit-transform: translateY(-15%) translateX(-25%);
          transform: translateY(-15%) translateX(-25%);
  z-index: -1;
}

.happy-clients-image-4 {
  position: absolute;
  top: 18%;
  right: 12%;
  -webkit-transform: translateY(-18%) translateX(-12%);
          transform: translateY(-18%) translateX(-12%);
  z-index: -1;
}

.happy-clients-image-5 {
  position: absolute;
  bottom: 25%;
  right: 8%;
  -webkit-transform: translateY(-25%) translateX(-8%);
          transform: translateY(-25%) translateX(-8%);
  z-index: -1;
}

.happy-clients-image-6 {
  position: absolute;
  bottom: 15%;
  right: 25%;
  -webkit-transform: translateY(-15%) translateX(-25%);
          transform: translateY(-15%) translateX(-25%);
  z-index: -1;
}

.creative-service-wrap-area-title-color .section-wrap-title p {
  color: #ffffff !important;
}

/*================================================
Blog Wrap Area CSS
=================================================*/
.blog-wrap-area.with-border-top {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.blog-wrap-area.with-border-top .blog-top-br {
  border-top: 1.5px solid #D8DEE8;
  padding-top: 90px;
}

.blog-wrap-card {
  background-color: #0e0e0e;
  padding: 35px 30px;
  margin-bottom: 30px;
}

.blog-wrap-card .info {
  margin-bottom: 20px;
}

.blog-wrap-card .info img {
  border-radius: 50% !important;
  width: 75px;
  height: 75px;
}

.blog-wrap-card .info .title {
  margin-left: 15px;
  color: #ffffff;
}

.blog-wrap-card .info .title h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
  color: #ffffff;
}

.blog-wrap-card h3 {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.5;
  color: #ffffff;
}

.blog-wrap-card h3 a {
  color: #ffffff;
}

.blog-wrap-card h3 a:hover {
  color: #04c37f;
}

.blog-wrap-card span {
  color: #04c37f;
}

.blog-wrap-card.wrap-two .info .title h4 {
  font-size: 18px;
  color: #ffffff;
}

.blog-wrap-card.wrap-two h3 {
  font-size: 25px;
}

.blog-wrap-card.with-border-radius {
  border-radius: 5px;
  background-color: #0e0e0e;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 2.5px solid;
  -o-border-image: linear-gradient(to right, #04c37f, #6ac864, #9fca4c, #d0c93f, #ffc444) 2.5;
     border-image: -webkit-gradient(linear, left top, right top, from(#04c37f), color-stop(#6ac864), color-stop(#9fca4c), color-stop(#d0c93f), to(#ffc444)) 2.5;
     border-image: linear-gradient(to right, #04c37f, #6ac864, #9fca4c, #d0c93f, #ffc444) 2.5;
}

.blog-wrap-card.with-border-radius:hover {
  background-color: #000000;
}

.blog-wrap-right-card {
  background-color: transparent;
  padding: 30px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.blog-wrap-right-card::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #04c37f;
  z-index: -1;
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
}

.blog-wrap-right-card::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #0e0e0e;
  z-index: -1;
}

.blog-wrap-right-card .blog-content {
  margin-top: 25px;
}

.blog-wrap-right-card .blog-content .info {
  margin-bottom: 15px;
}

.blog-wrap-right-card .blog-content .info img {
  border-radius: 50% !important;
  width: 75px;
  height: 75px;
}

.blog-wrap-right-card .blog-content .info .title {
  margin-left: 15px;
}

.blog-wrap-right-card .blog-content .info .title h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
  color: #ffffff;
}

.blog-wrap-right-card .blog-content .info .title h4 span {
  color: #04c37f;
  font-size: 14px;
  font-weight: 400;
  margin-left: 10px;
  position: relative;
  top: -1px;
}

.blog-wrap-right-card .blog-content h3 {
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.5;
}

.blog-wrap-right-card .blog-content h3 a {
  color: #ffffff;
}

.blog-wrap-right-card .blog-content h3 a:hover {
  color: #04c37f;
}

.blog-wrap-right-card .blog-content .default-btn:hover {
  background-color: #000000;
  color: #ffffff;
}

.blog-wrap-right-card .blog-content.wrap-two .info .title h4 {
  font-size: 18px;
  color: #ffffff;
}

.blog-wrap-right-card .blog-content.wrap-two h3 {
  font-size: 25px;
  color: #ffffff;
}

.blog-wrap-right-card .blog-image a {
  display: block;
}

.blog-wrap-right-card .blog-image a img {
  width: 100%;
  height: 353px;
}

.blog-wrap-shape {
  position: absolute;
  right: -50px;
  top: -70px;
  z-index: -1;
}

/*================================================
Subscribe Wrap Area CSS
=================================================*/
.subscribe-wrap-area {
  position: relative;
  z-index: 11;
  background-color: #000000;
}

.subscribe-wrap-area::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  background: #0e0d0d;
  width: 100%;
  height: 120px;
  z-index: -1;
}

.subscribe-wrap-area.without-before-color::before {
  display: none;
}

.subscribe-wrap-area.with-bg-color::before {
  background: #ECF1F9;
  height: 190px;
}

.subscribe-wrap-before .subscribe-wrap-area::before {
  background-color: #010101;
}

.subscribe-wrap-area .container-fluid {
  padding-left: 35px;
  padding-right: 35px;
}

.subscribe-wrap-inner-content {
  background-color: #0B1B2A;
  text-align: center;
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
}

.subscribe-wrap-inner-content span {
  color: #04c37f;
  display: inline-block;
  margin-bottom: 12px;
}

.subscribe-wrap-inner-content h2 {
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 0;
  font-weight: 600;
}

.subscribe-wrap-inner-content .newsletter-content {
  max-width: 850px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.subscribe-wrap-inner-content .newsletter-content form {
  position: relative;
}

.subscribe-wrap-inner-content .newsletter-content input {
  display: block;
  width: 100%;
  height: 55px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #48545F;
  color: #ffffff;
  outline: 0;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  font-size: 15px;
}

.subscribe-wrap-inner-content .newsletter-content input::-webkit-input-placeholder {
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.subscribe-wrap-inner-content .newsletter-content input:-ms-input-placeholder {
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.subscribe-wrap-inner-content .newsletter-content input::-ms-input-placeholder {
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.subscribe-wrap-inner-content .newsletter-content input::placeholder {
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.subscribe-wrap-inner-content .newsletter-content input:focus {
  border-bottom: 1px solid #04c37f;
}

.subscribe-wrap-inner-content .newsletter-content input:focus::-webkit-input-placeholder {
  color: transparent;
}

.subscribe-wrap-inner-content .newsletter-content input:focus:-ms-input-placeholder {
  color: transparent;
}

.subscribe-wrap-inner-content .newsletter-content input:focus::-ms-input-placeholder {
  color: transparent;
}

.subscribe-wrap-inner-content .newsletter-content input:focus::placeholder {
  color: transparent;
}

.subscribe-wrap-inner-content .newsletter-content button {
  background-color: transparent;
  color: #ffffff;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: none;
  height: 55px;
  line-height: 55px;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
}

.subscribe-wrap-inner-content .newsletter-content button img {
  margin-left: 10px;
}

.subscribe-wrap-inner-content .newsletter-content button:hover {
  color: #04c37f;
  background-color: transparent;
}

.subscribe-wrap-inner-content .newsletter-content #validator-newsletter {
  position: absolute;
  left: 0;
  bottom: -30px;
  color: #ffffff;
  font-size: 14px;
}

.subscribe-wrap-inner-content::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #04c37f;
  z-index: -1;
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
}

.subscribe-wrap-inner-content.with-border-radius {
  border-radius: 500px;
}

.subscribe-wrap-inner-content.with-border-radius::after {
  border-radius: 500px;
  -webkit-transform: rotate(2deg);
          transform: rotate(2deg);
}

.with-border-radius .subscribe-wrap-inner-content {
  border-radius: 500px;
}

.with-border-radius .subscribe-wrap-inner-content::after {
  border-radius: 500px;
}

/*================================================
Contact Wrap Area CSS
=================================================*/
.contact-wrap-area {
  background: #0e0e0e;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none !important;
}

.contact-wrap-area.without-bg-color {
  background-color: transparent;
}

.contact-wrap-area.with-bg-color {
  background-color: #ECF1F9;
}

.contact-wrap-area.with-bg-color .contact-wrap-form button {
  border-radius: 30px;
}

.light-bg .contact-wrap-area {
  border-top: 1px solid #222222;
  background-color: #000000;
}

.contact-wrap-info h3 {
  font-size: 36px;
  margin-bottom: 0;
  font-weight: 600;
  color: #ffffff;
}

.contact-wrap-info .contact-info-card {
  margin-top: 30px;
}

.contact-wrap-info .contact-info-card span {
  font-size: 20px;
  font-weight: 600;
  color: #04c37f;
  display: block;
  margin-bottom: 10px;
}

.contact-wrap-info .contact-info-card a {
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
}

.contact-wrap-info .contact-info-card a:hover {
  letter-spacing: 1px;
  color: #04c37f;
}

.contact-wrap-info .contact-info-card p {
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
}

.contact-wrap-info .contact-info-card.with-left {
  position: relative;
  padding-left: 40px;
}

.contact-wrap-info .contact-info-card.with-left .icon {
  position: absolute;
  left: 0;
  top: 5px;
}

.contact-wrap-form {
  padding-left: 50px;
  position: relative;
}

.contact-wrap-form::before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: 1px;
  height: 100%;
  background-color: #E2D3CB;
}

.contact-wrap-form .content {
  margin-bottom: 35px;
}

.contact-wrap-form .content span {
  color: #04c37f;
  display: inline-block;
  margin-bottom: 12px;
}

.contact-wrap-form .content h3 {
  font-size: 36px;
  margin-bottom: 0;
  font-weight: 600;
  color: #ffffff;
}

.contact-wrap-form .form-group {
  margin-bottom: 25px;
}

.contact-wrap-form .form-control {
  display: block;
  width: 100%;
  height: 55px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  outline: 0;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  font-size: 15px;
}

.contact-wrap-form .form-control::-webkit-input-placeholder {
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contact-wrap-form .form-control:-ms-input-placeholder {
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contact-wrap-form .form-control::-ms-input-placeholder {
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contact-wrap-form .form-control::placeholder {
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contact-wrap-form .form-control:focus {
  border-bottom: 1px solid #04c37f;
}

.contact-wrap-form .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.contact-wrap-form .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.contact-wrap-form .form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.contact-wrap-form .form-control:focus::placeholder {
  color: transparent;
}

.contact-wrap-form textarea.form-control {
  height: 120px;
}

.contact-wrap-form .wpcf7-list-item-label {
  padding-left: 5px;
}

.contact-wrap-form button {
  background-color: #04c37f;
  color: #ffffff;
  border: none;
  padding: 15px 30px;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0;
  font-weight: 500;
  font-size: 16px;
}

.contact-wrap-form button:hover {
  color: #04c37f;
  background-color: #ffffff;
}

.contact-wrap-form .with-errors ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.contact-wrap-form .with-errors ul li {
  color: #ffffff;
  margin-top: 5px;
  color: red;
}

.contact-wrap-form #msgSubmit {
  margin-bottom: 0;
  font-size: 18px;
}

.contact-wrap-form #msgSubmit.text-danger {
  margin-top: 15px;
  text-align: left;
}

.contact-wrap-form .form-check-label {
  color: #000000;
  position: relative;
  top: 1px;
}

.contact-wrap-form .form-check-label a {
  color: #000000;
}

.contact-wrap-form .form-check-label a:hover {
  color: #04c37f;
}

.contact-wrap-shape-1 {
  position: absolute;
  top: 20%;
  left: 10%;
  -webkit-transform: translateY(-20%) translateX(-10%);
          transform: translateY(-20%) translateX(-10%);
  z-index: -1;
  -webkit-animation: animationFramesOne 20s infinite linear;
          animation: animationFramesOne 20s infinite linear;
  opacity: 10%;
}

.contact-wrap-shape-2 {
  position: absolute;
  bottom: 5%;
  left: 35%;
  -webkit-transform: translateY(-5%) translateX(-35%);
          transform: translateY(-5%) translateX(-35%);
  z-index: -1;
  -webkit-animation: animationFramesOne 10s infinite linear;
          animation: animationFramesOne 10s infinite linear;
  opacity: 10%;
}

.contact-wrap-shape-3 {
  position: absolute;
  bottom: 5%;
  right: 5%;
  -webkit-transform: translateY(-5%) translateX(-5%);
          transform: translateY(-5%) translateX(-5%);
  z-index: -1;
  -webkit-animation: animationFramesOne 30s infinite linear;
          animation: animationFramesOne 30s infinite linear;
  opacity: 10%;
}

.contact-wrap-shape-4 {
  position: absolute;
  left: -100px;
  bottom: 0;
  z-index: -1;
  opacity: 10%;
}

/*================================================
Main Container CSS
=================================================*/
.main-content {
  position: relative;
}

.main-container {
  padding-left: 322px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.main-container.active-main-container {
  padding-left: 0;
}

.main-container.active-main-container .axton-aside {
  left: -340px;
}

.main-container.active-main-container .axton-aside .aside-show-hide {
  left: 345px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 1;
  visibility: visible;
}

.axton-aside {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5;
  width: 320px;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 20px 70px;
  background-color: #0B1B2A;
}

.axton-aside .logo {
  position: absolute;
  left: 70px;
  top: 50px;
}

.axton-aside .logo a {
  display: inline-block;
}

.axton-aside .navbar-nav {
  padding-left: 0;
  list-style-type: none;
  margin-top: -25px;
  margin-bottom: 0;
}

.axton-aside .navbar-nav li {
  margin-bottom: 30px;
  display: block;
}

.axton-aside .navbar-nav li a {
  display: inline-block;
  letter-spacing: 2px;
  color: #ffffff;
  position: relative;
  line-height: 1;
  font-size: 18px;
  font-weight: 300;
  padding: 15.5px 10px 15.5px 65px;
  width: 100%;
  border-radius: 30px;
}

.axton-aside .navbar-nav li a .icon {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  color: #000000;
  background-color: #ffffff;
  border-radius: 50px;
  font-size: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.axton-aside .navbar-nav li a .icon img {
  max-width: 30px;
}

.axton-aside .navbar-nav li a:hover, .axton-aside .navbar-nav li a.active {
  color: #ffffff;
  background-color: #04c37f;
}

.axton-aside .navbar-nav li:last-child {
  margin-bottom: 0;
}

.axton-aside .aside-footer {
  position: absolute;
  bottom: 50px;
  left: 70px;
}

.axton-aside .aside-footer .social {
  padding: 0;
  list-style-type: none;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 0;
}

.axton-aside .aside-footer .social span {
  font-weight: 400;
  color: #ffffff;
  display: block;
  margin-bottom: 15px;
}

.axton-aside .aside-footer .social li {
  display: inline-block;
  list-style-type: none;
  margin-right: 10px;
}

.axton-aside .aside-footer .social li.title {
  display: block;
  margin-right: 0;
}

.axton-aside .aside-footer .social li:last-child {
  margin-right: 0;
}

.axton-aside .aside-footer .social li a i {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50px;
  border: 1px solid #04c37f;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.axton-aside .aside-footer .social li a i:hover {
  background-color: #04c37f;
  color: #ffffff;
}

.axton-aside .aside-show-hide {
  position: absolute;
  left: 25px;
  bottom: 0;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.axton-aside .aside-show-hide span {
  display: inline-block;
  cursor: pointer;
  font-size: 35px;
  color: #ffffff;
  opacity: 0.8;
}

.axton-aside:hover .aside-show-hide {
  opacity: 1;
  visibility: visible;
  left: 12px;
}

.responsive-burger-menu {
  display: none;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: fixed;
  left: 15px;
  top: 15px;
  z-index: 999;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #000000;
  padding-top: 12px;
  padding-left: 12px;
}

.responsive-burger-menu span {
  height: 2px;
  width: 25px;
  background: #ffffff;
  display: block;
  margin: 5px 0;
  -webkit-transition: all .50s ease-in-out;
  transition: all .50s ease-in-out;
}

.responsive-burger-menu.active {
  padding-left: 16px;
}

.responsive-burger-menu.active span.top-bar {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
          transform-origin: 10% 10%;
}

.responsive-burger-menu.active span.middle-bar {
  opacity: 0;
}

.responsive-burger-menu.active span.bottom-bar {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
          transform-origin: 10% 90%;
  margin-top: 5px;
}

/*================================================
Top Info Area CSS
=================================================*/
.top-info-area {
  padding-top: 35px;
}

.top-left-header .top-info-content .info-item .phone-number {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding-left: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.top-left-header .top-info-content .info-item .phone-number i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #04c37f;
}

.top-left-header .top-info-content .info-item .phone-number:hover {
  color: #04c37f;
}

.top-left-header .top-info-content .info-item .default-btn {
  background-color: #04c37f;
  color: #ffffff;
}

.top-left-header .top-info-content .info-item .default-btn:hover {
  background-color: #212529;
  color: #ffffff;
}

/*================================================
Main Banner Personal Area CSS
=================================================*/
.banner-personal-content span {
  font-size: 30px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
  color: #04c37f;
}

.banner-personal-content h1 {
  font-size: 100px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #ffffff;
}

.banner-personal-content p {
  color: #ffffff;
  margin-bottom: 25px;
  max-width: 520px;
}

.banner-personal-content .default-btn {
  background-color: #04c37f;
  color: #ffffff;
}

.banner-personal-content .default-btn:hover {
  background-color: #ffffff;
  color: #04c37f;
}

.banner-personal-image {
  position: relative;
  z-index: 1;
}

.banner-personal-image .personal-funfact {
  position: absolute;
  right: 0;
  top: 20px;
  text-align: center;
  background-color: transparent;
  padding: 20px;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.banner-personal-image .personal-funfact h3 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1;
  position: relative;
  top: -65px;
  left: 3.5px;
  color: #ffffff;
}

.banner-personal-image .personal-funfact h3 .small-icon {
  font-size: 32px;
  position: relative;
  left: -5px;
  color: #ffffff;
}

.banner-personal-image .personal-funfact:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.main-banner-personal-wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
}

.banner-personal-wrap-content span {
  font-size: 30px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 8px;
  color: #04c37f;
}

.banner-personal-wrap-content h1 {
  font-size: 100px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #ffffff;
}

.banner-personal-wrap-content p {
  color: #ffffff;
  margin-bottom: 25px;
  max-width: 520px;
}

.banner-personal-wrap-content .default-btn {
  background-color: #04c37f;
  color: #ffffff;
  border-radius: 50px;
}

.banner-personal-wrap-content .default-btn:hover {
  background-color: #000000;
  color: #ffffff;
}

.banner-personal-wrap-content .personal-social {
  padding: 0;
  margin-top: 30px;
  margin-bottom: 0;
}

.banner-personal-wrap-content .personal-social li {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
}

.banner-personal-wrap-content .personal-social li:last-child {
  margin-right: 0;
}

.banner-personal-wrap-content .personal-social li a i {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50px;
  border: 1px solid #04c37f;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.banner-personal-wrap-content .personal-social li a i:hover {
  background-color: #04c37f;
  color: #ffffff;
}

.banner-personal-wrap-image {
  background: #0e0d0d;
  border-radius: 500px;
  padding: 50px 30px;
  text-align: center;
  position: relative;
}

.banner-personal-wrap-image .personal-info {
  margin-top: 30px;
}

.banner-personal-wrap-image .personal-info .info-item {
  margin-bottom: 30px;
}

.banner-personal-wrap-image .personal-info .info-item:last-child {
  margin-bottom: 0;
}

.banner-personal-wrap-image .personal-info .info-item span {
  font-size: 16.8px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 8px;
  color: #04c37f;
}

.banner-personal-wrap-image .personal-info .info-item p {
  color: #ffffff;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 18px;
}

.banner-personal-wrap-image .personal-info .info-item p a {
  color: #ffffff;
}

.banner-personal-wrap-image .personal-info .info-item p a:hover {
  color: #04c37f;
}

.banner-personal-wrap-image:before {
  content: '';
  position: absolute;
  right: -2px;
  left: -2px;
  top: -2px;
  bottom: -2px;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, from(#04c37f), color-stop(#6ac864), color-stop(#9fca4c), color-stop(#d0c93f), to(#ffc444));
  background: linear-gradient(to bottom, #04c37f, #6ac864, #9fca4c, #d0c93f, #ffc444);
  border-radius: 500px;
}

.banner-personal-shape-1 {
  position: absolute;
  right: -150px;
  top: -50px;
  z-index: -1;
}

.banner-personal-shape-2 {
  position: absolute;
  left: -30px;
  top: -50px;
  z-index: -1;
}

/*================================================
Creative Funfact Area CSS
=================================================*/
.creative-funfact-inner-content {
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  z-index: 1;
}

.creative-funfact-inner-content::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #04c37f;
  z-index: -1;
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
}

.creative-funfact-inner-content::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #0B1B2A;
  z-index: -1;
}

.creative-funfact-card {
  margin-bottom: 30px;
  position: relative;
  padding-left: 128px;
}

.creative-funfact-card h3 {
  color: #ffffff;
  font-size: 55px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1;
  position: absolute;
  left: 0;
  top: -5px;
}

.creative-funfact-card h3 .small-icon {
  font-size: 48px;
  position: relative;
  left: -5px;
}

.creative-funfact-card p {
  color: #04c37f;
  margin-bottom: 0;
  font-size: 15px;
}

.creative-funfact-inner-wrap-content {
  background-color: #0e0d0d;
  padding-top: 30px;
}

.creative-funfact-inner-wrap-content .creative-funfact-card {
  padding: 5px 0 5px 130px;
  margin-bottom: 30px;
}

.creative-funfact-inner-wrap-content .creative-funfact-card h3 {
  color: #04c37f;
  background-color: #ffffff;
  border-radius: 500px;
  padding: 12px 18px;
  font-size: 40px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.creative-funfact-inner-wrap-content .creative-funfact-card h3 .small-icon {
  font-size: 35px;
}

.creative-funfact-inner-wrap-content .creative-funfact-card p {
  color: #ffffff;
}

.creative-funfact-inner-wrap-content .funfact-into {
  border-top: 1px solid #ffffff;
  padding-top: 100px;
}

/*================================================
Creative Skills Area CSS
=================================================*/
.creative-skills-content {
  padding-right: 35px;
}

.creative-skills-content span {
  color: #04c37f;
  display: inline-block;
  margin-bottom: 15px;
}

.creative-skills-content h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.5;
  color: #ffffff;
}

.creative-skills-content p {
  color: #ffffff;
  margin-bottom: 0;
}

.creative-skills-list {
  position: relative;
}

.creative-skills-list .skill-item {
  position: relative;
  margin-bottom: 20px;
}

.creative-skills-list .skill-item .skill-header {
  position: relative;
  margin-bottom: 10px;
}

.creative-skills-list .skill-item .skill-header .skill-title {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
}

.creative-skills-list .skill-item .skill-header .skill-percentage {
  position: absolute;
  right: 0;
  top: -2px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
}

.creative-skills-list .skill-item:last-child {
  margin-bottom: 0;
}

.creative-skills-list .skill-item .skill-bar {
  position: relative;
  width: 100%;
}

.creative-skills-list .skill-item .skill-bar .bar-inner {
  position: relative;
  width: 100%;
  border-radius: 0;
  height: 30px;
  border: 1px solid #0B1B2A;
}

.creative-skills-list .skill-item .skill-bar .bar-inner .bar {
  position: absolute;
  left: 2.5px;
  top: 3.2px;
  width: 0px;
  height: 22px;
  background: #04c37f;
  -webkit-transition: all 2000ms ease;
  transition: all 2000ms ease;
  border-radius: 0;
}

/*================================================
Portfolio Wrap Area CSS
=================================================*/
.portfolio-wrap-area.with-bg-color {
  background-color: #0e0e0e;
}

.portfolio-wrap-card {
  margin-bottom: 30px;
  position: relative;
}

.portfolio-wrap-card .portfolio-content {
  position: absolute;
  background-color: #ffffff;
  padding: 25px;
  border-radius: 5px;
  left: 25px;
  bottom: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.portfolio-wrap-card .portfolio-content span {
  color: #04c37f;
  display: inline-block;
  margin-bottom: 10px;
}

.portfolio-wrap-card .portfolio-content h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}

.portfolio-wrap-card .portfolio-content h3 a {
  color: #000000;
}

.portfolio-wrap-card .portfolio-content h3 a:hover {
  color: #04c37f;
}

.portfolio-wrap-card:hover .portfolio-content {
  bottom: 25px;
  opacity: 1;
  visibility: visible;
}

.portfolio-wrap-card.with-border-radius {
  background-color: #ffffff;
  padding: 15px;
  border-radius: 15px;
}

.portfolio-wrap-card.with-border-radius img {
  border-radius: 15px;
}

/*================================================
Map Wrap Area CSS
=================================================*/
.map-wrap-area iframe {
  width: 100%;
  height: 450px;
  border-radius: 5px;
}

/*================================================
Copyright Wrap Area CSS
=================================================*/
.copyright-wrap-area {
  background-color: #010101;
  padding-top: 35px;
  padding-bottom: 35px;
}

.copyright-wrap-area.without-bg-color {
  background-color: transparent;
  padding-top: 100px;
}

.copyright-wrap-area.with-bg-color {
  background-color: #010101;
}

.copyright-wrap-content {
  text-align: center;
}

.copyright-wrap-content p {
  color: #ffffff;
}

.copyright-wrap-content p a {
  color: #04c37f;
  font-weight: 500;
}

.copyright-wrap-content p a:hover {
  color: #04c37f;
}

.copyright-wrap-social {
  padding: 0;
  margin-bottom: 0;
  text-align: end;
}

.copyright-wrap-social li {
  display: inline-block;
  list-style-type: none;
  margin-right: 10px;
}

.copyright-wrap-social li:last-child {
  margin-right: 0;
}

.copyright-wrap-social li a i {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50px;
  border: 1px solid #04c37f;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.copyright-wrap-social li a i:hover {
  background-color: #04c37f;
  color: #ffffff;
}

.background-with-black-color {
  background-color: #000000;
}

.background-with-black-color .section-wrap-title h2 {
  color: #ffffff;
}

.background-with-black-color .navbar-area-with-position-relative {
  background-color: #0e0e0e;
}

.background-with-black-color .navbar-area-with-position-relative.is-sticky {
  background-color: #0e0e0e !important;
}

.background-with-black-color .navbar-area-with-position-relative .navbar-nav .nav-item .nav-link {
  color: #ffffff;
}

.background-with-black-color .navbar-area-with-position-relative .navbar-nav .nav-item .nav-link:hover, .background-with-black-color .navbar-area-with-position-relative .navbar-nav .nav-item .nav-link.active {
  color: #04c37f;
}

.background-with-black-color .navbar-area-with-position-relative .others-option .option-item .phone-number {
  color: #ffffff;
}

.background-with-black-color .navbar-area-with-position-relative .others-option .option-item .phone-number:hover {
  color: #04c37f;
}

.background-with-black-color .navbar-area-with-position-relative .others-option .option-item .default-btn {
  background-color: #04c37f;
  color: #ffffff;
}

.background-with-black-color .navbar-area-with-position-relative .others-option .option-item .default-btn:hover {
  background-color: #000000;
  color: #ffffff;
}

.background-with-black-color .product-designer-banner-area {
  background-color: #0e0e0e;
}

.background-with-black-color .product-designer-banner-area .product-text {
  color: #000000;
  -webkit-text-stroke: 2.5px white;
}

.background-with-black-color .product-designer-banner-area .designer-text {
  color: #ffffff;
}

.background-with-black-color .find-with-me-social li span {
  color: #ffffff;
}

.background-with-black-color .find-with-me-social li a i {
  color: #ffffff;
}

.background-with-black-color .find-with-me-social li a i:hover {
  background-color: #04c37f;
  color: #ffffff;
}

.background-with-black-color .best-skills-social li span {
  color: #ffffff;
}

.background-with-black-color .best-skills-social li a i {
  color: #ffffff;
}

.background-with-black-color .best-skills-social li a i:hover {
  background-color: #04c37f;
  color: #ffffff;
}

.background-with-black-color .circle-shape-1 {
  opacity: 10%;
}

.background-with-black-color .circle-shape-2 {
  opacity: 10%;
}

.background-with-black-color .circle-shape-3 {
  opacity: 10%;
}

.background-with-black-color .circle-shape-4 {
  opacity: 10%;
}

.background-with-black-color .creative-about-area {
  background-color: #1b1b1b;
}

.background-with-black-color .creative-about-content h3 {
  color: #ffffff;
}

.background-with-black-color .creative-about-content p {
  color: #ffffff;
}

.background-with-black-color .creative-about-others-content .small-card h4 {
  color: #ffffff;
}

.background-with-black-color .creative-about-others-content .title {
  color: #ffffff;
}

.background-with-black-color .creative-about-others-content .education-content h4 {
  color: #ffffff;
}

.background-with-black-color .creative-about-others-content .education-content p {
  color: #ffffff;
}

.background-with-black-color .creative-about-others-content .experience-content b {
  color: #ffffff;
}

.background-with-black-color .creative-about-others-content .experience-content h4 {
  color: #ffffff;
}

.background-with-black-color .creative-about-others-content .experience-content p {
  color: #ffffff;
}

.background-with-black-color .creative-service-area::before {
  background-color: #0e0e0e;
}

.background-with-black-color .creative-service-image .service-content p {
  color: #ffffff;
}

.background-with-black-color .creative-service-image .service-content .icon a i {
  color: #ffffff;
}

.background-with-black-color .border-hide .creative-about-others-content::before {
  display: none !important;
}

.background-with-black-color .pricing-wrap-area::before {
  background-color: #0e0e0e;
}

.background-with-black-color .pricing-section-content h3 {
  color: #ffffff;
}

.background-with-black-color .pricing-switcher .toggler {
  color: #ffffff;
}

.background-with-black-color .pricing-switcher .toggler.toggler--is-active {
  color: #04c37f;
}

.background-with-black-color .pricing-wrap-shape {
  opacity: 10%;
}

.background-with-black-color .awesome-partner-area::before {
  background: #0e0e0e;
}

.background-with-black-color .happy-clients-area {
  background: #0e0e0e;
}

.background-with-black-color .happy-clients-item p {
  color: #ffffff;
}

.background-with-black-color .happy-clients-item .client-info h3 {
  color: #ffffff;
}

.background-with-black-color .blog-wrap-card {
  background-color: #0e0e0e;
}

.background-with-black-color .blog-wrap-card .info .title h4 {
  color: #ffffff;
}

.background-with-black-color .blog-wrap-card h3 a {
  color: #ffffff;
}

.background-with-black-color .blog-wrap-card h3 a:hover {
  color: #04c37f;
}

.background-with-black-color .blog-wrap-right-card {
  background-color: #0e0e0e;
}

.background-with-black-color .blog-wrap-right-card .blog-content .info .title h4 {
  color: #ffffff;
}

.background-with-black-color .blog-wrap-right-card .blog-content h3 a {
  color: #ffffff;
}

.background-with-black-color .blog-wrap-right-card .blog-content h3 a:hover {
  color: #04c37f;
}

.background-with-black-color .subscribe-wrap-area::before {
  background: #0e0e0e;
}

.background-with-black-color .contact-wrap-area {
  background: #0e0e0e;
}

.background-with-black-color .contact-wrap-info h3 {
  color: #ffffff;
}

.background-with-black-color .contact-wrap-info .contact-info-card a {
  color: #ffffff;
}

.background-with-black-color .contact-wrap-info .contact-info-card a:hover {
  letter-spacing: 1px;
  color: #04c37f;
}

.background-with-black-color .contact-wrap-info .contact-info-card p {
  color: #ffffff;
}

.background-with-black-color .contact-wrap-form .content h3 {
  color: #ffffff;
}

.background-with-black-color .contact-wrap-form .form-group {
  margin-bottom: 25px;
}

.background-with-black-color .contact-wrap-form .form-control {
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
}

.background-with-black-color .contact-wrap-form .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.background-with-black-color .contact-wrap-form .form-control:-ms-input-placeholder {
  color: #ffffff;
}

.background-with-black-color .contact-wrap-form .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.background-with-black-color .contact-wrap-form .form-control::placeholder {
  color: #ffffff;
}

.background-with-black-color .contact-wrap-form .form-control:focus {
  border-bottom: 1px solid #04c37f;
}

.background-with-black-color .contact-wrap-form .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.background-with-black-color .contact-wrap-form .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.background-with-black-color .contact-wrap-form .form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.background-with-black-color .contact-wrap-form .form-control:focus::placeholder {
  color: transparent;
}

.background-with-black-color .contact-wrap-form .form-check-label {
  color: #ffffff;
}

.background-with-black-color .contact-wrap-form .form-check-label a {
  color: #ffffff;
}

.background-with-black-color .contact-wrap-form .form-check-label a:hover {
  color: #04c37f;
}

.background-with-black-color .contact-wrap-shape-1 {
  opacity: 10%;
}

.background-with-black-color .contact-wrap-shape-2 {
  opacity: 10%;
}

.background-with-black-color .contact-wrap-shape-3 {
  opacity: 10%;
}

.background-with-black-color .contact-wrap-shape-4 {
  display: none;
}

.background-with-black-color .copyright-wrap-area {
  background-color: #1b1b1b;
}

.background-with-black-color .copyright-wrap-content p {
  color: #ffffff;
}

.background-with-black-color .copyright-wrap-content p a {
  color: #04c37f;
  font-weight: 500;
}

.background-with-black-color .copyright-wrap-content p a:hover {
  color: #ffffff;
}

.background-with-black-color .copyright-wrap-social li a i {
  color: #ffffff;
}

.background-with-black-color .copyright-wrap-social li a i:hover {
  background-color: #04c37f;
  color: #ffffff;
}

.background-with-black-color .top-info-content .info-item .phone-number {
  color: #ffffff;
}

.background-with-black-color .top-info-content .info-item .phone-number:hover {
  color: #04c37f;
}

.background-with-black-color .banner-personal-content h1 {
  color: #ffffff;
}

.background-with-black-color .banner-personal-content p {
  color: #ffffff;
}

.background-with-black-color .banner-personal-image .personal-funfact {
  background-color: #0e0e0e;
}

.background-with-black-color .banner-personal-image .personal-funfact h3 {
  color: #ffffff;
}

.background-with-black-color .creative-about-area.without-bg-color {
  background-color: transparent;
}

.background-with-black-color .creative-skills-content h3 {
  color: #ffffff;
}

.background-with-black-color .creative-skills-content p {
  color: #ffffff;
}

.background-with-black-color .creative-skills-list .skill-item .skill-header .skill-title {
  color: #ffffff;
}

.background-with-black-color .creative-skills-list .skill-item .skill-header .skill-percentage {
  color: #ffffff;
}

.background-with-black-color .happy-clients-area.without-bg-color {
  background-color: transparent;
}

.background-with-black-color .creative-service-card {
  background-color: #0e0e0e;
}

.background-with-black-color .creative-service-card h3 a {
  color: #ffffff;
}

.background-with-black-color .creative-service-card p {
  color: #ffffff;
}

.background-with-black-color .creative-service-card::after {
  background-color: #0e0e0e;
}

.background-with-black-color .creative-service-card:hover {
  background-color: #04c37f;
}

.background-with-black-color .creative-service-card:hover::after {
  background-color: #04c37f;
}

.background-with-black-color .creative-service-card:hover h3 a {
  color: #ffffff;
}

.background-with-black-color .creative-service-card:hover p {
  color: #ffffff;
}

.background-with-black-color .pricing-wrap-area.without-before-color::after {
  background-color: #0e0e0e;
}

.background-with-black-color .portfolio-wrap-card .portfolio-content {
  background-color: #0e0e0e;
}

.background-with-black-color .portfolio-wrap-card .portfolio-content h3 a {
  color: #ffffff;
}

.background-with-black-color .contact-wrap-area.without-bg-color {
  background-color: transparent;
}

.background-with-black-color .copyright-wrap-area.without-bg-color {
  background-color: transparent;
}

.background-with-black-color .navbar-area-with-position-relative.without-bg-color {
  background-color: transparent;
}

.background-with-black-color .banner-personal-wrap-content h1 {
  color: #ffffff;
}

.background-with-black-color .banner-personal-wrap-content p {
  color: #ffffff;
}

.background-with-black-color .banner-personal-wrap-content .personal-social li a i {
  color: #ffffff;
}

.background-with-black-color .banner-personal-wrap-image {
  background: #0e0e0e;
}

.background-with-black-color .banner-personal-wrap-image .personal-info .info-item p {
  color: #ffffff;
}

.background-with-black-color .banner-personal-wrap-image .personal-info .info-item p a {
  color: #ffffff;
}

.background-with-black-color .banner-personal-wrap-image .personal-info .info-item p a:hover {
  color: #04c37f;
}

.background-with-black-color .awesome-partner-area.with-before-color::before {
  background: #0e0e0e;
}

.background-with-black-color .creative-about-area.with-bg-color {
  background: #0e0e0e;
}

.background-with-black-color .creative-funfact-inner-wrap-content .creative-funfact-card p {
  color: #ffffff;
}

.background-with-black-color .portfolio-wrap-area.with-bg-color {
  background-color: #0e0e0e;
}

.background-with-black-color .blog-wrap-card.with-border-radius:hover {
  background-color: #0e0e0e;
}

.background-with-black-color .subscribe-wrap-area.with-bg-color::before {
  background: #0e0e0e;
}

.background-with-black-color .contact-wrap-area.with-bg-color {
  background-color: #0e0e0e;
}

.services-list-tab .tabs {
  padding: 0;
  list-style-type: none;
  border: none;
  display: inline-block;
  margin-top: 25px;
  margin-bottom: 0;
}

.services-list-tab .tabs li {
  margin-bottom: 25px;
  cursor: pointer;
  color: #ffffff;
  border: none;
  padding: 0;
  background-color: transparent;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  padding-left: 22px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.services-list-tab .tabs li:last-child {
  margin-bottom: 0;
}

.services-list-tab .tabs li::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #04c37f;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  border-radius: 30px;
}

.services-list-tab .tabs li.active {
  color: #04c37f !important;
  margin-left: 20px;
}

.services-list-tab .tabs li.current {
  color: #04c37f !important;
  margin-left: 20px;
}

.tab .tabs_item {
  display: none;
}

.tab .tabs_item:first-child {
  display: block;
}

.sidebar .widget_search form .wp-block-search__button {
  width: 100px !important;
}

.sidebar .widget_search form label {
  display: none;
}

.wp-block-search__button-outside.wp-block-search__text-button.wp-block-search {
  margin-bottom: 0;
}

.sidebar .wp-block-heading {
  color: #fff;
}

.footer-area2 .wp-block-group__inner-container .wp-block-heading {
  color: #fff;
}

.footer-area2 .wp-block-group__inner-container {
  padding: 0;
}

.footer-area2 .wp-block-group__inner-container ul {
  padding-left: 17px !important;
}

.footer-area2 .wp-block-group__inner-container .wp-block-heading {
  color: #fff;
}