/*!
Theme Name: FusionOne
Author: Robert Humm
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fusionone
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
:root {
  --black-color:#000000;
  --grey-color:#efefef;
  --red-color:#fe0000;
  --white-color:#FFFFFF;
  --background-black:#000000;
  --background-grey:#efefef;
  --background-red:#fe0000;
  --background-white:#FFFFFF;
  --font-family-gesta: "Open Sans", sans-serif;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
  color:var(--red-color);
  text-decoration:none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover, a:focus, a:active {
  color: var(--black-color);
  text-decoration:none;
}

a:focus {
  outline:none;
}

a:hover, a:active {
  outline: 0;
}
p{
  margin:0 0 15px;
}
input,
textarea,
select,
button{
  font-family: "Open Sans", sans-serif;
}
input:focus,
textarea:focus,
select:focus,
button:focus{
  outline:none;
  box-shadow:none;
}
img{
  max-width:100%;
  height:auto;
}
h1, h2, h3, h4, h5, h6{
  font-family: "Open Sans", sans-serif;
  margin:0;
}

body {
  font-family: "Open Sans", sans-serif;
  color:var(--black-color);
  font-size:15px;
  line-height:1.6;
  font-weight:400;
  margin:0;
}
body .home-site-content>:where(:not(.alignwide)),
body .site-main>:where(:not(.alignwide)) {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto; 
  padding-left: 15px;
  padding-right: 15px;
}
.container {
  max-width:1250px;
  width:auto;
  margin:0 auto;
  padding-right:15px;
  padding-left:15px;
}
/*--------------------------------------------------------------
# Site Header
--------------------------------------------------------------*/
.header-top{
  background:var(--background-grey);
  padding:12px 0;
}
.contact-info{
  display:flex;
  justify-content:space-between;
  align-items:center;
  font-size:15px;
  font-weight:700;
  letter-spacing:0.50px;
  text-transform:uppercase;
  color:rgba(0, 0, 0, 0.90);
}
.contact-info a{
  color:rgba(0, 0, 0, 0.90);
}
.contact-info .phone-no a,
.footer-content .phone-no a{
  position:relative;
}
.contact-info .phone-no a:before,
.footer-content .phone-no a:before {
  content: '';
  position: relative;
  left: 0;
  top:0;
  background: url(assets/images/phone-icon.svg) no-repeat;
  width:22px;
  height:22px;
  background-size:22px;
  display: inline-block;
  vertical-align: middle;
  margin-right:8px;
}
.footer-content .phone-no a:before{
  width:35px;
  height:35px;
  background-size:35px;
}
.contact-info .hours{
  font-size:14px;
}
.contact-info span,
.contact-info a:hover{
  color:var(--red-color);
}
.hdr-main-wrap{
  display:flex;
  justify-content: space-between;
  align-items:center;
}
.site-logo img{
  display:block;
}
/*--------------------------------------------------------------
# Nav Menu
--------------------------------------------------------------*/
nav.main-menu{
  display:none;
}
nav.main-menu ul ul {
  display: none;
}
nav.main-menu ul li:hover > ul {
  display: block;
}
nav.main-menu ul {
  list-style: none;
  position: relative;
  margin:0;
  padding:0;
}
nav.main-menu ul li {
  display: inline-block;
  padding:0 22px;
  position:relative;
}
nav.main-menu ul li a {
  display: block;
  padding:38px 2px;
  color:var(--black-color);
  font-size:16px;
  font-weight:600;
  text-decoration: none;
  position:relative;
  letter-spacing:1px;
  text-transform:uppercase;
}
nav.main-menu ul ul li a:after{
  display:none;
}
nav.main-menu ul li a:hover,
nav.main-menu ul li.current-menu-item a,
nav.main-menu ul li.active a{
  color:var(--red-color);
}
nav.main-menu ul ul {
  background:var(--background-red);
  border-radius: 0px;
  padding: 0;
  position: absolute;
  top:100%;
  width:200px;
  z-index:3;
}
nav.main-menu ul ul li {
  display: block;
  position: relative;
  padding:0;
  float:none;
}
nav.main-menu ul ul li a {
  padding:12px 15px;
  color:var(--white-color);
  font-size:13px;
  text-align: left;
  border-bottom:0;
  font-weight:600;
}
nav.main-menu ul ul li:hover a,
nav.main-menu ul ul li.current-menu-item a{
  color:var(--white-color) !important;
  background:var(--background-black);
  border-bottom:0;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}   
nav.main-menu ul ul ul {
  position: absolute;
  left: 100%;
  top:0;
  min-width:220px;
  background:var(--background-red);
}
nav.main-menu ul ul ul li a{
  color:var(--white-color);
}
nav.main-menu ul ul ul li:hover a,
nav.main-menu ul ul ul li.current-menu-item a{
  color:var(--white-color);
  background:var(--background-black);
}
/*--------------------------------------------------------------
   # Home Slider
--------------------------------------------------------------*/
.home-banner{
  position:relative;
  background:var(--background-black);
}
/*.home-banner:before{
  content:'';
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background:rgba(0, 0, 0, 0.50);
}*/
.home-banner-content {
  position: absolute;
  z-index: 2;
  top:0;
  left: 0;
  height: 100%;
  width: 100%;
}
.home-banner .container {
  max-width: 1250px;
  margin: 0 auto;
  width: auto;
  height: 100%;
  padding: 0 15px;
}
.home-banner img {
  width: 100%;
  display:block;
  height:100%;
  object-fit:cover;
}
.home-banner video{
  display:block;
  object-fit:cover;
}
.home-banner-main {
  display: flex;
  flex-direction:column;
  height: 100%;
  justify-content:center;
  padding:0;
  text-align: start;
  max-width:690px;
}
/*--------------------------------------------------------------
   # Home Content
--------------------------------------------------------------*/
.cta-banner{
  background:var(--background-grey);
  padding:52px 0;
}
.cta-subtitle,
.service-subtitle,
.about-subtitle{
  color:var(--red-color);
  font-size:14px;
  font-weight:800;
  text-transform:uppercase;
  line-height:100%;
  letter-spacing:0.50px;
  margin-bottom:10px;
  position:relative;
}
.cta-subtitle:before{
  content:'';
  position:relative;
  left:0;
  top:-2px;
  width:4px;
  height:7px;
  background:var(--background-black);
  display:inline-block;
  margin-right:7px;
}
.cta-title,
.services-title,
.about-title,
.home-gallery-title{
  font-size:28px;
  font-weight:700;
  color:var(--black-color);
  letter-spacing:0;
  line-height:100%;
  text-transform:uppercase;
}
.cta-banner-wrap{
  display:flex;
  justify-content:space-between;
  align-items:center;
  max-width:1110px;
  margin:0 auto;
}
.cta-button a,
.view-gallery-button a{
  background:var(--background-black);
  font-size:20px;
  font-weight:600;
  text-align:center;
  color:var(--white-color);
  text-transform:uppercase;
  letter-spacing:0.75px;
  display:inline-block;
  padding:15.25px 25px;
  border-radius:50px;
  min-width: 240px;
}
.cta-block .cta-button a{
  position:relative;
  min-width:inherit;
}
.cta-block .cta-button a:before {
  content: '';
  position: relative;
  left: 0;
  top: 0;
  background: url(assets/images/mail-icon.svg) no-repeat;
  width: 22px;
  height: 22px;
  background-size: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
.cta-button a:hover{
  background:var(--background-red);
}
.services-section{
  padding:100px 0;
}
.service-subtitle{
  text-align:center;
  letter-spacing:2px;
  margin-bottom:12px;
}
.services-title,
.about-title,
.home-gallery-title{
  font-size:38px;
  text-align:center;
  margin-bottom:58px;
}
.service-title{
  font-size:28px;
  color:var(--white-color);
  font-weight:700;
  letter-spacing:0.50px;
  line-height:100%;
  position:relative;
  z-index:2;
}
.services-wrap{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  max-width:912px;
  margin:0 auto;
  gap:35px;
}
.service-block{
  position:relative;
  min-width:100%;
}
.service-block a{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  left:0;
  top:0;
  z-index:5;
}
.service-image,
.about-image{
  position:relative;
  border-radius:15px;
  overflow:hidden;
  transition: transform .5s ease;
}
.service-image img,
.about-image img{
  width:100%;
  height:100%;
  display:block;
/*  min-height:414px;*/
  object-fit:cover;
  transition: transform .5s ease;
}
.service-block .service-title{
  position:absolute;
  left:30px;
  top:30px;
}
.service-icon,
.about-icon{
  width:120px;
  height:120px;
  background:var(--background-white);
  border-radius:50%;
  position:absolute;
  left: -15px;
  bottom: -15px;
  z-index:2;
}
.service-icon:before,
.about-icon:before{
  content:'';
  position:absolute;
  left:50%;
  top:50%;
  width:80px;
  height:80px;
  background:var(--background-red);
  display:inline-block;
  border-radius:50%;
  margin-left:-40px;
  margin-top:-40px;
}
.service-icon img,
.about-icon img{
  position:relative;
  display: block;
  margin: 0 auto;
  top: -7px;
  vertical-align:middle;
}
.service-image:before{
  content:'';
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background:rgba(0, 0, 0, 0.30);
  z-index:2;
}
.service-block:hover .service-image img {
  transform: scale(1.1);
}
.service-banner{
  background:var(--background-black) url(assets/images/service-banner-bg.jpg) no-repeat;
  background-size:cover;
  padding:150px 0;
}
.service-banner-subtitle{
  font-size:18px;
  font-weight:700;
  text-transform:uppercase;
  color:var(--red-color);
  line-height:100%;
  letter-spacing:2px;
  margin-bottom:24px;
  position:relative;
}
.service-banner-subtitle:before{
  content:'';
  display:inline-block;
  position:relative;
  width:68px;
  height:1px;
  background:rgba(255, 255, 255, 0.50);
  margin-right:10px;
  top:-6px;
  left:0;
}
.service-banner-title{
  font-size:45px;
  font-weight:700;
  text-transform:uppercase;
  color:var(--white-color);
  letter-spacing:1px;
  line-height:1.2;
  max-width:820px;
}
.about-section{
  padding:105px 0;
}
.about-wrap{
  display:flex;
  gap:32px;
  justify-content:space-between;
}
.about-content{
  width:50%;
}
.about-image-block{
  width:50%;
  position:relative;
  height:100%;
}
.about-title{
  text-align:left;
  font-weight:800;
  margin-bottom:25px !important;
  max-width:inherit !important;
}
.about-text{
  font-size:15px;
  color:rgba(0, 0, 0, 0.80);
  line-height:1.7;
  font-weight:400;
}
.about-content .about-list{
  list-style:none;
  margin:35px 0 0;
  padding:0;
  display:flex;
  gap:15px;
  flex-direction:column;
}
.about-content .about-list li{
  font-size:15px;
  color:rgba(0, 0, 0, 0.80);
  line-height:1.7;
  font-weight:500;
  margin-bottom:4px;
  position:relative;
  padding-left:50px;
}
.about-content .about-list li:before{
  content:'';
  position:absolute;
  left:0;
  top:-7px;
  background:#efefef url(assets/images/checkmark.svg) center center no-repeat;
  width:38px;
  height:38px;
  border-radius:50%;
  background-size:24px;
}
.about-readmore{
  margin-top:38px;
}
.about-readmore a{
  background: var(--background-black);
  font-size:16px;
  font-weight: 600;
  text-align: center;
  color: var(--white-color);
  text-transform: uppercase;
  letter-spacing: 0.75px;
  display: inline-block;
  padding:14px 35px;
  border-radius: 50px;
}
.about-readmore a:hover{
  background:var(--background-red);
}
.about-image img{
  object-position: 0%;
}
.cta-block{
  background:var(--background-grey);
  padding:58px 0;
}
.cta-wrap{
  display:flex;
  justify-content:space-between;
  align-items:center;
  max-width:1130px;
  margin:0 auto;
}
.cta-content{
  font-size:28px;
  font-weight:500;
  text-transform:uppercase;
  color:var(--black-color);
  line-height:100%;
}
.cta-content a{
  font-weight:800;
}
.cta-content a:hover{
  color:var(--black-color);
}
/*--------------------------------------------------------------
   # Site Footer
--------------------------------------------------------------*/
.site-footer{
  background:var(--background-black) url(assets/images/footer-bg.jpg) no-repeat;
  background-size:cover;
  position:relative;
}
.site-footer:before{
  content:'';
  position:absolute;
  left:0;
  top:0;
  background:rgba(0, 0, 0, 0.80);
  width:100%;
  height:100%;
}
.footer-bottom{
  background:var(--background-grey);
  padding:20px 0;
}
.ftr-wrap{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:15px;
}
.footer-bottom{
  font-size:13px;
  font-weight:500;
  color:var(--black-color);
  line-height:100%;
  text-transform:uppercase;
  letter-spacing:1px;
  position:relative;
}
.footer-bottom a{
  font-weight:600;
  color:var(--red-color);
}
.footer-bottom a:hover{
  color:var(--black-color);
}
.footer-content{
  text-align:center;
  padding:105px 0;
  position:relative;
}
.footer-contact-info .info{
  font-size:15px;
  font-weight:600;
  color:var(--white-color);
  letter-spacing:2px;
  line-height:100%;
  margin:40px 0;
}
.footer-contact-info .info span{
  display:block;
  text-transform:uppercase;
  margin-bottom:12px;
  font-size:16px;
  font-weight:700;
}
.footer-contact-info .phone-no a{
  font-size:22px;
  font-weight:700;
  color:var(--white-color);
  letter-spacing:4px;
  line-height:100%;
}
.footer-contact-info .phone-no a:hover{
  color:var(--red-color);
}
.social-icons{
  padding-top:0;
}
.social-icons ul{
  list-style:none;
  margin:30px 0 0;
  padding:0;
}
.social-icons ul li{
  display:inline-block;
  margin-right:5px;
}
.social-icons ul li a{
  background:var(--background-white);
  color: var(--black-color);
  border-radius: 100%;
  width:43px;
  height:43px;
  display:flex;
  line-height: 40px;
  justify-content:center;
  align-items:center;
}
.social-icons ul li a svg{
  width:22px;
  height:22px;
}
.social-icons ul li a:hover{
  background:var(--background-red);
  color:var(--white-color);
}
/*--------------------------------------------------------------
# Inner Content
--------------------------------------------------------------*/
.inner-banner {
  position: relative;
  background:var(--background-black);
}
.inner-banner:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
}
.inner-banner img {
  width: 100%;
  display: block;
  object-fit:cover;
}
.inner-banner-content {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.inner-banner .container {
  max-width: 1250px;
  margin: 0 auto;
  width:auto;
  height: 100%;
  padding:0 15px;
}
.inner-banner-main {
  display: flex;
  flex-direction: row;
  height: 100%;
  color: var(--black-color);
  justify-content:center;
  align-items: center;
}
.entry-header h1.entry-title {
  color: var(--white-color);
  font-size: 26px;
  line-height: 100%;
  font-weight: 700;
  text-transform:uppercase;
  margin-bottom: 0;
  text-align:center;
}
.single  .entry-header h1.entry-title,
.archive .entry-header h1.entry-title{
  line-height:1.1;
}
.site-main{
  padding:40px 0;
}
.site-content .entry-content{
  font-size:15px;
  font-weight:400;
  line-height:1.6;
}
/*=========================================== 
   Blog & Single Post
=============================================*/
.blog article.post,
.single article.post,
.archive article.post,
.search article{
  margin-bottom: 30px;
  margin-top: 0px;
  line-height:1.6;
  border-bottom: 2px solid #efefef;
  padding-bottom: 35px;
  position:relative;
}
.blog article.post:before,
.single article.post:before,
.archive article.post:before,
.search article:before{
  content:'';
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background: rgba(255, 255, 255, 0.8);
}
.blog article.post:last-of-type,
.single article.post:last-of-type,
.archive article.post:last-of-type,
article.hentry:last-of-type,
.search article:last-of-type{
  border-bottom: 0px solid #eee;
  margin-bottom:0;
  padding-bottom:0;
}
.blog article.post h2,
.archive article.post h2,
article.hentry h2{
  font-size:20px;
  line-height:1.2;
  text-transform:uppercase;
  font-weight:800;
  margin-bottom:10px;
  letter-spacing:0;
}
.blog article.post h2 a,
.archive article.post h2 a,
article.hentry h2 a{
  color:var(--black-color);
}
.blog article.post h2 a:hover,
.archive article.post h2 a:hover,
.blog article.post h2 a:focus,
.archive article.post h2 a:focus, 
.entry-meta a:hover, 
.entry-meta a:focus {
  color:var(--red-color);
}
.entry-summary{
  position:relative;
}
.entry-media{
  margin-bottom:15px;
}
.entry-meta {
  font-size:13px; 
  line-height: 100%;
  margin-bottom: 15px;
}
.entry-meta a {
  color:var(--red-color);
  font-weight:700;
}
.entry-meta a:hover{
  color:var(--black-color);
}
.entry-meta .post-cat, .entry-meta .post-date{
  font-style: italic;
}
.entry-meta .post-date{
  margin-left: 10px;
}
.entry-meta .post-cat {
  margin-right: 10px;
}
.single article.post h1,
.search .entry-header h1.entry-title,
.error404 .entry-header h1.entry-title,
.single  .entry-header h1.entry-title,
.archive .entry-header h1.entry-title{
  font-size:23px;
  margin-bottom: 0;
  background: transparent;
  max-width: 100%;
  white-space: inherit;
  padding: 0;
  text-align:center;
}
.single .entry-meta {
  font-size:14px;
}
.single .entry-media {
  text-align: center;
  margin-bottom: 20px;
}
a.entry-button {
  padding: 15px 22px;
  display: inline-block;
  line-height: 100%;
  font-size:14.5px;
  border-radius:50px;
  text-transform:uppercase;
  color: var(--white-color);
  font-weight: 700;
  transition: all .5s;
  background: var(--background-red);
  letter-spacing:0;
}
a.entry-button:hover {
  color:var(--white-color);
  background:var(--background-black);
}
.single_post_nav a{
  padding: 5px 0;
}
.entry-header,
.post-thumbnail,
.entry-content,
.entry-footer{
  position:relative;
}
/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
#secondary.widget-area{
  margin-top: 50px;
  max-width:310px;
  margin-left:auto;
  margin-right:auto;
}
#secondary.widget-area .search-form span.screen-reader-text,
#secondary.widget-area .search-form .search-submit{
  display:none;
}
#secondary.widget-area .search-form input{
  width: 100%; 
  padding:16px 15px;
  border:0;
  transition: all .9s ease-in-out;
  transition: ease-in-out, width .9s ease-in-out;
}
#secondary.widget-area .search-form input:focus, 
#secondary.widget-area .search-form input:active {
  transition: all .9s ease-in-out!important;
  outline: none!important;
  border:0px solid #004a80!important;
  position: relative!important;
}
#secondary.widget-area .search-form label{
  display:block;
}
#secondary.widget-area .widget{
  margin-bottom:20px;
  border-bottom:0;
  background:var(--background-red);
  padding:25px;
  text-align:center;
  border-radius:10px;
  border-bottom:0;
}
#secondary.widget-area .wp-block-search .wp-block-search__button{
  display:none;
}
#secondary.widget-area .widget:last-of-type{
  border-bottom:0;
}
#secondary.widget-area .widget h2{
  font-size:19px;
  text-transform:uppercase;
  color:var(--white-color);
  margin-bottom: 15px;
  font-weight: 700;
  position:relative;
  padding-bottom:15px;
}
#secondary.widget-area .widget h2:after{
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  background: var(--background-black);
  width: 16px;
  height: 4px;
  margin-left: -8px;
}
#secondary.widget-area .widget ul{
  margin:0px;
  padding:0;
  list-style: none;
}
#secondary.widget-area .widget ul li a,
#secondary.widget-area .widget a{
  font-size: 14px;
  text-transform:inherit;
  color: rgba(255, 255, 255, 0.8);
  line-height:1.4;
  font-weight:500;
}
#secondary.widget-area .widget ul li{
  margin-bottom:12px;
  line-height:100%;
}
#secondary.widget-area .widget ul li:last-of-type{
  margin-bottom:0;
}
#secondary.widget-area .widget ul li a:hover,
#secondary.widget-area .widget a:hover{
  color:var(--white-color);
}
#secondary.widget-area .widget:last-of-type {
  margin-bottom:0;
}
#secondary.widget-area input[type="search"]{
  padding: 15px;
  border: none;
  font-size: 14px;
  min-height: 60px;
}
.single  .page-header h1.page-title,
.archive .entry-header h1.entry-title{
  font-size:28px;
}
.error404 .entry-content .search-form input,
.search-no-results .entry-content .search-form input,
.search .page-content .search-form input{
  width: 100%;
  padding:21px 15px;
  border: 1px solid #ccc;
  transition: all .9s ease-in-out;
  transition: ease-in-out, width .9s ease-in-out;
  background:#eee;
  font-size:16px;
}
.error404 .entry-content .search-form span.screen-reader-text,
.error404 .entry-content .search-form .search-submit,
.search-no-results .entry-content .search-form span.screen-reader-text,
.search-no-results .entry-content .search-form .search-submit,
.search .page-content .search-form .search-submit{
  display: none;
}
.error404 .entry-content .search-form  label,
.search-no-results .entry-content .search-form  label,
.search .page-content .search-form  label{
  display:block;
  max-width: 355px;
}
.content-area.with-sidebar .row{
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.content-area.with-sidebar .row .col-md-8{
  width: 62%;
  padding: 0 15px;
}
.content-area.with-sidebar .row .col-md-4{
  width: 33.3%;
  padding: 0 15px;
}
#secondary.widget-area .widget label.wp-block-search__label{
  display:none;
}
.single .entry-footer{
  display:none;
}
.contact-form-area .contact-form{
  max-width:1020px;
  margin-right:auto;
  margin-left:auto;
}
.contact-form-area .contact-form form.wpcf7-form input[type="text"], 
.contact-form-area .contact-form form.wpcf7-form input[type="email"], 
.contact-form-area .contact-form  form.wpcf7-form input[type="tel"], 
.contact-form-area .contact-form form.wpcf7-form  textarea {
  background: #FFF;
  border: 1px solid #dfdcdc;
  border-radius: 0;
  padding:15px 15px;
  font-size: 15px;
  font-weight: 500;
  color: var(--black-color);
  width: 97.5%;
}
.contact-form-area .contact-form form.wpcf7-form input[type="text"]:focus, 
.contact-form-area .contact-form form.wpcf7-form input[type="email"]:focus, 
.contact-form-area .contact-form  form.wpcf7-form input[type="tel"]:focus, 
.contact-form-area .contact-form form.wpcf7-form  textarea:focus{
  border:1px solid #333;
}
.contact-form-area .contact-form form.wpcf7-form  span.wpcf7-form-control-wrap {
  margin-bottom: 15px;
  display: block;
}
.contact-form-area .contact-form form.wpcf7-form  textarea {
  height:140px;
}
.contact-form-area .contact-form form.wpcf7-form label{
  text-transform:uppercase;
  font-size:13.5px;
  font-weight: 600;
  letter-spacing:0;
  color:rgba(0, 0, 0, 0.8);
}
.contact-form-area .contact-form  form.wpcf7-form input[type="submit"] {
  background: var(--background-red);
  color: var(--white-color);
  padding:17px 35px;
  text-transform:uppercase;
  font-size: 16px;
  font-weight: 700;
  border-radius:50px;
  border:0;
  letter-spacing: 1px;
  line-height:100%;
  width:auto;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contact-form-area .contact-form form.wpcf7-form  input[type="submit"]:hover {
  background: var(--background-black);
}
.contact-form-area .contact-form form.wpcf7-form  input::placeholder, 
.contact-form-area .contact-form form.wpcf7-form  textarea::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.contact-form-area .contact-form  form.wpcf7-form input::-moz-placeholder, 
.contact-form-area .contact-form form.wpcf7-form  textarea::-moz-placeholder {
  opacity: 1;
}
.contact-form form.wpcf7-form  .wpcf7-not-valid-tip {
  color: #ff0000;
  font-size: 14px;
  font-weight: 500;
  display: block;
  text-transform:initial;
}
.single .site-content .entry-title{
  display:none;
}
article.hentry .entry-content  h2{
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 12px;
  letter-spacing: 0;
  color:var(--black-color);
}
.site-main ul.service-lists {
  -moz-column-count: 3;
  -moz-column-gap: 20px;
  -webkit-column-count: 3;
  -webkit-column-gap: 20px;
  column-count: 3;
  margin:0;
  padding:10px 0 30px;
  list-style:none;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.site-main ul.service-lists li{
  position:relative;
  margin-bottom:5px;
  padding-left:24px;
}
.site-main ul.service-lists li:before{
  content: '';
  position: absolute;
  left: 0;
  top:4px;
  background:url(assets/images/red-checkmark-icon.svg) left no-repeat;
  width: 18px;
  height: 18px;
  background-size:18px;
}
.contact-form h3 {
  font-size:25px;
  font-weight:800;
  letter-spacing:1px;
  text-transform:uppercase;
  color: var(--black-color);
  margin-bottom:30px;
}
.post-navigation .nav-links a{
  font-weight:700;
  color:var(--blue-color);
}
body.logged-in .site-header{
  top:0;
}
.contact-form-area .map-area iframe{
  margin-top:30px;
  width:100%;
}
h2{
  line-height:1.1;
  margin-bottom:15px;
  color:var(--black-color);
  text-transform:uppercase;
}
h3{
  font-size:24px;
  font-weight:700;
  margin-bottom:15px;
  line-height:100%;
  color:var(--red-color);
  text-transform:uppercase;
}
h4{
  font-size:22px;
  font-weight: bold;
  margin-bottom: 10px;
}
h5{
  font-size:20px;
  font-weight:500;
  margin-bottom:8px;
}
h6{
  font-size:18px;
  font-weight:500;
  margin-bottom:8px;
}
.home .site-main{
  padding: 0;
}

.map-section{
  margin-bottom:0;
}



/*Home Slider*/
.home-slider ul.flex-direction-nav {
  list-style: none;
  position: absolute;
  width: 100%;
  padding: 0;
  top:50%;
  left:0;
  text-indent:-9999px;
  margin-top:-39px;
}
.home-slider ul.flex-direction-nav li a{
  position:relative;
  visibility:inherit;
}
.home-slider ul.flex-direction-nav li a.flex-prev {
   left:-39px;
   position: absolute;
   background:url(assets/images/left-icon.png) no-repeat;
   width:78px;
   height:78px;
}
.home-slider ul.flex-direction-nav li a.flex-next {
   right:-39px;
   position: absolute;
   background:url(assets/images/right-icon.png) no-repeat;
   width:78px;
   height:78px;
}
.home-slider .swiper-button-next, 
.home-slider .swiper-button-prev {
    color:#ff0000 !important;
    background:var(--background-white);
    width:54px !important;
    height:54px !important;
    border-radius:100%;
}
.home-slider .swiper-button-next {
    right:30px !important;
    left: auto !important;
}
.home-slider .swiper-button-prev {
    left:30px !important;
    right: auto !important;
}
.home-slider .swiper-button-next:after, 
.home-slider .swiper-button-prev:after{
  font-size:26px !important;
  font-weight:bold !important;
}


/*========== Section slider style ============*/
.home-gallery-section{
  padding-bottom:70px;
}
.view-gallery-button{
  text-align:center;
  margin-top:40px;
}
.view-gallery-button a{
  background:var(--background-red);
  min-width:inherit !important;
  padding:14.5px 40px !important;
  font-weight:700 !important;
}
.view-gallery-button a:hover{
  background:var(--background-black);
}
.home-gallery-section .slick-slider .slick-prev, 
.home-gallery-section .slick-slider .slick-next {
  font-size: 32px;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  padding: 0;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
  cursor: pointer;
  color: #000;
  border: none;
  outline: none;
  background: transparent;
  z-index: 2;
  margin-top: 0;
  text-indent: -9999px;
}
.home-gallery-section .slick-slider .slick-prev {
  left:20px;
  background: #fff url(assets/images/left-icon.svg) center 55% no-repeat;
  background-size:16px;
}
.home-gallery-section .slick-slider .slick-next{
  right:20px;
  background: #fff url(assets/images/right-icon.svg) center 55% no-repeat;
  background-size:16px;
}
.home-gallery-section .slick-slider .slick-track  a{
  position:relative;
  z-index:2;
}
.home-gallery-section .slick-slider img {
  width: 100%;
  object-fit: cover;
  height:412px;
  filter: gray;
  -webkit-filter: grayscale(1);
}
.home-gallery-section .slick-slider .slick-track a.slick-slide{
  position:relative;
}
.home-gallery-section .slick-slider .slick-track a.slick-slide:before{
  background: rgba(255,255,255,0.5);
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.home-gallery-section .slick-slider .slick-track a.slick-current:before{
  background: rgba(255,255,255,0.0);
}
.project-box:hover .project-thumbnail img {
  filter: gray;
  -webkit-filter: grayscale(1);
}
.home-gallery-section .slick-slider .slick-track a.slick-current img{
  filter: gray;
  -webkit-filter: grayscale(0);
}
.gallery-block .gallery-box {
  margin-bottom: 25px;
  padding:0;
}
.gallery-box img {
  width: 100%;
  display: block;
  height: 210px;
  object-fit: cover;
}
.gallery-block .gallery-box h3 {
  text-align: center;
  color: var(--red-color);
  margin-top: 12px;
  line-height: 100%;
  text-transform: uppercase;
  font-size:18px;
  font-weight: 900;
  letter-spacing: 0.25px;
}
.gallery-block .gallery-box h3 a {
  color: var(--red-color);
}
.gallery-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 910px;
  margin: 0 auto 0;
  column-gap: 12px;
}
.single-gr .gallery-list,
.gallery-list {
  max-width: initial;
  margin: 0;
}
.single-gr .gallery-list,
.gallery-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 8px;
}
.single-gr .col-md-12{
  width:100%;
} 
.single-gr .gallery-list img,
.gallery-list .gallery-box img{
  width:100%;
}
.single-gr .gallery-list img {
  height: 200px;
  object-fit: cover;
}
.gallery-list .gallery-box{
  margin-bottom:8px;
}
.home-banner .home-slider .slick-arrow{
  display:none !important;
}

.home-gallery-section .slick-slider{
  display:none;
}
.home-gallery-section .slick-slider:first-of-type{
  display:block;
}

.gallery-block .gallery-box {
  margin-bottom: 25px;
  padding: 0;
}
.home-gallery-title{
  font-weight:800;
}




.partners-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 18px;
  margin-top: 0;
}
.partners-list .partner-logo a {
  margin-bottom: 20px;
  display: inline-block;
  border: 1px solid #ccc;
  background: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  height: 120px;
  overflow: hidden;
  justify-content:center;
}
.partners-list .partner-logo img {
  width:90%;
  display: block;
  padding: 10px;
  height: auto;
  max-height: 60px;
  text-align: center;
  margin: 0 auto;
  transition: transform .5s ease;
  overflow: hidden;
  max-width: max-content;
}
.partners-list .partner-logo:hover img {
  transform: scale(1.1);
}