/*
@File: Turacos - SEO, SMM & Digital Marketing HTML5 Template Styles

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

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

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

==== INDEX PAGE CSS

** - Default CSS
** - Preloader CSS
** - Header CSS
** - Navbar CSS
** - Main Banner CSS
** - Boxes Area CSS
** - About CSS
** - Features CSS
** - Services CSS
** - Analysis CSS
** - Project CSS
** - Project Details CSS
** - Working Process CSS
** - Team CSS
** - Testimonials CSS
** - FunFacts CSS
** - Check Your Website CSS
** - Pricing CSS
** - Partner CSS
** - Partner CSS
** - Blog CSS
** - Blog Details CSS
** - Page Title CSS
** - History CSS
** - Sidebar CSS
** - Pagination CSS
** - Subscribe CSS
** - FAQ CSS
** - Error Page CSS
** - Contact CSS
** - Footer CSS
** - Right Side Modal CSS
** - Go Top CSS
*/
/*=============================
Default CSS
===============================*/
body {
  font-family: "Nunito Sans", sans-serif;
  font-display: swap;
  padding: 0;
  margin: 0;
  overflow-x: hidden !important;
}

body, html {
  height: 100%;
}

a {
  outline: 0 !important;
  color: #0a0c19;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: inline-block;
}

a:hover, a:focus {
  text-decoration: none;
}

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

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

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

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
  line-height: 1;
  color: #0a0c19;
  font-weight: bold;
}

p {
  margin-bottom: 0;
  margin-top: 0;
  color: #666666;
  font-size: 15px;
  line-height: 28px;
}

.bg-fbf9f8 {
  background: #fbf9f8;
}

.ptb-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

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

.pt-70 {
  padding-top: 70px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

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

.mt-120 {
  margin-top: 100px;
}

/*btn*/
.btn {
  font-size: 15px;
  font-weight: 700;
  border-radius: 0;
  padding: 14px 40px;
  border: none;
  text-transform: uppercase;
}

.btn-primary {
  color: #ffffff;
}

.btn-primary:hover, .btn-primary:focus {
  color: #fff;
  background-color: #0a0c19;
  border-color: #0a0c19;
}

.btn-primary.focus, .btn-primary:focus {
  -webkit-box-shadow: 0px 15px 25px 0px rgba(255, 129, 86, 0.3);
          box-shadow: 0px 15px 25px 0px rgba(255, 129, 86, 0.3);
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary .show > .btn-primary.dropdown-toggle {
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0px 15px 25px 0px rgba(255, 129, 86, 0.3);
          box-shadow: 0px 15px 25px 0px rgba(255, 129, 86, 0.3);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #ffffff;
  opacity: 1;
}

.btn-primary.disabled:hover, .btn-primary:disabled {
  color: #fff;
  background-color: #000;
}

/*Section Title*/
.section-title {
  margin-bottom: 60px;
  position: relative;
}

.section-title span {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
}

.section-title h1, .section-title h2, .section-title h3, .section-title h4 {
  font-size: 35px;
  margin-bottom: 10px;
  margin-top: 15px;
  text-transform: capitalize;
  max-width: 635px;
  line-height: 45px;
}

.section-title p {
  max-width: 635px;
}

.section-title .read-more-btn {
  position: absolute;
  right: 0;
  top: 50%;
  text-transform: capitalize;
  text-decoration: underline;
}

.section-title.text-center h1, .section-title.text-center h2, .section-title.text-center h3, .section-title.text-center h4, .section-title.text-center p {
  margin-left: auto;
  margin-right: auto;
}

/*Form Control*/
.form-group {
  margin-bottom: 30px;
}

.form-control {
  height: 55px;
  font-size: 15px;
  padding: 10px 15px;
  border: 1px solid #e5e5e5;
  outline: 0;
  border-radius: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.form-control::-webkit-input-placeholder {
  color: #6e6e6e !important;
}

.form-control:-ms-input-placeholder {
  color: #6e6e6e !important;
}

.form-control::-ms-input-placeholder {
  color: #6e6e6e !important;
}

.form-control::placeholder {
  color: #6e6e6e !important;
}

.form-control:focus {
  color: #6e6e6e;
  background-color: #ffffff;
  outline: 0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.position-relative {
  position: relative;
  z-index: 10;
}

.turacos-single-blank-page {
  display: block;
  min-height: 70px;
}

/*Owl Carousel btn*/
.owl-theme .owl-nav {
  margin-top: 0;
}

.owl-theme .owl-nav [class*="owl-"] {
  color: #ffffff;
  font-size: 20px;
  margin: -20px 0 0;
  padding: 0;
  background: #D6D6D6;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 40px;
  width: 40px;
  height: 40px;
  line-height: 42px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

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

.owl-theme .owl-nav .owl-next {
  left: auto;
  right: 40px;
}

.owl-theme .owl-dots {
  line-height: .1;
  margin-top: 20px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 0 4px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 30px;
}

/*=============================
Preloader CSS
===============================*/
.preloader-area {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 999999;
  left: 0;
  top: 0;
}

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

.spinner {
  margin: -85px auto 0 -65px;
  width: 65px;
  height: 65px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-rotate 2.0s infinite linear;
  animation: sk-rotate 2.0s infinite linear;
  position: absolute;
  left: 50%;
  top: 50%;
}

.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  border-radius: 100%;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

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

@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

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

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

/*=============================
Header CSS
===============================*/
.header-area {
  padding: 10px 0;
}

.header-area ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.header-area ul li {
  display: inline-block;
  margin-right: 0;
}

.header-area .social-links li a {
  color: #ffffff;
  margin-left: 8px;
  font-size: 15px;
  border: none;
  width: auto;
  height: auto;
  line-height: unset;
  border-radius: unset;
  text-align: left;
}

.header-area .social-links li a:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  color: rgba(255, 255, 255, 0.6);
  padding: 0;
}

.header-area .social-links li:first-child {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}

.header-area .header-info {
  text-align: right;
}

.header-area .header-info li {
  font-size: 14px;
  font-weight: 600;
  padding-left: 15px;
  padding-right: 6px;
  color: #ffffff;
  position: relative;
}

.header-area .header-info li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  height: 15px;
  width: 2px;
  background: rgba(225, 225, 225, 0.3);
}

.header-area .header-info li:first-child {
  padding-left: 0;
}

.header-area .header-info li:first-child::before {
  display: none;
}

.header-area .header-info li a {
  color: #ffffff;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
}

.header-area .header-info li a:hover {
  color: rgba(255, 255, 255, 0.6);
}

/*=============================
Navbar CSS
===============================*/
.navbar {
  top: 0;
  width: 100%;
  left: 0;
  z-index: 999;
  padding: 10px 0;
  border: 1px solid #eee;
}

.navbar.p-fixed {
  position: fixed;
}

.navbar .row {
  width: 102%;
}

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

.navbar-light.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 10px 0;
  background-color: #ffffff !important;
  -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.navbar-light .navbar-brand {
  color: #0a0c19;
  text-transform: uppercase;
  font-weight: 900;
  float: left;
  padding-top: 12px;
  padding-bottom: 12px;
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: #0a0c19;
}

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

.navbar-light .navbar-nav .nav-link {
  font-size: 17px;
  font-weight: 500;
  color: #0a0c19;
  padding: 15px;
}

.navbar-expand-lg .navbar-collapse {
  list-style-type: none;
  margin: 0;
}

.navbar-light .site-title {
  padding-top: 1px;
}

.turacos-mobile-nav {
  display: none;
}

.navbar-light ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.navbar-light .navbar-nav .nav-item {
  position: relative;
}

.navbar-light .navbar-nav .nav-item .dropdown-menu {
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  background: #000;
  position: absolute;
  top: 80px;
  left: 0;
  width: 190px;
  z-index: 99;
  display: block;
  padding-top: 10px;
  padding-bottom: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

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

.navbar-light .navbar-nav .nav-item .dropdown-menu li a {
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 7px 12px;
  margin: 0;
  display: block;
  color: #fff;
  white-space: inherit;
}

.navbar-light .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  position: absolute;
  left: -100%;
  top: 0;
  opacity: 0 !important;
  visibility: hidden !important;
}

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

.navbar-light .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 9px 12px;
  margin: 0;
  display: block;
  color: #ffffff;
}

.navbar-light .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  position: absolute;
  left: -100%;
  top: 0;
  opacity: 0 !important;
  visibility: hidden !important;
}

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

.navbar-light .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 9px 12px;
  margin: 0;
  display: block;
  color: #fff;
}

.navbar-light .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  position: absolute;
  left: -100%;
  top: 0;
  opacity: 0 !important;
  visibility: hidden !important;
}

.navbar-light .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1 !important;
  visibility: visible !important;
  top: -11px !important;
}

.navbar-light .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1 !important;
  visibility: visible !important;
  top: -11px !important;
}

.navbar-light .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1 !important;
  visibility: visible !important;
  top: -11px !important;
}

.navbar-light .navbar-nav .nav-item .dropdown-menu li.active > a {
  color: #fff;
}

.navbar-light .navbar-nav .nav-item:last-child .dropdown-menu {
  left: auto;
  right: 0;
}

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

.navbar-light .dropdown-item.active, .navbar-light .dropdown-item:active, .navbar-light .dropdown-item:focus, .navbar-light .dropdown-item:hover {
  color: #fff;
}

.navbar-right-side {
  text-align: right;
  padding: 15px 0 0;
}

.navbar-right-side div {
  display: inline-block;
}

.navbar-right-side div select {
  border: 1px solid #eee;
  width: 100%;
  padding: 2px;
  background: transparent;
  cursor: pointer;
  position: relative;
}

.navbar-right-side h5 {
  display: inline-block;
  font-size: 17px;
  margin: 0 15px 0 0;
  font-weight: 500;
}

.navbar-right-side h5 a {
  font-size: 15px;
  padding-left: 3px;
}

.modal-taggle-button span {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  text-indent: -55px;
  top: -4px;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.modal-taggle-button span::before, .modal-taggle-button span::after {
  content: '';
  width: 35px;
  height: 2px;
  position: absolute;
  right: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.modal-taggle-button span::before {
  top: -7px;
}

.modal-taggle-button span::after {
  bottom: -7px;
}

.navbar-light.navbar-area-with-black-color {
  border: none;
}

.navbar-light.navbar-area-with-black-color .navbar-nav .nav-link {
  color: #ffffff;
}

.navbar-light.navbar-area-with-black-color .navbar-right-side .cart-link {
  color: #ffffff;
}

.navbar-light.navbar-area-with-black-color .navbar-right-side h5 {
  color: #ffffff;
}

.navbar-light.navbar-area-with-black-color.is-sticky {
  background: #11011E !important;
}

nav.navbar.navbar-expand-lg.navbar-light.turacos-wp-adminbar.navbar-area-with-black-color.is-sticky {
  margin-top: 32px;
}

@media only screen and (max-width: 991px) {
  .bg-light {
    background-color: #ffffff !important;
  }
  .navbar {
    padding: 15px;
    border-bottom: 1px solid #eeee;
  }
  .navbar.p-fixed {
    position: relative;
  }
  .navbar-light .navbar-brand {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .navbar-light .navbar-toggler {
    display: none;
  }
  .navbar-light .navbar-nav .nav-link {
    padding-left: 0;
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .navbar-light.is-sticky {
    padding: 15px 15px;
  }
  .navbar-toggler-icon {
    width: 1.3em;
    height: 1.3em;
  }
  .navbar-expand-lg .navbar-collapse {
    float: none;
    margin-top: 0;
  }
  .navbar-nav {
    display: block;
    padding-top: 5px;
  }
  .navbar-nav .dropdown-menu {
    position: unset;
    float: none;
    display: none;
    opacity: 1;
    visibility: visible;
    border: 1px solid #eee;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    padding: 0;
  }
  .navbar-nav .dropdown-menu.show {
    display: block;
  }
  .navbar-right-side {
    display: none;
  }
  .dropdown-item {
    font-size: 15px;
    margin: 12px 0;
  }
}

/*=============================
Main Banner CSS
===============================*/
.main-banner {
  position: relative;
  height: 630px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 1400px) {
  .main-banner {
    height: 730px;
  }
}

.hero-bg-1 {
  background-image: url(../../assets/img/bg-pattern-2.png);
}

.circle-pattern-1 {
  -webkit-clip-path: circle(50% at 60% 46%);
  clip-path: circle(50% at 60% 46%);
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  -webkit-animation: movebounce 3s linear infinite;
  animation: movebounce 3s linear infinite;
}

.hero-content {
  padding-right: 70px;
}

.hero-content h2 {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.1;
}

.hero-content h2 span {
  color: #ff6600;
  text-decoration: underline;
  -webkit-text-decoration-color: #283a5e;
  text-decoration-color: #283a5e;
}

.hero-content p {
  margin-bottom: 35px;
  margin-top: 25px;
  font-size: 19px;
  color: #63688e;
  line-height: 30px;
}

.hero-content .btn {
  margin-right: 25px;
}

.hero-content.pr-0 {
  margin-top: 20px;
}

.hero-image {
  position: absolute;
  right: -100px;
  bottom: 30px;
  width: 725px;
}

.video-btn {
  position: relative;
  padding-right: 48px;
  text-transform: uppercase;
  font-weight: 900;
}

.video-btn i {
  margin-left: 15px;
  font-size: 35px;
  position: absolute;
  right: 0;
  bottom: -4px;
}

/*Main Banner Two*/
.main-banner-two {
  height: 750px;
  overflow: hidden;
  position: relative;
}

.main-banner-two .hero-content {
  margin-top: 80px;
}

.main-banner-two .hero-content h2 {
  text-transform: capitalize;
}

.main-banner-two .banner-image {
  margin-top: 60px;
}

/*Main Banner Three*/
.main-banner-three {
  height: 630px;
  overflow: hidden;
  position: relative;
  background-image: url(../../assets/img/bg-pattern-2.png);
}

.main-banner-three.hero-bg-1 {
  background-image: url(../../assets/img/bg-pattern-2.png);
}

.main-banner-three .hero-content {
  margin-top: 30px;
}

.main-banner-three .hero-content h2 {
  text-transform: capitalize;
}

.main-banner-three::before {
  display: none;
}

@media only screen and (min-width: 1400px) {
  .main-banner-three {
    height: 730px;
  }
}

/*Main Banner Four*/
.main-banner-four {
  height: 630px;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.main-banner-four::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: .9;
}

.main-banner-four .hero-content {
  margin-top: 30px;
}

.main-banner-four .hero-content h2 {
  text-transform: capitalize;
}

@media only screen and (min-width: 1400px) {
  .main-banner-four {
    height: 700px;
  }
}

.item-bg-1 {
  background-image: url(../../assets/img/main-bg-1.jpg);
}

.item-bg-2 {
  background-image: url(../../assets/img/main-bg-2.jpg);
}

.item-bg-3 {
  background-image: url(../../assets/img/main-bg-3.jpg);
}

/*=============================
Boxes CSS
===============================*/
.box {
  padding: 0 30px;
  height: 110px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.box h3 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.box span {
  font-size: 100px;
  color: rgba(255, 255, 255, 0.1);
  position: absolute;
  right: 20px;
  top: 10px;
  z-index: -1;
}

.box.bg {
  border: 1px solid #fff;
}

.boxes-area .owl-thumbs {
  overflow: hidden;
}

.boxes-area .owl-thumb-item {
  float: left;
  width: 33.333%;
}

/*=============================
About CSS
===============================*/
.about-area {
  background-image: url(../../assets/img/bg-pattern.png);
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}

.single-box {
  text-align: center;
  background: #ffffff;
  position: relative;
  z-index: 5;
  padding: 40px 20px;
  border-radius: 5px;
  -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

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

.single-box:hover p, .single-box:hover h3 {
  color: #ffffff;
}

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

.single-box:hover h3 a:hover {
  text-decoration: underline;
}

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

.single-box:hover .read-more-btn::before {
  background: #ffffff;
}

.single-box .icon {
  display: inline-block;
  width: 80px;
  height: 80px;
  font-size: 35px;
  border-radius: 100px;
  line-height: 80px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
}

.single-box h3 {
  font-size: 22px;
  margin-bottom: 15px;
  margin-top: 30px;
}

.single-box p {
  margin-bottom: 0;
}

.single-box p, .single-box h3 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.read-more-btn {
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  font-size: 14px;
  z-index: 1;
}

.read-more-btn::before {
  content: '';
  position: absolute;
  left: 50px;
  bottom: 11px;
  width: 55px;
  height: 2px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: -1;
}

.read-more-btn:hover, .read-more-btn:focus {
  color: #0a0c19;
}

.read-more-btn:hover::before, .read-more-btn:focus::before {
  left: -20px;
  opacity: 1;
  visibility: visible;
}

.about-image {
  margin-top: 80px;
  position: relative;
}

.about-image .col-lg-6:first-child .image img {
  border-radius: 25px 0 0 0;
}

.about-image .col-lg-6:nth-child(2) .image img {
  border-radius: 0 25px 0 0;
}

.about-image .col-lg-6:nth-child(3) .image img {
  border-radius: 0 0 0 25px;
}

.about-image .col-lg-6:last-child .image img {
  border-radius: 0 0 25px 0;
}

.about-image .image img {
  -webkit-box-shadow: 0px 10px 20px 0px rgba(130, 136, 147, 0.15);
          box-shadow: 0px 10px 20px 0px rgba(130, 136, 147, 0.15);
  -webkit-transition: .2s;
  transition: .2s;
}

.about-image .image:hover img {
  -webkit-animation: movebounce 3s linear infinite;
  animation: movebounce 2s linear infinite;
}

.about-text {
  margin-top: 140px;
  padding-left: 30px;
  position: relative;
  z-index: 5;
}

.about-text span {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}

.about-text h3 {
  font-size: 35px;
  margin: 15px 0 25px;
  line-height: 45px;
}

.about-text p {
  margin-bottom: 10px;
}

.about-text .read-more-btn {
  margin-top: 10px;
}

.circle-pattern-2 {
  opacity: 0.5 !important;
  height: 39em !important;
  position: absolute !important;
  width: 42em !important;
  bottom: -10px !important;
  left: -10px !important;
  border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
  -webkit-animation: movebounce 3s linear infinite;
  animation: movebounce 3s linear infinite;
}

.rocket {
  position: absolute !important;
  right: -20px;
  bottom: 20rem;
  -webkit-animation: movebounce 3s linear infinite;
  animation: movebounce 3s linear infinite;
}

.vector {
  position: absolute !important;
  right: -13rem;
  bottom: -14rem;
  -webkit-animation: movebounce 3s linear infinite;
  animation: movebounce 3s linear infinite;
}

@media only screen and (min-width: 1400px) {
  .circle-pattern-2 {
    opacity: 0.2 !important;
    height: 55em !important;
    width: 60em !important;
  }
  .vector {
    right: -10rem;
    bottom: -2rem;
  }
  .rocket {
    right: 45px;
    bottom: 20rem;
  }
  .boxed-layout .rocket {
    right: 350px !important;
  }
  .boxed-layout .rocket img {
    width: 100px;
  }
  .boxed-layout .vector {
    right: 5px;
    bottom: -12rem;
  }
}

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

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

@-webkit-keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

/*=============================
Features CSS
===============================*/
.features-area {
  position: relative;
  overflow: hidden;
}

.features-area .about-image {
  margin-top: 0;
}

.features-area .about-text {
  margin-top: 65px;
}

.features-area .rocket {
  bottom: 45rem;
}

.features-area-pr {
  position: relative;
  z-index: 5;
}

.features-text {
  margin-top: 40px;
  position: relative;
  z-index: 5;
}

.features-text h3 {
  font-size: 30px;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.features-text ul {
  padding: 0;
  margin: 15px 0 25px;
  list-style-type: none;
}

.features-text ul li {
  position: relative;
  color: #333;
  margin-bottom: 5px;
  padding-left: 30px;
  font-weight: 600;
  line-height: 28px;
  font-size: 15px;
}

.features-text ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 17px;
  height: 17px;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

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

.single-features {
  text-align: center;
}

.single-features i {
  background: #ffe4d9;
  display: inline-block;
  width: 90px;
  height: 90px;
  font-size: 40px;
  line-height: 90px;
  border-radius: 100px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
}

.single-features:hover i {
  color: #ffffff;
}

.single-features h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 30px;
}

.single-features p {
  margin-bottom: 20px;
}

/*Features Box Style*/
.features-area-three {
  padding-bottom: 55px;
}

.features-box {
  margin-bottom: 45px;
  position: relative;
  padding-left: 75px;
}

.features-box i {
  display: inline-block;
  width: 55px;
  height: 55px;
  font-size: 25px;
  border-radius: 100px;
  line-height: 55px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}

.features-box:hover i {
  color: #ffffff;
}

.features-box h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.features-box p {
  margin-bottom: 20px;
}

.single-feature .project-details h1, .single-feature .project-details h3, .single-feature .project-details h3 {
  margin-bottom: 15px;
  font-size: 26px;
}

.single-feature .project-details h4, .single-feature .project-details h5, .single-feature .project-details h36 {
  margin-bottom: 15px;
  font-size: 20px;
}

.single-feature .project-details ul {
  list-style-type: disc;
  padding: 0 0 0 15px;
  margin: 0 0 20px;
}

.single-feature .project-details ul li {
  color: #666666;
  margin-top: 10px;
  line-height: 28px;
}

.single-feature .project-details ul li ul {
  margin: 0;
}

.single-feature .project-details ol {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
}

.single-feature .project-details ol li {
  color: #666666;
  margin-top: 10px;
  line-height: 28px;
}

.single-feature .project-details ol li ol {
  margin: 0;
}

.single-feature .project-details p:last-child {
  margin-bottom: 0;
}

/*=============================
Services CSS
===============================*/
.services-area {
  padding-bottom: 70px !important;
}

.services-area.bg {
  background-image: url(../../assets/img/bg-pattern-2.png);
  background-attachment: fixed;
}

.single-services {
  text-align: center;
  background: #ffffff;
  padding: 40px 20px;
  margin-bottom: 30px;
  border-radius: 5px;
  -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

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

.single-services:hover .icon {
  border-radius: 50%;
}

.single-services:hover p, .single-services:hover h3 {
  color: #ffffff;
}

.single-services:hover .read-more-btn {
  color: #ffffff;
}

.single-services:hover .read-more-btn::before {
  background: #ffffff;
}

.single-services .icon {
  display: inline-block;
  width: 80px;
  height: 80px;
  font-size: 35px;
  line-height: 80px;
  border-radius: 100px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
}

.single-services h3 {
  font-size: 22px;
  margin-bottom: 15px;
  margin-top: 30px;
}

.single-services p {
  margin-bottom: 15px;
}

.single-services p, .single-services h3 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.single-services .read-more-btn {
  font-size: 14px;
}

/*Services Style Two*/
.services-box {
  text-align: center;
  background: #ffffff;
  padding: 25px;
  margin-bottom: 30px;
  border-radius: 5px;
  -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

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

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

.services-box .icon {
  border: 1px solid;
  display: inline-block;
  width: 80px;
  height: 80px;
  font-size: 35px;
  position: relative;
  line-height: 80px;
  border-radius: 50%;
  z-index: 1;
  margin: 20px 0 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.services-box .icon::before {
  display: block;
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  top: -11px;
  left: -11px;
  z-index: -1;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.06);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.services-box h3 {
  font-size: 22px;
  margin-bottom: 15px;
  margin-top: 20px;
}

.services-box p {
  margin-bottom: 10px;
}

/*=============================
Analysis CSS
===============================*/
.analysis-area {
  position: relative;
  overflow: hidden;
}

.analysis-area div.wpcf7-response-output {
  margin: 2em 0.5em 0;
  padding: 10px 15px;
  text-align: center;
}

.analysis-form {
  background: #ffffff;
  padding: 40px;
  border: 1px solid #eee;
  text-align: center;
}

.analysis-form h3 {
  font-size: 35px;
  margin-bottom: 30px;
}

.analysis-form form .btn {
  display: block;
  width: 100%;
  padding: 13px 40px;
  border-radius: 5px;
}

.analysis-form .form-group {
  margin-bottom: 23px;
}

.analysis-form span.wpcf7-list-item-label {
  font-size: 15px;
}

.analysis-text {
  position: relative;
  z-index: 1;
  margin-top: 50px;
}

.analysis-text span {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}

.analysis-text h3 {
  font-size: 35px;
  margin: 15px 0 25px;
  line-height: 45px;
}

.analysis-text ul {
  padding: 0;
  margin: 20px 0 0;
  list-style-type: none;
}

.analysis-text p {
  color: #333;
}

.analysis-text ul {
  padding: 0;
  margin: 20px 0 0;
  list-style-type: none;
}

.analysis-text ul li {
  position: relative;
  color: #333;
  margin-bottom: 15px;
  padding-left: 30px;
  font-weight: 600;
  line-height: 26px;
  font-size: 15px;
}

.analysis-text ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 17px;
  height: 17px;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

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

.pattern-1 {
  position: absolute;
  bottom: 0;
  right: 0;
}

/*=============================
Project CSS
===============================*/
.project-area .section-title {
  margin-bottom: 30px;
}

.shorting-menu {
  display: inline-block;
  -webkit-box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
  box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
  padding: 18px 20px;
  margin-bottom: 40px;
  border-radius: 50px;
  margin-top: 30px;
}

.shorting-menu.text-center {
  display: block;
  background: transparent;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  padding: 0;
}

.shorting-menu .filter {
  border: none;
  background: #f4f4f4;
  padding: 9px 24px;
  text-transform: capitalize;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 30px;
  color: #666666;
  outline: 0 !important;
  margin-left: 4px;
  margin-right: 4px;
  font-size: 16px;
  font-weight: 600;
}

.shorting-menu .filter.active, .shorting-menu .filter:hover {
  color: #ffffff;
}

.shorting .mix {
  display: none;
}

.single-work {
  overflow: hidden;
  position: relative;
}

.single-work::before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.single-work:hover::before {
  opacity: .85;
  visibility: visible;
}

.single-work:hover .work-content {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}

.single-work:hover .work-content ul li {
  position: relative;
  margin-right: 5px;
}

.single-work:hover .work-content ul li:before {
  content: ',';
  position: absolute;
  right: -4px;
}

.single-work:hover .work-content ul li:last-child:before {
  display: none;
}

.single-work:hover .popup-btn, .single-work:hover .link-btn {
  top: 40px;
  opacity: 1;
  visibility: visible;
  -webkit-animation: movebounce 3s linear infinite;
  animation: movebounce 3s linear infinite;
}

.single-work .work-content {
  position: absolute;
  bottom: -115px;
  width: 100%;
  background: #ffffff;
  left: 0;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.single-work .work-content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.single-work .work-content ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.single-work .work-content ul li {
  display: inline-block;
}

.single-work .popup-btn, .single-work .link-btn {
  position: absolute;
  top: 0;
  right: 40px;
  width: 45px;
  text-align: center;
  height: 45px;
  line-height: 46px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 22px;
  opacity: 0;
  visibility: hidden;
  border: 1px solid #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.single-work .link-btn {
  top: 40px;
  right: auto;
  left: 0;
}

.single-work:hover .link-btn {
  left: 40px;
}

.project-slides.owl-theme .owl-dots {
  margin-top: 45px;
}

.project-slides .single-work::before {
  z-index: 1;
}

.project-slides .single-work .work-content {
  z-index: 1;
}

.project-slides .single-work .popup-btn {
  z-index: 1;
}

.single-work .link-btn {
  z-index: 1;
}

/*=============================
Project Details CSS
===============================*/
section.project-details-area.ptb-100 {
  padding-top: 70px !important;
}

.project-details-header {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  position: relative;
  padding-right: 160px;
}

.project-details-header h3 {
  font-size: 30px;
  position: relative;
  margin: 0;
  padding-top: 5px;
}

.project-details-header .live-preview {
  position: absolute;
  top: 0;
  right: 0;
  border: 1.3px solid;
  display: inline-block;
  padding: 8px 25px;
  border-radius: 50px;
  font-weight: 600;
}

.project-details-header .live-preview:hover {
  color: #fff;
}

.project-details-area .project-img {
  margin-top: 30px;
}

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

.project-details {
  margin-top: 30px;
}

.project-details h3 {
  margin-bottom: 15px;
  font-size: 26px;
}

.project-details p {
  font-size: 16px;
  margin-bottom: 10px;
}

.project-details p:last-child {
  margin-bottom: 0;
}

.project-details ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.project-details ul.features li {
  position: relative;
  color: #666666;
  margin-bottom: 10px;
  padding-left: 24px;
  font-weight: 600;
}

.project-details ul.features li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 15px;
  height: 15px;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

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

.project-details .features-content {
  margin-top: 50px;
}

.project-details .features-content .features-box {
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  margin-bottom: 0;
  margin-top: 30px;
  padding-right: 10px;
}

.project-details .features-content .features-box:first-child {
  margin-top: 0;
}

.project-details .features-content .features-box h3 {
  font-size: 17px;
  margin-bottom: 10px;
}

.project-details .features-content .features-box p {
  font-size: 15px;
  margin-bottom: 10px;
}

.project-info ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.project-info ul li {
  position: relative;
  padding-left: 50px;
  margin-top: 30px;
  color: #5c5c5c;
  width: 25%;
  float: left;
}

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

.project-info ul li i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 35px;
}

.project-info ul li span {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #0a0c19;
  text-transform: uppercase;
}

/*=============================
Working Process CSS
===============================*/
.single-work-process {
  text-align: center;
  background: #ffffff;
  padding: 25px;
  border-radius: 5px;
  position: relative;
  -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
}

.single-work-process::before {
  content: '';
  position: absolute;
  z-index: 1;
  background: url(../../assets/img/arrow-big.png) no-repeat center center;
  width: 217px;
  height: 210px;
  top: -20px;
  right: -120px;
}

.single-work-process .icon {
  background: #f4f6fd;
  display: inline-block;
  width: 80px;
  height: 80px;
  position: relative;
  z-index: 1;
  font-size: 35px;
  line-height: 80px;
  -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.single-work-process .icon::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.single-work-process:hover .icon {
  color: #ffffff;
}

.single-work-process:hover .icon::before {
  opacity: 1;
  visibility: visible;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.single-work-process h3 {
  margin-top: 30px;
  font-size: 20px;
}

.working-process-area .vc_col-sm-3:last-child .single-work-process::before {
  display: none;
}

.working-process-area .col-lg-3:last-child .single-work-process::before {
  display: none;
}

/*=============================
Team CSS
===============================*/
.team-area {
  padding-bottom: 70px !important;
}

.single-team {
  text-align: center;
  background: #ffffff;
  -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 25px 15px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.single-team:hover .team-content h3, .single-team:hover .team-content span, .single-team:hover .team-content ul li a {
  color: #ffffff;
}

.single-team img {
  border-radius: 50% !important;
  width: 170px;
  height: 170px !important;
}

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

.single-team .team-content h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.single-team .team-content span {
  display: block;
  color: #666666;
}

.single-team .team-content ul {
  padding: 0;
  margin: 15px 0 0;
  list-style-type: none;
}

.single-team .team-content ul li {
  display: inline-block;
  margin: 0 3px;
}

.single-team .team-content h3, .single-team .team-content span, .single-team .team-content ul li a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/*=============================
Testimonial CSS
===============================*/
.testimonial-area {
  position: relative;
  overflow: hidden;
}

.testimonial-area .section-title {
  z-index: 1;
}

.testimonial-area .pattern-1 {
  right: auto;
  left: 0;
  bottom: auto;
  top: 0;
}

.single-feedback {
  background: #ffffff;
  -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.06);
  padding: 20px;
  border-radius: 5px;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: 30px;
  margin-top: 25px;
}

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

.single-feedback:hover .client-info .img {
  top: -33px;
  -webkit-animation: movebounce 3s linear infinite;
  animation: movebounce 3s linear infinite;
}

.single-feedback:hover p, .single-feedback:hover .client-info h4, .single-feedback:hover .client-info span {
  color: #ffffff;
}

.single-feedback:hover i {
  color: #ffffff;
  opacity: .14;
}

.single-feedback .client-info {
  position: relative;
  padding-left: 118px;
  margin-bottom: 30px;
}

.single-feedback .client-info .img {
  position: absolute;
  left: 0;
  top: -45px;
  width: 100px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.single-feedback .client-info .img img {
  border-radius: 50%;
}

.single-feedback .client-info h4 {
  font-size: 22px;
  font-weight: 700;
}

.single-feedback .client-info span {
  display: block;
  font-size: 16px;
  color: #666666;
  margin-top: 8px;
}

.single-feedback p, .single-feedback .client-info h4, .single-feedback .client-info span {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.single-feedback i {
  font-size: 104px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #6f8ba4;
  z-index: -1;
  margin-top: -6px;
  margin-left: -70px;
  opacity: .14;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/*=============================
FunFacts CSS
===============================*/
.funfacts-area {
  position: relative;
}

.funfacts-area::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../assets/img/bg-pattern-2.png);
}

.fun-fact {
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
  border: 1px dashed #eaeaea;
  padding: 30px 0;
}

.fun-fact:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.fun-fact i {
  font-size: 45px;
  color: #ffffff;
}

.fun-fact h3 {
  font-size: 45px;
  font-weight: 700;
  color: #ffffff;
  margin-top: 20px;
  margin-bottom: 15px;
}

.fun-fact p {
  font-size: 16px;
  color: #ffffff;
  display: block;
  line-height: 1;
  text-transform: uppercase;
}

/*=============================
Check Your Website CSS
===============================*/
.check-your-website {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.check-your-website::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../assets/img/bg-pattern-2.png);
}

.check-your-website::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../../assets/img/seoscore.png) center center;
  z-index: -1;
  opacity: .7;
  -webkit-animation: movebounce 3s linear infinite;
  animation: movebounce 3s linear infinite;
}

.check-your-website .text {
  position: relative;
  text-align: center;
  max-width: 820px;
  margin: 0 auto;
}

.check-your-website .text h3 {
  font-size: 40px;
  font-weight: 700;
  text-transform: capitalize;
  color: #ffffff;
  margin-bottom: 20px;
}

.check-your-website .text h3 span {
  color: #0a0c19;
}

.check-your-website .text p {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 30px;
}

.check-your-website .text .form-control {
  border-radius: 50px;
  border: none;
  height: 60px;
}

.check-your-website .text .btn {
  margin-top: 25px;
  padding: 16px 40px;
}

.check-your-website .text .btn-primary {
  background: #ffffff;
}

.check-your-website .text .btn-primary:hover, .check-your-website .text .btn-primary:focus {
  background: #0a0c19;
  color: #ffffff;
}

.check-your-website span.wpcf7-not-valid-tip {
  color: #f7e700;
}

.check-your-website div.wpcf7-response-output {
  margin: 30px auto 0;
  padding: 11px 20px;
  border: 2px solid #fff !important;
  color: #fff;
  text-align: center;
  max-width: 596px;
}

/*=============================
Pricing CSS
===============================*/
.pricing-area {
  position: relative;
  overflow: hidden;
}

.pricing-area .section-title {
  z-index: 1;
}

.pricing-area .pattern-1 {
  right: auto;
  left: 0;
  bottom: auto;
  top: 0;
}

.tab-slider-nav {
  text-align: center;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}

.tab-slider-tabs {
  display: inline-block;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  position: relative;
  border-radius: 35px;
  background: #ffffff;
}

.tab-slider-tabs::after {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 35px;
}

.tab-slider-tabs.slide::after {
  left: 50%;
}

.tab-slider-trigger {
  font-weight: 700;
  color: #222222;
  text-transform: uppercase;
  padding: 11px 20px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.tab-slider-trigger.active {
  color: #ffffff;
}

.tab-slider-container .row {
  width: 100%;
}

.pricingTable {
  padding-bottom: 30px;
  background: #ffffff;
  text-align: center;
  z-index: 1;
  position: relative;
  border-radius: 5px;
  /*
    background-image: url(../../assets/img/patt.png);
    */
  background-position: center center;
  overflow: hidden;
  -webkit-box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
  box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.pricingTable:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.pricingTable .pricingTable-header {
  padding: 40px 15px 50px;
  -webkit-clip-path: polygon(50% 100%, 100% 60%, 100% 0, 0 0, 0 60%);
  clip-path: polygon(50% 100%, 100% 60%, 100% 0, 0 0, 0 60%);
  position: relative;
}

.pricingTable .pricingTable-header::before {
  content: "";
  width: 400px;
  height: 400px;
  border-radius: 50%;
  position: absolute;
  right: -50%;
  top: -130%;
  background: repeating-radial-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.2) 20%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.pricingTable .title {
  font-size: 25px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.pricingTable .price-value {
  display: block;
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
}

.pricingTable .price-value span {
  font-size: 15px;
  color: #ffffff;
  text-transform: uppercase;
  margin-left: 10px;
}

.pricingTable .pricing-content {
  padding: 30px 25px;
  margin-bottom: 0;
  list-style: none;
}

.pricingTable .pricing-content li {
  font-size: 16px;
  color: #666666;
  text-transform: capitalize;
  border-bottom: 1px solid #eee;
  margin-bottom: 12px;
  padding-bottom: 12px;
  font-weight: 600;
}

.pricingTable .pricing-content li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.pricingTable:hover .pricingTable-header::before {
  right: 50%;
}

/*Pricing Style Two*/
.pricing-plan {
  background: #ffffff;
  padding-bottom: 30px;
  position: relative;
  -webkit-box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
  box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
  text-align: center;
  z-index: 1;
  margin-top: 20px;
  border-radius: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.pricing-plan:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.pricing-plan#most-popular {
  top: -20px;
  padding: 30px 0 50px;
  -webkit-box-shadow: 10px 15px 30px 0 rgba(72, 73, 121, 0.15);
  box-shadow: 10px 15px 30px 0 rgba(72, 73, 121, 0.15);
  z-index: 2;
}

.pricing-plan#most-popular h3 {
  margin-top: -30px;
  padding-top: 30px;
}

.pricing-plan h3 {
  font-size: 25px;
  font-weight: 700;
  padding: 20px;
  margin-bottom: 50px;
  color: #ffffff;
  border-radius: 5px 5px 0 0;
}

.pricing-plan h3 span {
  display: block;
  background: #ffffff;
  height: 100px;
  width: 100px;
  margin: 20px auto -65px;
  border-radius: 50%;
  -webkit-box-shadow: 10px 15px 30px 0 rgba(72, 73, 121, 0.15);
          box-shadow: 10px 15px 30px 0 rgba(72, 73, 121, 0.15);
  line-height: 100px;
  font-size: 35px;
}

.pricing-plan ul {
  margin: 80px 0 20px;
  padding: 0;
  list-style: none;
}

.pricing-plan li {
  border-top: 1px solid #eee;
  padding: 12px 0;
  color: #666666;
}

.pricing-plan li:last-child {
  padding-bottom: 0;
}

.tab-slider-body .col-lg-4:nth-child(2) .pricing-plan {
  top: -20px;
  padding: 30px 0 50px;
  -webkit-box-shadow: 10px 15px 30px 0 rgba(72, 73, 121, 0.15);
  box-shadow: 10px 15px 30px 0 rgba(72, 73, 121, 0.15);
  z-index: 2;
}

.tab-slider-body .col-lg-4:nth-child(2) .pricing-plan h3 {
  margin-top: -30px;
  padding-top: 30px;
}

/*=============================
Partner CSS
===============================*/
.partner-area {
  text-align: center;
  overflow: hidden;
  position: relative;
}

.partner-area .item a {
  display: block;
  position: relative;
  z-index: 1;
}

.partner-area .owl-carousel .owl-item img {
  width: 140px;
}

.partner-area .owl-theme .owl-dots {
  margin-top: 40px;
}

/*=============================
Blog CSS
===============================*/
.blog-area {
  position: relative;
  overflow: hidden;
}

.blog-area .pattern-1 {
  bottom: auto;
  top: 0;
}

.blog-area .sticky .single-blog-item {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  padding-left: 55px;
}

.blog-area .sticky .single-blog-item::before {
  background: #000;
  opacity: .66;
}

.blog-area .sticky .single-blog-item::after {
  font-family: "Font Awesome 5 Free";
  content: "\f08d";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  left: 25px;
  top: 65px;
  position: absolute;
  font-size: 20px;
}

.blog-area .sticky .single-blog-item span {
  color: #fff;
}

.blog-area .sticky .single-blog-item span a {
  color: #fff;
}

.blog-area .sticky .single-blog-item h4 a {
  color: #fff;
}

.blog-area .sticky .single-blog-item p {
  color: #fff;
}

.blog-area .sticky .single-blog-item .link-btn {
  color: #ffffff;
}

.blog-area .sticky .single-blog-item .link-btn:hover {
  background: #fff;
}

.blog-area .single-blog-item p {
  font-size: 16px;
}

.blog-area .single-blog-post .blog-post-content h4 {
  font-size: 25px;
}

.single-blog-item {
  position: relative;
  padding: 25px;
  margin-bottom: 30px;
  border-radius: 5px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.06);
  margin-top: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.single-blog-item:hover {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.single-blog-item:hover::before {
  background: #000;
  opacity: .66;
}

.single-blog-item:hover span, .single-blog-item:hover p, .single-blog-item:hover h4 a {
  color: #ffffff;
}

.single-blog-item:hover span a {
  color: #ffffff;
}

.single-blog-item:hover p a {
  color: #fff;
}

.single-blog-item:hover .link-btn {
  color: #ffffff;
}

.single-blog-item::before {
  content: '';
  position: absolute;
  left: 0;
  border-radius: 5px;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.single-blog-item span, .single-blog-item p, .single-blog-item h4 {
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.single-blog-item span {
  font-weight: 600;
  font-size: 14px;
}

.single-blog-item span a {
  text-transform: capitalize;
  color: #666666;
}

.single-blog-item h4 {
  line-height: 30px;
  font-size: 25px;
  margin-bottom: 15px;
  margin-top: 10px;
}

.single-blog-item h4 a {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  display: inherit;
}

.single-blog-item .link-btn {
  background-color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 45px;
  height: 40px;
  line-height: 44px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 27, 103, 0.3);
          box-shadow: 0px 0px 25px 0px rgba(0, 27, 103, 0.3);
  border-radius: 50% 0 0 0;
}

.single-blog-item .post_type {
  position: absolute;
  top: 25px;
  right: 25px;
  color: #fff;
  font-size: 14px;
  -webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 10% 48%, 0% 0%);
  clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 10% 48%, 0% 0%);
  padding: 5px 7px 5px 15px;
  line-height: 1;
}

.single-blog-item .no-title {
  display: block;
  padding: 6px 0;
}

.post_type {
  position: absolute;
  top: 28px;
  right: 25px;
  color: #fff;
  font-size: 14px;
  -webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 10% 48%, 0% 0%);
  clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 10% 48%, 0% 0%);
  padding: 5px 7px 5px 15px;
  line-height: 1;
}

.blog-post-content .no-title {
  display: block;
  padding: 6px 0;
}

.blog-slider .single-blog-item h4 {
  font-size: 22px;
}

.blog-slider .single-blog-post .blog-post-content h4 {
  font-size: 22px;
}

.post_type_icon {
  position: absolute;
  top: 20px;
  right: 25px;
  color: #fff;
  font-size: 15px;
  -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  padding: 8px;
  line-height: 1;
}

.single-blog-item.bg-1 {
  background-image: url(../../assets/img/blog-img1.jpg);
}

.single-blog-item.bg-2 {
  background-image: url(../../assets/img/blog-img2.jpg);
}

.single-blog-item.bg-3 {
  background-image: url(../../assets/img/blog-img3.jpg);
}

.single-blog-item.bg-4 {
  background-image: url(../../assets/img/blog-img4.jpg);
}

.single-blog-item.bg-5 {
  background-image: url(../../assets/img/blog-img5.jpg);
}

.single-blog-item.bg-6 {
  background-image: url(../../assets/img/blog-img6.jpg);
}

/*Blog Style Two*/
.single-blog-post {
  margin-bottom: 30px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.06);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.single-blog-post .blog-image {
  display: block;
}

.single-blog-post .blog-post-content {
  padding: 25px;
  position: relative;
}

.single-blog-post .blog-post-content span {
  font-weight: 600;
}

.single-blog-post .blog-post-content span a {
  font-size: 14px;
  color: #666;
}

.single-blog-post .blog-post-content h4 {
  line-height: 1.4;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 15px;
}

.single-blog-post .blog-post-content p {
  margin-bottom: 20px;
}

/*=============================
Blog Details CSS
===============================*/
.blog-details .thumb {
  position: relative;
}

.blog-details .date {
  position: absolute;
  left: 0;
  bottom: 0;
  text-transform: uppercase;
  color: #ffffff;
  padding: 10px 20px;
  font-size: 22px;
  border-radius: 0 10px 0 0;
}

.blog-details-heading {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  margin: 30px 0 15px;
}

.blog-details-heading h3 {
  margin-bottom: 5px;
  line-height: 35px;
  font-size: 25px;
}

.blog-details-heading ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.blog-details-heading ul li {
  display: inline-block;
  margin-right: 15px;
  color: #666;
  font-size: 15px;
}

.blog-details-heading ul li i {
  color: #666;
  padding-right: 3px;
}

.blog-details-heading ul li a {
  text-transform: capitalize;
  color: #666;
}

.tag-edge-case .post_type {
  top: 0;
  right: 0;
}

.blog-details-content p {
  margin-bottom: 15px;
  color: #444;
  font-size: 16px;
  line-height: 1.8;
}

.blog-details-content p > br {
  display: none;
}

.blog-details-content p a {
  text-decoration: underline;
}

.blog-details-content p a:hover {
  text-decoration: none;
}

.blog-details-content .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 35px;
}

.blog-details-content .wp-block-archives-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.blog-details-content .wp-block-archives-list li {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}

.blog-details-content .wp-block-archives-list li a:hover {
  padding-left: 10px;
}

.blog-details-content .wp-block-categories-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.blog-details-content .wp-block-categories-list li {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}

.blog-details-content .wp-block-categories-list li a:hover {
  padding-left: 10px;
}

.blog-details-content .wp-block-categories-list li ul {
  list-style-type: none;
  padding-left: 20px;
  margin: 0;
}

.blog-details-content .wp-block-archives-dropdown select {
  border: 1px solid #eee;
  height: 50px;
  padding: 6px 15px;
  display: block;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 15px;
}

.blog-details-content .wp-block-latest-comments {
  padding: 0;
  margin-top: 15px;
}

.blog-details-content .wp-block-latest-comments li.wp-block-latest-comments__comment {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.blog-details-content .wp-block-latest-comments li.wp-block-latest-comments__comment .avatar {
  border-radius: 0;
}

.blog-details-content .wp-block-latest-comments li.wp-block-latest-comments__comment p {
  margin: 0px 0 15px;
}

.blog-details-content .wp-block-latest-comments li.wp-block-latest-comments__comment a {
  text-decoration: none;
  font-weight: 700;
}

.blog-details-content .wp-block-latest-comments li.wp-block-latest-comments__comment span.wp-block-latest-comments__comment-author {
  text-transform: capitalize;
  font-weight: 700;
  color: #0a0c19;
}

.blog-details-content .wp-block-latest-posts li a {
  font-weight: 700;
}

.blog-details-content ul.wp-block-latest-posts.is-grid.columns-5.has-dates li {
  width: 100%;
}

.blog-details-content .wp-block-latest-comments.has-avatars li.wp-block-latest-comments__comment {
  padding-bottom: 0;
}

.blog-details-content .size-full .aligncenter figcaption {
  display: inline-block;
}

span.required {
  color: red;
}

.blog-details-meta {
  border-top: 1px solid #eee;
  margin: 25px 0;
  border-bottom: 1px solid #eee;
  padding: 20px 0;
  clear: both;
  position: relative;
}

.blog-details-meta .tags {
  display: inline-block;
  padding-right: 200px;
}

.blog-details-meta .tags li {
  margin: 0;
}

.blog-details-meta .tags li a {
  border: 1px solid #eee;
  padding: 5px 10px;
  border-radius: 6px;
  color: #4c4b4b;
  font-size: 14px;
  margin-right: 5px;
  line-height: 1;
  text-transform: capitalize;
  margin-top: 2px;
  margin-bottom: 2px;
  text-decoration: none;
}

.blog-details-meta .tags li a:hover {
  color: #ffffff;
}

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

.blog-details-meta ul .title {
  font-size: 18px;
  font-weight: 500;
  margin-right: 5px;
  margin-bottom: 0;
  color: #4c4b4b;
}

.blog-details-meta ul li {
  display: inline-block;
}

.blog-details-meta .share {
  position: absolute;
  top: 21px;
  right: 0px;
}

.blog-details-meta .share li a {
  color: #4c4b4b;
  border: 1px solid #eee;
  width: 30px;
  font-size: 12px;
  height: 30px;
  text-align: center;
  line-height: 29px;
  border-radius: 50%;
  text-decoration: none;
}

.blog-details-meta .share li a:hover {
  color: #ffffff;
}

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

.blog-details-comments .single-comments {
  position: relative;
  padding-left: 130px;
}

.blog-details-comments .single-comments .thumb {
  position: absolute;
  left: 0;
  top: 0;
}

.blog-details-comments .single-comments .thumb img {
  border-radius: 50%;
}

.blog-details-comments .single-comments .content h4 {
  font-size: 20px;
  font-weight: 600;
}

.blog-details-comments .single-comments .content span {
  font-size: 14px;
  color: #6f8ba4;
  display: block;
  margin: 8px 0 15px;
}

.blog-details-comments .single-comments .content p {
  margin-bottom: 20px;
}

.blog-details-comments .border {
  border-color: #eee !important;
  margin: 25px 0;
}

.single-comments.left-mr {
  margin-left: 80px;
  margin-top: 35px;
}

.blog-details-comments-form {
  margin-top: 25px;
}

/*=============================
Page Title CSS
===============================*/
.page-title {
  background: #f4f6fd;
  padding-bottom: 100px;
  padding-top: 100px;
  z-index: 1;
  position: relative;
  overflow: hidden;
  background-image: url(../../assets/img/patt.png);
  background-size: cover;
  background-position: center center;
  text-align: center;
}

.page-title::before {
  background-color: #fff;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: .80;
  content: '';
  position: absolute;
}

.page-title .container {
  position: relative;
}

.page-title h1 {
  text-transform: capitalize;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 20px;
}

.page-title h2 {
  text-transform: capitalize;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}

.page-title h3 {
  text-transform: capitalize;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 20px;
}

.page-title h4 {
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.page-title h5 {
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 20px;
}

.page-title h6 {
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 20px;
}

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

.page-title ul li {
  display: inline-block;
  color: #000;
  text-transform: capitalize;
  font-size: 17px;
  font-weight: 500;
}

.page-title ul li.dot-divider {
  display: inline-block;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  margin: 0 5px;
  vertical-align: middle;
}

.page-title .bg-pattern {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
}

.page-title.animatedBackground::before {
  display: none;
}

/*=============================
History CSS
===============================*/
.timeline {
  list-style-type: none;
  padding: 0;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}

.timeline::before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 2px;
  left: 50%;
  margin-left: -1.5px;
  border-radius: 5px;
}

.timeline > li {
  margin-bottom: 60px;
  position: relative;
  width: 48%;
  float: left;
  clear: left;
  text-align: right;
}

.timeline > li:nth-child(2) {
  margin-top: 110px;
}

.timeline > li:last-child {
  margin-bottom: 0;
  float: none;
}

.timeline > li > .timeline-panel {
  width: calc(100% - 25px);
  width: -webkit-calc(100% - 25px);
  float: left;
  position: relative;
  background: #ffffff;
  padding: 30px 20px;
  -webkit-box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
  box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.timeline > li > .timeline-panel:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.timeline > li > .timeline-panel::before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ffffff;
  border-right: 0 solid #ffffff;
  border-bottom: 15px solid transparent;
  content: " ";
}

.timeline > li > .timeline-badge {
  width: 24px;
  height: 24px;
  text-align: center;
  position: absolute;
  top: 29px;
  right: -34px;
  z-index: 100;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.timeline > li.timeline-inverted {
  float: right;
  clear: right;
  text-align: left;
}

.timeline > li.timeline-inverted > .timeline-badge {
  left: -35px;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}

.timeline > li.timeline-inverted > .timeline-panel::before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel::after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline > li.timeline-inverted .timeline-footer {
  text-align: left;
}

.timeline-title {
  margin-top: 0;
  color: inherit;
}

.timeline-heading h4 {
  font-size: 22px;
  font-weight: 700;
}

.timeline-body > p {
  font-size: 16px;
  margin-bottom: 35px;
  margin-top: 15px;
}

.timeline-footer {
  position: absolute;
  background: #f4f6fd;
  width: 100%;
  left: 0;
  bottom: 0;
  height: auto;
  text-align: right;
  padding: 10px 15px;
}

.timeline-footer p {
  font-weight: 900;
}

/*=============================
Sidebar CSS
===============================*/
.side-bar .widget-box {
  background: #ffffff;
  padding: 30px 25px;
  position: relative;
  margin-bottom: 30px;
  border: 1px solid #eee;
}

.side-bar .widget-box .title {
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 20px;
  position: relative;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.side-bar .widget-box .title::before {
  content: '';
  position: absolute;
  right: 0;
  top: 2px;
  width: 17px;
  height: 17px;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.side-bar .widget-box ul {
  padding-left: 17px;
  margin: 0;
}

.side-bar .widget-box ul li {
  font-size: 16px;
  font-weight: 600;
  color: #666;
}

.side-bar .widget-box ul li a {
  color: #666;
}

.side-bar .search-box form {
  position: relative;
}

.side-bar .search-box form > button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  cursor: pointer;
  border: none;
  color: #ffffff;
  outline: 0 !important;
}

.side-bar .categories-box ul li:last-child a {
  margin-bottom: 0;
}

.side-bar .categories-box ul li a {
  position: relative;
  margin-bottom: 10px;
  font-weight: 600;
}

.side-bar .categories-box ul li a i {
  position: absolute;
  left: 0;
  top: 4px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.side-bar .categories-box ul li a:hover {
  padding-left: 10px;
}

.side-bar .categories-box ul li a:hover i {
  opacity: 1;
  visibility: visible;
}

.side-bar .tags-box .title {
  margin-bottom: 27px;
}

.side-bar .tags-box ul li {
  display: inline-block;
}

.side-bar .tags-box ul li a {
  border: 1px solid #ddd;
  padding: 5px 15px;
  margin-top: 8px;
  border-radius: 5px;
  font-weight: 600;
}

.side-bar .tags-box ul li a:hover {
  color: #ffffff;
}

.side-bar .recent-post-box ul li {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  padding-left: 110px;
}

.side-bar .recent-post-box ul li:last-child {
  margin-bottom: 0;
}

.side-bar .recent-post-box ul li .recent-post-thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
}

.side-bar .recent-post-box ul li .recent-post-desc h3 {
  font-size: 15px;
  font-weight: 600;
  line-height: 23px;
}

.side-bar .recent-post-box ul li .recent-post-desc .date {
  display: block;
  margin-top: 3px;
  font-size: 14px;
  color: #666666;
}

.side-bar .widget_media_gallery .gallery {
  margin: 0 !important;
}

.side-bar .widget_media_gallery .gallery .gallery-item {
  margin: 0 !important;
}

.side-bar .menu {
  list-style-type: none;
  padding: 0 !important;
}

.side-bar .widget_recent_comments li.recentcomments {
  color: #212529 !important;
}

/*=============================
Pagination CSS
===============================*/
.pagination-area {
  text-align: center;
  margin-top: 20px;
}

.pagination-area .pagination {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.page-link {
  padding: 11px 20px;
  margin: 0 3px;
  color: #6f8ba4;
  background-color: #ffffff;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
  box-shadow: 0 2px 10px 0 #d8dde6;
}

.page-link:hover, .page-link:focus {
  color: #ffffff;
}

.page-link:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.page-item.active .page-link {
  color: #ffffff;
}

/*=============================
Subscribe CSS
===============================*/
.subscribe-area {
  background-image: url(../../assets/img/bg-pattern-2.png);
  text-align: center;
  position: relative;
  overflow: hidden;
  background-attachment: fixed;
  border-top: 1px solid #f3f3f3;
}

.subscribe-area .pattern-1 {
  right: auto;
  left: 0;
  bottom: auto;
  top: 0;
}

.newsletter {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
          box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
  background: #ffffff;
  padding: 35px;
  z-index: 1;
  position: relative;
  border-radius: 5px;
}

.newsletter h4 {
  text-transform: capitalize;
  margin-bottom: 30px;
  font-size: 35px;
}

.newsletter form {
  position: relative;
}

.newsletter form .form-control {
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  height: 75px;
  border-radius: 50px;
  padding-left: 30px;
  font-size: 17px;
  background: #ffffff;
  border: none;
  max-width: unset;
}

.newsletter form .validation-danger {
  color: red;
  margin-top: 20px;
}

.newsletter form .validation-success {
  margin-top: 20px;
}

.newsletter form .btn {
  position: absolute;
  right: 7px;
  top: 8px;
  height: 60px;
  width: 175px;
  border-radius: 100px;
}

/*=============================
FAQ CSS
===============================*/
.faq-area.ptb-100 {
  padding-top: 85px !important;
}

.accordion {
  list-style-type: none;
  padding: 0;
  margin: 15px 0 0;
}

.accordion .accordion-item {
  display: block;
  margin-bottom: 15px;
}

.accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.accordion .accordion-title {
  display: block;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
}

.accordion .accordion-title.active {
  border-radius: 0;
}

.accordion .accordion-content {
  display: none;
  position: relative;
  overflow: hidden;
  padding: 15px 15px 0;
}

.accordion .accordion-content.show {
  display: block;
}

/*=============================
Error Page CSS
===============================*/
.error-area {
  height: 500px;
  text-align: center;
}

.error {
  max-width: 550px;
  margin: 0 auto;
}

.error h1 {
  font-size: 150px;
  font-weight: 700;
  color: #ffffff;
}

.error p {
  color: #ffffff;
  font-size: 25px;
  margin-top: 25px;
  margin-bottom: 30px;
}

.error form {
  position: relative;
}

.error form .form-control {
  border-color: #fff;
}

.error form .form-control:focus {
  border-color: #fff;
}

.error .btn {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  border-radius: 0;
  background: #000;
  border-color: #000;
  height: 100%;
  width: 60px;
  padding: 0;
}

/*=============================
Contact CSS
===============================*/
.contact-box {
  background: #ffffff;
  padding: 25px 25px 25px 95px;
  border-radius: 0;
  position: relative;
  border: 1px solid #eee;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-top: 70px;
}

.contact-box:hover {
  -webkit-box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
          box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.contact-box:hover .icon {
  color: #ffffff;
}

.contact-box .icon {
  background-color: #ffe4d9;
  position: absolute;
  left: 25px;
  top: 25px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  font-size: 22px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.contact-box .content h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}

.contact-box .content p {
  margin-bottom: 10px;
  line-height: 1;
}

.contact-box .content p:last-child {
  margin-bottom: 0;
}

.contact-box .content p a {
  color: #777777;
  text-decoration: none;
}

#map {
  width: 100%;
  margin-bottom: 0;
  margin-top: 70px;
}

.contact-text {
  margin-bottom: 40px;
  text-align: center;
}

.contact-text h3 {
  position: relative;
  padding-bottom: 20px;
  font-size: 35px;
  text-align: center;
  margin-bottom: 0;
}

.contact-text h3::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 60px;
  height: 1px;
  margin: auto;
  left: 0;
  right: 0;
}

.contact-text h3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 1px;
  margin: auto;
  left: 0;
  right: 0;
}

.contact-text p {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 635px;
}

.contact-text .social-links {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-top: 20px;
}

#contactForm .list-unstyled li {
  color: red;
}

#contactForm .btn {
  padding: 12px 40px;
  margin-top: 15px;
  font-size: 18px;
}

.wpcf7-textarea {
  height: 150px !important;
}

/*=============================
Footer CSS
===============================*/
.footer-area {
  padding-top: 70px;
  position: relative;
}

.footer-area::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../../assets/img/map.png);
  opacity: .05;
  background-attachment: fixed;
}

.footer-area::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../../assets/img/map.png);
  opacity: .05;
  background-attachment: fixed;
}

.footer-area.repair-footer-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: transparent;
  padding-top: 230px;
}

.footer-area.repair-footer-area::after {
  content: '';
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 201%;
  background: #002c60;
  z-index: -1;
  -webkit-transform: skewY(177deg);
          transform: skewY(177deg);
}

.footer-area.repair-footer-area::before {
  display: none;
}

.footer-area.repair-footer-area .copyright-area {
  background-color: #000000;
}

.footer-area.repair-footer-area .single-footer-widget .logo a {
  color: #ffffff;
}

.footer-area.repair-footer-area .single-footer-widget p {
  color: #f2f2f2;
}

.footer-area.repair-footer-area .single-footer-widget h3 {
  color: #ffffff;
}

.footer-area.repair-footer-area .single-footer-widget .services-list li {
  color: #ffffff;
}

.footer-area.repair-footer-area .single-footer-widget .services-list li a {
  color: #ffffff;
}

.footer-area.repair-footer-area .single-footer-widget .usefull-links li a {
  color: #ffffff;
}

.footer-area.repair-footer-area .single-footer-widget .contact-list li {
  color: #ffffff;
}

.footer-area.repair-footer-area .single-footer-widget .contact-list li a {
  color: #ffffff;
}

.footer-area.repair-footer-area .social-links li a {
  border: none;
  color: #ffffff;
  background-color: #343434;
  line-height: 35px;
  font-size: 14px;
  padding: 0 !important;
}

.footer-area.repair-footer-area .social-links li a::before {
  display: none;
}

.footer-area.repair-footer-area .social-links li a:hover, .footer-area.repair-footer-area .social-links li a:focus {
  color: #ffffff;
}

.repair-footer-area .single-footer-widget li {
  color: #fff;
}

.repair-footer-area .single-footer-widget li a {
  color: #ffffff;
}

.repair-footer-area .single-footer-widget select {
  color: #fff;
}

.repair-footer-area .single-footer-widget select option {
  color: #333;
}

.repair-footer-area .single-footer-widget .recentcomments {
  color: #fff !important;
}

.repair-footer-area .single-footer-widget .textwidget ul li {
  color: #ffffff;
}

.repair-footer-area .single-footer-widget .textwidget ul li a {
  color: #ffffff;
}

.repair-footer-area .single-footer-widget .widgettitle {
  color: #fff;
}

.repair-footer-area .single-footer-widget .calendar_wrap table th, .repair-footer-area .single-footer-widget .calendar_wrap table td {
  color: #fff;
}

.repair-footer-area .single-footer-widget .calendar_wrap table th a, .repair-footer-area .single-footer-widget .calendar_wrap table td a {
  color: #fff;
}

.repair-footer-area .single-footer-widget .tagcloud a {
  color: #fff;
}

.repair-footer-area .single-footer-widget a.rsswidget {
  color: #fff;
}

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

.single-footer-widget .logo a {
  color: #283a5e;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 900;
}

.single-footer-widget p {
  margin-top: 12px;
}

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

.single-footer-widget h3 {
  font-size: 19px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 30px;
}

.single-footer-widget li {
  line-height: 25px;
  margin-bottom: 10px;
}

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

.single-footer-widget li a {
  color: #444;
  text-transform: capitalize;
  position: relative;
  padding-left: 20px !important;
}

.single-footer-widget li a::before {
  font-family: "IcoFont";
  content: "\eac7";
  position: absolute;
  left: 0;
  top: 0;
}

.single-footer-widget .usefull-links li a:hover {
  padding-left: 10px;
}

.single-footer-widget .usefull-links li:last-child a {
  margin-bottom: 0;
}

.single-footer-widget .contact-list li {
  margin-bottom: 12px;
  font-weight: 500;
  color: #0a0c19;
  position: relative;
}

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

.single-footer-widget .contact-list li span {
  font-weight: 700;
}

.single-footer-widget .textwidget ul li {
  color: #444;
  line-height: 25px;
  margin-bottom: 10px;
}

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

.single-footer-widget .social-links {
  margin-top: 5px;
}

.single-footer-widget .social-links li {
  margin-bottom: 0;
  margin-top: 10px;
}

.social-links li {
  display: inline-block;
  margin-right: 5px;
}

.social-links li a {
  border: 1px solid #666;
  color: #666;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 34px;
  border-radius: 50%;
  font-size: 15px;
}

.social-links li a:hover, .social-links li a:focus {
  color: #ffffff !important;
  padding: 0 !important;
}

.copyright-area {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #0a0c19;
  margin-top: 100px;
}

.copyright-area p {
  color: #ffffff;
}

.copyright-area ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.copyright-area ul li {
  display: inline-block;
  position: relative;
  padding-right: 20px;
}

.copyright-area ul li::before {
  content: '';
  position: absolute;
  left: -13px;
  top: 5px;
  background: #6f8ba4;
  width: 2px;
  height: 14px;
}

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

.copyright-area ul li a {
  color: #ffffff;
  font-size: 16px;
  text-transform: capitalize;
}

/*=============================
Right Side Modal CSS
===============================*/
.modal.right .logo .navbar-brand {
  position: relative;
}

.modal.right .logo .navbar-brand::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 60px;
  height: 1px;
}

.modal.right .logo .navbar-brand::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 1px;
}

.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 420px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}

.modal.right .modal-body {
  padding: 30px;
}

.modal.right .modal-body p {
  margin-top: 15px;
}

.modal.right .modal-body ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.modal.right .modal-body .modal-contact-info {
  margin-top: 30px;
  margin-bottom: 35px;
}

.modal.right .modal-body .modal-contact-info li {
  position: relative;
  padding-left: 55px;
  font-size: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #fdf3f3;
  padding-bottom: 15px;
  line-height: 25px;
  color: #666;
}

.modal.right .modal-body .modal-contact-info li b {
  display: block;
  font-weight: normal;
}

.modal.right .modal-body .modal-contact-info li i {
  background-color: #fdf3f3;
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 20px;
  border: 1px solid #fdf3f3;
  height: 40px;
  width: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  border-radius: 30px;
}

.modal.right .modal-body .logo a {
  color: #0a0c19;
  text-transform: uppercase;
  line-height: 1;
  padding-bottom: 15px;
  font-size: 22px;
  font-weight: bold;
}

.modal.right.fade .modal-dialog {
  right: -420px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
  right: 0;
}

.modal-content {
  border-radius: 0;
  border: none;
}

.modal-header {
  border-bottom-color: transparent;
  background-color: transparent;
  padding: 8px 20px 0px 0;
  position: absolute;
  right: 0;
  z-index: 5;
  top: 20px;
}

.modal-header .close {
  color: #000;
  font-size: 35px;
  outline: 0 !important;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.modal-header .close:not(:disabled):not(.disabled):hover, .modal-header .close:not(:disabled):not(.disabled):focus {
  text-decoration: none;
  opacity: 1;
}

/*=============================
Go Top CSS
===============================*/
.go-top {
  position: fixed;
  cursor: pointer;
  bottom: 30px;
  right: 0;
  font-size: 25px;
  color: #ffffff;
  background-color: #000;
  z-index: 1;
  display: none;
  width: 45px;
  text-align: center;
  height: 45px;
  border-radius: 10px 0 0 10px;
  line-height: 46px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 999;
}

.go-top:hover {
  color: #ffffff;
}

/* Resent posts with thumb */
.widget_turacos_posts_thumbs .item {
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  position: relative;
  overflow: hidden;
}

.widget_turacos_posts_thumbs .item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.widget_turacos_posts_thumbs .item .thumb {
  float: left;
  height: 80px;
  overflow: hidden;
  position: relative;
  width: 80px;
  margin-right: 15px;
}

.widget_turacos_posts_thumbs .item .thumb .fullimage {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-size: cover !important;
  background-position: center center !important;
}

.widget_turacos_posts_thumbs .item .info {
  overflow: hidden;
}

.widget_turacos_posts_thumbs .item .info .title {
  font-size: 13.6px;
  margin: 0;
  line-height: 1.5;
  font-weight: bold;
}

.widget_turacos_posts_thumbs .item .info .title a {
  color: #212529;
}

.widget_turacos_posts_thumbs .item .info .title::before {
  display: none;
}

.widget_turacos_posts_thumbs .item .info time {
  display: block;
  font-size: 12px;
  color: #767676;
  text-transform: capitalize;
  margin-top: 5px;
  margin-bottom: 3px;
}

.widget_turacos_posts_thumbs .no-thumb .info time {
  margin-top: 0;
}

/* End Resent posts with thumb */
/* Unit test style */
/* header info menu drop down menu */
.header-info .menu-item-has-children {
  position: relative;
}

.header-info > .menu-item-has-children > a:hover {
  color: #333;
}

.header-info > .menu-item-has-children > .sub-menu {
  background-color: #fff;
  position: absolute;
  top: 20px;
  right: 0;
  width: 180px;
  text-align: left;
  z-index: 1000;
  -webkit-box-shadow: 0 0 5px #eee;
          box-shadow: 0 0 5px #eee;
  padding: 5px 0;
  display: none;
}

.header-info > .menu-item-has-children:hover > .sub-menu {
  display: block;
}

.header-info > .menu-item-has-children .sub-menu li {
  display: block;
  padding: 0;
}

.header-info > .menu-item-has-children .sub-menu li::before {
  display: none;
}

.header-info > .menu-item-has-children .sub-menu li a {
  display: block;
  padding: 3px 15px;
  font-size: 13px;
}

.header-info > .menu-item-has-children .sub-menu > li a:hover {
  color: #333;
}

.header-info > .menu-item-has-children .sub-menu > .menu-item-has-children > .sub-menu {
  background-color: #fff;
  position: absolute;
  top: -5px;
  right: 0;
  left: -180px;
  width: 180px;
  text-align: left;
  z-index: 1000;
  -webkit-box-shadow: 0 0 5px #eee;
          box-shadow: 0 0 5px #eee;
  display: none;
  padding: 5px 0;
}

.header-info > .menu-item-has-children .sub-menu > .menu-item-has-children:hover > .sub-menu {
  display: block;
}

.menu ul .page_item_has_children {
  position: relative;
}

.menu > ul .page_item_has_children > a:hover {
  color: #333;
}

.menu > ul .page_item_has_children > .children {
  background-color: #fff;
  position: absolute;
  top: 20px;
  right: 0;
  width: 180px;
  text-align: left;
  z-index: 1000;
  -webkit-box-shadow: 0 0 5px #eee;
          box-shadow: 0 0 5px #eee;
  padding: 5px 0;
  display: none;
}

.menu > ul .page_item_has_children:hover > .children {
  display: block;
}

.menu > ul .page_item_has_children .children li {
  display: block;
  padding: 0;
}

.menu > ul .page_item_has_children .children li::before {
  display: none;
}

.menu > ul .page_item_has_children .children li a {
  display: block;
  padding: 3px 15px;
  font-size: 13px;
}

.menu > ul .page_item_has_children .children > li a:hover {
  color: #333;
}

.menu > ul .page_item_has_children .children > .page_item_has_children > .children {
  background-color: #fff;
  position: absolute;
  top: -5px;
  right: 0;
  left: -180px;
  width: 180px;
  text-align: left;
  z-index: 1000;
  -webkit-box-shadow: 0 0 5px #eee;
          box-shadow: 0 0 5px #eee;
  display: none;
  padding: 5px 0;
}

.menu > ul .page_item_has_children .children > .page_item_has_children:hover > .children {
  display: block;
}

/* Top Footer Menu Style */
.menu .menu-item-has-children {
  position: relative;
}

.menu > .menu-item-has-children > a:hover {
  color: #333;
}

.menu > .menu-item-has-children > .sub-menu {
  background-color: #fff;
  position: absolute;
  top: 25px;
  left: 0;
  width: 180px;
  text-align: left;
  z-index: 1000;
  -webkit-box-shadow: 0 0 5px #eee;
  box-shadow: 0 0 5px #eee;
  padding: 5px 0;
  display: none;
}

.menu > .menu-item-has-children:hover > .sub-menu {
  display: block;
}

.menu > .menu-item-has-children .sub-menu li {
  display: block;
  padding: 0;
}

.menu > .menu-item-has-children .sub-menu li::before {
  display: none;
}

.menu > .menu-item-has-children .sub-menu li a {
  display: block;
  padding: 3px 15px;
  font-size: 13px;
  margin: 0;
}

.menu > .menu-item-has-children .sub-menu > li a:hover {
  color: #333;
}

.menu > .menu-item-has-children .sub-menu > .menu-item-has-children > .sub-menu {
  background-color: #fff;
  position: absolute;
  top: -5px;
  right: 0;
  left: -180px;
  width: 180px;
  text-align: left;
  z-index: 1000;
  -webkit-box-shadow: 0 0 5px #eee;
          box-shadow: 0 0 5px #eee;
  display: none;
  padding: 5px 0;
}

.menu > .menu-item-has-children .sub-menu > .menu-item-has-children:hover > .sub-menu {
  display: block;
}

/* End Top Footer Menu Style */
.menu .page_item_has_children {
  position: relative;
}

.menu > .page_item_has_children > a:hover {
  color: #333;
}

.menu > .page_item_has_children > .children {
  background-color: #fff;
  position: absolute;
  bottom: 25px;
  right: 0;
  width: 180px;
  text-align: left;
  z-index: 1000;
  -webkit-box-shadow: 0 0 5px #eee;
          box-shadow: 0 0 5px #eee;
  padding: 5px 0;
  display: none;
}

.menu > .page_item_has_children:hover > .children {
  display: block;
}

.menu > .page_item_has_children .children li {
  display: block;
  padding: 0;
}

.menu > .page_item_has_children .children li::before {
  display: none;
}

.menu > .page_item_has_children .children li a {
  display: block;
  padding: 3px 15px;
  font-size: 13px;
}

.menu > .page_item_has_children .children > li a:hover {
  color: #333;
}

.menu > .page_item_has_children .children > .page_item_has_children > .children {
  background-color: #fff;
  position: absolute;
  top: -5px;
  right: 0;
  left: 180px;
  width: 180px;
  text-align: left;
  z-index: 1000;
  -webkit-box-shadow: 0 0 5px #eee;
          box-shadow: 0 0 5px #eee;
  display: none;
  padding: 5px 0;
}

.menu > .page_item_has_children .children > .page_item_has_children:hover > .children {
  display: block;
}

.footer-area .menu > .menu-item-has-children {
  position: relative;
}

.footer-area .menu > .menu-item-has-children > a:hover {
  color: #333;
}

.footer-area .menu > .menu-item-has-children > .sub-menu {
  background-color: #fff;
  position: absolute;
  bottom: 25px !important;
  right: 0;
  top: auto;
  width: 180px;
  text-align: left;
  z-index: 1000;
  -webkit-box-shadow: 0 0 5px #eee;
          box-shadow: 0 0 5px #eee;
  padding: 5px 0;
  display: none;
}

.footer-area .menu > .menu-item-has-children:hover > .sub-menu {
  display: block;
}

.footer-area .menu > .menu-item-has-children .sub-menu li {
  display: block;
  padding: 0;
}

.footer-area .menu > .menu-item-has-children .sub-menu li::before {
  display: none;
}

.footer-area .menu > .menu-item-has-children .sub-menu li a {
  display: block;
  padding: 3px 15px;
  font-size: 13px;
}

.footer-area .menu > .menu-item-has-children .sub-menu > li a:hover {
  color: #333;
}

.footer-area .menu > .menu-item-has-children .sub-menu > .menu-item-has-children > .sub-menu {
  background-color: #fff;
  position: absolute;
  top: -5px;
  right: 0;
  left: 180px;
  width: 180px;
  text-align: left;
  z-index: 1000;
  -webkit-box-shadow: 0 0 5px #eee;
          box-shadow: 0 0 5px #eee;
  display: none;
  padding: 5px 0;
}

.footer-area .menu > .menu-item-has-children .sub-menu > .menu-item-has-children:hover > .sub-menu {
  display: block;
}

/* End header info menu drop down menu */
.widget_recent_entries .recent-post-box ul {
  padding: 0;
}

.widget_recent_entries ul {
  list-style-type: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.widget_recent_entries ul li {
  margin-bottom: 8px;
}

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

.widget-box li {
  line-height: 28px;
}

.widget-box select {
  width: 100%;
  border: 1px solid #eee;
  height: 50px;
  padding: 6px 15px;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  margin: 15px 0 1.75em;
  table-layout: fixed;
  width: 100%;
}

table th {
  font-weight: 900;
}

table th, table td {
  padding: 15px;
}

table th a, table td a {
  text-decoration: underline;
  font-weight: 700;
}

table, th, td {
  border: 1px solid #d1d1d1;
  border-collapse: collapse;
}

.calendar_wrap table {
  margin: 0;
}

.calendar_wrap table th {
  font-size: 14px;
  padding: 10px 15px;
}

.calendar_wrap table td {
  padding: 10px 15px;
  font-size: 14px;
}

.calendar_wrap table #next {
  text-align: right;
}

.calendar_wrap table caption {
  padding-bottom: 0;
  color: #333;
}

blockquote {
  background-color: #fafafa;
  padding: 20px 20px 20px 55px !important;
  line-height: 25px;
  font-style: italic;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
}

blockquote::before {
  font-family: "IcoFont";
  content: "\efcd";
  position: absolute;
  left: 20px;
  top: 22px;
  font-size: 25px;
  font-style: normal;
}

blockquote p {
  margin-bottom: 5px !important;
  font-weight: 600;
  font-style: italic;
}

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

blockquote cite {
  font-weight: 700;
  font-style: italic !important;
}

blockquote.wp-block-quote.is-style-large {
  margin: 15px 0;
}

blockquote.wp-block-quote.is-style-large p {
  font-size: 20px;
  margin: 0;
  color: #666;
}

blockquote.wp-block-quote.is-style-large cite {
  margin-top: -10px;
  display: inline-block;
  font-weight: 700;
}

.is-style-solid-color {
  background-color: #f1f1f1 !important;
}

.is-style-solid-color p {
  font-size: 25px !important;
}

p cite {
  text-transform: capitalize;
  font-weight: 700;
}

.widget_rss ul {
  list-style-type: none;
  padding: 0 !important;
}

.widget_rss ul li {
  margin-bottom: 10px;
}

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

.widget_rss ul li .rsswidget {
  display: block;
  font-weight: 700;
  line-height: 25px;
}

.widget_rss ul li .rss-date {
  font-size: 13px;
  font-weight: normal;
}

.widget_rss ul li .rssSummary {
  font-weight: 400;
}

.widget_text .textwidget p {
  color: #3e3e3e;
  margin-bottom: 10px;
}

.widget_text .textwidget img {
  margin: 10px 0;
}

.pagination-area .page-numbers {
  padding: 10px 18px;
  margin: 0 3px;
  color: #6f8ba4;
  background-color: #ffffff;
  border: none;
  border-radius: 5px;
  font-size: 15px;
  -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
  box-shadow: 0 2px 10px 0 #d8dde6;
  display: inline-block;
}

.pagination-area .page-numbers:hover {
  color: #fff;
}

.pagination-area .current {
  color: #fff;
}

.blog-details-content h1 {
  font-size: 35px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 40px;
}

.blog-details-content h2 {
  font-size: 25px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 35px;
}

.blog-details-content h3 {
  font-size: 25px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 40px;
}

.blog-details-content h4 {
  font-size: 22px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 35px;
}

.blog-details-content h5 {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 28px;
}

.blog-details-content h6 {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 22px;
}

.blog-details-content dl {
  margin-bottom: 10px;
}

.blog-details-content dl dt {
  font-weight: 700;
  margin-bottom: 5px;
}

.blog-details-content dl dd {
  margin-bottom: 10px;
  color: #283a5e;
  padding-left: 15px;
}

.blog-details-content dl dd a:hover {
  text-decoration: underline;
}

.blog-details-content ul {
  padding-left: 20px;
  margin-bottom: 15px;
  list-style: disc;
}

.blog-details-content ul > li {
  line-height: 26px;
  font-size: 16px;
  margin-bottom: 6px;
  color: #444;
}

.blog-details-content ul > li a {
  text-decoration: underline;
  color: #666666;
}

.blog-details-content ul > li a:hover {
  text-decoration: none;
}

.blog-details-content ul > li:last-child {
  margin-bottom: 0;
}

.blog-details-content ul > li ul {
  margin: 0;
}

.blog-details-content ul > li ol {
  margin: 0;
}

.blog-details-content ol {
  padding-left: 20px;
  margin-bottom: 15px;
}

.blog-details-content ol > li {
  line-height: 26px;
  font-size: 16px;
  margin-bottom: 6px;
  color: #444;
}

.blog-details-content ol > li a {
  text-decoration: underline;
}

.blog-details-content ol > li a:hover {
  text-decoration: none;
}

.blog-details-content ol > li:last-child {
  margin-bottom: 0;
}

.blog-details-content ol > li ol {
  margin: 0;
}

.blog-details-content ol > li ul {
  margin: 0;
}

.blog-details-content .wp-block-media-text {
  margin-bottom: 1.5em;
}

.blog-details-content address {
  font-style: italic;
  line-height: 27px;
  margin-top: 10px;
}

.blog-details-content b, .blog-details-content strong {
  font-weight: 800;
}

.blog-details-content sup {
  top: -.5em;
}

.blog-details-content sub, .blog-details-content sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.blog-details-content del {
  text-decoration: line-through;
}

.blog-details-content u {
  text-decoration: underline;
}

.blog-details-content code, .blog-details-content kbd, .blog-details-content tt, .blog-details-content var {
  font-family: Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;
  font-size: 15px;
  font-size: .9375rem;
}

.blog-details-content abbr[title] {
  border-bottom: 1px dotted;
}

.blog-details-content abbr, .blog-details-content acronym {
  border-bottom: 1px dotted #d1d1d1;
  cursor: help;
}

.blog-details-content dfn, .blog-details-content cite, .blog-details-content em, .blog-details-content i {
  font-style: italic;
}

.blog-details-content big {
  font-size: 125%;
}

.blog-details-content code {
  background: #eee;
}

.blog-details-content video {
  width: 100%;
}

.blog-details-content .p-30 {
  padding: 30px 20px;
}

.blog-details-content .white {
  color: #fff;
}

.blog-details-content .white a {
  color: #fff;
}

.blog-details-content .aligncenter {
  clear: both;
  display: block;
  margin: 15px auto;
  text-align: center;
}

.blog-details-content .wp-block-image {
  margin-top: 10px;
}

.blog-details-content .wp-block-image .aligncenter figcaption {
  margin-top: 15px;
}

.blog-details-content .wp-block-image .aligncenter figcaption a {
  font-style: italic;
}

.blog-details-content .wp-block-image .aligncenter figcaption a:hover {
  text-decoration: underline;
}

.blog-details-content .alignnone figcaption {
  margin-top: 15px;
  font-style: italic;
}

.blog-details-content .has-background {
  padding: 15px 20px;
  color: #fff;
}

.blog-details-content figcaption {
  margin-top: 15px;
}

.blog-details-content iframe {
  width: 100% !important;
  height: 350px;
}

.blog-details-content pre.wp-block-code {
  border: 1px solid #eee;
  padding: 20px;
}

.blog-details-content .wp-block-media-text.alignfull.has-media-on-the-right.is-stacked-on-mobile {
  padding: 20px;
}

.blog-details-content pre.wp-block-preformatted {
  border: 1px solid #eee;
  padding: 20px;
}

.blog-details-content pre.wp-block-verse {
  border: 1px solid #eee;
  padding: 20px;
}

.blog-details-content ins {
  background: #eee;
  padding: 0 5px;
}

.blog-details-content kbd {
  font-size: 14px;
  background-color: #555;
}

.blog-details-content pre {
  border: 1px solid #eee;
  padding: 20px;
  background: #eee;
  margin-top: 20px;
}

.blog-details-content .post-password-form label {
  display: block;
  font-weight: 700;
}

.blog-details-content .post-password-form label input {
  display: block;
  width: 100%;
  border: 1px solid #eee;
  height: 40px;
  padding: 6px 15px;
  margin: 5px 0;
}

.blog-details-content .post-password-form input[type="submit"] {
  border: 1px solid;
  padding: 6px 20px;
  color: #fff;
  display: inline-block;
  margin-top: 10px;
  cursor: pointer;
}

.blog-details-content .wp-block-file .wp-block-file__button {
  text-decoration: none;
}

.blog-details-content .wp-block-file a {
  text-decoration: underline;
}

.blog-details-content .wp-block-file a:hover {
  text-decoration: none;
}

.blog-details-content wp-block-video {
  margin-top: 10px;
}

.blog-details-content button.simplefavorite-button {
  margin-top: 15px;
}

.blog-details-content button.simplefavorite-button i {
  font-style: normal;
}

.blog-details-content .wp-caption.aligncenter .wp-caption-text {
  font-size: 15px;
}

.blog-details-content .wp-caption.aligncenter .wp-caption-text a {
  font-weight: 600;
  text-decoration: underline;
}

.blog-details-content .wp-caption.aligncenter .wp-caption-text a:hover {
  text-decoration: none;
}

.blog-details-content .wp-block-image figcaption {
  font-size: 15px;
}

ul.wp-block-gallery.columns-0.is-cropped {
  margin: 15px 0 !important;
}

.wp-block-gallery {
  padding: 0 !important;
  margin-top: 10px;
}

.nothumb .date {
  position: inherit;
  border-radius: 5px 5px 0 0;
  padding-top: 12px;
  display: inline-block;
  font-size: 15px;
}

.wp-block-pullquote {
  padding: 15px 0;
}

.wp-block-button__link {
  font-size: 15px;
  padding: 8px 22px;
  margin-top: 15px;
}

.wp-block-button__link:hover {
  opacity: .8;
}

.is-style-outline .wp-block-button__link {
  border: 2px solid;
}

.is-style-outline .wp-block-button__link:hover {
  color: #fff !important;
}

.wp-block-media-text .wp-block-media-text__content .has-large-font-size {
  margin-top: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
}

.wp-block-media-text .wp-block-media-text__content p {
  margin-top: 10px;
}

iframe {
  width: 100%;
  height: 350px;
}

.wp-block-spacer {
  height: 20px !important;
}

.pages-links {
  margin-top: 15px;
}

.pages-links .page-links-title {
  background: transparent;
  border: none;
  border-radius: 0;
  width: auto;
  height: auto;
  color: #333;
  text-align: left;
  line-height: normal;
  display: inline-block;
  margin-right: 5px;
}

.pages-links a {
  background: #666;
  border: 1px solid #666;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  display: inline-block;
}

.pages-links > span {
  border: 1px solid;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  display: inline-block;
}

.no-results p {
  margin-bottom: 20px;
}

.tagcloud a {
  font-size: 14px !important;
  padding: 3px 10px;
  margin: 6px 3px 0 0;
  border: 1px solid #ddd;
  padding: 5px 15px;
  display: inline-block;
  margin-top: 8px;
  border-radius: 5px;
  font-weight: 600;
  text-transform: capitalize;
  color: #666666;
}

.tagcloud a:hover {
  color: #fff;
}

.widget_categories ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style-type: none;
}

.widget_categories ul li {
  margin-bottom: 8px;
}

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

.widget_categories ul li a {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}

.widget_categories ul li a:hover {
  padding-left: 10px;
}

.widget_meta ul {
  padding: 0 !important;
  list-style-type: none;
}

.widget_meta ul li {
  margin-bottom: 8px;
}

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

.widget_archive ul li {
  margin-bottom: 8px;
}

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

.widget_pages ul {
  list-style-type: none;
  padding: 0 !important;
}

.widget_pages ul li {
  margin-bottom: 8px;
}

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

.widget_pages ul li ul {
  padding-left: 18px !important;
}

.widget_recent_comments ul li {
  margin-bottom: 8px;
}

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

.side-bar .widget_nav_menu .menu .menu-item-has-children .sub-menu {
  background-color: transparent;
  position: initial;
  top: 25px;
  left: auto;
  width: auto;
  text-align: left;
  z-index: 1000;
  -webkit-box-shadow: 0 0 5px #eee;
  box-shadow: none;
  padding: initial;
  display: block;
  padding-left: 20px;
}

.side-bar .widget_nav_menu .menu .menu-item-has-children .sub-menu li a {
  color: #666;
  padding: initial;
  font-size: 15px;
}

.side-bar .widget_nav_menu .menu .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu {
  background-color: transparent;
  position: initial;
  top: 25px;
  left: auto;
  width: auto;
  text-align: left;
  z-index: 1000;
  -webkit-box-shadow: 0 0 5px #eee;
  box-shadow: none;
  padding: initial;
  display: block;
  padding-left: 20px;
}

/* 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: 14px;
  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 */
/* Comments area CSS */
#comments {
  clear: both;
}

#comments #comments li {
  list-style: none;
}

#comments .comments-title {
  font-size: 22px !important;
  margin-bottom: 20px !important;
}

#comments .trackback .comment-body {
  margin-left: 0;
}

#comments .trackback .comment-body a {
  text-decoration: none;
}

#comments .pingback .comment-body {
  margin-left: 0;
}

#comments .pingback .comment-body a {
  text-decoration: none;
}

.comment-list {
  list-style-type: none;
  margin: 0;
  padding: 0 0 !important;
}

.comment-list .children {
  padding-left: 20px !important;
  list-style-type: none;
}

.comment-list li {
  margin: 0 !important;
}

.comment-list li:before {
  display: none;
}

.comment-author {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.4em;
  position: relative;
  z-index: 2;
}

.comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
}

.comment-author .says {
  display: none;
}

.comment-meta {
  margin-bottom: 1em;
}

.comment-meta b.fn {
  text-transform: capitalize;
}

.comment-meta b.fn a {
  text-decoration: none;
}

.comment-metadata {
  color: #767676;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1818em;
  text-transform: uppercase;
}

.comment-metadata a {
  color: #4a4444;
  text-decoration: none !important;
}

.comment-metadata a.comment-edit-link {
  color: #222;
  margin-left: 1em;
}

.comments-area .comment-body {
  margin-left: 65px;
  color: #333;
  font-size: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

.comments-area .comment-body > .comment-meta {
  margin-bottom: 5px;
}

.comments-area .comment-body .comment-content p {
  margin-bottom: 0;
  margin-top: 10px;
}

.comments-area .comment-body .comment-content p img {
  margin: 5px 0;
  display: block;
}

.comments-area .comment-body .reply {
  margin-top: 15px;
}

.comments-area .comment-body .reply a {
  border: 1px solid;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 7px 15px;
  line-height: 1;
  border-radius: 30px;
  font-size: 12px;
  text-decoration: none;
}

.comments-area .comment-body .reply a:hover {
  color: #fff !important;
}

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

.comment-reply-link {
  font-weight: 600;
  position: relative;
}

.comment-reply-link .icon {
  color: #222;
  left: -2em;
  height: 1em;
  position: absolute;
  top: 0;
  width: 1em;
}

.children .comment-author .avatar {
  height: 30px;
  left: -45px;
  width: 30px;
}

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
  border: 1px solid #575757;
  padding: 2px;
}

.no-comments, .comment-awaiting-moderation {
  color: #767676;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
}

.comments-pagination {
  margin: 2em 0 3em;
}

.comment-respond {
  background: #fafafa;
  padding: 30px 25px;
  margin-top: 30px;
  overflow: hidden;
  border: 1px solid #eee;
}

.comment-respond .comment-reply-title {
  font-size: 23px;
  line-height: 30px;
  margin-top: 0;
}

.comment-respond .comment-reply-title #cancel-comment-reply-link {
  font-size: 15px;
}

.comment-respond label {
  display: block;
  font-weight: 600;
  color: #444967;
  margin-bottom: 10px;
}

.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 {
  background-image: none;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 0;
  color: #686868;
  padding: 0.625em 0.4375em;
  width: 100%;
}

.comment-respond .form-submit {
  text-align: left;
}

.comment-respond .form-submit input {
  border: 1px solid;
  color: #fff;
  padding: 15px 25px;
  display: inline-block;
  font-weight: bold;
  cursor: pointer;
  font-size: 15px;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: .5s;
  -webkit-transition: .5s;
}

.comment-respond .form-submit input:hover {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}

.comment-respond input:focus, .comment-respond textarea:focus {
  outline: 0;
  border: 1px solid;
}

.comment-respond p {
  line-height: 1;
  margin-bottom: 0;
  margin-top: 20px;
}

.comment-respond .comment-form-cookies-consent label {
  display: inline-block;
  margin: 0;
  line-height: 20px;
  font-weight: normal;
}

.comment-respond p.comment-form-comment {
  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: 10px;
}

.comment-respond p.comment-form-cookies-consent input {
  position: absolute;
  left: 0;
  top: 3px;
}

.comment-respond p.form-submit {
  float: left;
  width: 100%;
}

/* End Comments area CSS */
.turacos-single-page h1 {
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 40px;
}

.turacos-single-page h2 {
  font-size: 25px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 35px;
}

.turacos-single-page h3 {
  font-size: 22px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
}

.turacos-single-page h4 {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 30px;
}

.turacos-single-page h5 {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 30px;
}

.turacos-single-page h6 {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 30px;
}

.turacos-single-page dl {
  margin-bottom: 10px;
}

.turacos-single-page dl dt {
  font-weight: 700;
  margin-bottom: 5px;
}

.turacos-single-page dl dd {
  margin-bottom: 10px;
  color: #283a5e;
}

.turacos-single-page dl dd a:hover {
  text-decoration: underline;
}

.turacos-single-page ul {
  padding-left: 20px;
  margin-bottom: 15px;
  list-style: disc;
}

.turacos-single-page ul li {
  line-height: 26px;
  font-size: 16px;
  color: #666666;
}

.turacos-single-page ul li ul {
  margin: 0;
}

.turacos-single-page ul li ol {
  margin: 0;
}

.turacos-single-page ol {
  padding-left: 20px;
  margin-bottom: 15px;
}

.turacos-single-page ol li {
  line-height: 26px;
  font-size: 16px;
  color: #666666;
}

.turacos-single-page ol li ol {
  margin: 0;
}

.turacos-single-page ol li ul {
  margin: 0;
}

.turacos-single-page p {
  margin-bottom: 10px;
  font-size: 16px;
}

.turacos-single-page p a {
  color: #7886a0;
}

.turacos-single-page p a:hover {
  text-decoration: underline;
}

.turacos-single-page address {
  font-style: italic;
  line-height: 27px;
  margin-top: 10px;
}

.turacos-single-page b, .turacos-single-page strong {
  font-weight: 700;
}

.turacos-single-page abbr[title] {
  border-bottom: 1px dotted;
}

.turacos-single-page abbr, .turacos-single-page acronym {
  border-bottom: 1px dotted #d1d1d1;
  cursor: help;
}

.turacos-single-page dfn, .turacos-single-page cite, .turacos-single-page em, .turacos-single-page i {
  font-style: italic;
}

.turacos-single-page big {
  font-size: 125%;
}

.turacos-single-page code {
  background: #eee;
}

.turacos-single-page video {
  width: 100%;
}

.turacos-single-page .p-30 {
  padding: 30px 20px;
}

.turacos-single-page .white {
  color: #fff;
}

.turacos-single-page .white a {
  color: #fff;
}

.turacos-single-page .alignleft {
  float: left;
  margin: 0.375em 1.75em 1.75em 0;
}

.turacos-single-page .alignright {
  float: right;
  margin: 0.375em 0 1.75em 1.75em;
}

.turacos-single-page .aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
  text-align: center;
}

.turacos-single-page .wp-block-image .aligncenter figcaption {
  margin-top: 15px;
}

.turacos-single-page .wp-block-image .aligncenter figcaption a {
  font-style: italic;
}

.turacos-single-page .wp-block-image .aligncenter figcaption a:hover {
  text-decoration: underline;
}

.turacos-single-page .alignnone figcaption {
  margin-top: 15px;
  font-style: italic;
}

.turacos-single-page .has-background {
  padding: 15px 20px;
  color: #fff;
}

.turacos-single-page figcaption {
  margin-top: 15px;
}

.turacos-single-page iframe {
  width: 100% !important;
  height: 350px;
}

.turacos-single-page pre.wp-block-code {
  border: 1px solid #eee;
  padding: 20px;
}

.turacos-single-page .wp-block-media-text.alignfull.has-media-on-the-right.is-stacked-on-mobile {
  padding: 20px;
}

.turacos-single-page pre.wp-block-preformatted {
  border: 1px solid #eee;
  padding: 20px;
}

.turacos-single-page pre.wp-block-verse {
  border: 1px solid #eee;
  padding: 20px;
}

.turacos-single-page ins {
  background: #eee;
  padding: 0 5px;
}

.turacos-single-page kbd {
  font-size: 14px;
  background-color: #555;
}

.turacos-single-page pre {
  border: 1px solid #eee;
  padding: 20px;
  background: #eee;
  margin-top: 20px;
}

.turacos-single-page img.size-full.wp-image-906 {
  margin-top: 20px;
}

.turacos-single-page .post-password-form label {
  display: block;
  font-weight: 700;
}

.turacos-single-page .post-password-form label input {
  display: block;
  width: 100%;
  border: 1px solid #eee;
  height: 40px;
  padding: 6px 15px;
  margin: 5px 0;
}

.turacos-single-page .post-password-form input[type="submit"] {
  border: 1px solid;
  padding: 6px 20px;
  color: #fff;
  display: inline-block;
  margin-top: 10px;
  cursor: pointer;
}

.turacos-single-page .page-links {
  clear: both;
}

.turacos-single-page .page-links .post-page-numbers.current {
  color: #fff;
  height: 30px;
  width: 30px;
  border-radius: 30px;
  text-align: center;
  line-height: 30px;
  display: inline-block;
}

.turacos-single-page .page-links a {
  background: #eee;
  height: 30px;
  width: 30px;
  border-radius: 30px;
  text-align: center;
  line-height: 30px;
  display: inline-block;
}

.widget_pages ul li a {
  text-transform: capitalize;
}

.widget_recent_comments ul {
  list-style-type: none;
  padding: 0 !important;
}

.widget_recent_comments ul li {
  text-transform: capitalize;
}

.widget_recent_comments ul li a {
  color: #283a5e;
  font-size: 15px;
}

footer.entry-footer {
  clear: both;
}

.tnp-subscription .tnp-subscription label {
  font-size: 15px !important;
  padding: 0 !important;
  margin: 0 0 10px !important;
}

.tnp-subscription input.tnp-submit {
  width: 100% !important;
  margin: 20px 0 0 !important;
  padding: 12px 20px !important;
}

.recent-posts-widget-with-thumbnails ul {
  padding: 0 !important;
}

.recent-posts-widget-with-thumbnails ul li {
  margin-bottom: 15px !important;
  position: relative;
}

.recent-posts-widget-with-thumbnails ul li a {
  line-height: 22px;
}

.recent-posts-widget-with-thumbnails ul li a img {
  margin: 0 15px 0 0 !important;
  width: auto;
}

.recent-posts-widget-with-thumbnails ul li:last-child {
  margin-bottom: 0 !important;
}

.recent-posts-widget-with-thumbnails ul li .rpwwt-post-title {
  font-size: 15px;
  font-weight: bold;
  line-height: 23px;
  color: #0a0c19;
}

.recent-posts-widget-with-thumbnails ul li .rpwwt-post-date {
  display: block;
  margin-top: 3px;
  font-size: 13px;
  color: #828893;
  position: absolute;
  bottom: 0;
  left: 90px;
  font-weight: 500;
}

.widget_archive ul {
  list-style-type: none;
  padding: 0 !important;
  margin: 0 !important;
}

.widget_archive ul li a:hover {
  padding-left: 10px;
}

.simplefavorite-button {
  border: 1px solid #eee !important;
  padding: 5px 10px 5px 35px !important;
  font-size: 14px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.simplefavorite-button i {
  left: 10px !important;
}

.wp-block-cover, .wp-block-cover-image {
  margin-top: 10px;
}

.wp-block-cover-text {
  position: relative;
}

.wp-block-cover-text a {
  text-decoration: underline;
}

.wp-block-cover-text a:hover {
  text-decoration: none !important;
}

.comment-form-cookies-consent label {
  padding-left: 10px;
}

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

.single-footer-widget .widgettitle {
  font-size: 19px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 30px;
}

.single-footer-widget .widgettitle img.rss-widget-icon {
  margin-top: -5px;
}

.single-footer-widget h3 img.rss-widget-icon {
  margin-top: -5px;
}

.single-footer-widget select {
  border: 1px solid #eee;
  width: 100%;
  padding: 10px 15px;
  background: transparent;
  cursor: pointer;
  position: relative;
}

.single-footer-widget .recentcomments {
  margin-bottom: 8px;
  line-height: 26px;
  color: #212529 !important;
}

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

.single-footer-widget a.rsswidget {
  margin: 10px 0 0 !important;
  font-weight: 600;
  line-height: 25px;
  color: #0a0c19;
}

.single-footer-widget .rss-date {
  font-size: 14px;
  color: #827878;
}

.single-footer-widget .rssSummary {
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
  color: #666;
}

.single-footer-widget .searchform {
  position: relative;
}

.single-footer-widget .searchform button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  cursor: pointer;
  border: none;
  color: #ffffff;
  outline: 0 !important;
}

.single-footer-widget .textwidget p {
  color: #333;
}

.single-footer-widget .textwidget p img {
  margin: 10px 0;
}

.single-footer-widget ul .page_item_has_children {
  position: relative;
}

.single-footer-widget > ul .page_item_has_children > a:hover {
  color: #333;
}

.single-footer-widget > ul .page_item_has_children > .children {
  background-color: #fff;
  position: absolute;
  top: 20px;
  right: 0;
  width: 180px;
  text-align: left;
  z-index: 1000;
  -webkit-box-shadow: 0 0 5px #eee;
          box-shadow: 0 0 5px #eee;
  padding: 5px 0;
  display: none;
}

.single-footer-widget > ul .page_item_has_children:hover > .children {
  display: block;
}

.single-footer-widget > ul .page_item_has_children .children li {
  display: block;
  padding: 0;
}

.single-footer-widget > ul .page_item_has_children .children li::before {
  display: none;
}

.single-footer-widget > ul .page_item_has_children .children li a {
  display: block;
  padding: 3px 15px;
  font-size: 13px;
}

.single-footer-widget > ul .page_item_has_children .children > li a:hover {
  color: #333;
}

.single-footer-widget > ul .page_item_has_children .children > .page_item_has_children > .children {
  background-color: #fff;
  position: absolute;
  top: -5px;
  right: 0;
  left: -180px;
  width: 180px;
  text-align: left;
  z-index: 1000;
  -webkit-box-shadow: 0 0 5px #eee;
          box-shadow: 0 0 5px #eee;
  display: none;
  padding: 5px 0;
}

.single-footer-widget > ul .page_item_has_children .children > .page_item_has_children:hover > .children {
  display: block;
}

.single-footer-widget .calendar_wrap table td {
  padding: 7px 10px;
}

.single-footer-widget ul li ul.children {
  padding-left: 10px;
}

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

.single-footer-widget .textwidget ul li a {
  padding: 0 !important;
}

.single-footer-widget .textwidget ul li a::before {
  display: none;
}

.blog-details-heading.without-thumb {
  margin-top: -5px;
}

.wp-block-table.is-style-stripes {
  border-bottom: 1px solid #d1d1d1 !important;
}

.comment-navigation .nav-links {
  overflow: hidden;
  margin: 20px 0;
}

.comment-navigation .nav-links .nav-next {
  float: right;
}

.comment-navigation .nav-links .nav-next a {
  text-decoration: underline;
  font-weight: 600;
}

.comment-navigation .nav-links .nav-next a:hover {
  text-decoration: none;
}

.comment-navigation .nav-links .nav-previous {
  float: left;
}

.comment-navigation .nav-links .nav-previous a {
  text-decoration: underline;
}

.comment-navigation .nav-links .nav-previous a:hover {
  text-decoration: none;
}

p.comment-notes {
  line-height: 22px;
  margin-top: 0;
}

ul.heateor_sss_sharing_ul {
  margin: 0 !important;
}

ul.heateor_sss_sharing_ul .heateorSssSharing, ul.heateor_sss_sharing_ul .heateorSssSharingButton {
  margin: 0 2px !important;
}

.single-footer-widget ul .page_item_has_children .children {
  background-color: transparent;
  position: initial;
  top: 25px;
  left: auto;
  width: auto;
  text-align: left;
  z-index: 1000;
  -webkit-box-shadow: 0 0 5px #eee;
  box-shadow: none;
  padding: initial;
  display: block;
  padding-left: 20px;
}

.single-footer-widget ul .page_item_has_children .children li a {
  color: #283a5e;
  padding: initial;
  font-size: 15px;
  padding-left: 20px;
}

.single-footer-widget ul .page_item_has_children .children .page_item_has_children .children {
  background-color: transparent;
  position: initial;
  top: 25px;
  left: auto;
  width: auto;
  text-align: left;
  z-index: 1000;
  -webkit-box-shadow: 0 0 5px #eee;
  box-shadow: none;
  padding: initial;
  display: block;
  padding-left: 15px;
}

.single-footer-widget .menu-testing-menu-container .menu .menu-item-has-children .sub-menu {
  background-color: transparent;
  position: initial;
  top: 25px;
  left: auto;
  width: auto;
  text-align: left;
  z-index: 1000;
  -webkit-box-shadow: 0 0 5px #eee;
  box-shadow: none;
  padding: initial;
  display: block;
  padding-left: 15px;
}

.single-footer-widget .menu-testing-menu-container .menu .menu-item-has-children .sub-menu li a {
  color: #283a5e;
  padding: initial;
  font-size: 15px;
}

.single-footer-widget .menu-testing-menu-container .menu .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu {
  background-color: transparent;
  position: initial;
  top: 25px;
  left: auto;
  width: auto;
  text-align: left;
  z-index: 1000;
  -webkit-box-shadow: 0 0 5px #eee;
  box-shadow: none;
  padding: initial;
  display: block;
  padding-left: 15px;
}

img.rss-widget-icon {
  width: auto;
}

.gallery-size-thumbnail .gallery-item .gallery-caption {
  margin: 0;
}

/* End Unit test style */
.wpb_gmaps_widget .wpb_wrapper {
  padding: 0 !important;
}

#map iframe {
  height: 500px;
}

.footer-content-one .social-links li a {
  padding: 0 !important;
}

.footer-content-one .social-links li a::before {
  display: none;
}

/* Boxed layout CSS */
.boxed-layout .main-banner .container {
  position: relative;
}

.boxed-layout .about-text {
  padding-left: 0;
}

.boxed-layout .about-area {
  position: relative;
}

.boxed-layout .rocket {
  right: 80px !important;
  bottom: 22rem;
  z-index: 5;
}

.boxed-layout .shorting {
  max-width: 1140px;
  margin: auto;
  width: 100%;
}

.boxed-layout .project-slides {
  max-width: 1140px;
  margin: auto;
  width: 100%;
}

.boxed-layout section.boxes-area {
  max-width: 1140px;
  margin: auto;
  width: 100%;
}

/*=============================
Repair Main Banner CSS
===============================*/
.repair-main-banner {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../assets/img/slider-one.jpg);
  position: relative;
  z-index: 1;
  padding-top: 200px !important;
  padding-bottom: 280px;
}

.repair-main-banner::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0a0c19;
  z-index: -1;
  opacity: .60;
}

.repair-main-banner .btn {
  border-radius: 100px;
}

.repair-content-slides {
  max-width: 620px;
  margin-bottom: 10px;
}

.repair-content-slides.owl-theme .owl-dots {
  line-height: .1;
  text-align: left;
  margin-top: 70px;
  margin-left: 15px;
}

.repair-content-slides.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 3.5px;
  margin: 0 8px 0 0;
  border-radius: 0;
  background: #e2e1e1;
}

.repair-content-slides.owl-theme .owl-dots .owl-dot:hover span {
  background: #ffffff;
}

.repair-content-slides.owl-theme .owl-dots .owl-dot.active span {
  background: #ffffff;
  width: 30px;
}

.repair-banner-content h2 {
  color: #ffffff;
  line-height: 1.2;
  font-size: 57px;
  font-weight: 700;
  margin-bottom: 15px;
}

.repair-banner-content p {
  max-width: 550px;
  margin-bottom: 25px;
  color: #ffffff;
  font-size: 17px;
}

/*=============================
Repair Boxes Area CSS
===============================*/
.repair-boxes-area {
  background-color: transparent;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: -130px;
  margin-bottom: -30px;
}

.repair-boxes-area::before {
  content: '';
  position: absolute;
  left: 0;
  height: 100%;
  bottom: 0;
  width: 270%;
  background: #ffffff;
  z-index: -1;
  -webkit-transform: skewY(177deg);
          transform: skewY(177deg);
}

.single-repair-box {
  text-align: center;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  padding: 70px 20px;
  margin-bottom: 30px;
}

.single-repair-box i {
  font-size: 45px;
}

.single-repair-box h3 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 15px;
}

.single-repair-box a {
  font-weight: 700;
  margin-top: 15px;
}

.single-repair-box .left {
  position: absolute;
  left: 0;
  z-index: -1;
  top: 0;
}

.single-repair-box .right {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

/*=============================
Repair About Area CSS
===============================*/
.repair-about-image {
  position: relative;
  padding-bottom: 180px;
}

.repair-about-image img:last-child {
  position: absolute;
  bottom: -5px;
  border: 5px solid #f8fbff;
  right: 0;
}

.repair-about-content .section-title {
  margin-bottom: 20px;
}

.repair-about-content .section-title h3 {
  margin-bottom: 15px;
}

.repair-about-content .single-about-box {
  position: relative;
  margin-bottom: 25px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #f8fbff;
  padding: 20px 15px 20px 60px;
}

.repair-about-content .single-about-box i {
  position: absolute;
  left: 15px;
  top: 20px;
  font-size: 30px;
}

.repair-about-content .single-about-box h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.repair-about-content .single-about-box p {
  margin-bottom: -6px;
}

.repair-about-content .single-about-box:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
          box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.repair-about-content .read-more-btn {
  margin-top: 20px;
}

/*=============================
Gallery Area CSS
===============================*/
.gallery-area {
  padding-bottom: 70px !important;
}

.gallery-area .section-title {
  margin-bottom: 40px;
}

.gallery-area .shorting-menu {
  margin-top: 0;
}

.single-gallery-item {
  overflow: hidden;
  margin-bottom: 30px;
}

.single-gallery-item a {
  display: block;
}

.single-gallery-item a img {
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
}

.single-gallery-item:hover a img, .single-gallery-item:focus a img {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}

.gallery-shorting-menu {
  display: block;
  text-align: center;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
}

.gallery-shorting-menu .filter {
  border-radius: 0;
  background-color: transparent;
  border: 1px solid #eeeeee;
  color: #0a0c19;
  font-weight: 700;
  margin-bottom: 5px;
}

.gallery-shorting-menu .filter:hover, .gallery-shorting-menu .filter:focus {
  color: #ffffff;
}

/*=============================
Repair Services CSS
===============================*/
.repair-services-area {
  position: relative;
  z-index: 1;
  background-color: #002c60;
}

.repair-services-area .section-title h3 {
  color: #ffffff;
}

.repair-services-area .section-title p {
  color: #ffffff;
}

.repair-services-area::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #ffffff;
  z-index: -1;
  height: 11%;
}

.single-repair-services {
  border: 1px solid #8096b0;
  padding: 30px;
  border-radius: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.single-repair-services i {
  color: #ffffff;
  font-size: 40px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.single-repair-services h3 {
  font-size: 22px;
  font-weight: 600;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #ffffff;
  margin-bottom: 12px;
  margin-top: 30px;
}

.single-repair-services p {
  color: #ffffff;
  opacity: .95;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.single-repair-services .read-more-btn {
  margin-top: 15px;
}

.single-repair-services:hover, .single-repair-services:focus {
  background-color: #ffffff;
  border-color: #ffffff;
}

.single-repair-services:hover h3, .single-repair-services:focus h3 {
  color: #0a0c19;
}

.single-repair-services:hover p, .single-repair-services:focus p {
  color: #666666;
}

.repair-services-slides.owl-theme .owl-dots {
  line-height: .1;
  margin-top: 45px;
}

.repair-services-area.pb-0 {
  padding-bottom: 0 !important;
}

.repair-services-inner {
  border-radius: 5px;
  margin-top: 80px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 25px;
  padding-right: 25px;
}

.repair-services-inner .single-inner-services {
  position: relative;
  padding-left: 50px;
}

.repair-services-inner .single-inner-services i {
  font-size: 35px;
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
}

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

.repair-services-inner .single-inner-services p {
  color: #ffffff;
  opacity: .95;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 16px;
}

.repair-services-inner .vc_col-sm-4:nth-child(2) {
  border-left: 1px solid #d1613c;
  border-right: 1px solid #d1613c;
}

/*=============================
Repair Area CSS
===============================*/
.repair-partner-area {
  background-color: #002c60;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

/*=============================
Repair Feedback CSS
===============================*/
.single-repair-feedback {
  border: 1px solid #eeeeee;
  padding: 30px;
  border-radius: 5px;
}

.single-repair-feedback .client-info {
  margin-bottom: 25px;
  position: relative;
  padding-left: 90px;
  padding-top: 18px;
}

.single-repair-feedback .client-info img {
  display: inline-block !important;
  width: 70px !important;
  height: 70px;
  position: absolute;
  left: 0;
  top: 0;
}

.single-repair-feedback .client-info h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.single-repair-feedback .client-info span {
  display: block;
  color: #002c60;
}

.single-repair-feedback ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 15px;
}

.single-repair-feedback ul li {
  display: inline-block;
  color: #ff5202;
}

.repair-feedback-slides.owl-theme .owl-dots {
  line-height: .1;
  margin-top: 45px;
}

/*=============================
Repair Blog CSS
===============================*/
.single-repair-blog-post .blog-image {
  overflow: hidden;
  position: relative;
}

.single-repair-blog-post .blog-image a {
  display: block;
}

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

.single-repair-blog-post .blog-image .tags {
  position: absolute;
  left: 15px;
  z-index: 2;
  top: 15px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.single-repair-blog-post .blog-image .tags a {
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 5px 10px 3px;
  font-weight: 600;
  font-size: 13px;
}

.single-repair-blog-post .blog-content {
  margin-top: 20px;
}

.single-repair-blog-post .blog-content h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0;
}

.single-repair-blog-post .blog-content ul {
  list-style-type: none;
  margin-top: 15px;
  margin-bottom: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 15px;
  padding-top: 15px;
  padding-left: 0;
}

.single-repair-blog-post .blog-content ul li {
  display: inline-block;
  color: #666666;
  font-weight: 600;
  position: relative;
  margin-right: 18px;
}

.single-repair-blog-post .blog-content ul li::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
  height: 2px;
  left: -13px;
}

.single-repair-blog-post .blog-content ul li a {
  color: #666666;
}

.single-repair-blog-post .blog-content ul li:first-child::before {
  display: none;
}

.single-repair-blog-post .blog-content ul li:last-child {
  float: right;
  margin-right: 0;
}

.single-repair-blog-post .blog-content ul li:last-child::before {
  display: none;
}

.single-repair-blog-post .blog-content ul.meta-float-r li:last-child {
  float: unset;
}

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

/*=============================
Repair Subscribe Area CSS
===============================*/
.repair-subscribe-area {
  position: relative;
  margin-bottom: -188px;
  z-index: 5;
}

.repair-subscribe-content {
  text-align: center;
  border-radius: 5px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.repair-subscribe-content h2 {
  font-size: 28px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 30px;
}

.repair-subscribe-content form {
  overflow: hidden;
}

.repair-subscribe-content form .form-group {
  float: left;
  margin-bottom: 0;
  width: 28.2%;
  padding-right: 15px;
}

.repair-subscribe-content form .form-group .input-newsletter {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #ffffff;
  background: transparent;
  outline: 0;
  color: #ffffff;
  padding-bottom: 10px;
  padding-top: 12px;
}

.repair-subscribe-content form .form-group .input-newsletter::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
}

.repair-subscribe-content form .form-group .input-newsletter:-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}

.repair-subscribe-content form .form-group .input-newsletter::-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}

.repair-subscribe-content form .form-group .input-newsletter::placeholder {
  color: #ffffff;
  opacity: 1;
}

.repair-subscribe-content form .form-group .input-newsletter:-ms-input-placeholder {
  color: #ffffff;
}

.repair-subscribe-content form .form-group .input-newsletter::-ms-input-placeholder {
  color: #ffffff;
}

.repair-subscribe-content form .validation-danger, .repair-subscribe-content form .validation-success {
  color: #ffffff;
}

.repair-subscribe-content form .btn {
  float: left;
  width: 15%;
  border-radius: 100px;
}

.repair-subscribe-content form .btn-primary {
  color: #ffffff;
  background-color: #002c60;
}

.repair-subscribe-content form .btn-primary.disabled, .repair-subscribe-content form .btn-primary:disabled {
  color: #ffffff;
  background-color: #002c60;
}

.repair-subscribe-content form .btn-primary:hover, .repair-subscribe-content form .btn-primary:focus {
  color: #0a0c19;
  background-color: #ffffff;
}

/*================================================
Products Area CSS
=================================================*/
.products-area {
  position: relative;
}

.products-area .pagination-area {
  margin-top: 25px;
}

.single-products {
  text-align: center;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 30px;
  -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);
  border: 5px solid #ffffff;
}

.single-products > a {
  display: none;
}

.single-products .products-content {
  padding: 30px 15px;
}

.single-products .products-content h3 {
  margin-bottom: 15px !important;
  font-size: 20px !important;
  font-weight: 700;
  padding: 0 !important;
}

.single-products .products-content .price {
  margin-bottom: 10px !important;
  font-size: 16px !important;
}

.single-products .products-content .star-rating {
  margin: 12px auto 29px !important;
  color: #eac11d;
}

.single-products .products-content span {
  font-weight: 600;
}

.single-products .products-content .add-to-cart-btn {
  display: inline-block;
  color: #0a0c19;
  border: 1px solid #0a0c19;
  padding: 12px 20px !important;
  text-transform: uppercase;
  background-color: transparent;
  border-radius: 0;
  margin: 0 !important;
  line-height: 20px;
  font-weight: 700;
  font-size: 14px;
}

.single-products .products-content a.added_to_cart.wc-forward {
  margin-left: 10px;
}

.single-products .products-content ul {
  padding-left: 0;
  margin-bottom: 20px;
  list-style-type: none;
}

.single-products .products-content ul li {
  display: inline-block;
  color: #eac11d;
  font-size: 17px;
}

.single-products .sale-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #ff2d2d;
  color: #fff;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 50%;
  z-index: 2;
}

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

.single-products .products-image > a {
  display: block !important;
}

.single-products .products-image img {
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
  width: 100%;
  margin: 0 !important;
}

.single-products .products-image::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: gray;
  content: '';
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.single-products .products-image ul {
  padding: 0;
  z-index: 2;
  list-style-type: none;
  margin: 0;
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.single-products .products-image ul li {
  display: inline-block;
}

.single-products .products-image ul li a {
  display: block;
  background: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.single-products .products-image ul li a:hover, .single-products .products-image ul li a:focus {
  color: #ffffff;
}

.single-products .products-image ul li a:nth-child(1) {
  margin-left: -15px;
}

.single-products .products-image ul li a:nth-child(3) {
  margin-right: -15px;
}

.single-products:hover .products-content .add-to-cart-btn, .single-products:focus .products-content .add-to-cart-btn {
  background-color: #0a0c19;
  color: #ffffff;
}

.single-products:hover .products-image img, .single-products:focus .products-image img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.single-products:hover .products-image::before, .single-products:focus .products-image::before {
  opacity: .40;
  visibility: visible;
}

.single-products:hover .products-image ul, .single-products:focus .products-image ul {
  opacity: 1;
  visibility: visible;
}

.single-products:hover .products-image ul li a:nth-child(1), .single-products:focus .products-image ul li a:nth-child(1) {
  margin-left: 0;
}

.single-products:hover .products-image ul li a:nth-child(3), .single-products:focus .products-image ul li a:nth-child(3) {
  margin-right: 0;
}

.productsQuickView, .quick-view-modal {
  padding: 0 !important;
}

.productsQuickView .modal-dialog, .quick-view-modal .modal-dialog {
  max-width: 900px;
}

.productsQuickView .products-content, .quick-view-modal .products-content {
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}

.productsQuickView .modal-content, .quick-view-modal .modal-content {
  border: none;
  border-radius: 0;
}

.productsQuickView .modal-content button.close, .quick-view-modal .modal-content button.close {
  position: absolute;
  right: 2%;
  display: inline-block;
  opacity: 1;
  top: 2%;
  width: 35px;
  z-index: 333;
  height: 35px;
  text-align: center;
  line-height: 32px;
  border: 1px solid #eeeeee;
  border-radius: 50%;
  outline: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.productsQuickView .modal-content button.close span, .quick-view-modal .modal-content button.close span {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.productsQuickView .modal-content button.close:hover, .productsQuickView .modal-content button.close:focus, .quick-view-modal .modal-content button.close:hover, .quick-view-modal .modal-content button.close:focus {
  color: #ffffff;
}

.productsQuickView .modal-content button.close:hover span, .productsQuickView .modal-content button.close:focus span, .quick-view-modal .modal-content button.close:hover span, .quick-view-modal .modal-content button.close:focus span {
  color: #ffffff;
}

.productsQuickView .modal-content .products-image, .quick-view-modal .modal-content .products-image {
  overflow: hidden;
}

.productsQuickView .modal-content .products-image img, .quick-view-modal .modal-content .products-image img {
  width: 100%;
}

.productsQuickView .modal-content .products-content p, .quick-view-modal .modal-content .products-content p {
  margin-bottom: 20px;
}

.productsQuickView .modal-content .products-content h3, .quick-view-modal .modal-content .products-content h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
}

.productsQuickView .modal-content .products-content .price, .quick-view-modal .modal-content .products-content .price {
  margin-bottom: 10px;
  display: block;
  font-size: 14px;
  font-weight: 600;
}

.productsQuickView .modal-content .products-content .price span, .quick-view-modal .modal-content .products-content .price span {
  font-weight: normal;
}

.productsQuickView .modal-content .products-content .star-rating, .quick-view-modal .modal-content .products-content .star-rating {
  color: #eac11d;
  font-size: 15px;
}

.productsQuickView .modal-content .products-content form .quantity, .quick-view-modal .modal-content .products-content form .quantity {
  display: inline-block;
}

.productsQuickView .modal-content .products-content form .quantity input, .quick-view-modal .modal-content .products-content form .quantity input {
  border: 1px solid #eeeeee;
  background: #ffffff;
  height: 45px;
  padding: 8px 15px;
  width: 75px;
  outline: 0;
  font-size: 18px;
}

.productsQuickView .modal-content .products-content form button, .quick-view-modal .modal-content .products-content form button {
  color: #ffffff;
  border: none;
  height: 45px;
  padding: 0 20px;
  position: relative;
  top: -2px;
  cursor: pointer;
  outline: 0;
  font-weight: 600;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 14px;
}

.productsQuickView .modal-content .products-content form button:hover, .productsQuickView .modal-content .products-content form button:focus, .quick-view-modal .modal-content .products-content form button:hover, .quick-view-modal .modal-content .products-content form button:focus {
  background-color: #0a0c19;
  color: #ffffff;
}

.productsQuickView .modal-content .products-content .product-meta, .quick-view-modal .modal-content .products-content .product-meta {
  margin-top: 15px;
}

.productsQuickView .modal-content .products-content .product-meta .sku_wrapper, .quick-view-modal .modal-content .products-content .product-meta .sku_wrapper {
  display: block;
  margin-bottom: 5px;
}

.productsQuickView .modal-content .products-content .product-meta .posted_in, .quick-view-modal .modal-content .products-content .product-meta .posted_in {
  display: block;
  margin-bottom: 5px;
}

.productsQuickView .modal-content .products-content .product-meta .tagged_as, .quick-view-modal .modal-content .products-content .product-meta .tagged_as {
  display: block;
  margin-bottom: 5px;
}

.productsQuickView .modal-content .products-content .product-meta span, .quick-view-modal .modal-content .products-content .product-meta span {
  display: inline-block;
  color: #0a0c19;
  margin-right: 8px;
  font-size: 14px;
  font-weight: 600;
}

.productsQuickView .modal-content .products-content .product-meta span a, .quick-view-modal .modal-content .products-content .product-meta span a {
  display: inline-block;
  color: #666666;
  font-weight: normal;
  font-size: 13px;
  text-transform: capitalize;
}

.productsQuickView .grouped_form, .quick-view-modal .grouped_form {
  font-size: 14px;
}

.productsQuickView .grouped_form .add-to-cart-btn, .quick-view-modal .grouped_form .add-to-cart-btn {
  color: #fff;
  font-size: 12px;
  padding: 10px 10px;
}

.productsQuickView .grouped_form .add-to-cart-btn:hover, .quick-view-modal .grouped_form .add-to-cart-btn:hover {
  background-color: #000;
  color: #fff;
}

.productsQuickView .variations_form td, .quick-view-modal .variations_form td {
  text-transform: capitalize;
}

.productsQuickView .variations_form .label label, .quick-view-modal .variations_form .label label {
  margin: 0;
}

.productsQuickView .variations_form .value select, .quick-view-modal .variations_form .value select {
  border: 1px solid #eee;
  font-size: 13px;
  height: 35px;
  padding: 5px 10px;
}

.productsQuickView .variations_form .reset_variations, .quick-view-modal .variations_form .reset_variations {
  font-size: 13px;
  margin-top: 10px;
}

.productsQuickView .variations_form .woocommerce-variation-price, .quick-view-modal .variations_form .woocommerce-variation-price {
  margin-bottom: 10px;
}

.quick-view-modal .modal-content .products-content form button {
  top: 0px;
}

.woocommerce-topbar {
  padding: 15px 30px;
  margin-bottom: 30px;
  overflow: hidden;
}

.woocommerce-topbar p {
  color: #ffffff;
  font-size: 16px;
  margin: 12px 0 0 !important;
}

.woocommerce-topbar .woocommerce-topbar-ordering {
  margin: 0;
}

.woocommerce-topbar .woocommerce-topbar-ordering .form-control {
  cursor: pointer;
  background-color: transparent;
  border-color: #ebebeb;
  border-radius: 4px;
  color: #ffffff;
  height: 50px;
}

.woocommerce-topbar .woocommerce-topbar-ordering .form-control option {
  color: #0a0c19;
}

/* Products card */
.woocommerce .title, .woocommerce-page .title {
  margin-top: 0;
  font-size: 25px;
  margin-bottom: 20px;
}

.woocommerce ul.products, .woocommerce-page ul.products {
  margin: 0;
}

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

.woocommerce ul.products li.product .price del, .woocommerce-page ul.products li.product .price del {
  opacity: .7;
  margin-right: 5px;
}

.woocommerce form.login, .woocommerce form.register, .woocommerce-page form.login, .woocommerce-page form.register {
  border: 1px solid #eee;
  padding: 30px;
  margin: 0;
}

.woocommerce .form-row, .woocommerce-page .form-row {
  margin: 0 0 20px !important;
}

.woocommerce .form-row label, .woocommerce-page .form-row label {
  line-height: 1 !important;
  font-weight: 600;
  margin-bottom: 13px;
}

.woocommerce .form-control, .woocommerce-page .form-control {
  height: 50px;
}

.woocommerce .woocommerce-form-login__rememberme, .woocommerce-page .woocommerce-form-login__rememberme {
  display: block;
  width: 100%;
}

.woocommerce .woocommerce-form-login__rememberme span, .woocommerce-page .woocommerce-form-login__rememberme span {
  font-size: 15px;
}

.woocommerce p.woocommerce-LostPassword.lost_password, .woocommerce-page p.woocommerce-LostPassword.lost_password {
  margin: 0 !important;
}

.woocommerce .woocommerce-ResetPassword .form-row, .woocommerce-page .woocommerce-ResetPassword .form-row {
  margin: 0 !important;
}

.woocommerce .woocommerce-ResetPassword .button.button, .woocommerce-page .woocommerce-ResetPassword .button.button {
  margin-top: 10px;
}

.woocommerce-form-login .button.button, .woocommerce-form-register .button.button, .woocommerce-ResetPassword .button.button {
  color: #fff;
  padding: 14px 30px;
  font-weight: 600;
}

.woocommerce-form-login .button.button:hover, .woocommerce-form-register .button.button:hover, .woocommerce-ResetPassword .button.button:hover {
  background-color: #000;
  color: #fff;
}

/* End Products card */
.related.products h2 {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  font-size: 25px;
  margin-bottom: 30px;
  text-transform: capitalize;
}

/* woocommerce-products-header */
.page-title .woocommerce-breadcrumb {
  margin: 0;
  color: #000;
  font-size: 17px;
}

.page-title .woocommerce-breadcrumb a {
  color: #000;
  text-transform: capitalize;
  font-weight: 500;
}

/*================================================
Products Details Area CSS
=================================================*/
.products_details .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
  display: block !important;
}

.products_details div.product span.onsale {
  top: 0;
  left: 0;
}

.products_details div.product span.sale-btn {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #ff2d2d;
  color: #fff;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 50%;
  z-index: 2;
  text-align: center;
}

.products_details .summary.entry-summary .product_title {
  font-size: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 15px;
}

.products_details .summary.entry-summary .product_title::before {
  content: '';
  left: 0;
  bottom: -1px;
  width: 30px;
  height: 2px;
  position: absolute;
}

.products_details .summary.entry-summary p.price, .products_details .summary.entry-summary span.price {
  font-size: 15px;
  margin-bottom: 5px;
  font-weight: 600;
}

.products_details .summary.entry-summary p.price del, .products_details .summary.entry-summary span.price del {
  margin-right: 5px;
}

.products_details .summary.entry-summary .star-rating {
  margin: .5em 4px 0 0 !important;
}

.products_details .summary.entry-summary .woocommerce-product-rating {
  margin-bottom: 5px !important;
}

.products_details .summary.entry-summary .woocommerce-product-rating a.woocommerce-review-link {
  color: #62618d;
  font-size: 14px;
}

.products_details .summary.entry-summary .woocommerce-product-details__short-description p {
  font-size: 15px;
}

.products_details .summary.entry-summary form.cart {
  margin-top: 6px;
  margin-bottom: 0;
}

.products_details .summary.entry-summary form.cart .qty {
  height: 40px;
  font-size: 14px;
  width: 100px;
  padding: 5px;
  border: 1px solid #eee;
}

.products_details .summary.entry-summary form.cart a.button.alt, .products_details .summary.entry-summary form.cart button.button.alt, .products_details .summary.entry-summary form.cart input.button.alt {
  font-weight: normal;
  font-size: 13px;
  height: 40px;
  border-radius: 0;
}

.products_details .summary.entry-summary form.cart a.button.alt:hover, .products_details .summary.entry-summary form.cart button.button.alt:hover, .products_details .summary.entry-summary form.cart input.button.alt:hover {
  background-color: #000;
}

.products_details .summary.entry-summary form.cart table {
  margin-bottom: 15px;
  border-bottom: none;
}

.products_details .summary.entry-summary form.cart .variations select {
  border: 1px solid #eee;
  height: 35px;
  font-size: 14px;
  padding: 5px 10px;
}

.products_details .summary.entry-summary form.cart .variations label {
  text-transform: capitalize;
}

.products_details .summary.entry-summary form.cart .variations th, .products_details .summary.entry-summary form.cart .variations td {
  padding: 5px 0;
}

.products_details .summary.entry-summary form.cart .single_variation_wrap p {
  font-size: 14px;
}

.products_details .summary.entry-summary form.cart .single_variation_wrap .woocommerce-variation-price {
  margin-bottom: 5px;
}

.products_details .summary.entry-summary form.cart .group_table td {
  vertical-align: middle;
}

.products_details .summary.entry-summary form.cart .group_table td label {
  margin: 0;
  font-size: 14px;
}

.products_details .summary.entry-summary form.cart .group_table td:first-child {
  width: 130px;
  text-align: center;
}

.products_details .summary.entry-summary form.cart .group_table td .qty {
  width: 100%;
}

.products_details .summary.entry-summary form.cart .group_table td .button {
  font-weight: normal;
  font-size: 13px;
  border-radius: 0;
  color: #fff;
  padding: 12px 15px;
  width: 100%;
}

.products_details .summary.entry-summary form.cart .group_table td .button:hover {
  background-color: #000;
  color: #fff;
}

.products_details .summary.entry-summary .product_meta {
  margin-top: 20px;
}

.products_details .summary.entry-summary .product_meta span.sku_wrapper {
  display: inline-block;
  font-size: 15px;
  margin-bottom: 5px;
}

.products_details .summary.entry-summary .product_meta span.posted_in, .products_details .summary.entry-summary .product_meta span.tagged_as {
  margin-top: 5px;
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}

.products_details .summary.entry-summary .product_meta span.posted_in a, .products_details .summary.entry-summary .product_meta span.tagged_as a {
  font-size: 13px;
  color: #666666;
  margin-left: 5px;
  display: inline-block;
  text-transform: capitalize;
}

.products_details .woocommerce-tabs ul.tabs {
  margin: 0 !important;
}

.products_details .woocommerce-tabs ul.tabs li {
  background-color: #fafafa !important;
  margin: 0 !important;
}

.products_details .woocommerce-tabs ul.tabs li a {
  padding: 15px 10px !important;
  font-weight: 600 !important;
  font-size: 15px;
  font-family: "Nunito Sans", sans-serif !important;
}

.products_details .woocommerce-tabs .panel {
  margin: 0;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  padding: 30px !important;
}

.products_details .woocommerce-tabs .panel h1, .products_details .woocommerce-tabs .panel h2, .products_details .woocommerce-tabs .panel h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.products_details .woocommerce-tabs .panel h4, .products_details .woocommerce-tabs .panel h5, .products_details .woocommerce-tabs .panel h6 {
  font-size: 17px;
  margin-bottom: 10px;
}

.products_details .woocommerce-tabs .panel p {
  font-size: 15px;
}

.products_details .woocommerce-tabs .panel table.shop_attributes {
  margin-bottom: 0;
  margin-top: 15px;
}

.products_details .woocommerce-tabs .panel table.shop_attributes td, .products_details .woocommerce-tabs .panel table.shop_attributes th {
  border: 1px solid #eee !important;
  padding: 10px 15px;
  text-transform: capitalize;
}

.products_details .woocommerce-tabs .panel #comments {
  margin: 0;
}

.products_details .woocommerce-tabs .panel #comments .woocommerce-Reviews-title {
  text-transform: capitalize;
  margin-bottom: 20px !important;
}

.products_details .woocommerce-tabs .panel #comments ol.commentlist {
  padding: 0;
}

.products_details .woocommerce-tabs .panel #comments p.meta {
  margin-bottom: 5px !important;
}

.products_details .woocommerce-tabs .panel #comments .description p {
  font-size: 14px;
}

.products_details .woocommerce-tabs .panel .comment-reply-title {
  font-size: 14px;
  font-weight: normal;
  border-bottom: none;
  margin-top: 15px;
  display: block;
  padding-bottom: 0;
  margin-bottom: 6px;
}

.products_details .woocommerce-tabs .panel .comment-reply-title::before {
  display: none;
}

.products_details .woocommerce-tabs .panel p.stars {
  margin-bottom: 20px !important;
  display: inline-block;
}

.products_details .woocommerce-tabs .panel .comment-form-rating label {
  margin-bottom: 5px;
}

.products_details .woocommerce-tabs .panel textarea#comment {
  padding: 12px 15px;
  font-size: 14px;
}

.products_details .woocommerce-tabs .panel p.comment-form-comment, .products_details .woocommerce-tabs .panel .comment-form-author, .products_details .woocommerce-tabs .panel .comment-form-email, .products_details .woocommerce-tabs .panel .comment-form-cookies-consent {
  margin-bottom: 20px !important;
}

.products_details .woocommerce-tabs .panel p.form-submit {
  margin: 0 !important;
}

.products_details .woocommerce-tabs .panel p.form-submit .btn {
  color: #fff !important;
  font-size: 14px !important;
  font-weight: normal !important;
  padding: 12px 20px !important;
}

.products_details .woocommerce-tabs .panel p.form-submit .btn:hover {
  background-color: #000 !important;
  color: #fff !important;
}

.products_details .woocommerce-tabs .panel ol.commentlist {
  margin: 0;
}

.products_details .up-sells.upsells.products h2 {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  font-size: 25px;
  margin-bottom: 30px;
  text-transform: capitalize;
}

@-webkit-keyframes scaleup {
  from {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scaleup {
  from {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes starred {
  from {
    color: #f2b01e;
  }
  to {
    color: #f2b01e;
  }
}

@keyframes starred {
  from {
    color: #f2b01e;
  }
  to {
    color: #f2b01e;
  }
}

.products-image-slides.owl-theme .owl-nav {
  margin-top: 0;
}

.products-image-slides.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  left: 20px;
  border-radius: 50%;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  top: 50%;
  margin: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
}

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

.products-image-slides.owl-theme:hover .owl-nav [class*=owl-], .products-image-slides.owl-theme:focus .owl-nav [class*=owl-] {
  left: 2px;
  opacity: 1;
  visibility: visible;
}

.products-image-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next, .products-image-slides.owl-theme:focus .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 2px;
}

/* Shop Sidebar */
.shop-sidebar {
  padding-left: 15px;
}

.shop-sidebar ul {
  padding: 0 !important;
  margin: 0;
  list-style-type: none;
}

.shop-sidebar ul li {
  font-size: 15px;
  font-weight: 600;
  color: #666;
  margin-bottom: 8px;
}

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

.shop-sidebar ul li a {
  color: #0a0c19;
}

.shop-sidebar ul ul.children {
  padding-left: 15px !important;
  margin-top: 8px;
}

.shop-sidebar .widget {
  margin-top: 30px;
}

.shop-sidebar .widget:first-child {
  margin-top: 0;
}

.shop-sidebar .widget {
  border: 1px solid #eee;
  padding: 30px;
  background-color: #fff;
}

.shop-sidebar .widget .widget-title {
  font-weight: bold;
  font-size: 19px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-transform: capitalize;
  position: relative;
}

.shop-sidebar .widget .widget-title::before {
  content: '';
  height: 24px;
  width: 3px;
  left: -32px;
  position: absolute;
}

.shop-sidebar .widget_product_search form {
  position: relative;
}

.shop-sidebar .widget_product_search form .search-field {
  width: 100%;
  display: block;
  height: 50px;
  padding: 15px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #eeeeee;
  border-radius: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.shop-sidebar .widget_product_search form .search-field:hover, .shop-sidebar .widget_product_search form .search-field:focus {
  outline: 0;
}

.shop-sidebar .widget_product_search form button {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  border: none;
  color: #fff;
  font-size: 15px;
  height: 50px;
  padding: 05px 15px;
}

.shop-sidebar .widget_product_search form button:hover {
  background-color: #000;
  color: #fff;
}

.shop-sidebar .woocommerce button.button {
  color: #fff;
  font-size: 13px !important;
  font-weight: normal;
}

.shop-sidebar .woocommerce button.button:hover {
  background-color: #000;
  color: #fff;
}

.shop-sidebar .widget_shopping_cart .cart_list li {
  padding-left: 25px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.shop-sidebar .widget_shopping_cart .cart_list li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.shop-sidebar .widget_shopping_cart .cart_list li a {
  font-weight: 600;
  font-size: 15px;
}

.shop-sidebar .widget_shopping_cart .cart_list li .remove {
  font-size: 20px;
}

.shop-sidebar .widget_shopping_cart .cart_list li span.quantity {
  font-size: 13px;
}

.shop-sidebar .widget_shopping_cart p.woocommerce-mini-cart__total.total {
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
  color: #333;
}

.shop-sidebar .widget_top_rated_products .product_list_widget li, .shop-sidebar .widget_products .product_list_widget li, .shop-sidebar .widget_recently_viewed_products .product_list_widget li, .shop-sidebar .widget_recent_reviews .product_list_widget li {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.shop-sidebar .widget_top_rated_products .product_list_widget li:last-child, .shop-sidebar .widget_products .product_list_widget li:last-child, .shop-sidebar .widget_recently_viewed_products .product_list_widget li:last-child, .shop-sidebar .widget_recent_reviews .product_list_widget li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.shop-sidebar .widget_top_rated_products .product_list_widget li:last-child, .shop-sidebar .widget_products .product_list_widget li:last-child, .shop-sidebar .widget_recently_viewed_products .product_list_widget li:last-child, .shop-sidebar .widget_recent_reviews .product_list_widget li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.shop-sidebar .widget_top_rated_products .product_list_widget li a, .shop-sidebar .widget_products .product_list_widget li a, .shop-sidebar .widget_recently_viewed_products .product_list_widget li a, .shop-sidebar .widget_recent_reviews .product_list_widget li a {
  font-weight: 600;
  font-size: 15px;
  color: #0a0c19;
}

.shop-sidebar .widget_top_rated_products .product_list_widget li .amount, .shop-sidebar .widget_products .product_list_widget li .amount, .shop-sidebar .widget_recently_viewed_products .product_list_widget li .amount, .shop-sidebar .widget_recent_reviews .product_list_widget li .amount {
  font-size: 13px;
}

.shop-sidebar .widget_top_rated_products .product_list_widget .star-rating, .shop-sidebar .widget_products .product_list_widget .star-rating, .shop-sidebar .widget_recently_viewed_products .product_list_widget .star-rating, .shop-sidebar .widget_recent_reviews .product_list_widget .star-rating {
  margin: 5px 0;
}

.shop-sidebar .widget_top_rated_products .product_list_widget span.reviewer, .shop-sidebar .widget_products .product_list_widget span.reviewer, .shop-sidebar .widget_recently_viewed_products .product_list_widget span.reviewer, .shop-sidebar .widget_recent_reviews .product_list_widget span.reviewer {
  font-size: 12px !important;
  text-transform: capitalize;
}

.shop-sidebar .star-rating {
  font-size: 12px;
  color: #eac11d;
}

.shop-sidebar a.button {
  color: #fff;
  font-size: 14px;
  margin: 0 10px 0 0 !important;
  text-transform: capitalize;
}

.shop-sidebar a.button:hover {
  background-color: #000;
  color: #fff;
}

.shop-sidebar .select2-container .select2-selection--single {
  border: 1px solid #eee;
  height: 45px;
  border-radius: 0;
}

.shop-sidebar .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
  padding-right: 20px;
  padding-top: 8px;
}

.shop-sidebar .select2-container .select2-selection--single .select2-selection__placeholder {
  color: #62618d;
}

.shop-sidebar .select2-container .select2-selection--single .select2-selection__arrow {
  top: 10px;
  right: 5px;
}

.shop-sidebar span.reviewer {
  font-size: 14px;
}

.shop-sidebar .select2-container--default .select2-selection--multiple {
  border: 1px solid #eee;
  border-radius: 0;
  padding: 1px 15px;
}

.shop-sidebar .woocommerce-widget-layered-nav-dropdown__submit {
  border: 1px solid #eee;
  color: #fff;
  font-size: 13px;
  padding: 7px 15px;
  border-radius: 4px;
  cursor: pointer;
}

.shop-sidebar .woocommerce-widget-layered-nav-dropdown__submit:hover {
  background-color: #000;
  color: #fff;
}

.shop-sidebar .widget_rating_filter ul li a {
  color: #eac11d;
}

.select2-dropdown {
  border: 1px solid #eee !important;
}

.select2-results__option {
  padding: 5px 15px !important;
  font-size: 13px !important;
}

.return-to-shop .button.wc-backward {
  color: #fff;
  text-transform: capitalize;
  font-size: 14px;
  padding: 12px 20px;
}

.return-to-shop .button.wc-backward:hover {
  background-color: #000;
  color: #fff;
}

/* End Shop Sidebar */
/**/
.woocommerce .woocommerce-MyAccount-navigation {
  background: #fafafa;
  border: 1px solid #eee;
  padding: 30px;
}

.woocommerce .woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.woocommerce .woocommerce-MyAccount-navigation ul li {
  list-style-type: none;
  margin-bottom: 10px;
}

.woocommerce .woocommerce-MyAccount-navigation ul li:last-child {
  margin-bottom: 0;
}

.woocommerce .woocommerce-MyAccount-navigation ul li a {
  background-color: #fff;
  display: block;
  padding: 7px 20px;
  color: #333;
  text-decoration: none;
}

.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #fff;
}

.woocommerce .woocommerce-MyAccount-content {
  border: 1px solid #eee;
  padding: 30px;
}

.woocommerce .woocommerce-MyAccount-content form label {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 10px;
}

.woocommerce .woocommerce-MyAccount-content .col-1 {
  max-width: 48%;
  padding: 0;
}

.woocommerce .woocommerce-MyAccount-content .col-2 {
  max-width: 48%;
  padding: 0;
}

.woocommerce .woocommerce-MyAccount-content h3 {
  font-size: 17px;
  margin-top: 0;
  margin-bottom: 20px;
}

.woocommerce .woocommerce-MyAccount-content .title {
  margin-top: 0;
  font-size: 25px;
  margin-bottom: 0;
}

.woocommerce .woocommerce-MyAccount-content .addresses .edit {
  font-size: 14px;
}

.woocommerce .woocommerce-MyAccount-content .edit-account .input-text {
  border: 1px solid #eee;
  height: 45px;
  padding: 5px 15px;
  font-size: 13px;
  color: #666666;
}

.woocommerce .woocommerce-MyAccount-content .edit-account .woocommerce-form-row span {
  font-size: 13px;
  display: inline-block;
  margin-top: 10px;
}

.woocommerce .woocommerce-MyAccount-content .edit-account fieldset {
  margin-top: 20px;
}

.woocommerce .woocommerce-MyAccount-content .edit-account fieldset legend {
  font-size: 20px;
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .form-row {
  margin-bottom: 20px;
  padding: 0;
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .form-row label {
  width: 100%;
  line-height: 1;
  font-size: 14px;
  margin-bottom: 10px;
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .input-text {
  display: block;
  width: 100%;
  border: 1px solid #eee;
  height: 45px;
  padding: 5px 15px;
  font-size: 13px;
  color: #62618d;
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-input-wrapper {
  width: 100%;
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .select2-selection--single {
  height: 45px;
  border: 1px solid #eee;
  border-radius: 0;
  padding: 8px 15px;
  font-size: 13px;
}

.woocommerce .woocommerce-MyAccount-content .button {
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  padding: 13px 20px;
}

.woocommerce .woocommerce-MyAccount-content .button:hover {
  background-color: #000;
  color: #fff;
}

.woocommerce .woocommerce-MyAccount-content address {
  font-style: normal;
  font-size: 15px;
  border: 1px solid #eee;
  padding: 10px 20px;
  margin-top: 0;
}

.woocommerce .woocommerce-MyAccount-content fieldset .woocommerce-form-row {
  margin-bottom: 15px;
}

.woocommerce .woocommerce-MyAccount-content p {
  margin-top: 0;
}

/**/
/*================================================
Cart Area CSS
=================================================*/
.cart-table table {
  margin-bottom: 0;
}

.cart-table table thead tr th {
  border-bottom-width: 0px;
  vertical-align: middle;
  padding: 15px !important;
  text-transform: uppercase;
  border: none;
  font-weight: 700;
  font-size: 16px;
}

.cart-table table tbody tr td {
  vertical-align: middle;
  color: #666666;
  padding: 10px 12px !important;
  border-color: #eaedff;
  border-left: none;
  border-right: none;
}

.cart-table table tbody tr td.product-thumbnail a {
  display: block;
}

.cart-table table tbody tr td.product-thumbnail a img {
  width: 50px;
}

.cart-table table tbody tr td.product-name a {
  color: #666666;
  font-weight: 600;
  display: inline-block;
}

.cart-table table tbody tr td.product-price span {
  font-weight: 600;
}

.cart-table table tbody tr td.product-subtotal .remove {
  color: red;
  float: right;
  position: relative;
  top: -1px;
}

.cart-table table tbody tr td.product-quantity .form-control {
  background: transparent;
  width: 80px;
}

.cart-table table tbody tr td.product-subtotal {
  overflow: hidden;
}

.cart-table table tbody tr td.product-subtotal span {
  font-weight: 600;
}

.cart-table table .quantity .input-text {
  border: 1px solid #eee;
  height: 40px;
  font-size: 15px;
  width: 100px;
}

.cart-table table .coupon .form-control {
  width: 150px !important;
  padding: 5px 15px !important;
}

.cart-table a.remove {
  font-size: 17px;
}

.cart-table a.remove:hover {
  background-color: transparent;
  color: red !important;
}

.cart-table a.remove i {
  font-style: inherit;
}

.cart-buttons {
  margin-top: 30px;
}

.cart-totals {
  background: #ffffff;
  padding: 40px;
  max-width: 600px;
  width: 100% !important;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  margin: 45px auto 0;
}

.cart-totals h3 {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: 700;
}

.cart-totals ul {
  padding: 0;
  margin: 0 0 25px;
  list-style-type: none;
}

.cart-totals ul li {
  border: 1px solid #eaedff;
  padding: 10px 15px;
  color: #0a0c19;
  font-weight: 600;
  overflow: hidden;
}

.cart-totals ul li:first-child {
  border-bottom: none;
}

.cart-totals ul li:last-child {
  border-top: none;
}

.cart-totals ul li span {
  float: right;
  color: #666666;
  font-weight: normal;
}

.cart-totals .wc-proceed-to-checkout {
  padding-bottom: 0;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  padding: 1em 2em 1em 3.5em !important;
}

/*================================================
Checkout CSS
=================================================*/
.user-actions {
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background: #ffffff;
  padding: 18px 25px 15px;
  margin-bottom: 35px;
}

.user-actions span {
  display: inline-block;
  font-weight: 600;
}

.user-actions span i {
  margin-right: 2px;
}

.user-actions span a {
  font-weight: 500;
  display: inline-block;
  color: #0a0c19;
}

.checkout-area .title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 25px;
}

.checkout-area .select2-container--default .select2-selection--single {
  border: 1px solid #e5e5e5;
  border-radius: 0;
  height: 50px;
}

.checkout-area .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #495057;
  margin-top: 10px;
  padding-left: 15px;
  font-size: 14px;
}

.checkout-area .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 12px;
  right: 10px;
}

.checkout-area .woocommerce-shipping-fields {
  margin-top: 30px;
}

.checkout-area .woocommerce-shipping-fields h3 {
  font-size: 16px;
  margin-top: 0;
}

.billing-details {
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background: #ffffff;
  padding: 25px;
  border-radius: 5px;
}

.billing-details .form-group label {
  display: block;
  color: #666666;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 600;
}

.billing-details .form-group label .required {
  color: red;
}

.billing-details .form-group .form-control {
  background: transparent;
}

.billing-details .form-group select {
  cursor: pointer;
}

.billing-details .form-check {
  margin-bottom: 15px;
}

.billing-details .form-check .form-check-label {
  color: #666666;
}

.billing-details .form-check label {
  font-size: 14px;
  font-weight: 400;
}

.order-details {
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background: #ffffff;
  padding: 25px;
  border-radius: 5px;
}

.order-details .order-table table {
  margin-bottom: 0;
  text-align: left;
}

.order-details .order-table table thead tr th {
  border-bottom-width: 0;
  vertical-align: middle;
  border-color: #eaedff;
  padding: 15px .75rem;
  font-weight: 600;
  font-size: 15.5px;
}

.order-details .order-table table tbody tr td {
  vertical-align: middle;
  color: #666666;
  border-color: #eaedff;
  font-size: 14px;
}

.order-details .order-table table tbody tr td.product-name a {
  color: #666666;
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
}

.order-details .order-table table tbody tr td.order-subtotal span, .order-details .order-table table tbody tr td.order-shipping span, .order-details .order-table table tbody tr td.total-price span {
  color: #0a0c19;
  font-weight: 600;
}

.order-details .payment-method {
  margin-top: 40px;
  border-top: 1px solid #eaedff;
  padding-top: 35px;
}

.order-details .payment-method p {
  margin-bottom: 15px;
  font-size: 14px;
}

.order-details .payment-method p [type="radio"]:checked, .order-details .payment-method p [type="radio"]:not(:checked) {
  display: none;
}

.order-details .payment-method p [type="radio"]:checked + label, .order-details .payment-method p [type="radio"]:not(:checked) + label {
  padding-left: 27px;
  cursor: pointer;
  display: block;
  font-weight: 600;
  color: #0a0c19;
  position: relative;
  margin-bottom: 8px;
}

.order-details .payment-method p [type="radio"]:checked + label::before, .order-details .payment-method p [type="radio"]:not(:checked) + label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  border: 1px solid #dddddd;
  border-radius: 50%;
  background: #ffffff;
}

.order-details .payment-method p [type="radio"]:checked + label::after, .order-details .payment-method p [type="radio"]:not(:checked) + label::after {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  top: 7px;
  left: 3px;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.order-details .payment-method p [type="radio"]:not(:checked) + label::after {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.order-details .payment-method p [type="radio"]:checked + label::after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.order-details .btn.order-btn {
  display: block;
  margin-top: 10px;
}

.woocommerce-notices-wrapper .woocommerce-message .button {
  color: #fff;
  text-transform: capitalize;
  font-size: 14px;
}

.woocommerce-notices-wrapper .woocommerce-message .button:hover {
  background-color: #000;
  color: #fff;
}

.woocommerce-form-coupon-toggle .woocommerce-info a:hover {
  text-decoration: underline;
}

.woocommerce .checkout_coupon {
  margin-top: 0 !important;
}

.woocommerce .checkout_coupon .input-text {
  border: 1px solid #eee;
  height: 45px;
  padding: 8px 15px;
}

.woocommerce .checkout_coupon .button {
  color: #fff;
  font-size: 14px;
  height: 45px;
  padding: 10px 20px;
}

.woocommerce .checkout_coupon .button:hover {
  background-color: #000;
  color: #fff;
}

.single-repain-client {
  text-align: center;
}

.single-repain-client img {
  margin: auto;
  max-width: 100px;
}

.gdpr a:hover {
  text-decoration: underline;
  color: #000;
}

/* Cart link */
.cart-link {
  position: relative;
  margin-right: 7px;
}

.cart-link i {
  font-size: 20px;
}

.cart-link span {
  color: #fff;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  text-align: center;
  line-height: 20px;
  font-size: 10px;
  top: -16px;
  right: -12px;
}

.dialog-type-lightbox {
  display: none !important;
}

/* End Cart link */
.boxed-layout .elementor-row .rocket {
  right: 0px !important;
}

/* Extra CSS */
.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;
}

.admin-bar .site-container {
  padding-top: 32px;
}

nav.navbar.navbar-expand-lg.navbar-light.bg-light.turacos-wp-adminbar.is-sticky {
  padding-top: 43px;
}

@media only screen and (min-width: 601px) and (max-width: 782px) {
  .admin-bar .site-container {
    padding-top: 46px;
  }
  nav.navbar.navbar-expand-lg.navbar-light.bg-light.turacos-wp-adminbar.is-sticky {
    padding-top: 60px;
  }
}

@media only screen and (max-width: 600px) {
  nav.navbar.navbar-expand-lg.navbar-light.bg-light.turacos-wp-adminbar.is-sticky {
    padding-top: 15px;
  }
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  width: 100%;
}

.product-link a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  display: none;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: inherit !important;
}

span.woocommerce-input-wrapper {
  width: 100%;
}

.repair-partner-slider .owl-item img {
  width: auto !important;
}

/* live sidebar */
.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);
}

/*V3.4*/
.bg-f2e1e1 {
  background-color: #f2e1e1;
}

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

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

/*=============================
Marketing Agency Banner CSS
===============================*/
.marketing-agency-banner {
  position: relative;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 230px;
  padding-bottom: 230px;
}

.marketing-agency-banner-content {
  margin-left: auto;
  max-width: 560px;
}

.marketing-agency-banner-content h1, .marketing-agency-banner-content h2, .marketing-agency-banner-content h3, .marketing-agency-banner-content h4, .marketing-agency-banner-content h5, .marketing-agency-banner-content h6 {
  margin-bottom: 18px;
  line-height: 1.2;
  font-size: 57px;
  font-weight: 700;
}

.marketing-agency-banner-content p {
  color: #002c60;
  margin-bottom: 25px;
}

.marketing-agency-banner-content .btn {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border-radius: 5px;
}

.shape1 {
  position: absolute;
  z-index: -1;
  left: 49.2%;
  top: 10%;
}

.shape2 {
  position: absolute;
  z-index: -1;
  left: 80%;
  top: 8%;
}

.shape3 {
  position: absolute;
  z-index: -1;
  right: 3%;
  top: 38%;
}

.shape4 {
  position: absolute;
  z-index: -1;
  left: 49.2%;
  bottom: 10%;
}

.shape5 {
  position: absolute;
  z-index: -1;
  left: 70%;
  bottom: 9%;
}

.shape6 {
  position: absolute;
  z-index: -1;
  right: 6%;
  bottom: 8%;
}

.shape7 {
  position: absolute;
  z-index: -1;
  left: 2.5%;
  bottom: 12%;
}

.shape8 {
  position: absolute;
  z-index: -1;
  right: 2%;
  top: 19%;
}

/*=============================
Partner CSS
===============================*/
.partner-area.ptb-70 {
  padding-top: 70px;
  padding-bottom: 40px;
}

.partner-item {
  margin-bottom: 30px;
}

.partner-item a {
  display: inline-block;
}

.partner-item a img {
  width: auto !important;
}

/*=============================
Featured Services CSS
===============================*/
.featured-services-area {
  position: relative;
  z-index: 1;
  padding-bottom: 70px;
}

.single-featured-services-box {
  margin-bottom: 30px;
  text-align: center;
  background-color: #edf1fe;
  padding: 40px 20px;
}

.single-featured-services-box .icon {
  font-size: 75px;
  position: relative;
  z-index: 1;
  width: 75px;
  height: 75px;
  line-height: 75px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-left: auto;
  margin-bottom: 25px;
  margin-right: auto;
}

.single-featured-services-box .icon::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #ffffff;
  z-index: -1;
  margin: 4px;
  border-radius: 50%;
}

.single-featured-services-box .icon .icofont-search-document {
  font-size: 65px;
}

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

.single-featured-services-box p {
  margin-bottom: 12px;
}

.single-featured-services-box .link-btn {
  display: inline-block;
  font-weight: 700;
}

.single-featured-services-box:hover .icon {
  color: #002c60;
}

.col-lg-4:nth-child(2) .single-featured-services-box {
  background-color: #a4f4f9;
}

.col-lg-4:nth-child(3) .single-featured-services-box {
  background-color: #f3f0e8;
}

/*=============================
Creative CSS
===============================*/
.creative-area {
  position: relative;
  padding-top: 290px;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.creative-area::before {
  content: '';
  position: absolute;
  left: 0;
  height: 130px;
  background-color: #ffffff;
  width: 100%;
  bottom: 0;
  z-index: -1;
}

.creative-content {
  padding: 100px;
  color: #ffffff;
  max-width: 750px;
  margin-left: auto;
  position: relative;
  z-index: 1;
}

.creative-content h1, .creative-content h2, .creative-content h3, .creative-content h4, .creative-content h5, .creative-content h6 {
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.4;
  font-size: 36px;
  font-weight: 700;
}

.creative-content p {
  color: #e6e6e6;
  margin-bottom: 15px;
}

.creative-content .link-btn {
  font-weight: 700;
  margin-top: 5px;
  display: inline-block;
}

.creative-content .link-btn:hover {
  color: #ffffff;
}

.creative-content::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -2;
  background-color: rgba(255, 109, 52, 0.71);
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
}

.creative-content::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-color: #002c60;
}

/*=============================
Solutions CSS
===============================*/
.solutions-area {
  padding-bottom: 70px;
}

.solutions-area .section-title h3 {
  max-width: 700px;
}

.single-solutions-box {
  margin-bottom: 30px;
  color: #ffffff;
  text-align: center;
  padding: 30px 20px;
}

.single-solutions-box .icon {
  width: 75px;
  height: 75px;
  line-height: 80px;
  background-color: #ffffff;
  border-radius: 50%;
  color: #002c60;
  font-size: 40px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-left: auto;
  margin-bottom: 25px;
  margin-right: auto;
}

.single-solutions-box h3 {
  margin-bottom: 12px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
}

.single-solutions-box p {
  margin-bottom: 15px;
  opacity: 0.95;
  color: #ffffff;
}

.single-solutions-box .link-btn {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  color: #ffffff;
}

.col-lg-4:nth-child(2) .single-solutions-box, .col-lg-4:nth-child(4) .single-solutions-box, .col-lg-4:nth-child(6) .single-solutions-box {
  background-color: #002c60;
}

/*=============================
Growth CSS
===============================*/
.growth-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.growth-area .container-fluid .row {
  margin-left: 0;
  margin-right: 0;
}

.growth-area .container-fluid .row .col-lg-6 {
  padding-left: 0;
  padding-right: 0;
}

.growth-image {
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.growth-image img {
  display: none;
}

.growth-content {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 60px;
}

.growth-content .content {
  max-width: 490px;
}

.growth-content .content h2 {
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 700;
}

.growth-content .content .list {
  padding-left: 0;
  list-style-type: none;
  margin-top: 25px;
  margin-bottom: 0;
}

.growth-content .content .list li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ffffff;
  position: relative;
  font-size: 28px;
  font-weight: 600;
}

.growth-content .content .list li span {
  margin-right: 30px;
  font-size: 60px;
  font-weight: 800;
}

.growth-content .content .list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

/*=============================
Company Strategy CSS
===============================*/
.company-strategy-area .row {
  margin-left: 0;
  margin-right: 0;
}

.company-strategy-area .row .col-lg-4 {
  padding-left: 0;
  padding-right: 0;
}

.company-strategy-area .single-company-strategy-box {
  margin-top: -100px;
}

.single-company-strategy-box {
  background-color: #002c60;
  padding: 35px;
}

.single-company-strategy-box h3 {
  margin-bottom: 15px;
  color: #ffffff;
  line-height: 1.3;
  font-size: 30px;
  font-weight: 700;
}

.single-company-strategy-box p {
  color: #ebebeb;
}

/*=============================
Testimonials CSS
===============================*/
.single-testimonials-box {
  text-align: center;
  position: relative;
  z-index: 1;
}

.single-testimonials-box .user-image {
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
}

.single-testimonials-box .user-image .user {
  display: inline-block !important;
  width: 150px !important;
  height: 150px;
  border-radius: 50%;
}

.single-testimonials-box .user-image .shape {
  display: inline-block !important;
  width: auto !important;
  position: absolute;
  right: -15px;
  bottom: 20px;
  -webkit-animation: movebounce 5s linear infinite;
          animation: movebounce 5s linear infinite;
}

.single-testimonials-box p {
  margin: 0;
  color: #343434;
  font-size: 20px;
  font-weight: 600;
}

.single-testimonials-box .user-info {
  margin-top: 25px;
}

.single-testimonials-box .user-info h3 {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
}

.single-testimonials-box .user-info span {
  display: block;
  color: #666666;
  margin-top: 6px;
}

.single-testimonials-box::before {
  position: absolute;
  color: #e7e7e7;
  content: "\efcd";
  right: 0;
  bottom: 0;
  line-height: 1;
  z-index: -1;
  font-size: 110px;
  font-family: IcoFont;
}

.testimonials-slider {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

/*=============================
Team CSS
===============================*/
.single-team-box {
  text-align: center;
  margin-bottom: 30px;
}

.single-team-box .image {
  position: relative;
}

.single-team-box .image ul {
  position: absolute;
  right: 20px;
  bottom: 25px;
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-team-box .image ul li {
  display: block;
  margin-bottom: 8px;
}

.single-team-box .image ul li:last-child {
  margin-bottom: 0;
}

.single-team-box .image ul li a {
  width: 32px;
  height: 32px;
  text-align: center;
  color: #002c60;
  background-color: #ffffff;
  font-size: 16px;
  position: relative;
  border-radius: 2px;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: .4s;
  transition: .4s;
}

.single-team-box .image ul li a i {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-48%);
          transform: translateY(-48%);
}

.single-team-box .image ul li a:hover {
  color: #ffffff;
}

.single-team-box .image ul li:nth-child(2) a, .single-team-box .image ul li:nth-child(4) a, .single-team-box .image ul li:nth-child(6) a, .single-team-box .image ul li:nth-child(8) a {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

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

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

.single-team-box .content span {
  margin-top: 6px;
  display: block;
  font-weight: 600;
  color: #666666;
}

.single-team-box:hover .image ul li a {
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}

/*=============================
Blog CSS
===============================*/
.single-blog-post-item {
  position: relative;
  padding: 35px 25px 0;
  margin-bottom: 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.single-blog-post-item:hover::before {
  background: #000000;
  opacity: .66;
}

.single-blog-post-item:hover p, .single-blog-post-item:hover h4 a {
  color: #ffffff;
}

.single-blog-post-item:hover .link-btn {
  background: #ff6d34;
  color: #ffffff;
}

.single-blog-post-item:hover .author-info span {
  color: #ffffff;
}

.single-blog-post-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.single-blog-post-item p, .single-blog-post-item h4 {
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.single-blog-post-item .author-info {
  position: relative;
}

.single-blog-post-item .author-info img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.single-blog-post-item .author-info span {
  color: #666666;
  text-transform: capitalize;
  font-weight: 700;
  display: inline-block;
  margin-left: 12px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.single-blog-post-item h4 {
  line-height: 1.4;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
  margin-top: 20px;
}

.single-blog-post-item .btn {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  position: relative;
  margin-left: -25px;
  margin-top: 35px;
  margin-right: -25px;
}

.single-blog-post-item .btn.btn-primary {
  background-color: #002c60;
  color: #ffffff;
  border-radius: 0;
  display: block;
}

/*=============================
Footer CSS
===============================*/
.footer-area.repair-footer-area.bg-f3f0e8 {
  background-color: #f3f0e8;
}

.repair-subscribe-content .mchimp-errmessage, .repair-subscribe-content .mchimp-sucmessage {
  color: #ffffff;
}

.mean-container a.meanmenu-reveal span {
  margin-top: -5px;
  top: 8px;
  position: relative;
}

/* Start "Digital Solutions", "Cryptocurrency", "Social Media Marketing" & "Cyber Security" "Demo CSS" */
.roboto-font {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #0A0C19;
}

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

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

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

.pt-75 {
  padding-top: 75px;
}

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

.home-eleven-with-background-black-color {
  background-color: #11011E;
  margin-top: -1px;
  overflow: hidden;
}

.home-eleven-with-background-black-color .section-title-with-border h2 {
  color: #ffffff;
}

.default-btn {
  display: inline-block;
  background-color: #ff6d34;
  color: #ffffff !important;
  padding: 15px 30px;
  border-radius: 5px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 15px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  letter-spacing: 1.5px;
}

.default-btn:hover {
  -webkit-box-shadow: 0px 15px 25px 0px rgba(255, 129, 86, 0.3);
          box-shadow: 0px 15px 25px 0px rgba(255, 129, 86, 0.3);
  color: #ffffff !important;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

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

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

.section-title-with-border {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 40px;
}

.section-title-with-border span {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  padding: 5px 15px;
  background: rgba(185, 208, 241, 0.14);
  border-radius: 5px;
  color: #76BAAF;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  letter-spacing: 1px;
  margin-bottom: 18px;
}

.section-title-with-border span:hover {
  background-color: #ff6d34;
  color: #ffffff;
}

.section-title-with-border h2 {
  font-size: 36.5px;
  color: #0A0C19;
  line-height: 1.4;
  margin-bottom: 0;
  font-weight: bold;
}

.section-title-with-border h2 b {
  position: relative;
  z-index: 1;
}

.section-title-with-border h2 b::before {
  position: absolute;
  content: "";
  left: -10px;
  bottom: -10px;
  height: 24px;
  width: 126px;
  z-index: -1;
}

.section-title-with-border.with-image h2 b::before {
  right: -10px;
  left: auto;
  top: -25px;
  width: 43px;
  height: 28px;
}

.section-title-with-border.with-main-color h2 b {
  color: #ff6d34;
}

.section-title-with-border.with-main-color h2 b::before {
  display: none;
}

/*=============================
Header Area CSS
===============================*/
.header-area-with-white-color {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 44, 96, 0.1);
}

.header-area-with-white-color .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.header-area-with-white-color .social-links li {
  font-weight: 500;
}

.header-area-with-white-color .social-links li a {
  color: #8F6DFF;
  font-weight: 500;
}

.header-area-with-white-color .social-links li a:hover, .header-area-with-white-color .social-links li a:focus {
  background: transparent;
  color: #ff6d34;
  border-color: unset;
}

.header-area-with-white-color .social-links li:first-child {
  color: #002c60;
}

.header-area-with-white-color .social-links.with-light-green-color li a {
  color: #76BAAF;
}

.header-area-with-white-color .social-links.with-light-green-color li a:hover, .header-area-with-white-color .social-links.with-light-green-color li a:focus {
  color: #ff6d34;
}

.header-area-with-white-color .header-info li {
  color: #002c60;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.header-area-with-white-color .header-info li::before {
  background: rgba(0, 44, 96, 0.1);
}

.header-area-with-white-color .header-info li a {
  color: #002c60;
  font-weight: 500;
}

.header-area-with-white-color .header-info li a:hover, .header-area-with-white-color .header-info li a:focus {
  background: transparent;
  color: #ff6d34;
  border-color: unset;
}

.header-area-with-white-color.bg-160622 {
  background-color: #160622;
}

.header-area-with-white-color.bg-160622 .social-links li:first-child {
  color: #ffffff;
}

.header-area-with-white-color.bg-160622 .social-links li a {
  color: #ffffff;
}

.header-area-with-white-color.bg-160622 .social-links li a:hover {
  color: #ff6d34;
}

.header-area-with-white-color.bg-160622 .header-info li {
  color: #ffffff;
}

.header-area-with-white-color.bg-160622 .header-info li a {
  color: #ffffff;
}

.header-area-with-white-color.bg-160622 .header-info li a:hover {
  color: #ff6d34;
}

.header-area-with-white-color.bg-160622 .header-info li::before {
  background: rgba(255, 255, 255, 0.2);
}

/*=============================
Navbar Area CSS
===============================*/
.navbar-area .container-fluid, .header-area .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.navbar-area-with-white-color {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 15px rgba(40, 145, 249, 0.06);
          box-shadow: 0px 6px 15px rgba(40, 145, 249, 0.06);
}

.navbar-area-with-white-color .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.navbar-area-with-white-color .navbar-brand {
  color: #002c60;
}

.navbar-area-with-white-color .navbar-brand:hover, .navbar-area-with-white-color .navbar-brand:focus {
  color: #002c60;
}

.navbar-area-with-white-color .navbar-brand span {
  color: #ff6d34;
}

.navbar-area-with-white-color .navbar-nav .nav-item:last-child {
  padding-right: 0;
}

.navbar-area-with-white-color .navbar-nav .nav-item:hover .nav-link {
  color: #ff6d34;
}

.navbar-area-with-white-color .navbar-nav .nav-link {
  color: #002c60;
  font-weight: 600;
}

.navbar-area-with-white-color .navbar-nav .nav-link:hover, .navbar-area-with-white-color .navbar-nav .nav-link:focus {
  color: #ff6d34;
}

.navbar-area-with-white-color .navbar-nav .nav-link.dropdown-toggle::after {
  position: relative;
  top: 1.5px;
}

.navbar-area-with-white-color .navbar-nav .active > .nav-link, .navbar-area-with-white-color .navbar-nav .nav-link.active,
.navbar-area-with-white-color .navbar-nav .nav-link.show, .navbar-area-with-white-color .navbar-nav .show > .nav-link {
  color: #ff6d34;
}

.navbar-area-with-white-color .others-options {
  margin-left: 10px;
}

.navbar-area-with-white-color .others-options .option-item {
  margin-right: 30px;
}

.navbar-area-with-white-color .others-options .option-item:last-child {
  margin-right: 0;
}

.navbar-area-with-white-color .others-options .option-item .icon-btn {
  position: relative;
  top: 0.5px;
}

.navbar-area-with-white-color .others-options .option-item .icon-btn i {
  font-size: 30px;
  color: #0a0c19;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.navbar-area-with-white-color .others-options .option-item .icon-btn i:hover {
  color: #ff6d34;
}

.navbar-area-with-white-color .others-options .option-item .icon-btn span {
  position: absolute;
  top: 0;
  right: -5px;
  display: inline-block;
  height: 18px;
  width: 18px;
  line-height: 18px;
  background-color: #76BAAF;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  border-radius: 50px;
}

.navbar-area-with-white-color .others-options .option-item .default-btn {
  background: #FF2E57;
  -webkit-box-shadow: -2px 6px 20px rgba(255, 109, 52, 0.08);
          box-shadow: -2px 6px 20px rgba(255, 109, 52, 0.08);
}

.navbar-area-with-white-color .others-options .option-item .default-btn:hover {
  background-color: #ff6d34;
}

.navbar-area-with-white-color .others-options .option-item .default-btn.with-border-radius {
  background: -webkit-gradient(linear, left top, right top, from(#FF439D), to(#EC0473));
  background: linear-gradient(90deg, #FF439D 0%, #EC0473 100%);
  -webkit-box-shadow: -2px 6px 20px rgba(255, 109, 52, 0.08);
          box-shadow: -2px 6px 20px rgba(255, 109, 52, 0.08);
  border-radius: 50px;
}

.navbar-area-with-black-color {
  background: #11011E;
}

.navbar-area-with-black-color.is-sticky {
  background: #11011E !important;
}

.navbar-area-with-black-color .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.navbar-area-with-black-color .navbar-brand {
  color: #ffffff;
}

.navbar-area-with-black-color .navbar-brand:focus {
  color: #ffffff !important;
}

.navbar-area-with-black-color .navbar-brand:hover {
  color: #ffffff !important;
}

.navbar-area-with-black-color .navbar-nav .nav-item:last-child {
  padding-right: 0;
}

.navbar-area-with-black-color .navbar-nav .nav-item:hover .nav-link {
  color: #ff6d34;
}

.navbar-area-with-black-color .navbar-nav .nav-link {
  color: #ffffff;
  font-weight: 600;
}

.navbar-area-with-black-color .navbar-nav .nav-link:hover, .navbar-area-with-black-color .navbar-nav .nav-link:focus {
  color: #ff6d34;
}

.navbar-area-with-black-color .navbar-nav .nav-link.dropdown-toggle::after {
  position: relative;
  top: 1.5px;
}

.navbar-area-with-black-color .navbar-nav .active > .nav-link, .navbar-area-with-black-color .navbar-nav .nav-link.active,
.navbar-area-with-black-color .navbar-nav .nav-link.show, .navbar-area-with-black-color .navbar-nav .show > .nav-link {
  color: #ff6d34;
}

.navbar-area-with-black-color .others-options {
  margin-left: 15px;
}

.navbar-area-with-black-color .others-options .option-item {
  margin-right: 25px;
}

.navbar-area-with-black-color .others-options .option-item:last-child {
  margin-right: 0;
}

.navbar-area-with-black-color .others-options .option-item .icon-btn {
  position: relative;
  top: 0.5px;
}

.navbar-area-with-black-color .others-options .option-item .icon-btn i {
  font-size: 30px;
  color: #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.navbar-area-with-black-color .others-options .option-item .icon-btn i:hover {
  color: #ff6d34;
}

.navbar-area-with-black-color .others-options .option-item .icon-btn span {
  position: absolute;
  top: 0;
  right: -5px;
  display: inline-block;
  height: 18px;
  width: 18px;
  line-height: 18px;
  background-color: #ff6d34;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  border-radius: 50px;
}

.navbar-area-with-black-color .others-options .option-item .call-btn {
  font-size: 15px;
  color: #ffffff;
  font-weight: 500;
}

.navbar-area-with-black-color .others-options .option-item .call-btn a {
  color: #ff6d34;
}

.navbar-area-with-black-color .others-options .option-item .call-btn a:hover {
  color: #ffffff;
}

/*=============================
Digital Solutions Banner Area CSS
===============================*/
.digital-solutions-banner {
  background-color: #F5F4FA;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
}

.digital-solutions-banner .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.digital-solutions-banner-content {
  padding-right: 20px;
}

.digital-solutions-banner-content span {
  font-size: 16.5px;
  color: #8F6DFF;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 18px;
}

.digital-solutions-banner-content h1 {
  font-size: 70px;
  font-weight: bold;
  color: #0A0C19;
  margin-bottom: 18px;
  line-height: 1.2;
}

.digital-solutions-banner-content h1 b {
  position: relative;
  z-index: 1;
}

.digital-solutions-banner-content h1 b::before {
  position: absolute;
  content: "";
  right: -10px;
  bottom: -5px;
  height: 35px;
  width: 181px;
  background-image: url(../../assets/img/home-eight/banner/vector.png);
  z-index: -1;
}

.digital-solutions-banner-content p {
  margin-bottom: 0;
  max-width: 550px;
}

.digital-solutions-banner-content .banner-btn {
  margin-top: 25px;
}

.digital-solutions-banner-content .banner-btn .default-btn {
  background-color: #8F6DFF;
}

.home-with-color p {
  color: #002C60;
}

.ds-banner-shape-1 {
  position: absolute;
  top: -50px;
  left: 30%;
  -webkit-transform: translateX(-30%);
          transform: translateX(-30%);
  z-index: -1;
  -webkit-animation: moveleftbounce 2s linear infinite;
          animation: moveleftbounce 2s linear infinite;
}

.ds-banner-shape-2 {
  position: absolute;
  bottom: 20%;
  left: 2%;
  -webkit-transform: translateY(-20%) translateX(-2%);
          transform: translateY(-20%) translateX(-2%);
  z-index: -1;
  -webkit-animation: animationFramesOne 10s infinite linear;
          animation: animationFramesOne 10s infinite linear;
}

.ds-banner-shape-3 {
  position: absolute;
  bottom: -5px;
  left: 45%;
  -webkit-transform: translateX(-45%);
          transform: translateX(-45%);
  z-index: -1;
  -webkit-animation: moveleftbounce 2s linear infinite;
          animation: moveleftbounce 2s linear infinite;
}

/*=============================
Global Card Area CSS
===============================*/
.single-global-card {
  margin-bottom: 25px;
  background-color: #ffffff;
  border: 1px solid #EBD7D3;
  padding: 25px;
  border-radius: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.single-global-card .global-image {
  display: inline-block;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background-color: #ffffff;
  text-align: center;
  border-radius: 50px;
  -webkit-box-shadow: 0px 4px 15px rgba(26, 137, 185, 0.09);
          box-shadow: 0px 4px 15px rgba(26, 137, 185, 0.09);
  margin-bottom: 28px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.single-global-card .global-image img {
  max-width: 50px;
}

.single-global-card .global-content h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.single-global-card .global-content p {
  margin-bottom: 0;
}

.single-global-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  border: 1px solid #ffffff;
  -webkit-box-shadow: 0px 6px 20px rgba(26, 137, 185, 0.07);
          box-shadow: 0px 6px 20px rgba(26, 137, 185, 0.07);
}

.single-global-card:hover .global-image {
  -webkit-animation: jackInTheBox 1s;
          animation: jackInTheBox 1s;
}

/*=============================
DS About Area CSS
===============================*/
.ds-about-area {
  background-color: #F4FAFD;
}

.ds-about-content {
  padding-left: 30px;
}

.ds-about-content span {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  padding: 5px 15px;
  background: rgba(185, 208, 241, 0.14);
  border-radius: 5px;
  color: #76BAAF;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  letter-spacing: 1px;
  margin-bottom: 18px;
}

.ds-about-content span:hover {
  background-color: #ff6d34;
  color: #ffffff;
}

.ds-about-content h3 {
  font-size: 36.5px;
  color: #0A0C19;
  line-height: 1.4;
  margin-bottom: 15px;
  font-weight: bold;
}

.ds-about-content h3 b {
  position: relative;
  z-index: 1;
}

.ds-about-content h3 b::before {
  position: absolute;
  content: "";
  left: -10px;
  bottom: -10px;
  height: 24px;
  width: 126px;
  z-index: -1;
}

.ds-about-content .list {
  padding: 0;
  margin-top: 18px;
  margin-bottom: 0;
}

.ds-about-content .list li {
  list-style-type: none;
  color: #666666;
  font-size: 16.5px;
  position: relative;
  margin-bottom: 15px;
  padding-left: 32px;
}

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

.ds-about-content .list li i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #76BAAF;
  font-size: 28px;
}

.ds-about-content .about-btn {
  margin-top: 25px;
}

.ds-about-content .about-btn .default-btn {
  background-color: #8F6DFF;
}

/*=============================
FunFacts Wrap Area CSS
===============================*/
.funfacts-wrap-area {
  background: linear-gradient(89.07deg, #5046BB 0%, #FE7062 100%);
}

.funfacts-wrap-area.with-light-green-color {
  background: #76BAAF;
}

.fun-fact-wrap-card {
  margin-bottom: 25px;
}

.fun-fact-wrap-card h3 {
  font-size: 45px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 8px;
}

.fun-fact-wrap-card h3 .plus {
  font-size: 40px;
  position: relative;
  top: -2px;
}

.fun-fact-wrap-card h3 .percentage {
  font-size: 35px;
  position: relative;
  left: -5px;
}

.fun-fact-wrap-card p {
  font-size: 18px;
  color: #ffffff;
}

/*=============================
Features Wrap Area CSS
===============================*/
.features-wrap-area {
  background-color: #F4FAFD;
}

.features-wrap-content span {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  padding: 5px 15px;
  background: rgba(185, 208, 241, 0.14);
  border-radius: 5px;
  color: #76BAAF;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  letter-spacing: 1px;
  margin-bottom: 18px;
}

.features-wrap-content span:hover {
  background-color: #ff6d34;
  color: #ffffff;
}

.features-wrap-content h3 {
  font-size: 36.5px;
  color: #0A0C19;
  line-height: 1.4;
  margin-bottom: 15px;
  font-weight: bold;
}

.features-wrap-content h3 b {
  position: relative;
  z-index: 1;
}

.features-wrap-content h3 b::before {
  position: absolute;
  content: "";
  left: -10px;
  bottom: -10px;
  height: 24px;
  width: 126px;
  z-index: -1;
}

.features-wrap-content .features-inner-card {
  background-color: #ffffff;
  padding: 25px;
  border-radius: 5px;
  margin-top: 25px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.features-wrap-content .features-inner-card .content {
  position: relative;
  padding-left: 95px;
}

.features-wrap-content .features-inner-card .content .icon {
  position: absolute;
  left: 0;
  top: -25px;
}

.features-wrap-content .features-inner-card .content .icon i {
  display: inline-block;
  width: 70px;
  height: 110px;
  line-height: 110px;
  background-color: #8F6DFF;
  color: #ffffff;
  text-align: center;
  font-size: 45px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.features-wrap-content .features-inner-card .content h4 {
  font-size: 22px;
  margin-bottom: 15px;
}

.features-wrap-content .features-inner-card .content p {
  margin-bottom: 0;
}

.features-wrap-content .features-inner-card .content:hover .icon i {
  background-color: #ff6d34;
}

.features-wrap-content .features-inner-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.features-wrap-content .list {
  padding: 0;
  margin-top: 25px;
  margin-bottom: 0;
}

.features-wrap-content .list li {
  list-style-type: none;
  color: #666666;
  font-size: 15.5px;
  position: relative;
  display: inline-block;
  margin-right: 15px;
  padding-left: 32px;
}

.features-wrap-content .list li:last-child {
  margin-right: 0;
}

.features-wrap-content .list li i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #76BAAF;
  font-size: 28px;
}

.features-wrap-image {
  padding-left: 25px;
}

/*=============================
Services Wrap Area CSS
===============================*/
.services-wrap-card {
  background: #FAFAFB;
  margin-bottom: 25px;
  padding: 30px;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.services-wrap-card::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #8F6DFF;
  -webkit-box-shadow: 0px 6px 20px rgba(143, 109, 255, 0.15);
          box-shadow: 0px 6px 20px rgba(143, 109, 255, 0.15);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 8px;
}

.services-wrap-card .services-image {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.services-wrap-card .services-image .vector-shape {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.services-wrap-card .services-image .image-icon {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.services-wrap-card .services-content h3 {
  font-size: 25px;
  margin-bottom: 16.8px;
}

.services-wrap-card .services-content h3 a {
  color: #0A0C19;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.services-wrap-card .services-content p {
  margin-bottom: 16.8px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.services-wrap-card .services-content .services-btn {
  font-size: 15px;
  color: #8F6DFF;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

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

.services-wrap-card:hover::before {
  opacity: 1;
  visibility: visible;
}

.services-wrap-card:hover .services-image {
  -webkit-animation: jackInTheBox 1s;
          animation: jackInTheBox 1s;
}

.services-wrap-card:hover .services-content h3 a {
  color: #ffffff;
}

.services-wrap-card:hover .services-content p {
  color: #ffffff;
}

.services-wrap-card:hover .services-content .services-btn {
  color: #ffffff;
}

.services-wrap-card.with-linear-gradient::before {
  background: -webkit-gradient(linear, left top, right top, from(#FF439D), color-stop(101.68%, #EC0473));
  background: linear-gradient(90deg, #FF439D 0%, #EC0473 101.68%);
  -webkit-box-shadow: -2px 6px 20px rgba(255, 109, 52, 0.08);
          box-shadow: -2px 6px 20px rgba(255, 109, 52, 0.08);
}

.services-wrap-card.with-linear-gradient .services-content .services-btn {
  color: #76BAAF;
}

.services-wrap-card.with-linear-gradient:hover .services-content .services-btn {
  color: #ffffff;
}

.with-linear-gradient .services-wrap-card::before {
  background: -webkit-gradient(linear, left top, right top, from(#FF439D), color-stop(101.68%, #EC0473));
  background: linear-gradient(90deg, #FF439D 0%, #EC0473 101.68%);
  -webkit-box-shadow: -2px 6px 20px rgba(255, 109, 52, 0.08);
          box-shadow: -2px 6px 20px rgba(255, 109, 52, 0.08);
}

.with-linear-gradient .services-wrap-card .services-content .services-btn {
  color: #76BAAF;
}

.with-linear-gradient .services-wrap-card:hover .services-content .services-btn {
  color: #ffffff;
}

/*=============================
Reviews Wrap Area CSS
===============================*/
.reviews-wrap-area {
  background: #F4FAFD;
}

.reviews-wrap-area.without-bg-color {
  background-color: transparent;
}

.reviews-wrap-area.without-bg-color .reviews-single-card {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 20px rgba(50, 153, 210, 0.08);
          box-shadow: 0px 4px 20px rgba(50, 153, 210, 0.08);
  border: 1px solid #f3f3f3;
}

.reviews-wrap-area.without-bg-color .reviews-single-card .rating {
  margin-top: 0;
  margin-bottom: 15px;
}

.reviews-wrap-area.without-bg-color .reviews-single-card .client-info {
  margin-bottom: 0;
  margin-top: 20px;
}

.reviews-wrap-area.without-bg-color .reviews-single-card .quote-icon {
  right: 30px;
  top: unset;
  bottom: 30px;
}

.reviews-wrap-area.without-bg-color .reviews-single-card .quote-icon i {
  color: #76BAAF;
}

.reviews-wrap-area.without-bg-color .reviews-single-card:hover {
  border: 1px solid #ff6d34;
}

.reviews-single-card {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 20px rgba(50, 153, 210, 0.05);
          box-shadow: 0px 4px 20px rgba(50, 153, 210, 0.05);
  padding: 50px;
  border: 1px solid #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  z-index: 1;
}

.reviews-single-card .client-info {
  margin-bottom: 30px;
}

.reviews-single-card .client-info img {
  max-width: 55px;
  border-radius: 50%;
}

.reviews-single-card .client-info .title {
  margin-left: 15px;
}

.reviews-single-card .client-info .title h3 {
  font-size: 20px;
  margin-bottom: 0;
}

.reviews-single-card .client-info .title span {
  font-size: 14px;
  color: #76BAAF;
  font-weight: 400;
  display: block;
  margin-top: 12px;
}

.reviews-single-card .rating {
  padding: 0;
  margin-top: 25px;
  margin-bottom: 0;
}

.reviews-single-card .rating li {
  list-style-type: none;
  display: inline-block;
  margin-right: 5px;
}

.reviews-single-card .rating li:last-child {
  margin-right: 0;
}

.reviews-single-card .rating li i {
  color: #FFD06A;
  font-size: 25px;
}

.reviews-single-card .quote-icon {
  position: absolute;
  right: 50px;
  top: 50px;
  z-index: -1;
}

.reviews-single-card .quote-icon i {
  font-size: 45px;
  color: #8F6DFF;
}

.reviews-single-card:hover {
  border: 1px solid #ff6d34;
}

.reviews-slides.owl-theme .owl-dots {
  margin-top: 35px !important;
}

/*=============================
Overview Wrap Area CSS
===============================*/
.overview-wrap-inner-content {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.overview-wrap-inner-content img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
}

.overview-wrap-inner-content .overview-card {
  background-color: #ffffff;
  padding: 35px;
  border-radius: 5px;
  position: absolute;
  left: 30px;
  bottom: 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid #ffffff;
}

.overview-wrap-inner-content .overview-card .content {
  position: relative;
  padding-right: 200px;
}

.overview-wrap-inner-content .overview-card .content .image {
  display: inline-block;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background-color: #ffffff;
  text-align: center;
  border-radius: 50px;
  -webkit-box-shadow: 0px 4px 15px rgba(26, 137, 185, 0.09);
          box-shadow: 0px 4px 15px rgba(26, 137, 185, 0.09);
  margin-bottom: 25px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.overview-wrap-inner-content .overview-card .content .image img {
  width: 50px;
}

.overview-wrap-inner-content .overview-card .content h3 {
  font-size: 25px;
  margin-bottom: 15px;
}

.overview-wrap-inner-content .overview-card .content h3 a {
  color: #0A0C19;
}

.overview-wrap-inner-content .overview-card .content span {
  font-size: 14px;
  color: #666666;
}

.overview-wrap-inner-content .overview-card .content .icon {
  position: absolute;
  bottom: 0;
  right: 0;
}

.overview-wrap-inner-content .overview-card .content .icon a i {
  display: inline-block;
  height: 55px;
  width: 55px;
  line-height: 55px;
  background: #8F6DFF;
  color: #ffffff;
  font-size: 30px;
  border-radius: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
}

.overview-wrap-inner-content .overview-card .content .icon a i:hover {
  background-color: #ff6d34;
}

.overview-wrap-inner-content .overview-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  border: 1px solid #ff6d34;
}

.overview-wrap-inner-content:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/*================================================
Blog Wrap Area CSS
=================================================*/
.blog-wrap-card {
  background: #F4FAFD;
  padding: 30px;
  border-radius: 0;
  border: 1px solid #F4FAFD;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: 30px;
}

.blog-wrap-card .post-meta {
  padding: 0;
  margin-bottom: 18px;
}

.blog-wrap-card .post-meta li {
  font-weight: 500;
  display: inline-block;
  list-style-type: none;
  font-size: 15px;
  color: #666666;
  position: relative;
  margin-right: 20px;
  padding-left: 22px;
}

.blog-wrap-card .post-meta li:last-child {
  margin-right: 0;
}

.blog-wrap-card .post-meta li:last-child i {
  top: 4.8px;
}

.blog-wrap-card .post-meta li i {
  color: #ff6d34;
  position: absolute;
  left: 0;
  top: 2.8px;
  font-size: 15px;
}

.blog-wrap-card h3 {
  font-size: 25.8px;
  line-height: 1.4;
  margin-bottom: 12px;
}

.blog-wrap-card h3 a {
  color: #0A0C19;
}

.blog-wrap-card .info {
  margin-top: 18px;
  position: relative;
}

.blog-wrap-card .info img {
  max-width: 40px;
  border-radius: 50%;
}

.blog-wrap-card .info .title {
  margin-left: 12px;
}

.blog-wrap-card .info .title h4 {
  margin-bottom: 0;
  color: #76BAAF;
  font-size: 16.5px;
  font-weight: 500;
}

.blog-wrap-card .info .title h4 a {
  color: #76BAAF;
}

.blog-wrap-card .info .title span {
  display: block;
  color: #76BAAF;
  margin-top: 10px;
  font-size: 15px;
}

.blog-wrap-card:hover {
  border: 1px solid #ff6d34;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.blog-wrap-card:hover h3 a {
  color: #ff6d34;
}

/*================================================
Subscribe Wrap Area CSS
=================================================*/
.subscribe-wrap-area {
  position: relative;
  z-index: 1;
}

.subscribe-wrap-area::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 150px;
  width: 100%;
  background-color: #1F102B;
  z-index: -1;
}

.subscribe-wrap-inner-box {
  background: #5466F9;
  max-width: 950px;
  margin: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 150px;
  padding-right: 150px;
  border-radius: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.subscribe-wrap-inner-box .subscribe-content {
  text-align: center;
}

.subscribe-wrap-inner-box .subscribe-content h2 {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 36.5px;
}

.subscribe-wrap-inner-box .subscribe-content .newsletter-form {
  max-width: 550px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
}

.subscribe-wrap-inner-box .subscribe-content .newsletter-form .input-newsletter {
  display: block;
  width: 100%;
  background-color: #ffffff;
  border: none;
  height: 65px;
  padding-left: 25px;
  border-radius: 70px;
  outline: 0;
  color: #8E9AA9;
}

.subscribe-wrap-inner-box .subscribe-content .newsletter-form .input-newsletter::-webkit-input-placeholder {
  color: #8E9AA9;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.subscribe-wrap-inner-box .subscribe-content .newsletter-form .input-newsletter:-ms-input-placeholder {
  color: #8E9AA9;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.subscribe-wrap-inner-box .subscribe-content .newsletter-form .input-newsletter::-ms-input-placeholder {
  color: #8E9AA9;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.subscribe-wrap-inner-box .subscribe-content .newsletter-form .input-newsletter::placeholder {
  color: #8E9AA9;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.subscribe-wrap-inner-box .subscribe-content .newsletter-form .input-newsletter:focus::-webkit-input-placeholder {
  color: transparent;
}

.subscribe-wrap-inner-box .subscribe-content .newsletter-form .input-newsletter:focus:-ms-input-placeholder {
  color: transparent;
}

.subscribe-wrap-inner-box .subscribe-content .newsletter-form .input-newsletter:focus::-ms-input-placeholder {
  color: transparent;
}

.subscribe-wrap-inner-box .subscribe-content .newsletter-form .input-newsletter:focus::placeholder {
  color: transparent;
}

.subscribe-wrap-inner-box .subscribe-content .newsletter-form button {
  position: absolute;
  right: 5px;
  top: 5px;
  background-color: #ff6d34;
  color: #ffffff;
  border: none;
  height: 55px;
  padding: 0 30px;
  border-radius: 70px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  line-height: 58px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: 700;
}

.subscribe-wrap-inner-box .subscribe-content .newsletter-form button:hover {
  background-color: #002c60;
  color: #ffffff;
}

.subscribe-wrap-inner-box .subscribe-content .newsletter-form #validator-newsletter {
  position: absolute;
  left: 0;
  margin: 0 auto;
  right: 0;
  color: #ffffff;
  bottom: -35px;
}

.subscribe-wrap-inner-box .subscribe-wrap-shape-1 {
  position: absolute;
  left: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}

.subscribe-wrap-inner-box .subscribe-wrap-shape-1 img {
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.subscribe-wrap-inner-box .subscribe-wrap-shape-2 {
  position: absolute;
  right: 20px;
  top: 50px;
  z-index: -1;
  -webkit-animation: moveleftbounce 2s linear infinite;
          animation: moveleftbounce 2s linear infinite;
}

.subscribe-wrap-inner-box.with-main-color {
  background-color: #ff6d34;
}

.subscribe-wrap-inner-box.with-main-color .subscribe-content .newsletter-form button {
  background-color: #76BAAF;
  color: #ffffff;
}

.subscribe-wrap-inner-box.with-main-color .subscribe-content .newsletter-form button:hover {
  background-color: #ff6d34;
}

/*================================================
Team Wrap Area CSS
=================================================*/
.single-team-wrap-box {
  margin-bottom: 25px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.single-team-wrap-box .image {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  text-align: center;
}

.single-team-wrap-box .image img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 10px;
}

.single-team-wrap-box .image .social {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.single-team-wrap-box .image .social a {
  margin: 0 2px;
}

.single-team-wrap-box .image .social a i {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background-color: #8F6DFF;
  color: #ffffff;
  text-align: center;
  font-size: 15px;
  border-radius: 50px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.single-team-wrap-box .image .social a i:hover {
  background-color: #76BAAF;
}

.single-team-wrap-box .content {
  margin-top: 25px;
  margin-left: 15px;
}

.single-team-wrap-box .content h3 {
  margin-bottom: 0;
  font-size: 22px;
}

.single-team-wrap-box .content span {
  display: block;
  margin-top: 12px;
  color: #76BAAF;
  font-size: 15px;
}

.single-team-wrap-box:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.single-team-wrap-box:hover .image img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.single-team-wrap-box:hover .image .social {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
}

/*================================================
Social Media Marketing Banner Area CSS
=================================================*/
.social-media-marketing-banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-image: url(../../assets/img/home-nine/banner/banner-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.social-media-marketing-banner::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(0, 72, 129, 0.85);
  z-index: -1;
  opacity: .95;
}

.social-media-marketing-banner .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.social-media-marketing-banner-content {
  max-width: 750px;
}

.social-media-marketing-banner-content span {
  display: inline-block;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 20px rgba(20, 127, 173, 0.13);
          box-shadow: 0px 2px 20px rgba(20, 127, 173, 0.13);
  padding: 5px 20px;
  border-radius: 50px;
  font-size: 14px;
  color: #76BAAF;
  font-weight: 500;
  letter-spacing: 1px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: 20px;
}

.social-media-marketing-banner-content span:hover {
  background-color: #ff6d34;
  color: #ffffff;
}

.social-media-marketing-banner-content h1, .social-media-marketing-banner-content h2, .social-media-marketing-banner-content h3 {
  font-size: 70px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 18px;
  line-height: 1.2;
}

.social-media-marketing-banner-content h1 b, .social-media-marketing-banner-content h2 b, .social-media-marketing-banner-content h3 b {
  position: relative;
  z-index: 1;
}

.social-media-marketing-banner-content h1 b::before, .social-media-marketing-banner-content h2 b::before, .social-media-marketing-banner-content h3 b::before {
  position: absolute;
  content: "";
  right: -10px;
  top: -15px;
  width: 43px;
  height: 28px;
  background-image: url(../../assets/img/home-nine/banner/shape.png);
  z-index: -1;
}

.social-media-marketing-banner-content p {
  margin-bottom: 0;
  max-width: 550px;
  color: #ffffff;
}

.social-media-marketing-banner-content .free-analysis-form {
  position: relative;
  margin-top: 30px;
  max-width: 580px;
}

.social-media-marketing-banner-content .free-analysis-form .form-control {
  display: inline-block;
  width: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 20px rgba(20, 127, 173, 0.13);
          box-shadow: 0px 2px 20px rgba(20, 127, 173, 0.13);
  border: none;
  height: 70px;
  padding: 15px 25px;
  border-radius: 50px;
  border: 1px solid #ffffff;
  outline: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #8E9AA9 !important;
}

.social-media-marketing-banner-content .free-analysis-form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ff6d34;
}

.social-media-marketing-banner-content .free-analysis-form .form-control:focus::-webkit-input-placeholder {
  color: transparent !important;
}

.social-media-marketing-banner-content .free-analysis-form .form-control:focus:-ms-input-placeholder {
  color: transparent !important;
}

.social-media-marketing-banner-content .free-analysis-form .form-control:focus::-ms-input-placeholder {
  color: transparent !important;
}

.social-media-marketing-banner-content .free-analysis-form .form-control:focus::placeholder {
  color: transparent !important;
}

.social-media-marketing-banner-content .free-analysis-form .form-control::-webkit-input-placeholder {
  color: #8E9AA9 !important;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.social-media-marketing-banner-content .free-analysis-form .form-control:-ms-input-placeholder {
  color: #8E9AA9 !important;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.social-media-marketing-banner-content .free-analysis-form .form-control::-ms-input-placeholder {
  color: #8E9AA9 !important;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.social-media-marketing-banner-content .free-analysis-form .form-control::placeholder {
  color: #8E9AA9 !important;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.social-media-marketing-banner-content .free-analysis-form button {
  position: absolute;
  right: 4px;
  top: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#FF439D), to(#EC0473));
  background: linear-gradient(90deg, #FF439D 0%, #EC0473 100%);
  -webkit-box-shadow: -2px 6px 20px rgba(255, 109, 52, 0.08);
          box-shadow: -2px 6px 20px rgba(255, 109, 52, 0.08);
  border-radius: 50px;
  color: #ffffff;
  border: none;
  height: 62px;
  padding: 0 30px;
  border-radius: 50px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  line-height: 50px;
  cursor: pointer;
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: 700;
}

.social-media-marketing-banner-content .free-analysis-form button:hover {
  background: -webkit-gradient(linear, left top, right top, from(#EC0473), to(#FF439D));
  background: linear-gradient(90deg, #EC0473 0%, #FF439D 100%);
}

.social-media-marketing-banner-form {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 20px rgba(26, 137, 185, 0.07);
          box-shadow: 0px 6px 20px rgba(26, 137, 185, 0.07);
  padding: 45px 35px;
  border-radius: 5px;
  max-width: 500px;
  margin: 0 0 0 auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid #ffffff;
}

.social-media-marketing-banner-form h3 {
  font-size: 25.8px;
  margin-bottom: 30px;
}

.social-media-marketing-banner-form .form-group .form-control {
  display: inline-block;
  height: 55px;
  background: #F4FAFD;
  border: 1px solid #F4FAFD;
  border-radius: 5px;
  outline: 0;
  padding: 15px 18px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #8E9AA9 !important;
}

.social-media-marketing-banner-form .form-group .form-control:focus {
  background-color: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ff6d34;
}

.social-media-marketing-banner-form .form-group .form-control:focus::-webkit-input-placeholder {
  color: transparent !important;
}

.social-media-marketing-banner-form .form-group .form-control:focus:-ms-input-placeholder {
  color: transparent !important;
}

.social-media-marketing-banner-form .form-group .form-control:focus::-ms-input-placeholder {
  color: transparent !important;
}

.social-media-marketing-banner-form .form-group .form-control:focus::placeholder {
  color: transparent !important;
}

.social-media-marketing-banner-form .form-group .form-control::-webkit-input-placeholder {
  color: #8E9AA9 !important;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.social-media-marketing-banner-form .form-group .form-control:-ms-input-placeholder {
  color: #8E9AA9 !important;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.social-media-marketing-banner-form .form-group .form-control::-ms-input-placeholder {
  color: #8E9AA9 !important;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.social-media-marketing-banner-form .form-group .form-control::placeholder {
  color: #8E9AA9 !important;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.social-media-marketing-banner-form .form-group textarea.form-control {
  min-height: 135px;
}

.social-media-marketing-banner-form .form-group select {
  display: inline-block;
  height: 55px;
  border: 1px solid #F4FAFD;
  border-radius: 5px;
  outline: 0;
  padding: 15px 18px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #8E9AA9 !important;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #F4FAFD;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 12px;
  padding: 8px 8px !important;
}

.social-media-marketing-banner-form .form-group select:focus {
  background-color: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ff6d34;
}

.social-media-marketing-banner-form .default-btn {
  background: #76BAAF;
  -webkit-box-shadow: -2px 6px 20px rgba(255, 109, 52, 0.08);
          box-shadow: -2px 6px 20px rgba(255, 109, 52, 0.08);
  border-radius: 5px;
  border: none;
  width: 100%;
  padding: 15px;
}

.social-media-marketing-banner-form .default-btn:hover {
  background: #ff6d34;
}

.social-media-marketing-banner-form:hover {
  border: 1px solid #ff6d34;
}

.social-media-banner-shape-1 {
  position: absolute;
  top: 5%;
  left: 15%;
  -webkit-transform: translateY(-5%) translateX(-15%);
          transform: translateY(-5%) translateX(-15%);
  z-index: -1;
  -webkit-animation: moveleftbounce 2s linear infinite;
          animation: moveleftbounce 2s linear infinite;
}

.social-media-banner-shape-2 {
  position: absolute;
  top: 10%;
  right: 35%;
  -webkit-transform: translateY(-10%) translateX(-35%);
          transform: translateY(-10%) translateX(-35%);
  z-index: -1;
  -webkit-animation: moveleftbounce 2s linear infinite;
          animation: moveleftbounce 2s linear infinite;
}

.social-media-banner-shape-3 {
  position: absolute;
  bottom: 8%;
  left: 35%;
  -webkit-transform: translateY(-8%) translateX(-35%);
          transform: translateY(-8%) translateX(-35%);
  z-index: -1;
  -webkit-animation: moveleftbounce 2s linear infinite;
          animation: moveleftbounce 2s linear infinite;
}

.social-media-banner-shape-4 {
  position: absolute;
  bottom: 25%;
  right: 35%;
  -webkit-transform: translateY(-25%) translateX(-35%);
          transform: translateY(-25%) translateX(-35%);
  z-index: -1;
}

.social-media-banner-shape-4 img {
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

/*================================================
Features Card Area CSS
=================================================*/
.features-card-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.single-features-card {
  border: 1px solid #EBD7D3;
  padding: 30px;
  border-radius: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
  margin-bottom: 25px;
}

.single-features-card .features-image {
  margin-bottom: 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.single-features-card .features-content h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.single-features-card .features-content p {
  margin-bottom: 0;
}

.single-features-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  border: 1px solid #ffffff;
  -webkit-box-shadow: 0px 6px 20px rgba(26, 137, 185, 0.07);
          box-shadow: 0px 6px 20px rgba(26, 137, 185, 0.07);
}

.single-features-card:hover .features-image {
  -webkit-animation: jackInTheBox 1s;
          animation: jackInTheBox 1s;
}

.features-card-shape {
  position: absolute;
  top: 20%;
  left: 5%;
  -webkit-transform: translateY(-20%) translateX(-5%);
          transform: translateY(-20%) translateX(-5%);
  z-index: -1;
  -webkit-animation: moveleftbounce 2s linear infinite;
          animation: moveleftbounce 2s linear infinite;
}

/*================================================
Agency Wrap Area CSS
=================================================*/
.agency-wrap-content {
  padding-left: 30px;
}

.agency-wrap-content span {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  padding: 5px 15px;
  background: rgba(185, 208, 241, 0.14);
  border-radius: 5px;
  color: #76BAAF;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  letter-spacing: 1px;
  margin-bottom: 18px;
}

.agency-wrap-content span:hover {
  background-color: #ff6d34;
  color: #ffffff;
}

.agency-wrap-content h3 {
  font-size: 36.5px;
  color: #0A0C19;
  line-height: 1.4;
  margin-bottom: 15px;
  font-weight: bold;
}

.agency-wrap-content h3 b {
  position: relative;
  z-index: 1;
}

.agency-wrap-content h3 b::before {
  position: absolute;
  content: "";
  right: -10px;
  top: -18px;
  width: 43px;
  height: 28px;
  z-index: -1;
}

.agency-wrap-content .list {
  padding: 0;
  margin-top: 20px;
  margin-bottom: 0;
  max-width: 480px;
}

.agency-wrap-content .list li {
  list-style-type: none;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 20px rgba(41, 169, 225, 0.1);
          box-shadow: 0px 2px 20px rgba(41, 169, 225, 0.1);
  border-radius: 5px;
  color: #666666;
  font-size: 16.5px;
  position: relative;
  margin-bottom: 15px;
  padding: 15px 15px 15px 48px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.agency-wrap-content .list li:last-child {
  margin-bottom: 0;
}

.agency-wrap-content .list li i {
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #76BAAF;
  font-size: 28px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.agency-wrap-content .list li:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  background: #ff6d34;
  color: #ffffff;
}

.agency-wrap-content .list li:hover i {
  color: #ffffff;
}

.agency-wrap-content .list li.left {
  position: relative;
  left: 25px;
}

.agency-wrap-content .agency-btn {
  margin-top: 28px;
}

.agency-wrap-content .agency-btn .default-btn {
  background: -webkit-gradient(linear, left top, right top, from(#FF439D), to(#EC0473));
  background: linear-gradient(90deg, #FF439D 0%, #EC0473 100%);
  -webkit-box-shadow: -2px 6px 20px rgba(255, 109, 52, 0.08);
          box-shadow: -2px 6px 20px rgba(255, 109, 52, 0.08);
  border-radius: 50px;
}

/*================================================
Companies Wrap Area CSS
=================================================*/
.companies-area {
  position: relative;
  z-index: 1;
}

.companies-area::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 220px;
  width: 100%;
  background-color: #F4FAFD;
  z-index: -1;
}

.companies-area.without-before-color::before {
  display: none;
}

.companies-inner-box {
  background: linear-gradient(89.07deg, #5046BB 0%, #FE7062 100%);
  padding-left: 55px;
  padding-right: 55px;
}

.companies-inner-box .section-title-with-border span {
  color: #ffffff;
}

.companies-inner-box .section-title-with-border h2 {
  color: #ffffff;
}

.companies-item {
  text-align: center;
  margin-bottom: 25px;
}

.companies-item span {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  display: block;
  margin-top: 18px;
  letter-spacing: 1px;
}

.companies-item span a {
  color: #ffffff;
}

/*================================================
Creative Solutions Area CSS
=================================================*/
.creative-solutions-area {
  background-color: #F4FAFD;
}

.creative-solutions-content {
  padding-right: 85px;
}

.creative-solutions-content span {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  padding: 5px 15px;
  background: rgba(185, 208, 241, 0.14);
  border-radius: 5px;
  color: #76BAAF;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  letter-spacing: 1px;
  margin-bottom: 18px;
}

.creative-solutions-content span:hover {
  background-color: #ff6d34;
  color: #ffffff;
}

.creative-solutions-content h3 {
  font-size: 36.5px;
  color: #0A0C19;
  line-height: 1.4;
  margin-bottom: 15px;
  font-weight: bold;
}

.creative-solutions-content h3 b {
  position: relative;
  z-index: 1;
}

.creative-solutions-content h3 b::before {
  position: absolute;
  content: "";
  right: -10px;
  top: -18px;
  width: 43px;
  height: 28px;
  z-index: -1;
}

.creative-solutions-content .creative-list-tabs {
  margin-top: 25px;
}

.creative-solutions-content .creative-list-tabs .nav {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  padding: 0;
  list-style-type: none;
  display: block;
  border: none;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 20px rgba(26, 137, 185, 0.07);
          box-shadow: 0px 4px 20px rgba(26, 137, 185, 0.07);
  border-radius: 0;
}

.creative-solutions-content .creative-list-tabs .nav .nav-item {
  display: inline-block;
  border-radius: 0;
  margin-right: 10px;
}

.creative-solutions-content .creative-list-tabs .nav .nav-item:last-child {
  margin-right: 0;
}

.creative-solutions-content .creative-list-tabs .nav .nav-item .nav-link {
  color: #0A0C19;
  border: none;
  background-color: transparent;
  position: relative;
  z-index: 1;
  padding: 12px 25px;
  font-size: 15.5px;
  font-weight: 600;
  border-radius: 8px;
}

.creative-solutions-content .creative-list-tabs .nav .nav-item .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#FF439D), to(#EC0473));
  background: linear-gradient(90deg, #FF439D 0%, #EC0473 100%);
  -webkit-box-shadow: -2px 6px 20px rgba(255, 109, 52, 0.08);
          box-shadow: -2px 6px 20px rgba(255, 109, 52, 0.08);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: -1;
  border-radius: 0;
}

.creative-solutions-content .creative-list-tabs .nav .nav-item .nav-link:hover, .creative-solutions-content .creative-list-tabs .nav .nav-item .nav-link.active {
  color: #ffffff;
}

.creative-solutions-content .creative-list-tabs .nav .nav-item .nav-link:hover::before, .creative-solutions-content .creative-list-tabs .nav .nav-item .nav-link.active::before {
  width: 100%;
}

.creative-solutions-content .creative-list-tabs .tab-content .tab-pane .creative-inner-card {
  background-color: #ffffff;
  padding: 25px;
  border-radius: 5px;
  margin-top: 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.creative-solutions-content .creative-list-tabs .tab-content .tab-pane .creative-inner-card .content {
  position: relative;
  padding-left: 95px;
}

.creative-solutions-content .creative-list-tabs .tab-content .tab-pane .creative-inner-card .content .icon {
  position: absolute;
  left: 0;
  top: -25px;
}

.creative-solutions-content .creative-list-tabs .tab-content .tab-pane .creative-inner-card .content .icon i {
  display: inline-block;
  width: 70px;
  height: 110px;
  line-height: 110px;
  background-color: #76BAAF;
  color: #ffffff;
  text-align: center;
  font-size: 45px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.creative-solutions-content .creative-list-tabs .tab-content .tab-pane .creative-inner-card .content h4 {
  font-size: 22px;
  margin-bottom: 15px;
}

.creative-solutions-content .creative-list-tabs .tab-content .tab-pane .creative-inner-card .content p {
  margin-bottom: 0;
}

.creative-solutions-content .creative-list-tabs .tab-content .tab-pane .creative-inner-card .content:hover .icon i {
  background-color: #ff6d34;
}

.creative-solutions-content .creative-list-tabs .tab-content .tab-pane .creative-inner-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.creative-solutions-content .creative-list-tabs .tab-content .tab-pane .list {
  padding: 0;
  margin-top: 25px;
  margin-bottom: 0;
}

.creative-solutions-content .creative-list-tabs .tab-content .tab-pane .list li {
  list-style-type: none;
  color: #666666;
  font-size: 15.5px;
  position: relative;
  margin-bottom: 15px;
  padding-left: 32px;
}

.creative-solutions-content .creative-list-tabs .tab-content .tab-pane .list li:last-child {
  margin-bottom: 0;
}

.creative-solutions-content .creative-list-tabs .tab-content .tab-pane .list li i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #76BAAF;
  font-size: 28px;
}

/*================================================
Strategies Area CSS
=================================================*/
.strategies-area {
  background: #F4FAFD;
}

.strategies-content-card {
  background-color: #ffffff;
  padding: 25px;
  border-radius: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-left: 30px;
  margin-bottom: 25px;
}

.strategies-content-card:last-child {
  margin-bottom: 0;
}

.strategies-content-card .content {
  position: relative;
  padding-left: 105px;
}

.strategies-content-card .content .icon {
  position: absolute;
  left: 0;
  top: -25px;
  display: inline-block;
  width: 80px;
  height: 110px;
  line-height: 110px;
  background: -webkit-gradient(linear, left top, right top, from(#FF439D), to(#EC0473));
  background: linear-gradient(90deg, #FF439D 0%, #EC0473 100%);
  -webkit-box-shadow: -2px 6px 20px rgba(255, 109, 52, 0.08);
          box-shadow: -2px 6px 20px rgba(255, 109, 52, 0.08);
  color: #ffffff;
  text-align: center;
  font-size: 45px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.strategies-content-card .content .icon {
  position: absolute;
  left: 0;
  top: -25px;
}

.strategies-content-card .content .icon i {
  display: inline-block;
  width: 80px;
  height: 110px;
  line-height: 110px;
  background: -webkit-gradient(linear, left top, right top, from(#FF439D), to(#EC0473));
  background: linear-gradient(90deg, #FF439D 0%, #EC0473 100%);
  -webkit-box-shadow: -2px 6px 20px rgba(255, 109, 52, 0.08);
          box-shadow: -2px 6px 20px rgba(255, 109, 52, 0.08);
  color: #ffffff;
  text-align: center;
  font-size: 45px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.strategies-content-card .content h4 {
  font-size: 22px;
  margin-bottom: 15px;
}

.strategies-content-card .content p {
  margin-bottom: 0;
}

.strategies-content-card .content:hover .icon i {
  background-color: #ff6d34;
}

.strategies-content-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/*================================================
Cryptocurrency Area CSS
=================================================*/
.cryptocurrency-banner-area {
  background: #EBFBFA;
  padding-top: 25px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.cryptocurrency-banner-area .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.cryptocurrency-banner-content {
  position: relative;
  top: -15px;
}

.cryptocurrency-banner-content span {
  font-size: 16.5px;
  color: #76BAAF;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 18px;
}

.cryptocurrency-banner-content h1 {
  font-size: 65px;
  font-weight: bold;
  color: #0A0C19;
  margin-bottom: 18px;
  line-height: 1.2;
}

.cryptocurrency-banner-content p {
  margin-bottom: 0;
  max-width: 550px;
}

.cryptocurrency-banner-content .banner-btn {
  margin-top: 25px;
}

.cryptocurrency-banner-shape-1 {
  position: absolute;
  top: 8%;
  left: 2%;
  -webkit-transform: translateY(-8%) translateX(-2%);
          transform: translateY(-8%) translateX(-2%);
  z-index: -1;
  -webkit-animation: moveleftbounce 5s linear infinite;
          animation: moveleftbounce 5s linear infinite;
}

.cryptocurrency-banner-shape-2 {
  position: absolute;
  top: 5%;
  left: 35%;
  -webkit-transform: translateY(-5%) translateX(-35%);
          transform: translateY(-5%) translateX(-35%);
  z-index: -1;
  -webkit-animation: moveleftbounce 5s linear infinite;
          animation: moveleftbounce 5s linear infinite;
}

.cryptocurrency-banner-shape-3 {
  position: absolute;
  bottom: 5%;
  left: 15%;
  -webkit-transform: translateY(-5%) translateX(-15%);
          transform: translateY(-5%) translateX(-15%);
  z-index: -1;
  -webkit-animation: moveleftbounce 5s linear infinite;
          animation: moveleftbounce 5s linear infinite;
}

.cryptocurrency-banner-shape-4 {
  position: absolute;
  bottom: 10%;
  right: 30%;
  -webkit-transform: translateY(-10%) translateX(-30%);
          transform: translateY(-10%) translateX(-30%);
  z-index: -1;
}

.cryptocurrency-banner-shape-4 img {
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

/*================================================
Trade Over Area CSS
=================================================*/
.trade-over-area {
  background: #11011E;
  position: relative;
  z-index: 1;
}

.trade-over-area::before {
  position: absolute;
  content: "";
  background-color: #ffffff;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 420px;
  z-index: -1;
}

.trade-over-area .section-title-with-border h2 {
  color: #ffffff;
}

.trade-over-table {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 8px 20px rgba(41, 169, 225, 0.07);
          box-shadow: 0px 8px 20px rgba(41, 169, 225, 0.07);
  padding: 45px 35px;
  border-radius: 5px;
  max-width: 1095px;
  margin: auto;
}

.trade-over-table table, .trade-over-table th, .trade-over-table td {
  border: none;
}

.trade-over-table table {
  margin-bottom: 0;
}

.trade-over-table table thead tr {
  border: none;
}

.trade-over-table table thead tr th {
  border: none;
  border-bottom-width: 0px;
  vertical-align: middle;
  padding: 0;
  white-space: nowrap;
  color: #848E9C;
  font-weight: 500;
  font-size: 17.5px;
  font-family: "Roboto", sans-serif;
  text-align: center;
}

.trade-over-table table thead tr th:first-child {
  text-align: left;
}

.trade-over-table table thead tr th:last-child {
  text-align: right;
}

.trade-over-table table tbody tr {
  border: none;
}

.trade-over-table table tbody tr td {
  border: none;
  border-bottom: 1px solid #f5f4f4;
  vertical-align: middle;
  white-space: nowrap;
  padding: 30px 0 30px 0;
  font-weight: 500;
}

.trade-over-table table tbody tr td .title {
  margin-left: 15px;
}

.trade-over-table table tbody tr td .title p {
  color: #76808E;
  font-weight: 500;
  font-size: 16.5px;
}

.trade-over-table table tbody tr td .title p span {
  color: #0A0C19;
}

.trade-over-table table tbody tr td.price {
  color: #002C60;
  font-size: 14.5px;
  font-weight: 500;
}

.trade-over-table table tbody tr td.percentage {
  color: #76BAAF;
  font-size: 14.5px;
  font-weight: 500;
}

.trade-over-table table tbody tr td .buy-btn {
  display: inline-block;
  padding: 12px 22px;
  background-color: #76BAAF;
  color: #ffffff;
  font-size: 14.5px;
  font-weight: 500;
  letter-spacing: 1px;
  border-radius: 8px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.trade-over-table table tbody tr td .buy-btn:hover {
  background-color: #ff6d34;
}

.trade-over-table table tbody tr:last-child td {
  padding-bottom: 0;
  border: none;
}

.trade-over-table table tbody:not(:first-child) {
  border-top: unset;
}

.trade-over-table-btn {
  text-align: center;
  margin-top: 30px;
}

.trade-over-table-btn .default-btn {
  background-color: transparent;
  border: 2px solid #ff6d34;
  color: #ff6d34 !important;
}

/*================================================
Platform Area CSS
=================================================*/
.platform-area {
  background: #F4FAFD;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.platform-card {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 20px rgba(26, 137, 185, 0.07);
          box-shadow: 0px 6px 20px rgba(26, 137, 185, 0.07);
  padding: 35px;
  border-radius: 5px;
  margin-bottom: 25px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid #ffffff;
  text-align: center;
}

.platform-card .platform-image {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.platform-card .platform-image .vector-shape {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.platform-card .platform-image .image-icon {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.platform-card .platform-content h3 {
  font-size: 25px;
  margin-bottom: 15px;
}

.platform-card .platform-content p {
  margin-bottom: 0;
}

.platform-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  border: 1px solid #ff6d34;
}

.platform-card:hover .platform-image {
  -webkit-animation: jackInTheBox 1s;
          animation: jackInTheBox 1s;
}

.platform-shape-1 {
  position: absolute;
  top: 25%;
  left: 5%;
  -webkit-transform: translateY(-25%) translateX(-5%);
          transform: translateY(-25%) translateX(-5%);
  z-index: -1;
}

.platform-shape-1 img {
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.platform-shape-2 {
  position: absolute;
  top: 25%;
  right: 10%;
  -webkit-transform: translateY(-25%) translateX(-10%);
          transform: translateY(-25%) translateX(-10%);
  z-index: -1;
  -webkit-animation: moveleftbounce 5s linear infinite;
          animation: moveleftbounce 5s linear infinite;
}

.platform-shape-3 {
  position: absolute;
  bottom: 5%;
  right: 5%;
  -webkit-transform: translateY(-5%) translateX(-5%);
          transform: translateY(-5%) translateX(-5%);
  z-index: -1;
}

.platform-shape-3 img {
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

/*================================================
Investing Area CSS
=================================================*/
.investing-content {
  position: relative;
  padding-left: 105px;
  margin-bottom: 25px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.investing-content:last-child {
  margin-bottom: 0;
}

.investing-content .icon {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  height: 80px;
  width: 80px;
  line-height: 80px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 15px rgba(26, 137, 185, 0.09);
          box-shadow: 0px 4px 15px rgba(26, 137, 185, 0.09);
  border-radius: 50px;
  text-align: center;
  font-size: 40px;
  color: #ff6d34;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.investing-content .icon img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.investing-content h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.investing-content p {
  margin-bottom: 0;
}

.investing-content:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/*================================================
Rates Wrap Area CSS
=================================================*/
.rates-wrap-area {
  background-color: #F4FAFD;
}

.rates-with-box-style .col-lg-6:nth-child(2) .rates-wrap-card {
  margin-bottom: 25px;
}

.rates-wrap-card {
  background-color: #ffffff;
  border: 1px solid #EBD7D3;
  padding: 25px;
  border-radius: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.rates-wrap-card .rates-image {
  display: inline-block;
  height: 90px;
  width: 90px;
  line-height: 90px;
  background-color: #ffffff;
  text-align: center;
  border-radius: 50px;
  -webkit-box-shadow: 0px 4px 15px rgba(26, 137, 185, 0.09);
          box-shadow: 0px 4px 15px rgba(26, 137, 185, 0.09);
  margin-bottom: 25px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.rates-wrap-card .rates-image img {
  max-width: 50px;
}

.rates-wrap-card h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.rates-wrap-card p {
  margin-bottom: 0;
}

.rates-wrap-card:hover {
  border: 1px solid #ff6d34;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.rates-wrap-content {
  padding-left: 35px;
}

.rates-wrap-content span {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  padding: 5px 15px;
  background: rgba(185, 208, 241, 0.14);
  border-radius: 5px;
  color: #76BAAF;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  letter-spacing: 1px;
  margin-bottom: 18px;
}

.rates-wrap-content span:hover {
  background-color: #ff6d34;
  color: #ffffff;
}

.rates-wrap-content h3 {
  font-size: 36.5px;
  color: #0A0C19;
  line-height: 1.4;
  margin-bottom: 15px;
  font-weight: bold;
}

.rates-wrap-content h3 b {
  color: #ff6d34;
}

.rates-wrap-content .list {
  padding: 0;
  margin-top: 18px;
  margin-bottom: 0;
}

.rates-wrap-content .list li {
  list-style-type: none;
  color: #666666;
  font-size: 16.5px;
  position: relative;
  margin-bottom: 15px;
  padding-left: 32px;
}

.rates-wrap-content .list li:last-child {
  margin-bottom: 0;
}

.rates-wrap-content .list li i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #76BAAF;
  font-size: 28px;
}

.rates-wrap-content .list li strong {
  font-weight: 400;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #29A9E1;
}

/*================================================
Mobile App Area CSS
=================================================*/
.mobile-app-area {
  background-color: #6E97CF;
  padding-top: 50px;
  padding-bottom: 50px;
}

.mobile-app-content {
  max-width: 635px;
  margin-left: auto;
}

.mobile-app-content h3 {
  font-size: 36.5px;
  color: #ffffff;
  line-height: 1.4;
  margin-bottom: 15px;
  font-weight: bold;
}

.mobile-app-content p {
  color: #ffffff;
}

.mobile-app-content .app-list {
  padding: 0;
  margin-top: 25px;
  margin-bottom: 0;
}

.mobile-app-content .app-list li {
  display: inline-block;
  margin-right: 10px;
}

.mobile-app-content .app-list li:last-child {
  margin-right: 0;
}

.mobile-app-content .app-list li a img {
  border-radius: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.mobile-app-content .app-list li a img:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/*================================================
Cyber Security Banner Area CSS
=================================================*/
.cyber-security-banner-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-top: 2.5px solid #160622;
  padding-top: 100px;
  padding-bottom: 130px;
}

.cyber-security-banner-area .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.cyber-security-banner-content span {
  display: inline-block;
  background: rgba(185, 208, 241, 0.14);
  border-radius: 5px;
  color: #76BAAF;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: 18px;
}

.cyber-security-banner-content span:hover {
  background-color: #76BAAF;
  color: #ffffff;
}

.cyber-security-banner-content h1 {
  font-size: 70px;
  color: #ffffff;
  margin-bottom: 15px;
  line-height: 1.2;
}

.cyber-security-banner-content p {
  color: #ffffff;
  max-width: 550px;
  margin-bottom: 0;
}

.cyber-security-banner-content .banner-btn {
  margin-top: 25px;
}

.cyber-security-banner-content .banner-btn .default-btn.bg-76BAAF {
  background-color: #76BAAF;
  margin-left: 15px;
}

.cyber-security-dot-shape {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  text-align: center;
}

.cyber-security-shape-1 {
  position: absolute;
  top: 5%;
  left: 25%;
  -webkit-transform: translateY(-5%) translateX(-25%);
          transform: translateY(-5%) translateX(-25%);
  z-index: -1;
}

.cyber-security-shape-1 img {
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.cyber-security-shape-2 {
  position: absolute;
  bottom: 0;
  left: 2%;
  -webkit-transform: translateX(-2%);
          transform: translateX(-2%);
  z-index: -1;
  -webkit-animation: moveleftbounce 5s linear infinite;
          animation: moveleftbounce 5s linear infinite;
}

.cyber-security-shape-3 {
  position: absolute;
  bottom: 5%;
  left: 35%;
  -webkit-transform: translateY(-5%) translateX(-35%);
          transform: translateY(-5%) translateX(-35%);
  z-index: -1;
}

.cyber-security-shape-3 img {
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

/*================================================
CS Features Area CSS
=================================================*/
.cs-features-card {
  background: #160622;
  border: 1px solid #220E32;
  padding: 35px;
  border-radius: 5px;
  margin-bottom: 25px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
}

.cs-features-card .features-image {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.cs-features-card .features-image .vector-shape {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.cs-features-card .features-image .image-icon {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cs-features-card .features-content h3 {
  font-size: 25px;
  margin-bottom: 15px;
  color: #ffffff;
  line-height: 1.4;
}

.cs-features-card .features-content h3 a {
  color: #ffffff;
}

.cs-features-card .features-content p {
  margin-bottom: 16.5px;
  color: #ffffff;
}

.cs-features-card .features-content .features-btn {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.cs-features-card .features-content .features-btn:hover {
  color: #ff6d34;
}

.cs-features-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  border: 1px solid #ff6d34;
}

.cs-features-card:hover .features-image {
  -webkit-animation: jackInTheBox 1s;
          animation: jackInTheBox 1s;
}

/*================================================
CS About Area CSS
=================================================*/
.cs-about-content {
  padding-left: 20px;
}

.cs-about-content span {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  padding: 5px 15px;
  background: rgba(185, 208, 241, 0.14);
  border-radius: 5px;
  color: #76BAAF;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  letter-spacing: 1px;
  margin-bottom: 18px;
}

.cs-about-content span:hover {
  background-color: #ff6d34;
  color: #ffffff;
}

.cs-about-content h3 {
  font-size: 36.5px;
  color: #ffffff;
  line-height: 1.4;
  margin-bottom: 15px;
  font-weight: bold;
}

.cs-about-content h3 b {
  color: #ff6d34;
}

.cs-about-content p {
  color: #ffffff;
}

.cs-about-content .about-card {
  margin-top: 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.cs-about-content .about-card .icon {
  margin-bottom: 25px;
}

.cs-about-content .about-card .icon i {
  display: inline-block;
  height: 65px;
  width: 65px;
  line-height: 65px;
  background: rgba(255, 255, 255, 0.04);
  color: #ff6d34;
  text-align: center;
  font-size: 30px;
  border-radius: 50px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.cs-about-content .about-card h4 {
  color: #ffffff;
  font-size: 22px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 22px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.cs-about-content .about-card p {
  margin-bottom: 0;
}

.cs-about-content .about-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.cs-about-content .about-card:hover .icon i {
  background-color: #ff6d34;
  color: #ffffff;
}

.cs-about-content .about-card:hover h4 {
  border-bottom: 1px solid #ff6d34;
}

.cs-about-image {
  text-align: center;
}

.cs-about-image img {
  text-align: center;
}

/*================================================
Premium Security Area CSS
=================================================*/
.premium-security-content .content span {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  padding: 5px 15px;
  background: rgba(185, 208, 241, 0.14);
  border-radius: 5px;
  color: #76BAAF;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  letter-spacing: 1px;
  margin-bottom: 18px;
}

.premium-security-content .content span:hover {
  background-color: #ff6d34;
  color: #ffffff;
}

.premium-security-content .content h3 {
  font-size: 36.5px;
  color: #ffffff;
  line-height: 1.5;
  margin-bottom: 15px;
  font-weight: bold;
}

.premium-security-content .content h3 b {
  color: #ff6d34;
}

.premium-security-content .content p {
  color: #ffffff;
  max-width: 500px;
}

.premium-security-content .skill-bar {
  margin-top: 20px;
}

.premium-security-content .skill-bar .progress-title-holder {
  position: relative;
  margin-bottom: 10px;
}

.premium-security-content .skill-bar .progress-title {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 1px;
}

.premium-security-content .skill-bar .progress-number-mark {
  position: absolute;
  bottom: 0;
  -webkit-transform: translateX(-75%);
          transform: translateX(-75%);
  font-weight: 500;
  background: #ffffff;
  color: #76BAAF;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 53, 112, 0.18);
          box-shadow: 0px 4px 20px rgba(0, 53, 112, 0.18);
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  padding: 2px 8px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.premium-security-content .skill-bar .progress-number-mark:hover {
  background-color: #76BAAF;
  color: #ffffff;
}

.premium-security-content .skill-bar .progress-content-outter {
  background-color: #ffffff;
  border-radius: 30px;
}

.premium-security-content .skill-bar .progress-content {
  height: 8px;
  background: #ff6d34;
  border-radius: 30px;
  width: 0%;
}

.premium-security-content .bottom-text {
  margin-top: 25px;
}

.premium-security-content .bottom-text p {
  color: #ffffff;
  margin-bottom: 0;
  max-width: 500px;
}

.premium-security-image {
  text-align: center;
  padding-left: 20px;
}

/*================================================
CS Services Area CSS
=================================================*/
.cs-services-card {
  background: #160622;
  border: 1px solid #220E32;
  padding: 35px;
  border-radius: 5px;
  margin-bottom: 25px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
}

.cs-services-card .services-image {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.cs-services-card .services-image .vector-shape {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.cs-services-card .services-image .image-icon {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cs-services-card .services-content h3 {
  font-size: 25px;
  margin-bottom: 15px;
  line-height: 1.4;
}

.cs-services-card .services-content h3 a {
  color: #ffffff;
}

.cs-services-card .services-content h3 a:hover {
  color: #ff6d34;
}

.cs-services-card .services-content p {
  margin-bottom: 16.5px;
  color: #ffffff;
}

.cs-services-card .services-content .services-btn {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.cs-services-card .services-content .services-btn:hover {
  color: #ff6d34;
}

.cs-services-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  border: 1px solid #ff6d34;
}

.cs-services-card:hover .services-image {
  -webkit-animation: jackInTheBox 1s;
          animation: jackInTheBox 1s;
}

/*================================================
CS Pricing Area CSS
=================================================*/
.wrapper-full.hide {
  display: none;
}

.cs-pricing-switcher {
  text-align: center;
  margin-bottom: 45px;
}

.cs-pricing-switcher .toggle, .cs-pricing-switcher .toggler {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
  cursor: pointer;
}

.cs-pricing-switcher .toggler {
  color: #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-weight: 500;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}

.cs-pricing-switcher .toggler.toggler--is-active {
  color: #ff6d34;
}

.cs-pricing-switcher .toggle {
  position: relative;
  width: 55px;
  height: 25px;
  border-radius: 100px;
  background-color: #ffffff;
  overflow: hidden;
}

.cs-pricing-switcher .toggle .b {
  display: block;
}

.cs-pricing-switcher .toggle .switch {
  position: absolute;
  left: 5px;
  top: 5px;
  bottom: 5px;
  right: 65.5%;
  background-color: #76BAAF;
  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;
}

.cs-pricing-switcher .toggle .check {
  position: absolute;
  display: block;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 6;
}

.cs-pricing-switcher .toggle .check:checked ~ .switch {
  right: 5px;
  left: 65.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;
}

.cs-pricing-card {
  border: 1px solid #220E32;
  padding: 45px;
  border-radius: 5px;
  margin-bottom: 25px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.cs-pricing-card .pricing-header h3 {
  font-size: 25px;
  color: #ff6d34;
  margin-bottom: 15px;
}

.cs-pricing-card .pricing-price {
  font-size: 35px;
  color: #76BAAF;
  margin-bottom: 12px;
}

.cs-pricing-card .pricing-price span {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  position: relative;
  top: -5.5px;
}

.cs-pricing-card p {
  color: #ffffff;
  margin-bottom: 20px;
}

.cs-pricing-card .pricing-list {
  background: #160622;
  border: 1px solid #220E32;
  padding: 25px;
  margin-bottom: 0;
  border-radius: 5px;
}

.cs-pricing-card .pricing-list li {
  list-style-type: none;
  margin-bottom: 18px;
  color: #ffffff;
  font-size: 16.5px;
  position: relative;
  padding-left: 32px;
}

.cs-pricing-card .pricing-list li:last-child {
  margin-bottom: 0;
}

.cs-pricing-card .pricing-list li i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #76BAAF;
  font-size: 28px;
}

.cs-pricing-card .pricing-btn {
  margin-top: 25px;
}

.cs-pricing-card .pricing-btn .default-btn {
  border: 2px solid #ff6d34;
  background-color: transparent;
  color: #ffffff;
  border-radius: 5px;
}

.cs-pricing-card .pricing-shape {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  text-align: center;
}

.cs-pricing-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  background: #160622;
}

.cs-pricing-card:hover .pricing-btn .default-btn {
  background-color: #ff6d34 !important;
}

/*================================================
CS FunFacts Area CSS
=================================================*/
.cs-funfacts-inner-box {
  background: #160622;
  border: 1px solid #220E32;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  padding-left: 50px;
  padding-right: 50px;
}

.cs-funfacts-card {
  margin-bottom: 25px;
  position: relative;
  padding-left: 105px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.cs-funfacts-card .icon {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 40px;
  background: rgba(255, 255, 255, 0.05);
  color: #ff6d34;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50px;
}

.cs-funfacts-card .icon img {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
  max-width: 35px;
}

.cs-funfacts-card h3 {
  font-size: 40px;
  color: #ffffff;
  margin-bottom: 12px;
}

.cs-funfacts-card h3 .plus {
  font-size: 24px;
  position: relative;
  top: 2px;
  color: #76BAAF;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.cs-funfacts-card h3 .percentage {
  font-size: 35px;
  position: relative;
  left: -5px;
  color: #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.cs-funfacts-card p {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 0;
}

.cs-funfacts-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.cs-funfacts-card:hover .icon i {
  background: #ff6d34;
  color: #ffffff;
}

.cs-funfacts-card:hover h3 .plus {
  color: #ffffff;
}

.cs-funfacts-card:hover h3 .percentage {
  color: #ffffff;
}

.cs-funfacts-shape1 {
  position: absolute;
  top: 0;
  left: -15px;
  z-index: -1;
}

.cs-funfacts-shape1 img {
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.cs-funfacts-shape2 {
  position: absolute;
  bottom: 0;
  right: -15px;
  z-index: -1;
}

.cs-funfacts-shape2 img {
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

/*================================================
CS Reviews Area CSS
=================================================*/
.cs-reviews-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.cs-reviews-form {
  background: #11011E;
  border: 1px solid #220E32;
  padding: 45px 35px;
  border-radius: 5px;
  max-width: 500px;
  margin: 0 0 0 auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.cs-reviews-form h3 {
  font-size: 25.8px;
  margin-bottom: 30px;
  color: #ff6d34;
}

.cs-reviews-form .form-group .form-control {
  display: inline-block;
  height: 55px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 5px;
  outline: 0;
  padding: 15px 18px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #666666 !important;
}

.cs-reviews-form .form-group .form-control:focus {
  background: rgba(255, 255, 255, 0.02);
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ff6d34;
}

.cs-reviews-form .form-group .form-control:focus::-webkit-input-placeholder {
  color: transparent !important;
}

.cs-reviews-form .form-group .form-control:focus:-ms-input-placeholder {
  color: transparent !important;
}

.cs-reviews-form .form-group .form-control:focus::-ms-input-placeholder {
  color: transparent !important;
}

.cs-reviews-form .form-group .form-control:focus::placeholder {
  color: transparent !important;
}

.cs-reviews-form .form-group .form-control::-webkit-input-placeholder {
  color: #666666 !important;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.cs-reviews-form .form-group .form-control:-ms-input-placeholder {
  color: #666666 !important;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.cs-reviews-form .form-group .form-control::-ms-input-placeholder {
  color: #666666 !important;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.cs-reviews-form .form-group .form-control::placeholder {
  color: #666666 !important;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.cs-reviews-form .form-group textarea.form-control {
  min-height: 135px;
}

.cs-reviews-form .form-group .form-select {
  display: inline-block;
  height: 55px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 5px;
  outline: 0;
  padding: 15px 18px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #666666 !important;
  width: 100%;
}

.cs-reviews-form .form-group .form-select:focus {
  background: rgba(255, 255, 255, 0.02);
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ff6d34;
}

.cs-reviews-form .default-btn {
  background: #76BAAF;
  -webkit-box-shadow: -2px 6px 20px rgba(255, 109, 52, 0.08);
          box-shadow: -2px 6px 20px rgba(255, 109, 52, 0.08);
  border-radius: 5px;
  border: none;
  width: 100%;
  padding: 15px;
}

.cs-reviews-form .default-btn:hover {
  background: #ff6d34;
}

.cs-reviews-form:hover {
  border: 1px solid #ff6d34;
}

.cs-reviews-item {
  padding-left: 100px;
}

.cs-reviews-item .content {
  margin-bottom: 35px;
}

.cs-reviews-item .content span {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  padding: 5px 15px;
  background: rgba(185, 208, 241, 0.14);
  border-radius: 5px;
  color: #76BAAF;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  letter-spacing: 1px;
  margin-bottom: 18px;
}

.cs-reviews-item .content span:hover {
  background-color: #ff6d34;
  color: #ffffff;
}

.cs-reviews-item .content h3 {
  font-size: 36.5px;
  color: #ffffff;
  line-height: 1.5;
  margin-bottom: 0;
  font-weight: bold;
}

.cs-reviews-item .content h3 b {
  color: #ff6d34;
}

.cs-reviews-single-card {
  background: #160622;
  border: 1px solid #220E32;
  padding: 50px;
  border-radius: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  z-index: 1;
}

.cs-reviews-single-card .rating {
  padding: 0;
  margin-bottom: 20px;
}

.cs-reviews-single-card .rating li {
  list-style-type: none;
  display: inline-block;
  margin-right: 5px;
}

.cs-reviews-single-card .rating li:last-child {
  margin-right: 0;
}

.cs-reviews-single-card .rating li i {
  color: #FFB820;
  font-size: 25px;
}

.cs-reviews-single-card p {
  color: #ffffff;
  font-size: 17px;
}

.cs-reviews-single-card .client-info {
  margin-top: 25px;
}

.cs-reviews-single-card .client-info img {
  max-width: 55px;
  border-radius: 50%;
}

.cs-reviews-single-card .client-info .title {
  margin-left: 15px;
}

.cs-reviews-single-card .client-info .title h3 {
  font-size: 20px;
  margin-bottom: 0;
  color: #ffffff;
  font-weight: 600;
}

.cs-reviews-single-card .client-info .title span {
  font-size: 14px;
  color: #76BAAF;
  font-weight: 400;
  display: block;
  margin-top: 15px;
}

.cs-reviews-single-card .quote-icon {
  position: absolute;
  right: 40px;
  bottom: 20px;
  z-index: -1;
}

.cs-reviews-single-card .quote-icon i {
  font-size: 65px;
  color: rgba(255, 255, 255, 0.05);
}

.cs-reviews-single-card:hover {
  border: 1px solid #ff6d34;
}

.cs-reviews-slides.owl-theme .owl-nav {
  margin-top: 20px;
}

.cs-reviews-slides.owl-theme .owl-nav [class*="owl-"] {
  margin: 0 45px 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
  position: relative;
  top: unset;
  left: unset;
  width: unset;
  height: unset;
  line-height: unset;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 25px;
  color: #ffffff;
}

.cs-reviews-slides.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
  color: #ff6d34;
}

.cs-reviews-slides.owl-theme .owl-dots {
  text-align: center;
  position: absolute;
  bottom: 11px;
  z-index: -1;
  right: 38px;
  left: 0;
  margin: auto !important;
}

.cs-reviews-slides.owl-theme .owl-dots .owl-dot {
  position: relative;
}

.cs-reviews-slides.owl-theme .owl-dots .owl-dot::before {
  position: absolute;
  content: "";
  left: 14px;
  right: 0;
  top: 0;
  margin: auto;
  text-align: center;
  width: 1px;
  height: 15px;
  z-index: -1;
  background-color: #ffffff;
  -webkit-transform: rotate(8deg);
          transform: rotate(8deg);
}

.cs-reviews-slides.owl-theme .owl-dots .owl-dot span {
  width: auto;
  font-weight: 600;
  height: auto;
  background: transparent !important;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 50%;
  position: relative;
  margin: 0 0;
  line-height: 1;
  color: #ffffff;
  padding: 0 5px;
}

.cs-reviews-slides.owl-theme .owl-dots .owl-dot span::before {
  position: relative;
  content: "1";
}

.cs-reviews-slides.owl-theme .owl-dots .owl-dot:hover span, .cs-reviews-slides.owl-theme .owl-dots .owl-dot.active span {
  color: #ff6d34;
}

.cs-reviews-slides.owl-theme .owl-dots .owl-dot:first-child span {
  margin-left: 0;
  padding-left: 0;
}

.cs-reviews-slides.owl-theme .owl-dots .owl-dot:last-child span {
  margin-right: 0;
  padding-right: 0;
}

.cs-reviews-slides.owl-theme .owl-dots .owl-dot:last-child::before {
  display: none;
}

.cs-reviews-slides.owl-theme .owl-dots .owl-dot:nth-child(2) span::before {
  content: "2";
}

.cs-reviews-slides.owl-theme .owl-dots .owl-dot:nth-child(3) span::before {
  content: "3";
}

.cs-reviews-slides.owl-theme .owl-dots .owl-dot:nth-child(4) span::before {
  content: "4";
}

.cs-reviews-slides.owl-theme .owl-dots .owl-dot:nth-child(5) span::before {
  content: "5";
}

.cs-reviews-slides.owl-theme .owl-dots .owl-dot:nth-child(6) span::before {
  content: "6";
}

.cs-reviews-slides.owl-theme .owl-dots .owl-dot:nth-child(7) span::before {
  content: "7";
}

.cs-reviews-slides.owl-theme .owl-dots .owl-dot:nth-child(8) span::before {
  content: "8";
}

.cs-reviews-slides.owl-theme .owl-dots .owl-dot:nth-child(9) span::before {
  content: "9";
}

.cs-reviews-slides.owl-theme .owl-dots .owl-dot:nth-child(10) span::before {
  content: "10";
}

.cs-reviews-shape1 {
  position: absolute;
  bottom: 8%;
  left: 13%;
  -webkit-transform: translateY(-8%) translateX(-5%);
          transform: translateY(-8%) translateX(-5%);
  z-index: -1;
}

.cs-reviews-shape2 {
  position: absolute;
  bottom: 10%;
  left: 45.5%;
  -webkit-transform: translateY(-10%) translateX(-46.5%);
          transform: translateY(-10%) translateX(-46.5%);
  z-index: -1;
}

.cs-reviews-single-card-large {
  padding: 50px;
  border-radius: 0;
}

.cs-reviews-single-card-large .rating li i {
  font-size: 28px;
}

.cs-reviews-single-card-large p {
  font-size: 18px;
}

/*================================================
Footer Wrap Area CSS
=================================================*/
.footer-wrap-area {
  background-color: #1F102B;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.footer-wrap-area .single-footer-widget .logo a {
  color: #ffffff;
}

.footer-wrap-area .single-footer-widget p {
  color: #ffffff;
}

.footer-wrap-area .single-footer-widget .social-links li a {
  border: 1px solid #ff6d34;
  color: #ffffff;
  padding: 0 !important;
}

.footer-wrap-area .single-footer-widget .social-links li a::before {
  display: none;
}

.footer-wrap-area .single-footer-widget h3 {
  color: #ffffff;
  letter-spacing: 1px;
  font-size: 20px;
}

.footer-wrap-area .single-footer-widget ul li a {
  color: #ffffff;
}

.footer-wrap-area .single-footer-widget ul li a:hover {
  color: #ff6d34;
}

.footer-wrap-area .single-footer-widget .textwidget ul li {
  color: #fff;
}

.footer-wrap-area .copyright-area {
  background: #11011E;
  margin-top: 75px;
}

.footer-wrap-dot-shape {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  z-index: -1;
  text-align: center;
  -webkit-animation: moveleftbounce 5s linear infinite;
          animation: moveleftbounce 5s linear infinite;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  max-width: 1320px;
}

.project-details-area .container, .project-details-area .container-lg, .project-details-area .container-md, .project-details-area .container-sm, .project-details-area .container-xl, .project-details-area .container-xxl, .blog-area .container, .blog-area .container-lg, .blog-area .container-md, .blog-area .container-sm, .blog-area .container-xl, .blog-area .container-xxl, .blog-details-area .container, .blog-details-area .container-lg, .blog-details-area .container-md, .blog-details-area .container-sm, .blog-details-area .container-xl, .blog-details-area .container-xxl {
  max-width: 1140px;
}

/* End "Digital Solutions", "Cryptocurrency", "Social Media Marketing" & "Cyber Security" "Demo CSS" */
.woocommerce .blockUI.blockOverlay::before {
  display: none !important;
}