/*!
Theme Name: Jcj WP Theme
Theme URI:
Author: ByteJam
Author URI: https://bytejam.com;
Description: Jcj WordPress Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: jcj
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
.aligncenter {
  text-align: center;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/*--------------------------------------------------------------
# Vendor
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
.cta-primary {
  background-color: #FA4616;
  font-size: 20px;
  min-width: 193px;
  border: 1px solid #FA4616;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  padding: 10px 20px 7px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  line-height: 100%;
  font-family: "Avenir";
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 15%;
  border-radius: 50px;
}
@media screen and (max-width: 1199px) {
  .cta-primary {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .cta-primary {
    min-width: auto;
  }
}
.cta-primary:hover {
  background-color: #000;
  border: 1px solid #000;
}
.cta-primary:hover span {
  color: #fff;
}
.cta-primary span {
  color: #fff;
  line-height: 0;
}
.cta-primary.cta-bg-white:hover {
  background-color: transparent;
  border: 1px solid #fff;
}
.cta-primary.cta-bg-white:hover span {
  color: #fff;
}
.cta-primary.cta-bg-black:hover {
  background-color: #000;
  border: 1px solid #000;
}
.cta-primary.cta-bg-black:hover span {
  color: #fff;
}

.award-show-cta a {
  position: relative;
}
.award-show-cta a:after {
  position: absolute;
  content: "";
  border: 2px solid #FA4616;
  bottom: -15px;
  width: 15px;
  height: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-top: transparent;
  border-left: transparent;
  transform: rotate(45deg);
}

.wp-block-jcj-theme-blocks-visible-content {
  text-align: center;
  margin: 45px 0 75px;
}
.wp-block-jcj-theme-blocks-visible-content.active {
  margin: 0;
}
.wp-block-jcj-theme-blocks-visible-content .see-more-btn {
  border-radius: 0;
  color: #FA4616;
  font-size: 20px;
  line-height: 100%;
  text-decoration: underline;
  position: relative;
  font-weight: 900;
  font-family: "Avenir";
  letter-spacing: 15%;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .wp-block-jcj-theme-blocks-visible-content .see-more-btn {
    font-size: 14px;
  }
}
.wp-block-jcj-theme-blocks-visible-content .see-more-btn:hover {
  color: #FA4616;
}
.wp-block-jcj-theme-blocks-visible-content .see-more-btn:after {
  position: absolute;
  content: "";
  border: 2px solid #FA4616;
  bottom: -25px;
  width: 15px;
  height: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-top: transparent;
  border-left: transparent;
  transform: rotate(45deg);
}
@media screen and (max-width: 1199px) {
  .wp-block-jcj-theme-blocks-visible-content .see-more-btn:after {
    width: 10px;
    height: 10px;
  }
}

.wp-block-jcj-theme-blocks-hidden-content {
  text-align: center;
}
.wp-block-jcj-theme-blocks-hidden-content .hidden-wrapper {
  margin-bottom: 75px;
}
.wp-block-jcj-theme-blocks-hidden-content .see-less-btn {
  border-radius: 0;
  font-size: 20px;
  line-height: 100%;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: underline;
  position: relative;
  font-family: "Avenir";
  letter-spacing: 15%;
  color: #FA4616;
}
@media screen and (max-width: 1199px) {
  .wp-block-jcj-theme-blocks-hidden-content .see-less-btn {
    font-size: 14px;
  }
}
.wp-block-jcj-theme-blocks-hidden-content .see-less-btn:hover {
  color: #FA4616;
}
.wp-block-jcj-theme-blocks-hidden-content .see-less-btn::after {
  position: absolute;
  content: "";
  border: 2px solid #FA4616;
  width: 15px;
  height: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-top: transparent;
  border-left: transparent;
  transform: rotate(-135deg);
  top: -28px;
}
@media screen and (max-width: 1199px) {
  .wp-block-jcj-theme-blocks-hidden-content .see-less-btn::after {
    width: 10px;
    height: 10px;
  }
}

/*--------------------------------------------------------------
# Icons
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
@media screen and (max-width: 575px) {
  header {
    z-index: 99999;
  }
}
@media (min-width: 575px) {
  header .mob-menu-only {
    display: none;
  }
}
header .nav-wrapper {
  background: #fff;
  padding: 27px 17px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background: #fff;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  header .nav-wrapper {
    padding: 17px 15px !important;
  }
}
header .nav-wrapper .navigation-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 991px) {
  header .nav-wrapper .navigation-bar {
    justify-content: space-between;
  }
}
header .nav-wrapper .navigation-bar .navbar-toggler {
  display: none;
}
header .nav-wrapper .navigation-bar .logo-container {
  width: 269px !important;
}
@media screen and (max-width: 991px) {
  header .nav-wrapper .navigation-bar .logo-container {
    line-height: 0;
  }
}
@media screen and (max-width: 767px) {
  header .nav-wrapper .navigation-bar .logo-container {
    width: 240px !important;
  }
}
header .nav-wrapper .navigation-bar .logo-container a {
  line-height: 0;
  display: block;
}
header .nav-wrapper .navigation-bar .logo-container img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
@media screen and (max-width: 575px) {
  header .nav-wrapper .navigation-bar .logo-container img {
    max-width: 85%;
  }
}
header .nav-wrapper .navigation-bar .main-primary-nav .navbar-nav {
  list-style: none;
  display: flex;
  gap: 30px;
  padding: 0;
  margin: 0;
  justify-content: flex-end;
  height: 39px;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  header .nav-wrapper .navigation-bar .main-primary-nav .navbar-nav {
    gap: 20px;
  }
}
@media screen and (max-width: 991px) {
  header .nav-wrapper .navigation-bar .main-primary-nav .navbar-nav {
    display: none;
  }
}
header .nav-wrapper .navigation-bar .main-primary-nav .navbar-nav .nav-link {
  font-size: 16px;
  font-weight: 800;
  line-height: 100%;
  text-decoration: none;
  position: relative;
  z-index: 1;
  text-transform: capitalize;
  color: #000;
}
header .nav-wrapper .navigation-bar .main-primary-nav .navbar-nav .nav-link::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -13px;
  height: 20px;
  z-index: -1;
}
header .nav-wrapper .navigation-bar .main-primary-nav .navbar-nav .nav-link.active {
  color: #FA4616;
}
header .nav-wrapper .navigation-bar .main-primary-nav .navbar-nav .nav-link:hover {
  color: #FA4616;
}
header .nav-wrapper .navigation-bar > .row {
  width: calc(100% - 269px);
}
header .nav-wrapper .navbar-collapse {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}
@media screen and (max-width: 991px) {
  header .nav-wrapper .searchform {
    display: none !important;
  }
}
header .nav-wrapper .searchform .search-icon-left svg {
  cursor: pointer;
  width: 14px;
  margin-top: 8px;
}
header .nav-wrapper .searchform .search-icon-left svg path {
  fill: #000;
}
header .nav-wrapper .searchform .searchbar-holder {
  position: absolute;
  right: 0;
  left: 0;
  padding: 6px 20px 20px;
  background: #000;
  top: 91px;
  z-index: 999;
  display: none;
  height: 49px;
}
header .nav-wrapper .searchform .searchbar-holder .container {
  position: relative;
}
header .nav-wrapper .searchform .searchbar-holder input {
  width: 100%;
  border-width: 0 0 1px 0;
  padding: 12px 40px 8px;
  font-size: 12px;
  font-family: "Avenir";
  outline: none;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 5%;
}
header .nav-wrapper .searchform .searchbar-holder input:hover::-moz-placeholder {
  font-weight: 400;
  color: #242526;
}
header .nav-wrapper .searchform .searchbar-holder input:hover::placeholder {
  font-weight: 400;
  color: #242526;
}
header .nav-wrapper .searchform .searchbar-holder span.search-svg {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33px;
}
header .nav-wrapper .searchform .searchbar-holder .search-btn {
  position: absolute;
  bottom: 0;
  background-color: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
  right: 0;
  top: 0;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  header .custom-humberge {
    display: block !important;
    line-height: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  header .custom-humberge {
    padding: 0;
    text-align: right;
  }
}
header .category-bottom-menu {
  background: #F3F3F3;
  padding: 10px 17px;
  margin-top: 110px;
}
@media screen and (max-width: 991px) {
  header .category-bottom-menu {
    display: none !important;
  }
}
header .category-bottom-menu .navbar-nav {
  list-style: none;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 80px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  header .category-bottom-menu .navbar-nav {
    padding: 0 15px;
  }
}
header .category-bottom-menu .navbar-nav .nav-link {
  font-size: 16px;
  font-weight: 800;
  line-height: 100%;
  text-decoration: none;
  position: relative;
  text-transform: capitalize;
  color: #000;
}
header .category-bottom-menu .navbar-nav .nav-link::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -13px;
  height: 20px;
}
@media screen and (max-width: 991px) {
  header .category-bottom-menu .navbar-nav .nav-link {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  header .category-bottom-menu .navbar-nav .nav-link {
    font-size: 14px;
  }
}
header .category-bottom-menu .navbar-nav .nav-link.active {
  color: #FA4616;
}
header .category-bottom-menu .navbar-nav .nav-link:hover {
  color: #FA4616;
}
@media screen and (max-width: 1199px) {
  header .category-bottom-menu .menu-item.nav-item:last-child .dropdown-menu {
    left: 50%;
    transform: translate(-50%, 0px);
  }
}
header .category-bottom-menu .menu-item.nav-item.menu-item-has-children {
  position: relative;
}
header .category-bottom-menu .menu-item.nav-item.menu-item-has-children .dropdown-menu {
  top: 30px;
}
header .menu-item.nav-item {
  padding: 0px 0;
  position: relative;
}
header .menu-item.nav-item.menu-item-has-children .dropdown-menu {
  position: absolute;
  background-color: #fff;
  list-style: none;
  padding-left: 0;
  padding: 29px;
  z-index: 999;
  top: 30px;
  min-width: 290px;
  opacity: 0;
  visibility: hidden;
  z-index: -9;
  transition: all 0.5s linear;
}
@media screen and (max-width: 1199px) {
  header .menu-item.nav-item.menu-item-has-children .dropdown-menu {
    padding: 20px 15px;
    min-width: 200px;
  }
}
header .menu-item.nav-item.menu-item-has-children .dropdown-menu li {
  margin-bottom: 15px;
  padding: 0;
}
header .menu-item.nav-item.menu-item-has-children .dropdown-menu li:last-child {
  margin-bottom: 0;
}
header .menu-item.nav-item.menu-item-has-children .dropdown-menu li:last-child {
  padding-bottom: 0;
}
header .menu-item.nav-item.menu-item-has-children .dropdown-menu li a {
  font-size: 16px;
  font-family: "Avenir";
  font-weight: 800;
  text-transform: capitalize;
  color: #000;
}
header .menu-item.nav-item.menu-item-has-children .dropdown-menu li a:hover {
  color: #FA4616;
}
header .menu-item.nav-item.menu-item-has-children .dropdown-menu li a.active {
  color: #FA4616 !important;
}
header .menu-item.nav-item.menu-item-has-children:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  z-index: 9;
}

footer {
  padding: 60px 0 40px;
  background: #000;
}
@media (max-width: 1070px) {
  footer {
    padding: 50px 15px;
  }
}
footer .wp-block-social-links {
  gap: 10px;
  margin: 0;
  width: 300px;
}
footer .wp-block-social-links .wp-social-link {
  background-color: transparent !important;
}
footer .wp-block-social-links .wp-social-link:nth-child(1) {
  margin-left: -11px;
}
footer .row .footer-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 575px) {
  footer .row .footer-top {
    gap: 26px;
  }
}
footer .row .footer-top .column:nth-child(1) {
  width: 300px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  footer .row .footer-top .column:nth-child(1) {
    width: 200px;
  }
}
footer .row .footer-top .column:nth-child(1) .wp-block-image {
  margin-bottom: 0;
}
footer .row .footer-top .column:nth-child(1) img {
  width: 300px;
}
@media screen and (max-width: 767px) {
  footer .row .footer-top .column:nth-child(1) img {
    width: 200px;
  }
}
footer .row .footer-top .column:nth-child(2) {
  width: 330px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  footer .row .footer-top .column:nth-child(2) {
    width: 270px;
  }
}
@media screen and (max-width: 575px) {
  footer .row .footer-top .column:nth-child(2) {
    width: 100%;
  }
}
footer .row .footer-top .column:nth-child(2) ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, max-content);
  grid-auto-flow: column;
  grid-template-rows: repeat(3, auto);
  /* Number of rows */
  gap: 0 60px;
  list-style: none;
}
@media screen and (max-width: 767px) {
  footer .row .footer-top .column:nth-child(2) ul {
    gap: 0 35px;
  }
}
@media screen and (max-width: 575px) {
  footer .row .footer-top .column:nth-child(2) ul {
    gap: 17px 35px;
    justify-content: space-between;
  }
}
footer .row .footer-top .column:nth-child(2) ul li {
  margin-bottom: 17px;
  list-style: none;
  margin-right: 11px;
}
@media screen and (max-width: 575px) {
  footer .row .footer-top .column:nth-child(2) ul li {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  footer .row .footer-top .column:nth-child(2) ul li {
    margin-right: 0;
  }
}
footer .row .footer-top .column:nth-child(2) ul li a {
  color: #fff;
  font-size: 16px;
  line-height: 100%;
  font-weight: 800;
  text-decoration: none;
  text-transform: capitalize;
}
footer .row .footer-top .column:nth-child(2) ul li a:hover {
  color: #FA4616;
}
footer .row .footer-top .column:nth-child(3) {
  width: 100%;
}
footer .row .footer-middle {
  width: 100%;
  margin-top: 26px;
  padding-top: 55px;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  footer .row .footer-middle {
    padding-top: 26px;
  }
}
footer .row .footer-middle .column ul {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  footer .row .footer-middle .column ul {
    gap: 9px;
  }
}
@media screen and (max-width: 575px) {
  footer .row .footer-middle .column ul {
    display: grid;
    grid-template-columns: repeat(3, max-content);
    grid-auto-flow: column;
    grid-template-rows: repeat(3, auto);
    gap: 17px 35px;
  }
}
footer .row .footer-middle .column ul li a {
  color: #FA4616;
  font-size: 16px;
  line-height: 100%;
  font-weight: 800;
  text-decoration: none;
  font-family: "Avenir" !important;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  footer .row .footer-middle .column ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  footer .row .footer-middle .column ul li a {
    font-size: 16px;
  }
}
footer .row .footer-middle .column ul li a:hover {
  color: #FA4616;
}
footer .row .footer-bottom {
  width: 100%;
  text-align: center;
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  footer .row .footer-bottom {
    margin-top: 26px;
  }
}
footer .row .footer-bottom small {
  font-size: 16px;
  line-height: 100%;
  color: #fff;
  text-align: center;
  font-family: "Avenir" !important;
  font-weight: 800;
}

.custom-humberge {
  background: transparent;
  border: none;
  display: none;
  cursor: pointer;
}
.custom-humberge svg {
  width: 30px;
}
.custom-humberge svg.close-svg {
  display: none;
}

.mega-menu-container {
  position: fixed;
  inset: 0;
  background: #fff;
  z-index: 999;
  display: none;
}

.menu_open .logo-container {
  z-index: 999999;
  line-height: 0;
}
.menu_open .nav-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background: #fff;
  z-index: 999;
  animation: initial !important;
  padding-bottom: 27px;
}
.menu_open .nav-wrapper .menu-main-menu-container,
.menu_open .nav-wrapper .searchform {
  display: none;
}
.menu_open .nav-wrapper .custom-humberge {
  z-index: 999999;
  display: block;
}
.menu_open .nav-wrapper .custom-humberge svg.open-svg {
  display: none;
}
.menu_open .nav-wrapper .custom-humberge svg.close-svg {
  display: block;
  width: 25px;
  position: absolute;
  right: 117px;
  top: 30px;
}
@media screen and (max-width: 767px) {
  .menu_open .nav-wrapper .custom-humberge svg.close-svg {
    right: 17px;
    top: 30px;
  }
}
.menu_open .mega-menu-container {
  display: block;
}
.menu_open .mega-menu-container .logo-container {
  line-height: 0;
}
.menu_open .mega-menu-container .container {
  display: flex;
}
@media screen and (max-width: 575px) {
  .menu_open .mega-menu-container .container {
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
  }
}
.menu_open .mega-menu-container .container .left-mega-menu {
  width: 60%;
  padding-top: 125px;
}
@media (max-width: 1070px) {
  .menu_open .mega-menu-container .container .left-mega-menu {
    padding-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .menu_open .mega-menu-container .container .left-mega-menu {
    padding-top: 100px;
  }
}
@media screen and (max-width: 575px) {
  .menu_open .mega-menu-container .container .left-mega-menu {
    width: 100%;
    height: calc(100% - 80px);
    overflow-y: auto;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 575px) {
  .menu_open .mega-menu-container .container .left-mega-menu:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    height: 75px;
    background: #fff;
    z-index: 9999;
  }
}
.menu_open .mega-menu-container .container .left-mega-menu .navbar-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 95%;
}
@media screen and (max-width: 575px) {
  .menu_open .mega-menu-container .container .left-mega-menu .navbar-nav {
    width: 100%;
  }
}
.menu_open .mega-menu-container .container .left-mega-menu .navbar-nav > li:not(:last-child) {
  margin-bottom: 20px;
}
.menu_open .mega-menu-container .container .left-mega-menu .navbar-nav > li.menu-item-has-children {
  position: relative;
}
.menu_open .mega-menu-container .container .left-mega-menu .navbar-nav > li.menu-item-has-children > span {
  position: absolute;
  border: 2px solid #000;
  right: -22px;
  width: 10px;
  height: 10px;
  border-top: none;
  border-left: none;
  transform: rotate(-52deg);
  display: block;
  top: 7px;
  cursor: pointer;
}
@media screen and (max-width: 575px) {
  .menu_open .mega-menu-container .container .left-mega-menu .navbar-nav > li.menu-item-has-children > span {
    right: 22px;
  }
}
.menu_open .mega-menu-container .container .left-mega-menu .navbar-nav > li.menu-item-has-children > span.active {
  transform: rotate(45deg);
}
.menu_open .mega-menu-container .container .left-mega-menu .navbar-nav > li > a {
  font-size: 28px;
  font-weight: 500;
  line-height: 28px;
  width: 100%;
  display: block;
  width: 200px;
  text-transform: capitalize;
  color: #000;
}
@media screen and (max-width: 991px) {
  .menu_open .mega-menu-container .container .left-mega-menu .navbar-nav > li > a {
    font-size: 20px;
  }
}
.menu_open .mega-menu-container .container .left-mega-menu .navbar-nav > li > .sub-menu {
  padding-top: 20px;
  padding-bottom: 0;
  list-style: none;
}
@media screen and (max-width: 991px) {
  .menu_open .mega-menu-container .container .left-mega-menu .navbar-nav > li > .sub-menu {
    padding-top: 15px;
    padding-left: 15px;
  }
}
.menu_open .mega-menu-container .container .left-mega-menu .navbar-nav > li > .sub-menu > li:not(:last-child) {
  margin-bottom: 28px;
}
@media screen and (max-width: 991px) {
  .menu_open .mega-menu-container .container .left-mega-menu .navbar-nav > li > .sub-menu > li:not(:last-child) {
    margin-bottom: 15px;
  }
}
.menu_open .mega-menu-container .container .left-mega-menu .navbar-nav > li > .sub-menu > li.menu-item-has-children {
  position: relative;
}
.menu_open .mega-menu-container .container .left-mega-menu .navbar-nav > li > .sub-menu > li.menu-item-has-children span {
  position: absolute;
  border: 1px solid #000;
  right: -23px;
  width: 10px;
  height: 10px;
  border-top: none;
  border-left: none;
  transform: rotate(-52deg);
  display: block;
  top: 3px;
  cursor: pointer;
}
@media screen and (max-width: 575px) {
  .menu_open .mega-menu-container .container .left-mega-menu .navbar-nav > li > .sub-menu > li.menu-item-has-children span {
    right: 22px;
  }
}
.menu_open .mega-menu-container .container .left-mega-menu .navbar-nav > li > .sub-menu > li.menu-item-has-children span.active {
  transform: rotate(45deg);
}
.menu_open .mega-menu-container .container .left-mega-menu .navbar-nav > li > .sub-menu > li > a {
  font-size: 20px;
  font-weight: 400;
  width: 200px;
  white-space: nowrap;
  font-family: "Avenir";
  text-transform: capitalize;
  color: #000;
}
@media screen and (max-width: 991px) {
  .menu_open .mega-menu-container .container .left-mega-menu .navbar-nav > li > .sub-menu > li > a {
    font-size: 18px;
  }
}
.menu_open .mega-menu-container .container .left-mega-menu .navbar-nav > li > .sub-menu > li .sub-menu {
  padding-top: 27px;
  padding-bottom: 0;
  list-style: none;
}
@media screen and (max-width: 991px) {
  .menu_open .mega-menu-container .container .left-mega-menu .navbar-nav > li > .sub-menu > li .sub-menu {
    padding-top: 15px;
    padding-left: 15px;
  }
}
.menu_open .mega-menu-container .container .left-mega-menu .navbar-nav > li > .sub-menu > li .sub-menu li:not(:last-child) {
  margin-bottom: 29px;
}
@media screen and (max-width: 991px) {
  .menu_open .mega-menu-container .container .left-mega-menu .navbar-nav > li > .sub-menu > li .sub-menu li:not(:last-child) {
    margin-bottom: 15px;
  }
}
.menu_open .mega-menu-container .container .left-mega-menu .navbar-nav > li > .sub-menu > li .sub-menu li a {
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
  font-family: "Avenir";
  text-transform: capitalize;
  color: #000;
}
.menu_open .mega-menu-container .container .right-mega-menu {
  width: 439px;
}
@media screen and (max-width: 575px) {
  .menu_open .mega-menu-container .container .right-mega-menu {
    width: 100%;
  }
}
.menu_open .mega-menu-container .container .right-mega-menu .searchform {
  display: block !important;
}
.menu_open .mega-menu-container .container .right-mega-menu .searchform .search-outer {
  text-align: center;
  max-width: 247px;
  position: relative;
}
@media screen and (max-width: 575px) {
  .menu_open .mega-menu-container .container .right-mega-menu .searchform .search-outer {
    max-width: 100%;
    width: 100%;
  }
}
.menu_open .mega-menu-container .container .right-mega-menu .searchform .search-outer input {
  width: 100%;
  padding: 12px 30px 8px;
  font-size: 22px;
  font-family: "Avenir";
  outline: none;
  font-weight: 300;
  background: transparent;
  border-width: 0 0 1px 0;
  border-bottom: 1px solid #000;
  color: #000;
  font-size: 16px;
}
.menu_open .mega-menu-container .container .right-mega-menu .searchform .search-outer input::-moz-placeholder {
  font-weight: 300;
  color: #000;
}
.menu_open .mega-menu-container .container .right-mega-menu .searchform .search-outer input::placeholder {
  font-weight: 300;
  color: #000;
}
.menu_open .mega-menu-container .container .right-mega-menu .searchform .search-outer input:hover::-moz-placeholder {
  font-weight: 300;
  color: #000;
}
.menu_open .mega-menu-container .container .right-mega-menu .searchform .search-outer input:hover::placeholder {
  font-weight: 300;
  color: #000;
}
.menu_open .mega-menu-container .container .right-mega-menu .searchform .search-outer .search-icon-left {
  position: absolute;
  bottom: 6px;
}
.menu_open .mega-menu-container .container .right-mega-menu .searchform .search-outer .search-btn {
  position: absolute;
  bottom: 4px;
  background-color: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
  right: -2px;
}
.menu_open .mega-menu-container .container .right-mega-menu .right-menu-content {
  float: left;
  width: 40%;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  background: #FA4616;
  padding: 109px 28px;
}
@media screen and (max-width: 767px) {
  .menu_open .mega-menu-container .container .right-mega-menu .right-menu-content {
    width: 35%;
  }
}
@media screen and (max-width: 575px) {
  .menu_open .mega-menu-container .container .right-mega-menu .right-menu-content {
    width: 100%;
    position: static;
    float: none;
    padding: 20px;
  }
}
.menu_open .mega-menu-container .container .right-mega-menu .right-menu-content .menu-content {
  margin-top: 23px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 575px) {
  .menu_open .mega-menu-container .container .right-mega-menu .right-menu-content .menu-content {
    display: none;
  }
}
.menu_open .mega-menu-container .container .right-mega-menu .right-menu-content .menu-content p {
  font-size: 22px;
  font-weight: 400;
  line-height: 26.4px;
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .menu_open .mega-menu-container .container .right-mega-menu .right-menu-content .menu-content p {
    font-size: 18px;
  }
}
.menu_open .mega-menu-container .container .right-mega-menu .right-menu-content .menu-content p:nth-child(3) {
  margin-top: 23px;
}
.menu_open .mega-menu-container .container .right-mega-menu .right-menu-content .menu-content a {
  color: #fff;
  font-size: 24px;
  text-decoration: underline;
  font-weight: 500;
  font-variant: small-caps;
  text-transform: lowercase;
}
@media screen and (max-width: 991px) {
  .menu_open .mega-menu-container .container .right-mega-menu .right-menu-content .menu-content a {
    font-size: 20px;
  }
}
.menu_open .hero-video-section .scroll-down-cta {
  z-index: -1;
}
.menu_open .feature-split-left h2.wp-block-heading.img-title {
  z-index: -1;
}

.sticky header .category-bottom-menu .menu-item.nav-item.menu-item-has-children .dropdown-menu {
  z-index: -1;
}
.sticky .logo-container {
  line-height: 0;
}
.sticky .nav-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background: #fff;
  z-index: 999;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  padding-bottom: 27px;
}
.sticky .nav-wrapper .menu-main-menu-container,
.sticky .nav-wrapper .searchform {
  display: block;
}
.sticky .nav-wrapper .searchform .searchbar-holder {
  top: 85px;
}
.sticky .nav-wrapper .custom-humberge {
  display: none;
  line-height: 0;
}
.sticky .hero-video-section .scroll-down-cta {
  z-index: -1;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
footer .wp-social-link-facebook a {
  background: url("/wp-content/uploads/2025/03/facebook.png") no-repeat center center;
  background-size: 29%;
  width: 36px;
  height: 36px;
  margin-right: -8px;
}
footer .wp-social-link-facebook a svg {
  display: none;
}

.admin-bar header .nav-wrapper {
  top: 32px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
html {
  overflow-x: hidden;
  scroll-padding-top: 110px;
}

html,
body {
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-size: 20px;
  color: #000;
  font-family: "Avenir";
  font-weight: 400;
  line-height: 120%;
  overflow-x: hidden;
  padding-top: 155.41px;
}
@media screen and (max-width: 991px) {
  body {
    padding-top: 111px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 92px;
  }
}
@media screen and (max-width: 575px) {
  body {
    padding-top: 83px;
  }
}

* {
  box-sizing: border-box;
  text-decoration-thickness: 0.5px !important;
}

@media screen and (max-width: 1199px) {
  h1 {
    font-size: 30px;
    line-height: 120%;
  }
}

@media screen and (max-width: 1199px) {
  h2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 1199px) {
  h3 {
    font-size: 22px;
  }
}

@media screen and (max-width: 1199px) {
  h4 {
    font-size: 50px;
  }
}
@media screen and (max-width: 575px) {
  h4 {
    font-size: 36px;
  }
}

button:focus {
  outline: none;
}

.container {
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-button__link {
  font-family: "Avenir";
  font-size: 20px !important;
  line-height: 100%;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 15%;
  color: #FA4616;
}
@media screen and (max-width: 1199px) {
  .wp-block-button__link {
    font-size: 14px !important;
  }
}
.wp-block-button__link:hover {
  color: #FA4616 !important;
}

.skip-link {
  display: none;
}

/*---arrows-scss-for-all-sliders---*/
.slick-arrow {
  z-index: 9;
}
.slick-arrow::before {
  content: "" !important;
  background-image: url(/wp-content/themes/jcj/icons/slider-arrows.svg);
  height: 30px;
  width: 30px;
  position: relative;
  display: block;
  background-size: 16px;
  background-repeat: no-repeat;
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-next {
  right: 0;
}
.slick-arrow.slick-next::before {
  transform: rotate(180deg);
}

/* added by me */
.team-column.hidden {
  display: none;
}

.team-column.visible {
  display: block;
}

.hide-this {
  display: none;
}

.wrapper-end {
  display: none;
}

.categoru-oulate {
  padding: 60px 0;
  background: #000;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .categoru-oulate {
    padding: 30px 15px;
  }
}

.hidden-content {
  display: none;
}

.slick-initialized .slick-slide {
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
}

@media screen and (max-width: 1199px) {
  .linkdin-feed {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991px) {
  .linkdin-feed {
    padding: 50px 15px !important;
  }
}
.linkdin-feed > .wp-block-columns {
  flex-wrap: nowrap !important;
}
.linkdin-feed > .wp-block-columns:first-child a {
  white-space: nowrap !important;
}

input {
  border-radius: 0;
}

.hidden-me {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.search-div {
  display: none !important;
}

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

.project-list-wrapper .text-column img {
  height: 458px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.dropdown-container {
  position: relative;
  display: inline-block;
}
.dropdown-container.open .dropdown-list {
  display: block;
}
.dropdown-container.open .dropdown-button::after {
  transform: rotate(-135deg);
  top: 5px;
}

.dropdown-button {
  background-color: transparent;
  padding: 0;
  border: 1px solid transparent;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 100%;
}
@media screen and (max-width: 575px) {
  .dropdown-button {
    width: 100%;
  }
}
.dropdown-button:after {
  position: absolute;
  content: "";
  border: 2px solid #fff;
  width: 8px;
  height: 9px;
  top: 0px;
  right: -25px;
  border-top: transparent;
  border-left: transparent;
  transform: rotate(45deg);
}
@media screen and (max-width: 1199px) {
  .dropdown-button:after {
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 575px) {
  .dropdown-button:after {
    right: 0;
  }
}

.dropdown-list {
  position: absolute;
  display: none;
  background-color: #fff;
  border: 1px solid #fff;
  width: 270px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  z-index: 1;
  padding: 26px;
  margin-top: 11px;
  max-height: 250px;
  overflow-y: auto;
}
.dropdown-list > :last-child {
  margin-bottom: 0;
}
.dropdown-list label {
  padding: 0;
  cursor: pointer;
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 800;
  text-transform: capitalize;
  line-height: 100%;
}
.dropdown-list label:hover {
  background-color: #fff;
  color: #FA4616;
}
.dropdown-list input[type=radio] {
  display: none;
}
.dropdown-list input[type=radio]:checked + label {
  background-color: #fff;
  color: #FA4616;
}

.wp-block-accordion-heading__toggle-icon {
  font-weight: 300 !important;
  font-size: 38px;
  color: #FA4616;
  height: auto;
  width: auto;
}

@media screen and (max-width: 991px) {
  .faq-section {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
.faq-section .wp-block-accordion-item {
  margin-block-start: 0 !important;
}
.faq-section .wp-block-accordion-panel {
  padding-bottom: 0 !important;
}
.faq-section .is-open .wp-block-accordion-panel {
  padding-bottom: 20px !important;
}

@media screen and (max-width: 1199px) {
  p.is-style-b1 {
    font-size: 16px;
  }
}

#current-openings {
  scroll-padding-top: 150px;
}

.jobs-pagination ul.page-numbers {
  display: flex;
  margin: 30px 0 0 0;
  padding: 0;
  list-style: none;
  justify-content: center;
  gap: 10px;
}

.jcj-job-detail__header {
  padding-top: 95px;
  padding-bottom: 95px;
}
.jcj-job-detail__header > div {
  border-left: 1px solid #FA4616;
  padding-left: 30px;
}
@media screen and (max-width: 1199px) {
  .jcj-job-detail__header {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.jcj-job-detail__header h2 {
  text-transform: capitalize;
  color: #FA4616;
  font-weight: 700;
  margin: 0;
}
.jcj-job-detail__header p {
  margin: 0;
}

.jcj-job-detail {
  padding-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  .jcj-job-detail .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 575px) {
  .jcj-job-detail__content-grid .jcj-job-detail__details-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
.jcj-job-detail__content-grid .jcj-job-detail__section-title {
  margin-top: 0;
}
.jcj-job-detail__content-grid .b1 {
  margin-bottom: 10px;
}
.jcj-job-detail__content-grid .jcj-job-detail__detail {
  margin-bottom: 30px;
}
@media screen and (max-width: 575px) {
  .jcj-job-detail__content-grid .jcj-job-detail__detail {
    margin-bottom: 0;
  }
}
.jcj-job-detail__content-grid .jcj-job-detail__detail-value {
  margin-inline-start: 0;
}

.jcj-job-detail__apply {
  margin: 30px 0;
  text-align: left;
}
@media screen and (max-width: 575px) {
  .jcj-job-detail__apply {
    text-align: center;
  }
}
.jcj-job-detail__apply .cta-primary {
  color: #fff;
}

.sf-b1 {
  text-transform: lowercase;
}

.feature-left.auto.style-three .wp-block-media-text__media img {
  height: auto !important;
}

.feature-split-left {
  position: relative;
  overflow-x: hidden;
}
.feature-split-left > div {
  align-items: center !important;
  gap: 0 !important;
}
@media screen and (max-width: 767px) {
  .feature-split-left > div {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .feature-split-left figure {
    width: 100%;
  }
}
.feature-split-left figure img {
  width: 50vw;
  height: 40.25vw;
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  float: left;
  z-index: 99;
  border-radius: 0 0 150px 0;
}
@media screen and (max-width: 1440px) {
  .feature-split-left figure img {
    height: 600px;
  }
}
@media screen and (max-width: 767px) {
  .feature-split-left figure img {
    height: 450px;
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .feature-split-left figure img {
    height: 350px;
  }
}
.feature-split-left h1 {
  margin-bottom: 36px;
  margin-top: 0 !important;
}
@media screen and (max-width: 1199px) {
  .feature-split-left h1 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .feature-split-left h1 {
    margin-bottom: 15px;
  }
}
.feature-split-left h2.wp-block-heading.img-title {
  position: absolute;
  right: 0;
  z-index: 999;
  width: 55vw;
  bottom: 25px;
  border-bottom: 1px solid #fff !important;
  color: #fff;
  font-weight: 400;
  padding: 0px 8vw 20px;
}
@media screen and (max-width: 767px) {
  .feature-split-left h2.wp-block-heading.img-title {
    bottom: initial;
    width: 100%;
    top: 360px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 575px) {
  .feature-split-left h2.wp-block-heading.img-title {
    top: 270px;
  }
}
.feature-split-left .wp-block-media-text > .wp-block-media-text__content {
  padding-left: 0 !important;
}
@media screen and (max-width: 1199px) {
  .feature-split-left .wp-block-media-text > .wp-block-media-text__content {
    padding-left: 8% !important;
  }
}
@media screen and (max-width: 767px) {
  .feature-split-left .wp-block-media-text > .wp-block-media-text__content {
    padding: 40px 15px !important;
  }
}
.feature-split-left .wp-block-media-text > .wp-block-media-text__content h2 {
  margin-top: 0;
}
@media screen and (max-width: 1199px) {
  .feature-split-left .wp-block-media-text > .wp-block-media-text__content .wp-block-columns {
    margin-top: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .feature-split-left .wp-block-media-text > .wp-block-media-text__content .wp-block-columns {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1199px) {
  .feature-left {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .feature-left {
    padding: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .feature-left > div {
    display: flex;
    flex-direction: column;
  }
}
.feature-left .wp-block-media-text > .wp-block-media-text__content {
  padding-right: 0;
  padding-left: 32px !important;
}
.feature-left .wp-block-media-text > .wp-block-media-text__content h2 {
  margin-top: 0;
}
@media screen and (max-width: 1199px) {
  .feature-left .wp-block-media-text > .wp-block-media-text__content {
    padding-right: 8% !important;
  }
}
@media screen and (max-width: 767px) {
  .feature-left .wp-block-media-text > .wp-block-media-text__content {
    padding: 20px 15px !important;
  }
}
@media screen and (max-width: 1199px) {
  .feature-left .wp-block-media-text > .wp-block-media-text__content .wp-block-columns {
    margin-top: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .feature-left .wp-block-media-text > .wp-block-media-text__content .wp-block-columns {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .feature-left .wp-block-media-text > .wp-block-media-text__content .cta-primary {
    min-width: auto;
  }
}
.feature-left h1 {
  margin-bottom: 36px;
  margin-top: 0 !important;
}
@media screen and (max-width: 1199px) {
  .feature-left h1 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .feature-left h1 {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .feature-left figure {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .feature-left figure img {
    height: 450px !important;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 575px) {
  .feature-left figure img {
    height: 350px !important;
  }
}
.feature-left.style-one .wp-block-media-text__media img {
  height: 441px;
}
.feature-left.style-two .wp-block-media-text__media img {
  height: 607px;
}
.feature-left.style-three .wp-block-media-text__media img {
  height: 528px;
}

@media screen and (max-width: 767px) {
  .feature-spilte-right-style-one {
    padding: 30px 0 !important;
  }
}
.feature-spilte-right-style-one .wp-block-media-text > .wp-block-media-text__content {
  padding-right: 0 !important;
}
@media screen and (max-width: 1199px) {
  .feature-spilte-right-style-one .wp-block-media-text > .wp-block-media-text__content {
    padding-right: 8% !important;
  }
}
@media screen and (max-width: 767px) {
  .feature-spilte-right-style-one .wp-block-media-text > .wp-block-media-text__content {
    padding: 20px 15px 0 !important;
  }
}
.feature-spilte-right-style-one h2 {
  margin-top: 0px;
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .feature-spilte-right-style-one h2 {
    margin-bottom: 15px;
  }
}
.feature-spilte-right-style-one .wp-block-media-text__media img {
  width: 50vw;
  height: auto;
  position: relative;
  float: right;
}
@media screen and (max-width: 1440px) {
  .feature-spilte-right-style-one .wp-block-media-text__media img {
    height: 566px;
  }
}
@media screen and (max-width: 767px) {
  .feature-spilte-right-style-one .wp-block-media-text__media img {
    float: none;
    height: 566px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 575px) {
  .feature-spilte-right-style-one .wp-block-media-text__media img {
    float: none;
    height: 300px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .feature-spilte-right-style-one .wp-block-media-text__content .wp-block-gallery {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    margin-top: 30px !important;
  }
}
@media screen and (max-width: 575px) {
  .feature-spilte-right-style-one .wp-block-media-text__content .wp-block-gallery {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media screen and (max-width: 767px) {
  .feature-spilte-right-style-one .wp-block-media-text__content figure {
    width: 100% !important;
  }
}
.feature-spilte-right-style-one .wp-block-media-text__content img {
  width: 96px !important;
  height: 96px !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  flex: initial !important;
}

.news-right-short figure {
  height: 100%;
}
.news-right-short figure img {
  height: 460px !important;
}
@media screen and (max-width: 1440px) {
  .news-right-short figure img {
    height: 460px !important;
  }
}
@media screen and (max-width: 575px) {
  .news-right-short figure img {
    height: 350px !important;
  }
}
.news-right-short .wp-block-buttons a {
  margin-top: 25px;
}
@media screen and (max-width: 1199px) {
  .news-right-short .wp-block-buttons a {
    font-size: 18px;
  }
}
.news-right-short .wp-block-buttons a:hover {
  color: #FA4616;
}

.insight-long-image {
  height: 100%;
}
.insight-long-image img {
  height: auto !important;
}
@media screen and (max-width: 1440px) {
  .insight-long-image img {
    height: auto !important;
  }
}

@media screen and (max-width: 1199px) {
  .list-of-services {
    margin-top: 50px !important;
  }
}
@media screen and (max-width: 575px) {
  .list-of-services {
    margin-top: 0px !important;
  }
}
@media screen and (max-width: 1440px) {
  .list-of-services .wp-block-image img {
    height: 800px !important;
  }
}
@media screen and (max-width: 1199px) {
  .list-of-services .wp-block-image img {
    height: 700px !important;
  }
}
@media screen and (max-width: 991px) {
  .list-of-services .wp-block-image img {
    height: 800px !important;
  }
}
@media screen and (max-width: 767px) {
  .list-of-services .wp-block-image img {
    height: 450px !important;
  }
}
@media screen and (max-width: 575px) {
  .list-of-services .wp-block-image img {
    height: 350px !important;
  }
}
.list-of-services .services-list {
  padding-left: 50px;
}
.list-of-services .services-list li {
  list-style: none;
  margin-bottom: 0;
}
.list-of-services .services-list li:not(:first-child) {
  margin-top: 50px;
}
@media screen and (max-width: 1199px) {
  .list-of-services .services-list li:not(:first-child) {
    margin-top: 30px;
  }
}
.list-of-services .services-list li a {
  position: relative;
  text-decoration: underline;
  font-family: "Avenir";
  font-size: 20px;
  line-height: 100%;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 15%;
  color: #000;
}
@media screen and (max-width: 1199px) {
  .list-of-services .services-list li a {
    font-size: 14px;
  }
}
.list-of-services .services-list li a::before {
  position: absolute;
  content: "";
  background: url("/wp-content/uploads/2025/03/JCJ-Download-Arrow-Gray.svg") no-repeat center center;
  background-size: 100%;
  width: 28px;
  height: 28px;
  border-radius: 100px;
  left: -53px;
  top: -2px;
}
.list-of-services .services-list li a:hover {
  color: #FA4616;
  text-decoration-color: #FA4616 !important;
}
.list-of-services .services-list li a:hover::before {
  background: url("/wp-content/uploads/2026/07/JCJ-Download-Arrow-orange.svg") no-repeat center center, #FA4616;
}

.feature-split-right {
  position: relative;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .feature-split-right {
    padding-bottom: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .feature-split-right > div {
    display: flex;
    flex-direction: column;
  }
}
.feature-split-right.black-top {
  margin-top: -100px;
}
@media screen and (max-width: 767px) {
  .feature-split-right.black-top {
    margin-top: 0;
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .feature-split-right figure {
    width: 100%;
  }
}
.feature-split-right figure img {
  width: 50vw;
  height: 800px;
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  float: right;
  border-radius: 0 0 150px 0;
}
@media screen and (max-width: 1440px) {
  .feature-split-right figure img {
    height: 600px;
  }
}
@media screen and (max-width: 767px) {
  .feature-split-right figure img {
    height: 450px;
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .feature-split-right figure img {
    height: 350px;
  }
}
.feature-split-right h1 {
  margin-bottom: 36px;
  margin-top: 0 !important;
}
@media screen and (max-width: 1199px) {
  .feature-split-right h1 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .feature-split-right h1 {
    margin-bottom: 15px;
  }
}
.feature-split-right .wp-block-media-text > .wp-block-media-text__content {
  padding-right: 0 !important;
}
@media screen and (max-width: 1199px) {
  .feature-split-right .wp-block-media-text > .wp-block-media-text__content {
    padding-right: 8% !important;
  }
}
@media screen and (max-width: 767px) {
  .feature-split-right .wp-block-media-text > .wp-block-media-text__content {
    padding: 40px 15px !important;
  }
}
@media screen and (max-width: 1199px) {
  .feature-split-right .wp-block-media-text > .wp-block-media-text__content .wp-block-columns {
    margin-top: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .feature-split-right .wp-block-media-text > .wp-block-media-text__content .wp-block-columns {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1199px) {
  .feature-right {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .feature-right {
    padding: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .feature-right > div {
    display: flex;
    flex-direction: column-reverse;
  }
}
.feature-right .wp-block-media-text > .wp-block-media-text__content {
  padding-left: 0;
  padding-right: 32px !important;
}
.feature-right .wp-block-media-text > .wp-block-media-text__content h2 {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .feature-right .wp-block-media-text > .wp-block-media-text__content {
    padding: 20px 15px !important;
  }
}
@media screen and (max-width: 1199px) {
  .feature-right .wp-block-media-text > .wp-block-media-text__content .wp-block-columns {
    margin-top: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .feature-right .wp-block-media-text > .wp-block-media-text__content .wp-block-columns {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .feature-right .wp-block-media-text > .wp-block-media-text__content .cta-primary {
    min-width: auto;
  }
}
.feature-right h1 {
  margin-bottom: 36px;
  margin-top: 0 !important;
}
@media screen and (max-width: 1199px) {
  .feature-right h1 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .feature-right h1 {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .feature-right figure {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .feature-right figure img {
    height: 450px !important;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 575px) {
  .feature-right figure img {
    height: 350px !important;
  }
}
.feature-right.style-one .wp-block-media-text__media img {
  height: 441px;
}
.feature-right.style-two .wp-block-media-text__media img {
  height: 607px;
}

@media screen and (max-width: 1199px) {
  body .award-section {
    padding-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  body .award-section {
    padding: 0 0 50px !important;
  }
}
@media screen and (max-width: 767px) {
  body .award-section > .wp-block-columns {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 991px) {
  body .award-section > .wp-block-columns > .wp-block-column:nth-child(1) {
    flex-basis: 54% !important;
    flex-grow: initial !important;
  }
}
@media screen and (max-width: 767px) {
  body .award-section > .wp-block-columns > .wp-block-column:nth-child(1) {
    flex-basis: 100% !important;
    border-left: none;
    padding: 20px !important;
  }
}
@media screen and (max-width: 991px) {
  body .award-section > .wp-block-columns > .wp-block-column:nth-child(2) {
    flex-basis: 24% !important;
    flex-grow: initial !important;
  }
}
@media screen and (max-width: 767px) {
  body .award-section > .wp-block-columns > .wp-block-column:nth-child(2) {
    flex-basis: 100% !important;
  }
}
body .award-section .right-imge figure img {
  width: 21vw;
  height: 40.25vw;
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  float: left;
  z-index: 99;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 1440px) {
  body .award-section .right-imge figure img {
    height: 736px;
  }
}
@media screen and (max-width: 991px) {
  body .award-section .right-imge figure img {
    width: 32vw;
  }
}
@media screen and (max-width: 767px) {
  body .award-section .right-imge figure img {
    float: none;
    position: static;
    height: 300px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .process-info {
    margin-top: 30px !important;
  }
}
.process-info h3:hover {
  color: #FA4616;
}
.process-info img {
  width: 50vw;
  height: 370px;
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  float: left;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .process-info img {
    width: 100%;
    float: none;
  }
}
.process-info .wp-block-media-text__content {
  border-left: 1px solid #FA4616;
  padding-left: 28px !important;
}
@media screen and (max-width: 1199px) {
  .process-info .wp-block-media-text__content {
    margin-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .process-info .wp-block-media-text__content {
    margin-left: 0;
    border: none !important;
    padding: 20px !important;
  }
}

.our-process-center .process-info img {
  width: 100%;
  height: 286px;
  float: none;
}

@media screen and (max-width: 767px) {
  .our-process {
    padding: 50px 0 !important;
  }
}
@media screen and (max-width: 575px) {
  .our-process .wp-block-columns:first-child {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .our-process .wp-block-columns:first-child p br {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .page-template-template-career .wp-block-spacer {
    display: none;
  }
}

.award-section .hidden-wrapper {
  margin-bottom: 0;
}
.award-section .hidden-wrapper > .wp-block-columns {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .award-section .hidden-wrapper > .wp-block-columns {
    margin-bottom: 30px !important;
  }
}
.award-section .wp-block-jcj-theme-blocks-hidden-content .see-less-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
}
@media screen and (max-width: 767px) {
  .award-section .wp-block-jcj-theme-blocks-hidden-content .see-less-btn {
    position: relative;
    bottom: -25px;
  }
}
.award-section .wp-block-jcj-theme-blocks-visible-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .award-section .wp-block-jcj-theme-blocks-visible-content.active {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .award-section .wp-block-jcj-theme-blocks-visible-content {
    position: relative;
    margin: 45px 0 0;
  }
}

.new-awards .left-content .wp-block-group {
  margin: 0;
}
@media screen and (max-width: 575px) {
  .new-awards .wp-block-media-text__content > .wp-block-columns {
    margin-top: 30px !important;
  }
}

@media screen and (max-width: 1199px) {
  .hero-video-section {
    min-height: 500px !important;
  }
}
@media screen and (max-width: 991px) {
  .hero-video-section {
    min-height: 400px !important;
  }
}
@media screen and (max-width: 767px) {
  .hero-video-section {
    min-height: auto !important;
  }
}
@media screen and (max-width: 991px) {
  .hero-video-section video {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.hero-video-section .scroll-down-cta {
  margin-top: 0px !important;
  position: absolute;
  bottom: 80px;
  z-index: 99;
  right: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .hero-video-section .scroll-down-cta {
    bottom: 60px;
  }
}
@media screen and (max-width: 575px) {
  .hero-video-section .scroll-down-cta {
    bottom: 20px;
  }
}
.hero-video-section .scroll-down-cta a {
  position: relative;
}
@media screen and (max-width: 991px) {
  .hero-video-section .scroll-down-cta a {
    font-size: 18px;
  }
}
.hero-video-section .scroll-down-cta a:after {
  position: absolute;
  content: "";
  border: 2px solid currentColor;
  bottom: -15px;
  width: 15px;
  height: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-top: transparent;
  border-left: transparent;
  transform: rotate(45deg);
}
@media screen and (max-width: 991px) {
  .hero-video-section .scroll-down-cta a:after {
    width: 10px;
    height: 10px;
    bottom: 0;
  }
}

.project-slick-slider {
  margin-bottom: -10px !important;
  max-width: 1920px;
  max-height: 1080px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.project-slick-slider .slick-slide {
  position: relative;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
.project-slick-slider .slick-slide .slider-items {
  position: relative;
}
.project-slick-slider .slick-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: 1920px;
  max-height: 1080px;
  aspect-ratio: 16/9;
}
.project-slick-slider .slick-arrow {
  z-index: 9;
}
.project-slick-slider .slick-arrow.slick-prev {
  left: 12%;
}
.project-slick-slider .slick-arrow.slick-next {
  right: 12%;
}
.project-slick-slider .slick-arrow.slick-next::before {
  background-position: right bottom;
}
.project-slick-slider .slick-dots {
  bottom: 36px;
}
.project-slick-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #FA4616;
}
.project-slick-slider .slick-dots li button:before {
  font-size: 14px;
  opacity: 1;
  color: #fff;
}

.single-banner-img {
  max-width: 1920px;
  max-height: 1080px;
  margin: 0 auto;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.single-banner-img .wp-block-image {
  text-align: center;
}
.single-banner-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: 1920px;
  max-height: 1080px;
  aspect-ratio: 16/9;
}

@media screen and (max-width: 991px) {
  .footer-banner {
    min-height: auto !important;
    padding-top: 50px !important;
  }
}
@media screen and (max-width: 991px) {
  .footer-banner {
    display: block;
    padding: 0 0 35px 0 !important;
  }
}
@media screen and (max-width: 991px) {
  .footer-banner .wp-block-columns {
    padding: 10px 15px 0;
  }
}
@media screen and (max-width: 991px) {
  .footer-banner img {
    position: static !important;
  }
}
@media screen and (max-width: 991px) {
  .footer-banner h2 {
    color: #000 !important;
    font-size: 19px;
    line-height: 28px;
  }
}
.footer-banner h2 br {
  display: none;
}
@media screen and (max-width: 991px) {
  .footer-banner .wp-block-group {
    padding-top: 50px !important;
    margin: 0 !important;
  }
}
@media screen and (max-width: 991px) {
  .footer-banner .wp-block-group {
    padding-top: 15px !important;
  }
}

.slick-arrow.slick-next::before {
  background-position: right bottom;
}

.slider-caption {
  text-align: right;
  background: #f4f4f4;
  padding: 36px 15px;
}
.slider-caption .container {
  width: 100%;
  text-align: right;
}
.slider-caption .caption-block {
  display: none;
}
.slider-caption .caption-block.current {
  display: block;
}
.slider-caption span {
  color: #FA4616;
  margin: 0;
  font-size: 16px;
  font-weight: 800;
  line-height: 100%;
  text-transform: capitalize;
}
.slider-caption p {
  margin: 0px;
  font-style: normal;
  font-size: 16px;
  font-weight: 800;
  line-height: 100%;
  text-transform: none;
  text-transform: uppercase;
}

@media screen and (max-width: 1199px) {
  .recognigation-section {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 575px) {
  .recognigation-section {
    padding: 50px 15px !important;
  }
}
@media screen and (max-width: 575px) {
  .recognigation-section .wp-block-columns:nth-child(1) .wp-block-group {
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: flex-start;
  }
}
.recognigation-section .wp-block-columns:nth-child(1) .wp-block-group .wp-block-buttons {
  flex-shrink: 0;
}
@media (max-width: 781px) {
  .recognigation-section .wp-block-columns:nth-child(2) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 575px) {
  .recognigation-section .wp-block-columns:nth-child(2) {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
@media (max-width: 781px) {
  .recognigation-section .wp-block-columns:nth-child(2) .wp-block-column {
    flex-basis: initial !important;
  }
}
.recognigation-section .wp-block-columns:nth-child(2) .wp-block-column figure a {
  width: 100%;
}
.recognigation-section .wp-block-columns:nth-child(2) .wp-block-column:hover a {
  color: #FA4616;
}
.recognigation-section .wp-block-columns:nth-child(2) .wp-block-column p:not(:has(a)) {
  line-height: 120%;
}
.recognigation-section .wp-block-columns:nth-child(2) .wp-block-column img {
  width: 100% !important;
}

.gallry-layout-info {
  z-index: 99;
}
.gallry-layout-info img {
  width: 100% !important;
  height: 355px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 991px) {
  .gallry-layout-info .wp-block-columns {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

.insight-view {
  padding: 67px 0;
  background: #000;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .insight-view {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991px) {
  .insight-view {
    padding: 40px 15px !important;
  }
}
.insight-view .project-main {
  margin: 0 !important;
}
.insight-view .project-main .project-category-list {
  padding: 27px 0;
}
@media screen and (max-width: 991px) {
  .insight-view .project-main .project-category-list {
    padding: 20px 0;
  }
}
.insight-view .project-main .project-content {
  color: #fff;
  margin-top: 21px !important;
}
.insight-view .project-main .project-content a:has(p) {
  margin: 12px 0 12px;
  font-size: 20px;
  text-transform: capitalize;
  line-height: 120%;
  color: #fff;
  display: block !important;
}
.insight-view .project-main .project-content a:has(p):hover {
  color: #FA4616;
}
.insight-view .project-main .project-content a:has(p) p {
  margin: 0;
}
.insight-view .project-main .post-date {
  font-size: 16px;
  margin: 0;
  font-family: "Avenir";
  line-height: 100%;
  text-transform: uppercase;
  font-weight: 800;
}
.insight-view .project-main .post-excerpt {
  margin: 0;
  font-size: 16px;
}

@media screen and (max-width: 1199px) {
  .expert-area {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991px) {
  .expert-area {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 35px 15px !important;
  }
}
@media screen and (max-width: 767px) {
  .expert-area {
    grid-template-columns: repeat(1, 1fr);
  }
}
.expert-area figure a {
  width: 100%;
}
.expert-area figure img {
  width: 100%;
  height: 255px;
  -o-object-fit: cover;
     object-fit: cover;
}
.expert-area h1 a:hover {
  color: #FA4616 !important;
}
.expert-area figure:hover + h1 a {
  color: #FA4616 !important;
}
@media screen and (max-width: 991px) {
  .expert-area > .wp-block-columns {
    display: contents;
  }
}

@media screen and (max-width: 575px) {
  .counter-section {
    padding: 50px 15px !important;
  }
}
@media (max-width: 781px) {
  .counter-section .wp-block-columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 403px) {
  .counter-section .wp-block-columns {
    grid-template-columns: repeat(1, 1fr);
    gap: 22px;
  }
}
.counter-section .active p {
  color: #FA4616;
}
@media screen and (max-width: 575px) {
  .counter-section p {
    font-size: 16px;
    margin-top: 5px;
  }
}

@media screen and (max-width: 991px) {
  .inquery-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .inquery-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.inquery-grid .wp-block-image img {
  width: 100%;
  height: 346px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 991px) {
  .inquery-grid .wp-block-image img {
    height: 300px;
  }
}
.inquery-grid .wp-block-group ul {
  list-style: none;
  padding: 0;
}
.inquery-grid .wp-block-group ul li {
  margin-bottom: 0;
  font-family: "Avenir";
}
.inquery-grid .wp-block-group ul li a {
  color: #000;
}
@media (max-width: 1199px) {
  .inquery-grid .wp-block-group ul li a {
    font-size: 16px;
  }
}
.inquery-grid .wp-block-group ul li:hover {
  text-decoration-color: #FA4616 !important;
}
.inquery-grid .wp-block-group ul li:hover a {
  color: #FA4616;
}
.inquery-grid .wp-block-group h3 code {
  font-size: 20px;
  margin-left: 5px;
  font-weight: 400;
  font-family: "Avenir";
  text-transform: uppercase;
}

@media screen and (max-width: 1199px) {
  .project-grid-custom {
    padding: 70px 15px !important;
  }
}
@media screen and (max-width: 991px) {
  .project-grid-custom {
    padding: 50px 15px !important;
  }
}
@media screen and (max-width: 991px) {
  .project-grid-custom > .wp-block-columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 575px) {
  .project-grid-custom > .wp-block-columns {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 1199px) {
  .b-inquiery {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.b-inquiery h2 {
  font-weight: 400 !important;
}

@media screen and (max-width: 1199px) {
  .intro-text {
    padding: 36px 15px 50px !important;
  }
}
@media screen and (max-width: 767px) {
  .intro-text p br {
    display: none;
  }
}
.intro-text .wp-block-button a {
  text-decoration: underline;
}
@media screen and (max-width: 1199px) {
  .intro-text .wp-block-button a {
    font-size: 18px;
  }
}

@media screen and (max-width: 1199px) {
  .type-project-list {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .type-project-list {
    padding: 50px 15px !important;
  }
}
.type-project-list p a {
  text-decoration: underline;
}
.type-project-list p a:hover {
  color: #FA4616;
}
@media screen and (max-width: 991px) {
  .type-project-list .wp-block-columns {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .type-project-list .wp-block-columns {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 1199px) {
  .heading-title {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 1199px) {
  .legacy-info {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .legacy-info {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}
@media screen and (max-width: 991px) {
  .legacy-info .wp-block-columns > div:first-child {
    flex-basis: 100px !important;
    flex-grow: initial !important;
  }
}
@media screen and (max-width: 767px) {
  .legacy-info .wp-block-columns > div:first-child {
    flex-basis: 75px !important;
  }
}
@media screen and (max-width: 991px) {
  .legacy-info .wp-block-columns > div:nth-child(2) {
    flex-basis: 80% !important;
    flex-grow: initial !important;
  }
}
@media screen and (max-width: 767px) {
  .legacy-info .wp-block-columns > div:nth-child(2) {
    flex-basis: 64% !important;
  }
}

.custom-cate-list {
  margin-top: -180px;
}
@media screen and (max-width: 1199px) {
  .custom-cate-list {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .custom-cate-list {
    margin-top: 30px;
    padding: 50px 15px !important;
  }
}
@media screen and (max-width: 575px) {
  .custom-cate-list {
    padding: 30px 15px !important;
  }
}
@media screen and (max-width: 991px) {
  .custom-cate-list > .wp-block-columns:first-child {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 575px) {
  .custom-cate-list > .wp-block-columns:first-child {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}
@media screen and (max-width: 575px) {
  .custom-cate-list > .wp-block-columns:first-child .wp-block-group {
    margin-top: 15px !important;
  }
}
@media screen and (max-width: 575px) {
  .custom-cate-list > .wp-block-columns:last-child {
    margin-top: 30px !important;
  }
}

@media screen and (max-width: 1199px) {
  .text-info {
    padding: 70px 15px !important;
  }
}
@media screen and (max-width: 767px) {
  .text-info {
    padding: 32px 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .legacy-section {
    padding-bottom: 60px !important;
  }
}

@media screen and (max-width: 575px) {
  .archive .counter-section h4 {
    font-size: 28px;
    line-height: initial;
  }
}

.copy-informative {
  margin-top: 0px;
  max-width: 678px;
  width: 100%;
}
.copy-informative br {
  display: none;
}

.custom-cate-list a {
  text-decoration: underline;
}
.custom-cate-list a:hover {
  color: #FA4616;
}

.zig-zag-gallry img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 350px;
}
@media screen and (max-width: 767px) {
  .zig-zag-gallry .wp-block-columns {
    margin-top: 1.5rem !important;
  }
}
@media (max-width: 780px) {
  .zig-zag-gallry .wp-block-columns .wp-block-column:empty {
    display: none;
  }
}

.image-slide-split-left {
  z-index: 99;
}
@media screen and (min-width: 768px) and (max-width: 781px) {
  .image-slide-split-left > .wp-block-columns {
    flex-wrap: nowrap !important;
  }
}
.image-slide-split-left > .wp-block-columns {
  gap: 0;
}
@media screen and (max-width: 767px) {
  .image-slide-split-left > .wp-block-columns {
    flex-direction: column-reverse;
  }
}
.image-slide-split-left .left-content > div {
  padding-right: 8%;
}
@media screen and (max-width: 1199px) {
  .image-slide-split-left .left-content > div {
    padding-left: 8% !important;
  }
}
@media screen and (max-width: 767px) {
  .image-slide-split-left .left-content > div {
    padding: 40px 15px !important;
  }
}
@media screen and (max-width: 1199px) {
  .image-slide-split-left .left-content > div .wp-block-columns {
    margin-top: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .image-slide-split-left .left-content > div .wp-block-columns {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1199px) {
  .image-slide-split-left h2 {
    margin-bottom: 30px !important;
    font-size: 30px !important;
    line-height: 120% !important;
  }
}
@media screen and (max-width: 767px) {
  .image-slide-split-left h2 {
    margin-bottom: 15px !important;
  }
}
.image-slide-split-left .wp-block-image {
  margin-bottom: 0;
  height: 40.25vw;
}
@media screen and (max-width: 1440px) {
  .image-slide-split-left .wp-block-image {
    height: 600px;
  }
}
@media screen and (max-width: 767px) {
  .image-slide-split-left .wp-block-image {
    height: 450px;
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .image-slide-split-left .wp-block-image {
    height: 350px;
  }
}
.image-slide-split-left .wp-block-image img {
  width: 100% !important;
  height: 100%;
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  border-radius: 0 0 150px 0;
}
.image-slide-split-left .common-slide-show {
  width: 50vw;
  float: left;
}
@media screen and (max-width: 767px) {
  .image-slide-split-left .common-slide-show {
    width: 100%;
  }
}
.image-slide-split-left .common-slide-show .slick-slide div {
  line-height: 0;
}
.image-slide-split-left .slideshow-details {
  position: relative;
}
.image-slide-split-left .slideshow-details .bottom-caption-text {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 20px;
  border-radius: 0 0 150px 0;
}
.image-slide-split-left .slideshow-details .bottom-caption-text p {
  font-weight: 800;
  padding-bottom: 0;
  width: 100%;
  padding-left: 25px;
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .image-slide-split-left .slideshow-details .bottom-caption-text p {
    padding-left: 15px;
  }
}

@media screen and (min-width: 768px) and (max-width: 781px) {
  .image-slide-split-right > .wp-block-columns {
    flex-wrap: nowrap !important;
  }
}
@media screen and (max-width: 767px) {
  .image-slide-split-right {
    padding-bottom: 0 !important;
  }
}
.image-slide-split-right > .wp-block-columns {
  gap: 0;
}
.image-slide-split-right.black-top {
  margin-top: -100px;
}
@media screen and (max-width: 767px) {
  .image-slide-split-right.black-top {
    margin-top: 0;
    padding-top: 0 !important;
  }
}
.image-slide-split-right .right-content > div {
  padding-left: 8%;
}
@media screen and (max-width: 1199px) {
  .image-slide-split-right .right-content > div {
    padding-right: 8% !important;
  }
}
@media screen and (max-width: 767px) {
  .image-slide-split-right .right-content > div {
    padding: 40px 15px !important;
  }
}
@media screen and (max-width: 1199px) {
  .image-slide-split-right .right-content > div .wp-block-columns {
    margin-top: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .image-slide-split-right .right-content > div .wp-block-columns {
    margin-bottom: 0;
  }
}
.image-slide-split-right .common-slide-show {
  width: 50vw;
  float: right;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .image-slide-split-right .common-slide-show {
    width: 100%;
  }
}
.image-slide-split-right .common-slide-show .slick-slide {
  line-height: 0;
}
.image-slide-split-right .common-slide-show .slick-slide div {
  line-height: 0;
  border-radius: 0 0 150px 0;
}
@media screen and (max-width: 1199px) {
  .image-slide-split-right h2 {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .image-slide-split-right h2 {
    margin-bottom: 15px !important;
  }
}
.image-slide-split-right .wp-block-image {
  margin-bottom: 0;
  line-height: 0;
  height: 40.25vw;
}
@media screen and (max-width: 1440px) {
  .image-slide-split-right .wp-block-image {
    height: 600px;
  }
}
@media screen and (max-width: 767px) {
  .image-slide-split-right .wp-block-image {
    height: 450px;
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .image-slide-split-right .wp-block-image {
    height: 350px;
  }
}
.image-slide-split-right .wp-block-image img {
  width: 100% !important;
  height: 100%;
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  border-radius: 0 0 150px 0;
}
.image-slide-split-right .slideshow-details {
  position: relative;
}
.image-slide-split-right .slideshow-details .bottom-caption-text {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 20px;
  border-radius: 0 0 150px 0;
}
.image-slide-split-right .slideshow-details .bottom-caption-text p {
  font-weight: 800;
  color: #fff;
  padding-bottom: 0;
  width: 100%;
  text-align: right;
  padding-right: 90px;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .image-slide-split-right .slideshow-details .bottom-caption-text p {
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
  }
}

@media screen and (max-width: 1199px) {
  .slider-image-right {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .slider-image-right {
    padding: 0 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 781px) {
  .slider-image-right > .wp-block-columns {
    flex-wrap: nowrap !important;
  }
}
@media screen and (max-width: 767px) {
  .slider-image-right > div {
    display: flex;
    flex-direction: column-reverse;
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .slider-image-right > div > div:first-child {
    padding: 40px 15px !important;
  }
}
@media screen and (max-width: 1199px) {
  .slider-image-right > div > div:first-child .wp-block-columns {
    margin-top: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .slider-image-right > div > div:first-child .wp-block-columns {
    margin-bottom: 0;
  }
}
.slider-image-right .slick-slide {
  line-height: 0;
}
.slider-image-right .wp-block-image {
  line-height: 0;
  margin-bottom: 0 !important;
}
.slider-image-right .wp-block-image img {
  width: 100%;
  height: 607px;
  -o-object-position: bottom;
     object-position: bottom;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
@media screen and (max-width: 767px) {
  .slider-image-right .wp-block-image img {
    height: 450px;
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .slider-image-right .wp-block-image img {
    height: 350px;
  }
}
.slider-image-right .bottom-caption-text {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 20px;
}
.slider-image-right .bottom-caption-text p {
  font-weight: 800;
  color: #fff;
  padding-bottom: 0px;
  width: 100%;
  padding-left: 25px;
  font-size: 16px;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .slider-image-right .bottom-caption-text p {
    padding-left: 15px;
  }
}

@media screen and (max-width: 1199px) {
  .slider-image-left {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .slider-image-left {
    padding: 0 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 781px) {
  .slider-image-left > .wp-block-columns {
    flex-wrap: nowrap !important;
  }
}
@media screen and (max-width: 767px) {
  .slider-image-left > div {
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .slider-image-left > div > div:nth-child(2) {
    padding: 40px 15px !important;
  }
}
@media screen and (max-width: 1199px) {
  .slider-image-left > div > div:nth-child(2) .wp-block-columns {
    margin-top: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .slider-image-left > div > div:nth-child(2) .wp-block-columns {
    margin-bottom: 0;
  }
}
.slider-image-left .slick-slide {
  line-height: 0;
}
.slider-image-left .wp-block-image {
  line-height: 0;
  margin-bottom: 0 !important;
}
.slider-image-left .wp-block-image img {
  width: 100%;
  height: 607px;
  -o-object-position: bottom;
     object-position: bottom;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
@media screen and (max-width: 767px) {
  .slider-image-left .wp-block-image img {
    height: 450px;
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .slider-image-left .wp-block-image img {
    height: 350px;
  }
}
.slider-image-left .bottom-caption-text {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 20px;
}
.slider-image-left .bottom-caption-text p {
  font-weight: 800;
  color: #fff;
  padding-bottom: 0;
  width: 100%;
  padding-right: 25px;
  text-align: right;
  font-size: 16px;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .slider-image-left .bottom-caption-text p {
    padding-left: 15px;
    text-align: left;
    padding-right: 15px;
  }
}

.bottom-caption-text {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 19.02%, rgba(0, 0, 0, 0.75) 67.12%);
  height: 300px;
  top: initial !important;
  bottom: 0 !important;
  z-index: 99;
  width: 100%;
}
.bottom-caption-text p {
  padding-top: 20px;
  font-size: 16px;
  line-height: 100%;
  font-weight: 800;
}

.caption-enable {
  position: relative;
}

.slider-container {
  background: #F4F4F4;
  overflow: hidden;
}
.slider-container .slick-slide {
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
.slider-container .slider-for {
  max-width: 1920px;
  max-height: 1080px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  margin-bottom: 10px;
  aspect-ratio: 16/9;
}
.slider-container .slider-for img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 1920px;
  max-height: 1080px;
  aspect-ratio: 16/9;
  height: auto;
}
.slider-container .slick-arrow.slick-next::before {
  background-position: left top;
}
@media screen and (max-width: 575px) {
  .slider-container .slick-arrow.slick-next::before .slick-arrow.slick-next::before {
    background-position: right bottom;
  }
}

.slick-thumb-slider {
  background: #F4F4F4;
}
@media (min-width: 992px) {
  .slick-thumb-slider .slick-track {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 1199px) {
  .slick-thumb-slider {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .slick-thumb-slider {
    max-width: 60%;
  }
}
@media screen and (max-width: 575px) {
  .slick-thumb-slider {
    max-width: 75%;
  }
}
.slick-thumb-slider .slick-slide {
  margin-left: 5px;
  cursor: pointer;
  max-width: 174px;
}
.slick-thumb-slider .slick-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  aspect-ratio: 16/9;
  height: 95px;
  max-width: 174px;
}
.slick-thumb-slider .slick-arrow {
  filter: invert(1);
}
.slick-thumb-slider .slick-arrow::before {
  height: 18px;
  width: 18px;
  background-size: 9px;
}
.slick-thumb-slider .slick-arrow.slick-prev {
  left: -25px;
}
.slick-thumb-slider .slick-arrow.slick-next {
  right: -25px;
}
.slick-thumb-slider .slick-current {
  border-bottom: 2px solid #FA4616;
}

.project-detail .default-intro {
  padding: 57px 0;
  background: #F4F4F4;
}
@media screen and (max-width: 1199px) {
  .project-detail .default-intro {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.project-detail .default-intro .container {
  padding-left: 27px;
  border-left: 1px solid #FA4616 !important;
}
.project-detail .default-intro .container h1 {
  margin: 0;
}
.project-detail .default-intro .container p {
  font-weight: 400;
}

.right-sidebar {
  padding-left: 30px;
  border-left: 1px solid #FA4616;
}
@media screen and (max-width: 575px) {
  .right-sidebar {
    border: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
.right-sidebar > p {
  margin-top: 46px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Avenir";
  color: #000;
  text-transform: uppercase;
}
@media screen and (max-width: 575px) {
  .right-sidebar > p {
    margin-top: 0;
  }
}
.right-sidebar > p strong {
  display: block;
  font-size: 20px;
  font-family: "Avenir";
  text-decoration: none !important;
  color: #000;
  text-transform: capitalize;
}
.right-sidebar > p strong a {
  text-decoration: underline;
  color: #000;
  text-transform: capitalize;
}
.right-sidebar > p strong a:hover {
  color: #FA4616;
}
.right-sidebar > a {
  display: block;
  color: #000;
}
.right-sidebar > a:hover {
  color: #FA4616;
}
.right-sidebar > a:not(:first-child) {
  margin-top: 46px;
}
@media screen and (max-width: 575px) {
  .right-sidebar > a:not(:first-child) {
    margin-top: 0;
  }
}
.right-sidebar > a p {
  margin-top: 0px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Avenir";
  color: #000;
  text-transform: uppercase;
}
.right-sidebar > a p strong {
  display: block;
  font-size: 20px;
  font-family: "Avenir";
  color: #000;
  text-transform: capitalize;
}
.right-sidebar > a p strong:hover {
  color: #FA4616;
}

.featured-insights-latest .title-heading {
  margin-bottom: 45px;
  display: block;
}
.featured-insights-latest .title-heading h2 {
  margin: 0;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .featured-insights-latest .title-heading h2 {
    font-size: 24px;
  }
}
.featured-insights-latest .title-heading h2:hover {
  color: #FA4616 !important;
}

.related-projects {
  padding: 103px 0;
  background: #000;
}
@media screen and (max-width: 1199px) {
  .related-projects {
    padding: 50px 15px !important;
  }
}
.related-projects .title-heading {
  margin-bottom: 45px;
  display: block;
}
.related-projects .title-heading h3 {
  margin: 0;
  color: #fff;
  font-family: "Avenir";
  text-transform: uppercase;
}
.related-projects .related-projects-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 767px) {
  .related-projects .related-projects-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .related-projects .related-projects-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.related-projects .related-projects-grid .project-image a {
  display: block;
  line-height: 0;
}
.related-projects .related-projects-grid .project-image a img {
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}
.related-projects .related-projects-grid .project-info {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
.related-projects .related-projects-grid .project-info p {
  color: #FA4616;
  margin: 0 0 11px;
}
.related-projects .related-projects-grid .project-info p a {
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}
.related-projects .related-projects-grid .project-info .project-description {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  line-height: 120%;
}
.related-projects .related-projects-grid .project-info .project-description:hover {
  color: #FA4616;
}
.related-projects .related-projects-grid .project-image:hover + .project-info .project-description {
  color: #FA4616;
}

.single-projects {
  overflow-x: hidden;
}
.single-projects .feature-split-left .wp-block-media-text {
  grid-template-columns: 1fr 70%;
}
.single-projects .feature-split-left .wp-block-media-text > .wp-block-media-text__content {
  grid-column: inherit;
  grid-row: inherit;
  width: 300px;
}
@media (max-width: 781px) {
  .single-projects .feature-split-left .wp-block-media-text > .wp-block-media-text__content {
    width: 100%;
  }
}
@media (max-width: 781px) {
  .single-projects .feature-split-left .wp-block-media-text > .wp-block-media-text__content p {
    margin: 0;
  }
}
.single-projects .feature-split-left figure img {
  width: 83vw;
  height: 440px;
}
@media screen and (max-width: 1440px) {
  .single-projects .feature-split-left figure img {
    height: 288px;
  }
}
@media (max-width: 781px) {
  .single-projects .feature-split-left figure img {
    width: 100%;
  }
}
.single-projects .feature-split-right figure img {
  height: 442px;
}
@media screen and (max-width: 1440px) {
  .single-projects .feature-split-right figure img {
    height: 442px;
  }
}

@media screen and (max-width: 1199px) {
  .project-detail-sidebar {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991px) {
  .project-detail-sidebar {
    padding: 50px 15px !important;
  }
}
@media screen and (max-width: 575px) {
  .project-detail-sidebar > .wp-block-columns {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 991px) {
  .project-detail-sidebar > .wp-block-columns .wp-block-column:first-child {
    flex-basis: 66% !important;
    flex-grow: initial !important;
  }
}
@media screen and (max-width: 767px) {
  .project-detail-sidebar > .wp-block-columns .wp-block-column:first-child {
    flex-basis: 59% !important;
  }
}
@media screen and (max-width: 575px) {
  .project-detail-sidebar > .wp-block-columns .wp-block-column:first-child {
    flex-basis: 100% !important;
  }
}
@media screen and (max-width: 991px) {
  .project-detail-sidebar > .wp-block-columns .wp-block-column:last-child {
    flex-basis: 30% !important;
    flex-grow: initial !important;
  }
}
@media screen and (max-width: 575px) {
  .project-detail-sidebar > .wp-block-columns .wp-block-column:last-child {
    flex-basis: 100% !important;
  }
}

@media screen and (max-width: 991px) {
  .single-image-heading {
    margin: 50px 0 !important;
    padding: 0 15px !important;
  }
}

@media screen and (max-width: 991px) {
  .genral-text {
    margin-top: 20px !important;
  }
}

@media screen and (max-width: 991px) {
  .genral-text p {
    margin: 10px 0px 0 !important;
  }
}

div.single-people {
  padding-top: 72px;
}
@media screen and (max-width: 575px) {
  div.single-people {
    padding-top: 25px;
  }
}
@media screen and (max-width: 1199px) {
  div.single-people > .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
div.single-people .people-content {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  div.single-people .people-content {
    align-items: flex-start;
  }
}
@media screen and (max-width: 575px) {
  div.single-people .people-content {
    flex-direction: column;
    margin-bottom: 15px;
    gap: 20px;
  }
}
div.single-people .people-content .people-image {
  width: 500px;
}
@media screen and (max-width: 767px) {
  div.single-people .people-content .people-image {
    width: 296px;
  }
}
@media screen and (max-width: 575px) {
  div.single-people .people-content .people-image {
    width: 100%;
  }
}
div.single-people .people-content .people-image img {
  width: 100%;
  border-radius: 0 0 150px 0;
}
div.single-people .people-content .people-info {
  width: calc(100% - 470px);
}
@media screen and (max-width: 767px) {
  div.single-people .people-content .people-info {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 575px) {
  div.single-people .people-content .people-info {
    width: 100%;
  }
}
div.single-people .people-content .people-info h1 {
  margin: 0;
  line-height: 25px;
}
div.single-people .people-content .people-info h1 span {
  color: #000;
  font-family: "Arboria";
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  div.single-people .people-content .people-info h1 span {
    display: block;
    margin-top: 20px;
  }
}
div.single-people .people-content .people-info .people-role {
  margin: 15px 0 0 !important;
  text-transform: uppercase;
}
div.single-people .people-content .people-info a.back-link {
  margin-top: 33px;
  display: inline-block;
  text-decoration: underline;
  font-family: "Avenir";
  font-size: 20px;
  line-height: 120%;
  color: #000;
  letter-spacing: 15%;
  text-transform: uppercase;
  font-weight: 900;
  color: #FA4616;
}
@media screen and (max-width: 575px) {
  div.single-people .people-content .people-info a.back-link {
    font-size: 14px;
    margin: 20px 0;
  }
}
div.single-people .people-content .people-info a.back-link:hover {
  color: #FA4616;
}

.people-details {
  border-left: 1px solid #FA4616;
  padding-left: 30px;
  height: 100%;
}
@media screen and (max-width: 575px) {
  .people-details {
    border: none !important;
    padding-left: 0 !important;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
.people-details .detail-item:not(:first-child) {
  margin-top: 43px;
}
@media screen and (max-width: 575px) {
  .people-details .detail-item:not(:first-child) {
    margin-top: 0;
  }
}
.people-details p {
  margin: 8px 0 0;
  text-transform: capitalize;
}
.people-details ul {
  margin: 10px 0 0;
  padding: 0 0 0 20px;
}
.people-details ul li:not(:last-child) {
  margin-bottom: 10px;
}
.people-details ul li a {
  color: #000;
}

@media screen and (max-width: 1199px) {
  .people-bio .people-slier-section > .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1199px) {
  .people-bio .team-right-sidebar {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 575px) {
  .people-bio .team-right-sidebar {
    padding-bottom: 50px !important;
  }
}
@media screen and (max-width: 575px) {
  .people-bio .team-right-sidebar .wp-block-columns {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 991px) {
  .people-bio .team-right-sidebar .wp-block-columns .wp-block-column:nth-child(1) {
    flex-basis: 60.66% !important;
    flex-grow: initial !important;
  }
}
@media screen and (max-width: 575px) {
  .people-bio .team-right-sidebar .wp-block-columns .wp-block-column:nth-child(1) {
    flex-basis: 100% !important;
  }
}
@media screen and (max-width: 991px) {
  .people-bio .team-right-sidebar .wp-block-columns .wp-block-column:nth-child(2) {
    flex-basis: 33.33% !important;
    flex-grow: initial !important;
  }
}
@media screen and (max-width: 575px) {
  .people-bio .team-right-sidebar .wp-block-columns .wp-block-column:nth-child(2) {
    flex-basis: 100% !important;
  }
}
.people-bio .related-projects {
  background: #fff;
}
.people-bio .related-projects .title-heading {
  color: #000;
}
.people-bio .related-projects .title-heading h3 {
  color: #000;
}
.people-bio .related-projects .related-projects-grid .project-info .project-description {
  color: #000;
}

.b1 {
  margin: 0;
  font-size: 20px;
  letter-spacing: 15%;
  line-height: 100%;
  font-weight: 900;
}
@media screen and (max-width: 1199px) {
  .b1 {
    font-size: 16px;
  }
}

.single-post .default-intro {
  padding: 95px 0 83px !important;
}
@media screen and (max-width: 1199px) {
  .single-post .default-intro {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media screen and (max-width: 991px) {
  .single-post .default-intro {
    padding: 50px 15px !important;
  }
}
.single-post .article-details {
  padding-left: 27px;
  border-lefT: 1px solid #FA4616;
}
.single-post .article-details h1 {
  margin: 0;
  color: #000;
}
.single-post .article-details p {
  margin-top: 14px;
  text-transform: uppercase;
}
@media screen and (max-width: 575px) {
  .single-post .gallry-layout-info {
    margin-bottom: 30px !important;
  }
}

@media screen and (max-width: 1199px) {
  .info-post {
    padding: 50px 15px !important;
  }
}
@media screen and (max-width: 991px) {
  .info-post {
    padding: 0px 15px 30px !important;
  }
}
.info-post p br {
  display: none;
}

.single-expertise .related-projects {
  padding-top: 200px !important;
  margin-top: -100px !important;
}
@media screen and (max-width: 1199px) {
  .single-expertise .related-projects {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media screen and (max-width: 767px) {
  .single-expertise .related-projects {
    margin-top: 0 !important;
    padding-top: 50px !important;
  }
}

.search-heading {
  margin: 94px 0 !important;
  border-left: 1px solid #FA4616;
  padding-left: 27px;
}
@media screen and (max-width: 1199px) {
  .search-heading {
    margin: 60px 0 !important;
  }
}
@media screen and (max-width: 575px) {
  .search-heading {
    padding-left: 20px;
  }
}
.search-heading h1 {
  margin: 0 !important;
  color: #FA4616;
  line-height: normal;
}
.search-heading .project-search-form {
  margin-top: 10px !important;
}
@media screen and (max-width: 1199px) {
  .search-heading .project-search-form {
    padding: 0 !important;
  }
}
.search-heading .project-search-form form .search-outer {
  margin: initial !important;
  text-align: center;
  max-width: 700px;
  position: relative;
}
.search-heading .project-search-form form .search-outer input {
  width: 100%;
  border-width: 0 0 1px 0;
  padding: 12px 40px 8px;
  font-size: 12px;
  font-family: "Avenir";
  outline: none;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 5%;
  outline: none;
  color: #8C8B89;
}
.search-heading .project-search-form form .search-outer input:hover::-moz-placeholder {
  color: #8C8B89;
}
.search-heading .project-search-form form .search-outer input:hover::placeholder {
  color: #8C8B89;
}
.search-heading .project-search-form form .search-outer .search-icon-left {
  position: absolute;
  bottom: 4px;
}
.search-heading .project-search-form form .search-outer .search-btn {
  position: absolute;
  bottom: 8px;
  background-color: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
  right: 0px;
}
@media screen and (max-width: 575px) {
  .search-heading .project-search-form input {
    font-size: 16px;
  }
}

.search-results-container {
  padding: 0 15px;
}

.search-section .search-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 22px;
}
.search-section .search-title h2 {
  font-weight: 700;
  margin: 0 !important;
}
.search-section .search-title .float-btn {
  border-radius: 0;
  color: #FA4616;
  font-size: 20px;
  line-height: 100%;
  text-decoration: underline;
  position: relative;
  font-weight: 900;
  font-family: "Avenir";
  letter-spacing: 15%;
  text-transform: uppercase;
}
.search-section .search-title .float-btn:hover {
  color: #FA4616;
}

.search-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 31px;
}
@media screen and (max-width: 767px) {
  .search-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 575px) {
  .search-items {
    grid-template-columns: repeat(1, 1fr);
  }
}
.search-items .search-item > a {
  color: #000;
}
.search-items .search-item > a:hover .people-heading {
  color: #FA4616;
}
.search-items.people h3.people-heading {
  color: #000;
  margin: 17px 0 0;
}
.search-items.people h3.people-heading a {
  color: #000;
}
.search-items.people p {
  margin-top: 8px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.search-items.people .pepople-underline:hover + .people-heading a {
  color: #FA4616;
}
.search-items.people .pepople-underline + .people-heading a {
  text-decoration: underline;
}
.search-items .search-thumbnail {
  line-height: 0;
}
.search-items .search-thumbnail img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 259px;
}

.search-result-wrapper {
  padding-bottom: 71px;
}
.search-result-wrapper .search-section:not(:first-child) {
  margin-top: 51px;
}

.page-404 {
  padding: 50px 0 100px;
}
.page-404 .entry-title-container {
  text-align: center;
}
.page-404 .container {
  padding: 0 15px;
}
.page-404 h1 {
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #FA4616;
  text-transform: uppercase;
  margin-bottom: 0;
}
.page-404 h3 {
  text-align: center;
}
.page-404 .cta-primary {
  color: #fff;
}

.project-category-list {
  background-color: #000;
  padding: 35.6px 0;
}
.project-category-list .text-column {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 19px;
  gap: 20px;
}
.project-category-list .text-column h2 {
  text-transform: capitalize;
  color: #fff;
  margin: 0;
  font-weight: 700;
}
.project-category-list .text-column .cta-btn {
  flex-shrink: 0;
}
.project-category-list .text-column .cta-btn a {
  text-decoration: underline;
  color: #FA4616;
  font-family: "Avenir";
  font-size: 20px;
  line-height: 100%;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 15%;
}
@media screen and (max-width: 1199px) {
  .project-category-list .text-column .cta-btn a {
    font-size: 14px;
  }
}
.project-category-list .text-column .cta-btn a:hover {
  color: #FA4616;
}
.project-category-list .slider-column .slick-list {
  margin-right: -20px;
}
.project-category-list .slider-column .slick-list .slick-slide {
  margin-right: 20px;
}
.project-category-list .slider-column .slick-list .slick-slide .project-image {
  display: block;
  line-height: 0;
}
.project-category-list .slider-column .slick-list .slick-slide .project-image img {
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}
.project-category-list .slider-column .slick-list .slick-slide .project-content .content-text {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-family: "Avenir";
  margin: 0;
}
.project-category-list .slider-column .slick-list .slick-slide .project-image:hover + .project-content a p {
  color: #FA4616 !important;
}
.project-category-list .slider-column .slick-arrow {
  top: 36% !important;
}
.project-category-list .slider-column .slick-next {
  right: -35px !important;
}
@media screen and (max-width: 1199px) {
  .project-category-list .slider-column .slick-next {
    right: 0px !important;
  }
}
@media screen and (max-width: 575px) {
  .project-category-list .slider-column .slick-next {
    right: 10px !important;
  }
}
@media screen and (max-width: 575px) {
  .project-category-list .slider-column .slick-next:before {
    background-position: left bottom;
  }
}
.project-category-list .slider-column .slick-prev {
  left: -35px !important;
}
@media screen and (max-width: 1199px) {
  .project-category-list .slider-column .slick-prev {
    left: 0px !important;
  }
}
.project-category-list.project-only-slider .project-content {
  margin: 15px 0 0px;
}
.project-category-list.project-only-slider .project-content .content-title {
  color: #fff;
  margin: 10px 0 0 !important;
  font-size: 20px;
  text-transform: capitalize;
  display: block;
}
.project-category-list.project-only-slider .project-content .content-text {
  font-size: 16px;
  font-weight: 400;
  font-family: "Avenir";
  margin: 10px 0 0 !important;
  text-transform: uppercase;
  display: block;
}

.projects-group-outer {
  background: #000;
  padding: 92px 0;
}
@media screen and (max-width: 1199px) {
  .projects-group-outer {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 575px) {
  .projects-group-outer {
    padding: 50px 15px;
  }
}

.project-by-category-part {
  margin-top: 55px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media screen and (max-width: 991px) {
  .project-by-category-part {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 575px) {
  .project-by-category-part {
    grid-template-columns: repeat(1, 1fr);
  }
}
.project-by-category-part .project-image {
  line-height: 0;
  display: block;
}
.project-by-category-part .project-image img {
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.project-by-category-part .project-content {
  margin: 15px 0 0px;
}
.project-by-category-part .project-content.black-bg-content .content-text {
  margin: 10px 0 0;
}
.project-by-category-part .project-content .content-text {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-family: "Avenir";
  margin: 0;
  text-transform: uppercase;
}
.project-by-category-part .project-content a .content-title {
  color: #fff;
  margin: 10px 0 0;
  font-size: 20px;
  text-transform: capitalize;
}
@media screen and (max-width: 1199px) {
  .project-by-category-part .project-content a .content-title {
    font-size: 18px;
  }
}
.project-by-category-part .project-content a .content-title:hover {
  color: #FA4616;
}
.project-by-category-part .project-image:hover + .project-content a p {
  color: #FA4616 !important;
}

.filter-load-more {
  grid-column: 1/-1;
  width: 100%;
  text-align: center;
  margin-top: 34px;
  text-align: center;
}
.filter-load-more a {
  color: #FA4616;
  text-decoration: underline;
  font-family: "Avenir";
  font-size: 20px;
  line-height: 100%;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 15%;
}
@media screen and (max-width: 1199px) {
  .filter-load-more a {
    font-size: 14px;
  }
}
.filter-load-more a:hover {
  color: #FA4616;
}

.insight-cat-wrapper {
  background: #fff;
  padding-bottom: 91px;
}
.insight-cat-wrapper .team-searchbar {
  display: flex;
  border-bottom: 1px solid #000;
  margin-bottom: 72px;
  padding-bottom: 10px;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .insight-cat-wrapper .team-searchbar {
    flex-direction: column-reverse;
    gap: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575px) {
  .insight-cat-wrapper .team-searchbar .people-search-form {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .insight-cat-wrapper .team-searchbar form {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .insight-cat-wrapper .team-searchbar form .dropdown-container {
    width: 100%;
  }
}
.insight-cat-wrapper .projects-group-outer {
  background: #fff;
  padding: 0 !important;
}
@media screen and (max-width: 1199px) {
  .insight-cat-wrapper .projects-group-outer {
    padding: 0 15px !important;
  }
}
.insight-cat-wrapper .project-by-category-part .project-content a .content-title {
  color: #000;
}
.insight-cat-wrapper .project-by-category-part .project-content a .content-title:hover {
  color: #FA4616;
}
.insight-cat-wrapper .project-by-category-part .project-content .content-date {
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  margin: 0;
}
.insight-cat-wrapper .search-outer {
  margin: 0 auto;
  text-align: center;
  max-width: 310px;
  position: relative;
}
@media screen and (max-width: 575px) {
  .insight-cat-wrapper .search-outer {
    max-width: 100%;
  }
}
.insight-cat-wrapper .search-outer input {
  width: 100%;
  border-width: 0 0 1px 0;
  padding: 12px 40px 8px;
  font-size: 14px;
  font-family: "Avenir";
  outline: none;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 5%;
}
@media screen and (max-width: 767px) {
  .insight-cat-wrapper .search-outer input {
    width: 100%;
  }
}
.insight-cat-wrapper .search-outer input:hover::-moz-placeholder {
  color: #8C8B89;
}
.insight-cat-wrapper .search-outer input:hover::placeholder {
  color: #8C8B89;
}
.insight-cat-wrapper .search-outer .search-icon-left {
  position: absolute;
  bottom: 4px;
}
.insight-cat-wrapper .search-outer .search-btn {
  position: absolute;
  bottom: 8px;
  background-color: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
  right: 10px;
}
@media screen and (max-width: 575px) {
  .insight-cat-wrapper .search-outer .search-btn {
    right: -3px;
  }
}
.insight-cat-wrapper .dropdown-button {
  color: #000;
}
@media screen and (max-width: 575px) {
  .insight-cat-wrapper .dropdown-button {
    width: 100%;
  }
}
.insight-cat-wrapper .dropdown-button::after {
  border-color: #000;
}
.insight-cat-wrapper .dropdown-list {
  margin-top: 17.1px;
  border: 1px solid #000 !important;
}

.project-filter-form {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
  align-items: center;
  padding-bottom: 10px;
}
@media screen and (max-width: 575px) {
  .project-filter-form {
    flex-direction: column;
  }
}
.project-filter-form a {
  color: #FA4616;
  text-decoration: underline;
  font-family: "Avenir";
  font-size: 20px;
  line-height: 100%;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 15%;
}
@media screen and (max-width: 1199px) {
  .project-filter-form a {
    font-size: 14px;
  }
}
.project-filter-form a:hover {
  color: #FA4616;
}
.project-filter-form .form-filter {
  display: flex;
  gap: 55px;
}
@media screen and (max-width: 575px) {
  .project-filter-form .form-filter {
    flex-direction: column;
    gap: 15px;
    width: 100%;
    margin-bottom: 15px;
  }
}
