/*
@File: Allison 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 CSS
** - Preloader CSS
** - Navbar CSS
** - Main Container CSS
** - Main Banner CSS
** - About CSS
** - Services CSS
** - Services Details CSS
** - Funfacts CSS
** - Works CSS
** - Works Details CSS
** - Feeback CSS
** - Countdown CSS
** - My Clients CSS
** - Hire Me CSS
** - Training CSS
** - Projects CSS
** - Shop CSS
** - Book Trainer CSS
** - Team CSS
** - Team CSS
** - Blog CSS
** - Blog Details CSS
** - Contact CSS
** - Instagram CSS
** - Footer CSS
*/
/*================================================
Default CSS
=================================================*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Mrs+Saint+Delafield&display=swap");
body {
  padding: 0;
  margin: 0;
  background-color: #0b1315;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:hover {
  text-decoration: none;
}

:focus {
  outline: 0 !important;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", serif;
}

p {
  line-height: 1.8;
  font-size: 16px;
}

p:last-child {
  margin-bottom: 0;
}

.bg-0f1d22 {
  background-color: #0f1d22;
}

.ptb-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.ptb-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.pt-90 {
  padding-top: 90px;
}

.pb-90 {
  padding-bottom: 90px;
}

/*default-btn*/
.default-btn {
  display: inline-block;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
  background-color: transparent;
  letter-spacing: 1.5px;
  padding: 12px 35px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-size: 14px;
  font-weight: 300;
}

.default-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
  background: #c9ab81;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.default-btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border: 1px solid #c9ab81;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-animation: opacityChange 2s linear 2s infinite;
          animation: opacityChange 2s linear 2s infinite;
}

.default-btn:hover {
  color: #ffffff;
}

.default-btn:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.default-btn:hover::after {
  border-color: #c9ab81;
  opacity: 1 !important;
}

/*section-title*/
.section-title {
  margin-bottom: 50px;
  text-align: center;
}

.section-title .sub-title {
  display: block;
  color: #c9ab81;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
}

.section-title h2 {
  color: #ffffff;
  max-width: 635px;
  font-size: 40px;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

/*form-control*/
.form-control {
  border-radius: 0;
  background-color: #0c252b;
  color: #ffffff;
  font-size: 14.5px;
  height: 45px;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  border: none !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-left: 15px;
}

.form-control::-webkit-input-placeholder {
  color: #a7a6a6;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.form-control:-ms-input-placeholder {
  color: #a7a6a6;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.form-control::-ms-input-placeholder {
  color: #a7a6a6;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.form-control::placeholder {
  color: #a7a6a6;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.form-control:focus {
  background-color: #0c252b;
}

.form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.form-control:focus::placeholder {
  color: transparent;
}

textarea.form-control {
  height: auto !important;
  padding-top: 15px;
}

/*================================================
Preloader CSS
=================================================*/
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #0f1d22;
  z-index: 999999;
  height: 100%;
  overflow: hidden;
}

.preloader .loader {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
  height: 50px;
  width: 180px;
  margin-left: auto;
  margin-right: auto;
}

.preloader .loader .wrapper {
  height: 50px;
  width: 180px;
}

.preloader .loader .circle {
  border-radius: 50%;
  border: 3px solid #ffffff;
  float: left;
  height: 50px;
  margin: 0 5px;
  width: 50px;
}

.preloader .loader .circle-1 {
  -webkit-animation: move 1s ease-in-out infinite;
          animation: move 1s ease-in-out infinite;
}

.preloader .loader .circle-1a {
  -webkit-animation: fade 1s ease-in-out infinite;
          animation: fade 1s ease-in-out infinite;
}

.preloader .loader .circle-2 {
  -webkit-animation: move 1s ease-in-out infinite;
          animation: move 1s ease-in-out infinite;
}

.preloader .loader .circle-1a {
  margin-left: -55px;
  opacity: 0;
}

.preloader .loader .circle-3 {
  -webkit-animation: circle-3 1s ease-in-out infinite;
          animation: circle-3 1s ease-in-out infinite;
  opacity: 1;
}

.preloader .loader span {
  color: #ffffff;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
}

.preloader-area {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  text-align: center;
  -webkit-transition: .9s;
  transition: .9s;
}

.preloader-area .loader {
  position: absolute;
  top: 43%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-43%);
          transform: translateY(-43%);
  text-align: center;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.preloader-area .box {
  width: 100%;
  height: 100%;
  background: #ffffff;
  -webkit-animation: animate .5s linear infinite;
          animation: animate .5s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
}

.preloader-area .shadow {
  width: 100%;
  height: 5px;
  background: #000000;
  opacity: 0.1;
  position: absolute;
  top: 59px;
  left: 0;
  border-radius: 50%;
  -webkit-animation: shadow .5s linear infinite;
          animation: shadow .5s linear infinite;
}

.preloader-area::before, .preloader-area::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 60%;
  height: 100%;
  z-index: -1;
  background: #0f1d22;
  -webkit-transition: .9s;
  transition: .9s;
}

.preloader-area::after {
  left: auto;
  right: 0;
}

.preloader-area.preloader-deactivate {
  visibility: hidden;
}

.preloader-area.preloader-deactivate::after, .preloader-area.preloader-deactivate::before {
  width: 0;
}

.preloader-area.preloader-deactivate .loader {
  opacity: 0;
  visibility: hidden;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes move {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(60px);
            transform: translateX(60px);
  }
}

@keyframes move {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(60px);
            transform: translateX(60px);
  }
}

@-webkit-keyframes circle-3 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes circle-3 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes loader {
  0% {
    left: -100px;
  }
  100% {
    left: 110%;
  }
}

@keyframes loader {
  0% {
    left: -100px;
  }
  100% {
    left: 110%;
  }
}

@-webkit-keyframes animate {
  17% {
    border-bottom-right-radius: 3px;
  }
  25% {
    -webkit-transform: translateY(9px) rotate(22.5deg);
            transform: translateY(9px) rotate(22.5deg);
  }
  50% {
    -webkit-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
            transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 40px;
  }
  75% {
    -webkit-transform: translateY(9px) rotate(67.5deg);
            transform: translateY(9px) rotate(67.5deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(90deg);
            transform: translateY(0) rotate(90deg);
  }
}

@keyframes animate {
  17% {
    border-bottom-right-radius: 3px;
  }
  25% {
    -webkit-transform: translateY(9px) rotate(22.5deg);
            transform: translateY(9px) rotate(22.5deg);
  }
  50% {
    -webkit-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
            transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 40px;
  }
  75% {
    -webkit-transform: translateY(9px) rotate(67.5deg);
            transform: translateY(9px) rotate(67.5deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(90deg);
            transform: translateY(0) rotate(90deg);
  }
}

@-webkit-keyframes shadow {
  50% {
    -webkit-transform: scale(1.2, 1);
            transform: scale(1.2, 1);
  }
}

@keyframes shadow {
  50% {
    -webkit-transform: scale(1.2, 1);
            transform: scale(1.2, 1);
  }
}

/*================================================
Navbar CSS
=================================================*/
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 999;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-top: 25px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.navbar.bg-light {
  background-color: transparent !important;
}

.navbar.navbar-light .navbar-nav {
  margin-left: auto;
}

.navbar.navbar-light .navbar-nav .nav-item .nav-link {
  padding: 0 0 5px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ffffff;
  position: relative;
  font-size: 15px;
  font-weight: 300;
  margin-left: 15px;
  margin-right: 15px;
}

.navbar.navbar-light .navbar-nav .nav-item .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  border-bottom: 2px dotted #c9ab81;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  visibility: hidden;
}

.navbar.navbar-light .navbar-nav .nav-item .nav-link:hover::before, .navbar.navbar-light .navbar-nav .nav-item .nav-link.active::before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.navbar.navbar-light .navbar-nav .nav-item:last-child .nav-link {
  margin-right: 0;
}

.navbar.navbar-light .navbar-nav .nav-item:first-child .nav-link {
  margin-left: 0;
}

.navbar.navbar-light .others-option {
  margin-left: 30px;
}

.navbar.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.9);
          box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.9);
  background-color: #000000 !important;
  padding-top: 18px;
  padding-bottom: 18px;
}

.navbar.navbar-style-two {
  background-color: rgba(0, 0, 0, 0.4) !important;
  padding-top: 18px;
  padding-bottom: 18px;
}

.navbar.navbar-style-two.is-sticky {
  background-color: #000000 !important;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar.navbar-style-three {
  opacity: 0;
  visibility: hidden;
}

.navbar.navbar-style-three.is-sticky {
  opacity: 1;
  visibility: visible;
}

.navbar.headroom--pinned {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.navbar.headroom--unpinned {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

@media only screen and (max-width: 991px) {
  .navbar {
    padding-top: 15px;
  }
  .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .navbar.navbar-light .navbar-toggler {
    border-color: #ffffff;
    border-radius: 0;
  }
  .navbar.navbar-light .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }
  .navbar.navbar-light .navbar-nav {
    background-color: #0b1315;
    padding: 12px 20px 10px;
    margin-top: 15px;
  }
  .navbar.navbar-light .navbar-nav .nav-item .nav-link {
    padding: 0 0 5px;
    letter-spacing: 1px;
    font-size: 14px;
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .navbar.navbar-light .others-option {
    background-color: #0b1315;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
  .navbar.is-sticky {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/*================================================
Main Container CSS
=================================================*/
.main-content {
  position: relative;
}

.main-container {
  padding-left: 340px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.main-container.is-sticky {
  padding-left: 0;
}

.main-container.is-sticky .allison-aside {
  opacity: 0;
  visibility: hidden;
}

.main-container.active-main-container {
  padding-left: 0;
}

.main-container.active-main-container .allison-aside {
  left: -340px;
}

.main-container.active-main-container .allison-aside .aside-show-hide {
  left: 345px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 1;
  visibility: visible;
}

.allison-aside {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5;
  width: 340px;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 20px;
  text-align: center;
}

.allison-aside .logo {
  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
}

.allison-aside .logo a {
  display: inline-block;
}

.allison-aside .navbar-nav {
  padding-left: 0;
  list-style-type: none;
  margin-top: -25px;
  margin-bottom: 0;
}

.allison-aside .navbar-nav li {
  margin-bottom: 30px;
  display: block;
}

.allison-aside .navbar-nav li a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ffffff;
  position: relative;
  line-height: 1;
  font-size: 15px;
  font-weight: 300;
}

.allison-aside .navbar-nav li a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  border-bottom: 1px dotted #c9ab81;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  visibility: hidden;
}

.allison-aside .navbar-nav li a:hover::before, .allison-aside .navbar-nav li a.active::before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.allison-aside .navbar-nav li:last-child {
  margin-bottom: 0;
}

.allison-aside .navbar-nav.navbar-style-two {
  margin-left: -20px;
  margin-right: -20px;
}

.allison-aside .navbar-nav.navbar-style-two li {
  position: relative;
  margin-bottom: 20px;
}

.allison-aside .navbar-nav.navbar-style-two li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px dashed rgba(255, 255, 255, 0.1);
  width: 100%;
}

.allison-aside .navbar-nav.navbar-style-two li a {
  background-color: #0f1d22;
  padding-left: 10px;
  padding-right: 10px;
}

.allison-aside .navbar-nav.navbar-style-two li a::before {
  display: none;
}

.allison-aside .navbar-nav.navbar-style-two li a:hover, .allison-aside .navbar-nav.navbar-style-two li a.active {
  color: #c9ab81;
}

.allison-aside .aside-footer {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
}

.allison-aside .aside-footer .social {
  padding-left: 0;
  list-style-type: none;
  margin-top: 25px;
  margin-bottom: 0;
}

.allison-aside .aside-footer .social li {
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
}

.allison-aside .aside-footer .social li a {
  display: block;
  font-size: 22px;
  color: #4a4a4b;
}

.allison-aside .aside-footer .social li a:hover {
  color: #c9ab81;
}

.allison-aside .line {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
  background: #372e29;
  overflow: hidden;
}

.allison-aside .line::after {
  content: "";
  display: block;
  position: absolute;
  height: 15vh;
  width: 100%;
  top: -50%;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(75%, #c9ab81), to(#c9ab81));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #c9ab81 75%, #c9ab81 100%);
  -webkit-animation: run2 8s 0s infinite;
          animation: run2 8s 0s infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
          animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}

.allison-aside .line2 {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
  background: #272320;
  overflow: hidden;
}

.allison-aside .line2::after {
  content: "";
  display: block;
  position: absolute;
  height: 15vh;
  width: 100%;
  bottom: -50%;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(75%, #c9ab81), to(#c9ab81));
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, #c9ab81 75%, #c9ab81 100%);
  -webkit-animation: run3 8s 0s infinite;
          animation: run3 8s 0s infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
          animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}

.allison-aside .aside-show-hide {
  position: absolute;
  left: 25px;
  bottom: 0;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.allison-aside .aside-show-hide span {
  display: inline-block;
  cursor: pointer;
  font-size: 35px;
  color: #ffffff;
  opacity: 0.8;
}

.allison-aside:hover .aside-show-hide {
  opacity: 1;
  visibility: visible;
  left: 12px;
}

.responsive-burger-menu {
  display: none;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: fixed;
  left: 15px;
  top: 15px;
  z-index: 999;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ffffff;
  padding-top: 12px;
  padding-left: 12px;
}

.responsive-burger-menu span {
  height: 2px;
  width: 25px;
  background: #0b1315;
  display: block;
  margin: 5px 0;
  -webkit-transition: all .50s ease-in-out;
  transition: all .50s ease-in-out;
}

.responsive-burger-menu.active {
  padding-left: 16px;
}

.responsive-burger-menu.active span.top-bar {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
          transform-origin: 10% 10%;
}

.responsive-burger-menu.active span.middle-bar {
  opacity: 0;
}

.responsive-burger-menu.active span.bottom-bar {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
          transform-origin: 10% 90%;
  margin-top: 5px;
}

.video-background {
  position: absolute;
  left: -70%;
  top: -50%;
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  z-index: -2;
}

.video-banner {
  overflow: hidden;
}

.video-banner::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(13, 15, 20, 0.55);
}

.water-ripple canvas {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

@-webkit-keyframes run2 {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}

@keyframes run2 {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}

@-webkit-keyframes run3 {
  0% {
    bottom: -50%;
  }
  100% {
    bottom: 110%;
  }
}

@keyframes run3 {
  0% {
    bottom: -50%;
  }
  100% {
    bottom: 110%;
  }
}

/*================================================
Main Banner CSS
=================================================*/
.main-banner {
  height: 100vh;
  position: relative;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

    .main-banner.banner-bg1 {
        background-image: url(../../img/Fitness1.jpg);
    }

    .main-banner.banner-bg2 {
        background-image: url(../../img/Fitness1.jpg);
    }

/*    .main-banner.banner-bg3 {
        background-image: url(../../img/Fitness1.jpg);
    }

    .main-banner.banner-bg4 {
        background-image: url(../../img/Fitness2.jpg);
    }

    .main-banner.banner-bg5 {
        background-image: url(../../img/Fitness3.jpg);
    }*/

    .main-banner.banner-bg6 {
        background-image: url(../../img/Fitness1.jpg);
    }

    .main-banner.banner-bg7 {
        background-image: url(../../img/Fitness1.jpg);
    }

    .main-banner.banner-bg8 {
        background-image: url(../../img/Fitness1.jpg);
    }

    .main-banner.banner-bg9 {
        background-image: url(../../img/Fitness1.jpg);
    }

    .main-banner.banner-bg10 {
        background-image: url(../../img/Fitness1.jpg);
    }

    .main-banner.banner-bg11 {
        background-image: url(../../img/Fitness1.jpg);
    }

    .main-banner.banner-bg12 {
        background-image: url(../../img/Fitness1.jpg);
    }

.main-banner-content {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.main-banner-content .sub-title {
  display: block;
  color: #ffffff;
  margin-bottom: 15px;
  font-weight: 300;
  font-size: 24px;
}

.main-banner-content h1 {
  color: #ffffff;
  margin-bottom: -10px;
  line-height: 1;
  font-size: 162px;
  font-weight: 400;
  font-family: "Mrs Saint Delafield", cursive;
}

.main-banner-content h6 {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}

.main-banner-content h6 span {
  display: inline-block;
  color: #c9ab81;
}

.banner-section {
  position: relative;
  z-index: 1;
  padding-top: 100px;
  background-color: #0f1d22;
}

.banner-content .sub-title {
  display: block;
  color: #ffffff;
  margin-bottom: 12px;
  font-weight: 300;
  font-size: 24px;
}

.banner-content h1 {
  color: #ffffff;
  margin-bottom: 28px;
  line-height: 1;
  font-size: 110px;
  font-weight: 700;
}

.banner-content h6 {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}

.banner-content h6 span {
  display: inline-block;
  color: #c9ab81;
}

.banner-content .social {
  padding-left: 0;
  list-style-type: none;
  margin-top: 25px;
  margin-bottom: 0;
}

.banner-content .social li {
  display: inline-block;
  margin-right: 6px;
}

.banner-content .social li a {
  display: block;
  font-size: 22px;
  color: #4a4a4b;
}

.banner-content .social li a:hover {
  color: #c9ab81;
}

.banner-content .social li:last-child {
  margin-right: 0;
}

.home-banner-content {
  overflow: hidden;
  max-width: 720px;
  margin-top: -50px;
}

.home-banner-content h1 {
  color: #ffffff;
  margin-bottom: 22px;
  line-height: 1.3;
  display: inline-block;
  position: relative;
  font-size: 65px;
  font-weight: 700;
}

.home-banner-content h1:after {
  content: attr(data-shadow);
  position: absolute;
  top: .06em;
  left: .06em;
  z-index: -1;
  text-shadow: none;
  background-image: linear-gradient(45deg, transparent 45%, #ebe9e0 45%, #ebe9e0 55%, transparent 0);
  background-size: .05em .05em;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: shad-anim 50s linear infinite;
          animation: shad-anim 50s linear infinite;
}

.home-banner-content p {
  color: #ffffff;
  opacity: 0.80;
}

.home-banner-content .default-btn {
  margin-top: 15px;
}

.banner-image {
  text-align: center;
}

.hero-content h1 {
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1;
  font-size: 110px;
  font-weight: 700;
}

.home-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.home-area .scroll-btn {
  z-index: 2;
}

.home-area .lines {
  z-index: 1;
}

.home-area .banner-content {
  position: absolute;
  text-align: left;
  left: 3%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  max-width: 720px;
}

.home-area .banner-content h1 {
  line-height: 1.1;
}

.home-area .hero-content {
  bottom: 30px;
  position: absolute;
  z-index: 3;
  left: 3%;
  max-width: 720px;
}

.home-area.home-area-two .banner-content {
  left: 13.4%;
  top: 60%;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
}

.home-content .sub-title {
  display: block;
  color: #0f1d22;
  margin-bottom: 20px;
  text-transform: uppercase;
  position: relative;
  font-weight: 600;
  font-size: 16px;
}

.home-content h1 {
  color: #0b1315;
  margin-bottom: 25px;
  line-height: 1;
  font-size: 110px;
  font-weight: 900;
}

.home-content h1 span {
  display: block;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}

.home-content p {
  color: #0b1315;
  margin-bottom: 0;
  max-width: 540px;
  font-size: 17px;
  font-weight: 500;
}

.home-content .social {
  padding-left: 0;
  list-style-type: none;
  margin-top: 20px;
  margin-bottom: 0;
}

.home-content .social li {
  display: inline-block;
  margin-right: 6px;
}

.home-content .social li a {
  display: block;
  font-size: 22px;
  color: #0b1315;
}

.home-content .social li a:hover {
  color: #c9ab81;
}

.home-content .social li:last-child {
  margin-right: 0;
}

.scroll-btn {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 30px;
}

.scroll-btn > * {
  display: inline-block;
}

.scroll-btn .mouse {
  position: relative;
  display: block;
  width: 30px;
  height: 50px;
  border: 1.2px solid #c9ab81;
  border-radius: 23px;
  margin-left: auto;
  margin-right: auto;
}

.scroll-btn .mouse > * {
  position: absolute;
  display: block;
  top: 28%;
  left: 50%;
  width: 3px;
  height: 7px;
  background: #c9ab81;
  border-radius: 10px;
  -webkit-animation: ani-mouse 2.5s linear infinite;
          animation: ani-mouse 2.5s linear infinite;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@-webkit-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 28%;
  }
  15% {
    opacity: 1;
    top: 55%;
  }
  50% {
    opacity: 0;
    top: 55%;
  }
  100% {
    opacity: 0;
    top: 28%;
  }
}

@keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 28%;
  }
  15% {
    opacity: 1;
    top: 55%;
  }
  50% {
    opacity: 0;
    top: 55%;
  }
  100% {
    opacity: 0;
    top: 28%;
  }
}

.lines {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  overflow: hidden;
}

.lines .line {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.lines .line::after {
  content: "";
  display: block;
  position: absolute;
  height: 15vh;
  width: 100%;
  top: -50%;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(75%, #c9ab81), to(#c9ab81));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #c9ab81 75%, #c9ab81 100%);
  -webkit-animation: run2 7s 0s infinite;
          animation: run2 7s 0s infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
          animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}

.lines .line:nth-child(1) {
  margin-left: -25%;
}

.lines .line:nth-child(1)::after {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.lines .line:nth-child(3) {
  margin-left: 25%;
}

.lines .line:nth-child(3)::after {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

@-webkit-keyframes shad-anim {
  0% {
    background-position: 0 0;
  }
  0% {
    background-position: 100% -100%;
  }
}

@keyframes shad-anim {
  0% {
    background-position: 0 0;
  }
  0% {
    background-position: 100% -100%;
  }
}

.home-slides-two.owl-theme .owl-dots {
  position: absolute;
  left: 30px;
  bottom: 30px;
}

.home-slides-two.owl-theme .owl-dots .owl-dot span {
  width: 2px;
  height: 18px;
  margin: 0 7px;
  background: #ffffff;
  border-radius: 0;
  padding: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.home-slides-two.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #c9ab81;
}

.home-slides-two.owl-theme .owl-dots .owl-dot.active span {
  height: 25px;
  background-color: #c9ab81;
}

.home-slides-two.owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  right: 0;
  bottom: -6px;
}

.home-slides-two.owl-theme .owl-nav [class*=owl-] {
  color: #0b1315;
  font-size: 30px;
  margin: 0;
  padding: 0;
  background: #ffffff;
  border-radius: 0;
  width: 60px;
  height: 60px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-right: 1px solid #eeeeee;
}

.home-slides-two.owl-theme .owl-nav [class*=owl-] i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.home-slides-two.owl-theme .owl-nav [class*=owl-]:hover {
  border-color: #c9ab81;
  color: #ffffff;
  background-color: #c9ab81;
}

.home-slides-two.owl-theme .owl-nav [class*=owl-].owl-next {
  border-right-width: 0;
}

/*================================================
About CSS
=================================================*/
.about-content {
  padding-right: 20px;
}

.about-content p {
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1.9;
}

.about-content .about-list-tab {
  margin-top: 20px;
}

.about-content .about-list-tab .tabs {
  padding-left: 0;
  margin-bottom: 40px;
  list-style-type: none;
}

.about-content .about-list-tab .tabs li {
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  margin-right: 20px;
  padding-bottom: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
  font-weight: 500;
}

.about-content .about-list-tab .tabs li:last-child {
  margin-right: 0;
}

.about-content .about-list-tab .tabs li::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30%;
  height: 2px;
  background-color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.about-content .about-list-tab .tabs li:hover, .about-content .about-list-tab .tabs li.current {
  color: #c9ab81;
}

.about-content .about-list-tab .tabs li:hover::before, .about-content .about-list-tab .tabs li.current::before {
  width: 100%;
  background-color: #c9ab81;
}

.about-content .about-list-tab .tab-content .tabs-item .skills-area {
  margin-bottom: -25px;
}

.about-content .about-list-tab .tab-content .tabs-item .skills-area .skills-item {
  position: relative;
  margin-bottom: 25px;
}

.about-content .about-list-tab .tab-content .tabs-item .skills-area .skills-item .skills-header {
  position: relative;
  margin-bottom: 15px;
}

.about-content .about-list-tab .tab-content .tabs-item .skills-area .skills-item .skills-header .skills-title {
  margin-bottom: 0;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

.about-content .about-list-tab .tab-content .tabs-item .skills-area .skills-item .skills-header .skills-percentage {
  position: absolute;
  right: 0;
  top: -2px;
  color: #c9ab81;
  font-size: 14px;
  font-weight: 400;
}

.about-content .about-list-tab .tab-content .tabs-item .skills-area .skills-item .skills-bar {
  position: relative;
  width: 100%;
}

.about-content .about-list-tab .tab-content .tabs-item .skills-area .skills-item .skills-bar .bar-inner {
  position: relative;
  width: 100%;
  border-radius: 30px;
  border-top: 2px solid #364d55;
  border-bottom: 2px solid #364d55;
}

.about-content .about-list-tab .tab-content .tabs-item .skills-area .skills-item .skills-bar .bar-inner .bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 4px;
  background: #c9ab81;
  -webkit-transition: all 2000ms ease;
  transition: all 2000ms ease;
  border-radius: 30px;
  margin-top: -2px;
}

.about-content .about-list-tab .tab-content .tabs-item .awards-area {
  margin-bottom: -25px;
}

.about-content .about-list-tab .tab-content .tabs-item .awards-area .single-awards-box {
  margin-bottom: 25px;
  text-align: center;
}

.about-content .about-list-tab .tab-content .tabs-item .experience-area {
  margin-bottom: -25px;
}

.about-content .about-list-tab .tab-content .tabs-item .experience-area .single-experience-box {
  margin-bottom: 25px;
}

.about-content .about-list-tab .tab-content .tabs-item .experience-area .single-experience-box span {
  display: block;
  color: #c9ab81;
  margin-bottom: 12px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
}

.about-content .about-list-tab .tab-content .tabs-item .experience-area .single-experience-box h3 {
  color: #ffffff;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
}

.about-content .about-list-tab .tab-content .tabs-item .experience-area .single-experience-box p {
  font-size: 15px;
  line-height: 1.8;
  opacity: 0.9;
}

.about-content .about-list-tab .tab-content .tabs-item .education-area {
  margin-bottom: -25px;
}

.about-content .about-list-tab .tab-content .tabs-item .education-area .single-education-box {
  margin-bottom: 25px;
}

.about-content .about-list-tab .tab-content .tabs-item .education-area .single-education-box span {
  color: #c9ab81;
  display: block;
  margin-bottom: 12px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
}

.about-content .about-list-tab .tab-content .tabs-item .education-area .single-education-box h3 {
  margin-bottom: 12px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
}

.about-content .about-list-tab .tab-content .tabs-item .education-area .single-education-box p {
  font-size: 15px;
  line-height: 1.8;
  opacity: 0.9;
}

.about-content .about-list-tab .tab-content .tabs-item .certification-area {
  margin-bottom: -25px;
}

.about-content .about-list-tab .tab-content .tabs-item .certification-area .single-certification-box {
  margin-bottom: 25px;
  text-align: center;
}

.about-content .features-text {
  margin-top: 25px;
}

.about-content .features-text h4 {
  margin-bottom: 15px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}

.about-content .features-text h4 i {
  font-size: 18px;
  margin-right: 4px;
  color: #c9ab81;
  position: relative;
  top: 2px;
}

.about-content .features-text p {
  opacity: 0.90;
}

.about-content .default-btn {
  margin-top: 25px;
}

.tab .tabs-item {
  display: none;
}

.tab .tabs-item:first-child {
  display: block;
}

.about-image {
  text-align: center;
  position: relative;
  z-index: 1;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
}

.about-image::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  height: 90%;
  -webkit-animation: opacityChange 2s linear 2s infinite;
          animation: opacityChange 2s linear 2s infinite;
  background-image: url(../../assets/img/dot.png);
  background-position: center center;
  background-size: contain;
  background-repeat: repeat;
}

.about-list-tab-2 {
  background-color: #0b1315;
}

.about-list-tab-2 .tabs-list {
  background-color: #1b2d34;
}

.about-list-tab-2 .tabs-list .tabs {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.about-list-tab-2 .tabs-list .tabs li {
  display: block;
  position: relative;
  z-index: 1;
  cursor: pointer;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #1b2d34;
  padding: 19.8px 15px;
  font-size: 16px;
  font-weight: 500;
}

.about-list-tab-2 .tabs-list .tabs li::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.about-list-tab-2 .tabs-list .tabs li:last-child::before {
  display: none;
}

.about-list-tab-2 .tabs-list .tabs li:hover, .about-list-tab-2 .tabs-list .tabs li.current {
  background-color: #c9ab81;
  color: #ffffff;
}

.about-list-tab-2 .tabs-list .tabs li:hover::before, .about-list-tab-2 .tabs-list .tabs li.current::before {
  background-color: #c9ab81;
}

.about-list-tab-2 .tab-content .tabs-item {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
  padding-left: 15px;
}

.about-list-tab-2 .tab-content .tabs-item .about-inner-area .about-content .sub-title {
  display: block;
  color: #c9ab81;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

.about-list-tab-2 .tab-content .tabs-item .about-inner-area .about-content h2 {
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
}

.about-list-tab-2 .tab-content .tabs-item .about-inner-area .about-content p {
  font-size: 15px;
}

.about-list-tab-2 .tab-content .tabs-item .about-inner-area .about-content .default-btn {
  margin-top: 25px;
}

.about-list-tab-2 .tab-content .tabs-item .about-inner-area .about-image {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.about-list-tab-2 .tab-content .tabs-item .about-inner-area .about-image::before {
  display: none;
}

.about-list-tab-2 .tab-content .tabs-item .skills-area {
  margin-bottom: -25px;
}

.about-list-tab-2 .tab-content .tabs-item .skills-area .skills-item {
  position: relative;
  margin-bottom: 25px;
}

.about-list-tab-2 .tab-content .tabs-item .skills-area .skills-item .skills-header {
  position: relative;
  margin-bottom: 15px;
}

.about-list-tab-2 .tab-content .tabs-item .skills-area .skills-item .skills-header .skills-title {
  margin-bottom: 0;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

.about-list-tab-2 .tab-content .tabs-item .skills-area .skills-item .skills-header .skills-percentage {
  position: absolute;
  right: 0;
  top: -2px;
  color: #c9ab81;
  font-size: 14px;
  font-weight: 400;
}

.about-list-tab-2 .tab-content .tabs-item .skills-area .skills-item .skills-bar {
  position: relative;
  width: 100%;
}

.about-list-tab-2 .tab-content .tabs-item .skills-area .skills-item .skills-bar .bar-inner {
  position: relative;
  width: 100%;
  border-radius: 30px;
  border-top: 2px solid #364d55;
  border-bottom: 2px solid #364d55;
}

.about-list-tab-2 .tab-content .tabs-item .skills-area .skills-item .skills-bar .bar-inner .bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 4px;
  background: #c9ab81;
  -webkit-transition: all 2000ms ease;
  transition: all 2000ms ease;
  border-radius: 30px;
  margin-top: -2px;
}

.about-list-tab-2 .tab-content .tabs-item .awards-area {
  margin-bottom: -30px;
}

.about-list-tab-2 .tab-content .tabs-item .awards-area .single-awards-box {
  margin-bottom: 30px;
  text-align: center;
}

.about-list-tab-2 .tab-content .tabs-item .experience-area {
  margin-bottom: -25px;
}

.about-list-tab-2 .tab-content .tabs-item .experience-area .single-experience-box {
  margin-bottom: 25px;
}

.about-list-tab-2 .tab-content .tabs-item .experience-area .single-experience-box span {
  display: block;
  color: #c9ab81;
  margin-bottom: 12px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
}

.about-list-tab-2 .tab-content .tabs-item .experience-area .single-experience-box h3 {
  color: #ffffff;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
}

.about-list-tab-2 .tab-content .tabs-item .experience-area .single-experience-box p {
  font-size: 15px;
  color: #ffffff;
  line-height: 1.8;
  opacity: 0.9;
}

.about-list-tab-2 .tab-content .tabs-item .education-area {
  margin-bottom: -25px;
}

.about-list-tab-2 .tab-content .tabs-item .education-area .single-education-box {
  margin-bottom: 25px;
}

.about-list-tab-2 .tab-content .tabs-item .education-area .single-education-box span {
  color: #c9ab81;
  display: block;
  margin-bottom: 12px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
}

.about-list-tab-2 .tab-content .tabs-item .education-area .single-education-box h3 {
  margin-bottom: 12px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
}

.about-list-tab-2 .tab-content .tabs-item .education-area .single-education-box p {
  font-size: 15px;
  line-height: 1.8;
  opacity: 0.9;
  color: #ffffff;
}

.about-list-tab-2 .tab-content .tabs-item .certification-area {
  margin-bottom: -30px;
}

.about-list-tab-2 .tab-content .tabs-item .certification-area .single-certification-box {
  margin-bottom: 30px;
  text-align: center;
}

.about-list-tab-2 .tab-content .tabs-item .interview-area {
  margin-bottom: -30px;
}

.about-list-tab-2 .tab-content .tabs-item .interview-area .single-interview-video {
  position: relative;
  margin-bottom: 30px;
}

.about-list-tab-2 .tab-content .tabs-item .interview-area .single-interview-video .video-btn {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.about-list-tab-2 .tab-content .tabs-item .interview-area .single-interview-video::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0f1d22;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  visibility: hidden;
  opacity: 0;
}

.about-list-tab-2 .tab-content .tabs-item .interview-area .single-interview-video::after {
  content: "\EF85";
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  line-height: 48px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  margin-top: 20px;
  opacity: 0;
  visibility: hidden;
  font-family: remixicon !important;
  font-size: 30px;
}

.about-list-tab-2 .tab-content .tabs-item .interview-area .single-interview-video:hover::before {
  visibility: visible;
  opacity: 0.55;
}

.about-list-tab-2 .tab-content .tabs-item .interview-area .single-interview-video:hover::after {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}

.about-list-tab-2 .tab-content .tabs-item .social-area ul {
  padding-left: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -30px;
  margin-left: -15px;
  margin-right: -15px;
}

.about-list-tab-2 .tab-content .tabs-item .social-area ul li {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 70px;
  padding-top: 35px;
}

.about-list-tab-2 .tab-content .tabs-item .social-area ul li a {
  display: block;
  background: #ffffff;
  padding-left: 20px;
  position: relative;
  -webkit-transform: rotate(-30deg) skew(25deg) translate(0, 0);
          transform: rotate(-30deg) skew(25deg) translate(0, 0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: -20px 20px 10px rgba(0, 0, 0, 0.5);
          box-shadow: -20px 20px 10px rgba(0, 0, 0, 0.5);
}

.about-list-tab-2 .tab-content .tabs-item .social-area ul li a i {
  font-size: 40px;
  color: #262626;
  line-height: 80px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-right: 15px;
}

.about-list-tab-2 .tab-content .tabs-item .social-area ul li a span {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 30px;
  color: #262626;
  letter-spacing: 4px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.about-list-tab-2 .tab-content .tabs-item .social-area ul li a::before {
  content: '';
  position: absolute;
  top: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  left: -20px;
  height: 100%;
  width: 20px;
  background: #b1b1b1;
  -webkit-transform: rotate(0deg) skewY(-45deg);
          transform: rotate(0deg) skewY(-45deg);
}

.about-list-tab-2 .tab-content .tabs-item .social-area ul li a::after {
  content: '';
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  bottom: -20px;
  left: -10px;
  height: 20px;
  width: 100%;
  background: #b1b1b1;
  -webkit-transform: rotate(0deg) skewX(-45deg);
          transform: rotate(0deg) skewX(-45deg);
}

.about-list-tab-2 .tab-content .tabs-item .social-area ul li a:hover {
  -webkit-transform: rotate(-30deg) skew(25deg) translate(20px, -15px);
          transform: rotate(-30deg) skew(25deg) translate(20px, -15px);
  -webkit-box-shadow: -50px 50px 50px rgba(0, 0, 0, 0.5);
          box-shadow: -50px 50px 50px rgba(0, 0, 0, 0.5);
  background: #c9ab81;
}

.about-list-tab-2 .tab-content .tabs-item .social-area ul li a:hover i {
  color: #ffffff;
}

.about-list-tab-2 .tab-content .tabs-item .social-area ul li a:hover span {
  color: #ffffff;
}

.about-list-tab-2 .tab-content .tabs-item .social-area ul li a:hover::before {
  background: #ad997c;
}

.about-list-tab-2 .tab-content .tabs-item .social-area ul li a:hover::after {
  background: #827b71;
}

.about-list-tab-2 .tab-content .tabs-item .social-area ul li a:hover.facebook {
  background: #3b5998;
}

.about-list-tab-2 .tab-content .tabs-item .social-area ul li a:hover.facebook::before {
  background: #365492;
}

.about-list-tab-2 .tab-content .tabs-item .social-area ul li a:hover.facebook::after {
  background: #4a69ad;
}

.about-list-tab-2 .tab-content .tabs-item .social-area ul li a:hover.twitter {
  background: #00aced;
}

.about-list-tab-2 .tab-content .tabs-item .social-area ul li a:hover.twitter::before {
  background: #097aa5;
}

.about-list-tab-2 .tab-content .tabs-item .social-area ul li a:hover.twitter::after {
  background: #53b9e0;
}

.about-list-tab-2 .tab-content .tabs-item .social-area ul li a:hover.linkedin {
  background: #0077b5;
}

.about-list-tab-2 .tab-content .tabs-item .social-area ul li a:hover.linkedin::before {
  background: #097aa5;
}

.about-list-tab-2 .tab-content .tabs-item .social-area ul li a:hover.linkedin::after {
  background: #00a0dc;
}

.about-list-tab-2 .tab-content .tabs-item .social-area ul li a:hover.instagram {
  background: #e4405f;
}

.about-list-tab-2 .tab-content .tabs-item .social-area ul li a:hover.instagram::before {
  background: #d81c3f;
}

.about-list-tab-2 .tab-content .tabs-item .social-area ul li a:hover.instagram::after {
  background: #e46880;
}

.about-list-tab-2 .tab-content .tabs-item .social-area ul li a:hover.dribbble {
  background: #ea4c89;
}

.about-list-tab-2 .tab-content .tabs-item .social-area ul li a:hover.dribbble::before {
  background: #af426c;
}

.about-list-tab-2 .tab-content .tabs-item .social-area ul li a:hover.dribbble::after {
  background: #a35070;
}

.about-list-tab-2 .tab-content .tabs-item .social-area ul li a:hover.behance {
  background: #1769ff;
}

.about-list-tab-2 .tab-content .tabs-item .social-area ul li a:hover.behance::before {
  background: #2a5dbc;
}

.about-list-tab-2 .tab-content .tabs-item .social-area ul li a:hover.behance::after {
  background: #2a5db9;
}

@-webkit-keyframes opacityChange {
  0% {
    opacity: .50;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: .50;
  }
}

@keyframes opacityChange {
  0% {
    opacity: .50;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: .50;
  }
}

/*================================================
Services CSS
=================================================*/
.services-area .col-lg-4 {
  padding-left: 0;
  padding-right: 0;
}

.single-services-box {
  position: relative;
  z-index: 1;
  padding: 20px;
  background-color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 10px;
}

.single-services-box::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0b1315;
  -webkit-transition: .7s;
  transition: .7s;
  z-index: -1;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.single-services-box::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0b1315;
  -webkit-transition: .7s;
  transition: .7s;
  z-index: -1;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}

.single-services-box .icon {
  color: #c9ab81;
  font-size: 50px;
  margin-bottom: 10px;
  margin-top: -10px;
}

.single-services-box h3 {
  color: #ffffff;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 700;
}

.single-services-box h3 a {
  display: inline-block;
  color: #ffffff;
}

.single-services-box h3 a:hover {
  color: #c9ab81;
}

.single-services-box p {
  color: #ffffff;
  font-size: 14.5px;
  opacity: 0.85;
}

.single-services-box .read-more-btn {
  display: inline-block;
  position: relative;
  color: #c9ab81;
  font-size: 15px;
  font-weight: 600;
}

.single-services-box .read-more-btn i {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
  margin-top: 1px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-services-box .read-more-btn:hover {
  padding-right: 20px;
  color: #ffffff;
}

.single-services-box .read-more-btn:hover i {
  opacity: 1;
  visibility: visible;
}

.single-services-box:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.single-services-box:hover::before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.services-box {
  background-color: #0b1315;
  padding: 70px 30px 30px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 30px;
  margin-top: 40px;
}

.services-box .icon {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  width: 80px;
  height: 80px;
  color: #ffffff;
  border: 3px solid #0b1315;
  border-radius: 100%;
  background-color: #0f1d22;
  font-size: 35px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.services-box .icon i {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.services-box h3 {
  margin-bottom: 15px;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 24px;
  font-weight: 700;
}

.services-box p {
  color: #ffffff;
  font-size: 14.5px;
  opacity: 0.85;
  margin-bottom: 0;
}

.services-box .details-btn {
  display: inline-block;
  margin-top: 20px;
  font-size: 22px;
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.services-box .details-btn::before {
  width: 30px;
  height: 30px;
  border: 1px solid #ffffff;
  content: '';
  position: absolute;
  left: 5px;
  top: 1px;
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.services-box .details-btn:hover {
  color: #c9ab81;
}

.services-box .details-btn:hover::before {
  opacity: 1;
  visibility: visible;
  left: 3px;
  background-color: #ffffff;
}

.services-box:hover .icon {
  background-color: #c9ab81;
  border-color: #c9ab81;
  color: #ffffff;
}

.services-box:hover h3 {
  color: #c9ab81;
}

/*================================================
Services Details CSS
=================================================*/
.services-details-overview {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -25px;
  margin-left: -25px;
  margin-bottom: 60px;
}

.services-details-overview:last-child {
  margin-bottom: 0;
}

.services-details-overview .services-details-desc {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding-right: 25px;
  padding-left: 25px;
}

.services-details-overview .services-details-desc h3 {
  margin-bottom: 15px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
}

.services-details-overview .services-details-desc p {
  color: #ffffff;
  font-size: 15px;
  opacity: 0.9;
}

.services-details-overview .services-details-desc .features-text {
  margin-top: 25px;
}

.services-details-overview .services-details-desc .features-text h4 {
  margin-bottom: 15px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
}

.services-details-overview .services-details-desc .features-text h4 i {
  font-size: 18px;
  margin-right: 4px;
  color: #c9ab81;
  position: relative;
  top: 2px;
}

.services-details-overview .services-details-desc .services-details-accordion {
  margin-top: 25px;
}

.services-details-overview .services-details-desc .services-details-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.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: #0f1d22;
  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: 15px 20px 15px 51px;
  color: #ffffff;
  position: relative;
  border-bottom: 1px solid transparent;
  margin-bottom: -1px;
  display: block;
  font-size: 16px;
  font-weight: 600;
}

.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: #c9ab81;
  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: 15px;
}

.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-title.active {
  border-bottom-color: #515151;
}

.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-title.active i::before {
  content: "\F0FB";
}

.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 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  text-align: center;
  padding-right: 25px;
  padding-left: 25px;
}

/*================================================
Funfacts CSS
=================================================*/
.funfacts-area {
  position: relative;
  z-index: 1;
  background-image: url(../../assets/img/funfacts-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.funfacts-area::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  z-index: -1;
  background-color: #0b1315;
  opacity: .50;
}

.single-funfacts {
  margin-bottom: 30px;
  position: relative;
  padding-left: 70px;
}

.single-funfacts i {
  position: absolute;
  left: 0;
  top: -10px;
  font-size: 50px;
  color: #c9ab81;
}

.single-funfacts p {
  margin-bottom: 5px;
  line-height: initial;
  color: #ffffff;
}

.single-funfacts h3 {
  color: #ffffff;
  margin-bottom: -13px;
  font-size: 45px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}

.single-funfacts h3 .odometer-formatting-mark {
  display: none;
}

.funfacts-area-two {
  padding-bottom: 70px;
  position: relative;
  z-index: 1;
  background-image: url(../../assets/img/funfacts-bg2.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.funfacts-area-two::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  z-index: -1;
  background-color: #0b1315;
  opacity: .60;
}

.funfacts-box {
  margin-bottom: 50px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-left: 90px;
}

.funfacts-box i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 35px;
  color: #ffffff;
  width: 70px;
  height: 70px;
  border: 1px solid #ffffff;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 70px;
}

.funfacts-box p {
  margin-bottom: 5px;
  line-height: initial;
  color: #ffffff;
}

.funfacts-box h3 {
  color: #c9ab81;
  margin-bottom: -13px;
  font-size: 45px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}

.funfacts-box h3 .odometer-formatting-mark {
  display: none;
}

.funfacts-box:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.funfacts-box:hover i {
  background-color: #c9ab81;
  border-color: #c9ab81;
  color: #ffffff;
}

/*================================================
Works CSS
=================================================*/
.single-works-box {
  margin-bottom: 30px;
}

.single-works-box .works-image {
  overflow: hidden;
  border-radius: 5px;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.58, 0.55, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.58, 0.55, 1);
  position: relative;
  z-index: 1;
}

.single-works-box .works-image img {
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-works-box .works-image::before, .single-works-box .works-image::after {
  top: 50%;
  left: 50%;
  z-index: 2;
  opacity: 0;
  content: '';
  position: absolute;
  background-color: #ffffff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
}

.single-works-box .works-image::before {
  width: 60px;
  height: 2px;
  left: 100%;
}

.single-works-box .works-image::after {
  height: 60px;
  width: 2px;
  top: 0;
}

.single-works-box .works-image .overlay {
  position: absolute;
  left: 0;
  border-radius: 5px;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #0f1d22;
  opacity: 0.55;
  content: '';
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-works-box .works-image .link-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: block;
  border-radius: 5px;
}

.single-works-box .works-content {
  margin-top: 20px;
}

.single-works-box .works-content h3 {
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
}

.single-works-box .works-content h3 a {
  display: inline-block;
  color: #ffffff;
}

.single-works-box .works-content h3 a:hover {
  color: #c9ab81;
}

.single-works-box .works-content ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-works-box .works-content ul li {
  margin-right: 15px;
  position: relative;
  color: #c9ab81;
  display: inline-block;
  font-size: 14px;
}

.single-works-box .works-content ul li a {
  display: block;
  color: #c9ab81;
}

.single-works-box .works-content ul li a:hover {
  color: #ffffff;
}

.single-works-box .works-content ul li::before {
  width: 1px;
  height: 14px;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
  content: '';
  position: absolute;
  right: -10px;
  top: 5px;
  background-color: #c9ab81;
}

.single-works-box .works-content ul li:last-child {
  margin-right: 0;
}

.single-works-box .works-content ul li:last-child::before {
  display: none;
}

.single-works-box:hover .works-image::before, .single-works-box:hover .works-image::after {
  opacity: 1;
  top: 50%;
  left: 50%;
}

.single-works-box:hover .works-image img {
  -webkit-transform: scale(1.2) rotate(4deg);
          transform: scale(1.2) rotate(4deg);
}

.single-works-box:hover .works-image .overlay {
  opacity: 0;
  visibility: hidden;
}

.works-box {
  margin-bottom: 30px;
}

.works-box .works-image {
  overflow: hidden;
  border-radius: 5px;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.58, 0.55, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.58, 0.55, 1);
  position: relative;
  z-index: 1;
}

.works-box .works-image a {
  display: block;
}

.works-box .works-image a img {
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.works-box .works-image::before, .works-box .works-image::after {
  top: 50%;
  left: 50%;
  z-index: 2;
  opacity: 0;
  content: '';
  position: absolute;
  background-color: #ffffff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
}

.works-box .works-image::before {
  width: 60px;
  height: 2px;
  left: 100%;
}

.works-box .works-image::after {
  height: 60px;
  width: 2px;
  top: 0;
}

.works-box .works-content {
  margin-top: 20px;
}

.works-box .works-content h3 {
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
}

.works-box .works-content h3 a {
  display: inline-block;
  color: #ffffff;
}

.works-box .works-content h3 a:hover {
  color: #c9ab81;
}

.works-box .works-content ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.works-box .works-content ul li {
  margin-right: 15px;
  position: relative;
  color: #c9ab81;
  display: inline-block;
  font-size: 14px;
}

.works-box .works-content ul li a {
  display: block;
  color: #c9ab81;
}

.works-box .works-content ul li a:hover {
  color: #ffffff;
}

.works-box .works-content ul li::before {
  width: 1px;
  height: 14px;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
  content: '';
  position: absolute;
  right: -10px;
  top: 5px;
  background-color: #c9ab81;
}

.works-box .works-content ul li:last-child {
  margin-right: 0;
}

.works-box .works-content ul li:last-child::before {
  display: none;
}

.works-box:hover .works-image::before, .works-box:hover .works-image::after {
  opacity: 1;
  top: 50%;
  left: 50%;
}

.works-box:hover .works-image img {
  -webkit-transform: scale(1.2) rotate(4deg);
          transform: scale(1.2) rotate(4deg);
}

/*================================================
Works Details CSS
=================================================*/
.works-details-image {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}

.works-details-image img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.works-details-image a {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 65px;
  height: 65px;
  line-height: 65px;
  font-size: 35px;
  background-color: #c9ab81;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  margin-top: 20px;
}

.works-details-image a:hover {
  background-color: #0b1315;
  color: #ffffff;
}

.works-details-image:hover a {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}

.works-details-image:hover img {
  -webkit-transform: scale(1.3) rotate(4deg);
          transform: scale(1.3) rotate(4deg);
}

.works-details-desc {
  margin-top: 5px;
}

.works-details-desc h3 {
  margin-bottom: 12px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
}

.works-details-desc p {
  color: #ffffff;
  opacity: 0.9;
  font-size: 15px;
}

.works-details-desc .features-text {
  margin-top: 25px;
  margin-bottom: 25px;
}

.works-details-desc .features-text h4 {
  margin-bottom: 15px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
}

.works-details-desc .features-text h4 i {
  font-size: 18px;
  margin-right: 4px;
  color: #c9ab81;
  position: relative;
  top: 2px;
}

.works-details-desc .works-details-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-top: 35px;
}

.works-details-desc .works-details-info .single-info-box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
  padding-left: 15px;
  padding-right: 15px;
}

.works-details-desc .works-details-info .single-info-box h4 {
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 19px;
  font-weight: 600;
}

.works-details-desc .works-details-info .single-info-box span {
  display: block;
  color: #ffffff;
  font-size: 15px;
}

.works-details-desc .works-details-info .single-info-box .social {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.works-details-desc .works-details-info .single-info-box .social li {
  display: inline-block;
  margin-right: 8px;
}

.works-details-desc .works-details-info .single-info-box .social li a {
  color: #ffffff;
  display: inline-block;
}

.works-details-desc .works-details-info .single-info-box .social li a:hover {
  color: #c9ab81;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/*================================================
Feeback CSS
=================================================*/
.feedback-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.feedback-area .container-fluid .row {
  margin-left: 0;
  margin-right: 0;
}

.feedback-area .container-fluid .row .col-lg-7, .feedback-area .container-fluid .row .col-lg-5 {
  padding-left: 0;
  padding-right: 0;
}

.feedback-content {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    background-image: url(../../img/Fitness2.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.feedback-content::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  z-index: -1;
  background-color: #0b1315;
  opacity: 0.71;
}

.feedback-content .section-title {
  text-align: left;
  max-width: 455px;
  margin-bottom: 0;
  margin-left: auto;
}

.feedback-content .section-title h2 {
  max-width: 360px;
  margin-left: 0;
  margin-right: 0;
}

.feedback-slides-content {
  padding-top: 120px;
  padding-bottom: 120px;
  padding-left: 90px;
  padding-right: 90px;
}

.single-feedback-item {
  margin-bottom: 30px;
  position: relative;
}

.single-feedback-item i {
  color: #c9ab81;
  display: inline-block;
  font-size: 65px;
  margin: -30px 0 -5px -7px;
}

.single-feedback-item p {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 17px;
  font-style: italic;
}

.single-feedback-item .client-info {
  margin-top: 20px;
}

.single-feedback-item .client-info h3 {
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
}

.single-feedback-item .client-info span {
  display: block;
  color: #c9ab81;
  font-size: 14px;
}

.feedback-slides.owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  right: -10px;
  bottom: -3px;
  line-height: 1;
  z-index: 1;
}

.feedback-slides.owl-theme .owl-nav [class*=owl-] {
  margin: 0 0 0 0;
  color: #c9ab81;
  font-size: 30px;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 18px;
}

.feedback-slides.owl-theme .owl-nav [class*=owl-]:hover {
  color: #ffffff;
}

.feedback-slides.owl-theme .owl-dots {
  text-align: left;
  margin-top: 10px;
}

.feedback-slides.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: transparent;
  border: 1px solid #1e363f;
  margin: 0 8px 0 0;
  position: relative;
}

.feedback-slides.owl-theme .owl-dots .owl-dot span::before {
  content: '';
  position: absolute;
  background-color: #1e363f;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  margin: 3px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.feedback-slides.owl-theme .owl-dots .owl-dot:hover span, .feedback-slides.owl-theme .owl-dots .owl-dot.active span {
  border-color: #c9ab81;
}

.feedback-slides.owl-theme .owl-dots .owl-dot:hover span::before, .feedback-slides.owl-theme .owl-dots .owl-dot.active span::before {
  background-color: #c9ab81;
}

/*================================================
Countdown CSS
=================================================*/
.countdown-area {
  padding-top: 70px;
  padding-bottom: 70px;
}

.countdown-content {
  text-align: right;
}

.countdown-content h2 {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  font-style: italic;
}

.countdown-timer {
  padding-left: 15px;
}

.countdown-timer #timer div {
  display: inline-block;
  color: #ffffff;
  position: relative;
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  margin-left: 30px;
  margin-right: 30px;
}

.countdown-timer #timer div span {
  color: #ffffff;
  margin-top: -6px;
  display: block;
  font-size: 17px;
  font-weight: 500;
}

.countdown-timer #timer div::before {
  content: "\EEFD";
  position: absolute;
  right: -49px;
  top: 13px;
  color: #ffffff;
  font-size: 35px;
  font-family: remixicon !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
}

.countdown-timer #timer div:first-child {
  margin-left: 0;
}

.countdown-timer #timer div:last-child {
  margin-right: 0;
}

.countdown-timer #timer div:last-child::before {
  display: none;
}

/*================================================
My Clients CSS
=================================================*/
.my-clients-area .row {
  margin-left: 0;
  margin-right: 0;
}

.my-clients-area .row .col-lg-3 {
  padding-left: 0;
  padding-right: 0;
}

.single-clients {
  text-align: center;
}

.single-clients a {
  display: block;
  padding: 20px;
  border: 1px solid #3e3c32;
}

.single-clients a img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-clients a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.col-lg-3:nth-child(1) .single-clients a {
  border-bottom-width: 0;
  border-right-width: 0;
}

.col-lg-3:nth-child(2) .single-clients a {
  border-bottom-width: 0;
  border-right-width: 0;
}

.col-lg-3:nth-child(3) .single-clients a {
  border-bottom-width: 0;
  border-right-width: 0;
}

.col-lg-3:nth-child(5) .single-clients a {
  border-right-width: 0;
}

.col-lg-3:nth-child(6) .single-clients a {
  border-right-width: 0;
}

.col-lg-3:nth-child(7) .single-clients a {
  border-right-width: 0;
}

/*================================================
Hire Me CSS
=================================================*/
.hire-me-content .sub-title {
  display: block;
  color: #c9ab81;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
}

.hire-me-content h2 {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
}

.hire-me-btn {
  text-align: right;
}

/*================================================
Training CSS
=================================================*/
.training-area {
  position: relative;
  z-index: 1;
}

.training-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.training-area .container-fluid .row {
  margin-left: 0;
  margin-right: 0;
}

.training-area .container-fluid .row .col-lg-6 {
  padding-left: 0;
  padding-right: 0;
}

.training-image {
  height: 100%;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.training-image.bg1 {
  background-image: url(../../assets/img/training-bg1.jpg);
}

.training-image.bg2 {
  background-image: url(../../assets/img/training-bg2.jpg);
}

.training-image.bg3 {
  background-image: url(../../assets/img/training-bg3.jpg);
}

.training-image.bg4 {
  background-image: url(../../assets/img/training-bg4.jpg);
}

.training-image img {
  display: none;
}

.training-content {
  padding-top: 120px;
  padding-bottom: 120px;
  padding-right: 120px;
}

.training-content .inner {
  background-color: #0b1315;
  padding: 40px;
  position: relative;
  z-index: 1;
  margin-left: -40px;
}

.training-content .inner h3 {
  margin-bottom: 15px;
  color: #ffffff;
  font-size: 35px;
  font-weight: 700;
}

.training-content .inner p {
  color: #ffffff;
}

.training-content .inner ul {
  padding-left: 0;
  margin-bottom: 15px;
  list-style-type: none;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 18px;
}

.training-content .inner ul li {
  margin-bottom: 10px;
  color: #ffffff;
  position: relative;
  font-size: 15px;
  opacity: 0.85;
  padding-left: 17px;
}

.training-content .inner ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background-color: #c9ab81;
  border-radius: 50%;
}

.training-content .inner ul li:last-child {
  margin-bottom: 0;
}

.training-content .inner .price {
  color: #c9ab81;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
}

.training-content .inner .price span {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
}

.training-content.left-content {
  padding-right: 0;
  padding-left: 120px;
}

.training-content.left-content .inner {
  margin-left: 0;
  margin-right: -40px;
}

/*================================================
Projects CSS
=================================================*/
.projects-area {
  position: relative;
  z-index: 1;
}

.single-projects-box {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.single-projects-box img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-projects-box .content {
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  padding: 30px;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.65) 100%);
}

.single-projects-box .content .inner {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 30px;
}

.single-projects-box .content .inner h3 {
  margin-bottom: 8px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
}

.single-projects-box .content .inner h3 a {
  color: #ffffff;
  display: inline-block;
}

.single-projects-box .content .inner h3 a:hover {
  color: #c9ab81;
}

.single-projects-box .content .inner .category {
  display: inline-block;
  color: #c9ab81;
  text-transform: uppercase;
  font-size: 13.5px;
  font-weight: 400;
}

.single-projects-box .content .date {
  position: absolute;
  right: -100%;
  top: 20px;
  background-color: #ffffff;
  color: #0b1315;
  padding: 5px 10px 6px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  visibility: hidden;
  font-style: italic;
  font-family: "Playfair Display", serif;
  font-size: 15px;
  font-weight: 500;
}

.single-projects-box:hover img {
  -webkit-transform: rotate(5deg) scale(1.2);
          transform: rotate(5deg) scale(1.2);
}

.single-projects-box:hover .content .date {
  visibility: visible;
  right: 0;
}

/*================================================
Shop CSS
=================================================*/
.shop-area {
  position: relative;
  z-index: 1;
}

.shop-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.shop-area .container-fluid .row {
  margin-left: 0;
  margin-right: 0;
}

.shop-area .container-fluid .row .col-lg-6 {
  padding-left: 0;
  padding-right: 0;
}

.shop-image {
  height: 100%;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.shop-image.bg1 {
  background-image: url(../../assets/img/shop/shop-bg1.jpg);
}

.shop-image.bg2 {
  background-image: url(../../assets/img/shop/shop-bg2.jpg);
}

.shop-image.bg3 {
  background-image: url(../../assets/img/shop/shop-bg3.jpg);
}

.shop-image.bg4 {
  background-image: url(../../assets/img/shop/shop-bg4.jpg);
}

.shop-image img {
  display: none;
}

.shop-content {
  padding-top: 120px;
  padding-bottom: 120px;
  padding-right: 120px;
}

.shop-content .inner {
  background-color: #0b1315;
  padding: 40px;
  position: relative;
  z-index: 1;
  margin-left: -40px;
}

.shop-content .inner h3 {
  margin-bottom: 15px;
  color: #ffffff;
  font-size: 35px;
  font-weight: 700;
}

.shop-content .inner p {
  color: #ffffff;
}

.shop-content .inner ul {
  padding-left: 0;
  margin-bottom: 15px;
  list-style-type: none;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 18px;
}

.shop-content .inner ul li {
  margin-bottom: 10px;
  color: #ffffff;
  position: relative;
  font-size: 15px;
  opacity: 0.85;
  padding-left: 17px;
}

.shop-content .inner ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background-color: #c9ab81;
  border-radius: 50%;
}

.shop-content .inner ul li:last-child {
  margin-bottom: 0;
}

.shop-content .inner .price {
  color: #c9ab81;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
}

.shop-content .inner .price span {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
}

.shop-content.left-content {
  padding-right: 0;
  padding-left: 120px;
}

.shop-content.left-content .inner {
  margin-left: 0;
  margin-right: -40px;
}

/*================================================
Book Trainer CSS
=================================================*/
.book-trainer-area {
  position: relative;
  z-index: 1;
}

.book-trainer-content {
  text-align: center;
}

.book-trainer-content h2 {
  color: #ffffff;
  -webkit-animation: filling 3s ease forwards;
          animation: filling 3s ease forwards;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  text-transform: capitalize;
  margin-bottom: 20px;
  background-image: url(../../assets/img/text-bg.jpg);
  background-position: center 50%;
  font-size: 155px;
  font-weight: 900;
  font-family: "Open Sans", sans-serif;
}

/*================================================
Team CSS
=================================================*/
.single-team-box {
  position: relative;
  margin-bottom: 20px;
}

.single-team-box img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-team-box .team-content {
  z-index: 1;
  position: relative;
  margin-left: 15px;
  margin-top: -15px;
}

.single-team-box .team-content h3 {
  color: #ffffff;
  margin-bottom: 9px;
  font-size: 25px;
  font-weight: 700;
}

.single-team-box .team-content span {
  display: block;
  text-transform: uppercase;
  color: #c9ab81;
  letter-spacing: 1.5px;
  font-size: 14px;
}

.single-team-box:hover img {
  -webkit-filter: unset;
          filter: unset;
}

.team-slides.owl-theme .owl-dots {
  margin-top: 30px !important;
}

.team-slides.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: transparent;
  border: 1px solid #1e363f;
  margin: 0 8px 0 0;
  position: relative;
}

.team-slides.owl-theme .owl-dots .owl-dot span::before {
  content: '';
  position: absolute;
  background-color: #1e363f;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  margin: 3px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.team-slides.owl-theme .owl-dots .owl-dot:hover span, .team-slides.owl-theme .owl-dots .owl-dot.active span {
  border-color: #c9ab81;
}

.team-slides.owl-theme .owl-dots .owl-dot:hover span::before, .team-slides.owl-theme .owl-dots .owl-dot.active span::before {
  background-color: #c9ab81;
}

/*================================================
Blog CSS
=================================================*/
.single-blog-post {
  margin-bottom: 30px;
  position: relative;
}

.single-blog-post .post-image {
  border-radius: 10px;
}

.single-blog-post .post-image a {
  display: block;
}

.single-blog-post .post-image a img {
  border-radius: 10px;
}

.single-blog-post .post-content {
  position: relative;
  z-index: 1;
  background-color: #0b1315;
  border-radius: 10px;
  padding: 20px 20px 0 20px;
  margin-top: -40px;
  margin-left: 10px;
  margin-right: 10px;
}

.single-blog-post .post-content .post-tag {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-blog-post .post-content .post-tag li {
  margin-right: 15px;
  position: relative;
  color: #c9ab81;
  display: inline-block;
  font-size: 14px;
}

.single-blog-post .post-content .post-tag li a {
  display: block;
  color: #c9ab81;
}

.single-blog-post .post-content .post-tag li a:hover {
  color: #ffffff;
}

.single-blog-post .post-content .post-tag li::before {
  width: 1px;
  height: 14px;
  -webkit-transform: rotate(8deg);
          transform: rotate(8deg);
  content: '';
  position: absolute;
  right: -10px;
  top: 5px;
  background-color: #c9ab81;
}

.single-blog-post .post-content .post-tag li:last-child {
  margin-right: 0;
}

.single-blog-post .post-content .post-tag li:last-child::before {
  display: none;
}

.single-blog-post .post-content h3 {
  line-height: 1.4;
  color: #ffffff;
  margin-bottom: 12px;
  margin-top: 10px;
  font-size: 23px;
  font-weight: 700;
}

.single-blog-post .post-content h3 a {
  display: inline-block;
  color: #ffffff;
}

.single-blog-post .post-content h3 a:hover {
  color: #c9ab81;
}

.single-blog-post .post-content .post-meta {
  position: relative;
}

.single-blog-post .post-content .post-meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-blog-post .post-content .post-meta ul li {
  margin-right: 15px;
  position: relative;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
}

.single-blog-post .post-content .post-meta ul li a {
  display: inline-block;
  color: #c9ab81;
}

.single-blog-post .post-content .post-meta ul li a:hover {
  color: #ffffff;
}

.single-blog-post .post-content .post-meta ul li::before {
  width: 1px;
  height: 14px;
  -webkit-transform: rotate(8deg);
          transform: rotate(8deg);
  content: '';
  position: absolute;
  right: -10px;
  top: 5px;
  background-color: #ffffff;
}

.single-blog-post .post-content .post-meta ul li:last-child {
  margin-right: 0;
}

.single-blog-post .post-content .post-meta ul li:last-child::before {
  display: none;
}

.single-blog-post .post-content .post-meta .details-btn {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: #0f1d22;
  font-size: 25px;
  display: inline-block;
  color: #c9ab81;
}

.single-blog-post .post-content .post-meta .details-btn i {
  position: absolute;
  left: 0;
  right: 0;
  top: 48%;
  -webkit-transform: translateY(-48%);
          transform: translateY(-48%);
}

.single-blog-post .post-content .post-meta .details-btn:hover {
  background-color: #c9ab81;
  color: #0b1315;
}

.blog-slides.owl-theme .owl-dots {
  margin-top: 30px !important;
  margin-bottom: 30px;
}

.blog-slides.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: transparent;
  border: 1px solid #1e363f;
  margin: 0 8px 0 0;
  position: relative;
}

.blog-slides.owl-theme .owl-dots .owl-dot span::before {
  content: '';
  position: absolute;
  background-color: #1e363f;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  margin: 3px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-slides.owl-theme .owl-dots .owl-dot:hover span, .blog-slides.owl-theme .owl-dots .owl-dot.active span {
  border-color: #c9ab81;
}

.blog-slides.owl-theme .owl-dots .owl-dot:hover span::before, .blog-slides.owl-theme .owl-dots .owl-dot.active span::before {
  background-color: #c9ab81;
}

/*================================================
Blog Details CSS
=================================================*/
.blog-details-desc .article-image img {
  width: 100%;
}

.blog-details-desc .article-content {
  margin-top: 30px;
}

.blog-details-desc .article-content .entry-meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.blog-details-desc .article-content .entry-meta ul li {
  margin-right: 20px;
  position: relative;
  display: inline-block;
  color: #ffffff;
  border-right: 1px solid #515151;
  font-weight: 500;
  font-size: 16px;
  padding-right: 20px;
  padding-left: 45px;
}

.blog-details-desc .article-content .entry-meta ul li i {
  font-size: 30px;
  color: #cfcfcf;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.blog-details-desc .article-content .entry-meta ul li span {
  display: block;
  color: #c9ab81;
  text-transform: uppercase;
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: 600;
}

.blog-details-desc .article-content .entry-meta ul li a {
  display: inline-block;
  color: #ffffff;
}

.blog-details-desc .article-content .entry-meta ul li a:hover, .blog-details-desc .article-content .entry-meta ul li a:focus {
  color: #c9ab81;
}

.blog-details-desc .article-content .entry-meta ul li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}

.blog-details-desc .article-content h3 {
  color: #ffffff;
  margin-bottom: 15px;
  margin-top: 25px;
  font-size: 24px;
  font-weight: 700;
}

.blog-details-desc .article-content p {
  color: #ffffff;
  font-size: 15px;
  opacity: 0.85;
  margin-bottom: 15px;
}

.blog-details-desc .article-content p:last-child {
  margin-bottom: 0;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 {
  padding-left: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333%;
          flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding-right: 10px;
  padding-left: 10px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 li figure {
  margin-bottom: 0;
}

.blog-details-desc .article-content .features-list {
  padding-left: 0;
  list-style-type: none;
  margin-top: 25px;
  margin-bottom: 30px;
}

.blog-details-desc .article-content .features-list li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 25px;
  color: #ffffff;
  opacity: 0.85;
  font-size: 15px;
}

.blog-details-desc .article-content .features-list li i {
  color: #c9ab81;
  display: inline-block;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 0;
}

.blog-details-desc .article-content .features-list li:last-child {
  margin-bottom: 0;
}

.blog-details-desc .article-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #515151;
  padding-top: 30px;
  margin-top: 30px;
}

.blog-details-desc .article-footer .article-tags {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  color: #ffffff;
}

.blog-details-desc .article-footer .article-tags span {
  display: inline-block;
  margin-right: 3px;
  position: relative;
  color: #ffffff;
  top: 3px;
  font-size: 20px;
}

.blog-details-desc .article-footer .article-tags a {
  display: inline-block;
  color: #ffffff;
  font-weight: 500;
  font-size: 15.5px;
}

.blog-details-desc .article-footer .article-tags a:hover {
  color: #c9ab81;
}

.blog-details-desc .article-footer .article-share {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.blog-details-desc .article-footer .article-share .social {
  padding-left: 0;
  list-style-type: none;
  text-align: right;
  margin-bottom: 0;
}

.blog-details-desc .article-footer .article-share .social li {
  display: inline-block;
}

.blog-details-desc .article-footer .article-share .social li span {
  display: inline-block;
  margin-right: 3px;
  font-weight: 500;
  position: relative;
  color: #ffffff;
  top: -2px;
}

.blog-details-desc .article-footer .article-share .social li a {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 30px;
  border-radius: 50%;
  background-color: #c9ab81;
  color: #ffffff;
  border: 1px solid #c9ab81;
  text-align: center;
  font-size: 17px;
  margin-left: 2px;
}

.blog-details-desc .article-footer .article-share .social li a:hover, .blog-details-desc .article-footer .article-share .social li a:focus {
  color: #c9ab81;
  background-color: transparent;
}

.blog-details-desc .article-footer .article-share .social li a.facebook {
  background-color: #3b5998;
  border-color: #3b5998;
  color: #ffffff;
}

.blog-details-desc .article-footer .article-share .social li a.facebook:hover, .blog-details-desc .article-footer .article-share .social li a.facebook:focus {
  color: #3b5998;
  background-color: transparent;
}

.blog-details-desc .article-footer .article-share .social li a.twitter {
  background-color: #1da1f2;
  border-color: #1da1f2;
  color: #ffffff;
}

.blog-details-desc .article-footer .article-share .social li a.twitter:hover, .blog-details-desc .article-footer .article-share .social li a.twitter:focus {
  color: #1da1f2;
  background-color: transparent;
}

.blog-details-desc .article-footer .article-share .social li a.linkedin {
  background-color: #007bb5;
  border-color: #007bb5;
  color: #ffffff;
}

.blog-details-desc .article-footer .article-share .social li a.linkedin:hover, .blog-details-desc .article-footer .article-share .social li a.linkedin:focus {
  color: #007bb5;
  background-color: transparent;
}

.blog-details-desc .article-footer .article-share .social li a.instagram {
  background-color: #c13584;
  border-color: #c13584;
  color: #ffffff;
}

.blog-details-desc .article-footer .article-share .social li a.instagram:hover, .blog-details-desc .article-footer .article-share .social li a.instagram:focus {
  color: #c13584;
  background-color: transparent;
}

blockquote, .blockquote {
  overflow: hidden;
  background-color: #0b1315;
  padding: 50px !important;
  position: relative;
  text-align: center;
  z-index: 1;
  margin-bottom: 20px;
  margin-top: 20px;
}

blockquote p, .blockquote p {
  color: #0b1315;
  line-height: 1.6;
  margin-bottom: 0;
  opacity: 1 !important;
  font-style: italic;
  font-weight: 500;
  font-size: 22px !important;
}

blockquote cite, .blockquote cite {
  display: none;
}

blockquote::before, .blockquote::before {
  color: #303030;
  position: absolute;
  left: 50px;
  top: -50px;
  z-index: -1;
  content: "\EC1F";
  font-family: remixicon !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-size: 135px;
}

blockquote::after, .blockquote::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #c9ab81;
  margin-top: 20px;
  margin-bottom: 20px;
}

.allison-post-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #515151;
  border-bottom: 1px solid #515151;
}

.prev-link-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding-right: 15px;
}

.prev-link-wrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.prev-link-wrapper a:hover .image-prev::after {
  opacity: 1;
  visibility: visible;
}

.prev-link-wrapper a:hover .image-prev .post-nav-title {
  opacity: 1;
  visibility: visible;
}

.prev-link-wrapper a:hover .prev-link-info-wrapper {
  color: #c9ab81;
}

.prev-link-wrapper .image-prev {
  display: inline-block;
  min-width: 100px;
  width: 100px;
  border-radius: 5px;
  overflow: hidden;
  vertical-align: top;
  margin-right: 20px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.prev-link-wrapper .image-prev img {
  border-radius: 5px;
}

.prev-link-wrapper .image-prev::after {
  display: block;
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  opacity: 0;
  background-color: #c9ab81;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.prev-link-wrapper .image-prev .post-nav-title {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
  font-weight: 500;
}

.prev-link-wrapper .prev-link-info-wrapper {
  color: #0b1315;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.prev-link-wrapper .prev-title {
  display: inline-block;
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
}

.next-link-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  text-align: right;
  padding-left: 15px;
}

.next-link-wrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.next-link-wrapper a:hover .image-next::after {
  opacity: 1;
  visibility: visible;
}

.next-link-wrapper a:hover .image-next .post-nav-title {
  opacity: 1;
  visibility: visible;
}

.next-link-wrapper a:hover .next-link-info-wrapper {
  color: #c9ab81;
}

.next-link-wrapper .image-next {
  display: inline-block;
  min-width: 100px;
  width: 100px;
  border-radius: 5px;
  overflow: hidden;
  vertical-align: top;
  margin-left: 20px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.next-link-wrapper .image-next img {
  border-radius: 5px;
}

.next-link-wrapper .image-next::after {
  display: block;
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  opacity: 0;
  background-color: #c9ab81;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.next-link-wrapper .image-next .post-nav-title {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
  font-weight: 500;
}

.next-link-wrapper .next-link-info-wrapper {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #0b1315;
}

.next-link-wrapper .next-title {
  display: inline-block;
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
}

.comments-area {
  margin-top: 30px;
}

.comments-area .comments-title {
  line-height: initial;
  color: #ffffff;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 700;
}

.comments-area ol, .comments-area ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.comments-area .comment-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.comments-area .children {
  margin-left: 20px;
}

.comments-area .comment-body {
  border-bottom: 1px dashed #515151;
  padding-left: 65px;
  color: #0b1315;
  font-size: 14px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.comments-area .comment-body p {
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 20px;
  opacity: 0.85;
}

.comments-area .comment-body .reply {
  margin-top: 15px;
}

.comments-area .comment-body .reply a {
  border: 1px dashed #ded9d9;
  color: #ffffff;
  display: inline-block;
  padding: 6px 20px;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.comments-area .comment-body .reply a:hover {
  color: #ffffff;
  background-color: #c9ab81;
  border-color: #c9ab81;
}

.comments-area .comment-author {
  font-size: 16px;
  margin-bottom: 0.3em;
  position: relative;
  z-index: 2;
}

.comments-area .comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
}

.comments-area .comment-author .fn {
  color: #ffffff;
  font-weight: 600;
}

.comments-area .comment-author .says {
  display: none;
}

.comments-area .comment-metadata {
  margin-bottom: .8em;
  color: #ffffff;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
}

.comments-area .comment-metadata a {
  color: #ffffff;
}

.comments-area .comment-metadata a:hover {
  color: #c9ab81;
}

.comments-area .comment-respond {
  margin-top: 30px;
}

.comments-area .comment-respond .comment-reply-title {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
}

.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
  display: inline-block;
}

.comments-area .comment-respond .comment-form {
  overflow: hidden;
}

.comments-area .comment-respond .comment-notes {
  color: #ffffff;
  font-size: 15px;
  opacity: 0.85;
  margin-bottom: 20px;
  margin-top: 10px;
}

.comments-area .comment-respond .comment-notes .required {
  color: red;
}

.comments-area .comment-respond .comment-form-comment {
  float: left;
  width: 100%;
}

.comments-area .comment-respond label {
  display: none;
}

.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: #0b1315;
  border: none;
  padding: 0 0 0 15px;
  height: 50px;
  outline: 0;
  border-radius: 3px;
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
}

.comments-area .comment-respond input[type="date"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="time"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="datetime-local"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="week"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="month"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="text"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="email"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="url"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="password"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="search"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="tel"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="number"]::-webkit-input-placeholder, .comments-area .comment-respond textarea::-webkit-input-placeholder {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
}

.comments-area .comment-respond input[type="date"]:-ms-input-placeholder, .comments-area .comment-respond input[type="time"]:-ms-input-placeholder, .comments-area .comment-respond input[type="datetime-local"]:-ms-input-placeholder, .comments-area .comment-respond input[type="week"]:-ms-input-placeholder, .comments-area .comment-respond input[type="month"]:-ms-input-placeholder, .comments-area .comment-respond input[type="text"]:-ms-input-placeholder, .comments-area .comment-respond input[type="email"]:-ms-input-placeholder, .comments-area .comment-respond input[type="url"]:-ms-input-placeholder, .comments-area .comment-respond input[type="password"]:-ms-input-placeholder, .comments-area .comment-respond input[type="search"]:-ms-input-placeholder, .comments-area .comment-respond input[type="tel"]:-ms-input-placeholder, .comments-area .comment-respond input[type="number"]:-ms-input-placeholder, .comments-area .comment-respond textarea:-ms-input-placeholder {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
}

.comments-area .comment-respond input[type="date"]::-ms-input-placeholder, .comments-area .comment-respond input[type="time"]::-ms-input-placeholder, .comments-area .comment-respond input[type="datetime-local"]::-ms-input-placeholder, .comments-area .comment-respond input[type="week"]::-ms-input-placeholder, .comments-area .comment-respond input[type="month"]::-ms-input-placeholder, .comments-area .comment-respond input[type="text"]::-ms-input-placeholder, .comments-area .comment-respond input[type="email"]::-ms-input-placeholder, .comments-area .comment-respond input[type="url"]::-ms-input-placeholder, .comments-area .comment-respond input[type="password"]::-ms-input-placeholder, .comments-area .comment-respond input[type="search"]::-ms-input-placeholder, .comments-area .comment-respond input[type="tel"]::-ms-input-placeholder, .comments-area .comment-respond input[type="number"]::-ms-input-placeholder, .comments-area .comment-respond textarea::-ms-input-placeholder {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
}

.comments-area .comment-respond input[type="date"]::placeholder, .comments-area .comment-respond input[type="time"]::placeholder, .comments-area .comment-respond input[type="datetime-local"]::placeholder, .comments-area .comment-respond input[type="week"]::placeholder, .comments-area .comment-respond input[type="month"]::placeholder, .comments-area .comment-respond input[type="text"]::placeholder, .comments-area .comment-respond input[type="email"]::placeholder, .comments-area .comment-respond input[type="url"]::placeholder, .comments-area .comment-respond input[type="password"]::placeholder, .comments-area .comment-respond input[type="search"]::placeholder, .comments-area .comment-respond input[type="tel"]::placeholder, .comments-area .comment-respond input[type="number"]::placeholder, .comments-area .comment-respond textarea::placeholder {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
}

.comments-area .comment-respond input[type="date"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="time"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="datetime-local"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="week"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="month"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="text"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="email"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="url"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="password"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="search"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="tel"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="number"]:focus::-webkit-input-placeholder, .comments-area .comment-respond textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

.comments-area .comment-respond input[type="date"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="time"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="datetime-local"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="week"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="month"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="text"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="email"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="url"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="password"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="search"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="tel"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="number"]:focus:-ms-input-placeholder, .comments-area .comment-respond textarea:focus:-ms-input-placeholder {
  color: transparent;
}

.comments-area .comment-respond input[type="date"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="time"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="datetime-local"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="week"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="month"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="text"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="email"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="url"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="password"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="search"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="tel"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="number"]:focus::-ms-input-placeholder, .comments-area .comment-respond textarea:focus::-ms-input-placeholder {
  color: transparent;
}

.comments-area .comment-respond input[type="date"]:focus::placeholder, .comments-area .comment-respond input[type="time"]:focus::placeholder, .comments-area .comment-respond input[type="datetime-local"]:focus::placeholder, .comments-area .comment-respond input[type="week"]:focus::placeholder, .comments-area .comment-respond input[type="month"]:focus::placeholder, .comments-area .comment-respond input[type="text"]:focus::placeholder, .comments-area .comment-respond input[type="email"]:focus::placeholder, .comments-area .comment-respond input[type="url"]:focus::placeholder, .comments-area .comment-respond input[type="password"]:focus::placeholder, .comments-area .comment-respond input[type="search"]:focus::placeholder, .comments-area .comment-respond input[type="tel"]:focus::placeholder, .comments-area .comment-respond input[type="number"]:focus::placeholder, .comments-area .comment-respond textarea:focus::placeholder {
  color: transparent;
}

.comments-area .comment-respond textarea {
  height: auto !important;
  padding-top: 15px;
}

.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;
  margin-top: 15px;
}

.comments-area .comment-respond .comment-form-cookies-consent input {
  position: absolute;
  left: 0;
  top: 7px;
}

.comments-area .comment-respond .comment-form-cookies-consent label {
  display: inline-block;
  margin: 0;
  color: #ffffff;
  position: relative;
  top: -1.5px;
  font-weight: normal;
  font-size: 16px;
}

.comments-area .comment-respond .form-submit {
  float: left;
  width: 100%;
}

.comments-area .comment-respond .form-submit input {
  background: transparent;
  border: none;
  color: #ffffff;
  padding: 11px 35px;
  display: inline-block;
  cursor: pointer;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-transform: uppercase;
  border: 1px solid #c9ab81;
  border-radius: 0;
  font-weight: 300;
  font-size: 14px;
}

.comments-area .comment-respond .form-submit input:hover, .comments-area .comment-respond .form-submit input:focus {
  color: #ffffff;
  background-color: #c9ab81;
  border-color: #c9ab81;
}

/*================================================
Contact CSS
=================================================*/
.contact-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.contact-area .container-fluid .row {
  margin-left: 0;
  margin-right: 0;
}

.contact-area .container-fluid .row .col-lg-7, .contact-area .container-fluid .row .col-lg-5 {
  padding-left: 0;
  padding-right: 0;
}

.contact-content {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    background-image: url(../../img/Fitness2.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.contact-content::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  z-index: -1;
  background-color: #0b1315;
  opacity: 0.71;
}

.contact-content .section-title {
  text-align: left;
  max-width: 455px;
  margin-bottom: 0;
  margin-left: auto;
}

.contact-content .section-title h2 {
  max-width: 330px;
  margin-left: 0;
  margin-right: 0;
}

.contact-form {
  padding-top: 120px;
  padding-bottom: 120px;
  padding-left: 90px;
  padding-right: 90px;
}

.contact-form #contactForm .default-btn {
  margin-top: 10px;
}

.contact-form #contactForm .with-errors ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 10px;
  margin-bottom: 0;
}

.contact-form #contactForm .with-errors ul li {
  color: red;
  font-size: 15px;
}

.contact-form #contactForm #msgSubmit {
  margin-bottom: 0;
}

.contact-form #contactForm #msgSubmit.text-danger, .contact-form #contactForm #msgSubmit.text-success {
  margin-top: 15px;
}

/*================================================
Instagram CSS
=================================================*/
.instagram-title {
  margin-bottom: 40px;
  text-align: center;
}

.instagram-title a {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 2px;
  padding-left: 35px;
  font-size: 15px;
  font-weight: 300;
}

.instagram-title a:hover {
  color: #c9ab81;
}

.instagram-title a i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 25px;
}

.single-instagram-post {
  position: relative;
}

.single-instagram-post .link-btn {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.single-instagram-post i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  color: #ffffff;
  font-size: 20px;
  border-radius: 2px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 10px;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.single-instagram-post:hover i {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}

/*================================================
Footer CSS
=================================================*/
.footer-area {
  padding-top: 120px;
  background-color: #0b1315;
}

.footer-content {
  text-align: center;
}

.footer-content .logo {
  margin-bottom: 30px;
}

.footer-content .logo a {
  display: inline-block;
}

.footer-content .footer-contact-info {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.footer-content .footer-contact-info ul {
  padding-left: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -8px;
}

.footer-content .footer-contact-info ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  color: #ffffff;
  font-size: 16px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 8px;
}

.footer-content .footer-contact-info ul li:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.footer-content .footer-contact-info ul li i {
  position: relative;
  top: 4px;
  margin-right: 2px;
  color: #c9ab81;
  font-size: 20px;
}

.footer-content .footer-contact-info ul li a {
  display: inline-block;
  color: #ffffff;
}

.footer-content .footer-contact-info ul li a:hover {
  color: #c9ab81;
}

.footer-content .social {
  padding-left: 0;
  list-style-type: none;
  margin-top: 35px;
  margin-bottom: 0;
}

.footer-content .social li {
  display: inline-block;
  color: #ffffff;
  margin-left: 12px;
  margin-right: 12px;
  font-size: 16px;
}

.footer-content .social li a {
  display: inline-block;
  position: relative;
  color: #ffffff;
}

.footer-content .social li a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  border-bottom: 2px dotted #c9ab81;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer-content .social li a:hover {
  color: #c9ab81;
}

.footer-bottom-area {
  position: relative;
  text-align: center;
  margin-top: 100px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-bottom-area p {
  color: #a7a6a6;
  font-size: 15px;
  line-height: initial;
}

.footer-bottom-area p i {
  position: relative;
  top: 2px;
}

.footer-bottom-area p a {
  display: inline-block;
  color: #ffffff;
}

.footer-bottom-area p a:hover {
  color: #c9ab81;
}

.footer-bottom-area .line {
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  right: 0;
  background: #252c2e;
  overflow: hidden;
}

.footer-bottom-area .line::before {
  display: block;
  content: "";
  position: absolute;
  width: 20vh;
  height: 100%;
  top: 0;
  right: -50%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(75%, #c9ab81), to(#c9ab81));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #c9ab81 75%, #c9ab81 100%);
  -webkit-animation: run 8s 0s infinite;
          animation: run 8s 0s infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
          animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}

@-webkit-keyframes run {
  0% {
    right: -50%;
  }
  100% {
    right: 150%;
  }
}

@keyframes run {
  0% {
    right: -50%;
  }
  100% {
    right: 150%;
  }
}
/*# sourceMappingURL=style.css.map */

body {
    margin-top: 20px;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 2px;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
}


.bg-sky.box-shadow {
    box-shadow: 0px 5px 0px 0px #00a2a7
}

.bg-orange.box-shadow {
    box-shadow: 0px 5px 0px 0px #af4305
}

.bg-green.box-shadow {
    box-shadow: 0px 5px 0px 0px #4ca520
}

.bg-yellow.box-shadow {
    box-shadow: 0px 5px 0px 0px #dcbf02
}

.bg-pink.box-shadow {
    box-shadow: 0px 5px 0px 0px #e82d8b
}

.bg-purple.box-shadow {
    box-shadow: 0px 5px 0px 0px #8343e8
}

.bg-lightred.box-shadow {
    box-shadow: 0px 5px 0px 0px #d84213
}


.bg-sky {
    background-color: #02c2c7
}

.bg-orange {
    background-color: #e95601
}

.bg-green {
    background-color: #5bbd2a
}

.bg-yellow {
    background-color: #f0d001
}

.bg-pink {
    background-color: #ff48a4
}

.bg-purple {
    background-color: #9d60ff
}

.bg-lightred {
    background-color: #ff5722
}

.padding-15px-lr {
    padding-left: 15px;
    padding-right: 15px;
}

.padding-5px-tb {
    padding-top: 5px;
    padding-bottom: 5px;
}

.margin-10px-bottom {
    margin-bottom: 10px;
}

.border-radius-5 {
    border-radius: 5px;
}

.margin-10px-top {
    margin-top: 10px;
}

.font-size14 {
    font-size: 14px;
}

.text-light-gray {
    color: #d6d5d5;
}

.font-size13 {
    font-size: 13px;
}

.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}