@import url("https://fonts.googleapis.com/css2?family=Didact+Gothic&amp;family=Oswald:wght@200;300;400;500;600;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
html,
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  list-style: none;
  word-wrap: break-word;
}

:root {
  scroll-behavior: auto;
  --joyFirstPrimaryColor: #C3A683;
  --joyFirstSecondaryColor: #CA9238;
  --joyFirstWhiteColor: #fff;
}
body {
  font-family: "Didact Gothic", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75em;
  color: #999;
  overflow-x: hidden !important;
  background: #272727;
}
p {
  font-family: "Didact Gothic", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75em;
  color: #999;
  margin-bottom: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  line-height: 1.25em;
  margin: 0 0 20px 0;
}
img {
  width: 100%;
  height: auto;
}
.w-100 {
  width: 100%;
}
img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #323232;
}
span,
a,
a:hover {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
b {
  font-weight: 400;
  color: var(--joyFirstPrimaryColor);
}
button,
input,
optgroup,
select,
textarea {
  font-family: "Oswald", sans-serif;
}
input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
textarea:focus {
  outline: none;
}
input[type="password"],
input[type="email"],
input[type="text"],
input[type="file"],
textarea {
  max-width: 100%;
  margin-bottom: 10px;
  padding: 10px 0;
  height: auto;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 0 0 1px;
  border-style: solid;
  display: block;
  width: 100%;
  line-height: 1.5em;
  font-family: "Didact Gothic", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #999;
  background-image: none;
  border-bottom: 1px solid #323232;
  border-color: ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
input:focus,
textarea:focus {
  border-bottom-width: 1px;
  border-color: var(--joyFirstPrimaryColor);
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 1.75em;
  -webkit-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;
  background: var(--joyFirstPrimaryColor);
  border: 1px solid transparent;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
  background-color: #323232;
  color: var(--joyFirstWhiteColor);
  border: 1px solid transparent;
}
select {
  padding: 10px;
  border-radius: 5px;
}
table,
th,
tr,
td {
  border: 1px solid #ececec;
}
th,
tr,
td {
  padding: 10px;
}
input[type="radio"],
input[type="checkbox"] {
  display: inline;
}
input[type="submit"] {
  font-weight: 300;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  background: var(--joyFirstPrimaryColor);
  color: var(--joyFirstWhiteColor);
  padding: 8px 24px;
  margin: 0;
  position: relative;
  font-size: 16px;
  letter-spacing: 3px;
}
.alert-success {
  background: transparent;
  color: #999;
  border: 1px solid var(--joyFirstPrimaryColor);
  border-radius: 0px;
}
::-webkit-input-placeholder {
  color: #999;
  font-size: 15px;
  font-weight: 400;
}
:-moz-placeholder {
  color: #999;
}
::-moz-placeholder {
  color: #999;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #999;
}
blockquote {
  padding: 45px;
  display: block;
  position: relative;
  background-color: #323232;
  overflow: hidden;
  margin: 35px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75em;
  color: #999;
}
blockquote p {
  font-family: inherit;
  margin-bottom: 0 !important;
  color: inherit;
  max-width: 650px;
  width: 100%;
  position: relative;
  z-index: 3;
}
blockquote:before {
  content: "\e645";
  font-family: "Themify";
  position: absolute;
  right: 40px;
  bottom: 40px;
  font-size: 110px;
  opacity: 0.07;
  line-height: 1;
  color: var(--joyFirstWhiteColor);
}
blockquote p {
  margin-bottom: 0;
}
blockquote p a {
  color: inherit;
}
blockquote cite {
  display: inline-block;
  font-size: 16px;
  position: relative;
  padding-left: 60px;
  border-color: inherit;
  line-height: 1;
  margin-top: 22px;
  font-style: normal;
  color: var(--joyFirstPrimaryColor);
  font-weight: 400;
}
blockquote cite:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 45px;
  height: 1px;
  border-top: 1px solid;
  border-color: inherit;
  color: var(--joyFirstPrimaryColor);
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.o-hidden {
  overflow: hidden;
}
.position-re {
  position: relative;
}
.full-width {
  width: 100%;
}
.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-fixed {
  background-attachment: fixed;
}
.pattern {
  background-repeat: repeat;
  background-size: auto;
}
.bold {
  font-weight: 600;
}
.count {
  font-family: "Oswald", sans-serif;
}
.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.v-middle {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.v-bottom {
  position: absolute;
  width: 100%;
  bottom: 5%;
  left: 0;
  -webkit-transform: translate(0%, -5%);
  transform: translate(0%, -5%);
}
.js .animate-box {
  opacity: 0;
}
.map {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mt-90 {
  margin-top: 90px !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.padding-20 {
    padding: 20px !important;
}
::-webkit-selection {
  color: #999;
  background: rgba(0, 0, 0, 0.1);
}
::-moz-selection {
  color: #999;
  background: rgba(0, 0, 0, 0.1);
}
::selection {
  color: #999;
  background: rgba(0, 0, 0, 0.1);
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0px;
  line-height: 0.7;
  display: block;
}
.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 0 3px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: transparent;
  border: 1px solid var(--joyFirstPrimaryColor);
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  outline: none;
}
.section-padding {
  padding: 90px 0;
}
.section-padding2 {
  padding: 0 0 90px 0;
  position: relative;
}
.section-padding h6 {
  color: var(--joyFirstPrimaryColor);
  font-size: 20px;
  margin-bottom: 20px;
}
.section-title {
  font-size: 40px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: var(--joyFirstWhiteColor);
  text-transform: uppercase;
  position: relative;
  letter-spacing: 10px;
  word-spacing: 5px;
  margin-bottom: 30px;
}
.section-title span {
  color: var(--joyFirstWhiteColor);
}
.section-title2 {
  font-size: 35px;
  font-weight: 300;
  color: var(--joyFirstPrimaryColor);
  position: relative;
  line-height: 1.25em;
  margin-bottom: 30px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.navbar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: transparent;
  z-index: 99;
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  height: 90px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.navbar-toggler-icon {
  background-image: none;
}
.navbar .navbar-toggler-icon,
.navbar .icon-bar {
  color: var(--joyFirstWhiteColor);
}
.navbar .navbar-nav .nav-link {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--joyFirstWhiteColor);
  margin: 1px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  padding-right: 12px;
  padding-left: 12px;
  font-family: "Oswald", sans-serif;
}
.navbar .navbar-nav .nav-link.nav-color {
  color: var(--joyFirstWhiteColor);
}
.navbar .navbar-nav .nav-link:hover {
  color: var(--joyFirstPrimaryColor);
}
.navbar .navbar-nav .active {
  color: var(--joyFirstPrimaryColor) !important;
}
.navbar .navbar-nav .active i {
  color: var(--joyFirstPrimaryColor);
}
.nav-scroll {
  background: #272727;
  padding: 0 0 0 0;
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  border: none;
  border-bottom: 1px solid #323232;
  height: 80px;
}
.nav-scroll .navbar-toggler-icon,
.nav-scroll .icon-bar {
  color: var(--joyFirstPrimaryColor);
}
.nav-scroll .navbar-nav .nav-link {
  color: var(--joyFirstWhiteColor);
}
.nav-scroll .navbar-nav .active {
  color: var(--joyFirstPrimaryColor) !important;
}
.nav-scroll .navbar-nav .logo {
  padding: 15px 0;
  color: var(--joyFirstWhiteColor);
}
.nav-scroll .logo-img {
  width: 115px;
}
.nav-scroll .logo-img {
  margin-bottom: 0px;
}
.nav-scroll .logo-wrapper .logo h2 {
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  font-weight: 500;
  display: block;
  width: 100%;
  position: relative;
  color: var(--joyFirstSecondaryColor);
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.nav-scroll .logo-wrapper .logo span {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  color: var(--joyFirstSecondaryColor);
  font-weight: 400;
  letter-spacing: 6px;
  display: block;
  margin-top: 0px;
  line-height: 1.2em;
  text-transform: uppercase;
}
.logo-wrapper .logo h2 {
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  font-weight: 500;
  display: block;
  width: 100%;
  position: relative;
  color: var(--joyFirstSecondaryColor);
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.logo-wrapper .logo h2 a i {
  color: var(--joyFirstWhiteColor);
  font-size: 20px;
  vertical-align: super;
}
.logo-wrapper .logo span {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  color: var(--joyFirstSecondaryColor);
  font-weight: 400;
  letter-spacing: 6px;
  display: block;
  margin-top: 0px;
  line-height: 1.2em;
  text-transform: uppercase;
}
.logo {
  padding: 0;
}
.logo-img {
  padding: 20px 0;
  width: 125px;
  text-align: center;
}
.dropdown .nav-link i {
  padding-left: 0px;
  font-size: 8px;
  color: rgba(255, 255, 255, 0.5);
}
.navbar .dropdown-menu .dropdown-item {
  padding: 6px 0;
  font-family: "Didact Gothic", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: var(--joyFirstWhiteColor);
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: transparent;
}
.navbar .dropdown-menu .dropdown-item span {
  display: block;
  cursor: pointer;
}
.navbar .dropdown-menu .dropdown-item i {
  padding: 13px 0 0 5px;
  font-size: 8px;
  float: right;
}
.navbar .dropdown-menu .dropdown:hover > .dropdown-item,
.navbar .dropdown-menu .dropdown-item.active,
.navbar .dropdown-menu .dropdown-item:hover {
  color: var(--joyFirstPrimaryColor);
}
.navbar .dropdown-toggle::after {
  display: none;
}
.navbar .dropdown-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.02);
}
.navbar .dropdown-menu li:last-child {
  border-bottom: none;
}
.navbar .dropdown-menu .dropdown-menu.pull-left {
  top: 0;
  left: auto;
  right: 100%;
}
@media screen and (min-width: 992px) {
  .navbar .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    width: 199px;
    padding: 15px;
    border-radius: 0;
    border: 0;
    background-color: #272727;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar .dropdown-menu .dropdown-menu {
    left: calc(100% + 5px);
    top: -10px;
    right: auto;
    min-width: 199px;
    transform: translateY(0);
  }
  .navbar .dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@media screen and (max-width: 991px) {
  .navbar {
    padding-left: 0px;
    padding-right: 0px;
    background: transparent;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .nav-scroll {
    background: #272727;
  }
  .logo-wrapper {
    float: left;
    padding: 26px 0 26px 15px;
  }
  .nav-scroll .logo-wrapper {
    padding: 22px 15px;
    background-color: transparent;
  }
  .nav-scroll .logo-img {
    width: 115px;
  }
  .navbar .logo {
    text-align: left;
    margin-left: 0px;
  }
  .nav-scroll .logo {
  }
  .logo-img {
    margin-bottom: 0px;
    width: 120px;
    padding: 0;
  }
  .navbar button {
    margin-right: 0px;
    outline: none !important;
    background: transparent;
    margin-top: 10px;
    border: none;
  }
  .navbar button:hover {
    background: transparent;
  }
  .navbar button:active,
  .navbar button:focus,
  .navbar button:hover {
    background: transparent;
    outline: none;
    color: transparent !important;
  }
  .navbar .container {
    max-width: 100%;
    padding: 0;
  }
  .navbar .nav-link {
    margin: 0px auto !important;
  }
  .navbar .navbar-nav .nav-link {
    color: var(--joyFirstWhiteColor);
  }
  .nav-scroll .navbar-collapse .nav-link {
    color: var(--joyFirstWhiteColor) !important;
  }
  .nav-scroll .navbar-collapse .active {
    color: var(--joyFirstPrimaryColor) !important;
  }
  .navbar .dropdown-menu .dropdown-item {
    padding: 0 15px;
    font-size: 15px;
    line-height: 40px;
  }
  .navbar .dropdown-menu .dropdown-item.dropdown-toggle {
    font-weight: 500;
  }
  .navbar .dropdown-submenu .dropdown-toggle::after {
    right: 15px;
    font-size: 13px;
  }
  .navbar .dropdown-submenu:hover > .dropdown-toggle::after {
    transform: rotate(0deg);
  }
  .navbar .dropdown-submenu .dropdown-toggle.show::after {
    transform: rotate(90deg);
  }
  .navbar .dropdown-menu {
    border: none;
    padding: 0;
    border-radius: 0;
    margin: 0;
    background: #272727;
  }
  .navbar .dropdown-submenu .dropdown-menu {
    margin: 0;
    padding: 0 0 0 20px;
  }
  .navbar .dropdown-menu li a {
    padding: 0 15px;
  }
  .navbar .navbar-nav .nav-link {
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media screen and (max-width: 767px) {
  .navbar .navbar-collapse {
    max-height: 480px;
    overflow: auto;
    background: #272727;
    text-align: left;
    padding: 20px;
  }
}
.header {
  min-height: 100vh;
  overflow: hidden;
}
.header .caption .o-hidden {
  display: inline-block;
}
.header .caption h2 {
  font-weight: 400;
  font-size: 30px;
}
.header .caption h4 {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: var(--joyFirstWhiteColor);
  text-align: right;
  margin-bottom: 30px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.header .caption h1 {
  position: relative;
  margin-bottom: 20px;
  font-family: "Oswald", sans-serif;
  font-size: 48px;
  text-transform: uppercase;
  line-height: 1.35em;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  color: var(--joyFirstWhiteColor);
  font-weight: 400;
  letter-spacing: 15px;
}
.header .caption p {
  font-size: 18px;
  line-height: 1.75em;
  margin-bottom: 0;
  color: var(--joyFirstWhiteColor);
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  margin-right: 15px;
}
.header .caption p span {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin: 0 5px;
  padding-right: 14px;
  position: relative;
}
.header .caption p span:last-child {
  padding: 0;
}
.header .caption p span:last-child:after {
  display: none;
}
.header .caption p span:after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #272727;
  position: absolute;
  top: 10px;
  right: 0;
  opacity: 0.5;
}
.header .caption .butn-light {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-right: 15px;
}
.header .social a {
  color: #eee;
  font-size: 20px;
  margin: 10px 15px;
}
hr {
  margin-top: 5px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.fixed-bg {
  background-attachment: fixed !important;
  background-size: cover;
  background-position: center;
}
.relative {
  position: relative !important;
}
.remove-padding {
  padding: 0 !important;
}
.all-padding-15 {
  padding: 15px;
}
.view-height-100vh {
  height: 100vh !important;
}
.simple-content-slider {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  left: 0;
}
.simple-content-slider-text {
  display: table;
  height: 100%;
  width: 100%;
}
.simple-content-text-inner {
  display: table-cell;
  vertical-align: middle;
}
.simple-content-text-inner h1 {
  position: relative;
  margin-bottom: 20px;
  font-family: "Oswald", sans-serif;
  font-size: 48px;
  text-transform: uppercase;
  line-height: 1.35em;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  color: var(--joyFirstWhiteColor);
  font-weight: 400;
  letter-spacing: 15px;
}
.simple-content-text-inner p {
  font-size: 18px;
  line-height: 1.75em;
  margin-bottom: 0;
  color: var(--joyFirstWhiteColor);
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  margin-right: 15px;
}
.slider .owl-item,
.slider-fade .owl-item {
  height: 100vh;
  position: relative;
}
.slider .item,
.slider-fade .item {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.slider .item .caption,
.slider-fade .item .caption {
  z-index: 9;
}
.slider .owl-theme .owl-dots,
.slider-fade .owl-theme .owl-dots {
  position: absolute;
  bottom: 5vh;
  width: 100%;
}
.owl-nav {
  position: absolute;
  bottom: 7%;
  right: 12%;
}
.owl-prev {
  float: left;
}
.owl-next {
  float: right;
}
.slider-fade .owl-theme .owl-nav [class*="owl-"],
.project-page .owl-theme .owl-nav [class*="owl-"] {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: transparent;
  border-radius: 100%;
  color: rgba(255, 255, 255, 0.95);
  font-size: 11px;
  margin-right: 3px;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.2s ease-in-out;
  transform: scale(1);
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  transform: scale(0.9);
  background: transparent;
  border: 1px solid var(--joyFirstPrimaryColor);
  color: var(--joyFirstPrimaryColor);
}
@media screen and (max-width: 768px) {
  .owl-nav {
    display: none;
  }
}
.slider-grid-bg {
  min-height: 100vh;
  background-size: cover;
  background-position: 50%;
  padding-top: 225px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
  background: #272727;
  color: var(--joyFirstWhiteColor);
}
.slider-grid-bg .grid-img {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transform: scale(1);
  transition: transform 5s, opacity 0.35s;
  opacity: 0;
  display: block;
}
.slider-grid-bg .grid-img-active {
  opacity: 1;
  transform: scale(1.03);
  -webkit-filter: brightness(70%);
}
.slider-grid-bg:hover .grid-img-active {
  -webkit-filter: brightness(70%);
}
.slider-grid-bg .content {
  position: relative;
  z-index: 2;
}
.slider-grid-bg .grid-item {
  margin-bottom: 30px;
  display: -ms-flexbox;
  display: flex;
}
.slider-grid-bg .grid-con {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  border: 1px solid rgba(255, 255, 255, 0.5);
  width: 100%;
  text-decoration: none;
  color: currentColor;
  padding: 80px 30px 30px;
  transition: all 0.3s;
  background: transparent;
  min-height: 340px;
  position: relative;
}
.slider-grid-bg .grid-con-active,
.slider-grid-bg .grid-con:hover {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  text-decoration: none;
  color: currentColor;
  padding: 80px 30px 30px;
  transition: all 0.3s;
  background: transparent;
  min-height: 340px;
  position: relative;
  background: #272727;
  border: 1px solid #272727;
}
.slider-grid-bg .year {
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: 1;
  position: absolute;
  right: 30px;
  top: 30px;
}
.slider-grid-bg .subtitle {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: var(--joyFirstWhiteColor);
  margin-bottom: 5px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.slider-grid-bg .grid-con:hover .subtitle {
  color: var(--joyFirstPrimaryColor);
}
.slider-grid-bg .title {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2em;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.slider-grid-bg .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 0 3px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.slider-grid-bg .owl-theme .owl-dots .owl-dot.active span,
.slider-grid-bg .owl-theme .owl-dots .owl-dot:hover span {
  background: var(--joyFirstPrimaryColor);
  border: 1px solid var(--joyFirstPrimaryColor);
}
@media only screen and (max-width: 1199px) {
  .slider-grid-bg .grid-con {
    min-height: 300px;
  }
  .slider-grid-bg .grid-con-active,
  .slider-grid-bg .grid-con:hover {
    min-height: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-grid-bg .grid-con {
    min-height: 240px;
  }
  .slider-grid-bg .grid-con-active,
  .slider-grid-bg .grid-con:hover {
    min-height: 240px;
  }
}
.kenburns-section {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.kenburns-section::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
  background: #000;
}
.kenburns-inner {
  position: relative;
  z-index: 15;
}
.kenburns-inner .caption h4 {
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 10px;
  color: var(--joyFirstWhiteColor);
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}
.kenburns-inner .caption h1 {
  position: relative;
  margin-bottom: 20px;
  font-family: "Oswald", sans-serif;
  font-size: 52px;
  text-transform: uppercase;
  line-height: 1.35em;
  color: var(--joyFirstWhiteColor);
  font-weight: 400;
  letter-spacing: 10px;
}
#kenburnsSliderContainer .vegas-overlay {
}
@media screen and (max-width: 767px) {
  .kenburns-inner .caption h4 {
    font-size: 12px;
  }
  .kenburns-inner .caption h1 {
    font-size: 26px;
    margin-bottom: 15px;
    letter-spacing: 5px;
    line-height: 1.5em;
  }
}
.banner-header {
  height: 50vh;
  z-index: -2;
}
.banner-header h6 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
}
.banner-header h6 a:hover {
  color: var(--joyFirstWhiteColor);
}
.banner-header h6 i {
  margin: 0 15px;
  font-size: 10px;
}
.banner-header h5 {
  color: var(--joyFirstPrimaryColor);
  font-size: 17px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  margin-bottom: 5px;
}
.banner-header h1 {
  font-size: 40px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: var(--joyFirstPrimaryColor);
  position: relative;
  margin-bottom: 10px;
  line-height: 1.2em;
}
.banner-header p {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
  color: #999;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.banner-header p a {
  color: var(--joyFirstPrimaryColor);
}
@media screen and (max-width: 767px) {
  .banner-header {
    height: 30vh;
  }
  .banner-header h6 {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 10px;
  }
  .banner-header h6 a:hover {
    color: var(--joyFirstPrimaryColor);
  }
  .banner-header h6 i {
    margin: 0 15px;
    font-size: 10px;
  }
  .banner-header h5 {
  }
  .banner-header h1 {
  }
  .banner-header p {
    font-size: 20px;
    color: #999;
  }
}
.banner-img:after {
  position: absolute;
  height: 100%;
  right: 0;
  left: 0;
  content: "";
  background: -webkit-linear-gradient(
    bottom,
    rgba(39, 39, 39, 1) 0%,
    rgba(39, 39, 39, 0.8) 100%,
    rgba(39, 39, 39, 0.5) 100%
  );
  background: linear-gradient(
    to top,
    rgba(39, 39, 39, 1) 0%,
    rgba(39, 39, 39, 0.8) 100%,
    rgba(39, 39, 39, 0.5) 100%
  );
  object-fit: cover;
}
.content-wrapper {
  position: relative;
}
.content-lines-wrapper {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.content-lines-inner {
  position: absolute;
  width: 1140px;
  left: 50%;
  margin-left: -570px;
  top: 0;
  height: 100%;
  border-left: 1px solid #323232;
  border-right: 1px solid #323232;
  border-bottom: 1px solid #323232;
}
.content-lines {
  position: absolute;
  left: 33.666666%;
  right: 33.666666%;
  height: 100%;
  border-left: 1px solid #323232;
  border-right: 1px solid #323232;
}
.video-fullscreen-wrap {
  height: 100vh;
  overflow: hidden;
}
.video-fullscreen-video {
  height: 100%;
}
.video-fullscreen-wrap video {
  width: 100vw;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.video-fullscreen-wrap .video-fullscreen-inner {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: right;
}
.video-lauch-wrapper {
  border: none;
  background: none;
  width: 100%;
  padding: 0;
}
.video-fullscreen-wrap .video-fullscreen-inner h1 {
  position: relative;
  margin-bottom: 20px;
  font-family: "Oswald", sans-serif;
  font-size: 48px;
  text-transform: uppercase;
  line-height: 1.35em;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  color: var(--joyFirstWhiteColor);
  font-weight: 400;
  letter-spacing: 15px;
}
.video-fullscreen-wrap .video-fullscreen-inner p {
  font-size: 18px;
  line-height: 1.75em;
  margin-bottom: 0;
  color: var(--joyFirstWhiteColor);
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  margin-right: 15px;
}
.video-fullscreen-wrap .video-fullscreen-inner .butn-light {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-right: 15px;
}
.position-relative {
  position: relative !important;
}
@media screen and (max-width: 767px) {
  .video-fullscreen-wrap .video-fullscreen-inner h1 {
    font-size: 30px;
    margin-bottom: 15px;
    letter-spacing: 10px;
    line-height: 1.35em;
  }
  .video-fullscreen-wrap .video-fullscreen-inner p {
    font-size: 15px;
    margin-right: 10px;
  }
}
.about {
  padding-bottom: 90px;
}
.about .about-img img:hover {
  transform: scale(0.95);
}
.about .about-img {
  position: relative;
}
.about .about-img .img {
  padding: 0 15px 30px 30px;
  position: relative;
}
.about .about-img .img:before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  right: 45px;
  bottom: 0;
  border: 1px solid #323232;
}
.about .about-img .img img {
  position: relative;
  z-index: 2;
  background: #272727;
  height: 500px;
  object-fit: cover;
}
.about-img-2 {
  position: relative;
}
.about-img .about-img-2 {
  width: 40% !important;
  position: absolute;
  bottom: 0px;
  right: 45px;
  z-index: 3;
  padding: 20px 15px;
  color: var(--joyFirstWhiteColor);
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  letter-spacing: 5px;
  font-size: 13px;
  line-height: 1.5em;
  text-align: center;
}
.about-buro {
  background: #323232;
}
.team .item {
  margin-bottom: 30px;
}
.team .item:hover .info .social {
  top: 0;
}
.team .info {
  text-align: center;
  padding: 30px 20px;
  position: relative;
  overflow: hidden;
}
.team .info h6 {
  font-size: 17px;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 3px;
  color: var(--joyFirstWhiteColor);
}
.team .info p {
  margin-bottom: 5px;
  color: #999;
}
.team .info .social {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #323232;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.team .info .social a {
  font-size: 15px;
  color: var(--joyFirstPrimaryColor);
  margin: 0 5px;
}
.team .info .social a:hover {
  color: var(--joyFirstWhiteColor);
}
.team-details {
  color: #999;
}
.team-details h3 {
  font-size: 25px;
  margin-bottom: 0px;
  color: var(--joyFirstWhiteColor);
  letter-spacing: 3px;
  font-weight: 300;
  text-transform: uppercase;
}
.team-details .content {
  background-color: #323232;
}
.team-details .text-content {
  position: relative;
  padding: 30px 15px;
}
.team-details .content .team-details-info {
  padding: 10px 0 30px 0;
  position: relative;
}
.team-details .content .info-list {
  margin: 0;
  padding: 0;
}
.team-details .content .info-list li {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  display: block;
  float: left;
  list-style: square;
  padding: 5px 0;
  display: inline-block;
  width: calc(48% - 1px);
}
.team-details .content .info-list .list-title {
  font-family: "Didact Gothic", sans-serif;
  text-indent: 0;
  width: auto;
  display: inline;
  margin-right: 3px;
  position: relative;
  color: var(--joyFirstPrimaryColor);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
.team-details .content .info-list .list-description {
  display: inline;
}
.team-details .content ul.social-icons {
  margin: 0;
  padding: 0;
}
.team-details .content .social-icons li {
  display: inline-block;
  border: none;
  z-index: 1;
  position: relative;
}
.team-details .content .social-icons li {
  margin: 0 2px;
}
.team-details .content .social-icons li:last-child {
  margin-right: 0;
}
.team-details .content .social-icons li a {
  display: block;
  min-width: 26px;
  text-align: center;
}
.team-details .content .social-icons.circle li > a {
  border-width: 1px;
  border-style: solid;
  height: 33px;
  width: 33px;
  line-height: 33px;
  text-align: center;
  display: block;
  background-color: transparent;
  font-size: 14px;
  border-radius: 50%;
}
.team-details .content .social-icons.square li {
  margin: 0 0;
}
.team-details .content .social-icons.square li a {
  font-size: 12px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: inherit;
  margin-right: 8px;
  border: 1px solid #424242;
  color: #999;
  border-radius: 50%;
}
.team-details .content .social-icons.square li a:hover {
  border: 1px solid var(--joyFirstPrimaryColor);
}
@media only screen and (max-width: 480px) {
  .team-details .content .info-list li {
    width: 100%;
  }
}
.position {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -1px;
  padding: 40px 45px 40px 50px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border-top: 1px solid #323232;
  border-bottom: 1px solid #323232;
  background-color: transparent;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.position-link {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.position-title {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  color: var(--joyFirstWhiteColor);
}
.position-title span {
  font-family: "Didact Gothic", sans-serif;
  color: #999;
  display: block;
  text-transform: none;
  letter-spacing: 0px;
}
.position-location {
  font-family: "Didact Gothic", sans-serif;
  font-size: 16px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  color: var(--joyFirstWhiteColor);
}
.position-location span {
  font-family: "Didact Gothic", sans-serif;
  color: #999;
  display: block;
  text-transform: none;
  letter-spacing: 0px;
}
.position-time {
  font-weight: 400;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: #999;
}
.position-time span {
  font-family: "Didact Gothic", sans-serif;
  color: var(--joyFirstWhiteColor);
  display: block;
  text-transform: none;
  letter-spacing: 0px;
}
.position-icon {
  font-size: 16px;
  line-height: 1;
  color: var(--joyFirstWhiteColor);
}
.position-icon i {
  display: inline-block;
}
.position:hover {
  background-color: var(--joyFirstPrimaryColor);
}
.position:hover .position-title,
.position:hover .position-title span,
.position:hover .position-location,
.position:hover .position-location span,
.position:hover .position-time,
.position:hover .position-time span,
.position:hover .position-icon {
  color: var(--joyFirstWhiteColor);
}
@media only screen and (max-width: 991px) {
  .position {
    flex-direction: column;
    -webkit-box-pack: initial;
    -webkit-justify-content: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .position-title {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .position-location {
    margin-top: 15px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .position-time {
    margin-top: 15px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .position-icon {
    display: none;
  }
}
.services {
}
.services .item {
  padding: 60px 30px;
  margin-bottom: 30px;
  position: relative;
}
.services .item:hover {
  background: #323232;
}
.services .item:hover .numb {
  color: transparent;
  -webkit-text-stroke: 1px rgba(177, 151, 119, 0.5);
}
.services .item h5 {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 15px;
  color: var(--joyFirstWhiteColor);
  text-transform: uppercase;
  letter-spacing: 5px;
}
.services .item p {
  margin-bottom: 0;
}
.services .item img {
  width: 60px;
  margin-bottom: 20px;
}
.services .item .numb {
  font-size: 40px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  position: absolute;
  bottom: 30px;
  right: 30px;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
  line-height: 1em;
}
.services .item .line {
  width: 100%;
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
}
.services .item .line:after {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 50px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  content: "";
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.services .item:hover .line:after {
  width: 100%;
  background-color: rgba(177, 151, 119, 0.5);
  transition-property: all;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
}
.services2 {
  text-align: center;
  position: relative;
  padding-bottom: 30px;
}
.services2 .title-box {
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 0;
  z-index: 2;
  background-color: #323232;
  padding: 20px 0;
  opacity: 1;
  visibility: visible;
  margin-bottom: 0;
  color: var(--joyFirstWhiteColor);
}
.services2 .title-box h3 {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 15px;
  color: var(--joyFirstWhiteColor);
  text-transform: uppercase;
  letter-spacing: 5px;
}
.services2 .services2-img {
  position: relative;
}
.services2 .services2-img:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  background-color: #1a1a1a;
  opacity: 0.7;
  visibility: hidden;
}
.services2 .services2-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 20px;
  margin-top: 50px;
  opacity: 0;
  visibility: hidden;
}
.services2 .icon img {
  width: 60px;
  color: var(--joyFirstWhiteColor);
  margin-bottom: 20px;
}
.services2 .services2-title {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 15px;
  color: var(--joyFirstWhiteColor);
  text-transform: uppercase;
  letter-spacing: 5px;
}
.services2 .services2-subtitle {
  color: var(--joyFirstPrimaryColor);
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.services2 .services2-text {
  color: var(--joyFirstWhiteColor);
  margin-left: auto;
  margin-right: auto;
}
.services2 .title-box,
.services2 .services2-content,
.services2 .services2-img:before {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.services2:hover .services2-content {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  margin-top: 1px;
}
.services2:hover .title-box {
  opacity: 0;
  visibility: hidden;
  margin-bottom: 80px;
}
.services2:hover .services2-img::before {
  height: 100%;
  visibility: visible;
}
@media (max-width: 1199px) {
  .services2 .title-box {
    left: 20px;
    right: 20px;
    padding: 25px 0;
  }
  .services2 .services2-text {
  }
}
.services3 {
  text-align: left;
  margin: 0;
  margin-bottom: 30px;
  padding: 40px;
  padding-bottom: 0;
  background: #323232;
  border-bottom: 1px solid #323232;
  transition: 0.2s;
  overflow: hidden;
  cursor: pointer;
  z-index: 3;
}
.services3:hover {
  background: #323232;
  z-index: 100;
  border-bottom: 1px solid var(--joyFirstPrimaryColor);
}
.services3-text-area p {
  transition: 0.25s;
  font-family: inherit !important;
  opacity: 0;
  color: #999;
  margin-bottom: -35px;
}
.services3:hover .services3-text-area p {
  opacity: 1;
}
.services3-img-area,
.services3-text-area {
  display: inline-block;
  vertical-align: bottom;
  transition: transform 0.2s ease-in-out;
}
.services3-heading {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  color: var(--joyFirstWhiteColor);
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 300;
}
.services3-img-area {
  font-size: 42px;
  color: var(--joyFirstPrimaryColor);
  margin-bottom: 20px;
  margin-right: 0;
  float: left;
  width: 100%;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.services3:hover .services3-text-area,
.services3:hover .services3-img-area {
  -webkit-transform: translate3d(0, -67px, 0);
  transform: translate3d(0, -67px, 0);
}
.services3:hover .services3-img-area {
  opacity: 0;
}
.services3 .services3-img-area img {
  margin-bottom: 5px;
  max-height: 40px;
  width: auto;
}
.services4 {
  color: var(--joyFirstWhiteColor);
  position: -webkit-sticky;
}
.services4 .square-flip {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-transform: perspective(1000px);
  -moz-transform: perspective(1000px);
  -ms-transform: perspective(1000px);
  transform: perspective(1000px);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
  background-size: cover;
  background-position: center center;
}
.services4 .square-flip {
  min-height: 420px;
  margin-bottom: 30px;
}
.services4 .square,
.services4 .square2 {
  width: 100%;
  height: 100%;
}
.services4 .square {
  background-size: cover;
  background-position: center center;
  -webkit-transition: -webkit-transform 0.9s
    cubic-bezier(0.68, -0.55, 0.265, 1.25);
  transition: -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
  -o-transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
  transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
  transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25),
    -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
  overflow: hidden;
  position: absolute;
  top: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.services4 .square h4 {
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: var(--joyFirstWhiteColor);
  font-size: 18px;
  text-align: left;
  margin-bottom: 0;
  display: inline-flex;
}
.services4 .square-flip .square {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 1;
}
.services4 .square-flip:hover .square {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.services4 .square2 {
  background: #323232;
  background-size: cover;
  background-position: center center;
  -webkit-transition: -webkit-transform 0.9s
    cubic-bezier(0.68, -0.55, 0.265, 1.25);
  transition: -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
  -o-transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
  transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
  transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25),
    -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
  overflow: hidden;
  position: absolute;
  top: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.services4 .square2:before {
  top: 25px;
  left: 15px;
  right: 15px;
  bottom: 25px;
}
.services4 .square2 h4 {
  font-size: 20px;
  color: var(--joyFirstWhiteColor);
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 300;
}
.services4 .square2 p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
}
.services4 .square2 .icon img {
  width: 60px;
  color: var(--joyFirstWhiteColor);
  margin-bottom: 20px;
}
.services4 .btn-line a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
}
.services4 .btn-line a:hover {
  border-bottom: 1px solid var(--joyFirstPrimaryColor);
  color: rgba(255, 255, 255, 0.7);
}
.services4 .square-flip .square2 {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 1;
}
.services4 .square-flip:hover .square2 {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.services4 .square-container {
  padding: 40px;
  text-align: center;
  height: 420px;
  position: relative;
  -webkit-transition: -webkit-transform 0.9s
    cubic-bezier(0.68, -0.55, 0.265, 1.25);
  transition: -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
  -o-transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
  transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
  transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25),
    -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
  -webkit-transform: translateX(0px) scale(1);
  -ms-transform: translateX(0px) scale(1);
  transform: translateX(0px) scale(1);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 2;
}
.services4 .square-container .box-title {
}
.text-vertical {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
.services4 .square-flip:hover .square-container {
  -webkit-transform: translateX(-650px) scale(0.88);
  -ms-transform: translateX(-650px) scale(0.88);
  transform: translateX(-650px) scale(0.88);
}
.services4 .square-container2 {
  padding: 30px;
  text-align: left;
  position: relative;
  top: 50%;
  -webkit-transition: -webkit-transform 0.9s
    cubic-bezier(0.68, -0.55, 0.265, 1.25);
  transition: -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
  -o-transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
  transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
  transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25),
    -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
  -webkit-transform: translateY(-50%) translateX(650px) translateZ(60px)
    scale(0.88);
  transform: translateY(-50%) translateX(650px) translateZ(60px) scale(0.88);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 2;
}
.services4 .square-flip:hover .square-container2 {
  -webkit-transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
  transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
}
.services4 .flip-overlay {
  display: block;
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
}
@media screen and (max-width: 991px) {
  .services4 .square-flip {
    margin-bottom: 30px;
  }
  .services4 {
    padding-bottom: 70px;
  }
}
.sidebar .sidebar-widget {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.sidebar .sidebar-widget:last-child {
  margin-bottom: 0px;
}
.sidebar .sidebar-widget .widget-inner {
  position: relative;
  display: block;
  padding: 45px;
  background: #323232;
  border-radius: 0px;
}
.sidebar-title {
  position: relative;
  margin-bottom: 20px;
  border-bottom: 1px solid #373737;
  padding-bottom: 15px;
}
.sidebar-title h4 {
  position: relative;
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  line-height: 1.1em;
  color: var(--joyFirstWhiteColor);
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 0px;
}
.sidebar .services ul {
  position: relative;
  padding: 0;
}
.sidebar .services ul li {
  position: relative;
  line-height: 48px;
  font-size: 16px;
  color: #999;
  font-weight: 300;
  margin-bottom: 5px;
}
.sidebar .services ul li:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  right: -20px;
  bottom: 0;
  background: var(--joyFirstPrimaryColor);
  border-radius: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
.sidebar .services ul li:after {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  margin-top: -12px;
  height: 24px;
  border-left: 2px solid var(--thm-base);
  opacity: 0;
  transition: all 0.3s ease;
}
.sidebar .services ul li:last-child {
  margin-bottom: 0;
}
.sidebar .services ul li a {
  position: relative;
  display: block;
  font-size: 16px;
  color: #999;
  font-weight: 400;
  transition: all 0.3s ease;
  z-index: 1;
}
.sidebar .services ul li:hover a,
.sidebar .services ul li.active a {
  color: var(--joyFirstWhiteColor);
}
.sidebar .services ul li:hover:before,
.sidebar .services ul li.active:before,
.sidebar .services ul li:hover:after,
.sidebar .services ul li.active:after {
  opacity: 1;
}
.sidebar .services ul li a:after {
  position: absolute;
  right: 0;
  top: -1px;
  font-family: "themify";
  content: "\e649";
  opacity: 1;
  font-size: 10px;
  font-weight: normal;
  z-index: 1;
}
.sidebar .services ul li a:hover:before,
.sidebar .services ul li.active a:before {
  opacity: 1;
  transform: scaleX(1);
  transition: all 0.3s ease 0.1s;
}
.projects .item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.projects .item:hover img {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.09, 1.09);
  transform: scale(1.09, 1.09);
  -webkit-filter: brightness(70%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.projects .item:hover .con {
  bottom: 0;
}
.projects .item img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.projects .item .con {
  padding: 30px 15px;
  position: absolute;
  bottom: -58px;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  z-index: 20;
  height: auto;
  box-sizing: border-box;
  background: -moz-linear-gradient(
    top,
    transparent 0,
    rgba(0, 0, 0, 0.1) 2%,
    rgba(0, 0, 0, 0.75) 90%
  );
  background: -webkit-linear-gradient(
    top,
    transparent 0,
    rgba(0, 0, 0, 0.01) 2%,
    rgba(0, 0, 0, 0.75) 90%
  );
  background: linear-gradient(
    to bottom,
    transparent 0,
    rgba(0, 0, 0, 0.01) 2%,
    rgba(0, 0, 0, 0.75) 90%
  );
}
.projects .item .con h6,
.projects .item .con h6 a {
  position: relative;
  color: var(--joyFirstPrimaryColor);
  font-size: 13px;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 10px;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.projects .item .con h5,
.projects .item .con h5 a {
  position: relative;
  color: var(--joyFirstWhiteColor);
  font-size: 20px;
  font-weight: 300;
  margin-top: 0px;
  margin-bottom: 10px;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.projects .item .con p {
  color: var(--joyFirstWhiteColor);
  font-size: 20px;
}
.projects .item .con i {
  color: var(--joyFirstWhiteColor);
  font-size: 20px;
}
.projects .item .con i:hover {
  color: var(--joyFirstPrimaryColor);
}
.projects .item .con .butn-light {
  margin-left: 0;
  border-radius: 30px;
  border-color: #999;
  padding: 11px 30px;
}
.projects .item .con .butn-light:hover {
  border-color: var(--joyFirstPrimaryColor);
}
.projects .item .line {
  text-align: center;
  height: 1px;
  width: 60px;
  background-color: rgba(255, 255, 255, 0.2);
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  margin: 0 auto 30px;
}
.projects .item:hover .line {
  width: 100%;
  transition-property: all;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
}
.projects-prev-next {
  padding: 40px 0;
  border: none;
  border-top: 1px solid #323232;
  position: relative;
}
@media (max-width: 576px) {
  .projects-prev-next {
    text-align: center;
  }
  .projects-prev-next-left {
    margin-bottom: 10px;
  }
}
.projects-prev-next a {
  display: inline-block;
  font-size: 16px;
  color: #999;
  line-height: 1em;
}
.projects-prev-next a i {
  font-size: 20px;
}
.projects-prev-next a:hover {
  color: var(--joyFirstPrimaryColor);
}
.projects-prev-next .projects-prev-next-left a i {
  margin-right: 5px;
  font-size: 12px;
}
.projects-prev-next .projects-prev-next-right a i {
  font-size: 12px;
  margin-left: 0;
  margin-left: 5px;
}
.project-masonry-wrapper-padding {
}
.project-masonry-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
}
.project-masonry-wrapper .project-masonry-item-img-link {
  display: block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.project-masonry-wrapper
  .project-masonry-item-img-link:hover
  .project-masonry-item-img {
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
}
.project-masonry-wrapper
  .project-masonry-item-img-link:hover
  .project-masonry-item-img:after {
  opacity: 0.3;
}
.project-masonry-wrapper
  .project-masonry-item-img-link:hover
  .project-masonry-item-content {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.project-masonry-wrapper .project-masonry-item-img img {
  max-width: 100%;
  -webkit-transform: scale(1.09, 1.09);
  transform: scale(1.09, 1.09);
}
.project-masonry-item-img-link:hover img {
  -webkit-transform: scale(1.09, 1.09);
  transform: scale(1.09, 1.09);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.project-masonry-wrapper .project-masonry-item-content {
  position: absolute;
  left: 0;
  bottom: -11px;
  max-width: 80%;
  background-color: #272727;
  padding-top: 25px;
  padding-right: 40px;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.5s linear;
  transition: -webkit-transform 0.5s linear;
  -o-transition: transform 0.5s linear;
  transition: transform 0.5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.project-masonry-wrapper .project-masonry-item-title {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 20px;
  color: var(--joyFirstWhiteColor);
  font-weight: 300;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.project-masonry-wrapper .project-masonry-item-category {
  font-size: 14px;
  line-height: 1.5em;
  color: var(--joyFirstPrimaryColor);
  font-weight: 300;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}
@media only screen and (max-width: 991px) {
  .project-masonry-wrapper .project-masonry-item-content {
    padding-top: 15px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .project-masonry-wrapper {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
  .project .items {
    padding: 12px;
  }
}
@media only screen and (max-width: 400px) {
  .project-masonry-wrapper {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}
.jf_theme-project {
}
.jf_theme-project-section {
  padding-top: 120px;
}
.jf_theme-project-page-section {
  padding-bottom: 80px;
}
.jf_theme-project-items .col-md-6:nth-child(2) {
  margin-top: 75px;
}
.jf_theme-project-filter {
  width: 100%;
  padding-bottom: 30px;
  padding-left: 0px;
  position: relative;
}
.jf_theme-project-filter li {
  margin-right: 15px;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  color: #999;
  font-family: "Didact Gothic", sans-serif;
  font-weight: 400;
}
.jf_theme-project-filter li:last-child {
  margin-right: 0;
}
.jf_theme-project-filter li.active {
  color: var(--joyFirstPrimaryColor);
  content: "";
  left: 0;
  bottom: -4px;
  border-bottom: 1px solid;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.jf_theme-project-filter li:hover {
  color: var(--joyFirstPrimaryColor);
}
.jf_theme-project-wrap {
  padding-bottom: 90px;
  padding-right: 0;
  padding-left: 90px;
  position: relative;
}
.jf_theme-project-wrap:hover img {
  -ms-transform: scale(0.95, 0.95);
  -webkit-transform: scale(0.95, 0.95);
  transform: scale(0.95, 0.95);
}
.jf_theme-project-wrap h3 {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  line-height: 1.25em;
  font-weight: 300;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--joyFirstWhiteColor);
  margin-bottom: 0px;
}
.jf_theme-project-wrap p {
  color: var(--joyFirstPrimaryColor);
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 10px;
  align-items: center;
  display: inline-flex;
}
.jf_theme-project-content {
  position: absolute;
  left: 50px;
  bottom: 89px;
  background-color: #272727;
  padding: 20px 20px 20px 0;
  margin-right: 20px;
}
.jf_theme-project-link {
  color: var(--joyFirstPrimaryColor);
  font-size: 17px;
  font-weight: 400;
  position: relative;
  padding-right: 40px;
  line-height: 1.75em;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  padding-left: 80px;
}
.jf_theme-project-link:before {
  content: "";
  display: inline-block;
  width: 80px;
  height: 1px;
  background: var(--joyFirstPrimaryColor);
  position: absolute;
  left: 0;
  bottom: 15px;
  transition: all 0.3s ease-in-out;
}
.jf_theme-project-link:before:hover {
  padding-left: 5px;
  color: var(--joyFirstPrimaryColor);
  transition: all 0.3s ease-in-out;
}
.jf_theme-project-link i {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.jf_theme-project-link:hover i {
  padding-left: 5px;
  color: var(--joyFirstPrimaryColor);
  transition: all 0.3s ease-in-out;
}
.jf_theme-project-link:hover {
  color: var(--joyFirstPrimaryColor);
}
@media (max-width: 991px) {
  .jf_theme-project-wrap {
    padding-left: 20px;
  }
  .jf_theme-project-wrap h3 {
    font-size: 22px;
  }
  .jf_theme-project-content {
    left: 0px;
    bottom: 0px;
  }
}
@media all and (max-width: 767px) {
  .jf_theme-project-items .col-md-6:nth-child(2) {
    margin-top: 0;
  }
}
@media all and (max-width: 575px) {
  .jf_theme-project-filter li {
    margin-right: 10px;
    font-size: 17px;
  }
  .jf_theme-project-filter li:last-child {
    margin-right: 0;
  }
  .jf_theme-project-items .single-item {
    padding-bottom: 30px;
  }
  .jf_theme-project-wrap {
    padding: 0;
  }
}
.projects4 {
  position: relative;
  margin-bottom: 90px;
}
.projects4:last-child {
  margin-bottom: 0px;
}
.projects4 figure {
  margin: 0;
  position: relative;
  width: 66.666667%;
  margin-left: auto;
}
.projects4.left figure {
  margin-left: 0;
  margin-right: auto;
}
.projects4 figure img:hover {
  transform: scale(0.95);
}
.projects4 .caption {
  background: #272727;
  position: absolute;
  left: 0;
  top: 50%;
  width: 50%;
  padding: 5% 4% 5% 0%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.projects4.left .caption {
  left: auto;
  right: 0;
  background: #272727;
  padding: 5% 0% 5% 4%;
}
.projects4 .caption h4 {
  font-size: 30px;
  color: var(--joyFirstWhiteColor);
  letter-spacing: 5px;
  font-weight: 300;
  line-height: 1.25em;
  text-transform: uppercase;
}
.projects4 .caption h6 {
  color: var(--joyFirstPrimaryColor);
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  .projects4 figure {
    width: auto;
    margin: 0;
  }
  .projects4 .caption {
    position: relative;
    left: 0;
    top: 0;
    width: auto;
    padding: 30px;
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.gallery-masonry-wrapper {
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
}
.jf_theme-gallery-items .col-md-6:nth-child(2) {
  margin-top: 0px;
}
.jf_theme-gallery-filter {
  width: 100%;
  padding-bottom: 30px;
  padding-left: 0px;
  position: relative;
}
.jf_theme-gallery-filter li {
  margin-right: 15px;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  color: #999;
  font-family: "Didact Gothic", sans-serif;
  font-weight: 400;
}
.jf_theme-gallery-filter li:last-child {
  margin-right: 0;
}
.jf_theme-gallery-filter li.active {
  color: var(--joyFirstPrimaryColor);
  content: "";
  left: 0;
  bottom: -4px;
  border-bottom: 1px solid;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.jf_theme-gallery-filter li:hover {
  color: var(--joyFirstPrimaryColor);
}
.gallery-masonry-wrapper .gallery-masonry-item-img-link {
  display: block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.gallery-masonry-wrapper
  .gallery-masonry-item-img-link:hover
  .gallery-masonry-item-img {
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
}
.gallery-masonry-wrapper
  .gallery-masonry-item-img-link:hover
  .gallery-masonry-item-img:after {
  opacity: 0.3;
}
.gallery-masonry-wrapper
  .gallery-masonry-item-img-link:hover
  .gallery-masonry-item-content {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.gallery-masonry-wrapper .gallery-masonry-item-content {
  position: absolute;
  left: 0;
  bottom: -11px;
  max-width: 80%;
  background-color: #272727;
  padding-top: 20px;
  padding-right: 40px;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.5s linear;
  transition: -webkit-transform 0.5s linear;
  -o-transition: transform 0.5s linear;
  transition: transform 0.5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.gallery-masonry-wrapper .gallery-masonry-item-title {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 20px;
  color: var(--joyFirstWhiteColor);
  font-weight: 300;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.gallery-masonry-wrapper .gallery-masonry-item-category {
  font-size: 14px;
  line-height: 1.5em;
  color: var(--joyFirstPrimaryColor);
  font-weight: 300;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}
@media only screen and (max-width: 991px) {
  .gallery-masonry-wrapper .gallery-masonry-item-content {
    padding-top: 15px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .gallery-masonry-wrapper {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
  .jf_theme-gallery-items .col-md-6:nth-child(2) {
    margin-top: 0;
  }
}
@media all and (max-width: 575px) {
  .jf_theme-gallery-filter li {
    margin-right: 10px;
    font-size: 17px;
  }
  .jf_theme-gallery-filter li:last-child {
    margin-right: 0;
  }
  .jf_theme-gallery-items .single-item {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 400px) {
  .gallery-masonry-wrapper {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}
.project-page h6 {
  margin-bottom: 0px;
  position: relative;
  font-family: "Didact Gothic", sans-serif;
  font-size: 16px;
  color: #999;
}
.project-bar {
  padding: 30px 45px 30px 45px;
  background-color: #323232;
  margin-top: -55px;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
.project-bar h5 {
  color: var(--joyFirstPrimaryColor);
  font-size: 16px;
  font-family: "Didact Gothic", sans-serif;
  font-weight: 400;
  margin-bottom: 5px;
}
@media (max-width: 576px) {
  .project-bar {
    margin-top: 0px;
  }
}
.page-list {
  position: relative;
  display: block;
}
.page-list li {
  position: relative;
  display: flex;
  align-items: center;
}
.page-list li + li {
  margin-top: 10px;
}
.page-list-icon {
  display: flex;
  align-items: center;
}
.page-list-icon span {
  font-size: 13px;
  color: var(--joyFirstPrimaryColor);
  background-color: transparent;
  border: 1px solid #323232;
  border-radius: 50%;
  padding: 9px;
}
.page-list-text {
  margin-left: 15px;
}
.page-list-text p {
  font-size: 16px;
  margin: 0;
}
.clients {
  background-color: #323232;
}
.clients.joy_clients {
  background-color: var(--joyFirstWhiteColor);
}
.clients .owl-carousel {
  margin: 20px 0;
}
.clients .clients-logo {
  opacity: 1;
  line-height: 0;
}
.clients .clients-logo:hover {
  opacity: 1;
}
.clients img {
  -webkit-filter: none;
  filter: none;
}
.clients img:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.gallery-item {
  position: relative;
  padding-top: 20px;
}
.gallery-box {
  overflow: hidden;
  position: relative;
}
.gallery-box .gallery-img {
  position: relative;
  overflow: hidden;
}
.gallery-box .gallery-img:after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0px;
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.gallery-box .gallery-img > img {
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
  border-radius: 0;
}
.gallery-box .gallery-detail {
  opacity: 0;
  color: var(--joyFirstWhiteColor);
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  overflow: hidden;
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.gallery-box .gallery-detail h4 {
  font-size: 18px;
}
.gallery-box .gallery-detail p {
  color: Rgba(0, 0, 0, 0.4);
  font-size: 14px;
}
.gallery-box .gallery-detail i {
  color: #272727;
  padding: 8px;
}
.gallery-box .gallery-detail i:hover {
  color: #272727;
}
.gallery-box:hover .gallery-detail {
  top: 50%;
  transform: translate(0, -50%);
  opacity: 1;
}
.gallery-box:hover .gallery-img:after {
  background: rgba(0, 0, 0, 0.4);
}
.gallery-box:hover .gallery-img > img {
  transform: scale(1.05);
}
.mfp-figure button {
  border: 0px solid transparent;
}
button.mfp-close,
button.mfp-arrow {
  border: 0px solid transparent;
  background: transparent;
}
.vid-area h5 {
  font-size: 20px;
  font-weight: 300;
  color: var(--joyFirstWhiteColor);
  letter-spacing: 5px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.play-button {
  position: relative;
  width: 85px;
  height: 85px;
  margin: auto;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  z-index: 4;
  margin-left: 15px;
}
.play-button svg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.circle-fill circle {
  opacity: 1;
  fill: rgba(197, 164, 126, 0.5);
}
.polygon {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 90px;
  font-size: 35px;
  z-index: 2;
  padding-left: 5px;
}
.play-button svg.circle-fill {
  z-index: 1;
  stroke-dasharray: 322;
  stroke-dashoffset: 322;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.play-button:hover svg.circle-fill {
  stroke-dashoffset: 38.5;
}
.play-button svg.circle-track {
  z-index: 0;
}
.play-button.color {
  color: var(--joyFirstPrimaryColor);
}
.play-button.color .circle-fill circle {
  fill: var(--joyFirstPrimaryColor);
}
.video-gallery-button {
  position: relative;
  margin: auto;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  z-index: 4;
  margin-left: 15px;
  float: right;
}
.video-gallery-polygon {
  z-index: 2;
  padding-left: 5px;
  display: inline-block;
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: transparent;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: var(--joyFirstWhiteColor);
  padding: 7px 6px 7px 8px;
  line-height: 0;
}
.video-gallery-polygon:hover {
  background: var(--joyFirstWhiteColor);
  border: 1px solid var(--joyFirstWhiteColor);
  color: var(--joyFirstPrimaryColor);
}
.testimonials-box {
  position: relative;
  background: #272727;
  padding: 60px 45px;
  margin-bottom: -90px;
}
.testimonials-box .head-box h6 {
  font-weight: 400;
  color: #999;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 10px;
}
.testimonials-box .head-box h4 {
  font-size: 20px;
  font-weight: 300;
  color: var(--joyFirstWhiteColor);
  letter-spacing: 5px;
  border-bottom: 1px solid #373737;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.testimonials-box .head-box h4 span {
  color: var(--joyFirstWhiteColor);
}
@media screen and (max-width: 991px) {
  .testimonials-box {
    margin-bottom: 90px;
    padding: 35px 20px;
  }
}
.testimonials .item {
  margin-bottom: 30px;
  position: relative;
}
.testimonials .item .quote {
  position: absolute;
  right: 15px;
  top: 60px;
  width: 100px;
  margin: 0 auto 30px;
  opacity: 0.05;
}
.testimonials .item p {
  color: #999;
}
.testimonials .item .info {
  text-align: left;
  margin: 30px 0 15px 0;
}
.testimonials .item .info .author-img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  float: left;
  overflow: hidden;
}
.testimonials .item .info .cont {
  margin-left: 70px;
}
.testimonials .item .info h6 {
  font-size: 16px;
  margin-bottom: 0px;
  padding-top: 7px;
  font-weight: 400;
  font-family: "Didact Gothic", sans-serif;
  color: var(--joyFirstPrimaryColor);
}
.testimonials .item .info span {
  font-size: 16px;
  color: #999;
  margin-right: 5px;
  line-height: 1.25em;
}
.testimonials .item .info .rate {
  float: right;
}
.testimonials .item .info i {
  color: var(--joyFirstPrimaryColor);
  font-size: 10px;
}
.jf_theme-blog .item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.jf_theme-blog .item:hover img {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.09, 1.09);
  transform: scale(1.09, 1.09);
  -webkit-filter: brightness(75%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.jf_theme-blog .item:hover .con {
  bottom: 0;
}
.jf_theme-blog .item img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-filter: brightness(100%);
}
.jf_theme-blog .item .con {
  margin: -120px 20px 75px;
  padding: 15px 15px 25px 15px;
  background-color: #323232 !important;
  border: 1px solid #323232;
  border-radius: 0;
  overflow: hidden;
  -webkit-transition: 0.2s cubic-bezier(0.3, 0.58, 0.55, 1);
  transition: 0.2s cubic-bezier(0.3, 0.58, 0.55, 1);
  bottom: -55px;
  position: relative;
}
.jf_theme-blog .item .con .category {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0;
  letter-spacing: 1px;
}
.jf_theme-blog .item .con .category a {
  margin-right: 5px;
  position: relative;
}
.jf_theme-blog .item .con .category a:hover {
  color: var(--joyFirstPrimaryColor);
}
.jf_theme-blog .item .con .category a:last-child {
  margin-right: 0;
}
.jf_theme-blog .item .con .category a:last-child:after {
  display: none;
}
.jf_theme-blog .item .con h5,
.jf_theme-blog .item .con h5 a {
  color: var(--joyFirstPrimaryColor);
  font-size: 25px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  margin-bottom: 0px;
  letter-spacing: 1px;
}
.jf_theme-blog .item .con h5:hover,
.jf_theme-blog .item .con h5 a:hover {
  color: var(--joyFirstPrimaryColor);
}
.jf_theme-blog .item .con p {
  color: var(--joyFirstWhiteColor);
  font-size: 17px;
}
.jf_theme-blog .item .con i {
  color: var(--joyFirstWhiteColor);
  font-size: 20px;
}
.jf_theme-blog2 .img {
  position: relative;
  overflow: hidden;
}
.jf_theme-blog2 .img:hover img {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.09, 1.09);
  transform: scale(1.09, 1.09);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.jf_theme-blog2 .img img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.jf_theme-blog2 .content {
  width: 100%;
  padding: 30px 45px;
}
.jf_theme-blog2 .content .date {
  display: table-cell;
  position: relative;
  width: 80px;
  z-index: 2;
}
.jf_theme-blog2 .content .date h3 {
  font-size: 65px;
  font-weight: 500;
  color: var(--joyFirstPrimaryColor);
  margin-bottom: 0px;
}
.jf_theme-blog2 .content .date h6 {
  color: #999;
  letter-spacing: 2px;
  font-size: 10px;
  font-family: "Didact Gothic", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
}
.jf_theme-blog2 .content .cont {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
}
.jf_theme-blog2 .content .cont h4 {
  margin: 15px 0;
  font-size: 20px;
  color: var(--joyFirstWhiteColor);
  letter-spacing: 5px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.5em;
}
.jf_theme-blog2 .content .cont .more {
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--joyFirstPrimaryColor);
  padding-left: 40px;
  position: relative;
}
.jf_theme-blog2 .content .cont .more:after {
  content: "";
  width: 30px;
  height: 1px;
  background: var(--joyFirstPrimaryColor);
  position: absolute;
  top: 50%;
  left: 0px;
}
.jf_theme-blog2 .content .cont .more:hover {
  color: var(--joyFirstWhiteColor);
}
.jf_theme-blog2 .content .info h6 {
  font-size: 11px;
  letter-spacing: 2px;
  color: #999;
  font-family: "Didact Gothic", sans-serif;
  text-transform: uppercase;
}
.jf_theme-blog2 .content .info .tags {
  color: var(--joyFirstPrimaryColor);
}
@media screen and (max-width: 991px) {
  .jf_theme-blog2 .content {
    padding: 0 30px;
    margin-top: 40px;
  }
  .jf_theme-blog2 .content .cont h4 {
    line-height: 1.25em;
  }
  .order2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
}
@media screen and (max-width: 480px) {
  .jf_theme-blog2 .content {
    padding: 0 15px;
  }
  .jf_theme-blog2 .content .date {
    width: 60px;
  }
  .jf_theme-blog2 .content .info .tags {
    margin: 5px 0 0;
  }
  .jf_theme-blog2 .content .date h3 {
    font-size: 40px;
  }
}
.jf_theme-blog3 .item {
  margin-bottom: 30px;
}
.jf_theme-blog3 .post-img {
  position: relative;
  overflow: hidden;
}
.jf_theme-blog3 .post-img:hover img {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.09, 1.09);
  transform: scale(1.09, 1.09);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.jf_theme-blog3 .post-img a {
  display: block;
}
.jf_theme-blog3 .post-img img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.jf_theme-blog3 .post-cont {
  padding: 30px 0;
}
.jf_theme-blog3 .post-cont .tag {
  display: block;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 2px;
  color: var(--joyFirstPrimaryColor);
  font-family: "Didact Gothic", sans-serif;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.jf_theme-blog3 .post-cont h5 {
  color: var(--joyFirstWhiteColor);
  font-size: 25px;
  margin-bottom: 15px;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.jf_theme-blog3 .post-cont h5 a {
  color: var(--joyFirstWhiteColor);
}
.jf_theme-blog3 .post-cont h5 a:hover {
  color: var(--joyFirstPrimaryColor);
}
.jf_theme-blog3 .post-cont .date {
  margin-top: 0px;
  font-size: 12px;
  text-align: right;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.jf_theme-blog3 .post-cont .date a {
  color: var(--joyFirstPrimaryColor);
}
.jf_theme-blog3 .post-cont i {
  color: #777;
  margin: 0 10px;
  font-size: 12px;
}
.blog-sidebar .widget {
  background: #323232;
  padding: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}
.blog-sidebar .widget ul {
  margin-bottom: 0;
  padding: 0;
}
.blog-sidebar .widget ul li {
  margin-bottom: 15px;
  color: #999;
  font-size: 16px;
  line-height: 1.5em;
}
.blog-sidebar .widget ul li a {
  color: #999;
}
.blog-sidebar .widget ul li a.active {
  color: var(--joyFirstPrimaryColor);
}
.blog-sidebar .widget ul li a:hover {
  color: var(--joyFirstPrimaryColor);
}
.blog-sidebar .widget ul li:last-child {
  margin-bottom: 0;
}
.blog-sidebar .widget ul li i {
  font-size: 9px;
  margin-right: 10px;
}
.blog-sidebar .widget .recent li {
  display: block;
  overflow: hidden;
}
.blog-sidebar .widget .recent .thum {
  width: 90px;
  overflow: hidden;
  float: left;
}
.blog-sidebar .widget .recent a {
  display: block;
  margin-left: 105px;
}
.blog-sidebar .widget-title {
  margin-bottom: 20px;
}
.blog-sidebar .widget-title h6 {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 20px;
  line-height: 1.75em;
  margin-bottom: 15px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: var(--joyFirstWhiteColor);
}
.blog-sidebar .search form {
  position: relative;
}
.blog-sidebar .search form input {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #272727;
  margin-bottom: 0;
}
.blog-sidebar .search form button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  color: #999;
  border: 0;
  padding: 10px;
  cursor: pointer;
  outline: none;
}
.blog-sidebar .tags li {
  margin: 3px !important;
  padding: 6px 16px;
  background-color: var(--joyFirstPrimaryColor);
  color: var(--joyFirstWhiteColor) !important;
  float: left;
}
.blog-sidebar ul.tags li a {
  font-size: 14px;
  color: var(--joyFirstWhiteColor);
}
.blog-sidebar ul.tags li:hover,
.blog-sidebar ul.tags li a:hover {
  background-color: #272727;
  color: var(--joyFirstWhiteColor);
}
.jf_theme-pagination-wrap {
  padding: 0;
  margin: 0;
  text-align: center;
}
.jf_theme-pagination-wrap li {
  display: inline-block;
  margin: 0 5px;
}
.jf_theme-pagination-wrap li a {
  background: transparent;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  color: #999;
  font-weight: 300;
  border: 1px solid #323232;
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  border-radius: 100%;
}
.jf_theme-pagination-wrap li a i {
  font-size: 11px;
}
.jf_theme-pagination-wrap li a:hover {
  opacity: 1;
  text-decoration: none;
  background: transparent;
  border: 1px solid var(--joyFirstPrimaryColor);
  color: var(--joyFirstPrimaryColor);
}
.jf_theme-pagination-wrap li a.active {
  background-color: transparent;
  border: 1px solid var(--joyFirstPrimaryColor);
  color: var(--joyFirstPrimaryColor);
}
@media screen and (max-width: 768px) {
  .jf_theme-pagination-wrap {
    padding: 0;
    margin: 0;
    text-align: center;
  }
}
.jf_theme-blog4 {
  position: relative;
  margin-bottom: 90px;
}
.jf_theme-blog4:last-child {
  margin-bottom: 20px;
}
.jf_theme-blog4 figure {
  margin: 0;
  position: relative;
  width: 66.666667%;
  margin-left: auto;
}
.jf_theme-blog4.left figure {
  margin-left: 0;
  margin-right: auto;
}
.jf_theme-blog4 figure img:hover {
  transform: scale(0.95);
}
.jf_theme-blog4 .caption {
  background: #323232;
  position: absolute;
  left: 0;
  top: 50%;
  width: 50%;
  padding: 4%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.jf_theme-blog4.left .caption {
  left: auto;
  right: 0;
  background: #323232;
  padding: 4%;
}
.jf_theme-blog4 .caption h4,
.jf_theme-blog4 .caption h4 a {
  font-size: 27px;
  color: var(--joyFirstWhiteColor);
  letter-spacing: 5px;
  font-weight: 300;
  text-transform: uppercase;
}
.jf_theme-blog4 .caption h6 {
  display: inline-block;
  padding: 8px 20px;
  background-color: var(--joyFirstPrimaryColor);
  color: var(--joyFirstWhiteColor);
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.jf_theme-blog4 .caption .info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.jf_theme-blog4 .caption .info-wrapper .more {
  color: #999;
  text-decoration: none;
  font-size: 14px;
}
.jf_theme-blog4 .caption .info-wrapper .more i {
  color: #999;
  font-size: 10px;
}
.jf_theme-blog4 .caption .info-wrapper .date {
  color: #999;
  font-size: 14px;
}
@media (max-width: 991.98px) {
  .jf_theme-blog4 figure {
    width: auto;
    margin: 0;
  }
  .jf_theme-blog4 .caption {
    position: relative;
    left: 0;
    top: 0;
    width: auto;
    padding: 30px 20px;
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
hr {
  margin-top: 5px;
  margin-bottom: 20px;
  border: 0;
}
hr.border-1 {
  border-top: 1px solid #323232;
}
hr.border-2 {
  border-top: 1px solid #525252;
}
.link-btn {
  display: inline-block;
  position: relative;
  padding-bottom: 2px;
  margin-bottom: -2px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 3px;
}
.link-btn i {
  margin-left: 3px;
  font-size: 12px;
  color: var(--joyFirstPrimaryColor);
}
.link-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: var(--joyFirstPrimaryColor);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.link-btn:hover::before {
  width: 100%;
}
.jf_theme-post-section {
  padding-top: 120px;
}
.jf_theme-comment-section {
  padding-top: 60px;
  margin-bottom: 60px;
}
.jf_theme-comment-section h3 {
  font-size: 16px;
  color: var(--joyFirstPrimaryColor);
  font-family: "Didact Gothic", sans-serif;
  font-weight: 400;
}
.jf_theme-comment-section h3 span {
  font-size: 12px;
  color: #999;
  font-weight: 400;
  margin-left: 15px;
}
.jf_theme-post-caption h1 {
  margin-bottom: 20px;
  font-size: 40px;
  text-transform: uppercase;
}
.jf_theme-post-comment-wrap {
  display: flex;
  margin-bottom: 60px;
}
.jf_theme-user-comment {
  margin-right: 30px;
  flex: 0 0 auto;
}
.jf_theme-user-comment img {
  border-radius: 100%;
  width: 100px;
}
.jf_theme-user-content {
  margin-right: 26px;
}
.jf_theme-repay {
  font-size: 14px;
  color: var(--joyFirstPrimaryColor);
  margin: 0;
  font-weight: 400;
}
#jf_theme-contactMap {
  width: 100%;
  height: 550px;
}
.butn-dark {
  position: relative;
  line-height: 1.2em;
}
.butn-dark a {
  font-weight: 300;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  background: var(--joyFirstPrimaryColor);
  color: var(--joyFirstWhiteColor);
  padding: 13px 30px;
  margin: 0;
  position: relative;
  font-size: 16px;
  letter-spacing: 3px;
}
.butn-dark a:after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 100%;
  z-index: 1;
  background: #323232;
  color: var(--joyFirstWhiteColor);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.butn-dark a span {
  position: relative;
  z-index: 2;
}
.butn-dark a:hover:after {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.butn-dark a:hover span {
  color: var(--joyFirstWhiteColor);
}
.butn-light {
  position: relative;
  line-height: 1.2em;
}
.butn-light a {
  font-weight: 300;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  background: transparent;
  color: var(--joyFirstWhiteColor);
  padding: 12px 24px;
  margin: 0;
  position: relative;
  font-size: 16px;
  letter-spacing: 3px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.butn-light a:after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 100%;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: var(--joyFirstWhiteColor);
}
.butn-light a span {
  position: relative;
  z-index: 2;
}
.butn-light a:hover:after {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.butn-light a:hover span {
  color: #272727;
}
.main-footer {
  padding: 60px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  position: initial;
}
.main-footer.dark {
  background: #272727;
  color: var(--joyFirstWhiteColor);
}
.main-footer.dark.joy_footer {
  background: var(--joyFirstWhiteColor);
  color: #272727;
  border-top: 1px solid #272727;
  background-image: url("../img/footer-bg.jpg");
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
}
.main-footer .abot p {
  color: var(--joyFirstWhiteColor);
}
.main-footer .abot .social-icon {
  text-align: center;
  margin-bottom: 20px;
}
.main-footer .abot .social-icon a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
  border: 1px solid var(--joyFirstPrimaryColor);
  color: var(--joyFirstWhiteColor);
  border-radius: 100%;
  margin-right: 3px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.main-footer .abot .social-icon a:hover {
  border: 1px solid var(--joyFirstPrimaryColor);
  background: transparent;
  color: var(--joyFirstPrimaryColor);
}
.main-footer .abot .social-icon a i {
  font-size: 14px;
  color: var(--joyFirstPrimaryColor);
}
.main-footer .fothead h6 {
  margin-bottom: 0px;
  font-family: "Oswald", sans-serif;
  color: var(--joyFirstPrimaryColor);
  font-size: 17px;
}
.main-footer .fotcont .fothead h6 {
  font-family: "Didact Gothic", sans-serif;
  font-weight: 400;
  position: relative;
  padding-bottom: 5px;
  font-size: 16px;
}
.main-footer .fotcont .fothead h6:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  border: none;
}
.main-footer .fotcont p {
  margin-bottom: 0px;
  position: relative;
}
.main-footer .sub-footer {
  padding: 30px 0 10px 0;
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
}
.main-footer .sub-footer p {
  font-size: 14px;
  color: #999;
  margin-top: 7px;
}
.main-footer .sub-footer p a:hover {
  color: var(--joyFirstPrimaryColor);
}
.main-footer .sub-footer p.right {
  text-align: right;
}
.jf_dev {
  color: var(--joyFirstPrimaryColor);
}
.hero-corner {
  top: 50px;
  right: 50px;
  z-index: 21;
  border-top: 1px solid;
  border-right: 1px solid;
}
.hero-corner2 {
  top: 50px;
  left: 50px;
  border-top: 1px solid;
  border-left: 1px solid;
}
.hero-corner3 {
  bottom: 50px;
  right: 50px;
  border-bottom: 1px solid;
  border-right: 1px solid;
}
.hero-corner4 {
  bottom: 50px;
  left: 50px;
  border-bottom: 1px solid;
  border-left: 1px solid;
}
.hero-corner,
.hero-corner2,
.hero-corner3,
.hero-corner4 {
  position: absolute;
  width: 70px;
  height: 70px;
  z-index: 21;
  border-color: rgba(255, 255, 255, 0.2);
}
.preloader-bg,
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #272727;
  z-index: 999999;
}
#preloader {
  display: table;
  table-layout: fixed;
}
#preloader-status {
  display: table-cell;
  vertical-align: middle;
}
.preloader-position {
  position: relative;
  margin: 0 auto;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.loader {
  position: relative;
  width: 55px;
  height: 55px;
  left: 50%;
  top: auto;
  margin-left: -22px;
  margin-top: 2px;
  -webkit-animation: rotate 1s infinite linear;
  -moz-animation: rotate 1s infinite linear;
  -ms-animation: rotate 1s infinite linear;
  -o-animation: rotate 1s infinite linear;
  animation: rotate 1s infinite linear;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.loader span {
  position: absolute;
  width: 55px;
  height: 55px;
  top: -1px;
  left: -1px;
  border: 1px solid transparent;
  border-top: 1px solid var(--joyFirstPrimaryColor);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.progress-wrap {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.progress-wrap::after {
  position: absolute;
  font-family: "themify";
  content: "\e648";
  text-align: center;
  line-height: 40px;
  font-size: 12px;
  font-weight: 700;
  color: #323232;
  left: 0;
  top: 0;
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  stroke: rgba(255, 255, 255, 0.2);
  stroke-width: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}
.progress-wrap {
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}
.progress-wrap::after {
  color: var(--joyFirstPrimaryColor);
}
.progress-wrap svg.progress-circle path {
  stroke: var(--joyFirstPrimaryColor);
}
.accordion-box {
  position: relative;
}
.accordion-box .block {
  position: relative;
  background: #323232;
  border-radius: 0px;
  overflow: hidden;
  margin-bottom: 16px;
}
.accordion-box .block.active-block {
  background-color: #323232;
}
.accordion-box .block:last-child {
  margin-bottom: 0;
}
.accordion-box .block .acc-btn {
  position: relative;
  font-size: 20px;
  line-height: 27px;
  font-weight: 300;
  letter-spacing: 1px;
  cursor: pointer;
  padding: 20px 40px;
  padding-right: 60px;
  color: #999;
  transition: all 500ms ease;
  font-family: "Oswald", sans-serif;
}
.accordion-box .block .acc-btn .count {
  color: var(--joyFirstPrimaryColor);
  padding-right: 3px;
}
.accordion-box .block .acc-btn:before {
  position: absolute;
  right: 35px;
  top: 20px;
  height: 30px;
  font-size: 14px;
  font-weight: normal;
  color: var(--joyFirstPrimaryColor);
  line-height: 30px;
  content: "\e61a";
  font-family: "Themify";
  transition: all 500ms ease;
}
.accordion-box .block .acc-btn.active {
  background-color: #323232;
  color: var(--joyFirstPrimaryColor);
}
.accordion-box .block .acc-btn.active:before {
  color: "Themify";
  content: "\e622";
}
.accordion-box .block .acc-content {
  position: relative;
  display: none;
}
.accordion-box .block .content {
  position: relative;
  padding: 0px 40px 30px;
  background-color: #323232;
  color: #999;
}
.accordion-box .block .acc-content.current {
  display: block;
}
.accordion-box .block .content .text {
  display: block;
  position: relative;
  top: 0px;
  display: block;
}
.pricing-card {
  background-color: #323232;
  padding: 60px 40px 40px 40px;
  border-radius: 0;
  margin-bottom: 30px;
}
.pricing-card-bottom {
  padding-top: 20px;
  padding-bottom: 20px;
}
.pricing-card-list {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.pricing-card-list li {
  position: relative;
  font-size: 16px;
  padding-left: 30px;
}
.pricing-card-list li + li {
  margin-top: 5px;
}
.pricing-card-list li i {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(50%);
  font-size: 15px;
  color: var(--joyFirstPrimaryColor);
}
.pricing-card-list li i.unavailable {
  color: #999;
}
.pricing-card:hover {
  opacity: 1;
}
.pricing-card:hover i {
  color: var(--joyFirstPrimaryColor);
}
.pricing-card-name {
  line-height: 1;
  margin: 0;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  color: var(--joyFirstPrimaryColor);
  margin-bottom: 20px;
  letter-spacing: 5px;
  font-weight: 300;
}
.pricing-card-amount {
  margin: 0;
  line-height: 1;
  font-size: 40px;
  margin-bottom: 20px;
  color: var(--joyFirstWhiteColor);
}
.butn-pricing {
  position: relative;
  line-height: 1.2em;
}
.butn-pricing a {
  font-weight: 300;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  background: var(--joyFirstPrimaryColor);
  color: var(--joyFirstWhiteColor);
  padding: 13px 30px;
  margin: 0;
  position: relative;
  font-size: 16px;
  letter-spacing: 3px;
}
.butn-pricing a:after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 100%;
  z-index: 1;
  background: #272727;
  color: var(--joyFirstWhiteColor);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.butn-pricing a span {
  position: relative;
  z-index: 2;
}
.butn-pricing a:hover:after {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.butn-pricing a:hover span {
  color: var(--joyFirstWhiteColor);
}
.error-form {
  position: relative;
  max-width: 520px;
  margin: 50px auto 0;
}
.error-form form {
  position: relative;
}
.error-form .form-group {
  position: relative;
  margin: 0;
}
.error-form .form-group input[type="text"],
.error-form .form-group input[type="search"],
.error-form .form-group input[type="email"] {
  position: relative;
  width: 100%;
  line-height: 30px;
  padding: 20px 60px 20px 30px;
  height: 70px;
  display: block;
  font-family: "Didact Gothic", sans-serif;
  font-size: 16px;
  background: #323232;
  color: #999;
  border-radius: 7px;
  border: 1px solid #323232;
  transition: all 300ms ease;
}
.error-form .form-group input[type="text"]:focus,
.error-form .form-group input[type="email"]:focus,
.error-form .form-group input[type="search"]:focus {
  border-color: #323232;
}
.error-form .form-group input::-webkit-input-placeholder {
  color: #323232;
}
.error-form .form-group .theme-btn {
  position: absolute;
  right: 20px;
  top: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  background: none;
  color: #999;
  outline: none;
}
.error-form .form-group .theme-btn span {
  vertical-align: middle;
  outline: none;
}
.process .item {
  position: relative;
  z-index: 4;
}
.process .item img {
  position: absolute;
  width: 70%;
  right: -40%;
  top: 15px;
  opacity: 0.5;
}
.process .item img.tobotm {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.process .item.odd {
  margin-top: 50px;
}
.process .item .cont {
  padding: 40px 20px;
  background-color: #323232;
  border: 1px solid #323232;
  border-radius: 10px;
  position: relative;
  z-index: 3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: left;
}
.process .item .cont:hover {
  background-color: var(--joyFirstPrimaryColor);
  border: 1px solid var(--joyFirstPrimaryColor);
}
.process .item .cont:hover h6 {
  color: var(--joyFirstWhiteColor);
}
.process .item .cont:hover p {
  color: var(--joyFirstWhiteColor);
}
.process .item .icon {
  color: var(--joyFirstPrimaryColor);
  font-size: 30px;
  width: 80px;
  height: 80px;
  line-height: 85px;
  border-radius: 50%;
  border: 1px dashed #525151;
  margin-bottom: 30px;
}
.process .item h3 {
  position: absolute;
  bottom: 0px;
  text-align: right;
  width: 100%;
  font-size: 40px;
  font-weight: 600;
  z-index: -1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
  right: 20px;
}
.process .item h6 {
  font-family: "Oswald", sans-serif;
  color: var(--joyFirstWhiteColor);
  font-size: 16px;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 300;
}
@media screen and (max-width: 991px) {
  .process .item img {
    display: none;
  }
  .mb-md50 {
    margin-bottom: 50px;
  }
}
.process .item .line {
  width: 100%;
  display: inline-block;
  position: relative;
  margin-bottom: 0px;
}
.process .item .line:after {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 50px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.05);
  content: "";
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.process .item:hover .line:after {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  transition-property: all;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
}
.process2.item {
  background-color: #323232;
  padding: 30px 20px;
  position: relative;
  text-align: left;
}
.process2.item .icon {
  margin-bottom: 15px;
  font-size: 40px;
  color: var(--joyFirstPrimaryColor);
}
.process2.item i.number {
  position: absolute;
  top: 110%;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #323232;
  line-height: 39px;
  text-align: center;
  left: 22px;
  font-style: normal;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  color: #999;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.process2.item h3 {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: var(--joyFirstWhiteColor);
  text-transform: uppercase;
  margin-bottom: 5px;
  letter-spacing: 5px;
}
.row > [class*="col-"]:nth-child(even) .process2.item {
  margin-top: 65px;
}
.row > [class*="col-"]:nth-child(even) .process2.item i.number {
  top: -60px;
}
.row > [class*="col-"]:nth-of-type(odd) .process2.item:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #323232;
  border-width: 16px;
  left: 25px;
}
.row > [class*="col-"]:nth-of-type(even) .process2.item:before {
  top: -30px;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-bottom-color: #323232;
  border-width: 16px;
  left: 25px;
}
.process2.item:hover i.number {
  background-color: transparent;
  border: 1px solid var(--joyFirstPrimaryColor);
}
.process2.item .line {
  width: 100%;
  display: inline-block;
  position: relative;
  margin-bottom: 0px;
}
.process2.item .line:after {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 50px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.08);
  content: "";
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.process2.item:hover .line:after {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  transition-property: all;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
}
.comming {
  min-height: 100vh;
  height: auto;
  position: relative;
  background-blend-mode: overlay;
  background: rgba(0, 0, 0, 0.4);
  background-image: url("../img/slider/2.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: var(--joyFirstWhiteColor);
}
@media (max-width: 767px) {
  .comming {
    min-height: 200vh;
  }
}
.comming .item {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 30px 15px;
  margin-bottom: 30px;
}
.comming h6 {
  color: var(--joyFirstPrimaryColor);
  font-size: 13px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 5px;
  letter-spacing: 5px;
  line-height: 1.5em;
}
.comming h3 {
  font-size: 48px;
  line-height: 1.25em;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: var(--joyFirstWhiteColor);
  position: relative;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 15px;
}
.comming h2 {
  font-size: 48px;
  line-height: 1.25em;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: var(--joyFirstWhiteColor);
  position: relative;
  text-transform: uppercase;
  letter-spacing: 15px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.comming p {
  color: var(--joyFirstWhiteColor);
  font-size: 16px;
}
.comming form {
  margin-top: 30px;
  position: relative;
}
.comming form input {
  width: 100%;
  padding: 11px 50px 11px 20px;
  background-color: transparent;
  border: 1px solid var(--joyFirstPrimaryColor);
  border-radius: 0px;
  color: var(--joyFirstWhiteColor);
  margin-bottom: 15px;
  outline: none;
}
.comming form input::placeholder {
  color: var(--joyFirstWhiteColor);
}
.comming form button {
  background-color: var(--joyFirstPrimaryColor);
  padding: 8px 20px;
  border-radius: 0px;
  color: var(--joyFirstWhiteColor);
  border: 0;
  position: absolute;
  top: 4px;
  right: 4px;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 300;
  outline: none;
}
.comming form button:hover {
  background-color: #323232;
  color: var(--joyFirstWhiteColor);
  outline: none;
}
.go-back {
  margin-top: 45px;
}
.go-back a {
  color: var(--joyFirstWhiteColor);
  display: inline-block;
  font-size: 13px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 5px;
}
.go-back a:hover {
  color: var(--joyFirstPrimaryColor);
}
.go-back a span {
  transition: all 0.5s;
}
.go-back a span i {
  color: var(--joyFirstWhiteColor);
  font-size: 14px;
}
.go-back a:hover span {
  padding-right: 15px;
}
[data-overlay-dark],
[data-overlay-darkgray],
[data-overlay-light] {
  position: relative;
}
[data-overlay-dark] .container,
[data-overlay-darkgray] .container,
[data-overlay-light] .container {
  position: relative;
  z-index: 2;
}
[data-overlay-dark]:before,
[data-overlay-darkgray]:before,
[data-overlay-light]:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
[data-overlay-dark]:before {
  background: #000;
}
[data-overlay-darkgray]:before {
  background: #272727;
}
[data-overlay-light]:before {
  background: var(--joyFirstWhiteColor);
}
[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span {
  color: var(--joyFirstWhiteColor);
}
[data-overlay-dark] span {
  color: var(--joyFirstWhiteColor);
}
[data-overlay-darkgray] h1,
[data-overlay-darkgray] h2,
[data-overlay-darkgray] h3,
[data-overlay-darkgray] h4,
[data-overlay-darkgray] h5,
[data-overlay-darkgray] h6,
[data-overlay-darkgray] span {
  color: var(--joyFirstPrimaryColor);
}
[data-overlay-light] h1,
[data-overlay-light] h2,
[data-overlay-light] h3,
[data-overlay-light] h4,
[data-overlay-light] h5,
[data-overlay-light] h6,
[data-overlay-light] span {
  color: #999;
}
[data-overlay-dark] p {
  color: #999;
}
[data-overlay-darkgray] p {
  color: #999;
}
[data-overlay-light] p {
  color: #999;
}
[data-overlay-dark="0"]:before,
[data-overlay-darkgray="0"]:before,
[data-overlay-light="0"]:before {
  opacity: 0;
}
[data-overlay-dark="1"]:before,
[data-overlay-darkgray="1"]:before,
[data-overlay-light="1"]:before {
  opacity: 0.1;
}
[data-overlay-dark="2"]:before,
[data-overlay-darkgray="2"]:before,
[data-overlay-light="2"]:before {
  opacity: 0.2;
}
[data-overlay-dark="3"]:before,
[data-overlay-darkgray="3"]:before,
[data-overlay-light="3"]:before {
  opacity: 0.3;
}
[data-overlay-dark="4"]:before,
[data-overlay-darkgray="4"]:before,
[data-overlay-light="4"]:before {
  opacity: 0.4;
}
[data-overlay-dark="5"]:before,
[data-overlay-darkgray="5"]:before,
[data-overlay-light="5"]:before {
  opacity: 0.5;
}
[data-overlay-dark="6"]:before,
[data-overlay-darkgray="6"]:before,
[data-overlay-light="6"]:before {
  opacity: 0.6;
}
[data-overlay-dark="7"]:before,
[data-overlay-darkgray="7"]:before,
[data-overlay-light="7"]:before {
  opacity: 0.7;
}
[data-overlay-dark="8"]:before,
[data-overlay-darkgray="8"]:before,
[data-overlay-light="8"]:before {
  opacity: 0.8;
}
[data-overlay-dark="9"]:before,
[data-overlay-darkgray="9"]:before,
[data-overlay-light="9"]:before {
  opacity: 0.9;
}
[data-overlay-dark="10"]:before,
[data-overlay-darkgray="10"]:before,
[data-overlay-light="10"]:before {
  opacity: 1;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px !important;
  }
}
@media screen and (max-width: 991px) {
  .bg-fixed {
    background-attachment: scroll !important;
  }
  .header {
    background-attachment: scroll !important;
    background-position: 50% 0% !important;
  }
  .hero-corner,
  .hero-corner2,
  .hero-corner3,
  .hero-corner4 {
    display: none;
  }
  .header .caption h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .hero .intro h3 {
    font-size: 28px;
  }
  .hero .intro h4 {
    font-size: 20px;
  }
  .header .caption h1 {
    font-size: 30px;
    margin-bottom: 15px;
    letter-spacing: 10px;
    line-height: 1.35em;
  }
  .header .caption p {
    font-size: 15px;
    margin-right: 10px;
  }
  .header .caption .butn-light {
    margin-right: 10px;
  }
  .simple-content-text-inner h1 {
    font-size: 30px;
    margin-bottom: 15px;
    letter-spacing: 10px;
    line-height: 1.35em;
  }
  .simple-content-text-inner p {
    font-size: 15px;
    margin-right: 10px;
  }
  .portfolio .filtering span {
    margin-bottom: 10px;
  }
  .jf_theme-blog .item .con h5,
  .jf_theme-blog .item .con h5 a {
    font-size: 20px;
  }
  .jf_theme-comment-section h3 span {
    margin-left: 0px;
  }
  .main-footer .sub-footer p.right {
    text-align: left;
  }
  .main-footer .abot .social-icon {
    text-align: left;
    margin-bottom: 15px;
  }
  .footer .logo {
    padding: 0;
    width: auto;
    margin: 0px 0;
  }
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: var(--joyFirstWhiteColor);
}
::-webkit-scrollbar-thumb {
  background: var(--joyFirstPrimaryColor);
}
::-webkit-scrollbar-thumb:hover {
  background: #272727;
}
@media screen and (max-width: 480px) {
  .section-head h4 {
    font-size: 30px;
  }
  .footer {
    padding: 60px 0;
  }
  .text-left {
    text-align: left;
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: center;
  }
}
.place-self-center {
  place-self: center;
}
.object_fit_image {
  background-size: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  max-width: unset !important;
  height: 100%;
}
.footer_logo {
  width: 220px;
}
.logo .logo_name span {
  font-size: 24px;
  text-align: center;
}
.animated_phone {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse {
  animation-name: pulse;
  animation-duration: 1s;
  width: auto;
}
.whatsapp_icon img {
  width: auto;
  width: 55px;
}
.whatsapp_icon a {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 99;
  width: fit-content;
}
.animated_whatsapp {
  animation-duration: 5s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce {
  animation-name: bounce;
}
.linkedin_insta {
  transform: rotate(-90deg) scaleX(1);
  transform-origin: right;
  position: fixed;
  bottom: 60%;
  right: 20px;
  z-index: 99;
}
.linkedin_insta a {
  border: 1px solid var(--joyFirstPrimaryColor);
  background: #272727;
  margin-right: 10px;
  padding: 0 14px;
  color: var(--joyFirstPrimaryColor) !important;
}
.joy_front_page {
  background-image: url("../img/fpbg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh !important;
  min-height: 100vh !important;
  max-height: 100vh !important;
  max-height: -webkit-fill-available !important;
  padding: 0;
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  max-width: unset !important;
  position: fixed;
}
.joy_front_page_inner {
  background-color: transparent;
  background-image: linear-gradient(270deg, #ffffff 40%, #00000000 65%);
  opacity: 1;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.first_page_right_content {
  text-align: center;
  align-self: center;
}
.first_page_logo {
  width: 260px;
}
.typing-container p {
  margin-top: 10px;
  text-align: left;
}
.typing-container p span {
  color: var(--joyFirstPrimaryColor);
  font-weight: 600;
  letter-spacing: 2px;
}
.style_text p {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: 16px 0;
  grid-gap: 22px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 2.5px;
  text-align: center;
  max-width: 550px;
  margin: auto;
  color: #000;
}
.style_text p:after,
.style_text p:before {
  content: " ";
  display: block;
  border-bottom: 2px solid #f7d23f;
  background-color: transparent;
}
.fp_btn {
  margin-top: 40px;
}
.fp_btn a {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  border: 2px solid #f7d23f;
  padding: 6px 30px;
  background: transparent;
  animation: key1 0.6s ease infinite alternate;
}
.fp_btn a:hover {
  background: #f7d23f;
}
@keyframes key1 {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-10px);
  }
}
.joy_front_page .p_quotes {
  text-align: justify;
  margin: 0;
  margin-top: 25px;
}
.jf_abt_home .about-img-2 {
  text-align: left;
}
.jf_abt_home .about-img-2 span {
  font-size: 11px;
  letter-spacing: 1.5px;
}
.jf_abt_home .abt_btns {
  display: flex;
}
.jf_abt_home .butn-pricing a {
  margin-right: 10px;
}
.iso_cert img {
  position: fixed;
  top: 100px;
  right: 10px;
  z-index: 99;
  background: var(--joyFirstWhiteColor);
  width: 70px !important;
  padding: 10px;
  border-radius: 10px;
}
.jf_abt_vdo {
  opacity: 0.5;
}
.abt_vs_ms .projects4 figure {
  width: 50%;
}
.abt_vs_ms_bdr {
  border: 5px solid #323232;
  padding: 20px;
}
.abt_vs_ms .projects4 .abt_vs_ms_img {
  background-size: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  max-width: unset !important;
  height: 300px;
}
.abt_vs_ms .projects4 .caption {
  background: none;
}
.jf_contact input[type="password"],
.jf_contact input[type="email"],
.jf_contact input[type="text"],
.jf_contact input[type="file"],
.jf_contact textarea {
  background: var(--joyFirstWhiteColor);
  padding: 10px;
}
.services4.jf_team .square-flip .square {
  filter: grayscale(1);
}
.services4.jf_team .square h4 {
  background: #00000052;
}
.services4.jf_team .square2 h4 span {
  font-size: 16px;
  color: var(--joyFirstPrimaryColor);
}
.services4.jf_team .square2 p {
  text-transform: uppercase;
}
.jf_breadcrumb {
  opacity: 0.5;
}
.jf_breadcrumb img {
  height: 50vh !important;
  min-height: 50vh !important;
  max-height: 50vh !important;
  object-fit: cover;
  background-size: 100%;
  -o-object-fit: cover;
  width: 100%;
  max-width: unset !important;
}
.jf_maps {
  height: 400px;
}
.slider-fade .owl-theme .owl-nav .owl-prev,
.slider-fade .owl-theme .owl-nav .owl-next {
  background: var(--joyFirstWhiteColor);
  color: #272727;
}
.services4.jf_team .square-flip .square.color_img {
  filter: grayscale(1);
}
.jf_projects_img {
  background-size: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  max-width: unset !important;
  height: 400px;
}
.jf_projects .jf_theme-project-wrap h3 {
  font-size: 16px;
}
.jf_projects .jf_theme-project-content {
  padding: 10px;
}
.jf_projects .video-fullscreen-wrap video {
  width: 100% !important;
  min-height: 400px;
  height: 400px;
}
.jf_projects .video-fullscreen-wrap {
  height: auto;
  margin-top: 20px;
}
.jf_projects .gallery-box .gallery-img > img {
  height: 400px;
  width: 100%;
  background-size: 100%;
  object-fit: cover;
  max-width: unset !important;
}
.gallery-item a {
  width: 100%;
}
.bdr_rad_10 {
  border-radius: 10px !important;
}
.bdr_rad_10:hover {
  border-radius: 10px !important;
}
.wf_box_inner {
  margin-bottom: 20px;
}
.wf_box_inner:last-child {
  margin-bottom: 0;
}
.wf_primary {
  background: var(--joyFirstPrimaryColor);
  color: var(--joyFirstWhiteColor);
  padding: 10px;
  text-align: center;
  margin: 0;
}
.wf_secondary {
  background: #000;
  color: var(--joyFirstWhiteColor);
  padding: 10px;
  text-align: center;
  margin: 0;
}
.guidance_icon_img {
  width: 50px;
}
.ms_explain {
  background: var(--joyFirstWhiteColor);
  margin-top: -10px;
  padding: 20px;
}
.ms_explain p {
  margin: 0;
}
.head_office_a {
  background: #272727;
  padding: 8px;
}
.head_office_b {
  background: #964B00;
  padding: 8px;
}
.site_team_a {
  background: var(--joyFirstPrimaryColor);
  padding: 8px;
}
.display-none {
  display: none;
}
.height_100_vh {
  height: 100vh;
}
@media only screen and (max-width: 480px) {
  .no_mob {
    display: none;
  }
  .joy_front_page {
    background-position: top;
  }
  .joy_front_page_inner {
    background-image: linear-gradient(180deg, #ffffff 30%, #00000000 65%);
  }
  .joy_front_page .height_100_vh {
    height: auto !important;
  }
  .joy_front_page .p_quotes {
    padding: 0 20px;
    font-size: 14px;
    color: #000;
  }
  .first_page_logo {
    width: 160px;
  }
  .typing-container p {
    padding: 0 20px;
  }
  .typing-container p span {
    background: var(--joyFirstWhiteColor);
  }
  .fp_btn a {
    background: #00000021;
  }
  .logo-wrapper .logo h2,
  .logo .logo_name span,
  .nav-scroll .logo-wrapper .logo h2,
  .nav-scroll .logo-wrapper .logo span {
    font-size: 20px;
  }
  .section-title.no_pc {
    padding-bottom: 20px;
  }
  .abt_vs_ms .projects4 figure {
    width: 100%;
  }
  .jf_projects .gallery-box .gallery-img > img {
    height: auto;
  }
  .first_page_right_content {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 480px) {
  .no_pc {
    display: none;
  }
}
.contact_img_map {
    background: #1b1b1b;
    padding: 25px;
}
.contact_img_map p {
    background: var(--joyFirstPrimaryColor);
    text-align: center;
    color: var(--joyFirstWhiteColor);
}
.contact_img_map .contact_nw_head {
    background: #272727;
}
.form_div {
        padding: 30px;
}
.contact_nw_head1 {
    padding: 10px;
}
.image_over_text_br {
    position: relative;
}
.image_over_text_br .bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
    background: var(--joyFirstWhiteColor);
    padding: 10px;
    color: var(--joyFirstSecondaryColor);
    font-weight: 600;
}
.jf_blog_page .blog_main_page img {
    height: 300px;
    object-fit: cover;
}
.jf_blog_page_inner .inner_blog_img {
 height: 500px;
 object-fit: cover;
}
.jf_blog_page_inner h4 {
    margin-bottom: 0;
}
.jf_blog_page_inner h5 {
    margin-bottom: 10px;
}
.jf_blog_page_inner ul {
    padding-left: 0;
}




