/*
@File: Evolta Template Styles

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

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

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

** - Default Area CSS
** - Preloader Area CSS
** - Navbar Area CSS
** - Main Banner Area CSS
** - Services Area CSS
** - Services Details Area CSS
** - About Area CSS
** - Why Choose Us Area CSS
** - Funfacts Area CSS
** - CTA Area CSS
** - Projects Area CSS
** - Projects Details Area CSS
** - Partner Area CSS
** - Team Area CSS
** - Testimonials Area CSS
** - Blog Area CSS
** - Blog Details Area CSS
** - Page Title Area CSS
** - Pagination Area CSS
** - Sidebar Area CSS
** - Shop Area CSS
** - Product Details Area CSS
** - Cart CSS
** - Checkout CSS
** - FAQ Area CSS
** - Contact Area CSS
** - 404 Error Area CSS
** - Coming Soon Area CSS
** - Subscribe Area CSS
** - Footer Area CSS
** - Go Top CSS
*/
/*================================================
Default CSS
=================================================*/
@import url("https://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap");
body {
  padding: 0;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}

a {
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
  color: #333333;
}

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

button {
  outline: 0 !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #333333;
  font-family: "Dosis", sans-serif;
}

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

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

p {
  font-size: 14px;
  color: #57647c;
  margin-bottom: 15px;
  line-height: 1.8;
}

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

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

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

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

img {
  max-width: 100%;
}

/*section-title*/
.section-title {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 60px;
}

.section-title .content {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
  padding-left: 15px;
  padding-right: 15px;
}

.section-title .content span {
  display: block;
  color: #F15B23;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 15px;
  font-family: "Dosis", sans-serif;
}

.section-title .content h2 {
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
}

.section-title .content p {
  margin-bottom: 0;
  margin-top: 10px;
}

.section-title .image {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
  padding-left: 15px;
  padding-right: 15px;
}

.section-title-style-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 60px;
}

.section-title-style-two .content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 60px;
}

.section-title-style-two .content span {
  display: block;
  color: #F15B23;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 15px;
  font-family: "Dosis", sans-serif;
}

.section-title-style-two .content h2 {
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
}

.section-title-style-two .content p {
  margin-bottom: 0;
  margin-top: 10px;
}

.section-title-style-two .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.section-title-style-two.text-center {
  display: block;
  -ms-flex-wrap: unset;
      flex-wrap: unset;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.section-title-style-two.text-center .content {
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.section-title-style-two.text-center .text {
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  max-width: 100%;
  margin-top: 15px;
  padding-left: 0;
  padding-right: 0;
}

/*btn-primary*/
.btn {
  border: none;
  line-height: initial;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 10px 32px 12px;
  position: relative;
  z-index: 1;
  opacity: 1 !important;
  font-size: 16px;
  font-family: "Dosis", sans-serif;
  font-weight: 600;
}

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

.btn-primary::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: -webkit-gradient(linear, left top, right top, from(#49c628), color-stop(#53d23c), color-stop(#5ddd4e), color-stop(#66e95f), to(#70f570));
  background: linear-gradient(to right, #49c628, #53d23c, #5ddd4e, #66e95f, #70f570);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}

.btn-primary::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: -webkit-gradient(linear, left top, right top, from(#fc4a1a), color-stop(#fd6b12), color-stop(#fc8712), color-stop(#faa01f), to(#f7b733));
  background: linear-gradient(to right, #fc4a1a, #fd6b12, #fc8712, #faa01f, #f7b733);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}

.btn-primary:hover, .btn-primary:focus {
  background: transparent !important;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  color: #ffffff !important;
}

.btn-primary:hover::before, .btn-primary:focus::before {
  opacity: 0;
  visibility: hidden;
}

.btn-primary:hover::after, .btn-primary:focus::after {
  opacity: 1;
  visibility: visible;
}

.btn-light {
  background-color: transparent;
  color: #333333;
  border: 1px solid #d7d7d7;
  padding: 9px 32px 11px;
}

.btn-light:hover, .btn-light:focus {
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  background-color: #F15B23 !important;
  color: #ffffff !important;
  border-color: #F15B23 !important;
}

/*form-control*/
.form-control {
  height: 45px;
  border: 1px solid #eeeeee;
  background-color: transparent;
  border-radius: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #333333;
  line-height: initial;
  padding-left: 13px;
  font-size: 14px;
}

.form-control:hover, .form-control:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

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

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

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

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

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

/*read-more-btn*/
.read-more-btn {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  font-family: "Dosis", sans-serif;
}

.read-more-btn i {
  color: #F15B23;
  margin-left: 2px;
  position: relative;
  top: -0.6px;
}

.read-more-btn i::before {
  font-size: 11px;
}

.read-more-btn:hover {
  letter-spacing: .5px;
  color: #F15B23;
}

/*================================================
Preloader Area CSS
=================================================*/
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  text-align: center;
  -webkit-transition: .9s;
  transition: .9s;
}

.preloader .sk-circle {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: 0 auto;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
}

.preloader .sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.preloader .sk-circle .sk-child::before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #ffffff;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.preloader .sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.preloader .sk-circle .sk-circle2::before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}

.preloader .sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}

.preloader .sk-circle .sk-circle3::before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

.preloader .sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.preloader .sk-circle .sk-circle4::before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}

.preloader .sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
}

.preloader .sk-circle .sk-circle5::before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

.preloader .sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
}

.preloader .sk-circle .sk-circle6::before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}

.preloader .sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.preloader .sk-circle .sk-circle7::before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}

.preloader .sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
          transform: rotate(210deg);
}

.preloader .sk-circle .sk-circle8::before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

.preloader .sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
}

.preloader .sk-circle .sk-circle9::before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}

.preloader .sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.preloader .sk-circle .sk-circle10::before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.preloader .sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
          transform: rotate(300deg);
}

.preloader .sk-circle .sk-circle11::before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}

.preloader .sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
          transform: rotate(330deg);
}

.preloader .sk-circle .sk-circle12::before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

.preloader::before, .preloader::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 60%;
  height: 100%;
  z-index: -1;
  background: #F15B23;
  -webkit-transition: .9s;
  transition: .9s;
}

.preloader::after {
  left: auto;
  right: 0;
}

.preloader.preloader-deactivate {
  visibility: hidden;
}

.preloader.preloader-deactivate::after, .preloader.preloader-deactivate::before {
  width: 0;
}

.preloader.preloader-deactivate .sk-circle {
  opacity: 0;
  visibility: hidden;
}

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/*================================================
Navbar Area CSS
=================================================*/
.evolta-responsive-nav {
  display: none;
}

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

.evolta-nav {
  background-color: transparent;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 40px;
  padding-left: 40px;
}

.evolta-nav .navbar {
  padding-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
}

.evolta-nav .navbar ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.evolta-nav .navbar .navbar-nav {
  font-family: "Dosis", sans-serif;
  margin-left: 110px;
}

.evolta-nav .navbar .navbar-nav .nav-item {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
}

.evolta-nav .navbar .navbar-nav .nav-item a {
  font-size: 17px;
  font-weight: 600;
  color: #333333;
  text-transform: capitalize;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 13px;
  margin-right: 13px;
}

.evolta-nav .navbar .navbar-nav .nav-item a:hover, .evolta-nav .navbar .navbar-nav .nav-item a:focus, .evolta-nav .navbar .navbar-nav .nav-item a.active {
  color: #F15B23;
}

.evolta-nav .navbar .navbar-nav .nav-item a i {
  font-size: 10px;
}

.evolta-nav .navbar .navbar-nav .nav-item:last-child a {
  margin-right: 0;
}

.evolta-nav .navbar .navbar-nav .nav-item:first-child a {
  margin-left: 0;
}

.evolta-nav .navbar .navbar-nav .nav-item:hover a, .evolta-nav .navbar .navbar-nav .nav-item:focus a, .evolta-nav .navbar .navbar-nav .nav-item.active a {
  color: #F15B23;
}

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

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

.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  text-transform: capitalize;
  padding: 8px 15px;
  margin: 0;
  color: #333333;
  font-size: 16px;
}

.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #F15B23;
}

.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: 220px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #333333;
}

.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #F15B23;
}

.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: 220px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #333333;
  text-transform: capitalize;
}

.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #F15B23;
}

.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #333333;
  text-transform: capitalize;
}

.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #F15B23;
}

.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #333333;
  text-transform: capitalize;
}

.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #F15B23;
}

.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #333333;
  text-transform: capitalize;
}

.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #F15B23;
}

.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #333333;
  text-transform: capitalize;
}

.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #F15B23;
}

.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #F15B23;
}

.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #F15B23;
}

.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #F15B23;
}

.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #F15B23;
}

.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: #F15B23;
}

.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #F15B23;
}

.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

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

.evolta-nav .navbar .others-options {
  margin-left: 20px;
}

.evolta-nav .navbar .others-options .cart-btn {
  display: inline-block;
  position: relative;
  top: 3px;
}

.evolta-nav .navbar .others-options .btn {
  margin-left: 15px;
}

.evolta-nav .navbar .others-options .option-item {
  color: #333333;
  display: inline-block;
  position: relative;
  line-height: initial;
  margin-left: 15px;
  top: 4px;
}

.evolta-nav .navbar .others-options .option-item .search-btn {
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.evolta-nav .navbar .others-options .option-item .search-btn::before {
  font-size: 17px;
}

.evolta-nav .navbar .others-options .option-item .search-btn:hover {
  color: #F15B23;
}

.evolta-nav .navbar .others-options .option-item .close-btn {
  cursor: pointer;
  display: none;
  font-size: 17px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 17px;
}

.evolta-nav .navbar .others-options .option-item .close-btn.active {
  display: block;
}

.evolta-nav .navbar .others-options .option-item .close-btn:hover {
  color: #F15B23;
}

.evolta-nav .navbar .others-options .option-item a {
  color: #333333;
}

.evolta-nav .navbar .others-options .option-item a i::before {
  font-size: 17px;
}

.evolta-nav .navbar .others-options .option-item a span {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: -webkit-gradient(linear, left top, right top, from(#fc4a1a), color-stop(#fd6b12), color-stop(#fc8712), color-stop(#faa01f), to(#f7b733));
  background: linear-gradient(to right, #fc4a1a, #fd6b12, #fc8712, #faa01f, #f7b733);
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  line-height: 15px;
  font-weight: 600;
  font-size: 10px;
  position: relative;
  top: -12px;
  left: -12px;
}

.evolta-nav.navbar-style-two .navbar .navbar-nav {
  margin-left: auto;
}

.navbar-area {
  background-color: transparent;
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
  z-index: 999;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navbar-area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  background-color: #ffffff !important;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navbar-area.is-sticky .evolta-nav {
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar-area.is-sticky .evolta-nav .navbar .navbar-nav {
  margin-left: auto;
}

.search-overlay {
  display: none;
}

.search-overlay.search-popup {
  position: absolute;
  top: 100%;
  width: 300px;
  right: 0;
  background: #ffffff;
  z-index: 2;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}

.search-overlay.search-popup .search-form {
  position: relative;
}

.search-overlay.search-popup .search-form .search-input {
  display: block;
  width: 100%;
  height: 40px;
  line-height: initial;
  border: 1px solid #eeeeee;
  padding-left: 10px;
  color: #333333;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.search-overlay.search-popup .search-form .search-input:focus {
  border-color: #F15B23;
}

.search-overlay.search-popup .search-form .search-button {
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  background: transparent;
  border: none;
  width: 40px;
  outline: 0;
  color: #57647c;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.search-overlay.search-popup .search-form .search-button:hover, .search-overlay.search-popup .search-form .search-button:focus {
  color: #F15B23;
}

@media only screen and (max-width: 991px) {
  .navbar-area {
    background-color: #ffffff;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-area.is-sticky {
    border-bottom: none;
    -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);
  }
  .evolta-responsive-nav {
    display: block;
  }
  .evolta-responsive-nav .evolta-responsive-menu {
    position: relative;
  }
  .evolta-responsive-nav .evolta-responsive-menu.mean-container .mean-nav ul {
    font-size: 14px;
  }
  .evolta-responsive-nav .evolta-responsive-menu.mean-container .mean-nav ul li a.active {
    color: #F15B23;
  }
  .evolta-responsive-nav .evolta-responsive-menu.mean-container .mean-nav ul li li a {
    font-size: 13.5px;
  }
  .evolta-responsive-nav .evolta-responsive-menu.mean-container .navbar-nav {
    overflow-y: scroll;
    height: 301px;
    -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);
  }
  .evolta-responsive-nav .mean-container a.meanmenu-reveal {
    color: #333333;
  }
  .evolta-responsive-nav .mean-container a.meanmenu-reveal span {
    background: #333333;
  }
  .evolta-responsive-nav .logo {
    position: relative;
    width: 50%;
    z-index: 999;
  }
  .others-options {
    position: absolute;
    right: 55px;
    top: 7px;
  }
  .others-options .btn, .others-options .option-item {
    display: none;
  }
  .evolta-nav {
    display: none;
  }
}

/*================================================
Main Banner Area CSS
=================================================*/
.main-banner {
  position: relative;
  z-index: 1;
}

.main-banner-content {
  height: 880px;
  position: relative;
  z-index: 1;
  padding-left: 75px;
  padding-right: 30px;
}

.main-banner-content h1 {
  margin-bottom: 0;
  margin-top: -60px;
  font-size: 80px;
  font-weight: 700;
}

.main-banner-content h1 span {
  color: #F15B23;
}

.main-banner-content p {
  font-size: 14.5px;
  max-width: 620px;
  margin-top: 25px;
  margin-bottom: 0;
}

.main-banner-content .btn-box {
  margin-top: 30px;
}

.main-banner-content .btn-box .btn-light {
  margin-left: 15px;
}

.main-banner-image {
  height: 100%;
  position: relative;
  text-align: center;
  background-image: url(../img/banner-img1.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.main-banner-image img {
  display: none;
}

.main-banner-image .video-btn {
  position: absolute;
  right: 0;
  left: 0;
  display: inline-block;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 90px;
  height: 90px;
  line-height: 90px;
  background-color: #F15B23;
  border-radius: 50%;
  color: #ffffff;
  z-index: 1;
}

.main-banner-image .video-btn i::before {
  font-size: 38px;
}

.main-banner-image .video-btn::after, .main-banner-image .video-btn::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #F15B23;
}

.main-banner-image .video-btn::before {
  -webkit-animation: ripple 2s linear infinite;
          animation: ripple 2s linear infinite;
}

.main-banner-image .video-btn::after {
  -webkit-animation: ripple 2s linear 1s infinite;
          animation: ripple 2s linear 1s infinite;
}

.main-banner-image .video-btn:hover, .main-banner-image .video-btn:focus {
  background-color: #FC4A1A;
  color: #ffffff;
}

.banner-inner-content {
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #F15B23;
  z-index: 1;
  width: 100%;
  max-width: 960px;
  border-radius: 0 30px 0 0;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 150px;
  padding-right: 30px;
}

.banner-inner-content .single-inner-box {
  position: relative;
  padding-left: 35px;
}

.banner-inner-content .single-inner-box .icon {
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.banner-inner-content .single-inner-box .icon i::before {
  font-size: 23px;
}

.banner-inner-content .single-inner-box h3 {
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 700;
}

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

.banner-inner-content .single-inner-box h3 i {
  margin-left: 3px;
}

.banner-inner-content .single-inner-box h3 i::before {
  font-size: 10px;
}

.banner-inner-content .map {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}

.shape1 {
  position: absolute;
  left: 0;
  top: 27%;
  z-index: -1;
  -webkit-animation: movebounce 5s linear infinite;
          animation: movebounce 5s linear infinite;
}

.shape2 {
  position: absolute;
  top: 50%;
  z-index: -1;
  left: 0;
  display: none;
}

.shape3 {
  position: absolute;
  z-index: -1;
  bottom: 205px;
  left: 85px;
  -webkit-animation: movescale 3s linear infinite;
          animation: movescale 3s linear infinite;
}

.shape4 {
  position: absolute;
  z-index: -1;
  left: 5px;
  bottom: 98px;
  -webkit-animation: movebounce 5s linear infinite;
          animation: movebounce 5s linear infinite;
}

.shape5 {
  position: absolute;
  z-index: -1;
  bottom: 12%;
  left: 20%;
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.shape6 {
  position: absolute;
  z-index: -1;
  left: 34%;
  bottom: 26%;
  -webkit-animation: rotate3d 4s linear infinite;
          animation: rotate3d 4s linear infinite;
}

.shape7 {
  position: absolute;
  z-index: -1;
  left: 52%;
  bottom: 14%;
  -webkit-animation: rotate3d 4s linear infinite;
          animation: rotate3d 4s linear infinite;
  display: none;
}

.shape8 {
  position: absolute;
  z-index: -1;
  left: 48%;
  bottom: 17%;
  -webkit-animation: movescale 3s linear infinite;
          animation: movescale 3s linear infinite;
}

.shape9 {
  position: absolute;
  z-index: 1;
  left: 53.7%;
  top: 35%;
  -webkit-animation: movebounce 5s linear infinite;
          animation: movebounce 5s linear infinite;
}

.shape10 {
  position: absolute;
  z-index: -1;
  top: 15%;
  left: 50%;
  -webkit-animation: movescale 3s linear infinite;
          animation: movescale 3s linear infinite;
}

.shape11 {
  position: absolute;
  z-index: -1;
  top: 14%;
  left: 30%;
  -webkit-animation: moveleftbounce 5s linear infinite;
          animation: moveleftbounce 5s linear infinite;
}

.shape12 {
  position: absolute;
  z-index: -1;
  top: 13%;
  left: 14%;
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.shape13 {
  position: absolute;
  z-index: -1;
  bottom: 13%;
  left: 14%;
  -webkit-animation: animationFramesOne 20s infinite linear;
          animation: animationFramesOne 20s infinite linear;
}

.shape14 {
  position: absolute;
  z-index: -1;
  top: 13%;
  right: 14%;
  -webkit-animation: animationFramesOne 20s infinite linear;
          animation: animationFramesOne 20s infinite linear;
}

.shape15 {
  position: absolute;
  z-index: -1;
  top: 13%;
  left: 14%;
  -webkit-animation: animationFramesOne 20s infinite linear;
          animation: animationFramesOne 20s infinite linear;
}

@-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 movebounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

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

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

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

@-webkit-keyframes movescale {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}

@keyframes movescale {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}

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

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

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

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

/*================================================
Services Area CSS
=================================================*/
.services-area {
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
}

.services-area .pagination-area {
  margin-bottom: 30px;
}

.single-services-box {
  text-align: center;
  margin-bottom: 30px;
  background-color: #f8fbf8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-bottom: 3px solid #F15B23;
  border-radius: 5px;
  padding: 25px;
}

.single-services-box .icon {
  margin-bottom: 18px;
  position: relative;
  display: inline-block;
  z-index: 1;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border: 1px solid #dcffd0;
  border-radius: 50%;
  color: #F15B23;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-services-box .icon i.flaticon-plugin {
  top: -2px;
  left: -2px;
  position: relative;
}

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

.single-services-box .icon::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #daffce;
  z-index: -1;
  border-radius: 50%;
  margin: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-services-box h3 {
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 700;
}

.single-services-box p {
  margin-top: 13px;
  margin-bottom: 0;
}

.single-services-box .read-more-btn {
  margin-top: 15px;
}

.single-services-box:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.05);
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

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

.single-services-box:hover .icon::before {
  background: #F15B23;
}

/*================================================
Services Details Area CSS
=================================================*/
.services-details-overview {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-top: 50px;
}

.services-details-overview:first-child {
  margin-top: 0;
}

.services-details-overview .services-details-desc {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}

.services-details-overview .services-details-desc h3 {
  margin-bottom: 15px;
  font-size: 23px;
  font-weight: 700;
}

.services-details-overview .services-details-desc .services-details-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 25px;
}

.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-item {
  display: block;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  background: #ffffff;
  margin-bottom: 10px;
}

.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-title {
  padding: 12px 20px 12px 51px;
  color: #333333;
  position: relative;
  border-bottom: 1px solid transparent;
  margin-bottom: -1px;
  font-size: 15px;
  font-weight: 700;
  font-family: "Dosis", sans-serif;
}

.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-title i {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  text-align: center;
  height: 100%;
  background: #F15B23;
  color: #ffffff;
}

.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-title i::before {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 13px;
}

.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-title.active {
  border-bottom-color: #eeeeee;
}

.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-title.active i::before {
  content: "\f068";
}

.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  padding: 15px 15px;
}

.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-content.show {
  display: block;
}

.services-details-overview .services-details-image {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}

/*================================================
About Area CSS
=================================================*/
.about-area .row {
  position: relative;
  z-index: 1;
  padding-top: 60px;
  padding-bottom: 60px;
}

.about-area .row::before {
  z-index: -1;
  content: '';
  position: absolute;
  right: 15px;
  top: 0;
  height: 100%;
  width: 60%;
  opacity: .75;
  background-image: url(../../assets/img/shape1.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.about-content span {
  display: block;
  color: #F15B23;
  text-transform: uppercase;
  margin-bottom: 1px;
  font-weight: 600;
  font-size: 15px;
  font-family: "Dosis", sans-serif;
}

.about-content h2 {
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
}

.about-content p {
  margin-bottom: 0;
  margin-top: 13px;
}

.about-content .btn {
  margin-top: 20px;
}

.about-inner-area {
  margin-top: 60px;
}

.about-inner-area .row {
  padding: 0;
}

.about-inner-area .row::before {
  display: none;
}

.about-text h3 {
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 700;
}

.about-text p {
  margin-top: 13px;
  margin-bottom: 0;
}

/*================================================
Why Choose Us Area CSS
=================================================*/
.why-choose-area {
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
}

.single-choose-box {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
}

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

.single-choose-box .title {
  position: absolute;
  left: 32px;
  bottom: 25px;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  max-width: 230px;
}

.single-choose-box .title h3 {
  background-color: #F15B23;
  color: #ffffff;
  display: inline;
  white-space: pre-wrap;
  -webkit-box-shadow: -7px 0 0 #F15B23;
          box-shadow: -7px 0 0 #F15B23;
  font-size: 23px;
  font-weight: 700;
  padding-left: 0;
  padding-right: 7px;
  padding-top: 0;
  padding-bottom: 3px;
}

.single-choose-box .content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: #F15B23;
  border-radius: 5px;
  padding: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0;
  visibility: hidden;
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: 25px;
  margin-right: 25px;
}

.single-choose-box .content .inner-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 25px;
  right: 25px;
  margin: 0 auto;
}

.single-choose-box .content .inner-content h3 {
  color: #ffffff;
  line-height: 1.3;
  margin-bottom: 0;
  margin-top: -6px;
  font-size: 23px;
  font-weight: 700;
}

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

.single-choose-box .content .inner-content p {
  color: #ffffff;
  margin-bottom: 15px;
  margin-top: 13px;
}

.single-choose-box .content .inner-content .read-more-btn {
  color: #ffffff;
}

.single-choose-box .content .inner-content .read-more-btn i {
  color: #ffffff;
}

.single-choose-box:hover img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.single-choose-box:hover .content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.single-choose-box:hover .title {
  opacity: 0;
  visibility: hidden;
}

/*================================================
Funfacts Area CSS
=================================================*/
.single-funfacts {
  position: relative;
  padding-left: 150px;
}

.single-funfacts .circlechart {
  width: 130px;
  height: 130px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.single-funfacts .circlechart .circle-chart {
  width: 130px;
  height: 130px;
}

.single-funfacts .circlechart .circle-chart .circle-chart__background {
  stroke: #a9b4c5;
  stroke-width: .5;
}

.single-funfacts .circlechart .circle-chart .circle-chart__circle {
  stroke: #F15B23 !important;
  stroke-width: 1.5;
}

.single-funfacts .circlechart .circle-chart .circle-chart__info {
  font-family: "Dosis", sans-serif;
  font-weight: 600;
}

.single-funfacts .circlechart .circle-chart .circle-chart__info .circle-chart__percent {
  position: relative;
}

.single-funfacts span {
  display: block;
  color: #57647c;
  text-transform: uppercase;
  margin-bottom: 2px;
  font-family: "Dosis", sans-serif;
  font-weight: 600;
}

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

/*================================================
CTA Area CSS
=================================================*/
.cta-area {
  padding-top: 180px;
  padding-bottom: 180px;
  position: relative;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../assets/img/cta-bg.jpg);
}

.cta-area::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #382e2d;
  opacity: .40;
}

.cta-content {
  text-align: center;
  max-width: 745px;
  margin-left: auto;
  margin-right: auto;
}

.cta-content span {
  display: block;
  color: #ffffff;
  margin-bottom: 5px;
  font-size: 24px;
  font-family: "Dosis", sans-serif;
}

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

.cta-content .btn {
  margin-top: 35px;
}

/*================================================
Projects Area CSS
=================================================*/
.projects-area {
  padding-bottom: 80px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.projects-area .pagination-area {
  margin-bottom: 30px;
  margin-top: 30px;
}

.single-projects-box {
  margin-bottom: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #ffffff;
}

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

.single-projects-box .projects-content {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -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);
  padding: 30px;
}

.single-projects-box .projects-content span {
  display: block;
  color: #57647c;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 600;
}

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

.single-projects-box .projects-content p {
  margin-top: 12px;
  margin-bottom: 0;
}

.single-projects-box .projects-content .read-more-btn {
  margin-top: 15px;
}

.single-projects-box:hover a img {
  opacity: .75;
}

.projects-slides {
  left: calc((100% - 755px) / 2);
  position: relative;
}

.projects-slides.owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  left: -178px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.projects-slides.owl-theme .owl-nav [class*=owl-] {
  display: block;
  margin: 0;
  text-align: center;
  height: 50px;
  line-height: 50px;
  background: -webkit-gradient(linear, left top, right top, from(#fc4a1a), color-stop(#fd6b12), color-stop(#fc8712), color-stop(#faa01f), to(#f7b733));
  background: linear-gradient(to right, #fc4a1a, #fd6b12, #fc8712, #faa01f, #f7b733);
  color: #ffffff;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  font-weight: 600;
  font-size: 17px;
  font-family: "Dosis", sans-serif;
  padding-left: 88px !important;
  padding-right: 50px !important;
}

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

.projects-slides.owl-theme .owl-nav [class*=owl-]::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #333333;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 30px;
  border: 0;
}

.projects-slides.owl-theme .owl-nav [class*=owl-]:after {
  content: 'Next';
  position: absolute;
  color: #ffffff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 50px;
}

.projects-slides.owl-theme .owl-nav [class*=owl-].owl-prev {
  margin-bottom: 15px;
  color: #ffffff;
  padding-left: 50px !important;
  padding-right: 88px !important;
}

.projects-slides.owl-theme .owl-nav [class*=owl-].owl-prev::after {
  content: 'Prev';
  left: auto;
  right: 50px;
}

.projects-slides.owl-theme .owl-nav [class*=owl-].owl-prev::before {
  opacity: 1;
  visibility: visible;
  background: -webkit-gradient(linear, left top, right top, from(#49c628), color-stop(#53d23c), color-stop(#5ddd4e), color-stop(#66e95f), to(#70f570));
  background: linear-gradient(to right, #49c628, #53d23c, #5ddd4e, #66e95f, #70f570);
}

.projects-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  margin-top: 15px;
}

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

.projects-slides.owl-theme .owl-nav [class*=owl-]:hover::before {
  opacity: 0;
  visibility: hidden;
}

/*================================================
Projects Details Area CSS
=================================================*/
.projects-details {
  padding: 40px;
  -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
          box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
}

.projects-details-desc {
  margin-top: 25px;
}

.projects-details-desc h3 {
  margin-bottom: 13px;
  font-size: 23px;
  font-weight: 700;
}

.projects-details-desc .project-details-info {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-top: 30px;
}

.projects-details-desc .project-details-info .single-info-box {
  -ms-flex: 0 0 20%;
  -webkit-box-flex: 0;
          flex: 0 0 20%;
  max-width: 20%;
  padding-left: 15px;
  padding-right: 15px;
}

.projects-details-desc .project-details-info .single-info-box h4 {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
}

.projects-details-desc .project-details-info .single-info-box span {
  display: block;
  color: #57647c;
}

.projects-details-desc .project-details-info .single-info-box .social {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.projects-details-desc .project-details-info .single-info-box .social li {
  display: inline-block;
  margin-right: 6px;
}

.projects-details-desc .project-details-info .single-info-box .social li a {
  color: #57647c;
}

.projects-details-desc .project-details-info .single-info-box .social li a:hover {
  color: #F15B23;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.projects-image-slides.owl-theme .owl-nav {
  margin-top: 0;
}

.projects-image-slides.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  left: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  background-color: #F15B23;
  border-radius: 5px;
  font-size: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

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

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

.projects-image-slides.owl-theme:hover .owl-nav [class*=owl-] {
  opacity: 1;
  visibility: visible;
  left: 25px;
}

.projects-image-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 25px;
}

/*================================================
Partner Area CSS
=================================================*/
.partner-area {
  padding-top: 70px;
  padding-bottom: 30px;
}

.partner-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
  align-items: center !important;
  margin-right: -15px;
  margin-left: -15px;
}

.partner-list .partner-item {
  -ms-flex: 0 0 16.6666666667%;
  -webkit-box-flex: 0;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
}

.partner-list .partner-item a:nth-child(2) {
  position: absolute;
  left: 0;
  top: 20px;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.partner-list .partner-item:hover a {
  top: 0;
  opacity: 1;
  visibility: visible;
}

/*================================================
Team Area CSS
=================================================*/
.team-area {
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
}

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

.single-team-box .team-image {
  position: relative;
  overflow: hidden;
}

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

.single-team-box .team-image .social {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-left: auto;
  margin-right: auto;
}

.single-team-box .team-image .social li {
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-left: 3px;
  margin-right: 3px;
}

.single-team-box .team-image .social li a {
  width: 35px;
  height: 35px;
  background-color: #343434;
  line-height: 35px;
  border-radius: 50%;
  color: #ffffff;
}

.single-team-box .team-image .social li a i::before {
  font-size: 13px;
}

.single-team-box .team-image .social li a:hover {
  background-color: #F15B23;
  color: #ffffff;
}

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

.single-team-box .team-content h3 {
  margin-bottom: 0;
  color: #F15B23;
  font-size: 23px;
  font-weight: 700;
}

.single-team-box .team-content span {
  display: block;
  margin-top: 7px;
  color: #57647c;
  font-family: "Dosis", sans-serif;
  font-size: 15px;
}

.single-team-box:hover .team-image .social {
  opacity: 1;
  visibility: visible;
  bottom: 15px;
}

.single-team-box:hover .team-image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/*================================================
Testimonials Area CSS
=================================================*/
.testimonials-area {
  position: relative;
  z-index: 1;
  padding-top: 110px;
}

.testimonials-inner-area {
  position: relative;
  padding-bottom: 110px;
  padding-top: 110px;
  background-image: url(../../assets/img/testimonials-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.testimonials-inner-area .video-btn {
  position: absolute;
  text-align: center;
  right: 20%;
  display: inline-block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 90px;
  height: 90px;
  line-height: 90px;
  background-color: #F15B23;
  border-radius: 50%;
  color: #ffffff;
  z-index: 1;
}

.testimonials-inner-area .video-btn i::before {
  font-size: 38px;
}

.testimonials-inner-area .video-btn::after, .testimonials-inner-area .video-btn::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #F15B23;
}

.testimonials-inner-area .video-btn::before {
  -webkit-animation: ripple 2s linear infinite;
          animation: ripple 2s linear infinite;
}

.testimonials-inner-area .video-btn::after {
  -webkit-animation: ripple 2s linear 1s infinite;
          animation: ripple 2s linear 1s infinite;
}

.testimonials-inner-area .video-btn:hover, .testimonials-inner-area .video-btn:focus {
  background-color: #FC4A1A;
  color: #ffffff;
}

.testimonials-inner-content {
  background-color: #F15B23;
  position: relative;
  z-index: 1;
  overflow: hidden;
  max-width: 875px;
  border-radius: 0 0 50px 0;
  margin-top: -220px;
  padding-top: 110px;
  padding-bottom: 110px;
  padding-right: 100px;
}

.testimonials-inner-content .circle-map {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}

.single-testimonials-item {
  position: relative;
  z-index: 1;
  padding-top: 50px;
  max-width: 580px;
  margin-left: auto;
}

.single-testimonials-item::before {
  content: "\f121";
  position: absolute;
  left: 0;
  top: -10px;
  color: #ebebeb;
  font-family: Flaticon;
  font-size: 40px;
  font-style: normal;
}

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

.single-testimonials-item .client-info {
  position: relative;
  padding-left: 58px;
  margin-top: 25px;
}

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

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

.single-testimonials-item .client-info span {
  display: block;
  font-weight: 300;
  margin-top: 2px;
  color: #ffffff;
}

.testimonials-slides.owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  right: 0;
  bottom: 0;
}

.testimonials-slides.owl-theme .owl-nav [class*=owl-] {
  color: #ffffff;
  font-size: 16px;
  margin: 0 6px;
  background: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

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

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

/*================================================
Blog Area CSS
=================================================*/
.blog-area {
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
}

.blog-area.extra-pb {
  padding-bottom: 175px;
}

.blog-area .pagination-area {
  margin-bottom: 30px;
}

.single-blog-post {
  margin-bottom: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
}

.single-blog-post .entry-thumbnail a img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
}

.single-blog-post .entry-post-content {
  margin-top: 20px;
}

.single-blog-post .entry-post-content .entry-meta {
  margin-bottom: 6px;
}

.single-blog-post .entry-post-content .entry-meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-blog-post .entry-post-content .entry-meta ul li {
  display: inline-block;
  position: relative;
  margin-right: 12px;
  color: #57647c;
  font-family: "Dosis", sans-serif;
  font-size: 15px;
}

.single-blog-post .entry-post-content .entry-meta ul li::before {
  content: '';
  position: absolute;
  right: -7px;
  top: 50%;
  -webkit-transform: rotate(14deg) translateY(-50%);
          transform: rotate(14deg) translateY(-50%);
  background: #57647c;
  width: 1px;
  height: 13px;
}

.single-blog-post .entry-post-content .entry-meta ul li a {
  display: inline-block;
  color: #57647c;
}

.single-blog-post .entry-post-content .entry-meta ul li a:hover {
  color: #F15B23;
}

.single-blog-post .entry-post-content .entry-meta ul li:last-child {
  margin-right: 0;
}

.single-blog-post .entry-post-content .entry-meta ul li:last-child::before {
  display: none;
}

.single-blog-post .entry-post-content h3 {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 23px;
  font-weight: 700;
}

.single-blog-post .entry-post-content p {
  margin-top: 8px;
  margin-bottom: 0;
}

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

.single-blog-post.sticky {
  position: relative;
}

.single-blog-post.sticky .entry-post-content {
  margin-top: 0;
  padding: 25px;
  background-color: #F15B23;
  border-radius: 5px;
}

.single-blog-post.sticky .entry-post-content .entry-meta {
  margin-bottom: 8px;
}

.single-blog-post.sticky .entry-post-content .entry-meta ul li {
  color: #ffffff;
}

.single-blog-post.sticky .entry-post-content .entry-meta ul li::before {
  background: #ffffff;
}

.single-blog-post.sticky .entry-post-content .entry-meta ul li a {
  color: #ffffff;
}

.single-blog-post.sticky .entry-post-content h3 a {
  position: relative;
  display: inline;
  -webkit-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  padding: 0.1% 0px;
  color: #ffffff;
  background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
  background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
  background-size: 0px 2px;
  background-position: 0px 95%;
  background-repeat: no-repeat;
}

.single-blog-post.sticky .entry-post-content h3 a:hover {
  background-size: 100% 2px;
}

.single-blog-post.sticky::before {
  content: '';
  position: absolute;
  right: 15px;
  top: 15px;
  content: "\f122";
  color: #ffffff;
  font-family: Flaticon;
  font-size: 30px;
  font-style: normal;
}

.single-blog-post.link {
  position: relative;
}

.single-blog-post.link .entry-post-content {
  margin-top: 0;
  padding: 25px;
  background-color: #a26565;
  border-radius: 5px;
}

.single-blog-post.link .entry-post-content .entry-meta {
  margin-bottom: 8px;
}

.single-blog-post.link .entry-post-content .entry-meta ul li {
  color: #ffffff;
}

.single-blog-post.link .entry-post-content .entry-meta ul li::before {
  background: #ffffff;
}

.single-blog-post.link .entry-post-content .entry-meta ul li a {
  color: #ffffff;
}

.single-blog-post.link .entry-post-content h3 a {
  position: relative;
  display: inline;
  -webkit-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  padding: 0.1% 0px;
  color: #ffffff;
  background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
  background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
  background-size: 0px 2px;
  background-position: 0px 95%;
  background-repeat: no-repeat;
}

.single-blog-post.link .entry-post-content h3 a:hover {
  background-size: 100% 2px;
}

.single-blog-post.link::before {
  content: '';
  position: absolute;
  right: 20px;
  top: 10px;
  content: "\f123";
  color: #ffffff;
  font-family: Flaticon;
  font-size: 30px;
  font-style: normal;
}

.single-blog-post.quote {
  position: relative;
}

.single-blog-post.quote .entry-post-content {
  margin-top: 0;
  padding: 25px;
  background-color: #57647c;
  border-radius: 5px;
}

.single-blog-post.quote .entry-post-content .entry-meta {
  margin-bottom: 8px;
}

.single-blog-post.quote .entry-post-content .entry-meta ul li {
  color: #ffffff;
}

.single-blog-post.quote .entry-post-content .entry-meta ul li::before {
  background: #ffffff;
}

.single-blog-post.quote .entry-post-content .entry-meta ul li a {
  color: #ffffff;
}

.single-blog-post.quote .entry-post-content h3 a {
  position: relative;
  display: inline;
  -webkit-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  padding: 0.1% 0px;
  color: #ffffff;
  background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
  background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
  background-size: 0px 2px;
  background-position: 0px 95%;
  background-repeat: no-repeat;
}

.single-blog-post.quote .entry-post-content h3 a:hover {
  background-size: 100% 2px;
}

.single-blog-post.quote::before {
  content: '';
  position: absolute;
  right: 20px;
  top: 20px;
  content: "\f121";
  color: #ffffff;
  font-family: Flaticon;
  font-size: 30px;
  font-style: normal;
}

.single-blog-post:hover .entry-thumbnail a img {
  opacity: .7;
}

/*================================================
Blog Details Area CSS
=================================================*/
.blog-details-area {
  position: relative;
  z-index: 1;
}

.blog-details-area .row {
  margin-left: -25px;
  margin-right: -25px;
}

.blog-details-area .row .col-lg-8, .blog-details-area .row .col-lg-4 {
  padding-left: 25px;
  padding-right: 25px;
}

.blog-details .article-content {
  margin-top: 30px;
}

.blog-details .article-content .entry-meta {
  margin-bottom: 17px;
}

.blog-details .article-content .entry-meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.blog-details .article-content .entry-meta ul li {
  position: relative;
  display: inline-block;
  color: #333333;
  margin-right: 21px;
}

.blog-details .article-content .entry-meta ul li img {
  width: 30px !important;
  height: 30px;
  border-radius: 50%;
  padding-right: 3px;
  position: relative;
  top: -1.5px;
}

.blog-details .article-content .entry-meta ul li a {
  display: inline-block;
  color: #57647c;
}

.blog-details .article-content .entry-meta ul li a:hover {
  color: #F15B23;
}

.blog-details .article-content .entry-meta ul li i {
  color: #F15B23;
  margin-right: 2px;
}

.blog-details .article-content .entry-meta ul li::before {
  content: '';
  position: absolute;
  top: 11px;
  right: -14px;
  width: 6px;
  height: 1px;
  background: #bbaeae;
}

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

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

.blog-details .article-content h3 {
  margin-bottom: 15px;
  font-size: 23px;
  font-weight: 700;
}

.blog-details .article-content .wp-block-gallery.columns-3 {
  padding-left: 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.blog-details .article-content .wp-block-gallery.columns-3 li {
  -ms-flex: 0 0 33.3333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding-right: 15px;
  padding-left: 15px;
}

.blog-details .article-content .wp-block-gallery.columns-3 li figure {
  margin-bottom: 0;
}

.blog-details .article-content .article-features-list {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 15px;
  margin-left: 20px;
}

.blog-details .article-content .article-features-list li {
  margin-bottom: 12px;
  color: #57647c;
  position: relative;
  padding-left: 15px;
}

.blog-details .article-content .article-features-list li::before {
  background: #F15B23;
  height: 7px;
  width: 7px;
  content: '';
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  position: absolute;
}

.blog-details .article-content .article-features-list li:last-child {
  margin-bottom: 0;
}

.blog-details .article-footer {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  margin-top: 30px;
}

.blog-details .article-footer .article-tags {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

.blog-details .article-footer .article-tags span {
  display: inline-block;
  color: #333333;
  font-size: 20px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.blog-details .article-footer .article-tags a {
  display: inline-block;
  color: #736262;
}

.blog-details .article-footer .article-tags a:hover {
  color: #F15B23;
}

.blog-details .article-footer .article-share {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

.blog-details .article-footer .article-share .social {
  padding-left: 0;
  list-style-type: none;
  text-align: right;
  margin-bottom: 0;
}

.blog-details .article-footer .article-share .social li {
  display: inline-block;
}

.blog-details .article-footer .article-share .social li a {
  position: relative;
  color: #333333;
  background-color: #f7f7f7;
  width: 33px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  border-radius: 50%;
  font-size: 13px;
  z-index: 1;
}

.blog-details .article-footer .article-share .social li a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: -1;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  background: -webkit-gradient(linear, left top, right top, from(#49c628), color-stop(#53d23c), color-stop(#5ddd4e), color-stop(#66e95f), to(#70f570));
  background: linear-gradient(to right, #49c628, #53d23c, #5ddd4e, #66e95f, #70f570);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-details .article-footer .article-share .social li a:hover {
  color: #ffffff;
}

.blog-details .article-footer .article-share .social li a:hover::before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}

blockquote, .blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 50px !important;
  position: relative;
  text-align: center;
  z-index: 1;
  font-family: "Dosis", sans-serif;
  margin-bottom: 20px;
  margin-top: 20px;
}

blockquote p, .blockquote p {
  color: #333333;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 600;
  font-size: 20px;
}

blockquote cite, .blockquote cite {
  display: none;
}

blockquote::before, .blockquote::before {
  color: #efefef;
  content: "\f10d";
  position: absolute;
  left: 50px;
  top: -60px;
  z-index: -1;
  font-family: "Font Awesome 5 Free";
  font-size: 140px;
  font-weight: 900;
}

.comments-area {
  background-color: #f8f8f8;
  padding: 25px 20px;
  margin-top: 30px;
}

.comments-area .comments-title {
  position: relative;
  line-height: initial;
  margin-bottom: 30px;
  font-size: 23px;
  font-weight: 700;
}

.comments-area .comments-title::before {
  content: '';
  height: 25px;
  width: 3px;
  left: -20px;
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(#49c628), color-stop(#53d23c), color-stop(#5ddd4e), color-stop(#66e95f), to(#70f570));
  background: linear-gradient(to right, #49c628, #53d23c, #5ddd4e, #66e95f, #70f570);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.comments-area ol, .comments-area ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.comments-area .comment-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.comments-area .children {
  margin-left: 20px;
}

.comments-area .comment-body {
  border-bottom: 1px solid #eeeeee;
  padding-left: 65px;
  color: #333333;
  font-size: 14px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.comments-area .comment-body .reply {
  margin-top: 15px;
}

.comments-area .comment-body .reply a {
  border: 1px solid #eeeeee;
  color: #57647c;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  font-family: "Dosis", sans-serif;
}

.comments-area .comment-body .reply a:hover {
  color: #ffffff;
  background-color: #F15B23;
  border-color: #F15B23;
}

.comments-area .comment-meta {
  margin-bottom: .8em;
}

.comments-area .comment-author {
  font-size: 15px;
  margin-bottom: 0.4em;
  position: relative;
  z-index: 2;
}

.comments-area .comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
}

.comments-area .comment-author .fn {
  font-weight: 700;
  font-family: "Dosis", sans-serif;
}

.comments-area .comment-author .says {
  display: none;
}

.comments-area .comment-metadata {
  color: #57647c;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
}

.comments-area .comment-metadata a {
  color: #57647c;
}

.comments-area .comment-metadata a:hover {
  color: #F15B23;
}

.comments-area .comment-content p {
  font-size: 13px;
}

.comments-area .comment-respond .comment-reply-title {
  margin: 0;
  position: relative;
  font-size: 23px;
  font-weight: 700;
}

.comments-area .comment-respond .comment-reply-title::before {
  content: '';
  height: 25px;
  width: 3px;
  left: -20px;
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(#49c628), color-stop(#53d23c), color-stop(#5ddd4e), color-stop(#66e95f), to(#70f570));
  background: linear-gradient(to right, #49c628, #53d23c, #5ddd4e, #66e95f, #70f570);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
  font-size: 15px;
  display: inline-block;
}

.comments-area .comment-respond .comment-form {
  overflow: hidden;
}

.comments-area .comment-respond .comment-notes {
  font-size: 13px;
  margin-bottom: 0;
  margin-top: 10px;
}

.comments-area .comment-respond .comment-notes .required {
  color: red;
}

.comments-area .comment-respond .comment-form-comment {
  margin-top: 15px;
  float: left;
  width: 100%;
}

.comments-area .comment-respond label {
  display: block;
  margin-bottom: 5px;
  color: #333333;
  font-weight: 600;
  font-family: "Dosis", sans-serif;
}

.comments-area .comment-respond input[type="date"], .comments-area .comment-respond input[type="time"], .comments-area .comment-respond input[type="datetime-local"], .comments-area .comment-respond input[type="week"], .comments-area .comment-respond input[type="month"], .comments-area .comment-respond input[type="text"], .comments-area .comment-respond input[type="email"], .comments-area .comment-respond input[type="url"], .comments-area .comment-respond input[type="password"], .comments-area .comment-respond input[type="search"], .comments-area .comment-respond input[type="tel"], .comments-area .comment-respond input[type="number"], .comments-area .comment-respond textarea {
  display: block;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  padding: 0.625em 0.7375em;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.comments-area .comment-respond input[type="date"]:focus, .comments-area .comment-respond input[type="time"]:focus, .comments-area .comment-respond input[type="datetime-local"]:focus, .comments-area .comment-respond input[type="week"]:focus, .comments-area .comment-respond input[type="month"]:focus, .comments-area .comment-respond input[type="text"]:focus, .comments-area .comment-respond input[type="email"]:focus, .comments-area .comment-respond input[type="url"]:focus, .comments-area .comment-respond input[type="password"]:focus, .comments-area .comment-respond input[type="search"]:focus, .comments-area .comment-respond input[type="tel"]:focus, .comments-area .comment-respond input[type="number"]:focus, .comments-area .comment-respond textarea:focus {
  border-color: #F15B23;
}

.comments-area .comment-respond .comment-form-author {
  float: left;
  width: 50%;
  padding-right: 10px;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-email {
  float: left;
  width: 50%;
  padding-left: 12px;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-url {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-cookies-consent {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-cookies-consent input {
  position: absolute;
  left: 0;
  top: 6px;
}

.comments-area .comment-respond .comment-form-cookies-consent label {
  display: inline-block;
  margin: 0;
  color: #57647c;
  font-weight: normal;
}

.comments-area .comment-respond .form-submit {
  float: left;
  width: 100%;
}

.comments-area .comment-respond .form-submit input {
  background-color: #F15B23;
  border: none;
  color: #ffffff;
  padding: 10.5px 25px;
  display: inline-block;
  cursor: pointer;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: "Dosis", sans-serif;
  font-weight: 700;
  font-size: 14px;
}

.comments-area .comment-respond .form-submit input:hover, .comments-area .comment-respond .form-submit input:focus {
  color: #ffffff;
  background-color: #FC4A1A;
}

/*================================================
Page Title Area CSS
=================================================*/
.page-title-area {
  position: relative;
  z-index: 1;
  background: transparent url(../../assets/img/page-title-bg.jpg) right top no-repeat;
  text-align: center;
  padding-top: 190px;
  padding-bottom: 100px;
}

.page-title-content h2 {
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
}

.page-title-content ul {
  padding-left: 0;
  list-style-type: none;
  font-family: "Dosis", sans-serif;
  margin-top: 15px;
  margin-bottom: 0;
}

.page-title-content ul li {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  position: relative;
  font-weight: 600;
  font-size: 15px;
}

.page-title-content ul li a {
  color: #F15B23;
}

.page-title-content ul li a:hover {
  color: #F15B23;
}

.page-title-content ul li::before {
  content: "\f054";
  position: absolute;
  right: -15px;
  top: 6px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
}

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

.dot-shape1 {
  position: absolute;
  left: 10%;
  bottom: 0;
  z-index: -1;
  -webkit-animation: animationFramesOne 40s infinite linear;
          animation: animationFramesOne 40s infinite linear;
}

.dot-shape2 {
  position: absolute;
  right: 10%;
  bottom: 0;
  z-index: -1;
  -webkit-animation: animationFramesOne 20s infinite linear;
          animation: animationFramesOne 20s infinite linear;
}

.dot-shape3 {
  position: absolute;
  right: 20%;
  top: 20%;
  z-index: -1;
  -webkit-animation: animationFramesOne 20s infinite linear;
          animation: animationFramesOne 20s infinite linear;
}

.dot-shape4 {
  position: absolute;
  left: 20%;
  top: 20%;
  z-index: -1;
  -webkit-animation: animationFramesOne 20s infinite linear;
          animation: animationFramesOne 20s infinite linear;
}

.dot-shape5 {
  position: absolute;
  left: 20%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  -webkit-animation: rotate3d 4s linear infinite;
          animation: rotate3d 4s linear infinite;
}

.dot-shape6 {
  position: absolute;
  right: 20%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  -webkit-animation: movescale 3s linear infinite;
          animation: movescale 3s linear infinite;
}

.dot-shape7 {
  position: absolute;
  left: 50%;
  bottom: 5%;
  z-index: -1;
  -webkit-animation: animationFramesOne 50s infinite linear;
          animation: animationFramesOne 50s infinite linear;
}

.shape16 {
  position: absolute;
  z-index: -1;
  bottom: 30%;
  left: 7%;
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.shape17 {
  position: absolute;
  z-index: -1;
  bottom: 30%;
  right: 7%;
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.shape18 {
  position: absolute;
  z-index: -1;
  bottom: 30%;
  right: 35%;
  -webkit-animation: rotate3d 10s linear infinite;
          animation: rotate3d 10s linear infinite;
  opacity: .1;
}

.shape19 {
  position: absolute;
  z-index: -1;
  -webkit-animation: movebounce 5s linear infinite;
          animation: movebounce 5s linear infinite;
  opacity: .11;
  left: 60%;
  bottom: -15%;
}

.shape20 {
  position: absolute;
  z-index: -1;
  bottom: 45%;
  left: 35%;
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  opacity: .5;
}

/*================================================
Pagination Area CSS
=================================================*/
.pagination-area {
  margin-top: 40px;
  text-align: center;
  font-family: "Dosis", sans-serif;
}

.pagination-area .page-numbers {
  width: 40px;
  height: 40px;
  margin: 0 3px;
  display: inline-block;
  background-color: #ffffff;
  line-height: 40px;
  color: #333333;
  -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
          box-shadow: 0 2px 10px 0 #d8dde6;
  font-size: 16px;
  font-weight: 700;
}

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

/*================================================
Sidebar Area CSS
=================================================*/
.widget-area .widget {
  margin-top: 30px;
}

.widget-area .widget:first-child {
  margin-top: 0;
}

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

.widget-area .widget .widget-title::before {
  content: '';
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(#49c628), color-stop(#53d23c), color-stop(#5ddd4e), color-stop(#66e95f), to(#70f570));
  background: linear-gradient(to right, #49c628, #53d23c, #5ddd4e, #66e95f, #70f570);
  bottom: -1px;
  left: 0;
  width: 50px;
  height: 1px;
}

.widget-area .widget_search {
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
          box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  background-color: #ffffff;
  padding: 15px;
}

.widget-area .widget_search form {
  position: relative;
}

.widget-area .widget_search form label {
  display: block;
  margin-bottom: 0;
}

.widget-area .widget_search form .screen-reader-text {
  display: none;
}

.widget-area .widget_search form .search-field {
  background-color: transparent;
  height: 50px;
  padding: 6px 15px;
  border: 1px solid #eeeeee;
  width: 100%;
  display: block;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.widget-area .widget_search form .search-field:focus {
  border-color: #F15B23;
}

.widget-area .widget_search form button {
  position: absolute;
  right: 0;
  outline: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
  z-index: 1;
  border: none;
  color: #ffffff;
  background-color: transparent;
}

.widget-area .widget_search form button::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: -webkit-gradient(linear, left top, right top, from(#49c628), color-stop(#53d23c), color-stop(#5ddd4e), color-stop(#66e95f), to(#70f570));
  background: linear-gradient(to right, #49c628, #53d23c, #5ddd4e, #66e95f, #70f570);
  top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.widget-area .widget_search form button::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: -webkit-gradient(linear, left top, right top, from(#fc4a1a), color-stop(#fd6b12), color-stop(#fc8712), color-stop(#faa01f), to(#f7b733));
  background: linear-gradient(to right, #fc4a1a, #fd6b12, #fc8712, #faa01f, #f7b733);
  top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.widget-area .widget_search form button:hover::before {
  opacity: 0;
  visibility: hidden;
}

.widget-area .widget_search form button:hover::after {
  opacity: 1;
  visibility: visible;
}

.widget-area .widget_evolta_posts_thumb {
  position: relative;
  overflow: hidden;
}

.widget-area .widget_evolta_posts_thumb .item {
  overflow: hidden;
  margin-bottom: 15px;
}

.widget-area .widget_evolta_posts_thumb .item:last-child {
  margin-bottom: 0;
}

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

.widget-area .widget_evolta_posts_thumb .item .thumb .fullimage {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
}

.widget-area .widget_evolta_posts_thumb .item .thumb .fullimage.bg1 {
  background-image: url(../../assets/img/blog/1.jpg);
}

.widget-area .widget_evolta_posts_thumb .item .thumb .fullimage.bg2 {
  background-image: url(../../assets/img/blog/2.jpg);
}

.widget-area .widget_evolta_posts_thumb .item .thumb .fullimage.bg3 {
  background-image: url(../../assets/img/blog/3.jpg);
}

.widget-area .widget_evolta_posts_thumb .item .info {
  overflow: hidden;
}

.widget-area .widget_evolta_posts_thumb .item .info time {
  display: block;
  color: #57647c;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 3px;
  font-size: 11px;
}

.widget-area .widget_evolta_posts_thumb .item .info .title {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 16px;
  font-weight: 700;
}

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

.widget-area .widget_recent_entries ul li {
  position: relative;
  margin-bottom: 12px;
  color: #57647c;
  padding-left: 14px;
  line-height: 1.5;
  font-weight: 600;
  font-size: 14.5px;
  font-family: "Dosis", sans-serif;
}

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

.widget-area .widget_recent_entries ul li::before {
  background: #F15B23;
  position: absolute;
  height: 7px;
  width: 7px;
  content: '';
  left: 0;
  top: 7px;
}

.widget-area .widget_recent_entries ul li a {
  color: #57647c;
}

.widget-area .widget_recent_entries ul li a:hover {
  color: #F15B23;
}

.widget-area .widget_recent_entries ul li .post-date {
  display: block;
  font-size: 13px;
  color: #57647c;
  margin-top: 4px;
}

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

.widget-area .widget_recent_comments ul li {
  position: relative;
  margin-bottom: 12px;
  color: #333333;
  padding-left: 14px;
  line-height: 1.5;
  font-size: 14.5px;
  font-weight: 600;
  font-family: "Dosis", sans-serif;
}

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

.widget-area .widget_recent_comments ul li::before {
  background: #F15B23;
  height: 7px;
  width: 7px;
  content: '';
  left: 0;
  top: 7px;
  position: absolute;
}

.widget-area .widget_recent_comments ul li span {
  display: inline-block;
}

.widget-area .widget_recent_comments ul li a {
  color: #57647c;
  display: inline-block;
}

.widget-area .widget_recent_comments ul li a:hover {
  color: #F15B23;
}

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

.widget-area .widget_archive ul li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 14px;
  color: #57647c;
  font-size: 14.5px;
  font-weight: 600;
  font-family: "Dosis", sans-serif;
}

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

.widget-area .widget_archive ul li::before {
  background: #F15B23;
  height: 7px;
  width: 7px;
  content: '';
  left: 0;
  top: 7px;
  position: absolute;
}

.widget-area .widget_archive ul li a {
  color: #57647c;
}

.widget-area .widget_archive ul li a:hover {
  color: #F15B23;
}

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

.widget-area .widget_categories ul li {
  position: relative;
  margin-bottom: 12px;
  color: #57647c;
  padding-left: 14px;
  font-size: 14.5px;
  font-family: "Dosis", sans-serif;
  font-weight: 600;
}

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

.widget-area .widget_categories ul li::before {
  background: #F15B23;
  height: 7px;
  width: 7px;
  content: '';
  left: 0;
  top: 7px;
  position: absolute;
}

.widget-area .widget_categories ul li a {
  color: #57647c;
}

.widget-area .widget_categories ul li a:hover {
  color: #F15B23;
}

.widget-area .widget_categories ul li .post-count {
  float: right;
}

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

.widget-area .widget_meta ul li {
  position: relative;
  margin-bottom: 12px;
  color: #57647c;
  padding-left: 14px;
  font-size: 14.5px;
  font-family: "Dosis", sans-serif;
  font-weight: 600;
}

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

.widget-area .widget_meta ul li::before {
  background: #F15B23;
  height: 7px;
  width: 7px;
  content: '';
  left: 0;
  top: 7px;
  position: absolute;
}

.widget-area .widget_meta ul li a {
  color: #57647c;
}

.widget-area .widget_meta ul li a:hover {
  color: #F15B23;
}

.widget-area .widget_tag_cloud .widget-title {
  margin-bottom: 12px;
}

.widget-area .tagcloud a {
  display: inline-block;
  color: #57647c;
  font-weight: 600;
  font-size: 12.5px !important;
  padding: 6px 13px;
  border: 1px dashed #eeeeee;
  position: relative;
  margin-top: 8px;
  margin-right: 4px;
}

.widget-area .tagcloud a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#49c628), color-stop(#53d23c), color-stop(#5ddd4e), color-stop(#66e95f), to(#70f570));
  background: linear-gradient(to right, #49c628, #53d23c, #5ddd4e, #66e95f, #70f570);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.widget-area .tagcloud a:hover, .widget-area .tagcloud a:focus {
  color: #ffffff;
  border-color: #F15B23;
}

.widget-area .tagcloud a:hover::before, .widget-area .tagcloud a:focus::before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/*================================================
Shop Area CSS
=================================================*/
.woocommerce-topbar {
  margin-bottom: 40px;
}

.woocommerce-topbar .woocommerce-result-count p {
  font-family: "Dosis", sans-serif;
  font-size: 16px;
}

.woocommerce-topbar .woocommerce-topbar-ordering {
  text-align: right;
}

.woocommerce-topbar .woocommerce-topbar-ordering .nice-select {
  background-color: #ffffff;
  color: #57647c;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
          box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
  float: unset;
  height: unset;
  line-height: initial;
  padding: 15px 35px 15px 20px;
  font-family: "Dosis", sans-serif;
  font-size: 16px;
}

.woocommerce-topbar .woocommerce-topbar-ordering .nice-select .list {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
          box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
  border-radius: 0;
  margin-top: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.woocommerce-topbar .woocommerce-topbar-ordering .nice-select .list .option {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 15px;
  padding-left: 20px;
  padding-right: 20px;
}

.woocommerce-topbar .woocommerce-topbar-ordering .nice-select .list .option:hover {
  background-color: #F15B23 !important;
  color: #ffffff;
}

.woocommerce-topbar .woocommerce-topbar-ordering .nice-select .list .option.selected {
  background-color: transparent;
}

.woocommerce-topbar .woocommerce-topbar-ordering .nice-select:after {
  right: 20px;
}

.single-product-box {
  margin-bottom: 30px;
}

.single-product-box .product-image {
  overflow: hidden;
  position: relative;
}

.single-product-box .product-image a img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-product-box .product-image a img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.single-product-box .product-image .add-to-cart-btn {
  position: absolute;
  bottom: -46px;
  left: 0;
  width: 100%;
  background-color: #333333;
  color: #ffffff;
  padding: 12px 20px;
  text-transform: uppercase;
  opacity: 0;
  visibility: hidden;
  font-family: "Dosis", sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.single-product-box .product-image .add-to-cart-btn i {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.single-product-box .product-image .add-to-cart-btn:hover {
  background-color: #F15B23;
  color: #ffffff;
}

.single-product-box .product-image .sale-btn {
  position: absolute;
  left: 20px;
  top: 20px;
  background-color: red;
  color: #ffffff;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 50%;
  text-transform: uppercase;
  font-family: "Dosis", sans-serif;
  font-weight: 600;
}

.single-product-box .product-content {
  margin-top: 20px;
}

.single-product-box .product-content h3 {
  margin-bottom: 8px;
  font-size: 23px;
  font-weight: 700;
}

.single-product-box .product-content .price {
  color: #333333;
  font-family: "Dosis", sans-serif;
  font-weight: 700;
}

.single-product-box .product-content .price .old {
  text-decoration: line-through;
  color: #828893;
  font-size: 13px;
}

.single-product-box .product-content .rating {
  margin-top: 8px;
  color: #ffb708;
}

.single-product-box .product-content .rating i {
  margin-right: -1px;
}

.single-product-box:hover .product-image a img:nth-child(2) {
  opacity: 1;
  visibility: visible;
}

.single-product-box:hover .product-image .add-to-cart-btn {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

/*================================================
Product Details Area CSS
=================================================*/
.product-details-desc h3 {
  margin-bottom: 12px;
  font-size: 23px;
  font-weight: 700;
}

.product-details-desc p {
  margin-bottom: 0;
}

.product-details-desc .price {
  margin-bottom: 10px;
  color: #333333;
  font-family: "Dosis", sans-serif;
  font-weight: 700;
}

.product-details-desc .price .old-price {
  text-decoration: line-through;
  color: #828893;
  font-size: 13px;
}

.product-details-desc .product-review {
  margin-bottom: 15px;
}

.product-details-desc .product-review .rating {
  display: inline-block;
  padding-right: 5px;
  font-size: 14px;
}

.product-details-desc .product-review .rating i {
  color: #ffba0a;
}

.product-details-desc .product-review .rating-count {
  display: inline-block;
  color: #333333;
  border-bottom: 1px solid #333333;
  line-height: initial;
}

.product-details-desc .product-review .rating-count:hover {
  color: #F15B23;
  border-color: #F15B23;
}

.product-details-desc .product-add-to-cart {
  margin-top: 20px;
}

.product-details-desc .product-add-to-cart .input-counter {
  max-width: 130px;
  min-width: 130px;
  margin-right: 10px;
  text-align: center;
  display: inline-block;
  position: relative;
}

.product-details-desc .product-add-to-cart .input-counter span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: #d0d0d0;
  width: 40px;
  height: 100%;
  line-height: 48px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.product-details-desc .product-add-to-cart .input-counter span.minus-btn {
  left: 0;
}

.product-details-desc .product-add-to-cart .input-counter span.plus-btn {
  right: 0;
}

.product-details-desc .product-add-to-cart .input-counter span:hover {
  color: #F15B23;
}

.product-details-desc .product-add-to-cart .input-counter input {
  height: 45px;
  color: #333333;
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
}

.product-details-desc .product-add-to-cart .input-counter input::-webkit-input-placeholder {
  color: #333333;
}

.product-details-desc .product-add-to-cart .input-counter input:-ms-input-placeholder {
  color: #333333;
}

.product-details-desc .product-add-to-cart .input-counter input::-ms-input-placeholder {
  color: #333333;
}

.product-details-desc .product-add-to-cart .input-counter input::placeholder {
  color: #333333;
}

.product-details-desc .product-add-to-cart .btn {
  height: 45px;
  top: -2px;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}

.product-details-desc .product-add-to-cart .btn i {
  margin-right: 2px;
}

.product-details-desc .buy-checkbox-btn {
  margin-top: 20px;
}

.product-details-desc .buy-checkbox-btn input {
  display: none;
}

.product-details-desc .buy-checkbox-btn .cbx {
  margin: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  cursor: pointer;
}

.product-details-desc .buy-checkbox-btn .cbx span {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.product-details-desc .buy-checkbox-btn .cbx span:first-child {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  -webkit-transform: scale(1);
          transform: scale(1);
  vertical-align: middle;
  border: 1px solid #ebebeb;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.product-details-desc .buy-checkbox-btn .cbx span:first-child svg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.product-details-desc .buy-checkbox-btn .cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #333333;
  display: block;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 1;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.product-details-desc .buy-checkbox-btn .cbx span:last-child {
  padding-left: 4px;
  color: #57647c;
}

.product-details-desc .buy-checkbox-btn .cbx:hover span:first-child {
  border-color: #333333;
}

.product-details-desc .buy-checkbox-btn .inp-cbx:checked + .cbx span:first-child {
  background: #333333;
  border-color: #333333;
  -webkit-animation: wave 0.4s ease;
          animation: wave 0.4s ease;
}

.product-details-desc .buy-checkbox-btn .inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}

.product-details-desc .buy-checkbox-btn .inp-cbx:checked + .cbx span:first-child:before {
  -webkit-transform: scale(3.5);
          transform: scale(3.5);
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.product-details-desc .buy-checkbox-btn .item:not(:first-child) {
  margin-top: 15px;
}

.product-details-desc .buy-checkbox-btn .btn {
  display: block;
  width: 100%;
}

.product-details-desc .buy-checkbox-btn .btn-light {
  background-color: #f2f2f2;
  border: none;
}

.product-details-desc .custom-payment-options {
  margin-top: 20px;
}

.product-details-desc .custom-payment-options span {
  display: block;
  color: #57647c;
  margin-bottom: 8px;
}

.product-details-desc .custom-payment-options .payment-methods a {
  display: inline-block;
}

.product-details-desc .custom-payment-options .payment-methods a img {
  width: 40px;
}

.tab .tabs_item {
  display: none;
}

.tab .tabs_item:first-child {
  display: block;
}

.products-details-tab {
  margin-top: 50px;
}

.products-details-tab .tabs {
  list-style-type: none;
  margin-bottom: -1px;
  padding-left: 0;
}

.products-details-tab .tabs li {
  display: inline-block;
  line-height: initial;
  margin-right: 5px;
}

.products-details-tab .tabs li a {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  color: #333333;
  border: 1px dashed #eeeeee;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 30px;
  padding-left: 48px;
  font-weight: 700;
  font-family: "Dosis", sans-serif;
}

.products-details-tab .tabs li a .dot {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 30px;
  width: 12px;
  height: 12px;
  border: 1px solid #333333;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
}

.products-details-tab .tabs li a .dot::before {
  position: absolute;
  top: 0;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  background: #333333;
  margin: 2px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.products-details-tab .tabs li a:hover, .products-details-tab .tabs li a:focus {
  color: #ffffff;
  background-color: #F15B23;
  border-color: #F15B23;
}

.products-details-tab .tabs li a:hover .dot, .products-details-tab .tabs li a:focus .dot {
  border-color: #ffffff;
}

.products-details-tab .tabs li a:hover .dot::before, .products-details-tab .tabs li a:focus .dot::before {
  background: #ffffff;
}

.products-details-tab .tabs li.current a {
  color: #ffffff;
  background-color: #F15B23;
  border-color: #F15B23;
}

.products-details-tab .tabs li.current a .dot {
  border-color: #ffffff;
}

.products-details-tab .tabs li.current a .dot::before {
  background: #ffffff;
}

.products-details-tab .tabs li:last-child {
  margin-right: 0;
}

.products-details-tab .tab_content {
  border: 1px dashed #eeeeee;
  padding: 30px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content p {
  margin-bottom: 20px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content p:last-child {
  margin-bottom: 0;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  text-align: left;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li {
  border: 1px solid #eeeeee;
  border-bottom: none;
  padding: 10px 15px;
  color: #57647c;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li:last-child {
  border-bottom: 1px solid #eeeeee;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li span {
  display: inline-block;
  width: 30%;
  color: #333333;
  font-family: "Dosis", sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content h3 {
  margin-bottom: 15px;
  font-size: 23px;
  font-weight: 700;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title {
  position: relative;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating {
  display: inline-block;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating .fas.fa-star {
  color: #ffba0a;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating i {
  color: #ebebeb;
  font-size: 14px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title p {
  margin-bottom: 0;
  display: inline-block;
  padding-left: 5px;
  line-height: initial;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .btn {
  position: absolute;
  right: 0;
  bottom: 0;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments {
  margin-top: 35px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item {
  margin-top: 30px;
  position: relative;
  padding-right: 200px;
  border-top: 1px dashed #eeeeee;
  padding-top: 30px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .rating .fas.fa-star {
  color: #ffba0a;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .rating i {
  font-size: 14px;
  color: #ebebeb;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item h3 {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item span {
  margin-bottom: 10px;
  font-size: 13px;
  display: block;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item span strong {
  font-weight: 600;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item p {
  margin-bottom: 0;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link {
  position: absolute;
  right: 0;
  color: #57647c;
  top: 40px;
  text-decoration: underline;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link:hover {
  color: #F15B23;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form {
  margin-top: 30px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group {
  margin-bottom: 20px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group label {
  color: #57647c;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  font-family: "Dosis", sans-serif;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group textarea {
  padding-top: 15px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .btn {
  margin-top: 0;
}

.related-products {
  margin-top: 70px;
}

.related-products .section-title {
  margin-bottom: 10px;
}

.related-products .single-product-box {
  margin-bottom: 0;
  margin-top: 30px;
}

/*================================================
Cart CSS
=================================================*/
.cart-table table {
  margin-bottom: 0;
}

.cart-table table thead tr th {
  border-bottom-width: 0px;
  vertical-align: middle;
  padding: 0 0 15px;
  text-transform: uppercase;
  border: none;
  font-weight: 700;
  font-family: "Dosis", sans-serif;
  font-size: 15px;
}

.cart-table table tbody tr td {
  vertical-align: middle;
  color: #57647c;
  padding-left: 0;
  padding-right: 0;
  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: 80px;
}

.cart-table table tbody tr td.product-name {
  font-family: "Dosis", sans-serif;
  font-size: 15px;
}

.cart-table table tbody tr td.product-name a {
  color: #57647c;
  font-weight: 600;
  display: inline-block;
}

.cart-table table tbody tr td.product-name a:hover {
  color: #FC4A1A;
}

.cart-table table tbody tr td.product-price span {
  font-weight: 500;
}

.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 .input-counter {
  max-width: 130px;
  min-width: 130px;
  text-align: center;
  display: inline-block;
  position: relative;
}

.cart-table table tbody tr td.product-quantity .input-counter span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: #d0d0d0;
  width: 40px;
  height: 100%;
  line-height: 48px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.cart-table table tbody tr td.product-quantity .input-counter span.minus-btn {
  left: 0;
}

.cart-table table tbody tr td.product-quantity .input-counter span.plus-btn {
  right: 0;
}

.cart-table table tbody tr td.product-quantity .input-counter span:hover {
  color: #FC4A1A;
}

.cart-table table tbody tr td.product-quantity .input-counter input {
  height: 45px;
  color: #333333;
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
}

.cart-table table tbody tr td.product-quantity .input-counter input::-webkit-input-placeholder {
  color: #333333;
}

.cart-table table tbody tr td.product-quantity .input-counter input:-ms-input-placeholder {
  color: #333333;
}

.cart-table table tbody tr td.product-quantity .input-counter input::-ms-input-placeholder {
  color: #333333;
}

.cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
  color: #333333;
}

.cart-table table tbody tr td.product-subtotal {
  overflow: hidden;
}

.cart-table table tbody tr td.product-subtotal span {
  font-weight: 500;
}

.cart-buttons {
  margin-top: 30px;
}

.cart-buttons .shopping-coupon-code {
  position: relative;
  max-width: 430px;
}

.cart-buttons .shopping-coupon-code button {
  position: absolute;
  right: 0;
  top: 0;
  height: 45px;
  background: #FC4A1A;
  color: #ffffff;
  border: none;
  padding: 0 25px;
  font-weight: 700;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.cart-buttons .shopping-coupon-code button:hover {
  background-color: #F15B23;
}

.cart-totals {
  background: #ffffff;
  padding: 40px;
  max-width: 620px;
  -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-left: auto;
  margin-top: 50px;
}

.cart-totals h3 {
  margin-bottom: 25px;
  font-size: 23px;
  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: #333333;
  overflow: hidden;
  font-weight: 700;
  font-family: "Dosis", sans-serif;
  font-size: 15px;
}

.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: #57647c;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}

/*================================================
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 20px 15px;
  margin-bottom: 65px;
  border-top: 3px solid #F15B23;
  position: relative;
}

.user-actions::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: -35px;
  width: 100%;
  height: 1px;
  background: #eeeeee;
}

.user-actions i {
  color: #F15B23;
  margin-right: 2px;
}

.user-actions span {
  display: inline-block;
  font-weight: 600;
  color: #F15B23;
}

.user-actions span a {
  display: inline-block;
  color: #333333;
}

.user-actions span a:hover, .user-actions span a:focus {
  color: #F15B23;
}

.checkout-area .title {
  margin-bottom: 25px;
  font-size: 23px;
  font-weight: 700;
}

.billing-details .form-group {
  margin-bottom: 20px;
}

.billing-details .form-group label {
  display: block;
  color: #57647c;
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: 600;
  font-family: "Dosis", sans-serif;
}

.billing-details .form-group label .required {
  color: red;
}

.billing-details .form-group .nice-select {
  float: unset;
  line-height: 45px;
  color: #57647c;
  font-weight: 600;
  font-size: 13px;
  padding-top: 0;
  padding-bottom: 0;
}

.billing-details .form-group .nice-select .list {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
          box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  border-radius: 0;
  margin-top: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.billing-details .form-group .nice-select .list .option {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-left: 20px;
  padding-right: 20px;
}

.billing-details .form-group .nice-select .list .option:hover {
  background-color: #FC4A1A !important;
  color: #ffffff;
}

.billing-details .form-group .nice-select .list .option.selected {
  background-color: transparent;
}

.billing-details .form-group .nice-select:after {
  right: 20px;
}

.billing-details .form-group textarea {
  padding-top: 13px;
}

.billing-details .form-check {
  margin-bottom: 20px;
  font-family: "Dosis", sans-serif;
}

.billing-details .form-check .form-check-label {
  color: #57647c;
}

.billing-details .form-check label {
  position: relative;
  left: -3px;
  top: 1px;
  font-size: 14px;
  font-weight: 600;
}

.billing-details .col-lg-12:last-child .form-group {
  margin-bottom: 0;
}

.order-details .order-table table {
  margin-bottom: 0;
}

.order-details .order-table table thead tr th {
  border-bottom-width: 0;
  vertical-align: middle;
  border-color: #eaedff;
  padding-left: 20px;
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 15px;
  font-weight: 700;
  font-family: "Dosis", sans-serif;
  font-size: 15px;
}

.order-details .order-table table tbody tr td {
  vertical-align: middle;
  color: #57647c;
  border-color: #eaedff;
  padding-left: 20px;
  padding-right: 20px;
}

.order-details .order-table table tbody tr td.product-name {
  font-family: "Dosis", sans-serif;
  font-size: 15px;
}

.order-details .order-table table tbody tr td.product-name a {
  color: #57647c;
  display: inline-block;
  font-weight: 500;
}

.order-details .order-table table tbody tr td.product-name a:hover {
  color: #F15B23;
}

.order-details .order-table table tbody tr td.order-subtotal, .order-details .order-table table tbody tr td.order-shipping, .order-details .order-table table tbody tr td.total-price {
  font-family: "Dosis", sans-serif;
  font-size: 15px;
}

.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: #333333;
  font-weight: 600;
}

.order-details .order-table table tbody tr td.shipping-price, .order-details .order-table table tbody tr td.order-subtotal-price, .order-details .order-table table tbody tr td.product-subtotal {
  font-weight: 600;
}

.order-details .payment-box {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  margin-top: 30px;
  padding: 30px;
}

.order-details .payment-box .payment-method p {
  font-size: 14px;
}

.order-details .payment-box .payment-method p [type="radio"]:checked, .order-details .payment-box .payment-method p [type="radio"]:not(:checked) {
  display: none;
}

.order-details .payment-box .payment-method p [type="radio"]:checked + label, .order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label {
  padding-left: 27px;
  cursor: pointer;
  display: block;
  color: #333333;
  position: relative;
  margin-bottom: 8px;
  font-weight: 600;
}

.order-details .payment-box .payment-method p [type="radio"]:checked + label::before, .order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  border: 1px solid #dddddd;
  border-radius: 50%;
  background: #ffffff;
}

.order-details .payment-box .payment-method p [type="radio"]:checked + label::after, .order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label::after {
  content: '';
  width: 12px;
  height: 12px;
  background: #F15B23;
  position: absolute;
  top: 6px;
  left: 3px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label::after {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.order-details .payment-box .payment-method p [type="radio"]:checked + label::after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.order-details .payment-box .btn.order-btn {
  display: block;
  margin-top: 25px;
  -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
          box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
}

/*================================================
FAQ Area CSS
=================================================*/
.faq-content .section-title {
  margin-bottom: 20px;
}

.faq-content .section-title .content {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

.faq-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-item {
  display: block;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  background: #ffffff;
  margin-bottom: 10px;
}

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

.faq-accordion .accordion .accordion-title {
  padding: 12px 20px 12px 51px;
  color: #333333;
  position: relative;
  border-bottom: 1px solid transparent;
  margin-bottom: -1px;
  font-size: 15px;
  font-weight: 700;
  font-family: "Dosis", sans-serif;
}

.faq-accordion .accordion .accordion-title i {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  text-align: center;
  height: 100%;
  background: #F15B23;
  color: #ffffff;
}

.faq-accordion .accordion .accordion-title i::before {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 13px;
}

.faq-accordion .accordion .accordion-title.active {
  border-bottom-color: #eeeeee;
}

.faq-accordion .accordion .accordion-title.active i::before {
  content: "\f068";
}

.faq-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  padding: 15px 15px;
}

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

.faq-contact {
  margin-top: 110px;
}

.faq-contact .section-title {
  text-align: center;
}

.faq-contact .section-title .content {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

.faq-contact-form {
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
}

.faq-contact-form form .form-control {
  background-color: #ffffff;
  border: none;
  -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
          box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
  height: 50px;
  font-family: "Dosis", sans-serif;
  font-size: 16px;
}

.faq-contact-form form .row {
  margin-left: -7px;
  margin-right: -7px;
}

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

.faq-contact-form form textarea.form-control {
  height: auto;
  padding-top: 15px;
}

.faq-contact-form form .btn {
  padding: 13px 35px 15px;
  font-size: 17px;
  margin-top: 8px;
  -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
          box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
}

.faq-contact-form form .btn.disabled {
  cursor: not-allowed !important;
}

.faq-contact-form form .btn.disabled:hover::before, .faq-contact-form form .btn.disabled:focus::before {
  opacity: 1;
  visibility: visible;
}

.faq-contact-form form .btn.disabled:hover::after, .faq-contact-form form .btn.disabled:focus::after {
  opacity: 0;
  visibility: hidden;
}

.faq-contact-form form .help-block ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 5px;
  margin-bottom: 0;
}

.faq-contact-form form .help-block ul li {
  color: red;
}

.faq-contact-form form #msgSubmit {
  margin-bottom: 0;
}

.faq-contact-form form #msgSubmit.text-danger, .faq-contact-form form #msgSubmit.text-success {
  margin-top: 8px;
  font-size: 23px;
  font-weight: 700;
}

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

.contact-form form .form-control {
  background-color: #ffffff;
  border: none;
  -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
          box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
  height: 50px;
  font-family: "Dosis", sans-serif;
  font-size: 16px;
}

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

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

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

.contact-form form .btn {
  padding: 13px 35px 15px;
  font-size: 17px;
  margin-top: 8px;
  -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
          box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
}

.contact-form form .btn.disabled {
  cursor: not-allowed !important;
}

.contact-form form .btn.disabled:hover::before, .contact-form form .btn.disabled:focus::before {
  opacity: 1;
  visibility: visible;
}

.contact-form form .btn.disabled:hover::after, .contact-form form .btn.disabled:focus::after {
  opacity: 0;
  visibility: hidden;
}

.contact-form form .help-block ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 5px;
  margin-bottom: 0;
}

.contact-form form .help-block ul li {
  color: red;
}

.contact-form form #msgSubmit {
  margin-bottom: 0;
  text-align: left !important;
}

.contact-form form #msgSubmit.text-danger, .contact-form form #msgSubmit.text-success {
  margin-top: 8px;
  font-size: 23px;
  font-weight: 700;
}

.contact-info {
  padding-right: 25px;
}

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

.contact-info ul li {
  position: relative;
  padding-left: 95px;
  color: #57647c;
  margin-bottom: 35px;
}

.contact-info ul li .icon {
  border: 1px dashed #F15B23;
  width: 75px;
  height: 75px;
  line-height: 75px;
  color: #ffffff;
  border-radius: 50%;
  font-size: 25px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.contact-info ul li .icon::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(#49c628), color-stop(#53d23c), color-stop(#5ddd4e), color-stop(#66e95f), to(#70f570));
  background: linear-gradient(to right, #49c628, #53d23c, #5ddd4e, #66e95f, #70f570);
  border-radius: 50%;
  margin: 6px;
  -webkit-box-shadow: 0 1px 5px 1px #F15B23;
          box-shadow: 0 1px 5px 1px #F15B23;
  z-index: -1;
}

.contact-info ul li span {
  display: block;
  margin-bottom: 3px;
  color: #333333;
  font-size: 20px;
  font-weight: 700;
  font-family: "Dosis", sans-serif;
}

.contact-info ul li a {
  color: #57647c;
}

.contact-info ul li a:hover {
  color: #F15B23;
}

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

.bg-map {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  text-align: center;
  margin: 0 auto;
  opacity: .5;
}

.map-area iframe {
  width: 100%;
  height: 500px;
  border: none;
  margin-bottom: -8px;
}

/*================================================
404 Error Area CSS
=================================================*/
.error-area {
  height: 100vh;
}

.error-content {
  text-align: center;
  margin: 0 auto;
  max-width: 700px;
}

.error-content h3 {
  font-size: 40px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 17px;
}

.error-content p {
  max-width: 520px;
  margin: 0 auto 20px;
}

/*================================================
Coming Soon Area CSS
=================================================*/
.coming-soon-area {
  position: relative;
  z-index: 1;
}

.coming-soon-area .coming-soon-content {
  height: 100vh;
  position: relative;
  padding-left: 100px;
  padding-right: 100px;
}

.coming-soon-area .coming-soon-content .logo {
  position: absolute;
  left: 100px;
  top: 30px;
}

.coming-soon-area .coming-soon-content h3 {
  line-height: 1.3;
  margin-bottom: 25px;
  font-size: 40px;
  font-weight: 700;
}

.coming-soon-area .coming-soon-content form {
  max-width: 520px;
}

.coming-soon-area .coming-soon-content form .form-control {
  height: 50px;
  border: none;
  -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
          box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
}

.coming-soon-area .coming-soon-content form .btn {
  display: block;
  width: 100%;
  padding: 15px 28px;
  -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
          box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
}

.coming-soon-area .coming-soon-content form p {
  margin-bottom: 0;
  margin-top: 15px;
}

.coming-soon-area .coming-soon-content .social {
  position: absolute;
  left: 100px;
  bottom: 30px;
  text-align: center;
}

.coming-soon-area .coming-soon-content .social ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.coming-soon-area .coming-soon-content .social ul li {
  display: inline-block;
  margin: 0 2px;
}

.coming-soon-area .coming-soon-content .social ul li a {
  width: 35px;
  height: 35px;
  line-height: 37px;
  border-radius: 50%;
  background-color: #dddddd;
  color: #333333;
  font-size: 14px;
}

.coming-soon-area .coming-soon-content .social ul li a.twitter {
  background-color: #1da1f2;
  color: #ffffff;
}

.coming-soon-area .coming-soon-content .social ul li a.youtube {
  background-color: #ff0000;
  color: #ffffff;
}

.coming-soon-area .coming-soon-content .social ul li a.facebook {
  background-color: #3b5998;
  color: #ffffff;
}

.coming-soon-area .coming-soon-content .social ul li a.linkedin {
  background-color: #0077b5;
  color: #ffffff;
}

.coming-soon-area .coming-soon-content .social ul li a.instagram {
  background-color: #c13584;
  color: #ffffff;
}

.coming-soon-area .coming-soon-content .social ul li a:hover {
  background-color: #F15B23;
  color: #ffffff;
}

.coming-soon-area .coming-soon-time {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
  z-index: 1;
  background-image: url(../../assets/img/coming-soon-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.coming-soon-area .coming-soon-time img {
  display: none;
}

.coming-soon-area .coming-soon-time #timer {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

.coming-soon-area .coming-soon-time #timer div {
  width: 155px;
  height: 155px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: inline-block;
  color: #ffffff;
  line-height: initial;
  padding-top: 37px;
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 15px;
  margin-top: 15px;
  font-size: 45px;
  font-weight: 700;
  font-family: "Dosis", sans-serif;
}

.coming-soon-area .coming-soon-time #timer div span {
  text-transform: uppercase;
  display: block;
  margin-top: 3px;
  font-size: 14px;
  font-weight: 600;
}

.coming-soon-area .coming-soon-time::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000000;
  opacity: .7;
  z-index: -1;
}

/*================================================
Subscribe Area CSS
=================================================*/
.subscribe-area {
  background: -webkit-gradient(linear, left top, right top, from(#49c628), color-stop(#53d23c), color-stop(#5ddd4e), color-stop(#66e95f), to(#70f570));
  background: linear-gradient(to right, #49c628, #53d23c, #5ddd4e, #66e95f, #70f570);
  text-align: center;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 90px;
  padding-right: 90px;
  margin-bottom: 80px;
  margin-top: -195px;
}

.subscribe-area h3 {
  color: #ffffff;
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 700;
}

.newsletter-form {
  position: relative;
}

.newsletter-form .form-control {
  border: none;
  background-color: #37951f;
  border-radius: 5px;
  color: #ffffff;
  height: 50px;
}

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

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

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

.newsletter-form .form-control::placeholder {
  color: #efefef;
}

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

.newsletter-form .row .col-lg-2, .newsletter-form .row .col-lg-3, .newsletter-form .row .col-lg-4, .newsletter-form .row .col-lg-5, .newsletter-form .row .col-lg-12 {
  padding-left: 10px;
  padding-right: 10px;
}

.newsletter-form button {
  border: none;
  position: relative;
  height: 50px;
  display: block;
  width: 100%;
  z-index: 1;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: 0;
  font-size: 14px;
  font-weight: 700;
}

.newsletter-form button i {
  margin-left: 5px;
}

.newsletter-form button::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: -webkit-gradient(linear, left top, right top, from(#fc4a1a), color-stop(#fd6b12), color-stop(#fc8712), color-stop(#faa01f), to(#f7b733));
  background: linear-gradient(to right, #fc4a1a, #fd6b12, #fc8712, #faa01f, #f7b733);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  left: 0;
  border-radius: 5px;
  top: 0;
}

.newsletter-form button::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #333333;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  left: 0;
  border-radius: 5px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.newsletter-form button:hover::after {
  opacity: 1;
  visibility: visible;
}

.newsletter-form button:hover::before {
  opacity: 0;
  visibility: hidden;
}

.newsletter-form #validator-newsletter {
  position: absolute;
  bottom: -40px;
  color: #ffffff;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

/*================================================
Footer Area CSS
=================================================*/
.footer-area {
  position: relative;
  z-index: 1;
  padding-top: 100px;
  background-color: #182c51;
}

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

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

.single-footer-widget .logo p {
  color: #ffffff;
  margin-top: 18px;
  margin-bottom: 0;
}

.single-footer-widget p {
  color: #ffffff;
  font-size: 14px;
}

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

.single-footer-widget .social li {
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-left: 1px;
  margin-right: 1px;
}

.single-footer-widget .social li a {
  width: 35px;
  height: 35px;
  background-color: #333333;
  line-height: 36px;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
}

.single-footer-widget .social li a i::before {
  font-size: 13px;
}

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

.single-footer-widget h3 {
  margin-bottom: 23px;
  color: #ffffff;
  position: relative;
  padding-bottom: 6px;
  font-size: 23px;
  font-weight: 700;
}

.single-footer-widget h3::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background: #F15B23;
}

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

.single-footer-widget .footer-services-list li {
  margin-bottom: 12px;
  color: #ffffff;
  font-size: 14px;
}

.single-footer-widget .footer-services-list li a {
  display: inline-block;
  color: #ffffff;
}

.single-footer-widget .footer-services-list li a:hover {
  color: #F15B23;
}

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

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

.single-footer-widget .quick-links-list li {
  margin-bottom: 12px;
  color: #ffffff;
  font-size: 14px;
}

.single-footer-widget .quick-links-list li a {
  display: inline-block;
  color: #ffffff;
}

.single-footer-widget .quick-links-list li a:hover {
  color: #F15B23;
}

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

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

.single-footer-widget .footer-contact-list li {
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.7;
}

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

.single-footer-widget .footer-contact-list li a:hover {
  color: #F15B23;
}

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

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

.copyright-area {
  background-color: #0d1d3b;
  margin-top: 70px;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.copyright-area p a {
  display: inline-block;
  color: #ffffff;
  font-weight: 600;
}

.copyright-area p a:hover {
  color: #F15B23;
}

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

.copyright-area ul li {
  display: inline-block;
  margin-left: 15px;
  position: relative;
  color: #ffffff;
  font-size: 14px;
  line-height: initial;
}

.copyright-area ul li a {
  color: #ffffff;
}

.copyright-area ul li a:hover {
  color: #F15B23;
}

.copyright-area ul li::before {
  content: '';
  width: 4px;
  height: 1px;
  background: #ffffff;
  left: -11px;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.copyright-area ul li:first-child {
  margin-left: 0;
}

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

.circle-map {
  position: absolute;
  top: 32%;
  right: 18%;
  z-index: -1;
}

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

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

.go-top i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}

.go-top::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: -webkit-gradient(linear, left top, right top, from(#fc4a1a), color-stop(#fd6b12), color-stop(#fc8712), color-stop(#faa01f), to(#f7b733));
  background: linear-gradient(to right, #fc4a1a, #fd6b12, #fc8712, #faa01f, #f7b733);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

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

.go-top:hover::before, .go-top:focus::before {
  opacity: 1;
  visibility: visible;
}

.go-top:hover i:first-child, .go-top:focus i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.go-top:hover i:last-child, .go-top:focus i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

/*================================================
Navbar Area CSS
=================================================*/
.navbar-area.navbar-style-two .container-fluid {
  max-width: 1350px;
}

.navbar-area.navbar-style-two .evolta-nav .navbar .navbar-nav {
  margin-left: auto;
}

.navbar-area.navbar-style-two .evolta-nav .navbar .navbar-nav .nav-item a {
  color: #ffffff;
}

.navbar-area.navbar-style-two .evolta-nav .navbar .navbar-nav .nav-item a:hover, .navbar-area.navbar-style-two .evolta-nav .navbar .navbar-nav .nav-item a:focus, .navbar-area.navbar-style-two .evolta-nav .navbar .navbar-nav .nav-item a.active {
  color: #F15B23;
}

.navbar-area.navbar-style-two .evolta-nav .navbar .navbar-nav .nav-item:hover a, .navbar-area.navbar-style-two .evolta-nav .navbar .navbar-nav .nav-item:focus a, .navbar-area.navbar-style-two .evolta-nav .navbar .navbar-nav .nav-item.active a {
  color: #F15B23;
}

.navbar-area.navbar-style-two .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  color: #333333;
}

.navbar-area.navbar-style-two .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .navbar-area.navbar-style-two .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .navbar-area.navbar-style-two .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #F15B23;
}

.navbar-area.navbar-style-two .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #333333;
}

.navbar-area.navbar-style-two .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .navbar-area.navbar-style-two .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .navbar-area.navbar-style-two .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #F15B23;
}

.navbar-area.navbar-style-two .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #333333;
}

.navbar-area.navbar-style-two .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .navbar-area.navbar-style-two .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .navbar-area.navbar-style-two .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #F15B23;
}

.navbar-area.navbar-style-two .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #333333;
}

.navbar-area.navbar-style-two .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .navbar-area.navbar-style-two .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .navbar-area.navbar-style-two .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #F15B23;
}

.navbar-area.navbar-style-two .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #333333;
}

.navbar-area.navbar-style-two .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .navbar-area.navbar-style-two .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .navbar-area.navbar-style-two .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #F15B23;
}

.navbar-area.navbar-style-two .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #333333;
}

.navbar-area.navbar-style-two .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .navbar-area.navbar-style-two .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .navbar-area.navbar-style-two .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #F15B23;
}

.navbar-area.navbar-style-two .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #333333;
}

.navbar-area.navbar-style-two .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .navbar-area.navbar-style-two .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .navbar-area.navbar-style-two .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #F15B23;
}

.navbar-area.navbar-style-two .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #F15B23;
}

.navbar-area.navbar-style-two .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #F15B23;
}

.navbar-area.navbar-style-two .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #F15B23;
}

.navbar-area.navbar-style-two .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #F15B23;
}

.navbar-area.navbar-style-two .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: #F15B23;
}

.navbar-area.navbar-style-two .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #F15B23;
}

.navbar-area.navbar-style-two .evolta-nav .navbar .others-options .cart-btn {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
}

.navbar-area.navbar-style-two .evolta-nav .navbar .others-options .cart-btn:hover {
  color: #F15B23;
}

.navbar-area.navbar-style-two .evolta-nav .navbar .others-options .option-item {
  color: #ffffff;
}

.navbar-area.navbar-style-two.is-sticky {
  background-color: #000000 !important;
}

/*================================================
Banner Area CSS
=================================================*/
.banner-area {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 250px;
  padding-bottom: 340px;
}

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

.banner-area.bg-2 {
  background-image: url(../../assets/img/banner-bg2.jpg);
}

.banner-area .container {
  max-width: 1350px;
}

.banner-content {
  max-width: 700px;
}

.banner-content h1 {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 80px;
  font-weight: 700;
}

.banner-content p {
  font-size: 14.5px;
  color: #e8e8e8;
  max-width: 540px;
  margin-top: 30px;
  margin-bottom: 0;
}

.banner-content .btn-box {
  margin-top: 35px;
}

.banner-content .btn-box .btn-light {
  margin-left: 15px;
  border-color: #ffffff;
  color: #ffffff;
}

.home-slides.owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  right: 7%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.home-slides.owl-theme .owl-nav [class*=owl-] {
  display: block;
  margin: 15px 0;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 0;
  border: 1px solid #ace5c4;
  -webkit-box-shadow: 4px 4px #ace5c4;
          box-shadow: 4px 4px #ace5c4;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #333333;
  font-size: 20px;
}

.home-slides.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #F15B23;
  border-color: #F15B23;
  color: #ffffff;
}

/*================================================
Boxes Area CSS
=================================================*/
.boxes-area {
  padding-bottom: 80px;
  margin-top: -150px;
  position: relative;
  z-index: 1;
}

.single-boxes-box {
  margin-bottom: 30px;
  background-color: #ffffff;
  border: 1px solid #ace5c4;
  -webkit-box-shadow: 5px 5px #ace5c4;
          box-shadow: 5px 5px #ace5c4;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  padding: 30px 20px 30px 110px;
}

.single-boxes-box .icon {
  position: absolute;
  display: inline-block;
  width: 70px;
  height: 70px;
  top: 30px;
  left: 20px;
  line-height: 70px;
  border-radius: 50%;
  color: #F15B23;
  background-color: #f0f0f0;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

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

.single-boxes-box h3 {
  margin-bottom: 12px;
  font-size: 23px;
  font-weight: 700;
}

.single-boxes-box:hover {
  border-color: #F15B23;
  -webkit-box-shadow: 5px 5px #F15B23;
          box-shadow: 5px 5px #F15B23;
}

.single-boxes-box:hover .icon {
  background-color: #F15B23;
  color: #ffffff;
}

/*================================================
About Area CSS
=================================================*/
.about-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.about-area .container-fluid .row {
  margin-left: 0;
  margin-right: 0;
}

.about-area .container-fluid .row .col-lg-6 {
  padding-left: 0;
  padding-right: 0;
}

.about-area .container-fluid .row::before {
  right: 13.5%;
  width: 45%;
}

.about-content .content {
  max-width: 540px;
  padding-left: 30px;
  padding-right: 30px;
}

/*================================================
Services Area CSS
=================================================*/
.single-services-item {
  margin-bottom: 30px;
  border: 1px solid #ace5c4;
  -webkit-box-shadow: 5px 5px #ace5c4;
          box-shadow: 5px 5px #ace5c4;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #ffffff;
  text-align: center;
  position: relative;
  padding-top: 70px;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
}

.single-services-item .icon {
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #F15B23;
}

.single-services-item .icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}

.single-services-item .icon i::before {
  font-size: 50px;
  line-height: 1;
}

.single-services-item h3 {
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 23px;
  font-weight: 700;
}

.single-services-item .content {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  padding: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-services-item .content h3 {
  opacity: 1 !important;
  visibility: visible !important;
  color: #ffffff;
  margin-bottom: 15px;
}

.single-services-item .content h3 a {
  color: #ffffff;
}

.single-services-item .content p {
  color: #ffffff;
}

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

.single-services-item .content .read-more-btn i {
  color: #ffffff;
}

.single-services-item:hover {
  border-color: #F15B23;
  background-color: #F15B23;
}

.single-services-item:hover h3 {
  opacity: 0;
  visibility: visible;
}

.single-services-item:hover .icon {
  opacity: 0;
  visibility: visible;
}

.single-services-item:hover .content {
  opacity: 1;
  visibility: visible;
}

/*================================================
Why Choose Area CSS
=================================================*/
.why-choose-area.bg-black-color {
  position: relative;
  z-index: 1;
}

.why-choose-area.bg-black-color .section-title-style-two h2 {
  color: #ffffff;
}

.why-choose-area.bg-black-color .section-title-style-two .text p {
  color: #f3f3f3;
}

.why-choose-area.bg-black-color::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
  top: 0;
  background-color: #111111;
  height: 70%;
}

.why-choose-area .circle-map {
  top: 0;
  right: 39%;
}

.single-choose-box.with-box-shadow {
  border-radius: 0;
  -webkit-box-shadow: 5px 5px #ace5c4;
          box-shadow: 5px 5px #ace5c4;
}

.single-choose-box.with-box-shadow img {
  border-radius: 0;
}

.single-choose-box.with-box-shadow:hover {
  -webkit-box-shadow: 5px 5px #F15B23;
          box-shadow: 5px 5px #F15B23;
}

/*================================================
What We Do Area CSS
=================================================*/
.what-we-do-content {
  margin-bottom: -100px;
  padding-right: 30px;
}

.what-we-do-content .single-funfacts {
  margin-bottom: 100px;
}

.what-we-do-image {
  text-align: center;
  -webkit-box-shadow: 5px 5px #F15B23;
          box-shadow: 5px 5px #F15B23;
}

/*================================================
Projects Area CSS
=================================================*/
.projects-slides-two .single-projects-box {
  background-color: #fcfffb;
  margin-left: 15px;
  margin-right: 15px;
}

.projects-slides-two .single-projects-box .projects-content {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.projects-slides-two .single-projects-box .projects-content span {
  color: #F15B23;
}

.projects-slides-two .single-projects-box:hover {
  background-color: #ffffff;
  -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);
}

.projects-slides-two.owl-theme .owl-nav {
  margin-top: 15px;
  margin-bottom: 30px;
}

.projects-slides-two.owl-theme .owl-nav [class*=owl-] {
  margin: 0 7px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  background: #57647c;
  color: #ffffff;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  font-weight: 600;
  font-size: 17px;
  font-family: "Dosis", sans-serif;
  padding-left: 88px !important;
  padding-right: 50px !important;
}

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

.projects-slides-two.owl-theme .owl-nav [class*=owl-]:after {
  content: 'Next';
  position: absolute;
  color: #ffffff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 50px;
}

.projects-slides-two.owl-theme .owl-nav [class*=owl-].owl-prev {
  color: #ffffff;
  padding-left: 50px !important;
  padding-right: 88px !important;
}

.projects-slides-two.owl-theme .owl-nav [class*=owl-].owl-prev::after {
  content: 'Prev';
  left: auto;
  right: 50px;
}

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

/*================================================
Feedback Area CSS
=================================================*/
.feedback-area .section-title-style-two {
  margin-bottom: 45px;
}

.feedback-area .section-title-style-two .content {
  text-align: right;
  padding-right: 30px;
  position: relative;
}

.feedback-area .section-title-style-two .content::before {
  content: '';
  position: absolute;
  right: -15px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #ffe3d8;
}

.feedback-area .section-title-style-two .text {
  text-align: left;
  padding-left: 50px;
}

.feedback-area .section-title-style-two .text i {
  font-size: 90px;
  color: #F15B23;
  line-height: 1;
}

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

.single-feedback-box P {
  color: #333333;
  margin-bottom: 0;
  font-size: 22px;
}

.single-feedback-box .client-info {
  margin-top: 25px;
}

.single-feedback-box .client-info h3 {
  margin-bottom: 9px;
  font-size: 20px;
  font-weight: 700;
}

.single-feedback-box .client-info span {
  display: block;
  color: #F15B23;
}

.feedback-slides.owl-theme {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.feedback-slides.owl-theme .owl-dots {
  margin-top: -10px !important;
}

.feedback-slides.owl-theme .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  margin: 0 3px;
  background: #001133;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
}

.feedback-slides.owl-theme .owl-dots .owl-dot:hover span, .feedback-slides.owl-theme .owl-dots .owl-dot.active span {
  background-color: #F15B23;
}

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

.build-area::before {
  background-color: #111111;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  z-index: -1;
}

.build-inner-area {
  -webkit-box-shadow: 5px 5px #F15B23;
          box-shadow: 5px 5px #F15B23;
  background-image: url(../../assets/img/build-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-right: 60px;
  padding-left: 60px;
}

.build-inner-area .bulid-content {
  margin-left: auto;
  max-width: 545px;
}

.build-inner-area .bulid-content h2 {
  margin-bottom: 18px;
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
}

.build-inner-area .bulid-content p {
  color: #f3f3f3;
}

.build-inner-area .bulid-content .btn {
  margin-top: 10px;
}

/*================================================
Working Process Area CSS
=================================================*/
.working-process-area {
  background-color: #111111;
  padding-bottom: 80px;
}

.working-process-area .section-title-style-two h2 {
  color: #ffffff;
}

.working-process-area .section-title-style-two .text p {
  color: #f3f3f3;
}

.single-working-process-box {
  text-align: center;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.single-working-process-box .icon {
  width: 160px;
  height: 160px;
  background-color: #ffffff;
  -webkit-box-shadow: 5px 5px #F15B23;
          box-shadow: 5px 5px #F15B23;
  line-height: 160px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
}

.single-working-process-box h3 {
  margin-bottom: 15px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
}

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

.single-working-process-box h3 a:hover {
  color: #F15B23;
}

.single-working-process-box p {
  color: #f3f3f3;
}

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

/*================================================
Team Area CSS
=================================================*/
.single-team-member {
  margin-bottom: 30px;
  text-align: center;
}

.single-team-member .team-image {
  position: relative;
  border: 1px solid #ace5c4;
  -webkit-box-shadow: 5px 5px #ace5c4;
          box-shadow: 5px 5px #ace5c4;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-team-member .team-image .social {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-left: auto;
  margin-right: auto;
}

.single-team-member .team-image .social li {
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-left: 3px;
  margin-right: 3px;
}

.single-team-member .team-image .social li a {
  width: 35px;
  height: 35px;
  background-color: #343434;
  line-height: 35px;
  border-radius: 50%;
  color: #ffffff;
}

.single-team-member .team-image .social li a i::before {
  font-size: 13px;
}

.single-team-member .team-image .social li a:hover {
  background-color: #F15B23;
  color: #ffffff;
}

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

.single-team-member .team-content h3 {
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 700;
}

.single-team-member .team-content span {
  display: block;
  margin-top: 7px;
  color: #F15B23;
  font-family: "Dosis", sans-serif;
  font-size: 16.5px;
}

.single-team-member:hover .team-image {
  border-color: #F15B23;
  -webkit-box-shadow: 5px 5px #F15B23;
          box-shadow: 5px 5px #F15B23;
}

.single-team-member:hover .team-image .social {
  opacity: 1;
  visibility: visible;
  bottom: 15px;
}

/*================================================
Clinets Area CSS
=================================================*/
.clients-area {
  position: relative;
  z-index: 2;
}

.clients-area::before {
  background-color: #f7f9fb;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  z-index: -1;
}

.clients-inner-area {
  background-color: #111111;
  border: 1px solid #F15B23;
  -webkit-box-shadow: 5px 5px #27ae60;
          box-shadow: 5px 5px #27ae60;
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 70px;
  padding-right: 70px;
}

.clients-inner-area .title h2 {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
}

.clients-inner-area .clients-list {
  margin-bottom: -30px;
}

.clients-inner-area .clients-list .clients-image {
  margin-bottom: 30px;
  text-align: center;
}

.clients-inner-area .clients-list .clients-image a {
  display: inline-block;
}

.clients-inner-area .clients-list .clients-image a img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.5;
}

.clients-inner-area .clients-list .clients-image a:hover img {
  opacity: 1;
}

/*================================================
Blog Area CSS
=================================================*/
.single-blog-post-item {
  margin-bottom: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #ffffff;
  -webkit-box-shadow: 5px 5px #ace5c4;
          box-shadow: 5px 5px #ace5c4;
}

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

.single-blog-post-item .image a img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-blog-post-item .content {
  padding: 25px;
  border: 1px solid #F15B23;
  border-top: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-blog-post-item .content .entry-meta {
  margin-bottom: 6px;
}

.single-blog-post-item .content .entry-meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-blog-post-item .content .entry-meta ul li {
  display: inline-block;
  position: relative;
  margin-right: 12px;
  color: #57647c;
  font-family: "Dosis", sans-serif;
  font-size: 15px;
}

.single-blog-post-item .content .entry-meta ul li::before {
  content: '';
  position: absolute;
  right: -7px;
  top: 50%;
  -webkit-transform: rotate(14deg) translateY(-50%);
          transform: rotate(14deg) translateY(-50%);
  background: #57647c;
  width: 1px;
  height: 13px;
}

.single-blog-post-item .content .entry-meta ul li a {
  display: inline-block;
  color: #57647c;
}

.single-blog-post-item .content .entry-meta ul li a:hover {
  color: #F15B23;
}

.single-blog-post-item .content .entry-meta ul li:last-child {
  margin-right: 0;
}

.single-blog-post-item .content .entry-meta ul li:last-child::before {
  display: none;
}

.single-blog-post-item .content h3 {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 23px;
  font-weight: 700;
}

.single-blog-post-item .content p {
  margin-top: 8px;
  margin-bottom: 0;
}

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

.single-blog-post-item:hover {
  -webkit-box-shadow: 5px 5px #F15B23;
          box-shadow: 5px 5px #F15B23;
}

.single-blog-post-item:hover .image a img {
  opacity: .7;
}

.single-blog-post-item:hover .content {
  border-color: #ffffff;
}

/*================================================
Subscribe Area CSS
=================================================*/
.subscribe-area.bg-white-color {
  background: #ffffff;
  border: 1px solid #F15B23;
  -webkit-box-shadow: 5px 5px #27ae60;
          box-shadow: 5px 5px #27ae60;
  border-radius: 0;
}

.subscribe-area.bg-white-color h3 {
  color: #333333;
}

.subscribe-area.bg-white-color .newsletter-form .form-control {
  border-radius: 30px;
  background-color: #eeeeee;
  color: #333333;
  padding-left: 18px;
}

.subscribe-area.bg-white-color .newsletter-form .form-control::-webkit-input-placeholder {
  color: #999999;
}

.subscribe-area.bg-white-color .newsletter-form .form-control:-ms-input-placeholder {
  color: #999999;
}

.subscribe-area.bg-white-color .newsletter-form .form-control::-ms-input-placeholder {
  color: #999999;
}

.subscribe-area.bg-white-color .newsletter-form .form-control::placeholder {
  color: #999999;
}

.subscribe-area.bg-white-color .newsletter-form button {
  border-radius: 30px;
}

.subscribe-area.bg-white-color .newsletter-form button::before, .subscribe-area.bg-white-color .newsletter-form button::after {
  border-radius: 30px;
}
/*# sourceMappingURL=style.css.map */
