/*!
 Theme Name:     Divi child Theme
 Description:    Divi Child Theme
 Author:         Firstcom Solutions
 Template:       Divi
 Version:        1.0.0
*/

@import url("../Divi/style.css");

@font-face {
  font-family: 'Futura';
  font-style: normal;
  font-weight: 300;
  src: local("Futura Std Light"), url("fonts/FuturaStdLight.woff") format("woff");
}

@font-face {
  font-family: 'Futura';
  font-style: normal;
  font-weight: 400;
  src: local("Futura Std Book"), url("fonts/FuturaStdBook.woff") format("woff");
}

@font-face {
  font-family: 'Futura Std Medium';
  font-style: normal;
  font-weight: 500;
  src: local("Futura Std Medium"), url("fonts/FuturaStdMedium.woff") format("woff");
}

@font-face {
  font-family: 'Futura';
  font-style: normal;
  font-weight: 700;
  src: local("Futura Std Heavy"), url("fonts/FuturaStdHeavy.woff") format("woff");
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

body {
  font-weight: 400 !important;
}

body #main-content > .container::before {
  content: none !important;
}

body #left-area {
  width: 100%;
  padding: 0px !important;
  float: none !important;
}

.search_overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: -1;
}

.search_overlay.search_is_open {
  z-index: 9;
  opacity: 1;
}

.container {
  max-width: 100% !important;
  width: 90% !important;
}

.hidden {
  display: none !important;
}

::-moz-selection {
  background-color: #000;
  color: #fff;
}

::selection {
  background-color: #000;
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1e1e1e;
  text-transform: capitalize;
  line-height: 1em !important;
}

.heading_container {
  margin-bottom: 30px;
}

.heading_container.center {
  text-align: center;
}

.heading_container .heading_title {
  color: #1e1e1e;
  padding-bottom: 0;
}

.h3_container {
  margin-bottom: 20px;
}

.h3_container .title {
  padding-bottom: 0;
  font-size: 20px;
}

.bg_cover {
  background-position: top center !important;
  background-size: cover !important;
}

.mb1 {
  margin-bottom: 10px;
}

.mb2 {
  margin-bottom: 20px;
}

.mb3 {
  margin-bottom: 30px;
}

.mb4 {
  margin-bottom: 40px;
}

.mb5 {
  margin-bottom: 50px;
}

.sec {
  padding: 50px 0;
}

a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover {
  opacity: 0.5;
}

.link {
  color: #525252;
}

.link:hover {
  color: #000;
}

.et_slide_in_menu_container {
  -webkit-transition-duration: .3s !important;
  transition-duration: .3s !important;
}

#main-header {
  background-color: transparent !important;
  box-shadow: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#main-header.bg_scroll {
  background-color: #fff !important;
  border-bottom-color: #000;
}

#main-header.bg_scroll #top-menu a {
  color: #000;
}

#main-header.bg_scroll #searchform i {
  color: #000;
}

#main-header.bg_scroll #searchform #s {
  color: #000;
}

#main-header.search_is_open #et-top-navigation {
  opacity: 0;
}

#main-header > .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

#main-header > .container .logo_container {
  position: initial;
  height: auto;
  width: auto;
}

#main-header > .container #et-top-navigation {
  float: none;
  padding: 0 !important;
  height: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#main-header > .container #et-top-navigation #top-menu a {
  padding-bottom: 0;
  font-weight: 600 !important;
  font-size: 16px;
}

#main-header > .container #et-top-navigation #top-menu li.current-menu-item a {
  color: #000;
  opacity: 0.5;
}

#main-header > .container::after {
  content: none !important;
}

#main-header .mobile_menu_bar {
  padding: 10px 0px !important;
}

#main-header #mobile_menu li.current-menu-item {
  opacity: 0.5;
}

#main-header #mobile_menu li.current-menu-item a {
  color: #000;
}

#main-header #mobile_menu a {
  text-transform: uppercase;
}

.footer_section {
  background: #585858;
}

.footer_section .copyright {
  color: #fff;
  padding: 10px 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.footer_section .copyright a:hover {
  color: #000;
}

.footer_section .copyright section {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 15px;
}

input[type=submit],
.btn {
  cursor: pointer;
  width: 150px !important;
  border: 1px solid #000 !important;
  border-radius: 20px;
  padding: 15px !important;
  text-transform: uppercase;
  background-color: transparent;
}

input[type=submit]:hover,
.btn:hover {
  color: #fff;
  background-color: #000;
}

#main-header .nav li li ul {
  top: 0;
}

#main-header .et_mobile_menu a {
  font-weight: 700 !important;
  background-color: #fff;
}

#main-header .et_mobile_menu .current-menu-item > a,
#main-header .et_mobile_menu .current-menu-parent > a {
  color: #27d4a1;
}

#main-header .et_mobile_menu .menu-item-has-children li {
  padding-left: 5px;
}

#main-header .et_mobile_menu .menu-item-has-children.clickable,
#main-header .et_mobile_menu .menu-item-has-children > a {
  position: relative;
}

#main-header .et_mobile_menu .menu-item-has-children:not(.clickable) > a:after,
#main-header .et_mobile_menu .menu-item-has-children.clickable > span.parent_icon:after {
  font-family: "ETmodules";
  text-align: center;
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
}

#main-header .et_mobile_menu .menu-item-has-children:not(.clickable) > a:after {
  content: "\33";
  position: absolute;
  top: 13px;
  right: 10px;
}

#main-header .et_mobile_menu .menu-item-has-children:not(.clickable).visible > a:after {
  content: "\32";
}

#main-header .et_mobile_menu .menu-item-has-children.clickable > span.parent_icon {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  -webkit-box-align: center;
  align-items: center;
  position: absolute;
  width: 46px;
  height: 46px;
  right: 0;
  top: 0;
  z-index: 9;
}

#main-header .et_mobile_menu .menu-item-has-children.clickable > span.parent_icon::after {
  content: "\33";
}

#main-header .et_mobile_menu .menu-item-has-children.clickable.visible > span.parent_icon:after {
  content: "\32";
}

/* Hide submenu by default */

#main-header .et_mobile_menu ul.sub-menu,
.et-db #et-boc .et-l .et_pb_menu .et_mobile_menu > ul.sub-menu,
.et-db #et-boc .et-l .et_pb_fullwidth_menu .et_mobile_menu > ul.sub-menu {
  display: none !important;
  visibility: hidden !important;
}

/* Show submenu */

#main-header .et_mobile_menu .visible > ul.sub-menu,
.et-db #et-boc .et-l .et_pb_menu .et_mobile_menu .visible > ul.sub-menu,
.et-db #et-boc .et-l .et_pb_fullwidth_menu .et_mobile_menu .visible > ul.sub-menu {
  display: block !important;
  visibility: visible !important;
}

input,
textarea {
  border-color: #ebebeb !important;
}

.form_item input,
.form_item textarea {
  font-size: 16px;
  width: 100%;
  padding: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.form_item input::-webkit-input-placeholder,
.form_item textarea::-webkit-input-placeholder {
  color: #525252;
}

.form_item input::-moz-placeholder,
.form_item textarea::-moz-placeholder {
  color: #525252;
}

.form_item input:-ms-input-placeholder,
.form_item textarea:-ms-input-placeholder {
  color: #525252;
}

.form_item input::-ms-input-placeholder,
.form_item textarea::-ms-input-placeholder {
  color: #525252;
}

.form_item input::placeholder,
.form_item textarea::placeholder {
  color: #525252;
}

.form_item input:focus,
.form_item textarea:focus {
  border-color: #000 !important;
}

.form_item input:focus::-webkit-input-placeholder,
.form_item textarea:focus::-webkit-input-placeholder {
  color: #000;
}

.form_item input:focus::-moz-placeholder,
.form_item textarea:focus::-moz-placeholder {
  color: #000;
}

.form_item input:focus:-ms-input-placeholder,
.form_item textarea:focus:-ms-input-placeholder {
  color: #000;
}

.form_item input:focus::-ms-input-placeholder,
.form_item textarea:focus::-ms-input-placeholder {
  color: #000;
}

.form_item input:focus::placeholder,
.form_item textarea:focus::placeholder {
  color: #000;
}

.form_item .g-recaptcha {
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transform-origin: left;
  transform-origin: left;
}

.form_item .ajax-loader {
  display: none !important;
}

.form_item.items:not(.form_footer) > * {
  display: block;
  margin-bottom: 20px !important;
}

.form_item:not(.items) > * {
  display: block;
  margin-bottom: 20px !important;
}

.form_item.form_footer {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.form_item.form_footer > *:first-child {
  margin-right: auto;
}

.form_item.form_footer > *:first-child .wpcf7-list-item {
  margin-left: 0;
}

.form_item.form_footer label {
  display: -webkit-box;
  display: flex;
}

.form_item.form_footer label input {
  margin-right: 10px;
  margin-top: 8px;
}

.form_item.form_footer label > * {
  font-size: 14px;
  width: auto;
}

.wpcf7-response-output {
  border: 0 !important;
  padding: 0 !important;
  color: #fff;
}

#searchform {
  border-bottom: 1px solid transparent;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-bottom: 5px;
}

#searchform i {
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  font-size: 20px;
}

#searchform #searchsubmit {
  display: none;
}

#searchform #s {
  background-color: transparent;
  font-size: 16px;
  width: 0;
  border: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#searchform.open {
  border-color: #000;
}

#searchform.open #s {
  width: 200px;
}

#banner_section_inner {
  margin-top: -98px;
}

#banner_section_inner .page_title {
  color: #fff;
  font-weight: 700 !important;
  text-transform: uppercase;
  font-size: 25px;
}

#banner_section_inner .item {
  background-size: cover !important;
  background-position: center !important;
  padding: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: 200px;
}

.banner_section .img img {
  width: 100%;
}

.banner_section video {
  width: 100%;
}

.breadcrumbs {
  color: #000;
}

.breadcrumbs a {
  color: #000;
}

.breadcrumbs .container {
  margin-top: 40px;
  margin-bottom: 40px;
}

.breadcrumbs [property=itemListElement] > * {
  font-size: 15px;
  text-transform: uppercase;
}

.breadcrumbs [property=itemListElement] > span {
  color: #b5b5b5;
}

.breadcrumbs .separator {
  margin: 0 20px;
}

.single-project .breadcrumbs .container > *:nth-last-child(-n+4) {
  display: none;
}

.single-project .breadcrumbs .container > *:nth-child(3) {
  opacity: 0.5;
}

.tax-project_category .breadcrumbs .container > *:nth-last-child(-n+2) {
  display: none;
}

.tax-project_category .breadcrumbs .container > *:nth-child(3) {
  opacity: 0.5;
}

.page-template-page-home .footer_section {
  display: none;
}

.page-template-page-home .search_overlay {
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.page-template-page-home .search_overlay.search_is_open {
  z-index: 9;
  opacity: 1;
}

.page-template-page-home #main-header {
  background-color: transparent !important;
  border-bottom-color: transparent;
}

.page-template-page-home #main-header #top-menu a {
  color: #fff;
}

.page-template-page-home #main-header #searchform.open {
  border-color: #fff;
}

.page-template-page-home #main-header #searchform i {
  color: #fff;
}

.page-template-page-home #main-header #searchform #s {
  color: #fff;
}

.page-template-page-home #main-header.bg_scroll {
  background-color: #fff !important;
  border-bottom-color: #000;
}

.page-template-page-home #main-header.bg_scroll #top-menu a {
  color: #000;
}

.page-template-page-home #main-header.bg_scroll #searchform i {
  color: #000;
}

.page-template-page-home #main-header.bg_scroll #searchform #s {
  color: #000;
}

.page-template-page-home #main-header:hover,
.page-template-page-home #main-header:focus-within,
.page-template-page-home #main-header.header_active {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

.page-template-page-home #main-header:hover #top-menu a,
.page-template-page-home #main-header:focus-within #top-menu a,
.page-template-page-home #main-header.header_active #top-menu a {
  color: #fff;
}

.page-template-page-home #main-header:hover #searchform i,
.page-template-page-home #main-header:focus-within #searchform i,
.page-template-page-home #main-header.header_active #searchform i {
  color: #fff;
}

.page-template-page-home #main-header:hover #searchform #s,
.page-template-page-home #main-header:focus-within #searchform #s,
.page-template-page-home #main-header.header_active #searchform #s {
  color: #fff;
}

.page-template-page-home #sec1 {
  overflow: hidden;
  margin-top: -52px;
  position: relative;
}

.page-template-page-home #sec1 .banner_items #banner_video {
  min-width: 100%;
  z-index: 0;
}

.page-template-page-home #sec1 .banner_items .img {
  height: 100vh;
}

.page-template-page-home #sec1 .banner_items button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  z-index: 3;
  background: transparent !important;
  cursor: pointer;
}

.page-template-page-home #sec1 .banner_items h2 {
  font-size: 25px;
  color: #fff;
}

.page-template-page-home #sec1 .banner_items .content {
  width: 100%;
  position: absolute;
  z-index: 2;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff !important;
  bottom: 50px;
}

.page-template-page-home #sec1 .banner_items .desc {
  letter-spacing: 2px;
}

.page-template-page-home #sec1 .banner_items .item {
  position: relative;
}

.page-template-page-home #sec1 .banner_items .item::before {
  content: '';
  /*background-color: rgba(0, 0, 0, 0.2);*/
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.page-template-page-home #sec1 .banner_items .slick-dots {
  position: absolute;
  bottom: calc((50px / 2) - 7px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box !important;
  display: flex !important;
  z-index: 4;
}

.page-template-page-home #sec1 .banner_items .slick-dots li {
  padding: 3px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #fff;
  border-radius: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.page-template-page-home #sec1 .banner_items .slick-dots li.slick-active,
.page-template-page-home #sec1 .banner_items .slick-dots li:hover {
  background: #fff;
  border-color: #fff;
  opacity: 1;
}

.page-template-page-home #sec1 .banner_items .slick-dots button {
  cursor: pointer;
  color: #fff;
  background: #fff;
  border: 0;
  border-radius: 100%;
  width: 8px !important;
  height: 8px !important;
  padding: 0 !important;
  font-size: 0;
}

.page-template-page-home #sec1 .slider_progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.page-template-page-home #sec1 .slider_progress .progress {
  background: #fff;
  width: 0%;
  height: 3px;
}

.page-template-page-contact #sec1 {
  padding-top: 0;
}

.page-template-page-contact #sec1 .google_map {
  margin-bottom: 50px;
}

.page-template-page-contact #sec1 .heading_container {
  margin-bottom: 20px;
}

.page-template-page-contact #sec1 .txt {
  text-align: center;
}

.page-template-page-contact #sec1 .info {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  justify-content: space-evenly;
}

.page-template-page-contact #sec1 .info > * {
  text-align: center;
}

.page-template-page-contact #sec1 .info p {
  padding-bottom: 0;
}

.page-template-page-thank_you .content_container a {
  margin: 0 auto;
  display: block;
}

.page-template-page-thank_you #sec1 {
  height: calc(100vh - 128px);
}

.page-template-page-thank_you #sec1 .heading_title {
  text-align: center;
}

.page-template-page-studio #sec1 .banner_section {
  max-height: 500px;
  overflow: hidden;
}

.page-template-page-studio #sec2 .desc {
  /*text-align: center;*/
}

.page-template-page-studio #sec3 {
  padding-top: 0;
}

.page-template-page-studio #sec3 .heading_container {
  margin-bottom: 15px;
}

.page-template-page-studio #sec3 .image_items {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.page-template-page-studio #sec3 .image_items .item {
  text-align: center;
  border: 1px solid #ebebeb;
  flex-basis: calc((99% / 2) - 30px);
  margin: 15px;
}

.page-template-page-studio #sec3 .image_items .item img {
  display: block;
}

.search-results #sec1,
.search-no-results #sec1 {
  padding-top: 0;
  min-height: calc(100vh - 255px);
}

.search-results #sec1 .category_items,
.search-no-results #sec1 .category_items {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.search-results #sec1 .category_items > .item,
.search-no-results #sec1 .category_items > .item {
  flex-wrap: wrap;
  margin-top: 2px;
  position: relative;
  height: 200px;
  flex-basis: 100%;
}

.search-results #sec1 .category_items .grayscale_img,
.search-no-results #sec1 .category_items .grayscale_img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.search-results #sec1 .category_items a,
.search-no-results #sec1 .category_items a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}

.search-results #sec1 .category_items a:hover ~ .grayscale_img,
.search-no-results #sec1 .category_items a:hover ~ .grayscale_img {
  opacity: 0;
}

.search-results #sec1 .category_items .name,
.search-no-results #sec1 .category_items .name {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px 10px;
  z-index: 2;
}

.search-results #sec1 .category_items .name > *,
.search-no-results #sec1 .category_items .name > * {
  font-size: 18px;
  line-height: 1em;
  color: #fff;
  padding-bottom: 0;
}

.page-template-page-project #sec1 .banner_video_section,
.tax-project_category #sec1 .banner_video_section,
.single-project #sec1 .banner_video_section {
  max-height: 500px;
  overflow: hidden;
}

.page-template-page-project #sec1 .img img,
.tax-project_category #sec1 .img img,
.single-project #sec1 .img img {
  display: block;
}

.page-template-page-project #sec2 .desc,
.tax-project_category #sec2 .desc,
.single-project #sec2 .desc {
  /*text-align: center;*/
}

.page-template-page-project #sec3,
.tax-project_category #sec3,
.single-project #sec3 {
  padding-top: 0;
}

.page-template-page-project #sec3 .category_items,
.tax-project_category #sec3 .category_items,
.single-project #sec3 .category_items {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.page-template-page-project #sec3 .category_items > .item,
.tax-project_category #sec3 .category_items > .item,
.single-project #sec3 .category_items > .item {
  flex-wrap: wrap;
  margin-top: 2px;
  position: relative;
  height: 200px;
  flex-basis: 100%;
}

.page-template-page-project #sec3 .category_items .grayscale_img,
.tax-project_category #sec3 .category_items .grayscale_img,
.single-project #sec3 .category_items .grayscale_img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.page-template-page-project #sec3 .category_items a,
.tax-project_category #sec3 .category_items a,
.single-project #sec3 .category_items a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}

.page-template-page-project #sec3 .category_items a:hover ~ .grayscale_img,
.tax-project_category #sec3 .category_items a:hover ~ .grayscale_img,
.single-project #sec3 .category_items a:hover ~ .grayscale_img {
  opacity: 0;
}

.page-template-page-project #sec3 .category_items .name,
.tax-project_category #sec3 .category_items .name,
.single-project #sec3 .category_items .name {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px 10px;
  z-index: 2;
}

.page-template-page-project #sec3 .category_items .name > *,
.tax-project_category #sec3 .category_items .name > *,
.single-project #sec3 .category_items .name > * {
  font-size: 18px;
  line-height: 1em;
  color: #fff;
  padding-bottom: 0;
}

.page-template-page-project #sec3 .gallery_items .img,
.tax-project_category #sec3 .gallery_items .img,
.single-project #sec3 .gallery_items .img {
  width: 100%;
}

.page-template-page-project #sec3 .gallery_items .s1 .item:first-child img,
.tax-project_category #sec3 .gallery_items .s1 .item:first-child img,
.single-project #sec3 .gallery_items .s1 .item:first-child img {
  display: block;
  width: 100%;
}

.page-template-page-project #sec3 .gallery_items .s1 .item:last-child,
.tax-project_category #sec3 .gallery_items .s1 .item:last-child,
.single-project #sec3 .gallery_items .s1 .item:last-child {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.page-template-page-project #sec3 .gallery_items .s1 .item:last-child .img,
.tax-project_category #sec3 .gallery_items .s1 .item:last-child .img,
.single-project #sec3 .gallery_items .s1 .item:last-child .img {
  height: 150px;
}

.page-template-page-project #sec3 .gallery_items .s2,
.tax-project_category #sec3 .gallery_items .s2,
.single-project #sec3 .gallery_items .s2 {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.page-template-page-project #sec3 .gallery_items .s2 .img,
.tax-project_category #sec3 .gallery_items .s2 .img,
.single-project #sec3 .gallery_items .s2 .img {
  height: 150px;
  flex-basis: calc((100% / 2) - 5px);
}

.page-template-page-project #sec3 .gallery_items .s3,
.tax-project_category #sec3 .gallery_items .s3,
.single-project #sec3 .gallery_items .s3 {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.page-template-page-project #sec3 .gallery_items .s3 .img,
.tax-project_category #sec3 .gallery_items .s3 .img,
.single-project #sec3 .gallery_items .s3 .img {
  height: 150px;
}

.page-template-page-project #sec3 .gallery_items .s4,
.tax-project_category #sec3 .gallery_items .s4,
.single-project #sec3 .gallery_items .s4 {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.page-template-page-project #sec3 .gallery_items .s4 .img,
.tax-project_category #sec3 .gallery_items .s4 .img,
.single-project #sec3 .gallery_items .s4 .img {
  height: 200px;
}

.page-template-page-project #sec3 .gallery_items .s5,
.tax-project_category #sec3 .gallery_items .s5,
.single-project #sec3 .gallery_items .s5 {
  margin-top: 10px;
}

.page-template-page-project #sec3 .gallery_items .s5 img,
.tax-project_category #sec3 .gallery_items .s5 img,
.single-project #sec3 .gallery_items .s5 img {
  width: 100%;
}

.page-template-page-project #sec4 .facts_figure_items,
.tax-project_category #sec4 .facts_figure_items,
.single-project #sec4 .facts_figure_items {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.page-template-page-project #sec4 .facts_figure_items .item,
.tax-project_category #sec4 .facts_figure_items .item,
.single-project #sec4 .facts_figure_items .item {
  border: 1px solid #ebebeb;
  border-left: 0;
  border-right: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 10px 30px;
}

.page-template-page-project #sec4 .facts_figure_items .item:not(:first-child):not(:nth-child(2)),
.tax-project_category #sec4 .facts_figure_items .item:not(:first-child):not(:nth-child(2)),
.single-project #sec4 .facts_figure_items .item:not(:first-child):not(:nth-child(2)) {
  border-top: 0;
}

.page-template-page-project #sec5,
.tax-project_category #sec5,
.single-project #sec5 {
  padding-bottom: 50px;
}

.page-template-page-project #sec5 .item,
.tax-project_category #sec5 .item,
.single-project #sec5 .item {
  position: relative;
  overflow: hidden;
  margin: 5px;
}

.page-template-page-project #sec5 .item:hover .img,
.tax-project_category #sec5 .item:hover .img,
.single-project #sec5 .item:hover .img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.page-template-page-project #sec5 .img,
.tax-project_category #sec5 .img,
.single-project #sec5 .img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 200px;
}

.page-template-page-project #sec5 a,
.tax-project_category #sec5 a,
.single-project #sec5 a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.page-template-page-project #sec5 .desc,
.tax-project_category #sec5 .desc,
.single-project #sec5 .desc {
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.page-template-page-project #sec5 .desc .title,
.page-template-page-project #sec5 .desc .location,
.tax-project_category #sec5 .desc .title,
.tax-project_category #sec5 .desc .location,
.single-project #sec5 .desc .title,
.single-project #sec5 .desc .location {
  color: #fff;
}

.page-template-page-project #sec5 .slick-dots,
.tax-project_category #sec5 .slick-dots,
.single-project #sec5 .slick-dots {
  margin-top: 50px;
  display: -webkit-box !important;
  display: flex !important;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  z-index: 4;
}

.page-template-page-project #sec5 .slick-dots li,
.tax-project_category #sec5 .slick-dots li,
.single-project #sec5 .slick-dots li {
  border-radius: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  cursor: pointer;
}

.page-template-page-project #sec5 .slick-dots li.slick-active button,
.page-template-page-project #sec5 .slick-dots li:hover button,
.tax-project_category #sec5 .slick-dots li.slick-active button,
.tax-project_category #sec5 .slick-dots li:hover button,
.single-project #sec5 .slick-dots li.slick-active button,
.single-project #sec5 .slick-dots li:hover button {
  opacity: 1;
}

.page-template-page-project #sec5 .slick-dots li:not(:last-child),
.tax-project_category #sec5 .slick-dots li:not(:last-child),
.single-project #sec5 .slick-dots li:not(:last-child) {
  margin-right: 5px;
}

.page-template-page-project #sec5 .slick-dots button,
.tax-project_category #sec5 .slick-dots button,
.single-project #sec5 .slick-dots button {
  cursor: pointer;
  color: #000;
  background: #000;
  border: 0;
  border-radius: 100%;
  width: 10px !important;
  height: 10px !important;
  padding: 0 !important;
  font-size: 0;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.single-project #sec3 .gallery_items .s5 img {
    margin-bottom: -10px;    
}

@media (min-width: 577px) {
  #banner_section_inner .item {
    height: 250px;
  }

  .page-template-page-contact #sec1 .info > * {
    flex-basis: calc(99% / 3);
  }

  .page-template-page-thank_you #sec1 {
    height: calc(100vh - 100px);
  }

  .page-template-page-studio #sec3 .image_items .item {
    flex-basis: calc((99% / 3) - 30px);
  }

  .search-results #sec1,
  .search-no-results #sec1 {
    min-height: calc(100vh - 227px);
  }

  .search-results #sec1 .category_items > .item,
  .search-no-results #sec1 .category_items > .item {
    flex-basis: calc((100% / 2) - 1px);
    height: 300px;
  }

  .search-results #sec1 .category_items .name,
  .search-no-results #sec1 .category_items .name {
    padding: 30px 20px;
  }

  .search-results #sec1 .category_items .name > *,
  .search-no-results #sec1 .category_items .name > * {
    font-size: 20px;
  }

  .page-template-page-project #sec3 .category_items > .item,
  .tax-project_category #sec3 .category_items > .item,
  .single-project #sec3 .category_items > .item {
    flex-basis: calc((100% / 2) - 1px);
    height: 300px;
  }

  .page-template-page-project #sec3 .category_items .name,
  .tax-project_category #sec3 .category_items .name,
  .single-project #sec3 .category_items .name {
    padding: 30px 20px;
  }

  .page-template-page-project #sec3 .category_items .name > *,
  .tax-project_category #sec3 .category_items .name > *,
  .single-project #sec3 .category_items .name > * {
    font-size: 20px;
  }

  .page-template-page-project #sec3 .gallery_items .s1,
  .tax-project_category #sec3 .gallery_items .s1,
  .single-project #sec3 .gallery_items .s1 {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .page-template-page-project #sec3 .gallery_items .s1 .item:first-child,
  .tax-project_category #sec3 .gallery_items .s1 .item:first-child,
  .single-project #sec3 .gallery_items .s1 .item:first-child {
    flex-basis: 75%;
  }

  .page-template-page-project #sec3 .gallery_items .s1 .item:last-child,
  .tax-project_category #sec3 .gallery_items .s1 .item:last-child,
  .single-project #sec3 .gallery_items .s1 .item:last-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    flex-basis: calc(25% - 10px);
  }

  .page-template-page-project #sec3 .gallery_items .s1 .item:last-child .img,
  .tax-project_category #sec3 .gallery_items .s1 .item:last-child .img,
  .single-project #sec3 .gallery_items .s1 .item:last-child .img {
    height: calc(50% - 5px);
  }

  .page-template-page-project #sec3 .gallery_items .s2,
  .tax-project_category #sec3 .gallery_items .s2,
  .single-project #sec3 .gallery_items .s2 {
    margin-top: 10px;
  }

  .page-template-page-project #sec3 .gallery_items .s2 .img,
  .tax-project_category #sec3 .gallery_items .s2 .img,
  .single-project #sec3 .gallery_items .s2 .img {
    flex-basis: calc((100% / 4) - (30px / 4));
    height: calc(300px / 2);
    height: 200px;
  }

  .page-template-page-project #sec3 .gallery_items .s3,
  .tax-project_category #sec3 .gallery_items .s3,
  .single-project #sec3 .gallery_items .s3 {
    margin-top: 10px;
  }
  
  .single-project #sec3 .gallery_items .s1  {
      margin-top: 10px;
  }

  .page-template-page-project #sec3 .gallery_items .s3 .img,
  .tax-project_category #sec3 .gallery_items .s3 .img,
  .single-project #sec3 .gallery_items .s3 .img {
    flex-basis: calc((100% / 3) - (20px / 3));
    height: 200px;
  }

  .page-template-page-project #sec3 .gallery_items .s4,
  .tax-project_category #sec3 .gallery_items .s4,
  .single-project #sec3 .gallery_items .s4 {
    margin-top: 10px;
  }

  .page-template-page-project #sec3 .gallery_items .s4 .img,
  .tax-project_category #sec3 .gallery_items .s4 .img,
  .single-project #sec3 .gallery_items .s4 .img {
    flex-basis: calc((100% / 2) - 5px);
  }

  .page-template-page-project #sec4 .facts_figure_items .item .label,
  .tax-project_category #sec4 .facts_figure_items .item .label,
  .single-project #sec4 .facts_figure_items .item .label {
    width: 60%;
  }

  .page-template-page-project #sec4 .facts_figure_items .item .value,
  .tax-project_category #sec4 .facts_figure_items .item .value,
  .single-project #sec4 .facts_figure_items .item .value {
    width: 40%;
  }

  .page-template-page-project #sec5 .img,
  .tax-project_category #sec5 .img,
  .single-project #sec5 .img {
    height: 300px;
  }
}

@media (min-width: 769px) {
  .h3_container .title {
    font-size: 24px;
  }

  .form_item .g-recaptcha {
    -webkit-transform-origin: top right;
    transform-origin: top right;
    margin-right: 20px;
  }

  .form_item.items:not(.form_footer) {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .form_item.items:not(.form_footer) > * {
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    width: calc(50% - 10px) !important;
  }

  #banner_section_inner .item {
    height: 350px;
  }

  .search-results #sec1 .category_items > .item,
  .search-no-results #sec1 .category_items > .item {
    height: 350px;
  }

  .search-results #sec1 .category_items .name > *,
  .search-no-results #sec1 .category_items .name > * {
    font-size: 24px;
  }

  .page-template-page-project #sec3 .category_items > .item,
  .tax-project_category #sec3 .category_items > .item,
  .single-project #sec3 .category_items > .item {
    height: 350px;
  }

  .page-template-page-project #sec3 .category_items .name > *,
  .tax-project_category #sec3 .category_items .name > *,
  .single-project #sec3 .category_items .name > * {
    font-size: 24px;
  }

  .page-template-page-project #sec3 .gallery_items .s2 .img,
  .tax-project_category #sec3 .gallery_items .s2 .img,
  .single-project #sec3 .gallery_items .s2 .img {
    height: calc(400px / 2);
  }

  .page-template-page-project #sec3 .gallery_items .s3 .img,
  .tax-project_category #sec3 .gallery_items .s3 .img,
  .single-project #sec3 .gallery_items .s3 .img {
    height: 250px;
  }

  .page-template-page-project #sec3 .gallery_items .s4 .img,
  .tax-project_category #sec3 .gallery_items .s4 .img,
  .single-project #sec3 .gallery_items .s4 .img {
    height: 250px;
  }

  .page-template-page-project #sec4 .facts_figure_items .item,
  .tax-project_category #sec4 .facts_figure_items .item,
  .single-project #sec4 .facts_figure_items .item {
    width: calc((100% / 2) - 25px);
  }

  .page-template-page-project #sec5 .img,
  .tax-project_category #sec5 .img,
  .single-project #sec5 .img {
    height: 400px;
  }
}

@media (min-width: 981px) {
  .sec {
    padding: 70px 0;
  }

  #main-header.bg_scroll #et_search_icon {
    display: block;
  }

  #main-header > .container {
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  #main-header > .container {
    padding: 10px 0px !important;
  }

  #banner_section_inner .page_title {
    font-size: 35px;
  }

  .page-template-page-home #main-header #et_search_icon {
    display: none;
  }

  .page-template-page-home #main-header.bg_scroll #et_search_icon {
    display: block;
  }

  .search-results #sec1,
  .search-no-results #sec1 {
    min-height: calc(100vh - 228px);
  }
}

@media (min-width: 1025px) {
  #banner_section_inner .page_title {
    font-size: 45px;
  }

  #banner_section_inner .item {
    height: 450px;
  }

  .page-template-page-home #sec1 .banner_items h2 {
    font-size: 35px;
  }

  .page-template-page-home #sec1 .banner_items .content {
    bottom: 80px;
  }

  .page-template-page-home #sec1 .banner_items .slick-dots {
    bottom: calc((80px / 2) - 7px);
  }

  .page-template-page-contact #sec1 .info {
    width: 80%;
    margin: 0 auto 30px;
  }

  .page-template-page-studio #sec3 .heading_container {
    margin-bottom: 0;
  }

  .page-template-page-studio #sec3 .image_items .item {
    flex-basis: calc((99% / 5) - 60px);
    margin: 30px;
  }

  .search-results #sec1 .category_items > .item,
  .search-no-results #sec1 .category_items > .item {
    height: 530px;
  }

  .search-results #sec1 .category_items .name > *,
  .search-no-results #sec1 .category_items .name > * {
    font-size: 34px;
  }

  .page-template-page-project #sec3 .category_items > .item,
  .tax-project_category #sec3 .category_items > .item,
  .single-project #sec3 .category_items > .item {
    height: 530px;
  }

  .page-template-page-project #sec3 .category_items .name > *,
  .tax-project_category #sec3 .category_items .name > *,
  .single-project #sec3 .category_items .name > * {
    font-size: 34px;
  }

  .page-template-page-project #sec3 .gallery_items .s2 .img,
  .tax-project_category #sec3 .gallery_items .s2 .img,
  .single-project #sec3 .gallery_items .s2 .img {
    height: calc(650px / 2);
  }

  .page-template-page-project #sec3 .gallery_items .s3 .img,
  .tax-project_category #sec3 .gallery_items .s3 .img,
  .single-project #sec3 .gallery_items .s3 .img {
    height: 500px;
  }

  .page-template-page-project #sec3 .gallery_items .s4 .img,
  .tax-project_category #sec3 .gallery_items .s4 .img,
  .single-project #sec3 .gallery_items .s4 .img {
    height: 640px;
  }

  .page-template-page-project #sec5 .img,
  .tax-project_category #sec5 .img,
  .single-project #sec5 .img {
    height: 650px;
  }
}

@media (min-width: 1281px) {
  #searchform.open #s {
    width: 300px;
  }

  #banner_section_inner .page_title {
    font-size: 55px;
  }

  #banner_section_inner .item {
    height: 550px;
  }

  .page-template-page-studio #sec1 .banner_section {
    max-height: 650px;
  }

  .page-template-page-project #sec1 .banner_video_section,
  .tax-project_category #sec1 .banner_video_section,
  .single-project #sec1 .banner_video_section {
    max-height: 650px;
  }
}

@media (max-width: 980px) {
  #main-header {
    position: fixed !important;
  }

  #main-header.search_is_open .logo_container {
    opacity: 0;
  }

  #main-header > .container .logo_container {
    margin-right: auto;
  }
}

@media (max-width: 768px) {
  .form_item.form_footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  .page-template-page-contact #sec1 .info > *:not(:last-child) {
    margin-bottom: 20px;
  }

  .page-template-page-project #sec4 .facts_figure_items .item:nth-child(2),
  .tax-project_category #sec4 .facts_figure_items .item:nth-child(2),
  .single-project #sec4 .facts_figure_items .item:nth-child(2) {
    border-top: 0;
  }
}

@media (max-width: 576px) {
  .page-template-page-contact #sec1 .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  .page-template-page-project #sec3 .gallery_items .s1 .item:last-child,
  .tax-project_category #sec3 .gallery_items .s1 .item:last-child,
  .single-project #sec3 .gallery_items .s1 .item:last-child {
    margin-top: 10px;
  }

  .page-template-page-project #sec3 .gallery_items .s1 .item:last-child .img,
  .tax-project_category #sec3 .gallery_items .s1 .item:last-child .img,
  .single-project #sec3 .gallery_items .s1 .item:last-child .img {
    flex-basis: calc((100% / 2) - 5px);
  }

  .page-template-page-project #sec3 .gallery_items .s2 .img,
  .tax-project_category #sec3 .gallery_items .s2 .img,
  .single-project #sec3 .gallery_items .s2 .img {
    margin-top: 10px;
  }

  .page-template-page-project #sec3 .gallery_items .s3 .img,
  .tax-project_category #sec3 .gallery_items .s3 .img,
  .single-project #sec3 .gallery_items .s3 .img {
    margin-top: 10px;
    flex-basis: calc((100% / 2) - 5px);
  }

  .page-template-page-project #sec3 .gallery_items .s3 .img:last-child,
  .tax-project_category #sec3 .gallery_items .s3 .img:last-child,
  .single-project #sec3 .gallery_items .s3 .img:last-child {
    flex-basis: 100%;
  }

  .page-template-page-project #sec3 .gallery_items .s4 .img,
  .tax-project_category #sec3 .gallery_items .s4 .img,
  .single-project #sec3 .gallery_items .s4 .img {
    margin-top: 10px;
  }

  .page-template-page-project #sec3 .gallery_items .s4 .img:last-child,
  .tax-project_category #sec3 .gallery_items .s4 .img:last-child,
  .single-project #sec3 .gallery_items .s4 .img:last-child {
    flex-basis: 100%;
  }

  .page-template-page-project #sec4 .facts_figure_items .item,
  .tax-project_category #sec4 .facts_figure_items .item,
  .single-project #sec4 .facts_figure_items .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

