@import "icons.css";

@media (min-width: 1200px) {
  body.helix-ultimate .sppb-row-container, .container {
    max-width: 1100px;
  }
}

body.helix-ultimate .sppb-row-container, .container{
  z-index: 9;
  position: relative;
}
body.ltr .close-offcanvas {
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  border-radius: 0;
  line-height: 50px;
  background: #444;
  padding: 10px
}
a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover,
a:focus {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.com-sppagebuilder.layout-edit-iframe #sp-header{
  position: relative !important;
}

::selection {
  background: #1a1a1a;
  color: #ffffff;
}

::-moz-selection {
  background: #1a1a1a;
  color: #ffffff;
}
::-webkit-input-placeholder { /* Edge */
  color: #444;
  text-transform:uppercase;
  font-weight: 500;
  font-size: 14px;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #444;
  text-transform:uppercase;
  font-weight: 500;
  font-size: 14px;
}

::placeholder {
  color: #444;
  text-transform:uppercase;
  font-weight: 500;
  font-size: 14px;
}
@media (min-width: 1441px) {
    .sppb-container, .container, body.helix-ultimate .sppb-row-container {
        max-width:1320px !important
    }
}

/* @media (min-width: 1281px) {
  .container, body.helix-ultimate .sppb-row-container {
    max-width: 1200px !important;
  }
  .sppb-row-container {
    width: 1200px;
  }
} */

.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:focus {
  color: #fff;
}
.offcanvas-menu .offcanvas-inner .sp-module ul.menu > li a, .offcanvas-menu .offcanvas-inner .sp-module ul.menu > li span {
  padding: 20px 0;
  border-bottom: 1px solid #333;
}
.offcanvas-menu .offcanvas-inner .sp-module ul.address > li span {
  display: inline;
}
.offcanvas-menu .offcanvas-inner .sp-module ul.address {
  padding: 0 15px
}
.offcanvas-menu .offcanvas-inner .sp-module ul.address > li {
  padding: 10px 0;
  text-align: left;
  list-style: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul.lang-block {
  display: block;
  text-align: center;
}
.offcanvas-menu .offcanvas-inner .sp-module ul.lang-block > li {
  display: inline-block;
}
.offcanvas-menu .offcanvas-inner .sp-module:not(:last-child){
  margin-bottom: 40px;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}
.offcanvas-menu .offcanvas-inner ul.menu, .offcanvas-menu .offcanvas-inner ul.menu ul {
  margin-bottom: 30px !important
}
.sppb-row-container {
  margin: auto;
}

body, .sp-preloader {
  color: rgb(26, 51, 55)
}

.sp-preloader {
  background: rgb(32,32,32);
  background: radial-gradient(circle, rgba(32,32,32,1) 0%, rgba(68,68,68,1) 0%, rgba(26,26,26,1) 100%);
}
.sp-preloader > div {
  background: #59a2d9;
}
.sp-preloader > div:after {
  background: rgba(68,68,68,1);
}
h1,h2,h3,h4,h5,h6 {
  /* color: rgb(26, 51, 55); */
  font-weight: 400;
}
a {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
a:hover {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.sp-megamenu-parent {
  text-align: center;
  float: none;
}
#sp-bottom h3 {
  color: #fff;
}
blockquote {
  border-left: 3px solid #ddd;
  padding-left: 20px;
}
/* .com-sppagebuilder #sp-header {
  position: relative;
} */
#sp-header {
  position: fixed;
  background: transparent;
  height: 90px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid rgba(255,255,255,.3);
  z-index: 10;
  -webkit-transition: all 800ms;
  -moz-transition: all 800ms;
  -ms-transition: all 800ms;
  -o-transition: all 800ms;
  transition: all 800ms;
}
#sp-header.header-sticky {
  background: rgba(27,71,79,1);
  -webkit-box-shadow: 0 0 6px rgba(0,0,0,.25);
  -moz-box-shadow: 0 0 6px rgba(0,0,0,.25);
  box-shadow: 0 0 6px rgba(0,0,0,.25);
  -webkit-transition: all 800ms;
  -moz-transition: all 800ms;
  -ms-transition: all 800ms;
  -o-transition: all 800ms;
  transition: all 800ms;
}
/* #sp-header.header-sticky{

} */
#sp-header.header-sticky ~ section#sp-main-body, section#sp-main-body {
  padding: 0;
}
#sp-header.header-sticky  ~ section#sp-main-body #sp-component #sp-simpleportfolio,#sp-header.header-sticky  ~ section#sp-main-body #sp-component .blog,#sp-header.header-sticky  ~ section#sp-main-body #sp-component .article-details  {
  padding-top: 80px;
  padding-bottom: 80px;
}
.com-spsimpleportfolio.view-item #sp-main-body {
  padding: 0;
}
#sp-main-body {
  padding-top: 60px;
  padding-bottom: 60px;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  line-height: 90px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #2a2a2a;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
  color: #bbb;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover, .sp-megamenu-parent > li.active:hover > a, .sp-megamenu-parent > li:hover > a {
  color: #bbb !important;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover, .sp-megamenu-parent > li > a, .sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a, .sp-megamenu-parent > li:hover > a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
}
#offcanvas-toggler, #sp-header.header-with-modal-menu #modal-menu-toggler {
  display: block;
  height: 90px;
  line-height: 90px;
  font-size: 20px;
  width: 90px;
  text-align: center;
  justify-content: center;
}
#offcanvas-toggler > .fa {
  color: #fff;
}
#sp-header .logo {
  height: 90px;
  width: 150px;
  padding: 10px 0 10px 20px;
  /*background: #fff;*/
}
.burger-icon>span, .offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
  background-color: #fff
}
.categories .sppb-addon-title {
  position: absolute;
  bottom: 60px;
  left: 60px;
}

.lines-effect .sppb-addon-content:before {
  content: '';
  width: 1px;
  background: rgba(255,255,255,.75);
  right: 30px;
  position: absolute;
  z-index: 1;
  top: 30px;
  bottom: 15px;
}
.lines-effect .sppb-addon-content:after {
  content: '';
  height: 1px;
  background: rgba(255,255,255,.75);
  bottom: 30px;
  position: absolute;
  z-index: 1;
  left: 30px;
  right: 15px;
}
.sp-page-builder .page-content #gallery > .sppb-row-overlay {
  opacity: 0.5;
}

.btn-primary, .sppb-btn-primary{
  background-color: rgb(26, 51, 55);
  border-color: rgb(26, 51, 55);
  color: rgb(223, 222, 212);
}

.btn-secondary, .sppb-btn-secondary {
  background-color: rgb(223,222,212);
  border-color: rgb(223, 222, 212);
  color: rgb(26, 51, 55);
}
.btn-primary, .sppb-btn-primary, .btn-secondary, .sppb-btn-secondary {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 18px;
  font-weight: normal;
  /* text-transform: uppercase; */
  padding: 15px 60px;
  position: relative;
}

.btn-primary:hover, .sppb-btn-primary:hover {
  border-color: #1a1a1a;
  background-color: #fff;
  color: #1a1a1a;
}

.btn-secondary:hover, .sppb-btn-secondary:hover {
  border-color: #fff;
  background-color: #1a1a1a;
  color: #fff;
}

.btn-primary:before, .sppb-btn-primary:before, .btn-primary:after, .sppb-btn-primary:after {
  background: #1a1a1a;
}
.btn-secondary:before, .sppb-btn-secondary:before, .btn-secondary:after, .sppb-btn-secondary:after {
  background: rgb(223, 222, 212);
}

.btn-primary:after, .sppb-btn-primary:after, .btn-secondary:after, .sppb-btn-secondary:after {
  content: '';
  width: 1px;
  height: calc(100% + 2px);
  top: 10px;
  right: -6px;
  position: absolute;
}
.btn-primary:before, .sppb-btn-primary:before, .btn-secondary:before, .sppb-btn-secondary:before {
  content: '';
  width: calc(100% + 2px);
  height: 1px;
  bottom: -6px;
  left: 10px;
  position: absolute;
}
#sp-footer, #sp-bottom{
  background: rgb(26, 51, 55);
}

#sp-bottom {
  /*background-image: url('/images/tmpl/world.png');*/
  /*background-size: contain;*/
  /*background-repeat: no-repeat;*/
  /*background-position: 100% 100%;*/
}
.has-lines {
  position: relative;
}

.has-lines:before, .has-lines:after{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 1px;
  /* background: rgba(255,255,255,.3); */
  z-index: 4;
}
.has-lines:before {
  left: 90px;
}
.has-lines:after {
  right: 90px;
}

.has-lines .sp-item:before, .has-lines .sp-item:after, .has-lines .sppb-row-overlay:before, .has-lines .sppb-row-overlay:after, .has-lines .sppb-carousel-caption:after, .has-lines .sppb-carousel-caption:before {
  content: '';
  position: absolute;
  /* background: rgba(255,255,255,.3); */
}
.has-lines .sp-item:before, .has-lines .sppb-row-overlay:before, .has-lines .sppb-carousel-caption:before {
  top: 0;
  bottom: 0;
  left: 50%;
  height: 100%;
  width: 1px;
}
.has-lines .sp-item:after, .has-lines .sppb-row-overlay:after, .has-lines .sppb-carousel-caption:after {
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 90px;
}
.has-lines.inverse:before, .has-lines.inverse:after, .has-lines.inverse .sppb-row-overlay:before, .has-lines.inverse .sppb-row-overlay:after {
  /* background: rgba(0,0,0,.1); */
}

.has-lines.no-bottom .sppb-row-overlay:after , .has-lines.no-center .sppb-row-overlay:before {
  display: none;
}

.sppb-item.sppb-item-has-bg .sppb-carousel-item-inner>div>div {
  position: relative;
  z-index: 5
}
.has-overlay .sppb-carousel-item-inner:before {
  content: '';
  background-image: url(../../../images/patterns/pattern.png);
  background-attachment: scroll;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  background-repeat: repeat;
  opacity: .5;
}
.sppb-carousel-caption {
  position: relative;
  z-index: 2
}
.sppb-carousel-indicators {
  z-index: 2;
}
#sppb-addon-1597200710539 div[class*="arrow-position-bottom"].sp-slider .sp-nav-control{
  width: 180px !important;
}
.offcanvas-menu {
  background-color: rgb(26, 26, 26);
  color: #fff;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
  color: #bbb;
}
#sp-footer .container-inner {
  border-top: none;
}
#sp-footer {
  border-top: 1px solid rgba(255, 255, 255, .3);
}
.title-after .sppb-addon-title {
  position: relative;
  padding-bottom: 40px;
}
.title-after .sppb-addon-title:after {
  content: '________';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.page-header {
  font-size: 42px;
  line-height: 48px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}

.section-languages {
  position: absolute;
  right: 0;
  height: auto;
  top: 110px;
  z-index: 11;
}

.switch-languages {
  position: absolute;
  right: 125px;
}

div.mod-languages ul li.lang-active {
  border-radius: 0;
  padding: 5px;
}

.lang-block li a {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.3);
  line-height: 50px;
  text-align: center;
  margin-bottom: 10px;
  color: #fff !important;
  display: block;
}
.lang-block li a:hover {
  background: rgba(0, 0, 0, 0.3);
}
.sp-page-title {
  background-color: rgb(26, 51, 55);
  display: table-cell;
  vertical-align: middle;
  height: 350px;
  width: 100vw;
  text-align: center;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 125px;
  background-position: 50% 50%;
}
.sp-page-title:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(26, 51, 55, 0.5);
  z-index: auto;
}
.sp-page-title .container {
  position: relative;
}
.sp-page-title .sp-page-title-heading {
  font-size: 46px;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: normal;
  
}
.sp-page-title .sp-page-title-sub-heading{
  font-size: 18px;
  margin: 10px 0 20px 0;
  line-height: 24px;
  /* font-family: 'Montserrat', sans-serif; */
}

.map {
  z-index: 0 !important;
}

#dynamic_recaptcha_1597336851735 div {
  border: 1px solid rgba(0,0,0,.2);
}
#dynamic_recaptcha_1597336851735 div div {
  border:none !important
}

#projects .sp-simpleportfolio-item {
  position: unset !important;
  transform: none !important;

}
#projects .sp-simpleportfolio-img {
  background-position: 50% 50%;
  background-size: cover;
}
#projects .sp-simpleportfolio-img, .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper {
  height: 100% !important;
  width: 100%;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay {
  padding: 30px;
  background: rgba(0, 0, 0, 1);
  top: unset;
  right: unset;
  bottom: -155px;
  -webkit-transition: all 800ms;
  -moz-transition: all 800ms;
  -ms-transition: all 800ms;
  -o-transition: all 800ms;
  transition: all 800ms;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-vertical-middle > div .sp-simpleportfolio-title {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 34px;
  text-transform: uppercase;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-tags, #sp-simpleportfolio-title .sp-simpleportfolio-tags, .mod-articles-category-category {
  color: #9f9e9e;
  text-transform: uppercase;
  font-weight: 500 !important;
  font-size: 14px !important;
  font-family: "Josefin Sans", Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
#sp-simpleportfolio-title .sp-simpleportfolio-tags {
  color: #fff;
}
#sp-simpleportfolio .sp-simpleportfolio-overlay {
  width: 100%;
}

#projects .sp-simpleportfolio-items {
  height: auto !important;
}
.portfolio-filter {
  text-align: center;
}
.portfolio-filter > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.portfolio-filter > ul > li {
  float: left;
  display: block;
  margin: 0 5px;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a, .portfolio-filter > ul > li > a {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  font-size: 14px;
  background: transparent;
  color: #9f9e9e;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Josefin Sans", Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a, .portfolio-filter > ul > li.active > a {
  background: none;
  color: #1a1a1a;
}
.sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-simpleportfolio-overlay {
  bottom: 0;
}
#sp-simpleportfolio.sp-simpleportfolio, #sp-component .article-details, #sp-component .blog {
  padding-top: 80px;
  padding-bottom: 80px;
}
.speasyimagegallery-modal-wrapper {
  z-index: 110339999 !important;
  background: rgba(0,0,0,0.95) !important;
}
.sppb-sp-slider-title, .sp-page-title-heading {
  position: relative;
  padding-bottom: 15px !important;
  margin-bottom: 20px !important;
}
/*.sppb-sp-slider-title:before,*/ .sp-page-title-heading:before {
  content: '';
  position: absolute;
  bottom: 0;
  height: 1px;
  background: #fff;
  width: 100px;
  left: 50%;
  right: 50%;
  margin: 0 -50px;
}
.sppb-sp-slider-title {
  font-size: 38px;
}
.social-icons .fab, .social-icons svg {
  font-size: 20px;
  /* border: 1px solid; */
  padding: 8px;
  width: 38px !important;
  height: 40px;
  text-align: center;
}
.social-icons svg {
  top: -4.5px !important
}
.sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-simpleportfolio-img {
  -webkit-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
}
.sp-scroll-up {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  bottom: 15px;
  right: 15px;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
#offcanvas-toggler > .fa {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
#offcanvas-toggler > .fa:hover, #offcanvas-toggler > .fa:focus, #offcanvas-toggler > .fa:active {
  color: #bbb;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

.squares, .rectangle {
  position: relative;
  width: 100%;
}

.squares:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.rectangle:after {
  content: "";
  display: block;
  padding-bottom: 50%;
}
@media (max-width: 991px) {
  .rectangle:after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
}

.square-content {
  position: absolute;
  width: 100%;
  height: 100%;
}

.sp-simpleportfolio .sp-simpleportfolio-filter, .portfolio-filter {
  margin-bottom: 20px;
}
.sppb-testimonial-carousel-testi_layout3 .sppb-testimonial-carousel-item-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.sppb-testimonial-carousel-testi_layout3 .sppb-testimonial-carousel-item-content:before{
  border-top: 15px solid #f4f4f4;
}
ul.address li {
  padding-left: 30px !important;
}
ul.address li span {
  margin-left: -30px;
  margin-right: 10px;
}

.project-infos.sppb-column {
  height: auto;
}
.project-infos {
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  background-image: url(../../../images/patterns/bg-iconbox1.jpg);
  background-repeat: no-repeat;
  color: #1a1a1a;
  margin-bottom: 30px;
  min-height: 160px;
  text-align: center;
  font-weight: 500;
}
.project-infos .sppb-addon-title {
  margin-bottom: 15px;
  color: #9f9e9e;
  text-transform: uppercase;
  font-family: "Josefin Sans", Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
hr.hrinverse {
  border-color: rgba(255,255,255,.3);
}
.pagination-wrapper {
  display: none !important;
}

.sppb-carousel-arrow {
  z-index: 9;
}

#project-carousel  .sppb-carousel-arrow.right, #project-carousel  .sppb-carousel-arrow.left  {
  top: 45%;
  bottom: 0;
  height: 60px;
  width: 60px;
  /* background: #fff; */
  opacity: 1;
}
#project-carousel  .sppb-carousel-arrow.right:hover, #project-carousel  .sppb-carousel-arrow.left:hover{
  /* background: #1a1a1a; */
}
#project-carousel .sppb-carousel-arrow.right i, #project-carousel .sppb-carousel-arrow.left i {
  top: 20px;
  right: 30px;
  color: #fff;
  text-shadow: none;
  font-size: 22px;
}

.project-images {
  background: #f4f4f4 url(../../../images/patterns/bg2-home1.jpg) no-repeat
}

.article-details .sppb-addon-title {
  font-family: "Josefin Sans", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  color: #9f9e9e;
  text-align: center;
}

.article-details .sppb-addon-title .fa, .article-details .sppb-addon-title .far {
  color: #1a1a1a;
  font-size: 30px;
}

.sp-module-content .mod-languages ul.lang-inline li a {
  color: #fff
}
.mod_languages {
  position: absolute;
  top: 37px;
  font-weight: 500;
}

.sp-page-title .article-info {
  justify-content: center;
}
.sp-page-title .article-info>span a:hover, .sp-page-title .article-info>span a {
  color: #fff
}


.embed-responsive {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0;
  z-index: 2;
  margin-bottom: 20px;
  background: #000
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.shorts.embed-responsive-16by9::before {
  padding-top: 178.25%;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.article-list .article {
  border-color: rgba(0,0,0,.1);
  border-radius: 0
}
.article-list .article .article-intro-image img, .article-list .article .article-featured-video img, .article-list .article .article-featured-audio img, .article-list .article .article-feature-gallery img, .article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery {
  border-radius: 0
}
.article-list .tags {
  margin-bottom: 0 !important
}
.tags li a:hover {
  background-color: #1a1a1a;
}

/*.mylivechat_buttonround {display: none;}*/
/* PORTFOLIO EFFECT */

.projects .article-list .article {
  padding: 0;
  border-radius: 0
}
.category-module li {
  padding: 0;
  border: 1px solid rgba(27, 71, 79, 1);
}
.article-content {
  padding: 20px;
}
.items-row .item {
  margin-bottom: 30px;
}
.items-row figure {
  position: relative;
  float: left;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  margin-bottom: 0;
  width: 100%;
  height: 100%;
}

.items-row figure .project-image {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 0;
}
.items-row figure:hover ~ .project-image {
  transform: scale(1.2);
}

.items-row figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.items-row figure figcaption::before,
.items-row figure figcaption::after {
  pointer-events: none;
}

.items-row figure figcaption,
.items-row figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.items-row figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.items-row figure h3 {
  font-weight: 300;
  font-size: 30px
}

.items-row figure h3:after {
  display: block;
  content: "";
  background: #fff;
  width: 80px;
  height: 1px;
  margin: auto;
  margin-top: 20px;
}

.items-row figure h3 span {
  font-weight: 800;
}

.items-row figure h3,
.items-row figure div {
  margin: 0;
}

.items-row figure div {
  letter-spacing: 1px;
  font-size: 68.5%;
}


/*  Effect 2 */

.items-row figure.effect-2 {
  background: rgb(26, 51, 55);
}

.items-row figure.effect-2 .project-image {
  -webkit-transition: all 800ms;
  -moz-transition: all 800ms;
  -ms-transition: all 800ms;
  -o-transition: all 800ms;
  transition: all 800ms;
}

.items-row figure.effect-2:hover .project-image {
  opacity: 0.1;
  -webkit-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
  -webkit-transition: all 800ms;
  -moz-transition: all 800ms;
  -ms-transition: all 800ms;
  -o-transition: all 800ms;
  transition: all 800ms;
}

.items-row figure.effect-2 figcaption::before,
.items-row figure.effect-2 figcaption::after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

.items-row figure.effect-2 figcaption::before {
  border-top: 1px solid rgba(255,255,255,.3);
  border-bottom: 1px solid rgba(255,255,255,.3);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.items-row figure.effect-2 figcaption::after {
  border-right: 1px solid rgba(255,255,255,.3);
  border-left: 1px solid rgba(255,255,255,.3);
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

.items-row figure.effect-2 h3 {
  opacity: 0;
  padding-top: 10vh;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
}
.items-row figure.effect-2 h3, .items-row figure.effect-2 h3 a {
  color: #fff;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
}

.items-row figure.effect-2 div {
  padding: 20px 2.5em;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

.items-row figure.effect-2:hover figcaption::before,
.items-row figure.effect-2:hover figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.items-row figure.effect-2:hover h3,
.items-row figure.effect-2:hover div {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mod-articles-category-category a {
  color: #fff;
  font-size: 14px;
}

.sp-megamenu-wrapper {
  justify-content: center;
  width: 100%;
}

html.error-page .error-code, html.error-page .error-message {
  color: #fff;
}
#sp-header.header-sticky {
  animation: none
}

.sp-page-title .breadcrumb .float-start {
  margin-right: 10px
}
.sp-page-title .breadcrumb {
  justify-content: center;
}
.sp-page-title .breadcrumb>span, .sp-page-title .breadcrumb>li, .sp-page-title .breadcrumb>li+li:before, .sp-page-title .breadcrumb>li>a {
  font-size: 16px
}


nav.nav-thumbflip a {
  position: absolute;
  bottom: 0;
  display: block;
  outline: none;
  text-align: left;
  z-index: 1000;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  text-decoration: none;
}

nav.nav-thumbflip a.prev {
  left: 0;
}

nav.nav-thumbflip a.next {
  right: 0;
}

nav.nav-thumbflip a span {
  display: block;
  margin: 0 auto;
  padding: 0;
}/*--------------------*//* Circle pop *//*--------------------*/

.nav-circlepop a {
  margin: 0 30px;
  width: 50px;
  height: 50px;
}

.nav-circlepop a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #fff;
  content: '';
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.nav-circlepop .icon-wrap {
  position: relative;
  display: block;
  margin: 10% 0 0 10%;
  width: 80%;
  height: 80%;
}

.nav-circlepop a.next .icon-wrap {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.nav-circlepop .icon-wrap::before, .nav-circlepop .icon-wrap::after {
  position: absolute;
  left: 25%;
  width: 3px;
  height: 50%;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
  transition: transform 0.3s, background-color 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.nav-circlepop .icon-wrap::before {
  -webkit-transform: translateX(-50%) rotate(30deg);
  transform: translateX(-50%) rotate(30deg);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.nav-circlepop .icon-wrap::after {
  top: 50%;
  -webkit-transform: translateX(-50%) rotate(-30deg);
  transform: translateX(-50%) rotate(-30deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.nav-circlepop a:hover::before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.nav-circlepop a:hover .icon-wrap::before, .nav-circlepop a:hover .icon-wrap::after {
  background: #cc6055;
}

.nav-circlepop a:hover .icon-wrap::before {
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}

.nav-circlepop a:hover .icon-wrap::after {
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}

.article-image-full img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}/*--------------------*//* Slide out *//*--------------------*/

.color-3 {
  height: 390px;
  overflow: hidden;
  position: relative;
}

.nav-slide .icon-wrap {
  position: relative;
  z-index: 100;
  display: block;
  padding: 20px;
  background-color: #fff;
}

.nav-slide svg.icon {
  fill: #3E597F;
}

.nav-slide div {
  position: absolute;
  top: 50%;
  padding: 0 100px;
  background-color: #3E597F;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

.nav-slide a.prev div {
  left: 0;
  padding-right: 160px;
  -webkit-transform: translateY(-50%) translateX(-100%);
  transform: translateY(-50%) translateX(-100%);
}

.nav-slide a.next div {
  right: 0;
  padding-left: 160px;
  text-align: right;
  -webkit-transform: translateY(-50%) translateX(100%);
  transform: translateY(-50%) translateX(100%);
}

.nav-slide h3 {
  position: relative;
  margin: 0;
  padding: 20px 0;
  color: #fff;
  white-space: nowrap;
  font-weight: 300;
  font-size: 1.3em;
  line-height: 1.5;
}

.nav-slide div h3 span {
  display: block;
  color: #95a5a6;
  font-style: italic;
  font-size: 65%;
}

.nav-slide img {
  position: absolute;
  top: 0;
  height: 100%;
}

.nav-slide a span {
  color: #fff;
}

.nav-slide a.prev img {
  right: 0;
}

.nav-slide a.next img {
  left: 0;
}

.nav-slide a:hover div {
  -webkit-transform: translateY(-50%) translateX(0);
  transform: translateY(-50%) translateX(0);
}

.nav-thumbflip a {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.nav-thumbflip a.prev {
  -webkit-perspective-origin: 100% 50%;
  perspective-origin: 100% 50%;
}

.nav-thumbflip a.next {
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}

.nav-thumbflip .icon-wrap {
  display: block;
  width: 105px;
  height: 70px;
  background-color: rgba(255, 255, 255, 1);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-align: center;
  color: #1a1a1a;
}

.nav-thumbflip span.icon {
  position: relative;
  top: 50%;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  fill: #1a1a1a;
}

.nav-thumbflip img {
  position: absolute;
  top: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.nav-thumbflip a.prev img {
  left: 100%;
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.nav-thumbflip a.next img {
  right: 100%;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.nav-thumbflip a:hover .icon-wrap {
  background-color: #fff;
  color: #444;
}

.nav-thumbflip a:hover svg.icon {
  fill: #c1b8ab;
}

.nav-thumbflip a:hover img {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.nav-thumbflip img {
  height: 100%;
  width: auto;
  max-width: none !important;
}
.top-menu-bg {
  width:100%;
  height: 90px;
  background: #1a1a1a;
  position: absolute;
  opacity: .3;
  z-index: 2;
}
#sp-component {
  position: relative;
}
.project-informations {
  padding: 0;
  margin: 0 0 20px 0;
}
.project-informations li {
  list-style: none;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.project-informations li:last-child {
  border: none;
}
.edit.item-page {
  max-width: 80%;
  margin: auto;
}

@media (max-width: 991px) {
  .top-menu-bg {
    display: none;
  }
  #sp-header {
    background: rgba(27, 71, 79, 1);
    /* height: 60px; */
  }
  .logo-image {
    height: 40px !important;
  }
  #offcanvas-toggler {
    height: 60px;
    line-height: 60px;
  }
  #sp-header .logo {
    height: 60px;
    padding: 0 10px;
  }
  /* The heart of the matter */
  .carousel-inner {
    height: 100% !important;
    overflow-x: auto !important;
    white-space: nowrap !important;
  }

  .sppb-item, .carousel-item {
    display: block !important;
    margin: 0 0 30px 0 !important;
  }
  .carousel-inner:first-of-type {
    padding-top: 60px;
  }

  .sppb-carousel-control,
  .sppb-carousel-indicators {
    display: none;
  }
  .carousel-fade .carousel-item {
    opacity: 1 !important;
  }
  /* Make the images responsive. */
  .carousel-inner img {
    height: auto !important;
    margin: 0 auto !important;
    max-width: 100% !important;
  }
  .has-lines:before, .has-lines:after {
    display: none;
  }
  .speasyimagegallery-modal {
    width: 100% !important;
    height: 100% !important;
  }
  .speasyimagegallery-modal-body {
    z-index: 1;
    top: 50%;
    bottom: 50%;
    position: absolute;
    margin: -25% 0;
  }
  .speasyimagegallery-next, .speasyimagegallery-prev {
    z-index: 999999;
    top: 25%;
    width: 40px;
    height: 50%;
  }
  .speasyimagegallery-close, .speasyimagegallery-close:hover, .speasyimagegallery-close:active, .speasyimagegallery-close:focus {
    top: 0;
    right: 0;
    z-index: 9999999;
  }

  .items-row figure.effect-2 h3 {
    opacity: 1 !important;
  }
  .sppb-sp-slider-title {
    font-size:32px;
  }
  #offcanvas-toggler {
    width: 50px !important;
  }
  .sp-page-builder .page-content #slideshow {
    height: auto !important;
  }
}
.offcanvas-menu .offcanvas-inner ul.menu li.active a {
  color: #ffffff !important;
}
.tags>li a {
  border-radius: 0
}
#infscr-loading {
  text-align: center;
  position: relative;
  width: 250px;
  left: 50%;
  right: 50%;
  margin-left: -125px;
  margin-right: -125px;
  margin-bottom: 20px;
}

#infscr-loading img {
  margin: auto;
}

#modal-menu {
  top: 0;
  background: rgb(26, 51, 55)
}
#sp-header.header-with-modal-menu a {
  color: rgba(255, 255, 255, 0.6);
}
#modal-menu ul.sp-megamenu-parent>li>a, #modal-menu ul.sp-megamenu-parent>li>span {
  font-weight: 200;
  letter-spacing: 3px;
  text-transform: uppercase;
}
#modal-menu-toggler {
  z-index: 12
}
#modal-menu .sp-megamenu-parent>li:hover>a, #modal-menu .sp-megamenu-parent>li:hover>span, #modal-menu .sp-megamenu-parent>li.active>a, #modal-menu .sp-megamenu-parent>li.active>span {
  color: #fff
}
#sp-header.header-with-modal-menu.classic-layout .modal-menu-inner>div .social-icons {
  text-align: center;
}
#modal-menu .sp-megamenu-parent>li>a:hover, #sp-header.header-with-modal-menu .social-icons a:hover {
  color: #fff !important
}
#modal-menu ul.sp-megamenu-parent>li>a, #modal-menu ul.sp-megamenu-parent>li>span {
  font-size: 34px
}
#modal-menu .sp-megamenu-parent>li>a:before {
  content: "\eb1b";
  font-family: 'icomoon';
  color: #fff;
  opacity: 0;
  position: absolute;
  margin-left: -45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;

}
#modal-menu .sp-megamenu-parent>li.active>a:before, #modal-menu .sp-megamenu-parent>li>a:hover:before {
  /* content: "\f105"; */
  /* font-family: "Font Awesome 5 Free"; */
  content: "\eb1b";
  font-family: 'icomoon';
  color: #fff;
  opacity: 1;
  position: absolute;
  margin-left: -45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#modal-menu.has-bg {
  background-image: url(../../../images/patterns/menu-bg.svg);
  background-position: bottom center;
  background-size: 200% 50%;
}
#sp-header.header-with-modal-menu.classic-layout .modal-menu-inner>div .social-icons {
  border-top: none
}
.has-img-bow img {
  border-top-left-radius: calc(300/375 * 100px * 2);
  border-top-right-radius: calc(300/375 * 100px *2)
}
.image-number {
  font-size: 100px;
  color: rgba(255,255,255,.5);
  font-weight: 300;
}
.values, .square {
  height: 0;
  overflow: hidden;
  padding-top: calc(13 / 9 * 100%);
  position: relative;
}

.values .sppb-addon-overlay-image-content, .square .square-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.swiper-button-next,
.swiper-button-prev {
  color: rgb(26, 51, 55);
}