/*
Theme Name: FusionOne
Theme URI: https://fusiononemarketing.com/
Author: Fusion One Marketing
Author URI: #
Description: Fusion is very flexible and well suited free blogging WordPress theme for personal, food, travel, fashion, corporate, or any other amazing blog. Fusion is fully responsive and mobile friendly.
Version: 1.2.1
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;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
	color: #ee0000;
	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: #000;
  text-decoration:none;
}

a:focus {
	outline:none;
}

a:hover, a:active {
	outline: 0;
}
p{
	margin:0 0 15px;
}
input,
textarea,
select,
button{
	font-family: 'Montserrat', sans-serif;
}
input:focus,
textarea:focus,
select:focus,
button:focus{
  outline:none;
  box-shadow:none;
}
img{
	max-width:100%;
	height:auto;
}

body {
	font-family: 'Montserrat', sans-serif;
	color:#000;
	font-size:16px;
	font-weight:400;
  line-height:1.6;
  margin:0;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Montserrat', sans-serif;
	line-height:100%;
  margin: 0;
}
h3 {
    font-size: 1.75rem;
    font-weight:500;
}
.container {
    max-width:1170px;
    width:auto;
}

/*Site Header Start*/
.home header.site-header{background:rgba(0,0,0,0.8); position: absolute; width:100%; z-index: 9999;}
header.site-header{background: #000;}
.cal-rgt{
  text-align:right;
}
.cal-rgt p{display: inline-block; }
.hd-tp-right{color:#fff; font-weight:600;}
.owned{position: relative; top:-5px;}
.hd-tp-right a.number{color:#fff; font-weight:bold; font-size: 30px; border-left:5px solid #c50000; padding-left: 15px; margin-left: 15px;}
#banner img{width: 100%;}
.content-area{padding:60px 0;}
/*--------------------------------------------------------------
# Nav Menu
--------------------------------------------------------------*/

nav.main-menu ul li.get-in-touch a{
  color:#fff;
}
nav.main-menu ul li.get-in-touch:hover a{
  color:#fff !important;
}
nav.main-menu{
  text-align:center;
}
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;
  color: #fff;
}
nav.main-menu ul>li{
  height:52px;
}
nav.main-menu ul li:last-of-type{
  padding-right:0;
}
nav.main-menu ul li:nth-child(3) {
  /*margin-right:295px;*/
  position:relative;
}
nav.main-menu ul ul li:nth-child(3) {
  margin-right:0px;
}
nav.main-menu ul li a {
  display: block;
  padding:18px 3px;
  color: #fff;
  font-size:14px;
  font-weight:600;
  text-decoration: none;
  text-transform:uppercase;
  position:relative;
  border-bottom:2px solid transparent;
}
nav.main-menu ul li a.active,
nav.main-menu ul li:hover a,
nav.main-menu ul li.current-menu-item a{
  position:relative;
  color:#fff;
  border-bottom:2px solid #fff;
}
nav.main-menu ul li.get-in-touch.current-menu-item a{
  color:#fff;
}
nav.main-menu ul ul {
  background:#c20605;
  border-radius: 0px;
  padding: 0;
  position: absolute;
  top:100%;
  width:220px;
  z-index:2;
}
nav.main-menu ul ul li {
  display: block;
  position: relative;
  padding:0;
  float:none;
  height:auto;
}
nav.main-menu ul ul li a {
  padding: 11px 15px;
  color: #fff !important;
  font-weight: 400;
  font-size: 13px;
  text-align: left;
  border-bottom: 1px solid #fff;
}
nav.main-menu ul ul li:last-of-type a{
  border-bottom:0;
}
nav.main-menu ul ul li:hover a,
nav.main-menu ul ul li.current-menu-item a{
  color:#fff;
  background:#252525;
  -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:#252525;
}
nav.main-menu ul ul ul li a{
  color:#fff;
  border-bottom:1px solid #575656 !important;
}
nav.main-menu ul ul ul li:hover a,
nav.main-menu ul ul ul li.current-menu-item a{
  color:#fff;
  background:#6d318f;
}
nav.main-menu ul ul ul li:last-of-type a{
  border-bottom:0 !important;
}
nav.main-menu ul li.get-in-touch{
  background:#6c348d;
  padding:0;
}
nav.main-menu ul li.get-in-touch a{
padding:27px 25px;
 border-bottom:2px solid transparent;
}
nav.main-menu ul li.get-in-touch a:hover{
  background:#252525;
  border-bottom:2px solid transparent;
}
nav.main-menu ul>li.review>a, 
nav.main-menu ul>li.review>a:before, 
nav.main-menu ul>li.review>a:after, 
nav.main-menu ul>li.review, 
nav.main-menu ul>li.review:hover>a, 
nav.main-menu ul>li.review:hover>a:before, 
nav.main-menu ul>li.review:hover>a:after {
    background-color: transparent;
    color: #fff!important;
    line-height: 100%;
    text-align: center;
    position: relative;
    top:5px;
    padding:0;
    border:none;
}
nav.main-menu ul>li.review{
  padding:0 22px;
}
nav.main-menu ul>li.review span {
    display: block;
    margin-top:0px;
}
nav.main-menu ul li.review:hover a, 
nav.main-menu ul li.review.current-menu-item a{
  border:none;
}

.tns-outer, .home-slider {
    overflow: hidden;
    position: relative;
}

#fourblocks{background:#000;
}
#fourblocks img{width:100%;}
.grid {
    position: relative;
    margin: 0 auto;
    padding: 1em 0 4em;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}

/* Common style */
.grid figure {
    position: relative;
    overflow: hidden;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
    display:block;
    margin:0;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

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

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

.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 78%;
    display: block;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
    font-size: 45px;
}

.grid figure h2 span {
    font-weight: 800;
    margin-left:5px;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 80%;
}

/*---------------*/
/***** Effects *****/
/*---------------*/

figure.effect-bubba {
    background: #000;
    border:2px solid #c50000;
}

figure.effect-bubba img {
    opacity: 0.7;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
    opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba 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;
}

figure.effect-bubba figcaption::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}

figure.effect-bubba h2 {
    opacity:0;
    padding-top: 15%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
}

figure.effect-bubba p {
    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);
}

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

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/*Map Section*/
#locationmap .container-fluid,
.container-fluid{padding: 0 15px; width: auto;}
#locationmap .container-fluid{
  padding:0;
}
#locationmap .container-fluid .row.no-gutters{
  margin: 0;
}
#locationmap .container-fluid .row.no-gutters .col-xl-7{
  padding:0;
}
#locationmap h3{font-weight:100; letter-spacing: 1px; z-index:5; position:relative; margin:0; text-transform:uppercase;}
.btn-primary{padding:1.2rem 2rem; font-weight:600; text-transform: uppercase; border-radius: 0; transition: all .5s;}
.map_wrap{background: url(assets/images/location-bg.jpg) no-repeat; background-size:cover; position:relative; color:#fff;}
.map_wrap:before{background:rgba(0,0,0,0.3); position: absolute; width:15px; content:" "; left:-15px; height:100%; bottom:0;}
.map_wrap:after{
  content:'';
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background:rgba(0, 0, 0, 0.3);
}
.ftr-social-links .d-flex a{
  color:#000 ;
}
.map_wrap img{
  position:relative;
  z-index:5;
}
.created{
  text-align:right;
}

#clientlogos{position: relative;}
#clientlogos:before, #clientlogos:after{background:#000; background-size: cover; top:0; position: absolute; content: " "; width:175px; height:230px; left:0;}
#clientlogos:after{right:0; left: inherit; z-index: -1;}
.listlogo{display: flex; justify-content: center; background: #f6f7f8; width:auto; margin:0 auto; position:relative; padding:0 20px;} 
.listlogo img{margin:0 15px; height:100%; max-height: 72px; width:auto;}
/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
#secondary.widget-area aside{
    padding:20px;
    background: #c50000;
    margin-bottom:10px;
    text-align:center;
}
#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: 10px;
    border: 2px solid #ccc;
    transition: all .9s ease-in-out;
    transition: ease-in-out, width .9s ease-in-out;
    border:0;
}
#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: 2px solid #004a80!important;
    position: relative!important;
}
#secondary.widget-area .search-form label{
    display:block;
    margin-bottom:0;
}
#secondary.widget-area .widget h3{
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-weight:bold;
}
#secondary.widget-area .widget h3:after{
  content: '';
  position: absolute;
  background: #fff;
  width: 30px;
  height: 2px;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
}
#secondary.widget-area .widget ul{
  margin:0px;
  padding:0;
  list-style:none;
}
#secondary.widget-area .widget ul li a{
  font-size:15px;
  text-transform: none;
  color:#f6f5f5;
}
#secondary.widget-area .widget ul li a:hover{
  text-decoration: underline;
  color:#fff;
}
#secondary.widget-area{
    border: 4px double #eee !important;
    padding: 10px;
}
#secondary.widget-area aside:last-child {
 margin-bottom:0;
}
.search-toggle i.fa{
  color:#fff;

}
.single .page-banner .page-title,
.search .page-banner .page-title{
  font-size:34px;
}
.entry-content form.search-form .screen-reader-text,
.entry-content form.search-form .search-submit{
  display:none;
}
.entry-content form.search-form input[type="search"]{
    min-width:320px;
    padding:12px 15px;
    border: 2px solid #ccc;
    transition: all .9s ease-in-out;
    transition: ease-in-out, width .9s ease-in-out;
}
.search-toggle{
  display:none;
}
/*=========================================== 
   Blog & Single Post
=============================================*/
.blog article.post,
.single article.post,
.archive article.post{
  margin-bottom: 50px;
  margin-top: 10px;
  line-height: 28px;
  border-bottom: 4px double #eee;
  padding-bottom: 50px;
}
.blog article.post:last-of-type,
.single article.post:last-of-type,
.archive article.post:last-of-type{
  border:0;
  margin-bottom:0;
  padding-bottom:0;
}
.blog article.post h2,
.archive article.post h2{
    font-size: 24px;
    line-height:1.3;
  text-transform: uppercase;
  font-weight:700;
}
.blog article.post h2 a,
.archive article.post h2 a{
  color:#000;
}
.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: #c50000;
}
.entry-meta {
    font-size: 13px;  
  line-height: 100%;
  margin-bottom:10px;
}
.entry-meta a {
    color: #e86580;
}
.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{
    font-size: 30px;
    margin-bottom: 8px;
}
.single .entry-header {
  margin-bottom: 20px;
}
.single .entry-meta {
  font-size: 14px;
}
.single .entry-media {
  text-align: center;
  margin-bottom: 20px;
}
a.entry-button {
  padding: 15px 20px;
  display: inline-block;
  line-height: 100%;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  background:#c50000;
  font-weight: 500;
  transition: all .5s;
}
a.entry-button:hover {
  color: #fff;
  background: #000;
}
.single_post_nav a{
  padding: 5px 0;
}

.entry-media{
  margin-bottom:15px;
}
/*--------------------------------------------------------------
# contact-form
--------------------------------------------------------------*/
.contact-form{
    padding-bottom: 20px;
}
.embed-responsive {
   min-height: 368px;
}
.contact-form  label{
  width: 100%;
  font-size: 15px;
  margin-bottom:0px;
}
.map iframe {
    border: 4px double #eee !important;
    padding: 10px;
}
.contact-form .d-flex{
  column-gap: 10px;
}
.site-content .contact-form  input[type="text"],
.site-content .contact-form  input[type="email"],
.site-content .contact-form  input[type="tel"],
.site-content .contact-form  textarea{ 
  width: 97%;
  margin-bottom:0px;
  border: 1px solid #ccc;
  padding: 10px;
}
.site-content .contact-form   textarea {
  height: 245px;
}
.site-content .contact-form  input[type="submit"]{
  background: #c50000;
  padding: 12px 20px;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  border: 0px;
  border-radius: 0px;
  cursor: pointer;
  text-transform: uppercase;
  width:100%;
  text-align: center;
  transition: all .5s;
}
span.wpcf7-not-valid-tip{
  font-size:13px;
}
.site-content .contact-form  input[type="submit"]:hover{
    background:#000;
}
.entry-content .contact-form .wpcf7-form-control-wrap{
    display: block;
    margin-bottom: 10px;
}
.content-area h1.page-title{
  text-align: center;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 25px;
    display: inline-block;
    font-size: 38px;
    font-weight: 700;
    position:relative;
}
.content-area h1.page-title:after{
  content:'';
  position:absolute;
  bottom: -15px;
  background: #c50000;
  width: 65px;
  height: 6px;
  left: 0;
}
.site-content{
  padding-top: 28px;
}
#copyright{
  font-size: 11.7px; 
  background:#f6f7f8;
  font-weight:500;
}
footer h3{
    font-size: 18px;
     text-transform: uppercase; 
     color: #fff; 
     margin-bottom: 20px;
     font-weight:500;
}
.widget_text .d-flex{
  margin-bottom:50px;
}
.widget_text .d-flex a{
  
  margin-right:8px;
  font-size:24px;
	line-height: 24px;
}
.widget_text .d-flex a:hover{
  color:#ee0000;
}
.widget_text .d-flex ul{
  margin: 0;
  padding: 0;
}
.widget_text .d-flex ul li{
  display: inline-block;
}
.site-footer .contact-form  input[type="text"],
.site-footer .contact-form  input[type="email"],
.site-footer .contact-form  input[type="tel"],
.site-footer .contact-form  textarea{ 
  width: 92%;
  margin-bottom: 0px;
  border: 0;
  padding: 10px;
  background: #f6f7f9;
  font-size: 13px;
  font-weight: 600;
  color: #858587;
}
.site-footer .contact-form p{
  margin:0;
}
.site-footer .widget  .wp-image-60 img{
  vertical-align:middle;
}
.site-footer .contact-form .wpcf7-form-control-wrap {
    margin-bottom:8px;
    display: block;
}
.site-footer .contact-form span.wpcf7-not-valid-tip {
    font-size: 10px;
    margin-top:3px;
}
.site-footer .contact-form  textarea {
  height:65px;
}
.site-footer .contact-form  input[type="submit"]{
  background: #ee0000;
  padding: 8px 20px;
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  border: 0px;
  border-radius: 41px;
  cursor: pointer;
  text-transform: uppercase;
  width: auto;
  text-align: center;
  transition: all .5s;
}
.site-footer .contact-form  input[type="submit"]:hover{
    background:#b10a0a;
}
.site-footer .contact-form .d-flex {
    margin-bottom: 0px;
    column-gap: 10px;
}
.site-footer #text-5.widget .textwidget a{
  color:#fff;
  text-decoration:underline;
}
.site-footer #text-5.widget .textwidget a:hover{
  text-decoration:none;
}
.site-footer #text-3.widget{
  margin-top:30px;
}
.site-header p{
  margin: 0px;
}
.footer-2 a{
  background: #f7f7f9;
  padding:6px 10px;
  border-radius: 3px;
  color: #121212;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  margin-top:10px;
}
.home .site-footer{
  border-top: 0px solid #f6f7f8;
}
.site-footer .widget_text a:hover{
  text-decoration:underline;
  color:#ee0000;
}
.site-footer{
  border-top: 2px solid #f6f7f8;
  padding-top: 50px;
  padding-bottom: 50px;
  background:#000;
  color:#fff;
}
#clientlogos.pb-5{
      padding-bottom: 0rem!important;
}
#locationmap iframe{
  width:100%;
}
.page-id-27 .wp-block-column h3{
    margin-bottom: 25px;
}
.site-content article{
  margin-bottom:30px;
}
.site-content article h2.entry-title{
  margin-bottom:15px;
}
.site-content article h2.entry-title a{
    color:#000;
}

.site-content .contact-form .d-flex{
  display: block !important;
}
.site-content .contact-form p{
  margin:0;
}

.nav-area{
  background: #c20605;
  margin-top:15px;
}
.services-list,
.brands-list{
  overflow:hidden;
  margin-top:40px;
  margin-bottom:40px;
}
.brands-list{
  margin-bottom: 0;
   margin-top:20px;
}
.services-list ul,
.brands-list ul{
  list-style:none;
  margin:0;
  padding:0;
  margin-left: -30px;
}
.services-list ul li,
.brands-list ul li{
  width: 17.5%;
  float: left;
  padding-left: 30px;
  text-align:center;
  margin-bottom:30px;
}
.services-list h3{
  font-size:15px;
  color:#000;
  font-weight:500;
}
.services-list h3 a{
  color:#000;
}
.service-box,
.brand-box{
  border:1.5px solid #8e8f90;
  margin-bottom:12px;
}
.service-box a{
  position:relative;
  display:inline-block;
  padding:15px;
}
.service-box a:before{
  content:'';
  position:absolute;
  left:0;
  top:0;
  background:rgba(0, 0, 0, 0.1);
  width:100%;
  height:100%;
  opacity:0;
  z-index:2;
}
.service-box:hover a:before{
  opacity:1;
}
.page-id-162 .site-content h2,
.page-id-115  .site-content h2{
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 1px;
  color: #3a4051;
  text-transform: uppercase;
}
/*.brand-box img{
  display:block;
}*/
.brand-box{
  height: 100%;
  line-height: 165px;
  padding:10px 15px;
}
.brand-box img{
  vertical-align:middle;
}
#clientlogos{
  background:#000;
  padding-top:30px;
}
#testimonials .rplg-slider{
  padding:0 35px !important;
}
#testimonials .rplg-slider .rplg-slider-prev {
    left: 0px!important;
}
#testimonials .rplg-slider .rplg-slider-next {
    right:0px!important;
}
#testimonials h2{
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 32px;
  text-align:center;
}
.page-id-27 iframe{
        width:100%;
}
.tns-controls{
      top: 70%;
      margin-top: -25px;
      position: absolute;
      z-index: 9999;
      width:100%;
    }
    .tns-controls button[data-action="stop"]{
      display:none;
    }
    .tns-controls button{
      border:0;
      text-indent: -9999px;
      position: absolute;
    }
    .tns-controls button:first-child{
      width:50px;
      height:50px;
      left:0;
      background:rgba(255,255,255,0.7) url(/wp-content/themes/fusion/assets/images/rightarow.svg) no-repeat;
    }
    .tns-controls button:last-child{
      width:50px;
      height:50px;
      right:0;
      background:rgba(255,255,255,0.7) url(/wp-content/themes/fusion/assets/images/leftarow.svg) no-repeat;
}
.home-slider-slide[aria-hidden="true"] {
    display:none;
}
.home-slider-slide[aria-hidden="true"] {
    position: absolute;
    left: -100%;
}
.home-slider img{
	display:block;
  width:100%;
}
.site-logo img{
  width:auto;
}
#fourblocks.blockmain .grid{
  padding: 1em 0 0;
}